.button {
  -moz-appearance: none;
  -webkit-appearance: none;
  align-items: center;
  border: 1px solid transparent;
  border-radius: 6px;
  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, .is-focused.button, .button:active, .is-active.button {
  outline: none;
}
[disabled].button, fieldset[disabled] .button {
  cursor: not-allowed;
}

.button {
  -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 {
  border: 1px solid transparent;
  border-radius: 0;
  border-right: 0;
  border-top: 0;
  content: " ";
  display: block;
  height: 0.5em;
  margin-top: -0.4375em;
  pointer-events: none;
  position: absolute;
  top: 50%;
  transform: rotate(-45deg);
  transform-origin: center;
  width: 0.5em;
}

callout-notification .callout-notification .callout-close.delete {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background-color: hsl(0deg, 0%, 94%);
  border: none;
  border-radius: 8px;
  cursor: pointer;
  pointer-events: auto;
  display: inline-block;
  flex-grow: 0;
  flex-shrink: 0;
  font-size: 0;
  height: 20px;
  max-height: 20px;
  max-width: 20px;
  min-height: 20px;
  min-width: 20px;
  outline: none;
  position: relative;
  vertical-align: top;
  width: 20px;
}
callout-notification .callout-notification .callout-close.delete::before, callout-notification .callout-notification .callout-close.delete::after {
  background-color: hsl(0deg, 0%, 4%);
  content: "";
  display: block;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
  transform-origin: center center;
}
callout-notification .callout-notification .callout-close.delete::before {
  height: 2px;
  width: 50%;
}
callout-notification .callout-notification .callout-close.delete::after {
  height: 50%;
  width: 2px;
}
callout-notification .callout-notification .callout-close.delete:hover, callout-notification .callout-notification .callout-close.delete:focus {
  background-color: #e3e3e3;
}
callout-notification .callout-notification .callout-close.delete:active {
  background-color: #d6d6d6;
}
callout-notification .callout-notification .is-small.callout-close.delete {
  height: 16px;
  max-height: 16px;
  max-width: 16px;
  min-height: 16px;
  min-width: 16px;
  width: 16px;
}
callout-notification .callout-notification .is-medium.callout-close.delete {
  height: 24px;
  max-height: 24px;
  max-width: 24px;
  min-height: 24px;
  min-width: 24px;
  width: 24px;
}
callout-notification .callout-notification .is-large.callout-close.delete {
  height: 32px;
  max-height: 32px;
  max-width: 32px;
  min-height: 32px;
  min-width: 32px;
  width: 32px;
}

.button.is-loading::after {
  animation: spinAround 500ms infinite linear;
  border: 2px solid hsl(0deg, 0%, 90%);
  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;
}

@font-face {
  font-family: "Crosty Web Sans";
  font-weight: 300;
  font-display: swap;
  font-style: normal;
  src: url("../fonts/CrostyWebSansLight.woff2") format("woff2");
  unicode-range: U+000-5FF;
}
@font-face {
  font-family: "Crosty Web Sans";
  font-weight: 400;
  font-display: swap;
  font-style: normal;
  src: url("../fonts/CrostyWebSans.woff2") format("woff2");
  unicode-range: U+000-5FF;
}
@font-face {
  font-family: "Crosty Web Sans";
  font-weight: 700;
  font-display: swap;
  font-style: normal;
  src: url("../fonts/CrostyWebSansMedium.woff2") format("woff2");
  unicode-range: U+000-5FF;
}
@font-face {
  font-family: "Crosty Web Serif";
  font-weight: 400;
  font-display: swap;
  font-style: normal;
  src: url("../fonts/CrostyWebSerif.woff2") format("woff2");
  unicode-range: U+000-5FF;
}
@font-face {
  font-family: "Crosty Web Serif";
  font-weight: 700;
  font-display: swap;
  font-style: normal;
  src: url("../fonts/CrostyWebSerifBold.woff2") format("woff2");
  unicode-range: U+000-5FF;
}
@font-face {
  font-family: "DIN Condensed";
  src: url("../fonts/DINCondensed-Bold.woff2") format("woff2");
  font-weight: 700;
  font-display: swap;
  font-style: normal;
  unicode-range: U+000-5FF;
}
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;
}

:root {
  --vh: calc(100vh * 0.01);
}

html {
  background-color: hsl(0deg, 0%, 100%);
  font-size: 16px;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  min-width: 300px;
  overflow-x: hidden;
  overflow-y: scroll;
  text-rendering: optimizeLegibility;
  text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

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

html,
body,
button,
input,
optgroup,
select,
textarea {
  font-family: "Crosty Web Sans", "Crosty Geo Sans", sans-serif;
}

body {
  color: hsl(0deg, 0%, 4%);
  font-size: 1em;
  font-weight: 400;
  line-height: 1.5;
  min-height: -webkit-fill-available;
}

a {
  color: hsl(0deg, 0%, 4%);
  cursor: pointer;
  text-decoration: none;
}
a strong {
  color: currentColor;
}
a u {
  -webkit-transition: color 70ms ease-in;
  transition: color 70ms ease-in;
}
a:hover {
  color: hsl(0deg, 0%, 4%);
}
a:hover > u {
  color: #636363;
}
a.is-white {
  color: hsl(0deg, 0%, 100%);
}
a.is-white > u {
  color: white;
}
a.has-border {
  border-bottom: 1px solid transparent;
}
a.has-border.is-black:hover {
  border-color: hsl(0deg, 0%, 4%);
}
a.has-border.is-blue:hover {
  border-color: hsl(225deg, 100%, 56%);
}
a.has-border.is-white {
  border-color: hsl(0deg, 0%, 100%);
}

hr {
  background-color: hsl(0deg, 0%, 94%);
  border: none;
  display: block;
  height: 1px;
  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: hsl(0deg, 0%, 4%);
  font-weight: 700;
}

fieldset {
  border: none;
}

pre {
  -webkit-overflow-scrolling: touch;
  background-color: hsl(0deg, 0%, 94%);
  color: hsl(0deg, 0%, 4%);
  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: hsl(0deg, 0%, 4%);
}

abbr[title] {
  text-decoration: none;
}

#page {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
#page .site-main {
  margin: 0;
  flex-grow: 1;
}

footer {
  display: flex;
  width: 100%;
  overflow: hidden;
  margin: 0;
  background-color: hsl(0deg, 0%, 100%);
  padding: 2rem 0 1.5rem 0;
}
footer .wp-block-social-links {
  display: flex;
}
footer .wp-block-social-links span {
  display: none;
}

app-modal,
app-modal-js {
  display: none;
}

html.is-clipped {
  overflow: hidden;
  position: relative;
  height: 100%;
}
html.is-clipped body {
  overflow: hidden;
  position: relative;
}

@keyframes spinAround {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
.product del {
  color: hsl(0deg, 0%, 4%);
}
.product .percentage_txt {
  margin: 0 0.35em;
}
.product ins {
  text-decoration: none;
  color: #e71d34;
  font-size: 0.975rem;
}
.product ins .woocommerce-Price-amount {
  text-decoration: none;
}

.hero {
  align-items: stretch;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: hsl(0deg, 0%, 94%);
  position: relative;
}
.hero.is-transparent {
  background: transparent;
}
.hero.is-small .hero-body {
  padding: 1.5rem;
}
@media screen and (min-width: 769px), print {
  .hero.is-medium .hero-body {
    padding: 6rem 4.5rem;
  }
}
@media screen and (min-width: 769px), print {
  .hero.is-large .hero-body {
    padding: 18rem 6rem;
  }
}
@media screen and (max-width: 768px) {
  .hero.is-large .hero-body {
    padding: 8rem 6rem;
  }
}
@media screen and (max-width: 768px) {
  .hero.is-large-mobile .hero-body {
    padding: 6rem 1rem;
  }
}
.hero.is-halfheight .hero-body, .hero.is-fullheight .hero-body, .hero.is-fullheight-with-navbar .hero-body {
  align-items: center;
  display: flex;
}
.hero.is-halfheight .hero-body > .container, .hero.is-fullheight .hero-body > .container, .hero.is-fullheight-with-navbar .hero-body > .container {
  flex-grow: 1;
  flex-shrink: 1;
}
.hero.is-halfheight {
  min-height: 50vh;
}
.hero.is-fullheight {
  min-height: calc(100vh - 4em);
}
@media screen and (max-width: 768px) {
  .hero.is-fullheight {
    min-height: 50vh;
  }
}

.hero-head,
.hero-foot {
  flex-grow: 0;
  flex-shrink: 0;
}

.hero-body {
  flex-grow: 1;
  flex-shrink: 0;
  padding: 3rem 1.5rem;
}
@media screen and (min-width: 769px), print {
  .hero-body {
    padding: 3rem 3rem;
  }
}

.hero-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  cursor: pointer;
}

.container {
  flex-grow: 1;
  margin: 0 auto;
  position: relative;
  width: auto;
}
.container.is-fluid {
  max-width: none !important;
  padding-left: 30px;
  padding-right: 30px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .container.is-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (min-width: 1020px) {
  .container {
    max-width: 1020px;
  }
}
@media screen and (max-width: 1211px) {
  .container.is-widescreen:not(.is-max-desktop) {
    max-width: 1212px;
  }
}
@media screen and (max-width: 1403px) {
  .container.is-fullhd:not(.is-max-desktop):not(.is-max-widescreen) {
    max-width: 1404px;
  }
}
@media screen and (min-width: 1212px) {
  .container:not(.is-max-desktop) {
    max-width: 1212px;
  }
}
@media screen and (min-width: 1404px) {
  .container:not(.is-max-desktop):not(.is-max-widescreen) {
    max-width: 1404px;
  }
}
@media screen and (max-width: 768px) {
  .container.is-fluid-mobile {
    max-width: none !important;
    padding-left: 30px;
    padding-right: 30px;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
}

.button {
  background-color: hsl(0deg, 0%, 100%);
  border-color: hsl(0deg, 0%, 4%);
  border-width: 1px;
  color: hsl(0deg, 0%, 4%);
  cursor: pointer;
  justify-content: center;
  padding-bottom: calc(0.5em - 1px);
  padding-left: 1.5em;
  padding-right: 1.5em;
  padding-top: calc(0.5em - 1px);
  text-align: center;
  white-space: nowrap;
}
.button strong {
  color: inherit;
  pointer-events: none;
}
.button .icon {
  height: 1.25em;
  width: 1.25em;
  display: flex;
  justify-content: center;
  align-items: center;
}
.button .icon svg {
  width: 1.25em;
  height: 1.25em;
}
.button .icon.is-small {
  height: 1em;
  width: 1em;
}
.button .icon.is-small svg {
  width: 1em;
  height: 1em;
}
.button .icon.is-medium {
  height: 1.45em;
  width: 1.45em;
}
.button .icon.is-medium svg {
  width: 1.35em;
  height: 1.35em;
}
.button .icon.is-large {
  height: 2em;
  width: 2em;
}
.button .icon.is-large svg {
  width: 2em;
  height: 2em;
}
.button .icon:first-child:not(:last-child) {
  margin-left: calc(-0.75em - 1px);
  margin-right: 0.375em;
}
.button .icon:last-child:not(:first-child) {
  margin-left: 0.375em;
  margin-right: calc(-0.75em - 1px);
}
.button .icon:first-child:last-child {
  margin-left: calc(-0.75em - 1px);
  margin-right: calc(-0.75em - 1px);
}
.button .icon.is-spaced-right {
  margin-right: calc(0.75em - 1px) !important;
}
.button:hover, .button.is-hovered {
  background: hsl(0deg, 0%, 94%);
  border-color: hsl(0deg, 0%, 4%);
  color: hsl(0deg, 0%, 4%);
}
.button:active, .button.is-active {
  border-color: hsl(0deg, 0%, 4%);
  color: #575757;
}
.button.is-text {
  background-color: transparent;
  border-color: transparent;
}
.button.is-text:hover, .button.is-text.is-hovered, .button.is-text:active, .button.is-text.is-active {
  background-color: #e3e3e3;
}
.button.is-text[disabled], fieldset[disabled] .button.is-text {
  background-color: transparent;
  border-color: transparent;
  box-shadow: none;
}
.button.is-ghost {
  height: auto;
  padding: 0;
  background: none;
  border-color: transparent;
  color: hsl(0deg, 0%, 4%);
  text-decoration: underline;
}
.button.is-ghost:hover, .button.is-ghost.is-hovered {
  color: #575757;
  text-decoration: underline;
}
.button.is-ghost.has-icon {
  padding-right: 0;
}
.button.is-primary {
  background-color: hsl(0deg, 0%, 4%);
  border-color: transparent;
  color: #fff;
}
.button.is-primary:hover, .button.is-primary.is-hovered {
  background-color: #3d3d3d;
  border-color: transparent;
  color: #fff;
}
.button.is-primary:active, .button.is-primary.is-active {
  background-color: #4a4a4a;
  border-color: transparent;
  color: #fff;
}
.button.is-primary[disabled], fieldset[disabled] .button.is-primary {
  background-color: hsl(0deg, 0%, 4%);
  border-color: hsl(0deg, 0%, 4%);
  box-shadow: none;
}
.button.is-primary.is-loading {
  position: relative;
}
.button.is-primary.is-loading::after {
  border-color: transparent transparent #fff #fff !important;
}
.button.is-primary.is-outlined {
  background-color: transparent;
  border-color: hsl(0deg, 0%, 4%);
  color: hsl(0deg, 0%, 4%);
}
.button.is-primary.is-outlined:hover::after, .button.is-primary.is-outlined.is-hovered::after, .button.is-primary.is-outlined.is-loading::after {
  border-color: transparent transparent hsl(0deg, 0%, 4%) hsl(0deg, 0%, 4%) !important;
}
.button.is-primary.is-outlined[disabled], fieldset[disabled] .button.is-primary.is-outlined {
  background-color: transparent;
  border-color: hsl(0deg, 0%, 4%);
  box-shadow: none;
  color: hsl(0deg, 0%, 4%);
}
.button.is-primary.is-outlined[disabled], fieldset[disabled] .button.is-primary.is-outlined {
  background-color: transparent;
  border-color: #fff;
  box-shadow: none;
  color: hsl(0deg, 0%, 4%);
}
.button.is-primary.is-light {
  background-color: whitesmoke;
  color: hsl(0deg, 0%, 4%);
}
.button.is-primary.is-light:hover, .button.is-primary.is-light.is-hovered {
  background-color: #eeeeee;
  border-color: transparent;
  color: hsl(0deg, 0%, 4%);
}
.button.is-primary.is-light:active, .button.is-primary.is-light.is-active {
  background-color: #e8e8e8;
  border-color: transparent;
  color: hsl(0deg, 0%, 4%);
}
.button.is-light {
  background-color: hsl(0deg, 0%, 94%);
  border-color: transparent;
  color: hsl(0deg, 0%, 4%);
}
.button.is-light:hover, .button.is-light.is-hovered {
  background-color: #d6d6d6;
  border-color: transparent;
  color: hsl(0deg, 0%, 4%);
}
.button.is-light:active, .button.is-light.is-active {
  background-color: #bdbdbd;
  border-color: transparent;
  color: hsl(0deg, 0%, 4%);
}
.button.is-light[disabled], fieldset[disabled] .button.is-light {
  background-color: hsl(0deg, 0%, 94%);
  border-color: hsl(0deg, 0%, 94%);
  box-shadow: none;
}
.button.is-light.is-loading {
  position: relative;
}
.button.is-light.is-loading::after {
  border-color: transparent transparent hsl(0deg, 0%, 4%) hsl(0deg, 0%, 4%) !important;
}
.button.is-light.is-outlined {
  background-color: transparent;
  border-color: #a3a3a3;
  color: #707070;
}
.button.is-light.is-outlined:hover::after, .button.is-light.is-outlined.is-hovered::after, .button.is-light.is-outlined.is-loading::after {
  border-color: transparent transparent hsl(0deg, 0%, 94%) hsl(0deg, 0%, 94%) !important;
}
.button.is-light.is-outlined[disabled], fieldset[disabled] .button.is-light.is-outlined {
  background-color: transparent;
  border-color: hsl(0deg, 0%, 94%);
  box-shadow: none;
  color: hsl(0deg, 0%, 94%);
}
.button.is-light.is-outlined[disabled], fieldset[disabled] .button.is-light.is-outlined {
  background-color: transparent;
  border-color: hsl(0deg, 0%, 4%);
  box-shadow: none;
  color: hsl(0deg, 0%, 4%);
}
.button.is-blue {
  background-color: hsl(225deg, 100%, 56%);
  border-color: transparent;
  color: #fff;
}
.button.is-blue:hover, .button.is-blue.is-hovered {
  background-color: #003beb;
  border-color: transparent;
  color: #fff;
}
.button.is-blue:active, .button.is-blue.is-active {
  background-color: #002eb8;
  border-color: transparent;
  color: #fff;
}
.button.is-blue[disabled], fieldset[disabled] .button.is-blue {
  background-color: hsl(225deg, 100%, 56%);
  border-color: hsl(225deg, 100%, 56%);
  box-shadow: none;
}
.button.is-blue.is-loading {
  position: relative;
}
.button.is-blue.is-loading::after {
  border-color: transparent transparent #fff #fff !important;
}
.button.is-blue.is-outlined {
  background-color: transparent;
  border-color: hsl(225deg, 100%, 56%);
  color: hsl(225deg, 100%, 56%);
}
.button.is-blue.is-outlined:hover::after, .button.is-blue.is-outlined.is-hovered::after, .button.is-blue.is-outlined.is-loading::after {
  border-color: transparent transparent hsl(225deg, 100%, 56%) hsl(225deg, 100%, 56%) !important;
}
.button.is-blue.is-outlined[disabled], fieldset[disabled] .button.is-blue.is-outlined {
  background-color: transparent;
  border-color: hsl(225deg, 100%, 56%);
  box-shadow: none;
  color: hsl(225deg, 100%, 56%);
}
.button.is-blue.is-outlined[disabled], fieldset[disabled] .button.is-blue.is-outlined {
  background-color: transparent;
  border-color: #fff;
  box-shadow: none;
  color: #fff;
}
.button.is-blue.is-light {
  background-color: #ebf0ff;
  color: hsl(0deg, 0%, 4%);
}
.button.is-blue.is-light:hover, .button.is-blue.is-light.is-hovered {
  background-color: #dee6ff;
  border-color: transparent;
  color: hsl(0deg, 0%, 4%);
}
.button.is-blue.is-light:active, .button.is-blue.is-light.is-active {
  background-color: #d1ddff;
  border-color: transparent;
  color: hsl(0deg, 0%, 4%);
}
.button.is-red {
  background-color: hsl(348deg, 86%, 61%);
  border-color: transparent;
  color: #fff;
}
.button.is-red:hover, .button.is-red.is-hovered {
  background-color: #ee1742;
  border-color: transparent;
  color: #fff;
}
.button.is-red:active, .button.is-red.is-active {
  background-color: #c20f33;
  border-color: transparent;
  color: #fff;
}
.button.is-red[disabled], fieldset[disabled] .button.is-red {
  background-color: hsl(348deg, 86%, 61%);
  border-color: hsl(348deg, 86%, 61%);
  box-shadow: none;
}
.button.is-red.is-loading {
  position: relative;
}
.button.is-red.is-loading::after {
  border-color: transparent transparent #fff #fff !important;
}
.button.is-red.is-outlined {
  background-color: transparent;
  border-color: hsl(348deg, 86%, 61%);
  color: hsl(348deg, 86%, 61%);
}
.button.is-red.is-outlined:hover::after, .button.is-red.is-outlined.is-hovered::after, .button.is-red.is-outlined.is-loading::after {
  border-color: transparent transparent hsl(348deg, 86%, 61%) hsl(348deg, 86%, 61%) !important;
}
.button.is-red.is-outlined[disabled], fieldset[disabled] .button.is-red.is-outlined {
  background-color: transparent;
  border-color: hsl(348deg, 86%, 61%);
  box-shadow: none;
  color: hsl(348deg, 86%, 61%);
}
.button.is-red.is-outlined[disabled], fieldset[disabled] .button.is-red.is-outlined {
  background-color: transparent;
  border-color: #fff;
  box-shadow: none;
  color: #fff;
}
.button.is-red.is-light {
  background-color: #feecf0;
  color: hsl(0deg, 0%, 4%);
}
.button.is-red.is-light:hover, .button.is-red.is-light.is-hovered {
  background-color: #fde0e6;
  border-color: transparent;
  color: hsl(0deg, 0%, 4%);
}
.button.is-red.is-light:active, .button.is-red.is-light.is-active {
  background-color: #fcd4dc;
  border-color: transparent;
  color: hsl(0deg, 0%, 4%);
}
.button.is-small {
  font-size: 0.875rem;
}
.button.is-small:not(.is-rounded) {
  border-radius: 4px;
}
.button.is-normal {
  font-size: 1rem;
}
.button.is-medium {
  font-size: 1.15rem;
}
.button.is-large {
  font-size: 1.5rem;
}
.button[disabled], fieldset[disabled] .button {
  background-color: hsl(0deg, 0%, 100%);
  border-color: hsl(0deg, 0%, 71%);
  box-shadow: none;
  opacity: 0.5;
}
.button.is-fullwidth {
  display: flex;
  width: 100%;
  justify-content: center;
}
.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;
  border-color: transparent transparent hsl(0deg, 0%, 4%) hsl(0deg, 0%, 4%) !important;
}
.button.is-rounded {
  border-radius: 9999px;
  padding-left: calc(1.5em + 0.25em);
  padding-right: calc(1.5em + 0.25em);
}
.button.is-wide {
  padding-left: calc(1.5em + 1em);
  padding-right: calc(1.5em + 1em);
}
.button.is-radius-large {
  border-radius: 8px;
}
.button.has-icon {
  padding-right: calc(1.5em - .5em);
}
.button.has-icon span {
  pointer-events: none;
}
.button.has-notification {
  position: relative;
}
.button.has-notification span:not(.icon)::after {
  content: "";
  width: 6px;
  height: 6px;
  background: hsl(225deg, 100%, 56%);
  position: absolute;
  top: 0.45em;
  right: 0.45em;
  border-radius: 9999px;
}

.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.875rem;
}
.buttons.are-small .button:not(.is-normal):not(.is-medium):not(.is-large):not(.is-rounded) {
  border-radius: 4px;
}
.buttons.are-medium .button:not(.is-small):not(.is-normal):not(.is-large) {
  font-size: 1.15rem;
}
.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:active, .buttons.has-addons .button.is-active, .buttons.has-addons .button.is-selected {
  z-index: 3;
}
.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;
}

