@charset "UTF-8";
*, ::before, ::after{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}
::backdrop{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}
/*
! tailwindcss v3.4.17 | MIT License | https://tailwindcss.com
*/
/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/
*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}
::before,
::after {
  --tw-content: '';
}
/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/
html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}
/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/
body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}
/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/
hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}
/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/
abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}
/*
Remove the default font size and weight for headings.
*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}
/*
Reset links to optimize for opt-in styling instead of opt-out.
*/
a {
  color: inherit;
  text-decoration: inherit;
}
/*
Add the correct font weight in Edge and Safari.
*/
b,
strong {
  font-weight: bolder;
}
/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}
/*
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;
}
/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/
table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}
/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  letter-spacing: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}
/*
Remove the inheritance of text transform in Edge and Firefox.
*/
button,
select {
  text-transform: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/
button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}
/*
Use the modern Firefox focus style for all focusable elements.
*/
:-moz-focusring {
  outline: auto;
}
/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/
:-moz-ui-invalid {
  box-shadow: none;
}
/*
Add the correct vertical alignment in Chrome and Firefox.
*/
progress {
  vertical-align: baseline;
}
/*
Correct the cursor style of increment and decrement buttons in Safari.
*/
::-webkit-inner-spin-button,
::-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 in Chrome and Safari on macOS.
*/
::-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 */
}
/*
Add the correct display in Chrome and Safari.
*/
summary {
  display: list-item;
}
/*
Removes the default spacing and border for appropriate elements.
*/
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}
fieldset {
  margin: 0;
  padding: 0;
}
legend {
  padding: 0;
}
ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}
/*
Prevent resizing textareas horizontally by default.
*/
textarea {
  resize: vertical;
}
/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/
input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
/*
Set the default cursor for buttons.
*/
button,
[role="button"] {
  cursor: pointer;
}
/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}
/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/
img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}
/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/
img,
video {
  max-width: 100%;
  height: auto;
}
/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}
.container{
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1.25rem;
  padding-left: 1.25rem;
}
@media (min-width: 640px){
  .container{
    max-width: 640px;
  }
}
@media (min-width: 768px){
  .container{
    max-width: 768px;
    padding-right: 2.5rem;
    padding-left: 2.5rem;
  }
}
@media (min-width: 1024px){
  .container{
    max-width: 1024px;
    padding-right: 5rem;
    padding-left: 5rem;
  }
}
@media (min-width: 1280px){
  .container{
    max-width: 1280px;
  }
}
@media (min-width: 1536px){
  .container{
    max-width: 1536px;
  }
}
.visible{
  visibility: visible;
}
.absolute{
  position: absolute;
}
.relative{
  position: relative;
}
.order-1{
  order: 1;
}
.order-2{
  order: 2;
}
.order-3{
  order: 3;
}
.order-4{
  order: 4;
}
.mx-5{
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}
.\!mr-0{
  margin-right: 0px !important;
}
.mb-0{
  margin-bottom: 0px;
}
.mb-2{
  margin-bottom: 0.5rem;
}
.mr-2{
  margin-right: 0.5rem;
}
.mt-4{
  margin-top: 1rem;
}
.block{
  display: block;
}
.inline-block{
  display: inline-block;
}
.\!flex{
  display: flex !important;
}
.flex{
  display: flex;
}
.inline-flex{
  display: inline-flex;
}
.hidden{
  display: none;
}
.aspect-square{
  aspect-ratio: 1 / 1;
}
.h-7{
  height: 1.75rem;
}
.h-\[40px\]{
  height: 40px;
}
.h-\[75px\]{
  height: 75px;
}
.h-full{
  height: 100%;
}
.\!w-auto{
  width: auto !important;
}
.\!w-full{
  width: 100% !important;
}
.w-\[110px\]{
  width: 110px;
}
.w-\[40px\]{
  width: 40px;
}
.w-full{
  width: 100%;
}
.flex-shrink-0{
  flex-shrink: 0;
}
.shrink-0{
  flex-shrink: 0;
}
.flex-grow{
  flex-grow: 1;
}
.grow{
  flex-grow: 1;
}
.cursor-pointer{
  cursor: pointer;
}
.flex-col{
  flex-direction: column;
}
.flex-col-reverse{
  flex-direction: column-reverse;
}
.flex-wrap{
  flex-wrap: wrap;
}
.flex-nowrap{
  flex-wrap: nowrap;
}
.\!items-center{
  align-items: center !important;
}
.items-center{
  align-items: center;
}
.justify-start{
  justify-content: flex-start;
}
.justify-center{
  justify-content: center;
}
.justify-between{
  justify-content: space-between;
}
.gap-8{
  gap: 2rem;
}
.gap-x-4{
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
.gap-y-4{
  row-gap: 1rem;
}
.gap-y-5{
  row-gap: 1.25rem;
}
.rounded-3xl{
  border-radius: 1.5rem;
}
.rounded-\[100px\]{
  border-radius: 100px;
}
.border-2{
  border-width: 2px;
}
.border-solid{
  border-style: solid;
}
.border-black{
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
}
.bg-black{
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}
.bg-brand-yellow-500{
  --tw-bg-opacity: 1;
  background-color: rgb(255 188 0 / var(--tw-bg-opacity, 1));
}
.bg-brand-gradient{
  background-image: linear-gradient(to bottom, #FFBC00 0%, #FFBC00 33%, #FF0000 33%, #FF0000 66%, #00B0FF 66%, #00B0FF 100%);
}
.object-contain{
  -o-object-fit: contain;
     object-fit: contain;
}
.p-4{
  padding: 1rem;
}
.px-4{
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-5{
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.px-6{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.py-4{
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-6{
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.py-8{
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.\!pr-12{
  padding-right: 3rem !important;
}
.pb-5{
  padding-bottom: 1.25rem;
}
.pl-5{
  padding-left: 1.25rem;
}
.pr-1{
  padding-right: 0.25rem;
}
.text-center{
  text-align: center;
}
.text-2xl{
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-\[17px\]{
  font-size: 17px;
}
.font-medium{
  font-weight: 500;
}
.font-semibold{
  font-weight: 600;
}
.uppercase{
  text-transform: uppercase;
}
.text-black{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.text-neutral-900{
  --tw-text-opacity: 1;
  color: rgb(23 23 23 / var(--tw-text-opacity, 1));
}
.text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.shadow-primary{
  --tw-shadow: 2px 5px 0px black;
  --tw-shadow-colored: 2px 5px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.transition-all{
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-colors{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
/* Spacing */
/* Font familly */
/* Font Size */
/* Basic colors*/
/* Main colors */
/* Black and white */
/* Border */
/* Background */
/* Box Shadows */
/* z-index */
@font-face {
  font-family: "Museo Sans Rounded";
  font-style: normal;
  font-weight: 500;
  src: url("../assets/fonts/museo-sans-rounded-500.woff") format("woff");
}
@font-face {
  font-family: "Museo Sans Rounded";
  font-style: normal;
  font-weight: 700;
  src: url("../assets/fonts/museo-sans-rounded-700.woff") format("woff");
}
@font-face {
  font-family: "Museo Sans Rounded";
  font-style: normal;
  font-weight: 900;
  src: url("../assets/fonts/museo-sans-rounded-900.woff") format("woff");
}
@font-face {
  font-family: "Readex Pro";
  src: url("../assets/fonts/ReadexPro/ReadexPro-Medium.woff2") format("woff2"), url("../assets/fonts/ReadexPro/ReadexPro-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Readex Pro";
  src: url("../assets/fonts/ReadexPro/ReadexPro-Bold.woff2") format("woff2"), url("../assets/fonts/ReadexPro/ReadexPro-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Readex Pro";
  src: url("../assets/fonts/ReadexPro/ReadexPro-ExtraLight.woff2") format("woff2"), url("../assets/fonts/ReadexPro/ReadexPro-ExtraLight.woff") format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Readex Pro";
  src: url("../assets/fonts/ReadexPro/ReadexPro-Light.woff2") format("woff2"), url("../assets/fonts/ReadexPro/ReadexPro-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Readex Pro";
  src: url("../assets/fonts/ReadexPro/ReadexPro-Regular.woff2") format("woff2"), url("../assets/fonts/ReadexPro/ReadexPro-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Readex Pro";
  src: url("../assets/fonts/ReadexPro/ReadexPro-SemiBold.woff2") format("woff2"), url("../assets/fonts/ReadexPro/ReadexPro-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
.col-xs-1 {
  width: 25%;
}
.col-xs-2 {
  width: 50%;
}
.col-xs-3 {
  width: 75%;
}
.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-left: 20px;
  padding-right: 20px;
}
@media (max-width: 768px) {
  .container.container--full-width-mobile {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 1024px) {
  .container.container--desktop {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 768px) {
  .container {
    padding-left: 24px;
    padding-right: 24px;
  }
  .row {
    margin-left: -24px;
  }
  .col {
    padding-left: 24px;
  }
  .col-md-1 {
    width: 8.3333333333%;
  }
  .col-md-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-md-2 {
    width: 16.6666666667%;
  }
  .col-md-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-4 {
    width: 33.3333333333%;
  }
  .col-md-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-md-5 {
    width: 41.6666666667%;
  }
  .col-md-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-7 {
    width: 58.3333333333%;
  }
  .col-md-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-md-8 {
    width: 66.6666666667%;
  }
  .col-md-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-10 {
    width: 83.3333333333%;
  }
  .col-md-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-md-11 {
    width: 91.6666666667%;
  }
  .col-md-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1240px) {
  .container {
    max-width: 1292px;
    padding-left: 32px;
    padding-right: 32px;
  }
  .row {
    margin-left: -32px;
  }
  .col {
    padding-left: 32px;
  }
  .col-lg-1 {
    width: 8.3333333333%;
  }
  .col-lg-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-lg-2 {
    width: 16.6666666667%;
  }
  .col-lg-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-4 {
    width: 33.3333333333%;
  }
  .col-lg-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-lg-5 {
    width: 41.6666666667%;
  }
  .col-lg-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-7 {
    width: 58.3333333333%;
  }
  .col-lg-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-lg-8 {
    width: 66.6666666667%;
  }
  .col-lg-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-10 {
    width: 83.3333333333%;
  }
  .col-lg-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-lg-11 {
    width: 91.6666666667%;
  }
  .col-lg-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1024px) {
  body .show-mobile {
    display: none;
  }
}
@media (max-width: 1024px) {
  body .show-desktop {
    display: none;
  }
}
.overflow-hidden {
  overflow: hidden;
}
.page-container-md {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-left: 20px;
  padding-right: 20px;
  max-width: 975px;
}
@media all and (min-width: 768px) {
  .page-container-md {
    width: 90%;
  }
}
@media all and (min-width: 1024px) {
  .page-container-md {
    width: 100%;
  }
}
@media all and (min-width: 1015px) {
  .page-container-md {
    padding-left: 0;
    padding-right: 0;
  }
}
.page-container-lg {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-left: 20px;
  padding-right: 20px;
  max-width: 1180px;
}
@media all and (min-width: 768px) {
  .page-container-lg {
    width: 90%;
  }
}
@media all and (min-width: 1024px) {
  .page-container-lg {
    width: 100%;
  }
}
@media all and (min-width: 1220px) {
  .page-container-lg {
    padding-left: 0;
    padding-right: 0;
  }
}
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
.hamburger {
  transition-property: opacity, filter;
  transition-duration: 0.2s;
  transition-timing-function: linear;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
  height: 51px;
}
.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: #171717;
}
.hamburger-box {
  width: 25px;
  height: 19px;
  display: inline-block;
  position: relative;
}
.hamburger-inner {
  display: block;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 25px;
  height: 2px;
  background-color: #171717;
  border-radius: 50px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}
.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}
.hamburger-inner::before {
  top: -9px;
}
.hamburger-inner::after {
  bottom: -9px;
}
.hamburger--slider .hamburger-inner {
  top: 0;
}
.hamburger--slider .hamburger-inner::before {
  top: 8px;
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transition-duration: 0.15s;
}
.hamburger--slider .hamburger-inner::after {
  top: 16px;
}
.hamburger--slider.is-active .hamburger-inner {
  transform: translate3d(0, 9px, 0) rotate(45deg);
}
.hamburger--slider.is-active .hamburger-inner::before {
  transform: rotate(-45deg) translate3d(-3.5714285714px, -3px, 0);
  opacity: 0;
}
.hamburger--slider.is-active .hamburger-inner::after {
  transform: translate3d(0, -16px, 0) rotate(-90deg);
}
@media screen and (max-width: 768px) {
  body:has(.header__container__nav.is-open) {
    overflow: hidden;
  }
  .header__container__nav {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 75px;
    left: 0;
    width: 100%;
    height: calc(100dvh - 75px);
    background: white;
    z-index: 10;
    transform: translate(-100%, 0);
    transition: transform 0.2s ease-in-out;
    overflow: auto;
  }
  .header__container__nav.is-open {
    transform: translate(0, 0);
  }
  .header__container__nav .switch-language__open {
    width: calc(100% - 1.25rem * 2);
    gap: 0.5rem;
  }
  @media (min-width: 768px){
    .header__container__nav .switch-language__open{
      justify-content: space-between;
    }
  }
  .header__container__nav .switch-language__open span {
    font-size: 18px;
    font-weight: 400;
    color: #171717;
    flex-grow: 1;
    text-align: left;
  }
  .header__container__nav .shop-online__open {
    width: calc(100% - 1.25rem * 2);
    font-size: 18px;
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 32px;
  }
  .header__container__nav .shop-online__open::after {
    content: "";
    display: block;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTQiIHZpZXdCb3g9IjAgMCAxOCAxNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE3LjMzMzkgNy4wMDAwOUMxNy4zMzQxIDcuMTE5NjIgMTcuMzA5NSA3LjIzODAzIDE3LjI2MTYgNy4zNDgxNEMxNy4yMjI0IDcuNDI3MzcgMTcuMTcxIDcuNTAwMjcgMTcuMTA5MyA3LjU2NDVDMTcuMDkwMyA3LjU4NzQ0IDE3LjA4MTEgNy42MTU1OCAxNy4wNTk5IDcuNjM4NTJMMTEuMTMzOSAxMy40MDM0SDExLjEzMzhDMTAuODk5OSAxMy42MzEgMTAuNTU5IDEzLjcxOTkgMTAuMjM5NSAxMy42MzY2QzkuOTE5OTUgMTMuNTUzMyA5LjY3MDQxIDEzLjMxMDUgOS41ODQ3NiAxMi45OTk3QzkuNDk5MTEgMTIuNjg4OCA5LjU5MDUgMTIuMzU3MiA5LjgyNDM4IDEyLjEyOTVMMTQuMTczIDcuOTAwNjNIMS41OTI5N0MxLjI2MjIyIDcuOTAwNjMgMC45NTY3MjIgNy43Mjg5IDAuNzkxMjk4IDcuNDUwMjhDMC42MjU5OSA3LjE3MTU2IDAuNjI1OTkgNi44MjgzNSAwLjc5MTI5OCA2LjU0OTYzQzAuOTU2NzMyIDYuMjcxMDIgMS4yNjIyNSA2LjA5OTI4IDEuNTkyOTcgNi4wOTkyOEgxNC4xNzNMOS44MjczMSAxLjg3MTY2VjEuODcxNzhDOS41OTM0NCAxLjY0NDE0IDkuNTAyMDUgMS4zMTI0NyA5LjU4NzcgMS4wMDE2M0M5LjY3MzM1IDAuNjkwNzg3IDkuOTIyODkgMC40NDgwMyAxMC4yNDI0IDAuMzY0NzA5QzEwLjU2MTkgMC4yODEzODggMTAuOTAyOSAwLjM3MDI4OCAxMS4xMzY4IDAuNTk3OTM0TDE3LjA2MyA2LjM2Mjc4QzE3LjA4NDMgNi4zODQyMyAxNy4wOTM0IDYuNDEyMzggMTcuMTEyNCA2LjQzNjhDMTcuMTc0MSA2LjUwMTAzIDE3LjIyNTUgNi41NzM5NCAxNy4yNjQ3IDYuNjUzMDRDMTcuMzExNCA2Ljc2MzAyIDE3LjMzNSA2Ljg4MDgxIDE3LjMzNCA2Ljk5OTcyTDE3LjMzMzkgNy4wMDAwOVoiIGZpbGw9IiMxODE4MUIiLz4KPC9zdmc+Cg==");
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
  }
  .header__container__nav .shop-online {
    display: flex !important;
    flex-direction: column;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    overflow: hidden;
    flex-wrap: nowrap;
    transform: translate(-100%, 0);
    transition: transform 0.2s ease-in-out;
  }
  .header__container__nav .shop-online.is-open {
    transform: translate(0, 0);
  }
  .header__container__nav .shop-online .shop-online__inner {
    flex-grow: 1;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
  }
  .header__container__nav .shop-online .shop-online__inner .shop-online__list {
    flex-grow: 1;
    overflow-y: auto;
    overflow-x: visible;
    padding-right: 2px;
  }
  .header__container__nav .shop-online .shop-online__btn_return {
    width: 100%;
    font-size: 17px;
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 16px;
    background: white;
    -moz-column-gap: 10px;
         column-gap: 10px;
    color: #171717;
  }
  .header__container__nav .shop-online .shop-online__btn_return::before {
    content: "";
    display: block;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTQiIHZpZXdCb3g9IjAgMCAxOCAxNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE3LjMzMzkgNy4wMDAwOUMxNy4zMzQxIDcuMTE5NjIgMTcuMzA5NSA3LjIzODAzIDE3LjI2MTYgNy4zNDgxNEMxNy4yMjI0IDcuNDI3MzcgMTcuMTcxIDcuNTAwMjcgMTcuMTA5MyA3LjU2NDVDMTcuMDkwMyA3LjU4NzQ0IDE3LjA4MTEgNy42MTU1OCAxNy4wNTk5IDcuNjM4NTJMMTEuMTMzOSAxMy40MDM0SDExLjEzMzhDMTAuODk5OSAxMy42MzEgMTAuNTU5IDEzLjcxOTkgMTAuMjM5NSAxMy42MzY2QzkuOTE5OTUgMTMuNTUzMyA5LjY3MDQxIDEzLjMxMDUgOS41ODQ3NiAxMi45OTk3QzkuNDk5MTEgMTIuNjg4OCA5LjU5MDUgMTIuMzU3MiA5LjgyNDM4IDEyLjEyOTVMMTQuMTczIDcuOTAwNjNIMS41OTI5N0MxLjI2MjIyIDcuOTAwNjMgMC45NTY3MjIgNy43Mjg5IDAuNzkxMjk4IDcuNDUwMjhDMC42MjU5OSA3LjE3MTU2IDAuNjI1OTkgNi44MjgzNSAwLjc5MTI5OCA2LjU0OTYzQzAuOTU2NzMyIDYuMjcxMDIgMS4yNjIyNSA2LjA5OTI4IDEuNTkyOTcgNi4wOTkyOEgxNC4xNzNMOS44MjczMSAxLjg3MTY2VjEuODcxNzhDOS41OTM0NCAxLjY0NDE0IDkuNTAyMDUgMS4zMTI0NyA5LjU4NzcgMS4wMDE2M0M5LjY3MzM1IDAuNjkwNzg3IDkuOTIyODkgMC40NDgwMyAxMC4yNDI0IDAuMzY0NzA5QzEwLjU2MTkgMC4yODEzODggMTAuOTAyOSAwLjM3MDI4OCAxMS4xMzY4IDAuNTk3OTM0TDE3LjA2MyA2LjM2Mjc4QzE3LjA4NDMgNi4zODQyMyAxNy4wOTM0IDYuNDEyMzggMTcuMTEyNCA2LjQzNjhDMTcuMTc0MSA2LjUwMTAzIDE3LjIyNTUgNi41NzM5NCAxNy4yNjQ3IDYuNjUzMDRDMTcuMzExNCA2Ljc2MzAyIDE3LjMzNSA2Ljg4MDgxIDE3LjMzNCA2Ljk5OTcyTDE3LjMzMzkgNy4wMDAwOVoiIGZpbGw9IiMxODE4MUIiLz4KPC9zdmc+Cg==");
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    transform: rotate(180deg);
  }
  .header__container__nav .header__container__nav__mobile {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    position: relative;
    padding: 0px 16px;
  }
  .header__container__nav .header__container__nav__mobile .menu-mobile {
    order: 3;
    flex-grow: 1;
    margin-top: 32px;
    border-top: 1px solid rgb(23 23 23 / .15);
  }
  .header__container__nav .sso-navbar-mobile {
    position: relative;
    margin-top: 40px !important;
  }
  .header__container__nav .sso-navbar-mobile::before {
    content: url("data:image/svg+xml;base64,PHN2ZyBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzOTAgMjAiPjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMF8yMDczXzEwMjQ4MSkiPjxwYXRoIGQ9Ik02NzMuNjc4IDU2LjMwMjNMNjM4LjQwNiA1OC41NjM2TDYwNi4xNDcgNjEuNDVMNTczLjg5IDYxLjExMTRMNTQxLjYzMSA1OC41Mjk2TDUwOS4zNzQgNTQuMjg0MUw0NzcuMTE3IDU5Ljc0NzdMNDQ0Ljg1OCA1OS4yNzVMNDEyLjYwMSA1My41NzczTDM4MC4zNDQgNjIuNjcwNUwzNDguMDg1IDQ3LjI1TDMxNS44MjggNTQuNTc1TDI4My41NzIgNTQuMzk1NEwyNTEuMzE1IDU5Ljk4NDFMMjE5LjA1NiA1OC42NUwxODYuNzk5IDU0Ljg3OTVMMTU0LjU0MiA2Mi40MTE0TDEyMi4yODMgNDUuNTkwOUw5MC4wMjYyIDU3LjY1OTFMNTcuNzY3MSA0OC44OTc3TDI1LjUwOCA2My42NjM2TC02Ljc0ODgxIDYzLjA3MjdMLTM5LjAwNzkgNTcuMzcyN0wtNzEuMjY3IDQ5LjU3NzNMLTEwMy41MjQgNDguMjM4NkwtMTM1Ljc4MyA1My41NTkxTC0xNjguMDQgNTMuMzI3M0wtMjAwLjI5OSA2MS4yOTc3TC0yMzIuNTU4IDYyLjczMThMLTI2NC44MTcgNDYuOTQzMkwtMjk3LjA3NiA2Mi4zODY0TC0zMzUuMjk5IDU4LjM5MzJMLTMyOS4wNjUgOC44OTk5OUwtMjk3LjA4MSAxNi4zMzE4TC0yNjQuODIyIDEyLjMxODJMLTIzMi41NjUgNS42NzQ5OUwtMjAwLjMwNiAxMS43MTM2TC0xNjguMDQ5IDEwLjAzMThMLTEzNS43OSAwTC0xMDMuNTMzIDE1LjMyOTVMLTcxLjI3MzggMTUuMzcwNEwtMzkuMDE5MyAwLjgyMjcyNkwtNi43NjAxNiA0LjM1MjI2TDI1LjQ5NjYgMTAuNzAyM0w1Ny43NTM1IDE4LjMyNzNMOTAuMDEwMyAxNy45NzA0TDEyMi4yNjkgMTguNjUyM0wxNTQuNTI2IDYuMDQ1NDVMMTg2Ljc4NSAwLjYyOTUzNkwyMTkuMDQyIDEuMzY1OUwyNTEuMjk5IDEzLjc4MThMMjgzLjU1OCA2LjQ2NTlMMzE1LjgxNyAyLjkzNjM2TDM0OC4wNzYgNS4xMDY4MUwzODAuMzMzIDguNzk1NDRMNDEyLjU5MiAxNi43MTgyTDQ0NC44NDkgMTUuNTAyM0w0NzcuMTA4IDMuODMxODJMNTA5LjM2NyAzLjgwNjgyTDU0MS42MjQgMS4yMDQ1NEw1NzMuODgzIDkuMTY4MTdMNjA2LjE0MiAxNi4yMjk1TDYzOC40MDQgMi4wMzg2M0w2NzQuMDAzIDYuMjI5NTRMNjczLjY3OCA1Ni4zMDIzWiIgZmlsbD0iIzE4MTgxQiIvPjwvZz48ZGVmcz48Y2xpcFBhdGggaWQ9ImNsaXAwXzIwNzNfMTAyNDgxIj48cGF0aCBmaWxsPSIjZmZmIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMzMwLjcxKSIgZD0iTTAgMEgxMDAwVjIwSDB6Ii8+PC9jbGlwUGF0aD48L2RlZnM+PC9zdmc+");
    display: block;
    width: 100%;
    position: absolute;
    top: 3px;
    left: 0;
    transform: translate(0, -100%);
  }
  body.admin-bar .header__container__nav {
    height: calc(100dvh - 75px - 46px);
    top: 121px;
  }
}
.store-card {
  padding: 22px 24px 24px 24px;
  border-radius: 4px;
  border: 1px solid #2c252b;
}
.store-card__title {
  margin-bottom: 13px;
  font-size: 20px;
  line-height: 32px;
  font-weight: 700;
}
.store-card__address {
  display: block;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
}
.store-card__contact {
  margin-bottom: 10px;
}
.store-card__tel {
  font-size: 16px;
  line-height: 24px;
}
.store-card__email {
  font-size: 16px;
  line-height: 24px;
}
.store-card.store-card--no-result {
  padding: 30px;
  text-align: center;
  color: #a3a3a3;
  border: none;
}
.store-card.store-card--no-result .store-card__icon {
  display: inline-flex;
  margin-bottom: 17px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDEiIGhlaWdodD0iNDAiIHZpZXdCb3g9IjAgMCA0MSA0MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzM0OTlfMzkzMSkiPgo8cmVjdCB4PSIwLjUiIHdpZHRoPSI0MCIgaGVpZ2h0PSI0MCIgcng9IjIwIiBmaWxsPSIjRkZCQzAwIi8+CjxwYXRoIGQ9Ik0xNS40OTk4IDMwLjU3MDJMMjAuODU0MyAxOS42NDU3TDMwLjM1IDE0LjFMNDYuNzkyNiAzMC42NjI2TDMxLjIxNzggNDYuMjQzNkwxNS40OTk4IDMwLjU3MDJaIiBmaWxsPSIjMTgxODFCIi8+CjxwYXRoIGQ9Ik0yMC40OTUxIDlDMjIuNjMwNyA5LjAwMDAyIDI0Ljk1NTkgOS42ODAzNyAyNi44MjAzIDExLjE3MDlMMjguNDY3OCA5LjUyMzQ0VjkuNTIyNDZMMjguNjAyNSA5LjQwMTM3QzI5LjI5NzMgOC44MzUyNyAzMC4zMjQ0IDguODc1NTkgMzAuOTcxNyA5LjUyMjQ2TDMwLjk3MDcgOS41MjM0NEMzMS42NzE4IDEwLjIxMzcgMzEuNjcxOCAxMS4zMjY0IDMwLjk3MDcgMTIuMDE2NkwzMC45NzE3IDEyLjAxNzZMMjkuMTI3OSAxMy44NjA0TDI5LjQ0MjQgMTQuNTRDMjkuNzI0MyAxNS4xNDg5IDI5LjkzNTcgMTUuNzg2MiAzMC4wODk4IDE2LjQ3ODVMMzAuMTk3MyAxNy4wMTA3QzMxLjE2NDIgMjIuNDc0MyAyNy43ODIzIDI2Ljk3NTQgMjQuOTcwNyAyOS42OTgyTDI0Ljk2ODggMjkuNzAwMkMyMy43MTcxIDMwLjkwNDcgMjIuMTA2IDMxLjUwOTcgMjAuNDk1MSAzMS41MDk4QzE4Ljg4MiAzMS41MDk4IDE3LjI3NTcgMzAuODkzNSAxNi4wMjgzIDI5LjY5NjNWMjkuNjk3M0MxNS42NDI1IDI5LjMzMjkgMTUuMjYzOSAyOC45MzE5IDE0LjkwMDQgMjguNTM4MUwxNC42ODQ2IDI4LjMwMzdMMTIuNTExNyAzMC40Nzc1QzEyLjE4MzQgMzAuODA1NyAxMS43NDIzIDMxIDExLjI2NDYgMzFDMTAuNzkxMiAzMC45OTk5IDEwLjM2MjYgMzAuODA5MSAxMC4wNDMgMzAuNTEwN0wxMC4wMTc2IDMwLjQ4NzNDOS4zMjcxMSAyOS43OTY4IDkuMzI3MDcgMjguNjcyOSAxMC4wMTc2IDI3Ljk4MjRIMTAuMDE4NkwxMi41Njc0IDI1LjQzMDdDMTEuMDcgMjIuOTM3NyAxMC4xMjA3IDE5Ljg3MzEgMTAuOTAwNCAxNi40NjY4QzExLjQ3OTYgMTMuODk4IDEyLjkxMzkgMTIuMDIxMSAxNC42ODM2IDEwLjc4OTFMMTQuNjg3NSAxMC43ODcxTDE1LjAyMDUgMTAuNTY2NEMxNi43MDc4IDkuNTAyOTEgMTguNjYxMSA5IDIwLjQ5NTEgOVpNMjAuNDk1MSAxNi4xNjAyQzE5LjMwNzUgMTYuMTYwMiAxOC4zNDUgMTcuMTIyMSAxOC4zNDQ3IDE4LjMwOTZDMTguMzQ0NyAxOC42OTI1IDE4LjQ0NzcgMTkuMDU0OCAxOC42MjcgMTkuMzY4MkwyMS41NTQ3IDE2LjQzOTVDMjEuMjQxMyAxNi4yNjExIDIwLjg3OTYgMTYuMTYwMiAyMC40OTUxIDE2LjE2MDJaIiBmaWxsPSJ3aGl0ZSIgc3Ryb2tlPSIjMTgxODFCIiBzdHJva2Utd2lkdGg9IjIiLz4KPC9nPgo8cmVjdCB4PSIxLjUiIHk9IjEiIHdpZHRoPSIzOCIgaGVpZ2h0PSIzOCIgcng9IjE5IiBzdHJva2U9IiMxODE4MUIiIHN0cm9rZS13aWR0aD0iMiIvPgo8ZGVmcz4KPGNsaXBQYXRoIGlkPSJjbGlwMF8zNDk5XzM5MzEiPgo8cmVjdCB4PSIwLjUiIHdpZHRoPSI0MCIgaGVpZ2h0PSI0MCIgcng9IjIwIiBmaWxsPSJ3aGl0ZSIvPgo8L2NsaXBQYXRoPgo8L2RlZnM+Cjwvc3ZnPgo=");
  background-repeat: no-repeat;
  background-size: contain;
}
.store-card.store-card--no-result .store-card__icon svg {
  display: block;
  opacity: 0;
}
.store-card.store-card--no-result .store-card__title {
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2;
}
.store-card.store-card--no-result .store-card__description {
  padding-left: 0 !important;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
}
.store-card-sorry-wrapper {
  display: none !important;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-left: 20px;
  padding-right: 20px;
  max-width: 1180px;
  margin: 48px 0;
}
@media all and (min-width: 768px) {
  .store-card-sorry-wrapper {
    width: 90%;
  }
}
@media all and (min-width: 1024px) {
  .store-card-sorry-wrapper {
    width: 100%;
  }
}
@media all and (min-width: 1220px) {
  .store-card-sorry-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
}
.store-card-sorry-wrapper.show-mobile .store-card.store-card--sorry {
  padding: 24px;
}
.store-card-sorry-container {
  padding-top: 48px;
  border-top: 1px solid #2c252b;
}
.store-card.store-card--sorry {
  padding: 20px 95px 24px 24px;
}
.store-card.store-card--sorry .store-card__description {
  margin-bottom: 26px;
}
.list-social {
  display: flex;
}
.list-social .list-social__item {
  display: inline-block;
}
.list-social .list-social__item:hover {
  opacity: 0.75;
  transition: 0.3s opacity cubic-bezier(0.44, 0.13, 0.48, 0.87);
}
.list-social .list-social__link {
  display: block;
  padding: 0 8px;
}
.list-social svg {
  display: block;
}
@media (min-width: 768px) {
  .list-social .list-social__link {
    padding: 0 12px;
  }
}
.shop-online {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgb(23 23 23 / .7);
  z-index: 10;
}
.shop-online__inner {
  background: #fff;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 769px) {
  .shop-online__inner {
    max-width: 460px;
    width: calc(100% - 60px);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 2px solid #171717;
    box-shadow: 0px 5px 0px 0px black;
    align-items: center;
    border-radius: 35px;
    max-height: 70%;
  }
  .shop-online__inner .shop-online__list {
    overflow: auto;
  }
}
.shop-online__close{
  display: none;
}
@media (min-width: 768px){
  .shop-online__close{
    display: block;
  }
}
.shop-online__close {
  background: #FFF3DB;
  border-radius: 5px;
  border: none;
  position: absolute;
  top: 30px;
  right: 30px;
  width: 30px;
  height: 30px;
  border: 2px solid #FFF3DB;
  transition: border-color 250ms ease-in-out;
  cursor: pointer;
}
.shop-online__close svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.shop-online__close path {
  fill: #FFBC00;
}
.shop-online__close:hover {
  border-color: #FFBC00;
}
.pac-container {
  border: 0;
  margin-top: 8px;
  border-radius: 8px;
}
.pac-container:after {
  content: none !important;
}
.pac-icon {
  display: none;
}
.pac-item {
  height: 40px;
  padding-top: 5px;
  padding-left: 12px;
  border-bottom: 1px solid #e8e8e8;
}
.pac-item:hover {
  background: rgba(232, 232, 232, 0.3);
}
.pac-item:last-child {
  border-bottom: 0;
}
.cover-article {
  padding: 16px 0 32px;
}
.cover-article .cover-article__list {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cover-article .cover-article__item {
  position: relative;
}
.cover-article .cover-article__item + .cover-article__item {
  margin-left: 32px;
}
.cover-article .cover-article__title {
  font-size: 32px;
  line-height: 38px;
}
.cover-article .cover-article__img {
  margin: 32px 0 0;
}
.cover-article .cover-article_clipboard {
  position: absolute;
  top: 0;
  left: 100%;
  padding-left: 8px;
  width: 200px;
  text-align: left;
  display: none;
}
@media (min-width: 768px) {
  .cover-article {
    padding: 32px 0;
  }
  .cover-article .cover-article__title {
    font-size: 40px;
    line-height: 48px;
  }
}
@media (max-width: 1024px) {
  .cover-article {
    padding: 32px 0;
  }
  .cover-article .cover-article__title {
    font-size: 24px;
    line-height: 24px;
  }
}
.store-locator-switch-language .store-locator-title {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.switch-language__open {
  padding: 16px;
  border-radius: 12px;
  border: 1px solid #D4D4D8;
  background: transparent;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 12px;
}
.switch-language__open img {
  width: 24px;
  border-radius: 4px;
}
.switch-language__open::after {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  background: url("../assets/img/icon-arrow.svg") no-repeat center center;
  background-size: 15px;
  transition: transform 150ms ease-in-out;
}
.switch-language__open.active::after {
  transform: rotate(180deg);
}
#switch-language {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgb(23 23 23 / .7);
  z-index: 10;
}
#switch-language .switch-language__container {
  max-width: 850px;
  width: calc(100% - 60px);
  padding: 40px 50px;
  background: #fff;
  border-radius: 35px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 2px solid #171717;
  box-shadow: 0px 5px 0px 0px black;
}
#switch-language .switch-language__container .switch-language__title {
  font-weight: 700;
  font-size: 34px;
  color: #000000;
  padding-bottom: 10px;
}
#switch-language .switch-language__container .switch-language__close {
  background: #FFF3DB;
  border-radius: 5px;
  border: none;
  position: absolute;
  top: 30px;
  right: 30px;
  width: 30px;
  height: 30px;
  border: 2px solid #FFF3DB;
  transition: border-color 250ms ease-in-out;
  cursor: pointer;
}
#switch-language .switch-language__container .switch-language__close svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#switch-language .switch-language__container .switch-language__close path {
  fill: #FFBC00;
}
#switch-language .switch-language__container .switch-language__close:hover {
  border-color: #FFBC00;
}
#switch-language .switch-language__container .switch-language__languages {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#switch-language .switch-language__container .switch-language__languages .language {
  width: calc((100% - 60px) / 4);
  margin-top: 10px;
}
#switch-language .switch-language__container .switch-language__languages .language a {
  display: flex;
  align-items: center;
  font-size: 13px;
  font-weight: 400;
  padding: 10px;
  color: #000000;
  background: transparent;
  border-radius: 7px;
  transition: background-color 250ms ease-in-out;
}
#switch-language .switch-language__container .switch-language__languages .language a img {
  width: 40px;
  height: auto;
  margin-right: 10px;
  border-radius: 4px;
}
#switch-language .switch-language__container .switch-language__languages .language a.active, #switch-language .switch-language__container .switch-language__languages .language a:hover {
  background: #F6F8FE;
}
#switch-language .switch-language__container .switch-language__languages .language a.active {
  padding: 10px 45px 10px 10px;
  background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMTgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTIyLjYyNCAxLjQxNmExLjU4MyAxLjU4MyAwIDAgMC0yLjI0OCAwTDguNTggMTMuMjI3IDMuNjI0IDguMjU2YTEuNjE4IDEuNjE4IDAgMSAwLTIuMjQ4IDIuMzI3bDYuMDggNi4wOGExLjU4NCAxLjU4NCAwIDAgMCAyLjI0OCAwbDEyLjkyLTEyLjkyYTEuNTg0IDEuNTg0IDAgMCAwIDAtMi4zMjdaIiBmaWxsPSIjMjEyMTIxIi8+PC9zdmc+") no-repeat center right 10px, #F6F8FE;
}
#switch-language.active {
  display: block;
}
@media screen and (max-width: 1024px) {
  #switch-language .switch-language__container .switch-language__languages .language {
    width: calc((100% - 30px) / 4);
  }
}
@media screen and (max-width: 768px) {
  .store-locator-switch-language .store-locator-title {
    display: block;
  }
  #switch-language .switch-language__container {
    padding: 20px 30px;
  }
  #switch-language .switch-language__container .switch-language__title {
    font-size: 24px;
  }
  #switch-language .switch-language__container .switch-language__languages .language a {
    flex-direction: column;
    text-align: center;
  }
  #switch-language .switch-language__container .switch-language__languages .language a img {
    margin-right: 0px;
    margin-bottom: 10px;
  }
  #switch-language .switch-language__container .switch-language__languages .language a.active {
    padding: 10px 10px 25px 10px;
    background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMTgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTIyLjYyNCAxLjQxNmExLjU4MyAxLjU4MyAwIDAgMC0yLjI0OCAwTDguNTggMTMuMjI3IDMuNjI0IDguMjU2YTEuNjE4IDEuNjE4IDAgMSAwLTIuMjQ4IDIuMzI3bDYuMDggNi4wOGExLjU4NCAxLjU4NCAwIDAgMCAyLjI0OCAwbDEyLjkyLTEyLjkyYTEuNTg0IDEuNTg0IDAgMCAwIDAtMi4zMjdaIiBmaWxsPSIjMjEyMTIxIi8+PC9zdmc+") no-repeat center bottom 10px, #F6F8FE;
    background-size: 10px;
  }
  #switch-language .switch-language__container .switch-language__close {
    top: 20px;
    right: 30px;
  }
}
/* Global styles
================================================= */
html {
  scroll-behavior: smooth;
}
* {
  box-sizing: border-box;
}
body {
  font-family: "Readex Pro", "Arial", sans-serif;
  color: #e5e5e5;
}
body a {
  color: inherit;
}
.container {
  max-width: 1420px;
}
a {
  text-decoration: none;
}
ul {
  list-style-type: none;
}
img,
iframe {
  display: block;
  max-width: 100%;
}
body.admin-bar .is-sticky {
  top: 0;
}
@media all and (min-width: 600px) {
  body.admin-bar .is-sticky {
    top: 46px;
  }
}
@media all and (min-width: 783px) {
  body.admin-bar .is-sticky {
    top: 32px;
  }
}
body.admin-bar .nav-mobile {
  top: 147px;
}
@media all and (min-width: 783px) {
  body.admin-bar .nav-mobile {
    top: 133px;
  }
}
body.admin-bar .is-nav-open .is-sticky .nav-mobile {
  top: 112px;
}
@media all and (min-width: 783px) {
  body.admin-bar .is-nav-open .is-sticky .nav-mobile {
    top: 98px;
  }
}
.is-sticky .nav-mobile {
  top: 66px;
}
body.sticky-header {
  padding-top: 66px;
}
@media all and (min-width: 1024px) {
  body.sticky-header {
    padding-top: 76px;
  }
}
select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding-right: 28px;
  background: transparent;
  outline: 0;
  border: 0;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  cursor: pointer;
}
.store-locator {
  position: relative;
}
.store-locator-container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-left: 20px;
  padding-right: 20px;
  max-width: 1180px;
}
@media all and (min-width: 768px) {
  .store-locator-container {
    width: 90%;
  }
}
@media all and (min-width: 1024px) {
  .store-locator-container {
    width: 100%;
  }
}
@media all and (min-width: 1220px) {
  .store-locator-container {
    padding-left: 0;
    padding-right: 0;
  }
}
@media all and (min-width: 1024px) {
  .store-locator-container {
    display: flex;
  }
  .store-locator-inputs-wrapper {
    display: flex;
    align-items: center;
  }
}
.store-locator-label-wrapper {
  margin-bottom: 10px;
}
.store-locator-title-filter {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
}
@media (min-width: 768px){
  #store-locator #wpsl-gmap, #store-locator #wpsl-stores{
    height: 100% !important;
  }
}
@media screen and (max-width: 768px) {
  #store-locator #search-and-results {
    flex-grow: 1;
  }
}
#store-locator #search-and-results #wpsl-wrap {
  overflow: visible !important;
  margin-bottom: 0 !important;
}
@media screen and (max-width: 768px) {
  #store-locator #search-and-results #wpsl-wrap #wpsl-result-list {
    margin-bottom: 0 !important;
    position: relative;
    margin-top: 40px !important;
  }
  #store-locator #search-and-results #wpsl-wrap #wpsl-result-list::before {
    content: url("data:image/svg+xml;base64,PHN2ZyBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzOTAgMjAiPjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMF8yMDczXzEwMjM5OSkiPjxwYXRoIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xMTguNTcpIiBmaWxsPSIjRjRGNEY1IiBkPSJNMCAwSDEwMDBWMjBIMHoiLz48cGF0aCBkPSJNODg1LjI1NSAxMS41MjQ2TDg1MS41OTMgOS4xODM3NEw4MTkuMzM5IDE0LjIyMjRMNzg3LjA4NyAxNC45MjY5TDc1NC44MzMgMTcuODEzM0w3MjIuNTgyIDE3LjQ3NDdMNjkwLjMzIDE0Ljg5MDZMNjU4LjA3NiAxMC42NDc0TDYyNS44MjUgMTYuMTExTDU5My41NzMgMTUuNjM2TDU2MS4zMTkgOS45NDA1Nkw1MjkuMDY4IDE5LjAzMzdMNDk2LjgxNiAzLjYxMzI4TDQ2NC41NjUgMTAuOTM2TDQzMi4zMTEgMTAuNzU4N0w0MDAuMDU5IDE2LjM0NzRMMzY3LjgwOCAxNS4wMTMzTDMzNS41NTQgMTEuMjQyOEwzMDMuMzAyIDE4Ljc3NDZMMjcxLjA0OCAxLjk1NDE5TDIzOC43OTQgMTQuMDIwMUwyMDYuNTQzIDUuMjYxMDFMMTc0LjI4OSAyMC4wMjY5TDE0Mi4wMzUgMTkuNDMzN0wxMDkuNzg0IDEzLjczMzdMNzcuNTI5NiA1Ljk0MDU2TDQ1LjI3ODEgNC41OTk2NUwxMy4wMjQyIDkuOTIyMzdMLTE5LjIyOTcgOS42OTA1NkwtNTEuNDgzNSAxNy42NjFMLTgzLjczNzQgMTkuMDkyOEwtMTEwLjEwOCA2LjM0NzM3TC0xMjIuNjk5IC0zOS42OTEzTC04My43NDE5IC00Mi4yNDEzTC01MS40ODgxIC0zNC41OTgxTC0xOS4yMzY1IC0yNy4zMDQ5TDEzLjAxNzQgLTMxLjMxODVMNDUuMjY5IC0zNy45NjRMNzcuNTIyOCAtMzEuOTI1NEwxMDkuNzc0IC0zMy42MDcyTDE0Mi4wMjggLTQzLjYzNjdMMTc0LjI3OCAtMjguMzA3MkwyMDYuNTMxIC0yOC4yNjYzTDIzOC43ODMgLTQyLjgxNEwyNzEuMDM1IC0zOS4yODQ0TDMwMy4yODYgLTMyLjkzNDRMMzM1LjU0IC0yNS4zMDk0TDM2Ny43OTIgLTI1LjY2NjNMNDAwLjA0NiAtMjQuOTg0NEw0MzIuMjk3IC0zNy41OTM1TDQ2NC41NDkgLTQzLjAwNzJMNDk2LjgwMiAtNDIuMjcwOEw1MjkuMDU2IC0yOS44NTcyTDU2MS4zMSAtMzcuMTczMUw1OTMuNTYyIC00MC43MDI2TDYyNS44MTYgLTM4LjUzMjJMNjU4LjA2NyAtMzQuODQxM0w2OTAuMzIxIC0yNi45MTg1TDcyMi41NzUgLTI4LjEzNDRMNzU0LjgyNiAtMzkuODA0OUw3ODcuMDggLTM5LjgyOTlMODE5LjMzNCAtNDIuNDMyMkw4NTEuNTkgLTM0LjQ2ODVMODc3Ljc1NCAtMzAuNTE2M0w4ODUuMjU1IDExLjUyNDZaIiBmaWxsPSIjZmZmIi8+PC9nPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDBfMjA3M18xMDIzOTkiPjxwYXRoIGZpbGw9IiNmZmYiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xMTguNTcpIiBkPSJNMCAwSDEwMDBWMjBIMHoiLz48L2NsaXBQYXRoPjwvZGVmcz48L3N2Zz4=");
    display: block;
    width: 100%;
    position: absolute;
    top: 3px;
    left: 0;
    transform: translate(0, -100%);
  }
}
#store-locator #search-and-results #wpsl-stores{
  height: auto !important;
  overflow: hidden !important;
}
@media (min-width: 768px){
  #store-locator #search-and-results #wpsl-stores{
    height: 100% !important;
    overflow: auto !important;
  }
}
@media screen and (max-width: 768px) {
  #store-locator #search-and-results #wpsl-stores{
    --tw-bg-opacity: 1;
    background-color: rgb(245 245 245 / var(--tw-bg-opacity, 1));
    padding-top: 2.5rem;
    padding-bottom: 1.25rem;
  }
}
#store-locator #search-and-results #wpsl-stores .wpsl-preloader{
  padding-left: 30px !important;
  font-size: 1.125rem !important;
  line-height: 1.75rem !important;
  font-weight: 500 !important;
  --tw-text-opacity: 1 !important;
  color: rgb(23 23 23 / var(--tw-text-opacity, 1)) !important;
}
@media (min-width: 768px){
  #store-locator #search-and-results #wpsl-stores .wpsl-preloader{
    padding-left: 45px !important;
  }
}
#store-locator #search-and-results #wpsl-stores .wpsl-preloader img{
  left: 0.25rem;
}
@media (min-width: 768px){
  #store-locator #search-and-results #wpsl-stores .wpsl-preloader img{
    left: 1.25rem;
  }
}
#store-locator #search-and-results #wpsl-stores ul{
  display: flex;
  flex-direction: row;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  overflow-x: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (min-width: 768px){
  #store-locator #search-and-results #wpsl-stores ul{
    flex-direction: column;
    overflow-x: hidden;
    padding-left: 0px;
    padding-right: 0px;
  }
}
#store-locator #search-and-results #wpsl-stores ul li{
  height: -moz-fit-content;
  height: fit-content;
}
@media (min-width: 768px){
  #store-locator #search-and-results #wpsl-stores ul li{
    margin-top: 1rem;
  }
}
#store-locator #search-and-results #wpsl-stores ul li {
  overflow: visible !important;
  border-bottom: none !important;
}
@media screen and (max-width: 768px) {
  #store-locator #search-and-results #wpsl-stores ul li {
    padding: 0 !important;
    display: flex;
    height: auto;
  }
  #store-locator #search-and-results #wpsl-stores ul li.wpsl-no-results-msg {
    width: 100%;
  }
  #store-locator #search-and-results #wpsl-stores ul li.wpsl-no-results-msg .store-card--no-result {
    width: 100%;
  }
  #store-locator #search-and-results #wpsl-stores ul li > div{
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  }
}
@media screen and (min-width: 769px) {
  #store-locator #search-and-results #wpsl-stores ul li {
    padding: 0 20px 0 12px !important;
  }
}
#store-locator #search-and-results #wpsl-stores ul li::before {
  display: none;
}
#store-locator #search-and-results #wpsl-stores ul li > div {
  position: relative;
}
#store-locator #search-and-results #wpsl-stores ul li > div::before {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  top: -8px;
  left: 0;
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity, 1));
}
@media screen and (max-width: 768px) {
  #store-locator #search-and-results #wpsl-stores ul li > div {
    width: 240px !important;
    border: 2px solid black;
  }
}
#store-locator #search-and-results #wpsl-stores ul li .wpsl-store-location{
  display: flex;
  width: 100%;
  flex-grow: 1;
  flex-direction: column;
  row-gap: 5px;
}
@media (min-width: 768px){
  #store-locator #search-and-results #wpsl-stores ul li .wpsl-store-location{
    padding-right: 0.75rem;
  }
}
#store-locator #search-and-results #wpsl-stores ul li .wpsl-store-location p {
  margin-bottom: 0;
}
#store-locator #search-and-results #wpsl-stores ul li .wpsl-store-location .wpsl-store-title strong {
  word-break: break-word;
  margin-bottom: 0px !important;
  font-size: 1.125rem !important;
  line-height: 1.75rem !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  --tw-text-opacity: 1 !important;
  color: rgb(23 23 23 / var(--tw-text-opacity, 1)) !important;
}
#store-locator #search-and-results #wpsl-stores ul li .wpsl-store-location .wpsl-direction-wrap-distance{
  justify-content: flex-start !important;
  --tw-text-opacity: 1 !important;
  color: rgb(163 163 163 / var(--tw-text-opacity, 1)) !important;
}
#store-locator #search-and-results #wpsl-stores ul li .wpsl-store-location .wpsl-direction-wrap-distance svg {
  width: 16px;
  margin-right: 4px;
}
#store-locator #search-and-results #wpsl-stores ul li .wpsl-store-location .wpsl-street, #store-locator #search-and-results #wpsl-stores ul li .wpsl-store-location .wpsl-city, #store-locator #search-and-results #wpsl-stores ul li .wpsl-store-location .wpsl-country, #store-locator #search-and-results #wpsl-stores ul li .wpsl-store-location .wpsl-phone{
  font-size: 1rem !important;
  line-height: 1.5rem !important;
  line-height: 1 !important;
  --tw-text-opacity: 1 !important;
  color: rgb(163 163 163 / var(--tw-text-opacity, 1)) !important;
}
#store-locator #search-and-results #wpsl-stores ul li .wpsl-store-location .wpsl-url{
  margin-top: 0.5rem;
  display: inline-block;
}
#store-locator #search-and-results #wpsl-stores ul li .wpsl-store-location .wpsl-url > a {
  width: 25px;
  height: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#store-locator #search-and-results #wpsl-stores ul li .wpsl-store-location .wpsl-url.custom-facebook a {
  width: 20px;
}
#store-locator #search-and-results #wpsl-stores ul li .wpsl-store-location .wpsl-url.custom-url a {
  width: 22px;
}
#store-locator #search-and-results #wpsl-stores ul li .wpsl-store-location .wpsl-url.custom-url a svg {
  transform: translate(-1px, -2px);
}
@media screen and (max-width: 768px) {
  #store-locator #search-and-results #wpsl-stores ul li .wpsl-direction-wrap .wpsl-directions {
    box-sizing: border-box !important;
    float: none !important;
    margin-right: 0 !important;
    margin-top: 1rem !important;
    display: flex !important;
    width: 100% !important;
    justify-content: center !important;
    -moz-column-gap: 0.5rem !important;
         column-gap: 0.5rem !important;
    border-radius: 9999px !important;
    border-width: 2px !important;
    border-style: solid !important;
    --tw-border-opacity: 1 !important;
    border-color: rgb(0 0 0 / var(--tw-border-opacity, 1)) !important;
    --tw-bg-opacity: 1 !important;
    background-color: rgb(255 188 0 / var(--tw-bg-opacity, 1)) !important;
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
    text-align: center !important;
    font-size: 17px !important;
    font-weight: 500 !important;
    --tw-text-opacity: 1 !important;
    color: rgb(23 23 23 / var(--tw-text-opacity, 1)) !important;
    --tw-shadow: 2px 5px 0px black !important;
    --tw-shadow-colored: 2px 5px 0px var(--tw-shadow-color) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
    transition-property: all !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important;
  }
  #store-locator #search-and-results #wpsl-stores ul li .wpsl-direction-wrap .wpsl-directions:hover{
    --tw-translate-y: 0.25rem !important;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
    --tw-shadow: 0 0 #0000 !important;
    --tw-shadow-colored: 0 0 #0000 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }
  #store-locator #search-and-results #wpsl-stores ul li .wpsl-direction-wrap .wpsl-directions::before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMSAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE0LjY5IDBINi4zMUMyLjY3IDAgMC41IDIuMTcgMC41IDUuODFWMTQuMThDMC41IDE3LjgzIDIuNjcgMjAgNi4zMSAyMEgxNC42OEMxOC4zMiAyMCAyMC40OSAxNy44MyAyMC40OSAxNC4xOVY1LjgxQzIwLjUgMi4xNyAxOC4zMyAwIDE0LjY5IDBaTTE3Ljg1IDYuODRDMTcuODEgNi45MyAxNy43NiA3LjAxIDE3LjY5IDcuMDhMMTUuODkgOC44OEMxNS43NCA5LjAzIDE1LjU1IDkuMSAxNS4zNiA5LjFDMTUuMTcgOS4xIDE0Ljk4IDkuMDMgMTQuODMgOC44OEMxNC41NCA4LjU5IDE0LjU0IDguMTEgMTQuODMgNy44MkwxNS4zNSA3LjNIMTUuMkMxMy4xIDcuMyAxMS4zOCA5LjAxIDExLjM4IDExLjExVjEzLjA3VjE1LjI0QzExLjM4IDE1LjY1IDExLjA0IDE1Ljk5IDEwLjYzIDE1Ljk5QzEwLjIyIDE1Ljk5IDkuODggMTUuNjUgOS44OCAxNS4yNFYxMy4wN1YxMS4xMUM5Ljg4IDkuMDEgOC4xNyA3LjMgNi4wNyA3LjNINS42NUw2LjE3IDcuODJDNi40NiA4LjExIDYuNDYgOC41OSA2LjE3IDguODhDNi4wMiA5LjAzIDUuODMgOS4xIDUuNjQgOS4xQzUuNDUgOS4xIDUuMjYgOS4wMyA1LjExIDguODhMMy4zMSA3LjA4QzMuMDIgNi43OSAzLjAyIDYuMzEgMy4zMSA2LjAyTDUuMTEgNC4yMkM1LjQgMy45MyA1Ljg4IDMuOTMgNi4xNyA0LjIyQzYuNDYgNC41MSA2LjQ2IDQuOTkgNi4xNyA1LjI4TDUuNjUgNS44SDYuMDhDOC4wMyA1LjggOS43MiA2Ljg3IDEwLjY0IDguNDRDMTEuNTYgNi44NyAxMy4yNSA1LjggMTUuMjEgNS44SDE1LjM2TDE0Ljg0IDUuMjhDMTQuNTUgNC45OSAxNC41NSA0LjUxIDE0Ljg0IDQuMjJDMTUuMTMgMy45MyAxNS42MSAzLjkzIDE1LjkgNC4yMkwxNy43IDYuMDJDMTcuNzcgNi4wOSAxNy44MiA2LjE3IDE3Ljg2IDYuMjZDMTcuOTMgNi40NSAxNy45MyA2LjY2IDE3Ljg1IDYuODRaIiBmaWxsPSIjMTgxODFCIi8+Cjwvc3ZnPgo=");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }
}
@media screen and (min-width: 769px) {
  #store-locator #search-and-results #wpsl-stores ul li .wpsl-direction-wrap .wpsl-directions {
    text-align: center;
    padding: 50px 0 0 0;
    display: block;
    word-wrap: normal;
    overflow: visible;
    border-color: transparent;
    position: relative;
    --tw-text-opacity: 1;
    color: rgb(23 23 23 / var(--tw-text-opacity, 1));
  }
  #store-locator #search-and-results #wpsl-stores ul li .wpsl-direction-wrap .wpsl-directions::before, #store-locator #search-and-results #wpsl-stores ul li .wpsl-direction-wrap .wpsl-directions::after {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0%);
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }
  #store-locator #search-and-results #wpsl-stores ul li .wpsl-direction-wrap .wpsl-directions::before {
    top: 0;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    border: 2px solid #000000;
    --tw-bg-opacity: 1;
    background-color: rgb(255 188 0 / var(--tw-bg-opacity, 1));
    --tw-text-opacity: 1;
    color: rgb(23 23 23 / var(--tw-text-opacity, 1));
    --tw-shadow: 2px 5px 0px black;
    --tw-shadow-colored: 2px 5px 0px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }
  #store-locator #search-and-results #wpsl-stores ul li .wpsl-direction-wrap .wpsl-directions::after {
    top: 10px;
    width: 20px;
    height: 20px;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMSAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE0LjY5IDBINi4zMUMyLjY3IDAgMC41IDIuMTcgMC41IDUuODFWMTQuMThDMC41IDE3LjgzIDIuNjcgMjAgNi4zMSAyMEgxNC42OEMxOC4zMiAyMCAyMC40OSAxNy44MyAyMC40OSAxNC4xOVY1LjgxQzIwLjUgMi4xNyAxOC4zMyAwIDE0LjY5IDBaTTE3Ljg1IDYuODRDMTcuODEgNi45MyAxNy43NiA3LjAxIDE3LjY5IDcuMDhMMTUuODkgOC44OEMxNS43NCA5LjAzIDE1LjU1IDkuMSAxNS4zNiA5LjFDMTUuMTcgOS4xIDE0Ljk4IDkuMDMgMTQuODMgOC44OEMxNC41NCA4LjU5IDE0LjU0IDguMTEgMTQuODMgNy44MkwxNS4zNSA3LjNIMTUuMkMxMy4xIDcuMyAxMS4zOCA5LjAxIDExLjM4IDExLjExVjEzLjA3VjE1LjI0QzExLjM4IDE1LjY1IDExLjA0IDE1Ljk5IDEwLjYzIDE1Ljk5QzEwLjIyIDE1Ljk5IDkuODggMTUuNjUgOS44OCAxNS4yNFYxMy4wN1YxMS4xMUM5Ljg4IDkuMDEgOC4xNyA3LjMgNi4wNyA3LjNINS42NUw2LjE3IDcuODJDNi40NiA4LjExIDYuNDYgOC41OSA2LjE3IDguODhDNi4wMiA5LjAzIDUuODMgOS4xIDUuNjQgOS4xQzUuNDUgOS4xIDUuMjYgOS4wMyA1LjExIDguODhMMy4zMSA3LjA4QzMuMDIgNi43OSAzLjAyIDYuMzEgMy4zMSA2LjAyTDUuMTEgNC4yMkM1LjQgMy45MyA1Ljg4IDMuOTMgNi4xNyA0LjIyQzYuNDYgNC41MSA2LjQ2IDQuOTkgNi4xNyA1LjI4TDUuNjUgNS44SDYuMDhDOC4wMyA1LjggOS43MiA2Ljg3IDEwLjY0IDguNDRDMTEuNTYgNi44NyAxMy4yNSA1LjggMTUuMjEgNS44SDE1LjM2TDE0Ljg0IDUuMjhDMTQuNTUgNC45OSAxNC41NSA0LjUxIDE0Ljg0IDQuMjJDMTUuMTMgMy45MyAxNS42MSAzLjkzIDE1LjkgNC4yMkwxNy43IDYuMDJDMTcuNzcgNi4wOSAxNy44MiA2LjE3IDE3Ljg2IDYuMjZDMTcuOTMgNi40NSAxNy45MyA2LjY2IDE3Ljg1IDYuODRaIiBmaWxsPSIjMTgxODFCIi8+Cjwvc3ZnPgo=");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }
  #store-locator #search-and-results #wpsl-stores ul li .wpsl-direction-wrap .wpsl-directions:hover{
    --tw-text-opacity: 1;
    color: rgb(23 23 23 / var(--tw-text-opacity, 1));
  }
  #store-locator #search-and-results #wpsl-stores ul li .wpsl-direction-wrap .wpsl-directions:hover::before {
    transform: translate(-50%, 2px);
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }
  #store-locator #search-and-results #wpsl-stores ul li .wpsl-direction-wrap .wpsl-directions:hover::after {
    transform: translate(-50%, 2px);
  }
}
@media screen and (max-width: 768px) {
  #store-locator #search-and-results #wpsl-stores ul {
    align-items: stretch;
  }
}
#store-locator #search-and-results .wpsl-search{
  position: relative;
  background-color: transparent;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0px;
  padding-bottom: 0px;
}
@media screen and (min-width: 769px) {
  #store-locator #search-and-results .wpsl-search{
    position: relative;
    background-color: transparent;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    border-top: 1px solid #f5f5f5;
  }
}
#store-locator #search-and-results .wpsl-search .wpsl-input{
  float: none;
  margin-right: 0px;
  margin-bottom: 0px;
  display: block;
  width: 100%;
}
#store-locator #search-and-results .wpsl-search #wpsl-search-wrap {
  float: unset;
}
#store-locator #search-and-results .wpsl-search .store-locator-inputs-wrapper{
  margin-right: 0px;
  display: flex;
  width: 100%;
}
@media screen and (max-width: 768px) {
  #store-locator #search-and-results .wpsl-search .store-locator-inputs-wrapper {
    float: none !important;
  }
}
#store-locator #search-and-results .wpsl-search .store-locator-inputs-wrapper #wpsl-search-input{
  order: 2;
  flex-grow: 1;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(23 23 23 / var(--tw-text-opacity, 1));
  width: 100% !important;
  height: 55px;
  border-block: 1px solid #d4d4d4;
  border-inline: none;
  border-radius: 0;
  outline: none;
  padding-left: 0;
}
#store-locator #search-and-results .wpsl-search .store-locator-inputs-wrapper #wpsl-search-input::-moz-placeholder{
  --tw-text-opacity: 1;
  color: rgb(163 163 163 / var(--tw-text-opacity, 1));
}
#store-locator #search-and-results .wpsl-search .store-locator-inputs-wrapper #wpsl-search-input::placeholder{
  --tw-text-opacity: 1;
  color: rgb(163 163 163 / var(--tw-text-opacity, 1));
}
#store-locator #search-and-results .wpsl-search .store-locator-inputs-wrapper .wpsl-search-btn-wrap{
  order: 1;
  margin-right: 0px;
  margin-top: 0 !important;
}
#store-locator #search-and-results .wpsl-search .store-locator-inputs-wrapper .wpsl-search-btn-wrap #wpsl-search-btn {
  margin-right: 0;
  height: 55px;
  width: 50px;
  color: transparent;
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
  border: 1px solid #d4d4d4;
  border-right: none;
  background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAxOCAxOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE3IDE3TDE1LjQgMTUuNE0xNi4yIDguNkMxNi4yIDEyLjc5NzQgMTIuNzk3NCAxNi4yIDguNiAxNi4yQzQuNDAyNjQgMTYuMiAxIDEyLjc5NzQgMSA4LjZDMSA0LjQwMjY0IDQuNDAyNjQgMSA4LjYgMUMxMi43OTc0IDEgMTYuMiA0LjQwMjY0IDE2LjIgOC42WiIgc3Ryb2tlPSIjOUY5RkE5IiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8L3N2Zz4K");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 18px;
}
#store-locator #search-and-results .wpsl-search .store-locator-inputs-wrapper .wpsl-icon-direction{
  order: 3;
  margin-right: 0px;
  flex-shrink: 0;
  height: 55px;
  width: 55px;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTIyIDExLjI1SDE5Ljk2QzE5LjYgNy40NCAxNi41NiA0LjM5IDEyLjc1IDQuMDRWMkMxMi43NSAxLjU5IDEyLjQxIDEuMjUgMTIgMS4yNUMxMS41OSAxLjI1IDExLjI1IDEuNTkgMTEuMjUgMlY0LjA0QzcuNDQgNC40IDQuMzkgNy40NCA0LjA0IDExLjI1SDJDMS41OSAxMS4yNSAxLjI1IDExLjU5IDEuMjUgMTJDMS4yNSAxMi40MSAxLjU5IDEyLjc1IDIgMTIuNzVINC4wNEM0LjQgMTYuNTYgNy40NCAxOS42MSAxMS4yNSAxOS45NlYyMkMxMS4yNSAyMi40MSAxMS41OSAyMi43NSAxMiAyMi43NUMxMi40MSAyMi43NSAxMi43NSAyMi40MSAxMi43NSAyMlYxOS45NkMxNi41NiAxOS42IDE5LjYxIDE2LjU2IDE5Ljk2IDEyLjc1SDIyQzIyLjQxIDEyLjc1IDIyLjc1IDEyLjQxIDIyLjc1IDEyQzIyLjc1IDExLjU5IDIyLjQxIDExLjI1IDIyIDExLjI1Wk0xMiAxNS4xMkMxMC4yOCAxNS4xMiA4Ljg4IDEzLjcyIDguODggMTJDOC44OCAxMC4yOCAxMC4yOCA4Ljg4IDEyIDguODhDMTMuNzIgOC44OCAxNS4xMiAxMC4yOCAxNS4xMiAxMkMxNS4xMiAxMy43MiAxMy43MiAxNS4xMiAxMiAxNS4xMloiIGZpbGw9IndoaXRlIi8+Cjwvc3ZnPgo="), #171717;
  background-repeat: no-repeat;
  background-position: center;
}
#store-locator #search-and-results .wpsl-search .store-locator-inputs-wrapper .wpsl-icon-direction svg {
  display: none;
}
#store-locator #search-and-results .wpsl-search .store-locator-title-filter {
  display: none;
}
@media (min-width: 768px){
  #store-locator #search-and-results .wpsl-search #wpsl-category{
    position: absolute;
    right: -20px;
    top: 50%;
    --tw-translate-x: 100%;
    --tw-translate-y: -50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
}
#store-locator #search-and-results .wpsl-search #wpsl-category {
  float: unset;
  margin: 0;
}
#store-locator #search-and-results .wpsl-search #wpsl-category label {
  display: none;
}
#store-locator #search-and-results .wpsl-search #wpsl-category #wpsl-category-list {
  padding: 15px 50px !important;
  background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMCAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE4Ljk1IDIuMTNDMTguNjYgMS43MSAxOC4yOSAxLjM0IDE3Ljg3IDEuMDVDMTYuOTIgMC4zNiAxNS42OCAwIDE0LjE5IDBINS44MUM1LjYxIDAgNS40MSAwLjAwOTk5OTk3IDUuMjIgMC4wM0MxLjk0IDAuMjQgMCAyLjM3IDAgNS44MVYxNC4xOUMwIDE1LjY4IDAuMzYgMTYuOTIgMS4wNSAxNy44N0MxLjM0IDE4LjI5IDEuNzEgMTguNjYgMi4xMyAxOC45NUMyLjk1IDE5LjU1IDMuOTkgMTkuOSA1LjIyIDE5Ljk4QzUuNDEgMTkuOTkgNS42MSAyMCA1LjgxIDIwSDE0LjE5QzE3LjgzIDIwIDIwIDE3LjgzIDIwIDE0LjE5VjUuODFDMjAgNC4zMiAxOS42NCAzLjA4IDE4Ljk1IDIuMTNaTTYuNDYgOC42OEw1Ljk3IDguMTdDNS43MSA3LjkxIDUuNSA3LjQ0IDUuNSA3LjEyVjUuOTJDNS41IDUuMjkgNS45NyA0LjgyIDYuNTUgNC44Mkg4LjY5QzkuMSA0LjgyIDkuMzUgNS4yNyA5LjEzIDUuNjJMNy4yOCA4LjZDNy4xIDguODkgNi42OSA4LjkzIDYuNDYgOC42OFpNMTQuNSA3LjAyQzE0LjUgNy40NCAxNC4yNCA3Ljk2IDEzLjk4IDguMjJMMTEuNzMgMTAuMjFDMTEuNDIgMTAuNDcgMTEuMjEgMTAuOTkgMTEuMjEgMTEuNDFWMTMuNjZDMTEuMjEgMTMuOTcgMTEgMTQuMzkgMTAuNzQgMTQuNTVMMTAgMTUuMDJDOS4zMiAxNS40NCA4LjM4IDE0Ljk3IDguMzggMTQuMTNWMTEuMzZDOC4zOCAxMC45OSA4LjE3IDEwLjUyIDcuOTYgMTAuMjZMNy43MiAxMEM3LjU2IDkuODMgNy41MyA5LjU3IDcuNjUgOS4zNkwxMC4zMyA1LjA2QzEwLjQzIDQuOTEgMTAuNTkgNC44MSAxMC43NyA0LjgxSDEzLjQ1QzE0LjAzIDQuODEgMTQuNSA1LjI4IDE0LjUgNS44NlY3LjAyWiIgZmlsbD0iIzE4MTgxQiIvPgo8L3N2Zz4K"), url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iOSIgdmlld0JveD0iMCAwIDE0IDkiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xMyAxLjVMNyA3LjVMMSAxLjUiIHN0cm9rZT0iIzE4MTgxQiIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+Cg==");
  background-repeat: no-repeat;
  background-position: left 18px center, right 18px center;
  background-size: 20px, 16px;
  width: 100% !important;
  margin-top: 16px;
}
#store-locator #search-and-results .wpsl-search #wpsl-category .wpsl-dropdown{
  margin-top: 1.25rem;
  width: 100%;
  border-radius: 0.5rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(23 23 23 / var(--tw-text-opacity, 1));
}
@media (min-width: 768px){
  #store-locator #search-and-results .wpsl-search #wpsl-category .wpsl-dropdown{
    margin-top: 0px;
    width: auto;
    min-width: 350px;
  }
}
#store-locator #search-and-results .wpsl-search #wpsl-category .wpsl-dropdown {
  border: 1px solid #d4d4d4;
}
#store-locator #search-and-results .wpsl-search #wpsl-category .wpsl-dropdown .wpsl-selected-item {
  padding: 15px 50px !important;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMCAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE4Ljk1IDIuMTNDMTguNjYgMS43MSAxOC4yOSAxLjM0IDE3Ljg3IDEuMDVDMTYuOTIgMC4zNiAxNS42OCAwIDE0LjE5IDBINS44MUM1LjYxIDAgNS40MSAwLjAwOTk5OTk3IDUuMjIgMC4wM0MxLjk0IDAuMjQgMCAyLjM3IDAgNS44MVYxNC4xOUMwIDE1LjY4IDAuMzYgMTYuOTIgMS4wNSAxNy44N0MxLjM0IDE4LjI5IDEuNzEgMTguNjYgMi4xMyAxOC45NUMyLjk1IDE5LjU1IDMuOTkgMTkuOSA1LjIyIDE5Ljk4QzUuNDEgMTkuOTkgNS42MSAyMCA1LjgxIDIwSDE0LjE5QzE3LjgzIDIwIDIwIDE3LjgzIDIwIDE0LjE5VjUuODFDMjAgNC4zMiAxOS42NCAzLjA4IDE4Ljk1IDIuMTNaTTYuNDYgOC42OEw1Ljk3IDguMTdDNS43MSA3LjkxIDUuNSA3LjQ0IDUuNSA3LjEyVjUuOTJDNS41IDUuMjkgNS45NyA0LjgyIDYuNTUgNC44Mkg4LjY5QzkuMSA0LjgyIDkuMzUgNS4yNyA5LjEzIDUuNjJMNy4yOCA4LjZDNy4xIDguODkgNi42OSA4LjkzIDYuNDYgOC42OFpNMTQuNSA3LjAyQzE0LjUgNy40NCAxNC4yNCA3Ljk2IDEzLjk4IDguMjJMMTEuNzMgMTAuMjFDMTEuNDIgMTAuNDcgMTEuMjEgMTAuOTkgMTEuMjEgMTEuNDFWMTMuNjZDMTEuMjEgMTMuOTcgMTEgMTQuMzkgMTAuNzQgMTQuNTVMMTAgMTUuMDJDOS4zMiAxNS40NCA4LjM4IDE0Ljk3IDguMzggMTQuMTNWMTEuMzZDOC4zOCAxMC45OSA4LjE3IDEwLjUyIDcuOTYgMTAuMjZMNy43MiAxMEM3LjU2IDkuODMgNy41MyA5LjU3IDcuNjUgOS4zNkwxMC4zMyA1LjA2QzEwLjQzIDQuOTEgMTAuNTkgNC44MSAxMC43NyA0LjgxSDEzLjQ1QzE0LjAzIDQuODEgMTQuNSA1LjI4IDE0LjUgNS44NlY3LjAyWiIgZmlsbD0iIzE4MTgxQiIvPgo8L3N2Zz4K");
  background-repeat: no-repeat;
  background-position: left 18px center;
  background-size: 20px;
}
#store-locator #search-and-results .wpsl-search #wpsl-category .wpsl-dropdown .wpsl-selected-item::after {
  border: none;
  width: 20px;
  height: 20px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iOSIgdmlld0JveD0iMCAwIDE0IDkiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xMyAxLjVMNyA3LjVMMSAxLjUiIHN0cm9rZT0iIzE4MTgxQiIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+Cg==");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 16px;
  margin-top: 0;
  transform: translate(0, -50%);
}
#store-locator #search-and-results .wpsl-search #wpsl-category .wpsl-dropdown > div {
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
}
#store-locator #search-and-results .wpsl-search #wpsl-category .wpsl-dropdown > div ul li {
  padding: 10px 40px !important;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAMAAADXqc3KAAAAYFBMVEUAAADf39/U1NjU1NrT09fX19fT09jV1djU1NnU1NjV1djPz9/U1NjS0tf////U1Nj6+vrZ2d3v7/D8/P339/fk5ObX19rn5+np6ev9/f3W1trk5Ofq6uv39/jq6uzm5unxPHKEAAAADnRSTlMAEM+PQCCQ35+QzxDfoGnOqHUAAACBSURBVHja3cpZDsIgAIThYYeq7C1dXO5/S4NNSBRO4Pc4/6DiTLlm0gInwvbV2ybHwMhnp/Nmv6TXVAsrtjMzQIStD2nh0NEOrAY0j4K/wtkh9/9B+dH+oJD3UYgafEn9noIA5NGHYgBcaEk//4MS1CJDzLbxz90QnMSNukZJXrc3iJYdkBNxbVIAAAAASUVORK5CYII=");
  background-repeat: no-repeat;
  background-position: left 8px center;
  background-size: 24px;
  border-radius: 8px;
  margin-inline: 8px !important;
}
#store-locator #search-and-results .wpsl-search #wpsl-category .wpsl-dropdown > div ul li.wpsl-selected-dropdown {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAMAAADXqc3KAAAAdVBMVEUAAAAgICAZGRsZGRsZGRsYGBwYGBsZGRwYGBsYGCAZGRwYGBgYGBoYGBsYGBv/vAAmIxqLag5gSxLxsgKofwp9YA+Mag3xsQJgTBPipwNhTBPipwQmIhniqARENxapfwqadAzFkweofwtvVhFENxd9YBA1LRiUoOTcAAAADnRSTlMAEM+PkEDfkJ8gzyDfoBzuns0AAAC2SURBVHhebdHJrsMgDIVhB8jU9h4DmdPpzu//iBVBsgLpWf6f5I0prNQXyFTTUlyhYWcnmy10sXWFYeLdFgcVROObs/XQRC0cH/aHkprbcoTOGjr5LN6DrBXll8YtOAhIRy+Qdsc7uKdd4As/SRfo/jeRLsBLEOkCUR7SBaJIT4GX309OoPL8Zqui+jYd4WobKjEcYcSZqMYzhydMfO143cM0QMWn17DeybyFKSju/HGCrDJlaC8ZqyCm2v6jrAAAAABJRU5ErkJggg==");
}
#store-locator #search-and-results .wpsl-search #wpsl-category .wpsl-dropdown.wpsl-active {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
#store-locator #wpsl-gmap .gm-style-iw-c {
  border: 2px solid black;
  transform: translate3d(-50%, calc((100% + 14px) * -1), 0) !important;
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
  padding-left: 1rem !important;
  padding-right: 1rem !important;
  --tw-shadow: 0px 5px 0px 0px black !important;
  --tw-shadow-colored: 0px 5px 0px 0px var(--tw-shadow-color) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}
