/* ------------------------------------------------------------ *\
    Vendor
\* ------------------------------------------------------------ */
/**
 * BULMA OVERRIDES
 */
/* Bulma Utilities */
.button, .input, .textarea, .select select, .file-cta,
.file-name {
  -moz-appearance: none;
  -webkit-appearance: none;
  align-items: center;
  border: 1px solid transparent;
  border-radius: 0;
  box-shadow: none;
  display: inline-flex;
  font-size: 1rem;
  height: 2.5em;
  justify-content: flex-start;
  line-height: 1.5;
  padding-bottom: calc(0.5em - 1px);
  padding-left: calc(0.75em - 1px);
  padding-right: calc(0.75em - 1px);
  padding-top: calc(0.5em - 1px);
  position: relative;
  vertical-align: top; }
  .button:focus, .input:focus, .textarea:focus, .select select:focus, .file-cta:focus,
  .file-name:focus, .is-focused.button, .is-focused.input, .is-focused.textarea, .select select.is-focused, .is-focused.file-cta,
  .is-focused.file-name, .button:active, .input:active, .textarea:active, .select select:active, .file-cta:active,
  .file-name:active, .is-active.button, .is-active.input, .is-active.textarea, .select select.is-active, .is-active.file-cta,
  .is-active.file-name {
    outline: none; }
  .button[disabled], .input[disabled], .textarea[disabled], .select select[disabled], .file-cta[disabled],
  .file-name[disabled],
  fieldset[disabled] .button,
  fieldset[disabled] .input,
  fieldset[disabled] .textarea,
  fieldset[disabled] .select select,
  .select fieldset[disabled] select,
  fieldset[disabled] .file-cta,
  fieldset[disabled] .file-name {
    cursor: not-allowed; }

.button, .file {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.navbar-link:not(.is-arrowless)::after, .select:not(.is-multiple):not(.is-loading)::after {
  border: 3px solid transparent;
  border-radius: 2px;
  border-right: 0;
  border-top: 0;
  content: " ";
  display: block;
  height: 0.625em;
  margin-top: -0.4375em;
  pointer-events: none;
  position: absolute;
  top: 50%;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transform-origin: center;
          transform-origin: center;
  width: 0.625em; }

.level:not(:last-child), .content:not(:last-child), .title:not(:last-child),
.subtitle:not(:last-child) {
  margin-bottom: 1.5rem; }

.button.is-loading::after, .select.is-loading::after, .control.is-loading::after {
  -webkit-animation: spinAround 500ms infinite linear;
          animation: spinAround 500ms infinite linear;
  border: 2px solid #dbdbdb;
  border-radius: 9999px;
  border-right-color: transparent;
  border-top-color: transparent;
  content: "";
  display: block;
  height: 1em;
  position: relative;
  width: 1em; }

.navbar-burger {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background: none;
  border: none;
  color: currentColor;
  font-family: inherit;
  font-size: 1em;
  margin: 0;
  padding: 0; }

/* Bulma Base */
/*! minireset.css v0.0.6 | MIT License | github.com/jgthms/minireset.css */
html,
body,
p,
ol,
ul,
li,
dl,
dt,
dd,
blockquote,
figure,
fieldset,
legend,
textarea,
pre,
iframe,
hr,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal; }

ul {
  list-style: none; }

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

html {
  box-sizing: border-box; }

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

img,
video {
  height: auto;
  max-width: 100%; }

iframe {
  border: 0; }

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

td,
th {
  padding: 0; }
  td:not([align]),
  th:not([align]) {
    text-align: inherit; }

html {
  background-color: white;
  font-size: 16px;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  min-width: 300px;
  overflow-x: hidden;
  overflow-y: scroll;
  text-rendering: optimizeLegibility;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%; }

article,
aside,
figure,
footer,
header,
hgroup,
section {
  display: block; }

body,
button,
input,
optgroup,
select,
textarea {
  font-family: BlinkMacSystemFont, -apple-system, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif; }

code,
pre {
  -moz-osx-font-smoothing: auto;
  -webkit-font-smoothing: auto;
  font-family: monospace; }

body {
  color: #4a4a4a;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.5; }

a {
  color: #366fff;
  cursor: pointer;
  text-decoration: none; }
  a strong {
    color: currentColor; }
  a:hover {
    color: #363636; }

code {
  background-color: whitesmoke;
  color: #da1039;
  font-size: 0.875em;
  font-weight: normal;
  padding: 0.25em 0.5em 0.25em; }

hr {
  background-color: whitesmoke;
  border: none;
  display: block;
  height: 2px;
  margin: 1.5rem 0; }

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

input[type="checkbox"],
input[type="radio"] {
  vertical-align: baseline; }

small {
  font-size: 0.875em; }

span {
  font-style: inherit;
  font-weight: inherit; }

strong {
  color: #363636;
  font-weight: 700; }

fieldset {
  border: none; }

pre {
  -webkit-overflow-scrolling: touch;
  background-color: whitesmoke;
  color: #4a4a4a;
  font-size: 0.875em;
  overflow-x: auto;
  padding: 1.25rem 1.5rem;
  white-space: pre;
  word-wrap: normal; }
  pre code {
    background-color: transparent;
    color: currentColor;
    font-size: 1em;
    padding: 0; }

table td,
table th {
  vertical-align: top; }
  table td:not([align]),
  table th:not([align]) {
    text-align: inherit; }

table th {
  color: #363636; }

@-webkit-keyframes spinAround {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg); } }

@keyframes spinAround {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg); } }

/* Bulma Grid */
.column {
  display: block;
  flex-basis: 0;
  flex-grow: 1;
  flex-shrink: 1;
  padding: 0.75rem; }
  .columns.is-mobile > .column.is-narrow {
    flex: none;
    width: unset; }
  .columns.is-mobile > .column.is-full {
    flex: none;
    width: 100%; }
  .columns.is-mobile > .column.is-three-quarters {
    flex: none;
    width: 75%; }
  .columns.is-mobile > .column.is-two-thirds {
    flex: none;
    width: 66.6666%; }
  .columns.is-mobile > .column.is-half {
    flex: none;
    width: 50%; }
  .columns.is-mobile > .column.is-one-third {
    flex: none;
    width: 33.3333%; }
  .columns.is-mobile > .column.is-one-quarter {
    flex: none;
    width: 25%; }
  .columns.is-mobile > .column.is-one-fifth {
    flex: none;
    width: 20%; }
  .columns.is-mobile > .column.is-two-fifths {
    flex: none;
    width: 40%; }
  .columns.is-mobile > .column.is-three-fifths {
    flex: none;
    width: 60%; }
  .columns.is-mobile > .column.is-four-fifths {
    flex: none;
    width: 80%; }
  .columns.is-mobile > .column.is-offset-three-quarters {
    margin-left: 75%; }
  .columns.is-mobile > .column.is-offset-two-thirds {
    margin-left: 66.6666%; }
  .columns.is-mobile > .column.is-offset-half {
    margin-left: 50%; }
  .columns.is-mobile > .column.is-offset-one-third {
    margin-left: 33.3333%; }
  .columns.is-mobile > .column.is-offset-one-quarter {
    margin-left: 25%; }
  .columns.is-mobile > .column.is-offset-one-fifth {
    margin-left: 20%; }
  .columns.is-mobile > .column.is-offset-two-fifths {
    margin-left: 40%; }
  .columns.is-mobile > .column.is-offset-three-fifths {
    margin-left: 60%; }
  .columns.is-mobile > .column.is-offset-four-fifths {
    margin-left: 80%; }
  .columns.is-mobile > .column.is-0 {
    flex: none;
    width: 0%; }
  .columns.is-mobile > .column.is-offset-0 {
    margin-left: 0%; }
  .columns.is-mobile > .column.is-1 {
    flex: none;
    width: 8.33333%; }
  .columns.is-mobile > .column.is-offset-1 {
    margin-left: 8.33333%; }
  .columns.is-mobile > .column.is-2 {
    flex: none;
    width: 16.66667%; }
  .columns.is-mobile > .column.is-offset-2 {
    margin-left: 16.66667%; }
  .columns.is-mobile > .column.is-3 {
    flex: none;
    width: 25%; }
  .columns.is-mobile > .column.is-offset-3 {
    margin-left: 25%; }
  .columns.is-mobile > .column.is-4 {
    flex: none;
    width: 33.33333%; }
  .columns.is-mobile > .column.is-offset-4 {
    margin-left: 33.33333%; }
  .columns.is-mobile > .column.is-5 {
    flex: none;
    width: 41.66667%; }
  .columns.is-mobile > .column.is-offset-5 {
    margin-left: 41.66667%; }
  .columns.is-mobile > .column.is-6 {
    flex: none;
    width: 50%; }
  .columns.is-mobile > .column.is-offset-6 {
    margin-left: 50%; }
  .columns.is-mobile > .column.is-7 {
    flex: none;
    width: 58.33333%; }
  .columns.is-mobile > .column.is-offset-7 {
    margin-left: 58.33333%; }
  .columns.is-mobile > .column.is-8 {
    flex: none;
    width: 66.66667%; }
  .columns.is-mobile > .column.is-offset-8 {
    margin-left: 66.66667%; }
  .columns.is-mobile > .column.is-9 {
    flex: none;
    width: 75%; }
  .columns.is-mobile > .column.is-offset-9 {
    margin-left: 75%; }
  .columns.is-mobile > .column.is-10 {
    flex: none;
    width: 83.33333%; }
  .columns.is-mobile > .column.is-offset-10 {
    margin-left: 83.33333%; }
  .columns.is-mobile > .column.is-11 {
    flex: none;
    width: 91.66667%; }
  .columns.is-mobile > .column.is-offset-11 {
    margin-left: 91.66667%; }
  .columns.is-mobile > .column.is-12 {
    flex: none;
    width: 100%; }
  .columns.is-mobile > .column.is-offset-12 {
    margin-left: 100%; }
  @media screen and (max-width: 768px) {
    .column.is-narrow-mobile {
      flex: none;
      width: unset; }
    .column.is-full-mobile {
      flex: none;
      width: 100%; }
    .column.is-three-quarters-mobile {
      flex: none;
      width: 75%; }
    .column.is-two-thirds-mobile {
      flex: none;
      width: 66.6666%; }
    .column.is-half-mobile {
      flex: none;
      width: 50%; }
    .column.is-one-third-mobile {
      flex: none;
      width: 33.3333%; }
    .column.is-one-quarter-mobile {
      flex: none;
      width: 25%; }
    .column.is-one-fifth-mobile {
      flex: none;
      width: 20%; }
    .column.is-two-fifths-mobile {
      flex: none;
      width: 40%; }
    .column.is-three-fifths-mobile {
      flex: none;
      width: 60%; }
    .column.is-four-fifths-mobile {
      flex: none;
      width: 80%; }
    .column.is-offset-three-quarters-mobile {
      margin-left: 75%; }
    .column.is-offset-two-thirds-mobile {
      margin-left: 66.6666%; }
    .column.is-offset-half-mobile {
      margin-left: 50%; }
    .column.is-offset-one-third-mobile {
      margin-left: 33.3333%; }
    .column.is-offset-one-quarter-mobile {
      margin-left: 25%; }
    .column.is-offset-one-fifth-mobile {
      margin-left: 20%; }
    .column.is-offset-two-fifths-mobile {
      margin-left: 40%; }
    .column.is-offset-three-fifths-mobile {
      margin-left: 60%; }
    .column.is-offset-four-fifths-mobile {
      margin-left: 80%; }
    .column.is-0-mobile {
      flex: none;
      width: 0%; }
    .column.is-offset-0-mobile {
      margin-left: 0%; }
    .column.is-1-mobile {
      flex: none;
      width: 8.33333%; }
    .column.is-offset-1-mobile {
      margin-left: 8.33333%; }
    .column.is-2-mobile {
      flex: none;
      width: 16.66667%; }
    .column.is-offset-2-mobile {
      margin-left: 16.66667%; }
    .column.is-3-mobile {
      flex: none;
      width: 25%; }
    .column.is-offset-3-mobile {
      margin-left: 25%; }
    .column.is-4-mobile {
      flex: none;
      width: 33.33333%; }
    .column.is-offset-4-mobile {
      margin-left: 33.33333%; }
    .column.is-5-mobile {
      flex: none;
      width: 41.66667%; }
    .column.is-offset-5-mobile {
      margin-left: 41.66667%; }
    .column.is-6-mobile {
      flex: none;
      width: 50%; }
    .column.is-offset-6-mobile {
      margin-left: 50%; }
    .column.is-7-mobile {
      flex: none;
      width: 58.33333%; }
    .column.is-offset-7-mobile {
      margin-left: 58.33333%; }
    .column.is-8-mobile {
      flex: none;
      width: 66.66667%; }
    .column.is-offset-8-mobile {
      margin-left: 66.66667%; }
    .column.is-9-mobile {
      flex: none;
      width: 75%; }
    .column.is-offset-9-mobile {
      margin-left: 75%; }
    .column.is-10-mobile {
      flex: none;
      width: 83.33333%; }
    .column.is-offset-10-mobile {
      margin-left: 83.33333%; }
    .column.is-11-mobile {
      flex: none;
      width: 91.66667%; }
    .column.is-offset-11-mobile {
      margin-left: 91.66667%; }
    .column.is-12-mobile {
      flex: none;
      width: 100%; }
    .column.is-offset-12-mobile {
      margin-left: 100%; } }
  @media screen and (min-width: 769px), print {
    .column.is-narrow, .column.is-narrow-tablet {
      flex: none;
      width: unset; }
    .column.is-full, .column.is-full-tablet {
      flex: none;
      width: 100%; }
    .column.is-three-quarters, .column.is-three-quarters-tablet {
      flex: none;
      width: 75%; }
    .column.is-two-thirds, .column.is-two-thirds-tablet {
      flex: none;
      width: 66.6666%; }
    .column.is-half, .column.is-half-tablet {
      flex: none;
      width: 50%; }
    .column.is-one-third, .column.is-one-third-tablet {
      flex: none;
      width: 33.3333%; }
    .column.is-one-quarter, .column.is-one-quarter-tablet {
      flex: none;
      width: 25%; }
    .column.is-one-fifth, .column.is-one-fifth-tablet {
      flex: none;
      width: 20%; }
    .column.is-two-fifths, .column.is-two-fifths-tablet {
      flex: none;
      width: 40%; }
    .column.is-three-fifths, .column.is-three-fifths-tablet {
      flex: none;
      width: 60%; }
    .column.is-four-fifths, .column.is-four-fifths-tablet {
      flex: none;
      width: 80%; }
    .column.is-offset-three-quarters, .column.is-offset-three-quarters-tablet {
      margin-left: 75%; }
    .column.is-offset-two-thirds, .column.is-offset-two-thirds-tablet {
      margin-left: 66.6666%; }
    .column.is-offset-half, .column.is-offset-half-tablet {
      margin-left: 50%; }
    .column.is-offset-one-third, .column.is-offset-one-third-tablet {
      margin-left: 33.3333%; }
    .column.is-offset-one-quarter, .column.is-offset-one-quarter-tablet {
      margin-left: 25%; }
    .column.is-offset-one-fifth, .column.is-offset-one-fifth-tablet {
      margin-left: 20%; }
    .column.is-offset-two-fifths, .column.is-offset-two-fifths-tablet {
      margin-left: 40%; }
    .column.is-offset-three-fifths, .column.is-offset-three-fifths-tablet {
      margin-left: 60%; }
    .column.is-offset-four-fifths, .column.is-offset-four-fifths-tablet {
      margin-left: 80%; }
    .column.is-0, .column.is-0-tablet {
      flex: none;
      width: 0%; }
    .column.is-offset-0, .column.is-offset-0-tablet {
      margin-left: 0%; }
    .column.is-1, .column.is-1-tablet {
      flex: none;
      width: 8.33333%; }
    .column.is-offset-1, .column.is-offset-1-tablet {
      margin-left: 8.33333%; }
    .column.is-2, .column.is-2-tablet {
      flex: none;
      width: 16.66667%; }
    .column.is-offset-2, .column.is-offset-2-tablet {
      margin-left: 16.66667%; }
    .column.is-3, .column.is-3-tablet {
      flex: none;
      width: 25%; }
    .column.is-offset-3, .column.is-offset-3-tablet {
      margin-left: 25%; }
    .column.is-4, .column.is-4-tablet {
      flex: none;
      width: 33.33333%; }
    .column.is-offset-4, .column.is-offset-4-tablet {
      margin-left: 33.33333%; }
    .column.is-5, .column.is-5-tablet {
      flex: none;
      width: 41.66667%; }
    .column.is-offset-5, .column.is-offset-5-tablet {
      margin-left: 41.66667%; }
    .column.is-6, .column.is-6-tablet {
      flex: none;
      width: 50%; }
    .column.is-offset-6, .column.is-offset-6-tablet {
      margin-left: 50%; }
    .column.is-7, .column.is-7-tablet {
      flex: none;
      width: 58.33333%; }
    .column.is-offset-7, .column.is-offset-7-tablet {
      margin-left: 58.33333%; }
    .column.is-8, .column.is-8-tablet {
      flex: none;
      width: 66.66667%; }
    .column.is-offset-8, .column.is-offset-8-tablet {
      margin-left: 66.66667%; }
    .column.is-9, .column.is-9-tablet {
      flex: none;
      width: 75%; }
    .column.is-offset-9, .column.is-offset-9-tablet {
      margin-left: 75%; }
    .column.is-10, .column.is-10-tablet {
      flex: none;
      width: 83.33333%; }
    .column.is-offset-10, .column.is-offset-10-tablet {
      margin-left: 83.33333%; }
    .column.is-11, .column.is-11-tablet {
      flex: none;
      width: 91.66667%; }
    .column.is-offset-11, .column.is-offset-11-tablet {
      margin-left: 91.66667%; }
    .column.is-12, .column.is-12-tablet {
      flex: none;
      width: 100%; }
    .column.is-offset-12, .column.is-offset-12-tablet {
      margin-left: 100%; } }
  @media screen and (max-width: 1023px) {
    .column.is-narrow-touch {
      flex: none;
      width: unset; }
    .column.is-full-touch {
      flex: none;
      width: 100%; }
    .column.is-three-quarters-touch {
      flex: none;
      width: 75%; }
    .column.is-two-thirds-touch {
      flex: none;
      width: 66.6666%; }
    .column.is-half-touch {
      flex: none;
      width: 50%; }
    .column.is-one-third-touch {
      flex: none;
      width: 33.3333%; }
    .column.is-one-quarter-touch {
      flex: none;
      width: 25%; }
    .column.is-one-fifth-touch {
      flex: none;
      width: 20%; }
    .column.is-two-fifths-touch {
      flex: none;
      width: 40%; }
    .column.is-three-fifths-touch {
      flex: none;
      width: 60%; }
    .column.is-four-fifths-touch {
      flex: none;
      width: 80%; }
    .column.is-offset-three-quarters-touch {
      margin-left: 75%; }
    .column.is-offset-two-thirds-touch {
      margin-left: 66.6666%; }
    .column.is-offset-half-touch {
      margin-left: 50%; }
    .column.is-offset-one-third-touch {
      margin-left: 33.3333%; }
    .column.is-offset-one-quarter-touch {
      margin-left: 25%; }
    .column.is-offset-one-fifth-touch {
      margin-left: 20%; }
    .column.is-offset-two-fifths-touch {
      margin-left: 40%; }
    .column.is-offset-three-fifths-touch {
      margin-left: 60%; }
    .column.is-offset-four-fifths-touch {
      margin-left: 80%; }
    .column.is-0-touch {
      flex: none;
      width: 0%; }
    .column.is-offset-0-touch {
      margin-left: 0%; }
    .column.is-1-touch {
      flex: none;
      width: 8.33333%; }
    .column.is-offset-1-touch {
      margin-left: 8.33333%; }
    .column.is-2-touch {
      flex: none;
      width: 16.66667%; }
    .column.is-offset-2-touch {
      margin-left: 16.66667%; }
    .column.is-3-touch {
      flex: none;
      width: 25%; }
    .column.is-offset-3-touch {
      margin-left: 25%; }
    .column.is-4-touch {
      flex: none;
      width: 33.33333%; }
    .column.is-offset-4-touch {
      margin-left: 33.33333%; }
    .column.is-5-touch {
      flex: none;
      width: 41.66667%; }
    .column.is-offset-5-touch {
      margin-left: 41.66667%; }
    .column.is-6-touch {
      flex: none;
      width: 50%; }
    .column.is-offset-6-touch {
      margin-left: 50%; }
    .column.is-7-touch {
      flex: none;
      width: 58.33333%; }
    .column.is-offset-7-touch {
      margin-left: 58.33333%; }
    .column.is-8-touch {
      flex: none;
      width: 66.66667%; }
    .column.is-offset-8-touch {
      margin-left: 66.66667%; }
    .column.is-9-touch {
      flex: none;
      width: 75%; }
    .column.is-offset-9-touch {
      margin-left: 75%; }
    .column.is-10-touch {
      flex: none;
      width: 83.33333%; }
    .column.is-offset-10-touch {
      margin-left: 83.33333%; }
    .column.is-11-touch {
      flex: none;
      width: 91.66667%; }
    .column.is-offset-11-touch {
      margin-left: 91.66667%; }
    .column.is-12-touch {
      flex: none;
      width: 100%; }
    .column.is-offset-12-touch {
      margin-left: 100%; } }
  @media screen and (min-width: 1024px) {
    .column.is-narrow-desktop {
      flex: none;
      width: unset; }
    .column.is-full-desktop {
      flex: none;
      width: 100%; }
    .column.is-three-quarters-desktop {
      flex: none;
      width: 75%; }
    .column.is-two-thirds-desktop {
      flex: none;
      width: 66.6666%; }
    .column.is-half-desktop {
      flex: none;
      width: 50%; }
    .column.is-one-third-desktop {
      flex: none;
      width: 33.3333%; }
    .column.is-one-quarter-desktop {
      flex: none;
      width: 25%; }
    .column.is-one-fifth-desktop {
      flex: none;
      width: 20%; }
    .column.is-two-fifths-desktop {
      flex: none;
      width: 40%; }
    .column.is-three-fifths-desktop {
      flex: none;
      width: 60%; }
    .column.is-four-fifths-desktop {
      flex: none;
      width: 80%; }
    .column.is-offset-three-quarters-desktop {
      margin-left: 75%; }
    .column.is-offset-two-thirds-desktop {
      margin-left: 66.6666%; }
    .column.is-offset-half-desktop {
      margin-left: 50%; }
    .column.is-offset-one-third-desktop {
      margin-left: 33.3333%; }
    .column.is-offset-one-quarter-desktop {
      margin-left: 25%; }
    .column.is-offset-one-fifth-desktop {
      margin-left: 20%; }
    .column.is-offset-two-fifths-desktop {
      margin-left: 40%; }
    .column.is-offset-three-fifths-desktop {
      margin-left: 60%; }
    .column.is-offset-four-fifths-desktop {
      margin-left: 80%; }
    .column.is-0-desktop {
      flex: none;
      width: 0%; }
    .column.is-offset-0-desktop {
      margin-left: 0%; }
    .column.is-1-desktop {
      flex: none;
      width: 8.33333%; }
    .column.is-offset-1-desktop {
      margin-left: 8.33333%; }
    .column.is-2-desktop {
      flex: none;
      width: 16.66667%; }
    .column.is-offset-2-desktop {
      margin-left: 16.66667%; }
    .column.is-3-desktop {
      flex: none;
      width: 25%; }
    .column.is-offset-3-desktop {
      margin-left: 25%; }
    .column.is-4-desktop {
      flex: none;
      width: 33.33333%; }
    .column.is-offset-4-desktop {
      margin-left: 33.33333%; }
    .column.is-5-desktop {
      flex: none;
      width: 41.66667%; }
    .column.is-offset-5-desktop {
      margin-left: 41.66667%; }
    .column.is-6-desktop {
      flex: none;
      width: 50%; }
    .column.is-offset-6-desktop {
      margin-left: 50%; }
    .column.is-7-desktop {
      flex: none;
      width: 58.33333%; }
    .column.is-offset-7-desktop {
      margin-left: 58.33333%; }
    .column.is-8-desktop {
      flex: none;
      width: 66.66667%; }
    .column.is-offset-8-desktop {
      margin-left: 66.66667%; }
    .column.is-9-desktop {
      flex: none;
      width: 75%; }
    .column.is-offset-9-desktop {
      margin-left: 75%; }
    .column.is-10-desktop {
      flex: none;
      width: 83.33333%; }
    .column.is-offset-10-desktop {
      margin-left: 83.33333%; }
    .column.is-11-desktop {
      flex: none;
      width: 91.66667%; }
    .column.is-offset-11-desktop {
      margin-left: 91.66667%; }
    .column.is-12-desktop {
      flex: none;
      width: 100%; }
    .column.is-offset-12-desktop {
      margin-left: 100%; } }
  @media screen and (min-width: 1216px) {
    .column.is-narrow-widescreen {
      flex: none;
      width: unset; }
    .column.is-full-widescreen {
      flex: none;
      width: 100%; }
    .column.is-three-quarters-widescreen {
      flex: none;
      width: 75%; }
    .column.is-two-thirds-widescreen {
      flex: none;
      width: 66.6666%; }
    .column.is-half-widescreen {
      flex: none;
      width: 50%; }
    .column.is-one-third-widescreen {
      flex: none;
      width: 33.3333%; }
    .column.is-one-quarter-widescreen {
      flex: none;
      width: 25%; }
    .column.is-one-fifth-widescreen {
      flex: none;
      width: 20%; }
    .column.is-two-fifths-widescreen {
      flex: none;
      width: 40%; }
    .column.is-three-fifths-widescreen {
      flex: none;
      width: 60%; }
    .column.is-four-fifths-widescreen {
      flex: none;
      width: 80%; }
    .column.is-offset-three-quarters-widescreen {
      margin-left: 75%; }
    .column.is-offset-two-thirds-widescreen {
      margin-left: 66.6666%; }
    .column.is-offset-half-widescreen {
      margin-left: 50%; }
    .column.is-offset-one-third-widescreen {
      margin-left: 33.3333%; }
    .column.is-offset-one-quarter-widescreen {
      margin-left: 25%; }
    .column.is-offset-one-fifth-widescreen {
      margin-left: 20%; }
    .column.is-offset-two-fifths-widescreen {
      margin-left: 40%; }
    .column.is-offset-three-fifths-widescreen {
      margin-left: 60%; }
    .column.is-offset-four-fifths-widescreen {
      margin-left: 80%; }
    .column.is-0-widescreen {
      flex: none;
      width: 0%; }
    .column.is-offset-0-widescreen {
      margin-left: 0%; }
    .column.is-1-widescreen {
      flex: none;
      width: 8.33333%; }
    .column.is-offset-1-widescreen {
      margin-left: 8.33333%; }
    .column.is-2-widescreen {
      flex: none;
      width: 16.66667%; }
    .column.is-offset-2-widescreen {
      margin-left: 16.66667%; }
    .column.is-3-widescreen {
      flex: none;
      width: 25%; }
    .column.is-offset-3-widescreen {
      margin-left: 25%; }
    .column.is-4-widescreen {
      flex: none;
      width: 33.33333%; }
    .column.is-offset-4-widescreen {
      margin-left: 33.33333%; }
    .column.is-5-widescreen {
      flex: none;
      width: 41.66667%; }
    .column.is-offset-5-widescreen {
      margin-left: 41.66667%; }
    .column.is-6-widescreen {
      flex: none;
      width: 50%; }
    .column.is-offset-6-widescreen {
      margin-left: 50%; }
    .column.is-7-widescreen {
      flex: none;
      width: 58.33333%; }
    .column.is-offset-7-widescreen {
      margin-left: 58.33333%; }
    .column.is-8-widescreen {
      flex: none;
      width: 66.66667%; }
    .column.is-offset-8-widescreen {
      margin-left: 66.66667%; }
    .column.is-9-widescreen {
      flex: none;
      width: 75%; }
    .column.is-offset-9-widescreen {
      margin-left: 75%; }
    .column.is-10-widescreen {
      flex: none;
      width: 83.33333%; }
    .column.is-offset-10-widescreen {
      margin-left: 83.33333%; }
    .column.is-11-widescreen {
      flex: none;
      width: 91.66667%; }
    .column.is-offset-11-widescreen {
      margin-left: 91.66667%; }
    .column.is-12-widescreen {
      flex: none;
      width: 100%; }
    .column.is-offset-12-widescreen {
      margin-left: 100%; } }
  @media screen and (min-width: 1408px) {
    .column.is-narrow-fullhd {
      flex: none;
      width: unset; }
    .column.is-full-fullhd {
      flex: none;
      width: 100%; }
    .column.is-three-quarters-fullhd {
      flex: none;
      width: 75%; }
    .column.is-two-thirds-fullhd {
      flex: none;
      width: 66.6666%; }
    .column.is-half-fullhd {
      flex: none;
      width: 50%; }
    .column.is-one-third-fullhd {
      flex: none;
      width: 33.3333%; }
    .column.is-one-quarter-fullhd {
      flex: none;
      width: 25%; }
    .column.is-one-fifth-fullhd {
      flex: none;
      width: 20%; }
    .column.is-two-fifths-fullhd {
      flex: none;
      width: 40%; }
    .column.is-three-fifths-fullhd {
      flex: none;
      width: 60%; }
    .column.is-four-fifths-fullhd {
      flex: none;
      width: 80%; }
    .column.is-offset-three-quarters-fullhd {
      margin-left: 75%; }
    .column.is-offset-two-thirds-fullhd {
      margin-left: 66.6666%; }
    .column.is-offset-half-fullhd {
      margin-left: 50%; }
    .column.is-offset-one-third-fullhd {
      margin-left: 33.3333%; }
    .column.is-offset-one-quarter-fullhd {
      margin-left: 25%; }
    .column.is-offset-one-fifth-fullhd {
      margin-left: 20%; }
    .column.is-offset-two-fifths-fullhd {
      margin-left: 40%; }
    .column.is-offset-three-fifths-fullhd {
      margin-left: 60%; }
    .column.is-offset-four-fifths-fullhd {
      margin-left: 80%; }
    .column.is-0-fullhd {
      flex: none;
      width: 0%; }
    .column.is-offset-0-fullhd {
      margin-left: 0%; }
    .column.is-1-fullhd {
      flex: none;
      width: 8.33333%; }
    .column.is-offset-1-fullhd {
      margin-left: 8.33333%; }
    .column.is-2-fullhd {
      flex: none;
      width: 16.66667%; }
    .column.is-offset-2-fullhd {
      margin-left: 16.66667%; }
    .column.is-3-fullhd {
      flex: none;
      width: 25%; }
    .column.is-offset-3-fullhd {
      margin-left: 25%; }
    .column.is-4-fullhd {
      flex: none;
      width: 33.33333%; }
    .column.is-offset-4-fullhd {
      margin-left: 33.33333%; }
    .column.is-5-fullhd {
      flex: none;
      width: 41.66667%; }
    .column.is-offset-5-fullhd {
      margin-left: 41.66667%; }
    .column.is-6-fullhd {
      flex: none;
      width: 50%; }
    .column.is-offset-6-fullhd {
      margin-left: 50%; }
    .column.is-7-fullhd {
      flex: none;
      width: 58.33333%; }
    .column.is-offset-7-fullhd {
      margin-left: 58.33333%; }
    .column.is-8-fullhd {
      flex: none;
      width: 66.66667%; }
    .column.is-offset-8-fullhd {
      margin-left: 66.66667%; }
    .column.is-9-fullhd {
      flex: none;
      width: 75%; }
    .column.is-offset-9-fullhd {
      margin-left: 75%; }
    .column.is-10-fullhd {
      flex: none;
      width: 83.33333%; }
    .column.is-offset-10-fullhd {
      margin-left: 83.33333%; }
    .column.is-11-fullhd {
      flex: none;
      width: 91.66667%; }
    .column.is-offset-11-fullhd {
      margin-left: 91.66667%; }
    .column.is-12-fullhd {
      flex: none;
      width: 100%; }
    .column.is-offset-12-fullhd {
      margin-left: 100%; } }

.columns {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
  margin-top: -0.75rem; }
  .columns:last-child {
    margin-bottom: -0.75rem; }
  .columns:not(:last-child) {
    margin-bottom: calc(1.5rem - 0.75rem); }
  .columns.is-centered {
    justify-content: center; }
  .columns.is-gapless {
    margin-left: 0;
    margin-right: 0;
    margin-top: 0; }
    .columns.is-gapless > .column {
      margin: 0;
      padding: 0 !important; }
    .columns.is-gapless:not(:last-child) {
      margin-bottom: 1.5rem; }
    .columns.is-gapless:last-child {
      margin-bottom: 0; }
  .columns.is-mobile {
    display: flex; }
  .columns.is-multiline {
    flex-wrap: wrap; }
  .columns.is-vcentered {
    align-items: center; }
  @media screen and (min-width: 769px), print {
    .columns:not(.is-desktop) {
      display: flex; } }
  @media screen and (min-width: 1024px) {
    .columns.is-desktop {
      display: flex; } }

