@charset "UTF-8";
/**
 * Foundation for Sites by ZURB
 * Version 6.4.1
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
@import url("https://use.typekit.net/wzt5ain.css");
@import url("https://p.typekit.net/p.css?s=1&k=khl0xcs&ht=tk&f=29218&a=36707828&app=typekit&e=css");
@media print, screen and (min-width: 40em) {
  .reveal.large, .reveal.small, .reveal.tiny, .reveal {
    right: auto;
    left: auto;
    margin: 0 auto;
  }
}
/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */
/* Document
   ========================================================================== */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
figcaption,
figure {
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * Add the correct display in IE.
 */
main {
  display: block;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 */
button {
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  /* 2 */
}

button,
[type=button],
[type=reset],
[type=submit] {
  /**
   * Remove the inner border and padding in Firefox.
   */
  /**
   * Restore the focus styles unset by the previous rule.
   */
}
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Show the overflow in Edge.
 */
input {
  overflow: visible;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
  /**
   * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
   */
}
[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  color: inherit;
  /* 2 */
  white-space: normal;
  /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Add the correct display in IE 9-.
 */
menu {
  display: block;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

.foundation-mq {
  font-family: "small=0em&medium=40em&large=64em&xlarge=75em&xxlarge=90em";
}

html {
  box-sizing: border-box;
  font-size: 100%;
}

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

body {
  margin: 0;
  padding: 0;
  background: #fefefe;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
}

textarea {
  height: auto;
  min-height: 50px;
  border-radius: 0;
}

select {
  box-sizing: border-box;
  width: 100%;
  border-radius: 0;
}

.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
  max-width: none !important;
}

button {
  padding: 0;
  appearance: none;
  border: 0;
  border-radius: 0;
  background: transparent;
  line-height: 1;
}
[data-whatinput=mouse] button {
  outline: 0;
}

pre {
  overflow: auto;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
}

.is-visible {
  display: block !important;
}

.is-hidden {
  display: none !important;
}

[type=text], [type=password], [type=date], [type=datetime], [type=datetime-local], [type=month], [type=week], [type=email], [type=number], [type=search], [type=tel], [type=time], [type=url], [type=color],
textarea {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  appearance: none;
}
[type=text]:focus, [type=password]:focus, [type=date]:focus, [type=datetime]:focus, [type=datetime-local]:focus, [type=month]:focus, [type=week]:focus, [type=email]:focus, [type=number]:focus, [type=search]:focus, [type=tel]:focus, [type=time]:focus, [type=url]:focus, [type=color]:focus,
textarea:focus {
  outline: none;
  border: 1px solid #8a8a8a;
  background-color: #fefefe;
  box-shadow: 0 0 5px #cacaca;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}

textarea {
  max-width: 100%;
}
textarea[rows] {
  height: auto;
}

input::placeholder,
textarea::placeholder {
  color: #cacaca;
}
input:disabled, input[readonly],
textarea:disabled,
textarea[readonly] {
  background-color: #e6e6e6;
  cursor: not-allowed;
}

[type=submit],
[type=button] {
  appearance: none;
  border-radius: 0;
}

input[type=search] {
  box-sizing: border-box;
}

[type=file],
[type=checkbox],
[type=radio] {
  margin: 0 0 1rem;
}

[type=checkbox] + label,
[type=radio] + label {
  display: inline-block;
  vertical-align: baseline;
  margin-left: 0.5rem;
  margin-right: 1rem;
  margin-bottom: 0;
}
[type=checkbox] + label[for],
[type=radio] + label[for] {
  cursor: pointer;
}

label > [type=checkbox],
label > [type=radio] {
  margin-right: 0.5rem;
}

[type=file] {
  width: 100%;
}

label {
  display: block;
  margin: 0;
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1.8;
  color: #0a0a0a;
}
label.middle {
  margin: 0 0 1rem;
  padding: 0.5625rem 0;
}

.help-text {
  margin-top: -0.5rem;
  font-size: 0.8125rem;
  font-style: italic;
  color: #0a0a0a;
}

.input-group {
  display: flex;
  width: 100%;
  margin-bottom: 1rem;
  align-items: stretch;
}
.input-group > :first-child {
  border-radius: 0 0 0 0;
}
.input-group > :last-child > * {
  border-radius: 0 0 0 0;
}

.input-group-button a,
.input-group-button input,
.input-group-button button,
.input-group-button label, .input-group-button, .input-group-field, .input-group-label {
  margin: 0;
  white-space: nowrap;
}

.input-group-label {
  padding: 0 1rem;
  border: 1px solid #cacaca;
  background: #e6e6e6;
  color: #0a0a0a;
  text-align: center;
  white-space: nowrap;
  display: flex;
  flex: 0 0 auto;
  align-items: center;
}
.input-group-label:first-child {
  border-right: 0;
}
.input-group-label:last-child {
  border-left: 0;
}

.input-group-field {
  border-radius: 0;
  flex: 1 1 0px;
  height: auto;
  min-width: 0;
}

.input-group-button {
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  flex: 0 0 auto;
}
.input-group-button a,
.input-group-button input,
.input-group-button button,
.input-group-button label {
  height: 2.5rem;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 1rem;
}

fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}

legend {
  max-width: 100%;
  margin-bottom: 0.5rem;
}

.fieldset {
  margin: 1.125rem 0;
  padding: 1.25rem;
  border: 1px solid #cacaca;
}
.fieldset legend {
  margin: 0;
  margin-left: -0.1875rem;
  padding: 0 0.1875rem;
}

select {
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  appearance: none;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%28138, 138, 138%29'></polygon></svg>");
  background-origin: content-box;
  background-position: right -1rem center;
  background-repeat: no-repeat;
  background-size: 9px 6px;
  padding-right: 1.5rem;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}
@media screen and (min-width: 0\0 ) {
  select {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg==");
  }
}
select:focus {
  outline: none;
  border: 1px solid #8a8a8a;
  background-color: #fefefe;
  box-shadow: 0 0 5px #cacaca;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}
select:disabled {
  background-color: #e6e6e6;
  cursor: not-allowed;
}
select::-ms-expand {
  display: none;
}
select[multiple] {
  height: auto;
  background-image: none;
}

.is-invalid-input:not(:focus) {
  border-color: #cc4b37;
  background-color: #f9ecea;
}
.is-invalid-input:not(:focus)::placeholder {
  color: #cc4b37;
}

.is-invalid-label {
  color: #cc4b37;
}

.form-error {
  display: none;
  margin-top: -0.5rem;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: bold;
  color: #cc4b37;
}
.form-error.is-visible {
  display: block;
}

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

p {
  margin-bottom: 1rem;
  font-size: inherit;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
}

em,
i {
  font-style: italic;
  line-height: inherit;
}

strong,
b {
  font-weight: bold;
  line-height: inherit;
}

small {
  font-size: 80%;
  line-height: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  color: inherit;
  text-rendering: optimizeLegibility;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  line-height: 0;
  color: #cacaca;
}

h1 {
  font-size: 1.5rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h2 {
  font-size: 1.25rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h3 {
  font-size: 1.1875rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h4 {
  font-size: 1.125rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h5 {
  font-size: 1.0625rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h6 {
  font-size: 1rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

@media print, screen and (min-width: 40em) {
  h1 {
    font-size: 3rem;
  }

  h2 {
    font-size: 2.5rem;
  }

  h3 {
    font-size: 1.9375rem;
  }

  h4 {
    font-size: 1.5625rem;
  }

  h5 {
    font-size: 1.25rem;
  }

  h6 {
    font-size: 1rem;
  }
}
a {
  line-height: inherit;
  color: #1779ba;
  text-decoration: none;
  cursor: pointer;
}
a:hover, a:focus {
  color: #1468a0;
}
a img {
  border: 0;
}

hr {
  clear: both;
  max-width: 75rem;
  height: 0;
  margin: 1.25rem auto;
  border-top: 0;
  border-right: 0;
  border-bottom: 1px solid #cacaca;
  border-left: 0;
}

ul,
ol,
dl {
  margin-bottom: 1rem;
  list-style-position: outside;
  line-height: 1.6;
}

li {
  font-size: inherit;
}

ul {
  margin-left: 1.25rem;
  list-style-type: disc;
}

ol {
  margin-left: 1.25rem;
}

ul ul, ul ol, ol ul, ol ol {
  margin-left: 1.25rem;
  margin-bottom: 0;
}

dl {
  margin-bottom: 1rem;
}
dl dt {
  margin-bottom: 0.3rem;
  font-weight: bold;
}

blockquote {
  margin: 0 0 1rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #cacaca;
}
blockquote, blockquote p {
  line-height: 1.6;
  color: #8a8a8a;
}

cite {
  display: block;
  font-size: 0.8125rem;
  color: #8a8a8a;
}
cite:before {
  content: "— ";
}

abbr, abbr[title] {
  border-bottom: 1px dotted #0a0a0a;
  cursor: help;
  text-decoration: none;
}

figure {
  margin: 0;
}

code {
  padding: 0.125rem 0.3125rem 0.0625rem;
  border: 1px solid #cacaca;
  background-color: #e6e6e6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #0a0a0a;
}

kbd {
  margin: 0;
  padding: 0.125rem 0.25rem 0;
  background-color: #e6e6e6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  color: #0a0a0a;
}

.subheader {
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  font-weight: normal;
  line-height: 1.4;
  color: #8a8a8a;
}

.lead {
  font-size: 125%;
  line-height: 1.6;
}

.stat {
  font-size: 2.5rem;
  line-height: 1;
}
p + .stat {
  margin-top: -1rem;
}

ul.no-bullet, ol.no-bullet {
  margin-left: 0;
  list-style: none;
}

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

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

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

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

@media print, screen and (min-width: 40em) {
  .medium-text-left {
    text-align: left;
  }

  .medium-text-right {
    text-align: right;
  }

  .medium-text-center {
    text-align: center;
  }

  .medium-text-justify {
    text-align: justify;
  }
}
@media print, screen and (min-width: 64em) {
  .large-text-left {
    text-align: left;
  }

  .large-text-right {
    text-align: right;
  }

  .large-text-center {
    text-align: center;
  }

  .large-text-justify {
    text-align: justify;
  }
}
.show-for-print {
  display: none !important;
}

@media print {
  * {
    background: transparent !important;
    box-shadow: none !important;
    color: black !important;
    text-shadow: none !important;
  }

  .show-for-print {
    display: block !important;
  }

  .hide-for-print {
    display: none !important;
  }

  table.show-for-print {
    display: table !important;
  }

  thead.show-for-print {
    display: table-header-group !important;
  }

  tbody.show-for-print {
    display: table-row-group !important;
  }

  tr.show-for-print {
    display: table-row !important;
  }

  td.show-for-print {
    display: table-cell !important;
  }

  th.show-for-print {
    display: table-cell !important;
  }

  a,
a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  .ir a:after,
a[href^="javascript:"]:after,
a[href^="#"]:after {
    content: "";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  pre,
blockquote {
    border: 1px solid #8a8a8a;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  @page {
    margin: 0.5cm;
  }
  p,
h2,
h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
h3 {
    page-break-after: avoid;
  }

  .print-break-inside {
    page-break-inside: auto;
  }
}
.grid-container {
  max-width: 75rem;
  margin: 0 auto;
}

.grid-container-padded {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
@media print, screen and (min-width: 40em) {
  .grid-container-padded {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}
@media screen and (min-width: 75em) {
  .grid-container-padded {
    padding-left: 0;
    padding-right: 0;
  }
}

.grid-x {
  display: flex;
  flex-flow: row wrap;
}

.cell {
  flex: 0 0 auto;
  min-height: 0px;
  min-width: 0px;
  width: 100%;
}
.cell.auto {
  flex: 1 1 0px;
}
.cell.shrink {
  flex: 0 0 auto;
}

.grid-x > .auto {
  width: auto;
}
.grid-x > .shrink {
  width: auto;
}

.grid-x > small-shrink, .grid-x > small-full, .grid-x > small-1, .grid-x > small-2, .grid-x > small-3, .grid-x > small-4, .grid-x > small-5, .grid-x > small-6, .grid-x > small-7, .grid-x > small-8, .grid-x > small-9, .grid-x > small-10, .grid-x > small-11, .grid-x > small-12 {
  flex-basis: auto;
}

@media print, screen and (min-width: 40em) {
  .grid-x > medium-shrink, .grid-x > medium-full, .grid-x > medium-1, .grid-x > medium-2, .grid-x > medium-3, .grid-x > medium-4, .grid-x > medium-5, .grid-x > medium-6, .grid-x > medium-7, .grid-x > medium-8, .grid-x > medium-9, .grid-x > medium-10, .grid-x > medium-11, .grid-x > medium-12 {
    flex-basis: auto;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-x > large-shrink, .grid-x > large-full, .grid-x > large-1, .grid-x > large-2, .grid-x > large-3, .grid-x > large-4, .grid-x > large-5, .grid-x > large-6, .grid-x > large-7, .grid-x > large-8, .grid-x > large-9, .grid-x > large-10, .grid-x > large-11, .grid-x > large-12 {
    flex-basis: auto;
  }
}
.grid-x > .small-1 {
  width: 8.3333333333%;
}

.grid-x > .small-2 {
  width: 16.6666666667%;
}

.grid-x > .small-3 {
  width: 25%;
}

.grid-x > .small-4 {
  width: 33.3333333333%;
}

.grid-x > .small-5 {
  width: 41.6666666667%;
}

.grid-x > .small-6 {
  width: 50%;
}

.grid-x > .small-7 {
  width: 58.3333333333%;
}

.grid-x > .small-8 {
  width: 66.6666666667%;
}

.grid-x > .small-9 {
  width: 75%;
}

.grid-x > .small-10 {
  width: 83.3333333333%;
}

.grid-x > .small-11 {
  width: 91.6666666667%;
}

.grid-x > .small-12 {
  width: 100%;
}

@media print, screen and (min-width: 40em) {
  .grid-x > .medium-auto {
    flex: 1 1 0px;
    width: auto;
  }

  .grid-x > .medium-shrink {
    flex: 0 0 auto;
    width: auto;
  }

  .grid-x > .medium-1 {
    width: 8.3333333333%;
  }

  .grid-x > .medium-2 {
    width: 16.6666666667%;
  }

  .grid-x > .medium-3 {
    width: 25%;
  }

  .grid-x > .medium-4 {
    width: 33.3333333333%;
  }

  .grid-x > .medium-5 {
    width: 41.6666666667%;
  }

  .grid-x > .medium-6 {
    width: 50%;
  }

  .grid-x > .medium-7 {
    width: 58.3333333333%;
  }

  .grid-x > .medium-8 {
    width: 66.6666666667%;
  }

  .grid-x > .medium-9 {
    width: 75%;
  }

  .grid-x > .medium-10 {
    width: 83.3333333333%;
  }

  .grid-x > .medium-11 {
    width: 91.6666666667%;
  }

  .grid-x > .medium-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-x > .large-auto {
    flex: 1 1 0px;
    width: auto;
  }

  .grid-x > .large-shrink {
    flex: 0 0 auto;
    width: auto;
  }

  .grid-x > .large-1 {
    width: 8.3333333333%;
  }

  .grid-x > .large-2 {
    width: 16.6666666667%;
  }

  .grid-x > .large-3 {
    width: 25%;
  }

  .grid-x > .large-4 {
    width: 33.3333333333%;
  }

  .grid-x > .large-5 {
    width: 41.6666666667%;
  }

  .grid-x > .large-6 {
    width: 50%;
  }

  .grid-x > .large-7 {
    width: 58.3333333333%;
  }

  .grid-x > .large-8 {
    width: 66.6666666667%;
  }

  .grid-x > .large-9 {
    width: 75%;
  }

  .grid-x > .large-10 {
    width: 83.3333333333%;
  }

  .grid-x > .large-11 {
    width: 91.6666666667%;
  }

  .grid-x > .large-12 {
    width: 100%;
  }
}
.grid-margin-x:not(.grid-x) > .cell {
  width: auto;
}

.grid-margin-y:not(.grid-y) > .cell {
  height: auto;
}

.grid-margin-x {
  margin-left: - 0.625rem;
  margin-right: - 0.625rem;
}
@media print, screen and (min-width: 40em) {
  .grid-margin-x {
    margin-left: - 0.9375rem;
    margin-right: - 0.9375rem;
  }
}
.grid-margin-x > .cell {
  width: calc(100% - 1.25rem);
  margin-left: 0.625rem;
  margin-right: 0.625rem;
}
@media print, screen and (min-width: 40em) {
  .grid-margin-x > .cell {
    width: calc(100% - 1.875rem);
    margin-left: 0.9375rem;
    margin-right: 0.9375rem;
  }
}
.grid-margin-x > .auto {
  width: auto;
}
.grid-margin-x > .shrink {
  width: auto;
}
.grid-margin-x > .small-1 {
  width: calc(8.3333333333% - 1.25rem);
}
.grid-margin-x > .small-2 {
  width: calc(16.6666666667% - 1.25rem);
}
.grid-margin-x > .small-3 {
  width: calc(25% - 1.25rem);
}
.grid-margin-x > .small-4 {
  width: calc(33.3333333333% - 1.25rem);
}
.grid-margin-x > .small-5 {
  width: calc(41.6666666667% - 1.25rem);
}
.grid-margin-x > .small-6 {
  width: calc(50% - 1.25rem);
}
.grid-margin-x > .small-7 {
  width: calc(58.3333333333% - 1.25rem);
}
.grid-margin-x > .small-8 {
  width: calc(66.6666666667% - 1.25rem);
}
.grid-margin-x > .small-9 {
  width: calc(75% - 1.25rem);
}
.grid-margin-x > .small-10 {
  width: calc(83.3333333333% - 1.25rem);
}
.grid-margin-x > .small-11 {
  width: calc(91.6666666667% - 1.25rem);
}
.grid-margin-x > .small-12 {
  width: calc(100% - 1.25rem);
}
@media print, screen and (min-width: 40em) {
  .grid-margin-x > .auto {
    width: auto;
  }
  .grid-margin-x > .shrink {
    width: auto;
  }
  .grid-margin-x > .small-1 {
    width: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-x > .small-2 {
    width: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-x > .small-3 {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x > .small-4 {
    width: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-x > .small-5 {
    width: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-x > .small-6 {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x > .small-7 {
    width: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-x > .small-8 {
    width: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-x > .small-9 {
    width: calc(75% - 1.875rem);
  }
  .grid-margin-x > .small-10 {
    width: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-x > .small-11 {
    width: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-x > .small-12 {
    width: calc(100% - 1.875rem);
  }
  .grid-margin-x > .medium-auto {
    width: auto;
  }
  .grid-margin-x > .medium-shrink {
    width: auto;
  }
  .grid-margin-x > .medium-1 {
    width: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-x > .medium-2 {
    width: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-x > .medium-3 {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x > .medium-4 {
    width: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-x > .medium-5 {
    width: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-x > .medium-6 {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x > .medium-7 {
    width: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-x > .medium-8 {
    width: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-x > .medium-9 {
    width: calc(75% - 1.875rem);
  }
  .grid-margin-x > .medium-10 {
    width: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-x > .medium-11 {
    width: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-x > .medium-12 {
    width: calc(100% - 1.875rem);
  }
}
@media print, screen and (min-width: 64em) {
  .grid-margin-x > .large-auto {
    width: auto;
  }
  .grid-margin-x > .large-shrink {
    width: auto;
  }
  .grid-margin-x > .large-1 {
    width: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-x > .large-2 {
    width: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-x > .large-3 {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x > .large-4 {
    width: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-x > .large-5 {
    width: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-x > .large-6 {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x > .large-7 {
    width: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-x > .large-8 {
    width: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-x > .large-9 {
    width: calc(75% - 1.875rem);
  }
  .grid-margin-x > .large-10 {
    width: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-x > .large-11 {
    width: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-x > .large-12 {
    width: calc(100% - 1.875rem);
  }
}

.grid-padding-x .grid-padding-x {
  margin-right: - 0.625rem;
  margin-left: - 0.625rem;
}
@media print, screen and (min-width: 40em) {
  .grid-padding-x .grid-padding-x {
    margin-right: - 0.9375rem;
    margin-left: - 0.9375rem;
  }
}
.grid-padding-x > .cell {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}
@media print, screen and (min-width: 40em) {
  .grid-padding-x > .cell {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

.small-up-1 > .cell {
  width: 100%;
}

.small-up-2 > .cell {
  width: 50%;
}

.small-up-3 > .cell {
  width: 33.3333333333%;
}

.small-up-4 > .cell {
  width: 25%;
}

.small-up-5 > .cell {
  width: 20%;
}

.small-up-6 > .cell {
  width: 16.6666666667%;
}

.small-up-7 > .cell {
  width: 14.2857142857%;
}

.small-up-8 > .cell {
  width: 12.5%;
}

@media print, screen and (min-width: 40em) {
  .medium-up-1 > .cell {
    width: 100%;
  }

  .medium-up-2 > .cell {
    width: 50%;
  }

  .medium-up-3 > .cell {
    width: 33.3333333333%;
  }

  .medium-up-4 > .cell {
    width: 25%;
  }

  .medium-up-5 > .cell {
    width: 20%;
  }

  .medium-up-6 > .cell {
    width: 16.6666666667%;
  }

  .medium-up-7 > .cell {
    width: 14.2857142857%;
  }

  .medium-up-8 > .cell {
    width: 12.5%;
  }
}
@media print, screen and (min-width: 64em) {
  .large-up-1 > .cell {
    width: 100%;
  }

  .large-up-2 > .cell {
    width: 50%;
  }

  .large-up-3 > .cell {
    width: 33.3333333333%;
  }

  .large-up-4 > .cell {
    width: 25%;
  }

  .large-up-5 > .cell {
    width: 20%;
  }

  .large-up-6 > .cell {
    width: 16.6666666667%;
  }

  .large-up-7 > .cell {
    width: 14.2857142857%;
  }

  .large-up-8 > .cell {
    width: 12.5%;
  }
}
.grid-margin-x.small-up-1 > .cell {
  width: calc(100% - 1.25rem);
}

.grid-margin-x.small-up-2 > .cell {
  width: calc(50% - 1.25rem);
}

.grid-margin-x.small-up-3 > .cell {
  width: calc(33.3333333333% - 1.25rem);
}

.grid-margin-x.small-up-4 > .cell {
  width: calc(25% - 1.25rem);
}

.grid-margin-x.small-up-5 > .cell {
  width: calc(20% - 1.25rem);
}

.grid-margin-x.small-up-6 > .cell {
  width: calc(16.6666666667% - 1.25rem);
}

.grid-margin-x.small-up-7 > .cell {
  width: calc(14.2857142857% - 1.25rem);
}

.grid-margin-x.small-up-8 > .cell {
  width: calc(12.5% - 1.25rem);
}

@media print, screen and (min-width: 40em) {
  .grid-margin-x.small-up-1 > .cell {
    width: calc(100% - 1.875rem);
  }

  .grid-margin-x.small-up-2 > .cell {
    width: calc(50% - 1.875rem);
  }

  .grid-margin-x.small-up-3 > .cell {
    width: calc(33.3333333333% - 1.875rem);
  }

  .grid-margin-x.small-up-4 > .cell {
    width: calc(25% - 1.875rem);
  }

  .grid-margin-x.small-up-5 > .cell {
    width: calc(20% - 1.875rem);
  }

  .grid-margin-x.small-up-6 > .cell {
    width: calc(16.6666666667% - 1.875rem);
  }

  .grid-margin-x.small-up-7 > .cell {
    width: calc(14.2857142857% - 1.875rem);
  }

  .grid-margin-x.small-up-8 > .cell {
    width: calc(12.5% - 1.875rem);
  }

  .grid-margin-x.medium-up-1 > .cell {
    width: calc(100% - 1.875rem);
  }

  .grid-margin-x.medium-up-2 > .cell {
    width: calc(50% - 1.875rem);
  }

  .grid-margin-x.medium-up-3 > .cell {
    width: calc(33.3333333333% - 1.875rem);
  }

  .grid-margin-x.medium-up-4 > .cell {
    width: calc(25% - 1.875rem);
  }

  .grid-margin-x.medium-up-5 > .cell {
    width: calc(20% - 1.875rem);
  }

  .grid-margin-x.medium-up-6 > .cell {
    width: calc(16.6666666667% - 1.875rem);
  }

  .grid-margin-x.medium-up-7 > .cell {
    width: calc(14.2857142857% - 1.875rem);
  }

  .grid-margin-x.medium-up-8 > .cell {
    width: calc(12.5% - 1.875rem);
  }
}
@media print, screen and (min-width: 64em) {
  .grid-margin-x.large-up-1 > .cell {
    width: calc(100% - 1.875rem);
  }

  .grid-margin-x.large-up-2 > .cell {
    width: calc(50% - 1.875rem);
  }

  .grid-margin-x.large-up-3 > .cell {
    width: calc(33.3333333333% - 1.875rem);
  }

  .grid-margin-x.large-up-4 > .cell {
    width: calc(25% - 1.875rem);
  }

  .grid-margin-x.large-up-5 > .cell {
    width: calc(20% - 1.875rem);
  }

  .grid-margin-x.large-up-6 > .cell {
    width: calc(16.6666666667% - 1.875rem);
  }

  .grid-margin-x.large-up-7 > .cell {
    width: calc(14.2857142857% - 1.875rem);
  }

  .grid-margin-x.large-up-8 > .cell {
    width: calc(12.5% - 1.875rem);
  }
}
.small-margin-collapse {
  margin-right: 0;
  margin-left: 0;
}
.small-margin-collapse > .cell {
  margin-right: 0;
  margin-left: 0;
}
.small-margin-collapse > .small-1 {
  width: 8.3333333333%;
}
.small-margin-collapse > .small-2 {
  width: 16.6666666667%;
}
.small-margin-collapse > .small-3 {
  width: 25%;
}
.small-margin-collapse > .small-4 {
  width: 33.3333333333%;
}
.small-margin-collapse > .small-5 {
  width: 41.6666666667%;
}
.small-margin-collapse > .small-6 {
  width: 50%;
}
.small-margin-collapse > .small-7 {
  width: 58.3333333333%;
}
.small-margin-collapse > .small-8 {
  width: 66.6666666667%;
}
.small-margin-collapse > .small-9 {
  width: 75%;
}
.small-margin-collapse > .small-10 {
  width: 83.3333333333%;
}
.small-margin-collapse > .small-11 {
  width: 91.6666666667%;
}
.small-margin-collapse > .small-12 {
  width: 100%;
}
.small-margin-collapse > .medium-1 {
  width: 8.3333333333%;
}
.small-margin-collapse > .medium-2 {
  width: 16.6666666667%;
}
.small-margin-collapse > .medium-3 {
  width: 25%;
}
.small-margin-collapse > .medium-4 {
  width: 33.3333333333%;
}
.small-margin-collapse > .medium-5 {
  width: 41.6666666667%;
}
.small-margin-collapse > .medium-6 {
  width: 50%;
}
.small-margin-collapse > .medium-7 {
  width: 58.3333333333%;
}
.small-margin-collapse > .medium-8 {
  width: 66.6666666667%;
}
.small-margin-collapse > .medium-9 {
  width: 75%;
}
.small-margin-collapse > .medium-10 {
  width: 83.3333333333%;
}
.small-margin-collapse > .medium-11 {
  width: 91.6666666667%;
}
.small-margin-collapse > .medium-12 {
  width: 100%;
}
.small-margin-collapse > .large-1 {
  width: 8.3333333333%;
}
.small-margin-collapse > .large-2 {
  width: 16.6666666667%;
}
.small-margin-collapse > .large-3 {
  width: 25%;
}
.small-margin-collapse > .large-4 {
  width: 33.3333333333%;
}
.small-margin-collapse > .large-5 {
  width: 41.6666666667%;
}
.small-margin-collapse > .large-6 {
  width: 50%;
}
.small-margin-collapse > .large-7 {
  width: 58.3333333333%;
}
.small-margin-collapse > .large-8 {
  width: 66.6666666667%;
}
.small-margin-collapse > .large-9 {
  width: 75%;
}
.small-margin-collapse > .large-10 {
  width: 83.3333333333%;
}
.small-margin-collapse > .large-11 {
  width: 91.6666666667%;
}
.small-margin-collapse > .large-12 {
  width: 100%;
}

.small-padding-collapse {
  margin-right: 0;
  margin-left: 0;
}
.small-padding-collapse > .cell {
  padding-right: 0;
  padding-left: 0;
}

@media print, screen and (min-width: 40em) {
  .medium-margin-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .medium-margin-collapse > .cell {
    margin-right: 0;
    margin-left: 0;
  }
  .medium-margin-collapse > .small-1 {
    width: 8.3333333333%;
  }
  .medium-margin-collapse > .small-2 {
    width: 16.6666666667%;
  }
  .medium-margin-collapse > .small-3 {
    width: 25%;
  }
  .medium-margin-collapse > .small-4 {
    width: 33.3333333333%;
  }
  .medium-margin-collapse > .small-5 {
    width: 41.6666666667%;
  }
  .medium-margin-collapse > .small-6 {
    width: 50%;
  }
  .medium-margin-collapse > .small-7 {
    width: 58.3333333333%;
  }
  .medium-margin-collapse > .small-8 {
    width: 66.6666666667%;
  }
  .medium-margin-collapse > .small-9 {
    width: 75%;
  }
  .medium-margin-collapse > .small-10 {
    width: 83.3333333333%;
  }
  .medium-margin-collapse > .small-11 {
    width: 91.6666666667%;
  }
  .medium-margin-collapse > .small-12 {
    width: 100%;
  }
  .medium-margin-collapse > .medium-1 {
    width: 8.3333333333%;
  }
  .medium-margin-collapse > .medium-2 {
    width: 16.6666666667%;
  }
  .medium-margin-collapse > .medium-3 {
    width: 25%;
  }
  .medium-margin-collapse > .medium-4 {
    width: 33.3333333333%;
  }
  .medium-margin-collapse > .medium-5 {
    width: 41.6666666667%;
  }
  .medium-margin-collapse > .medium-6 {
    width: 50%;
  }
  .medium-margin-collapse > .medium-7 {
    width: 58.3333333333%;
  }
  .medium-margin-collapse > .medium-8 {
    width: 66.6666666667%;
  }
  .medium-margin-collapse > .medium-9 {
    width: 75%;
  }
  .medium-margin-collapse > .medium-10 {
    width: 83.3333333333%;
  }
  .medium-margin-collapse > .medium-11 {
    width: 91.6666666667%;
  }
  .medium-margin-collapse > .medium-12 {
    width: 100%;
  }
  .medium-margin-collapse > .large-1 {
    width: 8.3333333333%;
  }
  .medium-margin-collapse > .large-2 {
    width: 16.6666666667%;
  }
  .medium-margin-collapse > .large-3 {
    width: 25%;
  }
  .medium-margin-collapse > .large-4 {
    width: 33.3333333333%;
  }
  .medium-margin-collapse > .large-5 {
    width: 41.6666666667%;
  }
  .medium-margin-collapse > .large-6 {
    width: 50%;
  }
  .medium-margin-collapse > .large-7 {
    width: 58.3333333333%;
  }
  .medium-margin-collapse > .large-8 {
    width: 66.6666666667%;
  }
  .medium-margin-collapse > .large-9 {
    width: 75%;
  }
  .medium-margin-collapse > .large-10 {
    width: 83.3333333333%;
  }
  .medium-margin-collapse > .large-11 {
    width: 91.6666666667%;
  }
  .medium-margin-collapse > .large-12 {
    width: 100%;
  }

  .medium-padding-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .medium-padding-collapse > .cell {
    padding-right: 0;
    padding-left: 0;
  }
}
@media print, screen and (min-width: 64em) {
  .large-margin-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .large-margin-collapse > .cell {
    margin-right: 0;
    margin-left: 0;
  }
  .large-margin-collapse > .small-1 {
    width: 8.3333333333%;
  }
  .large-margin-collapse > .small-2 {
    width: 16.6666666667%;
  }
  .large-margin-collapse > .small-3 {
    width: 25%;
  }
  .large-margin-collapse > .small-4 {
    width: 33.3333333333%;
  }
  .large-margin-collapse > .small-5 {
    width: 41.6666666667%;
  }
  .large-margin-collapse > .small-6 {
    width: 50%;
  }
  .large-margin-collapse > .small-7 {
    width: 58.3333333333%;
  }
  .large-margin-collapse > .small-8 {
    width: 66.6666666667%;
  }
  .large-margin-collapse > .small-9 {
    width: 75%;
  }
  .large-margin-collapse > .small-10 {
    width: 83.3333333333%;
  }
  .large-margin-collapse > .small-11 {
    width: 91.6666666667%;
  }
  .large-margin-collapse > .small-12 {
    width: 100%;
  }
  .large-margin-collapse > .medium-1 {
    width: 8.3333333333%;
  }
  .large-margin-collapse > .medium-2 {
    width: 16.6666666667%;
  }
  .large-margin-collapse > .medium-3 {
    width: 25%;
  }
  .large-margin-collapse > .medium-4 {
    width: 33.3333333333%;
  }
  .large-margin-collapse > .medium-5 {
    width: 41.6666666667%;
  }
  .large-margin-collapse > .medium-6 {
    width: 50%;
  }
  .large-margin-collapse > .medium-7 {
    width: 58.3333333333%;
  }
  .large-margin-collapse > .medium-8 {
    width: 66.6666666667%;
  }
  .large-margin-collapse > .medium-9 {
    width: 75%;
  }
  .large-margin-collapse > .medium-10 {
    width: 83.3333333333%;
  }
  .large-margin-collapse > .medium-11 {
    width: 91.6666666667%;
  }
  .large-margin-collapse > .medium-12 {
    width: 100%;
  }
  .large-margin-collapse > .large-1 {
    width: 8.3333333333%;
  }
  .large-margin-collapse > .large-2 {
    width: 16.6666666667%;
  }
  .large-margin-collapse > .large-3 {
    width: 25%;
  }
  .large-margin-collapse > .large-4 {
    width: 33.3333333333%;
  }
  .large-margin-collapse > .large-5 {
    width: 41.6666666667%;
  }
  .large-margin-collapse > .large-6 {
    width: 50%;
  }
  .large-margin-collapse > .large-7 {
    width: 58.3333333333%;
  }
  .large-margin-collapse > .large-8 {
    width: 66.6666666667%;
  }
  .large-margin-collapse > .large-9 {
    width: 75%;
  }
  .large-margin-collapse > .large-10 {
    width: 83.3333333333%;
  }
  .large-margin-collapse > .large-11 {
    width: 91.6666666667%;
  }
  .large-margin-collapse > .large-12 {
    width: 100%;
  }

  .large-padding-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .large-padding-collapse > .cell {
    padding-right: 0;
    padding-left: 0;
  }
}
.small-offset-0 {
  margin-left: 0%;
}

.grid-margin-x > .small-offset-0 {
  margin-left: calc(0% + 0.625rem);
}

.small-offset-1 {
  margin-left: 8.3333333333%;
}

.grid-margin-x > .small-offset-1 {
  margin-left: calc(8.3333333333% + 0.625rem);
}

.small-offset-2 {
  margin-left: 16.6666666667%;
}

.grid-margin-x > .small-offset-2 {
  margin-left: calc(16.6666666667% + 0.625rem);
}

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

.grid-margin-x > .small-offset-3 {
  margin-left: calc(25% + 0.625rem);
}

.small-offset-4 {
  margin-left: 33.3333333333%;
}

.grid-margin-x > .small-offset-4 {
  margin-left: calc(33.3333333333% + 0.625rem);
}

.small-offset-5 {
  margin-left: 41.6666666667%;
}

.grid-margin-x > .small-offset-5 {
  margin-left: calc(41.6666666667% + 0.625rem);
}

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

.grid-margin-x > .small-offset-6 {
  margin-left: calc(50% + 0.625rem);
}

.small-offset-7 {
  margin-left: 58.3333333333%;
}

.grid-margin-x > .small-offset-7 {
  margin-left: calc(58.3333333333% + 0.625rem);
}

.small-offset-8 {
  margin-left: 66.6666666667%;
}

.grid-margin-x > .small-offset-8 {
  margin-left: calc(66.6666666667% + 0.625rem);
}

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

.grid-margin-x > .small-offset-9 {
  margin-left: calc(75% + 0.625rem);
}

.small-offset-10 {
  margin-left: 83.3333333333%;
}

.grid-margin-x > .small-offset-10 {
  margin-left: calc(83.3333333333% + 0.625rem);
}

.small-offset-11 {
  margin-left: 91.6666666667%;
}

.grid-margin-x > .small-offset-11 {
  margin-left: calc(91.6666666667% + 0.625rem);
}

@media print, screen and (min-width: 40em) {
  .medium-offset-0 {
    margin-left: 0%;
  }

  .grid-margin-x > .medium-offset-0 {
    margin-left: calc(0% + 0.9375rem);
  }

  .medium-offset-1 {
    margin-left: 8.3333333333%;
  }

  .grid-margin-x > .medium-offset-1 {
    margin-left: calc(8.3333333333% + 0.9375rem);
  }

  .medium-offset-2 {
    margin-left: 16.6666666667%;
  }

  .grid-margin-x > .medium-offset-2 {
    margin-left: calc(16.6666666667% + 0.9375rem);
  }

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

  .grid-margin-x > .medium-offset-3 {
    margin-left: calc(25% + 0.9375rem);
  }

  .medium-offset-4 {
    margin-left: 33.3333333333%;
  }

  .grid-margin-x > .medium-offset-4 {
    margin-left: calc(33.3333333333% + 0.9375rem);
  }

  .medium-offset-5 {
    margin-left: 41.6666666667%;
  }

  .grid-margin-x > .medium-offset-5 {
    margin-left: calc(41.6666666667% + 0.9375rem);
  }

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

  .grid-margin-x > .medium-offset-6 {
    margin-left: calc(50% + 0.9375rem);
  }

  .medium-offset-7 {
    margin-left: 58.3333333333%;
  }

  .grid-margin-x > .medium-offset-7 {
    margin-left: calc(58.3333333333% + 0.9375rem);
  }

  .medium-offset-8 {
    margin-left: 66.6666666667%;
  }

  .grid-margin-x > .medium-offset-8 {
    margin-left: calc(66.6666666667% + 0.9375rem);
  }

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

  .grid-margin-x > .medium-offset-9 {
    margin-left: calc(75% + 0.9375rem);
  }

  .medium-offset-10 {
    margin-left: 83.3333333333%;
  }

  .grid-margin-x > .medium-offset-10 {
    margin-left: calc(83.3333333333% + 0.9375rem);
  }

  .medium-offset-11 {
    margin-left: 91.6666666667%;
  }

  .grid-margin-x > .medium-offset-11 {
    margin-left: calc(91.6666666667% + 0.9375rem);
  }
}
@media print, screen and (min-width: 64em) {
  .large-offset-0 {
    margin-left: 0%;
  }

  .grid-margin-x > .large-offset-0 {
    margin-left: calc(0% + 0.9375rem);
  }

  .large-offset-1 {
    margin-left: 8.3333333333%;
  }

  .grid-margin-x > .large-offset-1 {
    margin-left: calc(8.3333333333% + 0.9375rem);
  }

  .large-offset-2 {
    margin-left: 16.6666666667%;
  }

  .grid-margin-x > .large-offset-2 {
    margin-left: calc(16.6666666667% + 0.9375rem);
  }

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

  .grid-margin-x > .large-offset-3 {
    margin-left: calc(25% + 0.9375rem);
  }

  .large-offset-4 {
    margin-left: 33.3333333333%;
  }

  .grid-margin-x > .large-offset-4 {
    margin-left: calc(33.3333333333% + 0.9375rem);
  }

  .large-offset-5 {
    margin-left: 41.6666666667%;
  }

  .grid-margin-x > .large-offset-5 {
    margin-left: calc(41.6666666667% + 0.9375rem);
  }

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

  .grid-margin-x > .large-offset-6 {
    margin-left: calc(50% + 0.9375rem);
  }

  .large-offset-7 {
    margin-left: 58.3333333333%;
  }

  .grid-margin-x > .large-offset-7 {
    margin-left: calc(58.3333333333% + 0.9375rem);
  }

  .large-offset-8 {
    margin-left: 66.6666666667%;
  }

  .grid-margin-x > .large-offset-8 {
    margin-left: calc(66.6666666667% + 0.9375rem);
  }

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

  .grid-margin-x > .large-offset-9 {
    margin-left: calc(75% + 0.9375rem);
  }

  .large-offset-10 {
    margin-left: 83.3333333333%;
  }

  .grid-margin-x > .large-offset-10 {
    margin-left: calc(83.3333333333% + 0.9375rem);
  }

  .large-offset-11 {
    margin-left: 91.6666666667%;
  }

  .grid-margin-x > .large-offset-11 {
    margin-left: calc(91.6666666667% + 0.9375rem);
  }
}
.grid-y {
  display: flex;
  flex-flow: column nowrap;
}
.grid-y > .cell {
  width: auto;
}
.grid-y > .auto {
  height: auto;
}
.grid-y > .shrink {
  height: auto;
}
.grid-y > small-shrink, .grid-y > small-full, .grid-y > small-1, .grid-y > small-2, .grid-y > small-3, .grid-y > small-4, .grid-y > small-5, .grid-y > small-6, .grid-y > small-7, .grid-y > small-8, .grid-y > small-9, .grid-y > small-10, .grid-y > small-11, .grid-y > small-12 {
  flex-basis: auto;
}
@media print, screen and (min-width: 40em) {
  .grid-y > medium-shrink, .grid-y > medium-full, .grid-y > medium-1, .grid-y > medium-2, .grid-y > medium-3, .grid-y > medium-4, .grid-y > medium-5, .grid-y > medium-6, .grid-y > medium-7, .grid-y > medium-8, .grid-y > medium-9, .grid-y > medium-10, .grid-y > medium-11, .grid-y > medium-12 {
    flex-basis: auto;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-y > large-shrink, .grid-y > large-full, .grid-y > large-1, .grid-y > large-2, .grid-y > large-3, .grid-y > large-4, .grid-y > large-5, .grid-y > large-6, .grid-y > large-7, .grid-y > large-8, .grid-y > large-9, .grid-y > large-10, .grid-y > large-11, .grid-y > large-12 {
    flex-basis: auto;
  }
}
.grid-y > .small-1 {
  height: 8.3333333333%;
}
.grid-y > .small-2 {
  height: 16.6666666667%;
}
.grid-y > .small-3 {
  height: 25%;
}
.grid-y > .small-4 {
  height: 33.3333333333%;
}
.grid-y > .small-5 {
  height: 41.6666666667%;
}
.grid-y > .small-6 {
  height: 50%;
}
.grid-y > .small-7 {
  height: 58.3333333333%;
}
.grid-y > .small-8 {
  height: 66.6666666667%;
}
.grid-y > .small-9 {
  height: 75%;
}
.grid-y > .small-10 {
  height: 83.3333333333%;
}
.grid-y > .small-11 {
  height: 91.6666666667%;
}
.grid-y > .small-12 {
  height: 100%;
}
@media print, screen and (min-width: 40em) {
  .grid-y > .medium-auto {
    flex: 1 1 0px;
    height: auto;
  }
  .grid-y > .medium-shrink {
    height: auto;
  }
  .grid-y > .medium-1 {
    height: 8.3333333333%;
  }
  .grid-y > .medium-2 {
    height: 16.6666666667%;
  }
  .grid-y > .medium-3 {
    height: 25%;
  }
  .grid-y > .medium-4 {
    height: 33.3333333333%;
  }
  .grid-y > .medium-5 {
    height: 41.6666666667%;
  }
  .grid-y > .medium-6 {
    height: 50%;
  }
  .grid-y > .medium-7 {
    height: 58.3333333333%;
  }
  .grid-y > .medium-8 {
    height: 66.6666666667%;
  }
  .grid-y > .medium-9 {
    height: 75%;
  }
  .grid-y > .medium-10 {
    height: 83.3333333333%;
  }
  .grid-y > .medium-11 {
    height: 91.6666666667%;
  }
  .grid-y > .medium-12 {
    height: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-y > .large-auto {
    flex: 1 1 0px;
    height: auto;
  }
  .grid-y > .large-shrink {
    height: auto;
  }
  .grid-y > .large-1 {
    height: 8.3333333333%;
  }
  .grid-y > .large-2 {
    height: 16.6666666667%;
  }
  .grid-y > .large-3 {
    height: 25%;
  }
  .grid-y > .large-4 {
    height: 33.3333333333%;
  }
  .grid-y > .large-5 {
    height: 41.6666666667%;
  }
  .grid-y > .large-6 {
    height: 50%;
  }
  .grid-y > .large-7 {
    height: 58.3333333333%;
  }
  .grid-y > .large-8 {
    height: 66.6666666667%;
  }
  .grid-y > .large-9 {
    height: 75%;
  }
  .grid-y > .large-10 {
    height: 83.3333333333%;
  }
  .grid-y > .large-11 {
    height: 91.6666666667%;
  }
  .grid-y > .large-12 {
    height: 100%;
  }
}

.grid-padding-y .grid-padding-y {
  margin-top: - 0.625rem;
  margin-bottom: - 0.625rem;
}
@media print, screen and (min-width: 40em) {
  .grid-padding-y .grid-padding-y {
    margin-top: - 0.9375rem;
    margin-bottom: - 0.9375rem;
  }
}
.grid-padding-y > .cell {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
@media print, screen and (min-width: 40em) {
  .grid-padding-y > .cell {
    padding-top: 0.9375rem;
    padding-bottom: 0.9375rem;
  }
}

.grid-margin-y {
  margin-top: - 0.625rem;
  margin-bottom: - 0.625rem;
}
@media print, screen and (min-width: 40em) {
  .grid-margin-y {
    margin-top: - 0.9375rem;
    margin-bottom: - 0.9375rem;
  }
}
.grid-margin-y > .cell {
  height: calc(100% - 1.25rem);
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}
@media print, screen and (min-width: 40em) {
  .grid-margin-y > .cell {
    height: calc(100% - 1.875rem);
    margin-top: 0.9375rem;
    margin-bottom: 0.9375rem;
  }
}
.grid-margin-y > .auto {
  height: auto;
}
.grid-margin-y > .shrink {
  height: auto;
}
.grid-margin-y > .small-1 {
  height: calc(8.3333333333% - 1.25rem);
}
.grid-margin-y > .small-2 {
  height: calc(16.6666666667% - 1.25rem);
}
.grid-margin-y > .small-3 {
  height: calc(25% - 1.25rem);
}
.grid-margin-y > .small-4 {
  height: calc(33.3333333333% - 1.25rem);
}
.grid-margin-y > .small-5 {
  height: calc(41.6666666667% - 1.25rem);
}
.grid-margin-y > .small-6 {
  height: calc(50% - 1.25rem);
}
.grid-margin-y > .small-7 {
  height: calc(58.3333333333% - 1.25rem);
}
.grid-margin-y > .small-8 {
  height: calc(66.6666666667% - 1.25rem);
}
.grid-margin-y > .small-9 {
  height: calc(75% - 1.25rem);
}
.grid-margin-y > .small-10 {
  height: calc(83.3333333333% - 1.25rem);
}
.grid-margin-y > .small-11 {
  height: calc(91.6666666667% - 1.25rem);
}
.grid-margin-y > .small-12 {
  height: calc(100% - 1.25rem);
}
@media print, screen and (min-width: 40em) {
  .grid-margin-y > .auto {
    height: auto;
  }
  .grid-margin-y > .shrink {
    height: auto;
  }
  .grid-margin-y > .small-1 {
    height: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-y > .small-2 {
    height: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-y > .small-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .small-4 {
    height: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-y > .small-5 {
    height: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-y > .small-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .small-7 {
    height: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-y > .small-8 {
    height: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-y > .small-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .small-10 {
    height: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-y > .small-11 {
    height: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-y > .small-12 {
    height: calc(100% - 1.875rem);
  }
  .grid-margin-y > .medium-auto {
    height: auto;
  }
  .grid-margin-y > .medium-shrink {
    height: auto;
  }
  .grid-margin-y > .medium-1 {
    height: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-y > .medium-2 {
    height: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-y > .medium-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .medium-4 {
    height: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-y > .medium-5 {
    height: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-y > .medium-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .medium-7 {
    height: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-y > .medium-8 {
    height: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-y > .medium-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .medium-10 {
    height: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-y > .medium-11 {
    height: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-y > .medium-12 {
    height: calc(100% - 1.875rem);
  }
}
@media print, screen and (min-width: 64em) {
  .grid-margin-y > .large-auto {
    height: auto;
  }
  .grid-margin-y > .large-shrink {
    height: auto;
  }
  .grid-margin-y > .large-1 {
    height: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-y > .large-2 {
    height: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-y > .large-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .large-4 {
    height: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-y > .large-5 {
    height: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-y > .large-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .large-7 {
    height: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-y > .large-8 {
    height: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-y > .large-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .large-10 {
    height: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-y > .large-11 {
    height: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-y > .large-12 {
    height: calc(100% - 1.875rem);
  }
}

.grid-frame {
  width: 100vw;
  overflow: hidden;
  position: relative;
  flex-wrap: nowrap;
  align-items: stretch;
}

.cell .grid-frame {
  width: 100%;
}

.cell-block {
  overflow-x: auto;
  max-width: 100%;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-stype: -ms-autohiding-scrollbar;
}

.cell-block-y {
  overflow-y: auto;
  max-height: 100%;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-stype: -ms-autohiding-scrollbar;
}

.cell-block-container {
  display: flex;
  flex-direction: column;
  max-height: 100%;
}
.cell-block-container > .grid-x {
  max-height: 100%;
  flex-wrap: nowrap;
}

@media print, screen and (min-width: 40em) {
  .medium-grid-frame {
    width: 100vw;
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
  }

  .cell .medium-grid-frame {
    width: 100%;
  }

  .medium-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-stype: -ms-autohiding-scrollbar;
  }

  .medium-cell-block-container {
    display: flex;
    flex-direction: column;
    max-height: 100%;
  }
  .medium-cell-block-container > .grid-x {
    max-height: 100%;
    flex-wrap: nowrap;
  }

  .medium-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-stype: -ms-autohiding-scrollbar;
  }
}
@media print, screen and (min-width: 64em) {
  .large-grid-frame {
    width: 100vw;
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
  }

  .cell .large-grid-frame {
    width: 100%;
  }

  .large-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-stype: -ms-autohiding-scrollbar;
  }

  .large-cell-block-container {
    display: flex;
    flex-direction: column;
    max-height: 100%;
  }
  .large-cell-block-container > .grid-x {
    max-height: 100%;
    flex-wrap: nowrap;
  }

  .large-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-stype: -ms-autohiding-scrollbar;
  }
}
.grid-y.grid-frame {
  width: auto;
  height: 100vh;
  overflow: hidden;
  position: relative;
  flex-wrap: nowrap;
  align-items: stretch;
}
@media print, screen and (min-width: 40em) {
  .grid-y.medium-grid-frame {
    width: auto;
    height: 100vh;
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-y.large-grid-frame {
    width: auto;
    height: 100vh;
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
  }
}

.cell .grid-y.grid-frame {
  height: 100%;
}
@media print, screen and (min-width: 40em) {
  .cell .grid-y.medium-grid-frame {
    height: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .cell .grid-y.large-grid-frame {
    height: 100%;
  }
}

.button {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  font-family: inherit;
  padding: 0.85em 1em;
  -webkit-appearance: none;
  border: 1px solid transparent;
  border-radius: 0;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-size: 0.9rem;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  background-color: #1779ba;
  color: #fefefe;
}
[data-whatinput=mouse] .button {
  outline: 0;
}
.button:hover, .button:focus {
  background-color: #14679e;
  color: #fefefe;
}
.button.tiny {
  font-size: 0.6rem;
}
.button.small {
  font-size: 0.75rem;
}
.button.large {
  font-size: 1.25rem;
}
.button.expanded {
  display: block;
  width: 100%;
  margin-right: 0;
  margin-left: 0;
}
.button.primary {
  background-color: #1779ba;
  color: #fefefe;
}
.button.primary:hover, .button.primary:focus {
  background-color: #126195;
  color: #fefefe;
}
.button.secondary {
  background-color: #767676;
  color: #fefefe;
}
.button.secondary:hover, .button.secondary:focus {
  background-color: #5e5e5e;
  color: #fefefe;
}
.button.success {
  background-color: #3adb76;
  color: #0a0a0a;
}
.button.success:hover, .button.success:focus {
  background-color: #22bb5b;
  color: #0a0a0a;
}
.button.warning {
  background-color: #ffae00;
  color: #0a0a0a;
}
.button.warning:hover, .button.warning:focus {
  background-color: #cc8b00;
  color: #0a0a0a;
}
.button.alert {
  background-color: #cc4b37;
  color: #fefefe;
}
.button.alert:hover, .button.alert:focus {
  background-color: #a53b2a;
  color: #fefefe;
}
.button.disabled, .button[disabled] {
  opacity: 0.25;
  cursor: not-allowed;
}
.button.disabled, .button.disabled:hover, .button.disabled:focus, .button[disabled], .button[disabled]:hover, .button[disabled]:focus {
  background-color: #1779ba;
  color: #fefefe;
}
.button.disabled.primary, .button[disabled].primary {
  opacity: 0.25;
  cursor: not-allowed;
}
.button.disabled.primary, .button.disabled.primary:hover, .button.disabled.primary:focus, .button[disabled].primary, .button[disabled].primary:hover, .button[disabled].primary:focus {
  background-color: #1779ba;
  color: #fefefe;
}
.button.disabled.secondary, .button[disabled].secondary {
  opacity: 0.25;
  cursor: not-allowed;
}
.button.disabled.secondary, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
  background-color: #767676;
  color: #fefefe;
}
.button.disabled.success, .button[disabled].success {
  opacity: 0.25;
  cursor: not-allowed;
}
.button.disabled.success, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success, .button[disabled].success:hover, .button[disabled].success:focus {
  background-color: #3adb76;
  color: #0a0a0a;
}
.button.disabled.warning, .button[disabled].warning {
  opacity: 0.25;
  cursor: not-allowed;
}
.button.disabled.warning, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning, .button[disabled].warning:hover, .button[disabled].warning:focus {
  background-color: #ffae00;
  color: #0a0a0a;
}
.button.disabled.alert, .button[disabled].alert {
  opacity: 0.25;
  cursor: not-allowed;
}
.button.disabled.alert, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert, .button[disabled].alert:hover, .button[disabled].alert:focus {
  background-color: #cc4b37;
  color: #fefefe;
}
.button.hollow {
  border: 1px solid #1779ba;
  color: #1779ba;
}
.button.hollow, .button.hollow:hover, .button.hollow:focus {
  background-color: transparent;
}
.button.hollow.disabled, .button.hollow.disabled:hover, .button.hollow.disabled:focus, .button.hollow[disabled], .button.hollow[disabled]:hover, .button.hollow[disabled]:focus {
  background-color: transparent;
}
.button.hollow:hover, .button.hollow:focus {
  border-color: #0c3d5d;
  color: #0c3d5d;
}
.button.hollow:hover.disabled, .button.hollow:hover[disabled], .button.hollow:focus.disabled, .button.hollow:focus[disabled] {
  border: 1px solid #1779ba;
  color: #1779ba;
}
.button.hollow.primary {
  border: 1px solid #1779ba;
  color: #1779ba;
}
.button.hollow.primary:hover, .button.hollow.primary:focus {
  border-color: #0c3d5d;
  color: #0c3d5d;
}
.button.hollow.primary:hover.disabled, .button.hollow.primary:hover[disabled], .button.hollow.primary:focus.disabled, .button.hollow.primary:focus[disabled] {
  border: 1px solid #1779ba;
  color: #1779ba;
}
.button.hollow.secondary {
  border: 1px solid #767676;
  color: #767676;
}
.button.hollow.secondary:hover, .button.hollow.secondary:focus {
  border-color: #3b3b3b;
  color: #3b3b3b;
}
.button.hollow.secondary:hover.disabled, .button.hollow.secondary:hover[disabled], .button.hollow.secondary:focus.disabled, .button.hollow.secondary:focus[disabled] {
  border: 1px solid #767676;
  color: #767676;
}
.button.hollow.success {
  border: 1px solid #3adb76;
  color: #3adb76;
}
.button.hollow.success:hover, .button.hollow.success:focus {
  border-color: #157539;
  color: #157539;
}
.button.hollow.success:hover.disabled, .button.hollow.success:hover[disabled], .button.hollow.success:focus.disabled, .button.hollow.success:focus[disabled] {
  border: 1px solid #3adb76;
  color: #3adb76;
}
.button.hollow.warning {
  border: 1px solid #ffae00;
  color: #ffae00;
}
.button.hollow.warning:hover, .button.hollow.warning:focus {
  border-color: #805700;
  color: #805700;
}
.button.hollow.warning:hover.disabled, .button.hollow.warning:hover[disabled], .button.hollow.warning:focus.disabled, .button.hollow.warning:focus[disabled] {
  border: 1px solid #ffae00;
  color: #ffae00;
}
.button.hollow.alert {
  border: 1px solid #cc4b37;
  color: #cc4b37;
}
.button.hollow.alert:hover, .button.hollow.alert:focus {
  border-color: #67251a;
  color: #67251a;
}
.button.hollow.alert:hover.disabled, .button.hollow.alert:hover[disabled], .button.hollow.alert:focus.disabled, .button.hollow.alert:focus[disabled] {
  border: 1px solid #cc4b37;
  color: #cc4b37;
}
.button.clear {
  border: 1px solid #1779ba;
  color: #1779ba;
}
.button.clear, .button.clear:hover, .button.clear:focus {
  background-color: transparent;
}
.button.clear.disabled, .button.clear.disabled:hover, .button.clear.disabled:focus, .button.clear[disabled], .button.clear[disabled]:hover, .button.clear[disabled]:focus {
  background-color: transparent;
}
.button.clear:hover, .button.clear:focus {
  border-color: #0c3d5d;
  color: #0c3d5d;
}
.button.clear:hover.disabled, .button.clear:hover[disabled], .button.clear:focus.disabled, .button.clear:focus[disabled] {
  border: 1px solid #1779ba;
  color: #1779ba;
}
.button.clear, .button.clear.disabled, .button.clear[disabled], .button.clear:hover, .button.clear:hover.disabled, .button.clear:hover[disabled], .button.clear:focus, .button.clear:focus.disabled, .button.clear:focus[disabled] {
  border-color: transparent;
}
.button.clear.primary {
  border: 1px solid #1779ba;
  color: #1779ba;
}
.button.clear.primary:hover, .button.clear.primary:focus {
  border-color: #0c3d5d;
  color: #0c3d5d;
}
.button.clear.primary:hover.disabled, .button.clear.primary:hover[disabled], .button.clear.primary:focus.disabled, .button.clear.primary:focus[disabled] {
  border: 1px solid #1779ba;
  color: #1779ba;
}
.button.clear.primary, .button.clear.primary.disabled, .button.clear.primary[disabled], .button.clear.primary:hover, .button.clear.primary:hover.disabled, .button.clear.primary:hover[disabled], .button.clear.primary:focus, .button.clear.primary:focus.disabled, .button.clear.primary:focus[disabled] {
  border-color: transparent;
}
.button.clear.secondary {
  border: 1px solid #767676;
  color: #767676;
}
.button.clear.secondary:hover, .button.clear.secondary:focus {
  border-color: #3b3b3b;
  color: #3b3b3b;
}
.button.clear.secondary:hover.disabled, .button.clear.secondary:hover[disabled], .button.clear.secondary:focus.disabled, .button.clear.secondary:focus[disabled] {
  border: 1px solid #767676;
  color: #767676;
}
.button.clear.secondary, .button.clear.secondary.disabled, .button.clear.secondary[disabled], .button.clear.secondary:hover, .button.clear.secondary:hover.disabled, .button.clear.secondary:hover[disabled], .button.clear.secondary:focus, .button.clear.secondary:focus.disabled, .button.clear.secondary:focus[disabled] {
  border-color: transparent;
}
.button.clear.success {
  border: 1px solid #3adb76;
  color: #3adb76;
}
.button.clear.success:hover, .button.clear.success:focus {
  border-color: #157539;
  color: #157539;
}
.button.clear.success:hover.disabled, .button.clear.success:hover[disabled], .button.clear.success:focus.disabled, .button.clear.success:focus[disabled] {
  border: 1px solid #3adb76;
  color: #3adb76;
}
.button.clear.success, .button.clear.success.disabled, .button.clear.success[disabled], .button.clear.success:hover, .button.clear.success:hover.disabled, .button.clear.success:hover[disabled], .button.clear.success:focus, .button.clear.success:focus.disabled, .button.clear.success:focus[disabled] {
  border-color: transparent;
}
.button.clear.warning {
  border: 1px solid #ffae00;
  color: #ffae00;
}
.button.clear.warning:hover, .button.clear.warning:focus {
  border-color: #805700;
  color: #805700;
}
.button.clear.warning:hover.disabled, .button.clear.warning:hover[disabled], .button.clear.warning:focus.disabled, .button.clear.warning:focus[disabled] {
  border: 1px solid #ffae00;
  color: #ffae00;
}
.button.clear.warning, .button.clear.warning.disabled, .button.clear.warning[disabled], .button.clear.warning:hover, .button.clear.warning:hover.disabled, .button.clear.warning:hover[disabled], .button.clear.warning:focus, .button.clear.warning:focus.disabled, .button.clear.warning:focus[disabled] {
  border-color: transparent;
}
.button.clear.alert {
  border: 1px solid #cc4b37;
  color: #cc4b37;
}
.button.clear.alert:hover, .button.clear.alert:focus {
  border-color: #67251a;
  color: #67251a;
}
.button.clear.alert:hover.disabled, .button.clear.alert:hover[disabled], .button.clear.alert:focus.disabled, .button.clear.alert:focus[disabled] {
  border: 1px solid #cc4b37;
  color: #cc4b37;
}
.button.clear.alert, .button.clear.alert.disabled, .button.clear.alert[disabled], .button.clear.alert:hover, .button.clear.alert:hover.disabled, .button.clear.alert:hover[disabled], .button.clear.alert:focus, .button.clear.alert:focus.disabled, .button.clear.alert:focus[disabled] {
  border-color: transparent;
}
.button.dropdown::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.4em;
  content: "";
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #fefefe transparent transparent;
  position: relative;
  top: 0.4em;
  display: inline-block;
  float: right;
  margin-left: 1em;
}
.button.dropdown.hollow::after {
  border-top-color: #1779ba;
}
.button.dropdown.hollow.primary::after {
  border-top-color: #1779ba;
}
.button.dropdown.hollow.secondary::after {
  border-top-color: #767676;
}
.button.dropdown.hollow.success::after {
  border-top-color: #3adb76;
}
.button.dropdown.hollow.warning::after {
  border-top-color: #ffae00;
}
.button.dropdown.hollow.alert::after {
  border-top-color: #cc4b37;
}
.button.arrow-only::after {
  top: -0.1em;
  float: none;
  margin-left: 0;
}

.button-group {
  margin-bottom: 1rem;
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
}
.button-group::before, .button-group::after {
  display: table;
  content: " ";
  flex-basis: 0;
  order: 1;
}
.button-group::after {
  clear: both;
}
.button-group .button {
  margin: 0;
  margin-right: 1px;
  margin-bottom: 1px;
  font-size: 0.9rem;
  flex: 0 0 auto;
}
.button-group .button:last-child {
  margin-right: 0;
}
.button-group.tiny .button {
  font-size: 0.6rem;
}
.button-group.small .button {
  font-size: 0.75rem;
}
.button-group.large .button {
  font-size: 1.25rem;
}
.button-group.expanded .button {
  flex: 1 1 0px;
}
.button-group.primary .button {
  background-color: #1779ba;
  color: #fefefe;
}
.button-group.primary .button:hover, .button-group.primary .button:focus {
  background-color: #126195;
  color: #fefefe;
}
.button-group.secondary .button {
  background-color: #767676;
  color: #fefefe;
}
.button-group.secondary .button:hover, .button-group.secondary .button:focus {
  background-color: #5e5e5e;
  color: #fefefe;
}
.button-group.success .button {
  background-color: #3adb76;
  color: #0a0a0a;
}
.button-group.success .button:hover, .button-group.success .button:focus {
  background-color: #22bb5b;
  color: #0a0a0a;
}
.button-group.warning .button {
  background-color: #ffae00;
  color: #0a0a0a;
}
.button-group.warning .button:hover, .button-group.warning .button:focus {
  background-color: #cc8b00;
  color: #0a0a0a;
}
.button-group.alert .button {
  background-color: #cc4b37;
  color: #fefefe;
}
.button-group.alert .button:hover, .button-group.alert .button:focus {
  background-color: #a53b2a;
  color: #fefefe;
}
.button-group.stacked, .button-group.stacked-for-small, .button-group.stacked-for-medium {
  flex-wrap: wrap;
}
.button-group.stacked .button, .button-group.stacked-for-small .button, .button-group.stacked-for-medium .button {
  flex: 0 0 100%;
}
.button-group.stacked .button:last-child, .button-group.stacked-for-small .button:last-child, .button-group.stacked-for-medium .button:last-child {
  margin-bottom: 0;
}
@media print, screen and (min-width: 40em) {
  .button-group.stacked-for-small .button {
    flex: 1 1 0px;
    margin-bottom: 0;
  }
}
@media print, screen and (min-width: 64em) {
  .button-group.stacked-for-medium .button {
    flex: 1 1 0px;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 39.9375em) {
  .button-group.stacked-for-small.expanded {
    display: block;
  }
  .button-group.stacked-for-small.expanded .button {
    display: block;
    margin-right: 0;
  }
}

.close-button {
  position: absolute;
  color: #8a8a8a;
  cursor: pointer;
}
[data-whatinput=mouse] .close-button {
  outline: 0;
}
.close-button:hover, .close-button:focus {
  color: #0a0a0a;
}
.close-button.small {
  right: 0.66rem;
  top: 0.33em;
  font-size: 1.5em;
  line-height: 1;
}
.close-button, .close-button.medium {
  right: 1rem;
  top: 0.5rem;
  font-size: 2em;
  line-height: 1;
}

.label {
  display: inline-block;
  padding: 0.33333rem 0.5rem;
  border-radius: 0;
  font-size: 0.8rem;
  line-height: 1;
  white-space: nowrap;
  cursor: default;
  background: #1779ba;
  color: #fefefe;
}
.label.primary {
  background: #1779ba;
  color: #fefefe;
}
.label.secondary {
  background: #767676;
  color: #fefefe;
}
.label.success {
  background: #3adb76;
  color: #0a0a0a;
}
.label.warning {
  background: #ffae00;
  color: #0a0a0a;
}
.label.alert {
  background: #cc4b37;
  color: #fefefe;
}

.progress {
  height: 1rem;
  margin-bottom: 1rem;
  border-radius: 0;
  background-color: #cacaca;
}
.progress.primary .progress-meter {
  background-color: #1779ba;
}
.progress.secondary .progress-meter {
  background-color: #767676;
}
.progress.success .progress-meter {
  background-color: #3adb76;
}
.progress.warning .progress-meter {
  background-color: #ffae00;
}
.progress.alert .progress-meter {
  background-color: #cc4b37;
}

.progress-meter {
  position: relative;
  display: block;
  width: 0%;
  height: 100%;
  background-color: #1779ba;
}

.progress-meter-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  margin: 0;
  font-size: 0.75rem;
  font-weight: bold;
  color: #fefefe;
  white-space: nowrap;
}

.slider {
  position: relative;
  height: 0.5rem;
  margin-top: 1.25rem;
  margin-bottom: 2.25rem;
  background-color: #e6e6e6;
  cursor: pointer;
  user-select: none;
  touch-action: none;
}

.slider-fill {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  max-width: 100%;
  height: 0.5rem;
  background-color: #cacaca;
  transition: all 0.2s ease-in-out;
}
.slider-fill.is-dragging {
  transition: all 0s linear;
}

.slider-handle {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  z-index: 1;
  display: inline-block;
  width: 1.4rem;
  height: 1.4rem;
  border-radius: 0;
  background-color: #1779ba;
  transition: all 0.2s ease-in-out;
  touch-action: manipulation;
}
[data-whatinput=mouse] .slider-handle {
  outline: 0;
}
.slider-handle:hover {
  background-color: #14679e;
}
.slider-handle.is-dragging {
  transition: all 0s linear;
}

.slider.disabled,
.slider[disabled] {
  opacity: 0.25;
  cursor: not-allowed;
}

.slider.vertical {
  display: inline-block;
  width: 0.5rem;
  height: 12.5rem;
  margin: 0 1.25rem;
  transform: scale(1, -1);
}
.slider.vertical .slider-fill {
  top: 0;
  width: 0.5rem;
  max-height: 100%;
}
.slider.vertical .slider-handle {
  position: absolute;
  top: 0;
  left: 50%;
  width: 1.4rem;
  height: 1.4rem;
  transform: translateX(-50%);
}

.switch {
  height: 2rem;
  position: relative;
  margin-bottom: 1rem;
  outline: 0;
  font-size: 0.875rem;
  font-weight: bold;
  color: #fefefe;
  user-select: none;
}

.switch-input {
  position: absolute;
  margin-bottom: 0;
  opacity: 0;
}

.switch-paddle {
  position: relative;
  display: block;
  width: 4rem;
  height: 2rem;
  border-radius: 0;
  background: #cacaca;
  transition: all 0.25s ease-out;
  font-weight: inherit;
  color: inherit;
  cursor: pointer;
}
input + .switch-paddle {
  margin: 0;
}
.switch-paddle::after {
  position: absolute;
  top: 0.25rem;
  left: 0.25rem;
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  transform: translate3d(0, 0, 0);
  border-radius: 0;
  background: #fefefe;
  transition: all 0.25s ease-out;
  content: "";
}
input:checked ~ .switch-paddle {
  background: #1779ba;
}
input:checked ~ .switch-paddle::after {
  left: 2.25rem;
}
[data-whatinput=mouse] input:focus ~ .switch-paddle {
  outline: 0;
}

.switch-inactive, .switch-active {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.switch-active {
  left: 8%;
  display: none;
}
input:checked + label > .switch-active {
  display: block;
}

.switch-inactive {
  right: 15%;
}
input:checked + label > .switch-inactive {
  display: none;
}

.switch.tiny {
  height: 1.5rem;
}
.switch.tiny .switch-paddle {
  width: 3rem;
  height: 1.5rem;
  font-size: 0.625rem;
}
.switch.tiny .switch-paddle::after {
  top: 0.25rem;
  left: 0.25rem;
  width: 1rem;
  height: 1rem;
}
.switch.tiny input:checked ~ .switch-paddle::after {
  left: 1.75rem;
}

.switch.small {
  height: 1.75rem;
}
.switch.small .switch-paddle {
  width: 3.5rem;
  height: 1.75rem;
  font-size: 0.75rem;
}
.switch.small .switch-paddle::after {
  top: 0.25rem;
  left: 0.25rem;
  width: 1.25rem;
  height: 1.25rem;
}
.switch.small input:checked ~ .switch-paddle::after {
  left: 2rem;
}

.switch.large {
  height: 2.5rem;
}
.switch.large .switch-paddle {
  width: 5rem;
  height: 2.5rem;
  font-size: 1rem;
}
.switch.large .switch-paddle::after {
  top: 0.25rem;
  left: 0.25rem;
  width: 2rem;
  height: 2rem;
}
.switch.large input:checked ~ .switch-paddle::after {
  left: 2.75rem;
}

table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 1rem;
  border-radius: 0;
}
thead,
tbody,
tfoot {
  border: 1px solid #f1f1f1;
  background-color: #fefefe;
}

caption {
  padding: 0.5rem 0.625rem 0.625rem;
  font-weight: bold;
}

thead {
  background: #f8f8f8;
  color: #0a0a0a;
}

tfoot {
  background: #f1f1f1;
  color: #0a0a0a;
}

thead tr,
tfoot tr {
  background: transparent;
}
thead th,
thead td,
tfoot th,
tfoot td {
  padding: 0.5rem 0.625rem 0.625rem;
  font-weight: bold;
  text-align: left;
}

tbody th,
tbody td {
  padding: 0.5rem 0.625rem 0.625rem;
}

tbody tr:nth-child(even) {
  border-bottom: 0;
  background-color: #f1f1f1;
}

table.unstriped tbody {
  background-color: #fefefe;
}
table.unstriped tbody tr {
  border-bottom: 0;
  border-bottom: 1px solid #f1f1f1;
  background-color: #fefefe;
}

@media screen and (max-width: 63.9375em) {
  table.stack thead {
    display: none;
  }
  table.stack tfoot {
    display: none;
  }
  table.stack tr,
table.stack th,
table.stack td {
    display: block;
  }
  table.stack td {
    border-top: 0;
  }
}

table.scroll {
  display: block;
  width: 100%;
  overflow-x: auto;
}

table.hover thead tr:hover {
  background-color: #f3f3f3;
}
table.hover tfoot tr:hover {
  background-color: #ececec;
}
table.hover tbody tr:hover {
  background-color: #f9f9f9;
}
table.hover:not(.unstriped) tr:nth-of-type(even):hover {
  background-color: #ececec;
}

.table-scroll {
  overflow-x: auto;
}
.table-scroll table {
  width: auto;
}

.badge {
  display: inline-block;
  min-width: 2.1em;
  padding: 0.3em;
  border-radius: 50%;
  font-size: 0.6rem;
  text-align: center;
  background: #1779ba;
  color: #fefefe;
}
.badge.primary {
  background: #1779ba;
  color: #fefefe;
}
.badge.secondary {
  background: #767676;
  color: #fefefe;
}
.badge.success {
  background: #3adb76;
  color: #0a0a0a;
}
.badge.warning {
  background: #ffae00;
  color: #0a0a0a;
}
.badge.alert {
  background: #cc4b37;
  color: #fefefe;
}

.breadcrumbs {
  margin: 0 0 1rem 0;
  list-style: none;
}
.breadcrumbs::before, .breadcrumbs::after {
  display: table;
  content: " ";
  flex-basis: 0;
  order: 1;
}
.breadcrumbs::after {
  clear: both;
}
.breadcrumbs li {
  float: left;
  font-size: 0.6875rem;
  color: #0a0a0a;
  cursor: default;
  text-transform: uppercase;
}
.breadcrumbs li:not(:last-child)::after {
  position: relative;
  margin: 0 0.75rem;
  opacity: 1;
  content: "/";
  color: #cacaca;
}
.breadcrumbs a {
  color: #1779ba;
}
.breadcrumbs a:hover {
  text-decoration: underline;
}
.breadcrumbs .disabled {
  color: #cacaca;
  cursor: not-allowed;
}

.callout {
  position: relative;
  margin: 0 0 1rem 0;
  padding: 1rem;
  border: 1px solid rgba(10, 10, 10, 0.25);
  border-radius: 0;
  background-color: white;
  color: #0a0a0a;
}
.callout > :first-child {
  margin-top: 0;
}
.callout > :last-child {
  margin-bottom: 0;
}
.callout.primary {
  background-color: #d7ecfa;
  color: #0a0a0a;
}
.callout.secondary {
  background-color: #eaeaea;
  color: #0a0a0a;
}
.callout.success {
  background-color: #e1faea;
  color: #0a0a0a;
}
.callout.warning {
  background-color: #fff3d9;
  color: #0a0a0a;
}
.callout.alert {
  background-color: #f7e4e1;
  color: #0a0a0a;
}
.callout.small {
  padding-top: 0.5rem;
  padding-right: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.5rem;
}
.callout.large {
  padding-top: 3rem;
  padding-right: 3rem;
  padding-bottom: 3rem;
  padding-left: 3rem;
}

.card {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  margin-bottom: 1rem;
  border: 1px solid #e6e6e6;
  border-radius: 0;
  background: #fefefe;
  box-shadow: none;
  overflow: hidden;
  color: #0a0a0a;
}
.card > :last-child {
  margin-bottom: 0;
}

.card-divider {
  flex: 0 1 auto;
  display: flex;
  padding: 1rem;
  background: #e6e6e6;
}
.card-divider > :last-child {
  margin-bottom: 0;
}

.card-section {
  flex: 1 0 auto;
  padding: 1rem;
}
.card-section > :last-child {
  margin-bottom: 0;
}

.card-image {
  min-height: 1px;
}

.dropdown-pane {
  position: absolute;
  z-index: 10;
  width: 300px;
  padding: 1rem;
  visibility: hidden;
  display: none;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  font-size: 1rem;
}
.dropdown-pane.is-opening {
  display: block;
}
.dropdown-pane.is-open {
  visibility: visible;
  display: block;
}

.dropdown-pane.tiny {
  width: 100px;
}

.dropdown-pane.small {
  width: 200px;
}

.dropdown-pane.large {
  width: 400px;
}

.pagination {
  margin-left: 0;
  margin-bottom: 1rem;
}
.pagination::before, .pagination::after {
  display: table;
  content: " ";
  flex-basis: 0;
  order: 1;
}
.pagination::after {
  clear: both;
}
.pagination li {
  margin-right: 0.0625rem;
  border-radius: 0;
  font-size: 0.875rem;
  display: none;
}
.pagination li:last-child, .pagination li:first-child {
  display: inline-block;
}
@media print, screen and (min-width: 40em) {
  .pagination li {
    display: inline-block;
  }
}
.pagination a,
.pagination button {
  display: block;
  padding: 0.1875rem 0.625rem;
  border-radius: 0;
  color: #0a0a0a;
}
.pagination a:hover,
.pagination button:hover {
  background: #e6e6e6;
}
.pagination .current {
  padding: 0.1875rem 0.625rem;
  background: #1779ba;
  color: #fefefe;
  cursor: default;
}
.pagination .disabled {
  padding: 0.1875rem 0.625rem;
  color: #cacaca;
  cursor: not-allowed;
}
.pagination .disabled:hover {
  background: transparent;
}
.pagination .ellipsis::after {
  padding: 0.1875rem 0.625rem;
  content: "…";
  color: #0a0a0a;
}

.pagination-previous a::before,
.pagination-previous.disabled::before {
  display: inline-block;
  margin-right: 0.5rem;
  content: "«";
}

.pagination-next a::after,
.pagination-next.disabled::after {
  display: inline-block;
  margin-left: 0.5rem;
  content: "»";
}

.has-tip {
  position: relative;
  display: inline-block;
  border-bottom: dotted 1px #8a8a8a;
  font-weight: bold;
  cursor: help;
}

.tooltip {
  position: absolute;
  top: calc(100% + 0.6495rem);
  z-index: 1200;
  max-width: 10rem;
  padding: 0.75rem;
  border-radius: 0;
  background-color: #0a0a0a;
  font-size: 80%;
  color: #fefefe;
}
.tooltip::before {
  position: absolute;
}
.tooltip.bottom::before {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.75rem;
  content: "";
  border-top-width: 0;
  border-bottom-style: solid;
  border-color: transparent transparent #0a0a0a;
  bottom: 100%;
}
.tooltip.bottom.align-center::before {
  left: 50%;
  transform: translateX(-50%);
}
.tooltip.top::before {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.75rem;
  content: "";
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #0a0a0a transparent transparent;
  top: 100%;
  bottom: auto;
}
.tooltip.top.align-center::before {
  left: 50%;
  transform: translateX(-50%);
}
.tooltip.left::before {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.75rem;
  content: "";
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #0a0a0a;
  left: 100%;
}
.tooltip.left.align-center::before {
  bottom: auto;
  top: 50%;
  transform: translateY(-50%);
}
.tooltip.right::before {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.75rem;
  content: "";
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #0a0a0a transparent transparent;
  right: 100%;
  left: auto;
}
.tooltip.right.align-center::before {
  bottom: auto;
  top: 50%;
  transform: translateY(-50%);
}
.tooltip.align-top::before {
  bottom: auto;
  top: 10%;
}
.tooltip.align-bottom::before {
  bottom: 10%;
  top: auto;
}
.tooltip.align-left::before {
  left: 10%;
  right: auto;
}
.tooltip.align-right::before {
  left: auto;
  right: 10%;
}

.accordion {
  margin-left: 0;
  background: #fefefe;
  list-style-type: none;
}
.accordion[disabled] .accordion-title {
  cursor: not-allowed;
}

.accordion-item:first-child > :first-child {
  border-radius: 0 0 0 0;
}
.accordion-item:last-child > :last-child {
  border-radius: 0 0 0 0;
}

.accordion-title {
  position: relative;
  display: block;
  padding: 1.25rem 1rem;
  border: 1px solid #e6e6e6;
  border-bottom: 0;
  font-size: 0.75rem;
  line-height: 1;
  color: #1779ba;
}
:last-child:not(.is-active) > .accordion-title {
  border-bottom: 1px solid #e6e6e6;
  border-radius: 0 0 0 0;
}
.accordion-title:hover, .accordion-title:focus {
  background-color: #e6e6e6;
}
.accordion-title::before {
  position: absolute;
  top: 50%;
  right: 1rem;
  margin-top: -0.5rem;
  content: "+";
}
.is-active > .accordion-title::before {
  content: "–";
}

.accordion-content {
  display: none;
  padding: 1rem;
  border: 1px solid #e6e6e6;
  border-bottom: 0;
  background-color: #fefefe;
  color: #0a0a0a;
}
:last-child > .accordion-content:last-child {
  border-bottom: 1px solid #e6e6e6;
}

.media-object {
  display: flex;
  margin-bottom: 1rem;
  flex-wrap: nowrap;
}
.media-object img {
  max-width: none;
}
@media screen and (max-width: 39.9375em) {
  .media-object.stack-for-small {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 39.9375em) {
  .media-object.stack-for-small .media-object-section {
    padding: 0;
    padding-bottom: 1rem;
    flex-basis: 100%;
    max-width: 100%;
  }
  .media-object.stack-for-small .media-object-section img {
    width: 100%;
  }
}

.media-object-section {
  flex: 0 1 auto;
}
.media-object-section:first-child {
  padding-right: 1rem;
}
.media-object-section:last-child:not(:nth-child(2)) {
  padding-left: 1rem;
}
.media-object-section > :last-child {
  margin-bottom: 0;
}
.media-object-section.main-section {
  flex: 1 1 0px;
}

.orbit {
  position: relative;
}

.orbit-container {
  position: relative;
  height: 0;
  margin: 0;
  list-style: none;
  overflow: hidden;
}

.orbit-slide {
  width: 100%;
}
.orbit-slide.no-motionui.is-active {
  top: 0;
  left: 0;
}

.orbit-figure {
  margin: 0;
}

.orbit-image {
  width: 100%;
  max-width: 100%;
  margin: 0;
}

.orbit-caption {
  position: absolute;
  bottom: 0;
  width: 100%;
  margin-bottom: 0;
  padding: 1rem;
  background-color: rgba(10, 10, 10, 0.5);
  color: #fefefe;
}

.orbit-next, .orbit-previous {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  padding: 1rem;
  color: #fefefe;
}
[data-whatinput=mouse] .orbit-next, [data-whatinput=mouse] .orbit-previous {
  outline: 0;
}
.orbit-next:hover, .orbit-previous:hover, .orbit-next:active, .orbit-previous:active, .orbit-next:focus, .orbit-previous:focus {
  background-color: rgba(10, 10, 10, 0.5);
}

.orbit-previous {
  left: 0;
}

.orbit-next {
  left: auto;
  right: 0;
}

.orbit-bullets {
  position: relative;
  margin-top: 0.8rem;
  margin-bottom: 0.8rem;
  text-align: center;
}
[data-whatinput=mouse] .orbit-bullets {
  outline: 0;
}
.orbit-bullets button {
  width: 1.2rem;
  height: 1.2rem;
  margin: 0.1rem;
  border-radius: 50%;
  background-color: #cacaca;
}
.orbit-bullets button:hover {
  background-color: #8a8a8a;
}
.orbit-bullets button.is-active {
  background-color: #8a8a8a;
}

.responsive-embed,
.flex-video {
  position: relative;
  height: 0;
  margin-bottom: 1rem;
  padding-bottom: 75%;
  overflow: hidden;
}
.responsive-embed iframe,
.responsive-embed object,
.responsive-embed embed,
.responsive-embed video,
.flex-video iframe,
.flex-video object,
.flex-video embed,
.flex-video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.responsive-embed.widescreen,
.flex-video.widescreen {
  padding-bottom: 56.25%;
}

.tabs {
  margin: 0;
  border: 1px solid #e6e6e6;
  background: #fefefe;
  list-style-type: none;
}
.tabs::before, .tabs::after {
  display: table;
  content: " ";
  flex-basis: 0;
  order: 1;
}
.tabs::after {
  clear: both;
}

.tabs.vertical > li {
  display: block;
  float: none;
  width: auto;
}

.tabs.simple > li > a {
  padding: 0;
}
.tabs.simple > li > a:hover {
  background: transparent;
}

.tabs.primary {
  background: #1779ba;
}
.tabs.primary > li > a {
  color: #fefefe;
}
.tabs.primary > li > a:hover, .tabs.primary > li > a:focus {
  background: #1673b1;
}

.tabs-title {
  float: left;
}
.tabs-title > a {
  display: block;
  padding: 1.25rem 1.5rem;
  font-size: 0.75rem;
  line-height: 1;
  color: #1779ba;
}
.tabs-title > a:hover {
  background: #fefefe;
  color: #1468a0;
}
.tabs-title > a:focus, .tabs-title > a[aria-selected=true] {
  background: #e6e6e6;
  color: #1779ba;
}

.tabs-content {
  border: 1px solid #e6e6e6;
  border-top: 0;
  background: #fefefe;
  color: #0a0a0a;
  transition: all 0.5s ease;
}

.tabs-content.vertical {
  border: 1px solid #e6e6e6;
  border-left: 0;
}

.tabs-panel {
  display: none;
  padding: 1rem;
}
.tabs-panel.is-active {
  display: block;
}

.thumbnail {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 1rem;
  border: 4px solid #fefefe;
  border-radius: 0;
  box-shadow: 0 0 0 1px rgba(10, 10, 10, 0.2);
  line-height: 0;
}

a.thumbnail {
  transition: box-shadow 200ms ease-out;
}
a.thumbnail:hover, a.thumbnail:focus {
  box-shadow: 0 0 6px 1px rgba(23, 121, 186, 0.5);
}
a.thumbnail image {
  box-shadow: none;
}

.menu {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
[data-whatinput=mouse] .menu li {
  outline: 0;
}
.menu a,
.menu .button {
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
  display: block;
  padding: 0.7rem 1rem;
}
.menu input,
.menu select,
.menu a,
.menu button {
  margin-bottom: 0;
}
.menu input {
  display: inline-block;
}
.menu, .menu.horizontal {
  flex-wrap: wrap;
  flex-direction: row;
}
.menu.vertical {
  flex-wrap: nowrap;
  flex-direction: column;
}
.menu.expanded li {
  flex: 1 1 0px;
}
.menu.simple {
  align-items: center;
}
.menu.simple li + li {
  margin-left: 1rem;
}
.menu.simple a {
  padding: 0;
}
@media print, screen and (min-width: 40em) {
  .menu.medium-horizontal {
    flex-wrap: wrap;
    flex-direction: row;
  }
  .menu.medium-vertical {
    flex-wrap: nowrap;
    flex-direction: column;
  }
  .menu.medium-expanded li {
    flex: 1 1 0px;
  }
  .menu.medium-simple li {
    flex: 1 1 0px;
  }
}
@media print, screen and (min-width: 64em) {
  .menu.large-horizontal {
    flex-wrap: wrap;
    flex-direction: row;
  }
  .menu.large-vertical {
    flex-wrap: nowrap;
    flex-direction: column;
  }
  .menu.large-expanded li {
    flex: 1 1 0px;
  }
  .menu.large-simple li {
    flex: 1 1 0px;
  }
}
.menu.nested {
  margin-right: 0;
  margin-left: 1rem;
}
.menu.icons a {
  display: flex;
}
.menu.icon-left li a {
  flex-flow: row nowrap;
}
.menu.icon-left li a img,
.menu.icon-left li a i,
.menu.icon-left li a svg {
  margin-right: 0.25rem;
}
.menu.icon-right li a {
  flex-flow: row nowrap;
}
.menu.icon-right li a img,
.menu.icon-right li a i,
.menu.icon-right li a svg {
  margin-left: 0.25rem;
}
.menu.icon-top li a {
  flex-flow: column nowrap;
}
.menu.icon-top li a img,
.menu.icon-top li a i,
.menu.icon-top li a svg {
  align-self: stretch;
  margin-bottom: 0.25rem;
  text-align: center;
}
.menu.icon-bottom li a {
  flex-flow: column nowrap;
}
.menu.icon-bottom li a img,
.menu.icon-bottom li a i,
.menu.icon-bottom li a svg {
  align-self: stretch;
  margin-bottom: 0.25rem;
  text-align: center;
}
.menu .is-active > a {
  background: #1779ba;
  color: #fefefe;
}
.menu .active > a {
  background: #1779ba;
  color: #fefefe;
}
.menu.align-left {
  justify-content: flex-start;
}
.menu.align-right li {
  display: flex;
  justify-content: flex-end;
}
.menu.align-right li .submenu li {
  justify-content: flex-start;
}
.menu.align-right.vertical li {
  display: block;
  text-align: right;
}
.menu.align-right.vertical li .submenu li {
  text-align: right;
}
.menu.align-right .nested {
  margin-right: 1rem;
  margin-left: 0;
}
.menu.align-center li {
  display: flex;
  justify-content: center;
}
.menu.align-center li .submenu li {
  justify-content: flex-start;
}
.menu .menu-text {
  padding: 0.7rem 1rem;
  font-weight: bold;
  line-height: 1;
  color: inherit;
}

.menu-centered > .menu {
  justify-content: center;
}
.menu-centered > .menu li {
  display: flex;
  justify-content: center;
}
.menu-centered > .menu li .submenu li {
  justify-content: flex-start;
}

.no-js [data-responsive-menu] ul {
  display: none;
}

.menu-icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 16px;
  cursor: pointer;
}
.menu-icon::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  background: #fefefe;
  box-shadow: 0 7px 0 #fefefe, 0 14px 0 #fefefe;
  content: "";
}
.menu-icon:hover::after {
  background: #cacaca;
  box-shadow: 0 7px 0 #cacaca, 0 14px 0 #cacaca;
}

.menu-icon.dark {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 16px;
  cursor: pointer;
}
.menu-icon.dark::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  background: #0a0a0a;
  box-shadow: 0 7px 0 #0a0a0a, 0 14px 0 #0a0a0a;
  content: "";
}
.menu-icon.dark:hover::after {
  background: #8a8a8a;
  box-shadow: 0 7px 0 #8a8a8a, 0 14px 0 #8a8a8a;
}

.accordion-menu li {
  width: 100%;
}
.accordion-menu a {
  padding: 0.7rem 1rem;
}
.accordion-menu .is-accordion-submenu a {
  padding: 0.7rem 1rem;
}
.accordion-menu .nested.is-accordion-submenu {
  margin-right: 0;
  margin-left: 1rem;
}
.accordion-menu.align-right .nested.is-accordion-submenu {
  margin-right: 1rem;
  margin-left: 0;
}
.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle) > a {
  position: relative;
}
.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle) > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: "";
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #1779ba transparent transparent;
  position: absolute;
  top: 50%;
  margin-top: -3px;
  right: 1rem;
}
.accordion-menu.align-left .is-accordion-submenu-parent > a::after {
  left: auto;
  right: 1rem;
}
.accordion-menu.align-right .is-accordion-submenu-parent > a::after {
  right: auto;
  left: 1rem;
}
.accordion-menu .is-accordion-submenu-parent[aria-expanded=true] > a::after {
  transform: rotate(180deg);
  transform-origin: 50% 50%;
}

.is-accordion-submenu-parent {
  position: relative;
}

.has-submenu-toggle > a {
  margin-right: 40px;
}

.submenu-toggle {
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  width: 40px;
  height: 40px;
}
.submenu-toggle::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: "";
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #1779ba transparent transparent;
  top: 0;
  bottom: 0;
  margin: auto;
}

.submenu-toggle[aria-expanded=true]::after {
  transform: scaleY(-1);
  transform-origin: 50% 50%;
}

.submenu-toggle-text {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  clip-path: inset(50%);
  border: 0;
}

.is-drilldown {
  position: relative;
  overflow: hidden;
}
.is-drilldown li {
  display: block;
}
.is-drilldown.animate-height {
  transition: height 0.5s;
}

.drilldown a {
  padding: 0.7rem 1rem;
  background: #fefefe;
}
.drilldown .is-drilldown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: -1;
  width: 100%;
  background: #fefefe;
  transition: transform 0.15s linear;
}
.drilldown .is-drilldown-submenu.is-active {
  z-index: 1;
  display: block;
  transform: translateX(-100%);
}
.drilldown .is-drilldown-submenu.is-closing {
  transform: translateX(100%);
}
.drilldown .is-drilldown-submenu a {
  padding: 0.7rem 1rem;
}
.drilldown .nested.is-drilldown-submenu {
  margin-right: 0;
  margin-left: 0;
}
.drilldown .drilldown-submenu-cover-previous {
  min-height: 100%;
}
.drilldown .is-drilldown-submenu-parent > a {
  position: relative;
}
.drilldown .is-drilldown-submenu-parent > a::after {
  position: absolute;
  top: 50%;
  margin-top: -6px;
  right: 1rem;
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: "";
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #1779ba;
}
.drilldown.align-left .is-drilldown-submenu-parent > a::after {
  left: auto;
  right: 1rem;
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: "";
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #1779ba;
}
.drilldown.align-right .is-drilldown-submenu-parent > a::after {
  right: auto;
  left: 1rem;
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: "";
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #1779ba transparent transparent;
}
.drilldown .js-drilldown-back > a::before {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: "";
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #1779ba transparent transparent;
  border-left-width: 0;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.75rem;
  border-left-width: 0;
}

.dropdown.menu > li.opens-left > .is-dropdown-submenu {
  top: 100%;
  right: 0;
  left: auto;
}
.dropdown.menu > li.opens-right > .is-dropdown-submenu {
  top: 100%;
  right: auto;
  left: 0;
}
.dropdown.menu > li.is-dropdown-submenu-parent > a {
  position: relative;
  padding-right: 1.5rem;
}
.dropdown.menu > li.is-dropdown-submenu-parent > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: "";
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #1779ba transparent transparent;
  right: 5px;
  margin-top: -3px;
}
.dropdown.menu a {
  padding: 0.7rem 1rem;
}
[data-whatinput=mouse] .dropdown.menu a {
  outline: 0;
}
.dropdown.menu .is-active > a {
  background: transparent;
  color: #1779ba;
}
.no-js .dropdown.menu ul {
  display: none;
}
.dropdown.menu .nested.is-dropdown-submenu {
  margin-right: 0;
  margin-left: 0;
}
.dropdown.menu.vertical > li .is-dropdown-submenu {
  top: 0;
}
.dropdown.menu.vertical > li.opens-left > .is-dropdown-submenu {
  right: 100%;
  left: auto;
  top: 0;
}
.dropdown.menu.vertical > li.opens-right > .is-dropdown-submenu {
  right: auto;
  left: 100%;
}
.dropdown.menu.vertical > li > a::after {
  right: 14px;
}
.dropdown.menu.vertical > li.opens-left > a::after {
  right: auto;
  left: 5px;
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: "";
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #1779ba transparent transparent;
}
.dropdown.menu.vertical > li.opens-right > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: "";
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #1779ba;
}
@media print, screen and (min-width: 40em) {
  .dropdown.menu.medium-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto;
  }
  .dropdown.menu.medium-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0;
  }
  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem;
  }
  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: "";
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #1779ba transparent transparent;
    right: 5px;
    margin-top: -3px;
  }
  .dropdown.menu.medium-vertical > li .is-dropdown-submenu {
    top: 0;
  }
  .dropdown.menu.medium-vertical > li.opens-left > .is-dropdown-submenu {
    right: 100%;
    left: auto;
    top: 0;
  }
  .dropdown.menu.medium-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%;
  }
  .dropdown.menu.medium-vertical > li > a::after {
    right: 14px;
  }
  .dropdown.menu.medium-vertical > li.opens-left > a::after {
    right: auto;
    left: 5px;
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: "";
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #1779ba transparent transparent;
  }
  .dropdown.menu.medium-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: "";
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #1779ba;
  }
}
@media print, screen and (min-width: 64em) {
  .dropdown.menu.large-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto;
  }
  .dropdown.menu.large-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0;
  }
  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem;
  }
  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: "";
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #1779ba transparent transparent;
    right: 5px;
    margin-top: -3px;
  }
  .dropdown.menu.large-vertical > li .is-dropdown-submenu {
    top: 0;
  }
  .dropdown.menu.large-vertical > li.opens-left > .is-dropdown-submenu {
    right: 100%;
    left: auto;
    top: 0;
  }
  .dropdown.menu.large-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%;
  }
  .dropdown.menu.large-vertical > li > a::after {
    right: 14px;
  }
  .dropdown.menu.large-vertical > li.opens-left > a::after {
    right: auto;
    left: 5px;
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: "";
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #1779ba transparent transparent;
  }
  .dropdown.menu.large-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: "";
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #1779ba;
  }
}
.dropdown.menu.align-right .is-dropdown-submenu.first-sub {
  top: 100%;
  right: 0;
  left: auto;
}

.is-dropdown-menu.vertical {
  width: 100px;
}
.is-dropdown-menu.vertical.align-right {
  float: right;
}

.is-dropdown-submenu-parent {
  position: relative;
}
.is-dropdown-submenu-parent a::after {
  position: absolute;
  top: 50%;
  right: 5px;
  margin-top: -6px;
}
.is-dropdown-submenu-parent.opens-inner > .is-dropdown-submenu {
  top: 100%;
  left: auto;
}
.is-dropdown-submenu-parent.opens-left > .is-dropdown-submenu {
  right: 100%;
  left: auto;
}
.is-dropdown-submenu-parent.opens-right > .is-dropdown-submenu {
  right: auto;
  left: 100%;
}

.is-dropdown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 1;
  display: none;
  min-width: 200px;
  border: 1px solid #cacaca;
  background: #fefefe;
}
.dropdown .is-dropdown-submenu a {
  padding: 0.7rem 1rem;
}
.is-dropdown-submenu .is-dropdown-submenu-parent > a::after {
  right: 14px;
}
.is-dropdown-submenu .is-dropdown-submenu-parent.opens-left > a::after {
  right: auto;
  left: 5px;
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: "";
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #1779ba transparent transparent;
}
.is-dropdown-submenu .is-dropdown-submenu-parent.opens-right > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: "";
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #1779ba;
}
.is-dropdown-submenu .is-dropdown-submenu {
  margin-top: -1px;
}
.is-dropdown-submenu > li {
  width: 100%;
}
.is-dropdown-submenu.js-dropdown-active {
  display: block;
}

.is-off-canvas-open {
  overflow: hidden;
}

.js-off-canvas-overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 11;
  width: 100%;
  height: 100%;
  transition: opacity 0.5s ease, visibility 0.5s ease;
  background: rgba(254, 254, 254, 0.25);
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
}
.js-off-canvas-overlay.is-visible {
  opacity: 1;
  visibility: visible;
}
.js-off-canvas-overlay.is-closable {
  cursor: pointer;
}
.js-off-canvas-overlay.is-overlay-absolute {
  position: absolute;
}
.js-off-canvas-overlay.is-overlay-fixed {
  position: fixed;
}

.off-canvas-wrapper {
  position: relative;
  overflow: hidden;
}

.off-canvas {
  position: fixed;
  z-index: 12;
  transition: transform 0.5s ease;
  backface-visibility: hidden;
  background: #e6e6e6;
}
[data-whatinput=mouse] .off-canvas {
  outline: 0;
}
.off-canvas.is-transition-push {
  z-index: 12;
}
.off-canvas.is-closed {
  visibility: hidden;
}
.off-canvas.is-transition-overlap {
  z-index: 13;
}
.off-canvas.is-transition-overlap.is-open {
  box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
}
.off-canvas.is-open {
  transform: translate(0, 0);
}
.off-canvas-absolute {
  position: absolute;
  z-index: 12;
  transition: transform 0.5s ease;
  backface-visibility: hidden;
  background: #e6e6e6;
}
[data-whatinput=mouse] .off-canvas-absolute {
  outline: 0;
}
.off-canvas-absolute.is-transition-push {
  z-index: 12;
}
.off-canvas-absolute.is-closed {
  visibility: hidden;
}
.off-canvas-absolute.is-transition-overlap {
  z-index: 13;
}
.off-canvas-absolute.is-transition-overlap.is-open {
  box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
}
.off-canvas-absolute.is-open {
  transform: translate(0, 0);
}

.position-left {
  top: 0;
  left: 0;
  width: 250px;
  height: 100%;
  transform: translateX(-250px);
  overflow-y: auto;
}
.off-canvas-content .off-canvas.position-left {
  transform: translateX(-250px);
}
.off-canvas-content .off-canvas.position-left.is-transition-overlap.is-open {
  transform: translate(0, 0);
}

.off-canvas-content.is-open-left.has-transition-push {
  transform: translateX(250px);
}

.position-left.is-transition-push {
  box-shadow: inset -13px 0 20px -13px rgba(10, 10, 10, 0.25);
}

.position-right {
  top: 0;
  right: 0;
  width: 250px;
  height: 100%;
  transform: translateX(250px);
  overflow-y: auto;
}
.off-canvas-content .off-canvas.position-right {
  transform: translateX(250px);
}
.off-canvas-content .off-canvas.position-right.is-transition-overlap.is-open {
  transform: translate(0, 0);
}

.off-canvas-content.is-open-right.has-transition-push {
  transform: translateX(-250px);
}

.position-right.is-transition-push {
  box-shadow: inset 13px 0 20px -13px rgba(10, 10, 10, 0.25);
}

.position-top {
  top: 0;
  left: 0;
  width: 100%;
  height: 250px;
  transform: translateY(-250px);
  overflow-x: auto;
}
.off-canvas-content .off-canvas.position-top {
  transform: translateY(-250px);
}
.off-canvas-content .off-canvas.position-top.is-transition-overlap.is-open {
  transform: translate(0, 0);
}

.off-canvas-content.is-open-top.has-transition-push {
  transform: translateY(250px);
}

.position-top.is-transition-push {
  box-shadow: inset 0 -13px 20px -13px rgba(10, 10, 10, 0.25);
}

.position-bottom {
  bottom: 0;
  left: 0;
  width: 100%;
  height: 250px;
  transform: translateY(250px);
  overflow-x: auto;
}
.off-canvas-content .off-canvas.position-bottom {
  transform: translateY(250px);
}
.off-canvas-content .off-canvas.position-bottom.is-transition-overlap.is-open {
  transform: translate(0, 0);
}

.off-canvas-content.is-open-bottom.has-transition-push {
  transform: translateY(-250px);
}

.position-bottom.is-transition-push {
  box-shadow: inset 0 13px 20px -13px rgba(10, 10, 10, 0.25);
}

.off-canvas-content {
  transform: none;
  transition: transform 0.5s ease;
  backface-visibility: hidden;
}
.off-canvas-content.has-transition-push {
  transform: translate(0, 0);
}
.off-canvas-content .off-canvas.is-open {
  transform: translate(0, 0);
}

@media print, screen and (min-width: 40em) {
  .position-left.reveal-for-medium {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-left.reveal-for-medium .close-button {
    display: none;
  }
  .off-canvas-content .position-left.reveal-for-medium {
    transform: none;
  }
  .off-canvas-content.has-reveal-left {
    margin-left: 250px;
  }

  .position-left.reveal-for-medium ~ .off-canvas-content {
    margin-left: 250px;
  }

  .position-right.reveal-for-medium {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-right.reveal-for-medium .close-button {
    display: none;
  }
  .off-canvas-content .position-right.reveal-for-medium {
    transform: none;
  }
  .off-canvas-content.has-reveal-right {
    margin-right: 250px;
  }

  .position-right.reveal-for-medium ~ .off-canvas-content {
    margin-right: 250px;
  }

  .position-top.reveal-for-medium {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-top.reveal-for-medium .close-button {
    display: none;
  }
  .off-canvas-content .position-top.reveal-for-medium {
    transform: none;
  }
  .off-canvas-content.has-reveal-top {
    margin-top: 250px;
  }

  .position-top.reveal-for-medium ~ .off-canvas-content {
    margin-top: 250px;
  }

  .position-bottom.reveal-for-medium {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-bottom.reveal-for-medium .close-button {
    display: none;
  }
  .off-canvas-content .position-bottom.reveal-for-medium {
    transform: none;
  }
  .off-canvas-content.has-reveal-bottom {
    margin-bottom: 250px;
  }

  .position-bottom.reveal-for-medium ~ .off-canvas-content {
    margin-bottom: 250px;
  }
}
@media print, screen and (min-width: 64em) {
  .position-left.reveal-for-large {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-left.reveal-for-large .close-button {
    display: none;
  }
  .off-canvas-content .position-left.reveal-for-large {
    transform: none;
  }
  .off-canvas-content.has-reveal-left {
    margin-left: 250px;
  }

  .position-left.reveal-for-large ~ .off-canvas-content {
    margin-left: 250px;
  }

  .position-right.reveal-for-large {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-right.reveal-for-large .close-button {
    display: none;
  }
  .off-canvas-content .position-right.reveal-for-large {
    transform: none;
  }
  .off-canvas-content.has-reveal-right {
    margin-right: 250px;
  }

  .position-right.reveal-for-large ~ .off-canvas-content {
    margin-right: 250px;
  }

  .position-top.reveal-for-large {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-top.reveal-for-large .close-button {
    display: none;
  }
  .off-canvas-content .position-top.reveal-for-large {
    transform: none;
  }
  .off-canvas-content.has-reveal-top {
    margin-top: 250px;
  }

  .position-top.reveal-for-large ~ .off-canvas-content {
    margin-top: 250px;
  }

  .position-bottom.reveal-for-large {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-bottom.reveal-for-large .close-button {
    display: none;
  }
  .off-canvas-content .position-bottom.reveal-for-large {
    transform: none;
  }
  .off-canvas-content.has-reveal-bottom {
    margin-bottom: 250px;
  }

  .position-bottom.reveal-for-large ~ .off-canvas-content {
    margin-bottom: 250px;
  }
}
@media print, screen and (min-width: 40em) {
  .off-canvas.in-canvas-for-medium {
    visibility: visible;
    height: auto;
    position: static;
    background: inherit;
    width: inherit;
    overflow: inherit;
    transition: inherit;
  }
  .off-canvas.in-canvas-for-medium.position-left, .off-canvas.in-canvas-for-medium.position-right, .off-canvas.in-canvas-for-medium.position-top, .off-canvas.in-canvas-for-medium.position-bottom {
    box-shadow: none;
    transform: none;
  }
  .off-canvas.in-canvas-for-medium .close-button {
    display: none;
  }
}
@media print, screen and (min-width: 64em) {
  .off-canvas.in-canvas-for-large {
    visibility: visible;
    height: auto;
    position: static;
    background: inherit;
    width: inherit;
    overflow: inherit;
    transition: inherit;
  }
  .off-canvas.in-canvas-for-large.position-left, .off-canvas.in-canvas-for-large.position-right, .off-canvas.in-canvas-for-large.position-top, .off-canvas.in-canvas-for-large.position-bottom {
    box-shadow: none;
    transform: none;
  }
  .off-canvas.in-canvas-for-large .close-button {
    display: none;
  }
}
body.is-reveal-open {
  overflow: hidden;
}

html.is-reveal-open,
html.is-reveal-open body {
  min-height: 100%;
  overflow: hidden;
  position: fixed;
  user-select: none;
}

.reveal-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1005;
  display: none;
  background-color: rgba(10, 10, 10, 0.45);
  overflow-y: scroll;
}

.reveal {
  z-index: 1006;
  backface-visibility: hidden;
  display: none;
  padding: 1rem;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  position: relative;
  top: 100px;
  margin-right: auto;
  margin-left: auto;
  overflow-y: auto;
}
[data-whatinput=mouse] .reveal {
  outline: 0;
}
@media print, screen and (min-width: 40em) {
  .reveal {
    min-height: 0;
  }
}
.reveal .column {
  min-width: 0;
}
.reveal > :last-child {
  margin-bottom: 0;
}
@media print, screen and (min-width: 40em) {
  .reveal {
    width: 600px;
    max-width: 75rem;
  }
}
.reveal.collapse {
  padding: 0;
}
@media print, screen and (min-width: 40em) {
  .reveal.tiny {
    width: 30%;
    max-width: 75rem;
  }
}
@media print, screen and (min-width: 40em) {
  .reveal.small {
    width: 50%;
    max-width: 75rem;
  }
}
@media print, screen and (min-width: 40em) {
  .reveal.large {
    width: 90%;
    max-width: 75rem;
  }
}
.reveal.full {
  top: 0;
  left: 0;
  width: 100%;
  max-width: none;
  height: 100%;
  height: 100vh;
  min-height: 100vh;
  margin-left: 0;
  border: 0;
  border-radius: 0;
}
@media screen and (max-width: 39.9375em) {
  .reveal {
    top: 0;
    left: 0;
    width: 100%;
    max-width: none;
    height: 100%;
    height: 100vh;
    min-height: 100vh;
    margin-left: 0;
    border: 0;
    border-radius: 0;
  }
}
.reveal.without-overlay {
  position: fixed;
}

.sticky-container {
  position: relative;
}

.sticky {
  position: relative;
  z-index: 0;
  transform: translate3d(0, 0, 0);
}

.sticky.is-stuck {
  position: fixed;
  z-index: 5;
  width: 100%;
}
.sticky.is-stuck.is-at-top {
  top: 0;
}
.sticky.is-stuck.is-at-bottom {
  bottom: 0;
}

.sticky.is-anchored {
  position: relative;
  right: auto;
  left: auto;
}
.sticky.is-anchored.is-at-bottom {
  bottom: 0;
}

.title-bar {
  padding: 0.5rem;
  background: #0a0a0a;
  color: #fefefe;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.title-bar .menu-icon {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

.title-bar-left,
.title-bar-right {
  flex: 1 1 0px;
}

.title-bar-right {
  text-align: right;
}

.title-bar-title {
  display: inline-block;
  vertical-align: middle;
  font-weight: bold;
}

.top-bar {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  padding: 0.5rem;
  flex-wrap: wrap;
}
.top-bar,
.top-bar ul {
  background-color: #e6e6e6;
}
.top-bar input {
  max-width: 200px;
  margin-right: 1rem;
}
.top-bar .input-group-field {
  width: 100%;
  margin-right: 0;
}
.top-bar input.button {
  width: auto;
}
.top-bar .top-bar-left,
.top-bar .top-bar-right {
  flex: 0 0 100%;
  max-width: 100%;
}
@media print, screen and (min-width: 40em) {
  .top-bar {
    flex-wrap: nowrap;
  }
  .top-bar .top-bar-left {
    flex: 1 1 auto;
    margin-right: auto;
  }
  .top-bar .top-bar-right {
    flex: 0 1 auto;
    margin-left: auto;
  }
}
@media screen and (max-width: 63.9375em) {
  .top-bar.stacked-for-medium {
    flex-wrap: wrap;
  }
  .top-bar.stacked-for-medium .top-bar-left,
.top-bar.stacked-for-medium .top-bar-right {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 74.9375em) {
  .top-bar.stacked-for-large {
    flex-wrap: wrap;
  }
  .top-bar.stacked-for-large .top-bar-left,
.top-bar.stacked-for-large .top-bar-right {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.top-bar-title {
  flex: 0 0 auto;
  margin: 0.5rem 1rem 0.5rem 0;
}

.top-bar-left,
.top-bar-right {
  flex: 0 0 auto;
}

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

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

.float-center {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.clearfix::before, .clearfix::after {
  display: table;
  content: " ";
  flex-basis: 0;
  order: 1;
}
.clearfix::after {
  clear: both;
}

.align-right {
  justify-content: flex-end;
}

.align-center {
  justify-content: center;
}

.align-justify {
  justify-content: space-between;
}

.align-spaced {
  justify-content: space-around;
}

.align-right.vertical.menu > li > a {
  justify-content: flex-end;
}

.align-center.vertical.menu > li > a {
  justify-content: center;
}

.align-top {
  align-items: flex-start;
}

.align-self-top {
  align-self: flex-start;
}

.align-bottom {
  align-items: flex-end;
}

.align-self-bottom {
  align-self: flex-end;
}

.align-middle {
  align-items: center;
}

.align-self-middle {
  align-self: center;
}

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

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

.align-center-middle {
  justify-content: center;
  align-items: center;
  align-content: center;
}

.small-order-1 {
  order: 1;
}

.small-order-2 {
  order: 2;
}

.small-order-3 {
  order: 3;
}

.small-order-4 {
  order: 4;
}

.small-order-5 {
  order: 5;
}

.small-order-6 {
  order: 6;
}

@media print, screen and (min-width: 40em) {
  .medium-order-1 {
    order: 1;
  }

  .medium-order-2 {
    order: 2;
  }

  .medium-order-3 {
    order: 3;
  }

  .medium-order-4 {
    order: 4;
  }

  .medium-order-5 {
    order: 5;
  }

  .medium-order-6 {
    order: 6;
  }
}
@media print, screen and (min-width: 64em) {
  .large-order-1 {
    order: 1;
  }

  .large-order-2 {
    order: 2;
  }

  .large-order-3 {
    order: 3;
  }

  .large-order-4 {
    order: 4;
  }

  .large-order-5 {
    order: 5;
  }

  .large-order-6 {
    order: 6;
  }
}
.flex-container {
  display: flex;
}

.flex-child-auto {
  flex: 1 1 auto;
}

.flex-child-grow {
  flex: 1 0 auto;
}

.flex-child-shrink {
  flex: 0 1 auto;
}

.flex-dir-row {
  flex-direction: row;
}

.flex-dir-row-reverse {
  flex-direction: row-reverse;
}

.flex-dir-column {
  flex-direction: column;
}

.flex-dir-column-reverse {
  flex-direction: column-reverse;
}

@media print, screen and (min-width: 40em) {
  .medium-flex-container {
    display: flex;
  }

  .medium-flex-child-auto {
    flex: 1 1 auto;
  }

  .medium-flex-child-grow {
    flex: 1 0 auto;
  }

  .medium-flex-child-shrink {
    flex: 0 1 auto;
  }

  .medium-flex-dir-row {
    flex-direction: row;
  }

  .medium-flex-dir-row-reverse {
    flex-direction: row-reverse;
  }

  .medium-flex-dir-column {
    flex-direction: column;
  }

  .medium-flex-dir-column-reverse {
    flex-direction: column-reverse;
  }
}
@media print, screen and (min-width: 64em) {
  .large-flex-container {
    display: flex;
  }

  .large-flex-child-auto {
    flex: 1 1 auto;
  }

  .large-flex-child-grow {
    flex: 1 0 auto;
  }

  .large-flex-child-shrink {
    flex: 0 1 auto;
  }

  .large-flex-dir-row {
    flex-direction: row;
  }

  .large-flex-dir-row-reverse {
    flex-direction: row-reverse;
  }

  .large-flex-dir-column {
    flex-direction: column;
  }

  .large-flex-dir-column-reverse {
    flex-direction: column-reverse;
  }
}
.hide {
  display: none !important;
}

.invisible {
  visibility: hidden;
}

@media screen and (max-width: 39.9375em) {
  .hide-for-small-only {
    display: none !important;
  }
}

@media screen and (max-width: 0em), screen and (min-width: 40em) {
  .show-for-small-only {
    display: none !important;
  }
}

@media print, screen and (min-width: 40em) {
  .hide-for-medium {
    display: none !important;
  }
}

@media screen and (max-width: 39.9375em) {
  .show-for-medium {
    display: none !important;
  }
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .hide-for-medium-only {
    display: none !important;
  }
}

@media screen and (max-width: 39.9375em), screen and (min-width: 64em) {
  .show-for-medium-only {
    display: none !important;
  }
}

@media print, screen and (min-width: 64em) {
  .hide-for-large {
    display: none !important;
  }
}

@media screen and (max-width: 63.9375em) {
  .show-for-large {
    display: none !important;
  }
}

@media screen and (min-width: 64em) and (max-width: 74.9375em) {
  .hide-for-large-only {
    display: none !important;
  }
}

@media screen and (max-width: 63.9375em), screen and (min-width: 75em) {
  .show-for-large-only {
    display: none !important;
  }
}

.show-for-sr,
.show-on-focus {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  clip-path: inset(50%);
  border: 0;
}

.show-on-focus:active, .show-on-focus:focus {
  position: static !important;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
  clip-path: none;
}

.show-for-landscape,
.hide-for-portrait {
  display: block !important;
}
@media screen and (orientation: landscape) {
  .show-for-landscape,
.hide-for-portrait {
    display: block !important;
  }
}
@media screen and (orientation: portrait) {
  .show-for-landscape,
.hide-for-portrait {
    display: none !important;
  }
}

.hide-for-landscape,
.show-for-portrait {
  display: none !important;
}
@media screen and (orientation: landscape) {
  .hide-for-landscape,
.show-for-portrait {
    display: none !important;
  }
}
@media screen and (orientation: portrait) {
  .hide-for-landscape,
.show-for-portrait {
    display: block !important;
  }
}

.slide-in-down.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateY(-100%);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}

.slide-in-down.mui-enter.mui-enter-active {
  transform: translateY(0);
}

.slide-in-left.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateX(-100%);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}

.slide-in-left.mui-enter.mui-enter-active {
  transform: translateX(0);
}

.slide-in-up.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateY(100%);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}

.slide-in-up.mui-enter.mui-enter-active {
  transform: translateY(0);
}

.slide-in-right.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateX(100%);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}

.slide-in-right.mui-enter.mui-enter-active {
  transform: translateX(0);
}

.slide-out-down.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateY(0);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}

.slide-out-down.mui-leave.mui-leave-active {
  transform: translateY(100%);
}

.slide-out-right.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateX(0);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}

.slide-out-right.mui-leave.mui-leave-active {
  transform: translateX(100%);
}

.slide-out-up.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateY(0);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}

.slide-out-up.mui-leave.mui-leave-active {
  transform: translateY(-100%);
}

.slide-out-left.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateX(0);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}

.slide-out-left.mui-leave.mui-leave-active {
  transform: translateX(-100%);
}

.fade-in.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  opacity: 0;
  transition-property: opacity;
}

.fade-in.mui-enter.mui-enter-active {
  opacity: 1;
}

.fade-out.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  opacity: 1;
  transition-property: opacity;
}

.fade-out.mui-leave.mui-leave-active {
  opacity: 0;
}

.hinge-in-from-top.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateX(-90deg);
  transform-origin: top;
  transition-property: transform, opacity;
  opacity: 0;
}

.hinge-in-from-top.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-in-from-right.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateY(-90deg);
  transform-origin: right;
  transition-property: transform, opacity;
  opacity: 0;
}

.hinge-in-from-right.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-in-from-bottom.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateX(90deg);
  transform-origin: bottom;
  transition-property: transform, opacity;
  opacity: 0;
}

.hinge-in-from-bottom.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-in-from-left.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateY(90deg);
  transform-origin: left;
  transition-property: transform, opacity;
  opacity: 0;
}

.hinge-in-from-left.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-in-from-middle-x.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateX(-90deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 0;
}

.hinge-in-from-middle-x.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-in-from-middle-y.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateY(-90deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 0;
}

.hinge-in-from-middle-y.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-out-from-top.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: top;
  transition-property: transform, opacity;
  opacity: 1;
}

.hinge-out-from-top.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(90deg);
  opacity: 0;
}

.hinge-out-from-right.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: right;
  transition-property: transform, opacity;
  opacity: 1;
}

.hinge-out-from-right.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(90deg);
  opacity: 0;
}

.hinge-out-from-bottom.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: bottom;
  transition-property: transform, opacity;
  opacity: 1;
}

.hinge-out-from-bottom.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(-90deg);
  opacity: 0;
}

.hinge-out-from-left.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: left;
  transition-property: transform, opacity;
  opacity: 1;
}

.hinge-out-from-left.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(-90deg);
  opacity: 0;
}

.hinge-out-from-middle-x.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 1;
}

.hinge-out-from-middle-x.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(90deg);
  opacity: 0;
}

.hinge-out-from-middle-y.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 1;
}

.hinge-out-from-middle-y.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(90deg);
  opacity: 0;
}

.scale-in-up.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: scale(0.5);
  transition-property: transform, opacity;
  opacity: 0;
}

.scale-in-up.mui-enter.mui-enter-active {
  transform: scale(1);
  opacity: 1;
}

.scale-in-down.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: scale(1.5);
  transition-property: transform, opacity;
  opacity: 0;
}

.scale-in-down.mui-enter.mui-enter-active {
  transform: scale(1);
  opacity: 1;
}

.scale-out-up.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: scale(1);
  transition-property: transform, opacity;
  opacity: 1;
}

.scale-out-up.mui-leave.mui-leave-active {
  transform: scale(1.5);
  opacity: 0;
}

.scale-out-down.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: scale(1);
  transition-property: transform, opacity;
  opacity: 1;
}

.scale-out-down.mui-leave.mui-leave-active {
  transform: scale(0.5);
  opacity: 0;
}

.spin-in.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: rotate(-0.75turn);
  transition-property: transform, opacity;
  opacity: 0;
}

.spin-in.mui-enter.mui-enter-active {
  transform: rotate(0);
  opacity: 1;
}

.spin-out.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: rotate(0);
  transition-property: transform, opacity;
  opacity: 1;
}

.spin-out.mui-leave.mui-leave-active {
  transform: rotate(0.75turn);
  opacity: 0;
}

.spin-in-ccw.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: rotate(0.75turn);
  transition-property: transform, opacity;
  opacity: 0;
}

.spin-in-ccw.mui-enter.mui-enter-active {
  transform: rotate(0);
  opacity: 1;
}

.spin-out-ccw.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: rotate(0);
  transition-property: transform, opacity;
  opacity: 1;
}

.spin-out-ccw.mui-leave.mui-leave-active {
  transform: rotate(-0.75turn);
  opacity: 0;
}

.slow {
  transition-duration: 750ms !important;
}

.fast {
  transition-duration: 250ms !important;
}

.linear {
  transition-timing-function: linear !important;
}

.ease {
  transition-timing-function: ease !important;
}

.ease-in {
  transition-timing-function: ease-in !important;
}

.ease-out {
  transition-timing-function: ease-out !important;
}

.ease-in-out {
  transition-timing-function: ease-in-out !important;
}

.bounce-in {
  transition-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important;
}

.bounce-out {
  transition-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important;
}

.bounce-in-out {
  transition-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important;
}

.short-delay {
  transition-delay: 300ms !important;
}

.long-delay {
  transition-delay: 700ms !important;
}

.shake {
  animation-name: shake-7;
}
@keyframes shake-7 {
  0%, 10%, 20%, 30%, 40%, 50%, 60%, 70%, 80%, 90% {
    transform: translateX(7%);
  }
  5%, 15%, 25%, 35%, 45%, 55%, 65%, 75%, 85%, 95% {
    transform: translateX(-7%);
  }
}

.spin-cw {
  animation-name: spin-cw-1turn;
}
@keyframes spin-cw-1turn {
  0% {
    transform: rotate(-1turn);
  }
  100% {
    transform: rotate(0);
  }
}

.spin-ccw {
  animation-name: spin-ccw-1turn;
}
@keyframes spin-ccw-1turn {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(-1turn);
  }
}

.wiggle {
  animation-name: wiggle-7deg;
}
@keyframes wiggle-7deg {
  40%, 50%, 60% {
    transform: rotate(7deg);
  }
  35%, 45%, 55%, 65% {
    transform: rotate(-7deg);
  }
  0%, 30%, 70%, 100% {
    transform: rotate(0);
  }
}

.shake,
.spin-cw,
.spin-ccw,
.wiggle {
  animation-duration: 500ms;
}

.infinite {
  animation-iteration-count: infinite;
}

.slow {
  animation-duration: 750ms !important;
}

.fast {
  animation-duration: 250ms !important;
}

.linear {
  animation-timing-function: linear !important;
}

.ease {
  animation-timing-function: ease !important;
}

.ease-in {
  animation-timing-function: ease-in !important;
}

.ease-out {
  animation-timing-function: ease-out !important;
}

.ease-in-out {
  animation-timing-function: ease-in-out !important;
}

.bounce-in {
  animation-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important;
}

.bounce-out {
  animation-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important;
}

.bounce-in-out {
  animation-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important;
}

.short-delay {
  animation-delay: 300ms !important;
}

.long-delay {
  animation-delay: 700ms !important;
}

.btn {
  display: inline-flex;
  align-items: center;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  padding: 14px 20px;
  border: none;
  box-shadow: none;
  min-height: 56px;
  border-radius: var(--core-components-button-border-radius);
  font-family: var(--core-components-button-font-family);
  font-weight: var(--core-components-button-font-weight);
  line-height: calc(var(--core-components-button-line-height) * 1px);
  font-size: calc(var(--core-components-button-font-size) * 1px);
  letter-spacing: calc(var(--core-components-button-letter-spacing) * 1px);
  text-decoration: none;
  text-transform: uppercase;
  vertical-align: middle;
  gap: 8px;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.btn.btn--tertiary-positive {
  padding: 4px;
  min-height: 32px;
  background-color: transparent;
  color: var(--core-components-button-tertiary-neutral-rested-fg-color);
}
.btn.btn--tertiary-negative {
  padding: 4px;
  min-height: 32px;
  background-color: transparent;
  color: var(--core-components-button-tertiary-contrast-rested-fg-color);
}
.btn.btn--secondary-positive {
  background-color: transparent;
  color: var(--core-components-button-secondary-neutral-rested-fg-color);
  border: solid var(--core-components-button-secondary-neutral-rested-border-color);
  border-width: calc( var(--core-components-button-secondary-stroke-width) * 1px );
}
.btn.btn--secondary-positive svg path {
  fill: var(--core-components-button-secondary-neutral-rested-fg-color);
}

.tab {
  position: relative;
}
.tab .swiper-container .tab-next {
  top: 22px;
  color: var(--core-components-icons-neutral-default-color);
  width: 70px;
  height: 62px;
  right: 0;
}
.tab .swiper-container .tab-next::after {
  content: "";
  position: absolute;
  right: 0;
  left: unset;
  top: 0;
  bottom: 0;
  width: 70px;
  height: 69px;
  z-index: -1;
  pointer-events: none;
  background: linear-gradient(90deg, rgba(242, 241, 246, 0) 0%, #f2f1f6 65%);
}
.tab .swiper-container .tab-next.swiper-button-disabled {
  opacity: 0;
}
.tab .swiper-container .tab-prev {
  top: 22px;
  color: var(--core-components-icons-neutral-default-color);
  width: 70px;
  height: 62px;
  left: 0;
  background: linear-gradient(270deg, rgba(242, 241, 246, 0) 0%, #f2f1f6 65%);
}
.tab .swiper-container .tab-prev::after {
  content: "";
  position: absolute;
  right: 0;
  left: unset;
  top: 0;
  bottom: 0;
  width: 70px;
  height: 69px;
  z-index: -1;
  pointer-events: none;
}
.tab .swiper-container .tab-prev.swiper-button-disabled {
  opacity: 0;
}
.tab .tab__wrapper {
  display: flex;
  flex-wrap: nowrap;
  margin-top: 0;
  border: transparent;
}
.tab .tab__item {
  width: auto;
}
.tab .tab__item:first-child .tab__link {
  margin-left: 0;
}

.tab-content {
  margin-top: 40px;
}
.tab-content .active {
  display: grid;
  gap: 24px;
}
.tab-content .btn-group {
  gap: 20px;
}
.tab-content .btn-group .btn {
  flex: unset;
}

.tab.tab--md-neutral .tab__link {
  cursor: pointer;
  padding: 22px 0px;
  margin: 0px 16px;
  font-family: var(--core-components-tabs-font-family);
  font-weight: var(--core-components-tabs-font-weight);
  letter-spacing: calc(var(--core-components-tabs-letter-spacing) * 1px);
  text-decoration: none;
  font-size: calc( var(--core-components-tabs-md-font-size) * 1px );
  line-height: calc( var(--core-components-tabs-md-line-height) * 1px );
  text-transform: uppercase;
  color: var(--core-components-tabs-neutral-rested-fg-color);
  border-color: transparent;
  border-bottom: 2px solid transparent;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.tab.tab--md-neutral .tab__link:hover {
  color: var(--core-components-tabs-neutral-active-fg-color);
  border-bottom-color: var(--core-components-tabs-neutral-hover-border-color);
}
.tab.tab--md-neutral .tab__link.active {
  color: var(--core-components-tabs-neutral-active-fg-color);
  background: transparent;
  border-color: transparent;
  border-bottom-color: var(--core-components-tabs-neutral-active-border-color);
}
.tab.tab--md-neutral .tab__link.tab__link--underline {
  border-bottom-color: var(--core-components-tabs-neutral-rested-border-color);
}
.tab.tab--md-neutral .tab__link.tab__link--underline:hover {
  border-bottom-color: var(--core-components-tabs-neutral-hover-border-color);
}
.tab.tab--md-neutral .tab__link.tab__link--underline.active {
  border-bottom-color: var(--core-components-tabs-neutral-active-border-color);
}
.tab.tab--md-neutral .tab__link.tab__link--fullWidthUnderline {
  margin: 0;
  padding: 22px 16px;
}

.tab.tab--md-contrast .tab__link {
  cursor: pointer;
  padding: 22px 0px;
  margin: 0px 16px;
  font-family: var(--core-components-tabs-font-family);
  font-weight: var(--core-components-tabs-font-weight);
  letter-spacing: calc(var(--core-components-tabs-letter-spacing) * 1px);
  text-decoration: none;
  font-size: calc( var(--core-components-tabs-md-font-size) * 1px );
  line-height: calc( var(--core-components-tabs-md-line-height) * 1px );
  text-transform: uppercase;
  color: var(--core-components-tabs-contrast-rested-fg-color);
  border-color: transparent;
  border-bottom: 2px solid transparent;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.tab.tab--md-contrast .tab__link:hover {
  color: var(--core-components-tabs-contrast-active-fg-color);
  border-bottom-color: var(--core-components-tabs-contrast-hover-border-color);
}
.tab.tab--md-contrast .tab__link.active {
  color: var(--core-components-tabs-contrast-active-fg-color);
  background: transparent;
  border-color: transparent;
  border-bottom-color: var(--core-components-tabs-contrast-active-border-color);
}
.tab.tab--md-contrast .tab__link.tab__link--underline {
  border-bottom-color: var(--core-components-tabs-contrast-rested-border-color);
}
.tab.tab--md-contrast .tab__link.tab__link--underline:hover {
  border-bottom-color: var(--core-components-tabs-contrast-hover-border-color);
}
.tab.tab--md-contrast .tab__link.tab__link--underline.active {
  border-bottom-color: var(--core-components-tabs-contrast-active-border-color);
}
.tab.tab--md-contrast .tab__link.tab__link--fullWidthUnderline {
  margin: 0;
  padding: 22px 16px;
}

.tab.tab--xs-neutral .tab__link {
  cursor: pointer;
  padding: 8px 0px;
  margin: 0px 12px;
  font-family: var(--core-components-tabs-font-family);
  font-weight: var(--core-components-tabs-font-weight);
  letter-spacing: calc(var(--core-components-tabs-letter-spacing) * 1px);
  text-decoration: none;
  font-size: calc( var(--core-components-tabs-xs-font-size) * 1px );
  line-height: calc( var(--core-components-tabs-xs-line-height) * 1px );
  text-transform: uppercase;
  color: var(--core-components-tabs-neutral-rested-fg-color);
  border-color: transparent;
  border-bottom: 2px solid transparent;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.tab.tab--xs-neutral .tab__link:hover {
  color: var(--core-components-tabs-neutral-active-fg-color);
  border-bottom-color: var(--core-components-tabs-neutral-hover-border-color);
}
.tab.tab--xs-neutral .tab__link.active {
  color: var(--core-components-tabs-neutral-active-fg-color);
  background: transparent;
  border-color: transparent;
  border-bottom-color: var(--core-components-tabs-neutral-active-border-color);
}
.tab.tab--xs-neutral .tab__link.tab__link--underline {
  border-bottom-color: var(--core-components-tabs-neutral-rested-border-color);
}
.tab.tab--xs-neutral .tab__link.tab__link--underline:hover {
  border-bottom-color: var(--core-components-tabs-neutral-hover-border-color);
}
.tab.tab--xs-neutral .tab__link.tab__link--underline.active {
  border-bottom-color: var(--core-components-tabs-neutral-active-border-color);
}
.tab.tab--xs-neutral .tab__link.tab__link--fullWidthUnderline {
  margin: 0;
  padding: 9.5px 12px;
}

.tab.tab--xs-contrast .tab__link {
  cursor: pointer;
  padding: 8px 0px;
  margin: 0px 12px;
  font-family: var(--core-components-tabs-font-family);
  font-weight: var(--core-components-tabs-font-weight);
  letter-spacing: calc(var(--core-components-tabs-letter-spacing) * 1px);
  text-decoration: none;
  font-size: calc( var(--core-components-tabs-xs-font-size) * 1px );
  line-height: calc( var(--core-components-tabs-xs-line-height) * 1px );
  text-transform: uppercase;
  color: var(--core-components-tabs-contrast-rested-fg-color);
  border-color: transparent;
  border-bottom: 2px solid transparent;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.tab.tab--xs-contrast .tab__link:hover {
  color: var(--core-components-tabs-contrast-active-fg-color);
  border-bottom-color: var(--core-components-tabs-contrast-hover-border-color);
}
.tab.tab--xs-contrast .tab__link.active {
  color: var(--core-components-tabs-contrast-active-fg-color);
  background: transparent;
  border-color: transparent;
  border-bottom-color: var(--core-components-tabs-contrast-active-border-color);
}
.tab.tab--xs-contrast .tab__link.tab__link--underline {
  border-bottom-color: var(--core-components-tabs-contrast-rested-border-color);
}
.tab.tab--xs-contrast .tab__link.tab__link--underline:hover {
  border-bottom-color: var(--core-components-tabs-contrast-hover-border-color);
}
.tab.tab--xs-contrast .tab__link.tab__link--underline.active {
  border-bottom-color: var(--core-components-tabs-contrast-active-border-color);
}
.tab.tab--xs-contrast .tab__link.tab__link--fullWidthUnderline {
  margin: 0;
  padding: 9.5px 12px;
}

.tab.tab--category .swiper-container {
  box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.05);
}
.tab.tab--category .tab__wrapper {
  gap: 16px;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .tab.tab--category .swiper-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media screen and (min-width: 768px) {
  .tab.tab--category .tab__wrapper {
    justify-content: center;
  }
}
.dropdown {
  position: relative;
}
.dropdown:hover {
  border-color: var(--core-components-forms-input-neutral-hover-fg-color);
}
.dropdown:focus {
  outline-offset: 8px;
  outline: var(--core-components-forms-input-neutral-filled-fg-color) solid 2px;
  border: none;
  border-image: initial;
}
.dropdown .dropdown__label {
  color: var(--core-components-forms-label-neutral-rested-fg-color);
  display: inline-block;
  margin-bottom: 12px;
}
.dropdown .dropdown__select {
  display: none;
}
@media screen and (min-width: 767px) and (max-width: 1023px) {
  .dropdown .dropdown__select.dropdown__select--native-behavior {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
    opacity: 0;
  }
}
.dropdown .dropdown__selected {
  position: relative;
  cursor: pointer;
  border: 0;
  background-color: transparent;
  text-align: left;
  border-bottom: 2px solid var(--core-components-forms-input-neutral-filled-border-color);
  padding-bottom: 8px;
  color: var(--core-components-forms-input-neutral-filled-fg-color);
  display: block;
  width: 100%;
  font-family: var(--core-components-forms-input-font-family);
  font-weight: var(--core-components-forms-input-font-weight);
  line-height: calc(var(--core-components-forms-input-line-height) * 1px);
  font-size: calc(var(--core-components-forms-input-font-size) * 1px);
  letter-spacing: calc( var(--core-components-forms-input-letter-spacing) * 1px );
  text-decoration: none;
}
.dropdown .dropdown__selected:hover {
  border-bottom-color: var(--core-components-forms-input-neutral-hover-border-color);
}
.dropdown .dropdown__selected:focus-visible {
  outline-offset: 1px;
  outline: 2px solid #0094ff;
}
.dropdown .dropdown__selected.dropdown__selected--active {
  border-color: var(--core-components-forms-input-neutral-filled-border-color);
}
.dropdown .dropdown__selected.dropdown__selected--active::after {
  content: "";
  -webkit-mask: url('data:image/svg+xml;charset=UTF-8,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M12.0018 9.05025L18.3658 15.4142L19.78 14L12.0018 6.22183L4.22365 14L5.63786 15.4142L12.0018 9.05025Z" fill="black"/></svg>');
  mask: url('data:image/svg+xml;charset=UTF-8,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M12.0018 9.05025L18.3658 15.4142L19.78 14L12.0018 6.22183L4.22365 14L5.63786 15.4142L12.0018 9.05025Z" fill="black"/></svg>') no-repeat 50% 50%;
  -webkit-mask-size: cover;
  mask-size: cover;
}
.dropdown .dropdown__selected::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 24px;
  height: 24px;
  -webkit-mask: url('data:image/svg+xml;charset=UTF-8,<svg width="24" height="24" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M12.0019 14.9497L18.3658 8.58579L19.78 10L12.0019 17.7782L4.22368 10L5.63789 8.58579L12.0019 14.9497Z" fill="black"/></svg>') no-repeat 50% 50%;
  mask: url('data:image/svg+xml;charset=UTF-8,<svg width="24" height="24" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M12.0019 14.9497L18.3658 8.58579L19.78 10L12.0019 17.7782L4.22368 10L5.63789 8.58579L12.0019 14.9497Z" fill="black"/></svg>') no-repeat 50% 50%;
  -webkit-mask-size: cover;
  mask-size: cover;
  background-color: var(--core-components-forms-input-neutral-filled-icon-color);
}
.dropdown .dropdown__items {
  background: var(--core-components-forms-dropdown-options-neutral-bg-color);
  position: absolute;
  right: 0px;
  bottom: auto;
  left: 0px;
  z-index: 2;
  box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.05);
  max-height: 250px;
  overflow-y: auto;
  padding-left: 16px;
  padding-right: 16px;
}
.dropdown .dropdown__items[multiple] .dropdown__options--selected {
  display: flex;
}
.dropdown .dropdown__items[multiple] .dropdown__options--selected::after {
  content: "";
  height: 20px;
  width: 20px;
  background-size: 24px;
  background-image: url('data:image/svg+xml;charset=UTF-8,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M6.5 12L10 15.5L17.5 8" stroke="black"/></svg>');
  margin-left: 8px;
}
.dropdown .dropdown__items--hidden {
  display: none;
}
.dropdown .dropdown__options {
  color: var(--core-components-forms-dropdown-options-neutral-rested-fg-color);
  cursor: pointer;
  user-select: none;
  margin: 4px 0;
  padding: 16px 0;
  border-bottom: 1px solid var(--core-components-forms-dropdown-options-neutral-rested-border-color);
  font-family: var(--core-components-forms-dropdown-options-font-family);
  font-weight: var(--core-components-forms-dropdown-options-font-weight);
  line-height: calc( var(--core-components-forms-dropdown-options-line-height) * 1px );
  font-size: calc( var(--core-components-forms-dropdown-options-font-size) * 1px );
  letter-spacing: calc( var(--core-components-forms-dropdown-options-letter-spacing) * 1px );
  text-decoration: none;
}
.dropdown .dropdown__options.dropdown__options--selected {
  color: var(--core-components-forms-dropdown-options-neutral-hover-fg-color);
}
.dropdown .dropdown__options:focus-visible {
  outline-offset: 1px;
  outline: 2px solid #0094ff;
}
.dropdown .dropdown__options:last-child {
  border-bottom: none;
}
.dropdown .dropdown__options:hover {
  color: var(--core-components-forms-dropdown-options-neutral-hover-fg-color);
  border-bottom-color: var(--core-components-forms-dropdown-options-neutral-hover-border-color);
}
.dropdown .dropdown__helper-text {
  color: var(--core-components-forms-helper-neutral-rested-fg-color);
  margin-top: 8px;
  font-family: var(--core-components-forms-helper-font-family);
  font-weight: var(--core-components-forms-helper-font-weight);
  line-height: calc(var(--core-components-forms-helper-line-height) * 1px);
  font-size: calc(var(--core-components-forms-helper-font-size) * 1px);
  letter-spacing: calc( var(--core-components-forms-helper-letter-spacing) * 1px );
  text-decoration: none;
}
.dropdown.dropdown--disabled {
  color: var(--core-components-forms-dropdown-options-neutral-disabled-fg-color);
  pointer-events: none;
}
.dropdown.dropdown--error .dropdown__selected {
  border-bottom-color: var(--core-components-forms-input-neutral-error-border-color);
}
.dropdown.dropdown--error .dropdown__helper-text {
  color: var(--core-components-forms-helper-neutral-rested-fg-color);
}
.dropdown.dropdown--success .dropdown__fields {
  border-bottom-color: var(--core-components-forms-helper-neutral-success-fg-color);
}
.dropdown.dropdown--success .dropdown__helper-text {
  color: var(--core-components-forms-helper-neutral-success-fg-color);
}
.dropdown.dropdown--negative .dropdown__selected {
  color: var(--core-components-forms-input-contrast-filled-fg-color);
}
.dropdown.dropdown--negative .dropdown__selected:after {
  background-image: url('data:image/svg+xml;charset=UTF-8,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M12.0019 14.9497L18.3658 8.58579L19.78 10L12.0019 17.7782L4.22368 10L5.63789 8.58579L12.0019 14.9497Z" fill="white"/></svg>');
  background-color: var(--core-components-forms-input-contrast-filled-icon-color);
}
.dropdown.dropdown--negative .dropdown__selected.dropdown__selected--active {
  border-color: var(--core-components-forms-input-contrast-filled-border-color);
}
.dropdown.dropdown--negative .dropdown__selected.dropdown__selected--active::after {
  content: "";
  background-image: url('data:image/svg+xml;charset=UTF-8,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M12.0018 9.05025L18.3658 15.4142L19.78 14L12.0018 6.22183L4.22365 14L5.63786 15.4142L12.0018 9.05025Z" fill="white"/></svg>');
}
.dropdown.dropdown--negative .dropdown__items {
  background: var(--core-components-forms-dropdown-options-contrast-bg-color);
  box-shadow: none;
  scrollbar-width: thin;
  scrollbar-color: var(--core-components-forms-dropdown-scrollbar-contrast-rested-fg-color) var(--core-components-forms-dropdown-scrollbar-contrast-active-fg-color);
}
.dropdown.dropdown--negative .dropdown__items::-webkit-scrollbar {
  width: 16px;
}
.dropdown.dropdown--negative .dropdown__items::-webkit-scrollbar-thumb {
  background: var(--core-components-forms-dropdown-scrollbar-contrast-active-fg-color);
  border-color: transparent;
  border-style: solid;
  background-clip: padding-box;
  min-height: 25%;
}
.dropdown.dropdown--negative .dropdown__items::-webkit-scrollbar-track {
  background: var(--core-components-forms-dropdown-scrollbar-contrast-rested-fg-color);
  border-color: transparent;
  border-style: solid;
  background-clip: padding-box;
}
.dropdown.dropdown--negative .dropdown__items::-webkit-scrollbar-thumb:horizontal {
  background: var(--core-components-forms-dropdown-scrollbar-contrast-active-fg-color);
  border-color: transparent;
  border-style: solid;
  background-clip: padding-box;
}
.dropdown.dropdown--negative .dropdown__items::-webkit-scrollbar-track:horizontal {
  background: var(--core-components-forms-dropdown-scrollbar-contrast-rested-fg-color);
  border-color: transparent;
  border-style: solid;
  background-clip: padding-box;
}
@supports (scrollbar-width: auto) {
  .dropdown.dropdown--negative .dropdown__items {
    scrollbar-width: revert;
    scrollbar-color: var(--scrollbar-color-thumb) var(--scrollbar-color-track);
  }
}
.dropdown.dropdown--negative .dropdown__options {
  color: var(--core-components-forms-dropdown-options-contrast-rested-fg-color);
  border-bottom: 1px solid var(--core-components-forms-dropdown-options-contrast-rested-border-color);
}
.dropdown.dropdown--negative .dropdown__options:hover {
  color: var(--core-components-forms-dropdown-options-contrast-hover-fg-color);
  border-bottom-color: var(--core-components-forms-dropdown-options-contrast-hover-border-color);
}
.dropdown.dropdown--negative .dropdown__label {
  color: var(--core-components-forms-label-contrast-rested-fg-color);
}

/* Utility classes to mimic Bootstrap's pt-0 and pb-0 */
.pt-0 {
  padding-top: 0 !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.p-0 {
  padding: 0 !important;
}

@media only screen and (min-width: 320px) and (max-width: 639px) {
  .grid-container {
    padding-left: 24px !important;
    padding-right: 24px !important;
  }
}

a:focus-visible,
#enter:focus-visible,
.img-preview:focus-visible,
.search-section:focus-visible,
.search-icon:focus-visible,
.button:focus-visible,
select:focus-visible,
#onetrust-pc-btn-handler:focus-visible,
#edit-submit:focus-visible,
#onetrust-reject-all-handler:focus-visible,
#onetrust-accept-btn-handler:focus-visible {
  outline: 2px solid #0084ff !important;
  outline-offset: 3px !important;
}

.profile-icon:focus-visible {
  position: absolute !important;
  top: 50px !important;
}

input[type=checkbox]:focus {
  outline: 2px solid #0084ff;
  outline-offset: 2px;
}

.focus-able {
  outline: 2px solid #0084ff !important;
  outline-offset: 3px !important;
}

#age-gate-wrapper form p a {
  text-decoration: underline;
  color: #B37F43;
}

fieldset#remember .rememberme {
  position: relative;
}
fieldset#remember .rememberme input[type=checkbox] {
  margin: 0;
  position: absolute;
  left: 27px;
  top: 6px;
  display: inline-block !important;
}
fieldset#remember .rememberme label.checkbox-custom-label {
  margin-left: 24px;
  line-height: 1.5;
  cursor: pointer;
}

.form-form label[for=edit-legal] a {
  text-decoration: underline;
}

@font-face {
  font-family: "BrooklynSamuelsFive-Bold";
  src: url("/themes/custom/bsi_theme/styles/../fonts/BrooklynSamuelsFive-Bold.eot?#iefix") format("embedded-opentype"), url("/themes/custom/bsi_theme/styles/../fonts/BrooklynSamuelsFive-Bold.otf") format("opentype"), url("/themes/custom/bsi_theme/styles/../fonts/BrooklynSamuelsFive-Bold.woff") format("woff"), url("/themes/custom/bsi_theme/styles/../fonts/BrooklynSamuelsFive-Bold.ttf") format("truetype"), url("/themes/custom/bsi_theme/styles/../fonts/BrooklynSamuelsFive-Bold.svg#BrooklynSamuelsFive-Bold") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "BrooklynSamuelsFive-medium";
  src: url("/themes/custom/bsi_theme/styles/../fonts/BrooklynSamuelsFive-Medium.eot?#iefix") format("embedded-opentype"), url("/themes/custom/bsi_theme/styles/../fonts/BrooklynSamuelsFive-Medium.otf") format("opentype"), url("/themes/custom/bsi_theme/styles/../fonts/BrooklynSamuelsFive-Medium.woff") format("woff"), url("/themes/custom/bsi_theme/styles/../fonts/BrooklynSamuelsFive-Medium.ttf") format("truetype"), url("/themes/custom/bsi_theme/styles/../fonts/BrooklynSamuelsFive-Medium.svg#BrooklynSamuelsFive-medium") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "DeskplateJNL";
  src: url("/themes/custom/bsi_theme/styles/../fonts/DeskplateJNL.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "deskplate-jnl";
  src: url("/themes/custom/bsi_theme/styles/../fonts/DeskplateJNL.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "FinalEditionJNL", final-edition-jnl;
  src: url("/themes/custom/bsi_theme/styles/../fonts/FinalEditionJNL.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "FinalEditionJNL", final-edition-jnl;
  src: url("/themes/custom/bsi_theme/styles/../fonts/FinalEditionJNL.woff2") format("woff2"), url("/themes/custom/bsi_theme/styles/../fonts/FinalEditionJNL.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "final-edition-jnl";
  src: url("/themes/custom/bsi_theme/styles/../fonts/FinalEditionJNL.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "final-edition-jnl";
  src: url("/themes/custom/bsi_theme/styles/../fonts/FinalEditionJNL.woff2") format("woff2"), url("/themes/custom/bsi_theme/styles/../fonts/FinalEditionJNL.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "$Opticopperplate";
  src: url("/themes/custom/bsi_theme/styles/OPTICopperplate-Heavy.ttf.woff") format("woff"), url("/themes/custom/bsi_theme/styles/OPTICopperplate-Heavy.ttf.svg#OPTICopperplate-Heavy") format("svg"), url("/themes/custom/bsi_theme/styles/OPTICopperplate-Heavy.ttf.eot"), url("/themes/custom/bsi_theme/styles/OPTICopperplate-Heavy.ttf.eot?#iefix") format("embedded-opentype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "foundicons";
  src: url("/themes/custom/bsi_theme/styles/../fonts/foundation-icons.eot");
  src: url("/themes/custom/bsi_theme/styles/../fonts/foundation-icons.eot?#iefix") format("embedded-opentype"), url("/themes/custom/bsi_theme/styles/../fonts/foundation-icons.woff") format("woff"), url("/themes/custom/bsi_theme/styles/../fonts/foundation-icons.ttf") format("truetype"), url("/themes/custom/bsi_theme/styles/../fonts/foundation-icons.svg#foundation-icons") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Daniel-Black";
  src: url("/themes/custom/bsi_theme/styles/../fonts/Daniel-Black.woff2") format("woff2"), url("/themes/custom/bsi_theme/styles/../fonts/Daniel-Black.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Daniel-Regular";
  src: url("/themes/custom/bsi_theme/styles/../fonts/Daniel-Regular.woff2") format("woff2"), url("/themes/custom/bsi_theme/styles/../fonts/Daniel-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/*
 * The Typekit service used to deliver this font or fonts for use on websites
 * is provided by Adobe and is subject to these Terms of Use
 * http://www.adobe.com/products/eulas/tou_typekit. For font license
 * information, see the list below.
 *
 * henderson-slab-basic:
 *   - http://typekit.com/eulas/00000000000000007735b1d6
 *
 * © 2009-2025 Adobe Systems Incorporated. All Rights Reserved.
 */
/*{"last_published":"2025-04-30 12:02:53 UTC"}*/
@font-face {
  font-family: "henderson-slab";
  src: url("https://use.typekit.net/af/a7df1e/00000000000000007735b1d6/31/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n2&v=3") format("woff2"), url("https://use.typekit.net/af/a7df1e/00000000000000007735b1d6/31/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n2&v=3") format("woff"), url("https://use.typekit.net/af/a7df1e/00000000000000007735b1d6/31/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n2&v=3") format("opentype");
  font-display: auto;
  font-style: normal;
  font-weight: 200;
  font-stretch: normal;
}
.tk-henderson-slab-basic {
  font-family: "henderson-slab-basic", serif;
}

.fi-address-book:before,
.fi-alert:before,
.fi-align-center:before,
.fi-align-justify:before,
.fi-align-left:before,
.fi-align-right:before,
.fi-anchor:before,
.fi-annotate:before,
.fi-archive:before,
.fi-arrow-down:before,
.fi-arrow-left:before,
.fi-arrow-right:before,
.fi-arrow-up:before,
.fi-arrows-compress:before,
.fi-arrows-expand:before,
.fi-arrows-in:before,
.fi-arrows-out:before,
.fi-asl:before,
.fi-asterisk:before,
.fi-at-sign:before,
.fi-background-color:before,
.fi-battery-empty:before,
.fi-battery-full:before,
.fi-battery-half:before,
.fi-bitcoin-circle:before,
.fi-bitcoin:before,
.fi-blind:before,
.fi-bluetooth:before,
.fi-bold:before,
.fi-book-bookmark:before,
.fi-book:before,
.fi-bookmark:before,
.fi-braille:before,
.fi-burst-new:before,
.fi-burst-sale:before,
.fi-burst:before,
.fi-calendar:before,
.fi-camera:before,
.fi-check:before,
.fi-checkbox:before,
.fi-clipboard-notes:before,
.fi-clipboard-pencil:before,
.fi-clipboard:before,
.fi-clock:before,
.fi-closed-caption:before,
.fi-cloud:before,
.fi-comment-minus:before,
.fi-comment-quotes:before,
.fi-comment-video:before,
.fi-comment:before,
.fi-comments:before,
.fi-compass:before,
.fi-contrast:before,
.fi-credit-card:before,
.fi-crop:before,
.fi-crown:before,
.fi-css3:before,
.fi-database:before,
.fi-die-five:before,
.fi-die-four:before,
.fi-die-one:before,
.fi-die-six:before,
.fi-die-three:before,
.fi-die-two:before,
.fi-dislike:before,
.fi-dollar-bill:before,
.fi-dollar:before,
.fi-download:before,
.fi-eject:before,
.fi-elevator:before,
.fi-euro:before,
.fi-eye:before,
.fi-fast-forward:before,
.fi-female-symbol:before,
.fi-female:before,
.fi-filter:before,
.fi-first-aid:before,
.fi-flag:before,
.fi-folder-add:before,
.fi-folder-lock:before,
.fi-folder:before,
.fi-foot:before,
.fi-foundation:before,
.fi-graph-bar:before,
.fi-graph-horizontal:before,
.fi-graph-pie:before,
.fi-graph-trend:before,
.fi-guide-dog:before,
.fi-hearing-aid:before,
.fi-heart:before,
.fi-home:before,
.fi-html5:before,
.fi-indent-less:before,
.fi-indent-more:before,
.fi-info:before,
.fi-italic:before,
.fi-key:before,
.fi-laptop:before,
.fi-layout:before,
.fi-lightbulb:before,
.fi-like:before,
.fi-link:before,
.fi-list-bullet:before,
.fi-list-number:before,
.fi-list-thumbnails:before,
.fi-list:before,
.fi-lock:before,
.fi-loop:before,
.fi-magnifying-glass:before,
.fi-mail:before,
.fi-male-female:before,
.fi-male-symbol:before,
.fi-male:before,
.fi-map:before,
.fi-marker:before,
.fi-megaphone:before,
.fi-microphone:before,
.fi-minus-circle:before,
.fi-minus:before,
.fi-mobile-signal:before,
.fi-mobile:before,
.fi-monitor:before,
.fi-mountains:before,
.fi-music:before,
.fi-next:before,
.fi-no-dogs:before,
.fi-no-smoking:before,
.fi-page-add:before,
.fi-page-copy:before,
.fi-page-csv:before,
.fi-page-delete:before,
.fi-page-doc:before,
.fi-page-edit:before,
.fi-page-export-csv:before,
.fi-page-export-doc:before,
.fi-page-export-pdf:before,
.fi-page-export:before,
.fi-page-filled:before,
.fi-page-multiple:before,
.fi-page-pdf:before,
.fi-page-remove:before,
.fi-page-search:before,
.fi-page:before,
.fi-paint-bucket:before,
.fi-paperclip:before,
.fi-pause:before,
.fi-paw:before,
.fi-paypal:before,
.fi-pencil:before,
.fi-photo:before,
.fi-play-circle:before,
.fi-play-video:before,
.fi-play:before,
.fi-plus:before,
.fi-pound:before,
.fi-power:before,
.fi-previous:before,
.fi-price-tag:before,
.fi-pricetag-multiple:before,
.fi-print:before,
.fi-prohibited:before,
.fi-projection-screen:before,
.fi-puzzle:before,
.fi-quote:before,
.fi-record:before,
.fi-refresh:before,
.fi-results-demographics:before,
.fi-results:before,
.fi-rewind-ten:before,
.fi-rewind:before,
.fi-rss:before,
.fi-safety-cone:before,
.fi-save:before,
.fi-share:before,
.fi-sheriff-badge:before,
.fi-shield:before,
.fi-shopping-bag:before,
.fi-shopping-cart:before,
.fi-shuffle:before,
.fi-skull:before,
.fi-social-500px:before,
.fi-social-adobe:before,
.fi-social-amazon:before,
.fi-social-android:before,
.fi-social-apple:before,
.fi-social-behance:before,
.fi-social-bing:before,
.fi-social-blogger:before,
.fi-social-delicious:before,
.fi-social-designer-news:before,
.fi-social-deviant-art:before,
.fi-social-digg:before,
.fi-social-dribbble:before,
.fi-social-drive:before,
.fi-social-dropbox:before,
.fi-social-evernote:before,
.fi-social-facebook:before,
.fi-social-flickr:before,
.fi-social-forrst:before,
.fi-social-foursquare:before,
.fi-social-game-center:before,
.fi-social-github:before,
.fi-social-google-plus:before,
.fi-social-hacker-news:before,
.fi-social-hi5:before,
.fi-social-instagram:before,
.fi-social-joomla:before,
.fi-social-lastfm:before,
.fi-social-linkedin:before,
.fi-social-medium:before,
.fi-social-myspace:before,
.fi-social-orkut:before,
.fi-social-path:before,
.fi-social-picasa:before,
.fi-social-pinterest:before,
.fi-social-rdio:before,
.fi-social-reddit:before,
.fi-social-skillshare:before,
.fi-social-skype:before,
.fi-social-smashing-mag:before,
.fi-social-snapchat:before,
.fi-social-spotify:before,
.fi-social-squidoo:before,
.fi-social-stack-overflow:before,
.fi-social-steam:before,
.fi-social-stumbleupon:before,
.fi-social-treehouse:before,
.fi-social-tumblr:before,
.fi-social-twitter:before,
.fi-social-vimeo:before,
.fi-social-windows:before,
.fi-social-xbox:before,
.fi-social-yahoo:before,
.fi-social-yelp:before,
.fi-social-youtube:before,
.fi-social-zerply:before,
.fi-social-zurb:before,
.fi-sound:before,
.fi-star:before,
.fi-stop:before,
.fi-strikethrough:before,
.fi-subscript:before,
.fi-superscript:before,
.fi-tablet-landscape:before,
.fi-tablet-portrait:before,
.fi-target-two:before,
.fi-target:before,
.fi-telephone-accessible:before,
.fi-telephone:before,
.fi-text-color:before,
.fi-thumbnails:before,
.fi-ticket:before,
.fi-torso-business:before,
.fi-torso-female:before,
.fi-torso:before,
.fi-torsos-all-female:before,
.fi-torsos-all:before,
.fi-torsos-female-male:before,
.fi-torsos-male-female:before,
.fi-torsos:before,
.fi-trash:before,
.fi-trees:before,
.fi-trophy:before,
.fi-underline:before,
.fi-universal-access:before,
.fi-unlink:before,
.fi-unlock:before,
.fi-upload-cloud:before,
.fi-upload:before,
.fi-usb:before,
.fi-video:before,
.fi-volume-none:before,
.fi-volume-strike:before,
.fi-volume:before,
.fi-web:before,
.fi-wheelchair:before,
.fi-widget:before,
.fi-wrench:before,
.fi-x-circle:before,
.fi-x:before,
.fi-yen:before,
.fi-zoom-in:before,
.fi-zoom-out:before {
  font-family: "foundation-icons";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  text-decoration: inherit;
}

.fi-address-book:before {
  content: "";
}

.fi-alert:before {
  content: "";
}

.fi-align-center:before {
  content: "";
}

.fi-align-justify:before {
  content: "";
}

.fi-align-left:before {
  content: "";
}

.fi-align-right:before {
  content: "";
}

.fi-anchor:before {
  content: "";
}

.fi-annotate:before {
  content: "";
}

.fi-archive:before {
  content: "";
}

.fi-arrow-down:before {
  content: "";
}

.fi-arrow-left:before {
  content: "";
}

.fi-arrow-right:before {
  content: "";
}

.fi-arrow-up:before {
  content: "";
}

.fi-arrows-compress:before {
  content: "";
}

.fi-arrows-expand:before {
  content: "";
}

.fi-arrows-in:before {
  content: "";
}

.fi-arrows-out:before {
  content: "";
}

.fi-asl:before {
  content: "";
}

.fi-asterisk:before {
  content: "";
}

.fi-at-sign:before {
  content: "";
}

.fi-background-color:before {
  content: "";
}

.fi-battery-empty:before {
  content: "";
}

.fi-battery-full:before {
  content: "";
}

.fi-battery-half:before {
  content: "";
}

.fi-bitcoin-circle:before {
  content: "";
}

.fi-bitcoin:before {
  content: "";
}

.fi-blind:before {
  content: "";
}

.fi-bluetooth:before {
  content: "";
}

.fi-bold:before {
  content: "";
}

.fi-book-bookmark:before {
  content: "";
}

.fi-book:before {
  content: "";
}

.fi-bookmark:before {
  content: "";
}

.fi-braille:before {
  content: "";
}

.fi-burst-new:before {
  content: "";
}

.fi-burst-sale:before {
  content: "";
}

.fi-burst:before {
  content: "";
}

.fi-calendar:before {
  content: "";
}

.fi-camera:before {
  content: "";
}

.fi-check:before {
  content: "";
}

.fi-checkbox:before {
  content: "";
}

.fi-clipboard-notes:before {
  content: "";
}

.fi-clipboard-pencil:before {
  content: "";
}

.fi-clipboard:before {
  content: "";
}

.fi-clock:before {
  content: "";
}

.fi-closed-caption:before {
  content: "";
}

.fi-cloud:before {
  content: "";
}

.fi-comment-minus:before {
  content: "";
}

.fi-comment-quotes:before {
  content: "";
}

.fi-comment-video:before {
  content: "";
}

.fi-comment:before {
  content: "";
}

.fi-comments:before {
  content: "";
}

.fi-compass:before {
  content: "";
}

.fi-contrast:before {
  content: "";
}

.fi-credit-card:before {
  content: "";
}

.fi-crop:before {
  content: "";
}

.fi-crown:before {
  content: "";
}

.fi-css3:before {
  content: "";
}

.fi-database:before {
  content: "";
}

.fi-die-five:before {
  content: "";
}

.fi-die-four:before {
  content: "";
}

.fi-die-one:before {
  content: "";
}

.fi-die-six:before {
  content: "";
}

.fi-die-three:before {
  content: "";
}

.fi-die-two:before {
  content: "";
}

.fi-dislike:before {
  content: "";
}

.fi-dollar-bill:before {
  content: "";
}

.fi-dollar:before {
  content: "";
}

.fi-download:before {
  content: "";
}

.fi-eject:before {
  content: "";
}

.fi-elevator:before {
  content: "";
}

.fi-euro:before {
  content: "";
}

.fi-eye:before {
  content: "";
}

.fi-fast-forward:before {
  content: "";
}

.fi-female-symbol:before {
  content: "";
}

.fi-female:before {
  content: "";
}

.fi-filter:before {
  content: "";
}

.fi-first-aid:before {
  content: "";
}

.fi-flag:before {
  content: "";
}

.fi-folder-add:before {
  content: "";
}

.fi-folder-lock:before {
  content: "";
}

.fi-folder:before {
  content: "";
}

.fi-foot:before {
  content: "";
}

.fi-foundation:before {
  content: "";
}

.fi-graph-bar:before {
  content: "";
}

.fi-graph-horizontal:before {
  content: "";
}

.fi-graph-pie:before {
  content: "";
}

.fi-graph-trend:before {
  content: "";
}

.fi-guide-dog:before {
  content: "";
}

.fi-hearing-aid:before {
  content: "";
}

.fi-heart:before {
  content: "";
}

.fi-home:before {
  content: "";
}

.fi-html5:before {
  content: "";
}

.fi-indent-less:before {
  content: "";
}

.fi-indent-more:before {
  content: "";
}

.fi-info:before {
  content: "";
}

.fi-italic:before {
  content: "";
}

.fi-key:before {
  content: "";
}

.fi-laptop:before {
  content: "";
}

.fi-layout:before {
  content: "";
}

.fi-lightbulb:before {
  content: "";
}

.fi-like:before {
  content: "";
}

.fi-link:before {
  content: "";
}

.fi-list-bullet:before {
  content: "";
}

.fi-list-number:before {
  content: "";
}

.fi-list-thumbnails:before {
  content: "";
}

.fi-list:before {
  content: "";
}

.fi-lock:before {
  content: "";
}

.fi-loop:before {
  content: "";
}

.fi-magnifying-glass:before {
  content: "";
}

.fi-mail:before {
  content: "";
}

.fi-male-female:before {
  content: "";
}

.fi-male-symbol:before {
  content: "";
}

.fi-male:before {
  content: "";
}

.fi-map:before {
  content: "";
}

.fi-marker:before {
  content: "";
}

.fi-megaphone:before {
  content: "";
}

.fi-microphone:before {
  content: "";
}

.fi-minus-circle:before {
  content: "";
}

.fi-minus:before {
  content: "";
}

.fi-mobile-signal:before {
  content: "";
}

.fi-mobile:before {
  content: "";
}

.fi-monitor:before {
  content: "";
}

.fi-mountains:before {
  content: "";
}

.fi-music:before {
  content: "";
}

.fi-next:before {
  content: "";
}

.fi-no-dogs:before {
  content: "";
}

.fi-no-smoking:before {
  content: "";
}

.fi-page-add:before {
  content: "";
}

.fi-page-copy:before {
  content: "";
}

.fi-page-csv:before {
  content: "";
}

.fi-page-delete:before {
  content: "";
}

.fi-page-doc:before {
  content: "";
}

.fi-page-edit:before {
  content: "";
}

.fi-page-export-csv:before {
  content: "";
}

.fi-page-export-doc:before {
  content: "";
}

.fi-page-export-pdf:before {
  content: "";
}

.fi-page-export:before {
  content: "";
}

.fi-page-filled:before {
  content: "";
}

.fi-page-multiple:before {
  content: "";
}

.fi-page-pdf:before {
  content: "";
}

.fi-page-remove:before {
  content: "";
}

.fi-page-search:before {
  content: "";
}

.fi-page:before {
  content: "";
}

.fi-paint-bucket:before {
  content: "";
}

.fi-paperclip:before {
  content: "";
}

.fi-pause:before {
  content: "";
}

.fi-paw:before {
  content: "";
}

.fi-paypal:before {
  content: "";
}

.fi-pencil:before {
  content: "";
}

.fi-photo:before {
  content: "";
}

.fi-play-circle:before {
  content: "";
}

.fi-play-video:before {
  content: "";
}

.fi-play:before {
  content: "";
}

.fi-plus:before {
  content: "";
}

.fi-pound:before {
  content: "";
}

.fi-power:before {
  content: "";
}

.fi-previous:before {
  content: "";
}

.fi-price-tag:before {
  content: "";
}

.fi-pricetag-multiple:before {
  content: "";
}

.fi-print:before {
  content: "";
}

.fi-prohibited:before {
  content: "";
}

.fi-projection-screen:before {
  content: "";
}

.fi-puzzle:before {
  content: "";
}

.fi-quote:before {
  content: "";
}

.fi-record:before {
  content: "";
}

.fi-refresh:before {
  content: "";
}

.fi-results-demographics:before {
  content: "";
}

.fi-results:before {
  content: "";
}

.fi-rewind-ten:before {
  content: "";
}

.fi-rewind:before {
  content: "";
}

.fi-rss:before {
  content: "";
}

.fi-safety-cone:before {
  content: "";
}

.fi-save:before {
  content: "";
}

.fi-share:before {
  content: "";
}

.fi-sheriff-badge:before {
  content: "";
}

.fi-shield:before {
  content: "";
}

.fi-shopping-bag:before {
  content: "";
}

.fi-shopping-cart:before {
  content: "";
}

.fi-shuffle:before {
  content: "";
}

.fi-skull:before {
  content: "";
}

.fi-social-500px:before {
  content: "";
}

.fi-social-adobe:before {
  content: "";
}

.fi-social-amazon:before {
  content: "";
}

.fi-social-android:before {
  content: "";
}

.fi-social-apple:before {
  content: "";
}

.fi-social-behance:before {
  content: "";
}

.fi-social-bing:before {
  content: "";
}

.fi-social-blogger:before {
  content: "";
}

.fi-social-delicious:before {
  content: "";
}

.fi-social-designer-news:before {
  content: "";
}

.fi-social-deviant-art:before {
  content: "";
}

.fi-social-digg:before {
  content: "";
}

.fi-social-dribbble:before {
  content: "";
}

.fi-social-drive:before {
  content: "";
}

.fi-social-dropbox:before {
  content: "";
}

.fi-social-evernote:before {
  content: "";
}

.fi-social-facebook:before {
  content: "";
}

.fi-social-flickr:before {
  content: "";
}

.fi-social-forrst:before {
  content: "";
}

.fi-social-foursquare:before {
  content: "";
}

.fi-social-game-center:before {
  content: "";
}

.fi-social-github:before {
  content: "";
}

.fi-social-google-plus:before {
  content: "";
}

.fi-social-hacker-news:before {
  content: "";
}

.fi-social-hi5:before {
  content: "";
}

.fi-social-instagram:before {
  content: "";
}

.fi-social-joomla:before {
  content: "";
}

.fi-social-lastfm:before {
  content: "";
}

.fi-social-linkedin:before {
  content: "";
}

.fi-social-medium:before {
  content: "";
}

.fi-social-myspace:before {
  content: "";
}

.fi-social-orkut:before {
  content: "";
}

.fi-social-path:before {
  content: "";
}

.fi-social-picasa:before {
  content: "";
}

.fi-social-pinterest:before {
  content: "";
}

.fi-social-rdio:before {
  content: "";
}

.fi-social-reddit:before {
  content: "";
}

.fi-social-skillshare:before {
  content: "";
}

.fi-social-skype:before {
  content: "";
}

.fi-social-smashing-mag:before {
  content: "";
}

.fi-social-snapchat:before {
  content: "";
}

.fi-social-spotify:before {
  content: "";
}

.fi-social-squidoo:before {
  content: "";
}

.fi-social-stack-overflow:before {
  content: "";
}

.fi-social-steam:before {
  content: "";
}

.fi-social-stumbleupon:before {
  content: "";
}

.fi-social-treehouse:before {
  content: "";
}

.fi-social-tumblr:before {
  content: "";
}

.fi-social-twitter:before {
  content: "";
}

.fi-social-vimeo:before {
  content: "";
}

.fi-social-windows:before {
  content: "";
}

.fi-social-xbox:before {
  content: "";
}

.fi-social-yahoo:before {
  content: "";
}

.fi-social-yelp:before {
  content: "";
}

.fi-social-youtube:before {
  content: "";
}

.fi-social-zerply:before {
  content: "";
}

.fi-social-zurb:before {
  content: "";
}

.fi-sound:before {
  content: "";
}

.fi-star:before {
  content: "";
}

.fi-stop:before {
  content: "";
}

.fi-strikethrough:before {
  content: "";
}

.fi-subscript:before {
  content: "";
}

.fi-superscript:before {
  content: "";
}

.fi-tablet-landscape:before {
  content: "";
}

.fi-tablet-portrait:before {
  content: "";
}

.fi-target-two:before {
  content: "";
}

.fi-target:before {
  content: "";
}

.fi-telephone-accessible:before {
  content: "";
}

.fi-telephone:before {
  content: "";
}

.fi-text-color:before {
  content: "";
}

.fi-thumbnails:before {
  content: "";
}

.fi-ticket:before {
  content: "";
}

.fi-torso-business:before {
  content: "";
}

.fi-torso-female:before {
  content: "";
}

.fi-torso:before {
  content: "";
}

.fi-torsos-all-female:before {
  content: "";
}

.fi-torsos-all:before {
  content: "";
}

.fi-torsos-female-male:before {
  content: "";
}

.fi-torsos-male-female:before {
  content: "";
}

.fi-torsos:before {
  content: "";
}

.fi-trash:before {
  content: "";
}

.fi-trees:before {
  content: "";
}

.fi-trophy:before {
  content: "";
}

.fi-underline:before {
  content: "";
}

.fi-universal-access:before {
  content: "";
}

.fi-unlink:before {
  content: "";
}

.fi-unlock:before {
  content: "";
}

.fi-upload-cloud:before {
  content: "";
}

.fi-upload:before {
  content: "";
}

.fi-usb:before {
  content: "";
}

.fi-video:before {
  content: "";
}

.fi-volume-none:before {
  content: "";
}

.fi-volume-strike:before {
  content: "";
}

.fi-volume:before {
  content: "";
}

.fi-web:before {
  content: "";
}

.fi-wheelchair:before {
  content: "";
}

.fi-widget:before {
  content: "";
}

.fi-wrench:before {
  content: "";
}

.fi-x-circle:before {
  content: "";
}

.fi-x:before {
  content: "";
}

.fi-yen:before {
  content: "";
}

.fi-zoom-in:before {
  content: "";
}

.fi-zoom-out:before {
  content: "";
}

.header .top-bar .menu li:hover > a, .header .top-bar .menu li.active > a {
  position: relative;
  display: inline-block;
}
.header .top-bar .menu li:hover > a::after, .header .top-bar .menu li.active > a::after {
  content: "";
  position: absolute;
  width: 100%;
  background: #bd0f0c;
  height: 2px;
  bottom: 3px;
  left: 0;
}
@media screen and (max-width: 39.9375em) {
  .header .top-bar .menu li:hover > a::after, .header .top-bar .menu li.active > a::after {
    left: 0;
  }
}

* {
  margin: 0;
  padding: 0;
}

a {
  outline: none;
}

/* width */
::-webkit-scrollbar {
  width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 20px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.js-form-type-search label[for=edit-keys] {
  color: #F1F1ED;
}

#myAnchor {
  color: #F1F1ED;
}

.inner-container {
  padding: 0 30px;
}
.inner-container.grid-container {
  padding: 0 30px;
  /*@include breakpoint(large) {
    padding: 0;
  }
  @include breakpoint("xlarge") {
    padding: 0;
  }*/
}
@media print, screen and (min-width: 40em) {
  .inner-container.grid-container {
    padding: 0 20px;
  }
}
@media print, screen and (min-width: 40em) {
  .inner-container {
    padding: 0 20px;
  }
}
@media print, screen and (min-width: 64em) {
  .inner-container {
    padding: 0 40px;
  }
}
@media screen and (min-width: 75em) {
  .inner-container {
    padding: 0 90px;
  }
}

body {
  font-family: "BrooklynSamuelsFive-medium";
  background-color: #F1F1ED;
  color: #3C3C3B;
}
body.nav-open {
  overflow: hidden;
}

h2,
h3,
h4,
h5,
h6 {
  font-family: "BrooklynSamuelsFive-Bold";
}

h1,
h2,
.brand__detail-heading,
.brand__detail-title {
  font-family: "DeskplateJNL";
  letter-spacing: 4.62px;
  margin-bottom: 12px;
}
@media print, screen and (min-width: 40em) {
  h1,
h2,
.brand__detail-heading,
.brand__detail-title {
    letter-spacing: 9.45px;
    margin-bottom: 25px;
  }
}

h3 {
  font-size: 26px;
  letter-spacing: 6.11px;
  margin-bottom: 18px;
}

p {
  font-family: "henderson-slab-basic", serif;
}

h5,
.brand__detail-subheading {
  font-size: 20px;
  letter-spacing: 2.4px;
  color: #3C3C3B;
  text-transform: uppercase;
  font-family: "FinalEditionJNL", final-edition-jnl;
  margin-top: 15px;
}

.section-title h1,
.section-title h2,
.section-title .brand__detail-heading,
.section-title .brand__detail-title {
  font-size: 1.375rem;
}
.section-title h1,
.section-title .brand__detail-heading {
  max-width: 835px;
}
@media print, screen and (min-width: 40em) {
  .section-title h1,
.section-title h2,
.section-title .brand__detail-heading,
.section-title .brand__detail-title {
    font-size: 2.812rem;
  }
}

.brand__detail-heading {
  line-height: 1.4;
  margin-bottom: 0;
}

.brand__detail-title {
  line-height: 1.4;
}

.red-text, .beamstore a {
  color: #BD0F0C;
}
.red-text:hover, .beamstore a:hover {
  color: #BD0F0C;
}

.parallax-window {
  background: transparent;
}

.beamWay__fredNoe,
.block-note,
.frednoe-quote,
.home-brand-bg {
  position: relative;
}
.beamWay__fredNoe img,
.beamWay__fredNoe picture,
.block-note img,
.block-note picture,
.frednoe-quote img,
.frednoe-quote picture,
.home-brand-bg img,
.home-brand-bg picture {
  width: 100%;
}

.texture-bg {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  max-height: 100%;
  width: 100%;
  max-width: 100%;
}

[class*=fi-] {
  display: inline;
  width: auto;
  height: auto;
  line-height: inherit;
  vertical-align: baseline;
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
}
[class*=fi-].border {
  border: 2px solid;
  border-radius: 50%;
  padding: 2px 7px;
}
[class*=fi-].round {
  border-radius: 1000px;
}
[class*=fi-].red {
  border-color: #BD0F0C;
  color: #BD0F0C;
}

[class*=fi-]:before {
  font-family: "foundicons";
  font-weight: 100;
  font-style: normal;
  text-decoration: inherit;
  font-display: swap;
}

.message-alert {
  text-transform: uppercase;
  color: #bd0f0c;
  font-size: 16px;
  letter-spacing: 1.92px;
  font-style: italic;
  font-weight: 600;
}

button:focus {
  outline: none;
}

.container {
  max-width: 1200px;
  padding: 0 15px;
  margin: 0 auto;
}

.dtc-menu-link a {
  display: inline-block;
  color: #ffffff;
  background: #946f41 !important;
  padding: 4px 12px !important;
  font-family: "henderson-slab-basic", serif;
  font-size: 10px;
  letter-spacing: 2px;
  text-transform: none !important;
}
.dtc-menu-link a span {
  font-family: "DeskplateJNL";
  font-size: 15px;
  letter-spacing: 3.15px;
}

.dtc-menu-link-desktop {
  text-align: right;
  display: none;
}
@media print, screen and (min-width: 64.063em) {
  .dtc-menu-link-desktop {
    display: block;
  }
}

.dtc-menu-link-mobile {
  display: inline-block;
  background: #b58c58;
  padding: 4px 12px;
  margin-top: 40px !important;
}
@media print, screen and (min-width: 64em) {
  .dtc-menu-link-mobile {
    display: none;
  }
}
@media (max-width: 1024px) {
  .dtc-menu-link-mobile {
    display: inline-block;
  }
}

.header {
  left: 0;
  top: 0;
  width: 100%;
  z-index: 101;
  background: rgba(55, 54, 54, 0.82);
  position: fixed;
  font-family: "henderson-slab-basic", serif;
  font-size: 11px;
  letter-spacing: 2px;
  font-weight: 200;
}
@media (min-width: 1600px) {
  .header .grid-container {
    max-width: 95rem;
  }
}
.header .title-bar {
  position: absolute;
  right: 10px;
  top: 0;
  background-color: transparent;
  cursor: pointer;
  font-size: 0;
  padding: 6px 0;
  text-align: right;
  margin-top: 20px;
  width: 30px;
}
@media print, screen and (min-width: 64.063em) {
  .header .title-bar {
    display: none;
  }
}
.header .title-bar .burger_icon {
  background-color: #bb8a4c;
  display: inline-block;
  height: 2.1px;
  position: relative;
  width: 30px;
  transition: all 0.5s ease;
  border-radius: 0 0 0 10px;
}
.header .title-bar .burger_icon:before, .header .title-bar .burger_icon:after {
  background-color: #bb8a4c;
  content: "*";
  font-size: 0;
  height: 2.1px;
  position: absolute;
  right: 0;
  width: 26px;
  transition: all 0.5s ease;
  border-radius: 0 0 0 10px;
}
.header .title-bar .burger_icon:before {
  top: -8px;
  width: 17px;
}
.header .title-bar .burger_icon:after {
  top: 8px;
  width: 24px;
}
.header .title-bar .burger_icon--open {
  background: transparent;
}
.header .title-bar .burger_icon--open:before {
  top: 0;
  transform: rotate(45deg);
  width: 30px;
}
.header .title-bar .burger_icon--open:after {
  top: 0;
  transform: rotate(-45deg);
  width: 30px;
}
.header .top-bar {
  background: none;
  margin: 0;
  padding: 0;
}
.header .top-bar input {
  max-width: inherit;
}
.header .top-bar .menu {
  position: initial;
  background: transparent;
  display: flex;
  position: fixed;
  height: 0;
  left: 0;
  overflow: hidden;
  top: 58px;
  justify-content: flex-start;
  width: 100%;
  z-index: 1;
  align-items: flex-start;
}
@media print, screen and (min-width: 64.063em) {
  .header .top-bar .menu {
    top: 63px;
    position: static;
    height: 80px;
    top: unset;
    padding: 0;
    align-items: center;
    justify-content: space-between;
  }
}
.header .top-bar .menu ul {
  background: transparent;
}
.header .top-bar .menu li {
  margin: 10px 50px;
}
.header .top-bar .menu li:first-child {
  margin-top: 50px;
}
@media print, screen and (min-width: 64em) {
  .header .top-bar .menu li:hover .submenu {
    border: 1px solid rgba(187, 138, 76, 0.82);
    border-left: none;
    border-right: none;
    height: 40px;
  }
}
@media (max-width: 1024px) {
  .header .top-bar .menu li:hover .submenu {
    height: 0;
  }
}
.header .top-bar .menu li a {
  color: #F1F1ED;
  text-transform: uppercase;
  background: transparent;
  padding: 0.7rem 0rem;
}
@media print, screen and (min-width: 64em) {
  .header .top-bar .menu li a {
    padding: 0.7rem 0rem;
  }
}
.header .top-bar .menu li a.profile-icon {
  display: block;
  position: relative;
  left: auto;
  top: auto;
}
@media (max-width: 1024px) {
  .header .top-bar .menu li a.profile-icon {
    display: none;
  }
}
.header .top-bar .menu li .submenu-trigger {
  display: none;
}
@media print, screen and (min-width: 64em) {
  .header .top-bar .menu li {
    margin: 0 !important;
    padding: 1.5rem 3.5rem 1.5rem 0;
  }
}
@media screen and (min-width: 64em) and (max-width: 63.9375em) {
  .header .top-bar .menu li:nth-child(3) {
    margin-right: 220px !important;
  }
}
@media print, screen and (min-width: 64em) {
  .header .top-bar .menu li:nth-child(1) {
    margin-left: 100px !important;
  }
}
@media print, screen and (min-width: 64em) {
  .header .top-bar .menu li:nth-child(2) {
    margin-left: 55px !important;
  }
}
@media print, screen and (min-width: 64em) {
  .header .top-bar .menu li:nth-child(3) {
    margin-left: auto !important;
  }
}
@media print, screen and (min-width: 64em) {
  .header .top-bar .menu li:nth-last-child(3) {
    padding: 0;
  }
}
@media print, screen and (min-width: 64em) {
  .header .top-bar .menu li:last-child {
    padding-right: 0;
  }
}
@media (max-width: 1100px) and (min-width: 1025px) {
  .header .top-bar .menu li {
    padding: 1.5rem 1.5rem 1.5rem 0;
  }
  .header .top-bar .menu li:nth-child(3) {
    margin-left: 200px !important;
  }
}
@media (min-width: 1600px) {
  .header .top-bar .menu li {
    padding: 1.5rem 5.5rem 1.5rem 0;
  }
  .header .top-bar .menu li:nth-child(1) {
    margin-left: 85px !important;
  }
  .header .top-bar .menu li:nth-child(3) {
    margin-left: auto !important;
  }
  .header .top-bar .menu li:nth-child(2) {
    margin-left: 130px !important;
  }
}
@media screen and (max-width: 63.9375em) {
  .header .top-bar .menu li {
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media (max-width: 1024px) {
  .header .top-bar .menu li {
    padding: 0;
    margin: 10px 50px !important;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}
.header .top-bar .menu li .submenu {
  background-color: rgba(55, 54, 54, 0.83);
  border-right: none;
  border-left: none;
  position: absolute;
  z-index: 999;
  top: 100%;
  left: 0;
  margin: 0;
  overflow: hidden;
  width: 100%;
  transition: height 0.3s ease;
  height: 0;
}
@media (max-width: 1024px) {
  .header .top-bar .menu li .submenu {
    border: 0 !important;
  }
}
.header .top-bar .menu li .submenu ul {
  margin: 0;
}
.header .top-bar .menu li .submenu ul li {
  display: inline-block;
  margin: 0 !important;
  padding: 0rem;
}
@media print, screen and (min-width: 40em) {
  .header .top-bar .menu li .submenu ul li {
    padding: 0rem 2rem;
  }
}
@media (max-width: 1024px) {
  .header .top-bar .menu li .submenu ul li {
    padding-left: 0 !important;
  }
}
.header .top-bar .menu li .submenu ul li a {
  text-transform: capitalize;
  padding: 0.8rem 0rem;
  letter-spacing: 0;
}
@media print, screen and (min-width: 64em) {
  .header .top-bar .menu li .submenu ul li:hover a {
    color: #bb8a4c;
  }
}
.header .top-bar .menu li .submenu ul li:hover a:after {
  content: none;
}
@media (max-width: 1024px) {
  .header .top-bar .menu li .submenu {
    position: relative;
    top: 0;
    border: 0;
    background: transparent;
  }
  .header .top-bar .menu li .submenu ul {
    position: relative !important;
    left: unset !important;
    right: unset !important;
    width: 100%;
  }
  .header .top-bar .menu li .submenu ul li {
    display: block;
    margin: 0 !important;
    width: 100%;
  }
  .header .top-bar .menu li .submenu ul li a {
    padding: 0.7rem 0 !important;
    font-size: 12px;
  }
}
@media (max-width: 1024px) {
  .header .top-bar .menu li {
    display: list-item;
  }
  .header .top-bar .menu li a {
    padding: 0.7rem 0 !important;
  }
}
@media (max-width: 1024px) {
  .header .top-bar .menu li:not(.active):hover a:after {
    display: none;
  }
}
@media (max-width: 1024px) {
  .header .top-bar .menu li:not(.active):hover {
    display: flex;
  }
}
.header .top-bar .menu li.has-submenu {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 1024px) {
  .header .top-bar .menu li.has-submenu {
    justify-content: flex-start;
  }
}
.header .top-bar .menu li.has-submenu .submenu {
  width: 100%;
}
.header .top-bar .menu li.has-submenu .submenu-trigger {
  display: inline-flex;
  margin-left: auto;
  flex-grow: 1;
  align-items: center;
  justify-content: flex-end;
}
@media print, screen and (min-width: 64.063em) {
  .header .top-bar .menu li.has-submenu .submenu-trigger {
    display: none;
  }
}
@media (max-width: 1024px) {
  .header .top-bar .menu li.has-submenu .submenu-trigger {
    display: inline-flex;
  }
}
.header .top-bar .menu li.has-submenu .submenu-trigger svg {
  height: 24px;
  width: 24px;
}
.header .top-bar .menu li.has-submenu .submenu-trigger svg path {
  fill: #fff;
}
@media (max-width: 1024px) {
  .header .top-bar .menu li.has-submenu.menu-active .submenu {
    height: auto;
  }
}
.header .top-bar .menu li.has-submenu.menu-active .submenu-trigger svg {
  transform: rotate(180deg);
}
@media (max-width: 1024px) {
  .header .top-bar .menu li.menu-active .submenu {
    justify-content: flex-start;
  }
}
@media (max-width: 1024px) {
  .header .top-bar .menu--open {
    background-color: rgba(55, 54, 54, 0.92);
    position: fixed;
    height: 100%;
    border-top: solid 1px #bb8a4c;
    display: block;
    transition: height 0.3s ease;
  }
}
.header .logo {
  position: absolute;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  max-width: 146px;
}
@media print, screen and (min-width: 64em) {
  .header .logo {
    top: calc(50% + 10px);
  }
}
.header .mobile-logo {
  max-width: 118px;
  margin: auto;
  padding-top: 15px;
}
.header .search-section {
  display: none;
  position: relative;
  color: #ffffff;
  left: 20px;
  top: 16px;
  right: unset;
}
@media (max-width: 1024px) {
  .header .search-section.desktop-show {
    display: none;
  }
}
.header .search-section.mobile_search--show {
  display: block;
  position: absolute;
  top: 15px;
  left: 15px;
}
.header .search-section.mobile_search--show i {
  font-size: 18px;
}
.header .search-section .search-input {
  position: fixed;
  z-index: 99;
  top: 60px;
  left: 60px;
  width: 120px;
  max-width: 120px;
  height: 30px;
  display: none;
}
.header .search-section .search-input.search--show {
  display: inline-block;
}
.header .search-section .search-icon {
  cursor: pointer;
  float: right;
  transform: rotate(270deg);
  font-size: 13px;
}
@media print, screen and (min-width: 64em) {
  .header .search-section {
    color: #ffffff;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    left: unset;
    top: unset;
    right: unset;
  }
  .header .search-section .search-input {
    max-width: 120px;
    height: 30px;
    margin-right: 5px;
    display: none;
    position: relative;
    left: unset;
    top: unset;
  }
  .header .search-section .search-input.search--show {
    display: inline-block;
  }
  .header .search-section .search-icon {
    cursor: pointer;
    float: right;
  }
}
.header .search-input {
  top: 0 !important;
  position: fixed !important;
  background-color: rgba(55, 54, 54, 0.83);
  border-right: none;
  border-left: none;
  position: absolute;
  z-index: 999;
  top: 100%;
  left: 0;
  margin: 0;
  height: 0;
  overflow: hidden;
  width: 100%;
  transition: height 0.3s ease;
}
@media screen and (max-width: 39.9375em) {
  .header .search-input {
    border: none;
    margin-top: 10px;
  }
}
.header .search-input #search-block-form {
  position: relative;
  width: 100%;
}
.header .search-input input {
  height: 50px;
  top: 5px;
  margin: 0;
  background: transparent;
  color: #F1F1ED;
  box-shadow: 0 0 0;
  border: none;
  border-bottom: 2px solid #bb8a4c;
  font-family: "henderson-slab-basic", serif;
  border-radius: 0 !important;
}
@media screen and (max-width: 39.9375em) {
  .header .search-input input {
    margin: 0;
  }
}
.header .search-input .js-form-item {
  border-radius: 0 !important;
}
.header .search-input input[type=search]::-webkit-search-decoration,
.header .search-input input[type=search]::-webkit-search-cancel-button,
.header .search-input input[type=search]::-webkit-search-results-button,
.header .search-input input[type=search]::-webkit-search-results-decoration {
  -webkit-appearance: none;
}
.header .search-input.search--show {
  border: none;
  top: 0;
  position: fixed;
  height: 100%;
  align-items: center;
  justify-content: center;
  margin-top: 0;
}
@media print, screen and (min-width: 40em) {
  .header .search-input.search--show.desktop-show {
    display: flex;
  }
}
.header .search-input.search--show:not(.desktop-show) {
  display: flex;
}
.header .search-input.search--show:not(.desktop-show) .search-box {
  width: 100%;
}
.header .search-input .close {
  position: absolute;
  top: 15px;
  left: 24px;
  color: #bb8a4c;
  font-size: 22px;
  cursor: pointer;
  background-image: url("/themes/custom/bsi_theme/styles/../img/close-brown.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  height: 21px;
  width: 21px;
}
@media print, screen and (min-width: 40em) {
  .header .search-input .close {
    left: 30px;
    height: 14px;
    width: 14px;
  }
}
@media print, screen and (min-width: 64em) {
  .header .search-input .close {
    right: 95px;
    left: unset;
  }
}
.header .profile-icon {
  display: none;
  position: absolute;
  left: 46px;
  top: 13px;
  color: #fff;
  font-size: 18px;
}
@media screen and (max-width: 63.9375em) {
  .header .profile-icon {
    display: block;
  }
}
@media print, screen and (max-width: 1025px) {
  .header .profile-icon {
    display: block;
  }
}
.header .profile-icon small {
  display: inline-block;
  font-size: 10px;
  margin-right: -5px;
  vertical-align: 2px;
}
.header .profile-icon span {
  background: #FF9900;
  border-radius: 50%;
  display: none;
  width: 10px;
  height: 10px;
  position: absolute;
  right: -2px;
  top: 10px;
}
@media (max-width: 1024px) {
  .header .profile-icon span {
    top: 2px;
  }
}

.parallax {
  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.beamWay__banner {
  position: relative;
}
@media screen and (max-width: 74.9375em) {
  .beamWay__banner {
    padding-top: 20px;
  }
}
.beamWay__banner .banner img {
  width: 100%;
  height: auto;
}

.error-page {
  margin-top: 52px;
}
@media print, screen and (min-width: 40em) {
  .error-page {
    margin-top: 80px;
  }
}
.error-page .cell.vertically-padded {
  padding-top: 60px;
  padding-bottom: 40px;
}
.error-page h2 {
  font-size: 22px;
  margin-bottom: 5px;
}
@media print, screen and (min-width: 40em) {
  .error-page h2 {
    font-size: 45px;
    margin-bottom: 10px;
  }
}
.error-page p {
  font-size: 14px;
  margin-bottom: 40px;
}
.error-page .button {
  display: block;
  padding: 1.3em 1rem;
}
@media print, screen and (min-width: 40em) {
  .error-page .button {
    display: inline-block;
    padding: 0.85em 1rem;
    min-width: 265px;
  }
}

.join-family {
  background-color: #986e3a;
}
.join-family .grid-container {
  max-width: 820px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 2rem;
  padding-left: 2rem;
}
.join-family .grid-container h2,
.join-family .grid-container .join-family-heading {
  font-size: 22px;
  letter-spacing: 4.4px;
  font-family: "DeskplateJNL";
  color: #ffffff;
  text-transform: uppercase;
}
@media print, screen and (min-width: 40em) {
  .join-family .grid-container h2,
.join-family .grid-container .join-family-heading {
    font-size: 42px;
    letter-spacing: 8.4px;
  }
}
.join-family .grid-container p:not(.join-family-heading) {
  font-size: 12px;
  font-weight: 200;
  color: #ffffff;
}
@media print, screen and (min-width: 40em) {
  .join-family .grid-container p:not(.join-family-heading) {
    font-size: 14px;
  }
}
.join-family .grid-container h2,
.join-family .grid-container P {
  margin-bottom: 0;
  color: #F1F1ED;
}
.join-family .grid-container .button {
  letter-spacing: 2.4px;
  font-size: 12px;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
@media print, screen and (min-width: 40em) {
  .join-family .grid-container .button {
    margin-top: 20px;
    margin-bottom: 1rem;
  }
}
.join-family .grid-container .button:hover {
  background-color: #F1F1ED;
  border-color: #F1F1ED;
  color: #373636;
}
@media print, screen and (min-width: 40em) {
  .join-family .grid-container {
    padding-top: 5px;
    padding-right: 0.625rem;
    padding-left: 0.625rem;
  }
}

.footer {
  background-color: #373636;
  color: #F1F1ED;
  padding: 32px 0;
}
@media screen and (min-width: 40em) {
  .footer {
    padding: 67px 0;
  }
}
.footer .logo {
  max-width: 148px;
  margin: 0 auto;
}
.footer .menu {
  margin: 15px auto;
}
.footer .menu .active a {
  background: none;
}
.footer .menu li {
  margin: 4px 11px;
}
@media print, screen and (min-width: 40em) {
  .footer .menu li {
    margin: 12px 11px;
  }
}
.footer .menu a {
  color: #F1F1ED;
  text-transform: uppercase;
  font-family: "FinalEditionJNL", final-edition-jnl;
  letter-spacing: 2px;
  padding: 5px 0;
  position: relative;
  font-size: 15px;
}
@media screen and (max-width: 39.9375em) {
  .footer .menu a {
    font-size: 12px;
  }
}
.footer .menu a:hover::after {
  opacity: 1;
  transform: translateY(-3px) translateZ(0);
}
.footer .menu a::after {
  content: "";
  background-color: white;
  height: 1px;
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  transform: translateY(1px);
  transition: 0.15s all cubic-bezier(0.39, 0.575, 0.565, 1);
  transition-property: opacity, transform;
  width: 100%;
}
.footer .small-menu a {
  font-size: 12px;
}
@media screen and (max-width: 39.9375em) {
  .footer .small-menu a {
    font-size: 10px;
  }
}
@media screen and (max-width: 39.9375em) {
  .footer .small-menu li {
    margin: 3px 11px;
  }
}
.footer p {
  font-size: 10px;
  font-family: "henderson-slab-basic", serif;
  font-weight: 200;
  margin: 0 auto;
}
@media screen and (max-width: 39.9375em) {
  .footer p {
    text-align: left;
    padding: 0 28px;
    font-size: 8px;
  }
  .footer p br {
    display: none;
  }
}
.footer .social ul {
  display: flex;
  list-style: none;
  justify-content: center;
  margin: 0 0 25px 0;
}
.footer .social ul li a {
  background-color: #b58c58;
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto 14px;
  border-radius: 50%;
  display: inline-block;
  margin: 0 8px;
  text-indent: -9999px;
  height: 24px;
  width: 24px;
}
.footer .social ul li a.social-facebook {
  background-image: url("/themes/custom/bsi_theme/img/icons/iconmonstr-facebook.svg");
}
.footer .social ul li a.social-instagram {
  background-image: url("/themes/custom/bsi_theme/img/icons/iconmonstr-instagram.svg");
}

.button {
  text-transform: uppercase;
  font-family: "DeskplateJNL";
  min-width: 170px;
  font-size: 12px;
  letter-spacing: 2.4px;
  margin-bottom: 11px;
}
.button:focus {
  background: none;
}
.button.round {
  border-radius: 1000px;
}
.button.red {
  background-color: #BD0F0C;
  border-color: #BD0F0C;
  color: #F1F1ED;
  font-weight: 900;
  padding: 0.85em 2em;
}
.button.red:hover {
  background-color: #B37F43;
  border-color: #B37F43;
  color: #E2E1DA;
}
.button.black {
  background-color: #373636;
  border-color: none;
  color: #ffffff;
  letter-spacing: 2.4px;
  font-size: 12px;
}
.button.black:hover {
  background-color: #B37F43;
  border-color: #B37F43;
  color: #F1F1ED;
}
.button.block {
  display: block;
}
.button.white {
  background-color: #E2E1DA;
  border-color: #E2E1DA;
  color: #3C3C3B;
}
.button.white:hover {
  background-color: #B37F43;
  border-color: #B37F43;
  color: #E2E1DA;
}
.button.red-link {
  background: none;
  color: #BD0F0C;
  text-transform: initial;
  font-size: 12pt;
  padding: 0;
  font-family: "henderson-slab-basic", serif;
  font-weight: 500;
}
.button.red-link:hover {
  text-decoration: underline;
}
.button.full {
  min-width: 300px;
}

.cell.vertically-padded {
  padding-top: 20px;
  padding-bottom: 20px;
}
.cell.horizontally-padded {
  padding-left: 20px;
  padding-right: 20px;
}
.cell.top-padded {
  padding-top: 20px;
  padding-bottom: 0;
}
.cell.centered {
  padding: 0 5%;
}
.cell.no-bottom-padding {
  padding-bottom: 0 !important;
}
.cell.no-top-padding {
  padding-top: 0 !important;
}

@media screen and (min-width: 40em) {
  .opacity-0 {
    opacity: 0;
  }
}

@media screen and (min-width: 40em) {
  .book-a-tour .header-description {
    max-width: 100% !important;
  }
}

.header-description {
  font-family: "henderson-slab-basic", serif;
  font-size: 12px;
}
.header-description p a {
  color: #bd0f0c;
}
@media screen and (min-width: 40em) {
  .header-description {
    max-width: 69%;
    font-size: 14px;
  }
}

.serve-details {
  font-family: "henderson-slab-basic", serif;
  font-size: 12px;
}
.serve-details a {
  color: #bd0f0c;
}
@media print, screen and (min-width: 40em) {
  .serve-details {
    font-size: 14px;
  }
}

.mobile-show {
  display: none;
}

@media (max-width: 1024px) {
  .mobile-show {
    display: block;
  }
}
.desktop-show {
  display: block;
}

@media (max-width: 1024px) {
  .desktop-show {
    display: none;
  }
}
article + [data-readmore-toggle],
article[data-readmore] {
  display: block;
  width: 100%;
}

article[data-readmore] {
  transition: height 200ms;
  overflow: hidden;
}

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

.jarallax > .jarallax-img {
  opacity: 0;
}

.jarallax-bg {
  overflow: hidden;
}
.jarallax-bg img {
  opacity: 0;
}

.jarallax-error-page div .jarallax-img img {
  position: absolute;
  top: 50%;
  transform: translateY(-30%);
}

.brand-product-image .jarallax div {
  background-size: contain !important;
  background-position: 0px 43% !important;
}
@media print, screen and (min-width: 40em) {
  .brand-product-image .jarallax div {
    background-size: contain !important;
    background-position: center !important;
  }
}

.pager {
  margin-bottom: 50px;
}
.pager .pager__items {
  display: flex;
  list-style: none;
  list-style-type: none;
  align-items: center;
  justify-content: center;
  font-family: "henderson-slab-basic", serif;
}
.pager .pager__items .pager__item {
  margin-right: 13px;
}
.pager .pager__items .pager__item a {
  font-size: 14px;
  height: 25px;
  width: 25px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  line-height: 1px;
  color: #373636;
}
.pager .pager__items .pager__item:last-child {
  margin-right: 0px;
}
.pager .pager__items .pager__item.is-active a {
  border: 1px solid #af8d60;
}
.pager .pager__items .pager__item.pager__item--next a,
.pager .pager__items .pager__item.pager__item--last a,
.pager .pager__items .pager__item.pager__item--first a,
.pager .pager__items .pager__item.pager__item--previous a {
  width: auto;
  color: #bd0f0c;
  text-decoration: underline;
}
.pager .pager__items .pager__item.pager__item--last,
.pager .pager__items .pager__item.pager__item--first {
  display: none;
}

.partnership-preview-content {
  display: flex;
  flex-direction: column;
}
.partnership-preview-content .action-buttons .button {
  margin-bottom: 0;
}

.section.our-home h2.main-home-heading {
  font-size: 22px;
}
@media print, screen and (min-width: 40em) {
  .section.our-home h2.main-home-heading {
    font-size: 45px;
  }
}

@media (max-width: 1024px) {
  .home-sub-image {
    margin-bottom: 20px;
  }
}
.home-sub-image picture,
.home-sub-image img {
  width: 100%;
}

.parallax-container {
  overflow: hidden;
  height: 100%;
}
.parallax-container .parallax-object {
  background-position: 50% 0px;
  background-repeat: no-repeat;
  height: 100%;
  background-size: 123%;
}
.parallax-container .parallax-object img {
  opacity: 0;
}

.brand-detail-content-block .serve-details p {
  margin-bottom: 0;
}

.partnership-content {
  max-width: 425px;
  flex-grow: 1;
}

.beamStore-description p {
  font-size: 12px;
}
@media print, screen and (min-width: 40em) {
  .beamStore-description p {
    font-size: 14px;
  }
}

.content-with-image {
  background: #fff;
}
.content-with-image-text {
  padding: 60px;
}
@media screen and (max-width: 39.9375em) {
  .content-with-image-text {
    padding: 30px;
  }
}
.content-with-image-text h2 {
  line-height: normal;
  margin-top: 15px;
  text-transform: uppercase;
  font-family: "DeskplateJNL";
  font-size: 45px;
  letter-spacing: 6.11px;
  margin-bottom: 18px;
}
@media screen and (max-width: 39.9375em) {
  .content-with-image-text h2 {
    font-size: 22px;
    letter-spacing: 4.62px;
  }
}
.content-with-image-text h6 {
  font-family: "FinalEditionJNL";
  font-size: 20px;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.content-with-image-text p {
  margin-bottom: 25px;
}
.content-with-image .jarallax .jarallax-img img {
  height: 100%;
}

@media print, screen and (min-width: 40em) {
  .section.our-home .vertically-padded .partnership__buttons-block,
.section.our-home .vertically-padded .about-us__buttons-block, .section.our-home .vertically-padded .our-home__buttons-block {
    position: absolute;
    bottom: 60px;
  }
}
.section.our-home .vertically-padded .partnership__buttons-block .action-buttons:last-child .button,
.section.our-home .vertically-padded .about-us__buttons-block .action-buttons:last-child .button, .section.our-home .vertically-padded .our-home__buttons-block .action-buttons:last-child .button {
  margin-bottom: 0;
}

.reveal {
  background-color: rgba(76, 75, 76, 0.95);
}
.reveal.full {
  top: 0 !important;
}

.agegate__container {
  color: #DDDCD4;
  display: table-cell;
  margin: 0 auto;
  text-align: center;
  vertical-align: middle;
}
@media print, screen and (min-width: 40em) {
  .agegate__container {
    margin: 50px auto;
    width: 600px;
  }
}
.agegate__block {
  display: table;
  height: 100%;
  width: 100%;
}
.agegate__logo {
  background-image: url("/themes/custom/bsi_theme/styles/../img/logo.svg");
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  margin: 0 auto 10px auto;
  height: 48px;
  width: 175px;
}
@media print, screen and (min-width: 40em) {
  .agegate__logo {
    height: 64px;
    width: 225px;
    margin: 0 auto 25px auto;
  }
}
.agegate__heading {
  display: block;
  font-size: 24px;
  font-family: "DeskplateJNL";
  color: #DDDCD4;
  letter-spacing: 5.45px;
  margin: 0 auto 15px auto;
  line-height: 1.4;
}
@media print, screen and (min-width: 40em) {
  .agegate__heading {
    font-size: 42px;
    letter-spacing: 9.45px;
    margin: 0 auto 25px auto;
  }
}
.agegate__heading span {
  display: block;
  text-transform: uppercase;
}
.agegate p {
  display: block;
  font-size: 12px;
  font-family: henderson-slab-basic, serif;
  color: #D5D2C0;
  font-weight: 200;
  margin-bottom: 0;
}
@media print, screen and (min-width: 40em) {
  .agegate p {
    margin-bottom: 20px;
    font-size: 16px;
  }
}
.agegate .dob_container {
  display: block;
  font-family: "FinalEditionJNL", final-edition-jnl;
  margin: 15px auto 18px auto;
  /* Chrome, Safari, Edge, Opera */
  /* Firefox */
}
@media print, screen and (min-width: 40em) {
  .agegate .dob_container {
    margin: 15px auto 15px auto;
  }
}
.agegate .dob_container input::-webkit-outer-spin-button,
.agegate .dob_container input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.agegate .dob_container input[type=number] {
  -moz-appearance: textfield;
}
.agegate .dob_container input {
  background-color: transparent;
  border: none;
  color: #DDDCD4;
  display: inline-block;
  font-size: 35px;
  width: 60px;
  text-align: center;
  border-right: solid #bb8a4c 2px;
  letter-spacing: 2px;
  box-shadow: none;
  height: auto;
  padding-top: 0;
  padding-bottom: 0;
  max-height: 49px;
  margin: 0;
  line-height: 1;
}
@media print, screen and (min-width: 40em) {
  .agegate .dob_container input {
    width: 80px;
    font-size: 45px;
  }
}
.agegate .dob_container input:focus {
  box-shadow: none;
}
.agegate .dob_container input:last-child {
  border-right: none;
  width: 100px;
}
.agegate__countryDD {
  position: relative;
  font-family: "FinalEditionJNL", final-edition-jnl;
  width: 225px;
  margin: 0 auto;
}
.agegate__countryDD select {
  background-color: transparent;
  background: none;
  border: none;
  border-bottom: 2px solid #B37F43;
  margin-bottom: 0;
  padding-left: 10px;
  color: #ffffff;
  display: inline-block;
  text-transform: uppercase;
  font-size: 25px;
  letter-spacing: 4px;
  color: #DDDCD4;
  box-shadow: 0px 0 0 #ffffff;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  height: 3.4375rem;
}
.agegate__countryDD option {
  background: #8f6535;
  padding-left: 15px;
}
.agegate__countryDD option:not(:checked) {
  background: #3c3c3bf2;
}
.agegate__countryDD option:hover {
  background: #3c3c3bf2;
}
.agegate__countryDD:after {
  background: transparent;
  content: "";
  border-width: 12px 5px 12px 5px;
  border-style: solid;
  border-color: #B37F43 transparent transparent transparent;
  position: absolute;
  z-index: -1;
  top: 14px;
  right: 7px;
}
.agegate button {
  display: inline-block;
  font-family: "DeskplateJNL";
  min-width: 220px;
  padding: 0.9em 1em;
  letter-spacing: 2px;
  font-size: 12px;
  margin: 30px auto;
}
.agegate .rememberme {
  display: inline-block;
  font-family: henderson-slab-basic, serif;
}
.agegate .rememberme .checkbox-custom {
  display: none;
  margin: 0;
}
.agegate .rememberme .checkbox-custom:checked + .checkbox-custom-label:after {
  content: "";
  position: absolute;
  width: 6px;
  height: 11px;
  border: solid #ffffff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  top: 2px;
  left: 7px;
}
.agegate .rememberme .checkbox-custom-label {
  color: #DDDCD4;
  font-weight: 200;
  font-size: 10px;
  display: inline-block;
  position: relative;
}
.agegate .rememberme .checkbox-custom-label:before {
  content: "";
  background-color: #B37F43;
  border: 2px solid #B37F43;
  display: inline-block;
  vertical-align: middle;
  width: 19px;
  height: 19px;
  margin-right: 10px;
  position: absolute;
  top: 0px;
}
.agegate .rememberme .checkbox-custom-label span {
  padding-left: 30px;
  font-size: 12px;
}

.is-reveal-open {
  overflow: hidden;
}

.section .banner {
  position: relative;
}
.section .banner-band {
  background: rgba(181, 140, 88, 0.9);
  color: #f1f1ed;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
}
.section .banner-band h5 {
  color: #f1f1ed;
  margin: 5px 0;
  font-family: "henderson-slab-basic", serif;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0;
  text-transform: none;
}
.section .banner-band h5 a {
  color: inherit;
  font-weight: 500;
  font-style: italic;
}
.section .banner-band h5 a:hover {
  text-decoration: underline;
}
.section .banner-band h5 span {
  cursor: pointer;
  display: inline-block;
  background-color: #373636;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 50%;
  height: 14px;
  width: 14px;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: normal;
  text-align: center;
  vertical-align: -2px;
}
.section .banner-band h5 span.plus {
  background-image: url("/themes/custom/bsi_theme/styles/../img/plus.svg");
}
.section .banner-band h5 span.minus {
  background-image: url("/themes/custom/bsi_theme/styles/../img/minus.svg");
}
.section .banner-band-text {
  background: rgba(181, 140, 88, 0.9);
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  padding: 3px 0;
  display: none;
  z-index: 1;
}
.section .banner-band-text p {
  font-size: 12px;
  line-height: 15px;
  max-width: 890px;
  text-align: left;
  margin: 0 auto;
}
.section.breadcrumb-container {
  padding: 0;
  margin-top: 7px;
  margin-bottom: 8px;
}
@media print, screen and (min-width: 40em) {
  .section.breadcrumb-container {
    padding: 0 10px;
    margin-top: 16px;
    margin-bottom: 11px;
  }
}
.section.breadcrumb-container ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  margin: 0;
}
.section.breadcrumb-container ul li {
  font-family: "henderson-slab-basic", serif;
  color: #bd0f0c;
  font-size: 12px;
  font-weight: 500;
  text-transform: capitalize;
}
.section.breadcrumb-container ul li a {
  color: #414042;
  text-transform: initial;
}
.section.breadcrumb-container ul li a:after {
  content: "/";
  margin: 0px;
  color: #414042;
}
.section.our-home .vertically-padded {
  padding-top: 0;
  padding-bottom: 126px;
  padding-left: 90px;
  position: relative;
}
@media only screen and (min-width: 320px) and (max-width: 639px) {
  .section.our-home .vertically-padded {
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media only screen and (min-width: 640px) and (max-width: 1023px) {
  .section.our-home .vertically-padded {
    padding-left: 30px;
  }
}
.section.our-home .vertically-padded .our-home__buttons-block {
  bottom: 40px;
}
.section.our-home .vertically-padded .partnership__buttons-block,
.section.our-home .vertically-padded .about-us__buttons-block {
  bottom: 38px;
}
@media only screen and (min-width: 640px) and (max-width: 1023px) {
  .section.our-home .parallax-window {
    margin-bottom: 20px;
  }
}
.section.our-home .parallax-window .align-middle {
  position: relative;
}
.section.our-home .parallax-window .align-middle .shrink:first-child {
  position: absolute;
  top: 20px;
}
@media print, screen and (min-width: 40em) {
  .section.our-home .parallax-window .align-middle .shrink:first-child {
    top: 0;
  }
}
.section.our-home .parallax-window .align-middle .shrink:last-child {
  padding-left: 30px;
  max-width: 100%;
}
.section.our-home h2 {
  line-height: normal;
  margin-top: 15px;
  text-transform: uppercase;
  font-family: "DeskplateJNL";
  font-size: 26px;
  letter-spacing: 6.11px;
  margin-bottom: 18px;
}
@media screen and (max-width: 39.9375em) {
  .section.our-home h2 {
    font-size: 22px;
    letter-spacing: 4.62px;
  }
}
.section.our-home h3 {
  font-family: "FinalEditionJNL", final-edition-jnl;
  letter-spacing: 2px;
  margin-bottom: 26px;
  text-transform: uppercase;
}
@media screen and (max-width: 39.9375em) {
  .section.our-home .preview-cell.rounded-preview .preview-content p:not(.preview-count) {
    font-size: 12px;
  }
}
@media screen and (max-width: 39.9375em) {
  .section.our-home p {
    font-size: 12px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .section.our-home .preview-content p {
    min-height: 90px;
  }
}
.section.our-home .message-alert {
  display: inline-flex;
  padding-left: 5px;
  margin-bottom: 0;
  margin-top: 20px;
  line-height: 1.4;
  max-width: 260px;
}
@media print, screen and (min-width: 40em) {
  .section.our-home .message-alert {
    margin-top: 20px;
    line-height: 1.1;
  }
}
@media print, screen and (min-width: 64em) {
  .section.our-home .message-alert {
    margin-top: 0;
  }
}
.section.our-home .button.top-padded {
  margin-top: 50px;
}
@media screen and (max-width: 39.9375em) {
  .section.our-home .button.top-padded {
    margin-top: 30px;
  }
}
.section.our-home .cell.horizontally-padded {
  padding-left: 40px;
  padding-right: 20px;
}
.section.our-home .preview-cell .img-preview {
  max-width: 495px;
  overflow: hidden;
  transform-origin: center center;
  transition: transform 0.3s ease-in-out 0ms, -webkit-transform 0.3s ease-in-out 0ms;
}
.section.our-home .preview-cell .img-preview img {
  transform-origin: center center;
  transition: transform 0.3s ease-in-out 0ms, -webkit-transform 0.3s ease-in-out 0ms;
}
.section.our-home .preview-cell .img-preview:hover {
  transform: scale(0.93);
}
.section.our-home .preview-cell .img-preview:hover img {
  transform: scale(1.15);
}
.section.our-home .preview-cell.rounded-preview .img-preview {
  border-radius: 50%;
  border: none;
  height: 300px;
  width: 300px;
  overflow: hidden;
}
@media print, screen and (min-width: 40em) {
  .section.our-home .preview-cell.rounded-preview .img-preview {
    height: 200px;
    width: 200px;
  }
}
@media screen and (min-width: 64em) {
  .section.our-home .preview-cell.rounded-preview .img-preview {
    height: 250px;
    width: 250px;
  }
}
.section.our-home .preview-cell.rounded-preview .img-preview img {
  width: 100%;
  height: auto;
  min-height: 100%;
}
.section.our-home .preview-cell.rounded-preview .preview-content {
  padding-left: 60px;
}
@media screen and (max-width: 39.9375em) {
  .section.our-home .preview-cell.rounded-preview .preview-content {
    padding-left: 20px;
  }
}
.section.our-home .preview-cell.rounded-preview .preview-content .action-buttons {
  width: 50%;
}
.section.our-home .slick-prev {
  left: -10px;
  z-index: 1;
}
.section.our-home .slick-next {
  right: -10px;
  z-index: 1;
}
.section.our-home .slick-prev:before,
.section.our-home .slick-next:before {
  font-family: "BrooklynSamuelsFive-Bold";
  color: #bb8a4c;
  font-size: 30px;
  font-weight: bold;
  font-display: swap;
}
.section.our-home .slick-next:before {
  content: ">";
}
.section.our-home .slick-prev:before {
  content: "<";
}
.section.our-bourbons {
  background-color: #e2e1da;
  background: url(/themes/custom/bsi_theme/styles/../img/our-bourbons-texture.png);
  background-size: 100%;
  background-position: left bottom;
  margin: 10px 0 40px;
}
@media print, screen and (min-width: 40em) {
  .section.our-bourbons {
    margin: 100px 0 30px;
  }
}
.section.our-bourbons h2 {
  color: #bb8a4c;
  font-size: 20px;
}
@media print, screen and (min-width: 40em) {
  .section.our-bourbons h2 {
    font-size: 36px;
  }
}
.section.our-bourbons .slick-prev {
  left: 0;
  z-index: 1;
}
@media only screen and (min-width: 320px) and (max-width: 639px) {
  .section.our-bourbons .slick-prev {
    left: -20px;
  }
}
.section.our-bourbons .slick-next {
  right: 0;
  z-index: 1;
}
@media only screen and (min-width: 320px) and (max-width: 639px) {
  .section.our-bourbons .slick-next {
    right: -20px;
  }
}
.section.our-bourbons .slick-prev:before,
.section.our-bourbons .slick-next:before {
  font-family: "BrooklynSamuelsFive-Bold";
  color: #bb8a4c;
  font-size: 30px;
  font-weight: bold;
  font-display: swap;
}
.section.our-bourbons .slick-next:before {
  content: ">";
}
.section.our-bourbons .slick-prev:before {
  content: "<";
}
.section.frednoe-quote .cell {
  padding: 20px 0 0;
}
.section.frednoe-quote .cell h3 {
  font-size: 42px;
  letter-spacing: 8.4px;
  text-transform: uppercase;
  font-family: "DeskplateJNL";
  color: #bb8a4c;
  word-break: break-word;
}
.section.frednoe-quote .cell p {
  font-size: 25px;
  letter-spacing: 2.4px;
  color: #3c3c3b;
  font-family: "BrooklynSamuelsFive-Bold";
}
.section.front-page h2 {
  margin-top: 0;
}

@media screen and (max-width: 39.9375em) {
  .grid-container {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
.brand-carasousel {
  padding: 0 30px;
}
.brand-carasousel .slick-slide {
  float: none;
  padding: 0 5px;
}
.brand-carasousel .slick-slide img {
  display: inline-block;
}
.brand-carasousel.slick-initialized .slick-slide {
  display: inline-flex;
  height: 100%;
  align-items: center;
  justify-content: center;
}
.brand-carasousel.slick-initialized .slick-slide img {
  margin: 0 auto;
}
.brand-carasousel.slick-initialized .slick-slide:nth-child(1) img {
  max-width: 75px;
}
.brand-carasousel.slick-initialized .slick-slide:nth-child(2) img {
  max-width: 63px;
}
.brand-carasousel.slick-initialized .slick-slide:nth-child(3) img {
  max-width: 75px;
}
.brand-carasousel.slick-initialized .slick-slide:nth-child(4) img {
  max-width: 60px;
}
.brand-carasousel.slick-initialized .slick-slide:nth-child(5) img {
  max-width: 75px;
}
.brand-carasousel.slick-initialized .slick-slide:nth-child(6) img {
  max-width: 48px;
}
.brand-carasousel.slick-initialized .slick-slide:nth-child(7) img {
  max-width: 75px;
}
.brand-carasousel.slick-initialized .slick-slide:nth-child(8) img {
  max-width: 75px;
}
.brand-carasousel.slick-initialized .slick-slide:nth-child(9) img {
  max-width: 65px;
}
.brand-carasousel.slick-initialized .slick-slide:nth-child(10) img {
  max-width: 71px;
}
.brand-carasousel.slick-initialized .slick-slide:nth-child(11) img {
  max-width: 65px;
}
.brand-carasousel.slick-initialized .slick-slide:nth-child(12) img {
  max-width: 65px;
}
.brand-carasousel.slick-initialized .slick-slide:nth-child(13) img {
  max-width: 75px;
}
.brand-carasousel .slick-prev {
  left: 0;
  z-index: 1;
  top: 40%;
}
.brand-carasousel .slick-next {
  right: 0;
  z-index: 1;
  top: 40%;
}
.brand-carasousel .slick-prev:before,
.brand-carasousel .slick-next:before {
  font-family: "BrooklynSamuelsFive-Bold";
  color: #bb8a4c;
  font-size: 30px;
  font-weight: bold;
  font-display: swap;
}
.brand-carasousel .slick-next:before {
  content: ">";
}
.brand-carasousel .slick-prev:before {
  content: "<";
}

.our-home .preview-cell.rounded-preview .preview-content h3 {
  font-family: "FinalEditionJNL", final-edition-jnl;
  font-size: 20px;
}
@media screen and (max-width: 39.9375em) {
  .our-home .preview-cell.rounded-preview .preview-content h3 {
    font-size: 16px;
  }
}
.our-home__content-block {
  margin-top: 21px;
}
@media print, screen and (min-width: 40em) {
  .our-home__content-block {
    margin-top: 36px;
  }
}
.our-home__content-block h1 {
  font-size: 22px;
  font-family: "DeskplateJNL";
}
@media print, screen and (min-width: 40em) {
  .our-home__content-block h1 {
    font-size: 45px;
    max-width: 90%;
  }
}
@media print, screen and (min-width: 64em) {
  .our-home__content-block h1 {
    max-width: 60%;
  }
}
.our-home__content-block h3 {
  font-family: "DeskplateJNL";
  font-size: 18px;
}
@media print, screen and (min-width: 40em) {
  .our-home__content-block h3 {
    font-size: 26px;
  }
}

.little-book .slick-prev,
.little-book .slick-next {
  top: 160px;
}
.little-book .slick-slide:focus {
  outline: none;
}

.our-bourbons .brand-carasousel {
  margin: 0 auto;
  width: 90%;
}
.our-bourbons .brand-carasousel .slick-prev,
.our-bourbons .brand-carasousel .slick-next {
  top: 160px;
}
.our-bourbons .brand-carasousel .slick-slide:focus {
  outline: none;
}

.home-hot h2 {
  font-family: "DeskplateJNL";
  font-size: 22px;
  margin-top: 10px;
  letter-spacing: 4.62px;
}
@media print, screen and (min-width: 40em) {
  .home-hot h2 {
    font-size: 45px;
    margin-top: 28px;
    letter-spacing: 9.45px;
  }
}

.home-brand-bg {
  padding: 30px 0 40px;
  background-size: 100%;
  margin-top: 20px;
}
@media print, screen and (min-width: 40em) {
  .home-brand-bg {
    margin-top: 50px;
  }
}
.home-brand-bg h2 {
  font-size: 18px;
  color: #bb8a4c;
}
@media screen and (min-width: 40em) {
  .home-brand-bg h2 {
    font-size: 26px;
  }
}
@media screen and (max-width: 39.9375em) {
  .home-brand-bg h2 {
    max-width: 230px;
    margin: 0 auto 10px;
  }
}
.home-brand-bg .button.red-link {
  font-size: 12px;
  margin-bottom: 0;
  margin-top: 15px;
  display: inline-block;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 40em) {
  .home-brand-bg .button.red-link {
    font-size: 14px;
    margin-bottom: 11px;
    margin-top: 0;
  }
}
@media screen and (max-width: 39.9375em) {
  .home-brand-bg .how-for-small-only {
    margin-bottom: 0;
  }
}
.home-brand-bg .grid-container {
  z-index: 1;
  position: relative;
}

@media screen and (max-width: 39.9375em) {
  .image-close {
    margin-top: 18px;
  }
}

.shine-anim {
  position: relative;
  overflow: hidden;
  display: block;
}
.shine-anim .shine-hover-image {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
}
.shine-anim:hover:hover .shine-hover-image {
  opacity: 1;
  visibility: visible;
}
.shine-anim:hover:hover .shine-image {
  opacity: 0;
  visibility: hidden;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .section.front-page .medium-12 {
    width: 100%;
  }
  .section.front-page .message-alert {
    margin-top: 20px;
  }

  .preview-cell.rounded-preview .preview-content h3 br {
    display: none;
  }
}
@media screen and (max-width: 39.9375em) {
  .our-home .padded-heading {
    padding-left: 20px;
    padding-right: 0 !important;
  }
}

.home-side-content p {
  font-size: 12px;
}
@media print, screen and (min-width: 40em) {
  .home-side-content p {
    font-size: 14px;
  }
}

.home-side-content {
  max-width: 270px;
}

.footerHeading {
  font-size: 18px;
  color: #8c6635;
  font-family: "DeskplateJNL";
  letter-spacing: 4.62px;
  margin-bottom: 12px;
  line-height: 1.4;
  margin-top: 0;
  font-style: normal;
  font-weight: normal;
}
@media print, screen and (min-width: 40em) {
  .footerHeading {
    font-size: 26px;
    letter-spacing: 9.45px;
    margin-bottom: 25px;
  }
}

.beamWay__content .preview-cell .cell .img-preview {
  overflow: hidden;
  transform-origin: center center;
  transition: transform 0.3s ease-in-out 0ms, -webkit-transform 0.3s ease-in-out 0ms;
}
@media screen and (min-width: 64em) {
  .beamWay__content .preview-cell .cell .img-preview {
    max-width: 495px;
  }
}
.beamWay__content .preview-cell .cell .img-preview img {
  transform-origin: center center;
  transition: transform 0.3s ease-in-out 0ms, -webkit-transform 0.3s ease-in-out 0ms;
}
.beamWay__content .preview-cell .cell .img-preview:hover {
  transform: scale(0.93);
}
.beamWay__content .preview-cell .cell .img-preview:hover img {
  transform: scale(1.15);
}
.beamWay__content .preview-cell .cell .preview-content h4,
.beamWay__content .preview-cell .cell .preview-content .partnership-heading {
  font-size: 26px;
  letter-spacing: 2.6px;
  color: #BD0F0C;
  text-transform: uppercase;
  font-family: "FinalEditionJNL", final-edition-jnl;
  line-height: normal;
  margin-bottom: 20px;
  max-width: unset;
}
@media print, screen and (min-width: 40em) {
  .beamWay__content .preview-cell .cell .preview-content h4,
.beamWay__content .preview-cell .cell .preview-content .partnership-heading {
    font-size: 36px;
    letter-spacing: 3.6px;
    line-height: 24px;
  }
}
@media screen and (max-width: 39.9375em) {
  .beamWay__content .preview-cell .cell .preview-content h4,
.beamWay__content .preview-cell .cell .preview-content .partnership-heading {
    margin-bottom: 30px;
  }
}
.beamWay__content .preview-cell .cell .preview-content .partnership-heading {
  margin-bottom: 12px;
}
.beamWay__content .preview-cell .cell .preview-content h2,
.beamWay__content .preview-cell .cell .preview-content .partnership-subheading {
  font-size: 16px;
  line-height: normal;
  letter-spacing: 1.92px;
  color: #4c4b4c;
  text-transform: uppercase;
  font-family: "FinalEditionJNL", final-edition-jnl;
  margin-bottom: 20px;
  max-width: 295px;
}
@media print, screen and (min-width: 40em) {
  .beamWay__content .preview-cell .cell .preview-content h2,
.beamWay__content .preview-cell .cell .preview-content .partnership-subheading {
    font-size: 20px;
    letter-spacing: 2.4px;
    margin-bottom: 25px;
    max-width: 365px;
  }
}
.beamWay__content .preview-cell .cell .preview-content .partnership-subheading {
  margin-bottom: 18px;
}
.beamWay__content .preview-cell .cell .preview-content p:not(.partnership-subheading):not(.beamway-subheading) {
  color: #4c4b4c;
  font-family: "henderson-slab-basic", serif;
  font-size: 12px;
  letter-spacing: 0;
  max-width: 400px;
}
@media print, screen and (min-width: 40em) {
  .beamWay__content .preview-cell .cell .preview-content p:not(.partnership-subheading):not(.beamway-subheading) {
    font-size: 14px;
  }
}
@media screen and (max-width: 39.9375em) {
  .beamWay__content .preview-cell .cell .preview-content p:not(.partnership-subheading):not(.beamway-subheading) {
    margin-bottom: 30px;
  }
  .beamWay__content .preview-cell .cell .preview-content p:not(.partnership-subheading):not(.beamway-subheading) br {
    display: none;
  }
}
@media screen and (max-width: 39.9375em) {
  .beamWay__content .preview-cell .cell .preview-content .about-us__buttons-block {
    position: relative;
    bottom: auto;
    margin-bottom: 20px;
  }
}
.beamWay__content .preview-cell .cell .preview-content .about-us__buttons-block .action-buttons .button {
  min-width: 217px;
}
@media screen and (max-width: 39.9375em) {
  .beamWay__content .preview-cell .cell .preview-content .about-us__buttons-block .action-buttons .button {
    min-width: 180px;
  }
}
.beamWay__content .preview-cell .cell .preview-content .about-us__buttons-block .action-buttons .button + .button {
  display: table;
  margin-top: 10px;
}
.beamWay__content .preview-cell .cell .preview-content .about-us__buttons-block .action-buttons a {
  min-width: 217px;
  margin-bottom: 0;
}
.beamWay__content .preview-cell .cell .preview-content .about-us__buttons-block .action-buttons a.disabled {
  background: #BBBAB7;
  color: #F8F7F5;
  opacity: 0.8;
}
.beamWay__content .preview-cell:nth-child(odd) {
  flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .beamWay__content .preview-cell:nth-child(odd) .cell:first-child {
    padding-left: 15px;
    padding-right: 0;
  }
}
@media only screen and (max-width: 768px) {
  .beamWay__content .preview-cell:nth-child(odd) {
    flex-direction: row;
  }
}
@media (min-width: 992px) {
  .beamWay__content .preview-cell:nth-child(even) .cell:last-child {
    padding-left: 15px;
    padding-right: 0;
  }
}
.beamWay__content.visit-us-wrapper .preview-cell:nth-child(odd), .beamWay__content.about-us-wrapper .preview-cell:nth-child(odd) {
  flex-direction: row;
}
.beamWay__content.visit-us-wrapper .preview-cell:nth-child(even), .beamWay__content.about-us-wrapper .preview-cell:nth-child(even) {
  flex-direction: row-reverse;
}

.beamWay__header h1 {
  max-width: 900px;
}

.beamWay__content .cell.vertically-padded {
  padding-top: 0;
  padding-bottom: 26px;
  padding-left: 90px;
  position: relative;
  margin-top: 21px;
}
@media print, screen and (min-width: 40em) {
  .beamWay__content .cell.vertically-padded {
    margin-top: 36px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 639px) {
  .beamWay__content .cell.vertically-padded {
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media only screen and (min-width: 640px) and (max-width: 1023px) {
  .beamWay__content .cell.vertically-padded {
    padding-left: 30px;
  }
}
@media screen and (max-width: 39.9375em) {
  .beamWay__content .cell.vertically-padded + .vertically-padded {
    margin-top: 0;
  }
}
.beamWay__content .cell.vertically-padded p {
  max-width: 100% !important;
}
.beamWay__content .cell.vertically-padded .visit-us-header-text h1 {
  max-width: 75%;
}
.beamWay__content .cell.vertically-padded .visit-us-header-text p {
  max-width: 69% !important;
}

@media screen and (min-width: 40em) {
  .mobile-title br {
    display: none;
  }
}

.about-us-wrapper,
.partner-wrapper {
  padding-bottom: 30px;
}
@media screen and (max-width: 39.9375em) {
  .about-us-wrapper,
.partner-wrapper {
    padding-bottom: 0;
  }
}
.about-us-wrapper.beamWay__content .preview-cell:nth-child(odd),
.partner-wrapper.beamWay__content .preview-cell:nth-child(odd) {
  flex-direction: row-reverse;
}
.about-us-wrapper.beamWay__content .preview-cell:nth-child(odd) .cell:last-child,
.partner-wrapper.beamWay__content .preview-cell:nth-child(odd) .cell:last-child {
  padding-left: 80px;
}
@media only screen and (min-width: 320px) and (max-width: 639px) {
  .about-us-wrapper.beamWay__content .preview-cell:nth-child(odd) .cell:last-child,
.partner-wrapper.beamWay__content .preview-cell:nth-child(odd) .cell:last-child {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (min-width: 640px) and (max-width: 1023px) {
  .about-us-wrapper.beamWay__content .preview-cell:nth-child(odd) .cell:last-child,
.partner-wrapper.beamWay__content .preview-cell:nth-child(odd) .cell:last-child {
    padding-left: 30px;
  }
}
.about-us-wrapper.beamWay__content .preview-cell:nth-child(odd) .cell:first-child,
.partner-wrapper.beamWay__content .preview-cell:nth-child(odd) .cell:first-child {
  padding-left: 40px;
}
@media only screen and (min-width: 320px) and (max-width: 639px) {
  .about-us-wrapper.beamWay__content .preview-cell:nth-child(odd) .cell:first-child,
.partner-wrapper.beamWay__content .preview-cell:nth-child(odd) .cell:first-child {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (min-width: 640px) and (max-width: 1023px) {
  .about-us-wrapper.beamWay__content .preview-cell:nth-child(odd) .cell:first-child,
.partner-wrapper.beamWay__content .preview-cell:nth-child(odd) .cell:first-child {
    padding-left: 30px;
  }
}
.about-us-wrapper.beamWay__content .preview-cell:nth-child(even),
.partner-wrapper.beamWay__content .preview-cell:nth-child(even) {
  flex-direction: row;
}
.about-us-wrapper.beamWay__content .preview-cell:nth-child(even) .cell:first-child,
.partner-wrapper.beamWay__content .preview-cell:nth-child(even) .cell:first-child {
  padding-left: 80px;
}
@media only screen and (min-width: 320px) and (max-width: 639px) {
  .about-us-wrapper.beamWay__content .preview-cell:nth-child(even) .cell:first-child,
.partner-wrapper.beamWay__content .preview-cell:nth-child(even) .cell:first-child {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (min-width: 640px) and (max-width: 1023px) {
  .about-us-wrapper.beamWay__content .preview-cell:nth-child(even) .cell:first-child,
.partner-wrapper.beamWay__content .preview-cell:nth-child(even) .cell:first-child {
    padding-left: 30px;
  }
}
.about-us-wrapper.beamWay__content .preview-cell:nth-child(even) .cell:last-child,
.partner-wrapper.beamWay__content .preview-cell:nth-child(even) .cell:last-child {
  padding-left: 40px;
}
@media only screen and (min-width: 320px) and (max-width: 639px) {
  .about-us-wrapper.beamWay__content .preview-cell:nth-child(even) .cell:last-child,
.partner-wrapper.beamWay__content .preview-cell:nth-child(even) .cell:last-child {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (min-width: 640px) and (max-width: 1023px) {
  .about-us-wrapper.beamWay__content .preview-cell:nth-child(even) .cell:last-child,
.partner-wrapper.beamWay__content .preview-cell:nth-child(even) .cell:last-child {
    padding-left: 30px;
  }
}
@media screen and (max-width: 39.9375em) {
  .about-us-wrapper.beamWay__content .preview-cell .cell .preview-content p:not(.partnership-subheading),
.partner-wrapper.beamWay__content .preview-cell .cell .preview-content p:not(.partnership-subheading) {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 39.9375em) {
  .about-us-wrapper.beamWay__content .preview-cell .cell .preview-content p:not(.partnership-subheading) br,
.partner-wrapper.beamWay__content .preview-cell .cell .preview-content p:not(.partnership-subheading) br {
    display: block;
  }
}
@media (min-width: 640px) and (max-width: 1024px) {
  .about-us-wrapper .header-description,
.partner-wrapper .header-description {
    width: 100%;
  }
  .about-us-wrapper h1 br,
.partner-wrapper h1 br {
    display: none;
  }
  .about-us-wrapper .preview-cell .cell .img-preview img,
.partner-wrapper .preview-cell .cell .img-preview img {
    width: 100%;
  }
  .about-us-wrapper .preview-cell .cell p br,
.partner-wrapper .preview-cell .cell p br {
    display: none;
  }
}

.partner-wrapper {
  padding-bottom: 0;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .beamWay__content .cell.vertically-padded {
    width: 100%;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .beamWay__content .cell.vertically-padded .img-preview {
    max-width: 100%;
  }
}
.beamWay__content .preview-cell .cell .preview-content h5,
.beamWay__content .preview-cell .cell .preview-content .beamway-subheading {
  font-size: 16px;
  line-height: normal;
  letter-spacing: 1.92px;
  color: #4c4b4c;
  text-transform: uppercase;
  font-family: "FinalEditionJNL";
  margin-top: 5px;
  margin-bottom: 20px;
  max-width: 295px !important;
}
@media screen and (min-width: 40em) {
  .beamWay__content .preview-cell .cell .preview-content h5,
.beamWay__content .preview-cell .cell .preview-content .beamway-subheading {
    font-size: 20px;
    letter-spacing: 2.4px;
    margin-bottom: 25px;
    max-width: 365px !important;
  }
}

.beamWay-banner-layer {
  padding-top: 0px;
}
@media print, screen and (min-width: 40em) {
  .beamWay-banner-layer {
    padding-top: 34px;
  }
}

.beamway-content {
  max-width: 425px;
}

.container-vertical {
  display: grid;
  justify-content: space-between;
  grid-template-columns: 450px 450px;
  gap: 1rem;
}
@media (max-width: 805px) {
  .container-vertical {
    grid-template-columns: 50% 50%;
  }
}
@media (max-width: 768px) {
  .container-vertical {
    grid-gap: 50px;
    grid-template-columns: 100%;
  }
}

.BlockColumnsItem {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
}
.BlockColumnsItem__title {
  margin-bottom: 12px;
  text-align: center;
  font-size: 23px;
  line-height: 30px;
  letter-spacing: 4.8px;
  display: block;
  font-family: "FinalEditionJNL", final-edition-jnl;
  color: #373636;
}
@media (max-width: 768px) {
  .BlockColumnsItem__title {
    font-size: 18px;
    line-height: 25px;
    letter-spacing: 3px;
  }
}
.BlockColumnsItem__title .orange {
  font-size: 20px;
  line-height: 30px;
  font-family: "DeskplateJNL";
  color: #b58c58;
  display: block;
  margin-bottom: 5px;
}
@media (max-width: 768px) {
  .BlockColumnsItem__title .orange {
    margin-bottom: 0;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 3px;
  }
}
.BlockColumnsItem__image {
  width: 100%;
  max-height: 350px;
  overflow: hidden;
  margin-bottom: 35px;
}
@media (max-width: 768px) {
  .BlockColumnsItem__image {
    margin-bottom: 18px;
  }
}
.BlockColumnsItem__image img {
  width: 100%;
  height: auto;
}
.BlockColumnsItem__description {
  color: #373636;
  margin-bottom: 35px;
}
@media (max-width: 768px) {
  .BlockColumnsItem__description {
    margin-bottom: 10px;
  }
}
.BlockColumnsItem__description p {
  font-size: 14px;
  line-height: 22px;
  text-align: center;
}
@media (max-width: 768px) {
  .BlockColumnsItem__description p {
    font-size: 12px;
    line-height: 20px;
  }
}
.BlockColumnsItem .BlockColumnsItem__description-cta {
  margin: 0 auto;
  background-color: #4A4A49;
  padding: 17px 20px;
  color: white;
  text-transform: uppercase;
  font-family: "DeskplateJNL";
  font-size: 13px;
  display: inline-block;
}
@media (max-width: 768px) {
  .BlockColumnsItem .BlockColumnsItem__description-cta {
    font-size: 12px;
    letter-spacing: 2.4px;
    padding: 10px 20px;
  }
}

h4,
.preview-cell.rounded-preview .preview-content h2.preview-count,
.beamWay__content .preview-cell .cell .preview-content h2.preview-count,
.brand__detail-heading {
  font-size: 26px;
  letter-spacing: 3.6px;
  color: #BD0F0C;
  text-transform: uppercase;
  font-family: "FinalEditionJNL", final-edition-jnl;
}
@media print, screen and (min-width: 40em) {
  h4,
.preview-cell.rounded-preview .preview-content h2.preview-count,
.beamWay__content .preview-cell .cell .preview-content h2.preview-count,
.brand__detail-heading {
    font-size: 36px;
  }
}

.beamWay__content .preview-cell .cell .preview-content h2.preview-count {
  margin-bottom: 20px;
  line-height: 32px;
}

.banner-info {
  position: absolute;
  top: 58px;
}
@media print, screen and (min-width: 64em) {
  .banner-info {
    top: 102px;
  }
}
.banner-info .visit-us__msg-Error {
  background: rgba(189, 15, 12, 0.7);
  color: #F1F1ED;
  padding: 0px 100px 0 25px;
  font-size: 10px;
  font-family: "henderson-slab-basic", serif;
  letter-spacing: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 42px;
  font-weight: 200;
  position: relative;
}
@media print, screen and (min-width: 40em) {
  .banner-info .visit-us__msg-Error {
    font-size: 10px;
    min-height: 29px;
    padding: 5px 0;
  }
}
.banner-info .visit-us__msg-Error .inner-container {
  position: relative;
}
.banner-info .visit-us__msg-Error .close-icon {
  background-image: url("/themes/custom/bsi_theme/styles/../img/close-light.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  right: 18px;
  padding: 2px 4px;
  height: 13px;
  width: 13px;
  cursor: pointer;
  top: 50%;
  transform: translateY(-50%);
}
@media print, screen and (min-width: 40em) {
  .banner-info .visit-us__msg-Error .close-icon {
    border: none;
    right: 44px;
  }
}
.banner-info .visit-us__brief {
  background: rgba(241, 241, 237, 0.8);
  height: auto;
  padding: 10px 0;
}
@media print, screen and (min-width: 40em) {
  .banner-info .visit-us__brief {
    height: 60px;
  }
}
.banner-info .visit-us__brief .visit-us__brief-info {
  display: flex;
  align-items: start;
  justify-content: flex-start;
  margin: 4px 0;
}
@media print, screen and (min-width: 40em) {
  .banner-info .visit-us__brief .visit-us__brief-info {
    margin: 0;
  }
}
.banner-info .visit-us__brief .visit-us__brief-info .brief-info {
  display: flex;
  flex-direction: column;
  align-items: start;
  font-size: 10px;
  line-height: 1.2;
  margin-left: 10px;
  text-align: left;
}
.banner-info .visit-us__brief .visit-us__brief-info .brief-info .brief-title {
  color: #373636;
  display: block;
  font-family: "FinalEditionJNL", final-edition-jnl;
  font-size: 12px;
  letter-spacing: 1.68px;
  line-height: 14px;
}
@media print, screen and (min-width: 40em) {
  .banner-info .visit-us__brief .visit-us__brief-info .brief-info .brief-title {
    font-size: 14px;
  }
}
.banner-info .visit-us__brief .visit-us__brief-info .brief-info .brief-desc {
  font-size: 12px;
}
.banner-info .visit-us__brief .visit-us__brief-info .brief-info p {
  margin-bottom: 0;
  line-height: 14px;
  letter-spacing: 1.2px;
  font-size: 10px;
}

.visit-us__countdown {
  position: absolute;
  bottom: 24px;
  right: 0;
  width: 100%;
  padding: 10px 0;
  border-radius: 20px;
  font-family: "FinalEditionJNL", final-edition-jnl;
  font-size: 30px;
}
@media print, screen and (min-width: 40em) {
  .visit-us__countdown {
    bottom: 40px;
    padding: 0;
  }
}
.visit-us__countdown-block {
  background: rgba(60, 60, 59, 0.87);
  float: none;
  max-width: 340px;
  margin: 0 auto;
  padding: 20px 0;
  width: auto;
  border-radius: 15px;
}
@media print, screen and (min-width: 40em) {
  .visit-us__countdown-block {
    float: right;
    max-width: 519px;
    padding: 18px 20px;
    border-radius: 15px;
  }
}
.visit-us__countdown-block .title {
  font-size: 18px;
  letter-spacing: 2.4px;
  margin-bottom: 5px;
}
@media print, screen and (min-width: 40em) {
  .visit-us__countdown-block .title {
    font-size: 20px;
  }
}
@media print, screen and (min-width: 64em) {
  .visit-us__countdown-block .title {
    font-size: 30px;
    letter-spacing: 3.6px;
  }
}
.visit-us__countdown .title {
  color: #bb8a4c;
  text-align: center;
}
.visit-us__countdown .count-time {
  color: #ffffff;
  letter-spacing: 7.2px;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.visit-us__countdown .count-time .count-time__stats {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin: 0;
  min-width: 45px;
}
@media print, screen and (min-width: 40em) {
  .visit-us__countdown .count-time .count-time__stats {
    min-width: 65px;
  }
}
.visit-us__countdown .count-time .count-time__stats .time-value {
  font-size: 40px;
  letter-spacing: 7.2px;
  line-height: 1;
}
@media print, screen and (min-width: 40em) {
  .visit-us__countdown .count-time .count-time__stats .time-value {
    font-size: 40px;
  }
}
@media print, screen and (min-width: 64em) {
  .visit-us__countdown .count-time .count-time__stats .time-value {
    font-size: 60px;
  }
}
.visit-us__countdown .count-time .count-time__stats .time-label {
  color: #E2E1DA;
  font-size: 11px;
  font-family: "henderson-slab-basic", serif;
  letter-spacing: normal;
  font-weight: 200;
}
.visit-us__countdown .count-time .count-time__seconds,
.visit-us__countdown .count-time .last-sep {
  display: none;
}
@media print, screen and (min-width: 40em) {
  .visit-us__countdown .count-time .count-time__seconds,
.visit-us__countdown .count-time .last-sep {
    display: flex;
  }
}

.opening-day {
  background: #F1F1ED;
}
.opening-day .error-msg {
  color: #BD0F0C;
  font-family: "henderson-slab-basic", serif;
  font-size: 14px;
  font-style: italic;
  position: relative;
  padding-left: 40px;
  text-transform: uppercase;
  margin-bottom: 8px;
  max-width: 270px;
  line-height: 18px;
}
@media print, screen and (min-width: 40em) {
  .opening-day .error-msg {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 0;
    padding-left: 0;
    max-width: unset;
    line-height: unset;
  }
}
.opening-day .error-msg .fi-x {
  position: absolute;
  left: 0;
  height: 29px;
  text-align: center;
  width: 29px;
}
@media print, screen and (min-width: 40em) {
  .opening-day .error-msg .fi-x {
    height: 29px;
    width: 29px;
    font-size: 15px;
    top: 10px;
  }
}
.opening-day .error-msg i {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.opening-day .error-msg i img {
  margin: 0;
}
@media print, screen and (min-width: 40em) {
  .opening-day .error-msg i {
    position: relative;
    top: -3px;
    transform: unset;
  }
}
.opening-day h1 {
  font-family: "DeskplateJNL";
  font-size: 22px;
  max-width: 930px;
  letter-spacing: 4;
  margin-bottom: 12px;
}
@media print, screen and (min-width: 40em) {
  .opening-day h1 {
    font-size: 45px;
    letter-spacing: 9;
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 39.9375em) {
  .opening-day h1 br.d-none {
    display: none;
  }
}
.opening-day p {
  font-family: "henderson-slab-basic", serif;
  font-size: 14px;
  line-height: 22px;
  max-width: 700px;
}
@media screen and (max-width: 63.9375em) {
  .opening-day p {
    font-size: 12px;
    line-height: 1.6;
    margin-bottom: 0;
  }
}
.opening-day .cell.vertically-padded .button {
  min-width: 170px;
}

.see-us.frednoe-quote {
  background-size: cover;
}
@media print, screen and (min-width: 40em) {
  .see-us.frednoe-quote {
    background-size: contain;
  }
}

.text-container {
  background: #e2e1da;
}

.img-container .grid-y {
  height: 100%;
}
.img-container .cell {
  padding: 2px;
}
.img-container .cell img {
  display: inline-flex;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.img-container .action-buttons {
  padding: 10px 0;
}
.beamWay__banner video {
  width: 100%;
}

.book-a-tour video {
  width: 100%;
}

.visit-us.frednoe-quote .top-padded {
  padding: 10px 24px 0px 24px;
}
@media print, screen and (min-width: 40em) {
  .visit-us.frednoe-quote .top-padded {
    padding: 50px 24px 0;
  }
}

.seeus-masonry {
  display: flex;
  height: 745px;
  flex-wrap: wrap;
  margin-bottom: 7px;
}
@media print, screen and (min-width: 40em) {
  .seeus-masonry {
    height: 500px;
    flex-wrap: nowrap;
    margin-bottom: 15px;
  }
}
@media print, screen and (min-width: 64em) {
  .seeus-masonry {
    height: 628px;
    flex-wrap: nowrap;
    margin-bottom: 15px;
  }
}
.seeus-masonry .seeus-masonry-col {
  width: 100%;
  display: flex;
  margin-bottom: 10px;
}
@media print, screen and (min-width: 40em) {
  .seeus-masonry .seeus-masonry-col {
    width: 50%;
    margin-right: 10px;
    margin-bottom: 0px;
  }
}
.seeus-masonry .seeus-masonry-col .seeus-masonry-item {
  height: 100%;
  background-size: cover;
  background-position: center;
  width: 100%;
  overflow: hidden;
}
.seeus-masonry .seeus-masonry-col .seeus-masonry-item img {
  opacity: 0;
}
.seeus-masonry .seeus-masonry-col .seeus-inner-grid {
  height: 100%;
  width: 50%;
  margin-right: 10px;
}
.seeus-masonry .seeus-masonry-col .seeus-inner-grid .seeus-horizontal-col {
  height: calc(50% - 5px);
  width: 100%;
  margin-bottom: 10px;
}
.seeus-masonry .seeus-masonry-col .seeus-inner-grid .seeus-horizontal-col:last-child {
  margin-bottom: 0px;
}
.seeus-masonry .seeus-masonry-col .seeus-inner-grid:last-child {
  margin-right: 0;
}
.seeus-masonry .seeus-masonry-col:last-child {
  margin-right: 0;
}
@media print, screen and (min-width: 40em) {
  .seeus-masonry .seeus-masonry-col:last-child {
    margin-bottom: 0px;
  }
}

.count-sep {
  font-size: 30px;
  letter-spacing: 7.2px;
  line-height: 1;
}
@media print, screen and (min-width: 40em) {
  .count-sep {
    font-size: 30px;
  }
}
@media print, screen and (min-width: 64em) {
  .count-sep {
    font-size: 60px;
  }
}

@media screen and (max-width: 39.9375em) {
  h1.beam-family-heading {
    max-width: 230px;
  }
}

@media print, screen and (min-width: 64em) {
  .book-a-tour .our-home__content-block h1 {
    max-width: 74%;
    color: #89673d;
  }
}
.book-a-tour .our-home .preview-count {
  font-size: 20px;
  letter-spacing: 2.4px;
  color: #3C3C3B;
  text-transform: uppercase;
  font-family: "FinalEditionJNL";
  margin-top: 15px;
}
.book-a-tour .faq {
  display: none;
  position: relative;
}
.book-a-tour .faq-banner {
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  min-height: 372px;
  padding-top: 100px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media screen and (max-width: 63.9375em) {
  .book-a-tour .faq-banner {
    padding-left: 15px;
  }
}
.book-a-tour .faq-banner .container {
  width: 100%;
}
.book-a-tour .faq-banner .container h2 {
  color: #89673E;
  margin-bottom: 0;
}
@media screen and (max-width: 63.9375em) {
  .book-a-tour .faq-banner .container h2 {
    margin-bottom: 15px;
  }
}
.book-a-tour .faq-banner .container p {
  color: #F1F1ED;
  background-color: transparent;
}
@media screen and (max-width: 63.9375em) {
  .book-a-tour .faq-banner .container p {
    max-width: 200px;
    font-size: 12pt;
    line-height: 20pt;
  }
}
.book-a-tour .faq-banner .container p .button.white {
  letter-spacing: 2.4px;
  line-height: 24px;
  margin-top: 15px;
  min-width: 217px;
  color: #7C5E36;
}
.book-a-tour .faq-banner .container p .button.white:hover {
  color: #fff;
}
.book-a-tour .faq-banner #faq-btn i {
  margin-left: 5px;
}
.book-a-tour .faq .faq-page {
  padding-top: 30px;
}
.book-a-tour .faq .faq-page .section-title {
  display: none;
}
.book-a-tour .faq .faq-page .faq-wrapper {
  margin-top: 0;
}
.book-a-tour .faq .scroll-btn {
  background-color: #B37F43;
  background-image: url(/themes/custom/bsi_theme/img/icons/iconmonstr-arrow-up-thin.svg);
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 50%;
  width: 58px;
  height: 58px;
  display: inline-block;
  position: absolute;
  right: 60px;
  bottom: 40px;
}
@media screen and (max-width: 63.9375em) {
  .book-a-tour .faq .scroll-btn {
    bottom: 10px;
    right: 10px;
  }
}
.book-a-tour .item-list ul {
  margin-left: 0;
  list-style: none;
}
.book-a-tour .item-list ul .beamWay__content .preview-cell:nth-child(odd) {
  flex-direction: row;
}
.book-a-tour .item-list ul .beamWay__content .preview-cell:nth-child(odd) .cell:first-child {
  padding-left: 80px;
}
@media only screen and (min-width: 320px) and (max-width: 639px) {
  .book-a-tour .item-list ul .beamWay__content .preview-cell:nth-child(odd) .cell:first-child {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (min-width: 640px) and (max-width: 1023px) {
  .book-a-tour .item-list ul .beamWay__content .preview-cell:nth-child(odd) .cell:first-child {
    padding-left: 30px;
  }
}
.book-a-tour .item-list ul .beamWay__content .preview-cell:nth-child(odd) .cell:last-child {
  padding-left: 40px;
}
@media only screen and (min-width: 320px) and (max-width: 639px) {
  .book-a-tour .item-list ul .beamWay__content .preview-cell:nth-child(odd) .cell:last-child {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (min-width: 640px) and (max-width: 1023px) {
  .book-a-tour .item-list ul .beamWay__content .preview-cell:nth-child(odd) .cell:last-child {
    padding-left: 30px;
  }
}
@media screen and (max-width: 39.9375em) {
  .book-a-tour .item-list ul .beamWay__content .preview-cell .cell .preview-content p:not(.partnership-subheading) {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 39.9375em) {
  .book-a-tour .item-list ul .beamWay__content .preview-cell .cell .preview-content p:not(.partnership-subheading) br {
    display: block;
  }
}
.book-a-tour .item-list ul .beamWay__content p span {
  color: #BB8A4C;
}
.book-a-tour .item-list ul .beamWay__content p span.red {
  color: #bd0f0c;
}
.book-a-tour .about-us__buttons-block {
  bottom: 38px;
}
.book-a-tour .about-us__buttons-block .button a {
  color: #fff;
}
.book-a-tour .about-us__buttons-block .button.disabled {
  pointer-events: none;
}
.book-a-tour .about-us__buttons-block .learn-more-link {
  display: inline-block;
}
.book-a-tour .about-us__buttons-block .learn-more-link a {
  font-family: "henderson-slab-basic", serif;
  color: #BD0F0C;
  margin-left: 10px;
  font-size: 14px;
  line-height: 22px;
}
@media screen and (max-width: 39.9375em) {
  .book-a-tour .about-us__buttons-block .learn-more-link a {
    font-size: 12px;
  }
}
.book-a-tour-bottom {
  margin-top: -40px;
}
@media screen and (max-width: 39.9375em) {
  .book-a-tour-bottom {
    margin-bottom: 40px;
  }
}
.book-a-tour-bottom .preview-cell:nth-child(odd), .book-a-tour-bottom .preview-cell:nth-child(even) {
  flex-direction: row;
}
.book-a-tour-bottom .preview-cell:nth-child(odd) .cell, .book-a-tour-bottom .preview-cell:nth-child(even) .cell {
  padding-left: 40px;
}
@media screen and (max-width: 39.9375em) {
  .book-a-tour-bottom .preview-cell:nth-child(odd) .cell, .book-a-tour-bottom .preview-cell:nth-child(even) .cell {
    padding-left: 15px;
    display: flex;
  }
  .book-a-tour-bottom .preview-cell:nth-child(odd) .cell > span, .book-a-tour-bottom .preview-cell:nth-child(even) .cell > span {
    padding-left: 15px;
  }
}
.book-a-tour-bottom .preview-cell span {
  font-family: "henderson-slab-basic", serif;
  font-size: 12px;
  line-height: 22px;
}
.book-a-tour-bottom .preview-cell span a {
  color: #BD0F0C;
}

.visit-us-wrapper.beamWay__content .preview-cell:nth-child(odd) {
  flex-direction: row;
}
.visit-us-wrapper.beamWay__content .preview-cell:nth-child(odd) .cell:first-child {
  padding-left: 80px;
}
@media only screen and (min-width: 320px) and (max-width: 639px) {
  .visit-us-wrapper.beamWay__content .preview-cell:nth-child(odd) .cell:first-child {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (min-width: 640px) and (max-width: 1023px) {
  .visit-us-wrapper.beamWay__content .preview-cell:nth-child(odd) .cell:first-child {
    padding-left: 30px;
  }
}
.visit-us-wrapper.beamWay__content .preview-cell:nth-child(odd) .cell:last-child {
  padding-left: 40px;
}
@media only screen and (min-width: 320px) and (max-width: 639px) {
  .visit-us-wrapper.beamWay__content .preview-cell:nth-child(odd) .cell:last-child {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (min-width: 640px) and (max-width: 1023px) {
  .visit-us-wrapper.beamWay__content .preview-cell:nth-child(odd) .cell:last-child {
    padding-left: 30px;
  }
}
.visit-us-wrapper.beamWay__content .preview-cell:nth-child(even) .cell:last-child {
  padding-left: 80px;
}
@media only screen and (min-width: 320px) and (max-width: 639px) {
  .visit-us-wrapper.beamWay__content .preview-cell:nth-child(even) .cell:last-child {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (min-width: 640px) and (max-width: 1023px) {
  .visit-us-wrapper.beamWay__content .preview-cell:nth-child(even) .cell:last-child {
    padding-left: 30px;
  }
}
.visit-us-wrapper.beamWay__content .preview-cell:nth-child(even) .cell:first-child {
  padding-left: 40px;
}
@media only screen and (min-width: 320px) and (max-width: 639px) {
  .visit-us-wrapper.beamWay__content .preview-cell:nth-child(even) .cell:first-child {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (min-width: 640px) and (max-width: 1023px) {
  .visit-us-wrapper.beamWay__content .preview-cell:nth-child(even) .cell:first-child {
    padding-left: 30px;
  }
}

h1.preview-count {
  font-size: 20px;
  letter-spacing: 2.4px;
  color: #3C3C3B;
  text-transform: uppercase;
  font-family: "FinalEditionJNL";
  margin-top: 15px;
}

.beamstore .h2 {
  color: #BD0F0C;
  font-family: "henderson-slab-basic", serif;
  font-size: 14px;
  font-style: italic;
  font-weight: 600;
  margin-bottom: 8px;
  text-transform: uppercase;
  letter-spacing: 1.68px;
  padding-left: 13px;
  padding-right: 13px;
}

.faq-page .faq-wrapper .faq-recipe .faq-text h2 {
  font-family: "FinalEditionJNL";
  font-size: 26px;
  letter-spacing: 3.6px;
  color: #bd0f0c;
  text-transform: uppercase;
  margin-bottom: 20px;
  max-width: 650px;
  line-height: 24px;
}

.contactus h2 {
  font-family: "henderson-slab-basic", serif;
  font-size: 12px;
  letter-spacing: normal;
  margin-bottom: 40px;
}

.brand-page .beamWay__breadcrumb {
  margin-top: 80px;
}
@media screen and (min-width: 40em) {
  .brand-page .beamWay__breadcrumb {
    margin-top: 100px;
  }
}
@media screen and (min-width: 40em) {
  .brand-page .brand-detail__buttons-block {
    bottom: 40px;
  }
}

.notest-list {
  font-family: "henderson-slab-basic", serif;
  font-size: 14px;
  list-style: none;
  margin: 0;
}
@media print, screen and (min-width: 40em) {
  .notest-list {
    max-width: 85%;
  }
}
@media screen and (max-width: 39.9375em) {
  .notest-list {
    font-size: 12px;
  }
}
.notest-list .note-label {
  color: #8c6635;
  margin-right: 0;
}

@media print, screen and (min-width: 40em) {
  .serve-details,
.brand__detail-subheading {
    max-width: 85%;
  }
}

.preview-cell.rounded-preview .img-preview {
  border-radius: 50%;
  border: 1px solid #333;
  height: 200px;
  width: 200px;
  overflow: hidden;
}
@media screen and (min-width: 64em) {
  .preview-cell.rounded-preview .img-preview {
    height: 250px;
    width: 250px;
  }
}
.preview-cell.rounded-preview .img-preview img {
  width: 100%;
  height: auto;
  min-height: 100%;
}
.preview-cell.rounded-preview .preview-content {
  padding-left: 60px;
}
.preview-cell.rounded-preview .preview-content p {
  font-size: 14px;
}
.preview-cell.rounded-preview .preview-content h6,
.preview-cell.rounded-preview .preview-content .preview-subheading {
  font-family: "FinalEditionJNL", final-edition-jnl;
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 2px;
}
@media screen and (max-width: 39.9375em) {
  .preview-cell.rounded-preview .preview-content h6,
.preview-cell.rounded-preview .preview-content .preview-subheading {
    font-size: 16px;
  }
}

.preview-subheading {
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
  letter-spacing: 0;
}

.banner .banner-overlay {
  position: absolute;
  top: 70%;
  text-align: center;
  transform: translateY(-50%);
  width: 100%;
}
@media screen and (min-width: 40em) {
  .banner .banner-overlay {
    left: 0;
    top: 50%;
    bottom: auto;
    text-align: right;
  }
}
@media screen and (max-width: 63.9375em) {
  .banner .banner-overlay {
    text-align: center;
    width: 100%;
    position: relative;
    transform: none;
  }
  .banner .banner-overlay .grid-container {
    padding: 0;
  }
  .banner .banner-overlay .grid-container a {
    width: 100%;
  }
}

.cell.vertically-padded .related-brands .preview-content {
  max-width: 256px;
  padding: 0;
  margin: 0 auto;
}
@media screen and (max-width: 39.9375em) {
  .cell.vertically-padded .related-brands .preview-content h4 {
    font-size: 26px;
  }
}

.brand-preview-section {
  padding-top: 10px;
  padding-bottom: 0px;
}
@media screen and (max-width: 39.9375em) {
  .brand-preview-section {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.brand-preview-section .cell.vertically-padded {
  padding-top: 0;
  padding-bottom: 40px;
}
.brand-preview-section .cell.vertically-padded h4,
.brand-preview-section .cell.vertically-padded .brand__detail-heading {
  line-height: 1;
}
@media screen and (max-width: 39.9375em) {
  .brand-preview-section .cell.vertically-padded {
    padding-bottom: 30px;
  }
}

.related-buttons .action-buttons a {
  margin-top: 10px;
}
@media screen and (min-width: 40em) {
  .related-buttons .action-buttons a {
    margin-top: 30px;
  }
}
.related-buttons .action-buttons a + a {
  margin-top: 0;
}

@media screen and (max-width: 39.9375em) {
  .brand-detail-content-block h5 {
    font-size: 16px;
    margin-bottom: 5px;
  }
}

.brand-preview-count {
  margin-bottom: 0.5rem;
}

.brand-detail-content {
  font-size: 12px;
}
@media print, screen and (min-width: 40em) {
  .brand-detail-content {
    font-size: 14px;
  }
}

.cell.vertically-padded {
  padding-top: 30px;
  padding-bottom: 60px;
  position: relative;
}
.cell.vertically-padded .preview-content {
  height: 100%;
}

.family-trail {
  position: relative;
}
.family-trail a.scrolltop {
  position: relative;
  width: 150px;
  text-align: center;
  color: #373636;
  font-family: "henderson-slab-basic", serif;
  margin: 0 auto;
  background-color: #F1F1ED;
  z-index: 1;
  font-size: 12px;
  letter-spacing: 1.2px;
}
@media print, screen and (min-width: 40em) {
  .family-trail a.scrolltop {
    font-size: 14px;
    letter-spacing: 1.4px;
  }
}
.family-trail a.scrolltop img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 10px auto;
}
.family-trail .family-trail__grid {
  position: relative;
  padding-left: 30px;
}
.family-trail .family-trail__grid:before {
  position: absolute;
  content: " ";
  left: 30px;
  top: -40px;
  bottom: 0;
  width: 2px;
  height: 98%;
  background-color: #bb8a4c;
}
@media screen and (min-width: 64em) {
  .family-trail .family-trail__grid:before {
    left: 50%;
  }
}
.family-trail .family-trail__grid:after {
  position: fixed;
  content: " ";
  left: 40px;
  top: -40px;
  bottom: 0;
  width: 2px;
  height: 50%;
  background-color: #ff0000;
}
@media screen and (min-width: 40em) {
  .family-trail .family-trail__grid:after {
    left: 50px;
  }
}
@media screen and (min-width: 64em) {
  .family-trail .family-trail__grid:after {
    left: 50%;
  }
}
.family-trail .family-trail__grid .cell {
  padding: 5px 0 100px;
}
.family-trail .family-trail__grid .cell .grid-x .cell.trail-img {
  position: relative;
  padding: 5px 5px 5px 50px;
}
@media screen and (min-width: 64em) {
  .family-trail .family-trail__grid .cell .grid-x .cell.trail-img {
    padding: 5px 50px 5px 10px;
  }
}
.family-trail .family-trail__grid .cell .grid-x .cell.trail-img .trail-icon {
  background-color: #ffffff;
  border: 2px solid #707070;
  border-radius: 50%;
  position: absolute;
  right: unset;
  left: -40px;
  top: 50%;
  transform: translatey(-50%);
  width: 70px;
  height: 70px;
  padding: 3px 0 0 3px;
  z-index: 1;
}
@media screen and (min-width: 64em) {
  .family-trail .family-trail__grid .cell .grid-x .cell.trail-img .trail-icon {
    left: unset;
    right: -35px;
  }
}
.family-trail .family-trail__grid .cell .grid-x .cell.trail-img .trail-icon img {
  width: 60px;
  height: 60px;
}
.family-trail .family-trail__grid .cell .grid-x .cell.trail-content {
  padding: 5px 5px 5px 50px;
}
@media screen and (min-width: 64em) {
  .family-trail .family-trail__grid .cell .grid-x .cell.trail-content {
    padding: 5px 10px 5px 50px;
  }
}
.family-trail .family-trail__grid .cell .grid-x .cell.trail-content P {
  line-height: 1.6;
  margin-bottom: 0;
}
.family-trail .family-trail__grid .cell .grid-x .cell.trail-content .button {
  min-width: auto;
  margin-bottom: 0;
}
.family-trail .family-trail__grid .cell .grid-x .cell.trail-content a {
  background: none;
  color: #bd0f0c;
  text-transform: initial;
  font-size: 12pt;
  padding: 0;
  font-family: "henderson-slab-basic", serif;
  font-weight: 500;
}
.family-trail .family-trail__grid .cell:nth-child(even) .grid-x {
  flex-direction: row;
}
@media screen and (min-width: 64em) {
  .family-trail .family-trail__grid .cell:nth-child(even) .grid-x {
    flex-direction: row-reverse;
  }
}
@media screen and (min-width: 64em) {
  .family-trail .family-trail__grid .cell:nth-child(even) .grid-x .cell.trail-img {
    padding: 5px 10px 5px 100px;
  }
}
.family-trail .family-trail__grid .cell:nth-child(even) .grid-x .cell.trail-img .trail-icon {
  left: -40px;
  right: unset;
}
@media screen and (min-width: 64em) {
  .family-trail .family-trail__grid .cell:nth-child(even) .grid-x .cell.trail-img .trail-icon {
    left: -35px;
  }
}
@media screen and (min-width: 64em) {
  .family-trail .family-trail__grid .cell:nth-child(even) .grid-x .cell.trail-content {
    padding: 5px 100px 5px 10px;
  }
}
@media screen and (min-width: 64em) {
  .family-trail .family-trail__grid {
    padding-left: 0;
  }
}

.upper-layer {
  background-color: #F1F1ED;
  position: relative;
  z-index: 1;
}

.banner .banner-overlay.bfd {
  top: 50%;
  margin-top: 11px;
}

.drumbs {
  background-image: url(/themes/custom/bsi_theme/styles/../img/drum.png);
  height: 61px;
  width: 104px;
  background-size: cover;
  background-position: center;
  position: absolute;
  bottom: 15px;
  left: 87%;
  transform: translateX(-100%);
}
@media screen and (min-width: 64em) {
  .drumbs {
    left: calc(45% - 96px);
    transform: translateX(-50%);
    height: 71px;
    width: 124px;
    bottom: 0px;
  }
}

#search-form {
  display: none;
}

.search-form ~ h2 {
  display: none;
}

.search-form ~ h3 {
  padding-top: 150px;
  padding-bottom: 50px;
  text-align: center;
  text-transform: uppercase;
  color: #BD0F0C;
}

.search-results {
  margin-top: 52px;
}
.search-results .search-head {
  margin-top: 30px;
}
.search-results h2,
.search-results h6 {
  font-family: "FinalEditionJNL", final-edition-jnl;
}
.search-results h6 {
  color: #373636;
  letter-spacing: 2.4px;
  margin-bottom: 0;
}
.search-results h2 {
  color: #BD0F0C;
  font-size: 26px;
  letter-spacing: 2.6px;
}
.search-results h2 a {
  color: #BD0F0C;
}
.search-results h5 {
  font-family: "henderson-slab-basic", serif;
  font-size: 14px;
}
.search-results p {
  font-size: 12px;
  margin-top: 5px;
  color: #373636;
}
.search-results .search-box {
  max-width: 768px;
  margin-left: 30px;
  margin-top: 25px;
  margin-bottom: 60px;
}
.search-results .pagination {
  font-family: "henderson-slab-basic", serif;
  margin: 4rem 0;
}
.search-results .pagination a {
  color: #373636;
}
.search-results .pagination a:hover, .search-results .pagination a:focus {
  background: none;
}
.search-results .pagination .pagination-next a {
  color: #BD0F0C;
  text-decoration: underline;
}
.search-results .pagination .current {
  border-radius: 50px;
  background: none;
  color: #373636;
  border: 1px solid #bb8a4c;
}
@media print, screen and (min-width: 40em) {
  .search-results {
    margin-top: 100px;
  }
  .search-results h2 {
    font-size: 36px;
    letter-spacing: 3.6px;
  }
  .search-results h5 {
    font-size: 14px;
  }
  .search-results p {
    font-size: 14px;
    margin-top: 20px;
    color: #373636;
  }
}

.top-bar .search-box {
  position: relative;
  width: 100%;
}
.top-bar .search-box .form-submit {
  left: auto;
  right: 10px;
  top: 0;
  position: absolute;
  display: block;
  min-width: auto;
  height: 37px;
  opacity: 0;
  width: 10px;
  z-index: 1;
}
.top-bar .search-box .search-icon {
  color: #ffffff;
  font-size: 25px;
  position: absolute;
  right: 10px;
  top: 25px;
  background-image: url("/themes/custom/bsi_theme/styles/../img/search-white.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  height: 24px;
  width: 24px;
}
.top-bar .search-box .search-icon:before {
  content: none;
}

.bourbon-list {
  padding: 0 0 70px 0;
}
.bourbon-list .grid-x {
  justify-content: center;
}
.bourbon-list .cell.vertically-padded {
  padding-top: 25px;
  padding-bottom: 25px;
}
.bourbon-list .preview-cell.rounded-preview .img-preview {
  height: 256px;
  width: 256px;
  border-color: rgba(0, 0, 0, 0);
  position: relative;
  transition: 0.05s ease-out all;
  display: flex;
  justify-content: center;
}
.bourbon-list .preview-cell.rounded-preview .img-preview img {
  width: auto;
  height: 100%;
  object-fit: contain;
  transform: scale(1.8);
  -webkit-transform: scale(1.8);
  z-index: 1;
}
.bourbon-list .preview-cell.rounded-preview .img-preview .brand-hover {
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 45px;
  background: rgba(55, 54, 54, 0.68);
  transition: 0.05s ease-out all;
  z-index: 2;
}
.bourbon-list .preview-cell.rounded-preview .img-preview .brand-hover img {
  position: absolute;
  min-height: auto;
  max-width: 100%;
  width: auto;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  height: auto;
}
.bourbon-list .preview-cell.rounded-preview .img-preview:hover .brand-hover {
  opacity: 1;
  transition: 0.2s ease-in all;
}
.bourbon-list .preview-cell.rounded-preview .img-preview:hover {
  transform: scale(0.99);
  transition: 0.2s ease-in all;
}
.bourbon-list .img-container {
  background: #e2e1da;
}
.bourbon-list .img-container .grid-y {
  height: 100%;
}
.bourbon-list .img-container .cell {
  padding: 2px;
}
.bourbon-list .img-container .cell img {
  display: inline-flex;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.bourbon-list .img-container .action-buttons {
  padding: 10px 0;
}

.more-bourbons h2 {
  max-width: 270px;
  margin: 0 auto 25px auto;
  text-align: left;
  margin-left: 15px;
}
@media print, screen and (min-width: 40em) {
  .more-bourbons h2 {
    max-width: none;
    margin-bottom: 31px;
    text-align: center;
    margin-left: auto;
  }
}
.more-bourbons .preview-cell.rounded-preview .img-preview {
  height: 256px;
  width: 256px;
  border-color: rgba(0, 0, 0, 0);
  position: relative;
  transition: 0.05s ease-out all;
  display: flex;
  justify-content: center;
}
.more-bourbons .preview-cell.rounded-preview .img-preview img {
  width: auto;
  height: 100%;
  object-fit: cover;
}
.more-bourbons .preview-cell.rounded-preview .img-preview .brand-hover {
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 45px;
  background: rgba(55, 54, 54, 0.68);
  transition: 0.05s ease-out all;
}
.more-bourbons .preview-cell.rounded-preview .img-preview .brand-hover img {
  position: absolute;
  min-height: auto;
  max-width: 100%;
  width: auto;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  height: auto;
}
.more-bourbons .preview-cell.rounded-preview .img-preview:hover .brand-hover {
  opacity: 1;
  transition: 0.2s ease-in all;
}
.more-bourbons .preview-cell.rounded-preview .img-preview:hover {
  transform: scale(0.99);
  transition: 0.2s ease-in all;
}
.more-bourbons .slick-prev,
.more-bourbons .slick-next {
  top: 130px;
}
.more-bourbons .slick-prev {
  left: 0;
  z-index: 1;
}
.more-bourbons .slick-next {
  right: 0;
  z-index: 1;
}
.more-bourbons .slick-prev:before,
.more-bourbons .slick-next:before {
  font-family: "BrooklynSamuelsFive-Bold";
  color: #bb8a4c;
  font-size: 30px;
  font-weight: bold;
}
.more-bourbons .slick-next:before {
  content: ">";
}
.more-bourbons .slick-prev:before {
  content: "<";
}

.brand-detail-content-block {
  margin-bottom: 15px;
}
.brand-detail-content-block h5,
.brand-detail-content-block .brand__detail-subheading {
  margin-bottom: 0;
}

.mobile-product-image {
  margin: 30px auto 20px;
}

.beamstore h2 {
  color: #BD0F0C;
  font-family: "henderson-slab-basic", serif;
  font-size: 14px;
  font-style: italic;
  font-weight: 600;
  margin-bottom: 8px;
  text-transform: uppercase;
  letter-spacing: 1.68px;
  padding-left: 13px;
  padding-right: 13px;
}
@media print, screen and (min-width: 40em) {
  .beamstore h2 {
    font-size: 30px;
    margin-bottom: 0;
    letter-spacing: 3.6px;
  }
}
.beamstore h1 {
  font-family: "DeskplateJNL";
  font-size: 22px;
  margin-bottom: 12px;
  max-width: none;
  padding-left: 13px;
  padding-right: 13px;
}
@media print, screen and (min-width: 40em) {
  .beamstore h1 {
    font-size: 45px;
    margin-bottom: 25px;
  }
}
.beamstore .header-description {
  font-family: "henderson-slab-basic", serif;
  font-size: 12px;
  margin-bottom: 40px;
  padding-left: 13px;
  padding-right: 13px;
}
@media print, screen and (min-width: 40em) {
  .beamstore .header-description {
    font-synthesis: 14px;
    margin-bottom: 70px;
  }
}
.beamstore .header-description p {
  margin: 0;
}

/* Projects */
.masonry-wrapper {
  background: transparent url("/themes/custom/bsi_theme/styles/../img/projects_main_bg.jpg") repeat-y center top;
  text-align: center;
  margin-bottom: 7px;
}

.masonry-list {
  margin: auto;
  left: 7px;
}

.masonry-item {
  width: 20%;
  margin-bottom: 15px;
  position: relative;
}
.masonry-item img {
  width: 100%;
  height: auto;
  vertical-align: top;
}

.masonry-section {
  margin-bottom: 22px;
  margin-top: 10px;
}
@media print, screen and (min-width: 40em) {
  .masonry-section {
    margin-bottom: 0;
  }
}
.masonry-section .button {
  margin: 0;
  min-width: 307px;
}
.masonry-section .action-buttons {
  padding-top: 0;
}
@media print, screen and (min-width: 40em) {
  .masonry-section .action-buttons {
    padding-top: 10px;
  }
}
.masonry-section h3 {
  color: #89673d;
  font-family: "DeskplateJNL";
  margin-bottom: 20px;
  text-align: center;
}
@media screen and (max-width: 39.9375em) {
  .masonry-section h3 {
    font-size: 18pt;
    letter-spacing: 4.23pt;
    line-height: 26pt;
  }
}
@media screen and (max-width: 39.9375em) {
  .masonry-section .inner-container.grid-container {
    padding: 0;
  }
}
.masonry-section .seeus-masonry-col:first-of-type > .seeus-masonry-item {
  background-size: 100% 100%;
}

/*==========  Basics  ==========*/
.timeline-animation {
  background: #ffffff;
  margin: 0px;
  padding: 0px;
  font-family: sans-serif;
  font-size: 15px;
  line-height: 26px;
  color: #000;
  font-family: "Roboto Slab", serif;
  overflow-x: hidden;
  overflow-y: scroll;
}

/*==========  Sections  ==========*/
.main-content {
  margin: 0px auto;
  position: relative;
}
.main-content .section-inner::before, .main-content .section-inner::after,
.main-content .post-wrapper::before,
.main-content .post-wrapper::after {
  display: table;
  content: " ";
  flex-basis: 0;
  order: 1;
}
.main-content .section-inner::after,
.main-content .post-wrapper::after {
  clear: both;
}

.section .section-inner {
  margin: 0px auto;
  width: 1024px;
}
@media only screen {
  .section .section-inner {
    width: auto;
    max-width: 1024px;
  }
}

/*==========  Stem  ==========*/
.stem-wrapper {
  position: fixed;
  top: 0px;
  bottom: 0px;
  left: 50%;
  z-index: -1;
}
.stem-wrapper.color-red .stem-background {
  background: #bd0f0c;
}
.stem-wrapper .stem,
.stem-wrapper .stem-background {
  position: absolute;
  top: 0px;
  left: -2px;
  width: 2px;
}
@media print, screen and (min-width: 40em) {
  .stem-wrapper .stem,
.stem-wrapper .stem-background {
    width: 55px;
    left: -27px;
  }
}
.stem-wrapper .stem {
  background: #bb8a4c;
  height: 100%;
}
.stem-wrapper .stem-background {
  background: #bd0f0c;
  height: 50%;
  transition-duration: 0.5s;
}

.stem-padding,
.single-stem-icon {
  width: 60px;
  height: 60px;
  margin: 0px auto;
  background: transparent url("/themes/custom/bsi_theme/styles/../img/stem-mask.png") repeat-y top center;
}

.single-stem-icon.scroll-to-top {
  cursor: pointer;
  background-image: url("/themes/custom/bsi_theme/styles/../img/scroll-top.png");
  background-repeat: no-repeat;
  background-position: top center;
  background-color: #f1f1ed;
  height: 90px;
  position: relative;
  width: 100%;
  margin-left: 0;
  padding-bottom: 35px;
}
@media print, screen and (min-width: 40em) {
  .single-stem-icon.scroll-to-top {
    padding-bottom: 0;
    background-position: center;
  }
}
.single-stem-icon.scroll-to-top span {
  position: absolute;
  text-align: center;
  bottom: 0;
  font-family: "henderson-slab-basic", serif;
  font-size: 12px;
  letter-spacing: 1.2px;
  min-width: 220px;
  width: 100%;
  margin-bottom: 35px;
}
@media print, screen and (min-width: 40em) {
  .single-stem-icon.scroll-to-top span {
    font-size: 14px;
    letter-spacing: 1.4px;
    transform: translateX(-50%);
    left: 50%;
    margin-bottom: 0;
  }
}

/*==========  Post wrapper ==========*/
.post-wrapper {
  position: relative;
}
.post-wrapper::before, .post-wrapper::after {
  display: table;
  content: " ";
  flex-basis: 0;
  order: 1;
}
.post-wrapper::after {
  clear: both;
}
.post-wrapper .post {
  position: relative;
  width: auto;
  padding: 0px 0px 60px 0px;
  clear: both;
  opacity: 1;
  perspective: 1000px;
}
.post-wrapper .post .trail-img {
  padding: 0 57px 0 0;
}
.post-wrapper .post .trail-content {
  padding: 5px 10px 5px 50px;
}
.post-wrapper .post.not-visible .post-content {
  transform: translateY(100px) rotateX(30deg);
  opacity: 0;
}
.post-wrapper .post.not-visible img {
  transform: translateY(100px) rotateX(30deg);
  opacity: 0;
}
.post-wrapper .post:hover .post-content, .post-wrapper .post.active .post-content {
  opacity: 1;
}
.post-wrapper .post:hover .post-content .meta, .post-wrapper .post.active .post-content .meta {
  opacity: 1;
  transform: none;
}
.post-wrapper .post.active .stem-overlay .icon:before {
  border-color: #bd0f0c;
}
.post-wrapper .post.active img {
  opacity: 1;
}
.post-wrapper .post:nth-child(even) .grid-x {
  flex-direction: row-reverse;
}
.post-wrapper .post:nth-child(even) .grid-x .trail-img {
  padding: 5px 10px 5px 50px;
}
.post-wrapper .post:nth-child(even) .grid-x .trail-content {
  padding: 5px 50px 5px 10px;
}
.post-wrapper .post:nth-child(even) .stem-overlay {
  left: calc(50% - 30px);
}
.post-wrapper .post:nth-child(odd) .stem-overlay {
  right: calc(50% - 30px);
}
.post-wrapper .post:nth-last-child(2) {
  padding: 0px 0px 100px 0px;
}
.post-wrapper .post.face-1 .stem-overlay .icon {
  background-image: url(/themes/custom/bsi_theme/styles/../../src/img/faces/face1.jpg);
}
.post-wrapper .post.face-2 .stem-overlay .icon {
  background-image: url(/themes/custom/bsi_theme/styles/../../src/img/faces/face2.jpg);
}
.post-wrapper .post.face-3 .stem-overlay .icon {
  background-image: url(/themes/custom/bsi_theme/styles/../../src/img/faces/face3.jpg);
}
.post-wrapper .post.face-4 .stem-overlay .icon {
  background-image: url(/themes/custom/bsi_theme/styles/../../src/img/faces/face4.jpg);
}
.post-wrapper .post.face-5 .stem-overlay .icon {
  background-image: url(/themes/custom/bsi_theme/styles/../../src/img/faces/face5.jpg);
}
.post-wrapper .post.face-6 .stem-overlay .icon {
  background-image: url(/themes/custom/bsi_theme/styles/../../src/img/faces/face6.jpg);
}
.post-wrapper .post.face-7 .stem-overlay .icon {
  background-image: url(/themes/custom/bsi_theme/styles/../../src/img/faces/face7.jpg);
}
.post-wrapper .post.face-8 .stem-overlay .icon {
  background-image: url(/themes/custom/bsi_theme/styles/../../src/img/faces/face8.jpg);
}
.post-wrapper .post .stem-overlay {
  position: absolute;
  top: 0px;
  bottom: 0px;
  width: 60px;
}
.post-wrapper .post .stem-overlay .icon {
  background: #f1f1ed no-repeat center center;
  background-size: 50px;
  height: 60px;
  width: 60px;
  cursor: pointer;
  position: relative;
  top: 45px;
  z-index: 1;
  overflow: hidden;
}
.post-wrapper .post .stem-overlay .icon img {
  opacity: 0;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .post-wrapper .post .stem-overlay .icon {
    top: 170px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1365px) {
  .post-wrapper .post .stem-overlay .icon {
    top: 250px;
  }
}
@media only screen and (min-width: 1366px) {
  .post-wrapper .post .stem-overlay .icon {
    top: 110px;
  }
}
.post-wrapper .post .stem-overlay .icon:before {
  content: " ";
  border: 2px solid #707070;
  border-radius: 50%;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.post-wrapper .post .stem-overlay .stem-mask {
  position: absolute;
  top: 0;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background: transparent url("/themes/custom/bsi_theme/styles/../img/stem-mask.png") repeat-y top center;
}
.post-wrapper .post .post-content {
  opacity: 0.3;
  transition-duration: 0.4s;
  transform: none;
  padding-left: 50px;
}
.post-wrapper .post .post-content .meta {
  color: #bd0f0c;
  margin: 0 0 10px;
  letter-spacing: 2.6px;
  transition-duration: 1s;
  transition-delay: 0.2s;
  transform: translateY(-5px);
  font-family: "FinalEditionJNL", final-edition-jnl;
  font-size: 26px;
  line-height: 1;
}
@media print, screen and (min-width: 40em) {
  .post-wrapper .post .post-content .meta {
    font-size: 36px;
    letter-spacing: 3.6px;
    margin: 0 0 24px;
  }
}
.post-wrapper .post .post-content .post-title {
  font-size: 32px;
  line-height: normal;
  margin: 0px 0px 20px 0px;
  font-family: "FinalEditionJNL", final-edition-jnl;
  font-size: 16px;
  letter-spacing: 1.92px;
}
@media print, screen and (min-width: 40em) {
  .post-wrapper .post .post-content .post-title {
    font-size: 20px;
    letter-spacing: 2.4px;
    margin-bottom: 25px;
  }
}
.post-wrapper .post .post-content a {
  color: #bd0f0c;
  font-family: "henderson-slab-basic", serif;
  font-size: 12px;
}
@media print, screen and (min-width: 64em) {
  .post-wrapper .post .post-content a {
    font-size: 14px;
  }
}
.post-wrapper .post img {
  opacity: 0.3;
  transition-duration: 0.4s;
  transform: none;
  padding-left: 50px;
}

/*==========  Media queries  ==========*/
@media only screen and (max-width: 1080px) {
  .main-content,
.main-content .section-inner {
    max-width: none;
  }

  .stem-wrapper {
    left: 80px;
  }

  .stem-padding,
.single-stem-icon {
    margin: 0px;
    float: left;
    margin-left: 50px;
  }

  .post-wrapper .post, .post-wrapper .post:nth-child(even), .post-wrapper .post:nth-child(odd) {
    width: auto;
    margin-left: 110px;
    float: none;
  }
  .post-wrapper .post .stem-overlay, .post-wrapper .post:nth-child(even) .stem-overlay, .post-wrapper .post:nth-child(odd) .stem-overlay {
    left: -60px;
    right: auto;
  }
  .post-wrapper .post:nth-child(even) .grid-x .trail-img {
    padding-left: 0;
    padding-right: 32px;
  }
  .post-wrapper .post:nth-child(even) .grid-x .trail-content {
    padding-left: 0;
    padding-right: 32px;
  }
  .post-wrapper .post .post-content {
    padding: 0 20px;
  }
  .post-wrapper .post .trail-img,
.post-wrapper .post .trail-content {
    width: 100%;
    padding-left: 0;
    padding-top: 0;
  }
  .post-wrapper .post .trail-img {
    margin-bottom: 25px;
  }
  .post-wrapper .post img {
    padding-left: 20px;
  }

  .family-trail .grid-container {
    padding: 0;
  }
}
@media only screen and (max-width: 700px) {
  .header .page-title {
    font-size: 40px;
  }

  .post-wrapper .post {
    margin-left: 90px !important;
  }
  .post-wrapper .post .post-content {
    padding: 0 25px;
  }

  .stem-wrapper {
    left: 60px;
  }

  .stem-padding,
.single-stem-icon {
    margin-left: 30px;
  }
}
.clearfix {
  zoom: 1;
}
.clearfix:before, .clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}

.entry-content {
  overflow: hidden;
  font-family: "henderson-slab-basic", serif;
  font-size: 12px;
  line-height: 1.5;
}
@media print, screen and (min-width: 40em) {
  .entry-content {
    line-height: 1.7;
  }
}
@media print, screen and (min-width: 64em) {
  .entry-content {
    font-size: 14px;
    line-height: 1.6;
  }
}
.entry-content a {
  font-family: "henderson-slab-basic", serif;
  font-size: 12px;
}
@media print, screen and (min-width: 64em) {
  .entry-content a {
    font-size: 14px;
  }
}
.entry-content p {
  line-height: 1.5;
}
@media print, screen and (min-width: 40em) {
  .entry-content p {
    line-height: 1.7;
  }
}
@media print, screen and (min-width: 64em) {
  .entry-content p {
    line-height: 1.6;
  }
}

.stem-wrapper.stem-hide {
  display: none;
}

.contactus {
  margin-top: 52px;
}
@media print, screen and (min-width: 40em) {
  .contactus {
    margin-top: 80px;
  }
}
.contactus h1 {
  font-family: "DeskplateJNL";
  font-size: 22px;
  padding-top: 40px;
  margin-bottom: 14px;
}
@media print, screen and (min-width: 40em) {
  .contactus h1 {
    font-size: 45px;
    padding-top: 41px;
    margin-bottom: 11px;
  }
}
.contactus h3 {
  font-family: "henderson-slab-basic", serif;
  font-size: 12px;
  letter-spacing: normal;
  margin-bottom: 40px;
}
@media print, screen and (min-width: 40em) {
  .contactus h3 {
    font-size: 14px;
  }
}

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

.dtc-page p,
.dtc-page li {
  font-size: 14px;
}
.dtc-page svg {
  fill: currentColor;
}
.dtc-page a:not(.button) {
  color: #BD0F0C;
}
.dtc-page .button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.dtc-page .button > * + * {
  margin-left: 5px;
}
.dtc-page .button.hidden {
  display: none;
}
.dtc-page .button.gold {
  background: #b58c58;
  letter-spacing: 2.4px;
  font-size: 12px;
}
.dtc-page .button.outline {
  background: transparent;
  border: 2px solid currentColor;
}
.dtc-page .button.outline.black {
  color: #373636;
}
.dtc-page .button.outline.gold {
  color: #bd986a;
}
.dtc-page .content {
  max-width: 700px;
}
.dtc-page .sticky-header {
  position: fixed;
  top: 58px;
  left: 0;
  right: 0;
  background: rgba(241, 241, 237, 0.8);
  font-size: 14px;
  font-family: "henderson-slab-basic", serif;
  z-index: 3;
}
@media print, screen and (min-width: 64em) {
  .dtc-page .sticky-header {
    top: 80px;
  }
}
.dtc-page .sticky-header .container {
  padding: 10px;
}
@media print, screen and (min-width: 64em) {
  .dtc-page .sticky-header .container {
    padding: 5px 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.dtc-page .sticky-header-title {
  padding-bottom: 15px;
  text-align: center;
}
@media print, screen and (min-width: 64em) {
  .dtc-page .sticky-header-title {
    padding: 5px 0;
    text-align: left;
  }
}
.dtc-page .sticky-header-title span {
  font-family: "FinalEditionJNL", final-edition-jnl;
  font-size: 20px;
  letter-spacing: 3px;
  display: block;
}
@media print, screen and (min-width: 40em) {
  .dtc-page .sticky-header-title span {
    display: inline;
  }
}
.dtc-page .sticky-header-actions {
  display: flex;
  align-items: center;
  justify-content: center;
}
.dtc-page .sticky-header-actions .button {
  letter-spacing: 2.4px;
  font-size: 12px;
  margin: 0;
}
.dtc-page .sticky-header-actions a {
  display: block;
}
.dtc-page .sticky-header-actions a:not(.button) {
  color: #373636;
  margin-left: 25px;
}
.dtc-page .sticky-header-actions a:not(.button) span {
  text-decoration: underline;
}
.dtc-page .sticky-header-actions a:not(.button):hover span {
  text-decoration: none;
}
.dtc-page .hero-image {
  background: #707070;
  padding-top: 58px;
}
@media print, screen and (min-width: 64em) {
  .dtc-page .hero-image {
    padding-top: 0;
  }
}
.dtc-page .hero-image img {
  width: 100%;
  object-fit: cover;
}
.dtc-page .intro {
  padding: 0 10px;
}
@media print, screen and (min-width: 64em) {
  .dtc-page .intro {
    padding: 0;
    margin-left: 50px;
  }
}
@media print, screen and (min-width: 64em) {
  .dtc-page .intro h1 {
    font-size: 2.5rem;
  }
}
.dtc-page .features {
  position: relative;
  margin: 44px 0;
  overflow: hidden;
}
.dtc-page .features h2 {
  color: #89673d;
  text-align: center;
  margin-bottom: 10px;
}
@media print, screen and (min-width: 64em) {
  .dtc-page .features h2 {
    font-size: 1.8rem;
  }
}
.dtc-page .features h3 {
  font-family: "henderson-slab-basic", serif;
  text-transform: capitalize;
  font-size: 12px;
  text-align: center;
  letter-spacing: normal;
  font-style: italic;
  margin: 0;
}
@media print, screen and (min-width: 64em) {
  .dtc-page .features h3 {
    font-size: 14px;
  }
}
.dtc-page .feature-list {
  list-style: none;
  counter-reset: features;
  margin: 34px -15px 0;
  position: relative;
  z-index: 0;
  display: flex;
}
@media print, screen and (min-width: 64em) {
  .dtc-page .feature-list {
    margin-left: 0;
    margin-right: 0;
    transform: none !important;
    overflow: auto;
    justify-content: space-around;
    flex-wrap: wrap;
  }
}
.dtc-page .feature-arrows {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: calc(100% / 3);
  left: 0;
  right: 0;
  z-index: 1;
}
.dtc-page .feature-arrows path {
  fill: #b58c58;
}
.dtc-page .feature-arrows button {
  cursor: pointer;
}
.dtc-page .feature-arrows button:hover path {
  fill: #373636;
}
.dtc-page .feature {
  width: 100vw;
  padding: 0 10%;
  counter-increment: features;
  flex-shrink: 0;
}
@media print, screen and (min-width: 64em) {
  .dtc-page .feature {
    max-width: 265px;
    padding: 0;
  }
}
.dtc-page .feature img {
  max-width: 265px;
  width: 100%;
  display: block;
  margin: 0 auto;
}
.dtc-page .feature h4 {
  margin: 16px 0 32px;
}
.dtc-page .feature h4:before {
  content: counter(features, decimal-leading-zero);
  font-size: 26px;
}
@media print, screen and (min-width: 64em) {
  .dtc-page .feature h4:before {
    font-size: inherit;
  }
}
.dtc-page .feature h4 div {
  color: #373636;
  font-size: 16px;
}
@media print, screen and (min-width: 64em) {
  .dtc-page .feature h4 div {
    font-size: 1.25rem;
    letter-spacing: 2px;
  }
}
.dtc-page .feature p {
  font-size: 14px;
}
.dtc-page .release-headline {
  color: #89673d;
  margin: 25px 0;
  text-align: center;
}
@media print, screen and (min-width: 64em) {
  .dtc-page .release-headline {
    font-size: 26px;
    letter-spacing: 5.5px;
  }
}
.dtc-page .releases-tabs {
  list-style: none;
  display: flex;
  border-bottom: 1px solid rgba(112, 112, 112, 0.4);
  margin-bottom: 50px;
}
.dtc-page .releases-tabs li {
  margin-right: 10px;
}
@media print, screen and (min-width: 64em) {
  .dtc-page .releases-tabs li {
    margin-right: 50px;
  }
}
.dtc-page .releases-tabs li:last-child {
  margin: 0;
}
.dtc-page .releases-tabs a {
  display: flex;
  flex-direction: column;
  height: 100%;
  font-size: 12px;
  color: #373636;
  font-family: "henderson-slab-basic", serif;
  padding: 5px;
  text-decoration: none;
  border-bottom: 3px solid transparent;
  transform: translateY(1px);
  transition: all 0.5s ease;
  opacity: 0.4;
  text-decoration: none;
}
@media print, screen and (min-width: 64em) {
  .dtc-page .releases-tabs a {
    font-size: 16px;
  }
}
.dtc-page .releases-tabs a:hover {
  border-bottom-color: #373636;
  opacity: 1;
}
.dtc-page .releases-tabs a span {
  font-style: italic;
  color: #BD0F0C;
  display: block;
}
.dtc-page .releases-tabs a.is-active {
  border-bottom-color: #b58c58;
  opacity: 1;
}
.dtc-page .releases-tabs a.current-release {
  font-weight: 600;
}
.dtc-page .releases-dots {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 50px 0 100px;
}
.dtc-page .releases-dots li {
  margin: 0 5px;
}
.dtc-page .releases-dots a {
  display: block;
  border-radius: 999px;
  width: 15px;
  height: 15px;
  border: 1px solid #373636;
  transition: all 0.5s ease;
  text-decoration: none;
}
.dtc-page .releases-dots a:hover {
  background: #373636;
}
.dtc-page .releases-dots a.is-active {
  border-color: #b58c58;
  background: #89673d;
}
.dtc-page .releases-dots a.is-active div.sr-only {
  color: #F0F0F0;
}
.dtc-page .release {
  padding: 0 10%;
}
@media print, screen and (min-width: 64em) {
  .dtc-page .release {
    padding: 0;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
  }
}
.dtc-page .release.hidden {
  display: none;
}
.dtc-page .release > div {
  flex-shrink: 0;
}
@media print, screen and (min-width: 64em) {
  .dtc-page .release > div {
    width: calc(50% - 45px);
  }
}
.dtc-page .release > div:first-child {
  flex-shrink: 1;
}
@media print, screen and (min-width: 64em) {
  .dtc-page .release img {
    max-width: 530px;
  }
}
.dtc-page .release h3 {
  font-size: 26px;
  letter-spacing: 2.6px;
  color: #BD0F0C;
  text-transform: uppercase;
  margin: 0;
}
@media print, screen and (min-width: 64em) {
  .dtc-page .release h3 {
    font-size: 36px;
    letter-spacing: 3.6px;
  }
}
.dtc-page .release h4 {
  font-size: 16px;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  margin: 0;
  color: #373636;
}
@media print, screen and (min-width: 64em) {
  .dtc-page .release h4 {
    font-size: 20px;
    letter-spacing: 2px;
  }
}
.dtc-page .release .error-message {
  color: #BD0F0C;
  font-family: "henderson-slab-basic", serif;
  font-size: 14px;
  font-style: italic;
  line-height: 18px;
  margin: 6px 0;
}
.dtc-page .release-content {
  font-family: "henderson-slab-basic", serif;
  margin-top: 15px;
}
.dtc-page .release-text {
  margin-top: 30px;
}
.dtc-page .release-text h3 {
  font-family: "FinalEditionJNL", final-edition-jnl;
}
@media print, screen and (min-width: 64em) {
  .dtc-page .release-text {
    margin: 0;
  }
}
.dtc-page .release-text form {
  max-width: 320px;
}
.dtc-page .release-price-label {
  font-size: 20px;
  letter-spacing: 2px;
  font-family: "FinalEditionJNL", final-edition-jnl;
  text-transform: uppercase;
  margin: 6px 0;
}
@media print, screen and (min-width: 64em) {
  .dtc-page .release-price-label {
    font-size: 20px;
    letter-spacing: 2px;
  }
}
.dtc-page .release-price {
  color: #BD0F0C;
  font-style: italic;
  font-weight: 600;
  font-family: "henderson-slab-basic", serif;
}
.dtc-page .release-unavailable {
  color: #BD0F0C;
  font-family: "henderson-slab-basic", serif;
  font-size: 14px;
  font-style: italic;
  letter-spacing: 2.8px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  font-weight: 600;
}
.dtc-page .release-unavailable svg {
  width: 16px;
  height: 16px;
  margin-right: 8px;
}
.dtc-page .early-access {
  margin-top: 25px;
}
.dtc-page .early-access h3 {
  color: #BD0F0C;
  font-family: "FinalEditionJNL", final-edition-jnl;
  text-transform: uppercase;
  font-size: 20px;
  letter-spacing: 2px;
}
.dtc-page .early-access-field {
  margin-bottom: 10px;
}
.dtc-page .field-standalone {
  position: relative;
  width: 100%;
  margin-bottom: 10px;
}
.dtc-page .field-standalone input {
  width: 100%;
  outline: none;
  background: #ffffff;
  border: 1px solid #707070;
  text-transform: none;
  position: relative;
  z-index: 0;
  padding: 8px 35px 8px 15px;
  font-family: "henderson-slab-basic", serif;
  font-size: 14px;
  letter-spacing: 2px;
}
.dtc-page .field-standalone input::placeholder {
  color: #373636;
}
.dtc-page .field-standalone button.icon {
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  right: 15px;
  z-index: 1;
  transform: translateY(-50%) scaleX(-1);
  display: block;
  cursor: pointer;
}
.dtc-page .webform-submission-form {
  margin: 0 !important;
}
.dtc-page .webform-submission-form .button {
  background: #b58c58;
}
.dtc-page .webform-submission-form .button:hover, .dtc-page .webform-submission-form .button:active .dtc-page .webform-submission-form .button:focus {
  background: #373636;
}
.dtc-page div[aria-label="Error message"] {
  background: #BD0F0C;
  color: #F1F1ED;
  padding: 10px;
}
.dtc-page .form .container {
  padding: 0;
}
@media print, screen and (min-width: 64em) {
  .dtc-page .form .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 15px;
  }
}
.dtc-page .form .form-content,
.dtc-page .form .form-form {
  max-width: 700px;
  width: 100%;
  margin: 0 auto;
}
@media print, screen and (min-width: 64em) {
  .dtc-page .form .form-content,
.dtc-page .form .form-form {
    max-width: 460px;
  }
}
.dtc-page .form .form-content {
  padding: 0 24px;
  margin-bottom: 24px;
}
@media print, screen and (min-width: 64em) {
  .dtc-page .form .form-content {
    margin-bottom: 0;
    padding: 0;
  }
}
.dtc-page .form.zip-code .zip-1795 {
  z-index: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  opacity: 0.05;
  mix-blend-mode: multiply;
}
@media print, screen and (min-width: 64em) {
  .dtc-page .form.zip-code .zip-1795 {
    max-width: 800px;
    left: auto;
    right: 0;
    transform: translateY(-50%);
  }
}
.dtc-page .form.zip-code .container {
  position: relative;
  max-width: calc(80% - 30px);
  padding: 0 15px;
}
@media print, screen and (min-width: 64em) {
  .dtc-page .form.zip-code .container {
    max-width: 1200px;
    min-height: 500px;
  }
}
.dtc-page .form.zip-code .form-content {
  padding: 0;
}
@media print, screen and (min-width: 64em) {
  .dtc-page .form.zip-code .form-content {
    transform: translateY(-25%);
  }
}
.dtc-page .form.zip-code .form-form {
  position: relative;
  z-index: 1;
}
@media print, screen and (min-width: 64em) {
  .dtc-page .form.zip-code .form-form {
    display: flex;
    flex-direction: column;
    transform: translateY(25%);
  }
}
.dtc-page .form.zip-code .form-form form {
  margin-top: 15px;
}
.dtc-page .form.zip-code h2 {
  color: #BD0F0C;
  text-transform: uppercase;
  font-size: 26px;
  letter-spacing: 2.6px;
  margin: 0;
}
.dtc-page .form.eligible .form-form {
  margin: 0 auto;
}
.dtc-page .form.not-available {
  padding-bottom: 175px;
}
.dtc-page .form.not-available .container {
  align-items: flex-start;
  position: relative;
  z-index: 2;
}
@media print, screen and (min-width: 64em) {
  .dtc-page .form.not-available .form-content {
    z-index: 2;
    position: relative;
    margin-top: 50px;
    padding-right: 15px;
  }
}
.dtc-page .form.not-available .form-content img {
  position: absolute;
  right: 0;
  transform: translateX(-20%) translateY(120%);
  bottom: 0;
  width: 185px;
}
@media print, screen and (min-width: 64em) {
  .dtc-page .form.not-available .form-content img {
    bottom: auto;
    transform: none;
    width: auto;
  }
}
.dtc-page .form.not-available .sold-out h2,
.dtc-page .form.not-available .early-access h2 {
  color: #BD0F0C;
  margin-bottom: 5px;
}
@media print, screen and (min-width: 64em) {
  .dtc-page .form.not-available .sold-out h2,
.dtc-page .form.not-available .early-access h2 {
    font-size: 36px;
    letter-spacing: 3.6px;
  }
}
.dtc-page .form.not-available .sold-out h3,
.dtc-page .form.not-available .early-access h3 {
  color: #89673d;
  text-transform: uppercase;
  font-family: "henderson-slab-basic", serif;
  font-style: italic;
  font-weight: 400;
  font-size: 14px;
}
@media print, screen and (min-width: 64em) {
  .dtc-page .form.not-available .sold-out h3,
.dtc-page .form.not-available .early-access h3 {
    font-size: 18px;
    letter-spacing: 1.8px;
  }
}
.dtc-page .form.not-available .form-form {
  background: #ffffff;
  position: relative;
  z-index: 2;
  padding: 24px;
}
@media print, screen and (min-width: 64em) {
  .dtc-page .form.not-available .form-form {
    max-width: 550px;
    padding: 40px;
    margin: -130px 0 -200px;
  }
}
.dtc-page .waves-border {
  position: relative;
  padding: 100px 0;
}
.dtc-page .waves-border:before, .dtc-page .waves-border:after {
  content: "";
  background: url(/themes/custom/bsi_theme/styles/../img/dtc/waves.png) repeat-x;
  position: absolute;
  left: 0;
  right: 0;
  height: 67px;
}
.dtc-page .waves-border:before {
  top: 0;
}
.dtc-page .waves-border:after {
  bottom: 0;
}
.dtc-page .ornate-border {
  position: relative;
  padding-left: 24px;
  padding-right: 100px;
}
@media print, screen and (min-width: 64em) {
  .dtc-page .ornate-border {
    padding-left: 175px;
    padding-right: 175px;
  }
}
.dtc-page .ornate-border:before, .dtc-page .ornate-border:after {
  z-index: 0;
  content: "";
  background: url(/themes/custom/bsi_theme/styles/../img/dtc/ornate-border.png) repeat-y;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 127px;
}
.dtc-page .ornate-border:before {
  right: 25px;
}
.dtc-page .ornate-border:after {
  transform: scaleX(-1);
  left: 25px;
  display: none;
}
@media print, screen and (min-width: 64em) {
  .dtc-page .ornate-border:after {
    display: block;
  }
}
.dtc-page .faq-image {
  margin-top: 100px;
}
.dtc-page .faq-image img {
  width: 100%;
  object-fit: cover;
}
.dtc-page .faqs {
  padding-top: 25px;
  padding-bottom: 25px;
}
.dtc-page .faqs:before, .dtc-page .faqs:after {
  opacity: 0.15;
}
.dtc-page .faqs .container {
  padding: 0;
  text-align: center;
}
.dtc-page .faqs h2 {
  text-align: left;
}
.dtc-page .faqs .faq-items {
  text-align: left;
  margin: 50px 0;
  list-style: none;
  counter-reset: faqs;
}
.dtc-page .faqs .faq-item {
  counter-increment: faqs;
}
.dtc-page .faqs .faq-question {
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-family: "FinalEditionJNL", final-edition-jnl;
  margin: 30px 0 15px;
}
.dtc-page .faqs .faq-question:before {
  content: counter(faqs, decimal-leading-zero);
  color: #BD0F0C;
  font-size: 36px;
  letter-spacing: 3.6px;
}
.dtc-page .terms {
  padding: 86px 24px;
  background: #373636 url(/themes/custom/bsi_theme/styles/../img/dtc/bottle-sleeve-texture.png) repeat;
  text-align: center;
  color: #F1F1ED;
}
.dtc-page .terms:before, .dtc-page .terms:after {
  background-image: url(/themes/custom/bsi_theme/styles/../img/dtc/ornate-border-black.png);
  display: none;
}
@media print, screen and (min-width: 64em) {
  .dtc-page .terms:before, .dtc-page .terms:after {
    display: block;
  }
}
.dtc-page .terms-content {
  margin: 40px auto 0;
  max-width: 700px;
  text-align: left;
  font-family: "henderson-slab-basic", serif;
}
.dtc-page .terms-content h2 {
  color: #b58c58;
}
.dtc-page .terms-content ul ul,
.dtc-page .terms-content ol ol {
  margin: 0.5rem 4rem;
  font-style: italic;
}

body.modal-visible {
  overflow: hidden;
}

button {
  cursor: pointer;
}
button.share {
  font-family: "DeskplateJNL";
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 2.4px;
}
button.share:active {
  color: #000000;
}
button.share svg {
  margin-left: 10px;
  width: 20px;
  height: 20px;
}

.dtc-post-shipment-header svg {
  fill: currentColor;
}
.dtc-post-shipment-header .title-bar {
  display: block;
  padding: 7px 0;
  background: rgba(55, 54, 54, 0.95);
  width: 100%;
  margin: 0;
  right: 0;
  z-index: 5;
}
.nav-open .dtc-post-shipment-header .title-bar {
  background: transparent;
}
.dtc-post-shipment-header .title-bar img {
  max-width: 150px;
  margin: 0 auto;
  display: block;
}
.dtc-post-shipment-header .title-bar .burger_icon {
  display: block;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}
.dtc-post-shipment-header .releases-nav {
  background: rgba(55, 54, 54, 0.95);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  z-index: 4;
  padding-top: 100px;
}
@media print, screen and (min-width: 64em) {
  .dtc-post-shipment-header .releases-nav {
    padding-top: min(25vh, 100px);
  }
}
.dtc-post-shipment-header .releases-nav nav {
  width: 100%;
  max-width: 280px;
}
.dtc-post-shipment-header .releases-nav nav ul {
  margin: 0;
}
.dtc-post-shipment-header .releases-nav nav ul li {
  margin-bottom: 10px;
}
.dtc-post-shipment-header .releases-nav nav > ul {
  margin: 0 0 90px;
  list-style-type: none;
}
.dtc-post-shipment-header .releases-nav nav > ul > li {
  margin-bottom: 20px;
}
.dtc-post-shipment-header .releases-nav button {
  text-transform: uppercase;
  color: #F1F1ED;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  font-size: 12px;
  letter-spacing: 1.44px;
  margin-bottom: 10px;
}
.dtc-post-shipment-header .releases-nav button div {
  border-bottom: 1px solid transparent;
  padding-bottom: 2px;
}
.dtc-post-shipment-header .releases-nav button.is-active div {
  border-bottom-color: #BD0F0C;
}
.dtc-post-shipment-header .releases-nav button.is-active svg {
  transform: rotate(180deg);
}
.dtc-post-shipment-header .releases-nav button svg {
  width: 20px;
  height: 20px;
}
.dtc-post-shipment-header .releases-nav .submenu {
  height: 0;
  opacity: 0;
  visibility: hidden;
}
.dtc-post-shipment-header .releases-nav .submenu.is-open {
  height: auto;
  opacity: 1;
  visibility: visible;
}
.dtc-post-shipment-header .releases-nav .submenu a {
  color: #F1F1ED;
  font-size: 12px;
  letter-spacing: 1.44px;
}
.dtc-post-shipment-header .releases-nav .submenu a:hover {
  text-decoration: underline;
}
.dtc-post-shipment-header .releases-nav .account-link a {
  color: #F1F1ED;
  font-size: 10px;
  letter-spacing: 1.2px;
}
.dtc-post-shipment-header .releases-nav .account-link a:hover {
  text-decoration: none;
}
.dtc-post-shipment-header .releases-nav .account-link a:hover span {
  text-decoration: underline;
}
.dtc-post-shipment-header .releases-nav .account-link a span {
  color: #b58c58;
}
.nav-open .dtc-post-shipment-header .releases-nav {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.dtc-post-shipment {
  position: relative;
}
.dtc-post-shipment .container {
  padding: 0;
  max-width: 700px;
  position: relative;
}
.dtc-post-shipment .text-center {
  text-align: center;
}
.dtc-post-shipment svg {
  fill: currentColor;
}
.dtc-post-shipment a:not(.button) {
  color: #BD0F0C;
}
.dtc-post-shipment:before {
  z-index: -1;
  content: "";
  background: url(/themes/custom/bsi_theme/styles/../img/dtc/ornate-border.png) repeat-y;
  background-size: 80px;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 80px;
  right: 25px;
  opacity: 0.08;
}
@media print, screen and (min-width: 64em) {
  .dtc-post-shipment:before {
    right: 15vw;
  }
}
.dtc-post-shipment p {
  font-size: 12px;
}
.dtc-post-shipment .hero {
  text-align: center;
  margin-top: 50px;
  margin-bottom: 50px;
}
.dtc-post-shipment .hero:first-child {
  margin-top: 0;
}
.dtc-post-shipment .hero.closing {
  margin-bottom: 0;
  padding-bottom: 50px;
}
.dtc-post-shipment .hero .hero-text {
  padding: 0 25px;
}
@media print, screen and (min-width: 64em) {
  .dtc-post-shipment .hero p {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
}
.dtc-post-shipment .hero h1,
.dtc-post-shipment .hero h2 {
  font-size: 20px;
  font-family: "DeskplateJNL";
  text-transform: uppercase;
}
@media print, screen and (min-width: 64em) {
  .dtc-post-shipment .hero h1,
.dtc-post-shipment .hero h2 {
    font-size: 45px;
    max-width: 760px;
    margin-left: auto;
    margin-right: auto;
  }
}
.dtc-post-shipment .hero h1 span,
.dtc-post-shipment .hero h2 span {
  color: #BD0F0C;
  display: block;
  font-style: italic;
  font-family: "henderson-slab-basic", serif;
  font-size: 18px;
  letter-spacing: 4.2px;
}
.dtc-post-shipment .hero img {
  display: block;
  width: 100%;
  margin-bottom: 22px;
}
.dtc-post-shipment .section-content {
  padding: 0 34px;
}
.dtc-post-shipment .section-content p {
  max-width: 90%;
}
.dtc-post-shipment .section-content img {
  width: fit-content;
  margin: 0 auto;
}
.dtc-post-shipment .section-content .button.black {
  display: block;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}
.dtc-post-shipment h2 {
  font-family: "henderson-slab-basic", serif;
  font-size: 16px;
  letter-spacing: 1.6px;
  text-transform: uppercase;
}
.dtc-post-shipment h2 span {
  color: #BD0F0C;
  font-family: "FinalEditionJNL", final-edition-jnl;
  font-size: 26px;
  letter-spacing: 2.6px;
  display: block;
}
@media print, screen and (min-width: 64em) {
  .dtc-post-shipment h2 span {
    font-size: 36px;
    letter-spacing: 3.6px;
  }
}
@media print, screen and (min-width: 64em) {
  .dtc-post-shipment h2 {
    font-size: 20px;
    letter-spacing: 2px;
  }
}
.dtc-post-shipment .box-callout {
  background: #b58c58 url("/themes/custom/bsi_theme/styles/../img/dtc/cloth-bg.jpg") repeat;
  padding: 25px;
  margin: 25px 0;
  text-align: center;
}
.dtc-post-shipment .box-callout .box-callout-headline,
.dtc-post-shipment .box-callout .box-callout-subheadline {
  font-family: "henderson-slab-basic", serif;
  font-size: 8px;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  text-align: center;
}
.dtc-post-shipment .box-callout .box-callout-headline div,
.dtc-post-shipment .box-callout .box-callout-subheadline div {
  display: inline-block;
  background-color: #F1F1ED;
  padding: 5px 30px;
}
.dtc-post-shipment .box-callout .box-callout-headline {
  margin-bottom: 5px;
}
.dtc-post-shipment .box-callout .box-callout-subheadline {
  color: #b58c58;
  font-weight: 600;
  margin-bottom: 20px;
}
.dtc-post-shipment .box-callout .box-callout-subheadline div {
  padding: 5px 30px;
}
.dtc-post-shipment .box-callout img {
  width: 100%;
  max-width: 245px;
}
.dtc-post-shipment .box-callout button {
  display: inline-block;
  cursor: pointer;
}
.dtc-post-shipment button.story-image:hover {
  box-shadow: 0 0 0 10px #FFF;
}
.dtc-post-shipment .story-image {
  position: relative;
  color: #F1F1ED;
  background: #FFF;
  box-shadow: 0 0 0 8px #FFF;
  transition: box-shadow 100ms linear;
}
.dtc-post-shipment .story-image img {
  width: 100%;
}
.dtc-post-shipment .story-image > span, .dtc-post-shipment .story-image div {
  display: block;
  position: absolute;
  bottom: 10px;
  left: 10px;
  right: 10px;
  pointer-events: none;
  font-size: 12px;
  letter-spacing: 1.2px;
  line-height: 1.5;
  font-family: "henderson-slab-basic", serif;
  font-weight: 700;
  text-align: left;
}
.dtc-post-shipment .story-quote-img {
  margin: 0 auto;
  max-width: 300px;
  display: block;
}
.dtc-post-shipment .stories {
  padding: 30px 15px;
  display: flex;
  flex-wrap: wrap;
  max-width: 980px;
  margin: 0 auto;
  justify-content: space-between;
}
.dtc-post-shipment .stories .story-image div {
  text-align: right;
  left: auto;
  right: 10px;
}
.dtc-post-shipment .stories .story-image span {
  font-size: 8px;
  letter-spacing: 0.4px;
  font-family: "Daniel-Black", sans-serif;
  font-weight: 400;
  display: block;
}
.dtc-post-shipment .stories .story-image.text-align-left div {
  text-align: left;
  left: 10px;
  right: auto;
}
.dtc-post-shipment .stories .story {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
  cursor: pointer;
}
.dtc-post-shipment .stories .story.story-1 img, .dtc-post-shipment .stories .story.story-3 img {
  max-width: 200px;
}
@media print, screen and (min-width: 64em) {
  .dtc-post-shipment .stories .story.story-2, .dtc-post-shipment .stories .story.story-4 {
    margin-top: 50px;
  }
}
.dtc-post-shipment .stories .story.story-2 img, .dtc-post-shipment .stories .story.story-4 img {
  max-width: 300px;
}
.dtc-post-shipment .stories .story.full-width {
  justify-content: center;
  flex-basis: 100%;
}
.dtc-post-shipment .stories .story.news h3 {
  padding: 0;
  margin: 0;
}
.dtc-post-shipment .stories .story.news .story-postheadline {
  display: block;
  color: #b58c58;
  font-family: "henderson-slab-basic", serif;
  text-transform: none;
  font-size: 10px;
}
.dtc-post-shipment .stories .story.news .story-image {
  box-shadow: none;
  background: none;
}
.dtc-post-shipment .stories .story.news img {
  max-width: 400px;
}
.dtc-post-shipment .stories .story:last-child {
  margin: 0;
}
.dtc-post-shipment .stories .story:nth-child(even) {
  flex-direction: row-reverse;
}
.dtc-post-shipment .stories h3 {
  font-family: "Daniel-Black", sans-serif;
  color: #b58c58;
  font-size: 14px;
  letter-spacing: 0.7px;
  max-width: 150px;
  padding: 0 10px;
  margin: 0 10px;
  text-align: left;
}
.dtc-post-shipment .stories h3 > span {
  display: block;
  font-size: 8px;
  letter-spacing: 0.8px;
  font-family: "henderson-slab-basic", serif;
  text-transform: uppercase;
  color: #373636;
  margin-bottom: 10px;
}
.dtc-post-shipment .stories h3 > span span {
  display: none;
}
@media print, screen and (min-width: 64em) {
  .dtc-post-shipment .stories h3 {
    max-width: 150px;
    padding: 0 20px;
  }
}
.dtc-post-shipment .dynamic-img-text {
  opacity: 0;
  transform: translateY(50%);
  transition-property: transform;
  transition-duration: 500ms;
  transition-timing-function: linear;
}
.dtc-post-shipment .dynamic-img-text.transition {
  transform: translateY(0);
  opacity: 1;
}
.dtc-post-shipment .events {
  background: #373636;
  padding: 25px 60px 25px 25px;
  margin: 25px 0;
  color: #F1F1ED;
  position: relative;
}
.dtc-post-shipment .events .container {
  position: static;
}
@media print, screen and (min-width: 40em) {
  .dtc-post-shipment .events .container {
    position: relative;
  }
}
.dtc-post-shipment .events h2 span {
  color: #b58c58;
}
.dtc-post-shipment .event-headline {
  color: #b58c58;
  text-transform: uppercase;
  font-family: "henderson-slab-basic", serif;
  font-weight: normal;
  font-size: 12px;
  letter-spacing: 0;
}
.dtc-post-shipment .event-callout {
  position: absolute;
  right: 15px;
  top: 15px;
  background: #BD0F0C;
  color: #F1F1ED;
  text-transform: uppercase;
  font-size: 10px;
  font-family: "henderson-slab-basic", serif;
  letter-spacing: 1px;
  line-height: normal;
  padding: 5px 15px;
}
.dtc-post-shipment .event-callout .icon {
  font-size: 12px;
}
.dtc-post-shipment .event {
  font-family: "henderson-slab-basic", serif;
  font-size: 12px;
  letter-spacing: 1.2px;
}
.dtc-post-shipment .event .button:hover {
  background: #F1F1ED;
  color: #373636;
}
.dtc-post-shipment .event-title {
  text-transform: uppercase;
  color: #b58c58;
}
.dtc-post-shipment .event-details {
  margin-bottom: 25px;
  display: flex;
  gap: 8px;
}
.dtc-post-shipment .event-date-headline {
  font-family: "FinalEditionJNL", final-edition-jnl;
  color: #b58c58;
  font-size: 18px;
  letter-spacing: 0.9px;
}
.dtc-post-shipment .event-date-content {
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.7px;
}
.dtc-post-shipment .button.gold {
  background: #b58c58;
  letter-spacing: 2.4px;
  font-size: 12px;
}
.dtc-post-shipment .tasting-notecards {
  margin: 50px 15px;
  background-color: #EFE2CD;
  border-radius: 18px;
  padding: 25px;
}
@media print, screen and (min-width: 64em) {
  .dtc-post-shipment .tasting-notecards {
    margin-left: 5vw;
    margin-right: 5vw;
  }
}
.dtc-post-shipment .tasting-notecards p {
  max-width: 75%;
}
.dtc-post-shipment .tasting-notecard-options {
  display: flex;
  list-style-type: none;
  margin: 0;
}
.dtc-post-shipment .tasting-notecard-options li {
  margin-left: 12px;
}
.dtc-post-shipment .tasting-notecard-options li:first-child {
  margin-left: 0;
}
.dtc-post-shipment .tasting-notecard-options button {
  cursor: pointer;
  font-family: "FinalEditionJNL", final-edition-jnl;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 1.2px;
  border-top-left-radius: 13px;
  border-top-right-radius: 13px;
  border: 1px solid #373636;
  border-bottom-width: 0;
  padding: 5px 8px;
  color: #373636;
  text-align: left;
}
.dtc-post-shipment .tasting-notecard-options button.is-active, .dtc-post-shipment .tasting-notecard-options button:hover {
  background: #F1F1ED;
}
.dtc-post-shipment .tasting-notecard-container {
  max-width: 340px;
  margin: 0 auto;
}
.dtc-post-shipment .tasting-notecard > *,
.dtc-post-shipment .tasting-notecard [data-product] > *:not(:last-child) {
  border-bottom: 1px solid #373636;
}
.dtc-post-shipment .tasting-notecard button {
  color: #373636;
}
.dtc-post-shipment .tasting-notecard-hero {
  padding-bottom: 10px;
}
.dtc-post-shipment .tasting-notecard-motto {
  font-family: "FinalEditionJNL", final-edition-jnl;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 1.2px;
  text-align: center;
  padding: 10px 0;
}
.dtc-post-shipment .tasting-notecard-row {
  display: flex;
  align-items: center;
  min-height: 20px;
  padding: 10px 0;
  position: relative;
}
.dtc-post-shipment .tasting-notecard-row.overall {
  padding-bottom: 40px;
}
.dtc-post-shipment .tasting-notecard-label {
  font-family: "FinalEditionJNL", final-edition-jnl;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 1.4px;
  width: 75px;
}
.dtc-post-shipment .tasting-notecard-value {
  font-family: "Daniel-Black", sans-serif;
  font-size: 12px;
  letter-spacing: 1.2px;
  width: calc(100% - 100px);
}
.dtc-post-shipment .tasting-values-label {
  font-size: 10px;
  letter-spacing: 1px;
  font-style: italic;
  margin-bottom: 5px;
  font-family: "henderson-slab-basic", serif;
}
.dtc-post-shipment .tasting-notecard-values-toggle {
  position: absolute;
  top: 10px;
  right: 10px;
  color: #373636;
  transform-origin: center;
  width: 16px;
  height: 16px;
}
.dtc-post-shipment .tasting-notecard-values-toggle,
.dtc-post-shipment .tasting-notecard-values-toggle button,
.dtc-post-shipment .tasting-notecard-values-toggle svg {
  width: 16px;
  height: 16px;
}
.dtc-post-shipment .tasting-notecard-values {
  background: #F1F1ED;
  border-radius: 10px;
  position: absolute;
  top: 5px;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 2;
  padding: 10px;
}
.dtc-post-shipment .tasting-notecard-values:not(.hidden) + .tasting-notecard-values-toggle {
  transform: rotate(180deg);
  z-index: 3;
}
.dtc-post-shipment .tasting-notecard-values label {
  margin-bottom: 5px;
}
.dtc-post-shipment .tasting-notecard-values label:last-child {
  margin-bottom: 0;
}
.dtc-post-shipment .tasting-notecard-values .checkbox-box {
  background: #FFF;
  color: #BD0F0C;
}
.dtc-post-shipment .tasting-notecard-values .checkbox-box:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9' height='8' fill='none' viewBox='0 0 21 18'%3E%3Cpath fill='%23BD0F0C' d='M20.168 2.6a5.929 5.929 0 0 0-.828-1.152c-.324-.144-.72-.396-1.188-.756-.144-.108-.432-.18-.864-.18-.54 0-2.232.72-5.112 2.196-2.88 1.476-4.284 2.196-4.212 2.196L5.408 3.428C3.68 2.42 2.6 1.952 2.168 1.952h-.36c-.252.072-.504.324-.828.72-.324.396-.468.72-.468.936v1.44c.252.432.504 1.008.756 1.728l1.944 1.26C1.988 9.62 1.34 10.448 1.268 10.52.62 11.492.26 12.428.152 13.328l.108 2.484c.072.036.324.324.684.828.252.36.612.612 1.044.72.612-.324 1.224-.72 1.728-1.188.288-.9.9-1.872 1.764-2.88.936-1.116 1.836-1.8 2.628-2.052.684.36 1.584 1.044 2.664 2.052.324.288 1.296 1.26 2.916 2.88.144 0 .396.108.72.288.324.18.504.252.612.252.036 0 .18 0 .36-.036.216-.036.36-.036.432-.036.108-.108.144-.324.108-.576.54-.504.828-1.008.9-1.476-.324-.972-.54-1.548-.576-1.728a11.399 11.399 0 0 0-2.052-2.952c-.18-.18-.72-.684-1.62-1.512 1.224-.828 2.16-1.44 2.772-1.836 1.08-.54 1.908-.936 2.448-1.26.828-.18 1.404-.396 1.728-.576v-.468l.36-.36c0-.108.108-.54.288-1.296z'/%3E%3C/svg%3E");
}
.dtc-post-shipment .tasting-notecard-values .checkbox-label {
  font-family: "Daniel-Black", sans-serif;
  font-size: 12px;
  letter-spacing: 1.2px;
  margin-top: 5px;
}
.dtc-post-shipment .tasting-card-buttons {
  margin-top: 25px;
  text-align: center;
}
.dtc-post-shipment .tasting-card-buttons button {
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  font-family: "DeskplateJNL";
  margin-bottom: 20px;
  width: 100%;
}
.dtc-post-shipment .tasting-card-buttons button[disabled] {
  opacity: 1;
}
.dtc-post-shipment .tasting-card-buttons button.hidden {
  display: none;
}
.dtc-post-shipment .tasting-card-buttons button.button {
  margin-bottom: 20px;
}
.dtc-post-shipment .tasting-card-buttons button.button[disabled]:hover, .dtc-post-shipment .tasting-card-buttons button.button[disabled]:active {
  background-color: #373636;
  border: #373636;
}
.dtc-post-shipment .tasting-card-buttons button:not(.button) {
  color: #373636;
}
.dtc-post-shipment .tasting-card-buttons button:not(.button)[disabled]:hover, .dtc-post-shipment .tasting-card-buttons button:not(.button)[disabled]:active {
  color: #373636;
}
.dtc-post-shipment .tasting-card-buttons button:not(.button) span {
  display: inline-block;
  margin-left: 5px;
}
.dtc-post-shipment .tasting-card-buttons button:not(.button):hover {
  color: #BD0F0C;
}
.dtc-post-shipment .tasting-card-signature {
  position: absolute;
  bottom: -10px;
  right: 10px;
}
.dtc-post-shipment .back-to-top {
  background: #b58c58;
  color: #F1F1ED;
  border-radius: 100%;
  min-width: 0;
  width: 38px;
  height: 38px;
  font-size: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  bottom: 44px;
  right: 10px;
  z-index: 10;
  cursor: pointer;
}
.dtc-post-shipment .back-to-top svg {
  width: 38px;
  height: 38px;
  transform: rotate(180deg);
}
.dtc-post-shipment .modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #F1F1ED;
  z-index: 102;
  transition-property: transform;
  transition-duration: 300ms;
  transition-timing-function: linear;
}
.dtc-post-shipment .modal.hidden {
  display: block;
  opacity: 0;
  visibility: hidden;
}
.dtc-post-shipment .modal.offscreen {
  transform: translateY(100%);
}
.dtc-post-shipment .modal .box-callout {
  margin-top: 0;
}
@media print, screen and (min-width: 40em) {
  .dtc-post-shipment .modal .box-callout .story-image {
    max-width: 245px;
  }
}
.dtc-post-shipment .modal .container {
  max-width: 450px;
}
.dtc-post-shipment .modal:not(.intro) .modal-content {
  padding: 0 34px;
}
.dtc-post-shipment .modal .story-image,
.dtc-post-shipment .modal .image {
  max-width: 80%;
  margin: 0 auto 20px;
}
.dtc-post-shipment .modal.story h2 {
  font-family: "Daniel-Regular", sans-serif;
  text-transform: none;
  color: #b58c58;
  font-size: 20px;
  letter-spacing: 0.7px;
  margin: 10px 0;
  line-height: 1.5;
}
.dtc-post-shipment .modal.story h2 > span {
  display: block;
  margin-bottom: 10px;
}
.dtc-post-shipment .modal.story h2 span {
  font-size: 8px;
  letter-spacing: 0.8px;
  font-family: "henderson-slab-basic", serif;
  text-transform: uppercase;
  color: #373636;
}
.dtc-post-shipment .modal.story h2 span > span {
  display: inline;
}
.dtc-post-shipment .modal#modal-chapters h3 {
  margin-bottom: 18px;
  color: #373636;
}
.dtc-post-shipment .modal#modal-news .image {
  max-width: 100%;
}
.dtc-post-shipment .modal-toolbar {
  display: flex;
  justify-content: flex-end;
  padding: 20px 25px;
}
.dtc-post-shipment .modal-toolbar button {
  color: #b58c58;
  margin: 0;
  cursor: pointer;
}
.dtc-post-shipment .modal-toolbar button svg {
  width: 22px;
  height: 22px;
}
.dtc-post-shipment .modal-inner {
  width: 100%;
  height: 100%;
  max-height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
}
.dtc-post-shipment .modal-content h2 {
  color: #b58c58;
  font-family: "FinalEditionJNL", final-edition-jnl;
  text-transform: uppercase;
  font-size: 26px;
  letter-spacing: 2.6px;
  line-height: 1;
}
.dtc-post-shipment .modal-content h3 {
  font-family: "henderson-slab-basic", serif;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 1.2px;
  color: #b58c58;
  margin-bottom: 0;
}
.dtc-post-shipment .modal-content ul {
  list-style-type: circle;
  list-style-position: inside;
  margin-left: 0;
  font-family: "henderson-slab-basic", serif;
  font-size: 12px;
}
.dtc-post-shipment .modal-content .section-content p {
  max-width: none;
}
.dtc-post-shipment .modal-button {
  text-align: center;
  padding: 25px 0;
}
.dtc-post-shipment .modal-button button,
.dtc-post-shipment .modal-button a {
  background: none;
  color: #b58c58;
  border-bottom: 1px solid #b58c58;
  font-family: "henderson-slab-basic", serif;
  font-size: 10px;
  letter-spacing: 1px;
  padding-bottom: 2px;
}
.dtc-post-shipment .story-end {
  font-family: "henderson-slab-basic", serif;
  font-size: 8px;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  text-align: center;
  margin-top: 10px;
}
.dtc-post-shipment .story-end:before, .dtc-post-shipment .story-end:after {
  content: "-";
}
.dtc-post-shipment .fred-noe-signature-detail {
  font-family: "henderson-slab-basic", serif;
  font-weight: 300;
  font-style: italic;
}

.dtc-post-shipment-tour {
  background: rgba(55, 54, 54, 0.95);
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 102;
}
.dtc-post-shipment-tour .inner {
  width: 100%;
  height: 100%;
  max-height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
}
@media print, screen and (min-width: 64em) {
  .dtc-post-shipment-tour .inner {
    padding-top: 10vh;
  }
}
.dtc-post-shipment-tour .step .step-inner {
  max-width: 200px;
  margin: 15px auto 0;
  width: 100%;
}
@media print, screen and (min-width: 64em) {
  .dtc-post-shipment-tour .step .step-inner {
    max-width: 300px;
  }
}
.dtc-post-shipment-tour .step .image {
  margin-bottom: 20px;
}
@media print, screen and (min-width: 64em) {
  .dtc-post-shipment-tour .step .image {
    margin-bottom: 45px;
  }
}
.dtc-post-shipment-tour .step .image img {
  border-radius: 100%;
}
.dtc-post-shipment-tour .step h2 {
  color: #b58c58;
  font-family: "FinalEditionJNL", final-edition-jnl;
  font-size: 16px;
  letter-spacing: 1.6px;
  text-transform: uppercase;
}
@media print, screen and (min-width: 64em) {
  .dtc-post-shipment-tour .step h2 {
    font-size: 20px;
    letter-spacing: 2px;
  }
}
.dtc-post-shipment-tour .step h2 span {
  display: block;
  color: #F1F1ED;
  font-size: 26px;
  letter-spacing: 2.6px;
  margin-bottom: 10px;
}
@media print, screen and (min-width: 64em) {
  .dtc-post-shipment-tour .step h2 span {
    font-size: 36px;
    letter-spacing: 3.6px;
  }
}
.dtc-post-shipment-tour .step p,
.dtc-post-shipment-tour .step .swipe-help {
  color: #F1F1ED;
  font-family: "henderson-slab-basic", serif;
  font-style: italic;
  font-size: 12px;
  letter-spacing: 1.2px;
}
.dtc-post-shipment-tour .step .swipe-help {
  color: #b58c58;
  display: flex;
  align-items: center;
}
.dtc-post-shipment-tour .step .swipe-help .svg-icon {
  margin-left: 5px;
  fill: #F1F1ED;
  background-color: #b58c58;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  font-size: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: rotate(-90deg);
}
.dtc-post-shipment-tour .dismiss {
  max-width: 256px;
  margin: 30px auto 0;
  width: 100%;
}
.dtc-post-shipment-tour .dismiss button {
  letter-spacing: 2.4px;
  min-width: 217px;
}
.dtc-post-shipment-tour .steps-nav {
  max-width: 256px;
  margin: 30px auto 0;
  width: 100%;
}
.dtc-post-shipment-tour .steps-nav .slick-dots {
  position: static;
}
.dtc-post-shipment-tour .steps-nav .slick-dots li button::before {
  content: "";
  border: 1px solid #F1F1ED;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  opacity: 1;
}
.dtc-post-shipment-tour .steps-nav .slick-dots li.slick-active button::before {
  background: #F1F1ED;
}
.dtc-post-shipment-tour .dtc-post-shipment-checkbox .checkbox-label {
  color: #F1F1ED;
}

.dtc-post-shipment-checkbox {
  display: flex;
  align-items: center;
}
.dtc-post-shipment-checkbox.is-radio .checkbox-box {
  border-radius: 100%;
}
.dtc-post-shipment-checkbox input {
  position: absolute;
  visibility: hidden;
  pointer-events: none;
}
.dtc-post-shipment-checkbox input:checked + .checkbox-box::after {
  display: block;
}
.dtc-post-shipment-checkbox input[disabled] + .checkbox-box::after, .dtc-post-shipment-checkbox input[disabled] + .checkbox-box + .checkbox-label {
  opacity: 0.3;
}
.dtc-post-shipment-checkbox .checkbox-box {
  background: #b58c58;
  border-radius: 6px;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  color: #000000;
  position: relative;
  flex-shrink: 0;
}
.dtc-post-shipment-checkbox .checkbox-box:after {
  display: none;
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9' height='8' fill='none' viewBox='0 0 21 18'%3E%3Cpath fill='%23373636' d='M20.168 2.6a5.929 5.929 0 0 0-.828-1.152c-.324-.144-.72-.396-1.188-.756-.144-.108-.432-.18-.864-.18-.54 0-2.232.72-5.112 2.196-2.88 1.476-4.284 2.196-4.212 2.196L5.408 3.428C3.68 2.42 2.6 1.952 2.168 1.952h-.36c-.252.072-.504.324-.828.72-.324.396-.468.72-.468.936v1.44c.252.432.504 1.008.756 1.728l1.944 1.26C1.988 9.62 1.34 10.448 1.268 10.52.62 11.492.26 12.428.152 13.328l.108 2.484c.072.036.324.324.684.828.252.36.612.612 1.044.72.612-.324 1.224-.72 1.728-1.188.288-.9.9-1.872 1.764-2.88.936-1.116 1.836-1.8 2.628-2.052.684.36 1.584 1.044 2.664 2.052.324.288 1.296 1.26 2.916 2.88.144 0 .396.108.72.288.324.18.504.252.612.252.036 0 .18 0 .36-.036.216-.036.36-.036.432-.036.108-.108.144-.324.108-.576.54-.504.828-1.008.9-1.476-.324-.972-.54-1.548-.576-1.728a11.399 11.399 0 0 0-2.052-2.952c-.18-.18-.72-.684-1.62-1.512 1.224-.828 2.16-1.44 2.772-1.836 1.08-.54 1.908-.936 2.448-1.26.828-.18 1.404-.396 1.728-.576v-.468l.36-.36c0-.108.108-.54.288-1.296z'/%3E%3C/svg%3E");
  width: 9px;
  height: 8px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.dtc-post-shipment-checkbox .checkbox-label {
  font-size: 10px;
  letter-spacing: 0;
  font-family: "henderson-slab-basic", serif;
}

.distillers-share-page p,
.distillers-share-page li {
  font-size: 14px;
}
.distillers-share-page .content {
  max-width: 700px;
}
.distillers-share-page .hero-image {
  background: #707070;
  padding-top: 58px;
}
@media print, screen and (min-width: 64em) {
  .distillers-share-page .hero-image {
    padding-top: 0;
  }
}
.distillers-share-page .hero-image img {
  width: 100%;
  object-fit: cover;
}
.distillers-share-page .intro {
  padding: 0 10px;
}
@media print, screen and (min-width: 64em) {
  .distillers-share-page .intro {
    padding: 0;
  }
}
@media print, screen and (min-width: 64em) {
  .distillers-share-page .intro h1 {
    font-size: 2.5rem;
  }
}
.distillers-share-page .releases-headline {
  color: #89673d;
  margin: 25px 0;
  text-align: center;
}
@media print, screen and (min-width: 64em) {
  .distillers-share-page .releases-headline {
    font-size: 26px;
    letter-spacing: 5.5px;
  }
}
.distillers-share-page .releases-tabs {
  list-style: none;
  display: flex;
  border-bottom: 1px solid rgba(112, 112, 112, 0.4);
  margin-bottom: 50px;
}
.distillers-share-page .releases-tabs li {
  margin-right: 10px;
}
@media print, screen and (min-width: 64em) {
  .distillers-share-page .releases-tabs li {
    margin-right: 50px;
  }
}
.distillers-share-page .releases-tabs li:last-child {
  margin: 0;
}
.distillers-share-page .releases-tabs a {
  display: flex;
  flex-direction: column;
  height: 100%;
  font-size: 12px;
  color: #373636;
  font-family: "henderson-slab-basic", serif;
  padding: 5px;
  text-decoration: none;
  border-bottom: 3px solid transparent;
  transform: translateY(1px);
  transition: all 0.5s ease;
}
@media print, screen and (min-width: 64em) {
  .distillers-share-page .releases-tabs a {
    font-size: 16px;
  }
}
.distillers-share-page .releases-tabs a:hover {
  border-bottom-color: #373636;
  opacity: 1;
}
.distillers-share-page .releases-tabs a span {
  font-style: italic;
  color: #BD0F0C;
  display: block;
}
.distillers-share-page .releases-tabs a.is-active {
  border-bottom-color: #b58c58;
  opacity: 1;
}
.distillers-share-page .releases-tabs a.current-release {
  font-weight: 600;
}
.distillers-share-page .release {
  padding: 0 10%;
  margin: 30px 0;
}
@media print, screen and (min-width: 64em) {
  .distillers-share-page .release {
    padding: 0;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
  }
}
.distillers-share-page .release.hidden {
  display: none;
}
.distillers-share-page .release > div {
  flex-shrink: 0;
}
@media print, screen and (min-width: 64em) {
  .distillers-share-page .release > div {
    width: calc(50% - 20px);
  }
}
.distillers-share-page .release > div:first-child {
  flex-shrink: 1;
}
@media print, screen and (min-width: 64em) {
  .distillers-share-page .release img {
    max-width: 530px;
  }
}
.distillers-share-page .release h3 {
  font-size: 23px;
  letter-spacing: 2.6px;
  color: #BD0F0C;
  text-transform: uppercase;
  margin: 0;
}
@media print, screen and (min-width: 64em) {
  .distillers-share-page .release h3 {
    font-size: 23px;
    letter-spacing: 3.6px;
  }
}
.distillers-share-page .release h4 {
  font-size: 16px;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  margin: 0;
  color: #373636;
}
@media print, screen and (min-width: 64em) {
  .distillers-share-page .release h4 {
    font-size: 20px;
    letter-spacing: 2px;
  }
}
.distillers-share-page .release .error-message {
  color: #BD0F0C;
  font-family: "henderson-slab-basic", serif;
  font-size: 14px;
  font-style: italic;
  line-height: 18px;
  margin: 6px 0;
}
.distillers-share-page .release-text {
  margin-top: 30px;
}
.distillers-share-page .release-text h3 {
  font-family: "FinalEditionJNL", final-edition-jnl;
}
.distillers-share-page .release-text .release-content {
  font-family: "henderson-slab-basic", serif;
  margin-top: 15px;
  font-size: 14px;
  margin-bottom: 14px;
}
.distillers-share-page .release-text .release-quotation {
  font-family: "FinalEditionJNL", final-edition-jnl;
  font-size: 20px;
  margin: 10px 0;
}
.distillers-share-page .release-text .release-quotation-author {
  font-family: "henderson-slab-basic", serif;
  font-size: 14px;
}
@media print, screen and (min-width: 64em) {
  .distillers-share-page .release-text {
    margin: 0;
  }
}
.distillers-share-page .past-releases-pagination {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 50px 0 100px;
}
.distillers-share-page .past-releases-pagination li {
  margin: 0 5px;
}
.distillers-share-page .past-releases-pagination a {
  display: block;
  border-radius: 999px;
  width: 15px;
  height: 15px;
  border: 1px solid #373636;
  transition: all 0.5s ease;
  text-decoration: none;
}
.distillers-share-page .past-releases-pagination a:hover {
  background: #373636;
}
.distillers-share-page .past-releases-pagination a.is-active {
  border-color: #b58c58;
  background: #89673d;
}
.distillers-share-page .past-releases-pagination a.is-active div.sr-only {
  color: #F0F0F0;
}

.sitemap-page {
  padding-top: 95px;
  padding-bottom: 30px;
}
.sitemap-page .large-4 {
  margin-bottom: 30px;
}
.sitemap-page .sitemap-container {
  margin-top: 10px;
}
.sitemap-page .sitemap-container .sitemap-col > ul > li {
  padding-bottom: 20px;
}
.sitemap-page .sitemap-container .sitemap-title {
  font-family: "FinalEditionJNL", final-edition-jnl;
  font-size: 36px;
  letter-spacing: 3.6px;
  color: #373636;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.sitemap-page .sitemap-container .sitemap-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
.sitemap-page .sitemap-container .sitemap-menu .first.expanded > ul > li:first-child {
  display: none;
}
.sitemap-page .sitemap-container .sitemap-menu a {
  font-family: "henderson-slab-basic", serif;
  text-transform: capitalize;
  font-style: normal;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0px;
  color: #bd0f0c;
  text-decoration: none;
  position: relative;
}
.sitemap-page .sitemap-container .sitemap-menu a:after {
  content: ">>";
  margin-left: 2px;
  color: inherit;
}
.sitemap-page .sitemap-container .sitemap-menu .sitemap-menu {
  padding-left: 20px;
}

.signup__section .section-title h1,
.signup__section .section-title h2 {
  margin: 0 0 15px 0;
}
.signup__heading {
  color: #3C3C3B;
  font-family: "DeskplateJNL";
  font-size: 22px;
  letter-spacing: 4.62px;
  text-transform: uppercase;
  margin-bottom: 12px;
}
@media print, screen and (min-width: 40em) {
  .signup__heading {
    font-size: 45px;
    letter-spacing: 9.45px;
    margin-bottom: 25px;
  }
}
.signup__subheading {
  color: #3C3C3B;
  font-family: "henderson-slab-basic", serif;
  font-size: 12px;
  letter-spacing: normal;
  margin-bottom: 30px;
}
@media print, screen and (min-width: 40em) {
  .signup__subheading {
    font-size: 14px;
  }
}

.webform-submission-form {
  margin-bottom: 40px;
}
@media screen and (min-width: 40em) {
  .webform-submission-form {
    margin-bottom: 70px;
  }
}
.webform-submission-form .form-item {
  margin-bottom: 30px;
}
.webform-submission-form .form-item-terms-and-condition,
.webform-submission-form .form-item-privacy-policy,
.webform-submission-form .form-item-events-promotion,
.webform-submission-form .form-item-legal {
  color: #373636;
  font-weight: 300;
  font-family: "henderson-slab-basic", serif;
  font-size: 12px;
  display: flex;
  align-items: center;
}
.webform-submission-form .form-item-terms-and-condition input,
.webform-submission-form .form-item-privacy-policy input,
.webform-submission-form .form-item-events-promotion input,
.webform-submission-form .form-item-legal input {
  margin: 0 10px 0 0;
  min-height: 13px;
  min-width: 13px;
}
.webform-submission-form a {
  color: #BD0F0C;
  font-family: "henderson-slab-basic", serif;
}
.webform-submission-form fieldset {
  margin: 0 !important;
}
.webform-submission-form .fieldset-wrapper .webform-flexbox {
  display: block;
  margin: 0;
}
.webform-submission-form .fieldset-wrapper .webform-flexbox .webform-flex--container {
  margin: 0 0 35px 0;
}
.webform-submission-form label {
  color: #373636;
  font-family: "henderson-slab-basic", serif;
  font-size: 14px;
}
.webform-submission-form .form-text,
.webform-submission-form .form-select,
.webform-submission-form .form-email,
.webform-submission-form .form-date {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #AC814E;
  box-shadow: none;
  color: #373636;
  font-size: 14px;
  font-weight: 300;
  font-family: "henderson-slab-basic", serif;
  padding-left: 0;
  margin: 0;
}
.webform-submission-form .form-select {
  color: #373636;
}
.webform-submission-form .button {
  background-color: #373636;
  letter-spacing: 2.4px;
}
.webform-submission-form input::-webkit-input-placeholder {
  /* Edge */
  color: #373636;
  font-weight: normal;
  font-size: 14px;
  font-family: "henderson-slab-basic", serif;
}
.webform-submission-form input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #373636;
  font-weight: normal;
  font-size: 14px;
  font-family: "henderson-slab-basic", serif;
}
.webform-submission-form input::placeholder {
  color: #373636;
  font-weight: normal;
  font-size: 14px;
  font-family: "henderson-slab-basic", serif;
}

.signup__form .button:hover,
.webform-submission-form .button:hover {
  background-color: #b37f43;
  border-color: #b37f43;
  color: #f1f1ed;
}

.faq-page {
  padding-top: 120px;
  padding-bottom: 60px;
}
.faq-page .faq-wrapper {
  margin-top: 50px;
}
.faq-page .faq-wrapper .faq-recipe {
  margin-bottom: 20px;
}
.faq-page .faq-wrapper .faq-recipe .faq-text {
  font-family: "henderson-slab-basic", serif;
  letter-spacing: 0px;
  font-size: 14px;
  max-width: 676px;
}
.faq-page .faq-wrapper .faq-recipe .faq-text h3 {
  font-family: "FinalEditionJNL", final-edition-jnl;
  font-size: 26px;
  letter-spacing: 3.6px;
  color: #bd0f0c;
  text-transform: uppercase;
  margin-bottom: 20px;
  max-width: 650px;
  line-height: 24px;
}
@media print, screen and (min-width: 40em) {
  .faq-page .faq-wrapper .faq-recipe .faq-text h3 {
    line-height: 36px;
    font-size: 36px;
  }
}
.faq-page .faq-wrapper .faq-recipe .faq-text a {
  color: #bd0f0c;
}

.confirmation-page {
  padding: 0;
  padding-top: 150px;
  padding-bottom: 60px;
}
@media screen and (max-width: 39.9375em) {
  .confirmation-page {
    padding-top: 110px;
    padding-bottom: 30px;
  }
}
.confirmation-page .section-title {
  max-width: 730px;
}
.confirmation-page .basic-description p {
  font-size: 14px;
}
@media screen and (max-width: 39.9375em) {
  .confirmation-page .basic-description p {
    font-size: 12px;
  }
}

.jbbdco-menu h1 {
  margin-bottom: 50px;
}
.jbbdco-menu .section.our-home h3 {
  font-size: 36px;
  line-height: 36px;
  letter-spacing: 3.6px;
  color: #373636;
  text-transform: uppercase;
}
.jbbdco-menu h6 {
  font-family: "henderson-slab-basic", serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 22px;
  letter-spacing: 0px;
  color: #B58C58;
  position: relative;
  padding-right: 40px;
}
.jbbdco-menu h6 span {
  font-family: "henderson-slab-basic", serif;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0px;
  color: #BD0F0C;
  position: absolute;
  right: 0;
  top: 0;
}
.jbbdco-menu p {
  font-size: 12px;
  line-height: 15px;
  letter-spacing: 0px;
  color: #373636;
}
.jbbdco-menu-category {
  margin-bottom: 40px;
}
@media screen and (min-width: 40em) {
  .jbbdco-menu-category:nth-child(2n+1) {
    padding-right: 60px;
    position: relative;
  }
}
@media screen and (min-width: 40em) {
  .jbbdco-menu-category:nth-child(2n+1):after {
    content: "";
    background: #000;
    width: 1px;
    position: absolute;
    top: 40px;
    bottom: 20px;
    right: 0;
  }
}
@media screen and (min-width: 40em) {
  .jbbdco-menu-category:nth-child(2n) {
    padding-left: 60px;
  }
}

.LoginWrapper .LoginWrapper__content {
  width: 18rem;
  margin: 9rem auto 3.7rem auto;
}

.paragraph--type--paragraph-container {
  margin-bottom: 55px;
}
.paragraph--type--paragraph-container h2 {
  text-align: center;
  letter-spacing: 5.46px;
  color: #89673d;
  text-transform: uppercase;
  opacity: 1;
  font-size: 1.625rem;
  margin-bottom: 32px;
}
.paragraph--type--paragraph-container .paragraph-blocks {
  max-width: 997px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 53px;
}
@media only screen and (min-width: 920px) and (max-width: 1024px) {
  .paragraph--type--paragraph-container .paragraph-blocks {
    gap: 1rem;
  }
}
@media only screen and (min-width: 580px) and (max-width: 920px) {
  .paragraph--type--paragraph-container .paragraph-blocks {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }
}
@media (max-width: 580px) {
  .paragraph--type--paragraph-container .paragraph-blocks {
    grid-template-columns: repeat(1, 1fr);
    gap: 5rem;
  }
}
.paragraph--type--paragraph-container .paragraph-content .paragraph-items .paragraph--type--two-columns-image:first-child .beamWay__content .grid-x .cell.vertically-padded {
  margin-top: 0;
}
.paragraph--type--paragraph-container .paragraph--type--two-columns-image .preview-cell {
  align-items: center;
}
.paragraph--type--paragraph-container .paragraph--type--two-columns-image .beamWay__content .display-left .cell.vertically-padded {
  padding-left: 60px;
}
.paragraph--type--paragraph-container .paragraph--type--two-columns-image .beamWay__content .display-right .cell.vertically-padded {
  padding-right: 60px;
}
@media screen and (min-width: 64em) {
  .paragraph--type--paragraph-container .paragraph--type--two-columns-image .beamWay__content .preview-cell .cell .img-preview {
    max-width: initial;
  }
}
.paragraph--type--paragraph-container .paragraph--type--two-columns-image .beamWay__content .preview-cell .cell .img-preview img {
  width: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .paragraph--type--paragraph-container .paragraph--type--two-columns-image .beamWay__content .grid-x.display-left .cell.vertically-padded .preview-content {
    padding-left: 60px;
  }
  .paragraph--type--paragraph-container .paragraph--type--two-columns-image .beamWay__content .grid-x.display-right .cell.vertically-padded .preview-content {
    padding-right: 60px;
  }
  .paragraph--type--paragraph-container .paragraph--type--two-columns-image .beamWay__content .grid-x > .large-6 {
    width: 50%;
  }
}
@media (max-width: 768px) {
  .paragraph--type--paragraph-container .paragraph--type--two-columns-image .beamWay__content .grid-x.display-left .cell.vertically-padded, .paragraph--type--paragraph-container .paragraph--type--two-columns-image .beamWay__content .grid-x.display-right .cell.vertically-padded {
    padding: 0;
  }
  .paragraph--type--paragraph-container .paragraph--type--two-columns-image .beamWay__content .grid-x.display-left .cell.vertically-padded .img-preview, .paragraph--type--paragraph-container .paragraph--type--two-columns-image .beamWay__content .grid-x.display-right .cell.vertically-padded .img-preview {
    margin-bottom: 16px;
  }
  .paragraph--type--paragraph-container .paragraph--type--two-columns-image .beamWay__content .grid-x.display-left .cell.vertically-padded .preview-content .beamway-subheading, .paragraph--type--paragraph-container .paragraph--type--two-columns-image .beamWay__content .grid-x.display-right .cell.vertically-padded .preview-content .beamway-subheading {
    max-width: 100% !important;
  }
  .paragraph--type--paragraph-container .paragraph--type--two-columns-image .beamWay__content .grid-x.display-left .cell.vertically-padded .preview-content .beamway-subheading h3, .paragraph--type--paragraph-container .paragraph--type--two-columns-image .beamWay__content .grid-x.display-right .cell.vertically-padded .preview-content .beamway-subheading h3 {
    text-align: center;
  }
  .paragraph--type--paragraph-container .paragraph--type--two-columns-image .beamWay__content .grid-x.display-left .cell.vertically-padded .preview-content .beamway-content, .paragraph--type--paragraph-container .paragraph--type--two-columns-image .beamWay__content .grid-x.display-right .cell.vertically-padded .preview-content .beamway-content {
    max-width: 100%;
  }
  .paragraph--type--paragraph-container .paragraph--type--two-columns-image .beamWay__content .grid-x.display-left .cell.vertically-padded .preview-content .beamway-content p, .paragraph--type--paragraph-container .paragraph--type--two-columns-image .beamWay__content .grid-x.display-right .cell.vertically-padded .preview-content .beamway-content p {
    text-align: center;
  }
  .paragraph--type--paragraph-container .paragraph--type--two-columns-image .beamWay__content .grid-x.display-left .cell.vertically-padded .preview-content .about-us__buttons-block .action-buttons, .paragraph--type--paragraph-container .paragraph--type--two-columns-image .beamWay__content .grid-x.display-right .cell.vertically-padded .preview-content .about-us__buttons-block .action-buttons {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .paragraph--type--paragraph-container .paragraph--type--two-columns-image .beamWay__content .grid-x.display-left .cell.vertically-padded .preview-content .about-us__buttons-block .action-buttons a, .paragraph--type--paragraph-container .paragraph--type--two-columns-image .beamWay__content .grid-x.display-right .cell.vertically-padded .preview-content .about-us__buttons-block .action-buttons a {
    width: 100%;
  }
}
.paragraph--type--paragraph-container .paragraph--type--two-columns-image .beamWay__content .cell.vertically-padded .preview-content {
  height: auto;
}
.paragraph--type--paragraph-container .paragraph--type--two-columns-image .preview-cell .cell .preview-content .beamway-subheading div, .paragraph--type--paragraph-container .paragraph--type--two-columns-image .preview-cell .cell .preview-content .beamway-subheading p, .paragraph--type--paragraph-container .paragraph--type--two-columns-image .preview-cell .cell .preview-content .beamway-subheading h2, .paragraph--type--paragraph-container .paragraph--type--two-columns-image .preview-cell .cell .preview-content .beamway-subheading h3 {
  color: #373636;
  font-family: "FinalEditionJNL", final-edition-jnl;
  font-size: 25px;
  text-align: left;
}
.paragraph--type--paragraph-container .paragraph--type--two-columns-image .preview-cell .cell .preview-content .button {
  padding: 17px;
}
.paragraph--type--paragraph-container .paragraph--type--two-columns-image .preview-cell .cell .preview-content .button.black {
  background-color: #414042;
}
.paragraph--type--paragraph-container .paragraph--type--two-columns-image .preview-cell .cell .preview-content .button.black:hover {
  background-color: #B37F43;
}
.paragraph--type--paragraph-container .paragraph--type--two-columns-image .display-left {
  flex-direction: row;
}
.paragraph--type--paragraph-container .paragraph--type--two-columns-image .display-left .cell:first-child {
  padding-left: 90px;
}
.paragraph--type--paragraph-container .paragraph--type--homepage-features.rounded-preview .img-preview {
  border: 0;
  border-radius: 50%;
}
@media only screen and (min-width: 768px) and (max-width: 880px) {
  .paragraph--type--paragraph-container .paragraph--type--homepage-features.rounded-preview .img-preview {
    width: 195px;
    height: 195px;
  }
}
@media only screen and (min-width: 880px) and (max-width: 1140px) {
  .paragraph--type--paragraph-container .paragraph--type--homepage-features.rounded-preview .preview-content {
    padding: 0 15px 0 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 880px) {
  .paragraph--type--paragraph-container .paragraph--type--homepage-features.rounded-preview .preview-content {
    padding: 0 10px 0 10px;
  }
}
@media (max-width: 767px) {
  .paragraph--type--paragraph-container .paragraph--type--homepage-features.rounded-preview .preview-content {
    padding: 0 10px 0 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
@media only screen and (min-width: 768px) and (max-width: 880px) {
  .paragraph--type--paragraph-container .paragraph--type--homepage-features.rounded-preview .preview-content .feature-description {
    width: 100%;
  }
}
@media only screen and (min-width: 880px) and (max-width: 1040px) {
  .paragraph--type--paragraph-container .paragraph--type--homepage-features.rounded-preview .preview-content .block-experience-button a {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 880px) {
  .paragraph--type--paragraph-container .paragraph--type--homepage-features.rounded-preview .preview-content .block-experience-button a {
    width: 100%;
  }
}
.paragraph--type--paragraph-container .paragraph--type--homepage-features .img-preview {
  width: 256px;
  height: 256px;
  margin-bottom: 20px;
}
.paragraph--type--paragraph-container .paragraph--type--homepage-features .preview-content .preview-count {
  color: #BD0F0C;
  font-family: "henderson-slab-basic", serif;
  text-align: left;
  font-size: 15px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  opacity: 1;
  margin: 0;
}
.paragraph--type--paragraph-container .paragraph--type--homepage-features .preview-content h3 {
  color: #373636;
  font-family: "FinalEditionJNL", final-edition-jnl;
  font-size: 25px;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  margin-bottom: 12px;
}
.paragraph--type--paragraph-container .paragraph--type--homepage-features .preview-content .feature-description {
  width: 256px;
  font-family: "henderson-slab-basic", serif;
  font-size: 14px;
  color: #373636;
  min-height: 134px;
  margin-bottom: 20px;
}
.paragraph--type--paragraph-container .paragraph--type--homepage-features .preview-content .block-experience-button a {
  width: 256px;
  padding: 17px;
}
.paragraph--type--paragraph-container .paragraph--type--homepage-features .preview-content .block-experience-button a.black {
  background-color: #414042;
}
.paragraph--type--paragraph-container .paragraph--type--homepage-features .preview-content .block-experience-button a.black:hover {
  background-color: #B37F43;
}

.block-experience {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  height: 100%;
  justify-content: space-between;
  width: 100%;
}
@media (max-width: 580px) {
  .block-experience {
    max-width: 100%;
    margin: 0 auto;
  }
}
.block-experience .block-experience-image {
  width: 100%;
  height: auto;
  margin: 0 auto 25px auto;
  text-align: center;
}
.block-experience .block-experience-content {
  margin-bottom: 25px;
}
.block-experience .block-experience-content .block-experience-title {
  font-size: 20px;
  font-family: "FinalEditionJNL", final-edition-jnl;
  font-weight: normal;
  text-align: center;
  letter-spacing: 2px;
}
.block-experience .block-experience-button a.button {
  max-width: 100%;
  width: 100%;
  padding: 17px 20px;
  margin: 0;
}
.block-experience .block-experience-button a.button.black {
  background-color: #414042;
}
.block-experience .block-experience-button a.button.black:hover {
  background-color: #B37F43;
}

.node-event-full .event-banner .jarallax > .jarallax-img {
  display: block;
  margin-bottom: -40px;
}
.node-event-full .grid-x.beamWay__breadcrumb {
  z-index: 9;
  position: relative;
  background-color: #F1F1ED;
}
.node-event-full h1 {
  max-width: 85%;
}
.node-event-full .event-mobile {
  display: none;
}
@media only screen and (max-width: 700px) {
  .node-event-full .event-desktop {
    display: none;
  }
  .node-event-full .event-mobile {
    display: block;
  }
}
.node-event-full .header-description {
  max-width: 85%;
  padding-bottom: 50px;
}

.section-heading {
  text-align: center;
  display: block;
  font-family: "DeskplateJNL";
  font-size: 26px;
  letter-spacing: 5.4px;
  margin-bottom: 30px;
  color: #B58C58;
}

.center-align {
  justify-content: center;
  align-items: baseline;
}

/* Style the tab */
.tab {
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: baseline;
}

/* Style the buttons inside the tab */
.tab button {
  border: none;
  outline: none;
  cursor: pointer;
  padding: 0 14px;
  font-size: 20px;
  letter-spacing: 2px;
  color: #373636;
  opacity: 0.5;
  transition: 0.3s;
  text-transform: uppercase;
  font-family: "FinalEditionJNL", final-edition-jnl;
}

/* Change background color of buttons on hover */
.tab button:hover {
  color: #000;
  opacity: 1;
}

/* Create an active/current tablink class */
.tab button.active {
  color: #000;
  opacity: 1;
}

/* Style the tab content */
.tabcontent {
  display: none;
  border-top: none;
}

.our-venues-image {
  width: 100%;
  height: 100%;
}

.our-venues-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.venues-tab-carousel.owl-theme .owl-item.active button {
  color: #000;
  opacity: 1;
}

.venues-tab-carousel.owl-carousel .owl-stage-outer {
  display: flex;
  justify-content: center;
}

.venues-tab-carousel.owl-carousel .owl-stage {
  transform: none;
  flex-wrap: wrap;
  justify-content: center;
}

.owl-theme .owl-dots .owl-dot span {
  width: 15px;
  height: 15px;
  margin-top: 30px;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #B58C58;
}

.our-venues-carousel.owl-carousel .owl-nav button.owl-prev,
.our-venues-carousel.owl-carousel .owl-nav button.owl-next {
  z-index: 1;
  width: 35px;
  height: 35px;
  background-color: #bb8a4c;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translatey(-150%);
}

.our-venues-carousel.owl-carousel .owl-nav button.owl-prev {
  left: -60px;
}

.our-venues-carousel.owl-carousel .owl-nav button.owl-next {
  right: -60px;
}

.our-venues-carousel.owl-theme .owl-nav [class*=owl-]:hover {
  background: #bb8a4c;
  text-decoration: none;
}

.slider-btn {
  font-size: 28px;
  color: #fff;
  line-height: normal;
}

.owl-stage {
  display: flex;
  flex-direction: row;
}

.venues-tab-carousel.owl-carousel .owl-nav button.owl-prev,
.venues-tab-carousel.owl-carousel .owl-nav button.owl-next {
  z-index: 1;
  position: absolute;
  top: -18px;
  opacity: 1;
}

.venues-tab-carousel.owl-carousel .owl-nav button.owl-prev {
  left: 15px;
}

.venues-tab-carousel.owl-carousel .owl-nav button.owl-next {
  right: 15px;
}

.venues-tab-carousel.owl-theme .owl-item .item {
  min-width: 185px;
  height: 50px;
}

/* venue-detail-css */
.venue-detail {
  font-family: "FinalEditionJNL", final-edition-jnl;
  text-align: left;
  margin-top: 30px;
}

.venue-heading {
  font-size: 36px;
  line-height: 30px;
  letter-spacing: 3.5px;
  color: #BD0F0C;
  text-transform: uppercase;
  opacity: 1;
  margin-bottom: 5px;
  font-family: "FinalEditionJNL", final-edition-jnl;
}

.venue-sub-heading {
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 2px;
  color: #3C3C3B;
  text-transform: uppercase;
  opacity: 1;
  margin-bottom: 20px;
}
.venue-sub-heading p {
  font-family: "FinalEditionJNL", final-edition-jnl;
  letter-spacing: 2px;
}

.venue-layout-heading p {
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 2px;
  font-family: "FinalEditionJNL", final-edition-jnl;
}

.venue-description,
.venue-capacity,
.venue-amenities {
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0;
  color: #373636;
  margin-bottom: 20px;
}

.venue-description {
  padding: 0 100px 0 0;
}
.venue-description strong {
  font-weight: bold;
}
.venue-description ul li {
  font-family: "henderson-slab-basic", serif;
  font-size: 14px;
  line-height: 22px;
}

.capacity,
.amenities {
  font-weight: bold;
  text-transform: uppercase;
}

.venue-capacity ul {
  margin-left: 0;
}

.amenities-list {
  list-style-type: disc;
}

.capacity-list {
  list-style: none;
}

.capacity-list,
.amenities-list {
  text-transform: capitalize;
  text-align: left;
  margin-left: 0;
}

.venues-layout-image {
  width: 250px;
  height: auto;
}

.venue-detail .large-3 {
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media print, screen and (max-width: 64em) {
  .venues-tab-carousel.owl-carousel .owl-stage-outer {
    display: block;
  }

  .venues-tab-carousel.owl-carousel .owl-stage {
    transform: translate3d(0, 0, 0);
  }

  .our-venues-carousel.owl-carousel .owl-nav button.owl-prev {
    left: 0;
  }

  .venues-tab-carousel.owl-carousel .owl-nav button.owl-prev span,
.venues-tab-carousel.owl-carousel .owl-nav button.owl-next span {
    font-size: 30px;
    color: #BB8A4C;
  }

  .our-venues-carousel.owl-carousel .owl-nav button.owl-prev,
.our-venues-carousel.owl-carousel .owl-nav button.owl-next {
    width: 25px;
    height: 25px;
  }

  .our-venues-carousel.owl-carousel .owl-nav button.owl-next {
    right: 0;
  }

  .venues-tab-carousel.owl-theme .owl-item {
    display: flex;
    justify-content: center;
    align-items: baseline;
  }

  .venues-tab-carousel.owl-theme .owl-nav [class*=owl-]:hover {
    background: transparent;
  }

  .slider-btn {
    font-size: 18px;
  }

  .venues-tab-carousel.owl-theme .owl-item .item {
    width: 200px;
    height: auto;
  }

  .our-venues-carousel.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin-top: 10px;
  }

  .venue-description {
    padding: 0;
  }

  .venue-detail {
    margin-top: 20px;
  }

  .venue-detail .large-6 {
    padding: 0 40px;
    margin-bottom: 10px;
  }

  .venue-heading {
    font-size: 25px;
    line-height: 30px;
    letter-spacing: 2.5px;
  }

  .venue-sub-heading {
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 2px;
    margin-bottom: 12px;
  }

  .venue-heading, .venue-sub-heading {
    text-align: center;
  }

  .venues-layout-image {
    width: 300px;
  }

  .venues-layout-image img {
    object-fit: cover;
  }
}
@media (min-width: 600px) {
  div#sync2 {
    display: flex;
    justify-content: space-around;
  }
}
@media (max-width: 767px) {
  .tab .venues-tab-carousel {
    margin-bottom: 0;
  }
}
div#sync1 {
  display: block;
}

.venues-tab-carousel .item.active .tablinks {
  color: #000;
  opacity: 1;
}

.venues-tab-carousel .item {
  width: 20%;
  text-align: center;
}

div#sync2 {
  flex-wrap: wrap;
  justify-content: center;
}

.venues-tab-carousel {
  margin-bottom: 30px;
}

@media only screen and (max-width: 1200px) and (min-width: 1020px) {
  .tab .venues-tab-carousel .item {
    width: 25%;
    margin-bottom: 10px;
  }
}
.pbc-page .button.gold {
  background-color: #8C6635;
  color: #ffffff;
  letter-spacing: 2.4px;
  font-size: 12px;
}
.pbc-page .intro {
  padding: 20px 0;
}
@media print, screen and (min-width: 40em) {
  .pbc-page .intro {
    padding: 20px 70px;
    max-width: 85%;
  }
}
.pbc-page .intro h1 {
  color: #8C6635;
}
.pbc-page .intro .content {
  font-family: "henderson-slab-basic", serif;
}
.pbc-page .intro .button {
  margin-top: 30px;
}
.pbc-page .info {
  color: #F1F1ED;
  background-color: #373636;
}
.pbc-page .info .feature {
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-top: 20px;
  gap: 20px;
}
@media print, screen and (min-width: 40em) {
  .pbc-page .info .feature {
    flex-direction: row;
  }
  .pbc-page .info .feature.reverse {
    flex-direction: row-reverse;
  }
}
.pbc-page .info .feature .image {
  margin: 50px 0;
}
@media print, screen and (min-width: 40em) {
  .pbc-page .info .feature .image {
    width: 50%;
  }
}
.pbc-page .info .feature .content {
  font-family: "henderson-slab-basic", serif;
  margin-bottom: 20px;
}
@media print, screen and (min-width: 40em) {
  .pbc-page .info .feature .content {
    width: 50%;
  }
}
.pbc-page .info .feature .content .button {
  margin-top: 20px;
}
.pbc-page .steps {
  display: flex;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: 0 auto 100px auto;
}
.pbc-page .steps .step {
  display: flex;
  flex-direction: column;
}
@media print, screen and (min-width: 40em) {
  .pbc-page .steps .step {
    flex: 0 0 33.3333%;
    margin-top: 100px;
  }
}
.pbc-page .steps .step .image {
  margin: 0 auto;
}
.pbc-page .steps .step .details {
  padding: 0 60px;
}
.pbc-page .steps .step h2 {
  font-family: "FinalEditionJNL", final-edition-jnl;
  color: #BD0F0C;
  letter-spacing: 2px;
  margin-bottom: 0;
}
.pbc-page .steps .step h3 {
  font-family: "FinalEditionJNL", final-edition-jnl;
  letter-spacing: normal;
}
.pbc-page .steps .step .content {
  font-family: "henderson-slab-basic", serif;
  margin-top: 20px;
  font-size: 14px;
}
.pbc-page .outro {
  background-size: cover;
  background-position: center;
}
.pbc-page .outro .content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 40px;
}
@media print, screen and (min-width: 40em) {
  .pbc-page .outro .content {
    flex-direction: row;
  }
}
.pbc-page .outro .content .quotation {
  font-family: "DeskplateJNL";
  letter-spacing: 0.5rem;
  color: #F1F1ED;
  font-size: 1.8rem;
}
@media print, screen and (min-width: 40em) {
  .pbc-page .outro .content .quotation {
    font-size: 2rem;
  }
}
.pbc-page .outro .content img {
  margin: 20px auto;
}
.pbc-page .faqs-intro {
  min-height: 400px;
  background-size: cover;
  background-position: center;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
}
.pbc-page .faqs-intro div {
  width: 100%;
}
.pbc-page .faqs-intro div h2 {
  color: #8C6635;
}
.pbc-page .faqs-intro div .content {
  font-family: "henderson-slab-basic", serif;
  margin-top: 20px;
  font-size: 14px;
  color: #F1F1ED;
}
.pbc-page .faqs-intro div a {
  margin-top: 20px;
}
.pbc-page .faqs-list {
  margin-top: 20px;
  margin-bottom: 20px;
  display: none;
}
.pbc-page .faqs-list div {
  max-width: 676px;
}
.pbc-page .faqs-list .question {
  font-family: "FinalEditionJNL", final-edition-jnl;
  color: #BD0F0C;
  letter-spacing: 3.6px;
  font-size: 2.5rem;
  margin-bottom: 10px;
}
.pbc-page .faqs-list .answer {
  font-family: "henderson-slab-basic", serif;
  font-size: 14px;
  margin-bottom: 20px;
}
.pbc-page .faqs-list .answer a {
  color: #BD0F0C;
}

.product-desc {
  position: relative;
}
.product-desc .grid-container {
  max-width: 100%;
  padding: 0 !important;
}
@media only screen and (min-width: 1920px) {
  .product-desc .grid-container {
    max-width: 1800px;
  }
}
.product-desc .product-desc__details-container {
  border-left: 0;
  padding-left: 24px;
  padding-right: 24px;
  margin-bottom: 32px;
  padding-top: 24px;
  padding-bottom: 24px;
}
@media only screen and (min-width: 320px) and (max-width: 639px) {
  .product-desc .product-desc__details-container {
    text-align: center;
    padding-bottom: 64px;
    margin-bottom: 0;
  }
}
@media print, screen and (min-width: 40em) {
  .product-desc .product-desc__details-container {
    padding-left: 46px;
    padding-right: 46px;
    margin-bottom: 0;
    border-right: none;
    padding-top: 64px;
    padding-bottom: 64px;
    height: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 24px;
  }
}
@media screen and (min-width: 75em) {
  .product-desc .product-desc__details-container {
    padding-left: 60px;
    padding-right: 60px;
    border-right: none;
    padding-top: 96px;
    padding-bottom: 96px;
  }
}
@media screen and (min-width: 90em) {
  .product-desc .product-desc__details-container {
    padding-left: 102px;
    padding-right: 106px;
  }
}
.product-desc .product-desc__details-container .category {
  display: inline-flex;
  position: relative;
  justify-content: center;
}
.product-desc .product-desc__details-container .category .category__wrapper {
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
}
.product-desc .product-desc__details-container .category .category__list {
  display: flex;
  align-items: center;
  gap: 16px;
  text-transform: uppercase;
  color: var(--core-components-category-neutral-fg-color);
  text-align: center;
  font-family: var(--core-components-category-font-family);
  line-height: calc(var(--core-components-category-line-height) * 1px);
  font-size: calc(var(--core-components-category-font-size) * 1px);
  letter-spacing: calc( var(--core-components-category-letter-spacing) * 1px );
  font-weight: var(--core-components-category-font-weight);
  text-transform: uppercase;
}
.product-desc p {
  margin-bottom: inherit;
  font-size: inherit;
  line-height: inherit;
  font-family: inherit;
  font-weight: inherit;
  color: inherit;
}
.product-desc .product-desc__details-center {
  display: flex;
  flex-direction: column;
  gap: 24px;
  justify-content: center;
}
@media print, screen and (min-width: 40em) {
  .product-desc .product-desc__details-center {
    align-items: flex-start;
  }
}
.product-desc .product-desc__name {
  color: var(--core-components-title-accent-fg-color);
  font-family: var(--core-components-title-vps-xl-font-family);
  font-weight: var(--core-components-title-vps-xl-font-weight);
  line-height: calc(var(--core-components-title-vps-xl-line-height) * 1px);
  font-size: calc(var(--core-components-title-vps-xl-font-size) * 1px);
  letter-spacing: calc( var(--core-components-title-vps-xl-letter-spacing) * 1px );
  text-decoration: none;
  text-transform: uppercase;
  margin-top: 0px;
}
@media print, screen and (min-width: 40em) {
  .product-desc .product-desc__name {
    font-family: var(--core-components-title-vpm-xl-font-family);
    font-weight: var(--core-components-title-vpm-xl-font-weight);
    line-height: calc(var(--core-components-title-vpm-xl-line-height) * 1px);
    font-size: calc(var(--core-components-title-vpm-xl-font-size) * 1px);
    letter-spacing: calc( var(--core-components-title-vpm-xl-letter-spacing) * 1px );
    text-decoration: none;
  }
}
@media print, screen and (min-width: 64em) {
  .product-desc .product-desc__name {
    font-family: var(--core-components-title-vpl-xl-font-family);
    font-weight: var(--core-components-title-vpl-xl-font-weight);
    line-height: calc(var(--core-components-title-vpl-xl-line-height) * 1px);
    font-size: calc(var(--core-components-title-vpl-xl-font-size) * 1px);
    letter-spacing: calc( var(--core-components-title-vpl-xl-letter-spacing) * 1px );
    text-decoration: none;
  }
}
.product-desc .product-desc__name h1,
.product-desc .product-desc__name h2,
.product-desc .product-desc__name h3,
.product-desc .product-desc__name h4,
.product-desc .product-desc__name h5,
.product-desc .product-desc__name h6 {
  letter-spacing: inherit;
  margin: inherit;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  color: inherit;
  text-rendering: inherit;
}
.product-desc .product-desc__img-container .product-desc__scrollbar {
  position: absolute;
  margin-top: 56px;
  cursor: move;
  left: 50%;
  transform: translateX(-50%);
  bottom: 44px;
  max-width: 100%;
  height: 2px;
  background: var(--core-components-pagination-progressbar-neutral-bg-color);
  z-index: 99;
}
@media print, screen and (min-width: 40em) {
  .product-desc .product-desc__img-container .product-desc__scrollbar {
    left: 150px;
    bottom: 70px;
    transform: translateX(0%);
    max-width: 152px;
  }
}
.product-desc .product-desc__img-container .product-desc__scrollbar::after {
  display: block;
  height: 90px;
  width: 152px;
  position: absolute;
  top: -50px;
  z-index: 1;
}
.product-desc .product-desc__img-container .product-desc__scrollbar .swiper-scrollbar-drag {
  background-color: var(--core-components-pagination-progressbar-neutral-fg-color);
}
.product-desc .product-desc__slide-prev {
  position: absolute;
  height: 90%;
  width: 15%;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
  left: 4px;
  display: none;
  cursor: url('data:image/svg+xml;charset=UTF-8,<svg width="64" height="64" viewBox="0 0 64 64" fill="none" xmlns="http://www.w3.org/2000/svg"><circle r="29" transform="matrix(-1 0 0 1 32 32)" stroke="black" stroke-width="2"/><rect width="2" height="38" transform="matrix(4.37114e-08 -1 -1 -4.37114e-08 52 33)" fill="black"/><rect width="2" height="38" transform="matrix(4.37114e-08 -1 -1 -4.37114e-08 52 33)" stroke="black"/><rect width="2" height="19" transform="matrix(-0.707107 -0.707107 -0.707107 0.707107 26.8499 20.0139)" fill="black"/><rect width="2" height="19" transform="matrix(-0.707107 -0.707107 -0.707107 0.707107 26.8499 20.0139)" stroke="black"/><rect width="2" height="19" transform="matrix(0.707107 -0.707107 -0.707107 -0.707107 25.4358 45.4709)" fill="black"/><rect width="2" height="19" transform="matrix(0.707107 -0.707107 -0.707107 -0.707107 25.4358 45.4709)" stroke="black"/></svg>')60 20,auto;
}
@media print, screen and (min-width: 64em) {
  .product-desc .product-desc__slide-prev {
    display: inline-flex;
  }
}
.product-desc .product-desc__slide-prev:focus-visible {
  cursor: pointer;
  opacity: 1;
  color: var(--core-components-pagination-progressbar-neutral-bg-color);
}
.product-desc .product-desc__slide-prev::after {
  display: none;
}
.product-desc .product-desc__slide-next {
  position: absolute;
  height: 90%;
  width: 15%;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
  right: 4px;
  display: none;
  cursor: url('data:image/svg+xml;charset=UTF-8,<svg width="64" height="64" viewBox="0 0 64 64" fill="none" xmlns="http://www.w3.org/2000/svg"><circle cx="32" cy="32" r="29" stroke="black" stroke-width="2"/><rect x="12" y="33" width="2" height="38" transform="rotate(-90 12 33)" fill="black"/><rect x="12" y="33" width="2" height="38" transform="rotate(-90 12 33)" stroke="black"/><rect x="37.1501" y="20.0139" width="2" height="19" transform="rotate(-45 37.1501 20.0139)" fill="black"/><rect x="37.1501" y="20.0139" width="2" height="19" transform="rotate(-45 37.1501 20.0139)" stroke="black"/><rect x="38.5642" y="45.4709" width="2" height="19" transform="rotate(-135 38.5642 45.4709)" fill="black"/><rect x="38.5642" y="45.4709" width="2" height="19" transform="rotate(-135 38.5642 45.4709)" stroke="black"/></svg>')60 20, auto;
}
@media print, screen and (min-width: 64em) {
  .product-desc .product-desc__slide-next {
    display: inline-flex;
  }
}
.product-desc .product-desc__slide-next.swiper-button-disabled {
  cursor: context-menu!important;
  pointer-events: unset;
}
.product-desc .product-desc__slide-next:focus-visible {
  cursor: pointer;
  opacity: 1;
  color: var(--core-components-pagination-progressbar-neutral-bg-color);
}
.product-desc .product-desc__slide-next::after {
  display: none;
}
.product-desc .product-desc__desc {
  color: var(--semantic-color-surface-on-neutral-default);
  font-family: var(--semantic-typography-body-md-font-family);
  line-height: calc(var(--semantic-typography-body-md-line-height) * 1px);
  font-size: calc(var(--semantic-typography-body-md-font-size) * 1px);
  letter-spacing: calc( var(--semantic-typography-body-md-letter-spacing) * 1px );
}
.product-desc .product-desc__cta {
  margin-top: 16px;
  display: grid;
  grid-template-columns: auto auto auto auto;
  grid-gap: 16px;
  border-top: 1px solid var(--core-components-separator-neutral-border-color);
  padding-top: 40px;
}
@media only screen and (min-width: 320px) and (max-width: 639px) {
  .product-desc .product-desc__cta {
    justify-content: center;
  }
}
@media print, screen and (min-width: 40em) {
  .product-desc .product-desc__cta {
    display: block;
    width: 100%;
  }
}
.product-desc .product-desc__img-container {
  margin-bottom: 32px;
}
@media print, screen and (min-width: 40em) {
  .product-desc .product-desc__img-container {
    margin-bottom: 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 100%;
  }
}
.product-desc .product-desc__img-container .product-desc__img .content .bs-responsive-image-holder {
  height: 100%;
}
.product-desc .product-desc__img {
  text-align: center;
  position: relative;
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
}
@media print, screen and (min-width: 40em) {
  .product-desc .product-desc__img {
    margin-top: 0;
    padding-bottom: 0;
    border-right: none;
    margin-bottom: 0;
    margin-top: 64px;
  }
}
@media print, screen and (min-width: 64em) {
  .product-desc .product-desc__img {
    border-right: none;
    margin-top: 0;
    padding-bottom: 0;
  }
}
.product-desc .product-desc__img img {
  height: 100%;
  position: relative;
  z-index: 0;
  transform: translateX(0%);
}
@media print, screen and (min-width: 40em) {
  .product-desc .product-desc__img img {
    height: 100%;
    width: 100%;
    max-height: 720px;
  }
}
.product-desc .product-desc__img.product-desc__img--active {
  overflow: auto;
}
@media print, screen and (min-width: 64em) {
  .product-desc .product-desc__img.product-desc__img--active {
    overflow: hidden;
  }
}
.product-desc .product-desc__img.product-desc__img--active img {
  opacity: 1;
  height: 200%;
  max-width: 200%;
  transform: translateX(-25%);
}
@media print, screen and (min-width: 64em) {
  .product-desc .product-desc__img.product-desc__img--active img {
    opacity: 0;
    transform: translateX(0%);
    height: 100%;
    max-width: 100%;
  }
}
.product-desc .product-desc__img.product-desc__img--active .product-desc__img-bg {
  visibility: hidden;
}
@media print, screen and (min-width: 64em) {
  .product-desc .product-desc__img.product-desc__img--active .product-desc__img-bg {
    opacity: 1;
    visibility: visible;
  }
}
.product-desc.product-desc--cdp {
  background-color: var(--semantic-color-surface-neutral-default);
}
.product-desc.product-desc--cdp .product-desc__details-container {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 24px;
}
@media print, screen and (min-width: 40em) {
  .product-desc.product-desc--cdp .product-desc__img img {
    max-height: 100%;
  }
}
.product-desc.product-desc--cdp .product-desc__details-center {
  align-items: center;
}
.product-desc.product-desc--cdp .product-desc__cta {
  text-align: center;
}
.product-desc.product-desc--cdp .grid-padding-x > .cell:first-child {
  padding: 0;
}
.product-desc.product-desc--cdp .product-desc__name {
  text-align: center;
}
.product-desc.product-desc--cdp .product-desc__desc {
  text-align: center;
}
.product-desc.product-desc--cdp .product-desc__img > .content {
  padding: unset;
}
@media only screen and (min-width: 320px) and (max-width: 639px) {
  .product-desc.product-desc--cdp .product-desc__img.product-desc__img--active img {
    transform: unset;
  }
}
@media only screen and (min-width: 320px) and (max-width: 639px) {
  .product-desc.product-desc--cdp .product-desc__img--active > .content img {
    min-width: 800px;
  }
}
.product-desc.product-desc--cdp .product-desc__img--active > .content::after {
  content: "";
  min-width: 800px;
  cursor: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" width="64" height="64" viewBox="0 0 64 64" fill="none"><circle cx="32" cy="32" r="29" stroke="black" stroke-width="2"/><rect x="12" y="33" width="2" height="40" transform="rotate(-90 12 33)" fill="black"/><rect x="12" y="33" width="2" height="40" transform="rotate(-90 12 33)" stroke="black"/></svg>') 64 20, auto;
}
.product-desc.product-desc--cdp .product-desc__img-container .product-desc__img {
  margin-top: 0;
}
@media print, screen and (min-width: 64em) {
  .product-desc.product-desc--cdp .product-desc__img img {
    width: 100%;
    min-width: unset;
  }
}

.tasting-note {
  padding: 64px 0;
  background: var(--semantic-color-surface-neutral-default);
}
@media print, screen and (min-width: 64em) {
  .tasting-note {
    padding: 120px 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .tasting-note {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.tasting-note p {
  margin-bottom: inherit;
  font-size: inherit;
  line-height: inherit;
  font-family: inherit;
  font-weight: inherit;
  color: inherit;
}
.tasting-note .tasting-note__section-title {
  margin-bottom: 40px;
  padding-bottom: 24px;
  position: relative;
  color: var(--core-components-title-neutral-fg-color);
  font-family: var(--core-components-title-vps-sm-font-family);
  font-weight: var(--core-components-title-vps-sm-font-weight);
  line-height: calc(var(--core-components-title-vps-sm-line-height) * 1px);
  font-size: calc(var(--core-components-title-vps-sm-font-size) * 1px);
  letter-spacing: calc( var(--core-components-title-vps-sm-letter-spacing) * 1px );
  text-decoration: none;
}
@media print, screen and (min-width: 40em) {
  .tasting-note .tasting-note__section-title {
    font-family: var(--core-components-title-vpm-sm-font-family);
    font-weight: var(--core-components-title-vpm-sm-font-weight);
    line-height: calc(var(--core-components-title-vpm-sm-line-height) * 1px);
    font-size: calc(var(--core-components-title-vpm-sm-font-size) * 1px);
    letter-spacing: calc( var(--core-components-title-vpm-sm-letter-spacing) * 1px );
    text-decoration: none;
  }
}
@media print, screen and (min-width: 64em) {
  .tasting-note .tasting-note__section-title {
    margin-bottom: 64px;
    font-family: var(--core-components-title-vpl-sm-font-family);
    font-weight: var(--core-components-title-vpl-sm-font-weight);
    line-height: calc(var(--core-components-title-vpl-sm-line-height) * 1px);
    font-size: calc(var(--core-components-title-vpl-sm-font-size) * 1px);
    letter-spacing: calc( var(--core-components-title-vpl-sm-letter-spacing) * 1px );
    text-decoration: none;
  }
}
.tasting-note .tasting-note__section-title h1,
.tasting-note .tasting-note__section-title h2,
.tasting-note .tasting-note__section-title h3,
.tasting-note .tasting-note__section-title h4,
.tasting-note .tasting-note__section-title h5,
.tasting-note .tasting-note__section-title h6 {
  letter-spacing: inherit;
  margin: inherit;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  color: inherit;
  text-rendering: inherit;
}
.tasting-note .tasting-note__title-line {
  height: 1px;
  display: block;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: var(--core-components-separator-neutral-border-color);
}
.tasting-note .tasting-note__row-container {
  margin-top: 64px;
}
.tasting-note .tasting-note__row-container.tasting-note__row-container--items .tasting-note__col {
  margin-bottom: 28px;
  margin-right: 0;
}
@media screen and (min-width: 320px) and (max-width: 639px) {
  .tasting-note .tasting-note__row-container.tasting-note__row-container--items .tasting-note__col {
    width: 100%;
  }
}
.tasting-note .tasting-note__row-container.tasting-note__row-container--items .tasting-note__col:last-child {
  margin-right: 0;
}
@media print, screen and (min-width: 40em) {
  .tasting-note .tasting-note__row-container.tasting-note__row-container--items .tasting-note__col {
    margin-right: 28px;
    margin-bottom: 34px;
    flex-basis: 0;
    flex-grow: 1;
    max-width: 382px;
    min-width: 204px;
  }
}
@media print, screen and (min-width: 64em) {
  .tasting-note .tasting-note__row-container.tasting-note__row-container--items .tasting-note__col {
    flex-basis: 0;
    flex-grow: 1;
    min-width: auto;
    margin-bottom: 0;
  }
}
.tasting-note .tasting-note__row {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
}
@media print, screen and (min-width: 40em) {
  .tasting-note .tasting-note__row {
    justify-content: center;
  }
}
.tasting-note .tasting-note__row.swiper-wrapper {
  justify-content: flex-start;
}
.tasting-note .tasting-note__col {
  margin-right: 28px;
}
@media print, screen and (min-width: 40em) {
  .tasting-note .tasting-note__col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 382px;
  }
}
@media print, screen and (min-width: 64em) {
  .tasting-note .tasting-note__col {
    flex-basis: 0;
    flex-grow: 1;
  }
}
.tasting-note .tasting-note__col .tasting-note__title {
  text-align: center;
  margin: 0 0 24px;
}
.tasting-note .tasting-note__col .tasting-note__title h1,
.tasting-note .tasting-note__col .tasting-note__title h2,
.tasting-note .tasting-note__col .tasting-note__title h3,
.tasting-note .tasting-note__col .tasting-note__title h4,
.tasting-note .tasting-note__col .tasting-note__title h5,
.tasting-note .tasting-note__col .tasting-note__title h6 {
  letter-spacing: inherit;
  margin: inherit;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  color: inherit;
  text-rendering: inherit;
}
.tasting-note .tasting-note__description {
  text-align: center;
  color: var(--core-components-text-neutral-subtle-color);
  font-family: var(--semantic-typography-body-md-font-family);
  line-height: calc(var(--semantic-typography-body-md-line-height) * 1px);
  font-size: calc(var(--semantic-typography-body-md-font-size) * 1px);
  letter-spacing: calc( var(--semantic-typography-body-md-letter-spacing) * 1px );
  font-weight: var(--semantic-typography-body-md-default-style);
}
.tasting-note .tasting-note__title {
  color: var(--core-components-title-accent-fg-color);
  margin: 0 0 24px;
  text-align: left;
  font-family: var(--core-components-title-vps-md-font-family);
  font-weight: var(--core-components-title-vps-md-font-weight);
  line-height: calc(var(--core-components-title-vps-md-line-height) * 1px);
  font-size: calc(var(--core-components-title-vps-md-font-size) * 1px);
  letter-spacing: calc( var(--core-components-title-vps-md-letter-spacing) * 1px );
  text-decoration: none;
}
@media print, screen and (min-width: 40em) {
  .tasting-note .tasting-note__title {
    font-family: var(--core-components-title-vpm-md-font-family);
    font-weight: var(--core-components-title-vpm-md-font-weight);
    line-height: calc(var(--core-components-title-vpm-md-line-height) * 1px);
    font-size: calc(var(--core-components-title-vpm-md-font-size) * 1px);
    letter-spacing: calc( var(--core-components-title-vpm-md-letter-spacing) * 1px );
    text-decoration: none;
  }
}
@media print, screen and (min-width: 64em) {
  .tasting-note .tasting-note__title {
    font-family: var(--core-components-title-vpl-md-font-family);
    font-weight: var(--core-components-title-vpl-md-font-weight);
    line-height: calc(var(--core-components-title-vpl-md-line-height) * 1px);
    font-size: calc(var(--core-components-title-vpl-md-font-size) * 1px);
    letter-spacing: calc( var(--core-components-title-vpl-md-letter-spacing) * 1px );
    text-decoration: none;
  }
}
.tasting-note .tasting-note__title h1,
.tasting-note .tasting-note__title h2,
.tasting-note .tasting-note__title h3,
.tasting-note .tasting-note__title h4,
.tasting-note .tasting-note__title h5,
.tasting-note .tasting-note__title h6 {
  letter-spacing: inherit;
  margin: inherit;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  color: inherit;
  text-rendering: inherit;
}
.tasting-note .tasting-note__image {
  text-align: center;
  max-width: 48px;
  margin: 0 auto 48px;
}
@media print, screen and (min-width: 40em) {
  .tasting-note .tasting-note__image {
    max-width: 48px;
  }
}
.tasting-note .tasting-note__image .content {
  padding: 0;
}
.tasting-note .tasting-note__image picture {
  height: 100%;
  width: 100%;
}
.tasting-note .tasting-note__image picture img {
  height: 100%;
  width: 100%;
  max-width: 48px;
  max-height: 48px;
}
.tasting-note .tasting-note__pagination-wrapper .tasting-note__scrollbar {
  position: relative;
  margin-top: 20px;
  cursor: move;
  left: 0;
  max-width: 200px;
  width: 100%;
  height: 2px;
  background: var(--core-components-pagination-progressbar-neutral-bg-color);
  z-index: 2;
}
.tasting-note .tasting-note__pagination-wrapper .tasting-note__scrollbar .swiper-scrollbar-drag {
  background-color: var(--core-components-pagination-progressbar-neutral-fg-color);
}
.tasting-note .tasting-note__pagination-wrapper {
  text-align: center;
  position: relative;
  z-index: 2;
  bottom: 24px;
  max-width: 400px;
  margin: 0 auto;
  margin-top: 24px;
}
.tasting-note .tasting-note__pagination-inner {
  display: flex;
  justify-content: center;
  padding: 10px;
  border-radius: 100px;
  height: 64px;
  position: relative;
  align-items: center;
}
@media only screen and (min-width: 320px) and (max-width: 639px) {
  .tasting-note .tasting-note__pagination-inner {
    padding: 10px 45px;
  }
}
.tasting-note.tasting-note--items-initialize .tasting-note__scrollbar {
  display: block;
}
@media print, screen and (min-width: 64em) {
  .tasting-note.tasting-note--items-initialize .tasting-note__scrollbar {
    display: none;
  }
}
.tasting-note.tasting-note--items-initialize .tasting-note__row-container--items {
  margin: 0px auto 0;
  padding-left: 24px;
  padding-right: 24px;
}
@media print, screen and (min-width: 40em) {
  .tasting-note.tasting-note--items-initialize .tasting-note__row-container--items {
    margin: 0px auto 0;
    padding-left: 0;
    padding-right: 60px;
  }
}
@media print, screen and (min-width: 64em) {
  .tasting-note.tasting-note--items-initialize .tasting-note__row-container--items {
    max-width: 1279px;
  }
}
@media screen and (min-width: 75em) {
  .tasting-note.tasting-note--items-initialize .tasting-note__row-container--items {
    max-width: 1600px;
    padding: 0 120px;
  }
}
@media print, screen and (min-width: 64em) {
  .tasting-note.tasting-note--items-initialize .tasting-note__prev.swiper-button-prev::after {
    content: none;
  }
}
@media print, screen and (min-width: 64em) {
  .tasting-note.tasting-note--items-initialize .tasting-note__next.swiper-button-next::after {
    content: none;
  }
}
.tasting-note.tasting-note--oneImages {
  padding: 120px 0 120px;
  overflow: hidden;
}
@media only screen and (min-width: 320px) and (max-width: 639px) {
  .tasting-note.tasting-note--oneImages .swiper-container {
    overflow: unset;
    padding-bottom: 40px;
  }
}
.tasting-note.tasting-note--oneImages .tasting-note__row {
  flex-wrap: nowrap;
}
@media print, screen and (min-width: 40em) {
  .tasting-note.tasting-note--oneImages .tasting-note__row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: minmax(auto, max-content);
    align-items: center;
    justify-items: center;
    align-content: center;
    min-height: 366px;
    position: relative;
  }
}
@media print, screen and (min-width: 64em) {
  .tasting-note.tasting-note--oneImages .tasting-note__row {
    margin-bottom: 0;
    min-height: 586px;
  }
}
@media print, screen and (min-width: 40em) {
  .tasting-note.tasting-note--oneImages .swiper-scrollbar {
    display: none;
  }
}
.tasting-note.tasting-note--oneImages .tasting-note__col {
  margin-bottom: 64px;
  width: 100%;
}
@media print, screen and (min-width: 40em) {
  .tasting-note.tasting-note--oneImages .tasting-note__col {
    height: auto;
    margin-bottom: 40px;
    padding-bottom: 40px;
    margin-right: 0;
    width: 280px;
    border-bottom: 1px solid var(--core-components-separator-neutral-border-color);
  }
}
@media print, screen and (min-width: 64em) {
  .tasting-note.tasting-note--oneImages .tasting-note__col {
    flex-basis: 0;
    flex-grow: 1;
    height: auto;
  }
}
.tasting-note.tasting-note--oneImages .tasting-note__col:nth-child(even) {
  justify-self: end;
}
.tasting-note.tasting-note--oneImages .tasting-note__col:nth-child(odd) {
  justify-self: start;
}
.tasting-note.tasting-note--oneImages .tasting-note__col:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.tasting-note.tasting-note--oneImages .tasting-note__col:nth-last-child(2) {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.tasting-note.tasting-note--oneImages .tasting-note__col.imgholdercol {
  min-width: 218px;
  margin-bottom: 0;
  display: none;
}
@media print, screen and (min-width: 40em) {
  .tasting-note.tasting-note--oneImages .tasting-note__col.imgholdercol {
    height: auto;
    margin-bottom: 16px;
    display: block;
  }
}
@media print, screen and (min-width: 64em) {
  .tasting-note.tasting-note--oneImages .tasting-note__col.imgholdercol {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 264px;
    height: auto;
    width: 100%;
    min-width: 1px;
  }
}
.tasting-note.tasting-note--oneImages .tasting-note__col.emptywithimg {
  margin-bottom: 16px;
}
@media only screen and (min-width: 320px) and (max-width: 639px) {
  .tasting-note.tasting-note--oneImages .tasting-note__col.emptywithimg {
    margin-right: 0;
  }
}
@media print, screen and (min-width: 64em) {
  .tasting-note.tasting-note--oneImages .tasting-note__col:empty.imgholdercol {
    min-width: inherit;
  }
}
.tasting-note.tasting-note--oneImages .emptywithimg {
  display: block;
  width: 100vw;
}
@media print, screen and (min-width: 40em) {
  .tasting-note.tasting-note--oneImages .emptywithimg {
    min-width: 186px;
  }
}
@media print, screen and (min-width: 64em) {
  .tasting-note.tasting-note--oneImages .emptywithimg {
    min-width: 586px;
  }
}
@media screen and (min-width: 75em) {
  .tasting-note.tasting-note--oneImages .emptywithimg {
    min-width: 1068px;
  }
}
.tasting-note.tasting-note--oneImages .tasting-note__oneimageholder {
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media print, screen and (min-width: 40em) {
  .tasting-note.tasting-note--oneImages .tasting-note__oneimageholder {
    height: 100%;
    width: 100%;
  }
}
.tasting-note.tasting-note--oneImages .tasting-note__oneimageholder div {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
}
.tasting-note.tasting-note--oneImages .tasting-note__oneimageholder img {
  height: auto;
  width: 100%;
}
@media print, screen and (min-width: 40em) {
  .tasting-note.tasting-note--oneImages .tasting-note__oneimageholder img {
    max-width: 282px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
@media print, screen and (min-width: 64em) {
  .tasting-note.tasting-note--oneImages .tasting-note__oneimageholder img {
    max-width: 586px;
  }
}
@media print, screen and (min-width: 40em) {
  .tasting-note.tasting-note--oneImages .tasting-note__pagination-wrapper {
    display: none;
  }
}
.tasting-note.tasting-note--oneImages .pagination-wrap {
  position: static;
  height: auto;
}
@media print, screen and (min-width: 40em) {
  .tasting-note.tasting-note--oneImages .pagination-wrap {
    margin: 0;
  }
}
.tasting-note.tasting-note--oneImages .pagination-wrap.tasting-note__pagination-wrapper {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  z-index: 1;
}
@media only screen and (min-width: 320px) and (max-width: 639px) {
  .tasting-note.tasting-note--oneImages .pagination-wrap.tasting-note__pagination-wrapper {
    right: 0;
  }
}
.tasting-note.tasting-note--oneImages .pagination-wrap.pagination-wrap--slider .pagination-wrap__inner {
  bottom: 0;
}
@media print, screen and (min-width: 40em) {
  .tasting-note.tasting-note--oneImages .pagination-wrap.pagination-wrap--slider .pagination-wrap__inner {
    max-width: calc(100% - 80px);
  }
}
@media print, screen and (min-width: 64em) {
  .tasting-note.tasting-note--oneImages .pagination-wrap.pagination-wrap--slider .pagination-wrap__inner {
    translate: unset;
    left: 0;
  }
}
@media only screen and (min-width: 320px) and (max-width: 639px) {
  .tasting-note.tasting-note--oneImages .pagination-wrap.pagination-wrap--slider .pagination-wrap__inner {
    margin: auto;
  }
}
.tasting-note.tasting-note--oneImages .pagination-wrap .tasting-note__prev.swiper-button-prev::after {
  content: none;
}
.tasting-note.tasting-note--oneImages .pagination-wrap .tasting-note__next.swiper-button-next::after {
  content: none;
}
.tasting-note.tasting-note--icon .tasting-note__row {
  flex-wrap: nowrap;
}
@media print, screen and (min-width: 40em) {
  .tasting-note.tasting-note--icon .tasting-note__row {
    flex-wrap: nowrap;
    justify-content: center;
    padding-bottom: 80px;
  }
}
.tasting-note.tasting-note--icon .tasting-note__row .tasting-note__col {
  min-width: 204px;
  margin-right: 23px;
}
@media print, screen and (min-width: 64em) {
  .tasting-note.tasting-note--icon .tasting-note__row .tasting-note__col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 382px;
  }
}
.tasting-note.tasting-note--icon .tasting-note__row .tasting-note__col:last-child {
  margin-right: 0px;
}
.tasting-note.tasting-note--icon .tasting-note__row .tasting-note__icon {
  max-width: 48px;
  max-height: 48px;
  width: 48px;
  height: 48px;
  margin: 0 auto;
  margin-bottom: 24px;
}
.tasting-note.tasting-note--icon .tasting-note__row .tasting-note__title {
  height: auto;
}
@media print, screen and (min-width: 40em) {
  .tasting-note.tasting-note--icon .tasting-note__row .tasting-note__title {
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.tasting-note.tasting-note--icon .tasting-note__row .swiper-scrollbar {
  display: none;
}
@media print, screen and (min-width: 40em) {
  .tasting-note.tasting-note--icon .tasting-note__row .swiper-scrollbar {
    display: block;
  }
}
@media print, screen and (min-width: 64em) {
  .tasting-note.tasting-note--icon .tasting-note__row .swiper-scrollbar {
    display: none;
  }
}
.tasting-note.tasting-note--icon .tasting-note__pagination-wrapper {
  display: none;
}
@media print, screen and (min-width: 40em) {
  .tasting-note.tasting-note--icon .tasting-note__pagination-wrapper {
    display: block;
  }
}
@media print, screen and (min-width: 64em) {
  .tasting-note.tasting-note--icon .tasting-note__pagination-wrapper {
    display: none;
  }
}
.tasting-note.tasting-note--items-img .tasting-note__row {
  flex-wrap: nowrap;
}
@media print, screen and (min-width: 40em) {
  .tasting-note.tasting-note--items-img .tasting-note__pagination-wrapper {
    display: none;
  }
}
.tasting-note .tasting-note__prev {
  left: 0px;
  border: 2px solid var(--core-components-iconbutton-outline-and-plain-neutral-rested-fg-color);
  border-radius: 50%;
  padding: 10px;
  width: 48px;
  height: 48px;
  transform: rotate(180deg);
}
.tasting-note .tasting-note__prev:after {
  display: none;
}
.tasting-note .tasting-note__next {
  right: 0px;
  border: 2px solid var(--core-components-iconbutton-outline-and-plain-neutral-rested-fg-color);
  border-radius: 50%;
  padding: 10px;
  width: 48px;
  height: 48px;
}
.tasting-note .tasting-note__next:after {
  display: none;
}

.copy-horizontal {
  padding: 48px 0;
  position: relative;
  background: var(--semantic-color-surface-neutral-subtle);
}
@media print, screen and (min-width: 40em) {
  .copy-horizontal {
    padding: 64px 0;
  }
}
@media print, screen and (min-width: 64em) {
  .copy-horizontal {
    padding: 120px 0;
  }
}
.copy-horizontal .copy-horizontal__title {
  padding: 0;
  margin-bottom: 24px;
  position: relative;
  z-index: 2;
  color: var(--core-components-title-accent-fg-color);
  font-family: var(--core-components-title-vps-xl-font-family);
  font-weight: var(--core-components-title-vps-xl-font-weight);
  line-height: calc(var(--core-components-title-vps-xl-line-height) * 1px);
  font-size: calc(var(--core-components-title-vps-xl-font-size) * 1px);
  letter-spacing: calc( var(--core-components-title-vps-xl-letter-spacing) * 1px );
  text-decoration: none;
}
@media print, screen and (min-width: 40em) {
  .copy-horizontal .copy-horizontal__title {
    font-family: var(--core-components-title-vpm-xl-font-family);
    font-weight: var(--core-components-title-vpm-xl-font-weight);
    line-height: calc(var(--core-components-title-vpm-xl-line-height) * 1px);
    font-size: calc(var(--core-components-title-vpm-xl-font-size) * 1px);
    letter-spacing: calc( var(--core-components-title-vpm-xl-letter-spacing) * 1px );
    text-decoration: none;
  }
}
@media print, screen and (min-width: 64em) {
  .copy-horizontal .copy-horizontal__title {
    font-family: var(--core-components-title-vpl-xl-font-family);
    font-weight: var(--core-components-title-vpl-xl-font-weight);
    line-height: calc(var(--core-components-title-vpl-xl-line-height) * 1px);
    font-size: calc(var(--core-components-title-vpl-xl-font-size) * 1px);
    letter-spacing: calc( var(--core-components-title-vpl-xl-letter-spacing) * 1px );
    text-decoration: none;
  }
}
.copy-horizontal .copy-horizontal__title h1,
.copy-horizontal .copy-horizontal__title h2,
.copy-horizontal .copy-horizontal__title h3,
.copy-horizontal .copy-horizontal__title h4,
.copy-horizontal .copy-horizontal__title h5,
.copy-horizontal .copy-horizontal__title h6 {
  letter-spacing: unset;
  margin: unset;
  font-family: unset;
  font-size: unset;
  font-style: unset;
  font-weight: unset;
  color: unset;
  text-rendering: unset;
  line-height: unset;
}
.copy-horizontal .copy-horizontal__title p {
  letter-spacing: unset;
  margin: unset;
  font-family: unset;
  font-size: unset;
  font-style: unset;
  font-weight: unset;
  color: unset;
  text-rendering: unset;
  line-height: unset;
}
.copy-horizontal .copy-horizontal__sub-title {
  position: relative;
  z-index: 2;
  color: var(--core-components-title-accent-fg-color);
  margin-bottom: 24px;
  font-family: var(--core-components-title-vps-lg-font-family);
  font-weight: var(--core-components-title-vps-lg-font-weight);
  line-height: calc(var(--core-components-title-vps-lg-line-height) * 1px);
  font-size: calc(var(--core-components-title-vps-lg-font-size) * 1px);
  letter-spacing: calc( var(--core-components-title-vps-lg-letter-spacing) * 1px );
  text-decoration: none;
}
@media print, screen and (min-width: 40em) {
  .copy-horizontal .copy-horizontal__sub-title {
    font-family: var(--core-components-title-vpm-lg-font-family);
    font-weight: var(--core-components-title-vpm-lg-font-weight);
    line-height: calc(var(--core-components-title-vpm-lg-line-height) * 1px);
    font-size: calc(var(--core-components-title-vpm-lg-font-size) * 1px);
    letter-spacing: calc( var(--core-components-title-vpm-lg-letter-spacing) * 1px );
    text-decoration: none;
  }
}
@media print, screen and (min-width: 64em) {
  .copy-horizontal .copy-horizontal__sub-title {
    font-family: var(--core-components-title-vpl-lg-font-family);
    font-weight: var(--core-components-title-vpl-lg-font-weight);
    line-height: calc(var(--core-components-title-vpl-lg-line-height) * 1px);
    font-size: calc(var(--core-components-title-vpl-lg-font-size) * 1px);
    letter-spacing: calc( var(--core-components-title-vpl-lg-letter-spacing) * 1px );
    text-decoration: none;
  }
}
.copy-horizontal .copy-horizontal__sub-title h1,
.copy-horizontal .copy-horizontal__sub-title h2,
.copy-horizontal .copy-horizontal__sub-title h3,
.copy-horizontal .copy-horizontal__sub-title h4,
.copy-horizontal .copy-horizontal__sub-title h5,
.copy-horizontal .copy-horizontal__sub-title h6 {
  letter-spacing: unset;
  margin: unset;
  font-family: unset;
  font-size: unset;
  font-style: unset;
  font-weight: unset;
  color: unset;
  text-rendering: unset;
  line-height: unset;
}
.copy-horizontal .copy-horizontal__sub-title-sm {
  position: relative;
  z-index: 2;
  color: var(--core-components-title-accent-fg-color);
  margin-bottom: 24px;
  font-family: var(--core-components-title-vps-md-font-family);
  font-weight: var(--core-components-title-vps-md-font-weight);
  line-height: calc(var(--core-components-title-vps-md-line-height) * 1px);
  font-size: calc(var(--core-components-title-vps-md-font-size) * 1px);
  letter-spacing: calc( var(--core-components-title-vps-md-letter-spacing) * 1px );
  text-decoration: none;
}
@media print, screen and (min-width: 40em) {
  .copy-horizontal .copy-horizontal__sub-title-sm {
    font-family: var(--core-components-title-vpm-md-font-family);
    font-weight: var(--core-components-title-vpm-md-font-weight);
    line-height: calc(var(--core-components-title-vpm-md-line-height) * 1px);
    font-size: calc(var(--core-components-title-vpm-md-font-size) * 1px);
    letter-spacing: calc( var(--core-components-title-vpm-md-letter-spacing) * 1px );
    text-decoration: none;
  }
}
@media print, screen and (min-width: 64em) {
  .copy-horizontal .copy-horizontal__sub-title-sm {
    font-family: var(--core-components-title-vpl-md-font-family);
    font-weight: var(--core-components-title-vpl-md-font-weight);
    line-height: calc(var(--core-components-title-vpl-md-line-height) * 1px);
    font-size: calc(var(--core-components-title-vpl-md-font-size) * 1px);
    letter-spacing: calc( var(--core-components-title-vpl-md-letter-spacing) * 1px );
    text-decoration: none;
  }
}
.copy-horizontal .copy-horizontal__sub-title-sm h1,
.copy-horizontal .copy-horizontal__sub-title-sm h2,
.copy-horizontal .copy-horizontal__sub-title-sm h3,
.copy-horizontal .copy-horizontal__sub-title-sm h4,
.copy-horizontal .copy-horizontal__sub-title-sm h5,
.copy-horizontal .copy-horizontal__sub-title-sm h6 {
  letter-spacing: unset;
  margin: unset;
  font-family: unset;
  font-size: unset;
  font-style: unset;
  font-weight: unset;
  color: unset;
  text-rendering: unset;
  line-height: unset;
}
.copy-horizontal .copy-horizontal__detail {
  position: relative;
  z-index: 2;
  color: var(--core-components-text-neutral-subtle-color);
  font-family: var(--semantic-typography-body-md-font-family);
  line-height: calc(var(--semantic-typography-body-md-line-height) * 1px);
  font-size: calc(var(--semantic-typography-body-md-font-size) * 1px);
  letter-spacing: calc( var(--semantic-typography-body-md-letter-spacing) * 1px );
  font-weight: var(--semantic-typography-body-md-default-style);
}
.copy-horizontal .copy-horizontal__detail p {
  color: var(--core-components-text-neutral-subtle-color);
  margin-top: 0;
  margin-bottom: 24px;
  font-size: inherit;
  line-height: inherit;
  font-family: inherit;
  font-weight: inherit;
  color: inherit;
}
.copy-horizontal .copy-horizontal__detail p:last-child {
  margin-bottom: 0;
}
.copy-horizontal .copy-horizontal__img-container img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.copy-horizontal .copy-horizontal-element__img {
  max-width: 460px;
}
.copy-horizontal .copy-horizontal__small-title {
  position: relative;
  z-index: 2;
  margin-bottom: 8px;
  color: var(--core-components-text-neutral-default-color);
}
.copy-horizontal .copy-horizontal__change-order .large-6 {
  order: 2;
}
.copy-horizontal .copy-horizontal__change-order .large-6:first-child {
  order: 2;
}
@media print, screen and (min-width: 40em) {
  .copy-horizontal .copy-horizontal__change-order .large-6:first-child {
    order: 1;
  }
}
.copy-horizontal .copy-horizontal__change-order .large-6:last-child {
  order: 1;
}
@media print, screen and (min-width: 40em) {
  .copy-horizontal .copy-horizontal__change-order .large-6:last-child {
    order: 2;
  }
}
.copy-horizontal .copy-horizontal__align-center {
  align-items: stretch;
}
.copy-horizontal .copy-horizontal__align-center.copy-horizontal__img-left .copy-horizontal__logo-wrapper {
  margin-right: 0;
}
@media print, screen and (min-width: 40em) {
  .copy-horizontal .copy-horizontal__align-center.copy-horizontal__img-left .copy-horizontal__logo-wrapper {
    margin-left: 42px;
  }
}
@media print, screen and (min-width: 64em) {
  .copy-horizontal .copy-horizontal__align-center.copy-horizontal__img-left .copy-horizontal__logo-wrapper {
    margin-left: 102px;
  }
}
@media screen and (min-width: 75em) {
  .copy-horizontal .copy-horizontal__align-center.copy-horizontal__img-left .copy-horizontal__logo-wrapper {
    margin-left: 130px;
  }
}
.copy-horizontal .copy-horizontal__align-center.copy-horizontal__img-left .copy-horizontal__title {
  margin-right: 0;
}
@media print, screen and (min-width: 40em) {
  .copy-horizontal .copy-horizontal__align-center.copy-horizontal__img-left .copy-horizontal__title {
    margin-left: 42px;
  }
}
@media print, screen and (min-width: 64em) {
  .copy-horizontal .copy-horizontal__align-center.copy-horizontal__img-left .copy-horizontal__title {
    margin-left: 102px;
  }
}
@media screen and (min-width: 75em) {
  .copy-horizontal .copy-horizontal__align-center.copy-horizontal__img-left .copy-horizontal__title {
    margin-left: 130px;
    max-width: 80%;
  }
}
.copy-horizontal .copy-horizontal__align-center.copy-horizontal__img-left .copy-horizontal__sub-title {
  margin-right: 0;
}
@media print, screen and (min-width: 64em) {
  .copy-horizontal .copy-horizontal__align-center.copy-horizontal__img-left .copy-horizontal__sub-title {
    margin-left: -24px;
  }
}
.copy-horizontal .copy-horizontal__align-center.copy-horizontal__img-left .copy-horizontal__detail {
  margin-right: 0;
}
@media print, screen and (min-width: 40em) {
  .copy-horizontal .copy-horizontal__align-center.copy-horizontal__img-left .copy-horizontal__detail {
    margin-left: 42px;
  }
}
@media print, screen and (min-width: 64em) {
  .copy-horizontal .copy-horizontal__align-center.copy-horizontal__img-left .copy-horizontal__detail {
    margin-left: 102px;
  }
}
@media screen and (min-width: 75em) {
  .copy-horizontal .copy-horizontal__align-center.copy-horizontal__img-left .copy-horizontal__detail {
    margin-left: 130px;
    max-width: 80%;
  }
}
.copy-horizontal .copy-horizontal__align-center.copy-horizontal__img-left .copy-horizontal__btn-box {
  margin-right: 0;
}
@media print, screen and (min-width: 40em) {
  .copy-horizontal .copy-horizontal__align-center.copy-horizontal__img-left .copy-horizontal__btn-box {
    margin-left: 42px;
  }
}
@media print, screen and (min-width: 64em) {
  .copy-horizontal .copy-horizontal__align-center.copy-horizontal__img-left .copy-horizontal__btn-box {
    margin-left: 102px;
  }
}
@media screen and (min-width: 75em) {
  .copy-horizontal .copy-horizontal__align-center.copy-horizontal__img-left .copy-horizontal__btn-box {
    margin-left: 130px;
    max-width: 80%;
  }
}
.copy-horizontal .copy-horizontal__img-left .cell {
  display: flex;
}
@media only screen and (min-width: 320px) and (max-width: 639px) {
  .copy-horizontal .copy-horizontal__img-left .cell {
    align-items: baseline;
  }
}
.copy-horizontal .copy-horizontal__img-left .cell:first-child {
  flex-direction: column;
  justify-content: center;
}
.copy-horizontal .copy-horizontal__img-left .cell:last-child {
  margin-bottom: 0px !important;
  flex-direction: column;
  justify-content: center;
}
.copy-horizontal .copy-horizontal__img-left .cell .copy-horizontal__img-lr {
  margin: 0 auto 40px auto;
}
@media print, screen and (min-width: 40em) {
  .copy-horizontal .copy-horizontal__img-left .cell .copy-horizontal__img-lr {
    display: flex;
    height: auto;
    margin-bottom: 0;
  }
}
.copy-horizontal .copy-horizontal__img-left .cell .copy-horizontal__img-lr img {
  max-height: 100%;
  height: auto;
  object-fit: cover;
}
.copy-horizontal .copy-horizontal__img-left .cell .copy-horizontal__img-lr video {
  height: 100%;
  object-fit: cover;
  min-height: 100%;
}
.copy-horizontal .copy-horizontal__large-images {
  margin-bottom: 80px;
  height: auto;
}
.copy-horizontal.copy-horizontal--large-images .copy-horizontal__large-images {
  text-align: center;
}
@media print, screen and (min-width: 64em) {
  .copy-horizontal.copy-horizontal--large-images .copy-horizontal__large-images {
    margin: auto;
    margin-bottom: 80px;
    max-width: 800px;
  }
}
@media print, screen and (min-width: 64em) {
  .copy-horizontal.copy-horizontal--large-images .copy-horizontal__detail {
    margin: auto;
    max-width: 800px;
  }
}
.copy-horizontal.copy-horizontal--centered {
  text-align: center;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.copy-horizontal.copy-horizontal--bg-image .copy-horizontal__detail p {
  color: var(--core-components-title-contrast-fg-color);
}
.copy-horizontal.copy-horizontal--bg-image .copy-horizontal__container {
  padding: 60px 0px;
}
@media print, screen and (min-width: 64em) {
  .copy-horizontal.copy-horizontal--bg-image .copy-horizontal__container {
    padding: 120px 0px;
  }
}
.copy-horizontal.copy-horizontal--bg-image .copy-horizontal__container .copy-horizontal__img-container {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
}
.copy-horizontal.copy-horizontal--bg-image .copy-horizontal__container .copy-horizontal__img-container img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.copy-horizontal.copy-horizontal--bg-image .copy-horizontal__container .gradient {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.64) 47.92%, rgba(0, 0, 0, 0) 100%);
}
@media print, screen and (min-width: 64em) {
  .copy-horizontal.copy-horizontal--bg-image .copy-horizontal__container .gradient {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.64) 47.92%, rgba(0, 0, 0, 0) 100%);
  }
}
.copy-horizontal.copy-horizontal--default {
  background: var(--semantic-color-surface-neutral-default);
}
.copy-horizontal.copy-horizontal--inverted {
  background: var(--semantic-color-surface-contrast-subtle);
}
.copy-horizontal.copy-horizontal--inverted .copy-horizontal__title,
.copy-horizontal.copy-horizontal--inverted .copy-horizontal__sub-title,
.copy-horizontal.copy-horizontal--inverted .copy-horizontal__sub-title-sm {
  color: var(--core-components-title-contrast-fg-color);
}
.copy-horizontal.copy-horizontal--inverted .copy-horizontal__detail {
  color: var(--core-components-text-contrast-subtle-color);
}
.copy-horizontal.copy-horizontal--inverted .copy-horizontal__detail p {
  color: var(--core-components-text-contrast-subtle-color);
}

.copy-horizontal.copy-horizontal--element {
  overflow: hidden;
}
@media only screen and (min-width: 320px) and (max-width: 639px) {
  .copy-horizontal.copy-horizontal--element .copy-horizontal-element__box {
    padding-bottom: 64px;
  }
}
.copy-horizontal.copy-horizontal--element.copy-horizontal--parallax {
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: top 120px right -60px;
  background-size: 135px;
}
@media only screen and (min-width: 320px) and (max-width: 639px) {
  .copy-horizontal.copy-horizontal--element.copy-horizontal--parallax {
    background-position: top 120px right -60px !important;
  }
}
@media print, screen and (min-width: 40em) {
  .copy-horizontal.copy-horizontal--element.copy-horizontal--parallax {
    background-position: bottom -75px left 120px;
    background-size: 327px;
  }
}
@media print, screen and (min-width: 64em) {
  .copy-horizontal.copy-horizontal--element.copy-horizontal--parallax {
    background-position: bottom -120px left 120px;
    background-size: 400px;
  }
}
@media only screen and (min-width: 1700px) and (max-width: 1920px) {
  .copy-horizontal.copy-horizontal--element.copy-horizontal--parallax {
    background-position: left 350px bottom 50% !important;
  }
}
@media only screen and (min-width: 1921px) and (max-width: 2299px) {
  .copy-horizontal.copy-horizontal--element.copy-horizontal--parallax {
    background-position: left 550px bottom 50% !important;
  }
}
@media only screen and (min-width: 2300px) {
  .copy-horizontal.copy-horizontal--element.copy-horizontal--parallax {
    background-position: left 750px bottom 50% !important;
  }
}
.copy-horizontal.copy-horizontal--element.copy-horizontal--parallax .copy-horizontal__logo-wrapper picture {
  display: block;
}
.copy-horizontal.copy-horizontal--element.copy-horizontal--parallax picture {
  display: none;
}
@media print, screen and (min-width: 40em) {
  .copy-horizontal.copy-horizontal--element.copy-horizontal--parallax .copy-horizontal__title {
    min-height: inherit;
  }
}
.copy-horizontal.copy-horizontal--element.copy-horizontal--parallax .copy-horizontal-element__img {
  position: relative;
}
@media print, screen and (min-width: 40em) {
  .copy-horizontal.copy-horizontal--element.copy-horizontal--parallax .copy-horizontal-element__img {
    padding-top: 280px;
  }
}
.copy-horizontal.copy-horizontal--element.copy-horizontal--parallax .copy-horizontal-element__img img {
  position: absolute;
  bottom: -20px;
  right: -84px;
  max-width: 135px;
}
@media print, screen and (min-width: 40em) {
  .copy-horizontal.copy-horizontal--element.copy-horizontal--parallax .copy-horizontal-element__img img {
    bottom: -150px;
    right: inherit;
    max-width: 337px;
  }
}
@media print, screen and (min-width: 64em) {
  .copy-horizontal.copy-horizontal--element.copy-horizontal--parallax .copy-horizontal-element__img img {
    bottom: -245px;
    max-width: 429px;
  }
}
@media print, screen and (min-width: 40em) {
  .copy-horizontal.copy-horizontal--element.copy-horizontal--parallax .copy-horizontal-element__box {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
}

@media print, screen and (min-width: 40em) {
  .copy-horizontal.copy-horizontal--image-lr .copy-horizontal__sub-title {
    max-width: 400px;
  }
}
@media print, screen and (min-width: 64em) {
  .copy-horizontal.copy-horizontal--image-lr .copy-horizontal__sub-title {
    max-width: 484px;
  }
}
@media screen and (min-width: 75em) {
  .copy-horizontal.copy-horizontal--image-lr .copy-horizontal__sub-title {
    max-width: 80%;
  }
}
@media print, screen and (min-width: 40em) {
  .copy-horizontal.copy-horizontal--image-lr .copy-horizontal__title {
    max-width: 400px;
  }
}
@media print, screen and (min-width: 64em) {
  .copy-horizontal.copy-horizontal--image-lr .copy-horizontal__title {
    max-width: 484px;
  }
}
@media screen and (min-width: 75em) {
  .copy-horizontal.copy-horizontal--image-lr .copy-horizontal__title {
    max-width: 80%;
  }
}
@media print, screen and (min-width: 40em) {
  .copy-horizontal.copy-horizontal--image-lr .copy-horizontal__detail {
    max-width: 400px;
  }
}
@media print, screen and (min-width: 64em) {
  .copy-horizontal.copy-horizontal--image-lr .copy-horizontal__detail {
    max-width: 484px;
  }
}
@media screen and (min-width: 75em) {
  .copy-horizontal.copy-horizontal--image-lr .copy-horizontal__detail {
    max-width: 80%;
  }
}
@media only screen and (min-width: 320px) and (max-width: 639px) {
  .copy-horizontal.copy-horizontal--image-lr .copy-horizontal__detail .btn {
    width: 100%;
    justify-content: center;
  }
}
@media print, screen and (min-width: 40em) {
  .copy-horizontal.copy-horizontal--image-lr .copy-horizontal__btn-box {
    max-width: 400px;
  }
}
@media print, screen and (min-width: 64em) {
  .copy-horizontal.copy-horizontal--image-lr .copy-horizontal__btn-box {
    max-width: 484px;
  }
}
@media screen and (min-width: 75em) {
  .copy-horizontal.copy-horizontal--image-lr .copy-horizontal__btn-box {
    max-width: 80%;
  }
}
.copy-horizontal.copy-horizontal--image-lr .copy-horizontal__img-lr {
  position: relative;
  margin: 0 auto 40px auto;
}
@media print, screen and (min-width: 40em) {
  .copy-horizontal.copy-horizontal--image-lr .copy-horizontal__img-lr {
    max-width: 440px;
    margin-bottom: 0;
  }
}
@media print, screen and (min-width: 64em) {
  .copy-horizontal.copy-horizontal--image-lr .copy-horizontal__img-lr {
    max-width: 586px;
  }
}
@media screen and (min-width: 75em) {
  .copy-horizontal.copy-horizontal--image-lr .copy-horizontal__img-lr {
    max-width: 100%;
  }
}
.copy-horizontal.copy-horizontal--image-lr .copy-horizontal__img-lr.inline-video {
  height: auto;
}
@media print, screen and (min-width: 40em) {
  .copy-horizontal.copy-horizontal--image-lr .copy-horizontal__img-lr.inline-video {
    height: 100%;
  }
}
.copy-horizontal.copy-horizontal--image-lr .copy-horizontal__img-lr img {
  max-width: 100%;
  width: 100%;
  height: auto;
}
.copy-horizontal.copy-horizontal--image-lr .copy-horizontal__img-lr .bs-responsive-image-holder {
  position: relative;
  z-index: 1;
}
.copy-horizontal.copy-horizontal--image-lr .copy-horizontal__img-lr .bs-responsive-image-holder + .bs-responsive-image-holder {
  position: static;
  z-index: 0;
}
.copy-horizontal.copy-horizontal--image-lr .copy-horizontal__img-lr .bs-responsive-image-holder .copy-horizontal__img-lr-front {
  position: relative;
  z-index: 1;
}
.copy-horizontal.copy-horizontal--image-lr .copy-horizontal__img-lr .bs-responsive-image-holder .copy-horizontal__img-lr-back {
  position: absolute;
  z-index: 0;
  bottom: 3px;
  left: -66px;
}
@media print, screen and (min-width: 40em) {
  .copy-horizontal.copy-horizontal--image-lr .copy-horizontal__img-lr .bs-responsive-image-holder .copy-horizontal__img-lr-back {
    bottom: -79px;
    left: -23px;
  }
}
@media print, screen and (min-width: 64em) {
  .copy-horizontal.copy-horizontal--image-lr .copy-horizontal__img-lr .bs-responsive-image-holder .copy-horizontal__img-lr-back {
    bottom: -110px;
    left: -100px;
  }
}
.copy-horizontal.copy-horizontal--image-lr .copy-horizontal__img-lr .bs-responsive-image-holder .copy-horizontal__img-lr-back .copy-horizontal-img {
  max-width: 175px;
}
@media print, screen and (min-width: 40em) {
  .copy-horizontal.copy-horizontal--image-lr .copy-horizontal__img-lr .bs-responsive-image-holder .copy-horizontal__img-lr-back .copy-horizontal-img {
    max-width: 285px;
  }
}
@media print, screen and (min-width: 64em) {
  .copy-horizontal.copy-horizontal--image-lr .copy-horizontal__img-lr .bs-responsive-image-holder .copy-horizontal__img-lr-back .copy-horizontal-img {
    max-width: 381px;
  }
}

.expert-reviews {
  padding: 64px 0;
  position: relative;
  z-index: 1;
  background-color: var(--semantic-color-surface-neutral-default);
}
@media print, screen and (min-width: 40em) {
  .expert-reviews {
    padding: 80px 0;
  }
}
@media print, screen and (min-width: 64em) {
  .expert-reviews {
    padding: 120px 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .expert-reviews {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.expert-reviews p {
  margin-bottom: inherit;
  font-size: inherit;
  line-height: inherit;
  font-family: inherit;
  font-weight: inherit;
  color: inherit;
}
.expert-reviews .expert-reviews__title {
  margin: 0;
  padding-bottom: 20px;
  margin-bottom: 64px;
  position: relative;
  text-transform: uppercase;
  font-family: var(--core-components-title-vps-sm-font-family);
  font-weight: var(--core-components-title-vps-sm-font-weight);
  line-height: calc(var(--core-components-title-vps-sm-line-height) * 1px);
  font-size: calc(var(--core-components-title-vps-sm-font-size) * 1px);
  letter-spacing: calc( var(--core-components-title-vps-sm-letter-spacing) * 1px );
  text-decoration: none;
  text-transform: uppercase;
  margin-top: 0px;
}
@media print, screen and (min-width: 40em) {
  .expert-reviews .expert-reviews__title {
    margin-bottom: 80px;
    font-family: var(--core-components-title-vpm-sm-font-family);
    font-weight: var(--core-components-title-vpm-sm-font-weight);
    line-height: calc(var(--core-components-title-vpm-sm-line-height) * 1px);
    font-size: calc(var(--core-components-title-vpm-sm-font-size) * 1px);
    letter-spacing: calc( var(--core-components-title-vpm-sm-letter-spacing) * 1px );
    text-decoration: none;
  }
}
@media print, screen and (min-width: 64em) {
  .expert-reviews .expert-reviews__title {
    font-family: var(--core-components-title-vpl-sm-font-family);
    font-weight: var(--core-components-title-vpl-sm-font-weight);
    line-height: calc(var(--core-components-title-vpl-sm-line-height) * 1px);
    font-size: calc(var(--core-components-title-vpl-sm-font-size) * 1px);
    letter-spacing: calc( var(--core-components-title-vpl-sm-letter-spacing) * 1px );
    text-decoration: none;
  }
}
.expert-reviews .expert-reviews__title h1,
.expert-reviews .expert-reviews__title h2,
.expert-reviews .expert-reviews__title h3,
.expert-reviews .expert-reviews__title h4,
.expert-reviews .expert-reviews__title h5,
.expert-reviews .expert-reviews__title h6 {
  letter-spacing: unset;
  margin: unset;
  font-family: unset;
  font-size: unset;
  font-style: unset;
  font-weight: unset;
  color: unset;
  text-rendering: unset;
  line-height: unset;
}
.expert-reviews .expert-reviews__title p {
  letter-spacing: unset;
  margin: unset;
  font-family: unset;
  font-size: unset;
  font-style: unset;
  font-weight: unset;
  color: unset;
  text-rendering: unset;
  line-height: unset;
}
.expert-reviews .expert-reviews__title-line {
  height: 1px;
  display: block;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: var(--core-components-separator-neutral-border-color);
}
.expert-reviews .expert-reviews__container {
  text-align: center;
}
.expert-reviews .expert-reviews__content {
  max-width: 100%;
  padding: 0 24px;
  margin: 0 auto;
}
@media print, screen and (min-width: 40em) {
  .expert-reviews .expert-reviews__content {
    max-width: 100%;
    padding: 0 60px;
  }
}
@media print, screen and (min-width: 64em) {
  .expert-reviews .expert-reviews__content {
    max-width: 1200px;
  }
}
.expert-reviews .expert-reviews__bg-img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
  display: block;
}
.expert-reviews .expert-reviews__bg-img::before {
  content: "";
  background-color: #ffffff33;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
}
.expert-reviews .expert-reviews__bg-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.expert-reviews .expert-reviews__bg-img > div {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.expert-reviews .expert-reviews__clickable {
  text-decoration: none;
}
.expert-reviews .expert-reviews__clickable .expert-reviews__name {
  text-decoration: underline;
}
.expert-reviews .expert-reviews__name {
  margin-bottom: 16px;
  text-decoration: none;
  color: var(--core-components-text-neutral-default-color);
  font-family: var(--semantic-typography-body-xs-font-family);
  line-height: calc(var(--semantic-typography-body-xs-line-height) * 1px);
  font-size: calc(var(--semantic-typography-body-xs-font-size) * 1px);
  letter-spacing: calc( var(--semantic-typography-body-xs-letter-spacing) * 1px );
  text-transform: uppercase;
  font-weight: var(--semantic-typography-body-xs-emphasis-style);
}
.expert-reviews .expert-reviews__info {
  padding-bottom: 24px;
  color: var(--core-components-text-neutral-subtle-color);
  font-family: var(--semantic-typography-body-sm-font-family);
  line-height: calc(var(--semantic-typography-body-sm-line-height) 14 * 1px);
  font-size: calc(var(--semantic-typography-body-sm-font-size) * 1px);
  letter-spacing: calc( var(--semantic-typography-body-sm-letter-spacing) * 1px );
  font-weight: 600;
}
.expert-reviews .expert-reviews__review {
  margin-bottom: 40px;
  color: var(--core-components-title-accent-fg-color);
  font-family: var(--core-components-title-vps-xl-font-family);
  font-weight: var(--core-components-title-vps-xl-font-weight);
  line-height: calc(var(--core-components-title-vps-xl-line-height) * 1px);
  font-size: calc(var(--core-components-title-vps-xl-font-size) * 1px);
  letter-spacing: calc( var(--core-components-title-vps-xl-letter-spacing) * 1px );
  text-decoration: none;
}
@media print, screen and (min-width: 40em) {
  .expert-reviews .expert-reviews__review {
    margin-bottom: 32px;
    font-family: var(--core-components-title-vpm-xl-font-family);
    font-weight: var(--core-components-title-vpm-xl-font-weight);
    line-height: calc(var(--core-components-title-vpm-xl-line-height) * 1px);
    font-size: calc(var(--core-components-title-vpm-xl-font-size) * 1px);
    letter-spacing: calc( var(--core-components-title-vpm-xl-letter-spacing) * 1px );
    text-decoration: none;
  }
}
@media print, screen and (min-width: 64em) {
  .expert-reviews .expert-reviews__review {
    margin-bottom: 40px;
    font-family: var(--core-components-title-vpl-xl-font-family);
    font-weight: var(--core-components-title-vpl-xl-font-weight);
    line-height: calc(var(--core-components-title-vpl-xl-line-height) * 1px);
    font-size: calc(var(--core-components-title-vpl-xl-font-size) * 1px);
    letter-spacing: calc( var(--core-components-title-vpl-xl-letter-spacing) * 1px );
    text-decoration: none;
  }
}
.expert-reviews .expert-reviews__review h1,
.expert-reviews .expert-reviews__review h2,
.expert-reviews .expert-reviews__review h3,
.expert-reviews .expert-reviews__review h4,
.expert-reviews .expert-reviews__review h5,
.expert-reviews .expert-reviews__review h6 {
  letter-spacing: unset;
  margin: unset;
  font-family: unset;
  font-size: unset;
  font-style: unset;
  font-weight: unset;
  color: unset;
  text-rendering: unset;
  line-height: unset;
}
.expert-reviews .expert-reviews__pagination-wrapper {
  text-align: center;
  position: relative;
  z-index: 2;
  bottom: 24px;
  max-width: 400px;
  margin: 0 auto;
}
.expert-reviews .expert-reviews__pagination-inner {
  display: flex;
  justify-content: center;
  padding: 10px;
  border-radius: 100px;
  height: 64px;
  position: relative;
}
@media only screen and (min-width: 320px) and (max-width: 639px) {
  .expert-reviews .expert-reviews__pagination-inner {
    padding: 10px 45px;
  }
}
.expert-reviews .expert-reviews__pagination-inner .expert-reviews__scrollbar {
  position: absolute;
  max-width: 200px;
  margin: 0 auto;
  left: 0;
  right: 0;
  bottom: 50%;
  height: 2px;
  background-color: var(--core-components-pagination-progressbar-neutral-bg-color);
}
.expert-reviews .expert-reviews__pagination-inner .expert-reviews__scrollbar .swiper-scrollbar-drag {
  background-color: var(--core-components-pagination-progressbar-neutral-fg-color);
}
.expert-reviews .expert-reviews__prev {
  left: 16px;
  border: 2px solid var(--core-components-iconbutton-outline-and-plain-neutral-rested-fg-color);
  border-radius: 50%;
  padding: 10px;
  width: 48px;
  height: 48px;
  transform: rotate(180deg);
}
.expert-reviews .expert-reviews__prev:after {
  display: none;
}
.expert-reviews .expert-reviews__next {
  right: 16px;
  border: 2px solid var(--core-components-iconbutton-outline-and-plain-neutral-rested-fg-color);
  border-radius: 50%;
  padding: 10px;
  width: 48px;
  height: 48px;
}
.expert-reviews .expert-reviews__next:after {
  display: none;
}
.expert-reviews--inverted {
  background-color: var(--semantic-color-surface-contrast-default);
}
.expert-reviews--inverted .expert-reviews__title-line {
  background-color: var(--core-components-separator-contrast-border-color);
}
.expert-reviews--inverted .expert-reviews__title {
  color: var(--core-components-title-contrast-fg-color);
}
.expert-reviews--inverted .expert-reviews__name {
  color: var(--core-components-title-contrast-fg-color);
}
.expert-reviews--inverted .expert-reviews__review {
  color: var(--core-components-title-contrast-fg-color);
}
.expert-reviews--inverted .expert-reviews__info {
  color: var(--core-components-title-contrast-fg-color);
}
.expert-reviews--inverted .expert-reviews__pagination-wrapper .expert-reviews__pagination-inner svg path {
  fill: var(--core-components-iconbutton-outline-and-plain-contrast-rested-fg-color);
}
.expert-reviews--inverted .expert-reviews__pagination-wrapper .expert-reviews__pagination-inner .expert-reviews__prev {
  border-color: var(--core-components-iconbutton-outline-and-plain-contrast-rested-fg-color);
}
.expert-reviews--inverted .expert-reviews__pagination-wrapper .expert-reviews__pagination-inner .expert-reviews__next {
  border-color: var(--core-components-iconbutton-outline-and-plain-contrast-rested-fg-color);
}
.expert-reviews--inverted .expert-reviews__pagination-wrapper .expert-reviews__pagination-inner .expert-reviews__scrollbar {
  background-color: var(--core-components-pagination-progressbar-contrast-bg-color);
}
.expert-reviews--inverted .expert-reviews__pagination-wrapper .expert-reviews__pagination-inner .expert-reviews__scrollbar .swiper-scrollbar-drag {
  background-color: var(--core-components-pagination-progressbar-contrast-fg-color);
}

.card-product {
  padding: 24px;
  background-color: var(--modules-cards-surface-neutral-bg-color);
  text-align: center;
  position: relative;
  z-index: 0;
  max-width: 327px;
  margin: 0 auto;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.05);
  display: flex;
  flex-direction: column;
  cursor: pointer;
  overflow: hidden;
  height: auto;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
  padding: 24px 24px 48px 24px;
  max-width: 100%;
  min-height: 489px;
  max-width: 100%;
  max-height: 570px;
}
@media print, screen and (min-width: 40em) {
  .card-product {
    max-width: 100%;
  }
}
@media only screen and (min-width: 320px) and (max-width: 639px) {
  .card-product {
    max-width: 100%;
    min-height: 489px;
  }
}
.card-product .category {
  display: inline-flex;
  position: relative;
  justify-content: center;
}
.card-product .category .category__wrapper {
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
}
.card-product .category .category__list {
  display: flex;
  align-items: center;
  gap: 16px;
  text-transform: uppercase;
  color: var(--core-components-category-neutral-fg-color);
  text-align: center;
  font-family: var(--core-components-category-font-family);
  line-height: calc(var(--core-components-category-line-height) * 1px);
  font-size: calc(var(--core-components-category-font-size) * 1px);
  letter-spacing: calc( var(--core-components-category-letter-spacing) * 1px );
  font-weight: var(--core-components-category-font-weight);
  text-transform: uppercase;
}
.card-product .tags {
  position: relative;
}
.card-product .tags .tags__wrapper {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  gap: 8px;
}
.card-product .tags .tags__item {
  display: inline-flex;
  padding: 4px 12px;
  align-items: center;
  gap: 8px;
  width: max-content;
  border-radius: 160px;
  min-height: 24px;
}
.card-product .tags .tags__item.tags__item--contrast-outline-dim {
  background: var(--core-components-tags-contrast-over-image-outline-dim-bg-color);
  color: var(--core-components-tags-contrast-over-image-outline-text-color);
  border: 1px solid var(--core-components-tags-contrast-over-image-outline-border-color);
}
.card-product .tags .tags__name {
  font-size: var(--core-components-tags-md-font-size);
  line-height: var(--core-components-tags-md-line-height);
  line-height: calc(var(--core-components-tags-md-line-height) * 1px);
  font-size: calc(var(--core-components-tags-md-font-size) * 1px);
  letter-spacing: calc(var(--core-components-tags-md-letter-spacing) * 1px);
  text-decoration: none;
  font-family: var(--core-components-tags-font-family);
  font-weight: var(--core-components-tags-font-weight);
}
.card-product .card-product__header-container a {
  text-decoration: none;
  display: block;
}
.card-product .card-product__header-container a::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 3;
}
.card-product .card-product__header-container .card-product__info {
  display: none;
}
.card-product .card-product__header-container .card-product__learn-more {
  display: none;
}
.card-product .card-product__title {
  margin-bottom: 16px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
  color: var(--core-components-title-accent-fg-color);
  font-family: var(--core-components-title-vps-md-font-family);
  font-weight: var(--core-components-title-vps-md-font-weight);
  line-height: calc(var(--core-components-title-vps-md-line-height) * 1px);
  font-size: calc(var(--core-components-title-vps-md-font-size) * 1px);
  letter-spacing: calc( var(--core-components-title-vps-md-letter-spacing) * 1px );
  text-decoration: none;
  text-transform: uppercase;
  margin-top: 0px;
}
@media print, screen and (min-width: 40em) {
  .card-product .card-product__title {
    font-family: var(--core-components-title-vps-md-font-family);
    font-weight: var(--core-components-title-vpm-md-font-weight);
    line-height: calc(var(--core-components-title-vpm-md-line-height) * 1px);
    font-size: calc(var(--core-components-title-vpm-md-font-size) * 1px);
    letter-spacing: calc( var(--core-components-title-vpm-md-letter-spacing) * 1px );
    text-decoration: none;
  }
}
@media print, screen and (min-width: 64em) {
  .card-product .card-product__title {
    font-family: var(--core-components-title-vpl-md-font-family);
    font-weight: var(--core-components-title-vpl-md-font-weight);
    line-height: calc(var(--core-components-title-vpl-md-line-height) * 1px);
    font-size: calc(var(--core-components-title-vpl-md-font-size) * 1px);
    letter-spacing: calc( var(--core-components-title-vpl-md-letter-spacing) * 1px );
    text-decoration: none;
  }
}
.card-product .card-product__size {
  display: flex;
  justify-content: center;
  color: var(--modules-cards-size-selector-neutral-rested-fg-color);
  margin-bottom: 16px;
  height: 13px;
  position: relative;
  z-index: 3;
}
.card-product .card-product__size-item {
  margin-right: 8px;
}
.card-product .card-product__size-item:last-child {
  margin-right: 0px;
}
.card-product .card-product__size-item:hover {
  color: var(--modules-cards-size-selector-neutral-active-fg-color);
  text-decoration: underline;
}
.card-product .card-product__size-item--active {
  color: var(--modules-cards-size-selector-neutral-active-fg-color);
  text-decoration: underline;
}
.card-product .card-product__price {
  color: var(--semantic-color-surface-on-neutral-subtle);
  margin-bottom: 16px;
  height: 16px;
  transition: all 400ms cubic-bezier(0.3, 0, 0.7, 1);
  font-family: var(--semantic-typography-body-md-font-family);
  line-height: calc(var(--semantic-typography-body-md-line-height) * 1px);
  font-size: calc(var(--semantic-typography-body-md-font-size) * 1px);
  letter-spacing: calc( var(--semantic-typography-body-md-letter-spacing) * 1px );
  font-weight: var(--semantic-typography-body-md-default-style);
}
.card-product .card-product__price s {
  color: var(--semantic-color-surface-on-neutral-subtle);
  margin-right: 8px;
}
.card-product .card-product__price-item {
  display: none;
}
.card-product .card-product__price-item--active {
  display: inline-block;
}
.card-product .tags {
  margin-top: -8px;
  margin-bottom: 32px;
}
.card-product .carousel-inner {
  position: absolute;
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: -2;
  display: none;
}
.card-product .carousel-inner.top {
  z-index: -1;
}
.card-product .carousel-item {
  height: 100%;
}
.card-product .carousel-indicators {
  bottom: unset;
  display: none;
}
@media print, screen and (min-width: 40em) {
  .card-product .carousel-indicators {
    display: flex;
    z-index: 4;
  }
}
.card-product .carousel-indicators [data-bs-target] {
  height: 2px;
  width: 32px;
  background-color: var(--core-components-pagination-progressbar-neutral-fg-color);
}
.card-product .gradient {
  background: none;
}
.card-product .card-product__tags {
  padding: 8px 0px;
  margin-top: -8px;
  margin-bottom: 16px;
  display: flex;
  flex-wrap: wrap;
}
.card-product .category {
  justify-content: center;
  margin-bottom: 16px;
}
.card-product .category .category__wrapper {
  gap: 8px;
}
.card-product .category .category__list {
  text-transform: uppercase;
  padding-left: 8px;
  position: relative;
}
.card-product .category .category__list::before {
  content: "";
  width: 1px;
  height: 10px;
  border-radius: 0;
  background-color: var(--core-components-separator-neutral-border-color);
  position: absolute;
  left: 0;
  top: 2px;
  margin-top: 0;
}
.card-product .category .category__list:first-child {
  padding-left: 0;
}
.card-product .category .category__list:first-child:before {
  content: "";
  display: none;
}
.card-product .card-product__image-container {
  z-index: -2;
  height: 100%;
  margin-left: -12px;
  margin-right: -12px;
}
.card-product .card-product__img-block {
  height: 100%;
  display: none;
  transition: transform cubic-bezier(0.3, 0, 0.7, 1) 400ms;
}
.card-product .card-product__img-block--active {
  display: block;
}
.card-product .card-product__img-block .content {
  padding: 0;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.card-product .card-product__img-block .content img {
  max-height: 100%;
  height: auto;
}
.card-product .card-product__footer-container {
  display: flex;
  align-items: flex-end;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  max-width: calc(100% - 48px);
  padding: 24px;
  margin: 0 auto;
  height: auto;
}
.card-product .card-product__footer-container .pl__bsi-el-btn {
  padding: 4px;
  min-height: 20px;
}
@media only screen and (min-width: 320px) and (max-width: 639px) {
  .card-product .card-product__footer-container .card-product__learn-more {
    opacity: 1;
    flex-grow: 1;
  }
}
.card-product .card-product__bag {
  flex: 0 0 auto;
  width: auto;
  position: absolute;
  left: 0;
  bottom: unset;
  transition: all 400ms cubic-bezier(0.3, 0, 0.7, 1);
  z-index: 3;
}
.card-product .card-product__bag--disable {
  color: var(--color-token-button-tertiary-tertiary-title-default-neutral-value);
  opacity: 0.2;
  pointer-events: none;
  cursor: not-allowed;
}
.card-product .card-product__bag .icons {
  color: var(--core-components-button-tertiary-neutral-rested-fg-color);
}
.card-product .card-product__bag .pl__bsi-el-btn:focus-visible {
  outline-offset: 2px;
}
.card-product .card-product__learn-more {
  opacity: 0;
  width: 0;
  pointer-events: none;
}
.card-product .card-product__learn-more .btn:not(.flexible-cta) {
  transition: all cubic-bezier(0.3, 0, 0.7, 1) 400ms;
  min-height: 32px;
  padding: 4px 0px;
  align-items: start;
  line-height: unset;
}
.card-product .card-product__learn-more .btn:not(.flexible-cta) span + [class*=icon] {
  margin-left: 0;
  position: relative;
}
.card-product .card-product__bg-img-container {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
  opacity: 0;
  object-fit: cover;
  transition: opacity cubic-bezier(0.3, 0, 0.7, 1) 400ms;
}
.card-product .card-product__description {
  display: none;
  margin-bottom: 16px;
  color: var(--semantic-color-surface-on-neutral-subtle);
  font-family: var(--semantic-typography-body-md-font-family);
  line-height: calc(var(--semantic-typography-body-md-line-height) * 1px);
  font-size: calc(var(--semantic-typography-body-md-font-size) * 1px);
  letter-spacing: calc( var(--semantic-typography-body-md-letter-spacing) * 1px );
  font-weight: var(--semantic-typography-body-md-default-style);
}
.card-product .card-product__description a {
  color: var(--semantic-color-surface-on-neutral-subtle);
  text-decoration: underline;
}
.card-product .card-product__sub-description {
  display: none;
  padding: 16px 24px;
  margin: 0 -24px;
  border-top: 1px solid var(--core-components-separator-neutral-border-color);
  color: var(--semantic-color-surface-on-neutral-muted);
  font-family: var(--semantic-typography-body-xs-font-family);
  line-height: calc(var(--semantic-typography-body-xs-line-height) * 1px);
  font-size: calc(var(--semantic-typography-body-xs-font-size) * 1px);
  letter-spacing: calc( var(--semantic-typography-body-xs-letter-spacing) * 1px );
  font-weight: var(--semantic-typography-body-xs-default-style);
}
.card-product .card-product__sub-description a {
  color: var(--semantic-color-surface-on-neutral-subtle);
  text-decoration: underline;
}
.card-product .card-product__cover-link {
  position: absolute;
  top: 0px;
  right: 0px;
  left: 0px;
  bottom: 0px;
  z-index: 2;
  font-size: 0;
}
.card-product .card-product__cover-link:focus-visible {
  outline-offset: -2px;
}
.card-product .card-product__cta {
  display: none;
}
.card-product .card-product__wishlist {
  flex: 0 0 auto;
  width: auto;
  position: absolute;
  right: 0;
  bottom: 24px;
  transition: all 400ms cubic-bezier(0.3, 0, 0.7, 1);
  z-index: 3;
}
.card-product:hover, .card-product.card--focus {
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
}
.card-product:hover .card-product__footer-container .card-product__learn-more, .card-product.card--focus .card-product__footer-container .card-product__learn-more {
  opacity: 0;
  flex-grow: 1;
  flex-basis: 0;
}
@media print, screen and (min-width: 40em) {
  .card-product:hover .card-product__footer-container .card-product__learn-more, .card-product.card--focus .card-product__footer-container .card-product__learn-more {
    opacity: 1;
    display: block;
  }
}
.card-product:hover .card-product__image-container, .card-product.card--focus .card-product__image-container {
  opacity: 0;
}
@media print, screen and (min-width: 40em) {
  .card-product.card--focus .card-product__footer-container .card-product__learn-more a {
    transition: none;
  }
}

.card-product.card-product--new {
  padding: 0 0 48px 0;
  /***** MODIFIED CODE START HERE *****/
  /*************  OutStock Hover code start here ******************/
  /*************  Out of Stock Hover code end here ******************/
  /*************  Bundle Product Hover code start here ******************/
  /*************  Bundle Product Hover code end here ******************/
  /*************  Card Product New LG Code Start here ******************/
  /*************  Card Product New LG Code End here ******************/
  /*************  Card Product New Large Dark Code start here ******************/
  /*************  Card Product New Large Dark Code End here ******************/
  /*************  Card Product New Large BG Code End here ******************/
  /*************  Card Product New Large BG Code End here ******************/
}
@media print, screen and (min-width: 64em) {
  .card-product.card-product--new {
    min-height: 571px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 639px) {
  .card-product.card-product--new {
    min-height: 489px;
  }
}
.card-product.card-product--new .card-product__header-container {
  padding-top: 16px;
}
.card-product.card-product--new .card-product__header-container .card-product__cta {
  display: none;
}
.card-product.card-product--new .card-product__cta {
  display: block;
}
.card-product.card-product--new .card-product__cta .btn:not(.flexible-cta) {
  width: 100%;
  justify-content: center;
}
.card-product.card-product--new .tags {
  position: absolute;
  top: 16px;
  left: 16px;
  z-index: 2;
  margin: 0;
}
.card-product.card-product--new .card-product__info-tag-wrapper {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  max-width: 230px;
}
.card-product.card-product--new .card-product__info-tag-wrapper .tags {
  position: relative;
  top: unset;
  left: unset;
  max-width: 100%;
  margin: 0;
}
.card-product.card-product--new .card-product__info-tag-wrapper .tags .tags__item {
  border-radius: 16px;
}
.card-product.card-product--new .card-product__info-tag-wrapper .tags .tags__item .tags__name {
  text-align: center;
  font-size: var(--core-components-tags-md-font-size);
  line-height: var(--core-components-tags-md-line-height);
  line-height: calc(var(--core-components-tags-md-line-height) * 1px);
  font-size: calc(var(--core-components-tags-md-font-size) * 1px);
  letter-spacing: calc( var(--core-components-tags-md-letter-spacing) * 1px );
  text-decoration: none;
  font-family: var(--core-components-tags-font-family);
  font-weight: var(--core-components-tags-font-weight);
}
.card-product.card-product--new .card-product__header-container {
  position: relative;
  z-index: 2;
  transform: translate3d(0, 0, 0);
  transition: all 0.5s ease-in-out;
  background-color: white;
  padding-left: 24px;
  padding-right: 24px;
  margin-bottom: 16px;
}
.card-product.card-product--new .card-product__images-wrapper {
  width: 100%;
  display: block;
  position: relative;
  z-index: 1;
}
.card-product.card-product--new .card-product__images-wrapper .card-product__image-container {
  width: 100%;
  height: 100%;
  min-width: 100%;
  max-width: 100%;
}
.card-product.card-product--new .card-product__images-wrapper .card-product__image-container-hover {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 2;
  right: 0;
  max-width: 100%;
  max-height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.8s ease-in-out;
}
@media only screen and (min-width: 320px) and (max-width: 1023px) {
  .card-product.card-product--new .card-product__images-wrapper .card-product__image-container-hover {
    display: none;
  }
}
.card-product.card-product--new .card-product__images-wrapper .card-product__image-container-hover .card-product__img-block-hover,
.card-product.card-product--new .card-product__images-wrapper .card-product__image-container-hover .content {
  height: 100%;
  width: 100%;
}
.card-product.card-product--new .card-product__images-wrapper .card-product__image-container-hover img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.card-product.card-product--new .card-product__size-title {
  color: var(--semantic-color-surface-on-neutral-subtle);
  text-transform: uppercase;
}
.card-product.card-product--new .card-product__size {
  flex-direction: column;
  padding-top: 16px;
  gap: 16px;
  height: auto;
  margin: 0 -24px;
  border-top: 1px solid var(--core-components-separator-neutral-border-color);
  display: none;
}
.card-product.card-product--new .card-product__size-lists {
  display: flex;
  gap: 16px;
  justify-content: center;
}
.card-product.card-product--new .card-product__bag .btn:not(.flexible-cta).btn--tertiary-positive {
  border: 0;
  outline: 0;
  padding: 0;
  background: transparent;
  min-height: unset;
}
.card-product.card-product--new .card-product__bag .card-product__cta-labels {
  display: flex;
  align-items: center;
  position: relative;
}
.card-product.card-product--new .card-product__bag .card-product__icon-label {
  display: inline-flex;
  margin-left: 8px;
  position: absolute;
  top: 2px;
  left: 24px;
  white-space: nowrap;
  overflow: hidden;
  width: 0;
  background-color: var(--modules-cards-surface-neutral-bg-color);
  color: var(--core-components-button-tertiary-neutral-rested-fg-color);
  text-transform: uppercase;
}
.card-product.card-product--new .card-product__bag:hover .card-product__icon-label {
  width: 240px;
  animation: type 0.7s steps(20, end);
  animation-fill-mode: forwards;
}
@keyframes type {
  from {
    width: 0;
  }
}
.card-product.card-product--new .card-product__bag.card-product__bag-added .card-product__icon-label {
  overflow: visible;
  animation: unset;
}
.card-product.card-product--new .card-product__footer-container .card-product__learn-more.card-product__learn-more-visible {
  opacity: 1;
  display: block;
  flex-grow: 1;
  flex-basis: 0;
}
.card-product.card-product--new .card-product__bag-label {
  vertical-align: text-bottom;
  opacity: 0;
  visibility: hidden;
  width: 0;
}
.card-product.card-product--new:hover .card-product__images-wrapper .card-product__image-container-hover {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.8s ease-in-out;
}
.card-product.card-product--new:hover .tags__item.tags__item--contrast-outline-dim {
  background: var(--core-components-tags-neutral-over-image-outline-dim-bg-color);
  color: var(--core-components-tags-neutral-over-image-outline-text-color);
  border: 1px solid var(--core-components-tags-neutral-over-image-outline-border-color);
}
.card-product.card-product--new:hover .tags__item--neutral-over-solid-subtle {
  background: var(--core-components-tags-contrast-over-solid-subtle-bg-color);
  color: var(--core-components-tags-contrast-over-solid-subtle-text-color);
}
.card-product.card-product--new.card-product.card-product--new--outofstock-hover {
  height: 100%;
  position: relative;
}
.card-product.card-product--new.card-product.card-product--new--outofstock-hover:hover .card-product__header-container {
  width: 100%;
  position: absolute;
  bottom: 40px;
  transform: translate3d(0, calc(100% - 15rem), 0);
  box-shadow: 0 -10px 20px -5px #0000000d;
}
.card-product.card-product--new.card-product.card-product--new--outofstock-hover:hover .card-product__sub-description {
  display: block;
}
.card-product.card-product--new.card-product.card-product--new--outofstock-hover:hover .card-product__size {
  display: flex;
}
.card-product.card-product--new.card-product.card-product--new--bundle-product {
  height: 100%;
  position: relative;
}
.card-product.card-product--new.card-product.card-product--new--bundle-product .card-product__header-container {
  width: 100%;
  position: absolute;
  bottom: 40px;
  transform: translate3d(0, calc(100% - 20rem), 0);
  box-shadow: 0 -10px 20px -5px #0000000d;
  z-index: 4;
}
.card-product.card-product--new.card-product.card-product--new--bundle-product .card-product__sub-description {
  display: block;
}
.card-product.card-product--new.card-product.card-product--new--bundle-product .card-product__size {
  display: flex;
}
.card-product.card-product--new.card-product--lg {
  height: 100%;
}
@media print, screen and (min-width: 64em) {
  .card-product.card-product--new.card-product--lg {
    padding: 0;
  }
}
@media print, screen and (min-width: 64em) {
  .card-product.card-product--new.card-product--lg .card-product__images-wrapper {
    order: 2;
  }
}
@media print, screen and (min-width: 64em) {
  .card-product.card-product--new.card-product--lg .card-product__cta {
    display: none;
  }
}
@media print, screen and (min-width: 64em) {
  .card-product.card-product--new.card-product--lg .card-product__header-container {
    background-color: transparent;
    padding-bottom: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 80px 48px;
    max-width: 50%;
  }
}
@media print, screen and (min-width: 64em) {
  .card-product.card-product--new.card-product--lg .card-product__header-container .card-product__cta {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 16px;
  }
}
@media print, screen and (min-width: 64em) and (min-width: 64em) {
  .card-product.card-product--new.card-product--lg .card-product__header-container .card-product__cta .btn:not(.flexible-cta) {
    width: auto;
  }
}
@media print, screen and (min-width: 64em) {
  .card-product.card-product--new.card-product--lg .card-product__header-container .card-product__learn-more {
    opacity: 1;
    display: block;
    flex-grow: 1;
    flex-basis: 0;
    padding: 8px 0px;
  }
}
@media print, screen and (min-width: 64em) {
  .card-product.card-product--new.card-product--lg .card-product__header-container .card-product__bag {
    position: relative;
    bottom: unset;
    margin-bottom: 16px;
  }
}
@media print, screen and (min-width: 64em) {
  .card-product.card-product--new.card-product--lg .card-product__header-container .card-product__bag .card-product__icon-label {
    position: relative;
    width: auto;
    left: unset;
    top: unset;
    overflow: visible;
    animation: unset;
    background-color: transparent;
  }
}
@media print, screen and (min-width: 64em) {
  .card-product.card-product--new.card-product--lg .card-product__header-container .card-product__description {
    text-align: center;
  }
}
@media print, screen and (min-width: 64em) {
  .card-product.card-product--new.card-product--lg .card-product__header-container .card-product__sub-description {
    display: block;
    margin: 0;
    text-align: center;
    padding: 16px 0;
  }
}
@media print, screen and (min-width: 64em) {
  .card-product.card-product--new.card-product--lg .card-product__header-container .card-product__size {
    display: flex;
    margin: 0;
    border: 0;
    padding: 0;
  }
}
@media print, screen and (min-width: 64em) {
  .card-product.card-product--new.card-product--lg .card-product__header-container .card-product__size-title {
    display: none;
  }
}
@media print, screen and (min-width: 64em) {
  .card-product.card-product--new.card-product--lg .card-product__header-container .card-product__learn-more {
    text-align: center;
  }
}
@media print, screen and (min-width: 64em) {
  .card-product.card-product--new.card-product--lg .card-product__images-wrapper {
    min-width: 50%;
    height: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .card-product.card-product--new.card-product--lg .card-product__info-tag-wrapper {
    position: relative;
    left: unset;
    top: unset;
    right: unset;
    margin: 0;
  }
}
@media print, screen and (min-width: 64em) {
  .card-product.card-product--new.card-product--lg .card-product__footer-container .card-product__bag {
    display: none;
  }
}
.card-product.card-product--new.card-product--lg .card-product__footer-container .card-product__bag button {
  padding: 8px;
}
@media print, screen and (min-width: 64em) {
  .card-product.card-product--new.card-product--lg .card-product__footer-container .card-product__learn-more.card-product__learn-more-visible {
    opacity: 0;
    display: none;
  }
}
@media print, screen and (min-width: 64em) {
  .card-product.card-product--new.card-product--lg .card-product__bag-label {
    vertical-align: text-bottom;
    opacity: 1;
    visibility: visible;
    width: auto;
  }
}
@media print, screen and (min-width: 64em) {
  .card-product.card-product--new.card-product--lg.card-product--lg--bg--dark .card-product__images-wrapper {
    opacity: 0;
    visibility: hidden;
  }
}
.card-product.card-product--new.card-product--lg.card-product--lg--bg--dark .card-product__bag .card-product__icon-label {
  color: var(--core-components-button-tertiary-contrast-rested-fg-color);
}
@media print, screen and (min-width: 64em) {
  .card-product.card-product--new.card-product--lg.card-product--lg--bg .card-product__images-wrapper {
    opacity: 0;
    visibility: hidden;
  }
}

.card-category {
  padding: 24px;
  background-color: var(--modules-cards-surface-neutral-bg-color);
  text-align: center;
  position: relative;
  z-index: 0;
  max-width: 100%;
  margin: 0 auto;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
  height: 490px;
  max-height: 490px;
}
@media print, screen and (min-width: 40em) {
  .card-category {
    max-width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .card-category {
    height: 570px;
    max-height: 570px;
  }
}
.card-category .card-category__cover-link {
  position: absolute;
  top: 0px;
  right: 0px;
  left: 0px;
  bottom: 0px;
}
.card-category .card-category__header-container {
  padding-top: 30px;
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
}
.card-category .card-category__title {
  margin-bottom: 16px;
  color: var(--core-components-title-contrast-fg-color);
  font-family: var(--core-components-title-vps-md-font-family);
  font-weight: var(--core-components-title-vps-md-font-weight);
  line-height: calc(var(--core-components-title-vps-md-line-height) * 1px);
  font-size: calc(var(--core-components-title-vps-md-font-size) * 1px);
  letter-spacing: calc( var(--core-components-title-vps-md-letter-spacing) * 1px );
  text-decoration: none;
  text-transform: uppercase;
  margin-top: 0px;
}
@media print, screen and (min-width: 40em) {
  .card-category .card-category__title {
    font-family: var(--core-components-title-vpm-md-font-family);
    font-weight: var(--core-components-title-vpm-md-font-weight);
    line-height: calc(var(--core-components-title-vpm-md-line-height) * 1px);
    font-size: calc(var(--core-components-title-vpm-md-font-size) * 1px);
    letter-spacing: calc( var(--core-components-title-vpm-md-letter-spacing) * 1px );
    text-decoration: none;
  }
}
@media print, screen and (min-width: 64em) {
  .card-category .card-category__title {
    font-family: var(--core-components-title-vpl-md-font-family);
    font-weight: var(--core-components-title-vpl-md-font-weight);
    line-height: calc(var(--core-components-title-vpl-md-line-height) * 1px);
    font-size: calc(var(--core-components-title-vpl-md-font-size) * 1px);
    letter-spacing: calc( var(--core-components-title-vpl-md-letter-spacing) * 1px );
    text-decoration: none;
  }
}
.card-category .card-category__title h1,
.card-category .card-category__title h2,
.card-category .card-category__title h3,
.card-category .card-category__title h4,
.card-category .card-category__title h5,
.card-category .card-category__title h6 {
  letter-spacing: inherit;
  margin: inherit;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  color: inherit;
  text-rendering: inherit;
}
.card-category .card-category__description {
  margin-bottom: 16px;
  font-family: var(--semantic-typography-body-md-font-family);
  line-height: calc(var(--semantic-typography-body-md-line-height) * 1px);
  font-size: calc(var(--semantic-typography-body-md-font-size) * 1px);
  letter-spacing: calc( var(--semantic-typography-body-md-letter-spacing) * 1px );
  font-weight: var(--semantic-typography-body-md-default-style);
  color: var(--semantic-color-surface-on-neutral-subtle);
  color: var(--semantic-color-surface-on-neutral-subtle);
}
.card-category .card-category__image-container {
  display: none;
  margin-top: auto;
}
@media print, screen and (min-width: 40em) {
  .card-category .card-category__image-container {
    margin-left: -9px;
    margin-right: -9px;
  }
}
.card-category .card-category__img-block {
  height: 100%;
  transition: all 400ms cubic-bezier(0.3, 0, 0.7, 1);
}
@media print, screen and (min-width: 64em) {
  .card-category .card-category__img-block {
    height: unset;
  }
}
.card-category .card-category__img-block .content {
  padding: 0 !important;
  display: flex;
  align-items: center;
  justify-content: center;
}
.card-category .card-category__img-block img {
  max-height: 100%;
  height: auto;
}
.card-category .card-category__footer-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 333px;
  margin: 0 auto;
  padding: 0 24px;
}
.card-category .card-category__learn-more {
  height: 100%;
}
@media print, screen and (min-width: 40em) {
  .card-category .card-category__learn-more {
    display: flex;
    flex-grow: 1;
    flex-basis: 0;
    align-items: center;
    justify-content: center;
    opacity: 1;
  }
}
@media print, screen and (min-width: 40em) {
  .card-category .card-category__learn-more {
    opacity: 0;
  }
}
.card-category .card-category__learn-more .btn {
  min-height: 32px;
}
.card-category .card-category__learn-more .btn:not(.flexible-cta) {
  padding-left: 0px;
  padding-right: 0px;
  padding: 4px;
}
.card-category .card-category__learn-more .btn span {
  line-height: 0;
  white-space: nowrap;
}
.card-category:hover .card-category__learn-more {
  opacity: 1;
}
.card-category .card-category__bg-img-container {
  visibility: hidden;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
  transition: all 400ms cubic-bezier(0.3, 0, 0.7, 1);
  object-fit: cover;
}
@media print, screen and (min-width: 64em) {
  .card-category.card-category--sm:not(.card-category--dtc):hover .card-category__img-block {
    transform: scale(1.1);
  }
}
.card-category .gradient {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
}
.card-category .gradient.gradient-tb-60-dark {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.36) 48.96%, rgba(0, 0, 0, 0) 100%);
}

@media print, screen and (min-width: 64em) {
  .card-category.card-category--lg {
    flex-direction: row;
    display: flex;
    padding-left: 72px;
    align-items: center;
    justify-content: center;
  }
}
@media print, screen and (min-width: 64em) {
  .card-category.card-category--lg .card-category__title {
    font-family: var(--core-components-title-vpl-lg-font-family);
    font-weight: var(--core-components-title-vpl-lg-font-weight);
    line-height: calc( var(--core-components-title-vpl-lg-line-height) * 1px );
    font-size: calc(var(--core-components-title-vpl-lg-font-size) * 1px);
    letter-spacing: calc( var(--core-components-title-vpl-lg-letter-spacing) * 1px );
    text-decoration: none;
  }
}
.card-category.card-category--lg .card-category__title h1,
.card-category.card-category--lg .card-category__title h2,
.card-category.card-category--lg .card-category__title h3,
.card-category.card-category--lg .card-category__title h4,
.card-category.card-category--lg .card-category__title h5,
.card-category.card-category--lg .card-category__title h6 {
  letter-spacing: inherit;
  margin: inherit;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  color: inherit;
  text-rendering: inherit;
}
@media print, screen and (min-width: 64em) {
  .card-category.card-category--lg .card-category__header-container {
    text-align: left;
    padding-top: 0px;
    height: auto;
    margin: 0 8px 0 0;
  }
}
@media print, screen and (min-width: 64em) {
  .card-category.card-category--lg .card-category__price {
    margin-bottom: 16px;
    height: auto;
  }
}
@media print, screen and (min-width: 64em) {
  .card-category.card-category--lg .card-category__image-container {
    max-width: 354px;
    min-width: 354px;
    height: auto;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .card-category.card-category--lg .card-category__img-block {
    padding: 80px 0;
    width: 100%;
  }
}
.card-category.card-category--lg .card-category__img-block img {
  width: 100%;
}
@media print, screen and (min-width: 64em) {
  .card-category.card-category--lg .card-category__footer-container {
    display: none;
  }
}
@media print, screen and (min-width: 64em) {
  .card-category.card-category--lg .card-category__learn-more {
    height: auto;
    justify-content: flex-start;
  }
}

.card-category.card-category--bg .card-category__description {
  color: var(--core-components-text-contrast-default-color);
}
.card-category.card-category--bg .card-category__price {
  color: var(--core-components-text-contrast-default-color);
}
.card-category.card-category--bg .card-category__image-container {
  visibility: hidden;
  display: none;
}
.card-category.card-category--bg .card-category__footer-container {
  position: absolute;
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%);
}
@media print, screen and (min-width: 64em) {
  .card-category.card-category--bg .card-category__img-block {
    padding: 0px 0;
    width: 100%;
  }
}
.card-category.card-category--bg .card-category__img-block img {
  visibility: hidden;
}
@media print, screen and (min-width: 64em) {
  .card-category.card-category--bg .card-category__img-block img {
    width: 100%;
  }
}
.card-category.card-category--bg .card-category__bg-img-container {
  visibility: visible;
}
.card-category.card-category--bg .card-category__title h1,
.card-category.card-category--bg h2,
.card-category.card-category--bg h3,
.card-category.card-category--bg h4,
.card-category.card-category--bg h5,
.card-category.card-category--bg h6 {
  letter-spacing: inherit;
  margin: inherit;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  color: inherit;
  text-rendering: inherit;
}
.card-category.card-category--light .card-category__description {
  color: var(--core-components-text-neutral-default-color);
}
.card-category.card-category--light .card-category__price {
  color: var(--core-components-text-neutral-default-color);
}

@media print, screen and (min-width: 64em) {
  .card-category.card-category--lg--bg {
    flex-direction: row;
    display: flex;
    padding-left: 72px;
    align-items: center;
    justify-content: flex-start;
  }
}
@media print, screen and (min-width: 64em) {
  .card-category.card-category--lg--bg .card-category__title {
    font-family: var(--core-components-title-vpl-lg-font-family);
    font-weight: var(--core-components-title-vpl-lg-font-weight);
    line-height: calc( var(--core-components-title-vpl-lg-line-height) * 1px );
    font-size: calc(var(--core-components-title-vpl-lg-font-size) * 1px);
    letter-spacing: calc( var(--core-components-title-vpl-lg-letter-spacing) * 1px );
    text-decoration: none;
  }
}
.card-category.card-category--lg--bg .card-category__title h1,
.card-category.card-category--lg--bg .card-category__title h2,
.card-category.card-category--lg--bg .card-category__title h3,
.card-category.card-category--lg--bg .card-category__title h4,
.card-category.card-category--lg--bg .card-category__title h5,
.card-category.card-category--lg--bg .card-category__title h6 {
  letter-spacing: inherit;
  margin: inherit;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  color: inherit;
  text-rendering: inherit;
}
@media print, screen and (min-width: 64em) {
  .card-category.card-category--lg--bg .card-category__header-container {
    text-align: left;
    padding-top: 0px;
    height: auto;
    margin: 0 8px 0 0;
    max-width: 450px;
  }
}
.card-category.card-category--lg--bg .card-category__description {
  color: var(--core-components-text-contrast-default-color);
}
.card-category.card-category--lg--bg .card-category__price {
  color: var(--core-components-text-contrast-default-color);
}
@media print, screen and (min-width: 64em) {
  .card-category.card-category--lg--bg .card-category__image-container {
    max-width: 513px;
    min-width: 513px;
    height: auto;
    margin: 0 auto;
    display: none;
    align-items: center;
    justify-content: center;
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .card-category.card-category--lg--bg .card-category__img-block {
    padding: 0px 0;
    width: 100%;
  }
}
.card-category.card-category--lg--bg .card-category__img-block img {
  visibility: hidden;
}
@media print, screen and (min-width: 64em) {
  .card-category.card-category--lg--bg .card-category__img-block img {
    width: 100%;
  }
}
@media only screen and (min-width: 320px) and (max-width: 639px) {
  .card-category.card-category--lg--bg .card-category__header-container .card-category__learn-more {
    display: none;
  }
}
.card-category.card-category--lg--bg .card-category__footer-container {
  position: absolute;
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%);
}
@media print, screen and (min-width: 64em) {
  .card-category.card-category--lg--bg .card-category__footer-container {
    display: none;
  }
}
@media print, screen and (min-width: 64em) {
  .card-category.card-category--lg--bg .card-category__learn-more {
    height: auto;
    justify-content: flex-start;
  }
}
.card-category.card-category--lg--bg .card-category__bg-img-container {
  visibility: visible;
}
.card-category.card-category--lg--bg .gradient {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
}
.card-category.card-category--lg--bg .gradient.gradient-lr-20-dark {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.36) 48.96%, rgba(0, 0, 0, 0) 100%);
}
.card-category.card-category--light .card-category__description {
  color: var(--core-components-text-neutral-default-color);
}
.card-category.card-category--light .card-category__price {
  color: var(--core-components-text-neutral-default-color);
}

.journey-banner {
  text-align: center;
  position: relative;
  min-height: 375px;
  display: flex;
}
@media print, screen and (min-width: 40em) {
  .journey-banner {
    height: 450px;
    max-height: 450px;
  }
}
@media screen and (min-width: 90em) {
  .journey-banner {
    height: 500px;
    max-height: 500px;
  }
}
.journey-banner p {
  margin-bottom: 20px;
  font-size: inherit;
  line-height: inherit;
  font-family: inherit;
  font-weight: inherit;
  color: inherit;
}
.journey-banner p:last-child {
  margin-bottom: 0;
}
.journey-banner .category {
  display: inline-flex;
  position: relative;
  justify-content: center;
}
.journey-banner .category .category__wrapper {
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
}
.journey-banner .category .category__list {
  display: flex;
  align-items: center;
  gap: 16px;
  text-transform: uppercase;
  color: var(--core-components-category-contrast-fg-color);
  text-align: center;
  font-family: var(--core-components-category-font-family);
  line-height: calc(var(--core-components-category-line-height) * 1px);
  font-size: calc(var(--core-components-category-font-size) * 1px);
  letter-spacing: calc( var(--core-components-category-letter-spacing) * 1px );
  font-weight: var(--core-components-category-font-weight);
  text-transform: uppercase;
}
.journey-banner .journey-banner__wrapper {
  text-align: center;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  max-width: 300px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  gap: 16px;
}
@media print, screen and (min-width: 40em) {
  .journey-banner .journey-banner__wrapper {
    max-width: 585px;
    margin: unset;
    padding: 0 24px;
  }
}
.journey-banner .journey-banner__wrapper .bs-responsive-image-holder {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.journey-banner .journey-banner__wrapper .Pictograms-wrapper ul {
  justify-content: center;
}
.journey-banner .journey-banner__title {
  color: var(--core-components-title-contrast-fg-color);
  font-family: var(--core-components-title-vps-lg-font-family);
  font-weight: var(--core-components-title-vps-lg-font-weight);
  line-height: calc(var(--core-components-title-vps-lg-line-height) * 1px);
  font-size: calc(var(--core-components-title-vps-lg-font-size) * 1px);
  letter-spacing: calc( var(--core-components-title-vps-lg-letter-spacing) * 1px );
  text-decoration: none;
  text-transform: uppercase;
  margin-top: 0px;
}
@media print, screen and (min-width: 40em) {
  .journey-banner .journey-banner__title {
    font-family: var(--core-components-title-vpm-lg-font-family);
    font-weight: var(--core-components-title-vpl-lg-font-weight);
    line-height: calc(var(--core-components-title-vpl-lg-line-height) * 1px);
    font-size: calc(var(--core-components-title-vpl-lg-font-size) * 1px);
    letter-spacing: calc( var(--core-components-title-vpl-lg-letter-spacing) * 1px );
    text-decoration: none;
  }
}
@media print, screen and (min-width: 64em) {
  .journey-banner .journey-banner__title {
    font-family: var(--core-components-title-vpl-lg-font-family);
    font-weight: var(--core-components-title-vpl-lg-font-weight);
    line-height: calc(var(--core-components-title-vpl-lg-line-height) * 1px);
    font-size: calc(var(--core-components-title-vpl-lg-font-size) * 1px);
    letter-spacing: calc( var(--core-components-title-vpl-lg-letter-spacing) * 1px );
    text-decoration: none;
  }
}
.journey-banner .journey-banner__title h1,
.journey-banner .journey-banner__title h2,
.journey-banner .journey-banner__title h3,
.journey-banner .journey-banner__title h4,
.journey-banner .journey-banner__title h5,
.journey-banner .journey-banner__title h6 {
  letter-spacing: inherit;
  margin: inherit;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  color: inherit;
  text-rendering: inherit;
}
.journey-banner .journey-banner__description {
  color: var(--core-components-text-contrast-subtle-color);
  font-family: var(--semantic-typography-body-md-font-family);
  line-height: calc(var(--semantic-typography-body-md-line-height) * 1px);
  font-size: calc(var(--semantic-typography-body-md-font-size) * 1px);
  letter-spacing: calc( var(--semantic-typography-body-md-letter-spacing) * 1px );
  font-weight: var(--semantic-typography-body-md-default-style);
}
.journey-banner .journey-banner__bg-img-container {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
  object-fit: cover;
}
.journey-banner .journey-banner__bg-img-container img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
  object-fit: cover;
}
.journey-banner .journey-banner__bg-img-container .gradient {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 100%);
}
@media print, screen and (min-width: 40em) {
  .journey-banner .journey-banner__bg-img-container .gradient {
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.36) 47.4%, rgba(0, 0, 0, 0) 100%);
  }
}
.journey-banner .container-wl {
  width: 100%;
  position: static;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .journey-banner .container-wl {
    max-width: 75rem;
  }
}
.journey-banner .gradient {
  z-index: 1;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
}
@media print, screen and (min-width: 64em) {
  .journey-banner .gradient {
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
  }
}

.suggestions-product {
  padding: 64px 0px;
  position: relative;
  background-color: var(--semantic-color-surface-neutral-subtle);
}
@media print, screen and (min-width: 40em) {
  .suggestions-product {
    padding: 80px 20px;
  }
}
@media print, screen and (min-width: 64em) {
  .suggestions-product {
    padding: 120px 20px;
    padding-bottom: 100px;
  }
}
.suggestions-product p {
  margin-bottom: inherit;
  font-size: inherit;
  line-height: inherit;
  font-family: inherit;
  font-weight: inherit;
  color: inherit;
}
.suggestions-product .suggestions-product__row .swiper-slide {
  height: unset;
}
@media only screen and (min-width: 320px) and (max-width: 1023px) {
  .suggestions-product .suggestions-product__row .swiper-slide {
    padding: 0;
  }
}
.suggestions-product .suggestions-product__title-wrapper {
  padding-bottom: 20px;
  margin-bottom: 40px;
  position: relative;
  z-index: 1;
}
@media print, screen and (min-width: 64em) {
  .suggestions-product .suggestions-product__title-wrapper {
    margin-bottom: 64px;
    margin-left: 0.9375rem;
    margin-right: 0.9375rem;
  }
}
.suggestions-product .suggestions-product__title-wrapper .suggestions-product__title {
  text-transform: uppercase;
  font-family: var(--core-components-title-vps-sm-font-family);
  font-weight: var(--core-components-title-vps-sm-font-weight);
  line-height: calc(var(--core-components-title-vps-sm-line-height) * 1px);
  font-size: calc(var(--core-components-title-vps-sm-font-size) * 1px);
  letter-spacing: calc( var(--core-components-title-vps-sm-letter-spacing) * 1px );
  text-decoration: none;
  text-transform: uppercase;
  margin-top: 0px;
}
@media print, screen and (min-width: 40em) {
  .suggestions-product .suggestions-product__title-wrapper .suggestions-product__title {
    font-family: var(--core-components-title-vpm-sm-font-family);
    font-weight: var(--core-components-title-vpm-sm-font-weight);
    line-height: calc( var(--core-components-title-vpm-sm-line-height) * 1px );
    font-size: calc(var(--core-components-title-vpm-sm-font-size) * 1px);
    letter-spacing: calc( var(--core-components-title-vpm-sm-letter-spacing) * 1px );
    text-decoration: none;
  }
}
@media print, screen and (min-width: 64em) {
  .suggestions-product .suggestions-product__title-wrapper .suggestions-product__title {
    font-family: var(--core-components-title-vpl-sm-font-family);
    font-weight: var(--core-components-title-vpl-sm-font-weight);
    line-height: calc( var(--core-components-title-vpl-sm-line-height) * 1px );
    font-size: calc(var(--core-components-title-vpl-sm-font-size) * 1px);
    letter-spacing: calc( var(--core-components-title-vpl-sm-letter-spacing) * 1px );
    text-decoration: none;
  }
}
.suggestions-product .suggestions-product__title-wrapper .suggestions-product__title h1,
.suggestions-product .suggestions-product__title-wrapper .suggestions-product__title h2,
.suggestions-product .suggestions-product__title-wrapper .suggestions-product__title h3,
.suggestions-product .suggestions-product__title-wrapper .suggestions-product__title h4,
.suggestions-product .suggestions-product__title-wrapper .suggestions-product__title h5,
.suggestions-product .suggestions-product__title-wrapper .suggestions-product__title h6 {
  letter-spacing: inherit;
  margin: inherit;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  color: inherit;
  text-rendering: inherit;
}
.suggestions-product .suggestions-product__title-line {
  height: 1px;
  display: block;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: var(--core-components-separator-neutral-border-color);
}
.suggestions-product .suggestions-product__wrapper {
  position: relative;
}
.suggestions-product .suggestions-product__wrapper .swiper-wrapper {
  box-sizing: inherit;
  flex-wrap: unset;
}
.suggestions-product .suggestions-product__wrapper .swiper-wrapper.row {
  width: auto;
}
@media only screen and (min-width: 320px) and (max-width: 639px) {
  .suggestions-product .suggestions-product__wrapper .swiper-wrapper.row {
    margin: 0 auto;
    max-width: 100%;
  }
}
.suggestions-product .suggestions-product__wrapper .swiper-wrapper.row .card-product {
  height: calc(100% - 28px);
}
@media print, screen and (min-width: 40em) {
  .suggestions-product .suggestions-product__wrapper .swiper-wrapper.row .card-product {
    height: calc(100% - 24px);
  }
}
@media print, screen and (min-width: 64em) {
  .suggestions-product .suggestions-product__wrapper .swiper-wrapper.row .card-product {
    height: calc(100% - 28px);
  }
}
.suggestions-product .suggestions-product__wrapper .swiper-wrapper.row .card-product.card-product--non-dtc-new {
  max-height: unset;
}
.suggestions-product .suggestions-product__wrapper .swiper-wrapper.row .card-product.card-product--non-dtc-new .card-product__image-container {
  height: unset;
}
.suggestions-product .suggestions-product__wrapper .swiper-wrapper.row .card-product.card-product--non-dtc-new .card-product__image-container .content {
  height: unset;
}
.suggestions-product .suggestions-product__wrapper .swiper-wrapper.row .card-product.card-product--non-dtc-new .card-product__image-container .content picture img {
  max-height: unset;
}
.suggestions-product .suggestions-product__wrapper .swiper-wrapper.row .card-product.card-product--non-dtc-new .card-product__image-container-hover {
  max-height: unset !important;
  height: unset;
}
.suggestions-product .suggestions-product__wrapper .swiper-wrapper.row .card-product.card-product--non-dtc-new .card-product__image-container-hover .card-product__img-block-hover {
  height: unset;
}
.suggestions-product .suggestions-product__wrapper .swiper-wrapper.row .card-product.card-product--non-dtc-new .card-product__image-container-hover .card-product__img-block-hover .content {
  height: unset;
}
.suggestions-product .suggestions-product__wrapper .swiper-wrapper.row .card-product.card-product--dtc-new {
  height: calc(100% - 28px);
  max-height: unset;
}
.suggestions-product .suggestions-product__wrapper .swiper-wrapper.row .card-product.card-product--dtc-new .card-product__image-container {
  height: unset;
}
.suggestions-product .suggestions-product__wrapper .swiper-wrapper.row .card-product.card-product--dtc-new .card-product__image-container .content {
  height: unset;
}
.suggestions-product .suggestions-product__wrapper .swiper-wrapper.row .card-product.card-product--dtc-new .card-product__image-container .content picture img {
  max-height: unset;
}
.suggestions-product .suggestions-product__wrapper .swiper-wrapper.row .card-product.card-product--dtc-new .card-product__image-container-hover {
  max-height: unset !important;
  height: unset;
}
.suggestions-product .suggestions-product__wrapper .swiper-wrapper.row .card-product.card-product--dtc-new .card-product__image-container-hover .card-product__img-block-hover {
  height: unset;
}
.suggestions-product .suggestions-product__wrapper .swiper-wrapper.row .card-product.card-product--dtc-new .card-product__image-container-hover .card-product__img-block-hover .content {
  height: unset;
}
.suggestions-product .suggestions-product__wrapper .swiper-wrapper [class*=cell] > [class*=card-] {
  margin-top: 14px;
  margin-bottom: 14px;
}
@media only screen and (min-width: 320px) and (max-width: 639px) {
  .suggestions-product .suggestions-product__wrapper .swiper-wrapper [class*=cell] > [class*=card-] {
    margin-top: 12px;
    margin-bottom: 12px;
  }
}
@media print, screen and (min-width: 40em) {
  .suggestions-product .suggestions-product__wrapper .swiper-wrapper [class*=cell] > [class*=card-] {
    margin-top: 12px;
    margin-bottom: 12px;
  }
}
@media print, screen and (min-width: 64em) {
  .suggestions-product .suggestions-product__wrapper .swiper-wrapper [class*=cell] > [class*=card-] {
    margin-top: 14px;
    margin-bottom: 14px;
  }
}
.suggestions-product .suggestions-product__scrollbar.swiper-scrollbar {
  position: relative;
  margin: 0px;
  margin-right: 20px;
  margin-top: 40px;
  margin-bottom: 0px;
  height: 2px;
  background: var(--core-components-pagination-progressbar-neutral-bg-color);
  left: 0;
  width: 100%;
}
.suggestions-product .suggestions-product__scrollbar.swiper-scrollbar .swiper-scrollbar-drag {
  background-color: var(--core-components-pagination-progressbar-neutral-fg-color);
}
.suggestions-product .suggestions-product__cta {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}
@media print, screen and (min-width: 40em) {
  .suggestions-product .suggestions-product__cta {
    display: none;
  }
}
.suggestions-product .suggestions-product__prev {
  position: static;
  height: 48px;
  width: 48px;
  margin: 0;
  color: var(--core-components-iconbutton-outline-and-plain-neutral-default-rested-fg-color);
}
.suggestions-product .suggestions-product__prev::after {
  font-size: 48px;
}
.suggestions-product .suggestions-product__next {
  position: static;
  height: 48px;
  width: 48px;
  margin: 0;
  color: var(--core-components-iconbutton-outline-and-plain-neutral-default-rested-fg-color);
}
.suggestions-product .suggestions-product__next::after {
  font-size: 48px;
}
.suggestions-product .suggestions-product__footer-cta {
  display: none;
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width: 320px) and (max-width: 639px) {
  .suggestions-product .suggestions-product__footer-cta {
    display: flex;
    margin-top: 24px;
  }
}
.suggestions-product .suggestions-product__img-container {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.suggestions-product .suggestions-product__img-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.suggestions-product.suggestions-product--cta .suggestions-product__title-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid var(--core-components-separator-neutral-border-color);
}
@media print, screen and (min-width: 40em) {
  .suggestions-product.suggestions-product--cta .suggestions-product__title-wrapper {
    margin-bottom: 64px;
  }
}
.suggestions-product.suggestions-product--cta .suggestions-product__title-wrapper .btn {
  display: none;
  align-items: start;
  padding: 4px;
  min-height: 32px;
}
@media print, screen and (min-width: 40em) {
  .suggestions-product.suggestions-product--cta .suggestions-product__title-wrapper .btn {
    display: inline-flex;
    margin-left: auto;
  }
}
.suggestions-product.suggestions-product--sm [class*=cell] > [class*=card-] {
  margin-top: 0;
  margin-bottom: 0;
}
@media print, screen and (min-width: 64em) {
  .suggestions-product.suggestions-product--sm [class*=cell] > [class*=card-] {
    margin-top: 14px;
    margin-bottom: 14px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 639px) {
  .suggestions-product.suggestions-product--sm [class*=cell] > [class*=card-] {
    max-width: unset;
  }
}
.suggestions-product .swiper-container:not(.swiper-initialized) .suggestions-product__carrousel-nav {
  display: none;
}
.suggestions-product .swiper-container:not(.swiper-initialized) .suggestions-product__scrollbar {
  display: none;
}
.suggestions-product .swiper-container:not(.swiper-initialized) .suggestions-product__row {
  flex-wrap: wrap;
  padding-bottom: 32px;
}
@media only screen and (min-width: 320px) and (max-width: 639px) {
  .suggestions-product .swiper-container:not(.swiper-initialized) .suggestions-product__row {
    margin-right: 0;
    margin-left: 0;
  }
}
@media only screen and (min-width: 320px) and (max-width: 639px) {
  .suggestions-product:not(.suggestions-product--sm) [class*=cell] {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
}
@media only screen and (min-width: 320px) and (max-width: 639px) {
  .suggestions-product:not(.suggestions-product--sm) .suggestions-product__row [class*=cell] {
    min-width: 100%;
  }
}
.suggestions-product .gradient {
  z-index: -1;
}
.suggestions-product .card-story .card-story__header-container {
  z-index: 2;
  position: absolute;
}
@media only screen and (min-width: 320px) and (max-width: 639px) {
  .suggestions-product .card-story .card-story__header-container {
    padding: 24px;
  }
}
.suggestions-product .card-story .card-story__footer-container {
  z-index: 1;
}
.suggestions-product .card-story .card-story__footer-container .coverlink {
  z-index: 5;
}
.suggestions-product .card-story .bs-responsive-image-holder {
  position: relative;
}
.suggestions-product .card-story .card-story__coverlink {
  z-index: 5;
}
.suggestions-product .card-story .gradient {
  z-index: 1;
}
.suggestions-product .swiper-container + .swiper-scrollbar {
  display: none;
}
.suggestions-product .suggestions-product__pagination-wrapper {
  display: flex;
  justify-content: space-between;
  position: relative;
  max-width: 392px;
  margin: 40px auto 0;
  align-items: center;
}
@media only screen and (min-width: 320px) and (max-width: 639px) {
  .suggestions-product .suggestions-product__pagination-wrapper {
    padding: 0 0;
  }
}
.suggestions-product .suggestions-product__pagination-wrapper .swiper-scrollbar.swiper-scrollbar-horizontal {
  max-width: calc(100% - 160px);
  position: relative;
  margin-top: 8px;
}
.suggestions-product .swiper-container .suggestions-product__pagination-wrapper {
  display: none;
}
.suggestions-product .swiper-container.swiper-initialized .suggestions-product__pagination-wrapper {
  display: flex;
}

.homepage-header {
  position: relative;
  height: 562px;
  max-height: 562px;
}
@media print, screen and (min-width: 40em) {
  .homepage-header {
    height: 617px;
    max-height: 617px;
  }
}
@media screen and (min-width: 90em) {
  .homepage-header {
    height: 850px;
    max-height: 850px;
  }
}
.homepage-header p {
  margin-bottom: inherit;
  font-size: inherit;
  line-height: inherit;
  font-family: inherit;
  font-weight: inherit;
  color: inherit;
}
.homepage-header .homepage-header__overline-title {
  margin-bottom: 16px;
  text-transform: uppercase !important;
  font-family: var(--core-components-overline-font-family);
  font-weight: var(--core-components-overline-font-weight);
  line-height: calc(var(--core-components-overline-line-height) * 1px);
  font-size: calc(var(--core-components-overline-font-size) * 1px);
  letter-spacing: calc(var(--core-components-overline-letter-spacing) * 1px);
  text-decoration: none;
  color: var(--core-components-overline-contrast-text-color);
}
.homepage-header .homepage-header__img-container {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  transition: all 400ms cubic-bezier(0.3, 0, 0.7, 1);
}
.homepage-header .homepage-header__Slider-wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media print, screen and (min-width: 40em) {
  .homepage-header .homepage-header__Slider-wrapper {
    align-items: center;
  }
}
.homepage-header .homepage-header__Slider-wrapper .homepage-header__content-holder {
  box-sizing: border-box;
}
.homepage-header .homepage-header__Slider-wrapper .homepage-header__content-holder + div {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.homepage-header .homepage-header__Slider-wrapper.homepage-header--center {
  justify-content: center;
  text-align: center;
}
.homepage-header .homepage-header__content {
  position: relative;
  z-index: 1;
  height: 100%;
  min-width: 100%;
  padding: 64px 0px;
}
@media print, screen and (min-width: 40em) {
  .homepage-header .homepage-header__content {
    padding: 120px 0px;
  }
}
@media screen and (min-width: 75em) {
  .homepage-header .homepage-header__content {
    padding: 120px 24px;
  }
}
@media screen and (min-width: 90em) {
  .homepage-header .homepage-header__content {
    padding: 120px 0px;
  }
}
.homepage-header .homepage-header__wrapper {
  height: 100%;
}
.homepage-header .homepage-header__content-holder {
  position: relative;
  z-index: 1;
  width: auto;
}
@media only screen and (min-width: 640px) and (max-width: 1199px) {
  .homepage-header .homepage-header__content-holder {
    padding: 0 24px;
  }
}
.homepage-header .homepage-header__title {
  color: var(--core-components-title-contrast-fg-color);
  margin-bottom: 16px;
  max-width: 327px;
  font-family: var(--core-components-title-vps-xl-font-family);
  font-weight: var(--core-components-title-vps-xl-font-weight);
  line-height: calc(var(--core-components-title-vps-xl-line-height) * 1px);
  font-size: calc(var(--core-components-title-vps-xl-font-size) * 1px);
  letter-spacing: calc( var(--core-components-title-vps-xl-letter-spacing) * 1px );
  text-decoration: none;
  text-transform: uppercase;
  margin-top: 0px;
}
@media print, screen and (min-width: 40em) {
  .homepage-header .homepage-header__title {
    max-width: 440px;
    font-family: var(--core-components-title-vpm-xl-font-family);
    font-weight: var(--core-components-title-vpm-xl-font-weight);
    line-height: calc(var(--core-components-title-vpm-xl-line-height) * 1px);
    font-size: calc(var(--core-components-title-vpm-xl-font-size) * 1px);
    letter-spacing: calc( var(--core-components-title-vpm-xl-letter-spacing) * 1px );
    text-decoration: none;
  }
}
@media print, screen and (min-width: 64em) {
  .homepage-header .homepage-header__title {
    max-width: 484px;
    font-family: var(--core-components-title-vpl-xl-font-family);
    font-weight: var(--core-components-title-vpl-xl-font-weight);
    line-height: calc(var(--core-components-title-vpl-xl-line-height) * 1px);
    font-size: calc(var(--core-components-title-vpl-xl-font-size) * 1px);
    letter-spacing: calc( var(--core-components-title-vpl-xl-letter-spacing) * 1px );
    text-decoration: none;
  }
}
.homepage-header .homepage-header__title h1,
.homepage-header .homepage-header__title h2,
.homepage-header .homepage-header__title h3,
.homepage-header .homepage-header__title h4,
.homepage-header .homepage-header__title h5,
.homepage-header .homepage-header__title h6 {
  letter-spacing: inherit;
  margin: inherit;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  color: inherit;
  text-rendering: inherit;
}
.homepage-header .homepage-header__top-title {
  text-transform: uppercase;
  margin-bottom: 16px;
}
.homepage-header .homepage-header__description {
  margin-bottom: 16px;
  color: var(--semantic-color-surface-on-contrast-default);
  max-width: 100%;
  margin-bottom: 16px;
  color: var(--semantic-color-surface-on-contrast-default);
  max-width: 100%;
  font-family: var(--semantic-typography-body-md-font-family);
  line-height: calc(var(--semantic-typography-body-md-line-height) * 1px);
  font-size: calc(var(--semantic-typography-body-md-font-size) * 1px);
  letter-spacing: calc( var(--semantic-typography-body-md-letter-spacing) * 1px );
  font-weight: var(--semantic-typography-body-md-default-style);
}
@media print, screen and (min-width: 40em) {
  .homepage-header .homepage-header__description {
    max-width: 439px;
  }
}
@media print, screen and (min-width: 64em) {
  .homepage-header .homepage-header__description {
    max-width: 486px;
  }
}
.homepage-header .homepage-header__img-container {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  transition: all 400ms cubic-bezier(0.3, 0, 0.7, 1);
}
.homepage-header .homepage-header__img-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.homepage-header .gradient {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.36) 47.4%, rgba(0, 0, 0, 0) 100%);
}
@media print, screen and (min-width: 64em) {
  .homepage-header .gradient {
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.36) 47.4%, rgba(0, 0, 0, 0) 100%);
  }
}
.homepage-header.homepage-header--full-height {
  height: 100%;
  max-height: 100%;
}

.copyblock {
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative;
  background: var(--semantic-color-surface-neutral-default);
}
@media print, screen and (min-width: 40em) {
  .copyblock {
    padding-top: 64px;
    padding-bottom: 64px;
  }
}
@media print, screen and (min-width: 64em) {
  .copyblock {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.copyblock .copyblock__wrapper {
  max-width: 100%;
}
@media print, screen and (min-width: 40em) {
  .copyblock .copyblock__wrapper {
    max-width: 594px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media print, screen and (min-width: 64em) {
  .copyblock .copyblock__wrapper {
    max-width: 790px;
    margin-left: auto;
    margin-right: auto;
  }
}
.copyblock .copyblock__wrapper p {
  font-family: var(--semantic-typography-body-md-font-family);
  line-height: calc(var(--semantic-typography-body-md-line-height) * 1px);
  font-size: calc(var(--semantic-typography-body-md-font-size) * 1px);
  letter-spacing: calc( var(--semantic-typography-body-md-letter-spacing) * 1px );
  font-weight: var(--semantic-typography-body-md-default-style);
  color: var(--core-components-text-neutral-subtle-color);
  color: var(--core-components-text-neutral-subtle-color);
}
.copyblock .copyblock__pageheading {
  max-width: 100%;
}
.copyblock .copyblock__title {
  color: var(--core-components-title-accent-fg-color);
  font-family: var(--core-components-title-vps-md-font-family);
  font-weight: var(--core-components-title-vps-md-font-weight);
  line-height: calc(var(--core-components-title-vps-md-line-height) * 1px);
  font-size: calc(var(--core-components-title-vps-md-font-size) * 1px);
  letter-spacing: calc( var(--core-components-title-vps-md-letter-spacing) * 1px );
  text-decoration: none;
  text-transform: uppercase;
}
@media print, screen and (min-width: 40em) {
  .copyblock .copyblock__title {
    font-family: var(--core-components-title-vpm-md-font-family);
    font-weight: var(--core-components-title-vpm-md-font-weight);
    line-height: calc(var(--core-components-title-vpm-md-line-height) * 1px);
    font-size: calc(var(--core-components-title-vpm-md-font-size) * 1px);
    letter-spacing: calc( var(--core-components-title-vpm-md-letter-spacing) * 1px );
    text-decoration: none;
  }
}
@media print, screen and (min-width: 64em) {
  .copyblock .copyblock__title {
    font-family: var(--core-components-title-vpl-md-font-family);
    font-weight: var(--core-components-title-vpl-md-font-weight);
    line-height: calc(var(--core-components-title-vpl-md-line-height) * 1px);
    font-size: calc(var(--core-components-title-vpl-md-font-size) * 1px);
    letter-spacing: calc( var(--core-components-title-vpl-md-letter-spacing) * 1px );
    text-decoration: none;
  }
}
.copyblock .copyblock__space-40 {
  margin-bottom: 32px !important;
}
@media print, screen and (min-width: 64em) {
  .copyblock .copyblock__space-40 {
    margin-bottom: 40px !important;
  }
}
.copyblock .copyblock__space-32 {
  margin-bottom: 24px !important;
}
@media print, screen and (min-width: 64em) {
  .copyblock .copyblock__space-32 {
    margin-bottom: 32px !important;
  }
}
.copyblock .copyblock__space-24 {
  margin-bottom: 24px !important;
}
.copyblock .copyblock__space-16 {
  margin-bottom: 16px !important;
}
.copyblock .copyblock__space-8 {
  margin-bottom: 8px !important;
}
.copyblock .copyblock__wrapper-content {
  padding-top: 40px;
  padding-bottom: 40px;
  text-align: center;
  position: relative;
}
@media print, screen and (min-width: 40em) {
  .copyblock .copyblock__wrapper-content {
    padding-top: 56px;
    padding-bottom: 56px;
  }
}
@media print, screen and (min-width: 64em) {
  .copyblock .copyblock__wrapper-content {
    padding-top: 64px;
    padding-bottom: 53px;
  }
}
.copyblock .copyblock__bg-img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
}
.copyblock .copyblock__bg-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.copyblock .copyblock__bg-img .bs-responsive-image-holder {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.product-carousel-membership {
  padding-top: 48px;
  height: auto;
  position: relative;
  background: var(--semantic-color-surface-neutral-subtle);
  z-index: 0;
}
.product-carousel-membership::after {
  content: "";
  background: var(--token-gradient-dark-v-bottom-20, linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.04) 48.96%, rgba(0, 0, 0, 0) 100%));
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
@media print, screen and (min-width: 40em) {
  .product-carousel-membership {
    padding-top: 80px;
  }
}
@media print, screen and (min-width: 64em) {
  .product-carousel-membership {
    padding-top: 120px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .product-carousel-membership {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.product-carousel-membership p {
  font-size: inherit;
  line-height: inherit;
  font-family: inherit;
  font-weight: inherit;
  color: inherit;
}
.product-carousel-membership .product-carousel-membership__title {
  margin-bottom: 24px;
  color: var(--core-components-title-accent-fg-color);
  font-family: var(--core-components-title-vps-lg-font-family);
  font-weight: var(--core-components-title-vps-lg-font-weight);
  line-height: calc(var(--core-components-title-vps-lg-line-height) * 1px);
  font-size: calc(var(--core-components-title-vps-lg-font-size) * 1px);
  letter-spacing: calc( var(--core-components-title-vps-lg-letter-spacing) * 1px );
  text-decoration: none;
  text-transform: uppercase;
  margin-top: 0px;
}
@media print, screen and (min-width: 40em) {
  .product-carousel-membership .product-carousel-membership__title {
    font-family: var(--core-components-title-vpm-lg-font-family);
    font-weight: var(--core-components-title-vpm-lg-font-weight);
    line-height: calc(var(--core-components-title-vpm-lg-line-height) * 1px);
    font-size: calc(var(--core-components-title-vpm-lg-font-size) * 1px);
    letter-spacing: calc( var(--core-components-title-vpm-lg-letter-spacing) * 1px );
    text-decoration: none;
  }
}
@media print, screen and (min-width: 64em) {
  .product-carousel-membership .product-carousel-membership__title {
    font-family: var(--core-components-title-vpl-lg-font-family);
    font-weight: var(--core-components-title-vpl-lg-font-weight);
    line-height: calc(var(--core-components-title-vpl-lg-line-height) * 1px);
    font-size: calc(var(--core-components-title-vpl-lg-font-size) * 1px);
    letter-spacing: calc( var(--core-components-title-vpl-lg-letter-spacing) * 1px );
    text-decoration: none;
  }
}
.product-carousel-membership .product-carousel-membership__title h1,
.product-carousel-membership .product-carousel-membership__title h2,
.product-carousel-membership .product-carousel-membership__title h3,
.product-carousel-membership .product-carousel-membership__title h4,
.product-carousel-membership .product-carousel-membership__title h5,
.product-carousel-membership .product-carousel-membership__title h6 {
  letter-spacing: unset;
  margin: unset;
  font-family: unset;
  font-size: unset;
  font-style: unset;
  font-weight: unset;
  color: unset;
  text-rendering: unset;
  line-height: unset;
}
.product-carousel-membership .product-carousel-membership__description {
  color: var(--core-components-text-neutral-subtle-color);
  color: var(--core-components-text-neutral-subtle-color);
  font-family: var(--semantic-typography-body-md-font-family);
  line-height: calc(var(--semantic-typography-body-md-line-height) * 1px);
  font-size: calc(var(--semantic-typography-body-md-font-size) * 1px);
  letter-spacing: calc( var(--semantic-typography-body-md-letter-spacing) * 1px );
  font-weight: var(--semantic-typography-body-md-default-style);
  margin-bottom: 24px;
}
@media print, screen and (min-width: 40em) {
  .product-carousel-membership .product-carousel-membership__description {
    max-width: 850px;
    margin: auto;
    margin-bottom: 40px;
  }
}
.product-carousel-membership .product-carousel-membership__content {
  text-align: left;
}
.product-carousel-membership .product-carousel-membership__pagination-wrapper {
  text-align: center;
  position: relative;
  z-index: 2;
  bottom: 24px;
}
@media print, screen and (min-width: 40em) {
  .product-carousel-membership .product-carousel-membership__pagination-wrapper {
    position: absolute;
    width: 100%;
    left: 0;
  }
}
.product-carousel-membership .product-carousel-membership__pagination-wrapper .icons {
  width: 44px;
  height: 44px;
  min-width: 44px;
  min-height: 44px;
  font-size: 44px;
  color: var(--core-components-iconbutton-outline-and-plain-neutral-rested-fg-color);
}
.product-carousel-membership .product-carousel-membership__pagination-inner {
  display: flex;
  justify-content: center;
  background: var(--core-components-pagination-slider-neutral-dim-bg-color);
  padding: 10px;
  border-radius: 100px;
  height: 64px;
  position: relative;
}
@media print, screen and (min-width: 40em) {
  .product-carousel-membership .product-carousel-membership__pagination-inner {
    display: inline-block;
  }
}
@media print, screen and (min-width: 64em) {
  .product-carousel-membership .product-carousel-membership__pagination-inner {
    position: absolute;
    translate: -50%;
    bottom: 0;
  }
}
@media only screen and (min-width: 320px) and (max-width: 639px) {
  .product-carousel-membership .product-carousel-membership__pagination-inner {
    padding: 10px 45px;
  }
}
.product-carousel-membership .product-carousel-membership__prev {
  left: 16px;
  border: 2px solid var(--core-components-iconbutton-outline-and-plain-neutral-rested-fg-color);
  border-radius: 50%;
  padding: 10px;
  width: 48px;
  height: 48px;
  transform: rotate(180deg);
}
.product-carousel-membership .product-carousel-membership__prev:after {
  display: none;
}
.product-carousel-membership .product-carousel-membership__prev:focus-visible {
  outline: 2px solid #0084ff !important;
  outline-offset: 3px !important;
}
.product-carousel-membership .product-carousel-membership__next {
  right: 16px;
  border: 2px solid var(--core-components-iconbutton-outline-and-plain-neutral-rested-fg-color);
  border-radius: 50%;
  padding: 10px;
  width: 48px;
  height: 48px;
}
.product-carousel-membership .product-carousel-membership__next:after {
  display: none;
}
.product-carousel-membership .product-carousel-membership__next:focus-visible {
  outline: 2px solid #0084ff !important;
  outline-offset: 3px !important;
}
.product-carousel-membership .product-carousel-membership__pagination-wrapper .product-carousel-membership__pagination-inner .product-carousel-membership__scrollbar {
  position: relative;
  margin: 0 32px;
  cursor: move;
  bottom: -48%;
  height: 2px;
  background: var(--core-components-pagination-progressbar-neutral-bg-color);
}
@media print, screen and (min-width: 40em) {
  .product-carousel-membership .product-carousel-membership__pagination-wrapper .product-carousel-membership__pagination-inner .product-carousel-membership__scrollbar {
    width: 224px;
    margin: 0 80px;
  }
}
.product-carousel-membership .product-carousel-membership__pagination-wrapper .product-carousel-membership__pagination-inner .product-carousel-membership__scrollbar .swiper-scrollbar-drag {
  background: var(--core-components-pagination-progressbar-neutral-fg-color);
  border-radius: 0;
}
.product-carousel-membership .product-carousel-membership__overlay-link {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  font-size: 0;
  text-indent: -9999px;
}
@media print, screen and (min-width: 64em) {
  .product-carousel-membership .product-carousel-membership__overlay-link {
    z-index: 2;
  }
}
.product-carousel-membership .product-carousel-card {
  height: 578px;
}
@media print, screen and (min-width: 64em) {
  .product-carousel-membership .product-carousel-card {
    width: 300px;
    cursor: pointer;
    transition: all 400ms cubic-bezier(0.3, 0, 0.7, 1);
  }
}
.product-carousel-membership .product-carousel-card .swiper-slide-active {
  z-index: 1;
}
@media print, screen and (min-width: 64em) {
  .product-carousel-membership .product-carousel-card:hover .product-carousel-card__title,
.product-carousel-membership .product-carousel-card:hover .product-carousel-card__title-cta {
    opacity: 1;
  }
}
@media print, screen and (min-width: 64em) {
  .product-carousel-membership .product-carousel-card:hover .product-carousel-card__image-container .product-carousel-card__bg-image {
    transform: scale(1.05);
  }
}
@media print, screen and (min-width: 64em) {
  .product-carousel-membership .product-carousel-card:hover .product-carousel-card__overlay {
    opacity: 1;
  }
}
.product-carousel-membership .product-carousel-card.is-focused {
  outline: 2px solid #0084ff !important;
  outline-offset: -2px !important;
}
.product-carousel-membership .product-carousel-card.is-focused .btn:focus-visible {
  outline: 2px solid #0084ff !important;
  outline-offset: -6px !important;
}
@media print, screen and (min-width: 64em) {
  .product-carousel-membership .product-carousel-card.is-focused .product-carousel-card__title,
.product-carousel-membership .product-carousel-card.is-focused .product-carousel-card__title-cta {
    opacity: 1;
  }
}
@media print, screen and (min-width: 64em) {
  .product-carousel-membership .product-carousel-card.is-focused .product-carousel-card__image-container .product-carousel-card__bg-image {
    transform: scale(1.05);
  }
}
@media print, screen and (min-width: 64em) {
  .product-carousel-membership .product-carousel-card.is-focused .product-carousel-card__overlay {
    opacity: 1;
  }
}
@media print, screen and (min-width: 64em) {
  .product-carousel-membership .product-carousel-card.focused .product-carousel-card__title {
    opacity: 1;
  }
}
@media print, screen and (min-width: 64em) {
  .product-carousel-membership .product-carousel-card.focused .product-carousel-card__image-container .product-carousel-card__bg-image {
    transform: scale(1.05);
  }
}
@media print, screen and (min-width: 64em) {
  .product-carousel-membership .product-carousel-card.focused .product-carousel-card__overlay {
    opacity: 1;
  }
}
.product-carousel-membership .product-carousel-card.product-carousel-card--last-slide {
  display: flex;
  align-items: center;
  z-index: 1;
}
.product-carousel-membership .product-carousel-card.product-carousel-card--last-slide .product-carousel-card__title {
  margin-bottom: 4px;
  text-align: left;
  text-transform: uppercase;
}
@media print, screen and (min-width: 64em) {
  .product-carousel-membership .product-carousel-card.product-carousel-card--last-slide .product-carousel-card__title {
    opacity: 1;
  }
}
.product-carousel-membership .product-carousel-card.product-carousel-card--last-slide .product-carousel-card__description {
  color: var(--core-components-text-neutral-default-color);
  font-family: var(--semantic-typography-body-xs-font-family);
  line-height: calc(var(--semantic-typography-body-xs-line-height) * 1px);
  font-size: calc(var(--semantic-typography-body-xs-font-size) * 1px);
  letter-spacing: calc( var(--semantic-typography-body-xs-letter-spacing) * 1px );
  font-weight: var(--semantic-typography-body-xs-default-style);
  margin-bottom: 16px;
}
@media print, screen and (min-width: 64em) {
  .product-carousel-membership .product-carousel-card.product-carousel-card--last-slide .product-carousel-card__description {
    opacity: 1;
  }
}
.product-carousel-membership .product-carousel-card.product-carousel-card--last-slide .product-carousel-card__content-wrapper {
  border-left: 1px solid var(--core-components-separator-neutral-border-color);
  padding-left: 24px;
}
.product-carousel-membership .product-carousel-card.product-carousel-card--last-slide .cta-wrapper .btn {
  margin: 0;
  min-height: 32px;
}
.product-carousel-membership .product-carousel-card.product-carousel-card--last-slide .cta-wrapper .btn:not(.flexible-cta) {
  padding-left: 0;
  padding-right: 0;
}
.product-carousel-membership .product-carousel-card .product-carousel-card__action {
  padding: 16px;
  text-align: right;
}
@media print, screen and (min-width: 64em) {
  .product-carousel-membership .product-carousel-card .product-carousel-card__action {
    display: none;
  }
}
.product-carousel-membership .product-carousel-card .product-carousel-card__action .icons {
  background: var(--semantic-color-surface-neutral-muted);
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 2px solid #fff;
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.05);
  align-items: center;
  justify-content: center;
  line-height: 100%;
  font-size: 15px;
}
.product-carousel-membership .product-carousel-card .product-carousel-card__action [class*=fi-] {
  background: var(--semantic-color-surface-neutral-muted);
  width: 24px;
  height: 24px;
  border: 2px solid #fff;
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.05);
  line-height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  border-radius: 50%;
  position: absolute;
  right: 0;
  font-size: 12px;
}
.product-carousel-membership .product-carousel-card .product-carousel-card__title {
  text-align: center;
  max-width: 270px;
  margin: 0 auto 16px auto;
  font-family: var(--core-components-title-vps-sm-font-family);
  font-weight: var(--core-components-title-vps-sm-font-weight);
  line-height: calc(var(--core-components-title-vps-sm-line-height) * 1px);
  font-size: calc(var(--core-components-title-vps-sm-font-size) * 1px);
  letter-spacing: calc( var(--core-components-title-vps-sm-letter-spacing) * 1px );
  text-decoration: none;
  text-transform: uppercase;
  margin-top: 0px;
  color: var(--core-components-title-neutral-fg-color);
}
@media print, screen and (min-width: 40em) {
  .product-carousel-membership .product-carousel-card .product-carousel-card__title {
    font-family: var(--core-components-title-vpm-sm-font-family);
    font-weight: var(--core-components-title-vpm-sm-font-weight);
    line-height: calc( var(--core-components-title-vpm-sm-line-height) * 1px );
    font-size: calc(var(--core-components-title-vpm-sm-font-size) * 1px);
    letter-spacing: calc( var(--core-components-title-vpm-sm-letter-spacing) * 1px );
    text-decoration: none;
    max-width: 280px;
  }
}
@media print, screen and (min-width: 64em) {
  .product-carousel-membership .product-carousel-card .product-carousel-card__title {
    font-family: var(--core-components-title-vpl-sm-font-family);
    font-weight: var(--core-components-title-vpl-sm-font-weight);
    line-height: calc( var(--core-components-title-vpl-sm-line-height) * 1px );
    font-size: calc(var(--core-components-title-vpl-sm-font-size) * 1px);
    letter-spacing: calc( var(--core-components-title-vpl-sm-letter-spacing) * 1px );
    text-decoration: none;
    opacity: 0;
    transition: all 400ms cubic-bezier(0.3, 0, 0.7, 1);
    max-width: 300px;
  }
}
.product-carousel-membership .product-carousel-card .product-carousel-card__title-cta {
  justify-content: center;
  margin: 0 auto 16px auto;
  display: flex;
  color: var(--core-components-link-accent-rested-color);
}
.product-carousel-membership .product-carousel-card .product-carousel-card__title-cta a {
  color: var(--core-components-link-accent-rested-color);
  font-family: var(--semantic-typography-body-sm-font-family);
  line-height: calc(var(--semantic-typography-body-sm-line-height) * 1px);
  font-size: calc(var(--semantic-typography-body-sm-font-size) * 1px);
  letter-spacing: calc( var(--semantic-typography-body-sm-letter-spacing) * 1px );
  font-weight: var(--semantic-typography-body-sm-emphasis-style);
  text-decoration: underline;
}
@media print, screen and (min-width: 64em) {
  .product-carousel-membership .product-carousel-card .product-carousel-card__title-cta {
    opacity: 0;
  }
}
.product-carousel-membership .product-carousel-card .product-carousel-card__overlay {
  width: 194px;
  height: 42px;
  position: absolute;
  z-index: 1;
  transition: all 400ms cubic-bezier(0.3, 0, 0.7, 1);
  border-radius: 16px;
  top: 150px;
  right: 0;
  translate: -22%;
}
@media only screen and (min-width: 320px) and (max-width: 639px) {
  .product-carousel-membership .product-carousel-card .product-carousel-card__overlay {
    translate: -35%;
  }
}
@media print, screen and (min-width: 40em) {
  .product-carousel-membership .product-carousel-card .product-carousel-card__overlay {
    translate: -28%;
  }
}
@media print, screen and (min-width: 64em) {
  .product-carousel-membership .product-carousel-card .product-carousel-card__overlay {
    height: unset;
    background: var(--semantic-color-surface-neutral-default);
    translate: 0%;
    opacity: 0;
    top: 110px;
  }
}
@media screen and (min-width: 75em) {
  .product-carousel-membership .product-carousel-card .product-carousel-card__overlay {
    right: 0;
  }
}
.product-carousel-membership .product-carousel-card .product-carousel-card__overlay.visible {
  height: unset;
  opacity: 1;
  background: var(--semantic-color-surface-neutral-default);
}
.product-carousel-membership .product-carousel-card .product-carousel-card__overlay.visible .product-carousel-card__description {
  opacity: 1;
}
.product-carousel-membership .product-carousel-card .product-carousel-card__overlay.visible .product-carousel-card__cta-wrapper {
  opacity: 1;
}
.product-carousel-membership .product-carousel-card .product-carousel-card__overlay.visible .product-carousel-card__action .fi-plus {
  visibility: hidden;
}
.product-carousel-membership .product-carousel-card .product-carousel-card__overlay.visible .product-carousel-card__action .fi-minus {
  visibility: visible;
}
.product-carousel-membership .product-carousel-card .product-carousel-card__overlay .product-carousel-card__description {
  color: var(--core-components-text-neutral-default-color);
  padding: 12px 16px;
  opacity: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 15px;
  font-family: var(--semantic-typography-body-xs-font-family);
  line-height: calc(var(--semantic-typography-body-xs-line-height) * 1px);
  font-size: calc(var(--semantic-typography-body-xs-font-size) * 1px);
  letter-spacing: calc( var(--semantic-typography-body-xs-letter-spacing) * 1px );
  font-weight: var(--semantic-typography-body-xs-default-style);
}
@media print, screen and (min-width: 64em) {
  .product-carousel-membership .product-carousel-card .product-carousel-card__overlay .product-carousel-card__description {
    opacity: 1;
  }
}
.product-carousel-membership .product-carousel-card .product-carousel-card__overlay .product-carousel-card__cta-wrapper {
  border-top: 1px solid var(--core-components-separator-neutral-border-color);
  opacity: 0;
  display: flex;
  border-radius: 0 0 8px 8px;
  overflow: hidden;
}
@media print, screen and (min-width: 64em) {
  .product-carousel-membership .product-carousel-card .product-carousel-card__overlay .product-carousel-card__cta-wrapper {
    opacity: 1;
  }
}
.product-carousel-membership .product-carousel-card .product-carousel-card__overlay .product-carousel-card__cta-wrapper .btn {
  display: flex;
  width: 100%;
  justify-content: center;
  margin-top: 16px;
  margin-bottom: 16px;
}
.product-carousel-membership .product-carousel-card .product-carousel-card__overlay .product-carousel-card__cta-wrapper .btn:not(.flexible-cta) {
  min-height: unset;
  outline-offset: -8px "!important";
}
.product-carousel-membership .product-carousel-card .product-carousel-card__overlay .product-carousel-card__cta-wrapper .btn:not(.flexible-cta).btn--primary-accent {
  margin: 0;
}
.product-carousel-membership .product-carousel-card .product-carousel-card__overlay .product-carousel-card__action .fi-plus {
  visibility: visible;
}
.product-carousel-membership .product-carousel-card .product-carousel-card__overlay .product-carousel-card__action .fi-minus {
  visibility: hidden;
}
.product-carousel-membership .product-carousel-card .product-carousel-card__image-container {
  height: 100%;
  width: auto;
  overflow: hidden;
}
.product-carousel-membership .product-carousel-card .product-carousel-card__image-container .product-carousel-card__bg-image {
  position: absolute;
  height: 580px;
  width: 580px;
  object-fit: cover;
  top: 52px;
  transition: all 400ms cubic-bezier(0.3, 0, 0.7, 1);
}
@media print, screen and (min-width: 40em) {
  .product-carousel-membership .product-carousel-card .product-carousel-card__image-container .product-carousel-card__bg-image {
    height: 588px;
    width: 588px;
  }
}
.product-carousel-membership .two-slides .product-carousel-membership__row {
  justify-content: center;
}
@media print, screen and (min-width: 40em) {
  .product-carousel-membership .two-slides .product-carousel-membership__row .product-carousel-card {
    margin-left: 60px;
  }
}
@media print, screen and (min-width: 40em) {
  .product-carousel-membership .two-slides .product-carousel-membership__row .product-carousel-card.swiper-slide-active {
    margin-right: 60px;
    margin-left: 0;
  }
}
@media print, screen and (min-width: 40em) {
  .product-carousel-membership .three-slides .product-carousel-membership__row {
    justify-content: center;
  }
}
.product-carousel-membership .product-carousel-membership__content {
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 75em) {
  .product-carousel-membership.less-than-5-slides .product-carousel-membership__container .product-carousel-membership__row {
    justify-content: center;
  }
}
@media screen and (min-width: 75em) {
  .product-carousel-membership.less-than-5-slides .product-carousel-membership__container .product-carousel-membership__pagination-wrapper {
    display: none;
  }
}
.product-carousel-membership.product-carousel-membership--center .product-carousel-membership__content {
  text-align: center;
}

.ugc-gallery {
  padding: 64px 0;
  text-align: center;
  background-color: var(--semantic-color-surface-neutral-default);
}
@media print, screen and (min-width: 40em) {
  .ugc-gallery {
    padding: 80px 0;
  }
}
@media print, screen and (min-width: 64em) {
  .ugc-gallery {
    padding: 120px 0;
  }
}
.ugc-gallery p {
  margin-bottom: inherit;
  font-size: inherit;
  line-height: inherit;
  font-family: inherit;
  font-weight: inherit;
  color: inherit;
}
.ugc-gallery .ugc-gallery__title {
  margin-bottom: 24px;
  color: var(--core-components-title-accent-fg-color);
  font-family: var(--core-components-title-vps-lg-font-family);
  font-weight: var(--core-components-title-vps-lg-font-weight);
  line-height: calc(var(--core-components-title-vps-lg-line-height) * 1px);
  font-size: calc(var(--core-components-title-vps-lg-font-size) * 1px);
  letter-spacing: calc( var(--core-components-title-vps-lg-letter-spacing) * 1px );
  text-decoration: none;
  text-transform: uppercase;
  margin-top: 0px;
}
@media print, screen and (min-width: 40em) {
  .ugc-gallery .ugc-gallery__title {
    font-family: var(--core-components-title-vpm-lg-font-family);
    font-weight: var(--core-components-title-vpm-lg-font-weight);
    line-height: calc(var(--core-components-title-vpm-lg-line-height) * 1px);
    font-size: calc(var(--core-components-title-vpm-lg-font-size) * 1px);
    letter-spacing: calc( var(--core-components-title-vpm-lg-letter-spacing) * 1px );
    text-decoration: none;
  }
}
@media print, screen and (min-width: 64em) {
  .ugc-gallery .ugc-gallery__title {
    font-family: var(--core-components-title-vpl-lg-font-family);
    font-weight: var(--core-components-title-vpl-lg-font-weight);
    line-height: calc(var(--core-components-title-vpl-lg-line-height) * 1px);
    font-size: calc(var(--core-components-title-vpl-lg-font-size) * 1px);
    letter-spacing: calc( var(--core-components-title-vpl-lg-letter-spacing) * 1px );
    text-decoration: none;
  }
}
.ugc-gallery .ugc-gallery__desc {
  margin: 0 auto;
  color: var(--core-components-text-neutral-default-color);
  font-family: var(--semantic-typography-body-md-font-family);
  line-height: calc(var(--semantic-typography-body-md-line-height) * 1px);
  font-size: calc(var(--semantic-typography-body-md-font-size) * 1px);
  letter-spacing: calc( var(--semantic-typography-body-md-letter-spacing) * 1px );
}
@media print, screen and (min-width: 40em) {
  .ugc-gallery .ugc-gallery__desc {
    max-width: 594px;
  }
}
@media print, screen and (min-width: 64em) {
  .ugc-gallery .ugc-gallery__desc {
    max-width: 760px;
  }
}
.ugc-gallery .ugc-gallery__wrap {
  margin-top: 48px;
  display: inline-block;
  width: 100%;
}
@media only screen and (min-width: 320px) and (max-width: 639px) {
  .ugc-gallery .ugc-gallery__wrap {
    margin-top: 40px;
  }
}
.ugc-gallery .ugc-gallery__wrap .container {
  padding-bottom: 43px;
}
@media print, screen and (min-width: 40em) {
  .ugc-gallery .ugc-gallery__wrap .container {
    padding-bottom: 0;
  }
}
@media print, screen and (min-width: 64em) {
  .ugc-gallery .ugc-gallery__wrap .container {
    padding-bottom: 10px;
    padding-top: 10px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 639px) {
  .ugc-gallery .ugc-gallery__wrap .container {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.ugc-gallery .ugc-gallery__wrap + .container .ugc-gallery__cta {
  margin-top: 40px;
}
@media print, screen and (min-width: 40em) {
  .ugc-gallery .ugc-gallery__wrap + .container .ugc-gallery__cta {
    margin-top: 66px;
  }
}
@media print, screen and (min-width: 64em) {
  .ugc-gallery .ugc-gallery__wrap + .container .ugc-gallery__cta {
    padding-bottom: 10px;
    padding-top: 10px;
  }
}
.ugc-gallery .ugc-gallery__wrap + .container .ugc-gallery__desc {
  margin-top: 40px;
}
@media print, screen and (min-width: 40em) {
  .ugc-gallery .ugc-gallery__wrap + .container .ugc-gallery__desc {
    margin-top: 66px;
  }
}
.ugc-gallery .ugc-gallery__wrap + .container .ugc-gallery__desc + .ugc-gallery__cta {
  margin: 24px auto 0;
}
.ugc-gallery .ugc-gallery__row {
  display: flex;
}
@media print, screen and (min-width: 40em) {
  .ugc-gallery .ugc-gallery__row {
    padding-left: 0px;
    display: grid;
    grid-auto-flow: unset;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 22px;
    row-gap: 19px;
    box-sizing: inherit;
    margin: 0;
  }
}
@media print, screen and (min-width: 64em) {
  .ugc-gallery .ugc-gallery__row {
    column-gap: 28px;
    row-gap: 24px;
  }
}
.ugc-gallery .ugc-gallery__grid {
  position: relative;
  order: 2;
}
.ugc-gallery .ugc-gallery__grid:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 100%;
}
.ugc-gallery .ugc-gallery__grid > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 5% calc(100% / 20);
}
@media print, screen and (min-width: 40em) {
  .ugc-gallery .ugc-gallery__grid {
    max-width: 100%;
    margin-right: 0;
  }
}
.ugc-gallery .ugc-gallery__grid.ugc-gallery__grid--featured {
  order: 1;
}
@media print, screen and (min-width: 40em) {
  .ugc-gallery .ugc-gallery__grid.ugc-gallery__grid--featured {
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 2;
    grid-row-end: 4;
  }
}
.ugc-gallery .ugc-gallery__grid.ugc-gallery__grid--featured img {
  width: 100%;
}
.ugc-gallery .ugc-gallery__grid .content {
  padding: 0;
}
.ugc-gallery .ugc-gallery__grid .content[data-toggle] {
  cursor: pointer;
}
.ugc-gallery .ugc-gallery__grid .content[data-toggle]:focus-visible {
  outline-offset: 5px;
  outline: 2px solid #0094ff;
}
.ugc-gallery .ugc-gallery__grid .content[data-toggle] .ugc-gallery__iframe::after {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.ugc-gallery .ugc-gallery__grid .content video + .icons {
  color: var(--core-components-video-controls-neutral-bg-color);
  display: flex;
  justify-content: center;
  align-items: center;
  transition-delay: 2s;
}
.ugc-gallery .ugc-gallery__grid .content video + .icons::after {
  content: "";
  background: var(--core-components-icons-neutral-default-color);
  width: 15px;
  height: 15px;
  display: block;
  border-radius: 50%;
  position: absolute;
  z-index: -1;
}
.ugc-gallery .ugc-gallery__grid .content .bs-responsive-image-holder {
  height: 100%;
  width: 100%;
}
.ugc-gallery .ugc-gallery__grid img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.ugc-gallery .ugc-gallery__grid .icons {
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.ugc-gallery .ugc-gallery__grid iframe {
  width: 100%;
  height: 100%;
}
.ugc-gallery .ugc-gallery__pagination-wrapper {
  text-align: center;
  position: relative;
  z-index: 2;
  bottom: -40px;
}
.ugc-gallery .ugc-gallery__pagination-wrapper .icons {
  width: 44px;
  height: 44px;
  min-width: 44px;
  min-height: 44px;
  font-size: 44px;
  color: var(--core-components-iconbutton-outline-and-plain-neutral-default-rested-fg-color);
}
@media only screen and (min-width: 320px) and (max-width: 639px) {
  .ugc-gallery .ugc-gallery__pagination-inner {
    display: inline-flex;
    justify-content: space-between;
    background: transparent;
    padding: 10px;
    height: 60px;
    position: relative;
    max-width: 327px;
    width: 100%;
    margin: 0 auto;
  }
}
.ugc-gallery .ugc-gallery__pagination-inner .ugc-gallery__prev {
  left: 16px;
  border: 2px solid var(--core-components-iconbutton-outline-and-plain-neutral-rested-fg-color);
  border-radius: 50%;
  padding: 10px;
  width: 48px;
  height: 48px;
  transform: rotate(180deg);
}
.ugc-gallery .ugc-gallery__pagination-inner .ugc-gallery__prev:after {
  display: none;
}
.ugc-gallery .ugc-gallery__pagination-inner .ugc-gallery__next {
  right: 16px;
  border: 2px solid var(--core-components-iconbutton-outline-and-plain-neutral-rested-fg-color);
  border-radius: 50%;
  padding: 10px;
  width: 48px;
  height: 48px;
}
.ugc-gallery .ugc-gallery__pagination-inner .ugc-gallery__next:after {
  display: none;
}
.ugc-gallery .ugc-gallery__pagination-inner .ugc-gallery__scrollbar {
  position: absolute;
  cursor: move;
  bottom: 28px;
  left: 50%;
  transform: translateX(-50%);
  max-width: 170px;
  height: 3px;
  width: 100%;
  background: var(--core-components-pagination-progressbar-neutral-bg-color);
  z-index: 2;
}
@media print, screen and (min-width: 40em) {
  .ugc-gallery .ugc-gallery__pagination-inner .ugc-gallery__scrollbar {
    cursor: inherit;
    display: none;
  }
}
.ugc-gallery .ugc-gallery__pagination-inner .ugc-gallery__scrollbar .swiper-scrollbar-drag {
  background-color: var(--core-components-pagination-progressbar-neutral-fg-color);
}

.breadcrumb-container {
  max-width: 1800px;
  position: relative;
}

.breadcrumb {
  position: relative;
  padding: 16px 24px;
}
.breadcrumb .breadcrumb__list {
  position: relative;
  padding-left: 0;
  display: flex;
  margin: 0;
  list-style: none;
}
.breadcrumb .breadcrumb__list .breadcrumb__item a {
  font-family: var(--core-components-breadcrumb-font-family);
  font-weight: var(--core-components-breadcrumb-font-weight);
  line-height: calc(var(--core-components-breadcrumb-line-height) * 1px);
  font-size: calc(var(--core-components-breadcrumb-font-size) * 1px);
  letter-spacing: calc( var(--core-components-breadcrumb-letter-spacing) * 1px );
  text-decoration: none;
  color: var(--core-components-breadcrumb-neutral-rested-text-color);
}
.breadcrumb .breadcrumb__list .breadcrumb__item a:hover {
  color: var(--core-components-breadcrumb-neutral-hover-text-color);
}
.breadcrumb .breadcrumb__list .breadcrumb__item--active {
  color: var(--core-components-breadcrumb-neutral-active-text-color);
}
.breadcrumb .breadcrumb__list .breadcrumb__item--active::after {
  content: "";
  display: none;
}
.breadcrumb .breadcrumb__list .breadcrumb__item:last-child::after {
  content: none !important;
}
.breadcrumb .breadcrumb__item {
  position: relative;
  font-family: var(--core-components-breadcrumb-font-family);
  font-weight: var(--core-components-breadcrumb-font-weight);
  line-height: calc(var(--core-components-breadcrumb-line-height) * 1px);
  font-size: calc(var(--core-components-breadcrumb-font-size) * 1px);
  letter-spacing: calc( var(--core-components-breadcrumb-letter-spacing) * 1px );
  text-decoration: none;
}
.breadcrumb .breadcrumb__item::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 16px;
  background-color: var(--core-components-breadcrumb-neutral-rested-text-color);
  padding: 0;
  margin-left: 8px;
  margin-right: 8px;
}
.breadcrumb .breadcrumb__item::before {
  content: "";
  display: none;
}
.breadcrumb .breadcrumb__item sup {
  margin-right: 4px;
  line-height: 105%;
}
.breadcrumb .breadcrumb__list-plus .breadcrumb__item {
  display: none;
  align-items: center;
}
@media print, screen and (min-width: 40em) {
  .breadcrumb .breadcrumb__list-plus .breadcrumb__item {
    display: flex;
  }
}
.breadcrumb .breadcrumb__list-plus .breadcrumb__item:nth-last-child(2) {
  display: flex;
}
.breadcrumb .breadcrumb__list-plus .breadcrumb__item:nth-last-child(2)::after {
  content: "";
  visibility: hidden;
}
@media print, screen and (min-width: 40em) {
  .breadcrumb .breadcrumb__list-plus .breadcrumb__item:nth-last-child(2)::after {
    content: "";
    visibility: visible;
  }
}
.breadcrumb .breadcrumb__list-plus .breadcrumb__item:nth-last-child(3) {
  display: flex;
}
.breadcrumb.breadcrumb--absolute {
  position: absolute;
  left: 0;
  z-index: 4;
  top: 0;
}
.breadcrumb.breadcrumb--absolute-dark {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 4;
  top: 0;
}
.breadcrumb.breadcrumb--absolute-dark .breadcrumb__list .breadcrumb__item a {
  color: var(--core-components-breadcrumb-contrast-rested-text-color);
}
@media print, screen and (min-width: 40em) {
  .breadcrumb.breadcrumb--absolute-dark .breadcrumb__list .breadcrumb__item a:focus-visible {
    outline-offset: 3px;
    outline: 2px solid #0094ff;
  }
}
.breadcrumb.breadcrumb--absolute-dark .breadcrumb__list .breadcrumb__item a:hover {
  color: var(--core-components-breadcrumb-contrast-hover-text-color);
}
.breadcrumb.breadcrumb--absolute-dark .breadcrumb__list .breadcrumb__item::after {
  content: "";
  background-color: var(--core-components-breadcrumb-contrast-rested-text-color);
}
.breadcrumb.breadcrumb--absolute-dark .breadcrumb__list .breadcrumb__item--active {
  color: var(--core-components-breadcrumb-contrast-active-text-color);
}
.breadcrumb.breadcrumb--absolute-light {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 4;
  top: 0;
  z-index: 4;
}
.breadcrumb.breadcrumb--absolute-light .breadcrumb__list .breadcrumb__item a {
  color: var(--core-components-breadcrumb-neutral-rested-text-color);
}
@media print, screen and (min-width: 40em) {
  .breadcrumb.breadcrumb--absolute-light .breadcrumb__list .breadcrumb__item a:focus-visible {
    outline-offset: 3px;
    outline: 2px solid #0094ff;
  }
}
.breadcrumb.breadcrumb--absolute-light .breadcrumb__list .breadcrumb__item a:hover {
  color: var(--core-components-breadcrumb-neutral-hover-text-color);
}
.breadcrumb.breadcrumb--absolute-light .breadcrumb__list .breadcrumb__item::after {
  content: "";
  background-color: var(--core-components-breadcrumb-neutral-rested-text-color);
}
.breadcrumb.breadcrumb--absolute-light .breadcrumb__list .breadcrumb__item--active {
  color: var(--core-components-breadcrumb-neutral-active-text-color);
}

.filter-nav.tab {
  display: block;
}
.filter-nav .plp .cell {
  margin-bottom: 28px;
}
.filter-nav .filter-nav__list {
  margin-bottom: 0px;
  justify-content: unset !important;
  gap: 0px !important;
}
@media screen and (min-width: 75em) {
  .filter-nav .filter-nav__list {
    justify-content: center !important;
  }
}
.filter-nav .filter-nav__list .filter-nav__link {
  margin-right: 0;
}
.filter-nav .filter-nav__list .filter-nav__item.filter-nav__link--active .filter-nav__link {
  color: var(--core-components-tabs-accent-hover-fg-color);
}
.filter-nav .filter-nav__list .filter-nav__item.filter-nav__link--active .filter-nav__link::after {
  content: "";
  position: absolute;
  background-color: var(--core-components-tabs-accent-hover-border-color);
  height: 2px;
  width: 100%;
  bottom: 0;
  left: 0;
}
.filter-nav .filter-nav__wrap {
  padding-top: 48px;
  padding-bottom: 64px;
}
@media print, screen and (min-width: 40em) {
  .filter-nav .filter-nav__wrap {
    padding-top: 56px;
    padding-bottom: 120px;
  }
}
@media print, screen and (min-width: 64em) {
  .filter-nav .filter-nav__wrap {
    padding-top: 88px;
  }
}
.filter-nav .filter-nav__container {
  position: fixed;
  width: 293px;
  z-index: 9999;
  top: 0;
  right: 0;
  height: 100%;
  padding: 20px 24px 24px;
  transform: translate(100%);
  transition: all 400ms cubic-bezier(0.3, 0, 0.7, 1);
  display: flex;
  flex-direction: column;
  background-color: var(--semantic-color-surface-neutral-default);
}
.filter-nav .filter-nav__container::after {
  content: "";
  height: 56px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  transform: translateY(-128px);
}
@media print, screen and (min-width: 40em) {
  .filter-nav .filter-nav__container {
    padding: 0;
    position: static;
    width: 100%;
    height: auto;
    transform: unset;
    transition: unset;
    background-color: transparent;
  }
  .filter-nav .filter-nav__container::after {
    content: "";
    display: none;
  }
}
@media print, screen and (min-width: 64em) {
  .filter-nav .filter-nav__container {
    z-index: 6;
  }
}
@media only screen and (min-width: 320px) and (max-width: 639px) {
  .filter-nav .filter-nav__container--active {
    transform: translateX(0%);
  }
}
.filter-nav .filter-nav__row {
  display: flex;
  flex-direction: column;
  margin-top: 64px;
  flex: 1;
  max-height: calc(100% - 128px);
  overflow-y: auto;
  padding-bottom: 48px;
}
@media print, screen and (min-width: 40em) {
  .filter-nav .filter-nav__row {
    margin-top: 0;
    flex-direction: row;
    border-bottom-color: var(--core-components-separator-neutral-border-color);
    border-bottom-width: calc( var(--core-components-separator-stroke-width) * 1px );
    border-bottom-style: solid;
    max-height: unset;
    overflow: unset;
    margin-bottom: 16px;
    padding-bottom: 0;
  }
}
@media print, screen and (min-width: 64em) {
  .filter-nav .filter-nav__row {
    padding-bottom: 4px;
  }
}
.filter-nav .filter-nav__dropdown-wrap {
  display: flex;
  flex-direction: column;
  width: 100%;
}
@media print, screen and (min-width: 40em) {
  .filter-nav .filter-nav__dropdown-wrap {
    margin-top: 64px;
    padding-bottom: 48px;
    flex: 1;
    max-height: calc(100% - 128px);
    overflow-y: auto;
  }
}
@media print, screen and (min-width: 64em) {
  .filter-nav .filter-nav__dropdown-wrap {
    flex-direction: row;
    margin-top: 0;
    flex-wrap: wrap;
    max-height: unset;
    overflow: unset;
    padding-bottom: 0;
    gap: 4px;
  }
}
@media print, screen and (min-width: 64em) {
  .filter-nav .filter-nav__dropdown-wrap .dropdown {
    padding: 0 0 0;
  }
}
.filter-nav .filter-nav__dropdown-wrap .dropdown__selected {
  transition: all 400ms cubic-bezier(0.3, 0, 0.7, 1);
}
@media only screen and (min-width: 320px) and (max-width: 639px) {
  .filter-nav .filter-nav__dropdown-wrap .dropdown__selected {
    padding-top: 12px;
    padding-bottom: 12px;
  }
}
@media only screen and (min-width: 767px) and (max-width: 1023px) {
  .filter-nav .filter-nav__dropdown-wrap .dropdown__selected {
    padding-top: 12px;
    padding-bottom: 12px;
  }
}
@media print, screen and (min-width: 64em) {
  .filter-nav .filter-nav__dropdown-wrap .dropdown__selected {
    border-color: transparent;
    padding-right: 32px;
    padding-left: 14px;
  }
}
@media print, screen and (min-width: 64em) {
  .filter-nav .filter-nav__dropdown-wrap .dropdown__selected--active {
    border-color: revert;
  }
}
.filter-nav .filter-nav__dropdown-wrap .dropdown__selected::after {
  content: "";
  top: 50%;
  transform: translateY(-50%);
}
@media print, screen and (min-width: 64em) {
  .filter-nav .filter-nav__dropdown-wrap .dropdown__selected::after {
    top: unset;
    transform: translateY(-5%);
  }
}
.filter-nav .filter-nav__dropdown-wrap .dropdown__items {
  max-height: unset;
  border-top: 0;
  box-shadow: none;
  padding-left: 0;
  position: static;
}
@media print, screen and (min-width: 40em) {
  .filter-nav .filter-nav__dropdown-wrap .dropdown__items {
    padding-right: 0;
  }
}
@media print, screen and (min-width: 64em) {
  .filter-nav .filter-nav__dropdown-wrap .dropdown__items {
    position: absolute;
    padding-left: 16px;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.05);
    max-height: 275px;
    min-width: 180px;
    display: block;
    top: 100%;
  }
}
@media only screen and (min-width: 320px) and (max-width: 639px) {
  .filter-nav .filter-nav__dropdown-wrap .dropdown__items {
    padding-right: 0;
  }
}
@media print, screen and (min-width: 64em) {
  .filter-nav .filter-nav__dropdown-wrap .dropdown__items--hidden {
    display: none;
  }
}
.filter-nav .filter-nav__dropdown-wrap .dropdown .dropdown__options {
  font-family: var(--semantic-typography-body-sm-font-family);
  line-height: calc(var(--semantic-typography-body-sm-line-height) * 1px);
  font-size: calc(var(--semantic-typography-body-sm-font-size) * 1px);
  letter-spacing: calc( var(--semantic-typography-body-sm-letter-spacing) * 1px );
  font-weight: var(--semantic-typography-body-sm-default-style);
}
.filter-nav .filter-nav__dropdown-wrap .dropdown .dropdown__helper-text {
  display: none;
}
.filter-nav .filter-nav__label {
  flex: 0 0 auto;
  display: none;
  align-items: center;
  font-family: var(--semantic-typography-body-sm-font-family);
  line-height: calc(var(--semantic-typography-body-sm-line-height) * 1px);
  font-size: calc(var(--semantic-typography-body-sm-font-size) * 1px);
  letter-spacing: calc( var(--semantic-typography-body-sm-letter-spacing) * 1px );
  text-transform: uppercase;
  font-weight: var(--semantic-typography-body-sm-emphasis-style);
}
@media print, screen and (min-width: 40em) {
  .filter-nav .filter-nav__label {
    display: none;
    width: 100%;
    color: var(--semantic-color-surface-on-neutral-emphasis);
  }
}
@media print, screen and (min-width: 64em) {
  .filter-nav .filter-nav__label {
    display: block;
    color: var(--semantic-color-surface-on-neutral-emphasis);
    margin-right: 4px;
    width: auto;
    padding-bottom: 0;
  }
}
.filter-nav .filter-nav__label .btn {
  display: none;
  margin-left: auto;
  background-color: transparent;
}
@media print, screen and (min-width: 40em) {
  .filter-nav .filter-nav__label .btn {
    display: inline-flex;
    padding: 4px 0;
  }
}
@media print, screen and (min-width: 64em) {
  .filter-nav .filter-nav__label .btn {
    display: none;
  }
}
.filter-nav .filter-nav__tablet {
  display: none;
}
@media print, screen and (min-width: 40em) {
  .filter-nav .filter-nav__tablet {
    display: flex;
    padding-bottom: 10px;
  }
}
@media print, screen and (min-width: 64em) {
  .filter-nav .filter-nav__tablet {
    display: none;
  }
}
.filter-nav .filter-nav__mobile-trigger {
  text-align: center;
  width: 100%;
}
@media print, screen and (min-width: 40em) {
  .filter-nav .filter-nav__mobile-trigger {
    display: none;
  }
}
.filter-nav .filter-nav__mobile-trigger .btn {
  width: 100%;
  justify-content: center;
  align-items: start;
  background-color: transparent;
  align-items: start;
}
.filter-nav .filter-nav__mobile-trigger .icons {
  width: 20px;
  height: 18px;
}
.filter-nav .filter-nav__close {
  color: var(--semantic-color-surface-on-neutral-default);
  align-items: center;
  display: flex;
  font-family: var(--semantic-typography-body-sm-font-family);
  line-height: calc(var(--semantic-typography-body-sm-line-height) * 1px);
  font-size: calc(var(--semantic-typography-body-sm-font-size) * 1px);
  letter-spacing: calc( var(--semantic-typography-body-sm-letter-spacing) * 1px );
  text-transform: uppercase;
  font-weight: var(--semantic-typography-body-sm-emphasis-style);
}
@media print, screen and (min-width: 40em) {
  .filter-nav .filter-nav__close {
    display: none;
  }
}
.filter-nav .filter-nav__close .btn {
  margin-left: auto;
}
.filter-nav .filter-nav__done {
  display: none;
  position: relative;
  z-index: 1;
}
@media print, screen and (min-width: 40em) {
  .filter-nav .filter-nav__done {
    display: flex;
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .filter-nav .filter-nav__done {
    display: none;
  }
}
.filter-nav .filter-nav__done .btn {
  width: 100%;
  justify-content: center;
}
.filter-nav .filter-nav__mobile-action {
  display: flex;
  flex-direction: column;
  padding: 0 24px;
  margin-top: 16px;
}
@media print, screen and (min-width: 40em) {
  .filter-nav .filter-nav__mobile-action {
    display: none;
  }
}
.filter-nav .filter-nav__mobile-action .btn {
  width: 100%;
  justify-content: center;
}
.filter-nav .filter-nav__mobile-action .filter-nav__clear {
  margin-bottom: 16px;
}
.filter-nav .filter-nav__mobile-action .filter-nav__clear .btn {
  outline: none;
}
.filter-nav .filter-nav__mobile-action .filter-nav__clear--hide {
  visibility: hidden;
  opacity: 0;
}
.filter-nav .filter-nav__tag-list {
  margin: 0;
  padding: 0;
  list-style: none;
  list-style-type: none;
  display: none;
}
@media print, screen and (min-width: 40em) {
  .filter-nav .filter-nav__tag-list {
    display: flex;
    flex-wrap: wrap;
  }
}
.filter-nav .filter-nav__tag-list li:not(.filter-nav__clear-selected) {
  margin-right: 8px;
  margin-bottom: 8px;
  border: solid 2px var(--modules-filter-actionabletag-neutral-rested-border-color);
  color: var(--modules-filter-actionabletag-neutral-rested-fg-color);
  border-radius: 100px;
}
.filter-nav .filter-nav__tag-list li:not(.filter-nav__clear-selected) > div {
  display: flex;
  align-items: center;
  padding: 8px 16px;
}
.filter-nav .filter-nav__tag-list li > div > div {
  display: inline-flex;
  cursor: pointer;
}
.filter-nav .filter-nav__tag-list li > div > div:focus-visible {
  outline: 2px solid #0094ff;
}
.filter-nav .filter-nav__tag-list li > div > div .icons {
  align-items: center;
  justify-content: center;
}
.filter-nav .filter-nav__tag-list li > div > div svg {
  height: 15px !important;
  width: 15px !important;
}
.filter-nav .filter-nav__clear-selected {
  display: inline-flex;
  align-items: center;
  max-height: 40px;
}
.filter-nav .filter-nav__clear-selected .btn {
  background-color: transparent;
}
.filter-nav .filter-nav__overlay {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 5;
  transition: all 0.3s ease-in-out;
  opacity: 0;
  visibility: hidden;
  background: var(--semantic-color-surface-dim-contrast-default);
}
@media print, screen and (min-width: 40em) {
  .filter-nav .filter-nav__overlay {
    display: none;
  }
}
.filter-nav .filter-nav__sorting-overlay {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 5;
  transition: all 0.3s ease-in-out;
  opacity: 0;
  visibility: hidden;
  background: #00000099;
}
.filter-nav .filter-nav__filters-overlay {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 5;
  transition: all 0.3s ease-in-out;
  opacity: 0;
  visibility: hidden;
  background: #00000099;
}
.filter-nav .filter-nav__tab-label {
  margin-bottom: 16px;
  display: none;
  font-family: var(--semantic-typography-body-sm-font-family);
  line-height: calc(var(--semantic-typography-body-sm-line-height) 22 * 1px);
  font-size: calc(var(--semantic-typography-body-sm-font-size) * 1px);
  letter-spacing: calc( var(--semantic-typography-body-sm-letter-spacing) * 1px );
  text-transform: uppercase;
  font-weight: var(--semantic-typography-body-sm-emphasis-style);
}
@media print, screen and (min-width: 40em) {
  .filter-nav .filter-nav__tab-label {
    display: block;
  }
}
@media print, screen and (min-width: 64em) {
  .filter-nav .filter-nav__tab-label {
    display: none;
  }
}
.filter-nav .filter-nav__selected {
  margin-bottom: 24px;
}
.filter-nav .filter-nav__selected--hidden {
  display: none;
}
.filter-nav .filter-nav__result-count {
  display: none;
  color: var(--core-components-text-neutral-default-color);
  margin-top: 16px;
  text-transform: lowercase;
  font-family: var(--font-global-S-1-default-value-fontFamily);
  font-weight: var(--font-global-S-1-default-value-fontWeight);
  line-height: var(--font-global-S-1-default-value-lineHeight);
  font-size: var(--font-global-S-1-default-value-fontSize);
  letter-spacing: var(--font-global-S-1-default-value-letterSpacing);
}
.filter-nav .filter-nav__result-count br {
  display: none;
}
@media print, screen and (min-width: 40em) {
  .filter-nav .filter-nav__result-count {
    display: block;
  }
}
.filter-nav .filter-nav__results {
  margin-top: 16px;
}
@media print, screen and (min-width: 40em) {
  .filter-nav .filter-nav__results {
    margin-top: 0;
  }
}
@media print, screen and (min-width: 64em) {
  .filter-nav .filter-nav__results {
    margin-top: 24px;
  }
}
.filter-nav .filter-nav__view-count {
  text-align: center;
  margin-top: 24px;
  color: var(--core-components-text-neutral-default-color);
  font-family: var(--semantic-typography-body-sm-font-family);
  line-height: calc(var(--semantic-typography-body-sm-line-height) * 1px);
  font-size: calc(var(--semantic-typography-body-sm-font-size) * 1px);
  letter-spacing: calc( var(--semantic-typography-body-sm-letter-spacing) * 1px );
  font-weight: var(--semantic-typography-body-sm-default-style);
}
@media print, screen and (min-width: 40em) {
  .filter-nav .filter-nav__view-count {
    margin-top: 48px;
  }
}
.filter-nav .filter-nav__nav {
  box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.05);
}
.filter-nav .filter-nav__nav.filter-nav__nav--sticky {
  transition: top 400ms cubic-bezier(0.3, 0, 0.7, 1);
  position: sticky;
  z-index: 5;
  top: 0;
}
.filter-nav .filter-nav__nav .filter-nav__next svg {
  width: 24px;
  height: 24px;
}
.filter-nav .filter-nav__nav .filter-nav__prev svg {
  width: 24px;
  height: 24px;
}
.filter-nav .filter-nav__filters-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  flex-direction: column;
  order: 2;
  transition: all 400ms cubic-bezier(0.3, 0, 0.7, 1);
  background-color: var(--core-components-forms-dropdown-options-neutral-bg-color);
}
@media print, screen and (min-width: 40em) {
  .filter-nav .filter-nav__filters-wrap {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999;
    height: 100%;
    width: 293px;
    padding: 20px 24px 24px;
    transform: translateX(-100%);
    order: 1;
  }
}
@media print, screen and (min-width: 64em) {
  .filter-nav .filter-nav__filters-wrap {
    position: relative;
    left: unset;
    top: unset;
    width: auto;
    height: auto;
    flex-direction: row;
    flex-wrap: unset;
    transform: unset;
    padding: 0;
    transition: unset;
    background-color: transparent;
  }
  .filter-nav .filter-nav__filters-wrap::after {
    content: "";
    display: none;
  }
}
.filter-nav .filter-nav__filters-wrap--active {
  transform: translateX(0%);
}
.filter-nav .filter-nav__filters-wrap--active .filter-nav__label {
  display: flex;
}
@media print, screen and (min-width: 40em) {
  .filter-nav .filter-nav__filters-wrap--active .filter-filter-overlay {
    visibility: visible;
    opacity: 1;
  }
}
@media print, screen and (min-width: 64em) {
  .filter-nav .filter-nav__filters-wrap--active .filter-filter-overlay {
    visibility: hidden;
    opacity: 0;
  }
}
.filter-nav .filter-nav__sorting-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  flex-direction: column;
  order: 1;
  transition: all 400ms cubic-bezier(0.3, 0, 0.7, 1);
}
@media print, screen and (min-width: 40em) {
  .filter-nav .filter-nav__sorting-wrap {
    position: fixed;
    right: 0;
    top: 0;
    z-index: 9999;
    background-color: var(--semantic-color-surface-neutral-default);
    height: 100%;
    width: 293px;
    padding: 20px 24px;
    transform: translateX(100%);
    order: 2;
  }
  .filter-nav .filter-nav__sorting-wrap::after {
    content: "";
    height: 56px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    transform: translateY(-76px);
  }
}
@media print, screen and (min-width: 64em) {
  .filter-nav .filter-nav__sorting-wrap {
    position: relative;
    margin-left: auto;
    right: unset;
    top: unset;
    width: auto;
    height: auto;
    flex-direction: row;
    flex-wrap: unset;
    transform: unset;
    padding: 0;
    transition: unset;
    background-color: transparent;
  }
  .filter-nav .filter-nav__sorting-wrap::after {
    content: "";
    display: none;
  }
}
.filter-nav .filter-nav__sorting-wrap--active {
  transform: translateX(0%);
}
@media print, screen and (min-width: 40em) {
  .filter-nav .filter-nav__sorting-wrap--active .dropdown__items--hidden {
    display: block !important;
    transition: unset !important;
    height: auto !important;
  }
}
@media print, screen and (min-width: 64em) {
  .filter-nav .filter-nav__sorting-wrap--active .dropdown__items--hidden {
    display: none !important;
  }
}
.filter-nav .filter-nav__sorting-wrap--active .dropdown__options--selected {
  display: flex;
}
.filter-nav .filter-nav__sorting-wrap--active .dropdown__options--selected::after {
  content: "";
  height: 20px;
  width: 20px;
  background-size: 24px;
  background-image: url('data:image/svg+xml;charset=UTF-8,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M6.5 12L10 15.5L17.5 8" stroke="black"/></svg>');
  margin-left: 8px;
}
.filter-nav .filter-nav__sorting-wrap--active .filter-nav__done {
  display: none;
}
@media print, screen and (min-width: 40em) {
  .filter-nav .filter-nav__sorting-wrap--active .filter-nav__done {
    display: inline-flex;
  }
}
@media print, screen and (min-width: 64em) {
  .filter-nav .filter-nav__sorting-wrap--active .filter-nav__done {
    display: none;
  }
}
.filter-nav .filter-nav__sorting-wrap--active .filter-nav__label {
  display: flex;
}
.filter-nav .filter-nav__sort-tablet {
  font-family: var(--semantic-typography-body-sm-font-family);
  line-height: calc(var(--semantic-typography-body-sm-line-height) * 1px);
  font-size: calc(var(--semantic-typography-body-sm-font-size) * 1px);
  letter-spacing: calc( var(--semantic-typography-body-sm-letter-spacing) * 1px );
  text-transform: uppercase;
  font-weight: var(--semantic-typography-body-sm-emphasis-style);
  text-transform: uppercase;
  margin-left: auto;
  align-items: center;
  display: inline-flex;
  color: var(--core-components-text-neutral-emphasis-color);
}
.filter-nav .filter-nav__sort-tablet .btn {
  font-family: var(--semantic-typography-body-sm-font-family);
  line-height: calc(var(--semantic-typography-body-sm-line-height) * 1px);
  font-size: calc(var(--semantic-typography-body-sm-font-size) * 1px);
  letter-spacing: calc( var(--semantic-typography-body-sm-letter-spacing) * 1px );
  font-weight: var(--semantic-typography-body-sm-default-style);
}
.filter-nav .filter-nav__sort-tablet .btn.btn--tertiary-positive {
  color: var(--core-components-text-neutral-emphasis-color);
}
.filter-nav .form-submit {
  display: none;
}
.filter-nav.filter-nav--cocktail .copy-horizontal.copy-horizontal--centered {
  background: none;
  padding-bottom: 0;
}
.filter-nav.filter-nav--active .filter-nav__overlay {
  opacity: 1;
  visibility: visible;
}
@media print, screen and (min-width: 40em) {
  .filter-nav.filter-nav--sorting .filter-nav__sorting-overlay {
    visibility: visible;
    opacity: 1;
  }
}
@media print, screen and (min-width: 64em) {
  .filter-nav.filter-nav--sorting .filter-nav__sorting-overlay {
    visibility: hidden;
    opacity: 0;
  }
}
@media print, screen and (min-width: 40em) {
  .filter-nav.filter-nav--filter .filter-nav__filters-overlay {
    visibility: visible;
    opacity: 1;
  }
}
@media print, screen and (min-width: 64em) {
  .filter-nav.filter-nav--filter .filter-nav__filters-overlay {
    visibility: hidden;
    opacity: 0;
  }
}
.filter-nav + .entry-banner {
  padding-top: 0px;
}
.filter-nav .signposting {
  margin-top: 32px;
  display: inline-block;
  width: 100%;
}
@media print, screen and (min-width: 40em) {
  .filter-nav .signposting {
    margin-top: 16px;
  }
}
@media print, screen and (min-width: 64em) {
  .filter-nav .signposting {
    margin-top: 32px;
  }
}
.filter-nav .filter-nav .filter-nav__view-container {
  display: flex;
  justify-content: end;
  gap: 8px;
  margin-bottom: 48px;
}
@media only screen and (min-width: 320px) and (max-width: 639px) {
  .filter-nav .filter-nav__view-container {
    margin-top: 24px;
  }
}
.filter-nav .filter-nav__view-container .btn {
  color: var(--core-components-icons-neutral-default-color);
}
.filter-nav .filter-nav__view-container .btn.active {
  color: var(--core-components-icons-neutral-default-color);
}
@media only screen and (min-width: 320px) and (max-width: 639px) {
  .filter-nav.tab.tab--category .swiper-container {
    padding-right: 48px;
  }
}

.brand-submenu {
  padding: 20px 10px;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 10;
  background: #373636;
  position: sticky;
  font-family: "henderson-slab-basic", serif;
  font-size: 11px;
  letter-spacing: 2px;
  font-weight: 200;
  border-top: 1px solid rgba(187, 138, 76, 0.82);
  transition: all 0.3s;
}
@media screen and (min-width: 75em) {
  .brand-submenu {
    padding: 30px 24px;
    height: 101px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .brand-submenu {
    padding: 20px;
  }
}
.brand-submenu.hidden-submenu {
  transition: all 0.3s;
  opacity: 0;
}
@media (min-width: 1600px) {
  .brand-submenu .grid-container {
    max-width: 95rem;
  }
}
.brand-submenu .brand-submenu__wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (min-width: 1025px) {
  .brand-submenu .brand-submenu__wrapper {
    flex-wrap: nowrap;
    height: 100%;
    align-items: center;
  }
}
@media (max-width: 1024px) {
  .brand-submenu .brand-submenu__wrapper.brand-menu-open .brand-submenu__list {
    transition: all 0.3s;
    opacity: 1;
    visibility: visible;
  }
}
.brand-submenu .brand-submenu__wrapper.brand-menu-open .submenu-trigger svg {
  transform: rotateX(180deg);
  transition: all 0.3s;
}
@media (max-width: 1024px) {
  .brand-submenu .brand-submenu__logo {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
@media (min-width: 1025px) {
  .brand-submenu .brand-submenu__logo {
    width: 15%;
  }
}
.brand-submenu .brand-submenu__logo .submenu-trigger {
  display: none;
}
@media (max-width: 1024px) {
  .brand-submenu .brand-submenu__logo .submenu-trigger {
    display: block;
  }
}
.brand-submenu .brand-submenu__logo .submenu-trigger svg {
  fill: #fff;
  height: 24px;
  width: 24px;
}
.brand-submenu .brand-submenu__logo a {
  display: block;
  max-width: 100px;
}
.brand-submenu .brand-submenu__logo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.brand-submenu .brand-submenu__list {
  width: 100%;
  transition: all 0.3s;
}
@media (max-width: 1024px) {
  .brand-submenu .brand-submenu__list {
    height: 0;
    opacity: 0;
    visibility: hidden;
  }
}
@media (min-width: 1025px) {
  .brand-submenu .brand-submenu__list {
    width: 85%;
  }
}
.brand-submenu .brand-submenu__list ul {
  color: #fff;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  list-style: none;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (min-width: 1025px) {
  .brand-submenu .brand-submenu__list ul {
    flex-wrap: nowrap;
  }
}
.brand-submenu .brand-submenu__list ul li {
  color: var(--semantic-color-surface-on-contrast-emphasis);
  font-family: var(--semantic-typography-body-md-font-family);
  line-height: calc(var(--semantic-typography-body-md-line-height) * 1px);
  font-size: calc(var(--semantic-typography-body-md-font-size) * 1px);
  letter-spacing: calc( var(--semantic-typography-body-md-letter-spacing) * 1px );
}
@media (max-width: 1024px) {
  .brand-submenu .brand-submenu__list ul li {
    width: 100%;
    border-bottom: 1px solid #fff;
    padding: 30px 0px 10px 0px;
  }
}
.brand-submenu .brand-submenu__list ul li a {
  text-decoration: none;
  color: #fff;
}
.brand-submenu.brand-submenu--old-grand .brand-submenu__list ul {
  justify-content: flex-start;
}
.brand-submenu.brand-submenu--old-grand .brand-submenu__list ul li {
  padding-right: 100px;
}

#brand-page .header {
  position: relative;
  background: #373636;
}
@media screen and (min-width: 64em) {
  #brand-page .header .top-bar .menu li:hover .submenu {
    border-top: 1px solid #bb8a4c;
    height: 101px;
    align-items: center;
    background: #373636;
  }
}

.full-bleed {
  position: relative;
  width: 100%;
  height: 100%;
}
.full-bleed .full-bleed__container {
  height: 666px;
  max-height: 666px;
}
@media print, screen and (min-width: 40em) {
  .full-bleed .full-bleed__container {
    height: 576px;
    max-height: 576px;
  }
}
@media print, screen and (min-width: 64em) {
  .full-bleed .full-bleed__container {
    height: 810px;
    max-height: 810px;
  }
}
.full-bleed p {
  margin-bottom: inherit;
  font-size: inherit;
  line-height: inherit;
  font-family: inherit;
  font-weight: inherit;
  color: inherit;
}
.full-bleed .full-bleed__item {
  height: 100%;
  position: relative;
}
.full-bleed .full-bleed__item .bs-responsive-image-holder {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.full-bleed .full-bleed__item img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.full-bleed .full-bleed__content {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 600px;
  margin: auto;
  height: 100%;
  flex-direction: column;
}
@media only screen and (min-width: 320px) and (max-width: 639px) {
  .full-bleed .full-bleed__content {
    padding: 0 24px;
  }
}
.full-bleed .full-bleed__title {
  margin-bottom: 32px;
  color: var(--core-components-title-contrast-fg-color);
  font-family: var(--core-components-title-vps-lg-font-family);
  font-weight: var(--core-components-title-vps-lg-font-weight);
  line-height: calc(var(--core-components-title-vps-lg-line-height) * 1px);
  font-size: calc(var(--core-components-title-vps-lg-font-size) * 1px);
  letter-spacing: calc( var(--core-components-title-vps-lg-letter-spacing) * 1px );
  text-decoration: none;
  text-transform: uppercase;
  margin-top: 0px;
}
@media print, screen and (min-width: 40em) {
  .full-bleed .full-bleed__title {
    font-family: var(--core-components-title-vpm-lg-font-family);
    font-weight: var(--core-components-title-vpm-lg-font-weight);
    line-height: calc(var(--core-components-title-vpm-lg-line-height) * 1px);
    font-size: calc(var(--core-components-title-vpm-lg-font-size) * 1px);
    letter-spacing: calc( var(--core-components-title-vpm-lg-letter-spacing) * 1px );
    text-decoration: none;
  }
}
@media print, screen and (min-width: 64em) {
  .full-bleed .full-bleed__title {
    font-family: var(--core-components-title-vpl-lg-font-family);
    font-weight: var(--core-components-title-vpl-lg-font-weight);
    line-height: calc(var(--core-components-title-vpl-lg-line-height) * 1px);
    font-size: calc(var(--core-components-title-vpl-lg-font-size) * 1px);
    letter-spacing: calc( var(--core-components-title-vpl-lg-letter-spacing) * 1px );
    text-decoration: none;
  }
}
.full-bleed .full-bleed__title h1,
.full-bleed .full-bleed__title h2,
.full-bleed .full-bleed__title h3,
.full-bleed .full-bleed__title h4,
.full-bleed .full-bleed__title h5,
.full-bleed .full-bleed__title h6 {
  letter-spacing: unset;
  margin: unset;
  font-family: unset;
  font-size: unset;
  font-style: unset;
  font-weight: unset;
  color: unset;
  text-rendering: unset;
}
.full-bleed .full-bleed__description {
  color: var(--core-components-text-contrast-default-color);
  font-family: var(--semantic-typography-body-md-font-family);
  font-weight: var(--semantic-typography-body-md-font-weight);
  line-height: calc(var(--semantic-typography-body-md-line-height) * 1px);
  font-size: calc(var(--semantic-typography-body-md-font-size) * 1px);
  letter-spacing: calc( var(--semantic-typography-body-md-letter-spacing) * 1px );
  text-decoration: none;
}
.full-bleed .full-bleed__video-icon {
  position: absolute;
  z-index: 11;
  bottom: 0;
  left: 0;
  cursor: pointer;
  opacity: 0.8;
  background: var(--core-components-video-controls-neutral-bg-color);
  padding: 8px;
}
.full-bleed .full-bleed__video-icon:focus-visible {
  outline: 2px solid #0084ff !important;
  outline-offset: -3px !important;
}
@media only screen and (min-width: 320px) and (max-width: 639px) {
  .full-bleed.full-bleed--mobile .full-bleed__container {
    height: 250px;
    max-height: 250px;
  }
}
.full-bleed.full-bleed--video video {
  width: 100%;
  display: flex;
  height: 100%;
  object-fit: cover;
}
.full-bleed.full-bleed--video .full-bleed__container {
  height: 100%;
  max-height: 100%;
}

.copyblock {
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative;
  background: var(--semantic-color-surface-neutral-subtle);
}
@media print, screen and (min-width: 40em) {
  .copyblock {
    padding-top: 64px;
    padding-bottom: 64px;
  }
}
@media print, screen and (min-width: 64em) {
  .copyblock {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.copyblock .copyblock__wrapper {
  max-width: 100%;
}
@media print, screen and (min-width: 40em) {
  .copyblock .copyblock__wrapper {
    max-width: 594px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media print, screen and (min-width: 64em) {
  .copyblock .copyblock__wrapper {
    max-width: 790px;
    margin-left: auto;
    margin-right: auto;
  }
}
.copyblock .copyblock__wrapper p {
  font-family: var(--semantic-typography-body-md-font-family);
  line-height: calc(var(--semantic-typography-body-md-line-height) * 1px);
  font-size: calc(var(--semantic-typography-body-md-font-size) * 1px);
  letter-spacing: calc( var(--semantic-typography-body-md-letter-spacing) * 1px );
  color: var(--core-components-text-neutral-subtle-color);
}
.copyblock .copyblock__wrapper p a {
  text-decoration: none;
  color: var(--core-components-text-neutral-subtle-color);
}
@media print, screen and (min-width: 64em) {
  .copyblock .copyblock__wrapper p a:focus-visible {
    outline-offset: 2px;
    outline: 2px solid #0094ff;
  }
}
.copyblock .copyblock__wrapper .text-align-center {
  text-align: center;
}
.copyblock .copyblock__wrapper h3 {
  color: var(--core-components-title-accent-fg-color);
  font-family: var(--core-components-title-vps-sm-font-family);
  font-weight: var(--core-components-title-vps-sm-font-weight);
  line-height: calc(var(--core-components-title-vps-sm-line-height) * 1px);
  font-size: calc(var(--core-components-title-vps-sm-font-size) * 1px);
  letter-spacing: calc( var(--core-components-title-vps-sm-letter-spacing) * 1px );
  text-decoration: none;
  text-transform: uppercase;
  margin-top: 0px;
}
.copyblock .copyblock__wrapper .table-pdp tbody {
  background-color: transparent;
  border: none;
}
.copyblock .copyblock__wrapper .table-pdp td {
  vertical-align: top;
  width: 50%;
  padding: 0px 12px;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .copyblock .copyblock__wrapper .table-pdp td {
    width: 100%;
    padding: 0px;
  }
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .copyblock .copyblock__wrapper .table-pdp tr {
    display: grid;
    text-align: left;
  }
}
.copyblock .copyblock__pageheading {
  max-width: 100%;
}
.copyblock .copyblock__space-40 {
  margin-bottom: 32px !important;
}
@media print, screen and (min-width: 64em) {
  .copyblock .copyblock__space-40 {
    margin-bottom: 40px !important;
  }
}
.copyblock .copyblock__space-32 {
  margin-bottom: 24px !important;
}
@media print, screen and (min-width: 64em) {
  .copyblock .copyblock__space-32 {
    margin-bottom: 32px !important;
  }
}
.copyblock .copyblock__space-24 {
  margin-bottom: 24px !important;
}
.copyblock .copyblock__space-16 {
  margin-bottom: 16px !important;
}
.copyblock .copyblock__space-8 {
  margin-bottom: 8px !important;
}

.share-popUp {
  /* Modal Container (initial hidden + fade) */
  /* Modal Content */
  /* Close Button */
}
.share-popUp.modal {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease;
  position: fixed;
  z-index: 999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
}
.share-popUp.modal.show {
  opacity: 1;
  visibility: visible;
}
.share-popUp.modal.show .modal-content {
  transform: translateY(0);
}
.share-popUp .modal-content {
  background-color: #fff;
  margin: auto;
  padding: 40px 24px 0px;
  width: 80%;
  max-width: 400px;
  position: relative;
  transform: translateY(-20px);
  transition: transform 0.3s ease;
}
.share-popUp .close-btn {
  position: absolute;
  right: 0px;
  top: -30px;
  cursor: pointer;
}
.share-popUp .close-btn:hover {
  color: #fff;
}
.share-popUp .share-popUp__title {
  text-align: center;
  margin-bottom: 40px;
  display: none;
  color: var(--core-components-title-accent-fg-color);
  font-family: var(--core-components-title-vps-m-font-family);
  font-weight: var(--core-components-title-vps-m-font-weight);
  line-height: calc(var(--core-components-title-vps-m-line-height) * 1px);
  font-size: calc(var(--core-components-title-vps-m-font-size) * 1px);
  letter-spacing: calc( var(--core-components-title-vps-m-letter-spacing) * 1px );
  text-decoration: none;
  text-transform: uppercase;
  margin-top: 0px;
}
@media print, screen and (min-width: 40em) {
  .share-popUp .share-popUp__title {
    font-family: var(--core-components-title-vpm-m-font-family);
    font-weight: var(--core-components-title-vpm-m-font-weight);
    line-height: calc(var(--core-components-title-vpm-m-line-height) * 1px);
    font-size: calc(var(--core-components-title-vpm-m-font-size) * 1px);
    letter-spacing: calc( var(--core-components-title-vpm-m-letter-spacing) * 1px );
    text-decoration: none;
  }
}
@media print, screen and (min-width: 64em) {
  .share-popUp .share-popUp__title {
    font-family: var(--core-components-title-vpl-m-font-family);
    font-weight: var(--core-components-title-vpl-m-font-weight);
    line-height: calc(var(--core-components-title-vpl-m-line-height) * 1px);
    font-size: calc(var(--core-components-title-vpl-m-font-size) * 1px);
    letter-spacing: calc( var(--core-components-title-vpl-m-letter-spacing) * 1px );
    text-decoration: none;
    margin-bottom: 16px;
    display: block;
  }
}
.share-popUp .share-popUp__cta-box {
  display: block;
  text-align: center;
}
@media print, screen and (min-width: 64em) {
  .share-popUp .share-popUp__cta-box {
    display: none;
  }
}
.share-popUp .share-popUp__detail {
  padding: 0;
  margin-bottom: 32px;
  display: none;
}
.share-popUp .share-popUp__detail p {
  text-align: center;
  color: var(--core-components-text-neutral-default-color);
  font-family: var(--semantic-typography-body-md-font-family);
  line-height: calc(var(--semantic-typography-body-md-line-height) * 1px);
  font-size: calc(var(--semantic-typography-body-md-font-size) * 1px);
  letter-spacing: calc( var(--semantic-typography-body-md-letter-spacing) * 1px );
  font-weight: var(--semantic-typography-body-md-default-style);
}
@media print, screen and (min-width: 64em) {
  .share-popUp .share-popUp__detail {
    display: block;
  }
}
.share-popUp .share-popUp__social-media-box {
  display: none;
}
.share-popUp .share-popUp__social-media-box a {
  list-style: none;
  width: 33.33%;
  text-align: center;
  margin: 0 0 40px;
  text-decoration: none;
  color: var(--core-components-icons-neutral-default-color);
  width: 33.33%;
  text-align: center;
  color: var(--core-components-icons-neutral-default-color);
  font-family: var(--semantic-typography-body-sm-font-family);
  line-height: calc(var(--semantic-typography-body-sm-line-height) * 1px);
  font-size: calc(var(--semantic-typography-body-sm-font-size) * 1px);
  letter-spacing: calc( var(--semantic-typography-body-sm-letter-spacing) * 1px );
  font-weight: var(--semantic-typography-body-sm-default-style);
  list-style: none;
  margin: 0px 0px 40px;
  text-decoration: none;
}
.share-popUp .share-popUp__social-media-box a .icons_bg-circle {
  width: 48px;
  height: 48px;
  background-color: var(--semantic-color-surface-neutral-default);
  border-radius: 55px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 8px;
  cursor: pointer;
}
.share-popUp .share-popUp__social-media-box a .icons_bg-circle svg {
  width: 24px;
  height: 24px;
  color: var(--semantic-color-surface-neutral-default);
}
.share-popUp .share-popUp__social-media-box a:focus-visible {
  outline-offset: 3px;
  outline: 2px solid #0094ff;
}
@media print, screen and (min-width: 64em) {
  .share-popUp .share-popUp__social-media-box {
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
}
.share-popUp .share-popUp__title-mobile {
  display: block;
}
@media print, screen and (min-width: 64em) {
  .share-popUp .share-popUp__title-mobile {
    display: none;
  }
}
.share-popUp .modal-header .btn {
  padding-right: 0px;
  align-items: self-start;
}
.share-popUp .icons.twitter::before {
  color: var(--core-components-icons-neutral-default-color);
}
.share-popUp .icons.twitter::after {
  color: var(--semantic-color-surface-neutral-default);
}
.share-popUp .modal-custom .modal-header button.btn {
  color: var(--core-components-button-tertiary-contrast-rested-fg-color);
}

.pager {
  padding: 40px 24px;
  text-align: center;
}
.pager .visually-hidden {
  display: none;
}
.pager .pager__items {
  display: flex;
  justify-content: center;
  margin: 0px;
  padding: 0px;
  align-items: unset;
}
.pager .pager__items .pager__item {
  display: flex;
  align-items: center;
  padding: 0;
  border: 1px solid var(--core-components-pagination-pagecounter-neutral-rested-border-color);
  line-height: normal;
  border-right: 0px;
  list-style: none;
  margin-right: 0 !important;
}
.pager .pager__items .pager__item:hover {
  color: var(--core-components-pagination-pagecounter-neutral-hover-text-color);
  border-color: var(--core-components-pagination-pagecounter-neutral-hover-border-color);
  background-color: var(--core-components-pagination-pagecounter-neutral-hover-bg-color);
}
.pager .pager__items .pager__item.is-active {
  color: var(--core-components-pagination-pagecounter-neutral-active-text-color);
  border-color: var(--core-components-pagination-pagecounter-neutral-active-border-color);
  background: none;
}
.pager .pager__items .pager__item.is-active a {
  color: var(--core-components-pagination-pagecounter-neutral-hover-text-color);
  border-color: var(--core-components-pagination-pagecounter-neutral-active-border-color);
  border: 0px;
}
.pager .pager__items .pager__item a {
  padding: 10px 16px;
  text-decoration: none;
  color: var(--core-components-pagination-pagecounter-neutral-rested-text-color);
  text-transform: uppercase;
  font-family: var(--core-components-pagination-pagecounter-number-font-family);
  font-weight: var(--core-components-pagination-pagecounter-number-font-weight);
  line-height: calc( var(--core-components-pagination-pagecounter-number-line-height) * 1px );
  font-size: calc( var(--core-components-pagination-pagecounter-number-font-size) * 1px );
  letter-spacing: calc( var(--core-components-pagination-pagecounter-number-letter-spacing) * 1px );
  text-decoration: none;
  width: auto;
  height: auto;
  border: none;
  border-radius: 0;
}
.pager .pager__items .pager__item--ellipsis {
  display: none;
}
.pager .pager__item:last-child {
  border-right: 1px solid var(--core-components-pagination-pagecounter-neutral-rested-border-color);
}
.pager .pager__item--next {
  border-left: 1px solid var(--core-components-pagination-pagecounter-neutral-rested-border-color);
  padding: 10px;
  padding-left: 18px;
  list-style: none;
}
.pager .pager__item--next a {
  border-radius: var(--core-components-button-border-radius);
  line-height: unset;
  display: flex;
  align-items: start;
  text-transform: uppercase;
  padding: 4px;
  background-color: transparent;
  color: var(--core-components-button-tertiary-neutral-rested-fg-color);
  display: inline-flex;
  align-items: center;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  border: none;
  box-shadow: none;
  border-radius: var(--core-components-button-border-radius);
  font-family: var(--core-components-button-font-family);
  font-weight: var(--core-components-button-font-weight);
  line-height: calc(var(--core-components-button-line-height) * 1px);
  font-size: calc(var(--core-components-button-font-size) * 1px);
  letter-spacing: calc(var(--core-components-button-letter-spacing) * 1px);
  text-decoration: none;
  text-transform: uppercase;
  vertical-align: middle;
  gap: 8px;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.pager .pager__item--next a .icons {
  margin-left: 8px;
}
.pager .pager__item--first {
  display: none;
}
.pager .pager__item--next a .icons {
  margin-left: 8px;
}
@media only screen and (min-width: 320px) and (max-width: 639px) {
  .pager .pager__item--next a span {
    display: none;
  }
}
.pager .pager__item--previous {
  padding: 10px;
  border: none;
  padding-right: 18px;
  list-style: none;
}
.pager .pager__item--previous a {
  border-radius: var(--core-components-button-border-radius);
  padding: 4px;
  background-color: transparent;
  color: var(--core-components-button-tertiary-neutral-rested-fg-color);
  display: inline-flex;
  align-items: center;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  border: none;
  box-shadow: none;
  border-radius: var(--core-components-button-border-radius);
  font-family: var(--core-components-button-font-family);
  font-weight: var(--core-components-button-font-weight);
  line-height: calc(var(--core-components-button-line-height) * 1px);
  font-size: calc(var(--core-components-button-font-size) * 1px);
  letter-spacing: calc(var(--core-components-button-letter-spacing) * 1px);
  text-decoration: none;
  text-transform: uppercase;
  vertical-align: middle;
  gap: 8px;
  -webkit-appearance: none;
  -moz-appearance: none;
  line-height: unset;
  display: flex;
  align-items: start;
  text-transform: uppercase;
}
.pager .pager__item--previous a .icons {
  margin-right: 8px;
}
@media only screen and (min-width: 320px) and (max-width: 639px) {
  .pager .pager__item--previous a span {
    display: none;
  }
}
.pager .pager__item--last {
  display: none;
}
.pager.pager--dark .pager__item {
  border-color: var(--core-components-pagination-pagecounter-contrast-rested-border-color);
}
.pager.pager--dark .pager__item:hover {
  color: var(--core-components-pagination-pagecounter-contrast-hover-text-color);
  border-color: var(--core-components-pagination-pagecounter-contrast-hover-border-color);
  background-color: var(--core-components-pagination-pagecounter-contrast-hover-bg-color);
}
.pager.pager--dark .pager__item.is-active {
  color: var(--core-components-pagination-pagecounter-contrast-active-text-color);
  border-color: var(--core-components-pagination-pagecounter-contrast-active-border-color);
  background: none;
}
.pager.pager--dark .pager__item.is-active a {
  color: var(--core-components-pagination-pagecounter-neutral-hover-text-color);
  border-color: var(--core-components-pagination-pagecounter-contrast-active-border-color);
}
.pager.pager--dark .pager__item.is-active a:hover {
  color: var(--core-components-pagination-pagecounter-contrast-active-text-color);
}
.pager.pager--dark .pager__item a {
  color: var(--core-components-pagination-pagecounter-contrast-rested-text-color);
}
.pager.pager--dark .pager__item a:hover {
  color: var(--core-components-pagination-pagecounter-contrast-hover-text-color);
}
.pager.pager--dark .pager__item:last-child {
  border-right-color: var(--core-components-pagination-pagecounter-contrast-rested-border-color);
}
.pager.pager--dark .pager__item--next {
  border-left-color: var(--core-components-pagination-pagecounter-contrast-rested-border-color);
}
.pager.pager--dark .pager__item--next a {
  padding: 4px;
  background-color: transparent;
  color: var(--core-components-button-tertiary-neutral-rested-fg-color);
  display: inline-flex;
  align-items: center;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  border: none;
  box-shadow: none;
  border-radius: var(--core-components-button-border-radius);
  font-family: var(--core-components-button-font-family);
  font-weight: var(--core-components-button-font-weight);
  line-height: calc(var(--core-components-button-line-height) * 1px);
  font-size: calc(var(--core-components-button-font-size) * 1px);
  letter-spacing: calc( var(--core-components-button-letter-spacing) * 1px );
  text-decoration: none;
  text-transform: uppercase;
  vertical-align: middle;
  gap: 8px;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.pager.pager--dark .pager__item--previous a {
  padding: 4px;
  background-color: transparent;
  color: var(--core-components-button-tertiary-neutral-rested-fg-color);
  display: inline-flex;
  align-items: center;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  border: none;
  box-shadow: none;
  border-radius: var(--core-components-button-border-radius);
  font-family: var(--core-components-button-font-family);
  font-weight: var(--core-components-button-font-weight);
  line-height: calc(var(--core-components-button-line-height) * 1px);
  font-size: calc(var(--core-components-button-font-size) * 1px);
  letter-spacing: calc( var(--core-components-button-letter-spacing) * 1px );
  text-decoration: none;
  text-transform: uppercase;
  vertical-align: middle;
  gap: 8px;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.pl {
  position: relative;
  background-color: var(--semantic-color-surface-neutral-default);
}
.pl .pl__bsi-el-container {
  padding: 64px 0px;
}
@media print, screen and (min-width: 40em) {
  .pl .pl__bsi-el-container {
    padding: 120px 0px;
  }
}
.pl .pl__bsi-el-container .pl__product-heading .pl__search input {
  padding-left: 0;
  background: transparent;
  border: none;
  box-shadow: none;
  border-bottom: 1px solid var(--core-components-forms-input-neutral-rested-border-color);
  text-align: left;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .pl .pl__bsi-el-container .pl__product-heading .pl__search input {
    width: 800px;
  }
}
.pl .pl__container .col-md-12 {
  max-width: 1600px;
  padding: 0 15px;
  margin: 0 auto;
}
.pl .pl__title_listing {
  text-align: center;
  text-transform: capitalize;
}
.pl .pl__title_listing label {
  color: var(--core-components-title-accent-fg-color);
  margin-bottom: 48px;
  font-family: var(--core-components-title-vps-xl-font-family);
  font-weight: var(--core-components-title-vps-xl-font-weight);
  line-height: calc(var(--core-components-title-vps-xl-line-height) * 1px);
  font-size: calc(var(--core-components-title-vps-xl-font-size) * 1px);
  letter-spacing: calc( var(--core-components-title-vps-xl-letter-spacing) * 1px );
  text-decoration: none;
  text-transform: uppercase;
  margin-top: 0px;
}
@media print, screen and (min-width: 40em) {
  .pl .pl__title_listing label {
    margin-bottom: 80px;
    font-family: var(--core-components-title-vpm-xl-font-family);
    font-weight: var(--core-components-title-vpm-xl-font-weight);
    line-height: calc( var(--core-components-title-vpm-xl-line-height) * 1px );
    font-size: calc(var(--core-components-title-vpm-xl-font-size) * 1px);
    letter-spacing: calc( var(--core-components-title-vpm-xl-letter-spacing) * 1px );
    text-decoration: none;
  }
}
@media print, screen and (min-width: 64em) {
  .pl .pl__title_listing label {
    font-family: var(--core-components-title-vpl-xl-font-family);
    font-weight: var(--core-components-title-vpl-xl-font-weight);
    line-height: calc( var(--core-components-title-vpl-xl-line-height) * 1px );
    font-size: calc(var(--core-components-title-vpl-xl-font-size) * 1px);
    letter-spacing: calc( var(--core-components-title-vpl-xl-letter-spacing) * 1px );
    text-decoration: none;
  }
}
.pl .pl__product-list {
  flex-wrap: wrap;
  margin-top: 40px;
  display: flex;
  justify-content: center;
}
.pl .pl__product-list .pl__product-item {
  width: 100%;
  border-radius: 3px;
  margin: 0px 10px 20px 10px;
  text-align: center;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  border: none;
  min-height: 426px;
  background: var(--modules-cards-surface-neutral-bg-color);
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .pl .pl__product-list .pl__product-item {
    width: 349px;
    max-width: 349px;
    min-height: 450px;
  }
}
@media screen and (min-width: 1200px) {
  .pl .pl__product-list .pl__product-item {
    width: 381px;
    max-width: 381px;
    min-height: 570px;
  }
}
.pl .pl__product-list .pl__product-item:hover {
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
}
.pl .pl__product-list .pl__product-item .pl__product-img {
  padding: 20px;
  height: 326px;
  max-height: 326px;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .pl .pl__product-list .pl__product-item .pl__product-img {
    height: 281px;
    max-height: 281px;
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 1200px) {
  .pl .pl__product-list .pl__product-item .pl__product-img {
    height: 381px;
    max-height: 381px;
    margin-bottom: 60px;
  }
}
.pl .pl__product-list .pl__product-item .pl__product-img img {
  max-height: 100%;
}
.pl .pl__product-list .pl__product-item .pl__product-title {
  padding: 20px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  color: var(--core-components-title-accent-fg-color);
  font-family: var(--core-components-title-vps-md-font-family);
  font-weight: var(--core-components-title-vps-md-font-weight);
  line-height: calc( var(--core-components-title-vps-md-line-height) * 1px );
  font-size: calc(var(--core-components-title-vps-md-font-size) * 1px);
  letter-spacing: calc( var(--core-components-title-vps-md-letter-spacing) * 1px );
  text-decoration: none;
  text-transform: uppercase;
}
@media print, screen and (min-width: 40em) {
  .pl .pl__product-list .pl__product-item .pl__product-title {
    font-family: var(--core-components-title-vps-md-font-family);
    font-weight: var(--core-components-title-vpm-md-font-weight);
    line-height: calc( var(--core-components-title-vpm-md-line-height) * 1px );
    font-size: calc(var(--core-components-title-vpm-md-font-size) * 1px);
    letter-spacing: calc( var(--core-components-title-vpm-md-letter-spacing) * 1px );
    text-decoration: none;
  }
}
@media print, screen and (min-width: 64em) {
  .pl .pl__product-list .pl__product-item .pl__product-title {
    font-family: var(--core-components-title-vpl-md-font-family);
    font-weight: var(--core-components-title-vpl-md-font-weight);
    line-height: calc( var(--core-components-title-vpl-md-line-height) * 1px );
    font-size: calc(var(--core-components-title-vpl-md-font-size) * 1px);
    letter-spacing: calc( var(--core-components-title-vpl-md-letter-spacing) * 1px );
    text-decoration: none;
  }
}
.pl .pl__product-list .pl__product-item:last-child {
  margin-right: 0;
}
.pl.pl--dark {
  background-color: var(--semantic-color-surface-contrast-default);
}
.pl.pl--dark #pl-container .pl__search.search-input input[type=text] {
  color: var(--core-components-forms-input-contrast-rested-fg-color);
}

#locator[theme=oldgranddad] .pl {
  background-color: var(--semantic-color-surface-neutral-subtle);
}
#locator[theme=oldgranddad] .pl .pl__container .pl__product-list .pl__product-item {
  background: var(--modules-cards-surface-neutral-bg-color);
}

/*# sourceMappingURL=index.css.map */