#store-locator #wpsl-gmap .gm-style-iw-c .gm-style-iw-chr {
  box-sizing: border-box !important;
}
#store-locator #wpsl-gmap .gm-style-iw-c .gm-style-iw-chr .gm-style-iw-ch {
  padding: 0 !important;
}
#store-locator #wpsl-gmap .gm-style-iw-c .gm-style-iw-chr button {
  position: absolute !important;
  right: 3px;
  top: 3px;
  width: 24px !important;
  height: 24px !important;
}
#store-locator #wpsl-gmap .gm-style-iw-c .gm-style-iw-chr button span {
  margin: 0 !important;
}
#store-locator #wpsl-gmap .gm-style-iw-c .gm-style-iw-d {
  padding: 0 !important;
  padding-bottom: 0 !important;
  padding-right: 0 !important;
  max-height: 100% !important;
  overflow: visible !important;
}
#store-locator #wpsl-gmap .gm-style-iw-c .wpsl-info-window {
  display: flex;
  flex-direction: column;
  row-gap: 6px;
}
#store-locator #wpsl-gmap .gm-style-iw-c .wpsl-info-window p{
  display: flex;
  flex-direction: column;
  row-gap: 6px;
}
#store-locator #wpsl-gmap .gm-style-iw-c .wpsl-info-window p strong{
  margin-bottom: 0px !important;
  padding-right: 15px !important;
  font-size: 1.125rem !important;
  line-height: 1.75rem !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  line-height: 1 !important;
  --tw-text-opacity: 1 !important;
  color: rgb(23 23 23 / var(--tw-text-opacity, 1)) !important;
}
#store-locator #wpsl-gmap .gm-style-iw-c .wpsl-info-window p .wpsl-direction-wrap-distance{
  justify-content: flex-start !important;
  --tw-text-opacity: 1 !important;
  color: rgb(163 163 163 / var(--tw-text-opacity, 1)) !important;
}
#store-locator #wpsl-gmap .gm-style-iw-c .wpsl-info-window p .wpsl-direction-wrap-distance svg {
  width: 16px;
  margin-right: 4px;
}
#store-locator #wpsl-gmap .gm-style-iw-c .wpsl-info-window p span{
  font-size: 1rem !important;
  line-height: 1.5rem !important;
  line-height: 1 !important;
  --tw-text-opacity: 1 !important;
  color: rgb(163 163 163 / var(--tw-text-opacity, 1)) !important;
}
#store-locator #wpsl-gmap .gm-style-iw-c .wpsl-info-window > span{
  font-size: 1rem !important;
  line-height: 1.5rem !important;
  line-height: 1 !important;
  --tw-text-opacity: 1 !important;
  color: rgb(163 163 163 / var(--tw-text-opacity, 1)) !important;
}
#store-locator #wpsl-gmap .gm-style-iw-c .wpsl-info-window .wpsl-info-actions {
  margin-bottom: 0 !important;
  margin-top: 16px !important;
}
#store-locator #wpsl-gmap .gm-style-iw-c .wpsl-info-window .wpsl-info-actions a.wpsl-directions {
  box-sizing: border-box !important;
  float: none !important;
  margin-right: 0 !important;
  display: flex !important;
  width: 100% !important;
  justify-content: center !important;
  -moz-column-gap: 0.5rem !important;
       column-gap: 0.5rem !important;
  border-radius: 9999px !important;
  border-width: 2px !important;
  border-style: solid !important;
  --tw-border-opacity: 1 !important;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1)) !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 188 0 / var(--tw-bg-opacity, 1)) !important;
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
  text-align: center !important;
  font-size: 17px !important;
  font-weight: 500 !important;
  --tw-text-opacity: 1 !important;
  color: rgb(23 23 23 / var(--tw-text-opacity, 1)) !important;
  --tw-shadow: 2px 5px 0px black !important;
  --tw-shadow-colored: 2px 5px 0px var(--tw-shadow-color) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  transition-property: all !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition-duration: 150ms !important;
}
#store-locator #wpsl-gmap .gm-style-iw-c .wpsl-info-window .wpsl-info-actions a.wpsl-directions:hover{
  --tw-translate-y: 0.25rem !important;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
  --tw-shadow: 0 0 #0000 !important;
  --tw-shadow-colored: 0 0 #0000 !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}
