@charset "UTF-8";
/**
 * Foundation for Sites
 * Version 6.6.3
 * https://get.foundation
 * Licensed under MIT Open Source
 */
@media print, screen and (min-width: 40em) {
  .reveal, .reveal.tiny, .reveal.small, .reveal.large {
    right: auto;
    left: auto;
    margin: 0 auto;
  }
}
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

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

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

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

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

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

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;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

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

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

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

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

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

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

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

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

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

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

button {
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  border-radius: 0;
  background: transparent;
  line-height: 1;
  cursor: auto;
}

[data-whatinput=mouse] button {
  outline: 0;
}

pre {
  overflow: auto;
}

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

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

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

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

[type=text]:focus, [type=password]:focus, [type=date]:focus, [type=datetime]:focus, [type=datetime-local]:focus, [type=month]:focus, [type=week]:focus, [type=email]:focus, [type=number]:focus, [type=search]:focus, [type=tel]:focus, [type=time]:focus, [type=url]:focus, [type=color]:focus,
textarea:focus {
  outline: none;
  border: 1px solid #8a8a8a;
  background-color: #fefefe;
  box-shadow: 0 0 5px #cacaca;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}

textarea {
  max-width: 100%;
}

textarea[rows] {
  height: auto;
}

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

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

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

::-moz-placeholder {
  color: #cacaca;
}

:-ms-input-placeholder {
  color: #cacaca;
}

::placeholder {
  color: #cacaca;
}

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

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

[type=checkbox] + label[for],
[type=radio] + label[for] {
  cursor: pointer;
}

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

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

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

label.middle {
  margin: 0 0 1rem;
  padding: 0.5625rem 0;
}

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

.input-group {
  display: flex;
  width: 100%;
  margin-bottom: 1rem;
  align-items: stretch;
}

.input-group > :first-child, .input-group > :first-child.input-group-button > * {
  border-radius: 0 0 0 0;
}

.input-group > :last-child, .input-group > :last-child.input-group-button > * {
  border-radius: 0 0 0 0;
}

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

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

.input-group-label:first-child {
  border-right: 0;
}

.input-group-label:last-child {
  border-left: 0;
}

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

.input-group-button {
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  display: flex;
  flex: 0 0 auto;
}

.input-group-button a,
.input-group-button input,
.input-group-button button,
.input-group-button label {
  align-self: stretch;
  height: auto;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 1rem;
}

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

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

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

.fieldset legend {
  margin: 0;
  margin-left: -0.1875rem;
  padding: 0 0.1875rem;
}

select {
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%28138, 138, 138%29'></polygon></svg>");
  background-origin: content-box;
  background-position: right -1rem center;
  background-repeat: no-repeat;
  background-size: 9px 6px;
  padding-right: 1.5rem;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}

@media screen and (min-width: 0\0 ) {
  select {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg==");
  }
}
select:focus {
  outline: none;
  border: 1px solid #8a8a8a;
  background-color: #fefefe;
  box-shadow: 0 0 5px #cacaca;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}

select:disabled {
  background-color: #e6e6e6;
  cursor: not-allowed;
}

select::-ms-expand {
  display: none;
}

select[multiple] {
  height: auto;
  background-image: none;
}

select:not([multiple]) {
  padding-top: 0;
  padding-bottom: 0;
}

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

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

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

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

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

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

.form-error.is-visible {
  display: block;
}

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

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

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

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

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

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

h1 small, .h1 small,
h2 small, .h2 small,
h3 small, .h3 small,
h4 small, .h4 small,
h5 small, .h5 small,
h6 small, .h6 small {
  line-height: 0;
  color: #cacaca;
}

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

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

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

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

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

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

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

  h2, .h2 {
    font-size: 2.5rem;
  }

  h3, .h3 {
    font-size: 1.9375rem;
  }

  h4, .h4 {
    font-size: 1.5625rem;
  }

  h5, .h5 {
    font-size: 1.25rem;
  }

  h6, .h6 {
    font-size: 1rem;
  }
}
a {
  line-height: inherit;
  color: #1779ba;
  text-decoration: none;
  cursor: pointer;
}

a:hover, a:focus {
  color: #1468a0;
}

a img {
  border: 0;
}

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

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

li {
  font-size: inherit;
}

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

ol {
  margin-left: 1.25rem;
}

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

dl {
  margin-bottom: 1rem;
}

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

blockquote {
  margin: 0 0 1rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #cacaca;
}

blockquote, blockquote p {
  line-height: 1.6;
  color: #8a8a8a;
}

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

figure {
  margin: 0;
}

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

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

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

.stat {
  font-size: 2.5rem;
  line-height: 1;
}

p + .stat {
  margin-top: -1rem;
}

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

.cite-block, cite {
  display: block;
  color: #8a8a8a;
  font-size: 0.8125rem;
}

.cite-block:before, cite:before {
  content: "\2014   ";
}

.code-inline, code {
  border: 1px solid #cacaca;
  background-color: #e6e6e6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #0a0a0a;
  display: inline;
  max-width: 100%;
  word-wrap: break-word;
  padding: 0.125rem 0.3125rem 0.0625rem;
}

.code-block {
  border: 1px solid #cacaca;
  background-color: #e6e6e6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #0a0a0a;
  display: block;
  overflow: auto;
  white-space: pre;
  padding: 1rem;
  margin-bottom: 1.5rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  thead {
    display: table-header-group;
  }

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

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

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

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

  .print-break-inside {
    page-break-inside: auto;
  }
}
.grid-container {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
}

@media print, screen and (min-width: 40em) {
  .grid-container {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
.grid-container.fluid {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

@media print, screen and (min-width: 40em) {
  .grid-container.fluid {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
.grid-container.full {
  padding-right: 0;
  padding-left: 0;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

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

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

.cell.auto {
  flex: 1 1 0px;
}

.cell.shrink {
  flex: 0 0 auto;
}

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

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

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

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

.grid-x > .small-1 {
  width: 8.33333%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.grid-margin-x {
  margin-left: -0.625rem;
  margin-right: -0.625rem;
}

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

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

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

.grid-margin-x > .small-1 {
  width: calc(8.33333% - 1.25rem);
}

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

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

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

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

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

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

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

.grid-margin-x > .small-9 {
  width: calc(75% - 1.25rem);
}

.grid-margin-x > .small-10 {
  width: calc(83.33333% - 1.25rem);
}

.grid-margin-x > .small-11 {
  width: calc(91.66667% - 1.25rem);
}

.grid-margin-x > .small-12 {
  width: calc(100% - 1.25rem);
}

@media print, screen and (min-width: 40em) {
  .grid-margin-x > .auto {
    width: auto;
  }

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

  .grid-margin-x > .small-1 {
    width: calc(8.33333% - 1.875rem);
  }

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

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

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

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

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

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

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

  .grid-margin-x > .small-9 {
    width: calc(75% - 1.875rem);
  }

  .grid-margin-x > .small-10 {
    width: calc(83.33333% - 1.875rem);
  }

  .grid-margin-x > .small-11 {
    width: calc(91.66667% - 1.875rem);
  }

  .grid-margin-x > .small-12 {
    width: calc(100% - 1.875rem);
  }

  .grid-margin-x > .medium-auto {
    width: auto;
  }

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

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

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

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

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

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

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

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

  .grid-margin-x > .medium-8 {
    width: calc(66.66667% - 1.875rem);
  }

  .grid-margin-x > .medium-9 {
    width: calc(75% - 1.875rem);
  }

  .grid-margin-x > .medium-10 {
    width: calc(83.33333% - 1.875rem);
  }

  .grid-margin-x > .medium-11 {
    width: calc(91.66667% - 1.875rem);
  }

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

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

  .grid-margin-x > .large-1 {
    width: calc(8.33333% - 1.875rem);
  }

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

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

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

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

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

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

  .grid-margin-x > .large-8 {
    width: calc(66.66667% - 1.875rem);
  }

  .grid-margin-x > .large-9 {
    width: calc(75% - 1.875rem);
  }

  .grid-margin-x > .large-10 {
    width: calc(83.33333% - 1.875rem);
  }

  .grid-margin-x > .large-11 {
    width: calc(91.66667% - 1.875rem);
  }

  .grid-margin-x > .large-12 {
    width: calc(100% - 1.875rem);
  }
}
.grid-padding-x .grid-padding-x {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.small-margin-collapse > .small-1 {
  width: 8.33333%;
}

.small-margin-collapse > .small-2 {
  width: 16.66667%;
}

.small-margin-collapse > .small-3 {
  width: 25%;
}

.small-margin-collapse > .small-4 {
  width: 33.33333%;
}

.small-margin-collapse > .small-5 {
  width: 41.66667%;
}

.small-margin-collapse > .small-6 {
  width: 50%;
}

.small-margin-collapse > .small-7 {
  width: 58.33333%;
}

.small-margin-collapse > .small-8 {
  width: 66.66667%;
}

.small-margin-collapse > .small-9 {
  width: 75%;
}

.small-margin-collapse > .small-10 {
  width: 83.33333%;
}

.small-margin-collapse > .small-11 {
  width: 91.66667%;
}

.small-margin-collapse > .small-12 {
  width: 100%;
}

@media print, screen and (min-width: 40em) {
  .small-margin-collapse > .medium-1 {
    width: 8.33333%;
  }

  .small-margin-collapse > .medium-2 {
    width: 16.66667%;
  }

  .small-margin-collapse > .medium-3 {
    width: 25%;
  }

  .small-margin-collapse > .medium-4 {
    width: 33.33333%;
  }

  .small-margin-collapse > .medium-5 {
    width: 41.66667%;
  }

  .small-margin-collapse > .medium-6 {
    width: 50%;
  }

  .small-margin-collapse > .medium-7 {
    width: 58.33333%;
  }

  .small-margin-collapse > .medium-8 {
    width: 66.66667%;
  }

  .small-margin-collapse > .medium-9 {
    width: 75%;
  }

  .small-margin-collapse > .medium-10 {
    width: 83.33333%;
  }

  .small-margin-collapse > .medium-11 {
    width: 91.66667%;
  }

  .small-margin-collapse > .medium-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .small-margin-collapse > .large-1 {
    width: 8.33333%;
  }

  .small-margin-collapse > .large-2 {
    width: 16.66667%;
  }

  .small-margin-collapse > .large-3 {
    width: 25%;
  }

  .small-margin-collapse > .large-4 {
    width: 33.33333%;
  }

  .small-margin-collapse > .large-5 {
    width: 41.66667%;
  }

  .small-margin-collapse > .large-6 {
    width: 50%;
  }

  .small-margin-collapse > .large-7 {
    width: 58.33333%;
  }

  .small-margin-collapse > .large-8 {
    width: 66.66667%;
  }

  .small-margin-collapse > .large-9 {
    width: 75%;
  }

  .small-margin-collapse > .large-10 {
    width: 83.33333%;
  }

  .small-margin-collapse > .large-11 {
    width: 91.66667%;
  }

  .small-margin-collapse > .large-12 {
    width: 100%;
  }
}
.small-padding-collapse {
  margin-right: 0;
  margin-left: 0;
}

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

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

  .medium-margin-collapse > .cell {
    margin-right: 0;
    margin-left: 0;
  }
}
@media print, screen and (min-width: 40em) {
  .medium-margin-collapse > .small-1 {
    width: 8.33333%;
  }

  .medium-margin-collapse > .small-2 {
    width: 16.66667%;
  }

  .medium-margin-collapse > .small-3 {
    width: 25%;
  }

  .medium-margin-collapse > .small-4 {
    width: 33.33333%;
  }

  .medium-margin-collapse > .small-5 {
    width: 41.66667%;
  }

  .medium-margin-collapse > .small-6 {
    width: 50%;
  }

  .medium-margin-collapse > .small-7 {
    width: 58.33333%;
  }

  .medium-margin-collapse > .small-8 {
    width: 66.66667%;
  }

  .medium-margin-collapse > .small-9 {
    width: 75%;
  }

  .medium-margin-collapse > .small-10 {
    width: 83.33333%;
  }

  .medium-margin-collapse > .small-11 {
    width: 91.66667%;
  }

  .medium-margin-collapse > .small-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 40em) {
  .medium-margin-collapse > .medium-1 {
    width: 8.33333%;
  }

  .medium-margin-collapse > .medium-2 {
    width: 16.66667%;
  }

  .medium-margin-collapse > .medium-3 {
    width: 25%;
  }

  .medium-margin-collapse > .medium-4 {
    width: 33.33333%;
  }

  .medium-margin-collapse > .medium-5 {
    width: 41.66667%;
  }

  .medium-margin-collapse > .medium-6 {
    width: 50%;
  }

  .medium-margin-collapse > .medium-7 {
    width: 58.33333%;
  }

  .medium-margin-collapse > .medium-8 {
    width: 66.66667%;
  }

  .medium-margin-collapse > .medium-9 {
    width: 75%;
  }

  .medium-margin-collapse > .medium-10 {
    width: 83.33333%;
  }

  .medium-margin-collapse > .medium-11 {
    width: 91.66667%;
  }

  .medium-margin-collapse > .medium-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .medium-margin-collapse > .large-1 {
    width: 8.33333%;
  }

  .medium-margin-collapse > .large-2 {
    width: 16.66667%;
  }

  .medium-margin-collapse > .large-3 {
    width: 25%;
  }

  .medium-margin-collapse > .large-4 {
    width: 33.33333%;
  }

  .medium-margin-collapse > .large-5 {
    width: 41.66667%;
  }

  .medium-margin-collapse > .large-6 {
    width: 50%;
  }

  .medium-margin-collapse > .large-7 {
    width: 58.33333%;
  }

  .medium-margin-collapse > .large-8 {
    width: 66.66667%;
  }

  .medium-margin-collapse > .large-9 {
    width: 75%;
  }

  .medium-margin-collapse > .large-10 {
    width: 83.33333%;
  }

  .medium-margin-collapse > .large-11 {
    width: 91.66667%;
  }

  .medium-margin-collapse > .large-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 40em) {
  .medium-padding-collapse {
    margin-right: 0;
    margin-left: 0;
  }

  .medium-padding-collapse > .cell {
    padding-right: 0;
    padding-left: 0;
  }
}
@media print, screen and (min-width: 64em) {
  .large-margin-collapse {
    margin-right: 0;
    margin-left: 0;
  }

  .large-margin-collapse > .cell {
    margin-right: 0;
    margin-left: 0;
  }
}
@media print, screen and (min-width: 64em) {
  .large-margin-collapse > .small-1 {
    width: 8.33333%;
  }

  .large-margin-collapse > .small-2 {
    width: 16.66667%;
  }

  .large-margin-collapse > .small-3 {
    width: 25%;
  }

  .large-margin-collapse > .small-4 {
    width: 33.33333%;
  }

  .large-margin-collapse > .small-5 {
    width: 41.66667%;
  }

  .large-margin-collapse > .small-6 {
    width: 50%;
  }

  .large-margin-collapse > .small-7 {
    width: 58.33333%;
  }

  .large-margin-collapse > .small-8 {
    width: 66.66667%;
  }

  .large-margin-collapse > .small-9 {
    width: 75%;
  }

  .large-margin-collapse > .small-10 {
    width: 83.33333%;
  }

  .large-margin-collapse > .small-11 {
    width: 91.66667%;
  }

  .large-margin-collapse > .small-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .large-margin-collapse > .medium-1 {
    width: 8.33333%;
  }

  .large-margin-collapse > .medium-2 {
    width: 16.66667%;
  }

  .large-margin-collapse > .medium-3 {
    width: 25%;
  }

  .large-margin-collapse > .medium-4 {
    width: 33.33333%;
  }

  .large-margin-collapse > .medium-5 {
    width: 41.66667%;
  }

  .large-margin-collapse > .medium-6 {
    width: 50%;
  }

  .large-margin-collapse > .medium-7 {
    width: 58.33333%;
  }

  .large-margin-collapse > .medium-8 {
    width: 66.66667%;
  }

  .large-margin-collapse > .medium-9 {
    width: 75%;
  }

  .large-margin-collapse > .medium-10 {
    width: 83.33333%;
  }

  .large-margin-collapse > .medium-11 {
    width: 91.66667%;
  }

  .large-margin-collapse > .medium-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .large-margin-collapse > .large-1 {
    width: 8.33333%;
  }

  .large-margin-collapse > .large-2 {
    width: 16.66667%;
  }

  .large-margin-collapse > .large-3 {
    width: 25%;
  }

  .large-margin-collapse > .large-4 {
    width: 33.33333%;
  }

  .large-margin-collapse > .large-5 {
    width: 41.66667%;
  }

  .large-margin-collapse > .large-6 {
    width: 50%;
  }

  .large-margin-collapse > .large-7 {
    width: 58.33333%;
  }

  .large-margin-collapse > .large-8 {
    width: 66.66667%;
  }

  .large-margin-collapse > .large-9 {
    width: 75%;
  }

  .large-margin-collapse > .large-10 {
    width: 83.33333%;
  }

  .large-margin-collapse > .large-11 {
    width: 91.66667%;
  }

  .large-margin-collapse > .large-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .large-padding-collapse {
    margin-right: 0;
    margin-left: 0;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .grid-margin-x > .large-offset-11 {
    margin-left: calc(91.66667% + 0.9375rem);
  }
}
.grid-y {
  display: flex;
  flex-flow: column nowrap;
}

.grid-y > .cell {
  height: auto;
  max-height: none;
}

.grid-y > .auto {
  height: auto;
}

.grid-y > .shrink {
  height: auto;
}

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

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

.grid-y > .small-1 {
  height: 8.33333%;
}

.grid-y > .small-2 {
  height: 16.66667%;
}

.grid-y > .small-3 {
  height: 25%;
}

.grid-y > .small-4 {
  height: 33.33333%;
}

.grid-y > .small-5 {
  height: 41.66667%;
}

.grid-y > .small-6 {
  height: 50%;
}

.grid-y > .small-7 {
  height: 58.33333%;
}

.grid-y > .small-8 {
  height: 66.66667%;
}

.grid-y > .small-9 {
  height: 75%;
}

.grid-y > .small-10 {
  height: 83.33333%;
}

.grid-y > .small-11 {
  height: 91.66667%;
}

.grid-y > .small-12 {
  height: 100%;
}

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

  .grid-y > .medium-shrink, .grid-y > .medium-1, .grid-y > .medium-2, .grid-y > .medium-3, .grid-y > .medium-4, .grid-y > .medium-5, .grid-y > .medium-6, .grid-y > .medium-7, .grid-y > .medium-8, .grid-y > .medium-9, .grid-y > .medium-10, .grid-y > .medium-11, .grid-y > .medium-12 {
    flex: 0 0 auto;
  }

  .grid-y > .medium-shrink {
    height: auto;
  }

  .grid-y > .medium-1 {
    height: 8.33333%;
  }

  .grid-y > .medium-2 {
    height: 16.66667%;
  }

  .grid-y > .medium-3 {
    height: 25%;
  }

  .grid-y > .medium-4 {
    height: 33.33333%;
  }

  .grid-y > .medium-5 {
    height: 41.66667%;
  }

  .grid-y > .medium-6 {
    height: 50%;
  }

  .grid-y > .medium-7 {
    height: 58.33333%;
  }

  .grid-y > .medium-8 {
    height: 66.66667%;
  }

  .grid-y > .medium-9 {
    height: 75%;
  }

  .grid-y > .medium-10 {
    height: 83.33333%;
  }

  .grid-y > .medium-11 {
    height: 91.66667%;
  }

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

  .grid-y > .large-shrink, .grid-y > .large-1, .grid-y > .large-2, .grid-y > .large-3, .grid-y > .large-4, .grid-y > .large-5, .grid-y > .large-6, .grid-y > .large-7, .grid-y > .large-8, .grid-y > .large-9, .grid-y > .large-10, .grid-y > .large-11, .grid-y > .large-12 {
    flex: 0 0 auto;
  }

  .grid-y > .large-shrink {
    height: auto;
  }

  .grid-y > .large-1 {
    height: 8.33333%;
  }

  .grid-y > .large-2 {
    height: 16.66667%;
  }

  .grid-y > .large-3 {
    height: 25%;
  }

  .grid-y > .large-4 {
    height: 33.33333%;
  }

  .grid-y > .large-5 {
    height: 41.66667%;
  }

  .grid-y > .large-6 {
    height: 50%;
  }

  .grid-y > .large-7 {
    height: 58.33333%;
  }

  .grid-y > .large-8 {
    height: 66.66667%;
  }

  .grid-y > .large-9 {
    height: 75%;
  }

  .grid-y > .large-10 {
    height: 83.33333%;
  }

  .grid-y > .large-11 {
    height: 91.66667%;
  }

  .grid-y > .large-12 {
    height: 100%;
  }
}
.grid-padding-y .grid-padding-y {
  margin-top: -0.625rem;
  margin-bottom: -0.625rem;
}

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

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

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

@media print, screen and (min-width: 40em) {
  .grid-margin-y > .cell {
    height: calc(100% - 1.875rem);
    margin-top: 0.9375rem;
    margin-bottom: 0.9375rem;
  }
}
.grid-margin-y > .auto {
  height: auto;
}

.grid-margin-y > .shrink {
  height: auto;
}

.grid-margin-y > .small-1 {
  height: calc(8.33333% - 1.25rem);
}

.grid-margin-y > .small-2 {
  height: calc(16.66667% - 1.25rem);
}

.grid-margin-y > .small-3 {
  height: calc(25% - 1.25rem);
}

.grid-margin-y > .small-4 {
  height: calc(33.33333% - 1.25rem);
}

.grid-margin-y > .small-5 {
  height: calc(41.66667% - 1.25rem);
}

.grid-margin-y > .small-6 {
  height: calc(50% - 1.25rem);
}

.grid-margin-y > .small-7 {
  height: calc(58.33333% - 1.25rem);
}

.grid-margin-y > .small-8 {
  height: calc(66.66667% - 1.25rem);
}

.grid-margin-y > .small-9 {
  height: calc(75% - 1.25rem);
}

.grid-margin-y > .small-10 {
  height: calc(83.33333% - 1.25rem);
}

.grid-margin-y > .small-11 {
  height: calc(91.66667% - 1.25rem);
}

.grid-margin-y > .small-12 {
  height: calc(100% - 1.25rem);
}

@media print, screen and (min-width: 40em) {
  .grid-margin-y > .auto {
    height: auto;
  }

  .grid-margin-y > .shrink {
    height: auto;
  }

  .grid-margin-y > .small-1 {
    height: calc(8.33333% - 1.875rem);
  }

  .grid-margin-y > .small-2 {
    height: calc(16.66667% - 1.875rem);
  }

  .grid-margin-y > .small-3 {
    height: calc(25% - 1.875rem);
  }

  .grid-margin-y > .small-4 {
    height: calc(33.33333% - 1.875rem);
  }

  .grid-margin-y > .small-5 {
    height: calc(41.66667% - 1.875rem);
  }

  .grid-margin-y > .small-6 {
    height: calc(50% - 1.875rem);
  }

  .grid-margin-y > .small-7 {
    height: calc(58.33333% - 1.875rem);
  }

  .grid-margin-y > .small-8 {
    height: calc(66.66667% - 1.875rem);
  }

  .grid-margin-y > .small-9 {
    height: calc(75% - 1.875rem);
  }

  .grid-margin-y > .small-10 {
    height: calc(83.33333% - 1.875rem);
  }

  .grid-margin-y > .small-11 {
    height: calc(91.66667% - 1.875rem);
  }

  .grid-margin-y > .small-12 {
    height: calc(100% - 1.875rem);
  }

  .grid-margin-y > .medium-auto {
    height: auto;
  }

  .grid-margin-y > .medium-shrink {
    height: auto;
  }

  .grid-margin-y > .medium-1 {
    height: calc(8.33333% - 1.875rem);
  }

  .grid-margin-y > .medium-2 {
    height: calc(16.66667% - 1.875rem);
  }

  .grid-margin-y > .medium-3 {
    height: calc(25% - 1.875rem);
  }

  .grid-margin-y > .medium-4 {
    height: calc(33.33333% - 1.875rem);
  }

  .grid-margin-y > .medium-5 {
    height: calc(41.66667% - 1.875rem);
  }

  .grid-margin-y > .medium-6 {
    height: calc(50% - 1.875rem);
  }

  .grid-margin-y > .medium-7 {
    height: calc(58.33333% - 1.875rem);
  }

  .grid-margin-y > .medium-8 {
    height: calc(66.66667% - 1.875rem);
  }

  .grid-margin-y > .medium-9 {
    height: calc(75% - 1.875rem);
  }

  .grid-margin-y > .medium-10 {
    height: calc(83.33333% - 1.875rem);
  }

  .grid-margin-y > .medium-11 {
    height: calc(91.66667% - 1.875rem);
  }

  .grid-margin-y > .medium-12 {
    height: calc(100% - 1.875rem);
  }
}
@media print, screen and (min-width: 64em) {
  .grid-margin-y > .large-auto {
    height: auto;
  }

  .grid-margin-y > .large-shrink {
    height: auto;
  }

  .grid-margin-y > .large-1 {
    height: calc(8.33333% - 1.875rem);
  }

  .grid-margin-y > .large-2 {
    height: calc(16.66667% - 1.875rem);
  }

  .grid-margin-y > .large-3 {
    height: calc(25% - 1.875rem);
  }

  .grid-margin-y > .large-4 {
    height: calc(33.33333% - 1.875rem);
  }

  .grid-margin-y > .large-5 {
    height: calc(41.66667% - 1.875rem);
  }

  .grid-margin-y > .large-6 {
    height: calc(50% - 1.875rem);
  }

  .grid-margin-y > .large-7 {
    height: calc(58.33333% - 1.875rem);
  }

  .grid-margin-y > .large-8 {
    height: calc(66.66667% - 1.875rem);
  }

  .grid-margin-y > .large-9 {
    height: calc(75% - 1.875rem);
  }

  .grid-margin-y > .large-10 {
    height: calc(83.33333% - 1.875rem);
  }

  .grid-margin-y > .large-11 {
    height: calc(91.66667% - 1.875rem);
  }

  .grid-margin-y > .large-12 {
    height: calc(100% - 1.875rem);
  }
}
.grid-frame {
  overflow: hidden;
  position: relative;
  flex-wrap: nowrap;
  align-items: stretch;
  width: 100vw;
}

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

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

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

.cell-block-container {
  display: flex;
  flex-direction: column;
  max-height: 100%;
}

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

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

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

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

  .medium-cell-block-container {
    display: flex;
    flex-direction: column;
    max-height: 100%;
  }

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

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

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

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

  .large-cell-block-container {
    display: flex;
    flex-direction: column;
    max-height: 100%;
  }

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

  .large-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    min-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
}
.grid-y.grid-frame {
  width: auto;
  overflow: hidden;
  position: relative;
  flex-wrap: nowrap;
  align-items: stretch;
  height: 100vh;
}

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

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

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

@media print, screen and (min-width: 40em) {
  .grid-margin-y > .cell {
    height: calc(100% - 1.875rem);
    margin-top: 0.9375rem;
    margin-bottom: 0.9375rem;
  }
}
.grid-margin-y > .auto {
  height: auto;
}

.grid-margin-y > .shrink {
  height: auto;
}

.grid-margin-y > .small-1 {
  height: calc(8.33333% - 1.25rem);
}

.grid-margin-y > .small-2 {
  height: calc(16.66667% - 1.25rem);
}

.grid-margin-y > .small-3 {
  height: calc(25% - 1.25rem);
}

.grid-margin-y > .small-4 {
  height: calc(33.33333% - 1.25rem);
}

.grid-margin-y > .small-5 {
  height: calc(41.66667% - 1.25rem);
}

.grid-margin-y > .small-6 {
  height: calc(50% - 1.25rem);
}

.grid-margin-y > .small-7 {
  height: calc(58.33333% - 1.25rem);
}

.grid-margin-y > .small-8 {
  height: calc(66.66667% - 1.25rem);
}

.grid-margin-y > .small-9 {
  height: calc(75% - 1.25rem);
}

.grid-margin-y > .small-10 {
  height: calc(83.33333% - 1.25rem);
}

.grid-margin-y > .small-11 {
  height: calc(91.66667% - 1.25rem);
}

.grid-margin-y > .small-12 {
  height: calc(100% - 1.25rem);
}

@media print, screen and (min-width: 40em) {
  .grid-margin-y > .auto {
    height: auto;
  }

  .grid-margin-y > .shrink {
    height: auto;
  }

  .grid-margin-y > .small-1 {
    height: calc(8.33333% - 1.875rem);
  }

  .grid-margin-y > .small-2 {
    height: calc(16.66667% - 1.875rem);
  }

  .grid-margin-y > .small-3 {
    height: calc(25% - 1.875rem);
  }

  .grid-margin-y > .small-4 {
    height: calc(33.33333% - 1.875rem);
  }

  .grid-margin-y > .small-5 {
    height: calc(41.66667% - 1.875rem);
  }

  .grid-margin-y > .small-6 {
    height: calc(50% - 1.875rem);
  }

  .grid-margin-y > .small-7 {
    height: calc(58.33333% - 1.875rem);
  }

  .grid-margin-y > .small-8 {
    height: calc(66.66667% - 1.875rem);
  }

  .grid-margin-y > .small-9 {
    height: calc(75% - 1.875rem);
  }

  .grid-margin-y > .small-10 {
    height: calc(83.33333% - 1.875rem);
  }

  .grid-margin-y > .small-11 {
    height: calc(91.66667% - 1.875rem);
  }

  .grid-margin-y > .small-12 {
    height: calc(100% - 1.875rem);
  }

  .grid-margin-y > .medium-auto {
    height: auto;
  }

  .grid-margin-y > .medium-shrink {
    height: auto;
  }

  .grid-margin-y > .medium-1 {
    height: calc(8.33333% - 1.875rem);
  }

  .grid-margin-y > .medium-2 {
    height: calc(16.66667% - 1.875rem);
  }

  .grid-margin-y > .medium-3 {
    height: calc(25% - 1.875rem);
  }

  .grid-margin-y > .medium-4 {
    height: calc(33.33333% - 1.875rem);
  }

  .grid-margin-y > .medium-5 {
    height: calc(41.66667% - 1.875rem);
  }

  .grid-margin-y > .medium-6 {
    height: calc(50% - 1.875rem);
  }

  .grid-margin-y > .medium-7 {
    height: calc(58.33333% - 1.875rem);
  }

  .grid-margin-y > .medium-8 {
    height: calc(66.66667% - 1.875rem);
  }

  .grid-margin-y > .medium-9 {
    height: calc(75% - 1.875rem);
  }

  .grid-margin-y > .medium-10 {
    height: calc(83.33333% - 1.875rem);
  }

  .grid-margin-y > .medium-11 {
    height: calc(91.66667% - 1.875rem);
  }

  .grid-margin-y > .medium-12 {
    height: calc(100% - 1.875rem);
  }
}
@media print, screen and (min-width: 64em) {
  .grid-margin-y > .large-auto {
    height: auto;
  }

  .grid-margin-y > .large-shrink {
    height: auto;
  }

  .grid-margin-y > .large-1 {
    height: calc(8.33333% - 1.875rem);
  }

  .grid-margin-y > .large-2 {
    height: calc(16.66667% - 1.875rem);
  }

  .grid-margin-y > .large-3 {
    height: calc(25% - 1.875rem);
  }

  .grid-margin-y > .large-4 {
    height: calc(33.33333% - 1.875rem);
  }

  .grid-margin-y > .large-5 {
    height: calc(41.66667% - 1.875rem);
  }

  .grid-margin-y > .large-6 {
    height: calc(50% - 1.875rem);
  }

  .grid-margin-y > .large-7 {
    height: calc(58.33333% - 1.875rem);
  }

  .grid-margin-y > .large-8 {
    height: calc(66.66667% - 1.875rem);
  }

  .grid-margin-y > .large-9 {
    height: calc(75% - 1.875rem);
  }

  .grid-margin-y > .large-10 {
    height: calc(83.33333% - 1.875rem);
  }

  .grid-margin-y > .large-11 {
    height: calc(91.66667% - 1.875rem);
  }

  .grid-margin-y > .large-12 {
    height: calc(100% - 1.875rem);
  }
}
.grid-frame.grid-margin-y {
  height: calc(100vh + 1.25rem);
}

@media print, screen and (min-width: 40em) {
  .grid-frame.grid-margin-y {
    height: calc(100vh + 1.875rem);
  }
}
@media print, screen and (min-width: 64em) {
  .grid-frame.grid-margin-y {
    height: calc(100vh + 1.875rem);
  }
}
@media print, screen and (min-width: 40em) {
  .grid-margin-y.medium-grid-frame {
    height: calc(100vh + 1.875rem);
  }
}
@media print, screen and (min-width: 64em) {
  .grid-margin-y.large-grid-frame {
    height: calc(100vh + 1.875rem);
  }
}
.button {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  padding: 0.85em 1em;
  border: 1px solid transparent;
  border-radius: 0;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-family: inherit;
  font-size: 0.9rem;
  -webkit-appearance: none;
  line-height: 1;
  text-align: center;
  cursor: pointer;
}

[data-whatinput=mouse] .button {
  outline: 0;
}

.button.tiny {
  font-size: 0.6rem;
}

.button.small {
  font-size: 0.75rem;
}

.button.large {
  font-size: 1.25rem;
}

.button.expanded {
  display: block;
  width: 100%;
  margin-right: 0;
  margin-left: 0;
}

.button, .button.disabled, .button[disabled], .button.disabled:hover, .button[disabled]:hover, .button.disabled:focus, .button[disabled]:focus {
  background-color: #1779ba;
  color: #fefefe;
}

.button:hover, .button:focus {
  background-color: #14679e;
  color: #fefefe;
}

.button.primary, .button.primary.disabled, .button.primary[disabled], .button.primary.disabled:hover, .button.primary[disabled]:hover, .button.primary.disabled:focus, .button.primary[disabled]:focus {
  background-color: #1779ba;
  color: #fefefe;
}

.button.primary:hover, .button.primary:focus {
  background-color: #126195;
  color: #fefefe;
}

.button.secondary, .button.secondary.disabled, .button.secondary[disabled], .button.secondary.disabled:hover, .button.secondary[disabled]:hover, .button.secondary.disabled:focus, .button.secondary[disabled]:focus {
  background-color: #767676;
  color: #fefefe;
}

.button.secondary:hover, .button.secondary:focus {
  background-color: #5e5e5e;
  color: #fefefe;
}

.button.success, .button.success.disabled, .button.success[disabled], .button.success.disabled:hover, .button.success[disabled]:hover, .button.success.disabled:focus, .button.success[disabled]:focus {
  background-color: #3adb76;
  color: #0a0a0a;
}

.button.success:hover, .button.success:focus {
  background-color: #22bb5b;
  color: #0a0a0a;
}

.button.warning, .button.warning.disabled, .button.warning[disabled], .button.warning.disabled:hover, .button.warning[disabled]:hover, .button.warning.disabled:focus, .button.warning[disabled]:focus {
  background-color: #ffae00;
  color: #0a0a0a;
}

.button.warning:hover, .button.warning:focus {
  background-color: #cc8b00;
  color: #0a0a0a;
}

.button.alert, .button.alert.disabled, .button.alert[disabled], .button.alert.disabled:hover, .button.alert[disabled]:hover, .button.alert.disabled:focus, .button.alert[disabled]:focus {
  background-color: #cc4b37;
  color: #fefefe;
}

.button.alert:hover, .button.alert:focus {
  background-color: #a53b2a;
  color: #fefefe;
}

.button.hollow, .button.hollow:hover, .button.hollow:focus, .button.hollow.disabled, .button.hollow.disabled:hover, .button.hollow.disabled:focus, .button.hollow[disabled], .button.hollow[disabled]:hover, .button.hollow[disabled]:focus {
  background-color: transparent;
}

.button.hollow, .button.hollow.disabled, .button.hollow[disabled], .button.hollow.disabled:hover, .button.hollow[disabled]:hover, .button.hollow.disabled:focus, .button.hollow[disabled]:focus {
  border: 1px solid #1779ba;
  color: #1779ba;
}

.button.hollow:hover, .button.hollow:focus {
  border-color: #0c3d5d;
  color: #0c3d5d;
}

.button.hollow.primary, .button.hollow.primary.disabled, .button.hollow.primary[disabled], .button.hollow.primary.disabled:hover, .button.hollow.primary[disabled]:hover, .button.hollow.primary.disabled:focus, .button.hollow.primary[disabled]:focus {
  border: 1px solid #1779ba;
  color: #1779ba;
}

.button.hollow.primary:hover, .button.hollow.primary:focus {
  border-color: #0c3d5d;
  color: #0c3d5d;
}

.button.hollow.secondary, .button.hollow.secondary.disabled, .button.hollow.secondary[disabled], .button.hollow.secondary.disabled:hover, .button.hollow.secondary[disabled]:hover, .button.hollow.secondary.disabled:focus, .button.hollow.secondary[disabled]:focus {
  border: 1px solid #767676;
  color: #767676;
}

.button.hollow.secondary:hover, .button.hollow.secondary:focus {
  border-color: #3b3b3b;
  color: #3b3b3b;
}

.button.hollow.success, .button.hollow.success.disabled, .button.hollow.success[disabled], .button.hollow.success.disabled:hover, .button.hollow.success[disabled]:hover, .button.hollow.success.disabled:focus, .button.hollow.success[disabled]:focus {
  border: 1px solid #3adb76;
  color: #3adb76;
}

.button.hollow.success:hover, .button.hollow.success:focus {
  border-color: #157539;
  color: #157539;
}

.button.hollow.warning, .button.hollow.warning.disabled, .button.hollow.warning[disabled], .button.hollow.warning.disabled:hover, .button.hollow.warning[disabled]:hover, .button.hollow.warning.disabled:focus, .button.hollow.warning[disabled]:focus {
  border: 1px solid #ffae00;
  color: #ffae00;
}

.button.hollow.warning:hover, .button.hollow.warning:focus {
  border-color: #805700;
  color: #805700;
}

.button.hollow.alert, .button.hollow.alert.disabled, .button.hollow.alert[disabled], .button.hollow.alert.disabled:hover, .button.hollow.alert[disabled]:hover, .button.hollow.alert.disabled:focus, .button.hollow.alert[disabled]:focus {
  border: 1px solid #cc4b37;
  color: #cc4b37;
}

.button.hollow.alert:hover, .button.hollow.alert:focus {
  border-color: #67251a;
  color: #67251a;
}

.button.clear, .button.clear:hover, .button.clear:focus, .button.clear.disabled, .button.clear.disabled:hover, .button.clear.disabled:focus, .button.clear[disabled], .button.clear[disabled]:hover, .button.clear[disabled]:focus {
  border-color: transparent;
  background-color: transparent;
}

.button.clear, .button.clear.disabled, .button.clear[disabled], .button.clear.disabled:hover, .button.clear[disabled]:hover, .button.clear.disabled:focus, .button.clear[disabled]:focus {
  color: #1779ba;
}

.button.clear:hover, .button.clear:focus {
  color: #0c3d5d;
}

.button.clear.primary, .button.clear.primary.disabled, .button.clear.primary[disabled], .button.clear.primary.disabled:hover, .button.clear.primary[disabled]:hover, .button.clear.primary.disabled:focus, .button.clear.primary[disabled]:focus {
  color: #1779ba;
}

.button.clear.primary:hover, .button.clear.primary:focus {
  color: #0c3d5d;
}

.button.clear.secondary, .button.clear.secondary.disabled, .button.clear.secondary[disabled], .button.clear.secondary.disabled:hover, .button.clear.secondary[disabled]:hover, .button.clear.secondary.disabled:focus, .button.clear.secondary[disabled]:focus {
  color: #767676;
}

.button.clear.secondary:hover, .button.clear.secondary:focus {
  color: #3b3b3b;
}

.button.clear.success, .button.clear.success.disabled, .button.clear.success[disabled], .button.clear.success.disabled:hover, .button.clear.success[disabled]:hover, .button.clear.success.disabled:focus, .button.clear.success[disabled]:focus {
  color: #3adb76;
}

.button.clear.success:hover, .button.clear.success:focus {
  color: #157539;
}

.button.clear.warning, .button.clear.warning.disabled, .button.clear.warning[disabled], .button.clear.warning.disabled:hover, .button.clear.warning[disabled]:hover, .button.clear.warning.disabled:focus, .button.clear.warning[disabled]:focus {
  color: #ffae00;
}

.button.clear.warning:hover, .button.clear.warning:focus {
  color: #805700;
}

.button.clear.alert, .button.clear.alert.disabled, .button.clear.alert[disabled], .button.clear.alert.disabled:hover, .button.clear.alert[disabled]:hover, .button.clear.alert.disabled:focus, .button.clear.alert[disabled]:focus {
  color: #cc4b37;
}

.button.clear.alert:hover, .button.clear.alert:focus {
  color: #67251a;
}

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

.button.dropdown::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.4em;
  content: "";
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #fefefe transparent transparent;
  position: relative;
  top: 0.4em;
  display: inline-block;
  float: right;
  margin-left: 1em;
}

.button.dropdown.hollow::after, .button.dropdown.clear::after {
  border-top-color: #1779ba;
}

.button.dropdown.hollow.primary::after, .button.dropdown.clear.primary::after {
  border-top-color: #1779ba;
}

.button.dropdown.hollow.secondary::after, .button.dropdown.clear.secondary::after {
  border-top-color: #767676;
}

.button.dropdown.hollow.success::after, .button.dropdown.clear.success::after {
  border-top-color: #3adb76;
}

.button.dropdown.hollow.warning::after, .button.dropdown.clear.warning::after {
  border-top-color: #ffae00;
}

.button.dropdown.hollow.alert::after, .button.dropdown.clear.alert::after {
  border-top-color: #cc4b37;
}

.button.arrow-only::after {
  top: -0.1em;
  float: none;
  margin-left: 0;
}

a.button:hover, a.button:focus {
  text-decoration: none;
}

.button-group {
  margin-bottom: 1rem;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  flex-grow: 1;
}

.button-group::before, .button-group::after {
  display: table;
  content: " ";
  flex-basis: 0;
  order: 1;
}

.button-group::after {
  clear: both;
}

.button-group::before, .button-group::after {
  display: none;
}

.button-group .button {
  margin: 0;
  margin-right: 1px;
  margin-bottom: 1px;
  font-size: 0.9rem;
  flex: 0 0 auto;
}

.button-group .button:last-child {
  margin-right: 0;
}

.button-group.tiny .button {
  font-size: 0.6rem;
}

.button-group.small .button {
  font-size: 0.75rem;
}

.button-group.large .button {
  font-size: 1.25rem;
}

.button-group.expanded .button {
  flex: 1 1 0px;
  margin-right: 0;
}

.button-group.primary .button, .button-group.primary .button.disabled, .button-group.primary .button[disabled], .button-group.primary .button.disabled:hover, .button-group.primary .button[disabled]:hover, .button-group.primary .button.disabled:focus, .button-group.primary .button[disabled]:focus {
  background-color: #1779ba;
  color: #fefefe;
}

.button-group.primary .button:hover, .button-group.primary .button:focus {
  background-color: #126195;
  color: #fefefe;
}

.button-group.secondary .button, .button-group.secondary .button.disabled, .button-group.secondary .button[disabled], .button-group.secondary .button.disabled:hover, .button-group.secondary .button[disabled]:hover, .button-group.secondary .button.disabled:focus, .button-group.secondary .button[disabled]:focus {
  background-color: #767676;
  color: #fefefe;
}

.button-group.secondary .button:hover, .button-group.secondary .button:focus {
  background-color: #5e5e5e;
  color: #fefefe;
}

.button-group.success .button, .button-group.success .button.disabled, .button-group.success .button[disabled], .button-group.success .button.disabled:hover, .button-group.success .button[disabled]:hover, .button-group.success .button.disabled:focus, .button-group.success .button[disabled]:focus {
  background-color: #3adb76;
  color: #0a0a0a;
}

.button-group.success .button:hover, .button-group.success .button:focus {
  background-color: #22bb5b;
  color: #0a0a0a;
}

.button-group.warning .button, .button-group.warning .button.disabled, .button-group.warning .button[disabled], .button-group.warning .button.disabled:hover, .button-group.warning .button[disabled]:hover, .button-group.warning .button.disabled:focus, .button-group.warning .button[disabled]:focus {
  background-color: #ffae00;
  color: #0a0a0a;
}

.button-group.warning .button:hover, .button-group.warning .button:focus {
  background-color: #cc8b00;
  color: #0a0a0a;
}

.button-group.alert .button, .button-group.alert .button.disabled, .button-group.alert .button[disabled], .button-group.alert .button.disabled:hover, .button-group.alert .button[disabled]:hover, .button-group.alert .button.disabled:focus, .button-group.alert .button[disabled]:focus {
  background-color: #cc4b37;
  color: #fefefe;
}

.button-group.alert .button:hover, .button-group.alert .button:focus {
  background-color: #a53b2a;
  color: #fefefe;
}

.button-group.hollow .button, .button-group.hollow .button:hover, .button-group.hollow .button:focus, .button-group.hollow .button.disabled, .button-group.hollow .button.disabled:hover, .button-group.hollow .button.disabled:focus, .button-group.hollow .button[disabled], .button-group.hollow .button[disabled]:hover, .button-group.hollow .button[disabled]:focus {
  background-color: transparent;
}

.button-group.hollow .button, .button-group.hollow .button.disabled, .button-group.hollow .button[disabled], .button-group.hollow .button.disabled:hover, .button-group.hollow .button[disabled]:hover, .button-group.hollow .button.disabled:focus, .button-group.hollow .button[disabled]:focus {
  border: 1px solid #1779ba;
  color: #1779ba;
}

.button-group.hollow .button:hover, .button-group.hollow .button:focus {
  border-color: #0c3d5d;
  color: #0c3d5d;
}

.button-group.hollow.primary .button, .button-group.hollow.primary .button.disabled, .button-group.hollow.primary .button[disabled], .button-group.hollow.primary .button.disabled:hover, .button-group.hollow.primary .button[disabled]:hover, .button-group.hollow.primary .button.disabled:focus, .button-group.hollow.primary .button[disabled]:focus, .button-group.hollow .button.primary, .button-group.hollow .button.primary.disabled, .button-group.hollow .button.primary[disabled], .button-group.hollow .button.primary.disabled:hover, .button-group.hollow .button.primary[disabled]:hover, .button-group.hollow .button.primary.disabled:focus, .button-group.hollow .button.primary[disabled]:focus {
  border: 1px solid #1779ba;
  color: #1779ba;
}

.button-group.hollow.primary .button:hover, .button-group.hollow.primary .button:focus, .button-group.hollow .button.primary:hover, .button-group.hollow .button.primary:focus {
  border-color: #0c3d5d;
  color: #0c3d5d;
}

.button-group.hollow.secondary .button, .button-group.hollow.secondary .button.disabled, .button-group.hollow.secondary .button[disabled], .button-group.hollow.secondary .button.disabled:hover, .button-group.hollow.secondary .button[disabled]:hover, .button-group.hollow.secondary .button.disabled:focus, .button-group.hollow.secondary .button[disabled]:focus, .button-group.hollow .button.secondary, .button-group.hollow .button.secondary.disabled, .button-group.hollow .button.secondary[disabled], .button-group.hollow .button.secondary.disabled:hover, .button-group.hollow .button.secondary[disabled]:hover, .button-group.hollow .button.secondary.disabled:focus, .button-group.hollow .button.secondary[disabled]:focus {
  border: 1px solid #767676;
  color: #767676;
}

.button-group.hollow.secondary .button:hover, .button-group.hollow.secondary .button:focus, .button-group.hollow .button.secondary:hover, .button-group.hollow .button.secondary:focus {
  border-color: #3b3b3b;
  color: #3b3b3b;
}

.button-group.hollow.success .button, .button-group.hollow.success .button.disabled, .button-group.hollow.success .button[disabled], .button-group.hollow.success .button.disabled:hover, .button-group.hollow.success .button[disabled]:hover, .button-group.hollow.success .button.disabled:focus, .button-group.hollow.success .button[disabled]:focus, .button-group.hollow .button.success, .button-group.hollow .button.success.disabled, .button-group.hollow .button.success[disabled], .button-group.hollow .button.success.disabled:hover, .button-group.hollow .button.success[disabled]:hover, .button-group.hollow .button.success.disabled:focus, .button-group.hollow .button.success[disabled]:focus {
  border: 1px solid #3adb76;
  color: #3adb76;
}

.button-group.hollow.success .button:hover, .button-group.hollow.success .button:focus, .button-group.hollow .button.success:hover, .button-group.hollow .button.success:focus {
  border-color: #157539;
  color: #157539;
}

.button-group.hollow.warning .button, .button-group.hollow.warning .button.disabled, .button-group.hollow.warning .button[disabled], .button-group.hollow.warning .button.disabled:hover, .button-group.hollow.warning .button[disabled]:hover, .button-group.hollow.warning .button.disabled:focus, .button-group.hollow.warning .button[disabled]:focus, .button-group.hollow .button.warning, .button-group.hollow .button.warning.disabled, .button-group.hollow .button.warning[disabled], .button-group.hollow .button.warning.disabled:hover, .button-group.hollow .button.warning[disabled]:hover, .button-group.hollow .button.warning.disabled:focus, .button-group.hollow .button.warning[disabled]:focus {
  border: 1px solid #ffae00;
  color: #ffae00;
}

.button-group.hollow.warning .button:hover, .button-group.hollow.warning .button:focus, .button-group.hollow .button.warning:hover, .button-group.hollow .button.warning:focus {
  border-color: #805700;
  color: #805700;
}

.button-group.hollow.alert .button, .button-group.hollow.alert .button.disabled, .button-group.hollow.alert .button[disabled], .button-group.hollow.alert .button.disabled:hover, .button-group.hollow.alert .button[disabled]:hover, .button-group.hollow.alert .button.disabled:focus, .button-group.hollow.alert .button[disabled]:focus, .button-group.hollow .button.alert, .button-group.hollow .button.alert.disabled, .button-group.hollow .button.alert[disabled], .button-group.hollow .button.alert.disabled:hover, .button-group.hollow .button.alert[disabled]:hover, .button-group.hollow .button.alert.disabled:focus, .button-group.hollow .button.alert[disabled]:focus {
  border: 1px solid #cc4b37;
  color: #cc4b37;
}

.button-group.hollow.alert .button:hover, .button-group.hollow.alert .button:focus, .button-group.hollow .button.alert:hover, .button-group.hollow .button.alert:focus {
  border-color: #67251a;
  color: #67251a;
}

.button-group.clear .button, .button-group.clear .button:hover, .button-group.clear .button:focus, .button-group.clear .button.disabled, .button-group.clear .button.disabled:hover, .button-group.clear .button.disabled:focus, .button-group.clear .button[disabled], .button-group.clear .button[disabled]:hover, .button-group.clear .button[disabled]:focus {
  border-color: transparent;
  background-color: transparent;
}

.button-group.clear .button, .button-group.clear .button.disabled, .button-group.clear .button[disabled], .button-group.clear .button.disabled:hover, .button-group.clear .button[disabled]:hover, .button-group.clear .button.disabled:focus, .button-group.clear .button[disabled]:focus {
  color: #1779ba;
}

.button-group.clear .button:hover, .button-group.clear .button:focus {
  color: #0c3d5d;
}

.button-group.clear.primary .button, .button-group.clear.primary .button.disabled, .button-group.clear.primary .button[disabled], .button-group.clear.primary .button.disabled:hover, .button-group.clear.primary .button[disabled]:hover, .button-group.clear.primary .button.disabled:focus, .button-group.clear.primary .button[disabled]:focus, .button-group.clear .button.primary, .button-group.clear .button.primary.disabled, .button-group.clear .button.primary[disabled], .button-group.clear .button.primary.disabled:hover, .button-group.clear .button.primary[disabled]:hover, .button-group.clear .button.primary.disabled:focus, .button-group.clear .button.primary[disabled]:focus {
  color: #1779ba;
}

.button-group.clear.primary .button:hover, .button-group.clear.primary .button:focus, .button-group.clear .button.primary:hover, .button-group.clear .button.primary:focus {
  color: #0c3d5d;
}

.button-group.clear.secondary .button, .button-group.clear.secondary .button.disabled, .button-group.clear.secondary .button[disabled], .button-group.clear.secondary .button.disabled:hover, .button-group.clear.secondary .button[disabled]:hover, .button-group.clear.secondary .button.disabled:focus, .button-group.clear.secondary .button[disabled]:focus, .button-group.clear .button.secondary, .button-group.clear .button.secondary.disabled, .button-group.clear .button.secondary[disabled], .button-group.clear .button.secondary.disabled:hover, .button-group.clear .button.secondary[disabled]:hover, .button-group.clear .button.secondary.disabled:focus, .button-group.clear .button.secondary[disabled]:focus {
  color: #767676;
}

.button-group.clear.secondary .button:hover, .button-group.clear.secondary .button:focus, .button-group.clear .button.secondary:hover, .button-group.clear .button.secondary:focus {
  color: #3b3b3b;
}

.button-group.clear.success .button, .button-group.clear.success .button.disabled, .button-group.clear.success .button[disabled], .button-group.clear.success .button.disabled:hover, .button-group.clear.success .button[disabled]:hover, .button-group.clear.success .button.disabled:focus, .button-group.clear.success .button[disabled]:focus, .button-group.clear .button.success, .button-group.clear .button.success.disabled, .button-group.clear .button.success[disabled], .button-group.clear .button.success.disabled:hover, .button-group.clear .button.success[disabled]:hover, .button-group.clear .button.success.disabled:focus, .button-group.clear .button.success[disabled]:focus {
  color: #3adb76;
}

.button-group.clear.success .button:hover, .button-group.clear.success .button:focus, .button-group.clear .button.success:hover, .button-group.clear .button.success:focus {
  color: #157539;
}

.button-group.clear.warning .button, .button-group.clear.warning .button.disabled, .button-group.clear.warning .button[disabled], .button-group.clear.warning .button.disabled:hover, .button-group.clear.warning .button[disabled]:hover, .button-group.clear.warning .button.disabled:focus, .button-group.clear.warning .button[disabled]:focus, .button-group.clear .button.warning, .button-group.clear .button.warning.disabled, .button-group.clear .button.warning[disabled], .button-group.clear .button.warning.disabled:hover, .button-group.clear .button.warning[disabled]:hover, .button-group.clear .button.warning.disabled:focus, .button-group.clear .button.warning[disabled]:focus {
  color: #ffae00;
}

.button-group.clear.warning .button:hover, .button-group.clear.warning .button:focus, .button-group.clear .button.warning:hover, .button-group.clear .button.warning:focus {
  color: #805700;
}

.button-group.clear.alert .button, .button-group.clear.alert .button.disabled, .button-group.clear.alert .button[disabled], .button-group.clear.alert .button.disabled:hover, .button-group.clear.alert .button[disabled]:hover, .button-group.clear.alert .button.disabled:focus, .button-group.clear.alert .button[disabled]:focus, .button-group.clear .button.alert, .button-group.clear .button.alert.disabled, .button-group.clear .button.alert[disabled], .button-group.clear .button.alert.disabled:hover, .button-group.clear .button.alert[disabled]:hover, .button-group.clear .button.alert.disabled:focus, .button-group.clear .button.alert[disabled]:focus {
  color: #cc4b37;
}

.button-group.clear.alert .button:hover, .button-group.clear.alert .button:focus, .button-group.clear .button.alert:hover, .button-group.clear .button.alert:focus {
  color: #67251a;
}

.button-group.no-gaps .button {
  margin-right: -0.0625rem;
}

.button-group.no-gaps .button + .button {
  border-left-color: transparent;
}

.button-group.stacked, .button-group.stacked-for-small, .button-group.stacked-for-medium {
  flex-wrap: wrap;
}

.button-group.stacked .button, .button-group.stacked-for-small .button, .button-group.stacked-for-medium .button {
  flex: 0 0 100%;
}

.button-group.stacked .button:last-child, .button-group.stacked-for-small .button:last-child, .button-group.stacked-for-medium .button:last-child {
  margin-bottom: 0;
}

.button-group.stacked.expanded .button, .button-group.stacked-for-small.expanded .button, .button-group.stacked-for-medium.expanded .button {
  flex: 1 1 0px;
  margin-right: 0;
}

@media print, screen and (min-width: 40em) {
  .button-group.stacked-for-small .button {
    flex: 0 0 auto;
    margin-bottom: 0;
  }
}
@media print, screen and (min-width: 64em) {
  .button-group.stacked-for-medium .button {
    flex: 0 0 auto;
    margin-bottom: 0;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .button-group.stacked-for-small.expanded {
    display: block;
  }

  .button-group.stacked-for-small.expanded .button {
    display: block;
    margin-right: 0;
  }
}
@media print, screen and (max-width: 63.99875em) {
  .button-group.stacked-for-medium.expanded {
    display: block;
  }

  .button-group.stacked-for-medium.expanded .button {
    display: block;
    margin-right: 0;
  }
}
.close-button {
  position: absolute;
  z-index: 10;
  color: #8a8a8a;
  cursor: pointer;
}

[data-whatinput=mouse] .close-button {
  outline: 0;
}

.close-button:hover, .close-button:focus {
  color: #0a0a0a;
}

.close-button.small {
  right: 0.66rem;
  top: 0.33em;
  font-size: 1.5em;
  line-height: 1;
}

.close-button.medium, .close-button {
  right: 1rem;
  top: 0.5rem;
  font-size: 2em;
  line-height: 1;
}

.label {
  display: inline-block;
  padding: 0.33333rem 0.5rem;
  border-radius: 0;
  font-size: 0.8rem;
  line-height: 1;
  white-space: nowrap;
  cursor: default;
  background: #1779ba;
  color: #fefefe;
}

.label.primary {
  background: #1779ba;
  color: #fefefe;
}

.label.secondary {
  background: #767676;
  color: #fefefe;
}

.label.success {
  background: #3adb76;
  color: #0a0a0a;
}

.label.warning {
  background: #ffae00;
  color: #0a0a0a;
}

.label.alert {
  background: #cc4b37;
  color: #fefefe;
}

.progress {
  height: 1rem;
  margin-bottom: 1rem;
  border-radius: 0;
  background-color: #cacaca;
}

.progress.primary .progress-meter {
  background-color: #1779ba;
}

.progress.secondary .progress-meter {
  background-color: #767676;
}

.progress.success .progress-meter {
  background-color: #3adb76;
}

.progress.warning .progress-meter {
  background-color: #ffae00;
}

.progress.alert .progress-meter {
  background-color: #cc4b37;
}

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

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

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

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

.slider-fill.is-dragging {
  transition: all 0s linear;
}

.slider-handle {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  z-index: 1;
  display: inline-block;
  width: 1.4rem;
  height: 1.4rem;
  border-radius: 0;
  background-color: #1779ba;
  transition: all 0.2s ease-in-out;
  touch-action: manipulation;
}

[data-whatinput=mouse] .slider-handle {
  outline: 0;
}

.slider-handle:hover {
  background-color: #14679e;
}

.slider-handle.is-dragging {
  transition: all 0s linear;
}

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

.slider.vertical {
  display: inline-block;
  width: 0.5rem;
  height: 12.5rem;
  margin: 0 1.25rem;
  transform: scale(1, -1);
}

.slider.vertical .slider-fill {
  top: 0;
  width: 0.5rem;
  max-height: 100%;
}

.slider.vertical .slider-handle {
  position: absolute;
  top: 0;
  left: 50%;
  width: 1.4rem;
  height: 1.4rem;
  transform: translateX(-50%);
}

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

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

.switch-paddle {
  position: relative;
  display: block;
  width: 4rem;
  height: 2rem;
  border-radius: 0;
  background: #cacaca;
  transition: all 0.25s ease-out;
  font-weight: inherit;
  color: inherit;
  cursor: pointer;
}

input + .switch-paddle {
  margin: 0;
}

.switch-paddle::after {
  position: absolute;
  top: 0.25rem;
  left: 0.25rem;
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  transform: translate3d(0, 0, 0);
  border-radius: 0;
  background: #fefefe;
  transition: all 0.25s ease-out;
  content: "";
}

input:checked ~ .switch-paddle {
  background: #1779ba;
}

input:checked ~ .switch-paddle::after {
  left: 2.25rem;
}

input:disabled ~ .switch-paddle {
  cursor: not-allowed;
  opacity: 0.5;
}

[data-whatinput=mouse] input:focus ~ .switch-paddle {
  outline: 0;
}

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

.switch-active {
  left: 8%;
  display: none;
}

input:checked + label > .switch-active {
  display: block;
}

.switch-inactive {
  right: 15%;
}

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

.switch.tiny {
  height: 1.5rem;
}

.switch.tiny .switch-paddle {
  width: 3rem;
  height: 1.5rem;
  font-size: 0.625rem;
}

.switch.tiny .switch-paddle::after {
  top: 0.25rem;
  left: 0.25rem;
  width: 1rem;
  height: 1rem;
}

.switch.tiny input:checked ~ .switch-paddle::after {
  left: 1.75rem;
}

.switch.small {
  height: 1.75rem;
}

.switch.small .switch-paddle {
  width: 3.5rem;
  height: 1.75rem;
  font-size: 0.75rem;
}

.switch.small .switch-paddle::after {
  top: 0.25rem;
  left: 0.25rem;
  width: 1.25rem;
  height: 1.25rem;
}

.switch.small input:checked ~ .switch-paddle::after {
  left: 2rem;
}

.switch.large {
  height: 2.5rem;
}

.switch.large .switch-paddle {
  width: 5rem;
  height: 2.5rem;
  font-size: 1rem;
}

.switch.large .switch-paddle::after {
  top: 0.25rem;
  left: 0.25rem;
  width: 2rem;
  height: 2rem;
}

.switch.large input:checked ~ .switch-paddle::after {
  left: 2.75rem;
}

table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 1rem;
  border-radius: 0;
}

thead,
tbody,
tfoot {
  border: 1px solid #f1f1f1;
  background-color: #fefefe;
}

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

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

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

thead tr,
tfoot tr {
  background: transparent;
}

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

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

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

table.unstriped tbody {
  background-color: #fefefe;
}

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

@media print, screen and (max-width: 63.99875em) {
  table.stack thead {
    display: none;
  }

  table.stack tfoot {
    display: none;
  }

  table.stack tr,
table.stack th,
table.stack td {
    display: block;
  }

  table.stack td {
    border-top: 0;
  }
}
table.scroll {
  display: block;
  width: 100%;
  overflow-x: auto;
}

table.hover thead tr:hover {
  background-color: #f3f3f3;
}

table.hover tfoot tr:hover {
  background-color: #ececec;
}

table.hover tbody tr:hover {
  background-color: #f9f9f9;
}

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

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

.badge {
  display: inline-block;
  min-width: 2.1em;
  padding: 0.3em;
  border-radius: 50%;
  font-size: 0.6rem;
  text-align: center;
  background: #1779ba;
  color: #fefefe;
}

.badge.primary {
  background: #1779ba;
  color: #fefefe;
}

.badge.secondary {
  background: #767676;
  color: #fefefe;
}

.badge.success {
  background: #3adb76;
  color: #0a0a0a;
}

.badge.warning {
  background: #ffae00;
  color: #0a0a0a;
}

.badge.alert {
  background: #cc4b37;
  color: #fefefe;
}

.breadcrumbs {
  margin: 0 0 1rem 0;
  list-style: none;
}

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

.breadcrumbs::after {
  clear: both;
}

.breadcrumbs li {
  float: left;
  font-size: 0.6875rem;
  color: #0a0a0a;
  cursor: default;
  text-transform: uppercase;
}

.breadcrumbs li:not(:last-child)::after {
  position: relative;
  margin: 0 0.75rem;
  opacity: 1;
  content: "/";
  color: #cacaca;
}

.breadcrumbs a {
  color: #1779ba;
}

.breadcrumbs a:hover {
  text-decoration: underline;
}

.breadcrumbs .disabled {
  color: #cacaca;
  cursor: not-allowed;
}

.callout {
  position: relative;
  margin: 0 0 1rem 0;
  padding: 1rem;
  border: 1px solid rgba(10, 10, 10, 0.25);
  border-radius: 0;
  background-color: white;
  color: #0a0a0a;
}

.callout > :first-child {
  margin-top: 0;
}

.callout > :last-child {
  margin-bottom: 0;
}

.callout.primary {
  background-color: #d7ecfa;
  color: #0a0a0a;
}

.callout.secondary {
  background-color: #eaeaea;
  color: #0a0a0a;
}

.callout.success {
  background-color: #e1faea;
  color: #0a0a0a;
}

.callout.warning {
  background-color: #fff3d9;
  color: #0a0a0a;
}

.callout.alert {
  background-color: #f7e4e1;
  color: #0a0a0a;
}

.callout.small {
  padding-top: 0.5rem;
  padding-right: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.5rem;
}

.callout.large {
  padding-top: 3rem;
  padding-right: 3rem;
  padding-bottom: 3rem;
  padding-left: 3rem;
}

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

.card > :last-child {
  margin-bottom: 0;
}

.card-divider {
  display: flex;
  flex: 0 1 auto;
  padding: 1rem;
  background: #e6e6e6;
}

.card-divider > :last-child {
  margin-bottom: 0;
}

.card-section {
  flex: 1 0 auto;
  padding: 1rem;
}

.card-section > :last-child {
  margin-bottom: 0;
}

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

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

.dropdown-pane.is-opening {
  display: block;
}

.dropdown-pane.is-open {
  display: block;
  visibility: visible;
}

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

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

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

.pagination {
  margin-left: 0;
  margin-bottom: 1rem;
}

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

.pagination::after {
  clear: both;
}

.pagination li {
  margin-right: 0.0625rem;
  border-radius: 0;
  font-size: 0.875rem;
  display: none;
}

.pagination li:last-child, .pagination li:first-child {
  display: inline-block;
}

@media print, screen and (min-width: 40em) {
  .pagination li {
    display: inline-block;
  }
}
.pagination a,
.pagination button {
  display: block;
  padding: 0.1875rem 0.625rem;
  border-radius: 0;
  color: #0a0a0a;
}

.pagination a:hover,
.pagination button:hover {
  background: #e6e6e6;
}

.pagination .current {
  padding: 0.1875rem 0.625rem;
  background: #1779ba;
  color: #fefefe;
  cursor: default;
}

.pagination .disabled {
  padding: 0.1875rem 0.625rem;
  color: #cacaca;
  cursor: not-allowed;
}

.pagination .disabled:hover {
  background: transparent;
}

.pagination .ellipsis::after {
  padding: 0.1875rem 0.625rem;
  content: "\2026";
  color: #0a0a0a;
}

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

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

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

.tooltip {
  position: absolute;
  top: calc(100% + 0.6495rem);
  z-index: 1200;
  max-width: 10rem;
  padding: 0.75rem;
  border-radius: 0;
  background-color: #0a0a0a;
  font-size: 80%;
  color: #fefefe;
}

.tooltip::before {
  position: absolute;
}

.tooltip.bottom::before {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.75rem;
  content: "";
  border-top-width: 0;
  border-bottom-style: solid;
  border-color: transparent transparent #0a0a0a;
  bottom: 100%;
}

.tooltip.bottom.align-center::before {
  left: 50%;
  transform: translateX(-50%);
}

.tooltip.top::before {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.75rem;
  content: "";
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #0a0a0a transparent transparent;
  top: 100%;
  bottom: auto;
}

.tooltip.top.align-center::before {
  left: 50%;
  transform: translateX(-50%);
}

.tooltip.left::before {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.75rem;
  content: "";
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #0a0a0a;
  left: 100%;
}

.tooltip.left.align-center::before {
  bottom: auto;
  top: 50%;
  transform: translateY(-50%);
}

.tooltip.right::before {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.75rem;
  content: "";
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #0a0a0a transparent transparent;
  right: 100%;
  left: auto;
}

.tooltip.right.align-center::before {
  bottom: auto;
  top: 50%;
  transform: translateY(-50%);
}

.tooltip.align-top::before {
  bottom: auto;
  top: 10%;
}

.tooltip.align-bottom::before {
  bottom: 10%;
  top: auto;
}

.tooltip.align-left::before {
  left: 10%;
  right: auto;
}

.tooltip.align-right::before {
  left: auto;
  right: 10%;
}

.accordion {
  margin-left: 0;
  background: #fefefe;
  list-style-type: none;
}

.accordion[disabled] .accordion-title {
  cursor: not-allowed;
}

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

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

.accordion-title {
  position: relative;
  display: block;
  padding: 1.25rem 1rem;
  border: 1px solid #e6e6e6;
  border-bottom: 0;
  font-size: 0.75rem;
  line-height: 1;
  color: #1779ba;
}

:last-child:not(.is-active) > .accordion-title {
  border-bottom: 1px solid #e6e6e6;
  border-radius: 0 0 0 0;
}

.accordion-title:hover, .accordion-title:focus {
  background-color: #e6e6e6;
}

.accordion-title::before {
  position: absolute;
  top: 50%;
  right: 1rem;
  margin-top: -0.5rem;
  content: "+";
}

.is-active > .accordion-title::before {
  content: "\2013";
}

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

:last-child > .accordion-content:last-child {
  border-bottom: 1px solid #e6e6e6;
}

.media-object {
  display: flex;
  margin-bottom: 1rem;
  flex-wrap: nowrap;
}

.media-object img {
  max-width: none;
}

@media print, screen and (max-width: 39.99875em) {
  .media-object.stack-for-small {
    flex-wrap: wrap;
  }
}
.media-object-section {
  flex: 0 1 auto;
}

.media-object-section:first-child {
  padding-right: 1rem;
}

.media-object-section:last-child:not(:nth-child(2)) {
  padding-left: 1rem;
}

.media-object-section > :last-child {
  margin-bottom: 0;
}

@media print, screen and (max-width: 39.99875em) {
  .stack-for-small .media-object-section {
    padding: 0;
    padding-bottom: 1rem;
    flex-basis: 100%;
    max-width: 100%;
  }

  .stack-for-small .media-object-section img {
    width: 100%;
  }
}
.media-object-section.main-section {
  flex: 1 1 0px;
}

.orbit {
  position: relative;
}

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

.orbit-slide {
  width: 100%;
  position: absolute;
}

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

.orbit-figure {
  margin: 0;
}

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

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

.orbit-previous, .orbit-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  padding: 1rem;
  color: #fefefe;
}

[data-whatinput=mouse] .orbit-previous, [data-whatinput=mouse] .orbit-next {
  outline: 0;
}

.orbit-previous:hover, .orbit-next:hover, .orbit-previous:active, .orbit-next:active, .orbit-previous:focus, .orbit-next:focus {
  background-color: rgba(10, 10, 10, 0.5);
}

.orbit-previous {
  left: 0;
}

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

.orbit-bullets {
  position: relative;
  margin-top: 0.8rem;
  margin-bottom: 0.8rem;
  text-align: center;
}

[data-whatinput=mouse] .orbit-bullets {
  outline: 0;
}

.orbit-bullets button {
  width: 1.2rem;
  height: 1.2rem;
  margin: 0.1rem;
  border-radius: 50%;
  background-color: #cacaca;
}

.orbit-bullets button:hover {
  background-color: #8a8a8a;
}

.orbit-bullets button.is-active {
  background-color: #8a8a8a;
}

.responsive-embed,
.flex-video {
  position: relative;
  height: 0;
  margin-bottom: 1rem;
  padding-bottom: 75%;
  overflow: hidden;
}

.responsive-embed iframe,
.responsive-embed object,
.responsive-embed embed,
.responsive-embed video,
.flex-video iframe,
.flex-video object,
.flex-video embed,
.flex-video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.responsive-embed.widescreen,
.flex-video.widescreen {
  padding-bottom: 56.25%;
}

.tabs {
  margin: 0;
  border: 1px solid #e6e6e6;
  background: #fefefe;
  list-style-type: none;
}

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

.tabs::after {
  clear: both;
}

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

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

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

.tabs.primary {
  background: #1779ba;
}

.tabs.primary > li > a {
  color: #fefefe;
}

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

.tabs-title {
  float: left;
}

.tabs-title > a {
  display: block;
  padding: 1.25rem 1.5rem;
  font-size: 0.75rem;
  line-height: 1;
  color: #1779ba;
}

[data-whatinput=mouse] .tabs-title > a {
  outline: 0;
}

.tabs-title > a:hover {
  background: #fefefe;
  color: #1468a0;
}

.tabs-title > a:focus, .tabs-title > a[aria-selected=true] {
  background: #e6e6e6;
  color: #1779ba;
}

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

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

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

.tabs-panel.is-active {
  display: block;
}

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

a.thumbnail {
  transition: box-shadow 200ms ease-out;
}

a.thumbnail:hover, a.thumbnail:focus {
  box-shadow: 0 0 6px 1px rgba(23, 121, 186, 0.5);
}

a.thumbnail image {
  box-shadow: none;
}

.menu {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
  display: flex;
  flex-wrap: wrap;
}

[data-whatinput=mouse] .menu li {
  outline: 0;
}

.menu a,
.menu .button {
  line-height: 1;
  text-decoration: none;
  display: block;
  padding: 0.7rem 1rem;
}

.menu input,
.menu select,
.menu a,
.menu button {
  margin-bottom: 0;
}

.menu input {
  display: inline-block;
}

.menu, .menu.horizontal {
  flex-wrap: wrap;
  flex-direction: row;
}

.menu.vertical {
  flex-wrap: nowrap;
  flex-direction: column;
}

.menu.expanded li {
  flex: 1 1 0px;
}

.menu.simple {
  align-items: center;
}

.menu.simple li + li {
  margin-left: 1rem;
}

.menu.simple a {
  padding: 0;
}

@media print, screen and (min-width: 40em) {
  .menu.medium-horizontal {
    flex-wrap: wrap;
    flex-direction: row;
  }

  .menu.medium-vertical {
    flex-wrap: nowrap;
    flex-direction: column;
  }

  .menu.medium-expanded li {
    flex: 1 1 0px;
  }

  .menu.medium-simple li {
    flex: 1 1 0px;
  }
}
@media print, screen and (min-width: 64em) {
  .menu.large-horizontal {
    flex-wrap: wrap;
    flex-direction: row;
  }

  .menu.large-vertical {
    flex-wrap: nowrap;
    flex-direction: column;
  }

  .menu.large-expanded li {
    flex: 1 1 0px;
  }

  .menu.large-simple li {
    flex: 1 1 0px;
  }
}
.menu.nested {
  margin-right: 0;
  margin-left: 1rem;
}

.menu.icons a {
  display: flex;
}

.menu.icon-top a, .menu.icon-right a, .menu.icon-bottom a, .menu.icon-left a {
  display: flex;
}

.menu.icon-left li a {
  flex-flow: row nowrap;
}

.menu.icon-left li a img,
.menu.icon-left li a i,
.menu.icon-left li a svg {
  margin-right: 0.25rem;
}

.menu.icon-right li a {
  flex-flow: row nowrap;
}

.menu.icon-right li a img,
.menu.icon-right li a i,
.menu.icon-right li a svg {
  margin-left: 0.25rem;
}

.menu.icon-top li a {
  flex-flow: column nowrap;
}

.menu.icon-top li a img,
.menu.icon-top li a i,
.menu.icon-top li a svg {
  align-self: stretch;
  margin-bottom: 0.25rem;
  text-align: center;
}

.menu.icon-bottom li a {
  flex-flow: column nowrap;
}

.menu.icon-bottom li a img,
.menu.icon-bottom li a i,
.menu.icon-bottom li a svg {
  align-self: stretch;
  margin-bottom: 0.25rem;
  text-align: center;
}

.menu .is-active > a {
  background: #1779ba;
  color: #fefefe;
}

.menu .active > a {
  background: #1779ba;
  color: #fefefe;
}

.menu.align-left {
  justify-content: flex-start;
}

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

.menu.align-right li .submenu li {
  justify-content: flex-start;
}

.menu.align-right.vertical li {
  display: block;
  text-align: right;
}

.menu.align-right.vertical li .submenu li {
  text-align: right;
}

.menu.align-right .nested {
  margin-right: 1rem;
  margin-left: 0;
}

.menu.align-center li {
  display: flex;
  justify-content: center;
}

.menu.align-center li .submenu li {
  justify-content: flex-start;
}

.menu .menu-text {
  padding: 0.7rem 1rem;
  font-weight: bold;
  line-height: 1;
  color: inherit;
}

.menu-centered > .menu {
  justify-content: center;
}

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

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

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

.menu-icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 16px;
  cursor: pointer;
}

.menu-icon::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  background: #fefefe;
  box-shadow: 0 7px 0 #fefefe, 0 14px 0 #fefefe;
  content: "";
}

.menu-icon:hover::after {
  background: #cacaca;
  box-shadow: 0 7px 0 #cacaca, 0 14px 0 #cacaca;
}

.menu-icon.dark {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 16px;
  cursor: pointer;
}

.menu-icon.dark::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  background: #0a0a0a;
  box-shadow: 0 7px 0 #0a0a0a, 0 14px 0 #0a0a0a;
  content: "";
}

.menu-icon.dark:hover::after {
  background: #8a8a8a;
  box-shadow: 0 7px 0 #8a8a8a, 0 14px 0 #8a8a8a;
}

.accordion-menu li {
  width: 100%;
}

.accordion-menu a {
  padding: 0.7rem 1rem;
}

.accordion-menu .is-accordion-submenu a {
  padding: 0.7rem 1rem;
}

.accordion-menu .nested.is-accordion-submenu {
  margin-right: 0;
  margin-left: 1rem;
}

.accordion-menu.align-right .nested.is-accordion-submenu {
  margin-right: 1rem;
  margin-left: 0;
}

.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle) > a {
  position: relative;
}

.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle) > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: "";
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #1779ba transparent transparent;
  position: absolute;
  top: 50%;
  margin-top: -3px;
  right: 1rem;
}

.accordion-menu.align-left .is-accordion-submenu-parent > a::after {
  right: 1rem;
  left: auto;
}

.accordion-menu.align-right .is-accordion-submenu-parent > a::after {
  right: auto;
  left: 1rem;
}

.accordion-menu .is-accordion-submenu-parent[aria-expanded=true] > a::after {
  transform: rotate(180deg);
  transform-origin: 50% 50%;
}

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

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

.submenu-toggle {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

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

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

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

.is-drilldown {
  position: relative;
  overflow: hidden;
}

.is-drilldown li {
  display: block;
}

.is-drilldown.animate-height {
  transition: height 0.5s;
}

.drilldown a {
  padding: 0.7rem 1rem;
  background: #fefefe;
}

.drilldown .is-drilldown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: -1;
  width: 100%;
  background: #fefefe;
  transition: transform 0.15s linear;
}

.drilldown .is-drilldown-submenu.is-active {
  z-index: 1;
  display: block;
  transform: translateX(-100%);
}

.drilldown .is-drilldown-submenu.is-closing {
  transform: translateX(100%);
}

.drilldown .is-drilldown-submenu a {
  padding: 0.7rem 1rem;
}

.drilldown .nested.is-drilldown-submenu {
  margin-right: 0;
  margin-left: 0;
}

.drilldown .drilldown-submenu-cover-previous {
  min-height: 100%;
}

.drilldown .is-drilldown-submenu-parent > a {
  position: relative;
}

.drilldown .is-drilldown-submenu-parent > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: "";
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #1779ba;
  position: absolute;
  top: 50%;
  margin-top: -6px;
  right: 1rem;
}

.drilldown.align-left .is-drilldown-submenu-parent > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: "";
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #1779ba;
  right: 1rem;
  left: auto;
}

.drilldown.align-right .is-drilldown-submenu-parent > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: "";
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #1779ba transparent transparent;
  right: auto;
  left: 1rem;
}

.drilldown .js-drilldown-back > a::before {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: "";
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #1779ba transparent transparent;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.75rem;
}

.dropdown.menu > li.opens-left > .is-dropdown-submenu {
  top: 100%;
  right: 0;
  left: auto;
}

.dropdown.menu > li.opens-right > .is-dropdown-submenu {
  top: 100%;
  right: auto;
  left: 0;
}

.dropdown.menu > li.is-dropdown-submenu-parent > a {
  position: relative;
  padding-right: 1.5rem;
}

.dropdown.menu > li.is-dropdown-submenu-parent > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: "";
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #1779ba transparent transparent;
  right: 5px;
  left: auto;
  margin-top: -3px;
}

[data-whatinput=mouse] .dropdown.menu a {
  outline: 0;
}

.dropdown.menu > li > a {
  padding: 0.7rem 1rem;
}

.dropdown.menu > li.is-active > a {
  background: transparent;
  color: #1779ba;
}

.no-js .dropdown.menu ul {
  display: none;
}

.dropdown.menu .nested.is-dropdown-submenu {
  margin-right: 0;
  margin-left: 0;
}

.dropdown.menu.vertical > li .is-dropdown-submenu {
  top: 0;
}

.dropdown.menu.vertical > li.opens-left > .is-dropdown-submenu {
  top: 0;
  right: 100%;
  left: auto;
}

.dropdown.menu.vertical > li.opens-right > .is-dropdown-submenu {
  right: auto;
  left: 100%;
}

.dropdown.menu.vertical > li > a::after {
  right: 14px;
}

.dropdown.menu.vertical > li.opens-left > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: "";
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #1779ba transparent transparent;
  right: auto;
  left: 5px;
}

.dropdown.menu.vertical > li.opens-right > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: "";
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #1779ba;
}

@media print, screen and (min-width: 40em) {
  .dropdown.menu.medium-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto;
  }

  .dropdown.menu.medium-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0;
  }

  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem;
  }

  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: "";
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #1779ba transparent transparent;
    right: 5px;
    left: auto;
    margin-top: -3px;
  }

  .dropdown.menu.medium-vertical > li .is-dropdown-submenu {
    top: 0;
  }

  .dropdown.menu.medium-vertical > li.opens-left > .is-dropdown-submenu {
    top: 0;
    right: 100%;
    left: auto;
  }

  .dropdown.menu.medium-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%;
  }

  .dropdown.menu.medium-vertical > li > a::after {
    right: 14px;
  }

  .dropdown.menu.medium-vertical > li.opens-left > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: "";
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #1779ba transparent transparent;
    right: auto;
    left: 5px;
  }

  .dropdown.menu.medium-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: "";
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #1779ba;
  }
}
@media print, screen and (min-width: 64em) {
  .dropdown.menu.large-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto;
  }

  .dropdown.menu.large-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0;
  }

  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem;
  }

  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: "";
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #1779ba transparent transparent;
    right: 5px;
    left: auto;
    margin-top: -3px;
  }

  .dropdown.menu.large-vertical > li .is-dropdown-submenu {
    top: 0;
  }

  .dropdown.menu.large-vertical > li.opens-left > .is-dropdown-submenu {
    top: 0;
    right: 100%;
    left: auto;
  }

  .dropdown.menu.large-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%;
  }

  .dropdown.menu.large-vertical > li > a::after {
    right: 14px;
  }

  .dropdown.menu.large-vertical > li.opens-left > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: "";
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #1779ba transparent transparent;
    right: auto;
    left: 5px;
  }

  .dropdown.menu.large-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: "";
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #1779ba;
  }
}
.dropdown.menu.align-right .is-dropdown-submenu.first-sub {
  top: 100%;
  right: 0;
  left: auto;
}

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

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

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

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

.is-dropdown-submenu-parent.opens-inner > .is-dropdown-submenu {
  top: 100%;
  left: auto;
}

.is-dropdown-submenu-parent.opens-left > .is-dropdown-submenu {
  right: 100%;
  left: auto;
}

.is-dropdown-submenu-parent.opens-right > .is-dropdown-submenu {
  right: auto;
  left: 100%;
}

.is-dropdown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 1;
  display: none;
  min-width: 200px;
  border: 1px solid #cacaca;
  background: #fefefe;
}

.dropdown .is-dropdown-submenu a {
  padding: 0.7rem 1rem;
}

.is-dropdown-submenu .is-dropdown-submenu-parent > a::after {
  right: 14px;
}

.is-dropdown-submenu .is-dropdown-submenu-parent.opens-left > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: "";
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #1779ba transparent transparent;
  right: auto;
  left: 5px;
}

.is-dropdown-submenu .is-dropdown-submenu-parent.opens-right > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: "";
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #1779ba;
}

.is-dropdown-submenu .is-dropdown-submenu {
  margin-top: -1px;
}

.is-dropdown-submenu > li {
  width: 100%;
}

.is-dropdown-submenu.js-dropdown-active {
  display: block;
}

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

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

.js-off-canvas-overlay.is-visible {
  opacity: 1;
  visibility: visible;
}

.js-off-canvas-overlay.is-closable {
  cursor: pointer;
}

.js-off-canvas-overlay.is-overlay-absolute {
  position: absolute;
}

.js-off-canvas-overlay.is-overlay-fixed {
  position: fixed;
}

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

.off-canvas {
  position: fixed;
  z-index: 12;
  transition: transform 0.5s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background: #e6e6e6;
}

[data-whatinput=mouse] .off-canvas {
  outline: 0;
}

.off-canvas.is-transition-push {
  z-index: 12;
}

.off-canvas.is-closed {
  visibility: hidden;
}

.off-canvas.is-transition-overlap {
  z-index: 13;
}

.off-canvas.is-transition-overlap.is-open {
  box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
}

.off-canvas.is-open {
  transform: translate(0, 0);
}

.off-canvas-absolute {
  position: absolute;
  z-index: 12;
  transition: transform 0.5s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background: #e6e6e6;
}

[data-whatinput=mouse] .off-canvas-absolute {
  outline: 0;
}

.off-canvas-absolute.is-transition-push {
  z-index: 12;
}

.off-canvas-absolute.is-closed {
  visibility: hidden;
}

.off-canvas-absolute.is-transition-overlap {
  z-index: 13;
}

.off-canvas-absolute.is-transition-overlap.is-open {
  box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
}

.off-canvas-absolute.is-open {
  transform: translate(0, 0);
}

.position-left {
  top: 0;
  left: 0;
  height: 100%;
  overflow-y: auto;
  width: 250px;
  transform: translateX(-250px);
}

.off-canvas-content .off-canvas.position-left {
  transform: translateX(-250px);
}

.off-canvas-content .off-canvas.position-left.is-transition-overlap.is-open {
  transform: translate(0, 0);
}

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

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

.position-right {
  top: 0;
  right: 0;
  height: 100%;
  overflow-y: auto;
  width: 250px;
  transform: translateX(250px);
}

.off-canvas-content .off-canvas.position-right {
  transform: translateX(250px);
}

.off-canvas-content .off-canvas.position-right.is-transition-overlap.is-open {
  transform: translate(0, 0);
}

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

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

.position-top {
  top: 0;
  left: 0;
  width: 100%;
  overflow-x: auto;
  height: 250px;
  transform: translateY(-250px);
}

.off-canvas-content .off-canvas.position-top {
  transform: translateY(-250px);
}

.off-canvas-content .off-canvas.position-top.is-transition-overlap.is-open {
  transform: translate(0, 0);
}

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

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

.position-bottom {
  bottom: 0;
  left: 0;
  width: 100%;
  overflow-x: auto;
  height: 250px;
  transform: translateY(250px);
}

.off-canvas-content .off-canvas.position-bottom {
  transform: translateY(250px);
}

.off-canvas-content .off-canvas.position-bottom.is-transition-overlap.is-open {
  transform: translate(0, 0);
}

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

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

.off-canvas-content {
  transform: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.off-canvas-content.has-transition-overlap, .off-canvas-content.has-transition-push {
  transition: transform 0.5s ease;
}

.off-canvas-content.has-transition-push {
  transform: translate(0, 0);
}

.off-canvas-content .off-canvas.is-open {
  transform: translate(0, 0);
}

@media print, screen and (min-width: 40em) {
  .position-left.reveal-for-medium {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }

  .position-left.reveal-for-medium .close-button {
    display: none;
  }

  .off-canvas-content .position-left.reveal-for-medium {
    transform: none;
  }

  .off-canvas-content.has-reveal-left {
    margin-left: 250px;
  }

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

  .position-right.reveal-for-medium {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }

  .position-right.reveal-for-medium .close-button {
    display: none;
  }

  .off-canvas-content .position-right.reveal-for-medium {
    transform: none;
  }

  .off-canvas-content.has-reveal-right {
    margin-right: 250px;
  }

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

  .position-top.reveal-for-medium {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }

  .position-top.reveal-for-medium .close-button {
    display: none;
  }

  .off-canvas-content .position-top.reveal-for-medium {
    transform: none;
  }

  .off-canvas-content.has-reveal-top {
    margin-top: 250px;
  }

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

  .position-bottom.reveal-for-medium {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }

  .position-bottom.reveal-for-medium .close-button {
    display: none;
  }

  .off-canvas-content .position-bottom.reveal-for-medium {
    transform: none;
  }

  .off-canvas-content.has-reveal-bottom {
    margin-bottom: 250px;
  }

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

  .position-left.reveal-for-large .close-button {
    display: none;
  }

  .off-canvas-content .position-left.reveal-for-large {
    transform: none;
  }

  .off-canvas-content.has-reveal-left {
    margin-left: 250px;
  }

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

  .position-right.reveal-for-large {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }

  .position-right.reveal-for-large .close-button {
    display: none;
  }

  .off-canvas-content .position-right.reveal-for-large {
    transform: none;
  }

  .off-canvas-content.has-reveal-right {
    margin-right: 250px;
  }

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

  .position-top.reveal-for-large {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }

  .position-top.reveal-for-large .close-button {
    display: none;
  }

  .off-canvas-content .position-top.reveal-for-large {
    transform: none;
  }

  .off-canvas-content.has-reveal-top {
    margin-top: 250px;
  }

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

  .position-bottom.reveal-for-large {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }

  .position-bottom.reveal-for-large .close-button {
    display: none;
  }

  .off-canvas-content .position-bottom.reveal-for-large {
    transform: none;
  }

  .off-canvas-content.has-reveal-bottom {
    margin-bottom: 250px;
  }

  .position-bottom.reveal-for-large ~ .off-canvas-content {
    margin-bottom: 250px;
  }
}
@media print, screen and (min-width: 40em) {
  .off-canvas.in-canvas-for-medium {
    visibility: visible;
    height: auto;
    position: static;
    background: none;
    width: auto;
    overflow: visible;
    transition: none;
  }

  .off-canvas.in-canvas-for-medium.position-left, .off-canvas.in-canvas-for-medium.position-right, .off-canvas.in-canvas-for-medium.position-top, .off-canvas.in-canvas-for-medium.position-bottom {
    box-shadow: none;
    transform: none;
  }

  .off-canvas.in-canvas-for-medium .close-button {
    display: none;
  }
}
@media print, screen and (min-width: 64em) {
  .off-canvas.in-canvas-for-large {
    visibility: visible;
    height: auto;
    position: static;
    background: none;
    width: auto;
    overflow: visible;
    transition: none;
  }

  .off-canvas.in-canvas-for-large.position-left, .off-canvas.in-canvas-for-large.position-right, .off-canvas.in-canvas-for-large.position-top, .off-canvas.in-canvas-for-large.position-bottom {
    box-shadow: none;
    transform: none;
  }

  .off-canvas.in-canvas-for-large .close-button {
    display: none;
  }
}
html.is-reveal-open {
  position: fixed;
  width: 100%;
  overflow-y: hidden;
}

html.is-reveal-open.zf-has-scroll {
  overflow-y: scroll;
}

html.is-reveal-open body {
  overflow-y: hidden;
}

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

.reveal {
  z-index: 1006;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: none;
  padding: 1rem;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  position: relative;
  top: 100px;
  margin-right: auto;
  margin-left: auto;
  overflow-y: auto;
}

[data-whatinput=mouse] .reveal {
  outline: 0;
}

@media print, screen and (min-width: 40em) {
  .reveal {
    min-height: 0;
  }
}
.reveal .column {
  min-width: 0;
}

.reveal > :last-child {
  margin-bottom: 0;
}

@media print, screen and (min-width: 40em) {
  .reveal {
    width: 600px;
    max-width: 75rem;
  }
}
.reveal.collapse {
  padding: 0;
}

@media print, screen and (min-width: 40em) {
  .reveal.tiny {
    width: 30%;
    max-width: 75rem;
  }
}
@media print, screen and (min-width: 40em) {
  .reveal.small {
    width: 50%;
    max-width: 75rem;
  }
}
@media print, screen and (min-width: 40em) {
  .reveal.large {
    width: 90%;
    max-width: 75rem;
  }
}
.reveal.full {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  max-width: none;
  height: 100%;
  min-height: 100%;
  margin-left: 0;
  border: 0;
  border-radius: 0;
}

@media print, screen and (max-width: 39.99875em) {
  .reveal {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    max-width: none;
    height: 100%;
    min-height: 100%;
    margin-left: 0;
    border: 0;
    border-radius: 0;
  }
}
.reveal.without-overlay {
  position: fixed;
}

.sticky-container {
  position: relative;
}

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

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

.sticky.is-stuck.is-at-top {
  top: 0;
}

.sticky.is-stuck.is-at-bottom {
  bottom: 0;
}

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

.sticky.is-anchored.is-at-bottom {
  bottom: 0;
}

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

.title-bar .menu-icon {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

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

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

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

.top-bar {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  padding: 0.5rem;
  flex-wrap: wrap;
}

.top-bar,
.top-bar ul {
  background-color: #e6e6e6;
}

.top-bar input {
  max-width: 200px;
  margin-right: 1rem;
}

.top-bar .input-group-field {
  width: 100%;
  margin-right: 0;
}

.top-bar input.button {
  width: auto;
}

.top-bar .top-bar-left,
.top-bar .top-bar-right {
  flex: 0 0 100%;
  max-width: 100%;
}

@media print, screen and (min-width: 40em) {
  .top-bar {
    flex-wrap: nowrap;
  }

  .top-bar .top-bar-left {
    flex: 1 1 auto;
    margin-right: auto;
  }

  .top-bar .top-bar-right {
    flex: 0 1 auto;
    margin-left: auto;
  }
}
@media print, screen and (max-width: 63.99875em) {
  .top-bar.stacked-for-medium {
    flex-wrap: wrap;
  }

  .top-bar.stacked-for-medium .top-bar-left,
.top-bar.stacked-for-medium .top-bar-right {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media print, screen and (max-width: 74.99875em) {
  .top-bar.stacked-for-large {
    flex-wrap: wrap;
  }

  .top-bar.stacked-for-large .top-bar-left,
.top-bar.stacked-for-large .top-bar-right {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.top-bar-title {
  flex: 0 0 auto;
  margin: 0.5rem 1rem 0.5rem 0;
}

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

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

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

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

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

.clearfix::after {
  clear: both;
}

.align-left {
  justify-content: flex-start;
}

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

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

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

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

.align-left.vertical.menu > li > a {
  justify-content: flex-start;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.invisible {
  visibility: hidden;
}

@media print, screen and (max-width: 39.99875em) {
  .hide-for-small-only {
    display: none !important;
  }
}
@media screen and (max-width: 0em), screen and (min-width: 40em) {
  .show-for-small-only {
    display: none !important;
  }
}
@media print, screen and (min-width: 40em) {
  .hide-for-medium {
    display: none !important;
  }
}
@media screen and (max-width: 39.99875em) {
  .show-for-medium {
    display: none !important;
  }
}
@media print, screen and (min-width: 40em) and (max-width: 63.99875em) {
  .hide-for-medium-only {
    display: none !important;
  }
}
@media screen and (max-width: 39.99875em), screen and (min-width: 64em) {
  .show-for-medium-only {
    display: none !important;
  }
}
@media print, screen and (min-width: 64em) {
  .hide-for-large {
    display: none !important;
  }
}
@media screen and (max-width: 63.99875em) {
  .show-for-large {
    display: none !important;
  }
}
@media print, screen and (min-width: 64em) and (max-width: 74.99875em) {
  .hide-for-large-only {
    display: none !important;
  }
}
@media screen and (max-width: 63.99875em), screen and (min-width: 75em) {
  .show-for-large-only {
    display: none !important;
  }
}
.show-for-sr,
.show-on-focus {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

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

.show-for-landscape,
.hide-for-portrait {
  display: block !important;
}

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

@media screen and (orientation: landscape) {
  .hide-for-landscape,
.show-for-portrait {
    display: none !important;
  }
}
@media screen and (orientation: portrait) {
  .hide-for-landscape,
.show-for-portrait {
    display: block !important;
  }
}
/*# sourceMappingURL=foundation.css.map */
@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-container-multirow-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-container-pointer-events {
  touch-action: pan-y;
}
.swiper-container-pointer-events.swiper-container-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

/* 3D Effects */
.swiper-container-3d {
  perspective: 1200px;
}
.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* CSS Mode */
.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}
.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
}

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
      scroll-snap-type: y mandatory;
}

@-webkit-keyframes plyr-progress {
  to {
    background-position: var(--plyr-progress-loading-size, 25px) 0;
  }
}

@keyframes plyr-progress {
  to {
    background-position: var(--plyr-progress-loading-size, 25px) 0;
  }
}
@-webkit-keyframes plyr-popup {
  0% {
    opacity: 0.5;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes plyr-popup {
  0% {
    opacity: 0.5;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@-webkit-keyframes plyr-fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes plyr-fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.plyr {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  align-items: center;
  direction: ltr;
  display: flex;
  flex-direction: column;
  font-family: var(--plyr-font-family, inherit);
  font-variant-numeric: tabular-nums;
  font-weight: var(--plyr-font-weight-regular, 400);
  line-height: var(--plyr-line-height, 1.7);
  max-width: 100%;
  min-width: 200px;
  position: relative;
  text-shadow: none;
  transition: box-shadow 0.3s ease;
  z-index: 0;
}
.plyr video,
.plyr audio,
.plyr iframe {
  display: block;
  height: 100%;
  width: 100%;
}
.plyr button {
  font: inherit;
  line-height: inherit;
  width: auto;
}
.plyr:focus {
  outline: 0;
}

.plyr--full-ui {
  box-sizing: border-box;
}
.plyr--full-ui *,
.plyr--full-ui *::after,
.plyr--full-ui *::before {
  box-sizing: inherit;
}

.plyr--full-ui a,
.plyr--full-ui button,
.plyr--full-ui input,
.plyr--full-ui label {
  touch-action: manipulation;
}

.plyr__badge {
  background: var(--plyr-badge-background, #4a5464);
  border-radius: var(--plyr-badge-border-radius, 2px);
  color: var(--plyr-badge-text-color, #fff);
  font-size: var(--plyr-font-size-badge, 9px);
  line-height: 1;
  padding: 3px 4px;
}

.plyr--full-ui ::-webkit-media-text-track-container {
  display: none;
}

.plyr__captions {
  -webkit-animation: plyr-fade-in 0.3s ease;
          animation: plyr-fade-in 0.3s ease;
  bottom: 0;
  display: none;
  font-size: var(--plyr-font-size-small, 13px);
  left: 0;
  padding: var(--plyr-control-spacing, 10px);
  position: absolute;
  text-align: center;
  transition: transform 0.4s ease-in-out;
  width: 100%;
}
.plyr__captions span:empty {
  display: none;
}
@media (min-width: 480px) {
  .plyr__captions {
    font-size: var(--plyr-font-size-base, 15px);
    padding: calc(var(--plyr-control-spacing, 10px) * 2);
  }
}
@media (min-width: 768px) {
  .plyr__captions {
    font-size: var(--plyr-font-size-large, 18px);
  }
}

.plyr--captions-active .plyr__captions {
  display: block;
}

.plyr:not(.plyr--hide-controls) .plyr__controls:not(:empty) ~ .plyr__captions {
  transform: translateY(calc(var(--plyr-control-spacing, 10px) * -4));
}

.plyr__caption {
  background: var(--plyr-captions-background, rgba(0, 0, 0, 0.8));
  border-radius: 2px;
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
  color: var(--plyr-captions-text-color, #fff);
  line-height: 185%;
  padding: 0.2em 0.5em;
  white-space: pre-wrap;
}
.plyr__caption div {
  display: inline;
}

.plyr__control {
  background: transparent;
  border: 0;
  border-radius: var(--plyr-control-radius, 3px);
  color: inherit;
  cursor: pointer;
  flex-shrink: 0;
  overflow: visible;
  padding: calc(var(--plyr-control-spacing, 10px) * 0.7);
  position: relative;
  transition: all 0.3s ease;
}
.plyr__control svg {
  display: block;
  fill: currentColor;
  height: var(--plyr-control-icon-size, 18px);
  pointer-events: none;
  width: var(--plyr-control-icon-size, 18px);
}
.plyr__control:focus {
  outline: 0;
}
.plyr__control.plyr__tab-focus {
  outline-color: var(--plyr-tab-focus-color, var(--plyr-color-main, var(--plyr-color-main, #00b3ff)));
  outline-offset: 2px;
  outline-style: dotted;
  outline-width: 3px;
}

a.plyr__control {
  text-decoration: none;
}
a.plyr__control::after, a.plyr__control::before {
  display: none;
}

.plyr__control:not(.plyr__control--pressed) .icon--pressed,
.plyr__control.plyr__control--pressed .icon--not-pressed,
.plyr__control:not(.plyr__control--pressed) .label--pressed,
.plyr__control.plyr__control--pressed .label--not-pressed {
  display: none;
}

.plyr--full-ui ::-webkit-media-controls {
  display: none;
}

.plyr__controls {
  align-items: center;
  display: flex;
  justify-content: flex-end;
  text-align: center;
}
.plyr__controls .plyr__progress__container {
  flex: 1;
  min-width: 0;
}
.plyr__controls .plyr__controls__item {
  margin-left: calc(var(--plyr-control-spacing, 10px) / 4);
}
.plyr__controls .plyr__controls__item:first-child {
  margin-left: 0;
  margin-right: auto;
}
.plyr__controls .plyr__controls__item.plyr__progress__container {
  padding-left: calc(var(--plyr-control-spacing, 10px) / 4);
}
.plyr__controls .plyr__controls__item.plyr__time {
  padding: 0 calc(var(--plyr-control-spacing, 10px) / 2);
}
.plyr__controls .plyr__controls__item.plyr__progress__container:first-child, .plyr__controls .plyr__controls__item.plyr__time:first-child, .plyr__controls .plyr__controls__item.plyr__time + .plyr__time {
  padding-left: 0;
}
.plyr__controls:empty {
  display: none;
}

.plyr [data-plyr=captions],
.plyr [data-plyr=pip],
.plyr [data-plyr=airplay],
.plyr [data-plyr=fullscreen] {
  display: none;
}

.plyr--captions-enabled [data-plyr=captions],
.plyr--pip-supported [data-plyr=pip],
.plyr--airplay-supported [data-plyr=airplay],
.plyr--fullscreen-enabled [data-plyr=fullscreen] {
  display: inline-block;
}

.plyr__menu {
  display: flex;
  position: relative;
}
.plyr__menu .plyr__control svg {
  transition: transform 0.3s ease;
}
.plyr__menu .plyr__control[aria-expanded=true] svg {
  transform: rotate(90deg);
}
.plyr__menu .plyr__control[aria-expanded=true] .plyr__tooltip {
  display: none;
}
.plyr__menu__container {
  -webkit-animation: plyr-popup 0.2s ease;
          animation: plyr-popup 0.2s ease;
  background: var(--plyr-menu-background, rgba(255, 255, 255, 0.9));
  border-radius: 4px;
  bottom: 100%;
  box-shadow: var(--plyr-menu-shadow, 0 1px 2px rgba(0, 0, 0, 0.15));
  color: var(--plyr-menu-color, #4a5464);
  font-size: var(--plyr-font-size-base, 15px);
  margin-bottom: 10px;
  position: absolute;
  right: -3px;
  text-align: left;
  white-space: nowrap;
  z-index: 3;
}
.plyr__menu__container > div {
  overflow: hidden;
  transition: height 0.35s cubic-bezier(0.4, 0, 0.2, 1), width 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}
.plyr__menu__container::after {
  border: var(--plyr-menu-arrow-size, 4px) solid transparent;
  border-top-color: var(--plyr-menu-background, rgba(255, 255, 255, 0.9));
  content: "";
  height: 0;
  position: absolute;
  right: calc(((var(--plyr-control-icon-size, 18px) / 2) + calc(var(--plyr-control-spacing, 10px) * 0.7)) - (var(--plyr-menu-arrow-size, 4px) / 2));
  top: 100%;
  width: 0;
}
.plyr__menu__container [role=menu] {
  padding: calc(var(--plyr-control-spacing, 10px) * 0.7);
}
.plyr__menu__container [role=menuitem],
.plyr__menu__container [role=menuitemradio] {
  margin-top: 2px;
}
.plyr__menu__container [role=menuitem]:first-child,
.plyr__menu__container [role=menuitemradio]:first-child {
  margin-top: 0;
}
.plyr__menu__container .plyr__control {
  align-items: center;
  color: var(--plyr-menu-color, #4a5464);
  display: flex;
  font-size: var(--plyr-font-size-menu, var(--plyr-font-size-small, 13px));
  padding-bottom: calc(calc(var(--plyr-control-spacing, 10px) * 0.7) / 1.5);
  padding-left: calc(calc(var(--plyr-control-spacing, 10px) * 0.7) * 1.5);
  padding-right: calc(calc(var(--plyr-control-spacing, 10px) * 0.7) * 1.5);
  padding-top: calc(calc(var(--plyr-control-spacing, 10px) * 0.7) / 1.5);
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  width: 100%;
}
.plyr__menu__container .plyr__control > span {
  align-items: inherit;
  display: flex;
  width: 100%;
}
.plyr__menu__container .plyr__control::after {
  border: var(--plyr-menu-item-arrow-size, 4px) solid transparent;
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.plyr__menu__container .plyr__control--forward {
  padding-right: calc(calc(var(--plyr-control-spacing, 10px) * 0.7) * 4);
}
.plyr__menu__container .plyr__control--forward::after {
  border-left-color: var(--plyr-menu-arrow-color, #728197);
  right: calc((calc(var(--plyr-control-spacing, 10px) * 0.7) * 1.5) - var(--plyr-menu-item-arrow-size, 4px));
}
.plyr__menu__container .plyr__control--forward.plyr__tab-focus::after, .plyr__menu__container .plyr__control--forward:hover::after {
  border-left-color: currentColor;
}
.plyr__menu__container .plyr__control--back {
  font-weight: var(--plyr-font-weight-regular, 400);
  margin: calc(var(--plyr-control-spacing, 10px) * 0.7);
  margin-bottom: calc(calc(var(--plyr-control-spacing, 10px) * 0.7) / 2);
  padding-left: calc(calc(var(--plyr-control-spacing, 10px) * 0.7) * 4);
  position: relative;
  width: calc(100% - (calc(var(--plyr-control-spacing, 10px) * 0.7) * 2));
}
.plyr__menu__container .plyr__control--back::after {
  border-right-color: var(--plyr-menu-arrow-color, #728197);
  left: calc((calc(var(--plyr-control-spacing, 10px) * 0.7) * 1.5) - var(--plyr-menu-item-arrow-size, 4px));
}
.plyr__menu__container .plyr__control--back::before {
  background: var(--plyr-menu-back-border-color, #dcdfe5);
  box-shadow: 0 1px 0 var(--plyr-menu-back-border-shadow-color, #fff);
  content: "";
  height: 1px;
  left: 0;
  margin-top: calc(calc(var(--plyr-control-spacing, 10px) * 0.7) / 2);
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 100%;
}
.plyr__menu__container .plyr__control--back.plyr__tab-focus::after, .plyr__menu__container .plyr__control--back:hover::after {
  border-right-color: currentColor;
}
.plyr__menu__container .plyr__control[role=menuitemradio] {
  padding-left: calc(var(--plyr-control-spacing, 10px) * 0.7);
}
.plyr__menu__container .plyr__control[role=menuitemradio]::before, .plyr__menu__container .plyr__control[role=menuitemradio]::after {
  border-radius: 100%;
}
.plyr__menu__container .plyr__control[role=menuitemradio]::before {
  background: rgba(0, 0, 0, 0.1);
  content: "";
  display: block;
  flex-shrink: 0;
  height: 16px;
  margin-right: var(--plyr-control-spacing, 10px);
  transition: all 0.3s ease;
  width: 16px;
}
.plyr__menu__container .plyr__control[role=menuitemradio]::after {
  background: #fff;
  border: 0;
  height: 6px;
  left: 12px;
  opacity: 0;
  top: 50%;
  transform: translateY(-50%) scale(0);
  transition: transform 0.3s ease, opacity 0.3s ease;
  width: 6px;
}
.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]::before {
  background: var(--plyr-control-toggle-checked-background, var(--plyr-color-main, var(--plyr-color-main, #00b3ff)));
}
.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]::after {
  opacity: 1;
  transform: translateY(-50%) scale(1);
}
.plyr__menu__container .plyr__control[role=menuitemradio].plyr__tab-focus::before, .plyr__menu__container .plyr__control[role=menuitemradio]:hover::before {
  background: rgba(35, 40, 47, 0.1);
}
.plyr__menu__container .plyr__menu__value {
  align-items: center;
  display: flex;
  margin-left: auto;
  margin-right: calc((calc(var(--plyr-control-spacing, 10px) * 0.7) - 2) * -1);
  overflow: hidden;
  padding-left: calc(calc(var(--plyr-control-spacing, 10px) * 0.7) * 3.5);
  pointer-events: none;
}

.plyr--full-ui input[type=range] {
  -webkit-appearance: none;
  /* stylelint-disable-line */
  background: transparent;
  border: 0;
  border-radius: calc(var(--plyr-range-thumb-height, 13px) * 2);
  color: var(--plyr-range-fill-background, var(--plyr-color-main, var(--plyr-color-main, #00b3ff)));
  display: block;
  height: calc((var(--plyr-range-thumb-active-shadow-width, 3px) * 2) + var(--plyr-range-thumb-height, 13px));
  margin: 0;
  min-width: 0;
  padding: 0;
  transition: box-shadow 0.3s ease;
  width: 100%;
}
.plyr--full-ui input[type=range]::-webkit-slider-runnable-track {
  background: transparent;
  border: 0;
  border-radius: calc(var(--plyr-range-track-height, 5px) / 2);
  height: var(--plyr-range-track-height, 5px);
  -webkit-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  -webkit-user-select: none;
          user-select: none;
  background-image: linear-gradient(to right, currentColor var(--value, 0%), transparent var(--value, 0%));
}
.plyr--full-ui input[type=range]::-webkit-slider-thumb {
  background: var(--plyr-range-thumb-background, #fff);
  border: 0;
  border-radius: 100%;
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2));
  height: var(--plyr-range-thumb-height, 13px);
  position: relative;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  width: var(--plyr-range-thumb-height, 13px);
  -webkit-appearance: none;
  /* stylelint-disable-line */
  margin-top: calc(((var(--plyr-range-thumb-height, 13px) - var(--plyr-range-track-height, 5px)) / 2) * -1);
}
.plyr--full-ui input[type=range]::-moz-range-track {
  background: transparent;
  border: 0;
  border-radius: calc(var(--plyr-range-track-height, 5px) / 2);
  height: var(--plyr-range-track-height, 5px);
  -moz-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  -moz-user-select: none;
       user-select: none;
}
.plyr--full-ui input[type=range]::-moz-range-thumb {
  background: var(--plyr-range-thumb-background, #fff);
  border: 0;
  border-radius: 100%;
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2));
  height: var(--plyr-range-thumb-height, 13px);
  position: relative;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
  width: var(--plyr-range-thumb-height, 13px);
}
.plyr--full-ui input[type=range]::-moz-range-progress {
  background: currentColor;
  border-radius: calc(var(--plyr-range-track-height, 5px) / 2);
  height: var(--plyr-range-track-height, 5px);
}
.plyr--full-ui input[type=range]::-ms-track {
  background: transparent;
  border: 0;
  border-radius: calc(var(--plyr-range-track-height, 5px) / 2);
  height: var(--plyr-range-track-height, 5px);
  -ms-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  -ms-user-select: none;
      user-select: none;
  color: transparent;
}
.plyr--full-ui input[type=range]::-ms-fill-upper {
  background: transparent;
  border: 0;
  border-radius: calc(var(--plyr-range-track-height, 5px) / 2);
  height: var(--plyr-range-track-height, 5px);
  -ms-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  -ms-user-select: none;
      user-select: none;
}
.plyr--full-ui input[type=range]::-ms-fill-lower {
  background: transparent;
  border: 0;
  border-radius: calc(var(--plyr-range-track-height, 5px) / 2);
  height: var(--plyr-range-track-height, 5px);
  -ms-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  -ms-user-select: none;
      user-select: none;
  background: currentColor;
}
.plyr--full-ui input[type=range]::-ms-thumb {
  background: var(--plyr-range-thumb-background, #fff);
  border: 0;
  border-radius: 100%;
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2));
  height: var(--plyr-range-thumb-height, 13px);
  position: relative;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
  width: var(--plyr-range-thumb-height, 13px);
  margin-top: 0;
}
.plyr--full-ui input[type=range]::-ms-tooltip {
  display: none;
}
.plyr--full-ui input[type=range]:focus {
  outline: 0;
}
.plyr--full-ui input[type=range]::-moz-focus-outer {
  border: 0;
}
.plyr--full-ui input[type=range].plyr__tab-focus::-webkit-slider-runnable-track {
  outline-color: var(--plyr-tab-focus-color, var(--plyr-color-main, var(--plyr-color-main, #00b3ff)));
  outline-offset: 2px;
  outline-style: dotted;
  outline-width: 3px;
}
.plyr--full-ui input[type=range].plyr__tab-focus::-moz-range-track {
  outline-color: var(--plyr-tab-focus-color, var(--plyr-color-main, var(--plyr-color-main, #00b3ff)));
  outline-offset: 2px;
  outline-style: dotted;
  outline-width: 3px;
}
.plyr--full-ui input[type=range].plyr__tab-focus::-ms-track {
  outline-color: var(--plyr-tab-focus-color, var(--plyr-color-main, var(--plyr-color-main, #00b3ff)));
  outline-offset: 2px;
  outline-style: dotted;
  outline-width: 3px;
}

.plyr__poster {
  background-color: var(--plyr-video-background, var(--plyr-video-background, black));
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: opacity 0.2s ease;
  width: 100%;
  z-index: 1;
}

.plyr--stopped.plyr__poster-enabled .plyr__poster {
  opacity: 1;
}

.plyr--youtube.plyr--paused.plyr__poster-enabled:not(.plyr--stopped) .plyr__poster {
  display: none;
}

.plyr__time {
  font-size: var(--plyr-font-size-time, var(--plyr-font-size-small, 13px));
}

.plyr__time + .plyr__time::before {
  content: "\2044";
  margin-right: var(--plyr-control-spacing, 10px);
}
@media (max-width: 767px) {
  .plyr__time + .plyr__time {
    display: none;
  }
}

.plyr__tooltip {
  background: var(--plyr-tooltip-background, rgba(255, 255, 255, 0.9));
  border-radius: var(--plyr-tooltip-radius, 3px);
  bottom: 100%;
  box-shadow: var(--plyr-tooltip-shadow, 0 1px 2px rgba(0, 0, 0, 0.15));
  color: var(--plyr-tooltip-color, #4a5464);
  font-size: var(--plyr-font-size-small, 13px);
  font-weight: var(--plyr-font-weight-regular, 400);
  left: 50%;
  line-height: 1.3;
  margin-bottom: calc(calc(var(--plyr-control-spacing, 10px) / 2) * 2);
  opacity: 0;
  padding: calc(var(--plyr-control-spacing, 10px) / 2) calc(calc(var(--plyr-control-spacing, 10px) / 2) * 1.5);
  pointer-events: none;
  position: absolute;
  transform: translate(-50%, 10px) scale(0.8);
  transform-origin: 50% 100%;
  transition: transform 0.2s 0.1s ease, opacity 0.2s 0.1s ease;
  white-space: nowrap;
  z-index: 2;
}
.plyr__tooltip::before {
  border-left: var(--plyr-tooltip-arrow-size, 4px) solid transparent;
  border-right: var(--plyr-tooltip-arrow-size, 4px) solid transparent;
  border-top: var(--plyr-tooltip-arrow-size, 4px) solid var(--plyr-tooltip-background, rgba(255, 255, 255, 0.9));
  bottom: calc(var(--plyr-tooltip-arrow-size, 4px) * -1);
  content: "";
  height: 0;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 0;
  z-index: 2;
}

.plyr .plyr__control:hover .plyr__tooltip,
.plyr .plyr__control.plyr__tab-focus .plyr__tooltip,
.plyr__tooltip--visible {
  opacity: 1;
  transform: translate(-50%, 0) scale(1);
}

.plyr .plyr__control:hover .plyr__tooltip {
  z-index: 3;
}

.plyr__controls > .plyr__control:first-child .plyr__tooltip,
.plyr__controls > .plyr__control:first-child + .plyr__control .plyr__tooltip {
  left: 0;
  transform: translate(0, 10px) scale(0.8);
  transform-origin: 0 100%;
}
.plyr__controls > .plyr__control:first-child .plyr__tooltip::before,
.plyr__controls > .plyr__control:first-child + .plyr__control .plyr__tooltip::before {
  left: calc((var(--plyr-control-icon-size, 18px) / 2) + calc(var(--plyr-control-spacing, 10px) * 0.7));
}

.plyr__controls > .plyr__control:last-child .plyr__tooltip {
  left: auto;
  right: 0;
  transform: translate(0, 10px) scale(0.8);
  transform-origin: 100% 100%;
}
.plyr__controls > .plyr__control:last-child .plyr__tooltip::before {
  left: auto;
  right: calc((var(--plyr-control-icon-size, 18px) / 2) + calc(var(--plyr-control-spacing, 10px) * 0.7));
  transform: translateX(50%);
}

.plyr__controls > .plyr__control:first-child:hover .plyr__tooltip, .plyr__controls > .plyr__control:first-child.plyr__tab-focus .plyr__tooltip,
.plyr__controls > .plyr__control:first-child .plyr__tooltip--visible,
.plyr__controls > .plyr__control:first-child + .plyr__control:hover .plyr__tooltip,
.plyr__controls > .plyr__control:first-child + .plyr__control.plyr__tab-focus .plyr__tooltip,
.plyr__controls > .plyr__control:first-child + .plyr__control .plyr__tooltip--visible,
.plyr__controls > .plyr__control:last-child:hover .plyr__tooltip,
.plyr__controls > .plyr__control:last-child.plyr__tab-focus .plyr__tooltip,
.plyr__controls > .plyr__control:last-child .plyr__tooltip--visible {
  transform: translate(0, 0) scale(1);
}

.plyr__progress {
  left: calc(var(--plyr-range-thumb-height, 13px) * 0.5);
  margin-right: var(--plyr-range-thumb-height, 13px);
  position: relative;
}
.plyr__progress input[type=range], .plyr__progress__buffer {
  margin-left: calc(var(--plyr-range-thumb-height, 13px) * -0.5);
  margin-right: calc(var(--plyr-range-thumb-height, 13px) * -0.5);
  width: calc(100% + var(--plyr-range-thumb-height, 13px));
}
.plyr__progress input[type=range] {
  position: relative;
  z-index: 2;
}
.plyr__progress .plyr__tooltip {
  font-size: var(--plyr-font-size-time, var(--plyr-font-size-small, 13px));
  left: 0;
}

.plyr__progress__buffer {
  -webkit-appearance: none;
  /* stylelint-disable-line */
  background: transparent;
  border: 0;
  border-radius: 100px;
  height: var(--plyr-range-track-height, 5px);
  left: 0;
  margin-top: calc((var(--plyr-range-track-height, 5px) / 2) * -1);
  padding: 0;
  position: absolute;
  top: 50%;
}
.plyr__progress__buffer::-webkit-progress-bar {
  background: transparent;
}
.plyr__progress__buffer::-webkit-progress-value {
  background: currentColor;
  border-radius: 100px;
  min-width: var(--plyr-range-track-height, 5px);
  -webkit-transition: width 0.2s ease;
  transition: width 0.2s ease;
}
.plyr__progress__buffer::-moz-progress-bar {
  background: currentColor;
  border-radius: 100px;
  min-width: var(--plyr-range-track-height, 5px);
  -moz-transition: width 0.2s ease;
  transition: width 0.2s ease;
}
.plyr__progress__buffer::-ms-fill {
  border-radius: 100px;
  -ms-transition: width 0.2s ease;
  transition: width 0.2s ease;
}

.plyr--loading .plyr__progress__buffer {
  -webkit-animation: plyr-progress 1s linear infinite;
          animation: plyr-progress 1s linear infinite;
  background-image: linear-gradient(-45deg, var(--plyr-progress-loading-background, rgba(35, 40, 47, 0.6)) 25%, transparent 25%, transparent 50%, var(--plyr-progress-loading-background, rgba(35, 40, 47, 0.6)) 50%, var(--plyr-progress-loading-background, rgba(35, 40, 47, 0.6)) 75%, transparent 75%, transparent);
  background-repeat: repeat-x;
  background-size: var(--plyr-progress-loading-size, 25px) var(--plyr-progress-loading-size, 25px);
  color: transparent;
}

.plyr--video.plyr--loading .plyr__progress__buffer {
  background-color: var(--plyr-video-progress-buffered-background, rgba(255, 255, 255, 0.25));
}

.plyr--audio.plyr--loading .plyr__progress__buffer {
  background-color: var(--plyr-audio-progress-buffered-background, rgba(193, 200, 209, 0.6));
}

.plyr__volume {
  align-items: center;
  display: flex;
  max-width: 110px;
  min-width: 80px;
  position: relative;
  width: 20%;
}
.plyr__volume input[type=range] {
  margin-left: calc(var(--plyr-control-spacing, 10px) / 2);
  margin-right: calc(var(--plyr-control-spacing, 10px) / 2);
  position: relative;
  z-index: 2;
}

.plyr--is-ios .plyr__volume {
  min-width: 0;
  width: auto;
}

.plyr--audio {
  display: block;
}

.plyr--audio .plyr__controls {
  background: var(--plyr-audio-controls-background, #fff);
  border-radius: inherit;
  color: var(--plyr-audio-control-color, #4a5464);
  padding: var(--plyr-control-spacing, 10px);
}

.plyr--audio .plyr__control.plyr__tab-focus, .plyr--audio .plyr__control:hover, .plyr--audio .plyr__control[aria-expanded=true] {
  background: var(--plyr-audio-control-background-hover, var(--plyr-color-main, var(--plyr-color-main, #00b3ff)));
  color: var(--plyr-audio-control-color-hover, #fff);
}

.plyr--full-ui.plyr--audio input[type=range]::-webkit-slider-runnable-track {
  background-color: var(--plyr-audio-range-track-background, var(--plyr-audio-progress-buffered-background, rgba(193, 200, 209, 0.6)));
}
.plyr--full-ui.plyr--audio input[type=range]::-moz-range-track {
  background-color: var(--plyr-audio-range-track-background, var(--plyr-audio-progress-buffered-background, rgba(193, 200, 209, 0.6)));
}
.plyr--full-ui.plyr--audio input[type=range]::-ms-track {
  background-color: var(--plyr-audio-range-track-background, var(--plyr-audio-progress-buffered-background, rgba(193, 200, 209, 0.6)));
}
.plyr--full-ui.plyr--audio input[type=range]:active::-webkit-slider-thumb {
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(35, 40, 47, 0.1));
}
.plyr--full-ui.plyr--audio input[type=range]:active::-moz-range-thumb {
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(35, 40, 47, 0.1));
}
.plyr--full-ui.plyr--audio input[type=range]:active::-ms-thumb {
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(35, 40, 47, 0.1));
}

.plyr--audio .plyr__progress__buffer {
  color: var(--plyr-audio-progress-buffered-background, rgba(193, 200, 209, 0.6));
}

.plyr--video {
  background: var(--plyr-video-background, var(--plyr-video-background, black));
  overflow: hidden;
}
.plyr--video.plyr--menu-open {
  overflow: visible;
}

.plyr__video-wrapper {
  background: var(--plyr-video-background, var(--plyr-video-background, black));
  margin: auto;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.plyr__video-embed,
.plyr__video-wrapper--fixed-ratio {
  aspect-ratio: 16/9;
}
@supports not (aspect-ratio: 16/9) {
  .plyr__video-embed,
.plyr__video-wrapper--fixed-ratio {
    height: 0;
    padding-bottom: 56.25%;
    position: relative;
  }
}

.plyr__video-embed iframe,
.plyr__video-wrapper--fixed-ratio video {
  border: 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.plyr--full-ui .plyr__video-embed > .plyr__video-embed__container {
  padding-bottom: 240%;
  position: relative;
  transform: translateY(-38.28125%);
}

.plyr--video .plyr__controls {
  background: var(--plyr-video-controls-background, linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75)));
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: inherit;
  bottom: 0;
  color: var(--plyr-video-control-color, #fff);
  left: 0;
  padding: calc(var(--plyr-control-spacing, 10px) / 2);
  padding-top: calc(var(--plyr-control-spacing, 10px) * 2);
  position: absolute;
  right: 0;
  transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;
  z-index: 3;
}
@media (min-width: 480px) {
  .plyr--video .plyr__controls {
    padding: var(--plyr-control-spacing, 10px);
    padding-top: calc(var(--plyr-control-spacing, 10px) * 3.5);
  }
}

.plyr--video.plyr--hide-controls .plyr__controls {
  opacity: 0;
  pointer-events: none;
  transform: translateY(100%);
}

.plyr--video .plyr__control.plyr__tab-focus, .plyr--video .plyr__control:hover, .plyr--video .plyr__control[aria-expanded=true] {
  background: var(--plyr-video-control-background-hover, var(--plyr-color-main, var(--plyr-color-main, #00b3ff)));
  color: var(--plyr-video-control-color-hover, #fff);
}

.plyr__control--overlaid {
  background: var(--plyr-video-control-background-hover, var(--plyr-color-main, var(--plyr-color-main, #00b3ff)));
  border: 0;
  border-radius: 100%;
  color: var(--plyr-video-control-color, #fff);
  display: none;
  left: 50%;
  opacity: 0.9;
  padding: calc(var(--plyr-control-spacing, 10px) * 1.5);
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: 0.3s;
  z-index: 2;
}
.plyr__control--overlaid svg {
  left: 2px;
  position: relative;
}
.plyr__control--overlaid:hover, .plyr__control--overlaid:focus {
  opacity: 1;
}

.plyr--playing .plyr__control--overlaid {
  opacity: 0;
  visibility: hidden;
}

.plyr--full-ui.plyr--video .plyr__control--overlaid {
  display: block;
}

.plyr--full-ui.plyr--video input[type=range]::-webkit-slider-runnable-track {
  background-color: var(--plyr-video-range-track-background, var(--plyr-video-progress-buffered-background, rgba(255, 255, 255, 0.25)));
}
.plyr--full-ui.plyr--video input[type=range]::-moz-range-track {
  background-color: var(--plyr-video-range-track-background, var(--plyr-video-progress-buffered-background, rgba(255, 255, 255, 0.25)));
}
.plyr--full-ui.plyr--video input[type=range]::-ms-track {
  background-color: var(--plyr-video-range-track-background, var(--plyr-video-progress-buffered-background, rgba(255, 255, 255, 0.25)));
}
.plyr--full-ui.plyr--video input[type=range]:active::-webkit-slider-thumb {
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(255, 255, 255, 0.5));
}
.plyr--full-ui.plyr--video input[type=range]:active::-moz-range-thumb {
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(255, 255, 255, 0.5));
}
.plyr--full-ui.plyr--video input[type=range]:active::-ms-thumb {
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(255, 255, 255, 0.5));
}

.plyr--video .plyr__progress__buffer {
  color: var(--plyr-video-progress-buffered-background, rgba(255, 255, 255, 0.25));
}

.plyr:-webkit-full-screen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%;
}

.plyr:-ms-fullscreen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%;
}

.plyr:fullscreen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%;
}
.plyr:-webkit-full-screen video {
  height: 100%;
}
.plyr:-ms-fullscreen video {
  height: 100%;
}
.plyr:fullscreen video {
  height: 100%;
}
.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen {
  display: block;
}
.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen {
  display: block;
}
.plyr:fullscreen .plyr__control .icon--exit-fullscreen {
  display: block;
}
.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen + svg {
  display: none;
}
.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen + svg {
  display: none;
}
.plyr:fullscreen .plyr__control .icon--exit-fullscreen + svg {
  display: none;
}
.plyr:-webkit-full-screen.plyr--hide-controls {
  cursor: none;
}
.plyr:-ms-fullscreen.plyr--hide-controls {
  cursor: none;
}
.plyr:fullscreen.plyr--hide-controls {
  cursor: none;
}
@media (min-width: 1024px) {
  .plyr:-webkit-full-screen .plyr__captions {
    font-size: var(--plyr-font-size-xlarge, 21px);
  }
  .plyr:-ms-fullscreen .plyr__captions {
    font-size: var(--plyr-font-size-xlarge, 21px);
  }
  .plyr:fullscreen .plyr__captions {
    font-size: var(--plyr-font-size-xlarge, 21px);
  }
}

/* stylelint-disable-next-line */
.plyr:-webkit-full-screen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%;
}
.plyr:-webkit-full-screen video {
  height: 100%;
}
.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen {
  display: block;
}
.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen + svg {
  display: none;
}
.plyr:-webkit-full-screen.plyr--hide-controls {
  cursor: none;
}
@media (min-width: 1024px) {
  .plyr:-webkit-full-screen .plyr__captions {
    font-size: var(--plyr-font-size-xlarge, 21px);
  }
}

/* stylelint-disable-next-line */
.plyr:-moz-full-screen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%;
}
.plyr:-moz-full-screen video {
  height: 100%;
}
.plyr:-moz-full-screen .plyr__control .icon--exit-fullscreen {
  display: block;
}
.plyr:-moz-full-screen .plyr__control .icon--exit-fullscreen + svg {
  display: none;
}
.plyr:-moz-full-screen.plyr--hide-controls {
  cursor: none;
}
@media (min-width: 1024px) {
  .plyr:-moz-full-screen .plyr__captions {
    font-size: var(--plyr-font-size-xlarge, 21px);
  }
}

/* stylelint-disable-next-line */
.plyr:-ms-fullscreen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%;
}
.plyr:-ms-fullscreen video {
  height: 100%;
}
.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen {
  display: block;
}
.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen + svg {
  display: none;
}
.plyr:-ms-fullscreen.plyr--hide-controls {
  cursor: none;
}
@media (min-width: 1024px) {
  .plyr:-ms-fullscreen .plyr__captions {
    font-size: var(--plyr-font-size-xlarge, 21px);
  }
}

.plyr--fullscreen-fallback {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%;
  bottom: 0;
  display: block;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 10000000;
}
.plyr--fullscreen-fallback video {
  height: 100%;
}
.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen {
  display: block;
}
.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen + svg {
  display: none;
}
.plyr--fullscreen-fallback.plyr--hide-controls {
  cursor: none;
}
@media (min-width: 1024px) {
  .plyr--fullscreen-fallback .plyr__captions {
    font-size: var(--plyr-font-size-xlarge, 21px);
  }
}

.plyr__ads {
  border-radius: inherit;
  bottom: 0;
  cursor: pointer;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}
.plyr__ads > div,
.plyr__ads > div iframe {
  height: 100%;
  position: absolute;
  width: 100%;
}
.plyr__ads::after {
  background: #23282f;
  border-radius: 2px;
  bottom: var(--plyr-control-spacing, 10px);
  color: #fff;
  content: attr(data-badge-text);
  font-size: 11px;
  padding: 2px 6px;
  pointer-events: none;
  position: absolute;
  right: var(--plyr-control-spacing, 10px);
  z-index: 3;
}
.plyr__ads::after:empty {
  display: none;
}

.plyr__cues {
  background: currentColor;
  display: block;
  height: var(--plyr-range-track-height, 5px);
  left: 0;
  margin: -var(--plyr-range-track-height, 5px)/2 0 0;
  opacity: 0.8;
  position: absolute;
  top: 50%;
  width: 3px;
  z-index: 3;
}

.plyr__preview-thumb {
  background-color: var(--plyr-tooltip-background, rgba(255, 255, 255, 0.9));
  border-radius: 3px;
  bottom: 100%;
  box-shadow: var(--plyr-tooltip-shadow, 0 1px 2px rgba(0, 0, 0, 0.15));
  margin-bottom: calc(calc(var(--plyr-control-spacing, 10px) / 2) * 2);
  opacity: 0;
  padding: var(--plyr-tooltip-radius, 3px);
  pointer-events: none;
  position: absolute;
  transform: translate(0, 10px) scale(0.8);
  transform-origin: 50% 100%;
  transition: transform 0.2s 0.1s ease, opacity 0.2s 0.1s ease;
  z-index: 2;
}
.plyr__preview-thumb--is-shown {
  opacity: 1;
  transform: translate(0, 0) scale(1);
}
.plyr__preview-thumb::before {
  border-left: var(--plyr-tooltip-arrow-size, 4px) solid transparent;
  border-right: var(--plyr-tooltip-arrow-size, 4px) solid transparent;
  border-top: var(--plyr-tooltip-arrow-size, 4px) solid var(--plyr-tooltip-background, rgba(255, 255, 255, 0.9));
  bottom: calc(var(--plyr-tooltip-arrow-size, 4px) * -1);
  content: "";
  height: 0;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 0;
  z-index: 2;
}
.plyr__preview-thumb__image-container {
  background: #c1c8d1;
  border-radius: calc(var(--plyr-tooltip-radius, 3px) - 1px);
  overflow: hidden;
  position: relative;
  z-index: 0;
}
.plyr__preview-thumb__image-container img {
  height: 100%;
  left: 0;
  max-height: none;
  max-width: none;
  position: absolute;
  top: 0;
  width: 100%;
}
.plyr__preview-thumb__time-container {
  bottom: 6px;
  left: 0;
  position: absolute;
  right: 0;
  white-space: nowrap;
  z-index: 3;
}
.plyr__preview-thumb__time-container span {
  background-color: rgba(0, 0, 0, 0.55);
  border-radius: calc(var(--plyr-tooltip-radius, 3px) - 1px);
  color: #fff;
  font-size: var(--plyr-font-size-time, var(--plyr-font-size-small, 13px));
  padding: 3px 6px;
}

.plyr__preview-scrubbing {
  bottom: 0;
  filter: blur(1px);
  height: 100%;
  left: 0;
  margin: auto;
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  transition: opacity 0.3s ease;
  width: 100%;
  z-index: 1;
}
.plyr__preview-scrubbing--is-shown {
  opacity: 1;
}
.plyr__preview-scrubbing img {
  height: 100%;
  left: 0;
  max-height: none;
  max-width: none;
  -o-object-fit: contain;
     object-fit: contain;
  position: absolute;
  top: 0;
  width: 100%;
}

.plyr--no-transition {
  transition: none !important;
}

.plyr__sr-only {
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  border: 0 !important;
  height: 1px !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
}

.plyr [hidden] {
  display: none !important;
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #CCC;
}
.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
}
.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
}
.mfp-arrow:before, .mfp-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}
.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}
.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}
.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
   * Remove all paddings around the image on small screen
   */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    transform: scale(0.75);
  }

  .mfp-arrow-left {
    transform-origin: 0;
  }

  .mfp-arrow-right {
    transform-origin: 100%;
  }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
@-webkit-keyframes lateral-bouncing {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(-5%);
  }
  0% {
    transform: translateX(0);
  }
}
@keyframes lateral-bouncing {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(-5%);
  }
  0% {
    transform: translateX(0);
  }
}
.small-only {
  display: none;
}
@media only screen and (max-width: 768px) {
  .small-only {
    display: block;
  }
}

.medium-up {
  display: none;
}
@media only screen and (min-width: 1025px) {
  .medium-up {
    display: block;
  }
}

.medium-only {
  display: none;
}
@media only screen and (max-width: 1024px) {
  .medium-only {
    display: block;
  }
}

.large-up {
  display: none;
}
@media only screen and (min-width: 1261px) {
  .large-up {
    display: block;
  }
}

.large-only {
  display: none;
}
@media only screen and (max-width: 1260px) {
  .large-only {
    display: block;
  }
}

.hide-on-small {
  display: block;
}
@media only screen and (max-width: 768px) {
  .hide-on-small {
    display: none;
  }
}

.hide-on-medium {
  display: block;
}
@media only screen and (max-width: 1024px) {
  .hide-on-medium {
    display: none;
  }
}

.hide-on-large {
  display: block;
}
@media only screen and (max-width: 1260px) {
  .hide-on-large {
    display: none;
  }
}

@font-face {
  font-family: "boxicons";
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/Boxicons/boxicons.eot");
  src: url("../fonts/Boxicons/boxicons.eot") format("embedded-opentype"), url("../fonts/Boxicons/boxicons.woff2") format("woff2"), url("../fonts/Boxicons/boxicons.woff") format("woff"), url("../fonts/Boxicons/boxicons.ttf") format("truetype"), url("../fonts/Boxicons/boxicons.svg?#boxicons") format("svg");
}
.bx, .single-product article.product #product-summary .add_to_wishlist .fa {
  font-family: "boxicons" !important;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  display: inline-block;
  text-transform: none;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.bx-ul {
  margin-left: 2em;
  padding-left: 0;
  list-style: none;
}

.bx-ul > li {
  position: relative;
}

.bx-ul .bx, .bx-ul .single-product article.product #product-summary .add_to_wishlist .fa, .single-product article.product #product-summary .add_to_wishlist .bx-ul .fa {
  font-size: inherit;
  line-height: inherit;
  position: absolute;
  left: -2em;
  width: 2em;
  text-align: center;
}

@-webkit-keyframes spin {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(359deg);
  }
}
@-webkit-keyframes burst {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  90% {
    transform: scale(1.5);
    opacity: 0;
  }
}
@keyframes burst {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  90% {
    transform: scale(1.5);
    opacity: 0;
  }
}
@-webkit-keyframes flashing {
  0% {
    opacity: 1;
  }
  45% {
    opacity: 0;
  }
  90% {
    opacity: 1;
  }
}
@keyframes flashing {
  0% {
    opacity: 1;
  }
  45% {
    opacity: 0;
  }
  90% {
    opacity: 1;
  }
}
@-webkit-keyframes fade-left {
  0% {
    transform: translateX(0);
    opacity: 1;
  }
  75% {
    transform: translateX(-20px);
    opacity: 0;
  }
}
@keyframes fade-left {
  0% {
    transform: translateX(0);
    opacity: 1;
  }
  75% {
    transform: translateX(-20px);
    opacity: 0;
  }
}
@-webkit-keyframes fade-right {
  0% {
    transform: translateX(0);
    opacity: 1;
  }
  75% {
    transform: translateX(20px);
    opacity: 0;
  }
}
@keyframes fade-right {
  0% {
    transform: translateX(0);
    opacity: 1;
  }
  75% {
    transform: translateX(20px);
    opacity: 0;
  }
}
@-webkit-keyframes fade-up {
  0% {
    transform: translateY(0);
    opacity: 1;
  }
  75% {
    transform: translateY(-20px);
    opacity: 0;
  }
}
@keyframes fade-up {
  0% {
    transform: translateY(0);
    opacity: 1;
  }
  75% {
    transform: translateY(-20px);
    opacity: 0;
  }
}
@-webkit-keyframes fade-down {
  0% {
    transform: translateY(0);
    opacity: 1;
  }
  75% {
    transform: translateY(20px);
    opacity: 0;
  }
}
@keyframes fade-down {
  0% {
    transform: translateY(0);
    opacity: 1;
  }
  75% {
    transform: translateY(20px);
    opacity: 0;
  }
}
@-webkit-keyframes tada {
  from {
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    transform: scale3d(0.95, 0.95, 0.95) rotate3d(0, 0, 1, -10deg);
  }
  30%, 50%, 70%, 90% {
    transform: scale3d(1, 1, 1) rotate3d(0, 0, 1, 10deg);
  }
  40%, 60%, 80% {
    transform: scale3d(1, 1, 1) rotate3d(0, 0, 1, -10deg);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
@keyframes tada {
  from {
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    transform: scale3d(0.95, 0.95, 0.95) rotate3d(0, 0, 1, -10deg);
  }
  30%, 50%, 70%, 90% {
    transform: scale3d(1, 1, 1) rotate3d(0, 0, 1, 10deg);
  }
  40%, 60%, 80% {
    transform: rotate3d(0, 0, 1, -10deg);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
.bx-spin {
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

.bx-spin-hover:hover {
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

.bx-tada {
  -webkit-animation: tada 1.5s ease infinite;
  animation: tada 1.5s ease infinite;
}

.bx-tada-hover:hover {
  -webkit-animation: tada 1.5s ease infinite;
  animation: tada 1.5s ease infinite;
}

.bx-flashing {
  -webkit-animation: flashing 1.5s infinite linear;
  animation: flashing 1.5s infinite linear;
}

.bx-flashing-hover:hover {
  -webkit-animation: flashing 1.5s infinite linear;
  animation: flashing 1.5s infinite linear;
}

.bx-burst {
  -webkit-animation: burst 1.5s infinite linear;
  animation: burst 1.5s infinite linear;
}

.bx-burst-hover:hover {
  -webkit-animation: burst 1.5s infinite linear;
  animation: burst 1.5s infinite linear;
}

.bx-fade-up {
  -webkit-animation: fade-up 1.5s infinite linear;
  animation: fade-up 1.5s infinite linear;
}

.bx-fade-up-hover:hover {
  -webkit-animation: fade-up 1.5s infinite linear;
  animation: fade-up 1.5s infinite linear;
}

.bx-fade-down {
  -webkit-animation: fade-down 1.5s infinite linear;
  animation: fade-down 1.5s infinite linear;
}

.bx-fade-down-hover:hover {
  -webkit-animation: fade-down 1.5s infinite linear;
  animation: fade-down 1.5s infinite linear;
}

.bx-fade-left {
  -webkit-animation: fade-left 1.5s infinite linear;
  animation: fade-left 1.5s infinite linear;
}

.bx-fade-left-hover:hover {
  -webkit-animation: fade-left 1.5s infinite linear;
  animation: fade-left 1.5s infinite linear;
}

.bx-fade-right {
  -webkit-animation: fade-right 1.5s infinite linear;
  animation: fade-right 1.5s infinite linear;
}

.bx-fade-right-hover:hover {
  -webkit-animation: fade-right 1.5s infinite linear;
  animation: fade-right 1.5s infinite linear;
}

.bx-xs {
  font-size: 1rem !important;
}

.bx-sm {
  font-size: 1.55rem !important;
}

.bx-md {
  font-size: 2.25rem !important;
}

.bx-fw {
  font-size: 1.2857142857em;
  line-height: 0.8em;
  width: 1.2857142857em;
  height: 0.8em;
  margin-top: -0.2em !important;
  vertical-align: middle;
}

.bx-lg {
  font-size: 3rem !important;
}

.bx-pull-left {
  float: left;
  margin-right: 0.3em !important;
}

.bx-pull-right {
  float: right;
  margin-left: 0.3em !important;
}

.bx-rotate-90 {
  transform: rotate(90deg);
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
}

.bx-rotate-180 {
  transform: rotate(180deg);
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
}

.bx-rotate-270 {
  transform: rotate(270deg);
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
}

.bx-flip-horizontal {
  transform: scaleX(-1);
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
}

.bx-flip-vertical {
  transform: scaleY(-1);
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
}

.bx-border {
  padding: 0.25em;
  border: 0.07em solid rgba(0, 0, 0, 0.1);
  border-radius: 0.25em;
}

.bx-border-circle {
  padding: 0.25em;
  border: 0.07em solid rgba(0, 0, 0, 0.1);
  border-radius: 50%;
}

.bxl-500px:before {
  content: "\E900";
}

.bxl-adobe:before {
  content: "\E901";
}

.bxl-airbnb:before {
  content: "\E902";
}

.bxl-algolia:before {
  content: "\E903";
}

.bxl-amazon:before {
  content: "\E904";
}

.bxl-android:before {
  content: "\E905";
}

.bxl-angular:before {
  content: "\E906";
}

.bxl-apple:before {
  content: "\E907";
}

.bxl-audible:before {
  content: "\E908";
}

.bxl-baidu:before {
  content: "\E909";
}

.bxl-behance:before {
  content: "\E90A";
}

.bxl-bing:before {
  content: "\E90B";
}

.bxl-bitcoin:before {
  content: "\E90C";
}

.bxl-blogger:before {
  content: "\E90D";
}

.bxl-bootstrap:before {
  content: "\E90E";
}

.bxl-chrome:before {
  content: "\E90F";
}

.bxl-codepen:before {
  content: "\E910";
}

.bxl-creative-commons:before {
  content: "\E911";
}

.bxl-css3:before {
  content: "\E912";
}

.bxl-dailymotion:before {
  content: "\E913";
}

.bxl-deviantart:before {
  content: "\E914";
}

.bxl-dev-to:before {
  content: "\E915";
}

.bxl-digg:before {
  content: "\E916";
}

.bxl-digitalocean:before {
  content: "\E917";
}

.bxl-discord:before {
  content: "\E918";
}

.bxl-discourse:before {
  content: "\E919";
}

.bxl-dribbble:before {
  content: "\E91A";
}

.bxl-dropbox:before {
  content: "\E91B";
}

.bxl-drupal:before {
  content: "\E91C";
}

.bxl-ebay:before {
  content: "\E91D";
}

.bxl-edge:before {
  content: "\E91E";
}

.bxl-etsy:before {
  content: "\E91F";
}

.bxl-facebook:before {
  content: "\E920";
}

.bxl-facebook-circle:before {
  content: "\E921";
}

.bxl-facebook-square:before {
  content: "\E922";
}

.bxl-figma:before {
  content: "\E923";
}

.bxl-firefox:before {
  content: "\E924";
}

.bxl-flickr:before {
  content: "\E925";
}

.bxl-flickr-square:before {
  content: "\E926";
}

.bxl-foursquare:before {
  content: "\E927";
}

.bxl-git:before {
  content: "\E928";
}

.bxl-github:before {
  content: "\E929";
}

.bxl-gitlab:before {
  content: "\E92A";
}

.bxl-google:before {
  content: "\E92B";
}

.bxl-google-plus:before {
  content: "\E92C";
}

.bxl-google-plus-circle:before {
  content: "\E92D";
}

.bxl-html5:before {
  content: "\E92E";
}

.bxl-imdb:before {
  content: "\E92F";
}

.bxl-instagram:before {
  content: "\E930";
}

.bxl-instagram-alt:before {
  content: "\E931";
}

.bxl-internet-explorer:before {
  content: "\E932";
}

.bxl-invision:before {
  content: "\E933";
}

.bxl-javascript:before {
  content: "\E934";
}

.bxl-joomla:before {
  content: "\E935";
}

.bxl-jquery:before {
  content: "\E936";
}

.bxl-jsfiddle:before {
  content: "\E937";
}

.bxl-kickstarter:before {
  content: "\E938";
}

.bxl-less:before {
  content: "\E939";
}

.bxl-linkedin:before {
  content: "\E93A";
}

.bxl-linkedin-square:before {
  content: "\E93B";
}

.bxl-magento:before {
  content: "\E93C";
}

.bxl-mailchimp:before {
  content: "\E93D";
}

.bxl-mastercard:before {
  content: "\E93E";
}

.bxl-medium:before {
  content: "\E93F";
}

.bxl-medium-old:before {
  content: "\E940";
}

.bxl-medium-square:before {
  content: "\E941";
}

.bxl-messenger:before {
  content: "\E942";
}

.bxl-microsoft:before {
  content: "\E943";
}

.bxl-nodejs:before {
  content: "\E944";
}

.bxl-opera:before {
  content: "\E945";
}

.bxl-patreon:before {
  content: "\E946";
}

.bxl-paypal:before {
  content: "\E947";
}

.bxl-periscope:before {
  content: "\E948";
}

.bxl-pinterest:before {
  content: "\E949";
}

.bxl-pinterest-alt:before {
  content: "\E94A";
}

.bxl-play-store:before {
  content: "\E94B";
}

.bxl-pocket:before {
  content: "\E94C";
}

.bxl-product-hunt:before {
  content: "\E94D";
}

.bxl-quora:before {
  content: "\E94E";
}

.bxl-react:before {
  content: "\E94F";
}

.bxl-redbubble:before {
  content: "\E950";
}

.bxl-reddit:before {
  content: "\E951";
}

.bxl-redux:before {
  content: "\E952";
}

.bxl-sass:before {
  content: "\E953";
}

.bxl-shopify:before {
  content: "\E954";
}

.bxl-skype:before {
  content: "\E955";
}

.bxl-slack:before {
  content: "\E956";
}

.bxl-slack-old:before {
  content: "\E957";
}

.bxl-snapchat:before {
  content: "\E958";
}

.bxl-soundcloud:before {
  content: "\E959";
}

.bxl-spotify:before {
  content: "\E95A";
}

.bxl-squarespace:before {
  content: "\E95B";
}

.bxl-stack-overflow:before {
  content: "\E95C";
}

.bxl-stripe:before {
  content: "\E95D";
}

.bxl-telegram:before {
  content: "\E95E";
}

.bxl-trello:before {
  content: "\E95F";
}

.bxl-tumblr:before {
  content: "\E960";
}

.bxl-twitch:before {
  content: "\E961";
}

.bxl-twitter:before {
  content: "\E962";
}

.bxl-unsplash:before {
  content: "\E963";
}

.bxl-vimeo:before {
  content: "\E964";
}

.bxl-visa:before {
  content: "\E965";
}

.bxl-vk:before {
  content: "\E966";
}

.bxl-vuejs:before {
  content: "\E967";
}

.bxl-whatsapp:before {
  content: "\E968";
}

.bxl-whatsapp-square:before {
  content: "\E969";
}

.bxl-wikipedia:before {
  content: "\E96A";
}

.bxl-windows:before {
  content: "\E96B";
}

.bxl-wix:before {
  content: "\E96C";
}

.bxl-wordpress:before {
  content: "\E96D";
}

.bxl-yahoo:before {
  content: "\E96E";
}

.bxl-yelp:before {
  content: "\E96F";
}

.bxl-youtube:before {
  content: "\E970";
}

.bx-abacus:before {
  content: "\E971";
}

.bx-accessibility:before {
  content: "\E972";
}

.bx-add-to-queue:before {
  content: "\E973";
}

.bx-adjust:before {
  content: "\E974";
}

.bx-alarm:before {
  content: "\E975";
}

.bx-alarm-add:before {
  content: "\E976";
}

.bx-alarm-exclamation:before {
  content: "\E977";
}

.bx-alarm-off:before {
  content: "\E978";
}

.bx-alarm-snooze:before {
  content: "\E979";
}

.bx-album:before {
  content: "\E97A";
}

.bx-align-justify:before {
  content: "\E97B";
}

.bx-align-left:before {
  content: "\E97C";
}

.bx-align-middle:before {
  content: "\E97D";
}

.bx-align-right:before {
  content: "\E97E";
}

.bx-analyse:before {
  content: "\E97F";
}

.bx-anchor:before {
  content: "\E980";
}

.bx-angry:before {
  content: "\E981";
}

.bx-aperture:before {
  content: "\E982";
}

.bx-arch:before {
  content: "\E983";
}

.bx-archive:before {
  content: "\E984";
}

.bx-archive-in:before {
  content: "\E985";
}

.bx-archive-out:before {
  content: "\E986";
}

.bx-area:before {
  content: "\E987";
}

.bx-arrow-back:before {
  content: "\E988";
}

.bx-arrow-from-bottom:before {
  content: "\E989";
}

.bx-arrow-from-left:before {
  content: "\E98A";
}

.bx-arrow-from-right:before {
  content: "\E98B";
}

.bx-arrow-from-top:before {
  content: "\E98C";
}

.bx-arrow-to-bottom:before {
  content: "\E98D";
}

.bx-arrow-to-left:before {
  content: "\E98E";
}

.bx-arrow-to-right:before {
  content: "\E98F";
}

.bx-arrow-to-top:before {
  content: "\E990";
}

.bx-at:before {
  content: "\E991";
}

.bx-atom:before {
  content: "\E992";
}

.bx-award:before {
  content: "\E993";
}

.bx-badge:before {
  content: "\E994";
}

.bx-badge-check:before {
  content: "\E995";
}

.bx-ball:before {
  content: "\E996";
}

.bx-band-aid:before {
  content: "\E997";
}

.bx-bar-chart:before {
  content: "\E998";
}

.bx-bar-chart-alt:before {
  content: "\E999";
}

.bx-bar-chart-alt-2:before {
  content: "\E99A";
}

.bx-bar-chart-square:before {
  content: "\E99B";
}

.bx-barcode:before {
  content: "\E99C";
}

.bx-barcode-reader:before {
  content: "\E99D";
}

.bx-baseball:before {
  content: "\E99E";
}

.bx-basket:before {
  content: "\E99F";
}

.bx-basketball:before {
  content: "\E9A0";
}

.bx-bath:before {
  content: "\E9A1";
}

.bx-battery:before {
  content: "\E9A2";
}

.bx-bed:before {
  content: "\E9A3";
}

.bx-been-here:before {
  content: "\E9A4";
}

.bx-beer:before {
  content: "\E9A5";
}

.bx-bell:before {
  content: "\E9A6";
}

.bx-bell-minus:before {
  content: "\E9A7";
}

.bx-bell-off:before {
  content: "\E9A8";
}

.bx-bell-plus:before {
  content: "\E9A9";
}

.bx-bible:before {
  content: "\E9AA";
}

.bx-bitcoin:before {
  content: "\E9AB";
}

.bx-blanket:before {
  content: "\E9AC";
}

.bx-block:before {
  content: "\E9AD";
}

.bx-bluetooth:before {
  content: "\E9AE";
}

.bx-body:before {
  content: "\E9AF";
}

.bx-bold:before {
  content: "\E9B0";
}

.bx-bolt-circle:before {
  content: "\E9B1";
}

.bx-bomb:before {
  content: "\E9B2";
}

.bx-bone:before {
  content: "\E9B3";
}

.bx-bong:before {
  content: "\E9B4";
}

.bx-book:before {
  content: "\E9B5";
}

.bx-book-add:before {
  content: "\E9B6";
}

.bx-book-alt:before {
  content: "\E9B7";
}

.bx-book-bookmark:before {
  content: "\E9B8";
}

.bx-book-content:before {
  content: "\E9B9";
}

.bx-book-heart:before {
  content: "\E9BA";
}

.bx-bookmark:before {
  content: "\E9BB";
}

.bx-bookmark-minus:before {
  content: "\E9BC";
}

.bx-bookmark-plus:before {
  content: "\E9BD";
}

.bx-bookmarks:before {
  content: "\E9BE";
}

.bx-book-open:before {
  content: "\E9BF";
}

.bx-book-reader:before {
  content: "\E9C0";
}

.bx-border-all:before {
  content: "\E9C1";
}

.bx-border-bottom:before {
  content: "\E9C2";
}

.bx-border-inner:before {
  content: "\E9C3";
}

.bx-border-left:before {
  content: "\E9C4";
}

.bx-border-none:before {
  content: "\E9C5";
}

.bx-border-outer:before {
  content: "\E9C6";
}

.bx-border-radius:before {
  content: "\E9C7";
}

.bx-border-right:before {
  content: "\E9C8";
}

.bx-border-top:before {
  content: "\E9C9";
}

.bx-bot:before {
  content: "\E9CA";
}

.bx-bowling-ball:before {
  content: "\E9CB";
}

.bx-box:before {
  content: "\E9CC";
}

.bx-bracket:before {
  content: "\E9CD";
}

.bx-braille:before {
  content: "\E9CE";
}

.bx-brain:before {
  content: "\E9CF";
}

.bx-briefcase:before {
  content: "\E9D0";
}

.bx-briefcase-alt:before {
  content: "\E9D1";
}

.bx-briefcase-alt-2:before {
  content: "\E9D2";
}

.bx-brightness:before {
  content: "\E9D3";
}

.bx-brightness-half:before {
  content: "\E9D4";
}

.bx-broadcast:before {
  content: "\E9D5";
}

.bx-brush:before {
  content: "\E9D6";
}

.bx-brush-alt:before {
  content: "\E9D7";
}

.bx-bug:before {
  content: "\E9D8";
}

.bx-bug-alt:before {
  content: "\E9D9";
}

.bx-building:before {
  content: "\E9DA";
}

.bx-building-house:before {
  content: "\E9DB";
}

.bx-buildings:before {
  content: "\E9DC";
}

.bx-bulb:before {
  content: "\E9DD";
}

.bx-bullseye:before {
  content: "\E9DE";
}

.bx-buoy:before {
  content: "\E9DF";
}

.bx-bus:before {
  content: "\E9E0";
}

.bx-bus-school:before {
  content: "\E9E1";
}

.bx-cabinet:before {
  content: "\E9E2";
}

.bx-cake:before {
  content: "\E9E3";
}

.bx-calculator:before {
  content: "\E9E4";
}

.bx-calendar:before {
  content: "\E9E5";
}

.bx-calendar-alt:before {
  content: "\E9E6";
}

.bx-calendar-check:before {
  content: "\E9E7";
}

.bx-calendar-edit:before {
  content: "\E9E8";
}

.bx-calendar-event:before {
  content: "\E9E9";
}

.bx-calendar-exclamation:before {
  content: "\E9EA";
}

.bx-calendar-heart:before {
  content: "\E9EB";
}

.bx-calendar-minus:before {
  content: "\E9EC";
}

.bx-calendar-plus:before {
  content: "\E9ED";
}

.bx-calendar-star:before {
  content: "\E9EE";
}

.bx-calendar-week:before {
  content: "\E9EF";
}

.bx-calendar-x:before {
  content: "\E9F0";
}

.bx-camera:before {
  content: "\E9F1";
}

.bx-camera-home:before {
  content: "\E9F2";
}

.bx-camera-movie:before {
  content: "\E9F3";
}

.bx-camera-off:before {
  content: "\E9F4";
}

.bx-capsule:before {
  content: "\E9F5";
}

.bx-captions:before {
  content: "\E9F6";
}

.bx-car:before {
  content: "\E9F7";
}

.bx-card:before {
  content: "\E9F8";
}

.bx-caret-down:before {
  content: "\E9F9";
}

.bx-caret-down-circle:before {
  content: "\E9FA";
}

.bx-caret-down-square:before {
  content: "\E9FB";
}

.bx-caret-left:before {
  content: "\E9FC";
}

.bx-caret-left-circle:before {
  content: "\E9FD";
}

.bx-caret-left-square:before {
  content: "\E9FE";
}

.bx-caret-right:before {
  content: "\E9FF";
}

.bx-caret-right-circle:before {
  content: "\EA00";
}

.bx-caret-right-square:before {
  content: "\EA01";
}

.bx-caret-up:before {
  content: "\EA02";
}

.bx-caret-up-circle:before {
  content: "\EA03";
}

.bx-caret-up-square:before {
  content: "\EA04";
}

.bx-carousel:before {
  content: "\EA05";
}

.bx-cart:before {
  content: "\EA06";
}

.bx-cart-alt:before {
  content: "\EA07";
}

.bx-cast:before {
  content: "\EA08";
}

.bx-cctv:before {
  content: "\EA09";
}

.bx-certification:before {
  content: "\EA0A";
}

.bx-chair:before {
  content: "\EA0B";
}

.bx-chalkboard:before {
  content: "\EA0C";
}

.bx-chart:before {
  content: "\EA0D";
}

.bx-chat:before {
  content: "\EA0E";
}

.bx-check:before {
  content: "\EA0F";
}

.bx-checkbox:before {
  content: "\EA10";
}

.bx-checkbox-checked:before {
  content: "\EA11";
}

.bx-checkbox-square:before {
  content: "\EA12";
}

.bx-check-circle:before {
  content: "\EA13";
}

.bx-check-double:before {
  content: "\EA14";
}

.bx-check-shield:before {
  content: "\EA15";
}

.bx-check-square:before {
  content: "\EA16";
}

.bx-chevron-down:before {
  content: "\EA17";
}

.bx-chevron-down-circle:before {
  content: "\EA18";
}

.bx-chevron-down-square:before {
  content: "\EA19";
}

.bx-chevron-left:before {
  content: "\EA1A";
}

.bx-chevron-left-circle:before {
  content: "\EA1B";
}

.bx-chevron-left-square:before {
  content: "\EA1C";
}

.bx-chevron-right:before {
  content: "\EA1D";
}

.bx-chevron-right-circle:before {
  content: "\EA1E";
}

.bx-chevron-right-square:before {
  content: "\EA1F";
}

.bx-chevrons-down:before {
  content: "\EA20";
}

.bx-chevrons-left:before {
  content: "\EA21";
}

.bx-chevrons-right:before {
  content: "\EA22";
}

.bx-chevrons-up:before {
  content: "\EA23";
}

.bx-chevron-up:before {
  content: "\EA24";
}

.bx-chevron-up-circle:before {
  content: "\EA25";
}

.bx-chevron-up-square:before {
  content: "\EA26";
}

.bx-chip:before {
  content: "\EA27";
}

.bx-church:before {
  content: "\EA28";
}

.bx-circle:before {
  content: "\EA29";
}

.bx-clinic:before {
  content: "\EA2A";
}

.bx-clipboard:before {
  content: "\EA2B";
}

.bx-closet:before {
  content: "\EA2C";
}

.bx-cloud:before {
  content: "\EA2D";
}

.bx-cloud-download:before {
  content: "\EA2E";
}

.bx-cloud-drizzle:before {
  content: "\EA2F";
}

.bx-cloud-lightning:before {
  content: "\EA30";
}

.bx-cloud-light-rain:before {
  content: "\EA31";
}

.bx-cloud-rain:before {
  content: "\EA32";
}

.bx-cloud-snow:before {
  content: "\EA33";
}

.bx-cloud-upload:before {
  content: "\EA34";
}

.bx-code:before {
  content: "\EA35";
}

.bx-code-alt:before {
  content: "\EA36";
}

.bx-code-block:before {
  content: "\EA37";
}

.bx-code-curly:before {
  content: "\EA38";
}

.bx-coffee:before {
  content: "\EA39";
}

.bx-coffee-togo:before {
  content: "\EA3A";
}

.bx-cog:before {
  content: "\EA3B";
}

.bx-coin:before {
  content: "\EA3C";
}

.bx-coin-stack:before {
  content: "\EA3D";
}

.bx-collapse:before {
  content: "\EA3E";
}

.bx-collection:before {
  content: "\EA3F";
}

.bx-color-fill:before {
  content: "\EA40";
}

.bx-columns:before {
  content: "\EA41";
}

.bx-command:before {
  content: "\EA42";
}

.bx-comment:before {
  content: "\EA43";
}

.bx-comment-add:before {
  content: "\EA44";
}

.bx-comment-check:before {
  content: "\EA45";
}

.bx-comment-detail:before {
  content: "\EA46";
}

.bx-comment-dots:before {
  content: "\EA47";
}

.bx-comment-edit:before {
  content: "\EA48";
}

.bx-comment-error:before {
  content: "\EA49";
}

.bx-comment-minus:before {
  content: "\EA4A";
}

.bx-comment-x:before {
  content: "\EA4B";
}

.bx-compass:before {
  content: "\EA4C";
}

.bx-confused:before {
  content: "\EA4D";
}

.bx-conversation:before {
  content: "\EA4E";
}

.bx-cookie:before {
  content: "\EA4F";
}

.bx-cool:before {
  content: "\EA50";
}

.bx-copy:before {
  content: "\EA51";
}

.bx-copy-alt:before {
  content: "\EA52";
}

.bx-copyright:before {
  content: "\EA53";
}

.bx-credit-card:before {
  content: "\EA54";
}

.bx-credit-card-alt:before {
  content: "\EA55";
}

.bx-credit-card-front:before {
  content: "\EA56";
}

.bx-crop:before {
  content: "\EA57";
}

.bx-crosshair:before {
  content: "\EA58";
}

.bx-crown:before {
  content: "\EA59";
}

.bx-cube:before {
  content: "\EA5A";
}

.bx-cube-alt:before {
  content: "\EA5B";
}

.bx-cuboid:before {
  content: "\EA5C";
}

.bx-current-location:before {
  content: "\EA5D";
}

.bx-customize:before {
  content: "\EA5E";
}

.bx-cut:before {
  content: "\EA5F";
}

.bx-cycling:before {
  content: "\EA60";
}

.bx-cylinder:before {
  content: "\EA61";
}

.bx-data:before {
  content: "\EA62";
}

.bx-desktop:before {
  content: "\EA63";
}

.bx-detail:before {
  content: "\EA64";
}

.bx-devices:before {
  content: "\EA65";
}

.bx-dialpad:before {
  content: "\EA66";
}

.bx-dialpad-alt:before {
  content: "\EA67";
}

.bx-diamond:before {
  content: "\EA68";
}

.bx-dice-1:before {
  content: "\EA69";
}

.bx-dice-2:before {
  content: "\EA6A";
}

.bx-dice-3:before {
  content: "\EA6B";
}

.bx-dice-4:before {
  content: "\EA6C";
}

.bx-dice-5:before {
  content: "\EA6D";
}

.bx-dice-6:before {
  content: "\EA6E";
}

.bx-directions:before {
  content: "\EA6F";
}

.bx-disc:before {
  content: "\EA70";
}

.bx-dish:before {
  content: "\EA71";
}

.bx-dislike:before {
  content: "\EA72";
}

.bx-dizzy:before {
  content: "\EA73";
}

.bx-dna:before {
  content: "\EA74";
}

.bx-dock-bottom:before {
  content: "\EA75";
}

.bx-dock-left:before {
  content: "\EA76";
}

.bx-dock-right:before {
  content: "\EA77";
}

.bx-dock-top:before {
  content: "\EA78";
}

.bx-dollar:before {
  content: "\EA79";
}

.bx-dollar-circle:before {
  content: "\EA7A";
}

.bx-donate-blood:before {
  content: "\EA7B";
}

.bx-donate-heart:before {
  content: "\EA7C";
}

.bx-door-open:before {
  content: "\EA7D";
}

.bx-dots-horizontal:before {
  content: "\EA7E";
}

.bx-dots-horizontal-rounded:before {
  content: "\EA7F";
}

.bx-dots-vertical:before {
  content: "\EA80";
}

.bx-dots-vertical-rounded:before {
  content: "\EA81";
}

.bx-doughnut-chart:before {
  content: "\EA82";
}

.bx-down-arrow:before {
  content: "\EA83";
}

.bx-down-arrow-alt:before {
  content: "\EA84";
}

.bx-down-arrow-circle:before {
  content: "\EA85";
}

.bx-download:before {
  content: "\EA86";
}

.bx-downvote:before {
  content: "\EA87";
}

.bx-drink:before {
  content: "\EA88";
}

.bx-droplet:before {
  content: "\EA89";
}

.bx-dumbbell:before {
  content: "\EA8A";
}

.bx-duplicate:before {
  content: "\EA8B";
}

.bx-edit:before {
  content: "\EA8C";
}

.bx-edit-alt:before {
  content: "\EA8D";
}

.bx-envelope:before {
  content: "\EA8E";
}

.bx-envelope-open:before {
  content: "\EA8F";
}

.bx-equalizer:before {
  content: "\EA90";
}

.bx-eraser:before {
  content: "\EA91";
}

.bx-error:before {
  content: "\EA92";
}

.bx-error-alt:before {
  content: "\EA93";
}

.bx-error-circle:before {
  content: "\EA94";
}

.bx-euro:before {
  content: "\EA95";
}

.bx-exclude:before {
  content: "\EA96";
}

.bx-exit:before {
  content: "\EA97";
}

.bx-exit-fullscreen:before {
  content: "\EA98";
}

.bx-expand:before {
  content: "\EA99";
}

.bx-export:before {
  content: "\EA9A";
}

.bx-extension:before {
  content: "\EA9B";
}

.bx-face:before {
  content: "\EA9C";
}

.bx-fast-forward:before {
  content: "\EA9D";
}

.bx-fast-forward-circle:before {
  content: "\EA9E";
}

.bx-female:before {
  content: "\EA9F";
}

.bx-female-sign:before {
  content: "\EAA0";
}

.bx-file:before {
  content: "\EAA1";
}

.bx-file-blank:before {
  content: "\EAA2";
}

.bx-file-find:before {
  content: "\EAA3";
}

.bx-film:before {
  content: "\EAA4";
}

.bx-filter:before {
  content: "\EAA5";
}

.bx-filter-alt:before {
  content: "\EAA6";
}

.bx-fingerprint:before {
  content: "\EAA7";
}

.bx-first-aid:before {
  content: "\EAA8";
}

.bx-first-page:before {
  content: "\EAA9";
}

.bx-flag:before {
  content: "\EAAA";
}

.bx-folder:before {
  content: "\EAAB";
}

.bx-folder-minus:before {
  content: "\EAAC";
}

.bx-folder-open:before {
  content: "\EAAD";
}

.bx-folder-plus:before {
  content: "\EAAE";
}

.bx-font:before {
  content: "\EAAF";
}

.bx-font-color:before {
  content: "\EAB0";
}

.bx-font-family:before {
  content: "\EAB1";
}

.bx-font-size:before {
  content: "\EAB2";
}

.bx-food-menu:before {
  content: "\EAB3";
}

.bx-food-tag:before {
  content: "\EAB4";
}

.bx-football:before {
  content: "\EAB5";
}

.bx-fridge:before {
  content: "\EAB6";
}

.bx-fullscreen:before {
  content: "\EAB7";
}

.bx-game:before {
  content: "\EAB8";
}

.bx-gas-pump:before {
  content: "\EAB9";
}

.bx-ghost:before {
  content: "\EABA";
}

.bx-gift:before {
  content: "\EABB";
}

.bx-git-branch:before {
  content: "\EABC";
}

.bx-git-commit:before {
  content: "\EABD";
}

.bx-git-compare:before {
  content: "\EABE";
}

.bx-git-merge:before {
  content: "\EABF";
}

.bx-git-pull-request:before {
  content: "\EAC0";
}

.bx-git-repo-forked:before {
  content: "\EAC1";
}

.bx-glasses:before {
  content: "\EAC2";
}

.bx-glasses-alt:before {
  content: "\EAC3";
}

.bx-globe:before {
  content: "\EAC4";
}

.bx-globe-alt:before {
  content: "\EAC5";
}

.bx-grid:before {
  content: "\EAC6";
}

.bx-grid-alt:before {
  content: "\EAC7";
}

.bx-grid-horizontal:before {
  content: "\EAC8";
}

.bx-grid-small:before {
  content: "\EAC9";
}

.bx-grid-vertical:before {
  content: "\EACA";
}

.bx-group:before {
  content: "\EACB";
}

.bx-handicap:before {
  content: "\EACC";
}

.bx-happy:before {
  content: "\EACD";
}

.bx-happy-alt:before {
  content: "\EACE";
}

.bx-happy-beaming:before {
  content: "\EACF";
}

.bx-happy-heart-eyes:before {
  content: "\EAD0";
}

.bx-hash:before {
  content: "\EAD1";
}

.bx-hdd:before {
  content: "\EAD2";
}

.bx-heading:before {
  content: "\EAD3";
}

.bx-headphone:before {
  content: "\EAD4";
}

.bx-health:before {
  content: "\EAD5";
}

.bx-heart:before {
  content: "\EAD6";
}

.bx-heart-circle:before {
  content: "\EAD7";
}

.bx-heart-square:before {
  content: "\EAD8";
}

.bx-help-circle:before {
  content: "\EAD9";
}

.bx-hide:before {
  content: "\EADA";
}

.bx-highlight:before {
  content: "\EADB";
}

.bx-history:before {
  content: "\EADC";
}

.bx-hive:before {
  content: "\EADD";
}

.bx-home:before {
  content: "\EADE";
}

.bx-home-alt:before {
  content: "\EADF";
}

.bx-home-circle:before {
  content: "\EAE0";
}

.bx-home-heart:before {
  content: "\EAE1";
}

.bx-home-smile:before {
  content: "\EAE2";
}

.bx-horizontal-center:before {
  content: "\EAE3";
}

.bx-hotel:before {
  content: "\EAE4";
}

.bx-hourglass:before {
  content: "\EAE5";
}

.bx-id-card:before {
  content: "\EAE6";
}

.bx-image:before {
  content: "\EAE7";
}

.bx-image-add:before {
  content: "\EAE8";
}

.bx-image-alt:before {
  content: "\EAE9";
}

.bx-images:before {
  content: "\EAEA";
}

.bx-import:before {
  content: "\EAEB";
}

.bx-infinite:before {
  content: "\EAEC";
}

.bx-info-circle:before {
  content: "\EAED";
}

.bx-info-square:before {
  content: "\EAEE";
}

.bx-intersect:before {
  content: "\EAEF";
}

.bx-italic:before {
  content: "\EAF0";
}

.bx-joystick:before {
  content: "\EAF1";
}

.bx-joystick-alt:before {
  content: "\EAF2";
}

.bx-joystick-button:before {
  content: "\EAF3";
}

.bx-key:before {
  content: "\EAF4";
}

.bx-label:before {
  content: "\EAF5";
}

.bx-landscape:before {
  content: "\EAF6";
}

.bx-laptop:before {
  content: "\EAF7";
}

.bx-last-page:before {
  content: "\EAF8";
}

.bx-laugh:before {
  content: "\EAF9";
}

.bx-layer:before {
  content: "\EAFA";
}

.bx-layer-minus:before {
  content: "\EAFB";
}

.bx-layer-plus:before {
  content: "\EAFC";
}

.bx-layout:before {
  content: "\EAFD";
}

.bx-left-arrow:before {
  content: "\EAFE";
}

.bx-left-arrow-alt:before {
  content: "\EAFF";
}

.bx-left-arrow-circle:before {
  content: "\EB00";
}

.bx-left-down-arrow-circle:before {
  content: "\EB01";
}

.bx-left-indent:before {
  content: "\EB02";
}

.bx-left-top-arrow-circle:before {
  content: "\EB03";
}

.bx-like:before {
  content: "\EB04";
}

.bx-line-chart:before {
  content: "\EB05";
}

.bx-line-chart-down:before {
  content: "\EB06";
}

.bx-link:before {
  content: "\EB07";
}

.bx-link-alt:before {
  content: "\EB08";
}

.bx-link-external:before {
  content: "\EB09";
}

.bx-lira:before {
  content: "\EB0A";
}

.bx-list-check:before {
  content: "\EB0B";
}

.bx-list-minus:before {
  content: "\EB0C";
}

.bx-list-ol:before {
  content: "\EB0D";
}

.bx-list-plus:before {
  content: "\EB0E";
}

.bx-list-ul:before {
  content: "\EB0F";
}

.bx-loader:before {
  content: "\EB10";
}

.bx-loader-alt:before {
  content: "\EB11";
}

.bx-loader-circle:before {
  content: "\EB12";
}

.bx-location-plus:before {
  content: "\EB13";
}

.bx-lock:before {
  content: "\EB14";
}

.bx-lock-alt:before {
  content: "\EB15";
}

.bx-lock-open:before {
  content: "\EB16";
}

.bx-lock-open-alt:before {
  content: "\EB17";
}

.bx-log-in:before {
  content: "\EB18";
}

.bx-log-in-circle:before {
  content: "\EB19";
}

.bx-log-out:before {
  content: "\EB1A";
}

.bx-log-out-circle:before {
  content: "\EB1B";
}

.bx-low-vision:before {
  content: "\EB1C";
}

.bx-magnet:before {
  content: "\EB1D";
}

.bx-mail-send:before {
  content: "\EB1E";
}

.bx-male:before {
  content: "\EB1F";
}

.bx-male-sign:before {
  content: "\EB20";
}

.bx-map:before {
  content: "\EB21";
}

.bx-map-alt:before {
  content: "\EB22";
}

.bx-map-pin:before {
  content: "\EB23";
}

.bx-mask:before {
  content: "\EB24";
}

.bx-medal:before {
  content: "\EB25";
}

.bx-meh:before {
  content: "\EB26";
}

.bx-meh-alt:before {
  content: "\EB27";
}

.bx-meh-blank:before {
  content: "\EB28";
}

.bx-memory-card:before {
  content: "\EB29";
}

.bx-menu:before {
  content: "\EB2A";
}

.bx-menu-alt-left:before {
  content: "\EB2B";
}

.bx-menu-alt-right:before {
  content: "\EB2C";
}

.bx-merge:before {
  content: "\EB2D";
}

.bx-message:before {
  content: "\EB2E";
}

.bx-message-add:before {
  content: "\EB2F";
}

.bx-message-alt:before {
  content: "\EB30";
}

.bx-message-alt-add:before {
  content: "\EB31";
}

.bx-message-alt-check:before {
  content: "\EB32";
}

.bx-message-alt-detail:before {
  content: "\EB33";
}

.bx-message-alt-dots:before {
  content: "\EB34";
}

.bx-message-alt-edit:before {
  content: "\EB35";
}

.bx-message-alt-error:before {
  content: "\EB36";
}

.bx-message-alt-minus:before {
  content: "\EB37";
}

.bx-message-alt-x:before {
  content: "\EB38";
}

.bx-message-check:before {
  content: "\EB39";
}

.bx-message-detail:before {
  content: "\EB3A";
}

.bx-message-dots:before {
  content: "\EB3B";
}

.bx-message-edit:before {
  content: "\EB3C";
}

.bx-message-error:before {
  content: "\EB3D";
}

.bx-message-minus:before {
  content: "\EB3E";
}

.bx-message-rounded:before {
  content: "\EB3F";
}

.bx-message-rounded-add:before {
  content: "\EB40";
}

.bx-message-rounded-check:before {
  content: "\EB41";
}

.bx-message-rounded-detail:before {
  content: "\EB42";
}

.bx-message-rounded-dots:before {
  content: "\EB43";
}

.bx-message-rounded-edit:before {
  content: "\EB44";
}

.bx-message-rounded-error:before {
  content: "\EB45";
}

.bx-message-rounded-minus:before {
  content: "\EB46";
}

.bx-message-rounded-x:before {
  content: "\EB47";
}

.bx-message-square:before {
  content: "\EB48";
}

.bx-message-square-add:before {
  content: "\EB49";
}

.bx-message-square-check:before {
  content: "\EB4A";
}

.bx-message-square-detail:before {
  content: "\EB4B";
}

.bx-message-square-dots:before {
  content: "\EB4C";
}

.bx-message-square-edit:before {
  content: "\EB4D";
}

.bx-message-square-error:before {
  content: "\EB4E";
}

.bx-message-square-minus:before {
  content: "\EB4F";
}

.bx-message-square-x:before {
  content: "\EB50";
}

.bx-message-x:before {
  content: "\EB51";
}

.bx-meteor:before {
  content: "\EB52";
}

.bx-microchip:before {
  content: "\EB53";
}

.bx-microphone:before {
  content: "\EB54";
}

.bx-microphone-off:before {
  content: "\EB55";
}

.bx-minus:before {
  content: "\EB56";
}

.bx-minus-back:before {
  content: "\EB57";
}

.bx-minus-circle:before {
  content: "\EB58";
}

.bx-minus-front:before {
  content: "\EB59";
}

.bx-mobile:before {
  content: "\EB5A";
}

.bx-mobile-alt:before {
  content: "\EB5B";
}

.bx-mobile-landscape:before {
  content: "\EB5C";
}

.bx-mobile-vibration:before {
  content: "\EB5D";
}

.bx-money:before {
  content: "\EB5E";
}

.bx-moon:before {
  content: "\EB5F";
}

.bx-mouse:before {
  content: "\EB60";
}

.bx-mouse-alt:before {
  content: "\EB61";
}

.bx-move:before {
  content: "\EB62";
}

.bx-move-horizontal:before {
  content: "\EB63";
}

.bx-move-vertical:before {
  content: "\EB64";
}

.bx-movie:before {
  content: "\EB65";
}

.bx-music:before {
  content: "\EB66";
}

.bx-navigation:before {
  content: "\EB67";
}

.bx-network-chart:before {
  content: "\EB68";
}

.bx-news:before {
  content: "\EB69";
}

.bx-no-entry:before {
  content: "\EB6A";
}

.bx-note:before {
  content: "\EB6B";
}

.bx-notepad:before {
  content: "\EB6C";
}

.bx-notification:before {
  content: "\EB6D";
}

.bx-notification-off:before {
  content: "\EB6E";
}

.bx-outline:before {
  content: "\EB6F";
}

.bx-package:before {
  content: "\EB70";
}

.bx-paint:before {
  content: "\EB71";
}

.bx-paint-roll:before {
  content: "\EB72";
}

.bx-palette:before {
  content: "\EB73";
}

.bx-paperclip:before {
  content: "\EB74";
}

.bx-paper-plane:before {
  content: "\EB75";
}

.bx-paragraph:before {
  content: "\EB76";
}

.bx-paste:before {
  content: "\EB77";
}

.bx-pause:before {
  content: "\EB78";
}

.bx-pause-circle:before {
  content: "\EB79";
}

.bx-pen:before {
  content: "\EB7A";
}

.bx-pencil:before {
  content: "\EB7B";
}

.bx-phone:before {
  content: "\EB7C";
}

.bx-phone-call:before {
  content: "\EB7D";
}

.bx-phone-incoming:before {
  content: "\EB7E";
}

.bx-phone-outgoing:before {
  content: "\EB7F";
}

.bx-photo-album:before {
  content: "\EB80";
}

.bx-pie-chart:before {
  content: "\EB81";
}

.bx-pie-chart-alt:before {
  content: "\EB82";
}

.bx-pie-chart-alt-2:before {
  content: "\EB83";
}

.bx-pin:before {
  content: "\EB84";
}

.bx-planet:before {
  content: "\EB85";
}

.bx-play:before {
  content: "\EB86";
}

.bx-play-circle:before {
  content: "\EB87";
}

.bx-plug:before {
  content: "\EB88";
}

.bx-plus:before {
  content: "\EB89";
}

.bx-plus-circle:before {
  content: "\EB8A";
}

.bx-plus-medical:before {
  content: "\EB8B";
}

.bx-pointer:before {
  content: "\EB8C";
}

.bx-poll:before {
  content: "\EB8D";
}

.bx-polygon:before {
  content: "\EB8E";
}

.bx-pound:before {
  content: "\EB8F";
}

.bx-power-off:before {
  content: "\EB90";
}

.bx-printer:before {
  content: "\EB91";
}

.bx-pulse:before {
  content: "\EB92";
}

.bx-purchase-tag:before {
  content: "\EB93";
}

.bx-purchase-tag-alt:before {
  content: "\EB94";
}

.bx-pyramid:before {
  content: "\EB95";
}

.bx-question-mark:before {
  content: "\EB96";
}

.bx-radar:before {
  content: "\EB97";
}

.bx-radio:before {
  content: "\EB98";
}

.bx-radio-circle:before {
  content: "\EB99";
}

.bx-radio-circle-marked:before {
  content: "\EB9A";
}

.bx-receipt:before {
  content: "\EB9B";
}

.bx-rectangle:before {
  content: "\EB9C";
}

.bx-recycle:before {
  content: "\EB9D";
}

.bx-redo:before {
  content: "\EB9E";
}

.bx-refresh:before {
  content: "\EB9F";
}

.bx-rename:before {
  content: "\EBA0";
}

.bx-repeat:before {
  content: "\EBA1";
}

.bx-reply:before {
  content: "\EBA2";
}

.bx-reply-all:before {
  content: "\EBA3";
}

.bx-repost:before {
  content: "\EBA4";
}

.bx-reset:before {
  content: "\EBA5";
}

.bx-restaurant:before {
  content: "\EBA6";
}

.bx-revision:before {
  content: "\EBA7";
}

.bx-rewind:before {
  content: "\EBA8";
}

.bx-rewind-circle:before {
  content: "\EBA9";
}

.bx-right-arrow:before {
  content: "\EBAA";
}

.bx-right-arrow-alt:before {
  content: "\EBAB";
}

.bx-right-arrow-circle:before {
  content: "\EBAC";
}

.bx-right-down-arrow-circle:before {
  content: "\EBAD";
}

.bx-right-indent:before {
  content: "\EBAE";
}

.bx-right-top-arrow-circle:before {
  content: "\EBAF";
}

.bx-rocket:before {
  content: "\EBB0";
}

.bx-rotate-left:before {
  content: "\EBB1";
}

.bx-rotate-right:before {
  content: "\EBB2";
}

.bx-rss:before {
  content: "\EBB3";
}

.bx-ruble:before {
  content: "\EBB4";
}

.bx-ruler:before {
  content: "\EBB5";
}

.bx-run:before {
  content: "\EBB6";
}

.bx-rupee:before {
  content: "\EBB7";
}

.bx-sad:before {
  content: "\EBB8";
}

.bx-save:before {
  content: "\EBB9";
}

.bx-scan:before {
  content: "\EBBA";
}

.bx-screenshot:before {
  content: "\EBBB";
}

.bx-search:before {
  content: "\EBBC";
}

.bx-search-alt:before {
  content: "\EBBD";
}

.bx-search-alt-2:before {
  content: "\EBBE";
}

.bx-selection:before {
  content: "\EBBF";
}

.bx-select-multiple:before {
  content: "\EBC0";
}

.bx-send:before {
  content: "\EBC1";
}

.bx-server:before {
  content: "\EBC2";
}

.bx-shape-circle:before {
  content: "\EBC3";
}

.bx-shape-polygon:before {
  content: "\EBC4";
}

.bx-shape-square:before {
  content: "\EBC5";
}

.bx-shape-triangle:before {
  content: "\EBC6";
}

.bx-share:before {
  content: "\EBC7";
}

.bx-share-alt:before {
  content: "\EBC8";
}

.bx-shekel:before {
  content: "\EBC9";
}

.bx-shield:before {
  content: "\EBCA";
}

.bx-shield-alt:before {
  content: "\EBCB";
}

.bx-shield-alt-2:before {
  content: "\EBCC";
}

.bx-shield-quarter:before {
  content: "\EBCD";
}

.bx-shield-x:before {
  content: "\EBCE";
}

.bx-shocked:before {
  content: "\EBCF";
}

.bx-shopping-bag:before {
  content: "\EBD0";
}

.bx-show:before {
  content: "\EBD1";
}

.bx-show-alt:before {
  content: "\EBD2";
}

.bx-shuffle:before {
  content: "\EBD3";
}

.bx-sidebar:before {
  content: "\EBD4";
}

.bx-sitemap:before {
  content: "\EBD5";
}

.bx-skip-next:before {
  content: "\EBD6";
}

.bx-skip-next-circle:before {
  content: "\EBD7";
}

.bx-skip-previous:before {
  content: "\EBD8";
}

.bx-skip-previous-circle:before {
  content: "\EBD9";
}

.bx-sleepy:before {
  content: "\EBDA";
}

.bx-slider:before {
  content: "\EBDB";
}

.bx-slider-alt:before {
  content: "\EBDC";
}

.bx-slideshow:before {
  content: "\EBDD";
}

.bx-smile:before {
  content: "\EBDE";
}

.bx-sort:before {
  content: "\EBDF";
}

.bx-sort-a-z:before {
  content: "\EBE0";
}

.bx-sort-down:before {
  content: "\EBE1";
}

.bx-sort-up:before {
  content: "\EBE2";
}

.bx-sort-z-a:before {
  content: "\EBE3";
}

.bx-spa:before {
  content: "\EBE4";
}

.bx-space-bar:before {
  content: "\EBE5";
}

.bx-spray-can:before {
  content: "\EBE6";
}

.bx-spreadsheet:before {
  content: "\EBE7";
}

.bx-square:before {
  content: "\EBE8";
}

.bx-square-rounded:before {
  content: "\EBE9";
}

.bx-star:before {
  content: "\EBEA";
}

.bx-station:before {
  content: "\EBEB";
}

.bx-stats:before {
  content: "\EBEC";
}

.bx-sticker:before {
  content: "\EBED";
}

.bx-stop:before {
  content: "\EBEE";
}

.bx-stop-circle:before {
  content: "\EBEF";
}

.bx-stopwatch:before {
  content: "\EBF0";
}

.bx-store:before {
  content: "\EBF1";
}

.bx-store-alt:before {
  content: "\EBF2";
}

.bx-street-view:before {
  content: "\EBF3";
}

.bx-strikethrough:before {
  content: "\EBF4";
}

.bx-subdirectory-left:before {
  content: "\EBF5";
}

.bx-subdirectory-right:before {
  content: "\EBF6";
}

.bx-sun:before {
  content: "\EBF7";
}

.bx-support:before {
  content: "\EBF8";
}

.bx-swim:before {
  content: "\EBF9";
}

.bx-sync:before {
  content: "\EBFA";
}

.bx-tab:before {
  content: "\EBFB";
}

.bx-table:before {
  content: "\EBFC";
}

.bx-tachometer:before {
  content: "\EBFD";
}

.bx-tag:before {
  content: "\EBFE";
}

.bx-target-lock:before {
  content: "\EBFF";
}

.bx-task:before {
  content: "\EC00";
}

.bx-task-x:before {
  content: "\EC01";
}

.bx-taxi:before {
  content: "\EC02";
}

.bx-tennis-ball:before {
  content: "\EC03";
}

.bx-terminal:before {
  content: "\EC04";
}

.bx-test-tube:before {
  content: "\EC05";
}

.bx-text:before {
  content: "\EC06";
}

.bx-time:before {
  content: "\EC07";
}

.bx-time-five:before {
  content: "\EC08";
}

.bx-timer:before {
  content: "\EC09";
}

.bx-tired:before {
  content: "\EC0A";
}

.bx-toggle-left:before {
  content: "\EC0B";
}

.bx-toggle-right:before {
  content: "\EC0C";
}

.bx-tone:before {
  content: "\EC0D";
}

.bx-traffic-cone:before {
  content: "\EC0E";
}

.bx-train:before {
  content: "\EC0F";
}

.bx-transfer:before {
  content: "\EC10";
}

.bx-transfer-alt:before {
  content: "\EC11";
}

.bx-trash:before {
  content: "\EC12";
}

.bx-trash-alt:before {
  content: "\EC13";
}

.bx-trending-down:before {
  content: "\EC14";
}

.bx-trending-up:before {
  content: "\EC15";
}

.bx-trim:before {
  content: "\EC16";
}

.bx-trophy:before {
  content: "\EC17";
}

.bx-tv:before {
  content: "\EC18";
}

.bx-underline:before {
  content: "\EC19";
}

.bx-undo:before {
  content: "\EC1A";
}

.bx-unite:before {
  content: "\EC1B";
}

.bx-unlink:before {
  content: "\EC1C";
}

.bx-up-arrow:before {
  content: "\EC1D";
}

.bx-up-arrow-alt:before {
  content: "\EC1E";
}

.bx-up-arrow-circle:before {
  content: "\EC1F";
}

.bx-upload:before {
  content: "\EC20";
}

.bx-upside-down:before {
  content: "\EC21";
}

.bx-upvote:before {
  content: "\EC22";
}

.bx-usb:before {
  content: "\EC23";
}

.bx-user:before {
  content: "\EC24";
}

.bx-user-check:before {
  content: "\EC25";
}

.bx-user-circle:before {
  content: "\EC26";
}

.bx-user-minus:before {
  content: "\EC27";
}

.bx-user-pin:before {
  content: "\EC28";
}

.bx-user-plus:before {
  content: "\EC29";
}

.bx-user-voice:before {
  content: "\EC2A";
}

.bx-user-x:before {
  content: "\EC2B";
}

.bx-vector:before {
  content: "\EC2C";
}

.bx-vertical-center:before {
  content: "\EC2D";
}

.bx-vial:before {
  content: "\EC2E";
}

.bx-video:before {
  content: "\EC2F";
}

.bx-video-off:before {
  content: "\EC30";
}

.bx-video-plus:before {
  content: "\EC31";
}

.bx-video-recording:before {
  content: "\EC32";
}

.bx-voicemail:before {
  content: "\EC33";
}

.bx-volume:before {
  content: "\EC34";
}

.bx-volume-full:before {
  content: "\EC35";
}

.bx-volume-low:before {
  content: "\EC36";
}

.bx-volume-mute:before {
  content: "\EC37";
}

.bx-walk:before {
  content: "\EC38";
}

.bx-wallet:before {
  content: "\EC39";
}

.bx-wallet-alt:before {
  content: "\EC3A";
}

.bx-water:before {
  content: "\EC3B";
}

.bx-webcam:before {
  content: "\EC3C";
}

.bx-wifi:before {
  content: "\EC3D";
}

.bx-wifi-0:before {
  content: "\EC3E";
}

.bx-wifi-1:before {
  content: "\EC3F";
}

.bx-wifi-2:before {
  content: "\EC40";
}

.bx-wifi-off:before {
  content: "\EC41";
}

.bx-wind:before {
  content: "\EC42";
}

.bx-window:before {
  content: "\EC43";
}

.bx-window-alt:before {
  content: "\EC44";
}

.bx-window-close:before {
  content: "\EC45";
}

.bx-window-open:before {
  content: "\EC46";
}

.bx-windows:before {
  content: "\EC47";
}

.bx-wine:before {
  content: "\EC48";
}

.bx-wink-smile:before {
  content: "\EC49";
}

.bx-wink-tongue:before {
  content: "\EC4A";
}

.bx-won:before {
  content: "\EC4B";
}

.bx-world:before {
  content: "\EC4C";
}

.bx-wrench:before {
  content: "\EC4D";
}

.bx-x:before {
  content: "\EC4E";
}

.bx-x-circle:before {
  content: "\EC4F";
}

.bx-yen:before {
  content: "\EC50";
}

.bx-zoom-in:before {
  content: "\EC51";
}

.bx-zoom-out:before {
  content: "\EC52";
}

.bxs-add-to-queue:before {
  content: "\EC53";
}

.bxs-adjust:before {
  content: "\EC54";
}

.bxs-adjust-alt:before {
  content: "\EC55";
}

.bxs-alarm:before {
  content: "\EC56";
}

.bxs-alarm-add:before {
  content: "\EC57";
}

.bxs-alarm-exclamation:before {
  content: "\EC58";
}

.bxs-alarm-off:before {
  content: "\EC59";
}

.bxs-alarm-snooze:before {
  content: "\EC5A";
}

.bxs-album:before {
  content: "\EC5B";
}

.bxs-ambulance:before {
  content: "\EC5C";
}

.bxs-analyse:before {
  content: "\EC5D";
}

.bxs-angry:before {
  content: "\EC5E";
}

.bxs-arch:before {
  content: "\EC5F";
}

.bxs-archive:before {
  content: "\EC60";
}

.bxs-archive-in:before {
  content: "\EC61";
}

.bxs-archive-out:before {
  content: "\EC62";
}

.bxs-area:before {
  content: "\EC63";
}

.bxs-arrow-from-bottom:before {
  content: "\EC64";
}

.bxs-arrow-from-left:before {
  content: "\EC65";
}

.bxs-arrow-from-right:before {
  content: "\EC66";
}

.bxs-arrow-from-top:before {
  content: "\EC67";
}

.bxs-arrow-to-bottom:before {
  content: "\EC68";
}

.bxs-arrow-to-left:before {
  content: "\EC69";
}

.bxs-arrow-to-right:before {
  content: "\EC6A";
}

.bxs-arrow-to-top:before {
  content: "\EC6B";
}

.bxs-award:before {
  content: "\EC6C";
}

.bxs-baby-carriage:before {
  content: "\EC6D";
}

.bxs-backpack:before {
  content: "\EC6E";
}

.bxs-badge:before {
  content: "\EC6F";
}

.bxs-badge-check:before {
  content: "\EC70";
}

.bxs-badge-dollar:before {
  content: "\EC71";
}

.bxs-ball:before {
  content: "\EC72";
}

.bxs-band-aid:before {
  content: "\EC73";
}

.bxs-bank:before {
  content: "\EC74";
}

.bxs-bar-chart-alt-2:before {
  content: "\EC75";
}

.bxs-bar-chart-square:before {
  content: "\EC76";
}

.bxs-barcode:before {
  content: "\EC77";
}

.bxs-baseball:before {
  content: "\EC78";
}

.bxs-basket:before {
  content: "\EC79";
}

.bxs-basketball:before {
  content: "\EC7A";
}

.bxs-bath:before {
  content: "\EC7B";
}

.bxs-battery:before {
  content: "\EC7C";
}

.bxs-battery-charging:before {
  content: "\EC7D";
}

.bxs-battery-full:before {
  content: "\EC7E";
}

.bxs-battery-low:before {
  content: "\EC7F";
}

.bxs-bed:before {
  content: "\EC80";
}

.bxs-been-here:before {
  content: "\EC81";
}

.bxs-beer:before {
  content: "\EC82";
}

.bxs-bell:before {
  content: "\EC83";
}

.bxs-bell-minus:before {
  content: "\EC84";
}

.bxs-bell-off:before {
  content: "\EC85";
}

.bxs-bell-plus:before {
  content: "\EC86";
}

.bxs-bell-ring:before {
  content: "\EC87";
}

.bxs-bible:before {
  content: "\EC88";
}

.bxs-binoculars:before {
  content: "\EC89";
}

.bxs-blanket:before {
  content: "\EC8A";
}

.bxs-bolt:before {
  content: "\EC8B";
}

.bxs-bolt-circle:before {
  content: "\EC8C";
}

.bxs-bomb:before {
  content: "\EC8D";
}

.bxs-bone:before {
  content: "\EC8E";
}

.bxs-bong:before {
  content: "\EC8F";
}

.bxs-book:before {
  content: "\EC90";
}

.bxs-book-add:before {
  content: "\EC91";
}

.bxs-book-alt:before {
  content: "\EC92";
}

.bxs-book-bookmark:before {
  content: "\EC93";
}

.bxs-book-content:before {
  content: "\EC94";
}

.bxs-book-heart:before {
  content: "\EC95";
}

.bxs-bookmark:before {
  content: "\EC96";
}

.bxs-bookmark-minus:before {
  content: "\EC97";
}

.bxs-bookmark-plus:before {
  content: "\EC98";
}

.bxs-bookmarks:before {
  content: "\EC99";
}

.bxs-bookmark-star:before {
  content: "\EC9A";
}

.bxs-book-open:before {
  content: "\EC9B";
}

.bxs-book-reader:before {
  content: "\EC9C";
}

.bxs-bot:before {
  content: "\EC9D";
}

.bxs-bowling-ball:before {
  content: "\EC9E";
}

.bxs-box:before {
  content: "\EC9F";
}

.bxs-brain:before {
  content: "\ECA0";
}

.bxs-briefcase:before {
  content: "\ECA1";
}

.bxs-briefcase-alt:before {
  content: "\ECA2";
}

.bxs-briefcase-alt-2:before {
  content: "\ECA3";
}

.bxs-brightness:before {
  content: "\ECA4";
}

.bxs-brightness-half:before {
  content: "\ECA5";
}

.bxs-brush:before {
  content: "\ECA6";
}

.bxs-brush-alt:before {
  content: "\ECA7";
}

.bxs-bug:before {
  content: "\ECA8";
}

.bxs-bug-alt:before {
  content: "\ECA9";
}

.bxs-building:before {
  content: "\ECAA";
}

.bxs-building-house:before {
  content: "\ECAB";
}

.bxs-buildings:before {
  content: "\ECAC";
}

.bxs-bulb:before {
  content: "\ECAD";
}

.bxs-bullseye:before {
  content: "\ECAE";
}

.bxs-buoy:before {
  content: "\ECAF";
}

.bxs-bus:before {
  content: "\ECB0";
}

.bxs-business:before {
  content: "\ECB1";
}

.bxs-bus-school:before {
  content: "\ECB2";
}

.bxs-cabinet:before {
  content: "\ECB3";
}

.bxs-cake:before {
  content: "\ECB4";
}

.bxs-calculator:before {
  content: "\ECB5";
}

.bxs-calendar:before {
  content: "\ECB6";
}

.bxs-calendar-alt:before {
  content: "\ECB7";
}

.bxs-calendar-check:before {
  content: "\ECB8";
}

.bxs-calendar-edit:before {
  content: "\ECB9";
}

.bxs-calendar-event:before {
  content: "\ECBA";
}

.bxs-calendar-exclamation:before {
  content: "\ECBB";
}

.bxs-calendar-heart:before {
  content: "\ECBC";
}

.bxs-calendar-minus:before {
  content: "\ECBD";
}

.bxs-calendar-plus:before {
  content: "\ECBE";
}

.bxs-calendar-star:before {
  content: "\ECBF";
}

.bxs-calendar-week:before {
  content: "\ECC0";
}

.bxs-calendar-x:before {
  content: "\ECC1";
}

.bxs-camera:before {
  content: "\ECC2";
}

.bxs-camera-home:before {
  content: "\ECC3";
}

.bxs-camera-movie:before {
  content: "\ECC4";
}

.bxs-camera-off:before {
  content: "\ECC5";
}

.bxs-camera-plus:before {
  content: "\ECC6";
}

.bxs-capsule:before {
  content: "\ECC7";
}

.bxs-captions:before {
  content: "\ECC8";
}

.bxs-car:before {
  content: "\ECC9";
}

.bxs-car-battery:before {
  content: "\ECCA";
}

.bxs-car-crash:before {
  content: "\ECCB";
}

.bxs-card:before {
  content: "\ECCC";
}

.bxs-caret-down-circle:before {
  content: "\ECCD";
}

.bxs-caret-down-square:before {
  content: "\ECCE";
}

.bxs-caret-left-circle:before {
  content: "\ECCF";
}

.bxs-caret-left-square:before {
  content: "\ECD0";
}

.bxs-caret-right-circle:before {
  content: "\ECD1";
}

.bxs-caret-right-square:before {
  content: "\ECD2";
}

.bxs-caret-up-circle:before {
  content: "\ECD3";
}

.bxs-caret-up-square:before {
  content: "\ECD4";
}

.bxs-car-garage:before {
  content: "\ECD5";
}

.bxs-car-mechanic:before {
  content: "\ECD6";
}

.bxs-carousel:before {
  content: "\ECD7";
}

.bxs-cart:before {
  content: "\ECD8";
}

.bxs-cart-add:before {
  content: "\ECD9";
}

.bxs-cart-alt:before {
  content: "\ECDA";
}

.bxs-cart-download:before {
  content: "\ECDB";
}

.bxs-car-wash:before {
  content: "\ECDC";
}

.bxs-cctv:before {
  content: "\ECDD";
}

.bxs-certification:before {
  content: "\ECDE";
}

.bxs-chalkboard:before {
  content: "\ECDF";
}

.bxs-chart:before {
  content: "\ECE0";
}

.bxs-chat:before {
  content: "\ECE1";
}

.bxs-checkbox:before {
  content: "\ECE2";
}

.bxs-checkbox-checked:before {
  content: "\ECE3";
}

.bxs-check-circle:before {
  content: "\ECE4";
}

.bxs-check-shield:before {
  content: "\ECE5";
}

.bxs-check-square:before {
  content: "\ECE6";
}

.bxs-chess:before {
  content: "\ECE7";
}

.bxs-chevron-down:before {
  content: "\ECE8";
}

.bxs-chevron-down-circle:before {
  content: "\ECE9";
}

.bxs-chevron-down-square:before {
  content: "\ECEA";
}

.bxs-chevron-left:before {
  content: "\ECEB";
}

.bxs-chevron-left-circle:before {
  content: "\ECEC";
}

.bxs-chevron-left-square:before {
  content: "\ECED";
}

.bxs-chevron-right:before {
  content: "\ECEE";
}

.bxs-chevron-right-circle:before {
  content: "\ECEF";
}

.bxs-chevron-right-square:before {
  content: "\ECF0";
}

.bxs-chevrons-down:before {
  content: "\ECF1";
}

.bxs-chevrons-left:before {
  content: "\ECF2";
}

.bxs-chevrons-right:before {
  content: "\ECF3";
}

.bxs-chevrons-up:before {
  content: "\ECF4";
}

.bxs-chevron-up:before {
  content: "\ECF5";
}

.bxs-chevron-up-circle:before {
  content: "\ECF6";
}

.bxs-chevron-up-square:before {
  content: "\ECF7";
}

.bxs-chip:before {
  content: "\ECF8";
}

.bxs-church:before {
  content: "\ECF9";
}

.bxs-circle:before {
  content: "\ECFA";
}

.bxs-city:before {
  content: "\ECFB";
}

.bxs-clinic:before {
  content: "\ECFC";
}

.bxs-cloud:before {
  content: "\ECFD";
}

.bxs-cloud-download:before {
  content: "\ECFE";
}

.bxs-cloud-lightning:before {
  content: "\ECFF";
}

.bxs-cloud-rain:before {
  content: "\ED00";
}

.bxs-cloud-upload:before {
  content: "\ED01";
}

.bxs-coffee:before {
  content: "\ED02";
}

.bxs-coffee-alt:before {
  content: "\ED03";
}

.bxs-coffee-togo:before {
  content: "\ED04";
}

.bxs-cog:before {
  content: "\ED05";
}

.bxs-coin:before {
  content: "\ED06";
}

.bxs-coin-stack:before {
  content: "\ED07";
}

.bxs-collection:before {
  content: "\ED08";
}

.bxs-color-fill:before {
  content: "\ED09";
}

.bxs-comment:before {
  content: "\ED0A";
}

.bxs-comment-add:before {
  content: "\ED0B";
}

.bxs-comment-check:before {
  content: "\ED0C";
}

.bxs-comment-detail:before {
  content: "\ED0D";
}

.bxs-comment-dots:before {
  content: "\ED0E";
}

.bxs-comment-edit:before {
  content: "\ED0F";
}

.bxs-comment-error:before {
  content: "\ED10";
}

.bxs-comment-minus:before {
  content: "\ED11";
}

.bxs-comment-x:before {
  content: "\ED12";
}

.bxs-compass:before {
  content: "\ED13";
}

.bxs-component:before {
  content: "\ED14";
}

.bxs-confused:before {
  content: "\ED15";
}

.bxs-contact:before {
  content: "\ED16";
}

.bxs-conversation:before {
  content: "\ED17";
}

.bxs-cookie:before {
  content: "\ED18";
}

.bxs-cool:before {
  content: "\ED19";
}

.bxs-copy:before {
  content: "\ED1A";
}

.bxs-copy-alt:before {
  content: "\ED1B";
}

.bxs-copyright:before {
  content: "\ED1C";
}

.bxs-coupon:before {
  content: "\ED1D";
}

.bxs-credit-card:before {
  content: "\ED1E";
}

.bxs-credit-card-alt:before {
  content: "\ED1F";
}

.bxs-credit-card-front:before {
  content: "\ED20";
}

.bxs-crop:before {
  content: "\ED21";
}

.bxs-crown:before {
  content: "\ED22";
}

.bxs-cube:before {
  content: "\ED23";
}

.bxs-cube-alt:before {
  content: "\ED24";
}

.bxs-cuboid:before {
  content: "\ED25";
}

.bxs-customize:before {
  content: "\ED26";
}

.bxs-cylinder:before {
  content: "\ED27";
}

.bxs-dashboard:before {
  content: "\ED28";
}

.bxs-data:before {
  content: "\ED29";
}

.bxs-detail:before {
  content: "\ED2A";
}

.bxs-devices:before {
  content: "\ED2B";
}

.bxs-diamond:before {
  content: "\ED2C";
}

.bxs-dice-1:before {
  content: "\ED2D";
}

.bxs-dice-2:before {
  content: "\ED2E";
}

.bxs-dice-3:before {
  content: "\ED2F";
}

.bxs-dice-4:before {
  content: "\ED30";
}

.bxs-dice-5:before {
  content: "\ED31";
}

.bxs-dice-6:before {
  content: "\ED32";
}

.bxs-direction-left:before {
  content: "\ED33";
}

.bxs-direction-right:before {
  content: "\ED34";
}

.bxs-directions:before {
  content: "\ED35";
}

.bxs-disc:before {
  content: "\ED36";
}

.bxs-discount:before {
  content: "\ED37";
}

.bxs-dish:before {
  content: "\ED38";
}

.bxs-dislike:before {
  content: "\ED39";
}

.bxs-dizzy:before {
  content: "\ED3A";
}

.bxs-dock-bottom:before {
  content: "\ED3B";
}

.bxs-dock-left:before {
  content: "\ED3C";
}

.bxs-dock-right:before {
  content: "\ED3D";
}

.bxs-dock-top:before {
  content: "\ED3E";
}

.bxs-dollar-circle:before {
  content: "\ED3F";
}

.bxs-donate-blood:before {
  content: "\ED40";
}

.bxs-donate-heart:before {
  content: "\ED41";
}

.bxs-door-open:before {
  content: "\ED42";
}

.bxs-doughnut-chart:before {
  content: "\ED43";
}

.bxs-down-arrow:before {
  content: "\ED44";
}

.bxs-down-arrow-alt:before {
  content: "\ED45";
}

.bxs-down-arrow-circle:before {
  content: "\ED46";
}

.bxs-down-arrow-square:before {
  content: "\ED47";
}

.bxs-download:before {
  content: "\ED48";
}

.bxs-downvote:before {
  content: "\ED49";
}

.bxs-drink:before {
  content: "\ED4A";
}

.bxs-droplet:before {
  content: "\ED4B";
}

.bxs-droplet-half:before {
  content: "\ED4C";
}

.bxs-dryer:before {
  content: "\ED4D";
}

.bxs-duplicate:before {
  content: "\ED4E";
}

.bxs-edit:before {
  content: "\ED4F";
}

.bxs-edit-alt:before {
  content: "\ED50";
}

.bxs-edit-location:before {
  content: "\ED51";
}

.bxs-eject:before {
  content: "\ED52";
}

.bxs-envelope:before {
  content: "\ED53";
}

.bxs-envelope-open:before {
  content: "\ED54";
}

.bxs-eraser:before {
  content: "\ED55";
}

.bxs-error:before {
  content: "\ED56";
}

.bxs-error-alt:before {
  content: "\ED57";
}

.bxs-error-circle:before {
  content: "\ED58";
}

.bxs-ev-station:before {
  content: "\ED59";
}

.bxs-exit:before {
  content: "\ED5A";
}

.bxs-extension:before {
  content: "\ED5B";
}

.bxs-eyedropper:before {
  content: "\ED5C";
}

.bxs-face:before {
  content: "\ED5D";
}

.bxs-factory:before {
  content: "\ED5E";
}

.bxs-fast-forward-circle:before {
  content: "\ED5F";
}

.bxs-file:before {
  content: "\ED60";
}

.bxs-file-archive:before {
  content: "\ED61";
}

.bxs-file-blank:before {
  content: "\ED62";
}

.bxs-file-css:before {
  content: "\ED63";
}

.bxs-file-doc:before {
  content: "\ED64";
}

.bxs-file-export:before {
  content: "\ED65";
}

.bxs-file-find:before {
  content: "\ED66";
}

.bxs-file-gif:before {
  content: "\ED67";
}

.bxs-file-html:before {
  content: "\ED68";
}

.bxs-file-image:before {
  content: "\ED69";
}

.bxs-file-import:before {
  content: "\ED6A";
}

.bxs-file-jpg:before {
  content: "\ED6B";
}

.bxs-file-js:before {
  content: "\ED6C";
}

.bxs-file-json:before {
  content: "\ED6D";
}

.bxs-file-md:before {
  content: "\ED6E";
}

.bxs-file-pdf:before {
  content: "\ED6F";
}

.bxs-file-plus:before {
  content: "\ED70";
}

.bxs-file-png:before {
  content: "\ED71";
}

.bxs-file-txt:before {
  content: "\ED72";
}

.bxs-film:before {
  content: "\ED73";
}

.bxs-filter-alt:before {
  content: "\ED74";
}

.bxs-first-aid:before {
  content: "\ED75";
}

.bxs-flag:before {
  content: "\ED76";
}

.bxs-flag-alt:before {
  content: "\ED77";
}

.bxs-flag-checkered:before {
  content: "\ED78";
}

.bxs-flame:before {
  content: "\ED79";
}

.bxs-flask:before {
  content: "\ED7A";
}

.bxs-florist:before {
  content: "\ED7B";
}

.bxs-folder:before {
  content: "\ED7C";
}

.bxs-folder-minus:before {
  content: "\ED7D";
}

.bxs-folder-open:before {
  content: "\ED7E";
}

.bxs-folder-plus:before {
  content: "\ED7F";
}

.bxs-food-menu:before {
  content: "\ED80";
}

.bxs-fridge:before {
  content: "\ED81";
}

.bxs-game:before {
  content: "\ED82";
}

.bxs-gas-pump:before {
  content: "\ED83";
}

.bxs-ghost:before {
  content: "\ED84";
}

.bxs-gift:before {
  content: "\ED85";
}

.bxs-graduation:before {
  content: "\ED86";
}

.bxs-grid:before {
  content: "\ED87";
}

.bxs-grid-alt:before {
  content: "\ED88";
}

.bxs-group:before {
  content: "\ED89";
}

.bxs-guitar-amp:before {
  content: "\ED8A";
}

.bxs-hand-down:before {
  content: "\ED8B";
}

.bxs-hand-left:before {
  content: "\ED8C";
}

.bxs-hand-right:before {
  content: "\ED8D";
}

.bxs-hand-up:before {
  content: "\ED8E";
}

.bxs-happy:before {
  content: "\ED8F";
}

.bxs-happy-alt:before {
  content: "\ED90";
}

.bxs-happy-beaming:before {
  content: "\ED91";
}

.bxs-happy-heart-eyes:before {
  content: "\ED92";
}

.bxs-hdd:before {
  content: "\ED93";
}

.bxs-heart:before {
  content: "\ED94";
}

.bxs-heart-circle:before {
  content: "\ED95";
}

.bxs-heart-square:before {
  content: "\ED96";
}

.bxs-help-circle:before {
  content: "\ED97";
}

.bxs-hide:before {
  content: "\ED98";
}

.bxs-home:before {
  content: "\ED99";
}

.bxs-home-circle:before {
  content: "\ED9A";
}

.bxs-home-heart:before {
  content: "\ED9B";
}

.bxs-home-smile:before {
  content: "\ED9C";
}

.bxs-hot:before {
  content: "\ED9D";
}

.bxs-hotel:before {
  content: "\ED9E";
}

.bxs-hourglass:before {
  content: "\ED9F";
}

.bxs-hourglass-bottom:before {
  content: "\EDA0";
}

.bxs-hourglass-top:before {
  content: "\EDA1";
}

.bxs-id-card:before {
  content: "\EDA2";
}

.bxs-image:before {
  content: "\EDA3";
}

.bxs-image-add:before {
  content: "\EDA4";
}

.bxs-image-alt:before {
  content: "\EDA5";
}

.bxs-inbox:before {
  content: "\EDA6";
}

.bxs-info-circle:before {
  content: "\EDA7";
}

.bxs-info-square:before {
  content: "\EDA8";
}

.bxs-institution:before {
  content: "\EDA9";
}

.bxs-joystick:before {
  content: "\EDAA";
}

.bxs-joystick-alt:before {
  content: "\EDAB";
}

.bxs-joystick-button:before {
  content: "\EDAC";
}

.bxs-key:before {
  content: "\EDAD";
}

.bxs-keyboard:before {
  content: "\EDAE";
}

.bxs-label:before {
  content: "\EDAF";
}

.bxs-landmark:before {
  content: "\EDB0";
}

.bxs-landscape:before {
  content: "\EDB1";
}

.bxs-laugh:before {
  content: "\EDB2";
}

.bxs-layer:before {
  content: "\EDB3";
}

.bxs-layer-minus:before {
  content: "\EDB4";
}

.bxs-layer-plus:before {
  content: "\EDB5";
}

.bxs-layout:before {
  content: "\EDB6";
}

.bxs-left-arrow:before {
  content: "\EDB7";
}

.bxs-left-arrow-alt:before {
  content: "\EDB8";
}

.bxs-left-arrow-circle:before {
  content: "\EDB9";
}

.bxs-left-arrow-square:before {
  content: "\EDBA";
}

.bxs-left-down-arrow-circle:before {
  content: "\EDBB";
}

.bxs-left-top-arrow-circle:before {
  content: "\EDBC";
}

.bxs-like:before {
  content: "\EDBD";
}

.bxs-location-plus:before {
  content: "\EDBE";
}

.bxs-lock:before {
  content: "\EDBF";
}

.bxs-lock-alt:before {
  content: "\EDC0";
}

.bxs-lock-open:before {
  content: "\EDC1";
}

.bxs-lock-open-alt:before {
  content: "\EDC2";
}

.bxs-log-in:before {
  content: "\EDC3";
}

.bxs-log-in-circle:before {
  content: "\EDC4";
}

.bxs-log-out:before {
  content: "\EDC5";
}

.bxs-log-out-circle:before {
  content: "\EDC6";
}

.bxs-low-vision:before {
  content: "\EDC7";
}

.bxs-magic-wand:before {
  content: "\EDC8";
}

.bxs-magnet:before {
  content: "\EDC9";
}

.bxs-map:before {
  content: "\EDCA";
}

.bxs-map-alt:before {
  content: "\EDCB";
}

.bxs-map-pin:before {
  content: "\EDCC";
}

.bxs-mask:before {
  content: "\EDCD";
}

.bxs-medal:before {
  content: "\EDCE";
}

.bxs-megaphone:before {
  content: "\EDCF";
}

.bxs-meh:before {
  content: "\EDD0";
}

.bxs-meh-alt:before {
  content: "\EDD1";
}

.bxs-meh-blank:before {
  content: "\EDD2";
}

.bxs-memory-card:before {
  content: "\EDD3";
}

.bxs-message:before {
  content: "\EDD4";
}

.bxs-message-add:before {
  content: "\EDD5";
}

.bxs-message-alt:before {
  content: "\EDD6";
}

.bxs-message-alt-add:before {
  content: "\EDD7";
}

.bxs-message-alt-check:before {
  content: "\EDD8";
}

.bxs-message-alt-detail:before {
  content: "\EDD9";
}

.bxs-message-alt-dots:before {
  content: "\EDDA";
}

.bxs-message-alt-edit:before {
  content: "\EDDB";
}

.bxs-message-alt-error:before {
  content: "\EDDC";
}

.bxs-message-alt-minus:before {
  content: "\EDDD";
}

.bxs-message-alt-x:before {
  content: "\EDDE";
}

.bxs-message-check:before {
  content: "\EDDF";
}

.bxs-message-detail:before {
  content: "\EDE0";
}

.bxs-message-dots:before {
  content: "\EDE1";
}

.bxs-message-edit:before {
  content: "\EDE2";
}

.bxs-message-error:before {
  content: "\EDE3";
}

.bxs-message-minus:before {
  content: "\EDE4";
}

.bxs-message-rounded:before {
  content: "\EDE5";
}

.bxs-message-rounded-add:before {
  content: "\EDE6";
}

.bxs-message-rounded-check:before {
  content: "\EDE7";
}

.bxs-message-rounded-detail:before {
  content: "\EDE8";
}

.bxs-message-rounded-dots:before {
  content: "\EDE9";
}

.bxs-message-rounded-edit:before {
  content: "\EDEA";
}

.bxs-message-rounded-error:before {
  content: "\EDEB";
}

.bxs-message-rounded-minus:before {
  content: "\EDEC";
}

.bxs-message-rounded-x:before {
  content: "\EDED";
}

.bxs-message-square:before {
  content: "\EDEE";
}

.bxs-message-square-add:before {
  content: "\EDEF";
}

.bxs-message-square-check:before {
  content: "\EDF0";
}

.bxs-message-square-detail:before {
  content: "\EDF1";
}

.bxs-message-square-dots:before {
  content: "\EDF2";
}

.bxs-message-square-edit:before {
  content: "\EDF3";
}

.bxs-message-square-error:before {
  content: "\EDF4";
}

.bxs-message-square-minus:before {
  content: "\EDF5";
}

.bxs-message-square-x:before {
  content: "\EDF6";
}

.bxs-message-x:before {
  content: "\EDF7";
}

.bxs-meteor:before {
  content: "\EDF8";
}

.bxs-microchip:before {
  content: "\EDF9";
}

.bxs-microphone:before {
  content: "\EDFA";
}

.bxs-microphone-alt:before {
  content: "\EDFB";
}

.bxs-microphone-off:before {
  content: "\EDFC";
}

.bxs-minus-circle:before {
  content: "\EDFD";
}

.bxs-minus-square:before {
  content: "\EDFE";
}

.bxs-mobile:before {
  content: "\EDFF";
}

.bxs-mobile-vibration:before {
  content: "\EE00";
}

.bxs-moon:before {
  content: "\EE01";
}

.bxs-mouse:before {
  content: "\EE02";
}

.bxs-mouse-alt:before {
  content: "\EE03";
}

.bxs-movie:before {
  content: "\EE04";
}

.bxs-music:before {
  content: "\EE05";
}

.bxs-navigation:before {
  content: "\EE06";
}

.bxs-network-chart:before {
  content: "\EE07";
}

.bxs-news:before {
  content: "\EE08";
}

.bxs-no-entry:before {
  content: "\EE09";
}

.bxs-note:before {
  content: "\EE0A";
}

.bxs-notepad:before {
  content: "\EE0B";
}

.bxs-notification:before {
  content: "\EE0C";
}

.bxs-notification-off:before {
  content: "\EE0D";
}

.bxs-offer:before {
  content: "\EE0E";
}

.bxs-package:before {
  content: "\EE0F";
}

.bxs-paint:before {
  content: "\EE10";
}

.bxs-paint-roll:before {
  content: "\EE11";
}

.bxs-palette:before {
  content: "\EE12";
}

.bxs-paper-plane:before {
  content: "\EE13";
}

.bxs-parking:before {
  content: "\EE14";
}

.bxs-paste:before {
  content: "\EE15";
}

.bxs-pen:before {
  content: "\EE16";
}

.bxs-pencil:before {
  content: "\EE17";
}

.bxs-phone:before {
  content: "\EE18";
}

.bxs-phone-call:before {
  content: "\EE19";
}

.bxs-phone-incoming:before {
  content: "\EE1A";
}

.bxs-phone-outgoing:before {
  content: "\EE1B";
}

.bxs-photo-album:before {
  content: "\EE1C";
}

.bxs-piano:before {
  content: "\EE1D";
}

.bxs-pie-chart:before {
  content: "\EE1E";
}

.bxs-pie-chart-alt:before {
  content: "\EE1F";
}

.bxs-pie-chart-alt-2:before {
  content: "\EE20";
}

.bxs-pin:before {
  content: "\EE21";
}

.bxs-pizza:before {
  content: "\EE22";
}

.bxs-plane:before {
  content: "\EE23";
}

.bxs-plane-alt:before {
  content: "\EE24";
}

.bxs-plane-land:before {
  content: "\EE25";
}

.bxs-planet:before {
  content: "\EE26";
}

.bxs-plane-take-off:before {
  content: "\EE27";
}

.bxs-playlist:before {
  content: "\EE28";
}

.bxs-plug:before {
  content: "\EE29";
}

.bxs-plus-circle:before {
  content: "\EE2A";
}

.bxs-plus-square:before {
  content: "\EE2B";
}

.bxs-pointer:before {
  content: "\EE2C";
}

.bxs-polygon:before {
  content: "\EE2D";
}

.bxs-printer:before {
  content: "\EE2E";
}

.bxs-purchase-tag:before {
  content: "\EE2F";
}

.bxs-purchase-tag-alt:before {
  content: "\EE30";
}

.bxs-pyramid:before {
  content: "\EE31";
}

.bxs-quote-alt-left:before {
  content: "\EE32";
}

.bxs-quote-alt-right:before {
  content: "\EE33";
}

.bxs-quote-left:before {
  content: "\EE34";
}

.bxs-quote-right:before {
  content: "\EE35";
}

.bxs-quote-single-left:before {
  content: "\EE36";
}

.bxs-quote-single-right:before {
  content: "\EE37";
}

.bxs-radiation:before {
  content: "\EE38";
}

.bxs-radio:before {
  content: "\EE39";
}

.bxs-receipt:before {
  content: "\EE3A";
}

.bxs-rectangle:before {
  content: "\EE3B";
}

.bxs-rename:before {
  content: "\EE3C";
}

.bxs-report:before {
  content: "\EE3D";
}

.bxs-rewind-circle:before {
  content: "\EE3E";
}

.bxs-right-arrow:before {
  content: "\EE3F";
}

.bxs-right-arrow-alt:before {
  content: "\EE40";
}

.bxs-right-arrow-circle:before {
  content: "\EE41";
}

.bxs-right-arrow-square:before {
  content: "\EE42";
}

.bxs-right-down-arrow-circle:before {
  content: "\EE43";
}

.bxs-right-top-arrow-circle:before {
  content: "\EE44";
}

.bxs-rocket:before {
  content: "\EE45";
}

.bxs-ruler:before {
  content: "\EE46";
}

.bxs-sad:before {
  content: "\EE47";
}

.bxs-save:before {
  content: "\EE48";
}

.bxs-school:before {
  content: "\EE49";
}

.bxs-search:before {
  content: "\EE4A";
}

.bxs-search-alt-2:before {
  content: "\EE4B";
}

.bxs-select-multiple:before {
  content: "\EE4C";
}

.bxs-send:before {
  content: "\EE4D";
}

.bxs-server:before {
  content: "\EE4E";
}

.bxs-shapes:before {
  content: "\EE4F";
}

.bxs-share:before {
  content: "\EE50";
}

.bxs-share-alt:before {
  content: "\EE51";
}

.bxs-shield:before {
  content: "\EE52";
}

.bxs-shield-alt-2:before {
  content: "\EE53";
}

.bxs-shield-x:before {
  content: "\EE54";
}

.bxs-ship:before {
  content: "\EE55";
}

.bxs-shocked:before {
  content: "\EE56";
}

.bxs-shopping-bag:before {
  content: "\EE57";
}

.bxs-shopping-bag-alt:before {
  content: "\EE58";
}

.bxs-shopping-bags:before {
  content: "\EE59";
}

.bxs-show:before {
  content: "\EE5A";
}

.bxs-skip-next-circle:before {
  content: "\EE5B";
}

.bxs-skip-previous-circle:before {
  content: "\EE5C";
}

.bxs-skull:before {
  content: "\EE5D";
}

.bxs-sleepy:before {
  content: "\EE5E";
}

.bxs-slideshow:before {
  content: "\EE5F";
}

.bxs-smile:before {
  content: "\EE60";
}

.bxs-sort-alt:before {
  content: "\EE61";
}

.bxs-spa:before {
  content: "\EE62";
}

.bxs-spray-can:before {
  content: "\EE63";
}

.bxs-spreadsheet:before {
  content: "\EE64";
}

.bxs-square:before {
  content: "\EE65";
}

.bxs-square-rounded:before {
  content: "\EE66";
}

.bxs-star:before {
  content: "\EE67";
}

.bxs-star-half:before {
  content: "\EE68";
}

.bxs-sticker:before {
  content: "\EE69";
}

.bxs-stopwatch:before {
  content: "\EE6A";
}

.bxs-store:before {
  content: "\EE6B";
}

.bxs-store-alt:before {
  content: "\EE6C";
}

.bxs-sun:before {
  content: "\EE6D";
}

.bxs-tachometer:before {
  content: "\EE6E";
}

.bxs-tag:before {
  content: "\EE6F";
}

.bxs-tag-x:before {
  content: "\EE70";
}

.bxs-taxi:before {
  content: "\EE71";
}

.bxs-tennis-ball:before {
  content: "\EE72";
}

.bxs-terminal:before {
  content: "\EE73";
}

.bxs-thermometer:before {
  content: "\EE74";
}

.bxs-time:before {
  content: "\EE75";
}

.bxs-time-five:before {
  content: "\EE76";
}

.bxs-timer:before {
  content: "\EE77";
}

.bxs-tired:before {
  content: "\EE78";
}

.bxs-toggle-left:before {
  content: "\EE79";
}

.bxs-toggle-right:before {
  content: "\EE7A";
}

.bxs-tone:before {
  content: "\EE7B";
}

.bxs-torch:before {
  content: "\EE7C";
}

.bxs-to-top:before {
  content: "\EE7D";
}

.bxs-traffic:before {
  content: "\EE7E";
}

.bxs-traffic-barrier:before {
  content: "\EE7F";
}

.bxs-traffic-cone:before {
  content: "\EE80";
}

.bxs-train:before {
  content: "\EE81";
}

.bxs-trash:before {
  content: "\EE82";
}

.bxs-trash-alt:before {
  content: "\EE83";
}

.bxs-tree:before {
  content: "\EE84";
}

.bxs-trophy:before {
  content: "\EE85";
}

.bxs-truck:before {
  content: "\EE86";
}

.bxs-t-shirt:before {
  content: "\EE87";
}

.bxs-up-arrow:before {
  content: "\EE88";
}

.bxs-up-arrow-alt:before {
  content: "\EE89";
}

.bxs-up-arrow-circle:before {
  content: "\EE8A";
}

.bxs-up-arrow-square:before {
  content: "\EE8B";
}

.bxs-upside-down:before {
  content: "\EE8C";
}

.bxs-upvote:before {
  content: "\EE8D";
}

.bxs-user:before {
  content: "\EE8E";
}

.bxs-user-badge:before {
  content: "\EE8F";
}

.bxs-user-check:before {
  content: "\EE90";
}

.bxs-user-circle:before {
  content: "\EE91";
}

.bxs-user-detail:before {
  content: "\EE92";
}

.bxs-user-minus:before {
  content: "\EE93";
}

.bxs-user-pin:before {
  content: "\EE94";
}

.bxs-user-plus:before {
  content: "\EE95";
}

.bxs-user-rectangle:before {
  content: "\EE96";
}

.bxs-user-voice:before {
  content: "\EE97";
}

.bxs-user-x:before {
  content: "\EE98";
}

.bxs-vector:before {
  content: "\EE99";
}

.bxs-vial:before {
  content: "\EE9A";
}

.bxs-video:before {
  content: "\EE9B";
}

.bxs-video-off:before {
  content: "\EE9C";
}

.bxs-video-plus:before {
  content: "\EE9D";
}

.bxs-video-recording:before {
  content: "\EE9E";
}

.bxs-videos:before {
  content: "\EE9F";
}

.bxs-volume:before {
  content: "\EEA0";
}

.bxs-volume-full:before {
  content: "\EEA1";
}

.bxs-volume-low:before {
  content: "\EEA2";
}

.bxs-volume-mute:before {
  content: "\EEA3";
}

.bxs-wallet:before {
  content: "\EEA4";
}

.bxs-wallet-alt:before {
  content: "\EEA5";
}

.bxs-washer:before {
  content: "\EEA6";
}

.bxs-watch:before {
  content: "\EEA7";
}

.bxs-watch-alt:before {
  content: "\EEA8";
}

.bxs-webcam:before {
  content: "\EEA9";
}

.bxs-widget:before {
  content: "\EEAA";
}

.bxs-window-alt:before {
  content: "\EEAB";
}

.bxs-wine:before {
  content: "\EEAC";
}

.bxs-wink-smile:before {
  content: "\EEAD";
}

.bxs-wink-tongue:before {
  content: "\EEAE";
}

.bxs-wrench:before {
  content: "\EEAF";
}

.bxs-x-circle:before {
  content: "\EEB0";
}

.bxs-x-square:before {
  content: "\EEB1";
}

.bxs-yin-yang:before {
  content: "\EEB2";
}

.bxs-zap:before {
  content: "\EEB3";
}

.bxs-zoom-in:before {
  content: "\EEB4";
}

.bxs-zoom-out:before {
  content: "\EEB5";
}

@font-face {
  font-family: "Raleway";
  font-style: normal;
  font-weight: 400;
  src: local("Raleway Regular"), url("../fonts/Raleway/Raleway-Regular.woff") format("woff");
}
@font-face {
  font-family: "Raleway";
  font-style: italic;
  font-weight: 400;
  src: local("Raleway Italic"), url("../fonts/Raleway/Raleway-Italic.woff") format("woff");
}
@font-face {
  font-family: "Raleway";
  font-style: normal;
  font-weight: 500l;
  src: local("Raleway Medium"), url("../fonts/Raleway/Raleway-Medium.woff") format("woff");
}
@font-face {
  font-family: "Raleway";
  font-style: italic;
  font-weight: 500;
  src: local("Raleway Medium Italic"), url("../fonts/Raleway/Raleway-MediumItalic.woff") format("woff");
}
@font-face {
  font-family: "Raleway";
  font-style: normal;
  font-weight: 600;
  src: local("Raleway SemiBold"), url("../fonts/Raleway/Raleway-SemiBold.woff") format("woff");
}
@font-face {
  font-family: "Raleway SemiBold";
  font-style: italic;
  font-weight: 600;
  src: local("Raleway SemiBold Italic"), url("../fonts/Raleway/Raleway-SemiBoldItalic.woff") format("woff");
}
@font-face {
  font-family: "Raleway";
  font-style: normal;
  font-weight: 700;
  src: local("Raleway Bold"), url("../fonts/Raleway/Raleway-Bold.woff") format("woff");
}
@font-face {
  font-family: "Raleway";
  font-style: italic;
  font-weight: 700;
  src: local("Raleway Bold Italic"), url("../fonts/Raleway/Raleway-BoldItalic.woff") format("woff");
}
.berocket_ajax_group_filter_title {
  display: none;
}

.berocket_single_filter_widget {
  border-top: solid 1px #e6e7e8;
  padding-top: 1rem;
  margin-bottom: 1rem;
}
.berocket_single_filter_widget .bapf_sfilter .bapf_head .bapf_hascolarr {
  font-size: 16px;
  font-size: 1rem;
  color: #1D2041;
  font-weight: 400;
}
.berocket_single_filter_widget .bapf_sfilter .bapf_head .bapf_hascolarr .bapf_colaps_smb {
  color: #D09D63;
  font-size: 0.875rem;
}
.berocket_single_filter_widget .bapf_sfilter.bapf_ckbox .bapf_body ul li {
  margin-bottom: 5px !important;
}
.berocket_single_filter_widget .bapf_sfilter.bapf_ckbox .bapf_body ul li input {
  border-width: 0;
  margin-bottom: 0;
  margin-right: 0;
}
.berocket_single_filter_widget .bapf_sfilter.bapf_ckbox .bapf_body ul li label {
  margin-right: 0;
}
.berocket_single_filter_widget .bapf_sfilter.bapf_sfa_inline .bapf_body .bapf_sfa_taxonomy {
  margin-bottom: 1rem;
}
.berocket_single_filter_widget .bapf_sfilter.bapf_sfa_inline .bapf_body .bapf_sfa_taxonomy > span {
  display: block;
  margin-bottom: 0.3rem;
}
.berocket_single_filter_widget .bapf_sfilter.bapf_sfa_inline .bapf_body .bapf_sfa_taxonomy ul {
  margin: 0;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.berocket_single_filter_widget .bapf_sfilter.bapf_sfa_inline .bapf_body .bapf_sfa_taxonomy ul li {
  margin-right: 10px;
}
.berocket_single_filter_widget .bapf_sfilter.bapf_sfa_inline .bapf_body .bapf_sfa_taxonomy ul li a {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  text-align: center;
  padding: 5px 10px;
  color: #808285;
  border: solid 1px currentColor;
  border-radius: 2px;
  font-size: 0.875rem;
}
.berocket_single_filter_widget .bapf_sfilter.bapf_sfa_inline .bapf_body .bapf_sfa_taxonomy ul li a i {
  margin-left: 5px;
  font-size: 0.75rem;
}
.berocket_single_filter_widget .bapf_sfilter.bapf_sfa_inline .bapf_body .bapf_sfa_taxonomy ul li a:hover, .berocket_single_filter_widget .bapf_sfilter.bapf_sfa_inline .bapf_body .bapf_sfa_taxonomy ul li a:active, .berocket_single_filter_widget .bapf_sfilter.bapf_sfa_inline .bapf_body .bapf_sfa_taxonomy ul li a:focus {
  color: #D09D63;
}
.berocket_single_filter_widget .bapf_sfilter.bapf_sfa_inline .bapf_body .bapf_sfa_unall {
  margin: 10px 0 0;
  padding: 0;
}
.berocket_single_filter_widget .bapf_sfilter.bapf_sfa_inline .bapf_body .bapf_sfa_unall li a {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  text-align: center;
  font-size: 0.875rem;
}
.berocket_single_filter_widget .bapf_sfilter.bapf_sfa_inline .bapf_body .bapf_sfa_unall li a i {
  margin-left: 5px;
  font-size: 0.75rem;
}
.berocket_single_filter_widget .bapf_sfilter.bapf_slidr .bapf_body .bapf_slidr_all .bapf_slidr_main {
  background-color: #e6e7e8;
}
.berocket_single_filter_widget .bapf_sfilter.bapf_slidr .bapf_body .bapf_slidr_all .bapf_slidr_main .ui-slider-range {
  background-color: #D09D63;
}
.berocket_single_filter_widget .bapf_sfilter.bapf_slidr .bapf_body .bapf_slidr_all .bapf_slidr_main .ui-slider-handle {
  background-color: #808285;
}
.berocket_single_filter_widget .bapf_sfilter.bapf_button_berocket .bapf_body .bapf_button {
  text-transform: none;
  font-size: 16px;
  font-size: 1rem;
  background-color: #D09D63;
}
.berocket_single_filter_widget .bapf_sfilter.bapf_rst_sel .bapf_button_berocket .bapf_body .bapf_button {
  text-transform: none;
  font-size: 16px;
  font-size: 1rem;
  background-color: #D09D63;
}

.glide .glide__slides {
  margin: 0;
  padding: 0;
}

@media screen and (max-width: 782px) {
  html[lang=fr] {
    margin-top: 0 !important;
  }

  body.admin-bar {
    padding-top: 46px;
  }
  body.admin-bar #site-header {
    margin-top: 46px !important;
  }
  body.admin-bar.nav-is-sticky #site-header {
    margin-top: 0 !important;
  }
}
@media only screen and (max-width: 768px) {
  body.admin-bar #site-header {
    margin-top: 0 !important;
  }

  #wpadminbar {
    display: none !important;
  }
}
#site-footer {
  background-color: #ffffff;
}
#site-footer #newsletter {
  color: #ffffff;
  margin-top: 2rem;
}
#site-footer #newsletter .grid-container {
  background-color: #1D2041;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
#site-footer #newsletter .form-row {
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: flex-start;
  margin-bottom: 0.5rem;
}
@media only screen and (max-width: 768px) {
  #site-footer #newsletter .form-row {
    display: block;
  }
}
#site-footer #newsletter .wpcf7-form {
  position: relative;
}
#site-footer #newsletter .wpcf7-form .ajax-loader {
  position: absolute;
  right: calc(100% + 5px);
  top: 6px;
  margin: 0;
  background-color: #ffffff;
  opacity: 1;
}
#site-footer #newsletter .wpcf7-form .ajax-loader:before {
  background-color: #D09D63;
}
#site-footer #newsletter .wpcf7-form .email {
  margin-right: 5px;
}
@media only screen and (max-width: 768px) {
  #site-footer #newsletter .wpcf7-form .email {
    display: block;
    margin-right: 0;
    margin-bottom: 0.5rem;
  }
}
#site-footer #newsletter .wpcf7-form .email input {
  width: auto;
  margin-bottom: 0;
}
#site-footer #newsletter .wpcf7-form label {
  color: currentColor;
}
#site-footer #newsletter .wpcf7-form p {
  margin-bottom: 0;
}
#site-footer #newsletter .wpcf7-form [type=submit] {
  margin-bottom: 0;
}
#site-footer .footer-heading {
  color: #1D2041;
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 28px;
}
@media only screen and (max-width: 1024px) {
  #site-footer .footer-heading {
    margin-top: 2rem;
    margin-bottom: 1.5rem;
  }
}
#site-footer .footer-top {
  color: #1D2041;
  padding-top: 90px;
  padding-bottom: 50px;
}
@media only screen and (max-width: 1024px) {
  #site-footer .footer-top {
    padding-top: 50px;
  }
}
#site-footer .footer-top .about-link {
  margin-top: 28px;
}
#site-footer .footer-top .about-link a {
  font-weight: 700;
  color: #1D2041;
}
#site-footer .footer-top .menu li a {
  padding: 0.5rem 0;
  color: #1D2041;
}
#site-footer .footer-top .menu li a:hover {
  color: #D09D63;
}
#site-footer .footer-socket p {
  border-top: solid 1px #1D2041;
  padding: 2rem 0;
  margin: 0;
  color: #1D2041;
}

#site-header .header-searchbar {
  justify-content: center !important;
}
#site-header.sticky {
  top: 0 !important;
}
@media only screen and (max-width: 1024px) {
  #site-header .header-desktop {
    display: none;
  }
}
#site-header .header-desktop__top {
  background-color: #D09D63;
  color: #ffffff;
  border-bottom: solid 1px #D09D63;
  font-size: 0.875rem;
}
#site-header .header-desktop__top .phone-wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  color: #ffffff;
}
#site-header .header-desktop__top .phone-wrapper i {
  margin-right: 0.5rem;
}
#site-header .header-desktop__top .phone-wrapper a {
  color: currentColor;
}
#site-header .header-desktop__top .woocommerce-store-notice {
  position: static;
  background-color: transparent;
  box-shadow: none;
  padding: 0;
  margin: 0;
  color: currentColor;
  text-align: center;
}
#site-header .header-desktop__top .woocommerce-store-notice .woocommerce-store-notice__dismiss-link {
  display: none;
}
#site-header .header-desktop__top .menu li a {
  padding: 20px 15px;
  color: currentColor;
}
#site-header .header-desktop__top .menu li a:hover {
  color: #1D2041;
}
#site-header .header-desktop__middle {
  background-color: #ffffff;
  padding: 32px 0 0;
}
#site-header .header-desktop__middle .alt-nav-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
#site-header .header-desktop__middle .alt-nav-wrapper .search-wrapper {
  margin-right: 3rem;
}
#site-header .header-desktop__middle .alt-nav-wrapper .search-wrapper form {
  display: flex;
}
#site-header .header-desktop__middle .alt-nav-wrapper .search-wrapper [type=search] {
  text-align: center;
  width: 300px;
  border-color: #F4F4F4;
  box-shadow: none;
  margin-bottom: 0;
  font-size: 0.875rem;
}
#site-header .header-desktop__middle .alt-nav-wrapper .search-wrapper [type=search]:focus {
  border-color: #1D2041;
}
#site-header .header-desktop__middle .alt-nav-wrapper .search-wrapper [type=submit] {
  padding: 10px;
}
#site-header .header-desktop__middle .alt-nav-wrapper .links-wrapper .menu li a {
  display: flex;
  align-items: center;
}
#site-header .header-desktop__middle .alt-nav-wrapper .links-wrapper .menu li a:hover {
  color: #D09D63;
}
#site-header .header-desktop__middle .alt-nav-wrapper .links-wrapper .menu li a i {
  font-size: 1.25rem;
  margin-left: 5px;
  color: #D09D63;
}
#site-header .header-desktop__middle .alt-nav-wrapper .links-wrapper .menu li a i.bx-home-alt {
  position: relative;
}
#site-header .header-desktop__middle .alt-nav-wrapper .links-wrapper .menu li a i.bx-home-alt:after {
  content: "";
  position: absolute;
  bottom: 0;
  bottom: 3px;
  left: 6px;
  width: 9px;
  height: 8px;
  background-color: #ffffff;
}
#site-header .header-desktop__middle .logo-wrapper {
  display: flex;
  align-items: center;
  height: 45px;
}
#site-header .header-desktop__middle .logo-wrapper a {
  height: 100%;
  width: 100%;
  display: block;
}
#site-header .header-desktop__middle .logo-wrapper a img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
#site-header .header-desktop__bottom {
  width: 100%;
  background-color: #ffffff;
  border-bottom: solid 1px #000000;
}
#site-header .header-desktop__bottom .main-nav .menu li a {
  font-size: 16px;
  font-size: 1rem;
  text-transform: uppercase;
  padding: 1.4375rem 1rem;
}
#site-header .header-desktop__bottom .main-nav .menu li a:hover {
  color: #D09D63;
}
#site-header .header-desktop__bottom.sticky {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
}
body.admin-bar #site-header .header-desktop__bottom.sticky {
  top: 32px;
}
@media only screen and (max-width: 1024px) {
  #site-header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    width: 100%;
  }
}
#site-header .header-mobile {
  position: relative;
  background-color: #ffffff;
}
@media only screen and (min-width: 1025px) {
  #site-header .header-mobile {
    display: none;
  }
}
#site-header .header-mobile__inner {
  border-bottom: solid 1px #000000;
  padding: 0.75rem 1rem;
}
#site-header .header-mobile .mobile-nav-wrapper {
  position: absolute;
  top: 100%;
  width: 100vw;
  max-height: 0;
  height: calc(100vh - 92px);
  background-color: #ffffff;
  z-index: 99;
  overflow: hidden;
  transition: max-height ease-in-out 0.3s;
}
#site-header .header-mobile .mobile-nav-wrapper .mobile-search-wrapper {
  padding: 1rem;
}
#site-header .header-mobile .mobile-nav-wrapper .mobile-search-wrapper form {
  display: flex;
}
#site-header .header-mobile .mobile-nav-wrapper .mobile-search-wrapper [type=search] {
  text-align: center;
  border-color: #F4F4F4;
  box-shadow: none;
  margin-bottom: 0;
  font-size: 0.875rem;
}
#site-header .header-mobile .mobile-nav-wrapper .mobile-search-wrapper [type=search]:focus {
  border-color: #1D2041;
}
#site-header .header-mobile .mobile-nav-wrapper .mobile-search-wrapper [type=submit] {
  padding: 10px;
}
#site-header .header-mobile .mobile-nav-wrapper .mobile-alt-nav {
  padding: 0 1rem;
  margin-bottom: 1rem;
}
#site-header .header-mobile .mobile-nav-wrapper .mobile-alt-nav #mobile-cart .cart-count {
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
}
#site-header .header-mobile .mobile-nav-wrapper .mobile-alt-nav .menu {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
#site-header .header-mobile .mobile-nav-wrapper .mobile-alt-nav .menu li {
  flex-basis: calc(50% - 5px);
}
#site-header .header-mobile .mobile-nav-wrapper .mobile-alt-nav .menu li a {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 1.5rem 1rem;
  border: solid 1px #1D2041;
  border-radius: 2px;
}
@media only screen and (max-width: 768px) {
  #site-header .header-mobile .mobile-nav-wrapper .mobile-alt-nav .menu li a {
    padding: 1rem 0.5rem;
  }
}
#site-header .header-mobile .mobile-nav-wrapper .mobile-alt-nav .menu li a i {
  margin-right: 10px;
  font-size: 1.5rem;
  color: #D09D63;
}
#site-header .header-mobile .mobile-nav-wrapper .mobile-alt-nav .menu li a:hover {
  border-color: #D09D63;
}
#site-header .header-mobile .mobile-main-nav ul li > a {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
}
#site-header .header-mobile.is-open .mobile-nav-wrapper {
  max-height: calc(100vh - 92px);
  overflow-y: auto;
}
#site-header .toggle-button {
  display: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  line-height: 38px;
  height: 38px;
  width: 38px;
  padding: 0;
  text-align: center;
  z-index: 1;
  background-color: #F4F4F4;
  font-family: "boxicons" !important;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  text-transform: none;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#site-header .toggle-button:before {
  content: "\EA17";
}
#site-header .toggle-button.is-active:before {
  content: "\EA24";
}
@media only screen and (max-width: 1024px) {
  #site-header .toggle-button {
    display: inline-block;
  }
}

html {
  font-size: 100%;
  scroll-behavior: smooth;
}

html, body {
  width: 100%;
  min-height: 100%;
}

body {
  width: 100vw;
  background-color: #ffffff;
  height: auto;
  min-height: 100vh;
  position: relative;
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  font-size: 16px;
  font-size: 1rem;
  color: #5C5D64;
  overflow-x: hidden;
}
body.mobile-menu-open {
  overflow: hidden;
}

.grid-container {
  max-width: 1260px;
}

#site-header .header-desktop__bottom .main-nav ul.menu li.menu-item.has-mega-menu > a:after {
  content: "\EA17";
  font-family: "boxicons" !important;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  text-transform: none;
  speak: none;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#site-header .header-desktop__bottom .main-nav ul.menu li.menu-item.has-mega-menu:hover > .megamenu {
  display: block;
}
#site-header .header-desktop__bottom .main-nav ul.menu li.menu-item.has-mega-menu > .megamenu {
  display: none;
  position: absolute;
  width: 1260px;
  top: calc(100% + 1px);
  left: 50%;
  transform: translateX(-50%);
  background-color: #ffffff;
  z-index: 99;
  border-bottom: solid 1px rgba(212, 213, 228, 0.2);
  border-left: solid 1px rgba(212, 213, 228, 0.2);
  border-right: solid 1px rgba(212, 213, 228, 0.2);
}
#site-header .header-desktop__bottom .main-nav ul.menu li.menu-item.has-mega-menu > .megamenu ul.brands-list {
  margin: 0;
  padding: 0;
}
#site-header .header-desktop__bottom .main-nav ul.menu li.menu-item.has-mega-menu > .megamenu ul.brands-list li {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-bottom: 1rem;
}
#site-header .header-desktop__bottom .main-nav ul.menu li.menu-item.has-mega-menu > .megamenu ul.brands-list li a {
  display: flex;
  padding: 30px 20px;
  width: 100%;
  height: 180px;
  background-color: rgba(0, 0, 0, 0.25);
  justify-content: flex-start;
  align-items: flex-end;
  color: #ffffff;
}
#site-header .header-desktop__bottom .main-nav ul.menu li.menu-item.has-mega-menu > .megamenu ul.brands-list li a:hover, #site-header .header-desktop__bottom .main-nav ul.menu li.menu-item.has-mega-menu > .megamenu ul.brands-list li a:focus, #site-header .header-desktop__bottom .main-nav ul.menu li.menu-item.has-mega-menu > .megamenu ul.brands-list li a:active {
  background-color: rgba(208, 157, 99, 0.25);
}
#site-header .header-desktop__bottom .main-nav ul.menu li.menu-item.has-mega-menu > .megamenu ul.brands-list li a span {
  display: block;
  width: 100%;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 2;
  position: relative;
}
#site-header .header-desktop__bottom .main-nav ul.menu li.menu-item.has-mega-menu > .megamenu ul.brands-list li a span:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 95px;
  background-color: currentColor;
}
#site-header .header-desktop__bottom .main-nav ul.menu li.menu-item.has-mega-menu > .megamenu .main-title {
  font-size: 1.875rem;
  text-transform: uppercase;
  font-weight: 700;
  border-bottom: solid 1px #D09D63;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-left: 1rem;
  margin-right: 1rem;
}
#site-header .header-desktop__bottom .main-nav ul.menu li.menu-item.has-mega-menu > .megamenu .main-title:hover svg {
  -webkit-animation-duration: 0.75s;
          animation-duration: 0.75s;
  -webkit-animation-name: lateral-bouncing;
          animation-name: lateral-bouncing;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}
#site-header .header-desktop__bottom .main-nav ul.menu li.menu-item.has-mega-menu > .megamenu .main-title svg {
  fill: #D09D63;
}
#site-header .header-desktop__bottom .main-nav ul.menu li.menu-item.has-mega-menu > .megamenu .children-wrapper {
  padding: 1rem;
}
#site-header .header-desktop__bottom .main-nav ul.menu li.menu-item.has-mega-menu > .megamenu .children-wrapper .megamenu-subtitle {
  text-transform: uppercase;
  color: #1D2041;
  font-weight: 700;
  font-size: 16px;
  font-size: 1rem;
  display: block;
  width: 100%;
  position: relative;
}
#site-header .header-desktop__bottom .main-nav ul.menu li.menu-item.has-mega-menu > .megamenu .children-wrapper ul {
  padding-left: 2rem;
}
#site-header .header-desktop__bottom .main-nav ul.menu li.menu-item.has-mega-menu > .megamenu .children-wrapper ul li {
  display: block;
  width: 100%;
}
#site-header .header-desktop__bottom .main-nav ul.menu li.menu-item.has-mega-menu > .megamenu .children-wrapper ul li a {
  padding: 0.5rem 0;
  display: block;
  font-size: 0.875rem;
  text-transform: none;
  color: #5C5D64;
}
#site-header .header-desktop__bottom .main-nav ul.menu li.menu-item.has-mega-menu > .megamenu .children-wrapper ul li a:hover, #site-header .header-desktop__bottom .main-nav ul.menu li.menu-item.has-mega-menu > .megamenu .children-wrapper ul li a:focus, #site-header .header-desktop__bottom .main-nav ul.menu li.menu-item.has-mega-menu > .megamenu .children-wrapper ul li a:active {
  color: #D09D63;
}
#site-header .header-desktop__bottom .main-nav ul.menu li.menu-item.has-mega-menu > .megamenu .children-wrapper ul li a::first-letter {
  text-transform: uppercase;
}
#site-header .header-desktop__bottom .main-nav ul.menu li.menu-item.has-mega-menu > .megamenu .children-wrapper .cell {
  position: relative;
}
#site-header .header-desktop__bottom .main-nav ul.menu li.menu-item.has-mega-menu > .megamenu .children-wrapper .cell::before {
  content: "";
  position: absolute;
  display: block;
  height: 100%;
  border-left: solid 1px #CCCEDF;
  left: -20px;
}
#site-header .header-desktop__bottom .main-nav ul.menu li.menu-item.has-mega-menu > .megamenu .children-wrapper .cell:first-child::before {
  border: 0;
}

#site-header .header-mobile .mobile-main-nav ul.menu li.menu-item.has-mega-menu {
  position: relative;
}
#site-header .header-mobile .mobile-main-nav ul.menu li.menu-item.has-mega-menu .toggle-button {
  position: absolute;
  right: 0;
  top: 0;
}
#site-header .header-mobile .mobile-main-nav ul.menu li.menu-item.has-mega-menu.is-open .megamenu {
  display: block;
}
#site-header .header-mobile .mobile-main-nav ul.menu li.menu-item.has-mega-menu .megamenu {
  display: none;
}
#site-header .header-mobile .mobile-main-nav ul.menu li.menu-item.has-mega-menu .megamenu .brands-list {
  margin: 0;
  padding: 1rem;
  display: flex;
  justify-content: space-between;
  list-style: none;
}
#site-header .header-mobile .mobile-main-nav ul.menu li.menu-item.has-mega-menu .megamenu .brands-list li {
  flex-basis: calc(50% - 0.5rem);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
#site-header .header-mobile .mobile-main-nav ul.menu li.menu-item.has-mega-menu .megamenu .brands-list li a {
  display: flex;
  width: 100%;
  height: 150px;
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
  background-color: rgba(0, 0, 0, 0.25);
  color: #ffffff;
}
#site-header .header-mobile .mobile-main-nav ul.menu li.menu-item.has-mega-menu .megamenu .brands-list li a:hover, #site-header .header-mobile .mobile-main-nav ul.menu li.menu-item.has-mega-menu .megamenu .brands-list li a:focus, #site-header .header-mobile .mobile-main-nav ul.menu li.menu-item.has-mega-menu .megamenu .brands-list li a:active {
  background-color: rgba(208, 157, 99, 0.25);
}
#site-header .header-mobile .mobile-main-nav ul.menu li.menu-item.has-mega-menu .megamenu .brands-list li a span {
  display: block;
  width: 100%;
  font-size: 1.125rem;
  font-weight: 400;
}
#site-header .header-mobile .mobile-main-nav ul.menu li.menu-item.has-mega-menu .megamenu .toggling-list {
  position: relative;
  margin: 0;
  padding: 0.5rem 1rem;
  list-style: none;
}
#site-header .header-mobile .mobile-main-nav ul.menu li.menu-item.has-mega-menu .megamenu .toggling-list li.is-open ul {
  display: block;
}
#site-header .header-mobile .mobile-main-nav ul.menu li.menu-item.has-mega-menu .megamenu .toggling-list li span {
  text-transform: uppercase;
  color: #1D2041;
  font-weight: 400;
  font-size: 0.875rem;
  display: block;
  width: 100%;
  position: relative;
}
#site-header .header-mobile .mobile-main-nav ul.menu li.menu-item.has-mega-menu .megamenu .toggling-list ul {
  display: none;
  padding-left: 1.5rem;
}
#site-header .header-mobile .mobile-main-nav ul.menu li.menu-item.has-mega-menu .megamenu .toggling-list ul li a {
  padding: 0.5rem 0;
  display: block;
  font-size: 0.875rem;
  text-transform: none;
  color: #5C5D64;
  font-weight: 400;
}
#site-header .header-mobile .mobile-main-nav ul.menu li.menu-item.has-mega-menu .megamenu .toggling-list ul li a:hover, #site-header .header-mobile .mobile-main-nav ul.menu li.menu-item.has-mega-menu .megamenu .toggling-list ul li a:focus, #site-header .header-mobile .mobile-main-nav ul.menu li.menu-item.has-mega-menu .megamenu .toggling-list ul li a:active {
  color: #D09D63;
}

.shop-sidebar-wrapper {
  padding: 1rem 0;
  z-index: 1;
}
.shop-sidebar-wrapper .sidebar-toggle {
  margin: 0 auto;
  display: inline-block;
}
.shop-sidebar-wrapper #shop-sidebar {
  overflow-y: scroll;
  max-height: 450px;
}
@media only screen and (max-width: 1024px) {
  .shop-sidebar-wrapper #shop-sidebar {
    display: none;
  }
  .shop-sidebar-wrapper #shop-sidebar.is-open {
    display: block;
  }
}
.shop-sidebar-wrapper h2.underlined {
  margin-bottom: 1.375rem;
}
.shop-sidebar-wrapper h2.underlined:after {
  background-color: #D09D63;
}
.shop-sidebar-wrapper .berocket_single_filter_widget:first-child {
  border-top: 0;
}
.shop-sidebar-wrapper .berocket_single_filter_widget li label::first-letter {
  text-transform: uppercase;
}

.page-gestion-des-cookies section#cookies {
  padding: 80px 0;
}
.page-gestion-des-cookies section#cookies h1 {
  margin-bottom: 3rem;
}

.error404 #error-404 {
  padding: 4rem 0;
  text-align: center;
}

body.home #home-hero .home-hero-slider {
  position: relative;
}
body.home #home-hero .home-hero-slider .home-hero-slide {
  position: relative;
  padding: 60px 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
body.home #home-hero .home-hero-slider .home-hero-slide .slide-inner-wrapper {
  width: 100%;
  max-width: 1260px;
  margin: 0 auto;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 500px;
}
body.home #home-hero .home-hero-slider .home-hero-slide .slide-inner-wrapper .slide-inner {
  width: 100%;
  max-width: 550px;
  height: auto;
  background-color: rgba(0, 0, 0, 0.45);
  padding: 3rem 2rem;
  color: white;
}
body.home #home-hero .home-hero-slider .home-hero-slide .slide-title {
  margin-bottom: 2rem;
}
body.home #home-hero .home-hero-slider .home-hero-slide .slide-content {
  margin-bottom: 2rem;
}
body.home #home-hero .home-hero-slider .swiper-pagination {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 60px;
  width: 100%;
  max-width: 1260px;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
body.home #home-hero .home-hero-slider .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border: solid 1px #ffffff;
  border-radius: 50%;
  margin-right: 5px;
}
body.home #home-hero .home-hero-slider .swiper-pagination .swiper-pagination-bullet:last-child {
  margin-right: 0;
}
body.home #home-hero .home-hero-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #ffffff;
}
body.home #home-references {
  position: relative;
  padding: 90px 0 75px;
}
@media only screen and (max-width: 768px) {
  body.home #home-references {
    padding: 30px 0 0px;
  }
}
body.home #home-references:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 50%;
  height: 215px;
  background-color: rgba(212, 213, 228, 0.1);
  z-index: -1;
}
body.home #home-references h2 {
  color: #1D2041;
  margin-bottom: 1.75rem;
}
body.home #home-references .references-content {
  margin-bottom: 2rem;
}
body.home #home-references .references {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media only screen and (max-width: 480px) {
  body.home #home-references .references {
    flex-direction: column;
    justify-content: center;
  }
}
@media only screen and (max-width: 768px) {
  body.home #home-references .references {
    padding-top: 30px;
  }
}
body.home #home-references .references a {
  display: block;
}
body.home #home-references .references .reference {
  padding: 0 1rem;
  max-width: calc(25% - 1rem);
  text-align: center;
}
@media only screen and (max-width: 1024px) {
  body.home #home-references .references .reference {
    max-width: calc(50% - 1rem);
    margin-bottom: 2rem;
  }
}
@media only screen and (max-width: 1024px) {
  body.home #home-references .references .reference {
    max-width: 100%;
  }
}
body.home #home-references .references .reference__thumb {
  position: relative;
  padding-bottom: 2rem;
  margin-bottom: 1.5rem;
}
body.home #home-references .references .reference__thumb:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: calc(50% - 35px);
  width: 70px;
  height: 1px;
  background-color: #D09D63;
}
body.home #home-references .references .reference__thumb img {
  width: 100%;
  height: 180px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media only screen and (max-width: 1024px) {
  body.home #home-references .references .reference__thumb img {
    height: 100px;
    width: 130px;
  }
}
body.home #home-services {
  position: relative;
  padding: 75px 0 90px;
  text-align: center;
}
body.home #home-services:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 1260px;
  height: 1px;
  background-color: #D09D63;
}
body.home #home-services h2 {
  margin-bottom: 1rem;
  color: #1D2041;
}
body.home #home-services .services-content {
  margin-bottom: 4rem;
}
body.home #home-services .services-link {
  margin-top: 2rem;
}
body.home #home-services .cell:first-child .service {
  border-right: solid 1px rgba(204, 206, 223, 0.3);
}
body.home #home-services .cell:last-child .service {
  border-left: solid 1px rgba(204, 206, 223, 0.3);
}
@media only screen and (min-width: 769px) {
  body.home #home-services .cell .service {
    padding: 0 70px;
  }
}
body.home #home-services .cell .service__icon {
  margin-bottom: 20px;
}
body.home #home-services .cell .service__icon img {
  width: 100px;
}
body.home #home-services .cell .service__title {
  color: #1D2041;
}
body.home #home-services .cell .service__content {
  font-size: 0.875rem;
  line-height: 1.2;
}
body.home #home-brands {
  padding: 60px 0;
}
body.home #home-brands .home-brands-carousel-outer {
  position: relative;
}
body.home #home-brands .home-brands-carousel-outer .home-brands-carousel-button-prev,
body.home #home-brands .home-brands-carousel-outer .home-brands-carousel-button-next {
  color: #D09D63;
  box-shadow: none;
  font-size: 2rem;
  border: 0;
  padding: 0;
  position: absolute;
  top: calc(50% - (35px / 2));
  z-index: 1;
}
body.home #home-brands .home-brands-carousel-outer .home-brands-carousel-button-prev {
  left: 0;
}
body.home #home-brands .home-brands-carousel-outer .home-brands-carousel-button-next {
  right: 0;
}
body.home #home-brands .home-brands-carousel-outer .home-brands-carousel {
  overflow: hidden;
}
body.home #home-brands .home-brands-carousel-outer .home-brands-carousel .swiper-wrapper {
  align-items: center;
}
body.home #home-brands .home-brands-carousel-outer .home-brands-carousel .swiper-slide {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

#storelocator {
  position: relative;
  overflow: hidden;
  padding: 3rem 0;
}
#storelocator h1 {
  font-size: 3rem;
  font-weight: 400;
  margin-bottom: 3rem;
}
#storelocator .content {
  display: grid;
  grid-template-columns: 3fr 7fr;
  grid-template-rows: auto 1fr;
  grid-template-areas: "search map" "addresses map";
  height: calc(100vh - 125px);
}
@media only screen and (max-width: 1260px) {
  #storelocator .content {
    height: calc(100vh - 68px);
    grid-template-rows: 80px 1fr;
  }
}
@media only screen and (max-width: 1024px) {
  #storelocator .content {
    grid-template-rows: auto 1fr;
  }
}
@media only screen and (max-width: 768px) {
  #storelocator .content {
    grid-template-columns: 1fr;
    grid-template-rows: auto 1fr;
    grid-template-areas: "search" "map" "addresses";
    height: initial;
  }
}
#storelocator .content .search-area {
  grid-area: search;
  padding: 30px;
  background-color: #D09D63;
}
#storelocator .content .search-area .search {
  display: flex;
  width: 100%;
  height: auto;
  justify-content: flex-start;
  align-items: flex-end;
}
#storelocator .content .search-area .search .input-wrapper {
  margin-right: 1rem;
  width: 100%;
}
#storelocator .content .search-area .search .input-wrapper label {
  text-transform: uppercase;
  color: #ffffff;
  font-size: 16px;
  font-size: 1rem;
}
#storelocator .content .search-area .search .input-wrapper input {
  border: none;
  color: #989898;
  display: inline-block;
  font-weight: 600;
  font-size: 16px;
  padding: 0 10px;
  outline: none;
  margin: 0;
}
#storelocator .content .search-area .search .input-wrapper input::-webkit-input-placeholder {
  color: #AAABB2;
  text-transform: none;
}
#storelocator .content .search-area .search .input-wrapper input:-moz-placeholder {
  color: #AAABB2;
  text-transform: none;
}
#storelocator .content .search-area .search .input-wrapper input::-moz-placeholder {
  color: #AAABB2;
  text-transform: none;
}
#storelocator .content .search-area .search .input-wrapper input:-ms-input-placeholder {
  color: #AAABB2;
  text-transform: none;
}
#storelocator .content .search-area .search .launch-location {
  flex-shrink: 0;
}
#storelocator .content .addresses-area {
  grid-area: addresses;
  height: 100%;
  max-height: 100%;
  overflow: hidden;
}
#storelocator .content .addresses-area .list,
#storelocator .content .addresses-area nav {
  height: 100%;
  max-height: 100%;
  overflow: hidden;
}
#storelocator .content .addresses-area ul {
  max-height: 100%;
  overflow-x: hidden;
  overflow-y: scroll;
}
@media only screen and (max-width: 768px) {
  #storelocator .content .addresses-area ul {
    margin-top: 10px;
    max-height: calc(100vh - 350px);
  }
}
#storelocator .content .map {
  grid-area: map;
  height: 100%;
  background-color: #989898;
  min-height: 300px;
}
#storelocator .content .list {
  margin-bottom: 20px;
}
#storelocator .content .list nav ul li {
  padding: 20px 40px 0;
}
#storelocator .content .list nav ul li.active, #storelocator .content .list nav ul li:hover {
  background-color: rgba(152, 152, 152, 0.1);
  transition: All 0.3s linear;
}
#storelocator .content .list nav ul li.active .address, #storelocator .content .list nav ul li:hover .address {
  transition: All 0.3s linear;
}
@media only screen and (max-width: 1260px) {
  #storelocator .content .list nav ul li {
    padding: 18px 40px 0;
  }
}
@media only screen and (max-width: 768px) {
  #storelocator .content .list nav ul li {
    padding: 18px 20px 0;
  }
}
#storelocator .content .list .address {
  border-bottom: solid 1px rgba(208, 157, 99, 0.3);
  padding-bottom: 15px;
  cursor: pointer;
}
#storelocator .content .list .address span {
  display: block;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
}
#storelocator .content .list .address span.name {
  font-weight: 700;
  color: #1D2041;
  font-size: 18px;
  font-size: 1.125rem;
  text-transform: uppercase;
}
#storelocator .content .list .address span.phone {
  color: #D09D63;
  font-weight: 700;
  text-decoration: underline;
  font-family: "Roboto";
}

.page-ma-selection section#wishlist {
  padding: 80px 0;
}
.page-ma-selection section#wishlist h1 {
  margin-bottom: 3rem;
}
.page-ma-selection section#wishlist .wishlist-title-container {
  display: none;
}

.menu-burger {
  display: block;
  float: right;
  width: 32px;
  height: 30px;
  cursor: pointer;
  position: relative;
  box-sizing: content-box;
  padding: 1rem;
}
.menu-burger:after {
  content: attr(data-open);
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  font-size: 9px;
  font-size: 0.5625rem;
  color: #1D2041;
  font-weight: 700;
}
.menu-burger .bar {
  position: relative;
  display: block;
  width: 32px;
  height: 3px;
  background-color: #000000;
}
.menu-burger .bar:nth-child(1) {
  top: 2px;
  transition: All 0.3s linear;
}
.menu-burger .bar:nth-child(2) {
  top: 9px;
  transition: All 0.3s linear;
}
.menu-burger .bar:nth-child(3) {
  top: 16px;
  transition: All 0.3s linear;
}
.menu-burger.open:after {
  content: attr(data-close);
}
.menu-burger.open .bar {
  background-color: #000000;
}
.menu-burger.open .bar:nth-child(1) {
  top: 13px;
  transform: rotate(45deg);
  transition: All 0.3s linear;
}
.menu-burger.open .bar:nth-child(2) {
  opacity: 0;
  transition: All 0.3s linear;
}
.menu-burger.open .bar:nth-child(3) {
  top: 7px;
  transform: rotate(-45deg);
  transition: All 0.3s linear;
}

.button {
  font-size: 1.125rem;
  text-transform: uppercase;
  padding: 0.5em 1em;
  border-radius: 2px;
  line-height: 1em;
  margin-bottom: 0;
  color: #D09D63;
  background-color: transparent;
  border-color: #D09D63;
}
.button:hover, .button:active, .button:focus {
  background-color: #D09D63;
  color: #ffffff;
}
.button--full {
  display: block;
  width: 100%;
}
.button--primary {
  color: #ffffff;
  background-color: #D09D63;
  border-color: #D09D63;
}
.button--white {
  color: #1D2041;
  background-color: #ffffff;
  border-color: #ffffff;
}
.button--outline {
  background-color: transparent;
  color: currentColor;
}
.button--outline.button--primary {
  color: #D09D63;
}
.button--outline.button--white {
  color: #ffffff;
}
.button--outline:hover:enabled.button--primary, .button--outline:active:enabled.button--primary, .button--outline:focus:enabled.button--primary, .button--outline:hover:not(.disabeld).button--primary, .button--outline:active:not(.disabeld).button--primary, .button--outline:focus:not(.disabeld).button--primary {
  background-color: #D09D63;
  color: #ffffff;
}
.button--outline:hover:enabled.button--white, .button--outline:active:enabled.button--white, .button--outline:focus:enabled.button--white, .button--outline:hover:not(.disabeld).button--white, .button--outline:active:not(.disabeld).button--white, .button--outline:focus:not(.disabeld).button--white {
  background-color: #ffffff;
  color: #1D2041;
}
.button--arrow {
  position: relative;
  background-color: transparent;
  color: currentColor;
  border: 0;
}
.button--arrow:after {
  content: "";
  display: inline-block;
  height: 11px;
  width: 80px;
  background-image: url(../images/arrow-to-right.svg);
  background-size: contain;
  margin-left: 10px;
  transition: all ease-in-out 0.3s;
}
.button--arrow:hover, .button--arrow:active, .button--arrow:focus {
  background-color: transparent;
  color: #D09D63;
}
.button--arrow:hover:after, .button--arrow:active:after, .button--arrow:focus:after {
  transform: translateX(10px);
}
.button[disabled], .button.disabled {
  pointer-events: none;
  background-color: inherit;
  color: inherit;
}
.button[disabled]:hover, .button[disabled]:active, .button[disabled]:focus, .button.disabled:hover, .button.disabled:active, .button.disabled:focus {
  background-color: inherit;
  color: inherit;
}

.link {
  color: #D09D63;
  text-transform: uppercase;
  font-size: 16px;
  font-size: 1rem;
  position: relative;
  padding: 0.5em 0;
}
.link:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  width: 95px;
  background-color: currentColor;
}
.link:hover, .link:active, .link:focus {
  color: #1D2041;
}

.add_to_wishlist {
  color: #D09D63;
  display: flex;
  justify-content: center;
  align-items: center;
}
.add_to_wishlist .yith-wcwl-icon.fa-heart-o {
  position: relative;
  font-size: 1.4em;
}
.add_to_wishlist .yith-wcwl-icon.fa-heart-o:after {
  content: "+";
  position: absolute;
  right: -5px;
  top: -5px;
  display: block;
  height: 10px;
  width: 10px;
  line-height: 10px;
  font-size: 12px;
  text-align: center;
  color: currentColor;
  background-color: white;
  font-weight: 700;
}

.cart {
  position: relative;
}
.cart a {
  position: relative;
  margin: 0 3px 3px;
}
.cart .cart-count {
  position: absolute;
  top: -3px;
  right: 0;
  display: inline-block;
  line-height: 20px;
  width: 20px;
  font-size: 11px;
  color: #ffffff;
  background-color: #D09D63;
  border-radius: 50%;
  text-align: center;
}

.entry-content a {
  color: #1D2041;
  font-weight: 500;
}

[type=text],
[type=password],
[type=date],
[type=datetime],
[type=datetime-local],
[type=month],
[type=week],
[type=email],
[type=number],
[type=search],
[type=tel],
[type=time],
[type=url],
[type=color],
textarea {
  padding: 12px 28px;
  font-size: 0.875rem;
  line-height: 1.15;
  box-shadow: none;
  color: #1D2041;
  background-color: #ffffff;
  width: 100%;
  max-width: 100%;
  border-color: #CCCEDF;
  border-radius: 2px;
}
[type=text]::-webkit-input-placeholder,
[type=password]::-webkit-input-placeholder,
[type=date]::-webkit-input-placeholder,
[type=datetime]::-webkit-input-placeholder,
[type=datetime-local]::-webkit-input-placeholder,
[type=month]::-webkit-input-placeholder,
[type=week]::-webkit-input-placeholder,
[type=email]::-webkit-input-placeholder,
[type=number]::-webkit-input-placeholder,
[type=search]::-webkit-input-placeholder,
[type=tel]::-webkit-input-placeholder,
[type=time]::-webkit-input-placeholder,
[type=url]::-webkit-input-placeholder,
[type=color]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #AAABB2;
}
[type=text]:-moz-placeholder,
[type=password]:-moz-placeholder,
[type=date]:-moz-placeholder,
[type=datetime]:-moz-placeholder,
[type=datetime-local]:-moz-placeholder,
[type=month]:-moz-placeholder,
[type=week]:-moz-placeholder,
[type=email]:-moz-placeholder,
[type=number]:-moz-placeholder,
[type=search]:-moz-placeholder,
[type=tel]:-moz-placeholder,
[type=time]:-moz-placeholder,
[type=url]:-moz-placeholder,
[type=color]:-moz-placeholder,
textarea:-moz-placeholder {
  color: #AAABB2;
}
[type=text]::-moz-placeholder,
[type=password]::-moz-placeholder,
[type=date]::-moz-placeholder,
[type=datetime]::-moz-placeholder,
[type=datetime-local]::-moz-placeholder,
[type=month]::-moz-placeholder,
[type=week]::-moz-placeholder,
[type=email]::-moz-placeholder,
[type=number]::-moz-placeholder,
[type=search]::-moz-placeholder,
[type=tel]::-moz-placeholder,
[type=time]::-moz-placeholder,
[type=url]::-moz-placeholder,
[type=color]::-moz-placeholder,
textarea::-moz-placeholder {
  color: #AAABB2;
}
[type=text]:-ms-input-placeholder,
[type=password]:-ms-input-placeholder,
[type=date]:-ms-input-placeholder,
[type=datetime]:-ms-input-placeholder,
[type=datetime-local]:-ms-input-placeholder,
[type=month]:-ms-input-placeholder,
[type=week]:-ms-input-placeholder,
[type=email]:-ms-input-placeholder,
[type=number]:-ms-input-placeholder,
[type=search]:-ms-input-placeholder,
[type=tel]:-ms-input-placeholder,
[type=time]:-ms-input-placeholder,
[type=url]:-ms-input-placeholder,
[type=color]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #AAABB2;
}
[type=text]:focus,
[type=password]:focus,
[type=date]:focus,
[type=datetime]:focus,
[type=datetime-local]:focus,
[type=month]:focus,
[type=week]:focus,
[type=email]:focus,
[type=number]:focus,
[type=search]:focus,
[type=tel]:focus,
[type=time]:focus,
[type=url]:focus,
[type=color]:focus,
textarea:focus {
  box-shadow: none;
  border-color: #D09D63;
}

select {
  font-size: 0.75rem;
  text-transform: uppercase;
  box-shadow: none;
  background-image: url("data:image/svg+xml,%3Csvg width='8' height='5' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.998 3.81L7.04.584a.259.259 0 01.381 0 .298.298 0 010 .404L4.19 4.416a.259.259 0 01-.381 0L.576.988A.298.298 0 01.582.584a.258.258 0 01.374 0L3.998 3.81z' fill='%23C7A465' fill-rule='nonzero'/%3E%3C/svg%3E");
}
select:focus {
  box-shadow: none;
  color: #D09D63;
}
select.disable {
  pointer-events: none;
  cursor: not-allowed;
  opacity: 0.4;
}

.select2-container--default .select2-selection--single {
  height: 39px;
  border-color: #CCCEDF;
  border-radius: 2px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 39px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 6px;
  right: 5px;
}

ul.page-numbers {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  list-style: none;
  margin: 2rem auto;
  padding: 1rem;
}
ul.page-numbers li .page-numbers {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  vertical-align: middle;
  margin: 0 0.5rem;
}
ul.page-numbers li .page-numbers.current {
  color: #ffffff;
  background-color: #1D2041;
}
ul.page-numbers li .page-numbers.next, ul.page-numbers li .page-numbers.prev {
  width: auto;
}

.share-bar {
  position: relative;
}
.share-bar__button {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all ease-in-out 0.2s;
}
.share-bar__button i {
  font-size: 1.4em;
  margin-right: 0.5rem;
}
.share-bar__button.is-open + .share-bar__wrapper {
  display: flex;
}
.share-bar__wrapper {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
  justify-content: center;
  align-items: center;
  background-color: #F4F4F4;
}
.share-bar__wrapper li {
  display: block;
}
.share-bar__wrapper li a {
  display: block;
  padding: 0.5rem;
  text-align: center;
}

@media only screen and (max-width: 1024px) {
  #site-main {
    margin-top: 90px;
  }
}
.woocommerce-tabs ul.tabs {
  display: flex;
  justify-content: flex-start;
  border: 0;
}
.woocommerce-tabs ul.tabs:before, .woocommerce-tabs ul.tabs:after {
  display: none;
  content: none;
}
.woocommerce-tabs ul.tabs li {
  float: none;
}
.woocommerce-tabs ul.tabs li.active > a {
  font-weight: 700;
}
.woocommerce-tabs ul.tabs li > a {
  display: block;
  padding: 1rem;
  color: #1D2041;
  text-transform: uppercase;
  font-size: 1.125rem;
  font-weight: 400;
}
@media only screen and (max-width: 768px) {
  .woocommerce-tabs ul.tabs li > a {
    padding: 0.5rem;
    font-size: 0.75rem;
  }
}
.woocommerce-tabs ul.tabs li > a:focus, .woocommerce-tabs ul.tabs li > a[aria-selected=true] {
  background-color: transparent;
}
.woocommerce-tabs .panel {
  border: 0;
  padding: 2rem calc(100% / 12);
}
@media only screen and (max-width: 768px) {
  .woocommerce-tabs .panel {
    padding: 2rem 0;
  }
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-family: "Raleway", sans-serif;
  line-height: 1.2;
  text-transform: uppercase;
}
h1 strong,
.h1 strong,
h2 strong,
.h2 strong,
h3 strong,
.h3 strong,
h4 strong,
.h4 strong,
h5 strong,
.h5 strong,
h6 strong,
.h6 strong {
  font-weight: 700;
}
h1.centered,
.h1.centered,
h2.centered,
.h2.centered,
h3.centered,
.h3.centered,
h4.centered,
.h4.centered,
h5.centered,
.h5.centered,
h6.centered,
.h6.centered {
  text-align: center;
}
h1.centered.underlined:after,
.h1.centered.underlined:after,
h2.centered.underlined:after,
.h2.centered.underlined:after,
h3.centered.underlined:after,
.h3.centered.underlined:after,
h4.centered.underlined:after,
.h4.centered.underlined:after,
h5.centered.underlined:after,
.h5.centered.underlined:after,
h6.centered.underlined:after,
.h6.centered.underlined:after {
  left: calc(50% - (95px / 2));
}
h1.underlined,
.h1.underlined,
h2.underlined,
.h2.underlined,
h3.underlined,
.h3.underlined,
h4.underlined,
.h4.underlined,
h5.underlined,
.h5.underlined,
h6.underlined,
.h6.underlined {
  padding-bottom: 1rem;
  position: relative;
}
h1.underlined:after,
.h1.underlined:after,
h2.underlined:after,
.h2.underlined:after,
h3.underlined:after,
.h3.underlined:after,
h4.underlined:after,
.h4.underlined:after,
h5.underlined:after,
.h5.underlined:after,
h6.underlined:after,
.h6.underlined:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 95px;
  background-color: currentColor;
}
h1.underlined.underlined-gold:after,
.h1.underlined.underlined-gold:after,
h2.underlined.underlined-gold:after,
.h2.underlined.underlined-gold:after,
h3.underlined.underlined-gold:after,
.h3.underlined.underlined-gold:after,
h4.underlined.underlined-gold:after,
.h4.underlined.underlined-gold:after,
h5.underlined.underlined-gold:after,
.h5.underlined.underlined-gold:after,
h6.underlined.underlined-gold:after,
.h6.underlined.underlined-gold:after {
  background-color: #D09D63;
}

h1,
.h1 {
  font-size: 48px;
  font-size: 3rem;
  font-weight: 400;
}
@media only screen and (max-width: 768px) {
  h1,
.h1 {
    font-size: 36px;
    font-size: 2.25rem;
  }
}

h2,
.h2 {
  font-size: 36px;
  font-size: 2.25rem;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  h2,
.h2 {
    font-size: 28px;
    font-size: 1.75rem;
  }
}

h3,
.h3 {
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  h3,
.h3 {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

h4,
.h4 {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  h4,
.h4 {
    font-size: 16px;
    font-size: 1rem;
  }
}

h5,
.h5 {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  h5,
.h5 {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

h6,
.h6 {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
}
@media only screen and (max-width: 768px) {
  h6,
.h6 {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

a {
  color: #1D2041;
  font-weight: 500;
  transition: all ease-in-out 0.2s;
}
a:hover {
  color: #D09D63;
}

.woocommerce-account #woocommerce-MyAccount-content .woocommerce-orders-table {
  border-collapse: separate;
  border-spacing: 0 15px;
}
.woocommerce-account #woocommerce-MyAccount-content .woocommerce-orders-table thead {
  position: relative;
  background-color: transparent;
  border: 0;
  border-top: solid 1px #D09D63;
}
.woocommerce-account #woocommerce-MyAccount-content .woocommerce-orders-table thead::before {
  content: "";
  display: block;
  position: absolute;
  border: solid 1px #D09D63;
  height: 1px;
  width: 100%;
}
.woocommerce-account #woocommerce-MyAccount-content .woocommerce-orders-table thead tr {
  text-transform: uppercase;
}
.woocommerce-account #woocommerce-MyAccount-content .woocommerce-orders-table tbody {
  border: none;
}
.woocommerce-account #woocommerce-MyAccount-content .woocommerce-orders-table tbody .woocommerce-orders-table__row {
  border: solid 1px #231F20;
  background-color: #d9d9d92e;
  position: relative;
}
.woocommerce-account #woocommerce-MyAccount-content .woocommerce-orders-table tbody .woocommerce-orders-table__row:nth-child(even) {
  background-color: #d9d9d92e;
}
@media only screen and (min-width: 1025px) {
  .woocommerce-account #woocommerce-MyAccount-content .woocommerce-orders-table tbody .woocommerce-orders-table__row .woocommerce-orders-table__cell {
    border-top: solid 1px #231f204a;
    border-bottom: solid 1px #231f204a;
  }
  .woocommerce-account #woocommerce-MyAccount-content .woocommerce-orders-table tbody .woocommerce-orders-table__row .woocommerce-orders-table__cell:first-child {
    border-left: solid 1px #231f204a;
  }
  .woocommerce-account #woocommerce-MyAccount-content .woocommerce-orders-table tbody .woocommerce-orders-table__row .woocommerce-orders-table__cell:last-child {
    border-right: solid 1px #231f204a;
  }
}
.woocommerce-account #woocommerce-MyAccount-content .woocommerce-orders-table tbody .woocommerce-orders-table__row .customer-order-status {
  text-transform: uppercase;
  padding: 0.3em 0.5em;
  border-radius: 2px;
  margin-bottom: 0;
  border: solid 1px;
  display: inline-block;
  vertical-align: middle;
}
.woocommerce-account #woocommerce-MyAccount-content .woocommerce-orders-table tbody .woocommerce-orders-table__row .order-status-processing {
  background-color: #D09D63;
  border-color: #D09D63;
  color: white;
}
.woocommerce-account #woocommerce-MyAccount-content .woocommerce-orders-table tbody .woocommerce-orders-table__row .order-status-cancelled,
.woocommerce-account #woocommerce-MyAccount-content .woocommerce-orders-table tbody .woocommerce-orders-table__row .order-status-failed {
  border-color: red;
  color: #0D0D0D;
}
.woocommerce-account #woocommerce-MyAccount-content .woocommerce-orders-table tbody .woocommerce-orders-table__row .order-status-completed {
  border-color: #D09D63;
  color: #0D0D0D;
}
.woocommerce-account #woocommerce-MyAccount-content .woocommerce-orders-table tbody .woocommerce-orders-table__row .woocommerce-orders-table__cell-order-total {
  color: rgba(35, 31, 32, 0.5);
  font-size: 12px;
}
.woocommerce-account #woocommerce-MyAccount-content .woocommerce-orders-table tbody .woocommerce-orders-table__row .woocommerce-orders-table__cell-order-total .amount {
  font-size: 16px;
  color: #231F20;
}
.woocommerce-account #woocommerce-MyAccount-content .woocommerce-orders-table tbody .woocommerce-orders-table__row .woocommerce-orders-table__cell-order-actions .customer-see-order-btn {
  font-size: 14px;
  color: #D09D63;
  text-decoration: underline;
  font-weight: 700;
}

.woocommerce-account #myaccount-heading {
  padding-bottom: 3rem;
}
.woocommerce-account #myaccount-heading .welcome-message {
  text-align: center;
  margin-bottom: 1rem;
}
.woocommerce-account #myaccount-heading .logout-button {
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: none;
  color: #5C5D64;
}
.woocommerce-account #myaccount-heading .logout-button .bx, .woocommerce-account #myaccount-heading .logout-button .single-product article.product #product-summary .add_to_wishlist .fa, .single-product article.product #product-summary .add_to_wishlist .woocommerce-account #myaccount-heading .logout-button .fa {
  color: #D09D63;
  margin-left: 10px;
}
.woocommerce-account #myaccount-heading .logout-button:hover, .woocommerce-account #myaccount-heading .logout-button:focus, .woocommerce-account #myaccount-heading .logout-button:active {
  color: #ffffff;
}
.woocommerce-account #myaccount-heading .logout-button:hover .bx, .woocommerce-account #myaccount-heading .logout-button:hover .single-product article.product #product-summary .add_to_wishlist .fa, .single-product article.product #product-summary .add_to_wishlist .woocommerce-account #myaccount-heading .logout-button:hover .fa, .woocommerce-account #myaccount-heading .logout-button:focus .bx, .woocommerce-account #myaccount-heading .logout-button:focus .single-product article.product #product-summary .add_to_wishlist .fa, .single-product article.product #product-summary .add_to_wishlist .woocommerce-account #myaccount-heading .logout-button:focus .fa, .woocommerce-account #myaccount-heading .logout-button:active .bx, .woocommerce-account #myaccount-heading .logout-button:active .single-product article.product #product-summary .add_to_wishlist .fa, .single-product article.product #product-summary .add_to_wishlist .woocommerce-account #myaccount-heading .logout-button:active .fa {
  color: #ffffff;
}
.woocommerce-account #myaccount-heading .annual_promotion {
  background: rgba(212, 213, 228, 0.1);
  padding: 15px 0;
  text-align: center;
  color: #D09D63;
  font-weight: 700;
}
.woocommerce-account #myaccount-navigation {
  background-color: rgba(208, 157, 99, 0.1);
  padding: 20px 0;
}
.woocommerce-account #myaccount-navigation .woocommerce-MyAccount-navigation ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: auto;
  gap: 20px 20px;
}
@media only screen and (max-width: 639px) {
  .woocommerce-account #myaccount-navigation .woocommerce-MyAccount-navigation ul {
    grid-template-columns: 1fr;
  }
}
.woocommerce-account #myaccount-navigation .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link.is-active a {
  background-color: #D09D63;
  color: #ffffff;
}
.woocommerce-account #myaccount-navigation .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link.is-active a:before {
  background-color: rgba(0, 0, 0, 0.05);
}
.woocommerce-account #myaccount-navigation .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--orders a:before {
  background-image: url(../images/myaccount-orders.svg);
}
.woocommerce-account #myaccount-navigation .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--orders.is-active a:before {
  background-image: url(../images/myaccount-orders-white.svg);
}
.woocommerce-account #myaccount-navigation .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-address a:before {
  background-image: url(../images/myaccount-edit-address.svg);
}
.woocommerce-account #myaccount-navigation .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-address.is-active a:before {
  background-image: url(../images/myaccount-edit-address-white.svg);
}
.woocommerce-account #myaccount-navigation .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-account a:before {
  background-image: url(../images/myaccount-edit-account.svg);
}
.woocommerce-account #myaccount-navigation .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-account.is-active a:before {
  background-image: url(../images/myaccount-edit-account-white.svg);
}
.woocommerce-account #myaccount-navigation .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link a {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  justify-content: center;
  background-color: #ffffff;
  padding: 2rem;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 18px;
  font-size: 1.125rem;
}
.woocommerce-account #myaccount-navigation .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link a:before {
  content: "";
  display: block;
  width: 100px;
  height: 100px;
  background-color: #F4F4F4;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 65px;
  border-radius: 50%;
  margin-bottom: 1rem;
}
.woocommerce-account #woocommerce-MyAccount-content {
  padding: 3rem 0;
}
.woocommerce-account #woocommerce-MyAccount-content .col2-set {
  display: flex;
}
@media only screen and (max-width: 1260px) {
  .woocommerce-account #woocommerce-MyAccount-content .col2-set {
    display: block;
  }
}
.woocommerce-account #woocommerce-MyAccount-content .col2-set .col-1, .woocommerce-account #woocommerce-MyAccount-content .col2-set .col-2 {
  flex-basis: 50%;
  padding: 0 1rem;
  margin-bottom: 2rem;
}
.woocommerce-account #billing_country span.select2 {
  width: 100% !important;
}
.woocommerce-account .reset-customer-password {
  margin-top: 40px;
}
.woocommerce-account .reset-customer-password h3 {
  font-size: 22px;
}
.woocommerce-account .reset-customer-password .reset-password-link {
  color: #fff;
  font-weight: 700;
  position: relative;
  margin-top: 15px;
}
.woocommerce-account .reset-customer-password .reset-password-link:hover {
  opacity: 0.75;
}
.woocommerce-account .reset-customer-password .reset-password-link::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -0.5rem;
  left: 0;
  width: 95px;
  height: 1px;
  background-color: currentColor;
}

.archive.tax-brands.term-gmt img.marketing_image {
  position: absolute;
  display: block;
  z-index: 1;
  max-width: 120px;
  top: -9px;
  left: -9px;
}
.archive.tax-brands.term-gmt .gender-section {
  position: relative;
}
.archive.tax-brands.term-gmt .gender-section h2 {
  color: #575757;
}
.archive.tax-brands.term-gmt .gender-section:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 20%;
  left: -10px;
  width: 150px;
  height: 200px;
  opacity: 0.1;
  background-image: url("../images/gmt-form.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.archive.tax-brands.term-gmt .gender-section:after {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: -5%;
  right: -10px;
  width: 190px;
  height: 170px;
  opacity: 0.1;
  background-image: url("../images/gmt-form-2.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.archive.tax-brands.term-gmt .gender-section .block-decoration {
  background-color: rgba(19, 101, 183, 0.05);
}
.archive.tax-brands.term-gmt .style-section {
  padding-bottom: 190px;
  background-image: url("../images/gmt-pattern.svg");
  background-repeat: repeat-x;
  background-position: center 94%;
}
.archive.tax-brands.term-gmt .style-section h2 {
  color: #575757;
}
.archive.tax-brands.term-gmt .filter-square__content-inner {
  background-color: rgba(0, 0, 0, 0.3);
}
.archive.tax-brands.term-gmt #some-products {
  background-color: rgba(19, 101, 183, 0.1);
}
.archive.tax-brands.term-gmt #some-products h2 {
  color: #575757;
}
.archive.tax-brands.term-gmt #some-products .button {
  border-color: #1365B7;
  color: #1365B7;
}
.archive.tax-brands.term-gmt #some-products .button:hover, .archive.tax-brands.term-gmt #some-products .button:active, .archive.tax-brands.term-gmt #some-products .button:focus {
  background-color: #1365B7;
  color: #ffffff;
}
.archive.tax-brands.term-gmt #other-tags h2 {
  color: #575757;
}
.archive.tax-brands.term-gmt #other-tags ul.cat-tags li a {
  color: #1365B7;
}

.archive.tax-brands.term-royal-london img.marketing_image {
  position: absolute;
  display: block;
  z-index: 1;
  max-width: 120px;
  top: -9px;
  left: -9px;
}
.archive.tax-brands.term-royal-london .gender-section {
  position: relative;
}
.archive.tax-brands.term-royal-london .gender-section h2 {
  color: #340942;
}
.archive.tax-brands.term-royal-london .gender-section:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 60%;
  width: 110px;
  background-image: url("../images/zig-zag-vertical-short.svg");
  background-repeat: repeat-y;
  background-position: center;
  z-index: -1;
}
.archive.tax-brands.term-royal-london .gender-section .block-decoration {
  background-color: rgba(52, 9, 66, 0.05);
}
.archive.tax-brands.term-royal-london .style-section {
  padding-bottom: 190px;
  background-image: url("../images/zig-zag-horizontal.svg");
  background-repeat: repeat-x;
  background-position: center 94%;
}
.archive.tax-brands.term-royal-london .style-section h2 {
  color: #340942;
}
.archive.tax-brands.term-royal-london .filter-square__content {
  background-color: rgba(52, 9, 66, 0.3);
}
.archive.tax-brands.term-royal-london #some-products {
  background-color: rgba(52, 9, 66, 0.1);
}
.archive.tax-brands.term-royal-london #some-products h2 {
  color: #340942;
}
.archive.tax-brands.term-royal-london #some-products .button {
  border-color: #340942;
  color: #340942;
}
.archive.tax-brands.term-royal-london #some-products .button:hover, .archive.tax-brands.term-royal-london #some-products .button:active, .archive.tax-brands.term-royal-london #some-products .button:focus {
  background-color: #340942;
  color: #ffffff;
}
.archive.tax-brands.term-royal-london #other-tags h2 {
  color: #340942;
}

.archive.tax-brands #shop-heading {
  padding-bottom: 70px;
}
.archive.tax-brands #shop-heading .woocommerce-breadcrumb {
  margin-bottom: 70px;
}
.archive.tax-brands .gender-section {
  position: relative;
  padding: 70px 0 40px;
}
.archive.tax-brands .gender-section h2 {
  margin-bottom: 2rem;
}
.archive.tax-brands .gender-section .block-decoration {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
  height: 60%;
  width: 100vw;
  background-color: rgba(208, 157, 99, 0.05);
}
.archive.tax-brands .jc-center {
  justify-content: center;
}
.archive.tax-brands .style-section {
  padding: 70px 0 40px;
}
.archive.tax-brands .style-section h2 {
  margin-bottom: 2rem;
}
.archive.tax-brands .filter-square {
  display: block;
  position: relative;
  width: 100%;
  margin-bottom: 2rem;
  overflow: hidden;
  color: #ffffff;
}
.archive.tax-brands .filter-square img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.archive.tax-brands .filter-square__content {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  padding: 1.75rem;
}
.archive.tax-brands .filter-square__content-inner {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.archive.tax-brands .filter-square__content span {
  text-transform: uppercase;
  font-size: 1.75rem;
  font-weight: 300;
}
.archive.tax-brands .filter-square__hover {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 2;
  display: block;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 300;
  transition: all ease-in-out 0.3s;
}
.archive.tax-brands .filter-square__hover svg {
  margin-left: 10px;
  fill: currentColor;
}
.archive.tax-brands .filter-square:hover .filter-square__hover {
  top: 80%;
}
.archive.tax-brands .filter-square--style .filter-square__content {
  display: block;
  max-height: calc(32px + (2 * 1.75rem));
  height: auto;
  top: auto;
  bottom: 0;
  overflow: hidden;
  padding: 1.75rem 1.75rem 0;
  background-color: transparent;
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
  transition: max-height ease-in-out 0.5s;
}
.archive.tax-brands .filter-square--style .filter-square__content > span {
  display: block;
  flex-basis: 100%;
  font-weight: 500;
  margin-bottom: 1rem;
}
.archive.tax-brands .filter-square--style .filter-square__content-hover .discover {
  display: block;
  width: 100%;
  text-transform: uppercase;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 300;
  margin-bottom: 1.75rem;
}
.archive.tax-brands .filter-square--style .filter-square__content-hover .discover svg {
  margin-left: 10px;
  fill: currentColor;
}
.archive.tax-brands .filter-square--style:hover .filter-square__content {
  max-height: 100%;
}
.archive.tax-brands #some-products {
  padding: 3rem 0;
  background-color: rgba(208, 157, 99, 0.1);
  text-align: center;
}
.archive.tax-brands #some-products h2 {
  margin-bottom: 2rem;
}
.archive.tax-brands #some-products .button {
  margin-top: 2rem;
}
@media only screen and (max-width: 639px) {
  .archive.tax-brands #some-products ul.products {
    grid-template-columns: 1fr 1fr;
  }
}
.archive.tax-brands #other-tags {
  padding: 3rem 0;
}
.archive.tax-brands #other-tags h2 {
  margin-bottom: 2rem;
}
.archive.tax-brands #other-tags .cat-tags {
  padding: 0;
  margin: 2rem 0 0 0;
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.archive.tax-brands #other-tags .cat-tags li a {
  display: inline-block;
  padding: 9px 10px;
  text-transform: uppercase;
  border: solid 1px currentColor;
  background-color: rgba(255, 255, 255, 0.2);
  color: #D09D63;
  font-size: 0.875rem;
  text-transform: uppercase;
  text-align: center;
  margin-right: 10px;
  margin-bottom: 10px;
  border-radius: 2px;
}
.archive.tax-brands #other-tags .cat-tags li a:hover, .archive.tax-brands #other-tags .cat-tags li a:active, .archive.tax-brands #other-tags .cat-tags li a:focus {
  border-color: #1D2041;
  color: #1D2041;
}

.woocommerce.archive.term-condor .shop-sidebar-wrapper .underlined {
  color: #231F20;
}
.woocommerce.archive.term-condor .shop-sidebar-wrapper .underlined:after {
  background-color: #231F20;
}
.woocommerce.archive.term-condor .shop-sidebar-wrapper .bapf_colaps_smb {
  color: #231F20;
}
.woocommerce.archive.term-condor ul.products li.product .button {
  color: #231F20;
  border-color: #231F20;
}
.woocommerce.archive.term-condor ul.products li.product .button:hover {
  background-color: #231F20;
  color: white;
}

.woocommerce.archive.term-gmt .shop-sidebar-wrapper .underlined {
  color: #1365B7;
}
.woocommerce.archive.term-gmt .shop-sidebar-wrapper .underlined:after {
  background-color: currentColor;
}
.woocommerce.archive.term-gmt .shop-sidebar-wrapper .bapf_colaps_smb {
  color: #1365B7;
}
.woocommerce.archive.term-gmt .shop-sidebar-wrapper .berocket_single_filter_widget .bapf_sfilter.bapf_sfa_inline .bapf_body .bapf_sfa_taxonomy ul li a {
  color: #1365B7;
}
.woocommerce.archive.term-gmt .shop-sidebar-wrapper .bapf_ckbox_sqchck input[type=checkbox]:checked:after {
  border-bottom: 2px solid #1365B7;
  border-right: 2px solid #1365B7;
}
.woocommerce.archive.term-gmt ul.products li.product .onsale {
  background-color: #1365B7;
}
.woocommerce.archive.term-gmt ul.products li.product .onsale.new {
  background-color: #F3F7FB;
  color: #1365B7;
}
.woocommerce.archive.term-gmt ul.products li.product .woocommerce-loop-product__link .product__meta .woocommerce-loop-product__title {
  color: #1365B7;
}
.woocommerce.archive.term-gmt ul.products li.product .button {
  border-color: #1365B7;
  color: #1365B7;
}
.woocommerce.archive.term-gmt ul.products li.product .button:hover, .woocommerce.archive.term-gmt ul.products li.product .button:active, .woocommerce.archive.term-gmt ul.products li.product .button:focus {
  background-color: #1365B7;
  color: #ffffff;
}

.woocommerce.archive.term-royal-london .shop-sidebar-wrapper .underlined:after {
  background-color: #75577E;
}
.woocommerce.archive.term-royal-london .shop-sidebar-wrapper h2,
.woocommerce.archive.term-royal-london .shop-sidebar-wrapper h3 {
  color: #340942;
}
.woocommerce.archive.term-royal-london .shop-sidebar-wrapper .bapf_hascolarr {
  color: #340942;
}
.woocommerce.archive.term-royal-london .shop-sidebar-wrapper .berocket_single_filter_widget .bapf_sfilter.bapf_sfa_inline .bapf_body .bapf_sfa_taxonomy ul li a {
  color: #C7A465;
  text-transform: uppercase;
}
.woocommerce.archive.term-royal-london .shop-sidebar-wrapper .bapf_ckbox_sqchck input[type=checkbox]:checked:after {
  border-bottom: 2px solid #C7A465;
  border-right: 2px solid #C7A465;
}
.woocommerce.archive.term-royal-london ul.products li.product .onsale {
  background-color: #75577E;
}
.woocommerce.archive.term-royal-london ul.products li.product .onsale.new {
  background-color: #340942;
}
.woocommerce.archive.term-royal-london ul.products li.product .woocommerce-loop-product__link .product__meta .woocommerce-loop-product__title {
  color: #340942;
}
.woocommerce.archive.term-royal-london ul.products li.product .button {
  border-color: #340942;
  color: #340942;
}
.woocommerce.archive.term-royal-london ul.products li.product .button:hover, .woocommerce.archive.term-royal-london ul.products li.product .button:active, .woocommerce.archive.term-royal-london ul.products li.product .button:focus {
  background-color: #340942;
  color: #ffffff;
}

.woocommerce.archive .filter-btn {
  z-index: 10;
}
.woocommerce.archive .filter-btn #shop-sidebar {
  background-color: white;
}
.woocommerce.archive .shop-sidebar-wrapper {
  z-index: 1;
}
.woocommerce.archive .shop-sidebar-wrapper .underlined {
  font-size: 1.6rem;
}
.woocommerce.archive .shop-loop-wrapper {
  padding-top: 1rem;
}
.woocommerce.archive .shop-loop-wrapper .before-shop-loop {
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (min-width: 640px) {
  .woocommerce.archive .shop-loop-wrapper .before-shop-loop {
    justify-content: flex-end;
  }
}
.woocommerce.archive .shop-loop-wrapper .before-shop-loop .woocommerce-ordering {
  display: block;
  margin-bottom: 1rem;
}
.woocommerce.archive .shop-loop-wrapper .before-shop-loop .woocommerce-ordering:after {
  content: "";
  display: table;
  clear: both;
}
@media only screen and (min-width: 640px) {
  .woocommerce.archive .shop-loop-wrapper .before-shop-loop .woocommerce-ordering {
    margin-left: 1rem;
  }
}
.woocommerce.archive .shop-loop-wrapper .before-shop-loop .woocommerce-ordering select {
  margin-bottom: 0;
  width: auto;
  border: solid 1px #CCCEDF;
  color: #989898;
}
.woocommerce.archive .shop-loop-wrapper ul.products {
  gap: 0 0;
  border-top: 1px solid #CCCEDF;
  border-left: 1px solid #CCCEDF;
}
.woocommerce.archive .shop-loop-wrapper ul.products li.product {
  border-bottom: 1px solid #CCCEDF;
  border-right: 1px solid #CCCEDF;
}
.woocommerce.archive .shop-loop-wrapper ul.products li.product img.marketing_image {
  position: absolute;
  display: block;
  z-index: 1;
  max-width: 120px;
  top: -9px;
  left: -9px;
}
.woocommerce.archive .after-shop-loop .woocommerce-result-count {
  text-align: center;
  margin-top: 1rem;
}
.woocommerce.archive ul.products li.product .product__thumbnails {
  height: 300px;
}
@media only screen and (max-width: 768px) {
  .woocommerce.archive ul.products li.product .product__thumbnails {
    height: 250px;
  }
}
.woocommerce.archive.term-bracelet .shop-loop-wrapper ul.products li.product .woocommerce-loop-product__link .product__thumbnails img {
  -o-object-fit: contain;
     object-fit: contain;
}
.woocommerce.archive.term-bracelet .shop-loop-wrapper ul.products li.product .woocommerce-loop-product__link .product__thumbnails .hover-img {
  -o-object-fit: contain;
     object-fit: contain;
}
.woocommerce.archive.term-fourniture .shop-loop-wrapper ul.products li.product .woocommerce-loop-product__link .product__thumbnails img {
  -o-object-fit: contain;
     object-fit: contain;
}
.woocommerce.archive.term-fourniture .shop-loop-wrapper ul.products li.product .woocommerce-loop-product__link .product__thumbnails .hover-img {
  -o-object-fit: contain;
     object-fit: contain;
}
.woocommerce.archive.term-outillage .shop-loop-wrapper ul.products li.product .woocommerce-loop-product__link .product__thumbnails img {
  -o-object-fit: contain;
     object-fit: contain;
}
.woocommerce.archive.term-outillage .shop-loop-wrapper ul.products li.product .woocommerce-loop-product__link .product__thumbnails .hover-img {
  -o-object-fit: contain;
     object-fit: contain;
}
.woocommerce.archive.term-pile .shop-loop-wrapper ul.products li.product .woocommerce-loop-product__link .product__thumbnails img {
  -o-object-fit: contain;
     object-fit: contain;
}
.woocommerce.archive.term-pile .shop-loop-wrapper ul.products li.product .woocommerce-loop-product__link .product__thumbnails .hover-img {
  -o-object-fit: contain;
     object-fit: contain;
}
.woocommerce.archive.search-results .shop-loop-wrapper ul.products li.product.product_cat-bracelet .woocommerce-loop-product__link .product__thumbnails img {
  -o-object-fit: contain;
     object-fit: contain;
}
.woocommerce.archive.search-results .shop-loop-wrapper ul.products li.product.product_cat-bracelet .woocommerce-loop-product__link .product__thumbnails .hover-img {
  -o-object-fit: contain;
     object-fit: contain;
}
.woocommerce.archive.search-results .shop-loop-wrapper ul.products li.product.product_cat-fourniture .woocommerce-loop-product__link .product__thumbnails img {
  -o-object-fit: contain;
     object-fit: contain;
}
.woocommerce.archive.search-results .shop-loop-wrapper ul.products li.product.product_cat-fourniture .woocommerce-loop-product__link .product__thumbnails .hover-img {
  -o-object-fit: contain;
     object-fit: contain;
}
.woocommerce.archive.search-results .shop-loop-wrapper ul.products li.product.product_cat-outillage .woocommerce-loop-product__link .product__thumbnails img {
  -o-object-fit: contain;
     object-fit: contain;
}
.woocommerce.archive.search-results .shop-loop-wrapper ul.products li.product.product_cat-outillage .woocommerce-loop-product__link .product__thumbnails .hover-img {
  -o-object-fit: contain;
     object-fit: contain;
}
.woocommerce.archive.search-results .shop-loop-wrapper ul.products li.product.product_cat-pile .woocommerce-loop-product__link .product__thumbnails img {
  -o-object-fit: contain;
     object-fit: contain;
}
.woocommerce.archive.search-results .shop-loop-wrapper ul.products li.product.product_cat-pile .woocommerce-loop-product__link .product__thumbnails .hover-img {
  -o-object-fit: contain;
     object-fit: contain;
}
.woocommerce.archive .berocket_single_filter_widget i {
  margin-right: 15px;
}

ul.products {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0 20px;
  grid-auto-rows: -webkit-max-content;
  grid-auto-rows: max-content;
}
ul.products.columns-4 {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
@media only screen and (max-width: 768px) {
  ul.products.columns-4 {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media only screen and (max-width: 639px) {
  ul.products.columns-4 {
    grid-template-columns: 1fr 1fr;
  }
}
ul.products.columns-3 {
  grid-template-columns: 1fr 1fr 1fr;
}
@media only screen and (max-width: 768px) {
  ul.products.columns-3 {
    grid-template-columns: 1fr;
  }
}
ul.products.columns-2 {
  grid-template-columns: 1fr 1fr;
}
@media only screen and (max-width: 768px) {
  ul.products.columns-2 {
    grid-template-columns: 1fr;
  }
}
ul.products.columns-1 {
  grid-template-columns: 1fr;
}
ul.products li.product {
  position: relative;
  background-color: #ffffff;
  transition: all ease-in-out 0.2s;
  text-align: center;
  overflow: hidden;
}
ul.products li.product:hover {
  box-shadow: 0 0 20px 0 #F4F4F4;
  background-color: #ffffff;
}
ul.products li.product:hover .woocommerce-loop-product__link .product__thumbnails .hover-img {
  opacity: 1;
}
ul.products li.product:hover .woocommerce-loop-product__link .product__infos .price {
  opacity: 0;
}
ul.products li.product:hover .button {
  bottom: 45px;
  opacity: 1;
}
ul.products li.product .onsale {
  position: absolute;
  left: -25px;
  top: 12.5px;
  z-index: 2;
  transform: rotate(-45deg);
  display: inline-block;
  width: 100px;
  font-size: 0.875rem;
  text-transform: uppercase;
  line-height: 25px;
  text-align: center;
  background-color: #D09D63;
  color: #ffffff;
  z-index: 3;
}
ul.products li.product .onsale.new {
  z-index: 2;
  background-color: #231F20;
  color: #ffffff;
  font-size: 0.6875rem;
}
ul.products li.product .woocommerce-loop-product__link {
  display: block;
}
ul.products li.product .woocommerce-loop-product__link .product__thumbnails {
  position: relative;
  height: 405px;
  margin-bottom: 0.625rem;
}
@media only screen and (max-width: 768px) {
  ul.products li.product .woocommerce-loop-product__link .product__thumbnails {
    height: 200px;
  }
}
ul.products li.product .woocommerce-loop-product__link .product__thumbnails img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
ul.products li.product .woocommerce-loop-product__link .product__thumbnails .hover-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  transition: opacity ease-in-out 0.3s;
}
ul.products li.product .woocommerce-loop-product__link .product__meta {
  padding: 0 20px;
  margin-bottom: 1rem;
}
ul.products li.product .woocommerce-loop-product__link .product__meta .woocommerce-loop-product__title {
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 0.5rem;
}
ul.products li.product .woocommerce-loop-product__link .product__meta .woocommerce-loop-product__sku {
  font-size: 16px;
  font-size: 1rem;
  color: #C6C6C6;
}
ul.products li.product .woocommerce-loop-product__link .product__infos {
  height: 1.2rem;
  padding: 0 20px;
  margin-bottom: 50px;
}
ul.products li.product .woocommerce-loop-product__link .product__infos .price {
  opacity: 1;
  display: block;
  font-size: 16px;
  font-size: 1rem;
  color: #5C5D64;
  transition: opacity ease-in-out 0.3s;
}
ul.products li.product .woocommerce-loop-product__link .product__infos .price ins {
  text-decoration: none;
}
ul.products li.product .button {
  opacity: 0;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 40px);
  background-color: #ffffff;
  font-size: 0.875rem;
  transition: all ease-in-out 0.2s;
}
ul.products li.product .button:hover {
  background-color: #D09D63;
}
ul.products li.product .added_to_cart {
  position: absolute;
  bottom: 0.5rem;
  left: 50%;
  transform: translateX(-50%);
  font-size: 0.875rem;
}

.woocommerce.archive ul.products li.product.product_cat-bracelet .woocommerce-loop-product__link .product__thumbnails img {
  -o-object-fit: contain;
     object-fit: contain;
}
.woocommerce.archive ul.products li.product.product_cat-bracelet .woocommerce-loop-product__link .product__thumbnails .hover-img {
  -o-object-fit: contain;
     object-fit: contain;
}
.woocommerce.archive ul.products li.product.product_cat-fourniture .woocommerce-loop-product__link .product__thumbnails img {
  -o-object-fit: contain;
     object-fit: contain;
}
.woocommerce.archive ul.products li.product.product_cat-fourniture .woocommerce-loop-product__link .product__thumbnails .hover-img {
  -o-object-fit: contain;
     object-fit: contain;
}
.woocommerce.archive ul.products li.product.product_cat-outillage .woocommerce-loop-product__link .product__thumbnails img {
  -o-object-fit: contain;
     object-fit: contain;
}
.woocommerce.archive ul.products li.product.product_cat-outillage .woocommerce-loop-product__link .product__thumbnails .hover-img {
  -o-object-fit: contain;
     object-fit: contain;
}
.woocommerce.archive ul.products li.product.product_cat-pile .woocommerce-loop-product__link .product__thumbnails img {
  -o-object-fit: contain;
     object-fit: contain;
}
.woocommerce.archive ul.products li.product.product_cat-pile .woocommerce-loop-product__link .product__thumbnails .hover-img {
  -o-object-fit: contain;
     object-fit: contain;
}

.woocommerce-breadcrumb .breadcrumb-item {
  font-weight: 700;
  color: #989898;
}
.woocommerce-breadcrumb .breadcrumb-item > a {
  color: currentColor;
  font-weight: 300;
}
.woocommerce-breadcrumb .breadcrumb-item > a:hover, .woocommerce-breadcrumb .breadcrumb-item > a:active, .woocommerce-breadcrumb .breadcrumb-item > a:focus {
  color: #1D2041;
}
.woocommerce-breadcrumb .delimiter {
  color: #989898;
  margin: 0 10px;
  font-weight: 300;
}

body.single-product article.product_cat-bracelet #product-summary .variations_form .single_variation_wrap .quantity {
  display: none !important;
}
body.single-product article.product_cat-bracelet #product-summary .variations_form .single_variation_wrap button.single_add_to_cart_button {
  display: none;
}
body.single-product article.product_cat-bracelet .go-to-variations-form {
  color: #D09D63;
  background-color: inherit;
  text-transform: uppercase;
}
body.single-product article.product_cat-bracelet form.is_bulk.variations_form {
  display: block;
}
body.single-product article.product_cat-bracelet div#matrix_form {
  display: block;
}
body.single-product article.product_cat-bracelet table.variations {
  display: none;
}
body.single-product article.product_cat-bracelet table#matrix_form_table tbody input.qty_input {
  margin: auto;
  padding: 0;
  text-align: center;
}
body.single-product article.product_cat-bracelet table#matrix_form_table tbody .variation_table_images {
  max-height: 150px;
}
body.single-product article.product_cat-bracelet table#matrix_form_table tbody .out-of-stock-bracelets p {
  margin: 0;
}
body.single-product article.product_cat-bracelet .matrix-back-to-previous {
  border-top: 1px solid #C4C4C4;
  text-align: right;
  padding: 15px;
  width: 100%;
  padding-left: 0;
}

#empty-cart {
  padding: 3rem 0;
}
#empty-cart .page-title {
  margin-bottom: 3rem;
}
#empty-cart .return-to-shop {
  margin-top: 2rem;
  text-align: center;
}

#site-cart {
  padding: 3rem 0;
}
#site-cart .woocommerce-shipping-totals .woocommerce-shipping-destination {
  display: none;
}
#site-cart .page-title {
  margin-bottom: 3rem;
}
#site-cart .woocommerce-cart-form {
  margin-top: 20px;
}
#site-cart .woocommerce-cart-form__contents {
  padding-right: 2rem;
}
#site-cart .woocommerce-cart-form__contents thead {
  border-top: solid 1px rgba(208, 157, 99, 0.5);
  border-bottom: solid 1px rgba(208, 157, 99, 0.5);
  border-left: 0;
  border-right: 0;
  background-color: transparent;
}
#site-cart .woocommerce-cart-form__contents thead tr th {
  text-align: center;
  font-weight: 400;
  font-size: 16px;
  font-size: 1rem;
  text-transform: uppercase;
  padding: 1rem 0;
}
#site-cart .woocommerce-cart-form__contents thead tr th.product-name {
  text-align: left;
}
#site-cart .woocommerce-cart-form__contents tbody {
  border: 0;
  background-color: transparent;
}
#site-cart .woocommerce-cart-form__contents tbody tr:nth-child(even), #site-cart .woocommerce-cart-form__contents tbody tr:nth-child(odd) {
  background-color: transparent;
}
@media only screen and (max-width: 1024px) {
  #site-cart .woocommerce-cart-form__contents tbody tr.cart_item {
    border-top: solid 1px rgba(208, 157, 99, 0.5);
  }
}
#site-cart .woocommerce-cart-form__contents tbody tr.cart_item .product-name {
  max-width: 250px;
}
#site-cart .woocommerce-cart-form__contents tbody tr.cart-meta {
  border-top: solid 1px rgba(208, 157, 99, 0.5);
}
#site-cart .woocommerce-cart-form__contents tbody tr.cart-meta td {
  padding-top: 2rem;
  padding-left: 0;
  padding-right: 0;
}
@media only screen and (max-width: 1024px) {
  #site-cart .woocommerce-cart-form__contents tbody tr.cart-meta td:before {
    content: none;
  }
}
#site-cart .woocommerce-cart-form__contents tbody tr.cart-meta .coupon-wrapper {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  #site-cart .woocommerce-cart-form__contents tbody tr.cart-meta .coupon-wrapper {
    flex-direction: column;
  }
}
#site-cart .woocommerce-cart-form__contents tbody tr.cart-meta .coupon-wrapper .coupon {
  display: flex;
}
@media only screen and (max-width: 768px) {
  #site-cart .woocommerce-cart-form__contents tbody tr.cart-meta .coupon-wrapper .coupon {
    flex-direction: column;
  }
}
#site-cart .woocommerce-cart-form__contents tbody tr.cart-meta .coupon-wrapper .coupon #coupon_code {
  margin: 0 10px 0 0;
  background: rgba(212, 213, 228, 0.1);
}
@media only screen and (max-width: 768px) {
  #site-cart .woocommerce-cart-form__contents tbody tr.cart-meta .coupon-wrapper .coupon #coupon_code {
    margin: 10px 0;
  }
}
#site-cart .woocommerce-cart-form__contents tbody tr.cart-meta .coupon-wrapper .coupon #coupon_code::-webkit-input-placeholder {
  text-transform: none;
}
#site-cart .woocommerce-cart-form__contents tbody tr.cart-meta .coupon-wrapper .coupon #coupon_code:-moz-placeholder {
  text-transform: none;
}
#site-cart .woocommerce-cart-form__contents tbody tr.cart-meta .coupon-wrapper .coupon #coupon_code::-moz-placeholder {
  text-transform: none;
}
#site-cart .woocommerce-cart-form__contents tbody tr.cart-meta .coupon-wrapper .coupon #coupon_code:-ms-input-placeholder {
  text-transform: none;
}
#site-cart .woocommerce-cart-form__contents tbody tr.cart-meta .coupon-wrapper .coupon .button[name=apply_coupon] {
  flex-shrink: 0;
  padding: 0 1em;
  cursor: pointer;
}
@media only screen and (max-width: 768px) {
  #site-cart .woocommerce-cart-form__contents tbody tr.cart-meta .coupon-wrapper .coupon .button[name=apply_coupon] {
    padding: 0.5em 1em;
    margin-bottom: 1rem;
  }
}
#site-cart .woocommerce-cart-form__contents tbody tr.cart-meta .coupon-wrapper button[name=update_cart] {
  padding: 0;
  margin: 0;
  font-size: 16px;
  font-size: 1rem;
  color: #D09D63;
  text-decoration: underline;
  border: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  text-transform: none;
  cursor: pointer;
}
#site-cart .woocommerce-cart-form__contents tbody tr.cart-meta .coupon-wrapper button[name=update_cart][aria-disabled=true] {
  cursor: not-allowed;
  opacity: 0.5;
}
#site-cart .woocommerce-cart-form__contents tbody tr th {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  text-transform: uppercase;
}
#site-cart .woocommerce-cart-form__contents tbody tr td {
  text-align: center;
}
#site-cart .woocommerce-cart-form__contents tbody tr td.product-thumbnail {
  text-align: center;
  vertical-align: top;
}
#site-cart .woocommerce-cart-form__contents tbody tr td.product-thumbnail a {
  display: block;
}
#site-cart .woocommerce-cart-form__contents tbody tr td.product-thumbnail a img {
  max-width: 60px;
  max-height: 60px;
  -o-object-fit: contain;
     object-fit: contain;
}
#site-cart .woocommerce-cart-form__contents tbody tr td.product-name {
  text-align: left;
}
#site-cart .woocommerce-cart-form__contents tbody tr td.product-name dl {
  margin-bottom: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
#site-cart .woocommerce-cart-form__contents tbody tr td.product-name dl dt,
#site-cart .woocommerce-cart-form__contents tbody tr td.product-name dl dd {
  flex-basis: 50%;
  margin: 0;
}
#site-cart .woocommerce-cart-form__contents tbody tr td.product-name dl dt p,
#site-cart .woocommerce-cart-form__contents tbody tr td.product-name dl dd p {
  margin: 0;
}
#site-cart .woocommerce-cart-form__contents tbody tr td.product-remove {
  text-align: center;
}
#site-cart .woocommerce-cart-form__contents tbody tr td.product-subtotal {
  font-weight: 700;
}
#site-cart .cart-collaterals:after {
  content: "";
  display: table;
  clear: both;
}
@media only screen and (max-width: 1260px) {
  #site-cart .cart-collaterals {
    margin: 0;
    border: 0;
  }
}
#site-cart .cart-collaterals .cart_totals {
  background-color: rgba(212, 213, 228, 0.1);
  padding: 2rem 1.5rem;
}
@media only screen and (max-width: 1260px) {
  #site-cart .cart-collaterals .cart_totals {
    margin: 2rem auto;
  }
}
@media only screen and (max-width: 768px) {
  #site-cart .cart-collaterals .cart_totals {
    padding: 1.5rem 0;
  }
}
#site-cart .cart-collaterals .cart_totals h2 {
  font-size: 18px;
  font-size: 1.125rem;
  margin-bottom: 2rem;
}
#site-cart .cart-collaterals .cart_totals table tbody {
  border-color: rgba(208, 157, 99, 0.5);
  border-left: 0;
  border-right: 0;
  background-color: transparent;
}
#site-cart .cart-collaterals .cart_totals table tbody tr:nth-child(even), #site-cart .cart-collaterals .cart_totals table tbody tr:nth-child(odd) {
  background-color: transparent;
}
#site-cart .cart-collaterals .cart_totals table tbody tr.cart-subtotal td {
  font-weight: 700;
}
#site-cart .cart-collaterals .cart_totals table tbody tr.cart-discount td {
  font-weight: 700;
}
#site-cart .cart-collaterals .cart_totals table tbody tr.tax-rate td {
  font-weight: 700;
}
#site-cart .cart-collaterals .cart_totals table tbody tr.shipping td .woocommerce-shipping-methods {
  list-style: none;
  margin-left: 0;
}
#site-cart .cart-collaterals .cart_totals table tbody tr.shipping td .woocommerce-shipping-methods li {
  color: #5C5D64;
  font-size: 16px;
  font-size: 1rem;
}
#site-cart .cart-collaterals .cart_totals table tbody tr.shipping td .woocommerce-shipping-methods li label {
  font-weight: 700;
  color: #5C5D64;
  font-size: 16px;
  font-size: 1rem;
}
#site-cart .cart-collaterals .cart_totals table tbody tr.shipping td .woocommerce-shipping-methods li .amount {
  font-weight: 700;
}
#site-cart .cart-collaterals .cart_totals table tbody tr.shipping td .woocommerce-shipping-methods li .shipping-method-description {
  font-size: 14px;
  font-size: 0.875rem;
  margin-top: -8px;
}
#site-cart .cart-collaterals .cart_totals table tbody tr.order-total td {
  text-align: right;
  font-weight: 700;
  color: #1D2041;
  font-size: 18px;
}
#site-cart .cart-collaterals .cart_totals table tbody tr.order-total td small {
  display: block;
}
#site-cart .cart-collaterals .cart_totals table tbody tr.order-total .cart-taxes-summary {
  color: #5C5D64;
  font-size: 12px;
}
#site-cart .cart-collaterals .cart_totals table tbody tr th {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  text-transform: uppercase;
  padding-left: 0;
  padding-right: 0;
  vertical-align: top;
  text-align: left;
  min-width: 100px;
}
#site-cart .cart-collaterals .cart_totals table tbody tr td {
  padding-left: 2rem;
  padding-right: 0;
}
@media only screen and (min-width: 769px) {
  #site-cart .cart-collaterals .cart_totals table tbody tr td {
    text-align: right;
  }
}
@media only screen and (max-width: 768px) {
  #site-cart .cart-collaterals .cart_totals table tbody tr td {
    text-align: left;
  }
}
@media only screen and (max-width: 1024px) {
  #site-cart .cart-collaterals .cart_totals table tbody tr td {
    padding-left: 1rem;
  }
  #site-cart .cart-collaterals .cart_totals table tbody tr td:before {
    display: block;
    float: none;
  }
}
@media only screen and (max-width: 768px) {
  #site-cart .cart-collaterals .cart_totals table tbody tr td {
    padding: 1rem 0;
  }
}
#site-cart .cart-collaterals .cart_totals .wc-proceed-to-checkout {
  text-align: center;
}

.checkout-steps-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin: 3rem 0 3rem;
}
.checkout-steps-wrapper:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #D09D63;
  position: absolute;
  left: 0;
  right: 0;
  top: 24px;
  z-index: 0;
}
.checkout-steps-wrapper .checkout-steps {
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  background-color: #ffffff;
  position: relative;
  z-index: 1;
}
.checkout-steps-wrapper .checkout-steps .step {
  background-color: #ffffff;
  color: #D09D63;
  border: solid 1px #D09D63;
  border-radius: 50%;
  text-align: center;
  width: 50px;
  line-height: 48px;
  height: 50px;
  vertical-align: middle;
  margin: 0 2rem;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
}
.checkout-steps-wrapper .checkout-steps .step.valide {
  border-color: rgba(208, 157, 99, 0.1);
  background-color: rgba(208, 157, 99, 0.1);
  color: #D09D63;
}
.checkout-steps-wrapper .checkout-steps .step.active {
  background-color: #D09D63;
  color: #ffffff;
}

.woocommerce-checkout #site-checkout {
  padding: 3rem 0;
}
.woocommerce-checkout #site-checkout .page-title {
  margin-bottom: 3rem;
}
.woocommerce-checkout #site-checkout h3 {
  margin-top: 2rem;
  margin-bottom: 2rem;
  color: #1D2041;
}
.woocommerce-checkout .woocommerce-form-login-toggle .woocommerce-info,
.woocommerce-checkout .woocommerce-form-coupon-toggle .woocommerce-info {
  margin-bottom: 0;
}
.woocommerce-checkout .woocommerce-form-login-toggle .woocommerce-info .showcoupon,
.woocommerce-checkout .woocommerce-form-coupon-toggle .woocommerce-info .showcoupon {
  color: #D09D63;
  text-decoration: underline;
  font-weight: 700;
}
.woocommerce-checkout .woocommerce-form-login,
.woocommerce-checkout .woocommerce-form-coupon {
  padding: 2rem;
  background-color: rgba(212, 213, 228, 0.2);
}
.woocommerce-checkout .woocommerce-account-fields {
  margin-bottom: 2rem;
  padding: 20px;
  background-color: rgba(212, 213, 228, 0.2);
}
.woocommerce-checkout .woocommerce-account-fields #createaccount {
  margin-bottom: 0;
}
.woocommerce-checkout .woocommerce-account-fields .create-account {
  margin-top: 2rem;
}
.woocommerce-checkout .woocommerce-account-fields .form-row {
  margin-bottom: 0;
  margin-top: 0;
}
.woocommerce-checkout .woocommerce-shipping-fields {
  margin-bottom: 2rem;
  padding: 20px;
  background-color: rgba(212, 213, 228, 0.2);
}
.woocommerce-checkout .woocommerce-shipping-fields h3#ship-to-different-address {
  margin: 0;
}
.woocommerce-checkout .woocommerce-shipping-fields h3#ship-to-different-address span {
  font-size: 18px;
  font-weight: 900;
}
.woocommerce-checkout .woocommerce-shipping-fields #ship-to-different-address-checkbox {
  margin-bottom: 0;
}
.woocommerce-checkout form.checkout label {
  text-transform: uppercase;
}
.woocommerce-checkout form.checkout .checkout-separator {
  position: relative;
}
.woocommerce-checkout form.checkout .checkout-separator::before {
  content: "";
  display: block;
  position: absolute;
  height: 100%;
  width: 1px;
  border: solid 1px rgba(204, 206, 223, 0.3);
  right: 50%;
}
.woocommerce-checkout .woocommerce-checkout-review-order h4 {
  margin-bottom: 1rem;
}
.woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table {
  border-top: solid 1px #D09D63;
}
.woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table thead,
.woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table tfoot {
  border-top: solid 1px #D09D63;
  border-left: 0;
  border-right: 0;
  background-color: transparent;
  color: #5C5D64;
}
.woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table thead {
  text-transform: uppercase;
}
.woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table thead tr th,
.woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table thead tr td {
  padding-left: 0;
  padding-right: 0;
  font-weight: 400;
}
.woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table tbody {
  border: 0;
  background-color: transparent;
}
.woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table tbody tr.cart_item {
  border-bottom: solid 1px rgba(212, 213, 228, 0.5);
}
.woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table tbody tr.cart_item:last-child {
  border-bottom: 0;
}
.woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table tbody tr.cart_item:nth-child(even) {
  background-color: transparent;
}
.woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table tbody tr.cart_item td {
  padding: 0.7rem 0;
}
.woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table tbody tr.cart_item td dl {
  margin-bottom: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table tbody tr.cart_item td dl dt,
.woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table tbody tr.cart_item td dl dd {
  flex-basis: 50%;
  margin: 0;
}
.woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table tbody tr.cart_item td dl dt p,
.woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table tbody tr.cart_item td dl dd p {
  margin: 0;
}
.woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table tfoot {
  border-bottom: 0;
}
.woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table tfoot tr.order-total {
  border-top: solid 1px #D09D63;
}
.woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table tfoot tr.order-total th {
  font-weight: 700;
}
.woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table tfoot tr.order-total .cart-taxes-summary {
  text-transform: lowercase;
  color: #5C5D64;
  font-size: 12px;
}
.woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table tfoot tr th,
.woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table tfoot tr td {
  padding-left: 0;
  padding-right: 0;
  text-transform: uppercase;
  font-weight: 700;
}
.woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table tfoot tr th label,
.woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table tfoot tr td label {
  color: currentColor;
  font-size: initial;
  font-weight: 700;
}
.woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table ul {
  list-style: none;
  margin-left: 0;
}
.woocommerce-checkout .woocommerce-checkout-review-order #payment {
  margin-top: 2rem;
  background-color: rgba(212, 213, 228, 0.2);
  padding: 2rem;
}
.woocommerce-checkout .woocommerce-checkout-review-order #payment ul {
  list-style: none;
  margin-left: 0;
  border-bottom: solid 1px #D09D63;
}
.woocommerce-checkout .woocommerce-checkout-review-order #payment ul li.wc_payment_method label {
  font-weight: 700;
}
.woocommerce-checkout .woocommerce-checkout-review-order #payment .woocommerce-terms-and-conditions-wrapper .woocommerce-terms-and-conditions-checkbox-text {
  text-transform: none;
}
.woocommerce-checkout .woocommerce-checkout-review-order #payment .woocommerce-terms-and-conditions h1 {
  font-size: 26px;
}
.woocommerce-checkout .woocommerce-privacy-policy-link {
  color: #D09D63;
  font-weight: 700;
  text-decoration: underline;
}
.woocommerce-checkout .woocommerce-terms-and-conditions-link {
  color: #D09D63;
  font-weight: 700;
  text-decoration: underline;
}
.woocommerce-checkout #woocommerce-different-address-shipping {
  position: relative;
}
.woocommerce-checkout #woocommerce-different-address-shipping #custom-shipping-address-checkbox {
  position: absolute;
  width: 20px;
  height: 20px;
  border: solid 1px #D09D63;
  border-radius: 50%;
  background: white;
  top: 6px;
  left: -3px;
}

section.contact-informations {
  margin-bottom: 30px;
}
@media only screen and (min-width: 769px) {
  section.contact-informations {
    display: grid;
    grid-template-columns: 1fr 2fr;
  }
}
section.contact-informations .address-informations, section.contact-informations .bank-informations {
  border: solid 2px;
  padding: 15px;
}
section.contact-informations .address-informations .condor-contact p {
  margin-bottom: 0;
}
@media only screen and (min-width: 769px) {
  section.contact-informations .bank-informations {
    border-left: 0;
  }
}
@media only screen and (max-width: 768px) {
  section.contact-informations .bank-informations {
    border-top: 0;
  }
}

#cross-sell {
  background-color: rgba(208, 157, 99, 0.1);
  padding: 2rem 0;
  text-align: center;
}
#cross-sell h2 {
  color: #1D2041;
  font-size: 18px;
  font-size: 1.125rem;
  margin-bottom: 3rem;
}
#cross-sell .products .product {
  max-width: 300px;
  margin: 0 auto;
}

.archive-price-before-promo,
.detail-product-price-before-discount,
.bracelets-price-before-promo,
.product-price-before-promo,
.product-subtotal-before-promo,
.product-cart-subtotal-before-promo {
  text-decoration: line-through;
  color: grey;
}

body.archive.woocommerce .berocket_single_filter_widget .bapf_sfa_mt_hide .berocket_aapf_widget_selected_filter {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
body.archive.woocommerce .berocket_single_filter_widget .bapf_sfa_mt_hide .berocket_aapf_widget_selected_filter .bapf_sfa_taxonomy span {
  display: none;
}
body.archive.woocommerce .berocket_single_filter_widget .bapf_sfa_mt_hide .berocket_aapf_widget_selected_filter .bapf_sfa_unall {
  width: 100%;
}

.quantity {
  display: inline-flex;
  align-items: center;
  height: 40px;
  margin: 0;
}
.quantity .qty_button {
  background-color: transparent;
  border: 0;
  color: #D09D63;
  line-height: 38px;
  vertical-align: middle;
  padding: 0 8px;
  border: solid 1px #CCCEDF;
  cursor: pointer;
  font-size: 22px;
  font-weight: 900;
}
.quantity .qty_button.plus {
  border-width: 1px 1px 1px 0;
}
.quantity .qty_button.minus {
  border-width: 1px 0 1px 1px;
}
.quantity .qty {
  border: 0;
  background-color: transparent;
  color: #989898;
  text-align: center;
  line-height: 38px;
  vertical-align: middle;
  -moz-appearance: textfield;
  margin: 0;
  padding: 0 8px;
  width: 40px;
  height: 40px;
  border: solid 1px #CCCEDF;
}
.quantity .qty::-webkit-outer-spin-button, .quantity .qty::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.quantity .qty:focus {
  color: #D09D63;
}

.woocommerce-account .woocommerce-breadcrumb {
  padding: 2rem 0 3rem;
}
.woocommerce-account .login-text-informations {
  position: relative;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 30px;
  padding-bottom: 15px;
}
.woocommerce-account .login-text-informations::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 95px;
  background-color: #D09D63;
}
.woocommerce-account .page-title {
  margin-bottom: 3rem;
}
.woocommerce-account #customer_login {
  background-color: #D09D63;
  color: #ffffff;
  padding: 60px 40px;
  margin-bottom: 2rem;
}
.woocommerce-account #customer_login h2 {
  font-size: 2rem;
  margin-bottom: 1rem;
}
.woocommerce-account #customer_login label {
  color: inherit;
}
.woocommerce-account #customer_login label:not(.woocommerce-form__label-for-checkbox) {
  text-transform: uppercase;
}
.woocommerce-account #customer_login input::-webkit-input-placeholder {
  text-transform: none;
}
.woocommerce-account #customer_login input:-moz-placeholder {
  text-transform: none;
}
.woocommerce-account #customer_login input::-moz-placeholder {
  text-transform: none;
}
.woocommerce-account #customer_login input:-ms-input-placeholder {
  text-transform: none;
}
.woocommerce-account #customer_login .group {
  display: flex;
  align-items: center;
}
.woocommerce-account #customer_login .group .button {
  margin-right: 1rem;
}
.woocommerce-account #customer_login .group .lost_password a {
  color: #ffffff;
  font-weight: 700;
  display: inline-block;
  position: relative;
}
.woocommerce-account #customer_login .group .lost_password a:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -0.5rem;
  left: 0;
  width: 95px;
  height: 1px;
  background-color: currentColor;
}
.woocommerce-account #customer_login .group .lost_password a:hover, .woocommerce-account #customer_login .group .lost_password a:active, .woocommerce-account #customer_login .group .lost_password a:focus {
  opacity: 0.75;
}
.woocommerce-account #customer_register {
  background-color: #F4F4F4;
  padding: 60px 40px;
  margin-bottom: 2rem;
}
.woocommerce-account #customer_register h2 {
  font-size: 2rem;
  margin-bottom: 1rem;
}
.woocommerce-account #customer_register label {
  text-transform: uppercase;
}
.woocommerce-account #customer_register input::-webkit-input-placeholder {
  text-transform: none;
}
.woocommerce-account #customer_register input:-moz-placeholder {
  text-transform: none;
}
.woocommerce-account #customer_register input::-moz-placeholder {
  text-transform: none;
}
.woocommerce-account #customer_register input:-ms-input-placeholder {
  text-transform: none;
}
.woocommerce-account #customer_register p#first_name,
.woocommerce-account #customer_register p#billing_city {
  width: 50% !important;
  padding-right: 15px;
}
.woocommerce-account #customer_register p#last_name,
.woocommerce-account #customer_register p#billing_postcode {
  width: 50% !important;
  padding-left: 15px;
}
.woocommerce-account #customer_register .woocommerce-privacy-policy-link {
  color: #D09D63;
  text-decoration: underline;
  font-weight: 700;
}
.woocommerce-account #customer_register .woocommerce-form-register p {
  margin: 0;
}
.woocommerce-account #customer_register .woocommerce-form-register input {
  margin-bottom: 5px;
}

body.single-product article.product section#product-related ul.products li.product.product_cat-bracelet .product__thumbnails img {
  -o-object-fit: contain;
     object-fit: contain;
}
body.single-product article.product section#product-related ul.products li.product.product_cat-fourniture .product__thumbnails img {
  -o-object-fit: contain;
     object-fit: contain;
}
body.single-product article.product section#product-related ul.products li.product.product_cat-outillage .product__thumbnails img {
  -o-object-fit: contain;
     object-fit: contain;
}
body.single-product article.product section#product-related ul.products li.product.product_cat-pile .product__thumbnails img {
  -o-object-fit: contain;
     object-fit: contain;
}

#shop-heading {
  position: relative;
  padding: 0.75rem 0 2.5rem;
  color: white;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#shop-heading:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}
#shop-heading .woocommerce-breadcrumb {
  position: relative;
  z-index: 2;
  margin-bottom: 2rem;
}
#shop-heading .woocommerce-breadcrumb a {
  color: currentColor;
}
#shop-heading h1 {
  position: relative;
  z-index: 2;
}
#shop-heading .archive-products-count {
  position: relative;
  z-index: 2;
  font-size: 0.875rem;
  text-transform: uppercase;
  margin-bottom: 2rem;
}
#shop-heading .archive-tags {
  position: relative;
  z-index: 2;
}
#shop-heading .archive-tags ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
#shop-heading .archive-tags ul li a {
  display: inline-block;
  padding: 9px 10px;
  text-transform: uppercase;
  border: solid 1px currentColor;
  background-color: rgba(0, 0, 0, 0.4);
  color: currentColor;
  font-size: 0.875rem;
  text-transform: uppercase;
  text-align: center;
  margin-right: 10px;
  margin-bottom: 10px;
  border-radius: 2px;
}
#shop-heading .archive-tags ul li a:hover, #shop-heading .archive-tags ul li a:active, #shop-heading .archive-tags ul li a:focus {
  border-color: #D09D63;
}

@media only screen and (max-width: 1024px) {
  .shop_table_responsive thead {
    display: none;
  }
  .shop_table_responsive tbody tr th {
    display: none;
  }
  .shop_table_responsive tbody tr td {
    display: block;
    padding: 1rem;
  }
  .shop_table_responsive tbody tr td.product-remove, .shop_table_responsive tbody tr td.product-thumbnail {
    display: none;
  }
  .shop_table_responsive tbody tr td:before {
    content: attr(data-title) " : ";
    font-weight: 700;
    float: left;
    font-size: initial;
    color: #5C5464;
  }
}
.single-product.product_cat_condor article.product #product-summary .product-pictures .product-pictures__slider-navigation li.swiper-slide-thumb-active {
  border-color: #808285;
}
.single-product.product_cat_condor article.product #product-summary .product-pictures .product-pictures__slider-navigation .swiper-button-next,
.single-product.product_cat_condor article.product #product-summary .product-pictures .product-pictures__slider-navigation .swiper-button-prev {
  color: #808285;
}
.single-product.product_cat_condor article.product #product-summary .product-pictures .product-pictures__slider .swiper-button-next,
.single-product.product_cat_condor article.product #product-summary .product-pictures .product-pictures__slider .swiper-button-prev {
  color: #808285;
}
.single-product.product_cat_condor article.product #product-summary .product_title {
  color: #231F20;
}
.single-product.product_cat_condor article.product #product-summary .more-details {
  color: #808285;
  border-color: rgba(128, 130, 133, 0.2);
}
.single-product.product_cat_condor article.product #product-summary .variations-list .variation-product input:checked + .variation-product__inner {
  border-color: #808285;
}
.single-product.product_cat_condor article.product #product-summary .single_add_to_cart_button {
  color: #808285;
}
.single-product.product_cat_condor article.product #product-summary .go-to-variations-form.button {
  color: #808285;
  border-color: #808285;
}
.single-product.product_cat_condor article.product #product-summary .go-to-variations-form.button:hover {
  background-color: #808285;
  color: white;
}
.single-product.product_cat_condor article.product #product-summary .resellers-link {
  color: #808285;
}
.single-product.product_cat_condor article.product #product-summary .estimate-delivery {
  background-color: rgba(128, 130, 133, 0.05);
}
.single-product.product_cat_condor article.product #product-summary .estimate-delivery h4 {
  color: #808285;
}
.single-product.product_cat_condor article.product #product-summary .more-links-wrapper {
  border-color: rgba(128, 130, 133, 0.05);
}
.single-product.product_cat_condor article.product #product-summary .more-links-wrapper:after {
  background-color: rgba(128, 130, 133, 0.05);
}
.single-product.product_cat_condor article.product #product-summary .more-links-wrapper .share-bar__button i {
  color: #808285;
}
.single-product.product_cat_condor article.product #product-summary .more-links-wrapper .share-bar__button:hover, .single-product.product_cat_condor article.product #product-summary .more-links-wrapper .share-bar__button:active, .single-product.product_cat_condor article.product #product-summary .more-links-wrapper .share-bar__button:focus {
  color: #808285;
}
.single-product.product_cat_condor article.product #product-summary .more-links-wrapper .add_to_wishlist i {
  color: #808285;
}
.single-product.product_cat_condor article.product #product-summary .more-links-wrapper .add_to_wishlist:hover, .single-product.product_cat_condor article.product #product-summary .more-links-wrapper .add_to_wishlist:active, .single-product.product_cat_condor article.product #product-summary .more-links-wrapper .add_to_wishlist:focus {
  color: #808285;
}
.single-product.product_cat_condor article.product #product-summary form.cart a.product_type_variable {
  color: #808285;
  border-color: #808285;
}
.single-product.product_cat_condor article.product #product-summary form.cart a.product_type_variable:hover {
  color: white;
  background-color: #808285;
}
.single-product.product_cat_condor article.product #product-related {
  background-color: rgba(128, 130, 133, 0.1);
}
.single-product.product_cat_condor article.product #product-related h2:after {
  background-color: #231F20;
}
.single-product.product_cat_condor article.product #product-infos .wc-tabs-wrapper ul.tabs {
  border-bottom: solid 1px #808285;
}
.single-product.product_cat_condor article.product #product-infos .wc-tabs-wrapper ul.tabs li.active a {
  color: #231F20;
}
.single-product.product_cat_condor article.product #product-infos .wc-tabs-wrapper ul.tabs li.active a:after {
  background-color: #231F20;
}
.single-product.product_cat_condor article.product #product-infos .attributes-wrapper .attribute-item__label {
  color: #808285;
}
.single-product.product_cat_condor article.product #product-upsell h2:after {
  background-color: #231F20;
}
.single-product.product_cat_condor article.product #other-tags h2:after {
  background-color: #231F20;
}
.single-product.product_cat_condor article.product #other-tags ul.cat-tags li a {
  color: #808285;
}

.single-product.product_cat_gmt #site-main {
  position: relative;
}
@media only screen and (min-width: 1025px) {
  .single-product.product_cat_gmt #site-main::before {
    content: "";
    background: url("/wp-content/themes/template/assets/images/gmt-motif.svg");
    background-repeat: repeat-y;
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: -1;
  }
}
.single-product.product_cat_gmt article.product #product-summary #product-page-breadcrumb .woocommerce-breadcrumb {
  color: #1365B7;
}
.single-product.product_cat_gmt article.product #product-summary .product-pictures .product-pictures__slider-navigation li.swiper-slide-thumb-active {
  border-color: #1365B7;
}
.single-product.product_cat_gmt article.product #product-summary .product-pictures .product-pictures__slider-navigation .swiper-button-next,
.single-product.product_cat_gmt article.product #product-summary .product-pictures .product-pictures__slider-navigation .swiper-button-prev {
  color: #1365B7;
}
.single-product.product_cat_gmt article.product #product-summary .product-pictures .product-pictures__slider .swiper-button-next,
.single-product.product_cat_gmt article.product #product-summary .product-pictures .product-pictures__slider .swiper-button-prev {
  color: #1365B7;
}
.single-product.product_cat_gmt article.product #product-summary .product_title {
  color: #1365B7;
}
.single-product.product_cat_gmt article.product #product-summary .more-details {
  color: #1365B7;
  border-color: rgba(19, 101, 183, 0.2);
}
.single-product.product_cat_gmt article.product #product-summary .variations-list .variation-product input:checked + .variation-product__inner {
  border-color: #1365B7;
}
.single-product.product_cat_gmt article.product #product-summary .single_add_to_cart_button {
  color: #1365B7;
}
.single-product.product_cat_gmt article.product #product-summary .single_add_to_cart_button:hover {
  color: white !important;
  background-color: #1365B7 !important;
}
.single-product.product_cat_gmt article.product #product-summary .resellers-link {
  color: #1365B7;
}
.single-product.product_cat_gmt article.product #product-summary .estimate-delivery {
  background-color: #1365B7;
  color: #ffffff;
}
.single-product.product_cat_gmt article.product #product-summary .estimate-delivery h4 {
  color: #ffffff;
}
.single-product.product_cat_gmt article.product #product-summary .more-links-wrapper {
  border-color: rgba(19, 101, 183, 0.05);
}
.single-product.product_cat_gmt article.product #product-summary .more-links-wrapper:after {
  background-color: rgba(19, 101, 183, 0.05);
}
.single-product.product_cat_gmt article.product #product-summary .more-links-wrapper .share-bar__button i {
  color: #1365B7;
}
.single-product.product_cat_gmt article.product #product-summary .more-links-wrapper .share-bar__button:hover, .single-product.product_cat_gmt article.product #product-summary .more-links-wrapper .share-bar__button:active, .single-product.product_cat_gmt article.product #product-summary .more-links-wrapper .share-bar__button:focus {
  color: #1365B7;
}
.single-product.product_cat_gmt article.product #product-summary .more-links-wrapper .add_to_wishlist i {
  color: #1365B7;
}
.single-product.product_cat_gmt article.product #product-summary .more-links-wrapper .add_to_wishlist:hover, .single-product.product_cat_gmt article.product #product-summary .more-links-wrapper .add_to_wishlist:active, .single-product.product_cat_gmt article.product #product-summary .more-links-wrapper .add_to_wishlist:focus {
  color: #1365B7;
}
.single-product.product_cat_gmt article.product #product-summary form.cart a.product_type_simple {
  color: #1365B7;
  border-color: #1365B7;
}
.single-product.product_cat_gmt article.product #product-summary form.cart a.product_type_simple:hover {
  color: white;
  background-color: #1365B7;
}
.single-product.product_cat_gmt article.product #product-summary ul.models-list .models-product.current a {
  border-color: #1365B7;
}
.single-product.product_cat_gmt article.product #product-related {
  background-color: rgba(19, 101, 183, 0.1);
}
.single-product.product_cat_gmt article.product #product-related h2:after {
  background-color: #1365B7;
}
.single-product.product_cat_gmt article.product #product-infos #custom-product-desc .woocommerce-product-attributes-item .attr-title {
  color: #1365B7;
}
.single-product.product_cat_gmt article.product #product-infos .wc-tabs-wrapper ul.tabs {
  border-bottom: solid 1px #1365B7;
}
.single-product.product_cat_gmt article.product #product-infos .wc-tabs-wrapper ul.tabs li.active a {
  color: #1365B7;
}
.single-product.product_cat_gmt article.product #product-infos .wc-tabs-wrapper ul.tabs li.active a:after {
  background-color: #1365B7;
}
.single-product.product_cat_gmt article.product #product-infos .attributes-wrapper .attribute-item__label {
  color: #1365B7;
}
.single-product.product_cat_gmt article.product #product-upsell h2:after {
  background-color: #1365B7;
}
.single-product.product_cat_gmt article.product #other-tags h2:after {
  background-color: #1365B7;
}
.single-product.product_cat_gmt article.product #other-tags ul.cat-tags li a {
  color: #1365B7;
}

.single-product.product_cat_royal-london #site-main {
  position: relative;
}
@media only screen and (min-width: 1025px) {
  .single-product.product_cat_royal-london #site-main::before {
    content: "";
    background: url("/wp-content/themes/template/assets/images/royal-london-zigzags.svg");
    background-repeat: repeat-y;
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: -1;
  }
}
.single-product.product_cat_royal-london article.product #product-summary #product-page-breadcrumb .woocommerce-breadcrumb {
  color: #340942;
}
.single-product.product_cat_royal-london article.product #product-summary .summary .current-category {
  color: #340942;
}
.single-product.product_cat_royal-london article.product #product-summary .product-pictures .product-pictures__slider-navigation li.swiper-slide-thumb-active {
  border-color: #340942;
}
.single-product.product_cat_royal-london article.product #product-summary .product-pictures .product-pictures__slider-navigation .swiper-button-next,
.single-product.product_cat_royal-london article.product #product-summary .product-pictures .product-pictures__slider-navigation .swiper-button-prev {
  color: #340942;
}
.single-product.product_cat_royal-london article.product #product-summary .product-pictures .product-pictures__slider .swiper-button-next,
.single-product.product_cat_royal-london article.product #product-summary .product-pictures .product-pictures__slider .swiper-button-prev {
  color: #340942;
}
.single-product.product_cat_royal-london article.product #product-summary .product_title {
  color: #340942;
}
.single-product.product_cat_royal-london article.product #product-summary .more-details {
  color: #C7A465;
  border-color: rgba(199, 164, 101, 0.2);
}
.single-product.product_cat_royal-london article.product #product-summary .price {
  color: #340942;
}
.single-product.product_cat_royal-london article.product #product-summary .variations-list .variation-product input:checked + .variation-product__inner {
  border-color: #340942;
}
.single-product.product_cat_royal-london article.product #product-summary .single_add_to_cart_button {
  color: #C7A465;
}
.single-product.product_cat_royal-london article.product #product-summary .resellers-link {
  color: #C7A465;
}
.single-product.product_cat_royal-london article.product #product-summary .estimate-delivery {
  background-color: rgba(52, 9, 66, 0.05);
}
.single-product.product_cat_royal-london article.product #product-summary .estimate-delivery h4 {
  color: #340942;
}
.single-product.product_cat_royal-london article.product #product-summary .more-links-wrapper {
  position: relative;
  border-color: rgba(52, 9, 66, 0.05);
}
.single-product.product_cat_royal-london article.product #product-summary .more-links-wrapper:after {
  background-color: rgba(52, 9, 66, 0.05);
}
.single-product.product_cat_royal-london article.product #product-summary .more-links-wrapper .share-bar__button i {
  color: #C7A465;
}
.single-product.product_cat_royal-london article.product #product-summary .more-links-wrapper .share-bar__button:hover, .single-product.product_cat_royal-london article.product #product-summary .more-links-wrapper .share-bar__button:active, .single-product.product_cat_royal-london article.product #product-summary .more-links-wrapper .share-bar__button:focus {
  color: #C7A465;
}
.single-product.product_cat_royal-london article.product #product-summary .more-links-wrapper .add_to_wishlist i {
  color: #C7A465;
}
.single-product.product_cat_royal-london article.product #product-summary .more-links-wrapper .add_to_wishlist:hover, .single-product.product_cat_royal-london article.product #product-summary .more-links-wrapper .add_to_wishlist:active, .single-product.product_cat_royal-london article.product #product-summary .more-links-wrapper .add_to_wishlist:focus {
  color: #C7A465;
}
.single-product.product_cat_royal-london article.product #product-related {
  background-color: rgba(52, 9, 66, 0.1);
}
.single-product.product_cat_royal-london article.product #product-related h2 {
  color: #340942;
}
.single-product.product_cat_royal-london article.product #product-related h2:after {
  background-color: #340942;
}
.single-product.product_cat_royal-london article.product #product-infos #custom-product-desc .woocommerce-product-attributes-item .attr-title {
  color: #340942;
}
.single-product.product_cat_royal-london article.product #product-infos .wc-tabs-wrapper ul.tabs {
  border-bottom: solid 1px rgba(52, 9, 66, 0.1);
}
.single-product.product_cat_royal-london article.product #product-infos .wc-tabs-wrapper ul.tabs li.active a {
  color: #340942;
}
.single-product.product_cat_royal-london article.product #product-infos .wc-tabs-wrapper ul.tabs li.active a:after {
  background-color: #340942;
}
.single-product.product_cat_royal-london article.product #product-infos .attributes-wrapper .attribute-item__label {
  color: #340942;
}
.single-product.product_cat_royal-london article.product #product-upsell h2:after {
  background-color: #340942;
}
.single-product.product_cat_royal-london article.product #other-tags h2 {
  color: #340942;
}
.single-product.product_cat_royal-london article.product #other-tags h2:after {
  background-color: #340942;
}
.single-product.product_cat_royal-london article.product #other-tags ul.cat-tags li a {
  color: #C7A465;
}

.single-product article.product #product-summary {
  padding: 40px 0px 40px 0px;
}
.single-product article.product #product-summary #product-page-breadcrumb {
  padding: 0px 0px 40px 0px;
}
.single-product article.product #product-summary #product-page-breadcrumb .woocommerce-breadcrumb {
  color: #808285;
  font-size: 14px;
}
.single-product article.product #product-summary #product-page-breadcrumb .woocommerce-breadcrumb span {
  font-weight: 700;
}
.single-product article.product #product-summary .product-pictures {
  display: flex;
  justify-content: flex-start;
}
@media only screen and (max-width: 1024px) {
  .single-product article.product #product-summary .product-pictures {
    margin-bottom: 2rem;
  }
}
.single-product article.product #product-summary .product-pictures ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.single-product article.product #product-summary .product-pictures .product-pictures__slider-navigation {
  width: 80px;
  margin-right: 20px;
  padding: 30px 0;
  box-sizing: content-box;
}
@media only screen and (max-width: 1024px) {
  .single-product article.product #product-summary .product-pictures .product-pictures__slider-navigation {
    margin-right: 10px;
    width: 60px;
  }
}
.single-product article.product #product-summary .product-pictures .product-pictures__slider-navigation li {
  padding: 10px;
  margin: 0;
  width: 80px;
  height: 80px !important;
  box-sizing: border-box;
  cursor: pointer;
}
@media only screen and (max-width: 1024px) {
  .single-product article.product #product-summary .product-pictures .product-pictures__slider-navigation li {
    width: 60px;
    height: 60px !important;
    padding: 5px;
  }
}
.single-product article.product #product-summary .product-pictures .product-pictures__slider-navigation li.swiper-slide-thumb-active {
  border: solid 1px #D09D63;
}
.single-product article.product #product-summary .product-pictures .product-pictures__slider-navigation li img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.single-product article.product #product-summary .product-pictures .product-pictures__slider-navigation .swiper-button-next,
.single-product article.product #product-summary .product-pictures .product-pictures__slider-navigation .swiper-button-prev {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  font-size: 1.5rem;
  color: #D09D63;
  z-index: 10;
  cursor: pointer;
}
.single-product article.product #product-summary .product-pictures .product-pictures__slider-navigation .swiper-button-next.swiper-button-disabled,
.single-product article.product #product-summary .product-pictures .product-pictures__slider-navigation .swiper-button-prev.swiper-button-disabled {
  display: none;
}
.single-product article.product #product-summary .product-pictures .product-pictures__slider-navigation .swiper-button-next {
  top: 0;
}
.single-product article.product #product-summary .product-pictures .product-pictures__slider-navigation .swiper-button-prev {
  bottom: 0;
}
.single-product article.product #product-summary .product-pictures .product-pictures__slider {
  width: calc(100% - 100px);
  max-height: 650px;
  padding: 20px;
  border: solid 1px rgba(152, 152, 152, 0.3);
}
@media only screen and (max-width: 1024px) {
  .single-product article.product #product-summary .product-pictures .product-pictures__slider {
    width: calc(100% - 70px);
  }
}
.single-product article.product #product-summary .product-pictures .product-pictures__slider figure {
  display: block;
  width: 100%;
  height: 100%;
}
.single-product article.product #product-summary .product-pictures .product-pictures__slider img.marketing_image {
  position: absolute;
  display: block;
  z-index: 999;
  max-width: 120px;
  top: -9px;
  left: -9px;
  height: auto;
}
.single-product article.product #product-summary .product-pictures .product-pictures__slider img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.single-product article.product #product-summary .product-pictures .product-pictures__slider .swiper-button-next,
.single-product article.product #product-summary .product-pictures .product-pictures__slider .swiper-button-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.5rem;
  color: #D09D63;
  z-index: 10;
  cursor: pointer;
}
.single-product article.product #product-summary .product-pictures .product-pictures__slider .swiper-button-next.swiper-button-disabled,
.single-product article.product #product-summary .product-pictures .product-pictures__slider .swiper-button-prev.swiper-button-disabled {
  display: none;
}
.single-product article.product #product-summary .product-pictures .product-pictures__slider .swiper-button-next {
  right: 10px;
}
.single-product article.product #product-summary .product-pictures .product-pictures__slider .swiper-button-prev {
  left: 10px;
}
.single-product article.product #product-summary .smaller {
  font-size: 0.75rem;
  color: #989898;
  margin-bottom: 0;
}
.single-product article.product #product-summary .smaller.sku {
  margin: 20px 0;
}
.single-product article.product #product-summary .product_title {
  color: #D09D63;
  padding-bottom: 1rem;
  font-weight: 400;
}
.single-product article.product #product-summary .more-details {
  display: block;
  color: #D09D63;
  padding: 1.25rem 0;
  border-top: solid 1px rgba(208, 157, 99, 0.2);
  border-bottom: solid 1px rgba(208, 157, 99, 0.2);
  margin-bottom: 20px;
  text-transform: uppercase;
  font-weight: 700;
}
.single-product article.product #product-summary .more-details svg {
  margin-left: 1rem;
  fill: currentColor;
  transition: all ease-in-out 0.3s;
}
.single-product article.product #product-summary .more-details:hover svg, .single-product article.product #product-summary .more-details:active svg, .single-product article.product #product-summary .more-details:focus svg {
  margin-left: 1.5rem;
}
.single-product article.product #product-summary .price {
  text-transform: uppercase;
  font-size: 1.5rem;
}
.single-product article.product #product-summary .price .price-from {
  font-size: 0.65em;
}
.single-product article.product #product-summary .price ins {
  text-decoration: none;
}
.single-product article.product #product-summary .price .woocommerce-price-suffix {
  font-size: 0.65em;
}
.single-product article.product #product-summary .variations_form table.variations tbody {
  border: 0;
  background-color: transparent;
}
.single-product article.product #product-summary .variations_form table.variations tr {
  background-color: transparent;
  display: block;
  margin-bottom: 1rem;
}
.single-product article.product #product-summary .variations_form table.variations tr td {
  display: block;
  padding: 0;
}
.single-product article.product #product-summary .variations_form table.variations tr td.label {
  background-color: transparent;
  text-transform: uppercase;
}
.single-product article.product #product-summary .variations_form table.variations tr td.value select {
  margin: 0;
}
.single-product article.product #product-summary .variations_form table.variations tr td.value select option {
  text-transform: none;
}
.single-product article.product #product-summary .variations_form table.variations .reset_variations {
  display: none;
  margin-top: 10px;
  font-size: 0.75rem;
  float: right;
}
.single-product article.product #product-summary .variations-list,
.single-product article.product #product-summary .models-list {
  display: grid;
  gap: 0 0;
  grid-auto-rows: -webkit-max-content;
  grid-auto-rows: max-content;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  margin-left: 0;
  margin-bottom: 1rem;
  padding: 0;
}
@media only screen and (max-width: 768px) {
  .single-product article.product #product-summary .variations-list,
.single-product article.product #product-summary .models-list {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.single-product article.product #product-summary .variations-list .variation-product,
.single-product article.product #product-summary .variations-list .models-product,
.single-product article.product #product-summary .models-list .variation-product,
.single-product article.product #product-summary .models-list .models-product {
  display: block;
}
.single-product article.product #product-summary .variations-list .variation-product label,
.single-product article.product #product-summary .variations-list .models-product label,
.single-product article.product #product-summary .models-list .variation-product label,
.single-product article.product #product-summary .models-list .models-product label {
  cursor: pointer;
}
.single-product article.product #product-summary .variations-list .variation-product input,
.single-product article.product #product-summary .variations-list .models-product input,
.single-product article.product #product-summary .models-list .variation-product input,
.single-product article.product #product-summary .models-list .models-product input {
  display: none;
}
.single-product article.product #product-summary .variations-list .variation-product input:checked + .variation-product__inner,
.single-product article.product #product-summary .variations-list .models-product input:checked + .variation-product__inner,
.single-product article.product #product-summary .models-list .variation-product input:checked + .variation-product__inner,
.single-product article.product #product-summary .models-list .models-product input:checked + .variation-product__inner {
  border-color: #D09D63;
}
.single-product article.product #product-summary .variations-list .variation-product.current .variation-product__inner,
.single-product article.product #product-summary .variations-list .variation-product.current .models-product__inner,
.single-product article.product #product-summary .variations-list .models-product.current .variation-product__inner,
.single-product article.product #product-summary .variations-list .models-product.current .models-product__inner,
.single-product article.product #product-summary .models-list .variation-product.current .variation-product__inner,
.single-product article.product #product-summary .models-list .variation-product.current .models-product__inner,
.single-product article.product #product-summary .models-list .models-product.current .variation-product__inner,
.single-product article.product #product-summary .models-list .models-product.current .models-product__inner {
  border-color: #D09D63;
}
.single-product article.product #product-summary .variations-list .variation-product__inner,
.single-product article.product #product-summary .variations-list .models-product__inner,
.single-product article.product #product-summary .models-list .variation-product__inner,
.single-product article.product #product-summary .models-list .models-product__inner {
  display: block;
  border: solid 1px transparent;
  padding: 10px;
  text-align: center;
  transition: all ease-in-out 0.3s;
}
.single-product article.product #product-summary .variations-list .variation-product__thumbnail,
.single-product article.product #product-summary .variations-list .models-product__thumbnail,
.single-product article.product #product-summary .models-list .variation-product__thumbnail,
.single-product article.product #product-summary .models-list .models-product__thumbnail {
  margin-bottom: 10px;
}
.single-product article.product #product-summary .variations-list .variation-product__thumbnail img,
.single-product article.product #product-summary .variations-list .models-product__thumbnail img,
.single-product article.product #product-summary .models-list .variation-product__thumbnail img,
.single-product article.product #product-summary .models-list .models-product__thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.single-product article.product #product-summary .variations-list .variation-product__title h6,
.single-product article.product #product-summary .variations-list .models-product__title h6,
.single-product article.product #product-summary .models-list .variation-product__title h6,
.single-product article.product #product-summary .models-list .models-product__title h6 {
  font-size: 12px;
  color: #1D2041;
  text-transform: uppercase;
}
.single-product article.product #product-summary .stock {
  display: none;
}
.single-product article.product #product-summary .quantity {
  display: flex;
  margin-bottom: 2rem;
}
.single-product article.product #product-summary .custom-description {
  margin-bottom: 15px;
}
.single-product article.product #product-summary .custom-description p {
  margin: 0;
}
.single-product article.product #product-summary .single_add_to_cart_button {
  color: #D09D63;
  border-color: currentColor;
}
@media only screen and (max-width: 768px) {
  .single-product article.product #product-summary .single_add_to_cart_button {
    margin-right: 0;
    margin-bottom: 1rem;
  }
}
.single-product article.product #product-summary .single_add_to_cart_button:hover:enabled, .single-product article.product #product-summary .single_add_to_cart_button:active:enabled, .single-product article.product #product-summary .single_add_to_cart_button:focus:enabled, .single-product article.product #product-summary .single_add_to_cart_button:hover:not(.disabeld), .single-product article.product #product-summary .single_add_to_cart_button:active:not(.disabeld), .single-product article.product #product-summary .single_add_to_cart_button:focus:not(.disabeld) {
  background-color: #D09D63;
  color: white;
}
.single-product article.product #product-summary .resellers-link {
  color: #D09D63;
  display: inline-block;
}
@media only screen and (min-width: 1261px) {
  .single-product article.product #product-summary .resellers-link {
    margin-left: 1.5rem;
  }
}
.single-product article.product #product-summary .resellers-link:after {
  width: 100%;
}
.single-product article.product #product-summary .go-to-variations-form {
  padding-right: 10px;
}
.single-product article.product #product-summary .estimate-delivery {
  text-align: center;
  background-color: rgba(208, 157, 99, 0.2);
  padding: 2rem;
  margin-top: 2rem;
}
.single-product article.product #product-summary .estimate-delivery--variable {
  display: none;
}
.single-product article.product #product-summary .estimate-delivery.active {
  display: block;
}
.single-product article.product #product-summary .estimate-delivery .delivery-title {
  position: relative;
  padding-bottom: 1rem;
}
.single-product article.product #product-summary .estimate-delivery .delivery-title:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 95px;
  height: 2px;
  background-color: currentColor;
}
.single-product article.product #product-summary .more-links-wrapper {
  display: flex;
  justify-content: flex-start;
  position: relative;
  border-bottom: solid 1px rgba(208, 157, 99, 0.2);
  margin-top: 1rem;
}
@media only screen and (max-width: 768px) {
  .single-product article.product #product-summary .more-links-wrapper {
    display: block;
  }
}
.single-product article.product #product-summary .more-links-wrapper:after {
  content: "";
  position: absolute;
  left: calc(50% - 0.5px);
  top: calc(50% - 10px);
  display: block;
  width: 1px;
  height: 20px;
  background-color: rgba(208, 157, 99, 0.2);
}
@media only screen and (max-width: 768px) {
  .single-product article.product #product-summary .more-links-wrapper:after {
    display: none;
  }
}
.single-product article.product #product-summary .more-links-wrapper .yith-wcwl-add-to-wishlist {
  flex-basis: 50%;
  margin-top: 0;
}
.single-product article.product #product-summary .more-links-wrapper .yith-wcwl-add-to-wishlist a {
  text-align: center;
  padding: 1rem;
}
.single-product article.product #product-summary .more-links-wrapper .share-bar {
  flex-basis: 50%;
  display: block;
}
.single-product article.product #product-summary .more-links-wrapper .share-bar__button {
  text-align: center;
  padding: 1rem;
  width: 100%;
  color: #989898;
}
.single-product article.product #product-summary .more-links-wrapper .share-bar__button i {
  color: #D09D63;
}
.single-product article.product #product-summary .more-links-wrapper .share-bar__button:hover, .single-product article.product #product-summary .more-links-wrapper .share-bar__button:active, .single-product article.product #product-summary .more-links-wrapper .share-bar__button:focus {
  color: #D09D63;
}
.single-product article.product #product-summary .add_to_wishlist {
  color: #989898;
}
.single-product article.product #product-summary .add_to_wishlist i {
  color: #D09D63;
}
.single-product article.product #product-summary .add_to_wishlist .fa.fa-heart-o:before {
  content: "\EAD6";
}
.single-product article.product #product-summary .add_to_wishlist:hover, .single-product article.product #product-summary .add_to_wishlist:active, .single-product article.product #product-summary .add_to_wishlist:focus {
  color: #D09D63;
}
.single-product article.product #product-summary .custom_short_description {
  margin-bottom: 1rem;
}
.single-product article.product #product-summary .custom_short_description p {
  margin-bottom: 0;
  font-size: 14px;
}
.single-product article.product #tab-custom_desc .product-desc-conditioning {
  display: none;
}
.single-product article.product #tab-custom_desc p:first-child {
  display: none;
}
.single-product article.product #product-related {
  padding: 40px 0;
  background-color: rgba(208, 157, 99, 0.1);
}
.single-product article.product #product-related h2 {
  margin-bottom: 40px;
}
.single-product article.product #product-related li.product img.marketing_image {
  position: absolute;
  display: block;
  z-index: 1;
  max-width: 120px;
  top: -9px;
  left: -9px;
}
@media only screen and (max-width: 768px) {
  .single-product article.product #product-related .product__thumbnails {
    height: 250px;
  }
}
.single-product article.product #product-infos {
  padding: 40px 0;
}
.single-product article.product #product-infos #custom-product-desc {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media only screen and (max-width: 639px) {
  .single-product article.product #product-infos #custom-product-desc {
    grid-template-columns: 1fr;
  }
}
.single-product article.product #product-infos #custom-product-desc .woocommerce-product-attributes-item {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.single-product article.product #product-infos #custom-product-desc .woocommerce-product-attributes-item .attr-title {
  color: #333333;
  text-transform: uppercase;
  font-weight: 700;
}
.single-product article.product #product-infos #custom-product-desc .woocommerce-product-attributes-item p::first-letter {
  text-transform: uppercase;
}
.single-product article.product #product-infos .wc-tabs-wrapper .tabs-notice {
  padding: 1rem;
  background-color: rgba(152, 152, 152, 0.1);
}
.single-product article.product #product-infos .wc-tabs-wrapper ul.tabs {
  display: flex;
  justify-content: flex-start;
  border: 0;
  border-bottom: solid 1px rgba(208, 157, 99, 0.1);
  padding: 0 calc(100% / 12);
}
.single-product article.product #product-infos .wc-tabs-wrapper ul.tabs li a {
  position: relative;
}
@media only screen and (max-width: 768px) {
  .single-product article.product #product-infos .wc-tabs-wrapper ul.tabs li a {
    padding: 0.5rem;
    font-size: 0.75rem;
  }
}
.single-product article.product #product-infos .wc-tabs-wrapper ul.tabs li.active a:after {
  content: "";
  height: 2px;
  width: 95px;
  background-color: #D09D63;
  display: block;
  position: absolute;
  left: calc(50% - (95px / 2));
  bottom: -1px;
}
.single-product article.product #product-infos .wc-tabs-wrapper .panel .woocommerce-product-attributes {
  margin-top: 1rem;
}
.single-product article.product #product-infos .wc-tabs-wrapper .panel .woocommerce-product-attributes .woocommerce-product-attributes-item .woocommerce-product-attributes-item__value p {
  margin-bottom: 0.5rem;
}
.single-product article.product #product-infos .wc-tabs-wrapper .panel .woocommerce-product-attributes .woocommerce-product-attributes-item .woocommerce-product-attributes-item__value p::first-letter {
  text-transform: uppercase;
}
.single-product article.product #product-infos .attributes-wrapper {
  display: none;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.single-product article.product #product-infos .attributes-wrapper.active {
  display: flex;
}
.single-product article.product #product-infos .attributes-wrapper .attribute-item {
  flex-basis: 50%;
  display: flex;
  padding: 0.5rem 0;
}
.single-product article.product #product-infos .attributes-wrapper .attribute-item:nth-child(odd) {
  padding-right: 2rem;
  border-right: solid 1px rgba(152, 152, 152, 0.3);
}
.single-product article.product #product-infos .attributes-wrapper .attribute-item:nth-child(even) {
  padding-left: 2rem;
}
.single-product article.product #product-infos .attributes-wrapper .attribute-item__label {
  flex-basis: 50%;
  text-transform: uppercase;
  color: #D09D63;
}
.single-product article.product #product-infos .attributes-wrapper .attribute-item__value {
  flex-basis: 50%;
  color: #5C5D64;
}
.single-product article.product #other-tags {
  padding: 40px 0;
}
.single-product article.product #other-tags h2 {
  margin-bottom: 40px;
}
.single-product article.product #other-tags ul.cat-tags {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.single-product article.product #other-tags ul.cat-tags li a {
  display: inline-block;
  padding: 6px 10px;
  text-transform: uppercase;
  border: solid 1px currentColor;
  background-color: rgba(255, 255, 255, 0.2);
  color: #D09D63;
  font-size: 0.75rem;
  text-transform: uppercase;
  text-align: center;
  margin-right: 10px;
  margin-bottom: 10px;
  border-radius: 2px;
}
.single-product article.product #other-tags ul.cat-tags li a:hover, .single-product article.product #other-tags ul.cat-tags li a:active, .single-product article.product #other-tags ul.cat-tags li a:focus {
  border-color: #D09D63;
}
@media only screen and (max-width: 768px) {
  .single-product article.product .woocommerce-variation-add-to-cart {
    display: flex;
    flex-direction: column;
  }
}

#thankyou {
  padding: 3rem 0;
}
#thankyou .woocommerce-order .order-review-wrapper {
  background-color: rgba(212, 213, 228, 0.2);
  max-width: 400px;
  margin: 0 auto;
  padding: 2rem;
  margin-bottom: 3rem;
}
#thankyou .woocommerce-order .order-review-wrapper h1 {
  text-align: center;
}
#thankyou .woocommerce-order .order-review-wrapper ul {
  list-style: none;
  margin: 0;
}
#thankyou .woocommerce-order .woocommerce-order-details {
  margin-bottom: 2rem;
}
#thankyou .woocommerce-order .woocommerce-order-details h2 {
  font-size: 18px;
  font-size: 1.125rem;
}
#thankyou .woocommerce-order .woocommerce-customer-details h2 {
  font-size: 18px;
  font-size: 1.125rem;
}
#thankyou .woocommerce-order .woocommerce-customer-details .woocommerce-columns--2 {
  display: flex;
}
@media only screen and (max-width: 1024px) {
  #thankyou .woocommerce-order .woocommerce-customer-details .woocommerce-columns--2 {
    display: block;
  }
}
#thankyou .woocommerce-order .woocommerce-customer-details .woocommerce-columns--2 .woocommerce-column {
  flex-basis: 50%;
}
@media only screen and (max-width: 1024px) {
  #thankyou .woocommerce-order .woocommerce-customer-details .woocommerce-columns--2 .woocommerce-column {
    padding: 0;
  }
}
#thankyou .woocommerce-order .shipped_via {
  display: none;
}
#thankyou h2, #thankyou h3 {
  color: #D09D63;
  text-transform: initial;
  font-size: 18px;
  font-size: 1.125rem;
}
#thankyou .order-accepted {
  margin-bottom: 30px;
}
#thankyou .woocommerce-customer-details {
  margin-bottom: 30px;
}
#thankyou .woocommerce-customer-details address {
  font-style: normal;
  border: solid 1px #e5e5e5;
  padding: 15px;
}
#thankyou .woocommerce-customer-details address p {
  margin-bottom: 0;
}
#thankyou .woocommerce-order-details thead tr {
  background: #D09D63;
  color: white;
}
#thankyou .woocommerce-order-details thead tr th {
  border: solid 1px #9D9D9C;
  border-left: 0;
  border-top: 0;
}
#thankyou .woocommerce-order-details thead tr th:last-child {
  border-right: 0;
}
#thankyou .woocommerce-order-details thead td {
  color: #fff;
  border: solid 1px #9D9D9C;
  border-left: 0;
  border-top: 0;
}
#thankyou .woocommerce-order-details thead td:last-child {
  border-right: 0;
}
#thankyou .woocommerce-order-details tbody td {
  border: solid 1px #9D9D9C;
  border-left: 0;
  border-top: 0;
}
#thankyou .woocommerce-order-details tfoot {
  color: #5C5D64;
  background: transparent;
}
#thankyou .woocommerce-order-details tfoot td {
  font-weight: initial;
}

.woocommerce-info,
.woocommerce-message,
.woocommerce-error {
  margin: 1rem 0;
  padding: 1rem 2rem;
  border-radius: 2px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.woocommerce-info[data-flexible_shipping_free_shipping_notice],
.woocommerce-message[data-flexible_shipping_free_shipping_notice],
.woocommerce-error[data-flexible_shipping_free_shipping_notice] {
  display: block;
  text-align: center;
}
.woocommerce-info[data-flexible_shipping_free_shipping_notice] .amount,
.woocommerce-message[data-flexible_shipping_free_shipping_notice] .amount,
.woocommerce-error[data-flexible_shipping_free_shipping_notice] .amount {
  font-weight: 700;
}
.woocommerce-info ul,
.woocommerce-message ul,
.woocommerce-error ul {
  margin-bottom: 0;
}

.woocommerce-info,
.woocommerce-message {
  background-color: rgba(212, 213, 228, 0.2);
}

.woocommerce-error {
  background-color: rgba(212, 213, 228, 0.2);
}

.woocommerce-NoticeGroup {
  max-width: calc(1260px - 30px);
  margin: 0 auto 1rem;
}
.woocommerce-NoticeGroup .woocommerce-info,
.woocommerce-NoticeGroup .woocommerce-message,
.woocommerce-NoticeGroup .woocommerce-error {
  display: block;
}

ul.wishlist_view.responsive.mobile .mobile-wishlist-buttons {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
ul.wishlist_view.responsive.mobile .mobile-wishlist-remove {
  color: red;
}

.wishlist_view .item-details-table .label {
  min-width: 40%;
  width: 100% !important;
}