/** Shopify CDN: Minification failed

Line 574:2 Unexpected "}"

**/
/* Reset */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
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,
input,
textarea,
select {
  background: transparent;
  border: 0;
  font-size: 100%;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
del {
  text-decoration: line-through;
}
hr {
  background-color: #b1b1b1;
  border: 0;
  clear: both;
  color: transparent;
  height: 1px;
  padding: 0;
  margin: 1.5em 0;
}
small {
  font-size: 80%;
}
mark {
  background-color: #ffffb3;
  font-style: italic;
}
input,
select {
  vertical-align: middle;
}
ins {
  background-color: red;
  color: white;
  text-decoration: none;
}
ol,
ul {
  list-style: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* Root & Body Styles */
html {
  cursor: default;
  height: 100%;
  line-height: 1.5;
  -moz-tab-size: 4;
  tab-size: 4;
  -webkit-tap-highlight-color: transparent;
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none;
  text-size-adjust: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body {
  overflow-x: hidden;
  width: 100%;
}

body {
  background-color: var(--color_body_bg);
  color: var(--color_text);
  font-size: var(--fontsize_body);
  font-family: var(--typo_body);
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: var(--lineheight_body);
  position: relative;
}

body,
button,
input,
textarea,
select,
optgroup {
  margin: 0;
}

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
  scroll-behavior: auto;
}

:before,
:after {
  text-decoration: inherit;
  vertical-align: inherit;
}

@media (prefers-reduced-motion: no-preference) {
  html {
    scroll-behavior: smooth;
  }
}

/* Typography & Formatting */

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--color_primary);
  font-family: var(--typo_heading);
  font-weight: var(--fontweight_heading);
  line-height: var(--lineheight_heading);
  margin-top: 1.5rem;
  margin-bottom: 0.75rem;
  /* margin: 0; */
}

h1 {
  font-size: var(--fontsize_H1);
}

h2 {
  font-size: var(--fontsize_H2);
}

h3 {
  font-size: var(--fontsize_H3);
}

h4 {
  font-size: var(--fontsize_H4);
}

h5 {
  font-size: var(--fontsize_H5);
}

h6 {
  font-size: var(--fontsize_H6);
}

h1:empty,
h2:empty,
h3:empty,
h4:empty,
h5:empty,
h6:empty,
p:empty {
  display: none;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  text-decoration: none;
}

p {
  margin-bottom: 0.75rem;
}

b,
strong {
  font-weight: bold;
}

em,
i,
dfn,
cite {
  font-style: italic;
}

address {
  display: block;
  margin: 0 0 1.5em;
}

blockquote {
  border-left: 2px solid currentColor;
  margin: 1rem 0;
  padding: 0 0 0 1rem;
}
blockquote > p {
  margin: 0 0 1rem;
}
blockquote > p:only-child,
blockquote > p:last-of-type {
  margin-bottom: 0;
}

pre {
  border: 1px solid #e2e4e7;
  font-family: monospace;
  margin-top: 0.75em;
  margin-bottom: 0.75em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
  white-space: pre;
}

code,
kbd,
tt,
var {
  font-family: monospace;
  font-size: 15px;
  font-size: 0.9375rem;
}

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

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}
small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Links */
a {
  background-color: transparent;
  color: var(--color_primary);
  text-decoration: none;
  transition: 0.3s;
}

a:hover {
  color: var(--color_accent);
}

a:hover,
a:active {
  outline: 0;
}
a:focus > img,
figure a:focus {
/*   outline: thin dotted; */
}

/* Ordered & Unordered Lists */
ol ol,
ol ul,
ul ol,
ul ul {
  margin: 0;
}

ul,
ol {
  margin: 0 0 1.5em;
}
li > ul,
li > ol {
  padding-top: 10px;
}
ul,
li > ul {
  padding-left: 1.5rem;
}
ol,
li > ol {
  padding-left: 2rem;
}

ul {
  list-style: disc;
}
ol {
  list-style: decimal;
}
ul ul {
  list-style-type: circle;
}

li {
  line-height: 1.6;
  padding-bottom: 10px;
}
ul > li:last-child,
ol > li:last-child {
  padding-bottom: 0;
}

ul ul ul {
  list-style-type: square;
}
ol ol {
  list-style: lower-alpha;
}
ol ol ol {
  list-style: lower-roman;
}

/* ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

ul li {
  display: inline-block;
  margin-bottom: 15px;
}

ul li::marker {
  content: none;
} */

/* Definition Lists */
dt {
  font-weight: bold;
}
dd {
  margin: 0 1.5em 1.5em;
}
dl dl,
dl ol,
dl ul,
ol dl,
ul dl {
  margin: 0;
}

/* Tables  */
table {
  border-collapse: collapse;
  border-spacing: 0;
  clear: both;
  margin: 0 0 1rem;
  width: 100%;
}
table td,
table th {
  border: 1px solid rgba(0, 0, 0, 0.15);
  padding: 0.5em;
  text-align: center;
}
thead th,
tbody th {
  font-weight: var(--fontweight_body);
}

th a:hover,
td a:hover {
  text-decoration: underline;
}
th > a:only-child:not(:focus),
td > a:only-child:not(:focus) {
  text-decoration: none;
}

/* Embedded Content & Images */

/*
* Change the alignment on media elements in all browsers (opinionated).
*/

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/**
* 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 iframes in all browsers (opinionated).
*/
iframe {
  border-style: none;
}

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

/**
* Change the fill color to match the text color in all browsers (opinionated).
*/
svg:not([fill]) {
  fill: currentColor;
}

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

figure {
  margin: 1em 0; /* Extra wide images within figure tags don't overflow the content area. */
}

img {
  height: auto;
  max-width: 100%;
}
a img {
  border: 0;
}

/* @supports (-webkit-appearance: none) and (not (overflow: -webkit-marquee)) and
  (not (-ms-ime-align: auto)) and (not (-moz-appearance: none)) {
  img {
    image-rendering: -webkit-optimize-contrast; /* Webkit (non-standard naming) */
  }
} */

embed,
iframe,
object,
video {
  max-width: 100%;
}

/* Interactive, Scripting & User Interaction */

main,
details {
  display: block;
}
summary {
  display: list-item;
}
canvas {
  display: inline-block;
}

/*
* Add the correct styles in Edge 18-, IE, and Safari.
*/

dialog {
  background-color: white;
  border: solid;
  color: black;
  display: block;
  height: -moz-fit-content;
  height: -webkit-fit-content;
  height: fit-content;
  left: 0;
  margin: auto;
  padding: 1em;
  position: absolute;
  right: 0;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
}

a,
area,
button,
input,
label,
select,
summary,
textarea,
[tabindex] {
  -ms-touch-action: manipulation; /* 1 */
  touch-action: manipulation; /* 2 */
}

template,
dialog:not([open]),
[hidden] {
  display: none;
}
.hidden {
  display: none !important;
}

/* Accessibility */

/**
* Change the cursor on busy elements in all browsers (opinionated).
*/
[aria-busy="true"] {
  cursor: progress;
}

/*
* Change the cursor on control elements in all browsers (opinionated).
*/
button,
select,
summary,
[type="radio"],
[type="submit"],
[type="checkbox"],
[aria-controls] {
  cursor: pointer;
}

/*
* Change the cursor on disabled, not-editable, or otherwise
* inoperable elements in all browsers (opinionated).
*/
[aria-disabled="true"],
[disabled] {
  cursor: not-allowed;
}

/*
* Change the display on visually hidden accessible elements
* in all browsers (opinionated).
*/
[aria-hidden="false"][hidden] {
  display: initial;
}
[aria-hidden="false"][hidden]:not(:focus) {
  clip: rect(0, 0, 0, 0);
  position: absolute;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

:focus:not(:focus-visible) {
  outline: none;
}

/* Form Inputs & Buttons */

/**
* 1. Change the font styles in all browsers.
* 2. Remove the margin in Firefox and Safari.
*/

button,
input,
textarea,
select,
optgroup {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
  transition: var(--site_transition);
}

/**
* Show the overflow in IE.
* 1. Show the overflow in Edge.
*/

button,
input {
  /* 1 */
  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;
}

/**
* Correct the inability to style clickable types in iOS and Safari.
*/

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

/**
* Remove the inner border and padding in Firefox.
*/

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

/**
* Restore the focus styles unset by the previous rule.
*/

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
* Correct the padding in Firefox.
*/

fieldset {
  padding: 0.35em 0.75em 0.625em;

  border: 1px solid;
  padding: 15px;
  margin: 0 0 20px;
}

/**
* 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 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */

  font-weight: bold;
}