.columns.is-variable {
  --columnGap: 0.75rem;
  margin-left: calc(-1 * var(--columnGap));
  margin-right: calc(-1 * var(--columnGap)); }
  .columns.is-variable > .column {
    padding-left: var(--columnGap);
    padding-right: var(--columnGap); }
  .columns.is-variable.is-0 {
    --columnGap: 0rem; }
  @media screen and (max-width: 768px) {
    .columns.is-variable.is-0-mobile {
      --columnGap: 0rem; } }
  @media screen and (min-width: 769px), print {
    .columns.is-variable.is-0-tablet {
      --columnGap: 0rem; } }
  @media screen and (min-width: 769px) and (max-width: 1023px) {
    .columns.is-variable.is-0-tablet-only {
      --columnGap: 0rem; } }
  @media screen and (max-width: 1023px) {
    .columns.is-variable.is-0-touch {
      --columnGap: 0rem; } }
  @media screen and (min-width: 1024px) {
    .columns.is-variable.is-0-desktop {
      --columnGap: 0rem; } }
  @media screen and (min-width: 1024px) and (max-width: 1215px) {
    .columns.is-variable.is-0-desktop-only {
      --columnGap: 0rem; } }
  @media screen and (min-width: 1216px) {
    .columns.is-variable.is-0-widescreen {
      --columnGap: 0rem; } }
  @media screen and (min-width: 1216px) and (max-width: 1407px) {
    .columns.is-variable.is-0-widescreen-only {
      --columnGap: 0rem; } }
  @media screen and (min-width: 1408px) {
    .columns.is-variable.is-0-fullhd {
      --columnGap: 0rem; } }
  .columns.is-variable.is-1 {
    --columnGap: 0.25rem; }
  @media screen and (max-width: 768px) {
    .columns.is-variable.is-1-mobile {
      --columnGap: 0.25rem; } }
  @media screen and (min-width: 769px), print {
    .columns.is-variable.is-1-tablet {
      --columnGap: 0.25rem; } }
  @media screen and (min-width: 769px) and (max-width: 1023px) {
    .columns.is-variable.is-1-tablet-only {
      --columnGap: 0.25rem; } }
  @media screen and (max-width: 1023px) {
    .columns.is-variable.is-1-touch {
      --columnGap: 0.25rem; } }
  @media screen and (min-width: 1024px) {
    .columns.is-variable.is-1-desktop {
      --columnGap: 0.25rem; } }
  @media screen and (min-width: 1024px) and (max-width: 1215px) {
    .columns.is-variable.is-1-desktop-only {
      --columnGap: 0.25rem; } }
  @media screen and (min-width: 1216px) {
    .columns.is-variable.is-1-widescreen {
      --columnGap: 0.25rem; } }
  @media screen and (min-width: 1216px) and (max-width: 1407px) {
    .columns.is-variable.is-1-widescreen-only {
      --columnGap: 0.25rem; } }
  @media screen and (min-width: 1408px) {
    .columns.is-variable.is-1-fullhd {
      --columnGap: 0.25rem; } }
  .columns.is-variable.is-2 {
    --columnGap: 0.5rem; }
  @media screen and (max-width: 768px) {
    .columns.is-variable.is-2-mobile {
      --columnGap: 0.5rem; } }
  @media screen and (min-width: 769px), print {
    .columns.is-variable.is-2-tablet {
      --columnGap: 0.5rem; } }
  @media screen and (min-width: 769px) and (max-width: 1023px) {
    .columns.is-variable.is-2-tablet-only {
      --columnGap: 0.5rem; } }
  @media screen and (max-width: 1023px) {
    .columns.is-variable.is-2-touch {
      --columnGap: 0.5rem; } }
  @media screen and (min-width: 1024px) {
    .columns.is-variable.is-2-desktop {
      --columnGap: 0.5rem; } }
  @media screen and (min-width: 1024px) and (max-width: 1215px) {
    .columns.is-variable.is-2-desktop-only {
      --columnGap: 0.5rem; } }
  @media screen and (min-width: 1216px) {
    .columns.is-variable.is-2-widescreen {
      --columnGap: 0.5rem; } }
  @media screen and (min-width: 1216px) and (max-width: 1407px) {
    .columns.is-variable.is-2-widescreen-only {
      --columnGap: 0.5rem; } }
  @media screen and (min-width: 1408px) {
    .columns.is-variable.is-2-fullhd {
      --columnGap: 0.5rem; } }
  .columns.is-variable.is-3 {
    --columnGap: 0.75rem; }
  @media screen and (max-width: 768px) {
    .columns.is-variable.is-3-mobile {
      --columnGap: 0.75rem; } }
  @media screen and (min-width: 769px), print {
    .columns.is-variable.is-3-tablet {
      --columnGap: 0.75rem; } }
  @media screen and (min-width: 769px) and (max-width: 1023px) {
    .columns.is-variable.is-3-tablet-only {
      --columnGap: 0.75rem; } }
  @media screen and (max-width: 1023px) {
    .columns.is-variable.is-3-touch {
      --columnGap: 0.75rem; } }
  @media screen and (min-width: 1024px) {
    .columns.is-variable.is-3-desktop {
      --columnGap: 0.75rem; } }
  @media screen and (min-width: 1024px) and (max-width: 1215px) {
    .columns.is-variable.is-3-desktop-only {
      --columnGap: 0.75rem; } }
  @media screen and (min-width: 1216px) {
    .columns.is-variable.is-3-widescreen {
      --columnGap: 0.75rem; } }
  @media screen and (min-width: 1216px) and (max-width: 1407px) {
    .columns.is-variable.is-3-widescreen-only {
      --columnGap: 0.75rem; } }
  @media screen and (min-width: 1408px) {
    .columns.is-variable.is-3-fullhd {
      --columnGap: 0.75rem; } }
  .columns.is-variable.is-4 {
    --columnGap: 1rem; }
  @media screen and (max-width: 768px) {
    .columns.is-variable.is-4-mobile {
      --columnGap: 1rem; } }
  @media screen and (min-width: 769px), print {
    .columns.is-variable.is-4-tablet {
      --columnGap: 1rem; } }
  @media screen and (min-width: 769px) and (max-width: 1023px) {
    .columns.is-variable.is-4-tablet-only {
      --columnGap: 1rem; } }
  @media screen and (max-width: 1023px) {
    .columns.is-variable.is-4-touch {
      --columnGap: 1rem; } }
  @media screen and (min-width: 1024px) {
    .columns.is-variable.is-4-desktop {
      --columnGap: 1rem; } }
  @media screen and (min-width: 1024px) and (max-width: 1215px) {
    .columns.is-variable.is-4-desktop-only {
      --columnGap: 1rem; } }
  @media screen and (min-width: 1216px) {
    .columns.is-variable.is-4-widescreen {
      --columnGap: 1rem; } }
  @media screen and (min-width: 1216px) and (max-width: 1407px) {
    .columns.is-variable.is-4-widescreen-only {
      --columnGap: 1rem; } }
  @media screen and (min-width: 1408px) {
    .columns.is-variable.is-4-fullhd {
      --columnGap: 1rem; } }
  .columns.is-variable.is-5 {
    --columnGap: 1.25rem; }
  @media screen and (max-width: 768px) {
    .columns.is-variable.is-5-mobile {
      --columnGap: 1.25rem; } }
  @media screen and (min-width: 769px), print {
    .columns.is-variable.is-5-tablet {
      --columnGap: 1.25rem; } }
  @media screen and (min-width: 769px) and (max-width: 1023px) {
    .columns.is-variable.is-5-tablet-only {
      --columnGap: 1.25rem; } }
  @media screen and (max-width: 1023px) {
    .columns.is-variable.is-5-touch {
      --columnGap: 1.25rem; } }
  @media screen and (min-width: 1024px) {
    .columns.is-variable.is-5-desktop {
      --columnGap: 1.25rem; } }
  @media screen and (min-width: 1024px) and (max-width: 1215px) {
    .columns.is-variable.is-5-desktop-only {
      --columnGap: 1.25rem; } }
  @media screen and (min-width: 1216px) {
    .columns.is-variable.is-5-widescreen {
      --columnGap: 1.25rem; } }
  @media screen and (min-width: 1216px) and (max-width: 1407px) {
    .columns.is-variable.is-5-widescreen-only {
      --columnGap: 1.25rem; } }
  @media screen and (min-width: 1408px) {
    .columns.is-variable.is-5-fullhd {
      --columnGap: 1.25rem; } }
  .columns.is-variable.is-6 {
    --columnGap: 1.5rem; }
  @media screen and (max-width: 768px) {
    .columns.is-variable.is-6-mobile {
      --columnGap: 1.5rem; } }
  @media screen and (min-width: 769px), print {
    .columns.is-variable.is-6-tablet {
      --columnGap: 1.5rem; } }
  @media screen and (min-width: 769px) and (max-width: 1023px) {
    .columns.is-variable.is-6-tablet-only {
      --columnGap: 1.5rem; } }
  @media screen and (max-width: 1023px) {
    .columns.is-variable.is-6-touch {
      --columnGap: 1.5rem; } }
  @media screen and (min-width: 1024px) {
    .columns.is-variable.is-6-desktop {
      --columnGap: 1.5rem; } }
  @media screen and (min-width: 1024px) and (max-width: 1215px) {
    .columns.is-variable.is-6-desktop-only {
      --columnGap: 1.5rem; } }
  @media screen and (min-width: 1216px) {
    .columns.is-variable.is-6-widescreen {
      --columnGap: 1.5rem; } }
  @media screen and (min-width: 1216px) and (max-width: 1407px) {
    .columns.is-variable.is-6-widescreen-only {
      --columnGap: 1.5rem; } }
  @media screen and (min-width: 1408px) {
    .columns.is-variable.is-6-fullhd {
      --columnGap: 1.5rem; } }
  .columns.is-variable.is-7 {
    --columnGap: 1.75rem; }
  @media screen and (max-width: 768px) {
    .columns.is-variable.is-7-mobile {
      --columnGap: 1.75rem; } }
  @media screen and (min-width: 769px), print {
    .columns.is-variable.is-7-tablet {
      --columnGap: 1.75rem; } }
  @media screen and (min-width: 769px) and (max-width: 1023px) {
    .columns.is-variable.is-7-tablet-only {
      --columnGap: 1.75rem; } }
  @media screen and (max-width: 1023px) {
    .columns.is-variable.is-7-touch {
      --columnGap: 1.75rem; } }
  @media screen and (min-width: 1024px) {
    .columns.is-variable.is-7-desktop {
      --columnGap: 1.75rem; } }
  @media screen and (min-width: 1024px) and (max-width: 1215px) {
    .columns.is-variable.is-7-desktop-only {
      --columnGap: 1.75rem; } }
  @media screen and (min-width: 1216px) {
    .columns.is-variable.is-7-widescreen {
      --columnGap: 1.75rem; } }
  @media screen and (min-width: 1216px) and (max-width: 1407px) {
    .columns.is-variable.is-7-widescreen-only {
      --columnGap: 1.75rem; } }
  @media screen and (min-width: 1408px) {
    .columns.is-variable.is-7-fullhd {
      --columnGap: 1.75rem; } }
  .columns.is-variable.is-8 {
    --columnGap: 2rem; }
  @media screen and (max-width: 768px) {
    .columns.is-variable.is-8-mobile {
      --columnGap: 2rem; } }
  @media screen and (min-width: 769px), print {
    .columns.is-variable.is-8-tablet {
      --columnGap: 2rem; } }
  @media screen and (min-width: 769px) and (max-width: 1023px) {
    .columns.is-variable.is-8-tablet-only {
      --columnGap: 2rem; } }
  @media screen and (max-width: 1023px) {
    .columns.is-variable.is-8-touch {
      --columnGap: 2rem; } }
  @media screen and (min-width: 1024px) {
    .columns.is-variable.is-8-desktop {
      --columnGap: 2rem; } }
  @media screen and (min-width: 1024px) and (max-width: 1215px) {
    .columns.is-variable.is-8-desktop-only {
      --columnGap: 2rem; } }
  @media screen and (min-width: 1216px) {
    .columns.is-variable.is-8-widescreen {
      --columnGap: 2rem; } }
  @media screen and (min-width: 1216px) and (max-width: 1407px) {
    .columns.is-variable.is-8-widescreen-only {
      --columnGap: 2rem; } }
  @media screen and (min-width: 1408px) {
    .columns.is-variable.is-8-fullhd {
      --columnGap: 2rem; } }

.tile {
  align-items: stretch;
  display: block;
  flex-basis: 0;
  flex-grow: 1;
  flex-shrink: 1;
  min-height: -webkit-min-content;
  min-height: -moz-min-content;
  min-height: min-content; }
  .tile.is-ancestor {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
    margin-top: -0.75rem; }
    .tile.is-ancestor:last-child {
      margin-bottom: -0.75rem; }
    .tile.is-ancestor:not(:last-child) {
      margin-bottom: 0.75rem; }
  .tile.is-child {
    margin: 0 !important; }
  .tile.is-parent {
    padding: 0.75rem; }
  .tile.is-vertical {
    flex-direction: column; }
    .tile.is-vertical > .tile.is-child:not(:last-child) {
      margin-bottom: 1.5rem !important; }
  @media screen and (min-width: 769px), print {
    .tile:not(.is-child) {
      display: flex; }
    .tile.is-1 {
      flex: none;
      width: 8.33333%; }
    .tile.is-2 {
      flex: none;
      width: 16.66667%; }
    .tile.is-3 {
      flex: none;
      width: 25%; }
    .tile.is-4 {
      flex: none;
      width: 33.33333%; }
    .tile.is-5 {
      flex: none;
      width: 41.66667%; }
    .tile.is-6 {
      flex: none;
      width: 50%; }
    .tile.is-7 {
      flex: none;
      width: 58.33333%; }
    .tile.is-8 {
      flex: none;
      width: 66.66667%; }
    .tile.is-9 {
      flex: none;
      width: 75%; }
    .tile.is-10 {
      flex: none;
      width: 83.33333%; }
    .tile.is-11 {
      flex: none;
      width: 91.66667%; }
    .tile.is-12 {
      flex: none;
      width: 100%; } }