.title,
.subtitle {
  word-break: break-word;
}
.title:not(:last-child),
.subtitle:not(:last-child) {
  margin-bottom: 1rem;
}
.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: hsl(0deg, 0%, 4%);
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.125;
}
.title strong {
  color: inherit;
  font-weight: inherit;
}
.title:not(.is-spaced) + .subtitle {
  margin-top: -1rem;
}
.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.15rem;
}
.title.is-6 {
  font-size: 1rem;
}
.title.is-7 {
  font-size: 0.875rem;
}

.subtitle {
  color: hsl(0deg, 0%, 4%);
  font-size: 1.15rem;
  font-weight: 400;
  line-height: 1.25;
}
.subtitle strong {
  color: hsl(0deg, 0%, 4%);
  font-weight: 600;
}
.subtitle:not(.is-spaced) + .title {
  margin-top: -1rem;
}
.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.15rem;
}
.subtitle.is-6 {
  font-size: 1rem;
}
.subtitle.is-7 {
  font-size: 0.875rem;
}

.title.has-icon,
.subtitle.has-icon {
  display: flex;
  align-items: center;
}
.title.has-icon .icon,
.subtitle.has-icon .icon {
  display: flex;
  margin-right: 0.5em;
}

.notification {
  background-color: hsl(0deg, 0%, 94%);
  border-radius: 6px;
  position: relative;
  padding: 0.5rem 0.75rem;
}
.notification:not(:last-child) {
  margin-bottom: 1rem;
}
.notification strong {
  color: currentColor;
}
.notification.alert {
  background-color: #feecf0;
}
.notification.not-rounded {
  border-radius: 0;
}
.notification.has-icon {
  display: flex;
  flex-direction: row;
  padding: 0.5rem 0.75rem;
  padding-left: 2.5rem;
}
.notification.has-icon svg {
  width: 1.25rem;
  height: 1.25rem;
  position: absolute;
  left: 0.75rem;
  top: 50%;
  transform: translateY(-50%);
  fill: hsl(348deg, 86%, 61%);
}
.notification.has-icon p {
  width: 100%;
  font-size: 1rem;
  line-height: 1.25;
}