/**
* Add the correct vertical alignment in Chrome, Firefox, and Opera.
*/

progress {
  display: inline-block;
  vertical-align: baseline;
}

/**
* Remove the default vertical scrollbar in IE 10+.
*/

textarea {
  overflow: auto;
}

/**
* 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;
  opacity: 1;
  -webkit-appearance: "Always Show Up/Down Arrows";
}

/**
* 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.
*/

[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 */
}

/* Input fields */
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="month"],
input[type="week"],
input[type="date"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input.text,
textarea {
  background-color: transparent;
  border-color: #ddd;
  border-style: solid;
  border-width: 1px;
  display: block;
  font-size: var(--fontsize_body);
  font-family: var(--typo_body);
  font-size: var(--fontsize_body);
  font-weight: var(--fontweight_body);
  margin: 0;
  padding: var(--input_padding);
  width: 100%;
  -webkit-appearance: none;
  appearance: none;
  -webkit-border-radius: var(--border_radius);
  border-radius: var(--border_radius);
}

textarea {
  height: 115px;
  overflow: auto;
  resize: none;
}

select {
  background-color: var(--color_body_bg);
  background-image: url(//cdn.shopify.com/s/files/1/0586/2277/1373/files/ico-down_256x256_crop_center.png?v=1632217775);
  background-repeat: no-repeat;
  background-position: right 15px center;
  background-size: 10px;
  border-color: rgba(0, 0, 0, 0.15);
  border-style: solid;
  border-width: 1px;
  color: var(--color_primary);
  cursor: pointer;
  font-family: var(--typo_body);
  font-size: var(--fontsize_body);
  font-weight: var(--fontweight_body);
  margin: 0;
  max-width: 100%;
  outline: none;
  padding: 10px 35px 10px 10px;
  text-align: left !important;
  text-indent: 0.01px;
  text-overflow: "";
  text-transform: none;
  width: 100%;
  -webkit-appearance: none;
  appearance: none;
  -webkit-border-radius: var(--border_radius);
  border-radius: var(--border_radius);
}

/* Input Placeholder Styles */
::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: inherit;
  opacity: 0.55;
}
::-moz-placeholder {
  /* Firefox 19+ */
  color: inherit;
  opacity: 0.55;
}
:-ms-input-placeholder {
  /* IE 10+ */
  color: inherit;
  opacity: 0.55;
}
:-moz-placeholder {
  /* Firefox 18- */
  color: inherit;
  opacity: 0.55;
}

/* Button Styles */
input[type="submit"],
input[type="button"],
input[type="reset"],
button[type="submit"],
button[type="button"],
*[role="button"],
button,
.button,
.btn,
.theme-button {
  background: var(--color_button_bg);
  border-width: 0;
  color: var(--color_button);
  cursor: pointer;
  display: inline-block;
  float: none;
  font-family: var(--typo_heading);
  font-size: var(--fontsize_body);
  font-style: normal;
  font-weight: var(--fontweight_body);
  letter-spacing: 0;
  line-height: 1.25em;
  margin: 10px 0 0;
  outline: none;
  padding: var(--button_padding);
  text-decoration: none;
  text-transform: uppercase;
  -webkit-appearance: none;
  appearance: none;
  border-radius: var(--border_radius);
  transition: var(--site_transition);
  -webkit-transition: var(--site_transition);
  -moz-transition: var(--site_transition);
}

input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
button[type="submit"]:hover,
button[type="button"]:hover,
*[role="button"]:hover,
button:hover,
.button:hover,
.btn:hover,
.theme-button:hover {
  color: var(--color_button_hover);
  background: var(--color_button_bg_hover);
      border: none;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border: 0;
  padding: 0;
  margin-top: -1px;
  margin-bottom: -1px;
}

.btn-check:active+.btn-primary:focus, .btn-check:checked+.btn-primary:focus, .btn-primary.active:focus, .btn-primary:active:focus, .show>.btn-primary.dropdown-toggle:focus {
    box-shadow: none !important;
}

.btn-primary.disabled, .btn-primary:disabled {
  background: var(--color_button_bg);
  border-width: 0;
  color: var(--color_button);
}

.btn-primary.disabled:focus, .btn-primary:disabled:focus,
.btn-primary.disabled:hover, .btn-primary:disabled:hover {
  background: var(--color_button_bg_hover);
  color: var(--color_button_hover);
}