#store-locator #wpsl-gmap .gm-style-iw-c .wpsl-info-window .wpsl-info-actions a.wpsl-directions::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMSAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE0LjY5IDBINi4zMUMyLjY3IDAgMC41IDIuMTcgMC41IDUuODFWMTQuMThDMC41IDE3LjgzIDIuNjcgMjAgNi4zMSAyMEgxNC42OEMxOC4zMiAyMCAyMC40OSAxNy44MyAyMC40OSAxNC4xOVY1LjgxQzIwLjUgMi4xNyAxOC4zMyAwIDE0LjY5IDBaTTE3Ljg1IDYuODRDMTcuODEgNi45MyAxNy43NiA3LjAxIDE3LjY5IDcuMDhMMTUuODkgOC44OEMxNS43NCA5LjAzIDE1LjU1IDkuMSAxNS4zNiA5LjFDMTUuMTcgOS4xIDE0Ljk4IDkuMDMgMTQuODMgOC44OEMxNC41NCA4LjU5IDE0LjU0IDguMTEgMTQuODMgNy44MkwxNS4zNSA3LjNIMTUuMkMxMy4xIDcuMyAxMS4zOCA5LjAxIDExLjM4IDExLjExVjEzLjA3VjE1LjI0QzExLjM4IDE1LjY1IDExLjA0IDE1Ljk5IDEwLjYzIDE1Ljk5QzEwLjIyIDE1Ljk5IDkuODggMTUuNjUgOS44OCAxNS4yNFYxMy4wN1YxMS4xMUM5Ljg4IDkuMDEgOC4xNyA3LjMgNi4wNyA3LjNINS42NUw2LjE3IDcuODJDNi40NiA4LjExIDYuNDYgOC41OSA2LjE3IDguODhDNi4wMiA5LjAzIDUuODMgOS4xIDUuNjQgOS4xQzUuNDUgOS4xIDUuMjYgOS4wMyA1LjExIDguODhMMy4zMSA3LjA4QzMuMDIgNi43OSAzLjAyIDYuMzEgMy4zMSA2LjAyTDUuMTEgNC4yMkM1LjQgMy45MyA1Ljg4IDMuOTMgNi4xNyA0LjIyQzYuNDYgNC41MSA2LjQ2IDQuOTkgNi4xNyA1LjI4TDUuNjUgNS44SDYuMDhDOC4wMyA1LjggOS43MiA2Ljg3IDEwLjY0IDguNDRDMTEuNTYgNi44NyAxMy4yNSA1LjggMTUuMjEgNS44SDE1LjM2TDE0Ljg0IDUuMjhDMTQuNTUgNC45OSAxNC41NSA0LjUxIDE0Ljg0IDQuMjJDMTUuMTMgMy45MyAxNS42MSAzLjkzIDE1LjkgNC4yMkwxNy43IDYuMDJDMTcuNzcgNi4wOSAxNy44MiA2LjE3IDE3Ljg2IDYuMjZDMTcuOTMgNi40NSAxNy45MyA2LjY2IDE3Ljg1IDYuODRaIiBmaWxsPSIjMTgxODFCIi8+Cjwvc3ZnPgo=");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
#store-locator #wpsl-gmap .gm-style-iw-tc::after {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAF0AAAAiCAMAAAAK2yXlAAAAclBMVEUAAAAgICAYGBgYGBwZGRsZGRsYGBwZGRwaGh0bGxsYGBsYGBsYGBsYGB0YGBwZGRwYGCAZGRwZGRsmJilvb3GoqKlSUlQYGBvT09Ti4uNgYGLFxcaMjI01NTjx8fFEREaLi42ZmZu3t7h9fX////+ampveUwpkAAAAE3RSTlMAECBAcJC/71AwYKDfn4CvIJDPopHlNwAAASxJREFUeNq11OtuhCAQhuFBlnVV1rUFxPMee/+32Ng/kzgqVeS9gCeTLwH4hAzsmOrvpX68qiPE+vXUzb1XozvqmCofrY/cdqVCDXVMNWbYIw+mQRn1mXS7+WqNNNFJvdly9rMkAOp+/tDh2VT39A3aDp34tXNv3MSp097D6ihva1367vPb3u7UsW4J/7HWX7d6mF1FW7f+Fys4P4lzvGGdemmV+CxOl6RgQErSTC7zbjy+pgWslgg5w0++z0rN0DmH/8Qz+rdVDvyGtLMok5SnOJ7NYFPRF+ER97DxfsLP4rcIdnWRhCe45LA3NplHGzN5Q4KBR6m0K8Uc/IpW+O8IfGPZEp4xOKB8Hs/hmPIgOPJBcORD4sgjHoynuD8fEsdnKzkEiYvrVWyxfwEz7slfbVh/EAAAAABJRU5ErkJggg==") !important;
  background-repeat: no-repeat !important;
  background-position: center;
  background-size: contain !important;
  width: 50px !important;
  height: 25px !important;
  clip-path: none !important;
  top: -16.5px !important;
  left: -12px !important;
}
@media screen and (max-width: 768px) {
  #store-locator #wpsl-gmap {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    height: auto !important;
  }
}
#store-locator .store-locator-or {
  position: relative;
  display: flex;
  justify-content: center;
  font-size: 16px;
  line-height: 24px;
  color: #111828;
  margin-bottom: 10px;
}
@media all and (min-width: 1024px) {
  #store-locator .store-locator-or {
    display: block;
    margin: 0 8px;
  }
}
#store-locator .store-locator-or:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  height: 1px;
  width: 100%;
  background: #edeef2;
}
@media all and (min-width: 1024px) {
  #store-locator .store-locator-or:after {
    display: none;
  }
}
#store-locator .store-locator-or span {
  position: relative;
  z-index: 1;
  background: #fff;
  padding: 0 10px;
}
@media all and (min-width: 1024px) {
  #store-locator .store-locator-or span {
    padding: 0;
  }
}
#store-locator .store-locator-title-filter {
  margin-top: 20px;
  color: #000;
}
#store-locator #wpsl-checkbox-filter {
  display: flex;
  margin: 0;
  float: none;
  flex-wrap: wrap;
}
#store-locator #wpsl-checkbox-filter li {
  float: none;
  width: auto;
  cursor: grab;
  width: calc(50% - 5px);
  margin: 0 0 10px 0;
}
#store-locator #wpsl-checkbox-filter li:nth-child(odd) {
  margin-right: 10px;
}
#store-locator #wpsl-checkbox-filter label {
  display: block;
  padding: 1px 0 0 22px;
  position: relative;
  color: #000;
}
#store-locator #wpsl-checkbox-filter input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: absolute;
  top: 0;
  left: 0;
  outline: none;
  cursor: pointer;
  width: 17px;
  height: 17px;
  flex: 0 0 20px;
  display: inline-block;
  border-radius: 2px;
  border: 1px solid #000;
  background: #fff;
  margin: 0 8px 0 0;
}
#store-locator #wpsl-checkbox-filter input:checked {
  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI2LjUuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkNhcGFfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiCgkgdmlld0JveD0iMCAwIDE3LjggMTMuMSIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMTcuOCAxMy4xOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+Cgkuc3Qwe2ZpbGw6I0ZGRkZGRjt9Cjwvc3R5bGU+CjxnPgoJPHBhdGggY2xhc3M9InN0MCIgZD0iTTE2LjEsMC4yYy0wLjMtMC4zLTAuNy0wLjMtMSwwTDYuOSw4LjRMMi43LDQuMmMtMC4zLTAuMy0wLjctMC4zLTEsMEwwLjIsNS43Yy0wLjMsMC4zLTAuMywwLjcsMCwxbDYuMiw2LjMKCQljMC4zLDAuMywwLjcsMC4zLDEsMEwxNy42LDIuN2MwLjMtMC4zLDAuMy0wLjcsMC0xTDE2LjEsMC4yeiIvPgo8L2c+Cjwvc3ZnPgo="), #000;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 13px;
}
.gm-style {
  color: #1d1d1d;
}
.article {
  color: #000;
  line-height: 1.5;
  margin-top: 80px;
  padding-bottom: 8px;
  font-weight: 300;
}
.article .article__img {
  margin: 32px 0;
}
.article .article__body h2 {
  font-size: 24px;
  line-height: 30px;
  font-weight: 800;
}
.article .article__body h3 {
  font-size: 16px;
  line-height: 32px;
  font-weight: 700;
}
.article .article__body p a {
  font-weight: 700;
}
.article .article__body ul li:before {
  content: "•";
  padding-right: 8px;
}
.article .article__body ol li {
  margin-left: 24px;
}
.article .article__body h2 {
  margin-top: 40px;
}
.article .article__body h3 {
  margin-top: 32px;
}
.article .article__body h2 + p {
  margin-top: 16px;
}
.article .article__body h2 + h3 {
  margin-top: 24px;
}
.article .article__body h3 + p {
  margin-top: 16px;
}
.article .article__body ol {
  margin-left: 24px;
}
.article .article__body ol li {
  margin-top: 24px;
}
.article .article__body p + h2,
.article .article__body p + h3,
.article .article__body p + p {
  margin-top: 32px;
}
.article .article__body ul,
.article .article__body ol {
  margin: 32px 0;
}
.article .article__body .card-game {
  margin: 32px 0;
}
.article .article__body figure img {
  margin-bottom: 0;
}
.article .article__body figcaption {
  margin-top: 8px;
  padding-top: 0;
  font-size: 12px;
}
.article .article__body p {
  margin-bottom: 32px;
}
.article .article__body p + p {
  margin-bottom: 0;
}
.article .article__body hr {
  position: relative;
  margin: 32px auto;
  width: 4px;
  height: 4px;
  border-radius: 100%;
  background: #000;
  overflow: visible;
  border: none;
}
.article .article__body hr:before, .article .article__body hr:after {
  content: "";
  position: absolute;
  top: 0;
  width: 4px;
  height: 4px;
  border-radius: 100%;
  background: #000;
}
.article .article__body hr:before {
  left: -24px;
}
.article .article__body hr:after {
  right: -24px;
}
.article .article__body .article__external ul li:before {
  content: inherit;
}
.article .article__body .article__external hr {
  background: inherit;
  border: inherit;
  width: auto;
  height: auto;
}
.article .article__body .article__external hr:before, .article .article__body .article__external hr:after {
  content: none;
}
@media (min-width: 768px) {
  .article {
    padding-bottom: 80px;
  }
  .article .article__img {
    margin: 48px 0;
  }
  .article .article__separator {
    margin: 40px auto;
  }
  .article .article__body .card-game {
    margin: 56px 0;
  }
  .article__ticket-to-ride {
    margin: 0;
  }
}
.article .article__body ul.buy-product__list li:before {
  content: none;
}
.article .article__body h3.ticket-to-ride__title {
  margin-top: 0;
}
.page-template-tpl-archive main, .tag main {
  margin-top: 80px;
}
.after\:absolute::after{
  content: var(--tw-content);
  position: absolute;
}
.after\:inset-0::after{
  content: var(--tw-content);
  inset: 0px;
}
.hover\:bg-neutral-100:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity, 1));
}
.hover\:text-brand-yellow-500:hover{
  --tw-text-opacity: 1;
  color: rgb(255 188 0 / var(--tw-text-opacity, 1));
}
.group\/shop-item:hover .group-hover\/shop-item\:translate-y-1{
  --tw-translate-y: 0.25rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.group\/shop-item:hover .group-hover\/shop-item\:shadow-none{
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
@media (min-width: 768px){
  .md\:order-1{
    order: 1;
  }
  .md\:order-2{
    order: 2;
  }
  .md\:mx-0{
    margin-left: 0px;
    margin-right: 0px;
  }
  .md\:mr-8{
    margin-right: 2rem;
  }
  .md\:mt-6{
    margin-top: 1.5rem;
  }
  .md\:mt-8{
    margin-top: 2rem;
  }
  .md\:block{
    display: block;
  }
  .md\:flex{
    display: flex;
  }
  .md\:hidden{
    display: none;
  }
  .md\:aspect-auto{
    aspect-ratio: auto;
  }
  .md\:h-\[100dvh\]{
    height: 100dvh;
  }
  .md\:h-auto{
    height: auto;
  }
  .md\:h-full{
    height: 100%;
  }
  .md\:w-\[197px\]{
    width: 197px;
  }
  .md\:w-\[375px\]{
    width: 375px;
  }
  .md\:flex-row{
    flex-direction: row;
  }
  .md\:items-center{
    align-items: center;
  }
  .md\:justify-end{
    justify-content: flex-end;
  }
  .md\:gap-x-10{
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
  }
  .md\:gap-x-8{
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }
  .md\:gap-y-4{
    row-gap: 1rem;
  }
  .md\:overflow-auto{
    overflow: auto;
  }
  .md\:overflow-hidden{
    overflow: hidden;
  }
  .md\:rounded-lg{
    border-radius: 0.5rem;
  }
  .md\:px-2{
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .md\:px-6{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .md\:py-6{
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .md\:\!pr-16{
    padding-right: 4rem !important;
  }
  .md\:pl-10{
    padding-left: 2.5rem;
  }
  .md\:pr-10{
    padding-right: 2.5rem;
  }
  .md\:text-start{
    text-align: start;
  }
  .\[\&\.admin-bar\]\:md\:h-\[calc\(100dvh_-32px\)\].admin-bar{
    height: calc(100dvh - 32px);
  }
}
.\[\&\:not\(\:last-child\)\]\:border-b-2:not(:last-child){
  border-bottom-width: 2px;
}
.\[\&\:not\(\:last-child\)\]\:border-solid:not(:last-child){
  border-style: solid;
}
.\[\&\:not\(\:last-child\)\]\:border-neutral-300:not(:last-child){
  --tw-border-opacity: 1;
  border-color: rgb(212 212 212 / var(--tw-border-opacity, 1));
}
.\[\&\>svg\]\:h-\[80px\]>svg{
  height: 80px;
}
.\[\&\>svg\]\:w-\[80px\]>svg{
  width: 80px;
}
.\[\&_\>_svg\]\:h-\[80px\] > svg{
  height: 80px;
}
.\[\&_\>_svg\]\:w-\[80px\] > svg{
  width: 80px;
}
.\[\&_svg\]\:h-\[80px\] svg{
  height: 80px;
}
.\[\&_svg\]\:w-\[80px\] svg{
  width: 80px;
}