callout-notification .callout-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(10, 10, 10, 0.3);
  z-index: 31;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.2s, 100ms 0.2s, ease-in 0.2s;
  transition: opacity 0.2s, 100ms 0.2s, ease-in 0.2s;
}
callout-notification .callout-notification {
  position: fixed;
  left: 2em;
  bottom: 0;
  background-color: hsl(0deg, 0%, 100%);
  padding: 1.5rem;
  border-radius: 8px;
  width: 100%;
  max-width: 450px;
  z-index: 32;
  transform: translateY(100%);
  transition-delay: 1s;
  -webkit-transition: transform 0.2s, 100ms 0.2s, ease-in-out 0.2s;
  transition: transform 0.2s, 100ms 0.2s, ease-in-out 0.2s;
}
@media screen and (max-width: 768px) {
  callout-notification .callout-notification {
    left: 0;
    max-width: 100%;
    border: 0;
    bottom: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    padding-bottom: 2em;
  }
}
callout-notification .callout-notification.has-shadow {
  box-shadow: 0 0 20px 3px rgba(10, 10, 10, 0.25);
}
@media screen and (min-width: 769px), print {
  callout-notification .callout-notification.has-shadow {
    box-shadow: 0 0 15px 3px rgba(10, 10, 10, 0.15);
    border: 1px solid rgba(10, 10, 10, 0.2);
  }
}
@media screen and (max-width: 768px) {
  callout-notification .callout-notification p > a {
    display: block;
    margin-top: 1em;
  }
}
callout-notification .callout-notification .callout-close.delete {
  height: 40px;
  position: absolute;
  right: 1rem;
  top: 1rem;
  width: 40px;
}
@media screen and (min-width: 769px), print {
  callout-notification.is-right .callout-notification {
    right: 2em;
    left: auto;
  }
}
callout-notification.is-active .callout-overlay {
  opacity: 1;
  visibility: visible;
}
callout-notification.is-active .callout-notification {
  transform: translateY(0);
}
@media screen and (min-width: 769px), print {
  callout-notification.is-active .callout-notification {
    bottom: 2em;
  }
}

/* Bulma Helpers */
.has-text-primary {
  color: hsl(0deg, 0%, 4%) !important;
}

a.has-text-primary:hover, a.has-text-primary:focus {
  color: black !important;
}

.has-background-primary {
  background-color: hsl(0deg, 0%, 4%) !important;
}

.has-text-primary-light {
  color: whitesmoke !important;
}

a.has-text-primary-light:hover, a.has-text-primary-light:focus {
  color: #dbdbdb !important;
}

.has-background-primary-light {
  background-color: whitesmoke !important;
}

.has-text-primary-dark {
  color: #919191 !important;
}

a.has-text-primary-dark:hover, a.has-text-primary-dark:focus {
  color: #ababab !important;
}

.has-background-primary-dark {
  background-color: #919191 !important;
}

.has-text-light {
  color: hsl(0deg, 0%, 94%) !important;
}

a.has-text-light:hover, a.has-text-light:focus {
  color: #d6d6d6 !important;
}

.has-background-light {
  background-color: hsl(0deg, 0%, 94%) !important;
}

.has-text-blue {
  color: hsl(225deg, 100%, 56%) !important;
}

a.has-text-blue:hover, a.has-text-blue:focus {
  color: #003beb !important;
}

.has-background-blue {
  background-color: hsl(225deg, 100%, 56%) !important;
}

.has-text-blue-light {
  color: #ebf0ff !important;
}

a.has-text-blue-light:hover, a.has-text-blue-light:focus {
  color: #b8c9ff !important;
}

.has-background-blue-light {
  background-color: #ebf0ff !important;
}

.has-text-blue-dark {
  color: #003df5 !important;
}

a.has-text-blue-dark:hover, a.has-text-blue-dark:focus {
  color: #295eff !important;
}

.has-background-blue-dark {
  background-color: #003df5 !important;
}

.has-text-red {
  color: hsl(348deg, 86%, 61%) !important;
}

a.has-text-red:hover, a.has-text-red:focus {
  color: #ee1742 !important;
}

.has-background-red {
  background-color: hsl(348deg, 86%, 61%) !important;
}

.has-text-red-light {
  color: #feecf0 !important;
}

a.has-text-red-light:hover, a.has-text-red-light:focus {
  color: #fabdc9 !important;
}

.has-background-red-light {
  background-color: #feecf0 !important;
}

.has-text-red-dark {
  color: #cc0f35 !important;
}

a.has-text-red-dark:hover, a.has-text-red-dark:focus {
  color: #ee2049 !important;
}

.has-background-red-dark {
  background-color: #cc0f35 !important;
}

.has-text-black-bis {
  color: hsl(0deg, 0%, 7%) !important;
}

.has-background-black-bis {
  background-color: hsl(0deg, 0%, 7%) !important;
}

.has-text-black-ter {
  color: hsl(0deg, 0%, 14%) !important;
}

.has-background-black-ter {
  background-color: hsl(0deg, 0%, 14%) !important;
}

.has-text-grey-darker {
  color: hsl(0deg, 0%, 21%) !important;
}

.has-background-grey-darker {
  background-color: hsl(0deg, 0%, 21%) !important;
}

.has-text-grey-dark {
  color: hsl(0deg, 0%, 29%) !important;
}

.has-background-grey-dark {
  background-color: hsl(0deg, 0%, 29%) !important;
}

.has-text-grey {
  color: hsl(0deg, 0%, 35%) !important;
}

.has-background-grey {
  background-color: hsl(0deg, 0%, 35%) !important;
}

.has-text-grey-light {
  color: hsl(0deg, 0%, 71%) !important;
}

.has-background-grey-light {
  background-color: hsl(0deg, 0%, 71%) !important;
}

.has-text-grey-lighter {
  color: hsl(0deg, 0%, 90%) !important;
}

.has-background-grey-lighter {
  background-color: hsl(0deg, 0%, 90%) !important;
}

.has-text-white-ter {
  color: hsl(0deg, 0%, 94%) !important;
}

.has-background-white-ter {
  background-color: hsl(0deg, 0%, 94%) !important;
}

.has-text-white-bis {
  color: hsl(0deg, 0%, 97%) !important;
}

.has-background-white-bis {
  background-color: hsl(0deg, 0%, 97%) !important;
}

.is-flex-direction-row {
  flex-direction: row !important;
}

.is-flex-direction-row-reverse {
  flex-direction: row-reverse !important;
}

.is-flex-direction-column {
  flex-direction: column !important;
}

.is-flex-direction-column-reverse {
  flex-direction: column-reverse !important;
}

.is-flex-wrap-nowrap {
  flex-wrap: nowrap !important;
}

.is-flex-wrap-wrap {
  flex-wrap: wrap !important;
}

.is-flex-wrap-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.is-justify-content-flex-start {
  justify-content: flex-start !important;
}

.is-justify-content-flex-end {
  justify-content: flex-end !important;
}

.is-justify-content-center {
  justify-content: center !important;
}

.is-justify-content-space-between {
  justify-content: space-between !important;
}

.is-justify-content-space-around {
  justify-content: space-around !important;
}

.is-justify-content-space-evenly {
  justify-content: space-evenly !important;
}

.is-justify-content-start {
  justify-content: start !important;
}

.is-justify-content-end {
  justify-content: end !important;
}

.is-justify-content-left {
  justify-content: left !important;
}

.is-justify-content-right {
  justify-content: right !important;
}

.is-align-content-flex-start {
  align-content: flex-start !important;
}

.is-align-content-flex-end {
  align-content: flex-end !important;
}

.is-align-content-center {
  align-content: center !important;
}

.is-align-content-space-between {
  align-content: space-between !important;
}

.is-align-content-space-around {
  align-content: space-around !important;
}

.is-align-content-space-evenly {
  align-content: space-evenly !important;
}

.is-align-content-stretch {
  align-content: stretch !important;
}

.is-align-content-start {
  align-content: start !important;
}

.is-align-content-end {
  align-content: end !important;
}

.is-align-content-baseline {
  align-content: baseline !important;
}

.is-align-items-stretch {
  align-items: stretch !important;
}

.is-align-items-flex-start {
  align-items: flex-start !important;
}

.is-align-items-flex-end {
  align-items: flex-end !important;
}

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

.is-align-items-baseline {
  align-items: baseline !important;
}

.is-align-items-start {
  align-items: start !important;
}

.is-align-items-end {
  align-items: end !important;
}

.is-align-items-self-start {
  align-items: self-start !important;
}

.is-align-items-self-end {
  align-items: self-end !important;
}

.is-align-self-auto {
  align-self: auto !important;
}

.is-align-self-flex-start {
  align-self: flex-start !important;
}

.is-align-self-flex-end {
  align-self: flex-end !important;
}

.is-align-self-center {
  align-self: center !important;
}

.is-align-self-baseline {
  align-self: baseline !important;
}

.is-align-self-stretch {
  align-self: stretch !important;
}

.is-flex-grow-0 {
  flex-grow: 0 !important;
}

.is-flex-grow-1 {
  flex-grow: 1 !important;
}

.is-flex-grow-2 {
  flex-grow: 2 !important;
}

.is-flex-grow-3 {
  flex-grow: 3 !important;
}

.is-flex-grow-4 {
  flex-grow: 4 !important;
}

.is-flex-grow-5 {
  flex-grow: 5 !important;
}

.is-flex-shrink-0 {
  flex-shrink: 0 !important;
}

.is-flex-shrink-1 {
  flex-shrink: 1 !important;
}

.is-flex-shrink-2 {
  flex-shrink: 2 !important;
}

.is-flex-shrink-3 {
  flex-shrink: 3 !important;
}

.is-flex-shrink-4 {
  flex-shrink: 4 !important;
}

.is-flex-shrink-5 {
  flex-shrink: 5 !important;
}

.is-clearfix::after {
  clear: both;
  content: " ";
  display: table;
}

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

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

.is-clipped {
  overflow: hidden !important;
}

.is-marginless {
  margin: 0 !important;
}

.is-paddingless {
  padding: 0 !important;
}