.navbar {
  background-color: white;
  min-height: 3.25rem;
  position: relative;
  z-index: 30; }
  .navbar.is-white {
    background-color: white;
    color: #0a0a0a; }
    .navbar.is-white .navbar-brand > .navbar-item,
    .navbar.is-white .navbar-brand .navbar-link {
      color: #0a0a0a; }
    .navbar.is-white .navbar-brand > a.navbar-item:focus, .navbar.is-white .navbar-brand > a.navbar-item:hover, .navbar.is-white .navbar-brand > a.navbar-item.is-active,
    .navbar.is-white .navbar-brand .navbar-link:focus,
    .navbar.is-white .navbar-brand .navbar-link:hover,
    .navbar.is-white .navbar-brand .navbar-link.is-active {
      background-color: #f2f2f2;
      color: #0a0a0a; }
    .navbar.is-white .navbar-brand .navbar-link::after {
      border-color: #0a0a0a; }
    .navbar.is-white .navbar-burger {
      color: #0a0a0a; }
    @media screen and (min-width: 1024px) {
      .navbar.is-white .navbar-start > .navbar-item,
      .navbar.is-white .navbar-start .navbar-link,
      .navbar.is-white .navbar-end > .navbar-item,
      .navbar.is-white .navbar-end .navbar-link {
        color: #0a0a0a; }
      .navbar.is-white .navbar-start > a.navbar-item:focus, .navbar.is-white .navbar-start > a.navbar-item:hover, .navbar.is-white .navbar-start > a.navbar-item.is-active,
      .navbar.is-white .navbar-start .navbar-link:focus,
      .navbar.is-white .navbar-start .navbar-link:hover,
      .navbar.is-white .navbar-start .navbar-link.is-active,
      .navbar.is-white .navbar-end > a.navbar-item:focus,
      .navbar.is-white .navbar-end > a.navbar-item:hover,
      .navbar.is-white .navbar-end > a.navbar-item.is-active,
      .navbar.is-white .navbar-end .navbar-link:focus,
      .navbar.is-white .navbar-end .navbar-link:hover,
      .navbar.is-white .navbar-end .navbar-link.is-active {
        background-color: #f2f2f2;
        color: #0a0a0a; }
      .navbar.is-white .navbar-start .navbar-link::after,
      .navbar.is-white .navbar-end .navbar-link::after {
        border-color: #0a0a0a; }
      .navbar.is-white .navbar-item.has-dropdown:focus .navbar-link,
      .navbar.is-white .navbar-item.has-dropdown:hover .navbar-link,
      .navbar.is-white .navbar-item.has-dropdown.is-active .navbar-link {
        background-color: #f2f2f2;
        color: #0a0a0a; }
      .navbar.is-white .navbar-dropdown a.navbar-item.is-active {
        background-color: white;
        color: #0a0a0a; } }
  .navbar.is-black {
    background-color: #0a0a0a;
    color: white; }
    .navbar.is-black .navbar-brand > .navbar-item,
    .navbar.is-black .navbar-brand .navbar-link {
      color: white; }
    .navbar.is-black .navbar-brand > a.navbar-item:focus, .navbar.is-black .navbar-brand > a.navbar-item:hover, .navbar.is-black .navbar-brand > a.navbar-item.is-active,
    .navbar.is-black .navbar-brand .navbar-link:focus,
    .navbar.is-black .navbar-brand .navbar-link:hover,
    .navbar.is-black .navbar-brand .navbar-link.is-active {
      background-color: black;
      color: white; }
    .navbar.is-black .navbar-brand .navbar-link::after {
      border-color: white; }
    .navbar.is-black .navbar-burger {
      color: white; }
    @media screen and (min-width: 1024px) {
      .navbar.is-black .navbar-start > .navbar-item,
      .navbar.is-black .navbar-start .navbar-link,
      .navbar.is-black .navbar-end > .navbar-item,
      .navbar.is-black .navbar-end .navbar-link {
        color: white; }
      .navbar.is-black .navbar-start > a.navbar-item:focus, .navbar.is-black .navbar-start > a.navbar-item:hover, .navbar.is-black .navbar-start > a.navbar-item.is-active,
      .navbar.is-black .navbar-start .navbar-link:focus,
      .navbar.is-black .navbar-start .navbar-link:hover,
      .navbar.is-black .navbar-start .navbar-link.is-active,
      .navbar.is-black .navbar-end > a.navbar-item:focus,
      .navbar.is-black .navbar-end > a.navbar-item:hover,
      .navbar.is-black .navbar-end > a.navbar-item.is-active,
      .navbar.is-black .navbar-end .navbar-link:focus,
      .navbar.is-black .navbar-end .navbar-link:hover,
      .navbar.is-black .navbar-end .navbar-link.is-active {
        background-color: black;
        color: white; }
      .navbar.is-black .navbar-start .navbar-link::after,
      .navbar.is-black .navbar-end .navbar-link::after {
        border-color: white; }
      .navbar.is-black .navbar-item.has-dropdown:focus .navbar-link,
      .navbar.is-black .navbar-item.has-dropdown:hover .navbar-link,
      .navbar.is-black .navbar-item.has-dropdown.is-active .navbar-link {
        background-color: black;
        color: white; }
      .navbar.is-black .navbar-dropdown a.navbar-item.is-active {
        background-color: #0a0a0a;
        color: white; } }
  .navbar.is-light {
    background-color: whitesmoke;
    color: rgba(0, 0, 0, 0.7); }
    .navbar.is-light .navbar-brand > .navbar-item,
    .navbar.is-light .navbar-brand .navbar-link {
      color: rgba(0, 0, 0, 0.7); }
    .navbar.is-light .navbar-brand > a.navbar-item:focus, .navbar.is-light .navbar-brand > a.navbar-item:hover, .navbar.is-light .navbar-brand > a.navbar-item.is-active,
    .navbar.is-light .navbar-brand .navbar-link:focus,
    .navbar.is-light .navbar-brand .navbar-link:hover,
    .navbar.is-light .navbar-brand .navbar-link.is-active {
      background-color: #e8e8e8;
      color: rgba(0, 0, 0, 0.7); }
    .navbar.is-light .navbar-brand .navbar-link::after {
      border-color: rgba(0, 0, 0, 0.7); }
    .navbar.is-light .navbar-burger {
      color: rgba(0, 0, 0, 0.7); }
    @media screen and (min-width: 1024px) {
      .navbar.is-light .navbar-start > .navbar-item,
      .navbar.is-light .navbar-start .navbar-link,
      .navbar.is-light .navbar-end > .navbar-item,
      .navbar.is-light .navbar-end .navbar-link {
        color: rgba(0, 0, 0, 0.7); }
      .navbar.is-light .navbar-start > a.navbar-item:focus, .navbar.is-light .navbar-start > a.navbar-item:hover, .navbar.is-light .navbar-start > a.navbar-item.is-active,
      .navbar.is-light .navbar-start .navbar-link:focus,
      .navbar.is-light .navbar-start .navbar-link:hover,
      .navbar.is-light .navbar-start .navbar-link.is-active,
      .navbar.is-light .navbar-end > a.navbar-item:focus,
      .navbar.is-light .navbar-end > a.navbar-item:hover,
      .navbar.is-light .navbar-end > a.navbar-item.is-active,
      .navbar.is-light .navbar-end .navbar-link:focus,
      .navbar.is-light .navbar-end .navbar-link:hover,
      .navbar.is-light .navbar-end .navbar-link.is-active {
        background-color: #e8e8e8;
        color: rgba(0, 0, 0, 0.7); }
      .navbar.is-light .navbar-start .navbar-link::after,
      .navbar.is-light .navbar-end .navbar-link::after {
        border-color: rgba(0, 0, 0, 0.7); }
      .navbar.is-light .navbar-item.has-dropdown:focus .navbar-link,
      .navbar.is-light .navbar-item.has-dropdown:hover .navbar-link,
      .navbar.is-light .navbar-item.has-dropdown.is-active .navbar-link {
        background-color: #e8e8e8;
        color: rgba(0, 0, 0, 0.7); }
      .navbar.is-light .navbar-dropdown a.navbar-item.is-active {
        background-color: whitesmoke;
        color: rgba(0, 0, 0, 0.7); } }
  .navbar.is-dark {
    background-color: #363636;
    color: #fff; }
    .navbar.is-dark .navbar-brand > .navbar-item,
    .navbar.is-dark .navbar-brand .navbar-link {
      color: #fff; }
    .navbar.is-dark .navbar-brand > a.navbar-item:focus, .navbar.is-dark .navbar-brand > a.navbar-item:hover, .navbar.is-dark .navbar-brand > a.navbar-item.is-active,
    .navbar.is-dark .navbar-brand .navbar-link:focus,
    .navbar.is-dark .navbar-brand .navbar-link:hover,
    .navbar.is-dark .navbar-brand .navbar-link.is-active {
      background-color: #292929;
      color: #fff; }
    .navbar.is-dark .navbar-brand .navbar-link::after {
      border-color: #fff; }
    .navbar.is-dark .navbar-burger {
      color: #fff; }
    @media screen and (min-width: 1024px) {
      .navbar.is-dark .navbar-start > .navbar-item,
      .navbar.is-dark .navbar-start .navbar-link,
      .navbar.is-dark .navbar-end > .navbar-item,
      .navbar.is-dark .navbar-end .navbar-link {
        color: #fff; }
      .navbar.is-dark .navbar-start > a.navbar-item:focus, .navbar.is-dark .navbar-start > a.navbar-item:hover, .navbar.is-dark .navbar-start > a.navbar-item.is-active,
      .navbar.is-dark .navbar-start .navbar-link:focus,
      .navbar.is-dark .navbar-start .navbar-link:hover,
      .navbar.is-dark .navbar-start .navbar-link.is-active,
      .navbar.is-dark .navbar-end > a.navbar-item:focus,
      .navbar.is-dark .navbar-end > a.navbar-item:hover,
      .navbar.is-dark .navbar-end > a.navbar-item.is-active,
      .navbar.is-dark .navbar-end .navbar-link:focus,
      .navbar.is-dark .navbar-end .navbar-link:hover,
      .navbar.is-dark .navbar-end .navbar-link.is-active {
        background-color: #292929;
        color: #fff; }
      .navbar.is-dark .navbar-start .navbar-link::after,
      .navbar.is-dark .navbar-end .navbar-link::after {
        border-color: #fff; }
      .navbar.is-dark .navbar-item.has-dropdown:focus .navbar-link,
      .navbar.is-dark .navbar-item.has-dropdown:hover .navbar-link,
      .navbar.is-dark .navbar-item.has-dropdown.is-active .navbar-link {
        background-color: #292929;
        color: #fff; }
      .navbar.is-dark .navbar-dropdown a.navbar-item.is-active {
        background-color: #363636;
        color: #fff; } }
  .navbar.is-primary {
    background-color: #c3161c;
    color: #fff; }
    .navbar.is-primary .navbar-brand > .navbar-item,
    .navbar.is-primary .navbar-brand .navbar-link {
      color: #fff; }
    .navbar.is-primary .navbar-brand > a.navbar-item:focus, .navbar.is-primary .navbar-brand > a.navbar-item:hover, .navbar.is-primary .navbar-brand > a.navbar-item.is-active,
    .navbar.is-primary .navbar-brand .navbar-link:focus,
    .navbar.is-primary .navbar-brand .navbar-link:hover,
    .navbar.is-primary .navbar-brand .navbar-link.is-active {
      background-color: #ac1319;
      color: #fff; }
    .navbar.is-primary .navbar-brand .navbar-link::after {
      border-color: #fff; }
    .navbar.is-primary .navbar-burger {
      color: #fff; }
    @media screen and (min-width: 1024px) {
      .navbar.is-primary .navbar-start > .navbar-item,
      .navbar.is-primary .navbar-start .navbar-link,
      .navbar.is-primary .navbar-end > .navbar-item,
      .navbar.is-primary .navbar-end .navbar-link {
        color: #fff; }
      .navbar.is-primary .navbar-start > a.navbar-item:focus, .navbar.is-primary .navbar-start > a.navbar-item:hover, .navbar.is-primary .navbar-start > a.navbar-item.is-active,
      .navbar.is-primary .navbar-start .navbar-link:focus,
      .navbar.is-primary .navbar-start .navbar-link:hover,
      .navbar.is-primary .navbar-start .navbar-link.is-active,
      .navbar.is-primary .navbar-end > a.navbar-item:focus,
      .navbar.is-primary .navbar-end > a.navbar-item:hover,
      .navbar.is-primary .navbar-end > a.navbar-item.is-active,
      .navbar.is-primary .navbar-end .navbar-link:focus,
      .navbar.is-primary .navbar-end .navbar-link:hover,
      .navbar.is-primary .navbar-end .navbar-link.is-active {
        background-color: #ac1319;
        color: #fff; }
      .navbar.is-primary .navbar-start .navbar-link::after,
      .navbar.is-primary .navbar-end .navbar-link::after {
        border-color: #fff; }
      .navbar.is-primary .navbar-item.has-dropdown:focus .navbar-link,
      .navbar.is-primary .navbar-item.has-dropdown:hover .navbar-link,
      .navbar.is-primary .navbar-item.has-dropdown.is-active .navbar-link {
        background-color: #ac1319;
        color: #fff; }
      .navbar.is-primary .navbar-dropdown a.navbar-item.is-active {
        background-color: #c3161c;
        color: #fff; } }
  .navbar.is-link {
    background-color: #366fff;
    color: #fff; }
    .navbar.is-link .navbar-brand > .navbar-item,
    .navbar.is-link .navbar-brand .navbar-link {
      color: #fff; }
    .navbar.is-link .navbar-brand > a.navbar-item:focus, .navbar.is-link .navbar-brand > a.navbar-item:hover, .navbar.is-link .navbar-brand > a.navbar-item.is-active,
    .navbar.is-link .navbar-brand .navbar-link:focus,
    .navbar.is-link .navbar-brand .navbar-link:hover,
    .navbar.is-link .navbar-brand .navbar-link.is-active {
      background-color: #1d5dff;
      color: #fff; }
    .navbar.is-link .navbar-brand .navbar-link::after {
      border-color: #fff; }
    .navbar.is-link .navbar-burger {
      color: #fff; }
    @media screen and (min-width: 1024px) {
      .navbar.is-link .navbar-start > .navbar-item,
      .navbar.is-link .navbar-start .navbar-link,
      .navbar.is-link .navbar-end > .navbar-item,
      .navbar.is-link .navbar-end .navbar-link {
        color: #fff; }
      .navbar.is-link .navbar-start > a.navbar-item:focus, .navbar.is-link .navbar-start > a.navbar-item:hover, .navbar.is-link .navbar-start > a.navbar-item.is-active,
      .navbar.is-link .navbar-start .navbar-link:focus,
      .navbar.is-link .navbar-start .navbar-link:hover,
      .navbar.is-link .navbar-start .navbar-link.is-active,
      .navbar.is-link .navbar-end > a.navbar-item:focus,
      .navbar.is-link .navbar-end > a.navbar-item:hover,
      .navbar.is-link .navbar-end > a.navbar-item.is-active,
      .navbar.is-link .navbar-end .navbar-link:focus,
      .navbar.is-link .navbar-end .navbar-link:hover,
      .navbar.is-link .navbar-end .navbar-link.is-active {
        background-color: #1d5dff;
        color: #fff; }
      .navbar.is-link .navbar-start .navbar-link::after,
      .navbar.is-link .navbar-end .navbar-link::after {
        border-color: #fff; }
      .navbar.is-link .navbar-item.has-dropdown:focus .navbar-link,
      .navbar.is-link .navbar-item.has-dropdown:hover .navbar-link,
      .navbar.is-link .navbar-item.has-dropdown.is-active .navbar-link {
        background-color: #1d5dff;
        color: #fff; }
      .navbar.is-link .navbar-dropdown a.navbar-item.is-active {
        background-color: #366fff;
        color: #fff; } }
  .navbar.is-info {
    background-color: #3e8ed0;
    color: #fff; }
    .navbar.is-info .navbar-brand > .navbar-item,
    .navbar.is-info .navbar-brand .navbar-link {
      color: #fff; }
    .navbar.is-info .navbar-brand > a.navbar-item:focus, .navbar.is-info .navbar-brand > a.navbar-item:hover, .navbar.is-info .navbar-brand > a.navbar-item.is-active,
    .navbar.is-info .navbar-brand .navbar-link:focus,
    .navbar.is-info .navbar-brand .navbar-link:hover,
    .navbar.is-info .navbar-brand .navbar-link.is-active {
      background-color: #3082c5;
      color: #fff; }
    .navbar.is-info .navbar-brand .navbar-link::after {
      border-color: #fff; }
    .navbar.is-info .navbar-burger {
      color: #fff; }
    @media screen and (min-width: 1024px) {
      .navbar.is-info .navbar-start > .navbar-item,
      .navbar.is-info .navbar-start .navbar-link,
      .navbar.is-info .navbar-end > .navbar-item,
      .navbar.is-info .navbar-end .navbar-link {
        color: #fff; }
      .navbar.is-info .navbar-start > a.navbar-item:focus, .navbar.is-info .navbar-start > a.navbar-item:hover, .navbar.is-info .navbar-start > a.navbar-item.is-active,
      .navbar.is-info .navbar-start .navbar-link:focus,
      .navbar.is-info .navbar-start .navbar-link:hover,
      .navbar.is-info .navbar-start .navbar-link.is-active,
      .navbar.is-info .navbar-end > a.navbar-item:focus,
      .navbar.is-info .navbar-end > a.navbar-item:hover,
      .navbar.is-info .navbar-end > a.navbar-item.is-active,
      .navbar.is-info .navbar-end .navbar-link:focus,
      .navbar.is-info .navbar-end .navbar-link:hover,
      .navbar.is-info .navbar-end .navbar-link.is-active {
        background-color: #3082c5;
        color: #fff; }
      .navbar.is-info .navbar-start .navbar-link::after,
      .navbar.is-info .navbar-end .navbar-link::after {
        border-color: #fff; }
      .navbar.is-info .navbar-item.has-dropdown:focus .navbar-link,
      .navbar.is-info .navbar-item.has-dropdown:hover .navbar-link,
      .navbar.is-info .navbar-item.has-dropdown.is-active .navbar-link {
        background-color: #3082c5;
        color: #fff; }
      .navbar.is-info .navbar-dropdown a.navbar-item.is-active {
        background-color: #3e8ed0;
        color: #fff; } }
  .navbar.is-success {
    background-color: #369a6d;
    color: #fff; }
    .navbar.is-success .navbar-brand > .navbar-item,
    .navbar.is-success .navbar-brand .navbar-link {
      color: #fff; }
    .navbar.is-success .navbar-brand > a.navbar-item:focus, .navbar.is-success .navbar-brand > a.navbar-item:hover, .navbar.is-success .navbar-brand > a.navbar-item.is-active,
    .navbar.is-success .navbar-brand .navbar-link:focus,
    .navbar.is-success .navbar-brand .navbar-link:hover,
    .navbar.is-success .navbar-brand .navbar-link.is-active {
      background-color: #2f8760;
      color: #fff; }
    .navbar.is-success .navbar-brand .navbar-link::after {
      border-color: #fff; }
    .navbar.is-success .navbar-burger {
      color: #fff; }
    @media screen and (min-width: 1024px) {
      .navbar.is-success .navbar-start > .navbar-item,
      .navbar.is-success .navbar-start .navbar-link,
      .navbar.is-success .navbar-end > .navbar-item,
      .navbar.is-success .navbar-end .navbar-link {
        color: #fff; }
      .navbar.is-success .navbar-start > a.navbar-item:focus, .navbar.is-success .navbar-start > a.navbar-item:hover, .navbar.is-success .navbar-start > a.navbar-item.is-active,
      .navbar.is-success .navbar-start .navbar-link:focus,
      .navbar.is-success .navbar-start .navbar-link:hover,
      .navbar.is-success .navbar-start .navbar-link.is-active,
      .navbar.is-success .navbar-end > a.navbar-item:focus,
      .navbar.is-success .navbar-end > a.navbar-item:hover,
      .navbar.is-success .navbar-end > a.navbar-item.is-active,
      .navbar.is-success .navbar-end .navbar-link:focus,
      .navbar.is-success .navbar-end .navbar-link:hover,
      .navbar.is-success .navbar-end .navbar-link.is-active {
        background-color: #2f8760;
        color: #fff; }
      .navbar.is-success .navbar-start .navbar-link::after,
      .navbar.is-success .navbar-end .navbar-link::after {
        border-color: #fff; }
      .navbar.is-success .navbar-item.has-dropdown:focus .navbar-link,
      .navbar.is-success .navbar-item.has-dropdown:hover .navbar-link,
      .navbar.is-success .navbar-item.has-dropdown.is-active .navbar-link {
        background-color: #2f8760;
        color: #fff; }
      .navbar.is-success .navbar-dropdown a.navbar-item.is-active {
        background-color: #369a6d;
        color: #fff; } }
  .navbar.is-warning {
    background-color: #ffe08a;
    color: rgba(0, 0, 0, 0.7); }
    .navbar.is-warning .navbar-brand > .navbar-item,
    .navbar.is-warning .navbar-brand .navbar-link {
      color: rgba(0, 0, 0, 0.7); }
    .navbar.is-warning .navbar-brand > a.navbar-item:focus, .navbar.is-warning .navbar-brand > a.navbar-item:hover, .navbar.is-warning .navbar-brand > a.navbar-item.is-active,
    .navbar.is-warning .navbar-brand .navbar-link:focus,
    .navbar.is-warning .navbar-brand .navbar-link:hover,
    .navbar.is-warning .navbar-brand .navbar-link.is-active {
      background-color: #ffd970;
      color: rgba(0, 0, 0, 0.7); }
    .navbar.is-warning .navbar-brand .navbar-link::after {
      border-color: rgba(0, 0, 0, 0.7); }
    .navbar.is-warning .navbar-burger {
      color: rgba(0, 0, 0, 0.7); }
    @media screen and (min-width: 1024px) {
      .navbar.is-warning .navbar-start > .navbar-item,
      .navbar.is-warning .navbar-start .navbar-link,
      .navbar.is-warning .navbar-end > .navbar-item,
      .navbar.is-warning .navbar-end .navbar-link {
        color: rgba(0, 0, 0, 0.7); }
      .navbar.is-warning .navbar-start > a.navbar-item:focus, .navbar.is-warning .navbar-start > a.navbar-item:hover, .navbar.is-warning .navbar-start > a.navbar-item.is-active,
      .navbar.is-warning .navbar-start .navbar-link:focus,
      .navbar.is-warning .navbar-start .navbar-link:hover,
      .navbar.is-warning .navbar-start .navbar-link.is-active,
      .navbar.is-warning .navbar-end > a.navbar-item:focus,
      .navbar.is-warning .navbar-end > a.navbar-item:hover,
      .navbar.is-warning .navbar-end > a.navbar-item.is-active,
      .navbar.is-warning .navbar-end .navbar-link:focus,
      .navbar.is-warning .navbar-end .navbar-link:hover,
      .navbar.is-warning .navbar-end .navbar-link.is-active {
        background-color: #ffd970;
        color: rgba(0, 0, 0, 0.7); }
      .navbar.is-warning .navbar-start .navbar-link::after,
      .navbar.is-warning .navbar-end .navbar-link::after {
        border-color: rgba(0, 0, 0, 0.7); }
      .navbar.is-warning .navbar-item.has-dropdown:focus .navbar-link,
      .navbar.is-warning .navbar-item.has-dropdown:hover .navbar-link,
      .navbar.is-warning .navbar-item.has-dropdown.is-active .navbar-link {
        background-color: #ffd970;
        color: rgba(0, 0, 0, 0.7); }
      .navbar.is-warning .navbar-dropdown a.navbar-item.is-active {
        background-color: #ffe08a;
        color: rgba(0, 0, 0, 0.7); } }
  .navbar.is-danger {
    background-color: #f14668;
    color: #fff; }
    .navbar.is-danger .navbar-brand > .navbar-item,
    .navbar.is-danger .navbar-brand .navbar-link {
      color: #fff; }
    .navbar.is-danger .navbar-brand > a.navbar-item:focus, .navbar.is-danger .navbar-brand > a.navbar-item:hover, .navbar.is-danger .navbar-brand > a.navbar-item.is-active,
    .navbar.is-danger .navbar-brand .navbar-link:focus,
    .navbar.is-danger .navbar-brand .navbar-link:hover,
    .navbar.is-danger .navbar-brand .navbar-link.is-active {
      background-color: #ef2e55;
      color: #fff; }
    .navbar.is-danger .navbar-brand .navbar-link::after {
      border-color: #fff; }
    .navbar.is-danger .navbar-burger {
      color: #fff; }
    @media screen and (min-width: 1024px) {
      .navbar.is-danger .navbar-start > .navbar-item,
      .navbar.is-danger .navbar-start .navbar-link,
      .navbar.is-danger .navbar-end > .navbar-item,
      .navbar.is-danger .navbar-end .navbar-link {
        color: #fff; }
      .navbar.is-danger .navbar-start > a.navbar-item:focus, .navbar.is-danger .navbar-start > a.navbar-item:hover, .navbar.is-danger .navbar-start > a.navbar-item.is-active,
      .navbar.is-danger .navbar-start .navbar-link:focus,
      .navbar.is-danger .navbar-start .navbar-link:hover,
      .navbar.is-danger .navbar-start .navbar-link.is-active,
      .navbar.is-danger .navbar-end > a.navbar-item:focus,
      .navbar.is-danger .navbar-end > a.navbar-item:hover,
      .navbar.is-danger .navbar-end > a.navbar-item.is-active,
      .navbar.is-danger .navbar-end .navbar-link:focus,
      .navbar.is-danger .navbar-end .navbar-link:hover,
      .navbar.is-danger .navbar-end .navbar-link.is-active {
        background-color: #ef2e55;
        color: #fff; }
      .navbar.is-danger .navbar-start .navbar-link::after,
      .navbar.is-danger .navbar-end .navbar-link::after {
        border-color: #fff; }
      .navbar.is-danger .navbar-item.has-dropdown:focus .navbar-link,
      .navbar.is-danger .navbar-item.has-dropdown:hover .navbar-link,
      .navbar.is-danger .navbar-item.has-dropdown.is-active .navbar-link {
        background-color: #ef2e55;
        color: #fff; }
      .navbar.is-danger .navbar-dropdown a.navbar-item.is-active {
        background-color: #f14668;
        color: #fff; } }
  .navbar > .container {
    align-items: stretch;
    display: flex;
    min-height: 3.25rem;
    width: 100%; }
  .navbar.has-shadow {
    box-shadow: 0 2px 0 0 whitesmoke; }
  .navbar.is-fixed-bottom, .navbar.is-fixed-top {
    left: 0;
    position: fixed;
    right: 0;
    z-index: 30; }
  .navbar.is-fixed-bottom {
    bottom: 0; }
    .navbar.is-fixed-bottom.has-shadow {
      box-shadow: 0 -2px 0 0 whitesmoke; }
  .navbar.is-fixed-top {
    top: 0; }

html.has-navbar-fixed-top,
body.has-navbar-fixed-top {
  padding-top: 3.25rem; }

html.has-navbar-fixed-bottom,
body.has-navbar-fixed-bottom {
  padding-bottom: 3.25rem; }

.navbar-brand,
.navbar-tabs {
  align-items: stretch;
  display: flex;
  flex-shrink: 0;
  min-height: 3.25rem; }

.navbar-brand a.navbar-item:focus, .navbar-brand a.navbar-item:hover {
  background-color: transparent; }

.navbar-tabs {
  -webkit-overflow-scrolling: touch;
  max-width: 100vw;
  overflow-x: auto;
  overflow-y: hidden; }

.navbar-burger {
  color: #4a4a4a;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background: none;
  border: none;
  cursor: pointer;
  display: block;
  height: 3.25rem;
  position: relative;
  width: 3.25rem;
  margin-left: auto; }
  .navbar-burger span {
    background-color: currentColor;
    display: block;
    height: 1px;
    left: calc(50% - 8px);
    position: absolute;
    -webkit-transform-origin: center;
            transform-origin: center;
    transition-duration: 86ms;
    transition-property: background-color, opacity, -webkit-transform;
    transition-property: background-color, opacity, transform;
    transition-property: background-color, opacity, transform, -webkit-transform;
    transition-timing-function: ease-out;
    width: 16px; }
    .navbar-burger span:nth-child(1) {
      top: calc(50% - 6px); }
    .navbar-burger span:nth-child(2) {
      top: calc(50% - 1px); }
    .navbar-burger span:nth-child(3) {
      top: calc(50% + 4px); }
  .navbar-burger:hover {
    background-color: rgba(0, 0, 0, 0.05); }
  .navbar-burger.is-active span:nth-child(1) {
    -webkit-transform: translateY(5px) rotate(45deg);
            transform: translateY(5px) rotate(45deg); }
  .navbar-burger.is-active span:nth-child(2) {
    opacity: 0; }
  .navbar-burger.is-active span:nth-child(3) {
    -webkit-transform: translateY(-5px) rotate(-45deg);
            transform: translateY(-5px) rotate(-45deg); }

.navbar-menu {
  display: none; }

.navbar-item,
.navbar-link {
  color: #4a4a4a;
  display: block;
  line-height: 1.5;
  padding: 0.5rem 0.75rem;
  position: relative; }
  .navbar-item .icon:only-child,
  .navbar-link .icon:only-child {
    margin-left: -0.25rem;
    margin-right: -0.25rem; }

a.navbar-item,
.navbar-link {
  cursor: pointer; }
  a.navbar-item:focus, a.navbar-item:focus-within, a.navbar-item:hover, a.navbar-item.is-active,
  .navbar-link:focus,
  .navbar-link:focus-within,
  .navbar-link:hover,
  .navbar-link.is-active {
    background-color: #fafafa;
    color: #366fff; }

.navbar-item {
  flex-grow: 0;
  flex-shrink: 0; }
  .navbar-item img {
    max-height: 1.75rem; }
  .navbar-item.has-dropdown {
    padding: 0; }
  .navbar-item.is-expanded {
    flex-grow: 1;
    flex-shrink: 1; }
  .navbar-item.is-tab {
    border-bottom: 1px solid transparent;
    min-height: 3.25rem;
    padding-bottom: calc(0.5rem - 1px); }
    .navbar-item.is-tab:focus, .navbar-item.is-tab:hover {
      background-color: transparent;
      border-bottom-color: #366fff; }
    .navbar-item.is-tab.is-active {
      background-color: transparent;
      border-bottom-color: #366fff;
      border-bottom-style: solid;
      border-bottom-width: 3px;
      color: #366fff;
      padding-bottom: calc(0.5rem - 3px); }

.navbar-content {
  flex-grow: 1;
  flex-shrink: 1; }

.navbar-link:not(.is-arrowless) {
  padding-right: 2.5em; }
  .navbar-link:not(.is-arrowless)::after {
    border-color: #366fff;
    margin-top: -0.375em;
    right: 1.125em; }

.navbar-dropdown {
  font-size: 0.875rem;
  padding-bottom: 0.5rem;
  padding-top: 0.5rem; }
  .navbar-dropdown .navbar-item {
    padding-left: 1.5rem;
    padding-right: 1.5rem; }

.navbar-divider {
  background-color: whitesmoke;
  border: none;
  display: none;
  height: 2px;
  margin: 0.5rem 0; }

@media screen and (max-width: 1023px) {
  .navbar > .container {
    display: block; }
  .navbar-brand .navbar-item,
  .navbar-tabs .navbar-item {
    align-items: center;
    display: flex; }
  .navbar-link::after {
    display: none; }
  .navbar-menu {
    background-color: white;
    box-shadow: 0 8px 16px rgba(10, 10, 10, 0.1);
    padding: 0.5rem 0; }
    .navbar-menu.is-active {
      display: block; }
  .navbar.is-fixed-bottom-touch, .navbar.is-fixed-top-touch {
    left: 0;
    position: fixed;
    right: 0;
    z-index: 30; }
  .navbar.is-fixed-bottom-touch {
    bottom: 0; }
    .navbar.is-fixed-bottom-touch.has-shadow {
      box-shadow: 0 -2px 3px rgba(10, 10, 10, 0.1); }
  .navbar.is-fixed-top-touch {
    top: 0; }
  .navbar.is-fixed-top .navbar-menu, .navbar.is-fixed-top-touch .navbar-menu {
    -webkit-overflow-scrolling: touch;
    max-height: calc(100vh - 3.25rem);
    overflow: auto; }
  html.has-navbar-fixed-top-touch,
  body.has-navbar-fixed-top-touch {
    padding-top: 3.25rem; }
  html.has-navbar-fixed-bottom-touch,
  body.has-navbar-fixed-bottom-touch {
    padding-bottom: 3.25rem; } }

@media screen and (min-width: 1024px) {
  .navbar,
  .navbar-menu,
  .navbar-start,
  .navbar-end {
    align-items: stretch;
    display: flex; }
  .navbar {
    min-height: 3.25rem; }
    .navbar.is-spaced {
      padding: 1rem 2rem; }
      .navbar.is-spaced .navbar-start,
      .navbar.is-spaced .navbar-end {
        align-items: center; }
      .navbar.is-spaced a.navbar-item,
      .navbar.is-spaced .navbar-link {
        border-radius: 4px; }
    .navbar.is-transparent a.navbar-item:focus, .navbar.is-transparent a.navbar-item:hover, .navbar.is-transparent a.navbar-item.is-active,
    .navbar.is-transparent .navbar-link:focus,
    .navbar.is-transparent .navbar-link:hover,
    .navbar.is-transparent .navbar-link.is-active {
      background-color: transparent !important; }
    .navbar.is-transparent .navbar-item.has-dropdown.is-active .navbar-link, .navbar.is-transparent .navbar-item.has-dropdown.is-hoverable:focus .navbar-link, .navbar.is-transparent .navbar-item.has-dropdown.is-hoverable:focus-within .navbar-link, .navbar.is-transparent .navbar-item.has-dropdown.is-hoverable:hover .navbar-link {
      background-color: transparent !important; }
    .navbar.is-transparent .navbar-dropdown a.navbar-item:focus, .navbar.is-transparent .navbar-dropdown a.navbar-item:hover {
      background-color: whitesmoke;
      color: #0a0a0a; }
    .navbar.is-transparent .navbar-dropdown a.navbar-item.is-active {
      background-color: whitesmoke;
      color: #366fff; }
  .navbar-burger {
    display: none; }
  .navbar-item,
  .navbar-link {
    align-items: center;
    display: flex; }
  .navbar-item.has-dropdown {
    align-items: stretch; }
  .navbar-item.has-dropdown-up .navbar-link::after {
    -webkit-transform: rotate(135deg) translate(0.25em, -0.25em);
            transform: rotate(135deg) translate(0.25em, -0.25em); }
  .navbar-item.has-dropdown-up .navbar-dropdown {
    border-bottom: 2px solid #dbdbdb;
    border-radius: 6px 6px 0 0;
    border-top: none;
    bottom: 100%;
    box-shadow: 0 -8px 8px rgba(10, 10, 10, 0.1);
    top: auto; }
  .navbar-item.is-active .navbar-dropdown, .navbar-item.is-hoverable:focus .navbar-dropdown, .navbar-item.is-hoverable:focus-within .navbar-dropdown, .navbar-item.is-hoverable:hover .navbar-dropdown {
    display: block; }
    .navbar.is-spaced .navbar-item.is-active .navbar-dropdown, .navbar-item.is-active .navbar-dropdown.is-boxed, .navbar.is-spaced .navbar-item.is-hoverable:focus .navbar-dropdown, .navbar-item.is-hoverable:focus .navbar-dropdown.is-boxed, .navbar.is-spaced .navbar-item.is-hoverable:focus-within .navbar-dropdown, .navbar-item.is-hoverable:focus-within .navbar-dropdown.is-boxed, .navbar.is-spaced .navbar-item.is-hoverable:hover .navbar-dropdown, .navbar-item.is-hoverable:hover .navbar-dropdown.is-boxed {
      opacity: 1;
      pointer-events: auto;
      -webkit-transform: translateY(0);
              transform: translateY(0); }
  .navbar-menu {
    flex-grow: 1;
    flex-shrink: 0; }
  .navbar-start {
    justify-content: flex-start;
    margin-right: auto; }
  .navbar-end {
    justify-content: flex-end;
    margin-left: auto; }
  .navbar-dropdown {
    background-color: white;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    border-top: 2px solid #dbdbdb;
    box-shadow: 0 8px 8px rgba(10, 10, 10, 0.1);
    display: none;
    font-size: 0.875rem;
    left: 0;
    min-width: 100%;
    position: absolute;
    top: 100%;
    z-index: 20; }
    .navbar-dropdown .navbar-item {
      padding: 0.375rem 1rem;
      white-space: nowrap; }
    .navbar-dropdown a.navbar-item {
      padding-right: 3rem; }
      .navbar-dropdown a.navbar-item:focus, .navbar-dropdown a.navbar-item:hover {
        background-color: whitesmoke;
        color: #0a0a0a; }
      .navbar-dropdown a.navbar-item.is-active {
        background-color: whitesmoke;
        color: #366fff; }
    .navbar.is-spaced .navbar-dropdown, .navbar-dropdown.is-boxed {
      border-radius: 6px;
      border-top: none;
      box-shadow: 0 8px 8px rgba(10, 10, 10, 0.1), 0 0 0 1px rgba(10, 10, 10, 0.1);
      display: block;
      opacity: 0;
      pointer-events: none;
      top: calc(100% + (-4px));
      -webkit-transform: translateY(-5px);
              transform: translateY(-5px);
      transition-duration: 86ms;
      transition-property: opacity, -webkit-transform;
      transition-property: opacity, transform;
      transition-property: opacity, transform, -webkit-transform; }
    .navbar-dropdown.is-right {
      left: auto;
      right: 0; }
  .navbar-divider {
    display: block; }
  .navbar > .container .navbar-brand,
  .container > .navbar .navbar-brand {
    margin-left: -0.75rem; }
  .navbar > .container .navbar-menu,
  .container > .navbar .navbar-menu {
    margin-right: -0.75rem; }
  .navbar.is-fixed-bottom-desktop, .navbar.is-fixed-top-desktop {
    left: 0;
    position: fixed;
    right: 0;
    z-index: 30; }
  .navbar.is-fixed-bottom-desktop {
    bottom: 0; }
    .navbar.is-fixed-bottom-desktop.has-shadow {
      box-shadow: 0 -2px 3px rgba(10, 10, 10, 0.1); }
  .navbar.is-fixed-top-desktop {
    top: 0; }
  html.has-navbar-fixed-top-desktop,
  body.has-navbar-fixed-top-desktop {
    padding-top: 3.25rem; }
  html.has-navbar-fixed-bottom-desktop,
  body.has-navbar-fixed-bottom-desktop {
    padding-bottom: 3.25rem; }
  html.has-spaced-navbar-fixed-top,
  body.has-spaced-navbar-fixed-top {
    padding-top: 5.25rem; }
  html.has-spaced-navbar-fixed-bottom,
  body.has-spaced-navbar-fixed-bottom {
    padding-bottom: 5.25rem; }
  a.navbar-item.is-active,
  .navbar-link.is-active {
    color: #0a0a0a; }
  a.navbar-item.is-active:not(:focus):not(:hover),
  .navbar-link.is-active:not(:focus):not(:hover) {
    background-color: transparent; }
  .navbar-item.has-dropdown:focus .navbar-link, .navbar-item.has-dropdown:hover .navbar-link, .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: #fafafa; } }

.hero.is-fullheight-with-navbar {
  min-height: calc(100vh - 3.25rem); }

.level {
  align-items: center;
  justify-content: space-between; }
  .level code {
    border-radius: 4px; }
  .level img {
    display: inline-block;
    vertical-align: top; }
  .level.is-mobile {
    display: flex; }
    .level.is-mobile .level-left,
    .level.is-mobile .level-right {
      display: flex; }
    .level.is-mobile .level-left + .level-right {
      margin-top: 0; }
    .level.is-mobile .level-item:not(:last-child) {
      margin-bottom: 0;
      margin-right: 0.75rem; }
    .level.is-mobile .level-item:not(.is-narrow) {
      flex-grow: 1; }
  @media screen and (min-width: 769px), print {
    .level {
      display: flex; }
      .level > .level-item:not(.is-narrow) {
        flex-grow: 1; } }

.level-item {
  align-items: center;
  display: flex;
  flex-basis: auto;
  flex-grow: 0;
  flex-shrink: 0;
  justify-content: center; }
  .level-item .title,
  .level-item .subtitle {
    margin-bottom: 0; }
  @media screen and (max-width: 768px) {
    .level-item:not(:last-child) {
      margin-bottom: 0.75rem; } }

.level-left,
.level-right {
  flex-basis: auto;
  flex-grow: 0;
  flex-shrink: 0; }
  .level-left .level-item.is-flexible,
  .level-right .level-item.is-flexible {
    flex-grow: 1; }
  @media screen and (min-width: 769px), print {
    .level-left .level-item:not(:last-child),
    .level-right .level-item:not(:last-child) {
      margin-right: 0.75rem; } }

.level-left {
  align-items: center;
  justify-content: flex-start; }
  @media screen and (max-width: 768px) {
    .level-left + .level-right {
      margin-top: 1.5rem; } }
  @media screen and (min-width: 769px), print {
    .level-left {
      display: flex; } }

.level-right {
  align-items: center;
  justify-content: flex-end; }
  @media screen and (min-width: 769px), print {
    .level-right {
      display: flex; } }

.container {
  flex-grow: 1;
  margin: 0 auto;
  position: relative;
  width: auto; }
  .container.is-fluid {
    max-width: none !important;
    padding-left: 32px;
    padding-right: 32px;
    width: 100%; }
  @media screen and (min-width: 1024px) {
    .container {
      max-width: 960px; } }
  @media screen and (max-width: 1215px) {
    .container.is-widescreen:not(.is-max-desktop) {
      max-width: 1152px; } }
  @media screen and (max-width: 1407px) {
    .container.is-fullhd:not(.is-max-desktop):not(.is-max-widescreen) {
      max-width: 1344px; } }
  @media screen and (min-width: 1216px) {
    .container:not(.is-max-desktop) {
      max-width: 1152px; } }
  @media screen and (min-width: 1408px) {
    .container:not(.is-max-desktop):not(.is-max-widescreen) {
      max-width: 1344px; } }

.content li + li {
  margin-top: 0.25em; }

.content p:not(:last-child),
.content dl:not(:last-child),
.content ol:not(:last-child),
.content ul:not(:last-child),
.content blockquote:not(:last-child),
.content pre:not(:last-child),
.content table:not(:last-child) {
  margin-bottom: 1em; }

.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6 {
  color: #404041;
  font-weight: 700;
  line-height: 1.125; }

.content h1 {
  font-size: 2em;
  margin-bottom: 0.5em; }
  .content h1:not(:first-child) {
    margin-top: 1em; }

.content h2 {
  font-size: 1.75em;
  margin-bottom: 0.5714em; }
  .content h2:not(:first-child) {
    margin-top: 1.1428em; }

.content h3 {
  font-size: 1.5em;
  margin-bottom: 0.6666em; }
  .content h3:not(:first-child) {
    margin-top: 1.3333em; }

.content h4 {
  font-size: 1.25em;
  margin-bottom: 0.8em; }

.content h5 {
  font-size: 1.125em;
  margin-bottom: 0.8888em; }

.content h6 {
  font-size: 1em;
  margin-bottom: 1em; }

.content blockquote {
  background-color: whitesmoke;
  border-left: 5px solid #dbdbdb;
  padding: 1.25em 1.5em; }

.content ol {
  list-style-position: outside;
  margin-left: 2em;
  margin-top: 1em; }
  .content ol:not([type]) {
    list-style-type: decimal; }
    .content ol:not([type]).is-lower-alpha {
      list-style-type: lower-alpha; }
    .content ol:not([type]).is-lower-roman {
      list-style-type: lower-roman; }
    .content ol:not([type]).is-upper-alpha {
      list-style-type: upper-alpha; }
    .content ol:not([type]).is-upper-roman {
      list-style-type: upper-roman; }

.content ul {
  list-style: disc outside;
  margin-left: 2em;
  margin-top: 1em; }
  .content ul ul {
    list-style-type: circle;
    margin-top: 0.5em; }
    .content ul ul ul {
      list-style-type: square; }

.content dd {
  margin-left: 2em; }

.content figure {
  margin-left: 2em;
  margin-right: 2em;
  text-align: center; }
  .content figure:not(:first-child) {
    margin-top: 2em; }
  .content figure:not(:last-child) {
    margin-bottom: 2em; }
  .content figure img {
    display: inline-block; }
  .content figure figcaption {
    font-style: italic; }

.content pre {
  -webkit-overflow-scrolling: touch;
  overflow-x: auto;
  padding: 1.25em 1.5em;
  white-space: pre;
  word-wrap: normal; }

.content sup,
.content sub {
  font-size: 75%; }

.content table {
  width: 100%; }
  .content table td,
  .content table th {
    border: 1px solid #dbdbdb;
    border-width: 0 0 1px;
    padding: 0.5em 0.75em;
    vertical-align: top; }
  .content table th {
    color: #363636; }
    .content table th:not([align]) {
      text-align: inherit; }
  .content table thead td,
  .content table thead th {
    border-width: 0 0 2px;
    color: #363636; }
  .content table tfoot td,
  .content table tfoot th {
    border-width: 2px 0 0;
    color: #363636; }
  .content table tbody tr:last-child td,
  .content table tbody tr:last-child th {
    border-bottom-width: 0; }

.content .tabs li + li {
  margin-top: 0; }

.content.is-small {
  font-size: 0.75rem; }

.content.is-normal {
  font-size: 1rem; }

.content.is-medium {
  font-size: 1.25rem; }

.content.is-large {
  font-size: 1.5rem; }

.button {
  background-color: white;
  border-color: #dbdbdb;
  border-width: 1px;
  color: #363636;
  cursor: pointer;
  justify-content: center;
  padding-bottom: calc(0.5em - 1px);
  padding-left: 1em;
  padding-right: 1em;
  padding-top: calc(0.5em - 1px);
  text-align: center;
  white-space: nowrap; }
  .button strong {
    color: inherit; }
  .button .icon, .button .icon.is-small, .button .icon.is-medium, .button .icon.is-large {
    height: 1.5em;
    width: 1.5em; }
  .button .icon:first-child:not(:last-child) {
    margin-left: calc(-0.5em - 1px);
    margin-right: 0.25em; }
  .button .icon:last-child:not(:first-child) {
    margin-left: 0.25em;
    margin-right: calc(-0.5em - 1px); }
  .button .icon:first-child:last-child {
    margin-left: calc(-0.5em - 1px);
    margin-right: calc(-0.5em - 1px); }
  .button:hover, .button.is-hovered {
    border-color: #ececec;
    color: #363636; }
  .button:focus, .button.is-focused {
    border-color: #366fff;
    color: #363636; }
    .button:focus:not(:active), .button.is-focused:not(:active) {
      box-shadow: 0 0 0 0.125em rgba(54, 111, 255, 0.25); }
  .button:active, .button.is-active {
    border-color: #4a4a4a;
    color: #363636; }
  .button.is-text {
    background-color: transparent;
    border-color: transparent;
    color: #4a4a4a;
    text-decoration: underline; }
    .button.is-text:hover, .button.is-text.is-hovered, .button.is-text:focus, .button.is-text.is-focused {
      background-color: whitesmoke;
      color: #363636; }
    .button.is-text:active, .button.is-text.is-active {
      background-color: #e8e8e8;
      color: #363636; }
    .button.is-text[disabled],
    fieldset[disabled] .button.is-text {
      background-color: transparent;
      border-color: transparent;
      box-shadow: none; }
  .button.is-ghost {
    background: none;
    border-color: transparent;
    color: #366fff;
    text-decoration: none; }
    .button.is-ghost:hover, .button.is-ghost.is-hovered {
      color: #366fff;
      text-decoration: underline; }
  .button.is-white {
    background-color: white;
    border-color: transparent;
    color: #0a0a0a; }
    .button.is-white:hover, .button.is-white.is-hovered {
      background-color: #f9f9f9;
      border-color: transparent;
      color: #0a0a0a; }
    .button.is-white:focus, .button.is-white.is-focused {
      border-color: transparent;
      color: #0a0a0a; }
      .button.is-white:focus:not(:active), .button.is-white.is-focused:not(:active) {
        box-shadow: 0 0 0 0.125em rgba(255, 255, 255, 0.25); }
    .button.is-white:active, .button.is-white.is-active {
      background-color: #f2f2f2;
      border-color: transparent;
      color: #0a0a0a; }
    .button.is-white[disabled],
    fieldset[disabled] .button.is-white {
      background-color: white;
      border-color: white;
      box-shadow: none; }
    .button.is-white.is-inverted {
      background-color: #0a0a0a;
      color: white; }
      .button.is-white.is-inverted:hover, .button.is-white.is-inverted.is-hovered {
        background-color: black; }
      .button.is-white.is-inverted[disabled],
      fieldset[disabled] .button.is-white.is-inverted {
        background-color: #0a0a0a;
        border-color: transparent;
        box-shadow: none;
        color: white; }
    .button.is-white.is-loading::after {
      border-color: transparent transparent #0a0a0a #0a0a0a !important; }
    .button.is-white.is-outlined {
      background-color: transparent;
      border-color: white;
      color: white; }
      .button.is-white.is-outlined:hover, .button.is-white.is-outlined.is-hovered, .button.is-white.is-outlined:focus, .button.is-white.is-outlined.is-focused {
        background-color: white;
        border-color: white;
        color: #0a0a0a; }
      .button.is-white.is-outlined.is-loading::after {
        border-color: transparent transparent white white !important; }
      .button.is-white.is-outlined.is-loading:hover::after, .button.is-white.is-outlined.is-loading.is-hovered::after, .button.is-white.is-outlined.is-loading:focus::after, .button.is-white.is-outlined.is-loading.is-focused::after {
        border-color: transparent transparent #0a0a0a #0a0a0a !important; }
      .button.is-white.is-outlined[disabled],
      fieldset[disabled] .button.is-white.is-outlined {
        background-color: transparent;
        border-color: white;
        box-shadow: none;
        color: white; }
    .button.is-white.is-inverted.is-outlined {
      background-color: transparent;
      border-color: #0a0a0a;
      color: #0a0a0a; }
      .button.is-white.is-inverted.is-outlined:hover, .button.is-white.is-inverted.is-outlined.is-hovered, .button.is-white.is-inverted.is-outlined:focus, .button.is-white.is-inverted.is-outlined.is-focused {
        background-color: #0a0a0a;
        color: white; }
      .button.is-white.is-inverted.is-outlined.is-loading:hover::after, .button.is-white.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-white.is-inverted.is-outlined.is-loading:focus::after, .button.is-white.is-inverted.is-outlined.is-loading.is-focused::after {
        border-color: transparent transparent white white !important; }
      .button.is-white.is-inverted.is-outlined[disabled],
      fieldset[disabled] .button.is-white.is-inverted.is-outlined {
        background-color: transparent;
        border-color: #0a0a0a;
        box-shadow: none;
        color: #0a0a0a; }
  .button.is-black {
    background-color: #0a0a0a;
    border-color: transparent;
    color: white; }
    .button.is-black:hover, .button.is-black.is-hovered {
      background-color: #040404;
      border-color: transparent;
      color: white; }
    .button.is-black:focus, .button.is-black.is-focused {
      border-color: transparent;
      color: white; }
      .button.is-black:focus:not(:active), .button.is-black.is-focused:not(:active) {
        box-shadow: 0 0 0 0.125em rgba(10, 10, 10, 0.25); }
    .button.is-black:active, .button.is-black.is-active {
      background-color: black;
      border-color: transparent;
      color: white; }
    .button.is-black[disabled],
    fieldset[disabled] .button.is-black {
      background-color: #0a0a0a;
      border-color: #0a0a0a;
      box-shadow: none; }
    .button.is-black.is-inverted {
      background-color: white;
      color: #0a0a0a; }
      .button.is-black.is-inverted:hover, .button.is-black.is-inverted.is-hovered {
        background-color: #f2f2f2; }
      .button.is-black.is-inverted[disabled],
      fieldset[disabled] .button.is-black.is-inverted {
        background-color: white;
        border-color: transparent;
        box-shadow: none;
        color: #0a0a0a; }
    .button.is-black.is-loading::after {
      border-color: transparent transparent white white !important; }
    .button.is-black.is-outlined {
      background-color: transparent;
      border-color: #0a0a0a;
      color: #0a0a0a; }
      .button.is-black.is-outlined:hover, .button.is-black.is-outlined.is-hovered, .button.is-black.is-outlined:focus, .button.is-black.is-outlined.is-focused {
        background-color: #0a0a0a;
        border-color: #0a0a0a;
        color: white; }
      .button.is-black.is-outlined.is-loading::after {
        border-color: transparent transparent #0a0a0a #0a0a0a !important; }
      .button.is-black.is-outlined.is-loading:hover::after, .button.is-black.is-outlined.is-loading.is-hovered::after, .button.is-black.is-outlined.is-loading:focus::after, .button.is-black.is-outlined.is-loading.is-focused::after {
        border-color: transparent transparent white white !important; }
      .button.is-black.is-outlined[disabled],
      fieldset[disabled] .button.is-black.is-outlined {
        background-color: transparent;
        border-color: #0a0a0a;
        box-shadow: none;
        color: #0a0a0a; }
    .button.is-black.is-inverted.is-outlined {
      background-color: transparent;
      border-color: white;
      color: white; }
      .button.is-black.is-inverted.is-outlined:hover, .button.is-black.is-inverted.is-outlined.is-hovered, .button.is-black.is-inverted.is-outlined:focus, .button.is-black.is-inverted.is-outlined.is-focused {
        background-color: white;
        color: #0a0a0a; }
      .button.is-black.is-inverted.is-outlined.is-loading:hover::after, .button.is-black.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-black.is-inverted.is-outlined.is-loading:focus::after, .button.is-black.is-inverted.is-outlined.is-loading.is-focused::after {
        border-color: transparent transparent #0a0a0a #0a0a0a !important; }
      .button.is-black.is-inverted.is-outlined[disabled],
      fieldset[disabled] .button.is-black.is-inverted.is-outlined {
        background-color: transparent;
        border-color: white;
        box-shadow: none;
        color: white; }
  .button.is-light {
    background-color: whitesmoke;
    border-color: transparent;
    color: rgba(0, 0, 0, 0.7); }
    .button.is-light:hover, .button.is-light.is-hovered {
      background-color: #eeeeee;
      border-color: transparent;
      color: rgba(0, 0, 0, 0.7); }
    .button.is-light:focus, .button.is-light.is-focused {
      border-color: transparent;
      color: rgba(0, 0, 0, 0.7); }
      .button.is-light:focus:not(:active), .button.is-light.is-focused:not(:active) {
        box-shadow: 0 0 0 0.125em rgba(245, 245, 245, 0.25); }
    .button.is-light:active, .button.is-light.is-active {
      background-color: #e8e8e8;
      border-color: transparent;
      color: rgba(0, 0, 0, 0.7); }
    .button.is-light[disabled],
    fieldset[disabled] .button.is-light {
      background-color: whitesmoke;
      border-color: whitesmoke;
      box-shadow: none; }
    .button.is-light.is-inverted {
      background-color: rgba(0, 0, 0, 0.7);
      color: whitesmoke; }
      .button.is-light.is-inverted:hover, .button.is-light.is-inverted.is-hovered {
        background-color: rgba(0, 0, 0, 0.7); }
      .button.is-light.is-inverted[disabled],
      fieldset[disabled] .button.is-light.is-inverted {
        background-color: rgba(0, 0, 0, 0.7);
        border-color: transparent;
        box-shadow: none;
        color: whitesmoke; }
    .button.is-light.is-loading::after {
      border-color: transparent transparent rgba(0, 0, 0, 0.7) rgba(0, 0, 0, 0.7) !important; }
    .button.is-light.is-outlined {
      background-color: transparent;
      border-color: whitesmoke;
      color: whitesmoke; }
      .button.is-light.is-outlined:hover, .button.is-light.is-outlined.is-hovered, .button.is-light.is-outlined:focus, .button.is-light.is-outlined.is-focused {
        background-color: whitesmoke;
        border-color: whitesmoke;
        color: rgba(0, 0, 0, 0.7); }
      .button.is-light.is-outlined.is-loading::after {
        border-color: transparent transparent whitesmoke whitesmoke !important; }
      .button.is-light.is-outlined.is-loading:hover::after, .button.is-light.is-outlined.is-loading.is-hovered::after, .button.is-light.is-outlined.is-loading:focus::after, .button.is-light.is-outlined.is-loading.is-focused::after {
        border-color: transparent transparent rgba(0, 0, 0, 0.7) rgba(0, 0, 0, 0.7) !important; }
      .button.is-light.is-outlined[disabled],
      fieldset[disabled] .button.is-light.is-outlined {
        background-color: transparent;
        border-color: whitesmoke;
        box-shadow: none;
        color: whitesmoke; }
    .button.is-light.is-inverted.is-outlined {
      background-color: transparent;
      border-color: rgba(0, 0, 0, 0.7);
      color: rgba(0, 0, 0, 0.7); }
      .button.is-light.is-inverted.is-outlined:hover, .button.is-light.is-inverted.is-outlined.is-hovered, .button.is-light.is-inverted.is-outlined:focus, .button.is-light.is-inverted.is-outlined.is-focused {
        background-color: rgba(0, 0, 0, 0.7);
        color: whitesmoke; }
      .button.is-light.is-inverted.is-outlined.is-loading:hover::after, .button.is-light.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-light.is-inverted.is-outlined.is-loading:focus::after, .button.is-light.is-inverted.is-outlined.is-loading.is-focused::after {
        border-color: transparent transparent whitesmoke whitesmoke !important; }
      .button.is-light.is-inverted.is-outlined[disabled],
      fieldset[disabled] .button.is-light.is-inverted.is-outlined {
        background-color: transparent;
        border-color: rgba(0, 0, 0, 0.7);
        box-shadow: none;
        color: rgba(0, 0, 0, 0.7); }
  .button.is-dark {
    background-color: #363636;
    border-color: transparent;
    color: #fff; }
    .button.is-dark:hover, .button.is-dark.is-hovered {
      background-color: #2f2f2f;
      border-color: transparent;
      color: #fff; }
    .button.is-dark:focus, .button.is-dark.is-focused {
      border-color: transparent;
      color: #fff; }
      .button.is-dark:focus:not(:active), .button.is-dark.is-focused:not(:active) {
        box-shadow: 0 0 0 0.125em rgba(54, 54, 54, 0.25); }
    .button.is-dark:active, .button.is-dark.is-active {
      background-color: #292929;
      border-color: transparent;
      color: #fff; }
    .button.is-dark[disabled],
    fieldset[disabled] .button.is-dark {
      background-color: #363636;
      border-color: #363636;
      box-shadow: none; }
    .button.is-dark.is-inverted {
      background-color: #fff;
      color: #363636; }
      .button.is-dark.is-inverted:hover, .button.is-dark.is-inverted.is-hovered {
        background-color: #f2f2f2; }
      .button.is-dark.is-inverted[disabled],
      fieldset[disabled] .button.is-dark.is-inverted {
        background-color: #fff;
        border-color: transparent;
        box-shadow: none;
        color: #363636; }
    .button.is-dark.is-loading::after {
      border-color: transparent transparent #fff #fff !important; }
    .button.is-dark.is-outlined {
      background-color: transparent;
      border-color: #363636;
      color: #363636; }
      .button.is-dark.is-outlined:hover, .button.is-dark.is-outlined.is-hovered, .button.is-dark.is-outlined:focus, .button.is-dark.is-outlined.is-focused {
        background-color: #363636;
        border-color: #363636;
        color: #fff; }
      .button.is-dark.is-outlined.is-loading::after {
        border-color: transparent transparent #363636 #363636 !important; }
      .button.is-dark.is-outlined.is-loading:hover::after, .button.is-dark.is-outlined.is-loading.is-hovered::after, .button.is-dark.is-outlined.is-loading:focus::after, .button.is-dark.is-outlined.is-loading.is-focused::after {
        border-color: transparent transparent #fff #fff !important; }
      .button.is-dark.is-outlined[disabled],
      fieldset[disabled] .button.is-dark.is-outlined {
        background-color: transparent;
        border-color: #363636;
        box-shadow: none;
        color: #363636; }
    .button.is-dark.is-inverted.is-outlined {
      background-color: transparent;
      border-color: #fff;
      color: #fff; }
      .button.is-dark.is-inverted.is-outlined:hover, .button.is-dark.is-inverted.is-outlined.is-hovered, .button.is-dark.is-inverted.is-outlined:focus, .button.is-dark.is-inverted.is-outlined.is-focused {
        background-color: #fff;
        color: #363636; }
      .button.is-dark.is-inverted.is-outlined.is-loading:hover::after, .button.is-dark.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-dark.is-inverted.is-outlined.is-loading:focus::after, .button.is-dark.is-inverted.is-outlined.is-loading.is-focused::after {
        border-color: transparent transparent #363636 #363636 !important; }
      .button.is-dark.is-inverted.is-outlined[disabled],
      fieldset[disabled] .button.is-dark.is-inverted.is-outlined {
        background-color: transparent;
        border-color: #fff;
        box-shadow: none;
        color: #fff; }
  .button.is-primary {
    background-color: #c3161c;
    border-color: transparent;
    color: #fff; }
    .button.is-primary:hover, .button.is-primary.is-hovered {
      background-color: #b8151a;
      border-color: transparent;
      color: #fff; }
    .button.is-primary:focus, .button.is-primary.is-focused {
      border-color: transparent;
      color: #fff; }
      .button.is-primary:focus:not(:active), .button.is-primary.is-focused:not(:active) {
        box-shadow: 0 0 0 0.125em rgba(195, 22, 28, 0.25); }
    .button.is-primary:active, .button.is-primary.is-active {
      background-color: #ac1319;
      border-color: transparent;
      color: #fff; }
    .button.is-primary[disabled],
    fieldset[disabled] .button.is-primary {
      background-color: #c3161c;
      border-color: #c3161c;
      box-shadow: none; }
    .button.is-primary.is-inverted {
      background-color: #fff;
      color: #c3161c; }
      .button.is-primary.is-inverted:hover, .button.is-primary.is-inverted.is-hovered {
        background-color: #f2f2f2; }
      .button.is-primary.is-inverted[disabled],
      fieldset[disabled] .button.is-primary.is-inverted {
        background-color: #fff;
        border-color: transparent;
        box-shadow: none;
        color: #c3161c; }
    .button.is-primary.is-loading::after {
      border-color: transparent transparent #fff #fff !important; }
    .button.is-primary.is-outlined {
      background-color: transparent;
      border-color: #c3161c;
      color: #c3161c; }
      .button.is-primary.is-outlined:hover, .button.is-primary.is-outlined.is-hovered, .button.is-primary.is-outlined:focus, .button.is-primary.is-outlined.is-focused {
        background-color: #c3161c;
        border-color: #c3161c;
        color: #fff; }
      .button.is-primary.is-outlined.is-loading::after {
        border-color: transparent transparent #c3161c #c3161c !important; }
      .button.is-primary.is-outlined.is-loading:hover::after, .button.is-primary.is-outlined.is-loading.is-hovered::after, .button.is-primary.is-outlined.is-loading:focus::after, .button.is-primary.is-outlined.is-loading.is-focused::after {
        border-color: transparent transparent #fff #fff !important; }
      .button.is-primary.is-outlined[disabled],
      fieldset[disabled] .button.is-primary.is-outlined {
        background-color: transparent;
        border-color: #c3161c;
        box-shadow: none;
        color: #c3161c; }
    .button.is-primary.is-inverted.is-outlined {
      background-color: transparent;
      border-color: #fff;
      color: #fff; }
      .button.is-primary.is-inverted.is-outlined:hover, .button.is-primary.is-inverted.is-outlined.is-hovered, .button.is-primary.is-inverted.is-outlined:focus, .button.is-primary.is-inverted.is-outlined.is-focused {
        background-color: #fff;
        color: #c3161c; }
      .button.is-primary.is-inverted.is-outlined.is-loading:hover::after, .button.is-primary.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-primary.is-inverted.is-outlined.is-loading:focus::after, .button.is-primary.is-inverted.is-outlined.is-loading.is-focused::after {
        border-color: transparent transparent #c3161c #c3161c !important; }
      .button.is-primary.is-inverted.is-outlined[disabled],
      fieldset[disabled] .button.is-primary.is-inverted.is-outlined {
        background-color: transparent;
        border-color: #fff;
        box-shadow: none;
        color: #fff; }
    .button.is-primary.is-light {
      background-color: #fdeded;
      color: #e51a21; }
      .button.is-primary.is-light:hover, .button.is-primary.is-light.is-hovered {
        background-color: #fce1e2;
        border-color: transparent;
        color: #e51a21; }
      .button.is-primary.is-light:active, .button.is-primary.is-light.is-active {
        background-color: #fad6d7;
        border-color: transparent;
        color: #e51a21; }
  .button.is-link {
    background-color: #366fff;
    border-color: transparent;
    color: #fff; }
    .button.is-link:hover, .button.is-link.is-hovered {
      background-color: #2966ff;
      border-color: transparent;
      color: #fff; }
    .button.is-link:focus, .button.is-link.is-focused {
      border-color: transparent;
      color: #fff; }
      .button.is-link:focus:not(:active), .button.is-link.is-focused:not(:active) {
        box-shadow: 0 0 0 0.125em rgba(54, 111, 255, 0.25); }
    .button.is-link:active, .button.is-link.is-active {
      background-color: #1d5dff;
      border-color: transparent;
      color: #fff; }
    .button.is-link[disabled],
    fieldset[disabled] .button.is-link {
      background-color: #366fff;
      border-color: #366fff;
      box-shadow: none; }
    .button.is-link.is-inverted {
      background-color: #fff;
      color: #366fff; }
      .button.is-link.is-inverted:hover, .button.is-link.is-inverted.is-hovered {
        background-color: #f2f2f2; }
      .button.is-link.is-inverted[disabled],
      fieldset[disabled] .button.is-link.is-inverted {
        background-color: #fff;
        border-color: transparent;
        box-shadow: none;
        color: #366fff; }
    .button.is-link.is-loading::after {
      border-color: transparent transparent #fff #fff !important; }
    .button.is-link.is-outlined {
      background-color: transparent;
      border-color: #366fff;
      color: #366fff; }
      .button.is-link.is-outlined:hover, .button.is-link.is-outlined.is-hovered, .button.is-link.is-outlined:focus, .button.is-link.is-outlined.is-focused {
        background-color: #366fff;
        border-color: #366fff;
        color: #fff; }
      .button.is-link.is-outlined.is-loading::after {
        border-color: transparent transparent #366fff #366fff !important; }
      .button.is-link.is-outlined.is-loading:hover::after, .button.is-link.is-outlined.is-loading.is-hovered::after, .button.is-link.is-outlined.is-loading:focus::after, .button.is-link.is-outlined.is-loading.is-focused::after {
        border-color: transparent transparent #fff #fff !important; }
      .button.is-link.is-outlined[disabled],
      fieldset[disabled] .button.is-link.is-outlined {
        background-color: transparent;
        border-color: #366fff;
        box-shadow: none;
        color: #366fff; }
    .button.is-link.is-inverted.is-outlined {
      background-color: transparent;
      border-color: #fff;
      color: #fff; }
      .button.is-link.is-inverted.is-outlined:hover, .button.is-link.is-inverted.is-outlined.is-hovered, .button.is-link.is-inverted.is-outlined:focus, .button.is-link.is-inverted.is-outlined.is-focused {
        background-color: #fff;
        color: #366fff; }
      .button.is-link.is-inverted.is-outlined.is-loading:hover::after, .button.is-link.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-link.is-inverted.is-outlined.is-loading:focus::after, .button.is-link.is-inverted.is-outlined.is-loading.is-focused::after {
        border-color: transparent transparent #366fff #366fff !important; }
      .button.is-link.is-inverted.is-outlined[disabled],
      fieldset[disabled] .button.is-link.is-inverted.is-outlined {
        background-color: transparent;
        border-color: #fff;
        box-shadow: none;
        color: #fff; }
    .button.is-link.is-light {
      background-color: #ebf0ff;
      color: #0040e0; }
      .button.is-link.is-light:hover, .button.is-link.is-light.is-hovered {
        background-color: #dee7ff;
        border-color: transparent;
        color: #0040e0; }
      .button.is-link.is-light:active, .button.is-link.is-light.is-active {
        background-color: #d1deff;
        border-color: transparent;
        color: #0040e0; }
  .button.is-info {
    background-color: #3e8ed0;
    border-color: transparent;
    color: #fff; }
    .button.is-info:hover, .button.is-info.is-hovered {
      background-color: #3488ce;
      border-color: transparent;
      color: #fff; }
    .button.is-info:focus, .button.is-info.is-focused {
      border-color: transparent;
      color: #fff; }
      .button.is-info:focus:not(:active), .button.is-info.is-focused:not(:active) {
        box-shadow: 0 0 0 0.125em rgba(62, 142, 208, 0.25); }
    .button.is-info:active, .button.is-info.is-active {
      background-color: #3082c5;
      border-color: transparent;
      color: #fff; }
    .button.is-info[disabled],
    fieldset[disabled] .button.is-info {
      background-color: #3e8ed0;
      border-color: #3e8ed0;
      box-shadow: none; }
    .button.is-info.is-inverted {
      background-color: #fff;
      color: #3e8ed0; }
      .button.is-info.is-inverted:hover, .button.is-info.is-inverted.is-hovered {
        background-color: #f2f2f2; }
      .button.is-info.is-inverted[disabled],
      fieldset[disabled] .button.is-info.is-inverted {
        background-color: #fff;
        border-color: transparent;
        box-shadow: none;
        color: #3e8ed0; }
    .button.is-info.is-loading::after {
      border-color: transparent transparent #fff #fff !important; }
    .button.is-info.is-outlined {
      background-color: transparent;
      border-color: #3e8ed0;
      color: #3e8ed0; }
      .button.is-info.is-outlined:hover, .button.is-info.is-outlined.is-hovered, .button.is-info.is-outlined:focus, .button.is-info.is-outlined.is-focused {
        background-color: #3e8ed0;
        border-color: #3e8ed0;
        color: #fff; }
      .button.is-info.is-outlined.is-loading::after {
        border-color: transparent transparent #3e8ed0 #3e8ed0 !important; }
      .button.is-info.is-outlined.is-loading:hover::after, .button.is-info.is-outlined.is-loading.is-hovered::after, .button.is-info.is-outlined.is-loading:focus::after, .button.is-info.is-outlined.is-loading.is-focused::after {
        border-color: transparent transparent #fff #fff !important; }
      .button.is-info.is-outlined[disabled],
      fieldset[disabled] .button.is-info.is-outlined {
        background-color: transparent;
        border-color: #3e8ed0;
        box-shadow: none;
        color: #3e8ed0; }
    .button.is-info.is-inverted.is-outlined {
      background-color: transparent;
      border-color: #fff;
      color: #fff; }
      .button.is-info.is-inverted.is-outlined:hover, .button.is-info.is-inverted.is-outlined.is-hovered, .button.is-info.is-inverted.is-outlined:focus, .button.is-info.is-inverted.is-outlined.is-focused {
        background-color: #fff;
        color: #3e8ed0; }
      .button.is-info.is-inverted.is-outlined.is-loading:hover::after, .button.is-info.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-info.is-inverted.is-outlined.is-loading:focus::after, .button.is-info.is-inverted.is-outlined.is-loading.is-focused::after {
        border-color: transparent transparent #3e8ed0 #3e8ed0 !important; }
      .button.is-info.is-inverted.is-outlined[disabled],
      fieldset[disabled] .button.is-info.is-inverted.is-outlined {
        background-color: transparent;
        border-color: #fff;
        box-shadow: none;
        color: #fff; }
    .button.is-info.is-light {
      background-color: #eff5fb;
      color: #296fa8; }
      .button.is-info.is-light:hover, .button.is-info.is-light.is-hovered {
        background-color: #e4eff9;
        border-color: transparent;
        color: #296fa8; }
      .button.is-info.is-light:active, .button.is-info.is-light.is-active {
        background-color: #dae9f6;
        border-color: transparent;
        color: #296fa8; }
  .button.is-success {
    background-color: #369a6d;
    border-color: transparent;
    color: #fff; }
    .button.is-success:hover, .button.is-success.is-hovered {
      background-color: #339166;
      border-color: transparent;
      color: #fff; }
    .button.is-success:focus, .button.is-success.is-focused {
      border-color: transparent;
      color: #fff; }
      .button.is-success:focus:not(:active), .button.is-success.is-focused:not(:active) {
        box-shadow: 0 0 0 0.125em rgba(54, 154, 109, 0.25); }
    .button.is-success:active, .button.is-success.is-active {
      background-color: #2f8760;
      border-color: transparent;
      color: #fff; }
    .button.is-success[disabled],
    fieldset[disabled] .button.is-success {
      background-color: #369a6d;
      border-color: #369a6d;
      box-shadow: none; }
    .button.is-success.is-inverted {
      background-color: #fff;
      color: #369a6d; }
      .button.is-success.is-inverted:hover, .button.is-success.is-inverted.is-hovered {
        background-color: #f2f2f2; }
      .button.is-success.is-inverted[disabled],
      fieldset[disabled] .button.is-success.is-inverted {
        background-color: #fff;
        border-color: transparent;
        box-shadow: none;
        color: #369a6d; }
    .button.is-success.is-loading::after {
      border-color: transparent transparent #fff #fff !important; }
    .button.is-success.is-outlined {
      background-color: transparent;
      border-color: #369a6d;
      color: #369a6d; }
      .button.is-success.is-outlined:hover, .button.is-success.is-outlined.is-hovered, .button.is-success.is-outlined:focus, .button.is-success.is-outlined.is-focused {
        background-color: #369a6d;
        border-color: #369a6d;
        color: #fff; }
      .button.is-success.is-outlined.is-loading::after {
        border-color: transparent transparent #369a6d #369a6d !important; }
      .button.is-success.is-outlined.is-loading:hover::after, .button.is-success.is-outlined.is-loading.is-hovered::after, .button.is-success.is-outlined.is-loading:focus::after, .button.is-success.is-outlined.is-loading.is-focused::after {
        border-color: transparent transparent #fff #fff !important; }
      .button.is-success.is-outlined[disabled],
      fieldset[disabled] .button.is-success.is-outlined {
        background-color: transparent;
        border-color: #369a6d;
        box-shadow: none;
        color: #369a6d; }
    .button.is-success.is-inverted.is-outlined {
      background-color: transparent;
      border-color: #fff;
      color: #fff; }
      .button.is-success.is-inverted.is-outlined:hover, .button.is-success.is-inverted.is-outlined.is-hovered, .button.is-success.is-inverted.is-outlined:focus, .button.is-success.is-inverted.is-outlined.is-focused {
        background-color: #fff;
        color: #369a6d; }
      .button.is-success.is-inverted.is-outlined.is-loading:hover::after, .button.is-success.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-success.is-inverted.is-outlined.is-loading:focus::after, .button.is-success.is-inverted.is-outlined.is-loading.is-focused::after {
        border-color: transparent transparent #369a6d #369a6d !important; }
      .button.is-success.is-inverted.is-outlined[disabled],
      fieldset[disabled] .button.is-success.is-inverted.is-outlined {
        background-color: transparent;
        border-color: #fff;
        box-shadow: none;
        color: #fff; }
    .button.is-success.is-light {
      background-color: #f0faf5;
      color: #369b6e; }
      .button.is-success.is-light:hover, .button.is-success.is-light.is-hovered {
        background-color: #e6f6ef;
        border-color: transparent;
        color: #369b6e; }
      .button.is-success.is-light:active, .button.is-success.is-light.is-active {
        background-color: #ddf3e9;
        border-color: transparent;
        color: #369b6e; }
  .button.is-warning {
    background-color: #ffe08a;
    border-color: transparent;
    color: rgba(0, 0, 0, 0.7); }
    .button.is-warning:hover, .button.is-warning.is-hovered {
      background-color: #ffdc7d;
      border-color: transparent;
      color: rgba(0, 0, 0, 0.7); }
    .button.is-warning:focus, .button.is-warning.is-focused {
      border-color: transparent;
      color: rgba(0, 0, 0, 0.7); }
      .button.is-warning:focus:not(:active), .button.is-warning.is-focused:not(:active) {
        box-shadow: 0 0 0 0.125em rgba(255, 224, 138, 0.25); }
    .button.is-warning:active, .button.is-warning.is-active {
      background-color: #ffd970;
      border-color: transparent;
      color: rgba(0, 0, 0, 0.7); }
    .button.is-warning[disabled],
    fieldset[disabled] .button.is-warning {
      background-color: #ffe08a;
      border-color: #ffe08a;
      box-shadow: none; }
    .button.is-warning.is-inverted {
      background-color: rgba(0, 0, 0, 0.7);
      color: #ffe08a; }
      .button.is-warning.is-inverted:hover, .button.is-warning.is-inverted.is-hovered {
        background-color: rgba(0, 0, 0, 0.7); }
      .button.is-warning.is-inverted[disabled],
      fieldset[disabled] .button.is-warning.is-inverted {
        background-color: rgba(0, 0, 0, 0.7);
        border-color: transparent;
        box-shadow: none;
        color: #ffe08a; }
    .button.is-warning.is-loading::after {
      border-color: transparent transparent rgba(0, 0, 0, 0.7) rgba(0, 0, 0, 0.7) !important; }
    .button.is-warning.is-outlined {
      background-color: transparent;
      border-color: #ffe08a;
      color: #ffe08a; }
      .button.is-warning.is-outlined:hover, .button.is-warning.is-outlined.is-hovered, .button.is-warning.is-outlined:focus, .button.is-warning.is-outlined.is-focused {
        background-color: #ffe08a;
        border-color: #ffe08a;
        color: rgba(0, 0, 0, 0.7); }
      .button.is-warning.is-outlined.is-loading::after {
        border-color: transparent transparent #ffe08a #ffe08a !important; }
      .button.is-warning.is-outlined.is-loading:hover::after, .button.is-warning.is-outlined.is-loading.is-hovered::after, .button.is-warning.is-outlined.is-loading:focus::after, .button.is-warning.is-outlined.is-loading.is-focused::after {
        border-color: transparent transparent rgba(0, 0, 0, 0.7) rgba(0, 0, 0, 0.7) !important; }
      .button.is-warning.is-outlined[disabled],
      fieldset[disabled] .button.is-warning.is-outlined {
        background-color: transparent;
        border-color: #ffe08a;
        box-shadow: none;
        color: #ffe08a; }
    .button.is-warning.is-inverted.is-outlined {
      background-color: transparent;
      border-color: rgba(0, 0, 0, 0.7);
      color: rgba(0, 0, 0, 0.7); }
      .button.is-warning.is-inverted.is-outlined:hover, .button.is-warning.is-inverted.is-outlined.is-hovered, .button.is-warning.is-inverted.is-outlined:focus, .button.is-warning.is-inverted.is-outlined.is-focused {
        background-color: rgba(0, 0, 0, 0.7);
        color: #ffe08a; }
      .button.is-warning.is-inverted.is-outlined.is-loading:hover::after, .button.is-warning.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-warning.is-inverted.is-outlined.is-loading:focus::after, .button.is-warning.is-inverted.is-outlined.is-loading.is-focused::after {
        border-color: transparent transparent #ffe08a #ffe08a !important; }
      .button.is-warning.is-inverted.is-outlined[disabled],
      fieldset[disabled] .button.is-warning.is-inverted.is-outlined {
        background-color: transparent;
        border-color: rgba(0, 0, 0, 0.7);
        box-shadow: none;
        color: rgba(0, 0, 0, 0.7); }
    .button.is-warning.is-light {
      background-color: #fffaeb;
      color: #946c00; }
      .button.is-warning.is-light:hover, .button.is-warning.is-light.is-hovered {
        background-color: #fff6de;
        border-color: transparent;
        color: #946c00; }
      .button.is-warning.is-light:active, .button.is-warning.is-light.is-active {
        background-color: #fff3d1;
        border-color: transparent;
        color: #946c00; }
  .button.is-danger {
    background-color: #f14668;
    border-color: transparent;
    color: #fff; }
    .button.is-danger:hover, .button.is-danger.is-hovered {
      background-color: #f03a5f;
      border-color: transparent;
      color: #fff; }
    .button.is-danger:focus, .button.is-danger.is-focused {
      border-color: transparent;
      color: #fff; }
      .button.is-danger:focus:not(:active), .button.is-danger.is-focused:not(:active) {
        box-shadow: 0 0 0 0.125em rgba(241, 70, 104, 0.25); }
    .button.is-danger:active, .button.is-danger.is-active {
      background-color: #ef2e55;
      border-color: transparent;
      color: #fff; }
    .button.is-danger[disabled],
    fieldset[disabled] .button.is-danger {
      background-color: #f14668;
      border-color: #f14668;
      box-shadow: none; }
    .button.is-danger.is-inverted {
      background-color: #fff;
      color: #f14668; }
      .button.is-danger.is-inverted:hover, .button.is-danger.is-inverted.is-hovered {
        background-color: #f2f2f2; }
      .button.is-danger.is-inverted[disabled],
      fieldset[disabled] .button.is-danger.is-inverted {
        background-color: #fff;
        border-color: transparent;
        box-shadow: none;
        color: #f14668; }
    .button.is-danger.is-loading::after {
      border-color: transparent transparent #fff #fff !important; }
    .button.is-danger.is-outlined {
      background-color: transparent;
      border-color: #f14668;
      color: #f14668; }
      .button.is-danger.is-outlined:hover, .button.is-danger.is-outlined.is-hovered, .button.is-danger.is-outlined:focus, .button.is-danger.is-outlined.is-focused {
        background-color: #f14668;
        border-color: #f14668;
        color: #fff; }
      .button.is-danger.is-outlined.is-loading::after {
        border-color: transparent transparent #f14668 #f14668 !important; }
      .button.is-danger.is-outlined.is-loading:hover::after, .button.is-danger.is-outlined.is-loading.is-hovered::after, .button.is-danger.is-outlined.is-loading:focus::after, .button.is-danger.is-outlined.is-loading.is-focused::after {
        border-color: transparent transparent #fff #fff !important; }
      .button.is-danger.is-outlined[disabled],
      fieldset[disabled] .button.is-danger.is-outlined {
        background-color: transparent;
        border-color: #f14668;
        box-shadow: none;
        color: #f14668; }
    .button.is-danger.is-inverted.is-outlined {
      background-color: transparent;
      border-color: #fff;
      color: #fff; }
      .button.is-danger.is-inverted.is-outlined:hover, .button.is-danger.is-inverted.is-outlined.is-hovered, .button.is-danger.is-inverted.is-outlined:focus, .button.is-danger.is-inverted.is-outlined.is-focused {
        background-color: #fff;
        color: #f14668; }
      .button.is-danger.is-inverted.is-outlined.is-loading:hover::after, .button.is-danger.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-danger.is-inverted.is-outlined.is-loading:focus::after, .button.is-danger.is-inverted.is-outlined.is-loading.is-focused::after {
        border-color: transparent transparent #f14668 #f14668 !important; }
      .button.is-danger.is-inverted.is-outlined[disabled],
      fieldset[disabled] .button.is-danger.is-inverted.is-outlined {
        background-color: transparent;
        border-color: #fff;
        box-shadow: none;
        color: #fff; }
    .button.is-danger.is-light {
      background-color: #feecf0;
      color: #cc0f35; }
      .button.is-danger.is-light:hover, .button.is-danger.is-light.is-hovered {
        background-color: #fde0e6;
        border-color: transparent;
        color: #cc0f35; }
      .button.is-danger.is-light:active, .button.is-danger.is-light.is-active {
        background-color: #fcd4dc;
        border-color: transparent;
        color: #cc0f35; }
  .button.is-small {
    font-size: 0.75rem; }
    .button.is-small:not(.is-rounded) {
      border-radius: 2px; }
  .button.is-normal {
    font-size: 1rem; }
  .button.is-medium {
    font-size: 1.25rem; }
  .button.is-large {
    font-size: 1.5rem; }
  .button[disabled],
  fieldset[disabled] .button {
    background-color: white;
    border-color: #dbdbdb;
    box-shadow: none;
    opacity: 0.5; }
  .button.is-fullwidth {
    display: flex;
    width: 100%; }
  .button.is-loading {
    color: transparent !important;
    pointer-events: none; }
    .button.is-loading::after {
      position: absolute;
      left: calc(50% - (1em * 0.5));
      top: calc(50% - (1em * 0.5));
      position: absolute !important; }
  .button.is-static {
    background-color: whitesmoke;
    border-color: #dbdbdb;
    color: #404041;
    box-shadow: none;
    pointer-events: none; }
  .button.is-rounded {
    border-radius: 9999px;
    padding-left: calc(1em + 0.25em);
    padding-right: calc(1em + 0.25em); }

.buttons {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start; }
  .buttons .button {
    margin-bottom: 0.5rem; }
    .buttons .button:not(:last-child):not(.is-fullwidth) {
      margin-right: 0.5rem; }
  .buttons:last-child {
    margin-bottom: -0.5rem; }
  .buttons:not(:last-child) {
    margin-bottom: 1rem; }
  .buttons.are-small .button:not(.is-normal):not(.is-medium):not(.is-large) {
    font-size: 0.75rem; }
    .buttons.are-small .button:not(.is-normal):not(.is-medium):not(.is-large):not(.is-rounded) {
      border-radius: 2px; }
  .buttons.are-medium .button:not(.is-small):not(.is-normal):not(.is-large) {
    font-size: 1.25rem; }
  .buttons.are-large .button:not(.is-small):not(.is-normal):not(.is-medium) {
    font-size: 1.5rem; }
  .buttons.has-addons .button:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0; }
  .buttons.has-addons .button:not(:last-child) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    margin-right: -1px; }
  .buttons.has-addons .button:last-child {
    margin-right: 0; }
  .buttons.has-addons .button:hover, .buttons.has-addons .button.is-hovered {
    z-index: 2; }
  .buttons.has-addons .button:focus, .buttons.has-addons .button.is-focused, .buttons.has-addons .button:active, .buttons.has-addons .button.is-active, .buttons.has-addons .button.is-selected {
    z-index: 3; }
    .buttons.has-addons .button:focus:hover, .buttons.has-addons .button.is-focused:hover, .buttons.has-addons .button:active:hover, .buttons.has-addons .button.is-active:hover, .buttons.has-addons .button.is-selected:hover {
      z-index: 4; }
  .buttons.has-addons .button.is-expanded {
    flex-grow: 1;
    flex-shrink: 1; }
  .buttons.is-centered {
    justify-content: center; }
    .buttons.is-centered:not(.has-addons) .button:not(.is-fullwidth) {
      margin-left: 0.25rem;
      margin-right: 0.25rem; }
  .buttons.is-right {
    justify-content: flex-end; }
    .buttons.is-right:not(.has-addons) .button:not(.is-fullwidth) {
      margin-left: 0.25rem;
      margin-right: 0.25rem; }

@media screen and (max-width: 768px) {
  .button.is-responsive.is-small {
    font-size: 0.5625rem; }
  .button.is-responsive,
  .button.is-responsive.is-normal {
    font-size: 0.65625rem; }
  .button.is-responsive.is-medium {
    font-size: 0.75rem; }
  .button.is-responsive.is-large {
    font-size: 1rem; } }

@media screen and (min-width: 769px) and (max-width: 1023px) {
  .button.is-responsive.is-small {
    font-size: 0.65625rem; }
  .button.is-responsive,
  .button.is-responsive.is-normal {
    font-size: 0.75rem; }
  .button.is-responsive.is-medium {
    font-size: 1rem; }
  .button.is-responsive.is-large {
    font-size: 1.25rem; } }

.title,
.subtitle {
  word-break: break-word; }
  .title em,
  .title span,
  .subtitle em,
  .subtitle span {
    font-weight: inherit; }
  .title sub,
  .subtitle sub {
    font-size: 0.75em; }
  .title sup,
  .subtitle sup {
    font-size: 0.75em; }
  .title .tag,
  .subtitle .tag {
    vertical-align: middle; }

.title {
  color: #363636;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.125; }
  .title strong {
    color: inherit;
    font-weight: inherit; }
  .title:not(.is-spaced) + .subtitle {
    margin-top: -1.25rem; }
  .title.is-1 {
    font-size: 3rem; }
  .title.is-2 {
    font-size: 2.5rem; }
  .title.is-3 {
    font-size: 2rem; }
  .title.is-4 {
    font-size: 1.5rem; }
  .title.is-5 {
    font-size: 1.25rem; }
  .title.is-6 {
    font-size: 1rem; }
  .title.is-7 {
    font-size: 0.75rem; }

.subtitle {
  color: #4a4a4a;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.25; }
  .subtitle strong {
    color: #363636;
    font-weight: 600; }
  .subtitle:not(.is-spaced) + .title {
    margin-top: -1.25rem; }
  .subtitle.is-1 {
    font-size: 3rem; }
  .subtitle.is-2 {
    font-size: 2.5rem; }
  .subtitle.is-3 {
    font-size: 2rem; }
  .subtitle.is-4 {
    font-size: 1.5rem; }
  .subtitle.is-5 {
    font-size: 1.25rem; }
  .subtitle.is-6 {
    font-size: 1rem; }
  .subtitle.is-7 {
    font-size: 0.75rem; }

/* Bulma Form */
.input, .textarea, .select select {
  background-color: #ececec;
  border-color: transparent;
  border-radius: 0;
  color: #404041; }
  .input::-moz-placeholder, .textarea::-moz-placeholder, .select select::-moz-placeholder {
    color: rgba(64, 64, 65, 0.3); }
  .input::-webkit-input-placeholder, .textarea::-webkit-input-placeholder, .select select::-webkit-input-placeholder {
    color: rgba(64, 64, 65, 0.3); }
  .input:-moz-placeholder, .textarea:-moz-placeholder, .select select:-moz-placeholder {
    color: rgba(64, 64, 65, 0.3); }
  .input:-ms-input-placeholder, .textarea:-ms-input-placeholder, .select select:-ms-input-placeholder {
    color: rgba(64, 64, 65, 0.3); }
  .input:hover, .textarea:hover, .select select:hover, .is-hovered.input, .is-hovered.textarea, .select select.is-hovered {
    border-color: #ececec; }
  .input:focus, .textarea:focus, .select select:focus, .is-focused.input, .is-focused.textarea, .select select.is-focused, .input:active, .textarea:active, .select select:active, .is-active.input, .is-active.textarea, .select select.is-active {
    border-color: none;
    box-shadow: 0 rgba(54, 111, 255, 0.25); }
  .input[disabled], .textarea[disabled], .select select[disabled],
  fieldset[disabled] .input,
  fieldset[disabled] .textarea,
  fieldset[disabled] .select select,
  .select fieldset[disabled] select {
    background-color: whitesmoke;
    border-color: whitesmoke;
    box-shadow: none;
    color: #404041; }
    .input[disabled]::-moz-placeholder, .textarea[disabled]::-moz-placeholder, .select select[disabled]::-moz-placeholder,
    fieldset[disabled] .input::-moz-placeholder,
    fieldset[disabled] .textarea::-moz-placeholder,
    fieldset[disabled] .select select::-moz-placeholder,
    .select fieldset[disabled] select::-moz-placeholder {
      color: rgba(64, 64, 65, 0.3); }
    .input[disabled]::-webkit-input-placeholder, .textarea[disabled]::-webkit-input-placeholder, .select select[disabled]::-webkit-input-placeholder,
    fieldset[disabled] .input::-webkit-input-placeholder,
    fieldset[disabled] .textarea::-webkit-input-placeholder,
    fieldset[disabled] .select select::-webkit-input-placeholder,
    .select fieldset[disabled] select::-webkit-input-placeholder {
      color: rgba(64, 64, 65, 0.3); }
    .input[disabled]:-moz-placeholder, .textarea[disabled]:-moz-placeholder, .select select[disabled]:-moz-placeholder,
    fieldset[disabled] .input:-moz-placeholder,
    fieldset[disabled] .textarea:-moz-placeholder,
    fieldset[disabled] .select select:-moz-placeholder,
    .select fieldset[disabled] select:-moz-placeholder {
      color: rgba(64, 64, 65, 0.3); }
    .input[disabled]:-ms-input-placeholder, .textarea[disabled]:-ms-input-placeholder, .select select[disabled]:-ms-input-placeholder,
    fieldset[disabled] .input:-ms-input-placeholder,
    fieldset[disabled] .textarea:-ms-input-placeholder,
    fieldset[disabled] .select select:-ms-input-placeholder,
    .select fieldset[disabled] select:-ms-input-placeholder {
      color: rgba(64, 64, 65, 0.3); }

.input, .textarea {
  box-shadow: none;
  max-width: 100%;
  width: 100%; }
  .input[readonly], .textarea[readonly] {
    box-shadow: none; }
  .is-white.input, .is-white.textarea {
    border-color: white; }
    .is-white.input:focus, .is-white.textarea:focus, .is-white.is-focused.input, .is-white.is-focused.textarea, .is-white.input:active, .is-white.textarea:active, .is-white.is-active.input, .is-white.is-active.textarea {
      box-shadow: 0 rgba(255, 255, 255, 0.25); }
  .is-black.input, .is-black.textarea {
    border-color: #0a0a0a; }
    .is-black.input:focus, .is-black.textarea:focus, .is-black.is-focused.input, .is-black.is-focused.textarea, .is-black.input:active, .is-black.textarea:active, .is-black.is-active.input, .is-black.is-active.textarea {
      box-shadow: 0 rgba(10, 10, 10, 0.25); }
  .is-light.input, .is-light.textarea {
    border-color: whitesmoke; }
    .is-light.input:focus, .is-light.textarea:focus, .is-light.is-focused.input, .is-light.is-focused.textarea, .is-light.input:active, .is-light.textarea:active, .is-light.is-active.input, .is-light.is-active.textarea {
      box-shadow: 0 rgba(245, 245, 245, 0.25); }
  .is-dark.input, .is-dark.textarea {
    border-color: #363636; }
    .is-dark.input:focus, .is-dark.textarea:focus, .is-dark.is-focused.input, .is-dark.is-focused.textarea, .is-dark.input:active, .is-dark.textarea:active, .is-dark.is-active.input, .is-dark.is-active.textarea {
      box-shadow: 0 rgba(54, 54, 54, 0.25); }
  .is-primary.input, .is-primary.textarea {
    border-color: #c3161c; }
    .is-primary.input:focus, .is-primary.textarea:focus, .is-primary.is-focused.input, .is-primary.is-focused.textarea, .is-primary.input:active, .is-primary.textarea:active, .is-primary.is-active.input, .is-primary.is-active.textarea {
      box-shadow: 0 rgba(195, 22, 28, 0.25); }
  .is-link.input, .is-link.textarea {
    border-color: #366fff; }
    .is-link.input:focus, .is-link.textarea:focus, .is-link.is-focused.input, .is-link.is-focused.textarea, .is-link.input:active, .is-link.textarea:active, .is-link.is-active.input, .is-link.is-active.textarea {
      box-shadow: 0 rgba(54, 111, 255, 0.25); }
  .is-info.input, .is-info.textarea {
    border-color: #3e8ed0; }
    .is-info.input:focus, .is-info.textarea:focus, .is-info.is-focused.input, .is-info.is-focused.textarea, .is-info.input:active, .is-info.textarea:active, .is-info.is-active.input, .is-info.is-active.textarea {
      box-shadow: 0 rgba(62, 142, 208, 0.25); }
  .is-success.input, .is-success.textarea {
    border-color: #369a6d; }
    .is-success.input:focus, .is-success.textarea:focus, .is-success.is-focused.input, .is-success.is-focused.textarea, .is-success.input:active, .is-success.textarea:active, .is-success.is-active.input, .is-success.is-active.textarea {
      box-shadow: 0 rgba(54, 154, 109, 0.25); }
  .is-warning.input, .is-warning.textarea {
    border-color: #ffe08a; }
    .is-warning.input:focus, .is-warning.textarea:focus, .is-warning.is-focused.input, .is-warning.is-focused.textarea, .is-warning.input:active, .is-warning.textarea:active, .is-warning.is-active.input, .is-warning.is-active.textarea {
      box-shadow: 0 rgba(255, 224, 138, 0.25); }
  .is-danger.input, .is-danger.textarea {
    border-color: #f14668; }
    .is-danger.input:focus, .is-danger.textarea:focus, .is-danger.is-focused.input, .is-danger.is-focused.textarea, .is-danger.input:active, .is-danger.textarea:active, .is-danger.is-active.input, .is-danger.is-active.textarea {
      box-shadow: 0 rgba(241, 70, 104, 0.25); }
  .is-small.input, .is-small.textarea {
    border-radius: 2px;
    font-size: 0.75rem; }
  .is-medium.input, .is-medium.textarea {
    font-size: 1.25rem; }
  .is-large.input, .is-large.textarea {
    font-size: 1.5rem; }
  .is-fullwidth.input, .is-fullwidth.textarea {
    display: block;
    width: 100%; }
  .is-inline.input, .is-inline.textarea {
    display: inline;
    width: auto; }

.input.is-rounded {
  border-radius: 9999px;
  padding-left: calc(calc(0.75em - 1px) + 0.375em);
  padding-right: calc(calc(0.75em - 1px) + 0.375em); }

.input.is-static {
  background-color: transparent;
  border-color: transparent;
  box-shadow: none;
  padding-left: 0;
  padding-right: 0; }

.textarea {
  display: block;
  max-width: 100%;
  min-width: 100%;
  padding: calc(0.75em - 1px);
  resize: vertical; }
  .textarea:not([rows]) {
    max-height: 40em;
    min-height: 8em; }
  .textarea[rows] {
    height: initial; }
  .textarea.has-fixed-size {
    resize: none; }

.checkbox, .radio {
  cursor: pointer;
  display: inline-block;
  line-height: 1.25;
  position: relative; }
  .checkbox input, .radio input {
    cursor: pointer; }
  .checkbox:hover, .radio:hover {
    color: #363636; }
  .checkbox[disabled], .radio[disabled],
  fieldset[disabled] .checkbox,
  fieldset[disabled] .radio,
  .checkbox input[disabled],
  .radio input[disabled] {
    color: #404041;
    cursor: not-allowed; }

.radio + .radio {
  margin-left: 0.5em; }

.select {
  display: inline-block;
  max-width: 100%;
  position: relative;
  vertical-align: top; }
  .select:not(.is-multiple) {
    height: 2.5em; }
  .select:not(.is-multiple):not(.is-loading)::after {
    border-color: #c3161c;
    right: 1.125em;
    z-index: 4; }
  .select.is-rounded select {
    border-radius: 9999px;
    padding-left: 1em; }
  .select select {
    cursor: pointer;
    display: block;
    font-size: 1em;
    max-width: 100%;
    outline: none; }
    .select select::-ms-expand {
      display: none; }
    .select select[disabled]:hover,
    fieldset[disabled] .select select:hover {
      border-color: whitesmoke; }
    .select select:not([multiple]) {
      padding-right: 2.5em; }
    .select select[multiple] {
      height: auto;
      padding: 0; }
      .select select[multiple] option {
        padding: 0.5em 1em; }
  .select:not(.is-multiple):not(.is-loading):hover::after {
    border-color: #363636; }
  .select.is-white:not(:hover)::after {
    border-color: white; }
  .select.is-white select {
    border-color: white; }
    .select.is-white select:hover, .select.is-white select.is-hovered {
      border-color: #f2f2f2; }
    .select.is-white select:focus, .select.is-white select.is-focused, .select.is-white select:active, .select.is-white select.is-active {
      box-shadow: 0 rgba(255, 255, 255, 0.25); }
  .select.is-black:not(:hover)::after {
    border-color: #0a0a0a; }
  .select.is-black select {
    border-color: #0a0a0a; }
    .select.is-black select:hover, .select.is-black select.is-hovered {
      border-color: black; }
    .select.is-black select:focus, .select.is-black select.is-focused, .select.is-black select:active, .select.is-black select.is-active {
      box-shadow: 0 rgba(10, 10, 10, 0.25); }
  .select.is-light:not(:hover)::after {
    border-color: whitesmoke; }
  .select.is-light select {
    border-color: whitesmoke; }
    .select.is-light select:hover, .select.is-light select.is-hovered {
      border-color: #e8e8e8; }
    .select.is-light select:focus, .select.is-light select.is-focused, .select.is-light select:active, .select.is-light select.is-active {
      box-shadow: 0 rgba(245, 245, 245, 0.25); }
  .select.is-dark:not(:hover)::after {
    border-color: #363636; }
  .select.is-dark select {
    border-color: #363636; }
    .select.is-dark select:hover, .select.is-dark select.is-hovered {
      border-color: #292929; }
    .select.is-dark select:focus, .select.is-dark select.is-focused, .select.is-dark select:active, .select.is-dark select.is-active {
      box-shadow: 0 rgba(54, 54, 54, 0.25); }
  .select.is-primary:not(:hover)::after {
    border-color: #c3161c; }
  .select.is-primary select {
    border-color: #c3161c; }
    .select.is-primary select:hover, .select.is-primary select.is-hovered {
      border-color: #ac1319; }
    .select.is-primary select:focus, .select.is-primary select.is-focused, .select.is-primary select:active, .select.is-primary select.is-active {
      box-shadow: 0 rgba(195, 22, 28, 0.25); }
  .select.is-link:not(:hover)::after {
    border-color: #366fff; }
  .select.is-link select {
    border-color: #366fff; }
    .select.is-link select:hover, .select.is-link select.is-hovered {
      border-color: #1d5dff; }
    .select.is-link select:focus, .select.is-link select.is-focused, .select.is-link select:active, .select.is-link select.is-active {
      box-shadow: 0 rgba(54, 111, 255, 0.25); }
  .select.is-info:not(:hover)::after {
    border-color: #3e8ed0; }
  .select.is-info select {
    border-color: #3e8ed0; }
    .select.is-info select:hover, .select.is-info select.is-hovered {
      border-color: #3082c5; }
    .select.is-info select:focus, .select.is-info select.is-focused, .select.is-info select:active, .select.is-info select.is-active {
      box-shadow: 0 rgba(62, 142, 208, 0.25); }
  .select.is-success:not(:hover)::after {
    border-color: #369a6d; }
  .select.is-success select {
    border-color: #369a6d; }
    .select.is-success select:hover, .select.is-success select.is-hovered {
      border-color: #2f8760; }
    .select.is-success select:focus, .select.is-success select.is-focused, .select.is-success select:active, .select.is-success select.is-active {
      box-shadow: 0 rgba(54, 154, 109, 0.25); }
  .select.is-warning:not(:hover)::after {
    border-color: #ffe08a; }
  .select.is-warning select {
    border-color: #ffe08a; }
    .select.is-warning select:hover, .select.is-warning select.is-hovered {
      border-color: #ffd970; }
    .select.is-warning select:focus, .select.is-warning select.is-focused, .select.is-warning select:active, .select.is-warning select.is-active {
      box-shadow: 0 rgba(255, 224, 138, 0.25); }
  .select.is-danger:not(:hover)::after {
    border-color: #f14668; }
  .select.is-danger select {
    border-color: #f14668; }
    .select.is-danger select:hover, .select.is-danger select.is-hovered {
      border-color: #ef2e55; }
    .select.is-danger select:focus, .select.is-danger select.is-focused, .select.is-danger select:active, .select.is-danger select.is-active {
      box-shadow: 0 rgba(241, 70, 104, 0.25); }
  .select.is-small {
    border-radius: 2px;
    font-size: 0.75rem; }
  .select.is-medium {
    font-size: 1.25rem; }
  .select.is-large {
    font-size: 1.5rem; }
  .select.is-disabled::after {
    border-color: #404041 !important;
    opacity: 0.5; }
  .select.is-fullwidth {
    width: 100%; }
    .select.is-fullwidth select {
      width: 100%; }
  .select.is-loading::after {
    margin-top: 0;
    position: absolute;
    right: 0.625em;
    top: 0.625em;
    -webkit-transform: none;
            transform: none; }
  .select.is-loading.is-small:after {
    font-size: 0.75rem; }
  .select.is-loading.is-medium:after {
    font-size: 1.25rem; }
  .select.is-loading.is-large:after {
    font-size: 1.5rem; }

.file {
  align-items: stretch;
  display: flex;
  justify-content: flex-start;
  position: relative; }
  .file.is-white .file-cta {
    background-color: white;
    border-color: transparent;
    color: #0a0a0a; }
  .file.is-white:hover .file-cta, .file.is-white.is-hovered .file-cta {
    background-color: #f9f9f9;
    border-color: transparent;
    color: #0a0a0a; }
  .file.is-white:focus .file-cta, .file.is-white.is-focused .file-cta {
    border-color: transparent;
    box-shadow: 0 0 0.5em rgba(255, 255, 255, 0.25);
    color: #0a0a0a; }
  .file.is-white:active .file-cta, .file.is-white.is-active .file-cta {
    background-color: #f2f2f2;
    border-color: transparent;
    color: #0a0a0a; }
  .file.is-black .file-cta {
    background-color: #0a0a0a;
    border-color: transparent;
    color: white; }
  .file.is-black:hover .file-cta, .file.is-black.is-hovered .file-cta {
    background-color: #040404;
    border-color: transparent;
    color: white; }
  .file.is-black:focus .file-cta, .file.is-black.is-focused .file-cta {
    border-color: transparent;
    box-shadow: 0 0 0.5em rgba(10, 10, 10, 0.25);
    color: white; }
  .file.is-black:active .file-cta, .file.is-black.is-active .file-cta {
    background-color: black;
    border-color: transparent;
    color: white; }
  .file.is-light .file-cta {
    background-color: whitesmoke;
    border-color: transparent;
    color: rgba(0, 0, 0, 0.7); }
  .file.is-light:hover .file-cta, .file.is-light.is-hovered .file-cta {
    background-color: #eeeeee;
    border-color: transparent;
    color: rgba(0, 0, 0, 0.7); }
  .file.is-light:focus .file-cta, .file.is-light.is-focused .file-cta {
    border-color: transparent;
    box-shadow: 0 0 0.5em rgba(245, 245, 245, 0.25);
    color: rgba(0, 0, 0, 0.7); }
  .file.is-light:active .file-cta, .file.is-light.is-active .file-cta {
    background-color: #e8e8e8;
    border-color: transparent;
    color: rgba(0, 0, 0, 0.7); }
  .file.is-dark .file-cta {
    background-color: #363636;
    border-color: transparent;
    color: #fff; }
  .file.is-dark:hover .file-cta, .file.is-dark.is-hovered .file-cta {
    background-color: #2f2f2f;
    border-color: transparent;
    color: #fff; }
  .file.is-dark:focus .file-cta, .file.is-dark.is-focused .file-cta {
    border-color: transparent;
    box-shadow: 0 0 0.5em rgba(54, 54, 54, 0.25);
    color: #fff; }
  .file.is-dark:active .file-cta, .file.is-dark.is-active .file-cta {
    background-color: #292929;
    border-color: transparent;
    color: #fff; }
  .file.is-primary .file-cta {
    background-color: #c3161c;
    border-color: transparent;
    color: #fff; }
  .file.is-primary:hover .file-cta, .file.is-primary.is-hovered .file-cta {
    background-color: #b8151a;
    border-color: transparent;
    color: #fff; }
  .file.is-primary:focus .file-cta, .file.is-primary.is-focused .file-cta {
    border-color: transparent;
    box-shadow: 0 0 0.5em rgba(195, 22, 28, 0.25);
    color: #fff; }
  .file.is-primary:active .file-cta, .file.is-primary.is-active .file-cta {
    background-color: #ac1319;
    border-color: transparent;
    color: #fff; }
  .file.is-link .file-cta {
    background-color: #366fff;
    border-color: transparent;
    color: #fff; }
  .file.is-link:hover .file-cta, .file.is-link.is-hovered .file-cta {
    background-color: #2966ff;
    border-color: transparent;
    color: #fff; }
  .file.is-link:focus .file-cta, .file.is-link.is-focused .file-cta {
    border-color: transparent;
    box-shadow: 0 0 0.5em rgba(54, 111, 255, 0.25);
    color: #fff; }
  .file.is-link:active .file-cta, .file.is-link.is-active .file-cta {
    background-color: #1d5dff;
    border-color: transparent;
    color: #fff; }
  .file.is-info .file-cta {
    background-color: #3e8ed0;
    border-color: transparent;
    color: #fff; }
  .file.is-info:hover .file-cta, .file.is-info.is-hovered .file-cta {
    background-color: #3488ce;
    border-color: transparent;
    color: #fff; }
  .file.is-info:focus .file-cta, .file.is-info.is-focused .file-cta {
    border-color: transparent;
    box-shadow: 0 0 0.5em rgba(62, 142, 208, 0.25);
    color: #fff; }
  .file.is-info:active .file-cta, .file.is-info.is-active .file-cta {
    background-color: #3082c5;
    border-color: transparent;
    color: #fff; }
  .file.is-success .file-cta {
    background-color: #369a6d;
    border-color: transparent;
    color: #fff; }
  .file.is-success:hover .file-cta, .file.is-success.is-hovered .file-cta {
    background-color: #339166;
    border-color: transparent;
    color: #fff; }
  .file.is-success:focus .file-cta, .file.is-success.is-focused .file-cta {
    border-color: transparent;
    box-shadow: 0 0 0.5em rgba(54, 154, 109, 0.25);
    color: #fff; }
  .file.is-success:active .file-cta, .file.is-success.is-active .file-cta {
    background-color: #2f8760;
    border-color: transparent;
    color: #fff; }
  .file.is-warning .file-cta {
    background-color: #ffe08a;
    border-color: transparent;
    color: rgba(0, 0, 0, 0.7); }
  .file.is-warning:hover .file-cta, .file.is-warning.is-hovered .file-cta {
    background-color: #ffdc7d;
    border-color: transparent;
    color: rgba(0, 0, 0, 0.7); }
  .file.is-warning:focus .file-cta, .file.is-warning.is-focused .file-cta {
    border-color: transparent;
    box-shadow: 0 0 0.5em rgba(255, 224, 138, 0.25);
    color: rgba(0, 0, 0, 0.7); }
  .file.is-warning:active .file-cta, .file.is-warning.is-active .file-cta {
    background-color: #ffd970;
    border-color: transparent;
    color: rgba(0, 0, 0, 0.7); }
  .file.is-danger .file-cta {
    background-color: #f14668;
    border-color: transparent;
    color: #fff; }
  .file.is-danger:hover .file-cta, .file.is-danger.is-hovered .file-cta {
    background-color: #f03a5f;
    border-color: transparent;
    color: #fff; }
  .file.is-danger:focus .file-cta, .file.is-danger.is-focused .file-cta {
    border-color: transparent;
    box-shadow: 0 0 0.5em rgba(241, 70, 104, 0.25);
    color: #fff; }
  .file.is-danger:active .file-cta, .file.is-danger.is-active .file-cta {
    background-color: #ef2e55;
    border-color: transparent;
    color: #fff; }
  .file.is-small {
    font-size: 0.75rem; }
  .file.is-normal {
    font-size: 1rem; }
  .file.is-medium {
    font-size: 1.25rem; }
    .file.is-medium .file-icon .fa {
      font-size: 21px; }
  .file.is-large {
    font-size: 1.5rem; }
    .file.is-large .file-icon .fa {
      font-size: 28px; }
  .file.has-name .file-cta {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0; }
  .file.has-name .file-name {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0; }
  .file.has-name.is-empty .file-cta {
    border-radius: 4px; }
  .file.has-name.is-empty .file-name {
    display: none; }
  .file.is-boxed .file-label {
    flex-direction: column; }
  .file.is-boxed .file-cta {
    flex-direction: column;
    height: auto;
    padding: 1em 3em; }
  .file.is-boxed .file-name {
    border-width: 0 1px 1px; }
  .file.is-boxed .file-icon {
    height: 1.5em;
    width: 1.5em; }
    .file.is-boxed .file-icon .fa {
      font-size: 21px; }
  .file.is-boxed.is-small .file-icon .fa {
    font-size: 14px; }
  .file.is-boxed.is-medium .file-icon .fa {
    font-size: 28px; }
  .file.is-boxed.is-large .file-icon .fa {
    font-size: 35px; }
  .file.is-boxed.has-name .file-cta {
    border-radius: 4px 4px 0 0; }
  .file.is-boxed.has-name .file-name {
    border-radius: 0 0 4px 4px;
    border-width: 0 1px 1px; }
  .file.is-centered {
    justify-content: center; }
  .file.is-fullwidth .file-label {
    width: 100%; }
  .file.is-fullwidth .file-name {
    flex-grow: 1;
    max-width: none; }
  .file.is-right {
    justify-content: flex-end; }
    .file.is-right .file-cta {
      border-radius: 0 4px 4px 0; }
    .file.is-right .file-name {
      border-radius: 4px 0 0 4px;
      border-width: 1px 0 1px 1px;
      order: -1; }

.file-label {
  align-items: stretch;
  display: flex;
  cursor: pointer;
  justify-content: flex-start;
  overflow: hidden;
  position: relative; }
  .file-label:hover .file-cta {
    background-color: #eeeeee;
    color: #363636; }
  .file-label:hover .file-name {
    border-color: #d5d5d5; }
  .file-label:active .file-cta {
    background-color: #e8e8e8;
    color: #363636; }
  .file-label:active .file-name {
    border-color: #cfcfcf; }

.file-input {
  height: 100%;
  left: 0;
  opacity: 0;
  outline: none;
  position: absolute;
  top: 0;
  width: 100%; }

.file-cta,
.file-name {
  border-color: #dbdbdb;
  border-radius: 4px;
  font-size: 1em;
  padding-left: 1em;
  padding-right: 1em;
  white-space: nowrap; }

.file-cta {
  background-color: whitesmoke;
  color: #4a4a4a; }

.file-name {
  border-color: #dbdbdb;
  border-style: solid;
  border-width: 1px 1px 1px 0;
  display: block;
  max-width: 16em;
  overflow: hidden;
  text-align: inherit;
  text-overflow: ellipsis; }

.file-icon {
  align-items: center;
  display: flex;
  height: 1em;
  justify-content: center;
  margin-right: 0.5em;
  width: 1em; }
  .file-icon .fa {
    font-size: 14px; }

.label {
  color: #363636;
  display: block;
  font-size: 1rem;
  font-weight: 700; }
  .label:not(:last-child) {
    margin-bottom: 0.5em; }
  .label.is-small {
    font-size: 0.75rem; }
  .label.is-medium {
    font-size: 1.25rem; }
  .label.is-large {
    font-size: 1.5rem; }

.help {
  display: block;
  font-size: 0.75rem;
  margin-top: 0.25rem; }
  .help.is-white {
    color: white; }
  .help.is-black {
    color: #0a0a0a; }
  .help.is-light {
    color: whitesmoke; }
  .help.is-dark {
    color: #363636; }
  .help.is-primary {
    color: #c3161c; }
  .help.is-link {
    color: #366fff; }
  .help.is-info {
    color: #3e8ed0; }
  .help.is-success {
    color: #369a6d; }
  .help.is-warning {
    color: #ffe08a; }
  .help.is-danger {
    color: #f14668; }

.field:not(:last-child) {
  margin-bottom: 0.75rem; }

.field.has-addons {
  display: flex;
  justify-content: flex-start; }
  .field.has-addons .control:not(:last-child) {
    margin-right: -1px; }
  .field.has-addons .control:not(:first-child):not(:last-child) .button,
  .field.has-addons .control:not(:first-child):not(:last-child) .input,
  .field.has-addons .control:not(:first-child):not(:last-child) .select select {
    border-radius: 0; }
  .field.has-addons .control:first-child:not(:only-child) .button,
  .field.has-addons .control:first-child:not(:only-child) .input,
  .field.has-addons .control:first-child:not(:only-child) .select select {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0; }
  .field.has-addons .control:last-child:not(:only-child) .button,
  .field.has-addons .control:last-child:not(:only-child) .input,
  .field.has-addons .control:last-child:not(:only-child) .select select {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0; }
  .field.has-addons .control .button:not([disabled]):hover, .field.has-addons .control .button:not([disabled]).is-hovered,
  .field.has-addons .control .input:not([disabled]):hover,
  .field.has-addons .control .input:not([disabled]).is-hovered,
  .field.has-addons .control .select select:not([disabled]):hover,
  .field.has-addons .control .select select:not([disabled]).is-hovered {
    z-index: 2; }
  .field.has-addons .control .button:not([disabled]):focus, .field.has-addons .control .button:not([disabled]).is-focused, .field.has-addons .control .button:not([disabled]):active, .field.has-addons .control .button:not([disabled]).is-active,
  .field.has-addons .control .input:not([disabled]):focus,
  .field.has-addons .control .input:not([disabled]).is-focused,
  .field.has-addons .control .input:not([disabled]):active,
  .field.has-addons .control .input:not([disabled]).is-active,
  .field.has-addons .control .select select:not([disabled]):focus,
  .field.has-addons .control .select select:not([disabled]).is-focused,
  .field.has-addons .control .select select:not([disabled]):active,
  .field.has-addons .control .select select:not([disabled]).is-active {
    z-index: 3; }
    .field.has-addons .control .button:not([disabled]):focus:hover, .field.has-addons .control .button:not([disabled]).is-focused:hover, .field.has-addons .control .button:not([disabled]):active:hover, .field.has-addons .control .button:not([disabled]).is-active:hover,
    .field.has-addons .control .input:not([disabled]):focus:hover,
    .field.has-addons .control .input:not([disabled]).is-focused:hover,
    .field.has-addons .control .input:not([disabled]):active:hover,
    .field.has-addons .control .input:not([disabled]).is-active:hover,
    .field.has-addons .control .select select:not([disabled]):focus:hover,
    .field.has-addons .control .select select:not([disabled]).is-focused:hover,
    .field.has-addons .control .select select:not([disabled]):active:hover,
    .field.has-addons .control .select select:not([disabled]).is-active:hover {
      z-index: 4; }
  .field.has-addons .control.is-expanded {
    flex-grow: 1;
    flex-shrink: 1; }
  .field.has-addons.has-addons-centered {
    justify-content: center; }
  .field.has-addons.has-addons-right {
    justify-content: flex-end; }
  .field.has-addons.has-addons-fullwidth .control {
    flex-grow: 1;
    flex-shrink: 0; }

.field.is-grouped {
  display: flex;
  justify-content: flex-start; }
  .field.is-grouped > .control {
    flex-shrink: 0; }
    .field.is-grouped > .control:not(:last-child) {
      margin-bottom: 0;
      margin-right: 0.75rem; }
    .field.is-grouped > .control.is-expanded {
      flex-grow: 1;
      flex-shrink: 1; }
  .field.is-grouped.is-grouped-centered {
    justify-content: center; }
  .field.is-grouped.is-grouped-right {
    justify-content: flex-end; }
  .field.is-grouped.is-grouped-multiline {
    flex-wrap: wrap; }
    .field.is-grouped.is-grouped-multiline > .control:last-child, .field.is-grouped.is-grouped-multiline > .control:not(:last-child) {
      margin-bottom: 0.75rem; }
    .field.is-grouped.is-grouped-multiline:last-child {
      margin-bottom: -0.75rem; }
    .field.is-grouped.is-grouped-multiline:not(:last-child) {
      margin-bottom: 0; }

@media screen and (min-width: 769px), print {
  .field.is-horizontal {
    display: flex; } }

.field-label .label {
  font-size: inherit; }

@media screen and (max-width: 768px) {
  .field-label {
    margin-bottom: 0.5rem; } }

@media screen and (min-width: 769px), print {
  .field-label {
    flex-basis: 0;
    flex-grow: 1;
    flex-shrink: 0;
    margin-right: 1.5rem;
    text-align: right; }
    .field-label.is-small {
      font-size: 0.75rem;
      padding-top: 0.375em; }
    .field-label.is-normal {
      padding-top: 0.375em; }
    .field-label.is-medium {
      font-size: 1.25rem;
      padding-top: 0.375em; }
    .field-label.is-large {
      font-size: 1.5rem;
      padding-top: 0.375em; } }

.field-body .field .field {
  margin-bottom: 0; }

@media screen and (min-width: 769px), print {
  .field-body {
    display: flex;
    flex-basis: 0;
    flex-grow: 5;
    flex-shrink: 1; }
    .field-body .field {
      margin-bottom: 0; }
    .field-body > .field {
      flex-shrink: 1; }
      .field-body > .field:not(.is-narrow) {
        flex-grow: 1; }
      .field-body > .field:not(:last-child) {
        margin-right: 0.75rem; } }

.control {
  box-sizing: border-box;
  clear: both;
  font-size: 1rem;
  position: relative;
  text-align: inherit; }
  .control.has-icons-left .input:focus ~ .icon,
  .control.has-icons-left .select:focus ~ .icon, .control.has-icons-right .input:focus ~ .icon,
  .control.has-icons-right .select:focus ~ .icon {
    color: #4a4a4a; }
  .control.has-icons-left .input.is-small ~ .icon,
  .control.has-icons-left .select.is-small ~ .icon, .control.has-icons-right .input.is-small ~ .icon,
  .control.has-icons-right .select.is-small ~ .icon {
    font-size: 0.75rem; }
  .control.has-icons-left .input.is-medium ~ .icon,
  .control.has-icons-left .select.is-medium ~ .icon, .control.has-icons-right .input.is-medium ~ .icon,
  .control.has-icons-right .select.is-medium ~ .icon {
    font-size: 1.25rem; }
  .control.has-icons-left .input.is-large ~ .icon,
  .control.has-icons-left .select.is-large ~ .icon, .control.has-icons-right .input.is-large ~ .icon,
  .control.has-icons-right .select.is-large ~ .icon {
    font-size: 1.5rem; }
  .control.has-icons-left .icon, .control.has-icons-right .icon {
    color: #dbdbdb;
    height: 2.5em;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 2.5em;
    z-index: 4; }
  .control.has-icons-left .input,
  .control.has-icons-left .select select {
    padding-left: 2.5em; }
  .control.has-icons-left .icon.is-left {
    left: 0; }
  .control.has-icons-right .input,
  .control.has-icons-right .select select {
    padding-right: 2.5em; }
  .control.has-icons-right .icon.is-right {
    right: 0; }
  .control.is-loading::after {
    position: absolute !important;
    right: 0.625em;
    top: 0.625em;
    z-index: 4; }
  .control.is-loading.is-small:after {
    font-size: 0.75rem; }
  .control.is-loading.is-medium:after {
    font-size: 1.25rem; }
  .control.is-loading.is-large:after {
    font-size: 1.5rem; }

.section {
  padding: 3rem 1.5rem; }
  @media screen and (min-width: 1024px) {
    .section {
      padding: 3rem 3rem; }
      .section.is-medium {
        padding: 9rem 4.5rem; }
      .section.is-large {
        padding: 18rem 6rem; } }

.footer {
  background-color: #f2f2f2;
  padding: 3rem 1.5rem 6rem; }

@media screen and (min-width: 1408px) {
  .container {
    max-width: 1248px; } }

@media screen and (min-width: 1024px) {
  .container {
    max-width: 1050px; } }

/**
 * Swiper 9.4.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: June 13, 2023
 */
@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-preloader-color: var(--swiper-theme-color);
    --swiper-wrapper-transition-timing-function: initial;
    */ }

.swiper,
swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block; }

.swiper-vertical > .swiper-wrapper {
  flex-direction: column; }

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box; }

.swiper-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
          transform: translate3d(0px, 0, 0); }

.swiper-horizontal {
  touch-action: pan-y; }

.swiper-vertical {
  touch-action: pan-x; }

.swiper-slide,
swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  display: block; }

.swiper-slide-invisible-blank {
  visibility: hidden; }

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto; }

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform; }

.swiper-backface-hidden .swiper-slide {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  -webkit-perspective: 1200px;
          perspective: 1200px; }

.swiper-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d; }

.swiper-3d {
  -webkit-perspective: 1200px;
          perspective: 1200px; }
  .swiper-3d .swiper-slide,
  .swiper-3d .swiper-slide-shadow,
  .swiper-3d .swiper-slide-shadow-left,
  .swiper-3d .swiper-slide-shadow-right,
  .swiper-3d .swiper-slide-shadow-top,
  .swiper-3d .swiper-slide-shadow-bottom,
  .swiper-3d .swiper-cube-shadow {
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d; }
  .swiper-3d .swiper-slide-shadow,
  .swiper-3d .swiper-slide-shadow-left,
  .swiper-3d .swiper-slide-shadow-right,
  .swiper-3d .swiper-slide-shadow-top,
  .swiper-3d .swiper-slide-shadow-bottom {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10; }
  .swiper-3d .swiper-slide-shadow {
    background: rgba(0, 0, 0, 0.15); }
  .swiper-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }
  .swiper-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }
  .swiper-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }
  .swiper-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-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */ }
  .swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
    display: none; }

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start; }

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory; }

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
      scroll-snap-type: y mandatory; }

.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  -ms-scroll-snap-type: none;
      scroll-snap-type: none; }

.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none; }

.swiper-centered > .swiper-wrapper::before {
  content: '';
  flex-shrink: 0;
  order: 9999; }

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always; }

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
          margin-inline-start: var(--swiper-centered-offset-before); }

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after); }

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
          margin-block-start: var(--swiper-centered-offset-before); }

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after); }

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
          transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent; }

.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
swiper-container:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
          animation: swiper-preloader-spin 1s infinite linear; }

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff; }

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000; }

@-webkit-keyframes swiper-preloader-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes swiper-preloader-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

/* ------------------------------------------------------------ *\
    Settings
\* ------------------------------------------------------------ */
/**
* Config.
*
* This is an automatically generated file - DO NOT edit manually.
*/
/**
 * Any shared variables between front-end, editor, admin and login bundles.
 */
/**
 * Color palette.
 *
 * @see resources/styles/shared/_variables.scss
 */
.has-material-red-color {
  color: #f44336; }

.has-material-pink-color {
  color: #e91e63; }

.has-material-purple-color {
  color: #9c27b0; }

.has-material-deep-purple-color {
  color: #673ab7; }

.has-material-indigo-color {
  color: #3f51b5; }

.has-material-blue-color {
  color: #2196f3; }

.has-material-light-blue-color {
  color: #03a9f4; }

.has-material-cyan-color {
  color: #00bcd4; }

.has-material-teal-color {
  color: #009688; }

.has-material-green-color {
  color: #4caf50; }

.has-material-light-green-color {
  color: #8bc34a; }

.has-material-lime-color {
  color: #cddc39; }

.has-material-yellow-color {
  color: #ffeb3b; }

.has-material-amber-color {
  color: #ffc107; }

.has-material-orange-color {
  color: #ff9800; }

.has-material-deep-orange-color {
  color: #ff5722; }

.has-material-brown-color {
  color: #795548; }

.has-material-grey-color {
  color: #9e9e9e; }

.has-material-blue-grey-color {
  color: #607d8b; }

/**
 * Background color palette.
 *
 * @see resources/styles/shared/_variables.scss
 */
.has-material-red-background-color {
  background-color: #f44336; }

.has-material-pink-background-color {
  background-color: #e91e63; }

.has-material-purple-background-color {
  background-color: #9c27b0; }

.has-material-deep-purple-background-color {
  background-color: #673ab7; }

.has-material-indigo-background-color {
  background-color: #3f51b5; }

.has-material-blue-background-color {
  background-color: #2196f3; }

.has-material-light-blue-background-color {
  background-color: #03a9f4; }

.has-material-cyan-background-color {
  background-color: #00bcd4; }

.has-material-teal-background-color {
  background-color: #009688; }

.has-material-green-background-color {
  background-color: #4caf50; }

.has-material-light-green-background-color {
  background-color: #8bc34a; }

.has-material-lime-background-color {
  background-color: #cddc39; }

.has-material-yellow-background-color {
  background-color: #ffeb3b; }

.has-material-amber-background-color {
  background-color: #ffc107; }

.has-material-orange-background-color {
  background-color: #ff9800; }

.has-material-deep-orange-background-color {
  background-color: #ff5722; }

.has-material-brown-background-color {
  background-color: #795548; }

.has-material-grey-background-color {
  background-color: #9e9e9e; }

.has-material-blue-grey-background-color {
  background-color: #607d8b; }

/**
 * Font sizes.
 *
 * @see resources/styles/shared/_variables.scss
 */
.has-extra-small-font-size {
  font-size: 12px; }

.has-small-font-size {
  font-size: 16px; }

.has-regular-font-size {
  font-size: 20px; }

.has-large-font-size {
  font-size: 28px; }

.has-extra-large-font-size {
  font-size: 36px; }

/* ------------------------------------------------------------ *\
    Theme
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
    Fonts
\* ------------------------------------------------------------ */
/* titillium-web-300italic - latin */
@font-face {
  font-family: "Titillium Web";
  font-style: italic;
  font-weight: 300;
  src: url(../fonts/titillium-web-v7-latin-300italic.3382083ad2.eot);
  /* IE9 Compat Modes */
  src: local("Titillium Web Light Italic"), local("TitilliumWeb-LightItalic"), url(../fonts/titillium-web-v7-latin-300italic.3382083ad2.eot?#iefix) format("embedded-opentype"), url(../fonts/titillium-web-v7-latin-300italic.736d18ca5a.woff2) format("woff2"), url(../fonts/titillium-web-v7-latin-300italic.29f96f6ab0.woff) format("woff"), url(../fonts/titillium-web-v7-latin-300italic.474769b768.ttf) format("truetype"), url(../fonts/titillium-web-v7-latin-300italic.c2349af2ab.svg#TitilliumWeb) format("svg");
  /* Legacy iOS */ }

/* titillium-web-regular - latin */
@font-face {
  font-family: "Titillium Web";
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/titillium-web-v7-latin-regular.8b72e3a1c7.eot);
  /* IE9 Compat Modes */
  src: local("Titillium Web Regular"), local("TitilliumWeb-Regular"), url(../fonts/titillium-web-v7-latin-regular.8b72e3a1c7.eot?#iefix) format("embedded-opentype"), url(../fonts/titillium-web-v7-latin-regular.373a249452.woff2) format("woff2"), url(../fonts/titillium-web-v7-latin-regular.f3ad652955.woff) format("woff"), url(../fonts/titillium-web-v7-latin-regular.68200ac475.ttf) format("truetype"), url(../fonts/titillium-web-v7-latin-regular.f538740f22.svg#TitilliumWeb) format("svg");
  /* Legacy iOS */ }

/* titillium-web-italic - latin */
@font-face {
  font-family: "Titillium Web";
  font-style: italic;
  font-weight: 400;
  src: url(../fonts/titillium-web-v7-latin-italic.0d08c95cfc.eot);
  /* IE9 Compat Modes */
  src: local("Titillium Web Italic"), local("TitilliumWeb-Italic"), url(../fonts/titillium-web-v7-latin-italic.0d08c95cfc.eot?#iefix) format("embedded-opentype"), url(../fonts/titillium-web-v7-latin-italic.eb0690c46e.woff2) format("woff2"), url(../fonts/titillium-web-v7-latin-italic.2a5e55e056.woff) format("woff"), url(../fonts/titillium-web-v7-latin-italic.b17ef5a26a.ttf) format("truetype"), url(../fonts/titillium-web-v7-latin-italic.555709145d.svg#TitilliumWeb) format("svg");
  /* Legacy iOS */ }

/* titillium-web-600 - latin */
@font-face {
  font-family: "Titillium Web";
  font-style: normal;
  font-weight: 600;
  src: url(../fonts/titillium-web-v7-latin-600.7f0c01c20c.eot);
  /* IE9 Compat Modes */
  src: local("Titillium Web SemiBold"), local("TitilliumWeb-SemiBold"), url(../fonts/titillium-web-v7-latin-600.7f0c01c20c.eot?#iefix) format("embedded-opentype"), url(../fonts/titillium-web-v7-latin-600.a983d9be62.woff2) format("woff2"), url(../fonts/titillium-web-v7-latin-600.7e7413b961.woff) format("woff"), url(../fonts/titillium-web-v7-latin-600.401f1d50b2.ttf) format("truetype"), url(../fonts/titillium-web-v7-latin-600.995fde783b.svg#TitilliumWeb) format("svg");
  /* Legacy iOS */ }

/* titillium-web-700 - latin */
@font-face {
  font-family: "Titillium Web";
  font-style: normal;
  font-weight: 700;
  src: url(../fonts/titillium-web-v7-latin-700.6a312be47a.eot);
  /* IE9 Compat Modes */
  src: local("Titillium Web Bold"), local("TitilliumWeb-Bold"), url(../fonts/titillium-web-v7-latin-700.6a312be47a.eot?#iefix) format("embedded-opentype"), url(../fonts/titillium-web-v7-latin-700.7f93c226d7.woff2) format("woff2"), url(../fonts/titillium-web-v7-latin-700.dffee4e93f.woff) format("woff"), url(../fonts/titillium-web-v7-latin-700.fba28083d5.ttf) format("truetype"), url(../fonts/titillium-web-v7-latin-700.e68195d863.svg#TitilliumWeb) format("svg");
  /* Legacy iOS */ }

/* titillium-web-900 - latin */
@font-face {
  font-family: "Titillium Web";
  font-style: normal;
  font-weight: 900;
  src: url(../fonts/titillium-web-v7-latin-900.3e913d630e.eot);
  /* IE9 Compat Modes */
  src: local("Titillium Web Black"), local("TitilliumWeb-Black"), url(../fonts/titillium-web-v7-latin-900.3e913d630e.eot?#iefix) format("embedded-opentype"), url(../fonts/titillium-web-v7-latin-900.a0ae82c1c9.woff2) format("woff2"), url(../fonts/titillium-web-v7-latin-900.8aad84b413.woff) format("woff"), url(../fonts/titillium-web-v7-latin-900.7dc8a992fd.ttf) format("truetype"), url(../fonts/titillium-web-v7-latin-900.d362053b69.svg#TitilliumWeb) format("svg");
  /* Legacy iOS */ }

/* stylelint-disable */
/* ------------------------------------------------------------ *\
    Base WordPress CSS
    Feel free to modify or outright delete these default styles.
\* ------------------------------------------------------------ */
.alignnone,
.alignleft,
.alignright,
.aligncenter {
  margin: 5px 15px 10px; }

.alignleft {
  float: left;
  margin-left: 0; }

.alignright {
  float: right;
  margin-right: 0; }

.alignnone {
  display: block;
  margin-left: 0;
  margin-right: 0; }

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

.wp-caption {
  position: relative; }
  .wp-caption img {
    width: 100%; }
  .wp-caption-text {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 5px 10px;
    background: rgba(0, 0, 0, 0.5);
    color: #fff; }

/* ------------------------------------------------------------ *\
    Articles
\* ------------------------------------------------------------ */
.articles {
  list-style-type: none;
  padding: 0;
  margin: 0; }

/* ------------------------------------------------------------ *\
    Sidebar
\* ------------------------------------------------------------ */
.widgets {
  list-style-type: none;
  padding: 0;
  margin: 0; }

/* ------------------------------------------------------------ *\
    Gallery
\* ------------------------------------------------------------ */
.gallery {
  position: relative;
  overflow: hidden;
  padding-bottom: 20px; }
  .gallery-item {
    float: left;
    position: relative;
    padding: 10px; }
    .gallery-columns-1 .gallery-item {
      width: 100%; }
    .gallery-columns-2 .gallery-item {
      width: 50%; }
    .gallery-columns-3 .gallery-item {
      width: 33.33%; }
    .gallery-columns-4 .gallery-item {
      width: 25%; }
    .gallery-columns-5 .gallery-item {
      width: 20%; }
    .gallery-columns-6 .gallery-item {
      width: 16.67%; }
    .gallery-columns-7 .gallery-item {
      width: 14.29%; }
    .gallery-columns-8 .gallery-item {
      width: 12.5%; }
    .gallery-columns-9 .gallery-item {
      width: 11.11%; }
  .gallery-columns-7 .gallery .wp-caption,
  .gallery-columns-8 .gallery .wp-caption,
  .gallery-columns-9 .gallery .wp-caption {
    display: none; }
  .gallery .wp-caption-text {
    right: 10px;
    bottom: 10px;
    left: 10px;
    text-align: left; }

/* ------------------------------------------------------------ *\
    Pagination
\* ------------------------------------------------------------ */
.paging {
  padding: 0 0 20px;
  text-align: center; }
  .paging ul {
    list-style: none outside none;
    padding: 0;
    margin: 0; }
  .paging ul,
  .paging li {
    display: inline-block;
    vertical-align: top; }
  .paging a {
    display: inline-block;
    padding: 4px 10px;
    border: 1px solid #000;
    margin: 0 2px;
    text-decoration: none; }
  .paging .current a,
  .paging a:hover {
    text-decoration: none;
    background: #000;
    color: #fff; }

.paging-label {
  padding-right: 10px; }

/* ------------------------------------------------------------ *\
    Comments
\* ------------------------------------------------------------ */
.section-comments {
  padding-top: 15px; }
  .section-comments a {
    text-decoration: none; }
  .section-comments p {
    padding-bottom: 18.2px; }
  .section-comments ol,
  .section-comments ul {
    padding: 0;
    margin: 0;
    list-style: none outside none; }
  .section-comments h3 {
    position: relative;
    padding: 0 0 10px; }
    .section-comments h3 small {
      position: absolute;
      top: 0;
      right: 0; }

.comments {
  position: relative; }
  .comments .children {
    position: relative;
    padding-left: 70px; }
    .comments .children:before, .comments .children:after {
      content: '';
      position: absolute;
      display: block; }
    .comments .children:before {
      top: 33px;
      left: 23px;
      width: 32px;
      height: 27px;
      border-left: 8px solid #c3c3c3;
      border-bottom: 8px solid #c3c3c3; }
    .comments .children:after {
      top: -5px;
      left: 8px;
      border: 20px solid transparent;
      border-width: 20px 19px;
      border-bottom-color: #c3c3c3; }

.comment {
  position: relative;
  padding: 30px 0 30px 65px; }
  .comment .avatar {
    position: absolute;
    top: 28px;
    left: 0;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: 1px solid #ccc; }
  .comment__says {
    padding-left: 5px; }
  .comment__moderation-notice {
    display: inline-block;
    margin: 3px 0 8px;
    color: #999; }
  .comment__meta {
    padding-bottom: 12px; }
    .comment__meta a {
      color: #363636; }
  .comment__text p:last-child {
    padding-bottom: 0;
    margin-bottom: 0; }
  .comment__reply {
    padding-top: 10px;
    text-align: right; }
    .comment__reply a {
      display: inline-block;
      padding: 5px 10px;
      background: #363636;
      color: #fff; }
      .comment__reply a:hover {
        text-decoration: none;
        opacity: .8; }

.comment-respond {
  width: 100%;
  padding-top: 30px;
  border-top: 1px solid #363636; }
  .comment-respond h3 {
    position: relative; }
  .comment-respond small {
    position: absolute;
    top: 0;
    right: 0; }
  .comment-respond label {
    display: block;
    padding-bottom: 4px; }
  .comment-respond input[type="text"],
  .comment-respond input[type="email"],
  .comment-respond input[type="url"],
  .comment-respond textarea {
    display: block;
    width: 80%;
    padding: 10px;
    border: 1px solid #ccc;
    background: #f7f7f7; }
  .comment-respond textarea {
    width: 100%;
    height: 100px; }
  .comment-respond input[type="text"]:focus,
  .comment-respond input[type="email"]:focus,
  .comment-respond input[type="url"]:focus {
    background-color: #fff; }
  .comment-respond input[type="text"]::-webkit-input-placeholder,
  .comment-respond input[type="email"]::-webkit-input-placeholder,
  .comment-respond input[type="url"]::-webkit-input-placeholder {
    color: #777; }
  .comment-respond input[type="text"]::-moz-placeholder,
  .comment-respond input[type="email"]::-moz-placeholder,
  .comment-respond input[type="url"]::-moz-placeholder {
    color: #777; }
  .comment-respond input[type="text"]::-ms-input-placeholder,
  .comment-respond input[type="email"]::-ms-input-placeholder,
  .comment-respond input[type="url"]::-ms-input-placeholder {
    color: #777; }
  .comment-respond input[type="text"]::placeholder,
  .comment-respond input[type="email"]::placeholder,
  .comment-respond input[type="url"]::placeholder {
    color: #777; }
  .comment-respond .required {
    color: #e40000; }
  .comment-respond .comment-notes {
    padding-top: 15px; }
  .comment-respond .form-submit input {
    display: block;
    width: 160px;
    height: 40px;
    border: 0;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    background: #363636;
    cursor: pointer; }

.no-comments {
  padding-top: 12px;
  font-weight: bold;
  font-size: 18px; }

/* ------------------------------------------------------------ *\
    Search Form
\* ------------------------------------------------------------ */
.search-form {
  position: relative;
  overflow: hidden; }
  .search-form__field {
    display: block;
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    background: #f7f7f7; }
    .search-form__field:focus {
      background-color: #fff; }
    .search-form__field::-webkit-input-placeholder {
      color: #777; }
    .search-form__field::-moz-placeholder {
      color: #777; }
    .search-form__field::-ms-input-placeholder {
      color: #777; }
    .search-form__field::placeholder {
      color: #777; }
  .search-form .screen-reader-text {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    opacity: 0.5;
    visibility: hidden; }

@font-face {
  font-family: 'jsw-horseboxes';
  src: url(../fonts/jsw-horseboxes.e7e657a15b.ttf) format("truetype"), url(../fonts/jsw-horseboxes.fd9a38196d.woff) format("woff"), url(../fonts/jsw-horseboxes.f4f877e646.svg#jsw-horseboxes) format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "jsw-horseboxes" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-finance:before {
  content: "\E909";
  font-size: 1.1em; }

.icon-chevron-left:before {
  content: "\E900"; }

.icon-chevron-right:before {
  content: "\E901"; }

.icon-facebook:before {
  content: "\E902"; }

.icon-information:before {
  content: "\E903"; }

.icon-magnifying-glass:before {
  content: "\E904"; }

.icon-phone:before {
  content: "\E905"; }

.icon-pin-filled:before {
  content: "\E906"; }

.icon-pin-round:before {
  content: "\E907"; }

.icon-repairs:before {
  content: "\E908"; }

.is-vcentered {
  align-items: center !important; }

.is-vertical.columns {
  flex-direction: column; }

.is-lighter {
  opacity: 0.6; }

.is-small.section {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem; }

.flex {
  display: flex; }

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

.flex-wrap {
  display: flex;
  flex-wrap: wrap; }

.has-border-right {
  border-right: 1px solid #ddd; }

.has-background-green {
  background-color: #369a6d; }

.has-background-purple {
  background-color: #7d61a3; }

.has-background-red-1 {
  background-color: #ec6257; }

/**
 * TYPOGRAPHY
 */
.is-size-6__5 {
  font-size: 0.85rem; }

/**
	SPACING HELPERS

	.m-r-10 which gives margin-right 10 pixels.
	.m-r-15 gives MARGIN to the RIGHT 15 pixels.
	.m-t-15 gives MARGIN to the TOP 15 pixels and so on.
	.p-b-5 gives PADDING to the BOTTOM of 5 pixels
	.p-l-40 gives PADDING to the LEFT of 40 pixels
	The first letter is "m" or "p" for MARGIN or PADDING
	Second letter is "t", "b", "l", or "r" for TOP, BOTTOM, LEFT, or RIGHT
	Third letter is the number of spacing in pixels. Adjust the amounts generated by editing the $spaceamounts variable below.
*/
.m-t-1 {
  margin-top: 0.25rem; }

.m-b-1 {
  margin-bottom: 0.25rem; }

.m-l-1 {
  margin-left: 0.25rem; }

.m-r-1 {
  margin-right: 0.25rem; }

.m-t-2 {
  margin-top: 0.5rem; }

.m-b-2 {
  margin-bottom: 0.5rem; }

.m-l-2 {
  margin-left: 0.5rem; }

.m-r-2 {
  margin-right: 0.5rem; }

.m-t-3 {
  margin-top: 1rem; }

.m-b-3 {
  margin-bottom: 1rem; }

.m-l-3 {
  margin-left: 1rem; }

.m-r-3 {
  margin-right: 1rem; }

.m-t-4 {
  margin-top: 1.25rem; }

.m-b-4 {
  margin-bottom: 1.25rem; }

.m-l-4 {
  margin-left: 1.25rem; }

.m-r-4 {
  margin-right: 1.25rem; }

.m-t-5 {
  margin-top: 1.5rem; }

.m-b-5 {
  margin-bottom: 1.5rem; }

.m-l-5 {
  margin-left: 1.5rem; }

.m-r-5 {
  margin-right: 1.5rem; }

.m-t-6 {
  margin-top: 2rem; }

.m-b-6 {
  margin-bottom: 2rem; }

.m-l-6 {
  margin-left: 2rem; }

.m-r-6 {
  margin-right: 2rem; }

.spare-parts-section {
  padding: 0.5rem 1rem; }
  .spare-parts-section a {
    color: #fff !important;
    opacity: 0.5; }
    .spare-parts-section a:hover {
      opacity: 0.9; }
  .spare-parts-section .title {
    margin-bottom: 0 !important; }
  .spare-parts-section h4 {
    margin-top: 10px; }
  @media screen and (min-width: 769px), print {
    .spare-parts-section .title {
      margin-left: 1rem; } }

.homepage-banner {
  height: 55vh; }
  .homepage-banner .homepage-banner--content {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat; }
  .homepage-banner .homepage-slider-container {
    position: absolute;
    top: 0;
    height: 88vh;
    width: 100vw;
    min-height: 43rem; }
    .homepage-banner .homepage-slider-container::after {
      position: absolute;
      background-image: linear-gradient(to top, rgba(0, 0, 0, 0) 0, #000 90%);
      height: 15rem;
      width: 100%;
      content: '';
      top: 0;
      z-index: 99; }
    .homepage-banner .homepage-slider-container .homepage-banner--content-text {
      display: flex;
      flex-direction: column;
      justify-content: center;
      height: 100%;
      color: #fff; }
      @media screen and (max-width: 768px) {
        .homepage-banner .homepage-slider-container .homepage-banner--content-text {
          padding: 30% 4% 0; } }
      .homepage-banner .homepage-slider-container .homepage-banner--content-text .homepage-banner--content-heading {
        font-size: 62px;
        line-height: 70px;
        font-weight: 600;
        color: #fff; }
        .homepage-banner .homepage-slider-container .homepage-banner--content-text .homepage-banner--content-heading span {
          font-weight: 300;
          font-style: italic; }
      .homepage-banner .homepage-slider-container .homepage-banner--content-text .homepage-banner--content-intro {
        margin: 30px 0;
        color: #fff;
        font-weight: 600;
        font-size: 25px; }
      .homepage-banner .homepage-slider-container .homepage-banner--content-text .button {
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content; }
  @media (max-height: 550px) {
    .homepage-banner .homepage-banner--content-text {
      height: 90% !important; }
      .homepage-banner .homepage-banner--content-text .homepage-banner--content-intro {
        margin: 20px 0 !important;
        font-size: 20px !important; }
      .homepage-banner .homepage-banner--content-text .homepage-banner--content-heading {
        font-size: 53px !important;
        line-height: 59px !important; } }

@media (max-height: 550px) {
  .homepage-banner {
    height: 78vh; } }

.homepage-quicklinks {
  display: flex;
  z-index: 999; }
  @media screen and (max-width: 768px) {
    .homepage-quicklinks {
      flex-wrap: wrap;
      justify-content: center; } }
  .homepage-quicklinks .banner--quick-link {
    color: #fff;
    width: 25%;
    padding: 2rem;
    transition: all 300ms ease-in-out;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor: pointer; }
    @media screen and (max-width: 768px) {
      .homepage-quicklinks .banner--quick-link {
        width: 50%; } }
    .homepage-quicklinks .banner--quick-link:nth-child(1) {
      background-color: #c3161c; }
    .homepage-quicklinks .banner--quick-link:nth-child(2) {
      background-color: #a51217; }
    .homepage-quicklinks .banner--quick-link:nth-child(3) {
      background-color: #91181b; }
    .homepage-quicklinks .banner--quick-link:nth-child(4) {
      background-color: #7d1214; }
    .homepage-quicklinks .banner--quick-link:nth-child(5) {
      background-color: #6b0b0d; }
    .homepage-quicklinks .banner--quick-link:nth-child(6) {
      background-color: #5a0405; }
    .homepage-quicklinks .banner--quick-link:hover {
      background-color: #000; }
    .homepage-quicklinks .banner--quick-link .quicklink--icon {
      margin-bottom: 20px; }
    .homepage-quicklinks .banner--quick-link .quicklink--text {
      text-align: center;
      font-size: 20px;
      font-weight: 600; }
  @media screen and (min-width: 1024px) {
    .homepage-quicklinks .banner--quick-link .quicklink--icon {
      width: 115px; }
    .homepage-quicklinks .banner--quick-link .quicklink--text {
      font-size: 18px; } }

/**
 * HOMEPAGE OFFER BLOCKS
 */
.block-offer {
  background-position: 90% 85%;
  background-repeat: no-repeat;
  padding: 1.5rem 30% 1.5rem 1.5rem;
  height: 100%;
  font-weight: 600;
  color: #fff;
  line-height: 1.2; }
  .block-offer a {
    color: inherit; }

.block-offer--safe {
  background-color: #7ec4bc;
  background-image: url(../images/repairs.143105e269.svg);
  background-size: 4rem;
  transition: background-color 200ms ease; }
  .block-offer--safe:hover {
    background-color: #7d61a3; }

.block-offer--jsw {
  background-color: #366fff;
  background-image: url(../images/horse-show.0077882732.svg);
  background-size: 40%; }
  .block-offer--jsw a span {
    color: #fff !important; }
  .block-offer--jsw a:hover {
    color: #ec6257; }

.block-offer--title {
  font-weight: 600;
  font-size: 1.75rem; }

.block-offer--subtitle {
  font-size: 1rem; }

.home-page-intro-text {
  display: flex;
  margin-top: 4rem;
  align-items: center; }
  @media screen and (max-width: 768px) {
    .home-page-intro-text {
      display: block;
      padding: 20px; } }
  .home-page-intro-text .home-page-intro-text--image {
    flex: 1; }
    .home-page-intro-text .home-page-intro-text--image img {
      width: 325px; }
  .home-page-intro-text .home-page-intro-text--text {
    flex: 2; }
    .home-page-intro-text .home-page-intro-text--text .home-page-intro-text--button-wrapper {
      display: flex;
      gap: 15px; }

.why-choose-jsw-homepage--wrapper {
  background-size: cover;
  background-position: center;
  margin-top: 2rem; }
  .why-choose-jsw-homepage--wrapper .why-choose-jsw-homepage--section {
    display: flex;
    max-width: 80vw;
    margin: auto;
    padding: 5rem 0;
    color: #fff; }
    @media screen and (max-width: 768px) {
      .why-choose-jsw-homepage--wrapper .why-choose-jsw-homepage--section {
        flex-direction: column;
        gap: 35px; } }
    .why-choose-jsw-homepage--wrapper .why-choose-jsw-homepage--section .why-choose-jsw-homepage--section-title, .why-choose-jsw-homepage--wrapper .why-choose-jsw-homepage--section .why-choose-jsw-item {
      flex: 1; }
    .why-choose-jsw-homepage--wrapper .why-choose-jsw-homepage--section .why-choose-jsw-homepage--section-title {
      font-size: 30px;
      padding-top: 25px;
      margin-right: 1rem; }
    .why-choose-jsw-homepage--wrapper .why-choose-jsw-homepage--section .why-choose-jsw-item {
      padding-right: 3rem; }
      .why-choose-jsw-homepage--wrapper .why-choose-jsw-homepage--section .why-choose-jsw-item .why-choose-jsw-item--title {
        font-weight: 600;
        margin-bottom: 10px; }
      .why-choose-jsw-homepage--wrapper .why-choose-jsw-homepage--section .why-choose-jsw-item p {
        font-size: 16px; }
  @media screen and (min-width: 1024px) {
    .why-choose-jsw-homepage--wrapper .why-choose-jsw-homepage--section {
      max-width: 92vw;
      padding: 4rem 0; }
      .why-choose-jsw-homepage--wrapper .why-choose-jsw-homepage--section .why-choose-jsw-homepage--section-title {
        font-size: 22px;
        margin-right: 0; }
      .why-choose-jsw-homepage--wrapper .why-choose-jsw-homepage--section .why-choose-jsw-item {
        padding-right: 1rem; }
        .why-choose-jsw-homepage--wrapper .why-choose-jsw-homepage--section .why-choose-jsw-item:last-child {
          padding: 0; }
        .why-choose-jsw-homepage--wrapper .why-choose-jsw-homepage--section .why-choose-jsw-item .why-choose-jsw-item--title {
          font-size: 15px; }
        .why-choose-jsw-homepage--wrapper .why-choose-jsw-homepage--section .why-choose-jsw-item p {
          font-size: 15px; } }

.yard-equipment-homepage-banner {
  display: flex;
  padding: 3rem 6rem;
  background-size: cover; }
  .yard-equipment-homepage-banner .yard-equipment-homepage-banner--left {
    flex: 2; }
  .yard-equipment-homepage-banner .yard-equipment-homepage-banner--right {
    flex: 1; }
    @media screen and (max-width: 768px) {
      .yard-equipment-homepage-banner .yard-equipment-homepage-banner--right {
        text-align: center; } }
    .yard-equipment-homepage-banner .yard-equipment-homepage-banner--right .yard-equipment-homepage-banner--text {
      font-size: 40px;
      line-height: 40px;
      color: #fff;
      margin-bottom: 20px; }

@media screen and (min-width: 1024px) {
  .yard-equipment-homepage-banner {
    padding: 2rem 6rem; }
    .yard-equipment-homepage-banner .yard-equipment-homepage-banner--text {
      line-height: 50px; } }

.horse-trailer-brands--wrapper {
  padding: 4rem 0 0 !important; }
  @media screen and (max-width: 768px) {
    .horse-trailer-brands--wrapper {
      display: block; } }
  .horse-trailer-brands--wrapper .horse-trailer-brands--brands-wrapper {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center; }
  .horse-trailer-brands--wrapper .horse-trailer-brands--title {
    text-align: center;
    margin: 0 0 1rem;
    font-size: 2rem;
    font-weight: 600; }
  .horse-trailer-brands--wrapper .horse-trailer-brands-item {
    display: flex;
    padding: 50px 29px;
    flex-direction: column;
    justify-content: center;
    gap: 0px; }
    @media screen and (max-width: 768px) {
      .horse-trailer-brands--wrapper .horse-trailer-brands-item {
        width: 100%;
        display: block; } }
    .horse-trailer-brands--wrapper .horse-trailer-brands-item .horse-trailer-brands-item__name .horse-trailer-brands-item--title {
      text-align: center;
      font-size: 23px; }
    .horse-trailer-brands--wrapper .horse-trailer-brands-item .horse-trailer-brands-item__desc {
      text-align: center;
      font-size: 15px; }
    .horse-trailer-brands--wrapper .horse-trailer-brands-item .horse-trailer-brands-item__shop {
      margin-top: 1rem; }

.social-showroom-section {
  padding: 3rem 0; }
  .social-showroom-section .social-showroom-section-title {
    display: flex;
    align-items: baseline;
    gap: 2rem; }
    @media screen and (max-width: 768px) {
      .social-showroom-section .social-showroom-section-title {
        display: block;
        text-align: center;
        margin-bottom: 15px; } }
    .social-showroom-section .social-showroom-section-title .social-showroom-section-title--link {
      color: #c3161c;
      text-transform: uppercase;
      font-weight: 700;
      font-size: 20px; }
  .social-showroom-section .social-showroom-wrapper {
    display: flex;
    gap: 2rem; }
    @media screen and (max-width: 768px) {
      .social-showroom-section .social-showroom-wrapper {
        display: block; } }
    .social-showroom-section .social-showroom-wrapper .featured-social-showroom {
      flex: 1;
      background: #f1f2f2; }
      .social-showroom-section .social-showroom-wrapper .featured-social-showroom .social-showroom--image {
        height: 350px;
        width: 100%;
        -o-object-fit: cover;
           object-fit: cover; }
      .social-showroom-section .social-showroom-wrapper .featured-social-showroom .social-showroom--content {
        display: flex;
        flex-direction: column;
        gap: 15px;
        padding: 20px;
        font-size: 16px;
        height: 300px; }
        .social-showroom-section .social-showroom-wrapper .featured-social-showroom .social-showroom--content .social-showroom--content-meta {
          color: #c3161c;
          font-weight: 600; }
        .social-showroom-section .social-showroom-wrapper .featured-social-showroom .social-showroom--content .social-showroom--title {
          color: #000;
          font-size: 17px;
          font-weight: 600; }
        .social-showroom-section .social-showroom-wrapper .featured-social-showroom .social-showroom--content .social-showroom--description {
          flex-grow: 1; }
        .social-showroom-section .social-showroom-wrapper .featured-social-showroom .social-showroom--content .book-button {
          margin-top: auto;
          align-self: flex-start; }

/**
 * SERVICE BLOCKS
 */
.service-jsw-horseboxes--page-flex {
  display: flex;
  gap: 5rem;
  align-items: center;
  color: #000;
  margin-top: 2rem; }
  @media screen and (max-width: 768px) {
    .service-jsw-horseboxes--page-flex {
      display: block;
      padding: 1rem; } }
  .service-jsw-horseboxes--page-flex .service-jsw-horseboxes--page-list {
    line-height: 1.2; }
  .service-jsw-horseboxes--page-flex .service-jsw-horseboxes--page-left {
    width: 35%; }
    @media screen and (max-width: 768px) {
      .service-jsw-horseboxes--page-flex .service-jsw-horseboxes--page-left {
        width: 100%; } }
  .service-jsw-horseboxes--page-flex .service-jsw-horseboxes--page-right {
    width: 55%; }
    @media screen and (max-width: 768px) {
      .service-jsw-horseboxes--page-flex .service-jsw-horseboxes--page-right {
        width: 100%; } }

.service-jsw-horseboxes--page-flex-bottom {
  display: flex;
  gap: 5rem;
  align-items: center;
  color: #000;
  margin-top: 5rem; }
  @media screen and (max-width: 768px) {
    .service-jsw-horseboxes--page-flex-bottom {
      display: block;
      padding: 1rem; } }
  .service-jsw-horseboxes--page-flex-bottom .service-jsw-horseboxes--page-list {
    line-height: 1.2; }
  .service-jsw-horseboxes--page-flex-bottom .service-jsw-horseboxes--page-left-bottom {
    width: 50%; }
    @media screen and (max-width: 768px) {
      .service-jsw-horseboxes--page-flex-bottom .service-jsw-horseboxes--page-left-bottom {
        width: 100%; } }
  .service-jsw-horseboxes--page-flex-bottom .service-jsw-horseboxes--page-right-bottom {
    width: 50%; }
    @media screen and (max-width: 768px) {
      .service-jsw-horseboxes--page-flex-bottom .service-jsw-horseboxes--page-right-bottom {
        width: 100%; } }

.repairs-jsw-horseboxes--page-flex {
  display: flex;
  gap: 5rem;
  align-items: center;
  color: #000;
  margin-top: 2rem; }
  @media screen and (max-width: 768px) {
    .repairs-jsw-horseboxes--page-flex {
      display: block; } }
  .repairs-jsw-horseboxes--page-flex .repairs-jsw-horseboxes--page-left {
    flex: 1; }
    .repairs-jsw-horseboxes--page-flex .repairs-jsw-horseboxes--page-left img {
      margin: auto; }
  .repairs-jsw-horseboxes--page-flex .repairs-jsw-horseboxes--page-right {
    flex: 2; }
    @media screen and (max-width: 768px) {
      .repairs-jsw-horseboxes--page-flex .repairs-jsw-horseboxes--page-right {
        flex: 1; } }
    .repairs-jsw-horseboxes--page-flex .repairs-jsw-horseboxes--page-right .repairs-jsw-horseboxes--page-right-intro-text {
      font-size: 20px;
      color: #c3161c; }
    .repairs-jsw-horseboxes--page-flex .repairs-jsw-horseboxes--page-right h4 {
      font-size: 1.1em;
      margin-bottom: 5px; }

.repairs-jsw-horseboxes--page-flex-bottom {
  display: flex;
  background: #c3161c;
  gap: 3rem;
  align-items: center;
  color: #fff;
  margin-top: 5rem;
  padding: 3rem 2rem; }
  @media screen and (max-width: 768px) {
    .repairs-jsw-horseboxes--page-flex-bottom {
      display: block; } }
  .repairs-jsw-horseboxes--page-flex-bottom h2 {
    color: #fff; }
  .repairs-jsw-horseboxes--page-flex-bottom .repairs-jsw-horseboxes--page--bottom-left, .repairs-jsw-horseboxes--page-flex-bottom .repairs-jsw-horseboxes--page-bottom-right {
    flex: 1; }
    .repairs-jsw-horseboxes--page-flex-bottom .repairs-jsw-horseboxes--page--bottom-left p, .repairs-jsw-horseboxes--page-flex-bottom .repairs-jsw-horseboxes--page-bottom-right p {
      font-size: 17px; }
    .repairs-jsw-horseboxes--page-flex-bottom .repairs-jsw-horseboxes--page--bottom-left .button-white-bg, .repairs-jsw-horseboxes--page-flex-bottom .repairs-jsw-horseboxes--page-bottom-right .button-white-bg {
      margin-top: 1rem; }
  .repairs-jsw-horseboxes--page-flex-bottom .repairs-jsw-horseboxes--page-bottom-right p:last-child {
    margin-top: 3rem; }

.has-red-text {
  color: #c3161c;
  font-size: 20px; }

.reminders-centre-align {
  display: flex;
  flex-direction: column;
  align-items: center; }
  .reminders-centre-align p {
    max-width: 725px;
    text-align: center; }

/**
 * ABOUT BLOCKS
 */
.about-jsw-horseboxes--page-flex {
  display: flex;
  gap: 5rem;
  align-items: center;
  color: #000; }
  @media screen and (max-width: 768px) {
    .about-jsw-horseboxes--page-flex {
      display: block;
      padding: 1rem; } }
  .about-jsw-horseboxes--page-flex .about-jsw-horseboxes--page-list {
    line-height: 1.2; }
  .about-jsw-horseboxes--page-flex .about-jsw-horseboxes--page-left {
    width: 45%; }
    @media screen and (max-width: 768px) {
      .about-jsw-horseboxes--page-flex .about-jsw-horseboxes--page-left {
        width: 100%; } }
  .about-jsw-horseboxes--page-flex .about-jsw-horseboxes--page-right {
    width: 55%; }
    @media screen and (max-width: 768px) {
      .about-jsw-horseboxes--page-flex .about-jsw-horseboxes--page-right {
        width: 100%; } }

.about-our-history-block--wrapper {
  background-size: cover;
  background-position: center;
  margin-top: 2rem; }
  .about-our-history-block--wrapper .about-our-history-block--container {
    display: flex;
    align-items: center;
    padding: 4rem 0;
    gap: 5rem;
    color: #fff; }
    @media screen and (max-width: 768px) {
      .about-our-history-block--wrapper .about-our-history-block--container {
        display: block;
        text-align: center;
        padding: 4rem 1rem; } }
    .about-our-history-block--wrapper .about-our-history-block--container .about-our-history-block--left img {
      width: 200px; }
    .about-our-history-block--wrapper .about-our-history-block--container .about-our-history-block--right .about-our-history-block--right-heading {
      font-size: 38px;
      margin-bottom: 1.2rem;
      font-weight: 600; }
    .about-our-history-block--wrapper .about-our-history-block--container .about-our-history-block--right .about-our-history-block--right-content p {
      margin-bottom: 1rem;
      color: #ececec; }
    .about-our-history-block--wrapper .about-our-history-block--container .about-our-history-block--right .about-our-history-block--right-content p:first-child {
      font-size: 21px;
      color: #fff;
      margin-bottom: .7rem; }

.about-jswjumps-block--container {
  display: flex;
  align-items: center; }
  @media screen and (max-width: 768px) {
    .about-jswjumps-block--container {
      display: block;
      padding: 1rem; } }
  .about-jswjumps-block--container .about-jswjumps-block--image {
    flex: 1; }
  .about-jswjumps-block--container .about-jswjumps-block--content {
    flex: 1.2; }
    .about-jswjumps-block--container .about-jswjumps-block--content h3, .about-jswjumps-block--container .about-jswjumps-block--content p {
      margin-bottom: 1rem; }
    .about-jswjumps-block--container .about-jswjumps-block--content h3 {
      font-size: 35px;
      font-weight: 600; }
    .about-jswjumps-block--container .about-jswjumps-block--content .about-text--red {
      color: #c3161c; }

/**
 * GUIDE BLOCKS
 */
.service-block {
  display: flex;
  padding: 2rem;
  color: #fff;
  transition: -webkit-transform 300ms ease;
  transition: transform 300ms ease;
  transition: transform 300ms ease, -webkit-transform 300ms ease; }
  .service-block:hover {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    z-index: 4; }

.service-block--media > i {
  font-size: 4rem; }

.service-block--finance {
  background: #369a6d; }

.service-block--repairs {
  background: #ec6257; }

.service-block--guides {
  background: #7d61a3; }

.service-block--title {
  font-size: 2rem;
  line-height: 1.2;
  font-weight: 600; }
  @media screen and (min-width: 1024px) {
    .service-block--title {
      margin-left: 2rem; } }

/**
 * SHOWROOM BLOCK
 */
.showroom-block {
  background: url(../images/showroom-bg.abbf2a8a7d.jpg) no-repeat center/cover;
  text-align: center;
  padding: 3rem;
  height: 100%; }

/**
 * CONTACT
 */
.contact-page-details--wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 5rem 0; }
  @media screen and (max-width: 768px) {
    .contact-page-details--wrapper {
      display: block; } }
  .contact-page-details--wrapper .contact-page-details--item {
    display: flex;
    align-items: center;
    gap: 15px; }
    @media screen and (max-width: 768px) {
      .contact-page-details--wrapper .contact-page-details--item {
        justify-content: center; } }
    .contact-page-details--wrapper .contact-page-details--item p, .contact-page-details--wrapper .contact-page-details--item a {
      font-size: 22px;
      font-weight: 600; }
  .contact-page-details--wrapper .contact-page-details--email {
    padding-right: 45px;
    border-right: 1px solid #000; }
    @media screen and (max-width: 768px) {
      .contact-page-details--wrapper .contact-page-details--email {
        border-right: 0;
        padding-right: 0;
        margin-bottom: 35px; }
        .contact-page-details--wrapper .contact-page-details--email img {
          width: 25px; } }
  .contact-page-details--wrapper .contact-page-details--phone {
    padding-left: 45px; }
    @media screen and (max-width: 768px) {
      .contact-page-details--wrapper .contact-page-details--phone {
        padding-left: 0; }
        .contact-page-details--wrapper .contact-page-details--phone img {
          width: 20px; } }

.contact-page-wrapper--flex {
  display: flex;
  gap: 5rem; }
  @media screen and (max-width: 768px) {
    .contact-page-wrapper--flex {
      display: block; } }
  .contact-page-wrapper--flex .contact-page-wrapper--flex-left-form-intro {
    font-size: 21px;
    color: #000; }
  .contact-page-wrapper--flex .everest-forms .evf-field-container {
    padding-left: 0; }
    .contact-page-wrapper--flex .everest-forms .evf-field-container input {
      height: 3rem !important;
      margin-bottom: 5px; }
    .contact-page-wrapper--flex .everest-forms .evf-field-container input, .contact-page-wrapper--flex .everest-forms .evf-field-container textarea {
      padding: 12px; }
  .contact-page-wrapper--flex .everest-forms .evf-field-container .evf-frontend-row .evf-frontend-grid .evf-field {
    margin-bottom: 5px; }
  .contact-page-wrapper--flex .contact-page-wrapper--flex-left {
    flex: 2; }
  .contact-page-wrapper--flex .contact-page-wrapper--flex-right {
    flex: 1.2; }
    .contact-page-wrapper--flex .contact-page-wrapper--flex-right .contact-page-wrapper--right-location {
      background-color: #c3161c;
      color: #fff;
      padding: 2rem 3rem;
      min-height: 275px;
      margin-bottom: 15px; }
      .contact-page-wrapper--flex .contact-page-wrapper--flex-right .contact-page-wrapper--right-location h4 {
        color: #fff;
        margin-bottom: 1.5em; }
      .contact-page-wrapper--flex .contact-page-wrapper--flex-right .contact-page-wrapper--right-location .contact-page-wrapper--right-location-address-wrapper {
        display: flex;
        align-items: flex-start;
        gap: 10px; }
        .contact-page-wrapper--flex .contact-page-wrapper--flex-right .contact-page-wrapper--right-location .contact-page-wrapper--right-location-address-wrapper .contact-page-wrapper--right-location-address {
          line-height: 7px;
          font-size: 16px; }
          .contact-page-wrapper--flex .contact-page-wrapper--flex-right .contact-page-wrapper--right-location .contact-page-wrapper--right-location-address-wrapper .contact-page-wrapper--right-location-address strong {
            color: #fff; }
    .contact-page-wrapper--flex .contact-page-wrapper--flex-right .contact-page-wrapper--right-hours {
      background: #000;
      color: #fff;
      padding: 2rem 3rem;
      min-height: 275px; }
      .contact-page-wrapper--flex .contact-page-wrapper--flex-right .contact-page-wrapper--right-hours h4 {
        color: #fff; }
      .contact-page-wrapper--flex .contact-page-wrapper--flex-right .contact-page-wrapper--right-hours strong {
        color: #fff; }
      .contact-page-wrapper--flex .contact-page-wrapper--flex-right .contact-page-wrapper--right-hours p {
        font-size: 16px; }

/**
 * FINANCE OPTIONS
 */
.finance-options-intro--wrapper {
  display: flex;
  align-items: center; }
  .finance-options-intro--wrapper .finance-options-intro--left {
    flex: 1; }
  .finance-options-intro--wrapper .finance-options-intro--right {
    flex: 1; }
    .finance-options-intro--wrapper .finance-options-intro--right h2 {
      font-size: 1.75rem;
      font-weight: 700;
      line-height: 32px;
      margin-bottom: 1.4rem;
      color: #000; }
    .finance-options-intro--wrapper .finance-options-intro--right p {
      margin-bottom: 1.4rem; }

.finance-options-content-wrapper ul {
  color: #000; }

.finance-options-content-wrapper h2 {
  color: #c3161c;
  margin-top: 2rem !important;
  font-size: 1.4rem; }

/**
 * BUYERS GUIDES
 */
.buyers-guide--wrapper {
  gap: 4rem; }
  .buyers-guide--wrapper .buyers-guide--left {
    width: 27%; }
    .buyers-guide--wrapper .buyers-guide--left img {
      width: 100%; }
  .buyers-guide--wrapper .buyers-guide--right {
    width: 60%; }
    .buyers-guide--wrapper .buyers-guide--right h2 {
      margin-top: 1rem;
      margin-bottom: 0;
      color: #c3161c;
      font-size: 1.4rem; }

.horse-trailer-maintenance-content--wrapper h2 {
  color: #c3161c;
  font-size: 1.4rem;
  margin: 1rem 0; }

/**
 * CASE STUDIES
 */
.case-studies-swiper-wrapper {
  display: flex; }

.article--single.type-brands {
  padding-top: 1rem; }
  .article--single.type-brands .article__head .article__title {
    color: #000;
    font-size: 3rem;
    font-weight: 600;
    line-height: 1.125;
    text-align: center; }
  .article--single.type-brands .brands-tabs-wrapper {
    background-color: #f1f2f2;
    margin-top: 2rem; }
    .article--single.type-brands .brands-tabs-wrapper .brands-tabs {
      display: flex;
      justify-content: center;
      font-weight: 700; }
      .article--single.type-brands .brands-tabs-wrapper .brands-tabs .tab {
        padding: 15px 50px;
        transition: all 300ms ease;
        text-transform: uppercase;
        color: #000; }
        @media screen and (max-width: 768px) {
          .article--single.type-brands .brands-tabs-wrapper .brands-tabs .tab {
            display: flex;
            align-items: center;
            text-align: center;
            padding: 15px; } }
        .article--single.type-brands .brands-tabs-wrapper .brands-tabs .tab:hover {
          background-color: #c3161c;
          color: #fff;
          cursor: pointer; }
        .article--single.type-brands .brands-tabs-wrapper .brands-tabs .tab.active {
          color: #fff; }
  @media screen and (max-width: 768px) {
    .article--single.type-brands .brands-overview-tab-wrapper {
      max-width: 95%;
      margin: auto; } }
  .article--single.type-brands .article--single-overview-intro {
    gap: 4rem;
    align-items: center;
    margin-top: 3rem; }
    @media screen and (max-width: 768px) {
      .article--single.type-brands .article--single-overview-intro {
        display: block; } }
    .article--single.type-brands .article--single-overview-intro h3 {
      color: #000;
      font-size: 2rem;
      font-weight: 600;
      line-height: 1.125;
      margin-bottom: 1.4rem; }
    .article--single.type-brands .article--single-overview-intro .article--single-overview-intro-left {
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 2rem; }
    @media screen and (max-width: 768px) {
      .article--single.type-brands .article--single-overview-intro .article--single-overview-intro-right {
        margin-top: 1rem; } }
    .article--single.type-brands .article--single-overview-intro .article--single-overview-intro-right p {
      margin-bottom: 1.4rem; }
    .article--single.type-brands .article--single-overview-intro .article--single-overview-intro-right p:first-child {
      color: #c3161c; }
    .article--single.type-brands .article--single-overview-intro .article--single-overview-intro-right a {
      margin-top: 2rem; }
  .article--single.type-brands .article--single-overview-quote-wrapper {
    background-color: #f1f2f2;
    margin-top: 4rem; }
    .article--single.type-brands .article--single-overview-quote-wrapper .article--single-overview-quote-container {
      padding: 3rem;
      gap: 6rem;
      align-items: center; }
      @media screen and (max-width: 768px) {
        .article--single.type-brands .article--single-overview-quote-wrapper .article--single-overview-quote-container {
          display: block; } }
      .article--single.type-brands .article--single-overview-quote-wrapper .article--single-overview-quote-container .article--single-overview-quote-left {
        flex: 1;
        display: flex;
        flex-direction: column;
        align-items: center; }
        .article--single.type-brands .article--single-overview-quote-wrapper .article--single-overview-quote-container .article--single-overview-quote-left .article--single-overview-models-available {
          padding: 2rem 3rem;
          background-size: cover;
          color: #fff;
          margin-top: 1rem;
          width: 100%; }
          @media screen and (max-width: 768px) {
            .article--single.type-brands .article--single-overview-quote-wrapper .article--single-overview-quote-container .article--single-overview-quote-left .article--single-overview-models-available {
              padding: 2rem;
              margin-bottom: 1rem; } }
          .article--single.type-brands .article--single-overview-quote-wrapper .article--single-overview-quote-container .article--single-overview-quote-left .article--single-overview-models-available h3 {
            font-size: 1.5rem;
            font-weight: 600;
            margin-bottom: 1rem; }
          .article--single.type-brands .article--single-overview-quote-wrapper .article--single-overview-quote-container .article--single-overview-quote-left .article--single-overview-models-available p {
            margin-bottom: 1rem; }
      .article--single.type-brands .article--single-overview-quote-wrapper .article--single-overview-quote-container .article--single-overview-quote-right {
        flex: 2; }
        .article--single.type-brands .article--single-overview-quote-wrapper .article--single-overview-quote-container .article--single-overview-quote-right ul {
          list-style: disc; }
          .article--single.type-brands .article--single-overview-quote-wrapper .article--single-overview-quote-container .article--single-overview-quote-right ul li {
            margin-bottom: 15px; }
        .article--single.type-brands .article--single-overview-quote-wrapper .article--single-overview-quote-container .article--single-overview-quote-right h3 {
          color: #000;
          font-size: 2rem;
          font-weight: 600;
          line-height: 1.125;
          margin-bottom: 1.4rem; }
        .article--single.type-brands .article--single-overview-quote-wrapper .article--single-overview-quote-container .article--single-overview-quote-right p {
          margin-bottom: 1.4rem; }
  .article--single.type-brands .article--single-overview-products-list-wrapper {
    margin-top: 4rem; }
    .article--single.type-brands .article--single-overview-products-list-wrapper h3 {
      color: #000;
      font-size: 2rem;
      font-weight: 700;
      line-height: 1.125;
      margin-bottom: 2.5rem;
      text-align: center; }
  .article--single.type-brands .brands-models-tab-wrapper {
    margin-top: 2rem; }
    @media screen and (max-width: 768px) {
      .article--single.type-brands .brands-models-tab-wrapper {
        max-width: 95%; } }
    .article--single.type-brands .brands-models-tab-wrapper .brand-models--single-model {
      display: flex;
      margin-bottom: 3rem; }
      @media screen and (max-width: 768px) {
        .article--single.type-brands .brands-models-tab-wrapper .brand-models--single-model {
          display: block; } }
      .article--single.type-brands .brands-models-tab-wrapper .brand-models--single-model .brand-models--single-model-left {
        flex: 1; }
      .article--single.type-brands .brands-models-tab-wrapper .brand-models--single-model .brand-models--single-model-right {
        flex: 2;
        display: flex;
        flex-direction: column; }
        .article--single.type-brands .brands-models-tab-wrapper .brand-models--single-model .brand-models--single-model-right h3 {
          font-size: 1.5rem;
          font-weight: 600;
          text-transform: uppercase;
          margin-bottom: 1.4rem;
          color: #c3161c; }
  @media screen and (max-width: 768px) {
    .article--single.type-brands .brands-spares-tab-wrapper {
      max-width: 95%; } }
  .article--single.type-brands .article--single-spares-intro {
    gap: 4rem;
    align-items: center;
    margin-top: 3rem; }
    @media screen and (max-width: 768px) {
      .article--single.type-brands .article--single-spares-intro {
        display: block; } }
    .article--single.type-brands .article--single-spares-intro h3 {
      color: #000;
      font-size: 2rem;
      font-weight: 600;
      line-height: 1.125;
      margin-bottom: 1.4rem; }
    .article--single.type-brands .article--single-spares-intro .article--single-spares-intro-left {
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 2rem; }
    .article--single.type-brands .article--single-spares-intro .article--single-spares-intro-right p {
      margin-bottom: 1.4rem; }
  .article--single.type-brands .spares-contact-page-details--wrapper .contact-page-details--intro-text {
    margin-top: 4rem;
    font-size: 35px;
    font-weight: 700;
    text-align: center; }
    @media screen and (max-width: 768px) {
      .article--single.type-brands .spares-contact-page-details--wrapper .contact-page-details--intro-text {
        font-size: 25px; } }
    .article--single.type-brands .spares-contact-page-details--wrapper .contact-page-details--intro-text span {
      color: #c3161c; }
  .article--single.type-brands .spares-contact-page-details--wrapper .contact-page-details--wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 1rem 0 5rem; }
    @media screen and (max-width: 768px) {
      .article--single.type-brands .spares-contact-page-details--wrapper .contact-page-details--wrapper {
        display: block; } }
    .article--single.type-brands .spares-contact-page-details--wrapper .contact-page-details--wrapper .contact-page-details--item {
      display: flex;
      align-items: center;
      gap: 15px; }
      @media screen and (max-width: 768px) {
        .article--single.type-brands .spares-contact-page-details--wrapper .contact-page-details--wrapper .contact-page-details--item {
          justify-content: center; } }
      .article--single.type-brands .spares-contact-page-details--wrapper .contact-page-details--wrapper .contact-page-details--item p, .article--single.type-brands .spares-contact-page-details--wrapper .contact-page-details--wrapper .contact-page-details--item a {
        font-size: 22px;
        font-weight: 600; }
        @media screen and (max-width: 768px) {
          .article--single.type-brands .spares-contact-page-details--wrapper .contact-page-details--wrapper .contact-page-details--item p, .article--single.type-brands .spares-contact-page-details--wrapper .contact-page-details--wrapper .contact-page-details--item a {
            font-size: 18px; } }
    .article--single.type-brands .spares-contact-page-details--wrapper .contact-page-details--wrapper .contact-page-details--email {
      padding-right: 45px;
      border-right: 1px solid #000; }
      @media screen and (max-width: 768px) {
        .article--single.type-brands .spares-contact-page-details--wrapper .contact-page-details--wrapper .contact-page-details--email {
          border-right: 0;
          padding-right: 0;
          margin-bottom: 35px; }
          .article--single.type-brands .spares-contact-page-details--wrapper .contact-page-details--wrapper .contact-page-details--email img {
            width: 25px; } }
    .article--single.type-brands .spares-contact-page-details--wrapper .contact-page-details--wrapper .contact-page-details--phone {
      padding-left: 45px; }
      @media screen and (max-width: 768px) {
        .article--single.type-brands .spares-contact-page-details--wrapper .contact-page-details--wrapper .contact-page-details--phone {
          padding-left: 0; }
          .article--single.type-brands .spares-contact-page-details--wrapper .contact-page-details--wrapper .contact-page-details--phone img {
            width: 20px; } }
  .article--single.type-brands .spares-contact-page-details--wrapper .contact-page-wrapper--flex {
    display: flex;
    gap: 5rem; }
    @media screen and (max-width: 768px) {
      .article--single.type-brands .spares-contact-page-details--wrapper .contact-page-wrapper--flex {
        display: block; } }
    .article--single.type-brands .spares-contact-page-details--wrapper .contact-page-wrapper--flex h3 {
      font-size: 1.5rem;
      margin-bottom: 0.6666em;
      font-weight: 700; }
    .article--single.type-brands .spares-contact-page-details--wrapper .contact-page-wrapper--flex .contact-page-wrapper--flex-left-form-intro {
      font-size: 21px;
      color: #000; }
    .article--single.type-brands .spares-contact-page-details--wrapper .contact-page-wrapper--flex .everest-forms .evf-field-container {
      padding-left: 0; }
      .article--single.type-brands .spares-contact-page-details--wrapper .contact-page-wrapper--flex .everest-forms .evf-field-container input {
        height: 3rem !important;
        margin-bottom: 5px; }
      .article--single.type-brands .spares-contact-page-details--wrapper .contact-page-wrapper--flex .everest-forms .evf-field-container input, .article--single.type-brands .spares-contact-page-details--wrapper .contact-page-wrapper--flex .everest-forms .evf-field-container textarea {
        padding: 12px; }
    .article--single.type-brands .spares-contact-page-details--wrapper .contact-page-wrapper--flex .everest-forms .evf-field-container .evf-frontend-row .evf-frontend-grid .evf-field {
      margin-bottom: 5px; }
    .article--single.type-brands .spares-contact-page-details--wrapper .contact-page-wrapper--flex .contact-page-wrapper--flex-left {
      flex: 2; }
    .article--single.type-brands .spares-contact-page-details--wrapper .contact-page-wrapper--flex .contact-page-wrapper--flex-right {
      flex: 1.2; }
      .article--single.type-brands .spares-contact-page-details--wrapper .contact-page-wrapper--flex .contact-page-wrapper--flex-right .contact-page-wrapper--right-location {
        background-color: #c3161c;
        color: #fff;
        padding: 2rem 3rem;
        min-height: 275px;
        margin-bottom: 15px; }
        .article--single.type-brands .spares-contact-page-details--wrapper .contact-page-wrapper--flex .contact-page-wrapper--flex-right .contact-page-wrapper--right-location h4 {
          font-weight: 700;
          font-size: 1.25em;
          margin-bottom: 1.5em;
          color: #fff; }
        .article--single.type-brands .spares-contact-page-details--wrapper .contact-page-wrapper--flex .contact-page-wrapper--flex-right .contact-page-wrapper--right-location .contact-page-wrapper--right-location-address-wrapper {
          display: flex;
          align-items: flex-start;
          gap: 10px; }
          .article--single.type-brands .spares-contact-page-details--wrapper .contact-page-wrapper--flex .contact-page-wrapper--flex-right .contact-page-wrapper--right-location .contact-page-wrapper--right-location-address-wrapper .contact-page-wrapper--right-location-address {
            line-height: 7px;
            font-size: 16px; }
            .article--single.type-brands .spares-contact-page-details--wrapper .contact-page-wrapper--flex .contact-page-wrapper--flex-right .contact-page-wrapper--right-location .contact-page-wrapper--right-location-address-wrapper .contact-page-wrapper--right-location-address p {
              margin-bottom: 1em; }
            .article--single.type-brands .spares-contact-page-details--wrapper .contact-page-wrapper--flex .contact-page-wrapper--flex-right .contact-page-wrapper--right-location .contact-page-wrapper--right-location-address-wrapper .contact-page-wrapper--right-location-address strong {
              color: #fff; }
      .article--single.type-brands .spares-contact-page-details--wrapper .contact-page-wrapper--flex .contact-page-wrapper--flex-right .contact-page-wrapper--right-hours {
        background: #000;
        color: #fff;
        padding: 2rem 3rem;
        min-height: 275px; }
        .article--single.type-brands .spares-contact-page-details--wrapper .contact-page-wrapper--flex .contact-page-wrapper--flex-right .contact-page-wrapper--right-hours h4 {
          font-weight: 700;
          font-size: 1.25em;
          margin-bottom: 1.5em;
          color: #fff; }
        .article--single.type-brands .spares-contact-page-details--wrapper .contact-page-wrapper--flex .contact-page-wrapper--flex-right .contact-page-wrapper--right-hours strong {
          color: #fff; }
        .article--single.type-brands .spares-contact-page-details--wrapper .contact-page-wrapper--flex .contact-page-wrapper--flex-right .contact-page-wrapper--right-hours p {
          font-size: 16px;
          margin-bottom: 1em; }
  .article--single.type-brands .brands-repairs-tab-wrapper {
    margin-top: 2rem; }
    @media screen and (max-width: 768px) {
      .article--single.type-brands .brands-repairs-tab-wrapper {
        max-width: 95%; } }
    .article--single.type-brands .brands-repairs-tab-wrapper h3 {
      font-size: 1.7rem;
      font-weight: 700;
      margin-bottom: 1em; }
    .article--single.type-brands .brands-repairs-tab-wrapper p {
      margin-bottom: 1rem; }
      .article--single.type-brands .brands-repairs-tab-wrapper p span {
        color: #c3161c; }
  @media screen and (max-width: 768px) {
    .article--single.type-brands .article--single-overview-products-list-wrapper ul.products[class*=columns-] li.product {
      width: 100%; }
    .article--single.type-brands .article--single-overview-products-list-wrapper .product-loop-content-wrapper {
      padding: 15px !important;
      min-height: 180px !important; }
      .article--single.type-brands .article--single-overview-products-list-wrapper .product-loop-content-wrapper p {
        display: none; }
      .article--single.type-brands .article--single-overview-products-list-wrapper .product-loop-content-wrapper .price {
        display: none; } }

.brands-tabs .tab.active {
  background-color: #c3161c;
  color: #fff; }

.brands-tab-content {
  display: none; }
  .brands-tab-content.active {
    display: block; }

.p-text-is-red {
  color: #c3161c; }

.button-white-bg {
  background: #c3161c;
  text-transform: uppercase;
  border: 0;
  color: #fff;
  font-weight: 700;
  padding: .8rem 1.6rem;
  height: unset;
  transition: background 200ms ease;
  background: #fff;
  color: #c3161c;
  padding: .7rem 1.6rem;
  font-size: 16px;
  border: 1px solid #c3161c; }
  .button-white-bg:hover {
    color: #fff;
    background: #000; }
  .button-white-bg:active, .button-white-bg:focus {
    color: #fff; }
  .button-white-bg.is-wider {
    padding-left: 1.5rem;
    padding-right: 1.5rem; }
  .button-white-bg.is-primary {
    background: #c3161c;
    color: #fff; }
  .button-white-bg:hover {
    background: #000;
    color: #fff;
    border-color: #000; }

.button-black-bg {
  background: #c3161c;
  text-transform: uppercase;
  border: 0;
  color: #fff;
  font-weight: 700;
  padding: .8rem 1.6rem;
  height: unset;
  transition: background 200ms ease;
  background: #000;
  border: 2px solid #c3161c;
  color: #c3161c;
  padding: .7rem 1.6rem;
  font-size: 16px; }
  .button-black-bg:hover {
    color: #fff;
    background: #000; }
  .button-black-bg:active, .button-black-bg:focus {
    color: #fff; }
  .button-black-bg.is-wider {
    padding-left: 1.5rem;
    padding-right: 1.5rem; }
  .button-black-bg.is-primary {
    background: #c3161c;
    color: #fff; }
  .button-black-bg:hover {
    background: #c3161c; }

.button {
  background: #c3161c;
  text-transform: uppercase;
  border: 0;
  color: #fff;
  font-weight: 700;
  padding: .8rem 1.6rem;
  height: unset;
  transition: background 200ms ease; }
  .button:hover {
    color: #fff;
    background: #000; }
  .button:active, .button:focus {
    color: #fff; }
  .button.is-wider {
    padding-left: 1.5rem;
    padding-right: 1.5rem; }
  .button.is-primary {
    background: #c3161c;
    color: #fff; }
  .button[disabled] {
    background-color: #c3161c; }

.case-studies-section h3 {
  margin-bottom: 2rem; }

.case-studies-section .case-studies-section-flex {
  display: flex;
  gap: 3%; }
  .case-studies-section .case-studies-section-flex .case-study-single-wrapper {
    width: 30%; }
    .case-studies-section .case-studies-section-flex .case-study-single-wrapper .case-study {
      display: flex;
      flex-direction: column;
      height: 100%; }
      .case-studies-section .case-studies-section-flex .case-study-single-wrapper .case-study .case-study--gallery {
        overflow: hidden; }
        .case-studies-section .case-studies-section-flex .case-study-single-wrapper .case-study .case-study--gallery .swiper-button-prev {
          left: 0; }
        .case-studies-section .case-studies-section-flex .case-study-single-wrapper .case-study .case-study--gallery .swiper-button-next {
          right: 0; }
        .case-studies-section .case-studies-section-flex .case-study-single-wrapper .case-study .case-study--gallery .swiper-nav-button::after {
          color: #fff;
          font-size: 25px; }
      .case-studies-section .case-studies-section-flex .case-study-single-wrapper .case-study .case-study--description-wrapper {
        background: #f1f2f2;
        padding: 25px 35px;
        flex: 1 auto; }
        .case-studies-section .case-studies-section-flex .case-study-single-wrapper .case-study .case-study--description-wrapper .case-study--title {
          font-weight: 600;
          color: #000;
          font-size: 20px;
          margin-bottom: 8px; }
        .case-studies-section .case-studies-section-flex .case-study-single-wrapper .case-study .case-study--description-wrapper p {
          font-size: 16px;
          color: #939597; }

.case-study--image {
  width: 100%;
  height: auto; }

.case-study--description {
  font-size: 1rem;
  line-height: 1.5; }

.case-study--image {
  display: block;
  height: 380px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover; }

.contact-blocks .block-content {
  height: 100%; }
  .contact-blocks .block-content i {
    margin-right: 1rem;
    position: relative;
    top: 2px; }

.cookie-notice {
  position: fixed;
  bottom: 0;
  padding: 1.2rem 2rem;
  width: 100%;
  display: flex;
  align-items: center;
  z-index: 2020;
  background: #1c1e1f;
  color: #f7f7f7;
  visibility: visible;
  opacity: 1;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
  transition: all 400ms ease; }
  .cookie-notice.is-dismissed {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    opacity: 0;
    visibility: hidden; }
  .cookie-notice a {
    color: #c3161c;
    font-weight: 400; }
  @media screen and (min-width: 1024px) {
    .cookie-notice {
      flex-wrap: nowrap; } }

.cookie-notice-text {
  margin-bottom: 0;
  flex: 0 0 100%;
  margin-bottom: 1rem; }
  @media screen and (min-width: 1024px) {
    .cookie-notice-text {
      flex: 1 0 0%;
      margin-bottom: 0;
      padding-right: 2rem;
      text-align: left; } }

.cookie-notice-button--dismiss {
  margin-right: 1rem;
  background: transparent;
  border: 0;
  cursor: pointer;
  height: 2rem;
  text-transform: uppercase;
  font-size: 0.8rem;
  color: inherit; }
  @media screen and (min-width: 1024px) {
    .cookie-notice-button--dismiss {
      margin-left: auto; } }

.cookie-notice-button--accept {
  cursor: pointer;
  height: 2rem;
  padding: 0.2rem 2rem;
  color: #fff; }

.input {
  border: 0; }

.search-form__field {
  padding-left: 3rem; }

.search-form--button {
  background: transparent;
  border: 0;
  cursor: pointer;
  position: absolute;
  left: 0.75rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 1.25rem; }
  .search-form--button i {
    color: #fff; }

.everest-forms {
  margin: 0 auto; }
  .everest-forms input[type=email], .everest-forms input[type=text], .everest-forms textarea {
    border: 0 !important;
    background: #f4f4f4 !important;
    height: 3rem !important;
    border-radius: 0 !important; }
  .everest-forms textarea {
    height: 8rem !important; }
  .everest-forms input[type=email]::-webkit-input-placeholder, .everest-forms input[type=text]::-webkit-input-placeholder, .everest-forms textarea::-webkit-input-placeholder {
    color: #aaa !important; }
  .everest-forms input[type=email]::-moz-placeholder, .everest-forms input[type=text]::-moz-placeholder, .everest-forms textarea::-moz-placeholder {
    color: #aaa !important; }
  .everest-forms input[type=email]::-ms-input-placeholder, .everest-forms input[type=text]::-ms-input-placeholder, .everest-forms textarea::-ms-input-placeholder {
    color: #aaa !important; }
  .everest-forms input[type=email]::placeholder, .everest-forms input[type=text]::placeholder, .everest-forms textarea::placeholder {
    color: #aaa !important; }
  .everest-forms button[type=submit] {
    background: #c3161c;
    text-transform: uppercase;
    border: 0;
    color: #fff;
    font-weight: 700;
    padding: .8rem 1.6rem;
    height: unset;
    transition: background 200ms ease;
    border-radius: 0 !important;
    border: 0 !important;
    background-color: #c3161c !important;
    color: #fff !important;
    font-weight: 700 !important;
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important; }
    .everest-forms button[type=submit]:hover {
      color: #fff;
      background: #000; }
    .everest-forms button[type=submit]:active, .everest-forms button[type=submit]:focus {
      color: #fff; }
    .everest-forms button[type=submit].is-wider {
      padding-left: 1.5rem;
      padding-right: 1.5rem; }
    .everest-forms button[type=submit].is-primary {
      background: #c3161c;
      color: #fff; }

.horse-buyers-guide-form {
  text-align: left;
  max-width: 350px;
  width: 100%; }
  .horse-buyers-guide-form label {
    color: #000; }
  .horse-buyers-guide-form input {
    border: 0 solid;
    width: 100%;
    padding: 10px;
    font-size: 1em;
    background: #f4f4f4; }

.label span {
  margin-left: 0.5rem;
  font-size: 0.8rem; }

.page-form {
  padding: 2rem;
  background: #f5f5f5;
  max-width: 700px; }

.form-response {
  display: none;
  padding: 1rem;
  border: 1px solid #369a6d;
  color: #369a6d; }

.link-icon {
  display: flex;
  text-align: center;
  line-height: 1;
  font-size: 1.1rem;
  color: #404041; }
  .link-icon:hover {
    color: #c3161c; }
  .link-icon > i {
    font-size: 1.5em;
    margin-bottom: 0.5rem; }
  .link-icon.is-vertical {
    flex-direction: column;
    align-items: center; }

.link-icon--text {
  color: #404041 !important; }

.navbar {
  z-index: 1000;
  top: 0;
  padding-top: 15px;
  background: #000; }
  .navbar.navbar-is-transparent {
    background: transparent; }
  @media screen and (max-width: 768px) {
    .navbar {
      padding: 15px; }
      .navbar .container {
        display: flex; } }
  .navbar .contact-button {
    background: transparent; }
  .navbar .navbar--logo {
    max-width: 120px;
    margin-right: 3rem; }
  @media screen and (min-width: 1024px) {
    .navbar .navbar--logo {
      max-width: 75px;
      margin-right: 1rem; } }

.navbar-item > a {
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  text-align: center;
  font-size: 16px; }
  .navbar-item > a:hover {
    color: #c3161c; }

@media screen and (min-width: 1024px) {
  .navbar-item > a {
    font-size: 15px; } }

.navbar-item.has-dropdown {
  padding: 0.5rem 0rem;
  align-items: center !important; }
  @media screen and (max-width: 1023px) {
    .navbar-item.has-dropdown {
      padding: 0.5rem 0.75rem; }
      .navbar-item.has-dropdown .navbar-dropdown {
        display: none; }
      .navbar-item.has-dropdown::after {
        content: '\E900';
        /* use !important to prevent issues with browser extensions that change fonts */
        font-family: "jsw-horseboxes" !important;
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        /* Better Font Rendering =========== */
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        position: absolute;
        right: 0;
        top: 0.5rem;
        color: #fff; }
      .navbar-item.has-dropdown.is-active .navbar-dropdown {
        display: block; }
      .navbar-item.has-dropdown.is-active::after {
        -webkit-transform: rotate(-90deg);
                transform: rotate(-90deg); } }

.navbar-start {
  flex-grow: 1;
  justify-content: space-between;
  font-size: 0.9em; }

.navbar-burger {
  color: #fff; }
  .navbar-burger:active, .navbar-burger :hover {
    color: #fff; }
  .navbar-burger span {
    height: 2px;
    width: 20px; }

.navbar-menu {
  margin-right: 0 !important;
  background: transparent;
  padding-top: 10px;
  padding-bottom: 10px; }
  @media screen and (max-width: 1023px) {
    .navbar-menu {
      position: fixed;
      top: 0;
      right: 0;
      width: 100%;
      display: block;
      padding: 8rem 3rem;
      -webkit-transform: translateX(100%);
              transform: translateX(100%);
      transition: all 200ms ease;
      will-change: transform;
      height: 100vh;
      overflow: scroll;
      z-index: 1000;
      background: #000; }
      .navbar-menu.navbar-open {
        -webkit-transform: translateX(0);
                transform: translateX(0); } }

@media screen and (min-width: 1024px) {
  .navbar-dropdown {
    background-color: #000;
    border-top: 0;
    border-radius: 0;
    font-size: 1rem; } }

.menu-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  transition: all 200ms ease; }
  .menu-overlay.is-active {
    opacity: 1;
    visibility: visible; }

.menu-close {
  position: absolute;
  right: 3rem;
  top: 4rem;
  color: #fff;
  font-size: 3rem;
  line-height: 1; }

.navbar {
  padding-bottom: 5px; }
  .navbar #mainMenu {
    height: 100%; }
    .navbar #mainMenu .mega-menu-wrap {
      height: 100%;
      background: transparent;
      width: 100%; }
      .navbar #mainMenu .mega-menu-wrap #mega-menu-main-menu {
        display: flex;
        justify-content: space-evenly;
        align-items: center;
        height: 100%; }
        .navbar #mainMenu .mega-menu-wrap #mega-menu-main-menu #mega-menu-item-47 .mega-sub-menu::before {
          left: 11%; }
        .navbar #mainMenu .mega-menu-wrap #mega-menu-main-menu #mega-menu-item-3996 .mega-sub-menu::before {
          left: 19%; }
        .navbar #mainMenu .mega-menu-wrap #mega-menu-main-menu #mega-menu-item-366 .mega-sub-menu::before {
          left: 30%; }
        .navbar #mainMenu .mega-menu-wrap #mega-menu-main-menu #mega-menu-item-345 .mega-sub-menu::before {
          left: 42%; }
        .navbar #mainMenu .mega-menu-wrap #mega-menu-main-menu #mega-menu-item-467 .mega-sub-menu::before {
          left: 55%; }
        .navbar #mainMenu .mega-menu-wrap #mega-menu-main-menu #mega-menu-item-60 .mega-sub-menu::before {
          left: 81%; }
        .navbar #mainMenu .mega-menu-wrap #mega-menu-main-menu #mega-menu-item-4066 .mega-sub-menu::before {
          left: 93%; }
        .navbar #mainMenu .mega-menu-wrap #mega-menu-main-menu .mega-menu-item:nth-child(1) .mega-sub-menu, .navbar #mainMenu .mega-menu-wrap #mega-menu-main-menu .mega-menu-item:nth-child(2) .mega-sub-menu, .navbar #mainMenu .mega-menu-wrap #mega-menu-main-menu .mega-menu-item:nth-child(3) .mega-sub-menu, .navbar #mainMenu .mega-menu-wrap #mega-menu-main-menu .mega-menu-item:nth-child(4) .mega-sub-menu, .navbar #mainMenu .mega-menu-wrap #mega-menu-main-menu .mega-menu-item:nth-child(5) .mega-sub-menu {
          left: 0; }
        .navbar #mainMenu .mega-menu-wrap #mega-menu-main-menu .mega-menu-item:nth-child(6) .mega-sub-menu, .navbar #mainMenu .mega-menu-wrap #mega-menu-main-menu .mega-menu-item:nth-child(7) .mega-sub-menu, .navbar #mainMenu .mega-menu-wrap #mega-menu-main-menu .mega-menu-item:nth-child(8) .mega-sub-menu, .navbar #mainMenu .mega-menu-wrap #mega-menu-main-menu .mega-menu-item:nth-child(9) .mega-sub-menu {
          right: 0;
          left: unset; }
        .navbar #mainMenu .mega-menu-wrap #mega-menu-main-menu .mega-menu-item .mega-menu-link {
          line-height: 21px;
          font-size: 15px;
          font-weight: 600;
          text-transform: uppercase;
          text-align: center;
          height: unset; }
          .navbar #mainMenu .mega-menu-wrap #mega-menu-main-menu .mega-menu-item .mega-menu-link:hover {
            background: transparent;
            color: #c3161c; }
        .navbar #mainMenu .mega-menu-wrap #mega-menu-main-menu .mega-menu-item .mega-indicator {
          display: none; }
        .navbar #mainMenu .mega-menu-wrap #mega-menu-main-menu .mega-menu-item .mega-sub-menu {
          padding: 2rem;
          width: 100%;
          background: #fff;
          box-shadow: 0 0 15px 1px #00000050;
          margin-top: 25px; }
          .navbar #mainMenu .mega-menu-wrap #mega-menu-main-menu .mega-menu-item .mega-sub-menu::before {
            content: "";
            border-left: 25px solid transparent;
            border-right: 25px solid transparent;
            border-bottom: 25px solid #fff;
            position: absolute;
            top: -24px;
            display: block; }
          .navbar #mainMenu .mega-menu-wrap #mega-menu-main-menu .mega-menu-item .mega-sub-menu .mega-menu-description {
            display: none; }
          .navbar #mainMenu .mega-menu-wrap #mega-menu-main-menu .mega-menu-item .mega-sub-menu .mega-menu-row {
            margin-bottom: 10px; }
          .navbar #mainMenu .mega-menu-wrap #mega-menu-main-menu .mega-menu-item .mega-sub-menu .mega-sub-menu {
            padding: 0;
            width: 100%;
            box-shadow: unset;
            margin-top: 0;
            display: flex;
            justify-content: space-around; }
            .navbar #mainMenu .mega-menu-wrap #mega-menu-main-menu .mega-menu-item .mega-sub-menu .mega-sub-menu .mega-sub-menu {
              display: block; }
            .navbar #mainMenu .mega-menu-wrap #mega-menu-main-menu .mega-menu-item .mega-sub-menu .mega-sub-menu::before {
              display: none; }
          .navbar #mainMenu .mega-menu-wrap #mega-menu-main-menu .mega-menu-item .mega-sub-menu li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item {
            padding: 0; }
          .navbar #mainMenu .mega-menu-wrap #mega-menu-main-menu .mega-menu-item .mega-sub-menu .brands-menu-row .mega-menu-columns-1-of-12 {
            width: 10% !important; }
            .navbar #mainMenu .mega-menu-wrap #mega-menu-main-menu .mega-menu-item .mega-sub-menu .brands-menu-row .mega-menu-columns-1-of-12 img {
              max-width: 118px !important;
              -o-object-fit: contain !important;
                 object-fit: contain !important; }
          .navbar #mainMenu .mega-menu-wrap #mega-menu-main-menu .mega-menu-item .mega-sub-menu .mega-menu-columns-1-of-12 {
            width: 10% !important; }
            .navbar #mainMenu .mega-menu-wrap #mega-menu-main-menu .mega-menu-item .mega-sub-menu .mega-menu-columns-1-of-12 img {
              width: 118px !important;
              height: 78px !important;
              -o-object-fit: cover;
                 object-fit: cover; }
          .navbar #mainMenu .mega-menu-wrap #mega-menu-main-menu .mega-menu-item .mega-sub-menu .mega-menu-columns-7-of-12 .mega-sub-menu {
            display: flex;
            flex-direction: column;
            width: 90%; }
            .navbar #mainMenu .mega-menu-wrap #mega-menu-main-menu .mega-menu-item .mega-sub-menu .mega-menu-columns-7-of-12 .mega-sub-menu .mega-menu-link {
              color: #c3161c; }
            .navbar #mainMenu .mega-menu-wrap #mega-menu-main-menu .mega-menu-item .mega-sub-menu .mega-menu-columns-7-of-12 .mega-sub-menu .textwidget {
              font-size: 14px; }
          .navbar #mainMenu .mega-menu-wrap #mega-menu-main-menu .mega-menu-item .mega-sub-menu .mega-menu-columns-3-of-12 {
            position: absolute;
            right: 0%; }
            .navbar #mainMenu .mega-menu-wrap #mega-menu-main-menu .mega-menu-item .mega-sub-menu .mega-menu-columns-3-of-12 .mega-block-title {
              font-size: 35px !important;
              color: #c3161c !important;
              line-height: 35px;
              margin-bottom: 1rem !important; }
            .navbar #mainMenu .mega-menu-wrap #mega-menu-main-menu .mega-menu-item .mega-sub-menu .mega-menu-columns-3-of-12 a {
              font-size: 18px;
              color: #c3161c;
              font-weight: 700; }

#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link, #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link, #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link {
  background: transparent; }

.newsletter-section {
  background-color: #c3161c;
  padding: 2rem 3rem;
  display: flex;
  gap: 5rem;
  justify-content: center; }
  @media screen and (max-width: 768px) {
    .newsletter-section {
      padding: 2rem 0;
      text-align: center;
      display: block; } }
  .newsletter-section .newsletter-section--form-wrapper {
    display: flex; }
    @media screen and (max-width: 768px) {
      .newsletter-section .newsletter-section--form-wrapper {
        margin-bottom: 25px; } }
    .newsletter-section .newsletter-section--form-wrapper .newsletter-section--join {
      border: 2px solid #fff;
      height: 60px;
      display: flex;
      align-items: center; }
      .newsletter-section .newsletter-section--form-wrapper .newsletter-section--join p {
        padding: 0 20px;
        color: #fff;
        text-transform: uppercase;
        font-weight: 600;
        font-size: 16px; }
    .newsletter-section .newsletter-section--form-wrapper form input {
      background: #fff !important;
      font-size: 18px;
      height: 60px;
      width: 375px; }
      @media screen and (max-width: 768px) {
        .newsletter-section .newsletter-section--form-wrapper form input {
          width: 200px; } }
      .newsletter-section .newsletter-section--form-wrapper form input::-webkit-input-placeholder {
        font-size: 18px; }
      .newsletter-section .newsletter-section--form-wrapper form input::-moz-placeholder {
        font-size: 18px; }
      .newsletter-section .newsletter-section--form-wrapper form input::-ms-input-placeholder {
        font-size: 18px; }
      .newsletter-section .newsletter-section--form-wrapper form input::placeholder {
        font-size: 18px; }
    .newsletter-section .newsletter-section--form-wrapper form button {
      background: #fff !important;
      color: #000;
      font-size: 23px;
      height: 60px;
      padding: 0 10px 8px 0 !important;
      font-size: 38px; }
      .newsletter-section .newsletter-section--form-wrapper form button:hover {
        color: #c3161c; }
  .newsletter-section .newsletter-section--social-wrapper {
    display: flex;
    align-items: center;
    gap: 2rem; }
    @media screen and (max-width: 768px) {
      .newsletter-section .newsletter-section--social-wrapper {
        justify-content: center; } }

.social-media-feed {
  background: #fff;
  margin: 0 15px 2em;
  padding: 2rem; }

.social-feed-heading {
  margin-bottom: 1rem; }
  .social-feed-heading span {
    color: #404041;
    font-size: 1.2em;
    font-weight: 600; }

.instagram-feed--item__link {
  padding-bottom: 100%;
  display: block;
  position: relative; }
  .instagram-feed--item__link::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(195, 22, 28, 0.37);
    z-index: 1;
    opacity: 0;
    transition: opacity 200ms ease;
    mix-blend-mode: soft-light; }
  .instagram-feed--item__link:hover::before {
    opacity: 1; }

.instagram-feed--item__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%; }

.divider-vertical {
  height: 100%;
  width: 1px;
  background: #c6c6c6;
  margin: 0 auto; }

.social-links {
  display: flex; }

.social-link--image {
  display: block; }

.cff-author-text {
  display: none !important; }

.cff-author-img {
  margin: 0 0 0 0% !important; }

.facebook-feed-container {
  position: absolute;
  bottom: 0;
  height: 50%;
  background-color: #3a56a2; }
  .facebook-feed-container .facebook-feed-inner {
    padding: 0rem 2em 2em; }
    .facebook-feed-container .facebook-feed-inner a {
      color: #ffffff; }
      .facebook-feed-container .facebook-feed-inner a:hover {
        color: #22b7f1; }

.history-links-flex {
  display: flex; }
  .history-links-flex .history-links-container {
    position: relative;
    float: left;
    margin: auto;
    display: flex;
    flex-direction: row;
    width: 100%;
    max-width: 80%;
    align-items: center; }
    .history-links-flex .history-links-container .history-link-divider {
      position: relative;
      flex: 0.5;
      border-bottom: 1px solid #c3161c; }
    .history-links-flex .history-links-container .history-link {
      flex: 1;
      text-align: center;
      max-width: 150px;
      height: 150px;
      border-radius: 100px;
      font-weight: bold;
      border: 1px solid #c3161c;
      background: #fff;
      color: #c3161c;
      transition: 200ms all;
      cursor: pointer;
      font-size: 25px;
      display: flex;
      align-items: center;
      justify-content: center; }
      .history-links-flex .history-links-container .history-link:hover {
        background: #c3161c;
        color: #ffffff; }
      .history-links-flex .history-links-container .history-link a:hover {
        color: #ffffff !important; }
      .history-links-flex .history-links-container .history-link.is-active {
        background: #c3161c;
        color: #fff; }
    @media screen and (min-width: 1024px) {
      .history-links-flex .history-links-container .history-link {
        height: 115px;
        width: 115px; } }

.history-content {
  display: none;
  position: relative;
  float: left;
  width: 100%; }

.history-active {
  display: block; }

.history-content-container {
  position: relative;
  float: left;
  width: 100%;
  margin-top: 50px;
  margin-bottom: 100px;
  display: flex; }

.history-inner-content {
  display: flex;
  align-items: center; }
  .history-inner-content .timeline-content {
    float: left;
    width: 35%;
    margin-left: 10%; }
    .history-inner-content .timeline-content .title {
      font-size: 1.6em;
      font-weight: bold;
      color: #c3161c;
      margin-top: 40px; }
  .history-inner-content .timeline-caption-container {
    position: relative;
    float: left;
    width: 38%;
    margin-left: 8%; }
    .history-inner-content .timeline-caption-container .timeline-caption-img {
      float: right;
      width: 100%;
      position: relative; }
    .history-inner-content .timeline-caption-container .timeline-caption-text {
      position: relative;
      float: left;
      margin-top: 20px;
      font-weight: 600;
      width: 100%;
      font-size: 15px; }

.timeline-gallery-slider {
  width: 100%;
  max-width: 600px;
  margin: auto;
  overflow: hidden; }
  .timeline-gallery-slider .swiper-wrapper {
    display: flex; }
  .timeline-gallery-slider .swiper-slide {
    width: 100%;
    text-align: center; }
    .timeline-gallery-slider .swiper-slide img {
      width: 100%;
      height: 400px;
      -o-object-fit: cover;
         object-fit: cover;
      display: block; }

@media only screen and (max-width: 990px) {
  .history-inner-content {
    display: block; }
    .history-inner-content .timeline-content {
      width: 80%;
      margin-left: 10%;
      margin-bottom: 40px; }
    .history-inner-content .timeline-caption-container {
      width: 80%;
      margin-left: 10%; }
  .history-links-flex {
    display: flex; }
    .history-links-flex .history-links-container {
      flex-direction: column;
      width: 100%;
      max-width: 100%; }
      .history-links-flex .history-links-container .history-link-divider {
        border-bottom: 30px solid #c3161c;
        margin: auto;
        width: 6px;
        height: 20px; }
      .history-links-flex .history-links-container .history-link {
        position: relative;
        width: 150px;
        height: 150px;
        border-radius: 100px;
        padding-top: 50px;
        padding-bottom: 50px;
        margin: auto; }
        .history-links-flex .history-links-container .history-link:hover {
          background: #c3161c;
          color: #ffffff; }
        .history-links-flex .history-links-container .history-link a:hover {
          color: #ffffff !important; }
        .history-links-flex .history-links-container .history-link.is-active {
          background: #c3161c;
          color: #fff; } }

.latest-news-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 3rem; }
  .latest-news-wrapper .news-item {
    position: relative;
    width: 30%; }
    .latest-news-wrapper .news-item .news-item--image-wrapper .item-featured-img {
      height: 14rem;
      -o-object-fit: cover;
         object-fit: cover;
      width: 100%; }
    .latest-news-wrapper .news-item .news-item-pagination {
      position: relative;
      float: left;
      width: 100%;
      margin-top: 50px; }
  .latest-news-wrapper .news-item-pagination {
    display: flex;
    justify-content: center;
    margin-top: 3rem; }
    .latest-news-wrapper .news-item-pagination a {
      display: inline-flex;
      align-items: center;
      color: #c3161c; }
      .latest-news-wrapper .news-item-pagination a i:first-child {
        margin-right: 0.5rem; }
      .latest-news-wrapper .news-item-pagination a i:last-child {
        margin-left: 0.5rem; }
      .latest-news-wrapper .news-item-pagination a + a {
        margin-left: 4rem; }
  .latest-news-wrapper .article__title {
    font-size: 2em;
    margin-top: 30px;
    margin-bottom: 30px;
    font-weight: 600; }
  .latest-news-wrapper .article__entry p {
    margin-bottom: 20px; }

.page-template-blogPosts-blade .page-banner--heading-wrapper {
  padding-top: 1rem; }

.contact-for-price-button-container {
  position: relative;
  margin-bottom: 50px;
  width: 100%;
  margin-top: 50px; }

#productPrice1183 {
  display: none; }

#tab-title-1 h2 {
  display: none; }

.woocommerce nav.woocommerce-pagination {
  margin-bottom: 3rem; }
  .woocommerce nav.woocommerce-pagination ul {
    display: flex;
    border: 0;
    justify-content: center; }
    .woocommerce nav.woocommerce-pagination ul li {
      border-right: 0; }
      .woocommerce nav.woocommerce-pagination ul li .page-numbers:not(.prev):not(.next) {
        color: #c3161c;
        font-weight: 700;
        width: 2em;
        height: 2em;
        transition: all 200ms ease;
        border: 1px solid #c3161c; }
        .woocommerce nav.woocommerce-pagination ul li .page-numbers:not(.prev):not(.next).current, .woocommerce nav.woocommerce-pagination ul li .page-numbers:not(.prev):not(.next):hover {
          background: #c3161c;
          color: #fff; }
      .woocommerce nav.woocommerce-pagination ul li .page-numbers.next, .woocommerce nav.woocommerce-pagination ul li .page-numbers.prev {
        color: #c3161c; }
        .woocommerce nav.woocommerce-pagination ul li .page-numbers.next:hover, .woocommerce nav.woocommerce-pagination ul li .page-numbers.prev:hover {
          background: #fff;
          color: #c3161c; }
  .woocommerce nav.woocommerce-pagination li {
    border: 0; }
    .woocommerce nav.woocommerce-pagination li + li {
      margin-left: 0.5rem; }

.showroom-column .showroom-block {
  color: #fff; }
  .showroom-column .showroom-block .showroom-content:hover {
    color: #fff; }
  .showroom-column .showroom-block a:hover {
    color: #fff; }
  .showroom-column .showroom-block .book-button {
    font-size: 1.5em;
    background: #404041; }
    .showroom-column .showroom-block .book-button:hover {
      color: #c3161c;
      background: #ffffff !important; }

.showroom-column h3 {
  color: #ffffff;
  line-height: 1; }

.showroom-block-red-opacity {
  position: absolute;
  height: 100%;
  width: 100%;
  background: #ccc;
  right: 0;
  opacity: 0.8; }

.showroom-get-next-article {
  display: flex;
  height: 100%;
  background: #f2f2f2; }

.showroom-article-text {
  display: flex;
  flex-direction: column;
  text-align: center; }
  .showroom-article-text h2 {
    margin-bottom: 20px;
    font-size: 1.5em;
    font-weight: 600; }
  .showroom-article-text .latest-arrival {
    padding: 5px;
    font-size: 1.5em;
    font-weight: bold;
    color: #c3161c;
    margin-bottom: 10px;
    text-transform: capitalize;
    text-decoration: underline; }

.article-featured-image {
  position: relative;
  height: 100%;
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat; }
  .article-featured-image img {
    -o-object-fit: cover;
       object-fit: cover;
    height: 302px;
    display: block; }

.showroom-article-inner-text {
  position: relative;
  margin: auto;
  padding: 1rem 1.5rem; }

.social-side-bar {
  position: fixed;
  right: 0;
  -webkit-transform: translateX(3rem);
          transform: translateX(3rem);
  z-index: 9;
  transition: all 400ms; }
  .social-side-bar .social-links {
    flex-direction: column;
    box-shadow: 0 0 11px rgba(0, 0, 0, 0.1); }

.side-bar-disappear {
  -webkit-transform: translateX(3rem);
          transform: translateX(3rem); }

.side-bar-appear {
  -webkit-transform: translateX(0);
          transform: translateX(0); }

.brands-we-stock-container {
  margin-bottom: 10px;
  margin-top: 3rem;
  text-align: center; }
  .brands-we-stock-container h2 {
    font-size: 2em;
    font-weight: 700;
    line-height: 1; }
  .brands-we-stock-container p {
    display: none; }
  .brands-we-stock-container .brand-item {
    padding-top: 50px;
    transition: 200ms;
    cursor: pointer; }
    .brands-we-stock-container .brand-item:hover {
      -webkit-transform: scale(1.05);
              transform: scale(1.05); }

.brands-we-stock-slider {
  display: flex;
  align-items: center; }
  .brands-we-stock-slider .swiper-slide {
    padding: 5px; }
    .brands-we-stock-slider .swiper-slide img {
      max-width: 160px; }

.content-404 {
  text-align: center; }
  .content-404 a {
    color: #c3161c;
    font-weight: inherit; }

h1.title-404 {
  line-height: 1;
  margin-bottom: 0; }
  @media screen and (min-width: 1024px) {
    h1.title-404 {
      font-size: 10rem; } }

.footer {
  background-color: #000; }
  .footer .footer-1-contact-intro {
    font-size: 15px;
    color: #fff; }
  .footer .footer-1-contact-mail {
    margin: 1rem 0;
    gap: 1rem; }
    .footer .footer-1-contact-mail figure {
      margin: 0; }
  .footer .footer-1-contact-phone {
    margin: 1rem 0;
    gap: 1rem; }
    .footer .footer-1-contact-phone figure {
      margin: 0; }
  .footer .footer-1-contact-socials {
    gap: 2rem; }
    .footer .footer-1-contact-socials figure {
      margin: 0; }
  .footer .widget_nav_menu {
    margin-right: 20px; }
    .footer .widget_nav_menu .title {
      color: #fff; }
    .footer .widget_nav_menu .menu li {
      color: #fff; }
      .footer .widget_nav_menu .menu li a {
        text-align: left; }
      .footer .widget_nav_menu .menu li:hover {
        color: #c3161c; }

.bottom-bar-section {
  background-color: #000; }
  .bottom-bar-section .bottom-bar-section-wrapper {
    display: flex;
    justify-content: space-between; }

.payment-methods {
  margin-top: 50px; }

.footer-1 .widget_text {
  font-size: 0.9em; }
  @media screen and (min-width: 1024px) {
    .footer-1 .widget_text {
      padding-right: 4rem; } }

.menu {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important; }
  .menu .navbar-item {
    padding: 0.15rem 0;
    color: #939597; }
    .menu .navbar-item > a {
      color: inherit;
      font-weight: 300;
      text-transform: none;
      font-size: 0.95em; }
      .menu .navbar-item > a::before {
        /* use !important to prevent issues with browser extensions that change fonts */
        font-family: "jsw-horseboxes" !important;
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        /* Better Font Rendering =========== */
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "\E901";
        font-size: 0.7em;
        margin-right: 0.5rem; }
    .menu .navbar-item:hover {
      color: #c3161c; }

.widget-title {
  text-transform: uppercase;
  font-weight: 700 !important; }

.net {
  color: inherit;
  font-weight: 300; }
  .net > span {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 1.1em;
    font-weight: 700; }
    .net > span > span {
      margin-left: 0.05rem; }

.header {
  padding: 0;
  position: relative;
  z-index: 999;
  border-bottom: 1px solid #fff;
  background: #000; }
  .header.header-is-transparent {
    background: transparent; }
  .header .search-form__field {
    min-width: 15rem;
    height: 100%;
    background-color: #000;
    color: #fff;
    border: 0.5px solid #fff;
    border-bottom: 0; }
    .header .search-form__field.input-is-transparent {
      background-color: transparent; }
  .header .top-bar--left-contact {
    font-size: 16px; }
    @media screen and (max-width: 768px) {
      .header .top-bar--left-contact {
        display: flex;
        justify-content: space-around;
        font-size: 14px; } }
    .header .top-bar--left-contact .top-bar--mail {
      padding-right: 2rem;
      display: flex;
      align-items: center;
      gap: 1rem;
      color: #fff; }
      @media screen and (max-width: 768px) {
        .header .top-bar--left-contact .top-bar--mail {
          padding-right: 10px;
          gap: 10px; }
          .header .top-bar--left-contact .top-bar--mail img {
            width: 15px; } }
      .header .top-bar--left-contact .top-bar--mail a {
        font-weight: 400; }
        .header .top-bar--left-contact .top-bar--mail a:hover {
          color: #c3161c; }
    .header .top-bar--left-contact .top-bar--phone {
      padding-left: 2rem;
      display: flex;
      align-items: center;
      gap: 1rem;
      color: #fff;
      border-left: 1px solid #fff; }
      @media screen and (max-width: 768px) {
        .header .top-bar--left-contact .top-bar--phone {
          padding-left: 10px;
          gap: 10px; } }
      .header .top-bar--left-contact .top-bar--phone img {
        height: 21px;
        width: auto; }
        @media screen and (max-width: 768px) {
          .header .top-bar--left-contact .top-bar--phone img {
            height: 15px; } }
  .header .header-top-bar--right {
    align-items: normal; }
    @media screen and (max-width: 768px) {
      .header .header-top-bar--right {
        display: flex;
        justify-content: flex-end; } }
    .header .header-top-bar--right .button {
      height: unset; }
    .header .header-top-bar--right a img {
      height: 100%; }
  .header .header-contact-button {
    padding: .6rem 1.6rem; }

.brand-logo--image {
  width: 9rem; }

.brand-logo--text {
  margin-left: 0.5rem;
  color: #c3161c;
  font-weight: 600;
  line-height: 1.1;
  font-size: 1.2rem; }

.search-form-wrapper {
  display: flex; }

.flex-ontop {
  flex-direction: column; }
  .flex-ontop .view-a-booking-button {
    height: 2.6em; }
  .flex-ontop .contact-us-header-icon {
    position: relative;
    float: left;
    width: 2.1em;
    margin-right: 0.4em; }
  .flex-ontop .speech-bubble {
    position: relative;
    float: left;
    width: 100%;
    bottom: 0.5em; }
  .flex-ontop .header-booking-button {
    margin-bottom: 0.6em; }
  .flex-ontop .contact-us-text {
    font-size: 1.2em;
    font-weight: 600; }

@media screen and (min-width: 1024px) {
  .is-hidden-desktop {
    display: none !important; } }

@media only screen and (max-width: 993px) {
  .header {
    background-image: none; }
  .header-columns {
    position: relative;
    float: left;
    width: 100%; }
    .header-columns .column {
      margin-bottom: 30px !important; }
  .flex-ontop .header-booking-button {
    margin-bottom: 0.6em;
    position: relative;
    float: left;
    width: 100%; } }

html {
  font-size: 16px; }
  @media screen and (min-width: 1408px) {
    html {
      font-size: 18px; } }

body {
  font-family: 'Titillium Web', sans-serif; }

.has-modal-open {
  overflow-y: hidden; }

a {
  font-weight: 600;
  color: inherit;
  transition: color 200ms ease; }

.main {
  padding-top: 1rem; }

.title.is-light {
  color: #fff; }

.subtitle.is-light {
  color: #fff;
  opacity: 0.4; }

.section-title {
  text-align: center;
  margin-bottom: 1.5em; }
  .section-title .title {
    margin-bottom: 1rem; }
  .section-title p {
    color: #fff;
    opacity: 0.6; }

.has-parallax {
  position: relative;
  z-index: 0; }

.parallax-img {
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  /* support for plugin https://github.com/bfred-it/object-fit-images */
  font-family: 'object-fit: cover;';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1; }

.crellyslider-slider, .crellyslider-slider .crellyslider, .crellyslider-slider .cs-slides, .crellyslider-slider .cs-slide {
  height: 100% !important; }

.crellyslider {
  font-family: inherit; }
  .crellyslider > .cs-navigation {
    text-align: left;
    left: 67px;
    width: calc(100% - 67px); }
    .crellyslider > .cs-navigation > .cs-slide-link {
      width: 13px;
      height: 13px; }

.slider-box {
  padding: 1.5rem 1.25rem !important;
  background: rgba(0, 0, 0, 0.6);
  color: #fff; }
  .slider-box h3 {
    font-size: 2rem !important;
    font-weight: 700 !important; }
  .slider-box p {
    font-size: 1.25rem !important; }

.tile.is-parent {
  padding: 0.5rem; }

.tile.is-vertical > .tile.is-child:not(:last-child) {
  margin-bottom: 1rem !important; }

.page-id-28 .page-banner {
  margin-bottom: 0; }

.page-banner {
  text-align: center;
  margin-bottom: 3rem;
  width: 100vw; }
  @media screen and (max-width: 768px) {
    .page-banner {
      margin-bottom: 0; } }
  .page-banner .page-banner--bg {
    height: 52vh;
    position: absolute;
    top: 0;
    width: 100vw;
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 5rem; }
    @media screen and (max-width: 768px) {
      .page-banner .page-banner--bg {
        height: 55vh;
        padding-top: 9rem;
        padding-left: 1rem; } }
    .page-banner .page-banner--bg .page-banner--heading-wrapper {
      text-align: left;
      padding-top: 1rem; }
      .page-banner .page-banner--bg .page-banner--heading-wrapper .title {
        font-size: 3.5rem; }
  .page-banner .title, .page-banner .subtitle {
    color: #000;
    text-align: left; }

article.content {
  max-width: 100%;
  margin: 0 auto;
  color: #000;
  padding-bottom: 3rem; }
  article.content li {
    padding-left: 1rem; }

.block-content {
  padding: 3rem;
  color: #fff; }
  .block-content h2, .block-content h3, .block-content h4, .block-content p, .block-content strong {
    color: inherit; }

@media screen and (max-width: 768px) {
  .woocommerce {
    padding: 10px; } }

article.type-page {
  padding: 1rem; }

.search-results .articles {
  margin: auto; }
  @media screen and (min-width: 1408px) {
    .search-results .articles {
      max-width: 1248px; } }
  .search-results .articles .article {
    margin-bottom: 1rem;
    padding: 2rem 1rem;
    border-bottom: 1px solid; }
    .search-results .articles .article .article__thumbnail img {
      max-width: 750px;
      max-height: 500px;
      -o-object-fit: cover;
         object-fit: cover; }

.woocommerce .woocommerce-breadcrumb {
  text-transform: uppercase;
  color: #c3161c;
  font-weight: 600;
  font-size: 0.8em;
  margin: 0.5rem 0 1.5rem; }
  .woocommerce .woocommerce-breadcrumb a, .woocommerce .woocommerce-breadcrumb .delimiter {
    color: #404041; }
  .woocommerce .woocommerce-breadcrumb .delimiter {
    margin: 0 0.5rem; }

.featured-category {
  text-align: center;
  height: 100%; }

.featured-category--image {
  min-height: 11rem;
  display: flex;
  align-items: center;
  justify-content: center; }

.featured-category--title {
  margin-top: 1rem; }
  .featured-category--title a {
    color: inherit; }

.featured-products-section {
  margin-top: 4rem;
  margin-bottom: 4rem;
  padding: 0 !important; }
  .featured-products-section .swiper-slide {
    height: initial; }
  .featured-products-section .section-title {
    text-align: left;
    display: flex;
    gap: 2rem;
    align-items: baseline; }
    @media screen and (max-width: 768px) {
      .featured-products-section .section-title {
        display: block;
        text-align: center; }
        .featured-products-section .section-title .title {
          font-size: 1.2rem; } }
    .featured-products-section .section-title .section-title--link {
      color: #c3161c;
      text-transform: uppercase;
      font-weight: 700;
      font-size: 20px; }
      @media screen and (max-width: 768px) {
        .featured-products-section .section-title .section-title--link {
          font-size: 18px; } }

.featured-products--link {
  margin-top: 3rem;
  text-align: center; }

.featured-product {
  text-align: center;
  display: flex;
  flex-direction: column; }

.featured-product--image {
  display: block;
  height: 320px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover; }

.featured-product--content {
  background: #f1f2f2;
  padding: 2rem;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 285px; }
  .featured-product--content p {
    font-size: 17px;
    flex-grow: inherit; }
  .featured-product--content .featured-product--price {
    color: #c3161c;
    margin: 25px 0;
    font-weight: 700;
    font-size: 19px; }

.featured-product--title {
  margin-bottom: 1.2rem;
  font-size: 19px;
  color: #000;
  font-weight: 700;
  line-height: 1.2;
  padding: 0 2rem; }

.swiper-nav-button {
  position: absolute;
  top: 50%;
  color: #fff;
  cursor: pointer;
  font-size: 1.5rem;
  outline: 0;
  transition: color 200ms ease; }
  .swiper-nav-button:hover {
    color: #c3161c; }
  .swiper-nav-button.swiper-button-next {
    right: -4rem; }
  .swiper-nav-button.swiper-button-prev {
    left: -4rem; }

.woocommerce .page-title {
  font-size: 2rem;
  text-align: left;
  margin-bottom: 1.4rem; }

.term-description {
  margin-bottom: 2rem; }
  .term-description p:not(:last-child) {
    margin-bottom: 1.4rem;
    text-align: left; }

.product .single-product-tag-shop-cat__wrapper {
  width: 80px;
  font-size: 13px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #fff;
  position: absolute;
  right: 2%;
  top: 1%; }

.woocommerce ul.products li.product, .woocommerce ul.products .woocommerce-page ul.products li.product {
  margin-bottom: 1rem;
  text-align: center; }

.woocommerce-loop-product__title {
  text-transform: uppercase;
  font-weight: 700;
  transition: color 200ms ease; }

.results-heading-wrapper {
  float: left;
  padding-bottom: 2rem; }
  .results-heading-wrapper h3 {
    font-size: 35px; }

.product-loop-content-wrapper > a.woocommerce-LoopProduct-link.woocommerce-loop-product__link {
  display: flex;
  flex-direction: column;
  align-items: center; }

.woocommerce ul.products li.product img {
  margin: 0 !important; }

.woocommerce ul.products li.product .product-loop-content-wrapper {
  background: #f1f2f2;
  padding: 25px 20px;
  min-height: 350px;
  display: flex;
  flex-direction: column;
  justify-content: space-between; }
  .woocommerce ul.products li.product .product-loop-content-wrapper p {
    font-size: 16px;
    font-weight: 400;
    flex-grow: 1; }
  .woocommerce ul.products li.product .product-loop-content-wrapper strong {
    display: inline; }
  .woocommerce ul.products li.product .product-loop-content-wrapper .price {
    color: #c3161c;
    font-size: 18px;
    font-weight: 600; }
  .woocommerce ul.products li.product .product-loop-content-wrapper .button {
    align-self: center; }

.woocommerce-ordering {
  float: right; }
  .woocommerce-ordering .woocommerce-orderby {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-position: 90% 50%;
    background-size: 36px;
    background-repeat: no-repeat;
    padding: 15px;
    font-size: 16px;
    border: 2px solid #c3161c;
    color: #c3161c;
    text-transform: uppercase;
    font-weight: 700;
    cursor: pointer;
    width: 330px; }
    .woocommerce-ordering .woocommerce-orderby:focus, .woocommerce-ordering .woocommerce-orderby :active {
      outline: none; }
    .woocommerce-ordering .woocommerce-orderby option {
      color: #000;
      font-size: 18px; }

li.product:hover .woocommerce-loop-product__title {
  color: #c3161c; }

li.product img {
  min-height: 263px;
  -o-object-fit: cover;
     object-fit: cover; }

.woocommerce a.button, .woocommerce button.button {
  background: #c3161c;
  text-transform: uppercase;
  border: 0;
  color: #fff;
  font-weight: 700;
  padding: .8rem 1.6rem;
  height: unset;
  transition: background 200ms ease;
  border-radius: 0; }
  .woocommerce a.button:hover, .woocommerce button.button:hover {
    color: #fff;
    background: #000; }
  .woocommerce a.button:active, .woocommerce a.button:focus, .woocommerce button.button:active, .woocommerce button.button:focus {
    color: #fff; }
  .woocommerce a.button.is-wider, .woocommerce button.button.is-wider {
    padding-left: 1.5rem;
    padding-right: 1.5rem; }
  .woocommerce a.button.is-primary, .woocommerce button.button.is-primary {
    background: #c3161c;
    color: #fff; }
  .woocommerce a.button.is-medium, .woocommerce button.button.is-medium {
    font-size: 1.25rem;
    padding-bottom: calc(0.375em - 1px);
    padding-left: calc(0.625em - 1px);
    padding-right: calc(0.625em - 1px);
    padding-top: calc(0.375em - 1px); }

.woocommerce div.product div.images.woocommerce-product-gallery,
.woocommerce div.product div.summary {
  width: 100% !important;
  float: none; }

.woocommerce div.product div.summary {
  margin-bottom: 3em; }

.woocommerce div.product div.images .flex-control-thumbs {
  display: flex;
  flex-wrap: wrap;
  margin-top: 0.5rem;
  margin-left: -8px;
  margin-right: -8px; }
  .woocommerce div.product div.images .flex-control-thumbs li {
    width: 25%;
    flex: 0 0 25%;
    max-width: 25%;
    padding: 8px; }

.woocommerce div.product p.price {
  color: #c3161c; }

.woocommerce div.product .cart {
  display: none; }

.woocommerce div.product .spare-parts-section {
  position: relative;
  padding: 1rem 1rem 2rem; }
  .woocommerce div.product .spare-parts-section h3 {
    font-size: 31px !important;
    margin-bottom: 1.5rem !important; }
  .woocommerce div.product .spare-parts-section img {
    position: absolute;
    bottom: 1rem;
    right: 2rem; }

.single-product .type-product .column .single-product-tag__wrapper {
  width: 85px;
  height: 85px;
  align-items: center;
  display: flex;
  justify-content: center;
  border-radius: 50%;
  color: #fff;
  font-size: 15px;
  position: absolute;
  top: 2%;
  left: 1%;
  z-index: 999; }

.woocommerce-social-share {
  clear: both;
  margin: 3rem 0; }
  .woocommerce-social-share::after {
    clear: both;
    content: " ";
    display: table; }
  .woocommerce-social-share .title {
    margin-bottom: 1rem; }
  .woocommerce-social-share .social-links {
    justify-content: center; }

.pswp__bg {
  opacity: 0.9 !important; }

.pwb-single-product-brands {
  display: none; }

.woocommerce-tabs-wrapper {
  background: #f1f2f2;
  padding: 2rem 0 5rem 0; }
  .woocommerce-tabs-wrapper .wc-tabs-wrapper--title {
    margin: 2rem 0;
    text-align: center;
    font-size: 2rem;
    font-weight: 600;
    color: #000; }
  .woocommerce-tabs-wrapper .wc-tabs-wrapper details {
    margin-bottom: 5px;
    background-color: #fff; }
  .woocommerce-tabs-wrapper .wc-tabs-wrapper details summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    list-style: none;
    padding: 1rem 2rem 1rem 4rem;
    font-weight: 600;
    color: #000;
    transition: all 200ms ease;
    font-size: 24px; }
  .woocommerce-tabs-wrapper .wc-tabs-wrapper details summary::after {
    content: "\276F";
    margin-left: 10px;
    transition: -webkit-transform 0.2s ease;
    transition: transform 0.2s ease;
    transition: transform 0.2s ease, -webkit-transform 0.2s ease; }
  .woocommerce-tabs-wrapper .wc-tabs-wrapper details[open] summary::after {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg); }
  .woocommerce-tabs-wrapper .wc-tabs-wrapper details[open] summary {
    color: #c3161c; }
  .woocommerce-tabs-wrapper .wc-tabs-wrapper #tab-title-pwb_tab h2 {
    display: none; }
  .woocommerce-tabs-wrapper .wc-tabs-wrapper details .content, .woocommerce-tabs-wrapper .wc-tabs-wrapper details #tab-pwb_tab-content {
    padding: 2rem 4rem 1rem;
    font-size: 16px; }
    .woocommerce-tabs-wrapper .wc-tabs-wrapper details .content table, .woocommerce-tabs-wrapper .wc-tabs-wrapper details #tab-pwb_tab-content table {
      width: 85%;
      font-size: 16px;
      margin: 2rem auto; }
    .woocommerce-tabs-wrapper .wc-tabs-wrapper details .content div p, .woocommerce-tabs-wrapper .wc-tabs-wrapper details #tab-pwb_tab-content div p {
      margin-bottom: 1.4rem; }
    .woocommerce-tabs-wrapper .wc-tabs-wrapper details .content h3, .woocommerce-tabs-wrapper .wc-tabs-wrapper details #tab-pwb_tab-content h3 {
      font-weight: 600;
      color: #000;
      font-size: 1rem;
      margin-bottom: 0.8rem; }

.related {
  margin-top: 2rem; }
  .related .title {
    text-transform: uppercase; }

.woocommerce div.product .woocommerce-tabs ul.tabs {
  padding: 0;
  justify-content: flex-start; }
  .woocommerce div.product .woocommerce-tabs ul.tabs li {
    border-radius: 0;
    margin: 0;
    background: #fff; }
    .woocommerce div.product .woocommerce-tabs ul.tabs li.active {
      background: #404041;
      color: #fff;
      border-color: #404041 !important; }
    .woocommerce div.product .woocommerce-tabs ul.tabs li::before, .woocommerce div.product .woocommerce-tabs ul.tabs li::after {
      display: none; }
    .woocommerce div.product .woocommerce-tabs ul.tabs li + li {
      margin-left: 0.25rem; }
    .woocommerce div.product .woocommerce-tabs ul.tabs li a {
      border-bottom: 0;
      font-weight: 300;
      text-transform: uppercase; }

/**
 * Swiper 9.4.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: June 13, 2023
 */
@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");
  font-weight: 400;
  font-style: normal; }

:root {
  --swiper-theme-color:#007aff; }

.swiper, swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  display: block; }

.swiper-vertical > .swiper-wrapper {
  flex-direction: column; }

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box; }

.swiper-android .swiper-slide, .swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
          transform: translate3d(0px, 0, 0); }

.swiper-horizontal {
  touch-action: pan-y; }

.swiper-vertical {
  touch-action: pan-x; }

.swiper-slide, swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  display: block; }

.swiper-slide-invisible-blank {
  visibility: hidden; }

.swiper-autoheight, .swiper-autoheight .swiper-slide {
  height: auto; }

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: height,-webkit-transform;
  transition-property: transform,height;
  transition-property: transform,height,-webkit-transform; }

.swiper-backface-hidden .swiper-slide {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.swiper-3d.swiper-css-mode .swiper-wrapper {
  -webkit-perspective: 1200px;
          perspective: 1200px; }

.swiper-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d; }

.swiper-3d {
  -webkit-perspective: 1200px;
          perspective: 1200px; }

.swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide, .swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d; }

.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10; }

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15); }

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none; }

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none; }

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start; }

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory; }

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
      scroll-snap-type: y mandatory; }

.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  -ms-scroll-snap-type: none;
      scroll-snap-type: none; }

.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none; }

.swiper-centered > .swiper-wrapper::before {
  content: '';
  flex-shrink: 0;
  order: 9999; }

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always; }

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
          margin-inline-start: var(--swiper-centered-offset-before); }

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after); }

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
          margin-block-start: var(--swiper-centered-offset-before); }

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after); }

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
          transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent; }

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader, .swiper:not(.swiper-watch-progress) .swiper-lazy-preloader, swiper-container:not(.swiper-watch-progress) .swiper-lazy-preloader {
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
          animation: swiper-preloader-spin 1s infinite linear; }

.swiper-lazy-preloader-white {
  --swiper-preloader-color:#fff; }

.swiper-lazy-preloader-black {
  --swiper-preloader-color:#000; }

@-webkit-keyframes swiper-preloader-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes swiper-preloader-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
          transform: translateZ(0); }

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none; }

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size); }

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size); }

:root {
  --swiper-navigation-size:44px; }

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size)/ 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color)); }

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none; }

.swiper-button-next.swiper-button-hidden, .swiper-button-prev.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none; }

.swiper-navigation-disabled .swiper-button-next, .swiper-navigation-disabled .swiper-button-prev {
  display: none !important; }

.swiper-button-next:after, .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1; }

.swiper-button-prev, .swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto; }

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
  content: 'prev'; }

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto; }

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
  content: 'next'; }

.swiper-button-lock {
  display: none; }

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: .3s opacity;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  z-index: 10; }

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0; }

.swiper-pagination-disabled > .swiper-pagination, .swiper-pagination.swiper-pagination-disabled {
  display: none !important; }

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%; }

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
          transform: scale(0.33);
  position: relative; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
          transform: scale(1); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
          transform: scale(1); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
          transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
          transform: scale(0.33); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
          transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
          transform: scale(0.33); }

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2); }

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none; }

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer; }

.swiper-pagination-bullet:only-child {
  display: none !important; }

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color)); }

.swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical > .swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
          transform: translate3d(0px, -50%, 0); }

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block; }

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 8px; }

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: .2s transform,.2s top; }

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px); }

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  white-space: nowrap; }

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: .2s transform,.2s left; }

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet, :host(.swiper-horizontal.swiper-rtl) .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: .2s transform,.2s right; }

.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit); }

.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute; }

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: left top;
          transform-origin: left top; }

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
          transform-origin: right top; }

.swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0; }

.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-vertical > .swiper-pagination-progressbar {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0; }

.swiper-pagination-lock {
  display: none; }

.swiper-scrollbar {
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  position: relative;
  -ms-touch-action: none;
  background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1)); }

.swiper-scrollbar-disabled > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important; }

.swiper-horizontal > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: var(--swiper-scrollbar-sides-offset, 1%);
  bottom: var(--swiper-scrollbar-bottom, 4px);
  top: var(--swiper-scrollbar-top, auto);
  z-index: 50;
  height: var(--swiper-scrollbar-size, 4px);
  width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%)); }

.swiper-scrollbar.swiper-scrollbar-vertical, .swiper-vertical > .swiper-scrollbar {
  position: absolute;
  left: var(--swiper-scrollbar-left, auto);
  right: var(--swiper-scrollbar-right, 4px);
  top: var(--swiper-scrollbar-sides-offset, 1%);
  z-index: 50;
  width: var(--swiper-scrollbar-size, 4px);
  height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%)); }

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  left: 0;
  top: 0; }

.swiper-scrollbar-cursor-drag {
  cursor: move; }

.swiper-scrollbar-lock {
  display: none; }

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center; }

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain; }

.swiper-slide-zoomed {
  cursor: move;
  touch-action: none; }

.swiper .swiper-notification, swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000; }

.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto; }

.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap; }

.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column; }

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out; }

.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity; }

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-fade .swiper-slide-active, .swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-cube {
  overflow: visible; }

.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  width: 100%;
  height: 100%; }

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-cube.swiper-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
          transform-origin: 100% 0; }

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-next, .swiper-cube .swiper-slide-next + .swiper-slide, .swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible; }

.swiper-cube .swiper-slide-shadow-bottom, .swiper-cube .swiper-slide-shadow-left, .swiper-cube .swiper-slide-shadow-right, .swiper-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: .6;
  z-index: 0; }

.swiper-cube .swiper-cube-shadow:before {
  content: '';
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  -webkit-filter: blur(50px);
          filter: blur(50px); }

.swiper-flip {
  overflow: visible; }

.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1; }

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-flip .swiper-slide-active, .swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-flip .swiper-slide-shadow-bottom, .swiper-flip .swiper-slide-shadow-left, .swiper-flip .swiper-slide-shadow-right, .swiper-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: opacity,height,-webkit-transform;
  transition-property: transform,opacity,height;
  transition-property: transform,opacity,height,-webkit-transform; }

.swiper-cards {
  overflow: visible; }

.swiper-cards .swiper-slide {
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden; }

/**
 * Swiper 9.4.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: June 13, 2023
 */
@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");
  font-weight: 400;
  font-style: normal; }

:root {
  --swiper-theme-color:#007aff; }

.swiper, swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  display: block; }

.swiper-vertical > .swiper-wrapper {
  flex-direction: column; }

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box; }

.swiper-android .swiper-slide, .swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
          transform: translate3d(0px, 0, 0); }

.swiper-horizontal {
  touch-action: pan-y; }

.swiper-vertical {
  touch-action: pan-x; }

.swiper-slide, swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  display: block; }

.swiper-slide-invisible-blank {
  visibility: hidden; }

.swiper-autoheight, .swiper-autoheight .swiper-slide {
  height: auto; }

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: height,-webkit-transform;
  transition-property: transform,height;
  transition-property: transform,height,-webkit-transform; }

.swiper-backface-hidden .swiper-slide {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.swiper-3d.swiper-css-mode .swiper-wrapper {
  -webkit-perspective: 1200px;
          perspective: 1200px; }

.swiper-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d; }

.swiper-3d {
  -webkit-perspective: 1200px;
          perspective: 1200px; }

.swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide, .swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d; }

.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10; }

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15); }

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none; }

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none; }

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start; }

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory; }

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
      scroll-snap-type: y mandatory; }

.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  -ms-scroll-snap-type: none;
      scroll-snap-type: none; }

.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none; }

.swiper-centered > .swiper-wrapper::before {
  content: '';
  flex-shrink: 0;
  order: 9999; }

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always; }

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
          margin-inline-start: var(--swiper-centered-offset-before); }

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after); }

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
          margin-block-start: var(--swiper-centered-offset-before); }

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after); }

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
          transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent; }

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader, .swiper:not(.swiper-watch-progress) .swiper-lazy-preloader, swiper-container:not(.swiper-watch-progress) .swiper-lazy-preloader {
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
          animation: swiper-preloader-spin 1s infinite linear; }

.swiper-lazy-preloader-white {
  --swiper-preloader-color:#fff; }

.swiper-lazy-preloader-black {
  --swiper-preloader-color:#000; }

@-webkit-keyframes swiper-preloader-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes swiper-preloader-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