.m-0 {
  margin: 0 !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mr-0 {
  margin-right: 0 !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.ml-0 {
  margin-left: 0 !important;
}

.mx-0 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1 {
  margin-top: 0.25rem !important;
}

.mr-1 {
  margin-right: 0.25rem !important;
}

.mb-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1 {
  margin-left: 0.25rem !important;
}

.mx-1 {
  margin-left: 0.25rem !important;
  margin-right: 0.25rem !important;
}

.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2 {
  margin-top: 0.5rem !important;
}

.mr-2 {
  margin-right: 0.5rem !important;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2 {
  margin-left: 0.5rem !important;
}

.mx-2 {
  margin-left: 0.5rem !important;
  margin-right: 0.5rem !important;
}

.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.m-3 {
  margin: 0.75rem !important;
}

.mt-3 {
  margin-top: 0.75rem !important;
}

.mr-3 {
  margin-right: 0.75rem !important;
}

.mb-3 {
  margin-bottom: 0.75rem !important;
}

.ml-3 {
  margin-left: 0.75rem !important;
}

.mx-3 {
  margin-left: 0.75rem !important;
  margin-right: 0.75rem !important;
}

.my-3 {
  margin-top: 0.75rem !important;
  margin-bottom: 0.75rem !important;
}

.m-4 {
  margin: 1rem !important;
}

.mt-4 {
  margin-top: 1rem !important;
}

.mr-4 {
  margin-right: 1rem !important;
}

.mb-4 {
  margin-bottom: 1rem !important;
}

.ml-4 {
  margin-left: 1rem !important;
}

.mx-4 {
  margin-left: 1rem !important;
  margin-right: 1rem !important;
}

.my-4 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.m-5 {
  margin: 1.5rem !important;
}

.mt-5 {
  margin-top: 1.5rem !important;
}

.mr-5 {
  margin-right: 1.5rem !important;
}

.mb-5 {
  margin-bottom: 1.5rem !important;
}

.ml-5 {
  margin-left: 1.5rem !important;
}

.mx-5 {
  margin-left: 1.5rem !important;
  margin-right: 1.5rem !important;
}

.my-5 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.m-6 {
  margin: 3rem !important;
}

.mt-6 {
  margin-top: 3rem !important;
}

.mr-6 {
  margin-right: 3rem !important;
}

.mb-6 {
  margin-bottom: 3rem !important;
}

.ml-6 {
  margin-left: 3rem !important;
}

.mx-6 {
  margin-left: 3rem !important;
  margin-right: 3rem !important;
}

.my-6 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto {
  margin-top: auto !important;
}

.mr-auto {
  margin-right: auto !important;
}

.mb-auto {
  margin-bottom: auto !important;
}

.ml-auto {
  margin-left: auto !important;
}

.mx-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

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

.pt-0 {
  padding-top: 0 !important;
}

.pr-0 {
  padding-right: 0 !important;
}

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

.pl-0 {
  padding-left: 0 !important;
}

.px-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1 {
  padding-top: 0.25rem !important;
}

.pr-1 {
  padding-right: 0.25rem !important;
}

.pb-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1 {
  padding-left: 0.25rem !important;
}

.px-1 {
  padding-left: 0.25rem !important;
  padding-right: 0.25rem !important;
}

.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2 {
  padding-top: 0.5rem !important;
}

.pr-2 {
  padding-right: 0.5rem !important;
}

.pb-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2 {
  padding-left: 0.5rem !important;
}

.px-2 {
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
}

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.p-3 {
  padding: 0.75rem !important;
}

.pt-3 {
  padding-top: 0.75rem !important;
}

.pr-3 {
  padding-right: 0.75rem !important;
}

.pb-3 {
  padding-bottom: 0.75rem !important;
}

.pl-3 {
  padding-left: 0.75rem !important;
}

.px-3 {
  padding-left: 0.75rem !important;
  padding-right: 0.75rem !important;
}

.py-3 {
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important;
}

.p-4 {
  padding: 1rem !important;
}

.pt-4 {
  padding-top: 1rem !important;
}

.pr-4 {
  padding-right: 1rem !important;
}

.pb-4 {
  padding-bottom: 1rem !important;
}

.pl-4 {
  padding-left: 1rem !important;
}

.px-4 {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}

.py-4 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.p-5 {
  padding: 1.5rem !important;
}

.pt-5 {
  padding-top: 1.5rem !important;
}

.pr-5 {
  padding-right: 1.5rem !important;
}

.pb-5 {
  padding-bottom: 1.5rem !important;
}

.pl-5 {
  padding-left: 1.5rem !important;
}

.px-5 {
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
}

.py-5 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.p-6 {
  padding: 3rem !important;
}

.pt-6 {
  padding-top: 3rem !important;
}

.pr-6 {
  padding-right: 3rem !important;
}

.pb-6 {
  padding-bottom: 3rem !important;
}

.pl-6 {
  padding-left: 3rem !important;
}

.px-6 {
  padding-left: 3rem !important;
  padding-right: 3rem !important;
}

.py-6 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

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

.pt-auto {
  padding-top: auto !important;
}

.pr-auto {
  padding-right: auto !important;
}

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

.pl-auto {
  padding-left: auto !important;
}

.px-auto {
  padding-left: auto !important;
  padding-right: auto !important;
}

.py-auto {
  padding-top: auto !important;
  padding-bottom: auto !important;
}

.is-size-1 {
  font-size: 3rem !important;
}

.is-size-2 {
  font-size: 2.5rem !important;
}

.is-size-3 {
  font-size: 2rem !important;
}

.is-size-4 {
  font-size: 1.5rem !important;
}

.is-size-5 {
  font-size: 1.15rem !important;
}

.is-size-6 {
  font-size: 1rem !important;
}

.is-size-7 {
  font-size: 0.875rem !important;
}

@media screen and (max-width: 768px) {
  .is-size-1-mobile {
    font-size: 3rem !important;
  }
  .is-size-2-mobile {
    font-size: 2.5rem !important;
  }
  .is-size-3-mobile {
    font-size: 2rem !important;
  }
  .is-size-4-mobile {
    font-size: 1.5rem !important;
  }
  .is-size-5-mobile {
    font-size: 1.15rem !important;
  }
  .is-size-6-mobile {
    font-size: 1rem !important;
  }
  .is-size-7-mobile {
    font-size: 0.875rem !important;
  }
}
@media screen and (min-width: 769px), print {
  .is-size-1-tablet {
    font-size: 3rem !important;
  }
  .is-size-2-tablet {
    font-size: 2.5rem !important;
  }
  .is-size-3-tablet {
    font-size: 2rem !important;
  }
  .is-size-4-tablet {
    font-size: 1.5rem !important;
  }
  .is-size-5-tablet {
    font-size: 1.15rem !important;
  }
  .is-size-6-tablet {
    font-size: 1rem !important;
  }
  .is-size-7-tablet {
    font-size: 0.875rem !important;
  }
}
@media screen and (max-width: 1019px) {
  .is-size-1-touch {
    font-size: 3rem !important;
  }
  .is-size-2-touch {
    font-size: 2.5rem !important;
  }
  .is-size-3-touch {
    font-size: 2rem !important;
  }
  .is-size-4-touch {
    font-size: 1.5rem !important;
  }
  .is-size-5-touch {
    font-size: 1.15rem !important;
  }
  .is-size-6-touch {
    font-size: 1rem !important;
  }
  .is-size-7-touch {
    font-size: 0.875rem !important;
  }
}
@media screen and (min-width: 1020px) {
  .is-size-1-desktop {
    font-size: 3rem !important;
  }
  .is-size-2-desktop {
    font-size: 2.5rem !important;
  }
  .is-size-3-desktop {
    font-size: 2rem !important;
  }
  .is-size-4-desktop {
    font-size: 1.5rem !important;
  }
  .is-size-5-desktop {
    font-size: 1.15rem !important;
  }
  .is-size-6-desktop {
    font-size: 1rem !important;
  }
  .is-size-7-desktop {
    font-size: 0.875rem !important;
  }
}
@media screen and (min-width: 1212px) {
  .is-size-1-widescreen {
    font-size: 3rem !important;
  }
  .is-size-2-widescreen {
    font-size: 2.5rem !important;
  }
  .is-size-3-widescreen {
    font-size: 2rem !important;
  }
  .is-size-4-widescreen {
    font-size: 1.5rem !important;
  }
  .is-size-5-widescreen {
    font-size: 1.15rem !important;
  }
  .is-size-6-widescreen {
    font-size: 1rem !important;
  }
  .is-size-7-widescreen {
    font-size: 0.875rem !important;
  }
}
@media screen and (min-width: 1404px) {
  .is-size-1-fullhd {
    font-size: 3rem !important;
  }
  .is-size-2-fullhd {
    font-size: 2.5rem !important;
  }
  .is-size-3-fullhd {
    font-size: 2rem !important;
  }
  .is-size-4-fullhd {
    font-size: 1.5rem !important;
  }
  .is-size-5-fullhd {
    font-size: 1.15rem !important;
  }
  .is-size-6-fullhd {
    font-size: 1rem !important;
  }
  .is-size-7-fullhd {
    font-size: 0.875rem !important;
  }
}
.has-text-centered {
  text-align: center !important;
}

.has-text-justified {
  text-align: justify !important;
}

.has-text-left {
  text-align: left !important;
}

.has-text-right {
  text-align: right !important;
}

@media screen and (max-width: 768px) {
  .has-text-centered-mobile {
    text-align: center !important;
  }
}
@media screen and (min-width: 769px), print {
  .has-text-centered-tablet {
    text-align: center !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1019px) {
  .has-text-centered-tablet-only {
    text-align: center !important;
  }
}
@media screen and (max-width: 1019px) {
  .has-text-centered-touch {
    text-align: center !important;
  }
}
@media screen and (min-width: 1020px) {
  .has-text-centered-desktop {
    text-align: center !important;
  }
}
@media screen and (min-width: 1020px) and (max-width: 1211px) {
  .has-text-centered-desktop-only {
    text-align: center !important;
  }
}
@media screen and (min-width: 1212px) {
  .has-text-centered-widescreen {
    text-align: center !important;
  }
}
@media screen and (min-width: 1212px) and (max-width: 1403px) {
  .has-text-centered-widescreen-only {
    text-align: center !important;
  }
}
@media screen and (min-width: 1404px) {
  .has-text-centered-fullhd {
    text-align: center !important;
  }
}
@media screen and (max-width: 768px) {
  .has-text-justified-mobile {
    text-align: justify !important;
  }
}
@media screen and (min-width: 769px), print {
  .has-text-justified-tablet {
    text-align: justify !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1019px) {
  .has-text-justified-tablet-only {
    text-align: justify !important;
  }
}
@media screen and (max-width: 1019px) {
  .has-text-justified-touch {
    text-align: justify !important;
  }
}
@media screen and (min-width: 1020px) {
  .has-text-justified-desktop {
    text-align: justify !important;
  }
}
@media screen and (min-width: 1020px) and (max-width: 1211px) {
  .has-text-justified-desktop-only {
    text-align: justify !important;
  }
}
@media screen and (min-width: 1212px) {
  .has-text-justified-widescreen {
    text-align: justify !important;
  }
}
@media screen and (min-width: 1212px) and (max-width: 1403px) {
  .has-text-justified-widescreen-only {
    text-align: justify !important;
  }
}
@media screen and (min-width: 1404px) {
  .has-text-justified-fullhd {
    text-align: justify !important;
  }
}
@media screen and (max-width: 768px) {
  .has-text-left-mobile {
    text-align: left !important;
  }
}
@media screen and (min-width: 769px), print {
  .has-text-left-tablet {
    text-align: left !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1019px) {
  .has-text-left-tablet-only {
    text-align: left !important;
  }
}
@media screen and (max-width: 1019px) {
  .has-text-left-touch {
    text-align: left !important;
  }
}
@media screen and (min-width: 1020px) {
  .has-text-left-desktop {
    text-align: left !important;
  }
}
@media screen and (min-width: 1020px) and (max-width: 1211px) {
  .has-text-left-desktop-only {
    text-align: left !important;
  }
}
@media screen and (min-width: 1212px) {
  .has-text-left-widescreen {
    text-align: left !important;
  }
}
@media screen and (min-width: 1212px) and (max-width: 1403px) {
  .has-text-left-widescreen-only {
    text-align: left !important;
  }
}
@media screen and (min-width: 1404px) {
  .has-text-left-fullhd {
    text-align: left !important;
  }
}
@media screen and (max-width: 768px) {
  .has-text-right-mobile {
    text-align: right !important;
  }
}
@media screen and (min-width: 769px), print {
  .has-text-right-tablet {
    text-align: right !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1019px) {
  .has-text-right-tablet-only {
    text-align: right !important;
  }
}
@media screen and (max-width: 1019px) {
  .has-text-right-touch {
    text-align: right !important;
  }
}
@media screen and (min-width: 1020px) {
  .has-text-right-desktop {
    text-align: right !important;
  }
}
@media screen and (min-width: 1020px) and (max-width: 1211px) {
  .has-text-right-desktop-only {
    text-align: right !important;
  }
}
@media screen and (min-width: 1212px) {
  .has-text-right-widescreen {
    text-align: right !important;
  }
}
@media screen and (min-width: 1212px) and (max-width: 1403px) {
  .has-text-right-widescreen-only {
    text-align: right !important;
  }
}
@media screen and (min-width: 1404px) {
  .has-text-right-fullhd {
    text-align: right !important;
  }
}
.is-capitalized {
  text-transform: capitalize !important;
}

.is-lowercase {
  text-transform: lowercase !important;
}

.is-uppercase {
  text-transform: uppercase !important;
}

.is-italic {
  font-style: italic !important;
}

.is-underlined {
  text-decoration: underline !important;
}

.has-text-weight-light {
  font-weight: 300 !important;
}

.has-text-weight-normal {
  font-weight: 400 !important;
}

.has-text-weight-medium {
  font-weight: 500 !important;
}

.has-text-weight-semibold {
  font-weight: 600 !important;
}

.has-text-weight-bold {
  font-weight: 700 !important;
}

.is-family-primary {
  font-family: "Crosty Web Sans", "Crosty Geo Sans", sans-serif !important;
}

.is-family-secondary {
  font-family: "DIN Condensed", sans-serif !important;
}

.is-family-sans-serif {
  font-family: "Crosty Web Sans", "Crosty Geo Sans", sans-serif !important;
}

.is-family-serif {
  font-family: "Crosty Web Serif", "Crosty Geo Serif", serif !important;
}

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

@media screen and (max-width: 768px) {
  .is-block-mobile {
    display: block !important;
  }
}
@media screen and (min-width: 769px), print {
  .is-block-tablet {
    display: block !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1019px) {
  .is-block-tablet-only {
    display: block !important;
  }
}
@media screen and (max-width: 1019px) {
  .is-block-touch {
    display: block !important;
  }
}
@media screen and (min-width: 1020px) {
  .is-block-desktop {
    display: block !important;
  }
}
@media screen and (min-width: 1020px) and (max-width: 1211px) {
  .is-block-desktop-only {
    display: block !important;
  }
}
@media screen and (min-width: 1212px) {
  .is-block-widescreen {
    display: block !important;
  }
}
@media screen and (min-width: 1212px) and (max-width: 1403px) {
  .is-block-widescreen-only {
    display: block !important;
  }
}
@media screen and (min-width: 1404px) {
  .is-block-fullhd {
    display: block !important;
  }
}
.is-flex {
  display: flex !important;
}

@media screen and (max-width: 768px) {
  .is-flex-mobile {
    display: flex !important;
  }
}
@media screen and (min-width: 769px), print {
  .is-flex-tablet {
    display: flex !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1019px) {
  .is-flex-tablet-only {
    display: flex !important;
  }
}
@media screen and (max-width: 1019px) {
  .is-flex-touch {
    display: flex !important;
  }
}
@media screen and (min-width: 1020px) {
  .is-flex-desktop {
    display: flex !important;
  }
}
@media screen and (min-width: 1020px) and (max-width: 1211px) {
  .is-flex-desktop-only {
    display: flex !important;
  }
}
@media screen and (min-width: 1212px) {
  .is-flex-widescreen {
    display: flex !important;
  }
}
@media screen and (min-width: 1212px) and (max-width: 1403px) {
  .is-flex-widescreen-only {
    display: flex !important;
  }
}
@media screen and (min-width: 1404px) {
  .is-flex-fullhd {
    display: flex !important;
  }
}
.is-inline {
  display: inline !important;
}

@media screen and (max-width: 768px) {
  .is-inline-mobile {
    display: inline !important;
  }
}
@media screen and (min-width: 769px), print {
  .is-inline-tablet {
    display: inline !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1019px) {
  .is-inline-tablet-only {
    display: inline !important;
  }
}
@media screen and (max-width: 1019px) {
  .is-inline-touch {
    display: inline !important;
  }
}
@media screen and (min-width: 1020px) {
  .is-inline-desktop {
    display: inline !important;
  }
}
@media screen and (min-width: 1020px) and (max-width: 1211px) {
  .is-inline-desktop-only {
    display: inline !important;
  }
}
@media screen and (min-width: 1212px) {
  .is-inline-widescreen {
    display: inline !important;
  }
}
@media screen and (min-width: 1212px) and (max-width: 1403px) {
  .is-inline-widescreen-only {
    display: inline !important;
  }
}
@media screen and (min-width: 1404px) {
  .is-inline-fullhd {
    display: inline !important;
  }
}
.is-inline-block {
  display: inline-block !important;
}

@media screen and (max-width: 768px) {
  .is-inline-block-mobile {
    display: inline-block !important;
  }
}
@media screen and (min-width: 769px), print {
  .is-inline-block-tablet {
    display: inline-block !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1019px) {
  .is-inline-block-tablet-only {
    display: inline-block !important;
  }
}
@media screen and (max-width: 1019px) {
  .is-inline-block-touch {
    display: inline-block !important;
  }
}
@media screen and (min-width: 1020px) {
  .is-inline-block-desktop {
    display: inline-block !important;
  }
}
@media screen and (min-width: 1020px) and (max-width: 1211px) {
  .is-inline-block-desktop-only {
    display: inline-block !important;
  }
}
@media screen and (min-width: 1212px) {
  .is-inline-block-widescreen {
    display: inline-block !important;
  }
}
@media screen and (min-width: 1212px) and (max-width: 1403px) {
  .is-inline-block-widescreen-only {
    display: inline-block !important;
  }
}
@media screen and (min-width: 1404px) {
  .is-inline-block-fullhd {
    display: inline-block !important;
  }
}
.is-inline-flex {
  display: inline-flex !important;
}

@media screen and (max-width: 768px) {
  .is-inline-flex-mobile {
    display: inline-flex !important;
  }
}
@media screen and (min-width: 769px), print {
  .is-inline-flex-tablet {
    display: inline-flex !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1019px) {
  .is-inline-flex-tablet-only {
    display: inline-flex !important;
  }
}
@media screen and (max-width: 1019px) {
  .is-inline-flex-touch {
    display: inline-flex !important;
  }
}
@media screen and (min-width: 1020px) {
  .is-inline-flex-desktop {
    display: inline-flex !important;
  }
}
@media screen and (min-width: 1020px) and (max-width: 1211px) {
  .is-inline-flex-desktop-only {
    display: inline-flex !important;
  }
}
@media screen and (min-width: 1212px) {
  .is-inline-flex-widescreen {
    display: inline-flex !important;
  }
}
@media screen and (min-width: 1212px) and (max-width: 1403px) {
  .is-inline-flex-widescreen-only {
    display: inline-flex !important;
  }
}
@media screen and (min-width: 1404px) {
  .is-inline-flex-fullhd {
    display: inline-flex !important;
  }
}
.is-hidden {
  display: none !important;
}

.is-sr-only {
  border: none !important;
  clip: rect(0, 0, 0, 0) !important;
  height: 0.01em !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  white-space: nowrap !important;
  width: 0.01em !important;
}

@media screen and (max-width: 768px) {
  .is-hidden-mobile {
    display: none !important;
  }
}
@media screen and (min-width: 769px), print {
  .is-hidden-tablet {
    display: none !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1019px) {
  .is-hidden-tablet-only {
    display: none !important;
  }
}
@media screen and (max-width: 1019px) {
  .is-hidden-touch {
    display: none !important;
  }
}
@media screen and (min-width: 1020px) {
  .is-hidden-desktop {
    display: none !important;
  }
}
@media screen and (min-width: 1020px) and (max-width: 1211px) {
  .is-hidden-desktop-only {
    display: none !important;
  }
}
@media screen and (min-width: 1212px) {
  .is-hidden-widescreen {
    display: none !important;
  }
}
@media screen and (min-width: 1212px) and (max-width: 1403px) {
  .is-hidden-widescreen-only {
    display: none !important;
  }
}
@media screen and (min-width: 1404px) {
  .is-hidden-fullhd {
    display: none !important;
  }
}
.is-invisible {
  visibility: hidden !important;
}

@media screen and (max-width: 768px) {
  .is-invisible-mobile {
    visibility: hidden !important;
  }
}
@media screen and (min-width: 769px), print {
  .is-invisible-tablet {
    visibility: hidden !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1019px) {
  .is-invisible-tablet-only {
    visibility: hidden !important;
  }
}
@media screen and (max-width: 1019px) {
  .is-invisible-touch {
    visibility: hidden !important;
  }
}
@media screen and (min-width: 1020px) {
  .is-invisible-desktop {
    visibility: hidden !important;
  }
}
@media screen and (min-width: 1020px) and (max-width: 1211px) {
  .is-invisible-desktop-only {
    visibility: hidden !important;
  }
}
@media screen and (min-width: 1212px) {
  .is-invisible-widescreen {
    visibility: hidden !important;
  }
}
@media screen and (min-width: 1212px) and (max-width: 1403px) {
  .is-invisible-widescreen-only {
    visibility: hidden !important;
  }
}
@media screen and (min-width: 1404px) {
  .is-invisible-fullhd {
    visibility: hidden !important;
  }
}
/* 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.33333337%;
}
.columns.is-mobile > .column.is-offset-1 {
  margin-left: 8.33333337%;
}
.columns.is-mobile > .column.is-2 {
  flex: none;
  width: 16.66666674%;
}
.columns.is-mobile > .column.is-offset-2 {
  margin-left: 16.66666674%;
}
.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.33333337%;
}
.columns.is-mobile > .column.is-offset-4 {
  margin-left: 33.33333337%;
}
.columns.is-mobile > .column.is-5 {
  flex: none;
  width: 41.66666674%;
}
.columns.is-mobile > .column.is-offset-5 {
  margin-left: 41.66666674%;
}
.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.33333337%;
}
.columns.is-mobile > .column.is-offset-7 {
  margin-left: 58.33333337%;
}
.columns.is-mobile > .column.is-8 {
  flex: none;
  width: 66.66666674%;
}
.columns.is-mobile > .column.is-offset-8 {
  margin-left: 66.66666674%;
}
.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.33333337%;
}
.columns.is-mobile > .column.is-offset-10 {
  margin-left: 83.33333337%;
}
.columns.is-mobile > .column.is-11 {
  flex: none;
  width: 91.66666674%;
}
.columns.is-mobile > .column.is-offset-11 {
  margin-left: 91.66666674%;
}
.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.33333337%;
  }
  .column.is-offset-1-mobile {
    margin-left: 8.33333337%;
  }
  .column.is-2-mobile {
    flex: none;
    width: 16.66666674%;
  }
  .column.is-offset-2-mobile {
    margin-left: 16.66666674%;
  }
  .column.is-3-mobile {
    flex: none;
    width: 25%;
  }
  .column.is-offset-3-mobile {
    margin-left: 25%;
  }
  .column.is-4-mobile {
    flex: none;
    width: 33.33333337%;
  }
  .column.is-offset-4-mobile {
    margin-left: 33.33333337%;
  }
  .column.is-5-mobile {
    flex: none;
    width: 41.66666674%;
  }
  .column.is-offset-5-mobile {
    margin-left: 41.66666674%;
  }
  .column.is-6-mobile {
    flex: none;
    width: 50%;
  }
  .column.is-offset-6-mobile {
    margin-left: 50%;
  }
  .column.is-7-mobile {
    flex: none;
    width: 58.33333337%;
  }
  .column.is-offset-7-mobile {
    margin-left: 58.33333337%;
  }
  .column.is-8-mobile {
    flex: none;
    width: 66.66666674%;
  }
  .column.is-offset-8-mobile {
    margin-left: 66.66666674%;
  }
  .column.is-9-mobile {
    flex: none;
    width: 75%;
  }
  .column.is-offset-9-mobile {
    margin-left: 75%;
  }
  .column.is-10-mobile {
    flex: none;
    width: 83.33333337%;
  }
  .column.is-offset-10-mobile {
    margin-left: 83.33333337%;
  }
  .column.is-11-mobile {
    flex: none;
    width: 91.66666674%;
  }
  .column.is-offset-11-mobile {
    margin-left: 91.66666674%;
  }
  .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.33333337%;
  }
  .column.is-offset-1, .column.is-offset-1-tablet {
    margin-left: 8.33333337%;
  }
  .column.is-2, .column.is-2-tablet {
    flex: none;
    width: 16.66666674%;
  }
  .column.is-offset-2, .column.is-offset-2-tablet {
    margin-left: 16.66666674%;
  }
  .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.33333337%;
  }
  .column.is-offset-4, .column.is-offset-4-tablet {
    margin-left: 33.33333337%;
  }
  .column.is-5, .column.is-5-tablet {
    flex: none;
    width: 41.66666674%;
  }
  .column.is-offset-5, .column.is-offset-5-tablet {
    margin-left: 41.66666674%;
  }
  .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.33333337%;
  }
  .column.is-offset-7, .column.is-offset-7-tablet {
    margin-left: 58.33333337%;
  }
  .column.is-8, .column.is-8-tablet {
    flex: none;
    width: 66.66666674%;
  }
  .column.is-offset-8, .column.is-offset-8-tablet {
    margin-left: 66.66666674%;
  }
  .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.33333337%;
  }
  .column.is-offset-10, .column.is-offset-10-tablet {
    margin-left: 83.33333337%;
  }
  .column.is-11, .column.is-11-tablet {
    flex: none;
    width: 91.66666674%;
  }
  .column.is-offset-11, .column.is-offset-11-tablet {
    margin-left: 91.66666674%;
  }
  .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: 1019px) {
  .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.33333337%;
  }
  .column.is-offset-1-touch {
    margin-left: 8.33333337%;
  }
  .column.is-2-touch {
    flex: none;
    width: 16.66666674%;
  }
  .column.is-offset-2-touch {
    margin-left: 16.66666674%;
  }
  .column.is-3-touch {
    flex: none;
    width: 25%;
  }
  .column.is-offset-3-touch {
    margin-left: 25%;
  }
  .column.is-4-touch {
    flex: none;
    width: 33.33333337%;
  }
  .column.is-offset-4-touch {
    margin-left: 33.33333337%;
  }
  .column.is-5-touch {
    flex: none;
    width: 41.66666674%;
  }
  .column.is-offset-5-touch {
    margin-left: 41.66666674%;
  }
  .column.is-6-touch {
    flex: none;
    width: 50%;
  }
  .column.is-offset-6-touch {
    margin-left: 50%;
  }
  .column.is-7-touch {
    flex: none;
    width: 58.33333337%;
  }
  .column.is-offset-7-touch {
    margin-left: 58.33333337%;
  }
  .column.is-8-touch {
    flex: none;
    width: 66.66666674%;
  }
  .column.is-offset-8-touch {
    margin-left: 66.66666674%;
  }
  .column.is-9-touch {
    flex: none;
    width: 75%;
  }
  .column.is-offset-9-touch {
    margin-left: 75%;
  }
  .column.is-10-touch {
    flex: none;
    width: 83.33333337%;
  }
  .column.is-offset-10-touch {
    margin-left: 83.33333337%;
  }
  .column.is-11-touch {
    flex: none;
    width: 91.66666674%;
  }
  .column.is-offset-11-touch {
    margin-left: 91.66666674%;
  }
  .column.is-12-touch {
    flex: none;
    width: 100%;
  }
  .column.is-offset-12-touch {
    margin-left: 100%;
  }
}
@media screen and (min-width: 1020px) {
  .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.33333337%;
  }
  .column.is-offset-1-desktop {
    margin-left: 8.33333337%;
  }
  .column.is-2-desktop {
    flex: none;
    width: 16.66666674%;
  }
  .column.is-offset-2-desktop {
    margin-left: 16.66666674%;
  }
  .column.is-3-desktop {
    flex: none;
    width: 25%;
  }
  .column.is-offset-3-desktop {
    margin-left: 25%;
  }
  .column.is-4-desktop {
    flex: none;
    width: 33.33333337%;
  }
  .column.is-offset-4-desktop {
    margin-left: 33.33333337%;
  }
  .column.is-5-desktop {
    flex: none;
    width: 41.66666674%;
  }
  .column.is-offset-5-desktop {
    margin-left: 41.66666674%;
  }
  .column.is-6-desktop {
    flex: none;
    width: 50%;
  }
  .column.is-offset-6-desktop {
    margin-left: 50%;
  }
  .column.is-7-desktop {
    flex: none;
    width: 58.33333337%;
  }
  .column.is-offset-7-desktop {
    margin-left: 58.33333337%;
  }
  .column.is-8-desktop {
    flex: none;
    width: 66.66666674%;
  }
  .column.is-offset-8-desktop {
    margin-left: 66.66666674%;
  }
  .column.is-9-desktop {
    flex: none;
    width: 75%;
  }
  .column.is-offset-9-desktop {
    margin-left: 75%;
  }
  .column.is-10-desktop {
    flex: none;
    width: 83.33333337%;
  }
  .column.is-offset-10-desktop {
    margin-left: 83.33333337%;
  }
  .column.is-11-desktop {
    flex: none;
    width: 91.66666674%;
  }
  .column.is-offset-11-desktop {
    margin-left: 91.66666674%;
  }
  .column.is-12-desktop {
    flex: none;
    width: 100%;
  }
  .column.is-offset-12-desktop {
    margin-left: 100%;
  }
}
@media screen and (min-width: 1212px) {
  .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.33333337%;
  }
  .column.is-offset-1-widescreen {
    margin-left: 8.33333337%;
  }
  .column.is-2-widescreen {
    flex: none;
    width: 16.66666674%;
  }
  .column.is-offset-2-widescreen {
    margin-left: 16.66666674%;
  }
  .column.is-3-widescreen {
    flex: none;
    width: 25%;
  }
  .column.is-offset-3-widescreen {
    margin-left: 25%;
  }
  .column.is-4-widescreen {
    flex: none;
    width: 33.33333337%;
  }
  .column.is-offset-4-widescreen {
    margin-left: 33.33333337%;
  }
  .column.is-5-widescreen {
    flex: none;
    width: 41.66666674%;
  }
  .column.is-offset-5-widescreen {
    margin-left: 41.66666674%;
  }
  .column.is-6-widescreen {
    flex: none;
    width: 50%;
  }
  .column.is-offset-6-widescreen {
    margin-left: 50%;
  }
  .column.is-7-widescreen {
    flex: none;
    width: 58.33333337%;
  }
  .column.is-offset-7-widescreen {
    margin-left: 58.33333337%;
  }
  .column.is-8-widescreen {
    flex: none;
    width: 66.66666674%;
  }
  .column.is-offset-8-widescreen {
    margin-left: 66.66666674%;
  }
  .column.is-9-widescreen {
    flex: none;
    width: 75%;
  }
  .column.is-offset-9-widescreen {
    margin-left: 75%;
  }
  .column.is-10-widescreen {
    flex: none;
    width: 83.33333337%;
  }
  .column.is-offset-10-widescreen {
    margin-left: 83.33333337%;
  }
  .column.is-11-widescreen {
    flex: none;
    width: 91.66666674%;
  }
  .column.is-offset-11-widescreen {
    margin-left: 91.66666674%;
  }
  .column.is-12-widescreen {
    flex: none;
    width: 100%;
  }
  .column.is-offset-12-widescreen {
    margin-left: 100%;
  }
}
@media screen and (min-width: 1404px) {
  .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.33333337%;
  }
  .column.is-offset-1-fullhd {
    margin-left: 8.33333337%;
  }
  .column.is-2-fullhd {
    flex: none;
    width: 16.66666674%;
  }
  .column.is-offset-2-fullhd {
    margin-left: 16.66666674%;
  }
  .column.is-3-fullhd {
    flex: none;
    width: 25%;
  }
  .column.is-offset-3-fullhd {
    margin-left: 25%;
  }
  .column.is-4-fullhd {
    flex: none;
    width: 33.33333337%;
  }
  .column.is-offset-4-fullhd {
    margin-left: 33.33333337%;
  }
  .column.is-5-fullhd {
    flex: none;
    width: 41.66666674%;
  }
  .column.is-offset-5-fullhd {
    margin-left: 41.66666674%;
  }
  .column.is-6-fullhd {
    flex: none;
    width: 50%;
  }
  .column.is-offset-6-fullhd {
    margin-left: 50%;
  }
  .column.is-7-fullhd {
    flex: none;
    width: 58.33333337%;
  }
  .column.is-offset-7-fullhd {
    margin-left: 58.33333337%;
  }
  .column.is-8-fullhd {
    flex: none;
    width: 66.66666674%;
  }
  .column.is-offset-8-fullhd {
    margin-left: 66.66666674%;
  }
  .column.is-9-fullhd {
    flex: none;
    width: 75%;
  }
  .column.is-offset-9-fullhd {
    margin-left: 75%;
  }
  .column.is-10-fullhd {
    flex: none;
    width: 83.33333337%;
  }
  .column.is-offset-10-fullhd {
    margin-left: 83.33333337%;
  }
  .column.is-11-fullhd {
    flex: none;
    width: 91.66666674%;
  }
  .column.is-offset-11-fullhd {
    margin-left: 91.66666674%;
  }
  .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: 1020px) {
  .columns.is-desktop {
    display: flex;
  }
}
.columns.is-reversed {
  flex-direction: column-reverse;
  display: flex;
}
@media screen and (max-width: 768px) {
  .columns.is-reversed-mobile {
    flex-direction: column-reverse;
    display: flex;
  }
}
@media screen and (min-width: 769px), print {
  .columns.is-reversed-tablet {
    flex-direction: column-reverse;
    display: flex;
  }
}
@media screen and (min-width: 1020px) {
  .columns.is-reversed-desktop {
    flex-direction: column-reverse;
    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: 1019px) {
  .columns.is-variable.is-0-tablet-only {
    --columnGap: 0rem;
  }
}
@media screen and (max-width: 1019px) {
  .columns.is-variable.is-0-touch {
    --columnGap: 0rem;
  }
}
@media screen and (min-width: 1020px) {
  .columns.is-variable.is-0-desktop {
    --columnGap: 0rem;
  }
}
@media screen and (min-width: 1020px) and (max-width: 1211px) {
  .columns.is-variable.is-0-desktop-only {
    --columnGap: 0rem;
  }
}
@media screen and (min-width: 1212px) {
  .columns.is-variable.is-0-widescreen {
    --columnGap: 0rem;
  }
}
@media screen and (min-width: 1212px) and (max-width: 1403px) {
  .columns.is-variable.is-0-widescreen-only {
    --columnGap: 0rem;
  }
}
@media screen and (min-width: 1404px) {
  .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: 1019px) {
  .columns.is-variable.is-1-tablet-only {
    --columnGap: 0.25rem;
  }
}
@media screen and (max-width: 1019px) {
  .columns.is-variable.is-1-touch {
    --columnGap: 0.25rem;
  }
}
@media screen and (min-width: 1020px) {
  .columns.is-variable.is-1-desktop {
    --columnGap: 0.25rem;
  }
}
@media screen and (min-width: 1020px) and (max-width: 1211px) {
  .columns.is-variable.is-1-desktop-only {
    --columnGap: 0.25rem;
  }
}
@media screen and (min-width: 1212px) {
  .columns.is-variable.is-1-widescreen {
    --columnGap: 0.25rem;
  }
}
@media screen and (min-width: 1212px) and (max-width: 1403px) {
  .columns.is-variable.is-1-widescreen-only {
    --columnGap: 0.25rem;
  }
}
@media screen and (min-width: 1404px) {
  .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: 1019px) {
  .columns.is-variable.is-2-tablet-only {
    --columnGap: 0.5rem;
  }
}
@media screen and (max-width: 1019px) {
  .columns.is-variable.is-2-touch {
    --columnGap: 0.5rem;
  }
}
@media screen and (min-width: 1020px) {
  .columns.is-variable.is-2-desktop {
    --columnGap: 0.5rem;
  }
}
@media screen and (min-width: 1020px) and (max-width: 1211px) {
  .columns.is-variable.is-2-desktop-only {
    --columnGap: 0.5rem;
  }
}
@media screen and (min-width: 1212px) {
  .columns.is-variable.is-2-widescreen {
    --columnGap: 0.5rem;
  }
}
@media screen and (min-width: 1212px) and (max-width: 1403px) {
  .columns.is-variable.is-2-widescreen-only {
    --columnGap: 0.5rem;
  }
}
@media screen and (min-width: 1404px) {
  .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: 1019px) {
  .columns.is-variable.is-3-tablet-only {
    --columnGap: 0.75rem;
  }
}
@media screen and (max-width: 1019px) {
  .columns.is-variable.is-3-touch {
    --columnGap: 0.75rem;
  }
}
@media screen and (min-width: 1020px) {
  .columns.is-variable.is-3-desktop {
    --columnGap: 0.75rem;
  }
}
@media screen and (min-width: 1020px) and (max-width: 1211px) {
  .columns.is-variable.is-3-desktop-only {
    --columnGap: 0.75rem;
  }
}
@media screen and (min-width: 1212px) {
  .columns.is-variable.is-3-widescreen {
    --columnGap: 0.75rem;
  }
}
@media screen and (min-width: 1212px) and (max-width: 1403px) {
  .columns.is-variable.is-3-widescreen-only {
    --columnGap: 0.75rem;
  }
}
@media screen and (min-width: 1404px) {
  .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: 1019px) {
  .columns.is-variable.is-4-tablet-only {
    --columnGap: 1rem;
  }
}
@media screen and (max-width: 1019px) {
  .columns.is-variable.is-4-touch {
    --columnGap: 1rem;
  }
}
@media screen and (min-width: 1020px) {
  .columns.is-variable.is-4-desktop {
    --columnGap: 1rem;
  }
}
@media screen and (min-width: 1020px) and (max-width: 1211px) {
  .columns.is-variable.is-4-desktop-only {
    --columnGap: 1rem;
  }
}
@media screen and (min-width: 1212px) {
  .columns.is-variable.is-4-widescreen {
    --columnGap: 1rem;
  }
}
@media screen and (min-width: 1212px) and (max-width: 1403px) {
  .columns.is-variable.is-4-widescreen-only {
    --columnGap: 1rem;
  }
}
@media screen and (min-width: 1404px) {
  .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: 1019px) {
  .columns.is-variable.is-5-tablet-only {
    --columnGap: 1.25rem;
  }
}
@media screen and (max-width: 1019px) {
  .columns.is-variable.is-5-touch {
    --columnGap: 1.25rem;
  }
}
@media screen and (min-width: 1020px) {
  .columns.is-variable.is-5-desktop {
    --columnGap: 1.25rem;
  }
}
@media screen and (min-width: 1020px) and (max-width: 1211px) {
  .columns.is-variable.is-5-desktop-only {
    --columnGap: 1.25rem;
  }
}
@media screen and (min-width: 1212px) {
  .columns.is-variable.is-5-widescreen {
    --columnGap: 1.25rem;
  }
}
@media screen and (min-width: 1212px) and (max-width: 1403px) {
  .columns.is-variable.is-5-widescreen-only {
    --columnGap: 1.25rem;
  }
}
@media screen and (min-width: 1404px) {
  .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: 1019px) {
  .columns.is-variable.is-6-tablet-only {
    --columnGap: 1.5rem;
  }
}
@media screen and (max-width: 1019px) {
  .columns.is-variable.is-6-touch {
    --columnGap: 1.5rem;
  }
}
@media screen and (min-width: 1020px) {
  .columns.is-variable.is-6-desktop {
    --columnGap: 1.5rem;
  }
}
@media screen and (min-width: 1020px) and (max-width: 1211px) {
  .columns.is-variable.is-6-desktop-only {
    --columnGap: 1.5rem;
  }
}
@media screen and (min-width: 1212px) {
  .columns.is-variable.is-6-widescreen {
    --columnGap: 1.5rem;
  }
}
@media screen and (min-width: 1212px) and (max-width: 1403px) {
  .columns.is-variable.is-6-widescreen-only {
    --columnGap: 1.5rem;
  }
}
@media screen and (min-width: 1404px) {
  .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: 1019px) {
  .columns.is-variable.is-7-tablet-only {
    --columnGap: 1.75rem;
  }
}
@media screen and (max-width: 1019px) {
  .columns.is-variable.is-7-touch {
    --columnGap: 1.75rem;
  }
}
@media screen and (min-width: 1020px) {
  .columns.is-variable.is-7-desktop {
    --columnGap: 1.75rem;
  }
}
@media screen and (min-width: 1020px) and (max-width: 1211px) {
  .columns.is-variable.is-7-desktop-only {
    --columnGap: 1.75rem;
  }
}
@media screen and (min-width: 1212px) {
  .columns.is-variable.is-7-widescreen {
    --columnGap: 1.75rem;
  }
}
@media screen and (min-width: 1212px) and (max-width: 1403px) {
  .columns.is-variable.is-7-widescreen-only {
    --columnGap: 1.75rem;
  }
}
@media screen and (min-width: 1404px) {
  .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: 1019px) {
  .columns.is-variable.is-8-tablet-only {
    --columnGap: 2rem;
  }
}
@media screen and (max-width: 1019px) {
  .columns.is-variable.is-8-touch {
    --columnGap: 2rem;
  }
}
@media screen and (min-width: 1020px) {
  .columns.is-variable.is-8-desktop {
    --columnGap: 2rem;
  }
}
@media screen and (min-width: 1020px) and (max-width: 1211px) {
  .columns.is-variable.is-8-desktop-only {
    --columnGap: 2rem;
  }
}
@media screen and (min-width: 1212px) {
  .columns.is-variable.is-8-widescreen {
    --columnGap: 2rem;
  }
}
@media screen and (min-width: 1212px) and (max-width: 1403px) {
  .columns.is-variable.is-8-widescreen-only {
    --columnGap: 2rem;
  }
}
@media screen and (min-width: 1404px) {
  .columns.is-variable.is-8-fullhd {
    --columnGap: 2rem;
  }
}

.topbar {
  position: relative;
  width: 100%;
  max-height: 2rem;
  display: grid;
  z-index: 30;
  line-height: 1;
  -webkit-transition: background-color 500ms ease-in;
  transition: background-color 500ms ease-in;
}
.topbar > li {
  width: 100%;
  height: 100%;
  min-height: 1.85rem;
  max-height: 2rem;
  overflow: hidden;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  grid-area: 1/1/auto/auto;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: opacity 700ms ease-in;
  transition: opacity 700ms ease-in;
}
.topbar > li.is-visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.topbar > li.is-visible a {
  z-index: 20;
  position: relative;
}
.topbar > li > span {
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  position: relative;
  width: 100%;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  font-size: 0.875rem;
  color: hsl(0deg, 0%, 100%);
  line-height: 1;
}
.topbar > li > span klarna-placement *::part(osm-container) {
  border: 0;
  padding: 0;
  font-family: "Crosty Web Sans", "Crosty Geo Sans", sans-serif;
  font-size: 0.875rem;
  background: transparent;
}
.topbar > li > span klarna-placement *::part(osm-message) {
  color: hsl(0deg, 0%, 100%);
}
.topbar > li > span klarna-placement *::part(osm-logo) {
  color: hsl(0deg, 0%, 100%);
}
.topbar > li > span klarna-placement *::part(osm-cta) {
  font-family: "Crosty Web Sans", "Crosty Geo Sans", sans-serif;
  font-size: 0.875rem;
  color: hsl(0deg, 0%, 100%);
  display: none;
}
.topbar > li > span klarna-placement *::part(osm-badge) {
  font-family: "Crosty Web Sans", "Crosty Geo Sans", sans-serif;
}
.topbar > li.is-visible > span klarna-placement > *::part(osm-cta) {
  display: inline-block;
}

.navbar {
  background-color: hsl(0deg, 0%, 100%);
  min-height: 3rem;
  position: relative;
  z-index: 30;
}
.navbar > .container {
  align-items: stretch;
  display: flex;
  min-height: 3rem;
  width: 100%;
}

.header.has-navbar-fixed-top {
  position: sticky;
  top: 0;
  z-index: 30;
  background-color: hsl(0deg, 0%, 100%);
  -webkit-transition: height 0.2s ease-in-out;
  transition: height 0.2s ease-in-out;
}
.header.drawer-open {
  height: 100vh;
}

body.admin-bar .header.has-navbar-fixed-top {
  top: 32px;
}

.navbar-brand {
  align-items: stretch;
  flex-shrink: 0;
  min-height: 3rem;
}

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

.navbar-menu {
  display: none;
}

.navbar-item,
.navbar-link {
  color: hsl(0deg, 0%, 4%);
  display: block;
  line-height: 1.35;
  padding: 0;
}
.navbar-item.is-icon svg,
.navbar-link.is-icon svg {
  width: 1rem;
  height: 1rem;
}
.navbar-item.is-icon span,
.navbar-link.is-icon span {
  margin-left: 5px;
}

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 {
  color: hsl(0deg, 0%, 4%);
}
a.navbar-item:focus::before, a.navbar-item:focus-within::before, a.navbar-item:hover::before, a.navbar-item.is-active::before,
.navbar-link:focus::before,
.navbar-link:focus-within::before,
.navbar-link:hover::before,
.navbar-link.is-active::before {
  transform: scaleX(1) !important;
}

.navbar-item.is-disabled {
  color: hsl(0deg, 0%, 71%);
}
.navbar-item.is-disabled svg {
  fill: hsl(0deg, 0%, 71%);
}
.navbar-item.is-disabled .navbar-link {
  color: hsl(0deg, 0%, 71%);
}

.navbar-item {
  flex-grow: 0;
  flex-shrink: 0;
}
.navbar-item.has-dropdown {
  padding: 0;
}
.navbar-item.has-dropdown .navbar-link {
  height: 100%;
}

.navbar-link:not(.is-arrowless) {
  padding-right: 1.5em;
}
.navbar-link:not(.is-arrowless)::after {
  border-color: hsl(0deg, 0%, 4%);
  margin-top: -0.375em;
  right: 0.5em;
}

a.navbar-item .display-name,
.navbar-link .display-name {
  max-width: 5rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media screen and (max-width: 1019px) {
  .navbar > .container {
    display: block;
    padding: 0;
  }
  .navbar-brand {
    display: flex;
    padding: 0.3rem;
  }
  .navbar-brand .navbar-item {
    align-items: center;
    display: flex;
    margin-left: auto;
    margin-right: 0;
  }
  .navbar-brand .navbar-item.logo {
    margin: 0 auto;
  }
  .navbar-burger {
    border-radius: 6px;
  }
  .navbar-item,
.navbar-link {
    color: hsl(0deg, 0%, 4%);
    display: flex;
    line-height: 1.35;
    padding: 0;
  }
  .navbar-item.is-icon,
.navbar-link.is-icon {
    width: auto;
    padding: 0 0.5em;
    height: 2.4rem;
    justify-content: center;
    border-radius: 6px;
    position: relative;
  }
  .navbar-item.is-icon.is-square,
.navbar-link.is-icon.is-square {
    padding: 0;
    width: calc(3rem - 0.5em);
  }
  .navbar-item.is-icon svg,
.navbar-link.is-icon svg {
    width: 1rem;
    height: 1rem;
  }
  .navbar-item.is-icon span,
.navbar-link.is-icon span {
    position: absolute;
    padding: 1px 1px;
    right: 0.5em;
    bottom: 0.25em;
    background: hsl(0deg, 0%, 100%);
    line-height: 1;
    font-size: 0.8rem;
  }
  .navbar-item.is-icon:hover, .navbar-item.is-icon.is-active,
.navbar-link.is-icon:hover,
.navbar-link.is-icon.is-active {
    background-color: hsl(0deg, 0%, 94%);
  }
  .navbar-item.is-icon:hover > span, .navbar-item.is-icon.is-active > span,
.navbar-link.is-icon:hover > span,
.navbar-link.is-icon.is-active > span {
    background-color: hsl(0deg, 0%, 94%);
  }
  .navbar-item.navbar-bag,
.navbar-link.navbar-bag {
    margin-right: -0.25em;
  }
  .navbar-item.navbar-bag svg,
.navbar-link.navbar-bag svg {
    width: 20px;
    height: 20px;
  }
  .navbar-link::after {
    display: none;
  }
  .navbar-menu {
    background-color: hsl(0deg, 0%, 100%);
    padding: 0.5rem 0;
  }
  .navbar-menu.is-active {
    display: block;
  }
  .navbar-menu .navbar-brand {
    display: none;
  }
}
@media screen and (min-width: 1020px) {
  .navbar,
.navbar-menu,
.navbar-start,
.navbar-end {
    align-items: stretch;
    display: flex;
  }
  .navbar {
    min-height: 3rem;
  }
  .navbar.has-centered-logo .navbar-start, .navbar.has-centered-logo .navbar-end {
    flex: 1 1 0;
  }
  .navbar-menu > .navbar-items a.navbar-item:not(.is-icon),
.navbar-menu > .navbar-items .navbar-link:not(.is-icon) {
    position: relative;
  }
  .navbar-menu > .navbar-items a.navbar-item:not(.is-icon)::before,
.navbar-menu > .navbar-items .navbar-link:not(.is-icon)::before {
    content: "";
    position: absolute;
    top: 2.35em;
    left: 0;
    width: 100%;
    height: 1px;
    background: hsl(225deg, 100%, 56%);
    opacity: 1;
    transform: scaleX(0);
    transition: transform 0.5s cubic-bezier(0.2, 1, 0.2, 1), background 0.5s ease;
  }
  .navbar-menu .navbar-brand {
    display: flex;
  }
  .navbar-burger {
    display: none;
  }
  .navbar-item,
.navbar-link {
    color: hsl(0deg, 0%, 4%);
    display: flex;
    line-height: 1.35;
    padding: 0;
  }
  .navbar-item.navbar-bag,
.navbar-link.navbar-bag {
    margin-right: -0.25em;
  }
  .navbar-item.is-icon,
.navbar-link.is-icon {
    position: relative;
    top: 0.25em;
    width: auto;
    height: calc(3rem - 0.5em);
    justify-content: center;
    border-radius: 6px;
    padding: 0 0.5em;
  }
  .navbar-item.is-icon.is-square,
.navbar-link.is-icon.is-square {
    padding: 0;
    width: calc(3rem - 0.5em);
  }
  .navbar-item.is-icon svg,
.navbar-link.is-icon svg {
    width: 1rem;
    height: 1rem;
  }
  .navbar-item.is-icon span,
.navbar-link.is-icon span {
    position: absolute;
    padding: 1px 2px;
    right: 0.25em;
    bottom: 0.25em;
    background: hsl(0deg, 0%, 100%);
    line-height: 1;
    font-size: 0.8rem;
  }
  .navbar-item.is-icon:hover, .navbar-item.is-icon.is-active,
.navbar-link.is-icon:hover,
.navbar-link.is-icon.is-active {
    background-color: hsl(0deg, 0%, 94%);
  }
  .navbar-item.is-icon:hover > span, .navbar-item.is-icon.is-active > span,
.navbar-link.is-icon:hover > span,
.navbar-link.is-icon.is-active > span {
    background-color: hsl(0deg, 0%, 94%);
  }
  .navbar-item,
.navbar-link {
    align-items: center;
    display: flex;
  }
  .navbar-item.has-dropdown {
    align-items: stretch;
  }
  .navbar-item.is-active .navbar-link::before, .navbar-item.is-hoverable:focus .navbar-link::before, .navbar-item.is-hoverable:focus-within .navbar-link::before, .navbar-item.is-hoverable:hover .navbar-link::before {
    transform: scaleX(1);
  }
  .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: flex;
    align-items: stretch;
  }
  .navbar-menu {
    flex-grow: 1;
    flex-shrink: 0;
  }
  .navbar-brand {
    display: none;
  }
  .navbar-start {
    justify-content: flex-start;
    margin-right: auto;
  }
  .navbar-start .navbar-item {
    margin-right: 2em;
  }
  .navbar-start .navbar-item.is-icon {
    margin-right: 1em;
  }
  .navbar-start a.navbar-item::before, .navbar-start .navbar-link::before {
    transform-origin: left;
  }
  .navbar-start .navbar-dropdown {
    left: 0;
  }
  .navbar-end {
    justify-content: flex-end;
    margin-left: auto;
  }
  .navbar-end .navbar-item {
    margin-left: 2em;
  }
  .navbar-end .navbar-item.is-icon {
    margin-left: 1em;
  }
  .navbar-end a.navbar-item::before, .navbar-end .navbar-link::before {
    transform-origin: right;
  }
  .navbar-end .navbar-dropdown {
    right: 0;
  }
  .navbar-end .navbar-dropdown > .container {
    justify-content: flex-end;
  }
  .navbar-dropdown {
    background-color: hsl(0deg, 0%, 100%);
    display: none;
    min-height: 2.25rem;
    min-width: 100%;
    position: absolute;
    top: 100%;
    z-index: 20;
  }
  .navbar-dropdown::after {
    content: "";
    position: absolute;
    width: 200vw;
    top: 0;
    left: 0;
    background-color: hsl(0deg, 0%, 100%);
    height: 100%;
    z-index: 10;
    transform: translateX(-50%);
  }
  .navbar-dropdown .container {
    display: flex;
    flex-direction: row;
    align-items: stretch;
  }
  .navbar-dropdown .navbar-item {
    padding: 0;
    white-space: nowrap;
    z-index: 20;
    display: flex;
    align-items: flex-start;
  }
  .navbar-dropdown a.navbar-item:focus, .navbar-dropdown a.navbar-item:hover {
    color: hsl(0deg, 0%, 4%);
  }
  .navbar-dropdown a.navbar-item.is-active {
    color: hsl(0deg, 0%, 4%);
  }
  .navbar-menu .navbar-dropdown a.navbar-item:not(.is-icon)::before, .navbar-menu .navbar-dropdown .navbar-link:not(.is-icon)::before {
    top: 1.45em;
  }
}
footer {
  background-color: hsl(0deg, 0%, 90%);
}
footer.is-spaced {
  margin-top: 8rem;
}
@media screen and (max-width: 768px) {
  footer.is-spaced {
    margin-top: 3rem;
  }
}
footer .sidebar p > a {
  display: inline-block;
  border-bottom: 1px solid hsl(225deg, 100%, 56%);
}
footer .sidebar .wp-block-social-links li {
  margin-right: 0.75rem;
}
footer .sidebar .wp-block-social-links li > a {
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
footer .sidebar .wp-block-social-links li > a:hover {
  opacity: 0.7;
}
footer ul.menu-footer > li button {
  outline: 0;
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  cursor: text;
  user-select: text;
  color: hsl(0deg, 0%, 4%);
}
footer ul.menu-footer > li button .button-icon {
  display: none;
}
footer ul.menu-footer > li ul {
  margin-top: 0.5rem;
}
footer ul.menu-footer > li ul li {
  line-height: 1.5;
  margin-bottom: 0.25rem;
}
footer ul.menu-footer > li ul li a {
  padding-bottom: 0.05rem;
}
footer .credits p > a {
  margin-left: 1rem;
}

@media screen and (max-width: 768px) {
  footer .sidebar .social-links > .column:last-of-type {
    display: flex;
    justify-content: flex-end;
  }
  footer ul.menu-footer {
    padding: 0 0.75rem;
  }
  footer ul.menu-footer > li {
    width: 100%;
    background-color: hsl(0deg, 0%, 97%);
    padding: 0;
    border-radius: 6px;
    pointer: cursor;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    color: hsl(0deg, 0%, 4%);
    margin-bottom: 0.75rem;
  }
  footer ul.menu-footer > li:hover {
    background-color: hsl(0deg, 0%, 94%);
  }
  footer ul.menu-footer > li button {
    width: 100%;
    font-weight: 400 !important;
    font-size: 1.15rem !important;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    padding: 1rem;
  }
  footer ul.menu-footer > li button .button-icon {
    display: flex;
    align-items: center;
  }
  footer ul.menu-footer > li button .button-icon svg {
    fill: hsl(225deg, 100%, 56%);
  }
  footer ul.menu-footer > li button[aria-expanded=false] .collapse {
    display: none;
  }
  footer ul.menu-footer > li button[aria-expanded=true] .collapse {
    display: block;
  }
  footer ul.menu-footer > li button[aria-expanded=true] .expand {
    display: none;
  }
  footer ul.menu-footer > li ul {
    display: none;
    margin-top: 0;
  }
  footer ul.menu-footer > li.is-active:hover {
    background-color: hsl(0deg, 0%, 97%);
  }
  footer ul.menu-footer > li.is-active ul {
    display: block;
    padding: 0 1rem 1rem;
  }
  footer ul.menu-footer > li.is-active ul li {
    margin-top: 0.25rem;
  }
  footer ul.menu-footer > li.is-active ul li > a {
    width: 100%;
    display: flex;
    border-width: 0;
    border-radius: 4px;
    padding: 0.5rem 0.75rem;
  }
  footer ul.menu-footer > li.is-active ul li > a:hover {
    background: hsl(0deg, 0%, 94%);
  }
}
.footer__benefits {
  background-color: whitesmoke;
}
@media screen and (max-width: 768px) {
  .footer__benefits {
    padding-top: 0.75em;
    padding-bottom: 0.75em;
  }
}
@media screen and (max-width: 768px) {
  .footer__benefits .column:not(:last-child) {
    border-bottom: 1px solid hsl(0deg, 0%, 90%);
  }
}
.footer__benefits .column .payment_icons {
  display: flex;
}
.footer__benefits .column .payment_icons img {
  display: block;
  margin-right: 0.5em;
  height: 1.5em;
  width: auto;
}

/*# sourceMappingURL=global.css.map */
