@charset "UTF-8";

/* line 1, resources/assets/styles/utilities/_bg-positions.scss */

.bg-x-left {
  background-position-x: left !important;
}

/* line 5, resources/assets/styles/utilities/_bg-positions.scss */

.bg-x-center {
  background-position-x: center !important;
}

/* line 9, resources/assets/styles/utilities/_bg-positions.scss */

.bg-x-right {
  background-position-x: right !important;
}

/* line 13, resources/assets/styles/utilities/_bg-positions.scss */

.bg-y-top {
  background-position-y: top !important;
}

/* line 17, resources/assets/styles/utilities/_bg-positions.scss */

.bg-y-center {
  background-position-y: center !important;
}

/* line 21, resources/assets/styles/utilities/_bg-positions.scss */

.bg-y-bottom {
  background-position-y: bottom !important;
}

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

  to {
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg);
  }
}

@-o-keyframes spinAround {
  from {
    -o-transform: rotate(0deg);
       transform: rotate(0deg);
  }

  to {
    -o-transform: rotate(359deg);
       transform: rotate(359deg);
  }
}

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

  to {
    -webkit-transform: rotate(359deg);
         -o-transform: rotate(359deg);
            transform: rotate(359deg);
  }
}

/* line 140, node_modules/bulma/sass/utilities/mixins.sass */

.is-unselectable,
.button,
.file,
.pagination-previous,
.pagination-next,
.pagination-link,
.pagination-ellipsis {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* line 159, node_modules/bulma/sass/utilities/mixins.sass */

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

/* line 163, node_modules/bulma/sass/utilities/mixins.sass */

.title:not(:last-child),
.entry-content h1:not(:last-child),
.entry-content h2:not(:last-child),
.entry-content h3:not(:last-child),
.entry-content h4:not(:last-child),
.entry-content h5:not(:last-child),
.entry-content h6:not(:last-child),
.subtitle:not(:last-child),
.notification:not(:last-child),
.pagination:not(:last-child) {
  margin-bottom: 20px;
}

/* line 250, node_modules/bulma/sass/utilities/mixins.sass */

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

/* line 260, node_modules/bulma/sass/utilities/mixins.sass */

.is-overlay,
.hero-video {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

/* line 40, node_modules/bulma/sass/utilities/controls.sass */

.button,
.input,
.textarea,
.select select,
.file-cta,
.file-name,
.pagination-previous,
.pagination-next,
.pagination-link,
.pagination-ellipsis {
  -moz-appearance: none;
  -webkit-appearance: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid transparent;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 1rem;
  height: 60px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          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;
}

/* line 31, node_modules/bulma/sass/utilities/controls.sass */

.button:focus,
.input:focus,
.textarea:focus,
.select select:focus,
.file-cta:focus,
.file-name:focus,
.pagination-previous:focus,
.pagination-next:focus,
.pagination-link:focus,
.pagination-ellipsis:focus,
.is-focused.button,
.is-focused.input,
.is-focused.textarea,
.select select.is-focused,
.is-focused.file-cta,
.is-focused.file-name,
.is-focused.pagination-previous,
.is-focused.pagination-next,
.is-focused.pagination-link,
.is-focused.pagination-ellipsis,
.button:active,
.input:active,
.textarea:active,
.select select:active,
.file-cta:active,
.file-name:active,
.pagination-previous:active,
.pagination-next:active,
.pagination-link:active,
.pagination-ellipsis:active,
.is-active.button,
.is-active.input,
.is-active.textarea,
.select select.is-active,
.is-active.file-cta,
.is-active.file-name,
.is-active.pagination-previous,
.is-active.pagination-next,
.is-active.pagination-link,
.is-active.pagination-ellipsis {
  outline: none;
}

/* line 36, node_modules/bulma/sass/utilities/controls.sass */

.button[disabled],
.input[disabled],
.textarea[disabled],
.select select[disabled],
.file-cta[disabled],
.file-name[disabled],
.pagination-previous[disabled],
.pagination-next[disabled],
.pagination-link[disabled],
.pagination-ellipsis[disabled],
fieldset[disabled] .button,
fieldset[disabled] .input,
fieldset[disabled] .textarea,
fieldset[disabled] .select select,
.select fieldset[disabled] select,
fieldset[disabled] .file-cta,
fieldset[disabled] .file-name,
fieldset[disabled] .pagination-previous,
fieldset[disabled] .pagination-next,
fieldset[disabled] .pagination-link,
fieldset[disabled] .pagination-ellipsis {
  cursor: not-allowed;
}

/*! minireset.css v0.0.6 | MIT License | github.com/jgthms/minireset.css */

/* line 3, node_modules/bulma/sass/base/minireset.sass */

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

/* line 30, node_modules/bulma/sass/base/minireset.sass */

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

/* line 40, node_modules/bulma/sass/base/minireset.sass */

ul {
  list-style: none;
}

/* line 44, node_modules/bulma/sass/base/minireset.sass */

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

/* line 51, node_modules/bulma/sass/base/minireset.sass */

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* line 55, node_modules/bulma/sass/base/minireset.sass */

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

/* line 61, node_modules/bulma/sass/base/minireset.sass */

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

/* line 67, node_modules/bulma/sass/base/minireset.sass */

iframe {
  border: 0;
}

/* line 71, node_modules/bulma/sass/base/minireset.sass */

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

/* line 75, node_modules/bulma/sass/base/minireset.sass */

td,
th {
  padding: 0;
}

/* line 78, node_modules/bulma/sass/base/minireset.sass */

td:not([align]),
th:not([align]) {
  text-align: left;
}

/* line 32, node_modules/bulma/sass/base/generic.sass */

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

/* line 43, node_modules/bulma/sass/base/generic.sass */

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

/* line 52, node_modules/bulma/sass/base/generic.sass */

body,
button,
input,
select,
textarea {
  font-family: brownpro, sans-serif;
}

/* line 59, node_modules/bulma/sass/base/generic.sass */

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

/* line 65, node_modules/bulma/sass/base/generic.sass */

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

/* line 73, node_modules/bulma/sass/base/generic.sass */

a {
  color: #ffc709;
  cursor: pointer;
  text-decoration: none;
}

/* line 77, node_modules/bulma/sass/base/generic.sass */

a strong {
  color: currentColor;
}

/* line 79, node_modules/bulma/sass/base/generic.sass */

a:hover {
  color: #363434;
}

/* line 82, node_modules/bulma/sass/base/generic.sass */

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

/* line 89, node_modules/bulma/sass/base/generic.sass */

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

/* line 96, node_modules/bulma/sass/base/generic.sass */

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

/* line 100, node_modules/bulma/sass/base/generic.sass */

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

/* line 104, node_modules/bulma/sass/base/generic.sass */

small {
  font-size: 0.875em;
}

/* line 107, node_modules/bulma/sass/base/generic.sass */

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

/* line 111, node_modules/bulma/sass/base/generic.sass */

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

/* line 117, node_modules/bulma/sass/base/generic.sass */

fieldset {
  border: none;
}

/* line 120, node_modules/bulma/sass/base/generic.sass */

pre {
  -webkit-overflow-scrolling: touch;
  background-color: whitesmoke;
  color: #131e1f;
  font-size: 0.875em;
  overflow-x: auto;
  padding: 1.25rem 1.5rem;
  white-space: pre;
  word-wrap: normal;
}

/* line 129, node_modules/bulma/sass/base/generic.sass */

pre code {
  background-color: transparent;
  color: currentColor;
  font-size: 1em;
  padding: 0;
}

/* line 136, node_modules/bulma/sass/base/generic.sass */

table td,
table th {
  vertical-align: top;
}

/* line 139, node_modules/bulma/sass/base/generic.sass */

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

/* line 141, node_modules/bulma/sass/base/generic.sass */

table th {
  color: #363434;
}

/* line 4, node_modules/bulma/sass/utilities/mixins.sass */

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

/* line 6, node_modules/bulma/sass/base/helpers.sass */

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

/* line 9, node_modules/bulma/sass/base/helpers.sass */

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

/* line 14, node_modules/bulma/sass/base/helpers.sass */

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

/* line 27, node_modules/bulma/sass/base/helpers.sass */

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

/* line 27, node_modules/bulma/sass/base/helpers.sass */

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

/* line 27, node_modules/bulma/sass/base/helpers.sass */

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

/* line 27, node_modules/bulma/sass/base/helpers.sass */

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

/* line 27, node_modules/bulma/sass/base/helpers.sass */

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

/* line 27, node_modules/bulma/sass/base/helpers.sass */

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

/* line 27, node_modules/bulma/sass/base/helpers.sass */

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

@media screen and (max-width: 767px) {
  /* line 27, node_modules/bulma/sass/base/helpers.sass */

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

  /* line 27, node_modules/bulma/sass/base/helpers.sass */

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

  /* line 27, node_modules/bulma/sass/base/helpers.sass */

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

  /* line 27, node_modules/bulma/sass/base/helpers.sass */

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

  /* line 27, node_modules/bulma/sass/base/helpers.sass */

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

  /* line 27, node_modules/bulma/sass/base/helpers.sass */

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

  /* line 27, node_modules/bulma/sass/base/helpers.sass */

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

@media screen and (min-width: 768px), print {
  /* line 27, node_modules/bulma/sass/base/helpers.sass */

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

  /* line 27, node_modules/bulma/sass/base/helpers.sass */

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

  /* line 27, node_modules/bulma/sass/base/helpers.sass */

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

  /* line 27, node_modules/bulma/sass/base/helpers.sass */

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

  /* line 27, node_modules/bulma/sass/base/helpers.sass */

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

  /* line 27, node_modules/bulma/sass/base/helpers.sass */

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

  /* line 27, node_modules/bulma/sass/base/helpers.sass */

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

@media screen and (max-width: 999px) {
  /* line 27, node_modules/bulma/sass/base/helpers.sass */

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

  /* line 27, node_modules/bulma/sass/base/helpers.sass */

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

  /* line 27, node_modules/bulma/sass/base/helpers.sass */

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

  /* line 27, node_modules/bulma/sass/base/helpers.sass */

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

  /* line 27, node_modules/bulma/sass/base/helpers.sass */

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

  /* line 27, node_modules/bulma/sass/base/helpers.sass */

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

  /* line 27, node_modules/bulma/sass/base/helpers.sass */

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

@media screen and (min-width: 1000px) {
  /* line 27, node_modules/bulma/sass/base/helpers.sass */

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

  /* line 27, node_modules/bulma/sass/base/helpers.sass */

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

  /* line 27, node_modules/bulma/sass/base/helpers.sass */

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

  /* line 27, node_modules/bulma/sass/base/helpers.sass */

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

  /* line 27, node_modules/bulma/sass/base/helpers.sass */

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

  /* line 27, node_modules/bulma/sass/base/helpers.sass */

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

  /* line 27, node_modules/bulma/sass/base/helpers.sass */

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

@media screen and (min-width: 1240px) {
  /* line 27, node_modules/bulma/sass/base/helpers.sass */

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

  /* line 27, node_modules/bulma/sass/base/helpers.sass */

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

  /* line 27, node_modules/bulma/sass/base/helpers.sass */

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

  /* line 27, node_modules/bulma/sass/base/helpers.sass */

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

  /* line 27, node_modules/bulma/sass/base/helpers.sass */

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

  /* line 27, node_modules/bulma/sass/base/helpers.sass */

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

  /* line 27, node_modules/bulma/sass/base/helpers.sass */

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

@media screen and (min-width: 1384px) {
  /* line 27, node_modules/bulma/sass/base/helpers.sass */

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

  /* line 27, node_modules/bulma/sass/base/helpers.sass */

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

  /* line 27, node_modules/bulma/sass/base/helpers.sass */

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

  /* line 27, node_modules/bulma/sass/base/helpers.sass */

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

  /* line 27, node_modules/bulma/sass/base/helpers.sass */

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

  /* line 27, node_modules/bulma/sass/base/helpers.sass */

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

  /* line 27, node_modules/bulma/sass/base/helpers.sass */

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

/* line 53, node_modules/bulma/sass/base/helpers.sass */

.has-text-centered {
  text-align: center !important;
}

/* line 53, node_modules/bulma/sass/base/helpers.sass */

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

/* line 53, node_modules/bulma/sass/base/helpers.sass */

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

/* line 53, node_modules/bulma/sass/base/helpers.sass */

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

@media screen and (max-width: 767px) {
  /* line 58, node_modules/bulma/sass/base/helpers.sass */

  .has-text-centered-mobile {
    text-align: center !important;
  }
}

@media screen and (min-width: 768px), print {
  /* line 61, node_modules/bulma/sass/base/helpers.sass */

  .has-text-centered-tablet {
    text-align: center !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 999px) {
  /* line 64, node_modules/bulma/sass/base/helpers.sass */

  .has-text-centered-tablet-only {
    text-align: center !important;
  }
}

@media screen and (max-width: 999px) {
  /* line 67, node_modules/bulma/sass/base/helpers.sass */

  .has-text-centered-touch {
    text-align: center !important;
  }
}

@media screen and (min-width: 1000px) {
  /* line 70, node_modules/bulma/sass/base/helpers.sass */

  .has-text-centered-desktop {
    text-align: center !important;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1239px) {
  /* line 73, node_modules/bulma/sass/base/helpers.sass */

  .has-text-centered-desktop-only {
    text-align: center !important;
  }
}

@media screen and (min-width: 1240px) {
  /* line 76, node_modules/bulma/sass/base/helpers.sass */

  .has-text-centered-widescreen {
    text-align: center !important;
  }
}

@media screen and (min-width: 1240px) and (max-width: 1383px) {
  /* line 79, node_modules/bulma/sass/base/helpers.sass */

  .has-text-centered-widescreen-only {
    text-align: center !important;
  }
}

@media screen and (min-width: 1384px) {
  /* line 82, node_modules/bulma/sass/base/helpers.sass */

  .has-text-centered-fullhd {
    text-align: center !important;
  }
}

@media screen and (max-width: 767px) {
  /* line 58, node_modules/bulma/sass/base/helpers.sass */

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

@media screen and (min-width: 768px), print {
  /* line 61, node_modules/bulma/sass/base/helpers.sass */

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

@media screen and (min-width: 768px) and (max-width: 999px) {
  /* line 64, node_modules/bulma/sass/base/helpers.sass */

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

@media screen and (max-width: 999px) {
  /* line 67, node_modules/bulma/sass/base/helpers.sass */

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

@media screen and (min-width: 1000px) {
  /* line 70, node_modules/bulma/sass/base/helpers.sass */

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

@media screen and (min-width: 1000px) and (max-width: 1239px) {
  /* line 73, node_modules/bulma/sass/base/helpers.sass */

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

@media screen and (min-width: 1240px) {
  /* line 76, node_modules/bulma/sass/base/helpers.sass */

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

@media screen and (min-width: 1240px) and (max-width: 1383px) {
  /* line 79, node_modules/bulma/sass/base/helpers.sass */

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

@media screen and (min-width: 1384px) {
  /* line 82, node_modules/bulma/sass/base/helpers.sass */

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

@media screen and (max-width: 767px) {
  /* line 58, node_modules/bulma/sass/base/helpers.sass */

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

@media screen and (min-width: 768px), print {
  /* line 61, node_modules/bulma/sass/base/helpers.sass */

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

@media screen and (min-width: 768px) and (max-width: 999px) {
  /* line 64, node_modules/bulma/sass/base/helpers.sass */

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

@media screen and (max-width: 999px) {
  /* line 67, node_modules/bulma/sass/base/helpers.sass */

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

@media screen and (min-width: 1000px) {
  /* line 70, node_modules/bulma/sass/base/helpers.sass */

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

@media screen and (min-width: 1000px) and (max-width: 1239px) {
  /* line 73, node_modules/bulma/sass/base/helpers.sass */

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

@media screen and (min-width: 1240px) {
  /* line 76, node_modules/bulma/sass/base/helpers.sass */

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

@media screen and (min-width: 1240px) and (max-width: 1383px) {
  /* line 79, node_modules/bulma/sass/base/helpers.sass */

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

@media screen and (min-width: 1384px) {
  /* line 82, node_modules/bulma/sass/base/helpers.sass */

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

@media screen and (max-width: 767px) {
  /* line 58, node_modules/bulma/sass/base/helpers.sass */

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

@media screen and (min-width: 768px), print {
  /* line 61, node_modules/bulma/sass/base/helpers.sass */

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

@media screen and (min-width: 768px) and (max-width: 999px) {
  /* line 64, node_modules/bulma/sass/base/helpers.sass */

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

@media screen and (max-width: 999px) {
  /* line 67, node_modules/bulma/sass/base/helpers.sass */

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

@media screen and (min-width: 1000px) {
  /* line 70, node_modules/bulma/sass/base/helpers.sass */

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

@media screen and (min-width: 1000px) and (max-width: 1239px) {
  /* line 73, node_modules/bulma/sass/base/helpers.sass */

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

@media screen and (min-width: 1240px) {
  /* line 76, node_modules/bulma/sass/base/helpers.sass */

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

@media screen and (min-width: 1240px) and (max-width: 1383px) {
  /* line 79, node_modules/bulma/sass/base/helpers.sass */

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

@media screen and (min-width: 1384px) {
  /* line 82, node_modules/bulma/sass/base/helpers.sass */

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

/* line 85, node_modules/bulma/sass/base/helpers.sass */

.is-capitalized {
  text-transform: capitalize !important;
}

/* line 88, node_modules/bulma/sass/base/helpers.sass */

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

/* line 91, node_modules/bulma/sass/base/helpers.sass */

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

/* line 94, node_modules/bulma/sass/base/helpers.sass */

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

/* line 99, node_modules/bulma/sass/base/helpers.sass */

.has-text-white {
  color: white !important;
}

/* line 102, node_modules/bulma/sass/base/helpers.sass */

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

/* line 105, node_modules/bulma/sass/base/helpers.sass */

.has-background-white {
  background-color: white !important;
}

/* line 99, node_modules/bulma/sass/base/helpers.sass */

.has-text-black {
  color: #131e1f !important;
}

/* line 102, node_modules/bulma/sass/base/helpers.sass */

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

/* line 105, node_modules/bulma/sass/base/helpers.sass */

.has-background-black {
  background-color: #131e1f !important;
}

/* line 99, node_modules/bulma/sass/base/helpers.sass */

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

/* line 102, node_modules/bulma/sass/base/helpers.sass */

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

/* line 105, node_modules/bulma/sass/base/helpers.sass */

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

/* line 99, node_modules/bulma/sass/base/helpers.sass */

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

/* line 102, node_modules/bulma/sass/base/helpers.sass */

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

/* line 105, node_modules/bulma/sass/base/helpers.sass */

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

/* line 99, node_modules/bulma/sass/base/helpers.sass */

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

/* line 102, node_modules/bulma/sass/base/helpers.sass */

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

/* line 105, node_modules/bulma/sass/base/helpers.sass */

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

/* line 99, node_modules/bulma/sass/base/helpers.sass */

.has-text-link {
  color: #ffc709 !important;
}

/* line 102, node_modules/bulma/sass/base/helpers.sass */

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

/* line 105, node_modules/bulma/sass/base/helpers.sass */

.has-background-link {
  background-color: #ffc709 !important;
}

/* line 99, node_modules/bulma/sass/base/helpers.sass */

.has-text-info {
  color: #209cee !important;
}

/* line 102, node_modules/bulma/sass/base/helpers.sass */

a.has-text-info:hover,
a.has-text-info:focus {
  color: #0f81cc !important;
}

/* line 105, node_modules/bulma/sass/base/helpers.sass */

.has-background-info {
  background-color: #209cee !important;
}

/* line 99, node_modules/bulma/sass/base/helpers.sass */

.has-text-success {
  color: #23d160 !important;
}

/* line 102, node_modules/bulma/sass/base/helpers.sass */

a.has-text-success:hover,
a.has-text-success:focus {
  color: #1ca64c !important;
}

/* line 105, node_modules/bulma/sass/base/helpers.sass */

.has-background-success {
  background-color: #23d160 !important;
}

/* line 99, node_modules/bulma/sass/base/helpers.sass */

.has-text-warning {
  color: #ffc709 !important;
}

/* line 102, node_modules/bulma/sass/base/helpers.sass */

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

/* line 105, node_modules/bulma/sass/base/helpers.sass */

.has-background-warning {
  background-color: #ffc709 !important;
}

/* line 99, node_modules/bulma/sass/base/helpers.sass */

.has-text-danger {
  color: #ff3860 !important;
}

/* line 102, node_modules/bulma/sass/base/helpers.sass */

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

/* line 105, node_modules/bulma/sass/base/helpers.sass */

.has-background-danger {
  background-color: #ff3860 !important;
}

/* line 109, node_modules/bulma/sass/base/helpers.sass */

.has-text-black-bis {
  color: #121212 !important;
}

/* line 111, node_modules/bulma/sass/base/helpers.sass */

.has-background-black-bis {
  background-color: #121212 !important;
}

/* line 109, node_modules/bulma/sass/base/helpers.sass */

.has-text-black-ter {
  color: #242424 !important;
}

/* line 111, node_modules/bulma/sass/base/helpers.sass */

.has-background-black-ter {
  background-color: #242424 !important;
}

/* line 109, node_modules/bulma/sass/base/helpers.sass */

.has-text-grey-darker {
  color: #363434 !important;
}

/* line 111, node_modules/bulma/sass/base/helpers.sass */

.has-background-grey-darker {
  background-color: #363434 !important;
}

/* line 109, node_modules/bulma/sass/base/helpers.sass */

.has-text-grey-dark {
  color: #6b6b6b !important;
}

/* line 111, node_modules/bulma/sass/base/helpers.sass */

.has-background-grey-dark {
  background-color: #6b6b6b !important;
}

/* line 109, node_modules/bulma/sass/base/helpers.sass */

.has-text-grey {
  color: #898989 !important;
}

/* line 111, node_modules/bulma/sass/base/helpers.sass */

.has-background-grey {
  background-color: #898989 !important;
}

/* line 109, node_modules/bulma/sass/base/helpers.sass */

.has-text-grey-light {
  color: #e1e0dc !important;
}

/* line 111, node_modules/bulma/sass/base/helpers.sass */

.has-background-grey-light {
  background-color: #e1e0dc !important;
}

/* line 109, node_modules/bulma/sass/base/helpers.sass */

.has-text-grey-lighter {
  color: #f6f6f6 !important;
}

/* line 111, node_modules/bulma/sass/base/helpers.sass */

.has-background-grey-lighter {
  background-color: #f6f6f6 !important;
}

/* line 109, node_modules/bulma/sass/base/helpers.sass */

.has-text-white-ter {
  color: whitesmoke !important;
}

/* line 111, node_modules/bulma/sass/base/helpers.sass */

.has-background-white-ter {
  background-color: whitesmoke !important;
}

/* line 109, node_modules/bulma/sass/base/helpers.sass */

.has-text-white-bis {
  color: #fafafa !important;
}

/* line 111, node_modules/bulma/sass/base/helpers.sass */

.has-background-white-bis {
  background-color: #fafafa !important;
}

/* line 114, node_modules/bulma/sass/base/helpers.sass */

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

/* line 116, node_modules/bulma/sass/base/helpers.sass */

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

/* line 118, node_modules/bulma/sass/base/helpers.sass */

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

/* line 120, node_modules/bulma/sass/base/helpers.sass */

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

/* line 122, node_modules/bulma/sass/base/helpers.sass */

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

/* line 125, node_modules/bulma/sass/base/helpers.sass */

.is-family-primary {
  font-family: brownpro, sans-serif !important;
}

/* line 128, node_modules/bulma/sass/base/helpers.sass */

.is-family-secondary {
  font-family: brownpro, sans-serif !important;
}

/* line 131, node_modules/bulma/sass/base/helpers.sass */

.is-family-sans-serif {
  font-family: brownpro, sans-serif !important;
}

/* line 134, node_modules/bulma/sass/base/helpers.sass */

.is-family-monospace {
  font-family: monospace !important;
}

/* line 137, node_modules/bulma/sass/base/helpers.sass */

.is-family-code {
  font-family: monospace !important;
}

/* line 145, node_modules/bulma/sass/base/helpers.sass */

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

@media screen and (max-width: 767px) {
  /* line 148, node_modules/bulma/sass/base/helpers.sass */

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

@media screen and (min-width: 768px), print {
  /* line 151, node_modules/bulma/sass/base/helpers.sass */

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

@media screen and (min-width: 768px) and (max-width: 999px) {
  /* line 154, node_modules/bulma/sass/base/helpers.sass */

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

@media screen and (max-width: 999px) {
  /* line 157, node_modules/bulma/sass/base/helpers.sass */

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

@media screen and (min-width: 1000px) {
  /* line 160, node_modules/bulma/sass/base/helpers.sass */

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

@media screen and (min-width: 1000px) and (max-width: 1239px) {
  /* line 163, node_modules/bulma/sass/base/helpers.sass */

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

@media screen and (min-width: 1240px) {
  /* line 166, node_modules/bulma/sass/base/helpers.sass */

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

@media screen and (min-width: 1240px) and (max-width: 1383px) {
  /* line 169, node_modules/bulma/sass/base/helpers.sass */

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

@media screen and (min-width: 1384px) {
  /* line 172, node_modules/bulma/sass/base/helpers.sass */

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

/* line 145, node_modules/bulma/sass/base/helpers.sass */

.is-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

@media screen and (max-width: 767px) {
  /* line 148, node_modules/bulma/sass/base/helpers.sass */

  .is-flex-mobile {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

@media screen and (min-width: 768px), print {
  /* line 151, node_modules/bulma/sass/base/helpers.sass */

  .is-flex-tablet {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 999px) {
  /* line 154, node_modules/bulma/sass/base/helpers.sass */

  .is-flex-tablet-only {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

@media screen and (max-width: 999px) {
  /* line 157, node_modules/bulma/sass/base/helpers.sass */

  .is-flex-touch {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

@media screen and (min-width: 1000px) {
  /* line 160, node_modules/bulma/sass/base/helpers.sass */

  .is-flex-desktop {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1239px) {
  /* line 163, node_modules/bulma/sass/base/helpers.sass */

  .is-flex-desktop-only {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

@media screen and (min-width: 1240px) {
  /* line 166, node_modules/bulma/sass/base/helpers.sass */

  .is-flex-widescreen {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

@media screen and (min-width: 1240px) and (max-width: 1383px) {
  /* line 169, node_modules/bulma/sass/base/helpers.sass */

  .is-flex-widescreen-only {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

@media screen and (min-width: 1384px) {
  /* line 172, node_modules/bulma/sass/base/helpers.sass */

  .is-flex-fullhd {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

/* line 145, node_modules/bulma/sass/base/helpers.sass */

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

@media screen and (max-width: 767px) {
  /* line 148, node_modules/bulma/sass/base/helpers.sass */

  .is-inline-mobile {
    display: inline !important;
  }
}

@media screen and (min-width: 768px), print {
  /* line 151, node_modules/bulma/sass/base/helpers.sass */

  .is-inline-tablet {
    display: inline !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 999px) {
  /* line 154, node_modules/bulma/sass/base/helpers.sass */

  .is-inline-tablet-only {
    display: inline !important;
  }
}

@media screen and (max-width: 999px) {
  /* line 157, node_modules/bulma/sass/base/helpers.sass */

  .is-inline-touch {
    display: inline !important;
  }
}

@media screen and (min-width: 1000px) {
  /* line 160, node_modules/bulma/sass/base/helpers.sass */

  .is-inline-desktop {
    display: inline !important;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1239px) {
  /* line 163, node_modules/bulma/sass/base/helpers.sass */

  .is-inline-desktop-only {
    display: inline !important;
  }
}

@media screen and (min-width: 1240px) {
  /* line 166, node_modules/bulma/sass/base/helpers.sass */

  .is-inline-widescreen {
    display: inline !important;
  }
}

@media screen and (min-width: 1240px) and (max-width: 1383px) {
  /* line 169, node_modules/bulma/sass/base/helpers.sass */

  .is-inline-widescreen-only {
    display: inline !important;
  }
}

@media screen and (min-width: 1384px) {
  /* line 172, node_modules/bulma/sass/base/helpers.sass */

  .is-inline-fullhd {
    display: inline !important;
  }
}

/* line 145, node_modules/bulma/sass/base/helpers.sass */

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

@media screen and (max-width: 767px) {
  /* line 148, node_modules/bulma/sass/base/helpers.sass */

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

@media screen and (min-width: 768px), print {
  /* line 151, node_modules/bulma/sass/base/helpers.sass */

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

@media screen and (min-width: 768px) and (max-width: 999px) {
  /* line 154, node_modules/bulma/sass/base/helpers.sass */

  .is-inline-block-tablet-only {
    display: inline-block !important;
  }
}

@media screen and (max-width: 999px) {
  /* line 157, node_modules/bulma/sass/base/helpers.sass */

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

@media screen and (min-width: 1000px) {
  /* line 160, node_modules/bulma/sass/base/helpers.sass */

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

@media screen and (min-width: 1000px) and (max-width: 1239px) {
  /* line 163, node_modules/bulma/sass/base/helpers.sass */

  .is-inline-block-desktop-only {
    display: inline-block !important;
  }
}

@media screen and (min-width: 1240px) {
  /* line 166, node_modules/bulma/sass/base/helpers.sass */

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

@media screen and (min-width: 1240px) and (max-width: 1383px) {
  /* line 169, node_modules/bulma/sass/base/helpers.sass */

  .is-inline-block-widescreen-only {
    display: inline-block !important;
  }
}

@media screen and (min-width: 1384px) {
  /* line 172, node_modules/bulma/sass/base/helpers.sass */

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

/* line 145, node_modules/bulma/sass/base/helpers.sass */

.is-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

@media screen and (max-width: 767px) {
  /* line 148, node_modules/bulma/sass/base/helpers.sass */

  .is-inline-flex-mobile {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media screen and (min-width: 768px), print {
  /* line 151, node_modules/bulma/sass/base/helpers.sass */

  .is-inline-flex-tablet {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 999px) {
  /* line 154, node_modules/bulma/sass/base/helpers.sass */

  .is-inline-flex-tablet-only {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media screen and (max-width: 999px) {
  /* line 157, node_modules/bulma/sass/base/helpers.sass */

  .is-inline-flex-touch {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media screen and (min-width: 1000px) {
  /* line 160, node_modules/bulma/sass/base/helpers.sass */

  .is-inline-flex-desktop {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1239px) {
  /* line 163, node_modules/bulma/sass/base/helpers.sass */

  .is-inline-flex-desktop-only {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media screen and (min-width: 1240px) {
  /* line 166, node_modules/bulma/sass/base/helpers.sass */

  .is-inline-flex-widescreen {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media screen and (min-width: 1240px) and (max-width: 1383px) {
  /* line 169, node_modules/bulma/sass/base/helpers.sass */

  .is-inline-flex-widescreen-only {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media screen and (min-width: 1384px) {
  /* line 172, node_modules/bulma/sass/base/helpers.sass */

  .is-inline-flex-fullhd {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

/* line 175, node_modules/bulma/sass/base/helpers.sass */

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

/* line 178, node_modules/bulma/sass/base/helpers.sass */

.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: 767px) {
  /* line 189, node_modules/bulma/sass/base/helpers.sass */

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

@media screen and (min-width: 768px), print {
  /* line 193, node_modules/bulma/sass/base/helpers.sass */

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

@media screen and (min-width: 768px) and (max-width: 999px) {
  /* line 197, node_modules/bulma/sass/base/helpers.sass */

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

@media screen and (max-width: 999px) {
  /* line 201, node_modules/bulma/sass/base/helpers.sass */

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

@media screen and (min-width: 1000px) {
  /* line 205, node_modules/bulma/sass/base/helpers.sass */

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

@media screen and (min-width: 1000px) and (max-width: 1239px) {
  /* line 209, node_modules/bulma/sass/base/helpers.sass */

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

@media screen and (min-width: 1240px) {
  /* line 213, node_modules/bulma/sass/base/helpers.sass */

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

@media screen and (min-width: 1240px) and (max-width: 1383px) {
  /* line 217, node_modules/bulma/sass/base/helpers.sass */

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

@media screen and (min-width: 1384px) {
  /* line 221, node_modules/bulma/sass/base/helpers.sass */

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

/* line 224, node_modules/bulma/sass/base/helpers.sass */

.is-invisible {
  visibility: hidden !important;
}

@media screen and (max-width: 767px) {
  /* line 228, node_modules/bulma/sass/base/helpers.sass */

  .is-invisible-mobile {
    visibility: hidden !important;
  }
}

@media screen and (min-width: 768px), print {
  /* line 232, node_modules/bulma/sass/base/helpers.sass */

  .is-invisible-tablet {
    visibility: hidden !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 999px) {
  /* line 236, node_modules/bulma/sass/base/helpers.sass */

  .is-invisible-tablet-only {
    visibility: hidden !important;
  }
}

@media screen and (max-width: 999px) {
  /* line 240, node_modules/bulma/sass/base/helpers.sass */

  .is-invisible-touch {
    visibility: hidden !important;
  }
}

@media screen and (min-width: 1000px) {
  /* line 244, node_modules/bulma/sass/base/helpers.sass */

  .is-invisible-desktop {
    visibility: hidden !important;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1239px) {
  /* line 248, node_modules/bulma/sass/base/helpers.sass */

  .is-invisible-desktop-only {
    visibility: hidden !important;
  }
}

@media screen and (min-width: 1240px) {
  /* line 252, node_modules/bulma/sass/base/helpers.sass */

  .is-invisible-widescreen {
    visibility: hidden !important;
  }
}

@media screen and (min-width: 1240px) and (max-width: 1383px) {
  /* line 256, node_modules/bulma/sass/base/helpers.sass */

  .is-invisible-widescreen-only {
    visibility: hidden !important;
  }
}

@media screen and (min-width: 1384px) {
  /* line 260, node_modules/bulma/sass/base/helpers.sass */

  .is-invisible-fullhd {
    visibility: hidden !important;
  }
}

/* line 265, node_modules/bulma/sass/base/helpers.sass */

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

/* line 268, node_modules/bulma/sass/base/helpers.sass */

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

/* line 271, node_modules/bulma/sass/base/helpers.sass */

.is-radiusless {
  border-radius: 0 !important;
}

/* line 274, node_modules/bulma/sass/base/helpers.sass */

.is-shadowless {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

/* line 280, node_modules/bulma/sass/base/helpers.sass */

.is-relative {
  position: relative !important;
}

/* line 3, node_modules/bulma/sass/grid/columns.sass */

.column,
#footer-top .container > div > div,
#footer-top .glide.controls-right .carousel-controls > div > div,
.glide.controls-right #footer-top .carousel-controls > div > div {
  display: block;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  padding: 20px;
}

/* line 9, node_modules/bulma/sass/grid/columns.sass */

.columns.is-mobile > .column.is-narrow,
#footer-top .container > div.columns.is-mobile > div.is-narrow,
#footer-top .glide.controls-right .carousel-controls > div.columns.is-mobile > div.is-narrow,
.glide.controls-right #footer-top .carousel-controls > div.columns.is-mobile > div.is-narrow {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}

/* line 11, node_modules/bulma/sass/grid/columns.sass */

.columns.is-mobile > .column.is-full,
#footer-top .container > div.columns.is-mobile > div.is-full,
#footer-top .glide.controls-right .carousel-controls > div.columns.is-mobile > div.is-full,
.glide.controls-right #footer-top .carousel-controls > div.columns.is-mobile > div.is-full {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 100%;
}

/* line 14, node_modules/bulma/sass/grid/columns.sass */

.columns.is-mobile > .column.is-three-quarters,
#footer-top .container > div.columns.is-mobile > div.is-three-quarters,
#footer-top .glide.controls-right .carousel-controls > div.columns.is-mobile > div.is-three-quarters,
.glide.controls-right #footer-top .carousel-controls > div.columns.is-mobile > div.is-three-quarters {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 75%;
}

/* line 17, node_modules/bulma/sass/grid/columns.sass */

.columns.is-mobile > .column.is-two-thirds,
#footer-top .container > div.columns.is-mobile > div.is-two-thirds,
#footer-top .glide.controls-right .carousel-controls > div.columns.is-mobile > div.is-two-thirds,
.glide.controls-right #footer-top .carousel-controls > div.columns.is-mobile > div.is-two-thirds {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 66.6666%;
}

/* line 20, node_modules/bulma/sass/grid/columns.sass */

.columns.is-mobile > .column.is-half,
#footer-top .container > div.columns.is-mobile > div.is-half,
#footer-top .glide.controls-right .carousel-controls > div.columns.is-mobile > div.is-half,
.glide.controls-right #footer-top .carousel-controls > div.columns.is-mobile > div.is-half {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 50%;
}

/* line 23, node_modules/bulma/sass/grid/columns.sass */

.columns.is-mobile > .column.is-one-third,
#footer-top .container > div.columns.is-mobile > div.is-one-third,
#footer-top .glide.controls-right .carousel-controls > div.columns.is-mobile > div.is-one-third,
.glide.controls-right #footer-top .carousel-controls > div.columns.is-mobile > div.is-one-third {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 33.3333%;
}

/* line 26, node_modules/bulma/sass/grid/columns.sass */

.columns.is-mobile > .column.is-one-quarter,
#footer-top .container > div.columns.is-mobile > div.is-one-quarter,
#footer-top .glide.controls-right .carousel-controls > div.columns.is-mobile > div.is-one-quarter,
.glide.controls-right #footer-top .carousel-controls > div.columns.is-mobile > div.is-one-quarter {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 25%;
}

/* line 29, node_modules/bulma/sass/grid/columns.sass */

.columns.is-mobile > .column.is-one-fifth,
#footer-top .container > div.columns.is-mobile > div.is-one-fifth,
#footer-top .glide.controls-right .carousel-controls > div.columns.is-mobile > div.is-one-fifth,
.glide.controls-right #footer-top .carousel-controls > div.columns.is-mobile > div.is-one-fifth {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 20%;
}

/* line 32, node_modules/bulma/sass/grid/columns.sass */

.columns.is-mobile > .column.is-two-fifths,
#footer-top .container > div.columns.is-mobile > div.is-two-fifths,
#footer-top .glide.controls-right .carousel-controls > div.columns.is-mobile > div.is-two-fifths,
.glide.controls-right #footer-top .carousel-controls > div.columns.is-mobile > div.is-two-fifths {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 40%;
}

/* line 35, node_modules/bulma/sass/grid/columns.sass */

.columns.is-mobile > .column.is-three-fifths,
#footer-top .container > div.columns.is-mobile > div.is-three-fifths,
#footer-top .glide.controls-right .carousel-controls > div.columns.is-mobile > div.is-three-fifths,
.glide.controls-right #footer-top .carousel-controls > div.columns.is-mobile > div.is-three-fifths {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 60%;
}

/* line 38, node_modules/bulma/sass/grid/columns.sass */

.columns.is-mobile > .column.is-four-fifths,
#footer-top .container > div.columns.is-mobile > div.is-four-fifths,
#footer-top .glide.controls-right .carousel-controls > div.columns.is-mobile > div.is-four-fifths,
.glide.controls-right #footer-top .carousel-controls > div.columns.is-mobile > div.is-four-fifths {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 80%;
}

/* line 41, node_modules/bulma/sass/grid/columns.sass */

.columns.is-mobile > .column.is-offset-three-quarters,
#footer-top .container > div.columns.is-mobile > div.is-offset-three-quarters,
#footer-top .glide.controls-right .carousel-controls > div.columns.is-mobile > div.is-offset-three-quarters,
.glide.controls-right #footer-top .carousel-controls > div.columns.is-mobile > div.is-offset-three-quarters {
  margin-left: 75%;
}

/* line 43, node_modules/bulma/sass/grid/columns.sass */

.columns.is-mobile > .column.is-offset-two-thirds,
#footer-top .container > div.columns.is-mobile > div.is-offset-two-thirds,
#footer-top .glide.controls-right .carousel-controls > div.columns.is-mobile > div.is-offset-two-thirds,
.glide.controls-right #footer-top .carousel-controls > div.columns.is-mobile > div.is-offset-two-thirds {
  margin-left: 66.6666%;
}

/* line 45, node_modules/bulma/sass/grid/columns.sass */

.columns.is-mobile > .column.is-offset-half,
#footer-top .container > div.columns.is-mobile > div.is-offset-half,
#footer-top .glide.controls-right .carousel-controls > div.columns.is-mobile > div.is-offset-half,
.glide.controls-right #footer-top .carousel-controls > div.columns.is-mobile > div.is-offset-half {
  margin-left: 50%;
}

/* line 47, node_modules/bulma/sass/grid/columns.sass */

.columns.is-mobile > .column.is-offset-one-third,
#footer-top .container > div.columns.is-mobile > div.is-offset-one-third,
#footer-top .glide.controls-right .carousel-controls > div.columns.is-mobile > div.is-offset-one-third,
.glide.controls-right #footer-top .carousel-controls > div.columns.is-mobile > div.is-offset-one-third {
  margin-left: 33.3333%;
}

/* line 49, node_modules/bulma/sass/grid/columns.sass */

.columns.is-mobile > .column.is-offset-one-quarter,
#footer-top .container > div.columns.is-mobile > div.is-offset-one-quarter,
#footer-top .glide.controls-right .carousel-controls > div.columns.is-mobile > div.is-offset-one-quarter,
.glide.controls-right #footer-top .carousel-controls > div.columns.is-mobile > div.is-offset-one-quarter {
  margin-left: 25%;
}

/* line 51, node_modules/bulma/sass/grid/columns.sass */

.columns.is-mobile > .column.is-offset-one-fifth,
#footer-top .container > div.columns.is-mobile > div.is-offset-one-fifth,
#footer-top .glide.controls-right .carousel-controls > div.columns.is-mobile > div.is-offset-one-fifth,
.glide.controls-right #footer-top .carousel-controls > div.columns.is-mobile > div.is-offset-one-fifth {
  margin-left: 20%;
}

/* line 53, node_modules/bulma/sass/grid/columns.sass */

.columns.is-mobile > .column.is-offset-two-fifths,
#footer-top .container > div.columns.is-mobile > div.is-offset-two-fifths,
#footer-top .glide.controls-right .carousel-controls > div.columns.is-mobile > div.is-offset-two-fifths,
.glide.controls-right #footer-top .carousel-controls > div.columns.is-mobile > div.is-offset-two-fifths {
  margin-left: 40%;
}

/* line 55, node_modules/bulma/sass/grid/columns.sass */

.columns.is-mobile > .column.is-offset-three-fifths,
#footer-top .container > div.columns.is-mobile > div.is-offset-three-fifths,
#footer-top .glide.controls-right .carousel-controls > div.columns.is-mobile > div.is-offset-three-fifths,
.glide.controls-right #footer-top .carousel-controls > div.columns.is-mobile > div.is-offset-three-fifths {
  margin-left: 60%;
}

/* line 57, node_modules/bulma/sass/grid/columns.sass */

.columns.is-mobile > .column.is-offset-four-fifths,
#footer-top .container > div.columns.is-mobile > div.is-offset-four-fifths,
#footer-top .glide.controls-right .carousel-controls > div.columns.is-mobile > div.is-offset-four-fifths,
.glide.controls-right #footer-top .carousel-controls > div.columns.is-mobile > div.is-offset-four-fifths {
  margin-left: 80%;
}

/* line 60, node_modules/bulma/sass/grid/columns.sass */

.columns.is-mobile > .column.is-0,
#footer-top .container > div.columns.is-mobile > div.is-0,
#footer-top .glide.controls-right .carousel-controls > div.columns.is-mobile > div.is-0,
.glide.controls-right #footer-top .carousel-controls > div.columns.is-mobile > div.is-0 {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 0%;
}

/* line 63, node_modules/bulma/sass/grid/columns.sass */

.columns.is-mobile > .column.is-offset-0,
#footer-top .container > div.columns.is-mobile > div.is-offset-0,
#footer-top .glide.controls-right .carousel-controls > div.columns.is-mobile > div.is-offset-0,
.glide.controls-right #footer-top .carousel-controls > div.columns.is-mobile > div.is-offset-0 {
  margin-left: 0%;
}

/* line 60, node_modules/bulma/sass/grid/columns.sass */

.columns.is-mobile > .column.is-1,
.entry-content .columns.is-mobile > h1.column,
#footer-top .container > div.columns.is-mobile > div.is-1,
#footer-top .glide.controls-right .carousel-controls > div.columns.is-mobile > div.is-1,
.glide.controls-right #footer-top .carousel-controls > div.columns.is-mobile > div.is-1 {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 8.33333%;
}

/* line 63, node_modules/bulma/sass/grid/columns.sass */

.columns.is-mobile > .column.is-offset-1,
#footer-top .container > div.columns.is-mobile > div.is-offset-1,
#footer-top .glide.controls-right .carousel-controls > div.columns.is-mobile > div.is-offset-1,
.glide.controls-right #footer-top .carousel-controls > div.columns.is-mobile > div.is-offset-1 {
  margin-left: 8.33333%;
}

/* line 60, node_modules/bulma/sass/grid/columns.sass */

.columns.is-mobile > .column.is-2,
.entry-content .columns.is-mobile > h2.column,
#footer-top .container > div.columns.is-mobile > div.is-2,
#footer-top .glide.controls-right .carousel-controls > div.columns.is-mobile > div.is-2,
.glide.controls-right #footer-top .carousel-controls > div.columns.is-mobile > div.is-2 {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 16.66667%;
}

/* line 63, node_modules/bulma/sass/grid/columns.sass */

.columns.is-mobile > .column.is-offset-2,
#footer-top .container > div.columns.is-mobile > div.is-offset-2,
#footer-top .glide.controls-right .carousel-controls > div.columns.is-mobile > div.is-offset-2,
.glide.controls-right #footer-top .carousel-controls > div.columns.is-mobile > div.is-offset-2 {
  margin-left: 16.66667%;
}

/* line 60, node_modules/bulma/sass/grid/columns.sass */

.columns.is-mobile > .column.is-3,
#footer-top .container > div.columns.is-mobile > div.is-3,
#footer-top .glide.controls-right .carousel-controls > div.columns.is-mobile > div.is-3,
.glide.controls-right #footer-top .carousel-controls > div.columns.is-mobile > div.is-3 {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 25%;
}

/* line 63, node_modules/bulma/sass/grid/columns.sass */

.columns.is-mobile > .column.is-offset-3,
#footer-top .container > div.columns.is-mobile > div.is-offset-3,
#footer-top .glide.controls-right .carousel-controls > div.columns.is-mobile > div.is-offset-3,
.glide.controls-right #footer-top .carousel-controls > div.columns.is-mobile > div.is-offset-3 {
  margin-left: 25%;
}

/* line 60, node_modules/bulma/sass/grid/columns.sass */

.columns.is-mobile > .column.is-4,
.entry-content .columns.is-mobile > h3.column,
#footer-top .container > div.columns.is-mobile > div.is-4,
#footer-top .glide.controls-right .carousel-controls > div.columns.is-mobile > div.is-4,
.glide.controls-right #footer-top .carousel-controls > div.columns.is-mobile > div.is-4 {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 33.33333%;
}

/* line 63, node_modules/bulma/sass/grid/columns.sass */

.columns.is-mobile > .column.is-offset-4,
#footer-top .container > div.columns.is-mobile > div.is-offset-4,
#footer-top .glide.controls-right .carousel-controls > div.columns.is-mobile > div.is-offset-4,
.glide.controls-right #footer-top .carousel-controls > div.columns.is-mobile > div.is-offset-4 {
  margin-left: 33.33333%;
}

/* line 60, node_modules/bulma/sass/grid/columns.sass */

.columns.is-mobile > .column.is-5,
.entry-content .columns.is-mobile > h4.column,
#footer-top .container > div.columns.is-mobile > div.is-5,
#footer-top .glide.controls-right .carousel-controls > div.columns.is-mobile > div.is-5,
.glide.controls-right #footer-top .carousel-controls > div.columns.is-mobile > div.is-5 {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 41.66667%;
}

/* line 63, node_modules/bulma/sass/grid/columns.sass */

.columns.is-mobile > .column.is-offset-5,
#footer-top .container > div.columns.is-mobile > div.is-offset-5,
#footer-top .glide.controls-right .carousel-controls > div.columns.is-mobile > div.is-offset-5,
.glide.controls-right #footer-top .carousel-controls > div.columns.is-mobile > div.is-offset-5 {
  margin-left: 41.66667%;
}

/* line 60, node_modules/bulma/sass/grid/columns.sass */

.columns.is-mobile > .column.is-6,
.entry-content .columns.is-mobile > h5.column,
#footer-top .container > div.columns.is-mobile > div.is-6,
#footer-top .glide.controls-right .carousel-controls > div.columns.is-mobile > div.is-6,
.glide.controls-right #footer-top .carousel-controls > div.columns.is-mobile > div.is-6 {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 50%;
}

/* line 63, node_modules/bulma/sass/grid/columns.sass */

.columns.is-mobile > .column.is-offset-6,
#footer-top .container > div.columns.is-mobile > div.is-offset-6,
#footer-top .glide.controls-right .carousel-controls > div.columns.is-mobile > div.is-offset-6,
.glide.controls-right #footer-top .carousel-controls > div.columns.is-mobile > div.is-offset-6 {
  margin-left: 50%;
}

/* line 60, node_modules/bulma/sass/grid/columns.sass */

.columns.is-mobile > .column.is-7,
.entry-content .columns.is-mobile > h6.column,
#footer-top .container > div.columns.is-mobile > div.is-7,
#footer-top .glide.controls-right .carousel-controls > div.columns.is-mobile > div.is-7,
.glide.controls-right #footer-top .carousel-controls > div.columns.is-mobile > div.is-7 {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 58.33333%;
}

/* line 63, node_modules/bulma/sass/grid/columns.sass */

.columns.is-mobile > .column.is-offset-7,
#footer-top .container > div.columns.is-mobile > div.is-offset-7,
#footer-top .glide.controls-right .carousel-controls > div.columns.is-mobile > div.is-offset-7,
.glide.controls-right #footer-top .carousel-controls > div.columns.is-mobile > div.is-offset-7 {
  margin-left: 58.33333%;
}

/* line 60, node_modules/bulma/sass/grid/columns.sass */

.columns.is-mobile > .column.is-8,
#footer-top .container > div.columns.is-mobile > div.is-8,
#footer-top .glide.controls-right .carousel-controls > div.columns.is-mobile > div.is-8,
.glide.controls-right #footer-top .carousel-controls > div.columns.is-mobile > div.is-8 {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 66.66667%;
}

/* line 63, node_modules/bulma/sass/grid/columns.sass */

.columns.is-mobile > .column.is-offset-8,
#footer-top .container > div.columns.is-mobile > div.is-offset-8,
#footer-top .glide.controls-right .carousel-controls > div.columns.is-mobile > div.is-offset-8,
.glide.controls-right #footer-top .carousel-controls > div.columns.is-mobile > div.is-offset-8 {
  margin-left: 66.66667%;
}

/* line 60, node_modules/bulma/sass/grid/columns.sass */

.columns.is-mobile > .column.is-9,
#footer-top .container > div.columns.is-mobile > div.is-9,
#footer-top .glide.controls-right .carousel-controls > div.columns.is-mobile > div.is-9,
.glide.controls-right #footer-top .carousel-controls > div.columns.is-mobile > div.is-9 {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 75%;
}

/* line 63, node_modules/bulma/sass/grid/columns.sass */

.columns.is-mobile > .column.is-offset-9,
#footer-top .container > div.columns.is-mobile > div.is-offset-9,
#footer-top .glide.controls-right .carousel-controls > div.columns.is-mobile > div.is-offset-9,
.glide.controls-right #footer-top .carousel-controls > div.columns.is-mobile > div.is-offset-9 {
  margin-left: 75%;
}

/* line 60, node_modules/bulma/sass/grid/columns.sass */

.columns.is-mobile > .column.is-10,
#footer-top .container > div.columns.is-mobile > div.is-10,
#footer-top .glide.controls-right .carousel-controls > div.columns.is-mobile > div.is-10,
.glide.controls-right #footer-top .carousel-controls > div.columns.is-mobile > div.is-10 {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 83.33333%;
}

/* line 63, node_modules/bulma/sass/grid/columns.sass */

.columns.is-mobile > .column.is-offset-10,
#footer-top .container > div.columns.is-mobile > div.is-offset-10,
#footer-top .glide.controls-right .carousel-controls > div.columns.is-mobile > div.is-offset-10,
.glide.controls-right #footer-top .carousel-controls > div.columns.is-mobile > div.is-offset-10 {
  margin-left: 83.33333%;
}

/* line 60, node_modules/bulma/sass/grid/columns.sass */

.columns.is-mobile > .column.is-11,
#footer-top .container > div.columns.is-mobile > div.is-11,
#footer-top .glide.controls-right .carousel-controls > div.columns.is-mobile > div.is-11,
.glide.controls-right #footer-top .carousel-controls > div.columns.is-mobile > div.is-11 {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 91.66667%;
}

/* line 63, node_modules/bulma/sass/grid/columns.sass */

.columns.is-mobile > .column.is-offset-11,
#footer-top .container > div.columns.is-mobile > div.is-offset-11,
#footer-top .glide.controls-right .carousel-controls > div.columns.is-mobile > div.is-offset-11,
.glide.controls-right #footer-top .carousel-controls > div.columns.is-mobile > div.is-offset-11 {
  margin-left: 91.66667%;
}

/* line 60, node_modules/bulma/sass/grid/columns.sass */

.columns.is-mobile > .column.is-12,
#footer-top .container > div.columns.is-mobile > div.is-12,
#footer-top .glide.controls-right .carousel-controls > div.columns.is-mobile > div.is-12,
.glide.controls-right #footer-top .carousel-controls > div.columns.is-mobile > div.is-12 {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 100%;
}

/* line 63, node_modules/bulma/sass/grid/columns.sass */

.columns.is-mobile > .column.is-offset-12,
#footer-top .container > div.columns.is-mobile > div.is-offset-12,
#footer-top .glide.controls-right .carousel-controls > div.columns.is-mobile > div.is-offset-12,
.glide.controls-right #footer-top .carousel-controls > div.columns.is-mobile > div.is-offset-12 {
  margin-left: 100%;
}

@media screen and (max-width: 767px) {
  /* line 66, node_modules/bulma/sass/grid/columns.sass */

  .column.is-narrow-mobile,
  #footer-top .container > div > div.is-narrow-mobile,
  #footer-top .glide.controls-right .carousel-controls > div > div.is-narrow-mobile,
  .glide.controls-right #footer-top .carousel-controls > div > div.is-narrow-mobile {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }

  /* line 68, node_modules/bulma/sass/grid/columns.sass */

  .column.is-full-mobile,
  #footer-top .container > div > div.is-full-mobile,
  #footer-top .glide.controls-right .carousel-controls > div > div.is-full-mobile,
  .glide.controls-right #footer-top .carousel-controls > div > div.is-full-mobile {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
  }

  /* line 71, node_modules/bulma/sass/grid/columns.sass */

  .column.is-three-quarters-mobile,
  #footer-top .container > div > div.is-three-quarters-mobile,
  #footer-top .glide.controls-right .carousel-controls > div > div.is-three-quarters-mobile,
  .glide.controls-right #footer-top .carousel-controls > div > div.is-three-quarters-mobile {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 75%;
  }

  /* line 74, node_modules/bulma/sass/grid/columns.sass */

  .column.is-two-thirds-mobile,
  #footer-top .container > div > div.is-two-thirds-mobile,
  #footer-top .glide.controls-right .carousel-controls > div > div.is-two-thirds-mobile,
  .glide.controls-right #footer-top .carousel-controls > div > div.is-two-thirds-mobile {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 66.6666%;
  }

  /* line 77, node_modules/bulma/sass/grid/columns.sass */

  .column.is-half-mobile,
  #footer-top .container > div > div.is-half-mobile,
  #footer-top .glide.controls-right .carousel-controls > div > div.is-half-mobile,
  .glide.controls-right #footer-top .carousel-controls > div > div.is-half-mobile {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 50%;
  }

  /* line 80, node_modules/bulma/sass/grid/columns.sass */

  .column.is-one-third-mobile,
  #footer-top .container > div > div.is-one-third-mobile,
  #footer-top .glide.controls-right .carousel-controls > div > div.is-one-third-mobile,
  .glide.controls-right #footer-top .carousel-controls > div > div.is-one-third-mobile {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 33.3333%;
  }

  /* line 83, node_modules/bulma/sass/grid/columns.sass */

  .column.is-one-quarter-mobile,
  #footer-top .container > div > div.is-one-quarter-mobile,
  #footer-top .glide.controls-right .carousel-controls > div > div.is-one-quarter-mobile,
  .glide.controls-right #footer-top .carousel-controls > div > div.is-one-quarter-mobile {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 25%;
  }

  /* line 86, node_modules/bulma/sass/grid/columns.sass */

  .column.is-one-fifth-mobile,
  #footer-top .container > div > div.is-one-fifth-mobile,
  #footer-top .glide.controls-right .carousel-controls > div > div.is-one-fifth-mobile,
  .glide.controls-right #footer-top .carousel-controls > div > div.is-one-fifth-mobile {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 20%;
  }

  /* line 89, node_modules/bulma/sass/grid/columns.sass */

  .column.is-two-fifths-mobile,
  #footer-top .container > div > div.is-two-fifths-mobile,
  #footer-top .glide.controls-right .carousel-controls > div > div.is-two-fifths-mobile,
  .glide.controls-right #footer-top .carousel-controls > div > div.is-two-fifths-mobile {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 40%;
  }

  /* line 92, node_modules/bulma/sass/grid/columns.sass */

  .column.is-three-fifths-mobile,
  #footer-top .container > div > div.is-three-fifths-mobile,
  #footer-top .glide.controls-right .carousel-controls > div > div.is-three-fifths-mobile,
  .glide.controls-right #footer-top .carousel-controls > div > div.is-three-fifths-mobile {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 60%;
  }

  /* line 95, node_modules/bulma/sass/grid/columns.sass */

  .column.is-four-fifths-mobile,
  #footer-top .container > div > div.is-four-fifths-mobile,
  #footer-top .glide.controls-right .carousel-controls > div > div.is-four-fifths-mobile,
  .glide.controls-right #footer-top .carousel-controls > div > div.is-four-fifths-mobile {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 80%;
  }

  /* line 98, node_modules/bulma/sass/grid/columns.sass */

  .column.is-offset-three-quarters-mobile,
  #footer-top .container > div > div.is-offset-three-quarters-mobile,
  #footer-top .glide.controls-right .carousel-controls > div > div.is-offset-three-quarters-mobile,
  .glide.controls-right #footer-top .carousel-controls > div > div.is-offset-three-quarters-mobile {
    margin-left: 75%;
  }

  /* line 100, node_modules/bulma/sass/grid/columns.sass */

  .column.is-offset-two-thirds-mobile,
  #footer-top .container > div > div.is-offset-two-thirds-mobile,
  #footer-top .glide.controls-right .carousel-controls > div > div.is-offset-two-thirds-mobile,
  .glide.controls-right #footer-top .carousel-controls > div > div.is-offset-two-thirds-mobile {
    margin-left: 66.6666%;
  }

  /* line 102, node_modules/bulma/sass/grid/columns.sass */

  .column.is-offset-half-mobile,
  #footer-top .container > div > div.is-offset-half-mobile,
  #footer-top .glide.controls-right .carousel-controls > div > div.is-offset-half-mobile,
  .glide.controls-right #footer-top .carousel-controls > div > div.is-offset-half-mobile {
    margin-left: 50%;
  }

  /* line 104, node_modules/bulma/sass/grid/columns.sass */

  .column.is-offset-one-third-mobile,
  #footer-top .container > div > div.is-offset-one-third-mobile,
  #footer-top .glide.controls-right .carousel-controls > div > div.is-offset-one-third-mobile,
  .glide.controls-right #footer-top .carousel-controls > div > div.is-offset-one-third-mobile {
    margin-left: 33.3333%;
  }

  /* line 106, node_modules/bulma/sass/grid/columns.sass */

  .column.is-offset-one-quarter-mobile,
  #footer-top .container > div > div.is-offset-one-quarter-mobile,
  #footer-top .glide.controls-right .carousel-controls > div > div.is-offset-one-quarter-mobile,
  .glide.controls-right #footer-top .carousel-controls > div > div.is-offset-one-quarter-mobile {
    margin-left: 25%;
  }

  /* line 108, node_modules/bulma/sass/grid/columns.sass */

  .column.is-offset-one-fifth-mobile,
  #footer-top .container > div > div.is-offset-one-fifth-mobile,
  #footer-top .glide.controls-right .carousel-controls > div > div.is-offset-one-fifth-mobile,
  .glide.controls-right #footer-top .carousel-controls > div > div.is-offset-one-fifth-mobile {
    margin-left: 20%;
  }

  /* line 110, node_modules/bulma/sass/grid/columns.sass */

  .column.is-offset-two-fifths-mobile,
  #footer-top .container > div > div.is-offset-two-fifths-mobile,
  #footer-top .glide.controls-right .carousel-controls > div > div.is-offset-two-fifths-mobile,
  .glide.controls-right #footer-top .carousel-controls > div > div.is-offset-two-fifths-mobile {
    margin-left: 40%;
  }

  /* line 112, node_modules/bulma/sass/grid/columns.sass */

  .column.is-offset-three-fifths-mobile,
  #footer-top .container > div > div.is-offset-three-fifths-mobile,
  #footer-top .glide.controls-right .carousel-controls > div > div.is-offset-three-fifths-mobile,
  .glide.controls-right #footer-top .carousel-controls > div > div.is-offset-three-fifths-mobile {
    margin-left: 60%;
  }

  /* line 114, node_modules/bulma/sass/grid/columns.sass */

  .column.is-offset-four-fifths-mobile,
  #footer-top .container > div > div.is-offset-four-fifths-mobile,
  #footer-top .glide.controls-right .carousel-controls > div > div.is-offset-four-fifths-mobile,
  .glide.controls-right #footer-top .carousel-controls > div > div.is-offset-four-fifths-mobile {
    margin-left: 80%;
  }

  /* line 117, node_modules/bulma/sass/grid/columns.sass */

  .column.is-0-mobile,
  #footer-top .container > div > div.is-0-mobile,
  #footer-top .glide.controls-right .carousel-controls > div > div.is-0-mobile,
  .glide.controls-right #footer-top .carousel-controls > div > div.is-0-mobile {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 0%;
  }

  /* line 120, node_modules/bulma/sass/grid/columns.sass */

  .column.is-offset-0-mobile,
  #footer-top .container > div > div.is-offset-0-mobile,
  #footer-top .glide.controls-right .carousel-controls > div > div.is-offset-0-mobile,
  .glide.controls-right #footer-top .carousel-controls > div > div.is-offset-0-mobile {
    margin-left: 0%;
  }

  /* line 117, node_modules/bulma/sass/grid/columns.sass */

  .column.is-1-mobile,
  #footer-top .container > div > div.is-1-mobile,
  #footer-top .glide.controls-right .carousel-controls > div > div.is-1-mobile,
  .glide.controls-right #footer-top .carousel-controls > div > div.is-1-mobile {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 8.33333%;
  }

  /* line 120, node_modules/bulma/sass/grid/columns.sass */

  .column.is-offset-1-mobile,
  #footer-top .container > div > div.is-offset-1-mobile,
  #footer-top .glide.controls-right .carousel-controls > div > div.is-offset-1-mobile,
  .glide.controls-right #footer-top .carousel-controls > div > div.is-offset-1-mobile {
    margin-left: 8.33333%;
  }

  /* line 117, node_modules/bulma/sass/grid/columns.sass */

  .column.is-2-mobile,
  #footer-top .container > div > div.is-2-mobile,
  #footer-top .glide.controls-right .carousel-controls > div > div.is-2-mobile,
  .glide.controls-right #footer-top .carousel-controls > div > div.is-2-mobile {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 16.66667%;
  }

  /* line 120, node_modules/bulma/sass/grid/columns.sass */

  .column.is-offset-2-mobile,
  #footer-top .container > div > div.is-offset-2-mobile,
  #footer-top .glide.controls-right .carousel-controls > div > div.is-offset-2-mobile,
  .glide.controls-right #footer-top .carousel-controls > div > div.is-offset-2-mobile {
    margin-left: 16.66667%;
  }

  /* line 117, node_modules/bulma/sass/grid/columns.sass */

  .column.is-3-mobile,
  #footer-top .container > div > div.is-3-mobile,
  #footer-top .glide.controls-right .carousel-controls > div > div.is-3-mobile,
  .glide.controls-right #footer-top .carousel-controls > div > div.is-3-mobile {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 25%;
  }

  /* line 120, node_modules/bulma/sass/grid/columns.sass */

  .column.is-offset-3-mobile,
  #footer-top .container > div > div.is-offset-3-mobile,
  #footer-top .glide.controls-right .carousel-controls > div > div.is-offset-3-mobile,
  .glide.controls-right #footer-top .carousel-controls > div > div.is-offset-3-mobile {
    margin-left: 25%;
  }

  /* line 117, node_modules/bulma/sass/grid/columns.sass */

  .column.is-4-mobile,
  #footer-top .container > div > div.is-4-mobile,
  #footer-top .glide.controls-right .carousel-controls > div > div.is-4-mobile,
  .glide.controls-right #footer-top .carousel-controls > div > div.is-4-mobile {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 33.33333%;
  }

  /* line 120, node_modules/bulma/sass/grid/columns.sass */

  .column.is-offset-4-mobile,
  #footer-top .container > div > div.is-offset-4-mobile,
  #footer-top .glide.controls-right .carousel-controls > div > div.is-offset-4-mobile,
  .glide.controls-right #footer-top .carousel-controls > div > div.is-offset-4-mobile {
    margin-left: 33.33333%;
  }

  /* line 117, node_modules/bulma/sass/grid/columns.sass */

  .column.is-5-mobile,
  #footer-top .container > div > div.is-5-mobile,
  #footer-top .glide.controls-right .carousel-controls > div > div.is-5-mobile,
  .glide.controls-right #footer-top .carousel-controls > div > div.is-5-mobile {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 41.66667%;
  }

  /* line 120, node_modules/bulma/sass/grid/columns.sass */

  .column.is-offset-5-mobile,
  #footer-top .container > div > div.is-offset-5-mobile,
  #footer-top .glide.controls-right .carousel-controls > div > div.is-offset-5-mobile,
  .glide.controls-right #footer-top .carousel-controls > div > div.is-offset-5-mobile {
    margin-left: 41.66667%;
  }

  /* line 117, node_modules/bulma/sass/grid/columns.sass */

  .column.is-6-mobile,
  #footer-top .container > div > div.is-6-mobile,
  #footer-top .glide.controls-right .carousel-controls > div > div.is-6-mobile,
  .glide.controls-right #footer-top .carousel-controls > div > div.is-6-mobile {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 50%;
  }

  /* line 120, node_modules/bulma/sass/grid/columns.sass */

  .column.is-offset-6-mobile,
  #footer-top .container > div > div.is-offset-6-mobile,
  #footer-top .glide.controls-right .carousel-controls > div > div.is-offset-6-mobile,
  .glide.controls-right #footer-top .carousel-controls > div > div.is-offset-6-mobile {
    margin-left: 50%;
  }

  /* line 117, node_modules/bulma/sass/grid/columns.sass */

  .column.is-7-mobile,
  #footer-top .container > div > div.is-7-mobile,
  #footer-top .glide.controls-right .carousel-controls > div > div.is-7-mobile,
  .glide.controls-right #footer-top .carousel-controls > div > div.is-7-mobile {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 58.33333%;
  }

  /* line 120, node_modules/bulma/sass/grid/columns.sass */

  .column.is-offset-7-mobile,
  #footer-top .container > div > div.is-offset-7-mobile,
  #footer-top .glide.controls-right .carousel-controls > div > div.is-offset-7-mobile,
  .glide.controls-right #footer-top .carousel-controls > div > div.is-offset-7-mobile {
    margin-left: 58.33333%;
  }

  /* line 117, node_modules/bulma/sass/grid/columns.sass */

  .column.is-8-mobile,
  #footer-top .container > div > div.is-8-mobile,
  #footer-top .glide.controls-right .carousel-controls > div > div.is-8-mobile,
  .glide.controls-right #footer-top .carousel-controls > div > div.is-8-mobile {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 66.66667%;
  }

  /* line 120, node_modules/bulma/sass/grid/columns.sass */

  .column.is-offset-8-mobile,
  #footer-top .container > div > div.is-offset-8-mobile,
  #footer-top .glide.controls-right .carousel-controls > div > div.is-offset-8-mobile,
  .glide.controls-right #footer-top .carousel-controls > div > div.is-offset-8-mobile {
    margin-left: 66.66667%;
  }

  /* line 117, node_modules/bulma/sass/grid/columns.sass */

  .column.is-9-mobile,
  #footer-top .container > div > div.is-9-mobile,
  #footer-top .glide.controls-right .carousel-controls > div > div.is-9-mobile,
  .glide.controls-right #footer-top .carousel-controls > div > div.is-9-mobile {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 75%;
  }

  /* line 120, node_modules/bulma/sass/grid/columns.sass */

  .column.is-offset-9-mobile,
  #footer-top .container > div > div.is-offset-9-mobile,
  #footer-top .glide.controls-right .carousel-controls > div > div.is-offset-9-mobile,
  .glide.controls-right #footer-top .carousel-controls > div > div.is-offset-9-mobile {
    margin-left: 75%;
  }

  /* line 117, node_modules/bulma/sass/grid/columns.sass */

  .column.is-10-mobile,
  #footer-top .container > div > div.is-10-mobile,
  #footer-top .glide.controls-right .carousel-controls > div > div.is-10-mobile,
  .glide.controls-right #footer-top .carousel-controls > div > div.is-10-mobile {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 83.33333%;
  }

  /* line 120, node_modules/bulma/sass/grid/columns.sass */

  .column.is-offset-10-mobile,
  #footer-top .container > div > div.is-offset-10-mobile,
  #footer-top .glide.controls-right .carousel-controls > div > div.is-offset-10-mobile,
  .glide.controls-right #footer-top .carousel-controls > div > div.is-offset-10-mobile {
    margin-left: 83.33333%;
  }

  /* line 117, node_modules/bulma/sass/grid/columns.sass */

  .column.is-11-mobile,
  #footer-top .container > div > div.is-11-mobile,
  #footer-top .glide.controls-right .carousel-controls > div > div.is-11-mobile,
  .glide.controls-right #footer-top .carousel-controls > div > div.is-11-mobile {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 91.66667%;
  }

  /* line 120, node_modules/bulma/sass/grid/columns.sass */

  .column.is-offset-11-mobile,
  #footer-top .container > div > div.is-offset-11-mobile,
  #footer-top .glide.controls-right .carousel-controls > div > div.is-offset-11-mobile,
  .glide.controls-right #footer-top .carousel-controls > div > div.is-offset-11-mobile {
    margin-left: 91.66667%;
  }

  /* line 117, node_modules/bulma/sass/grid/columns.sass */

  .column.is-12-mobile,
  #footer-top .container > div > div.is-12-mobile,
  #footer-top .glide.controls-right .carousel-controls > div > div.is-12-mobile,
  .glide.controls-right #footer-top .carousel-controls > div > div.is-12-mobile {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
  }

  /* line 120, node_modules/bulma/sass/grid/columns.sass */

  .column.is-offset-12-mobile,
  #footer-top .container > div > div.is-offset-12-mobile,
  #footer-top .glide.controls-right .carousel-controls > div > div.is-offset-12-mobile,
  .glide.controls-right #footer-top .carousel-controls > div > div.is-offset-12-mobile {
    margin-left: 100%;
  }
}

@media screen and (min-width: 768px), print {
  /* line 123, node_modules/bulma/sass/grid/columns.sass */

  .column.is-narrow,
  #footer-top .container > div > div.is-narrow,
  #footer-top .glide.controls-right .carousel-controls > div > div.is-narrow,
  .glide.controls-right #footer-top .carousel-controls > div > div.is-narrow,
  .column.is-narrow-tablet,
  #footer-top .container > div > div.is-narrow-tablet,
  #footer-top .glide.controls-right .carousel-controls > div > div.is-narrow-tablet,
  .glide.controls-right #footer-top .carousel-controls > div > div.is-narrow-tablet {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }

  /* line 126, node_modules/bulma/sass/grid/columns.sass */

  .column.is-full,
  #footer-top .container > div > div.is-full,
  #footer-top .glide.controls-right .carousel-controls > div > div.is-full,
  .glide.controls-right #footer-top .carousel-controls > div > div.is-full,
  .column.is-full-tablet,
  #footer-top .container > div > div.is-full-tablet,
  #footer-top .glide.controls-right .carousel-controls > div > div.is-full-tablet,
  .glide.controls-right #footer-top .carousel-controls > div > div.is-full-tablet {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
  }

  /* line 130, node_modules/bulma/sass/grid/columns.sass */

  .column.is-three-quarters,
  #footer-top .container > div > div.is-three-quarters,
  #footer-top .glide.controls-right .carousel-controls > div > div.is-three-quarters,
  .glide.controls-right #footer-top .carousel-controls > div > div.is-three-quarters,
  .column.is-three-quarters-tablet,
  #footer-top .container > div > div.is-three-quarters-tablet,
  #footer-top .glide.controls-right .carousel-controls > div > div.is-three-quarters-tablet,
  .glide.controls-right #footer-top .carousel-controls > div > div.is-three-quarters-tablet {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 75%;
  }

  /* line 134, node_modules/bulma/sass/grid/columns.sass */

  .column.is-two-thirds,
  #footer-top .container > div > div.is-two-thirds,
  #footer-top .glide.controls-right .carousel-controls > div > div.is-two-thirds,
  .glide.controls-right #footer-top .carousel-controls > div > div.is-two-thirds,
  .column.is-two-thirds-tablet,
  #footer-top .container > div > div.is-two-thirds-tablet,
  #footer-top .glide.controls-right .carousel-controls > div > div.is-two-thirds-tablet,
  .glide.controls-right #footer-top .carousel-controls > div > div.is-two-thirds-tablet {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 66.6666%;
  }

  /* line 138, node_modules/bulma/sass/grid/columns.sass */

  .column.is-half,
  #footer-top .container > div > div.is-half,
  #footer-top .glide.controls-right .carousel-controls > div > div.is-half,
  .glide.controls-right #footer-top .carousel-controls > div > div.is-half,
  .column.is-half-tablet,
  #footer-top .container > div > div.is-half-tablet,
  #footer-top .glide.controls-right .carousel-controls > div > div.is-half-tablet,
  .glide.controls-right #footer-top .carousel-controls > div > div.is-half-tablet {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 50%;
  }

  /* line 142, node_modules/bulma/sass/grid/columns.sass */

  .column.is-one-third,
  #footer-top .container > div > div.is-one-third,
  #footer-top .glide.controls-right .carousel-controls > div > div.is-one-third,
  .glide.controls-right #footer-top .carousel-controls > div > div.is-one-third,
  .column.is-one-third-tablet,
  #footer-top .container > div > div.is-one-third-tablet,
  #footer-top .glide.controls-right .carousel-controls > div > div.is-one-third-tablet,
  .glide.controls-right #footer-top .carousel-controls > div > div.is-one-third-tablet {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 33.3333%;
  }

  /* line 146, node_modules/bulma/sass/grid/columns.sass */

  .column.is-one-quarter,
  #footer-top .container > div > div.is-one-quarter,
  #footer-top .glide.controls-right .carousel-controls > div > div.is-one-quarter,
  .glide.controls-right #footer-top .carousel-controls > div > div.is-one-quarter,
  .column.is-one-quarter-tablet,
  #footer-top .container > div > div.is-one-quarter-tablet,
  #footer-top .glide.controls-right .carousel-controls > div > div.is-one-quarter-tablet,
  .glide.controls-right #footer-top .carousel-controls > div > div.is-one-quarter-tablet {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 25%;
  }

  /* line 150, node_modules/bulma/sass/grid/columns.sass */

  .column.is-one-fifth,
  #footer-top .container > div > div.is-one-fifth,
  #footer-top .glide.controls-right .carousel-controls > div > div.is-one-fifth,
  .glide.controls-right #footer-top .carousel-controls > div > div.is-one-fifth,
  .column.is-one-fifth-tablet,
  #footer-top .container > div > div.is-one-fifth-tablet,
  #footer-top .glide.controls-right .carousel-controls > div > div.is-one-fifth-tablet,
  .glide.controls-right #footer-top .carousel-controls > div > div.is-one-fifth-tablet {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 20%;
  }

  /* line 154, node_modules/bulma/sass/grid/columns.sass */

  .column.is-two-fifths,
  #footer-top .container > div > div.is-two-fifths,
  #footer-top .glide.controls-right .carousel-controls > div > div.is-two-fifths,
  .glide.controls-right #footer-top .carousel-controls > div > div.is-two-fifths,
  .column.is-two-fifths-tablet,
  #footer-top .container > div > div.is-two-fifths-tablet,
  #footer-top .glide.controls-right .carousel-controls > div > div.is-two-fifths-tablet,
  .glide.controls-right #footer-top .carousel-controls > div > div.is-two-fifths-tablet {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 40%;
  }

  /* line 158, node_modules/bulma/sass/grid/columns.sass */

  .column.is-three-fifths,
  #footer-top .container > div > div.is-three-fifths,
  #footer-top .glide.controls-right .carousel-controls > div > div.is-three-fifths,
  .glide.controls-right #footer-top .carousel-controls > div > div.is-three-fifths,
  .column.is-three-fifths-tablet,
  #footer-top .container > div > div.is-three-fifths-tablet,
  #footer-top .glide.controls-right .carousel-controls > div > div.is-three-fifths-tablet,
  .glide.controls-right #footer-top .carousel-controls > div > div.is-three-fifths-tablet {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 60%;
  }

  /* line 162, node_modules/bulma/sass/grid/columns.sass */

  .column.is-four-fifths,
  #footer-top .container > div > div.is-four-fifths,
  #footer-top .glide.controls-right .carousel-controls > div > div.is-four-fifths,
  .glide.controls-right #footer-top .carousel-controls > div > div.is-four-fifths,
  .column.is-four-fifths-tablet,
  #footer-top .container > div > div.is-four-fifths-tablet,
  #footer-top .glide.controls-right .carousel-controls > div > div.is-four-fifths-tablet,
  .glide.controls-right #footer-top .carousel-controls > div > div.is-four-fifths-tablet {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 80%;
  }

  /* line 166, node_modules/bulma/sass/grid/columns.sass */

  .column.is-offset-three-quarters,
  #footer-top .container > div > div.is-offset-three-quarters,
  #footer-top .glide.controls-right .carousel-controls > div > div.is-offset-three-quarters,
  .glide.controls-right #footer-top .carousel-controls > div > div.is-offset-three-quarters,
  .column.is-offset-three-quarters-tablet,
  #footer-top .container > div > div.is-offset-three-quarters-tablet,
  #footer-top .glide.controls-right .carousel-controls > div > div.is-offset-three-quarters-tablet,
  .glide.controls-right #footer-top .carousel-controls > div > div.is-offset-three-quarters-tablet {
    margin-left: 75%;
  }

  /* line 169, node_modules/bulma/sass/grid/columns.sass */

  .column.is-offset-two-thirds,
  #footer-top .container > div > div.is-offset-two-thirds,
  #footer-top .glide.controls-right .carousel-controls > div > div.is-offset-two-thirds,
  .glide.controls-right #footer-top .carousel-controls > div > div.is-offset-two-thirds,
  .column.is-offset-two-thirds-tablet,
  #footer-top .container > div > div.is-offset-two-thirds-tablet,
  #footer-top .glide.controls-right .carousel-controls > div > div.is-offset-two-thirds-tablet,
  .glide.controls-right #footer-top .carousel-controls > div > div.is-offset-two-thirds-tablet {
    margin-left: 66.6666%;
  }

  /* line 172, node_modules/bulma/sass/grid/columns.sass */

  .column.is-offset-half,
  #footer-top .container > div > div.is-offset-half,
  #footer-top .glide.controls-right .carousel-controls > div > div.is-offset-half,
  .glide.controls-right #footer-top .carousel-controls > div > div.is-offset-half,
  .column.is-offset-half-tablet,
  #footer-top .container > div > div.is-offset-half-tablet,
  #footer-top .glide.controls-right .carousel-controls > div > div.is-offset-half-tablet,
  .glide.controls-right #footer-top .carousel-controls > div > div.is-offset-half-tablet {
    margin-left: 50%;
  }

  /* line 175, node_modules/bulma/sass/grid/columns.sass */

  .column.is-offset-one-third,
  #footer-top .container > div > div.is-offset-one-third,
  #footer-top .glide.controls-right .carousel-controls > div > div.is-offset-one-third,
  .glide.controls-right #footer-top .carousel-controls > div > div.is-offset-one-third,
  .column.is-offset-one-third-tablet,
  #footer-top .container > div > div.is-offset-one-third-tablet,
  #footer-top .glide.controls-right .carousel-controls > div > div.is-offset-one-third-tablet,
  .glide.controls-right #footer-top .carousel-controls > div > div.is-offset-one-third-tablet {
    margin-left: 33.3333%;
  }

  /* line 178, node_modules/bulma/sass/grid/columns.sass */

  .column.is-offset-one-quarter,
  #footer-top .container > div > div.is-offset-one-quarter,
  #footer-top .glide.controls-right .carousel-controls > div > div.is-offset-one-quarter,
  .glide.controls-right #footer-top .carousel-controls > div > div.is-offset-one-quarter,
  .column.is-offset-one-quarter-tablet,
  #footer-top .container > div > div.is-offset-one-quarter-tablet,
  #footer-top .glide.controls-right .carousel-controls > div > div.is-offset-one-quarter-tablet,
  .glide.controls-right #footer-top .carousel-controls > div > div.is-offset-one-quarter-tablet {
    margin-left: 25%;
  }

  /* line 181, node_modules/bulma/sass/grid/columns.sass */

  .column.is-offset-one-fifth,
  #footer-top .container > div > div.is-offset-one-fifth,
  #footer-top .glide.controls-right .carousel-controls > div > div.is-offset-one-fifth,
  .glide.controls-right #footer-top .carousel-controls > div > div.is-offset-one-fifth,
  .column.is-offset-one-fifth-tablet,
  #footer-top .container > div > div.is-offset-one-fifth-tablet,
  #footer-top .glide.controls-right .carousel-controls > div > div.is-offset-one-fifth-tablet,
  .glide.controls-right #footer-top .carousel-controls > div > div.is-offset-one-fifth-tablet {
    margin-left: 20%;
  }

  /* line 184, node_modules/bulma/sass/grid/columns.sass */

  .column.is-offset-two-fifths,
  #footer-top .container > div > div.is-offset-two-fifths,
  #footer-top .glide.controls-right .carousel-controls > div > div.is-offset-two-fifths,
  .glide.controls-right #footer-top .carousel-controls > div > div.is-offset-two-fifths,
  .column.is-offset-two-fifths-tablet,
  #footer-top .container > div > div.is-offset-two-fifths-tablet,
  #footer-top .glide.controls-right .carousel-controls > div > div.is-offset-two-fifths-tablet,
  .glide.controls-right #footer-top .carousel-controls > div > div.is-offset-two-fifths-tablet {
    margin-left: 40%;
  }

  /* line 187, node_modules/bulma/sass/grid/columns.sass */

  .column.is-offset-three-fifths,
  #footer-top .container > div > div.is-offset-three-fifths,
  #footer-top .glide.controls-right .carousel-controls > div > div.is-offset-three-fifths,
  .glide.controls-right #footer-top .carousel-controls > div > div.is-offset-three-fifths,
  .column.is-offset-three-fifths-tablet,
  #footer-top .container > div > div.is-offset-three-fifths-tablet,
  #footer-top .glide.controls-right .carousel-controls > div > div.is-offset-three-fifths-tablet,
  .glide.controls-right #footer-top .carousel-controls > div > div.is-offset-three-fifths-tablet {
    margin-left: 60%;
  }

  /* line 190, node_modules/bulma/sass/grid/columns.sass */

  .column.is-offset-four-fifths,
  #footer-top .container > div > div.is-offset-four-fifths,
  #footer-top .glide.controls-right .carousel-controls > div > div.is-offset-four-fifths,
  .glide.controls-right #footer-top .carousel-controls > div > div.is-offset-four-fifths,
  .column.is-offset-four-fifths-tablet,
  #footer-top .container > div > div.is-offset-four-fifths-tablet,
  #footer-top .glide.controls-right .carousel-controls > div > div.is-offset-four-fifths-tablet,
  .glide.controls-right #footer-top .carousel-controls > div > div.is-offset-four-fifths-tablet {
    margin-left: 80%;
  }

  /* line 194, node_modules/bulma/sass/grid/columns.sass */

  .column.is-0,
  #footer-top .container > div > div.is-0,
  #footer-top .glide.controls-right .carousel-controls > div > div.is-0,
  .glide.controls-right #footer-top .carousel-controls > div > div.is-0,
  .column.is-0-tablet,
  #footer-top .container > div > div.is-0-tablet,
  #footer-top .glide.controls-right .carousel-controls > div > div.is-0-tablet,
  .glide.controls-right #footer-top .carousel-controls > div > div.is-0-tablet {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 0%;
  }

  /* line 198, node_modules/bulma/sass/grid/columns.sass */

  .column.is-offset-0,
  #footer-top .container > div > div.is-offset-0,
  #footer-top .glide.controls-right .carousel-controls > div > div.is-offset-0,
  .glide.controls-right #footer-top .carousel-controls > div > div.is-offset-0,
  .column.is-offset-0-tablet,
  #footer-top .container > div > div.is-offset-0-tablet,
  #footer-top .glide.controls-right .carousel-controls > div > div.is-offset-0-tablet,
  .glide.controls-right #footer-top .carousel-controls > div > div.is-offset-0-tablet {
    margin-left: 0%;
  }

  /* line 194, node_modules/bulma/sass/grid/columns.sass */

  .column.is-1,
  .entry-content h1.column,
  #footer-top .container > div > div.is-1,
  #footer-top .glide.controls-right .carousel-controls > div > div.is-1,
  .glide.controls-right #footer-top .carousel-controls > div > div.is-1,
  .column.is-1-tablet,
  #footer-top .container > div > div.is-1-tablet,
  #footer-top .glide.controls-right .carousel-controls > div > div.is-1-tablet,
  .glide.controls-right #footer-top .carousel-controls > div > div.is-1-tablet {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 8.33333%;
  }

  /* line 198, node_modules/bulma/sass/grid/columns.sass */

  .column.is-offset-1,
  #footer-top .container > div > div.is-offset-1,
  #footer-top .glide.controls-right .carousel-controls > div > div.is-offset-1,
  .glide.controls-right #footer-top .carousel-controls > div > div.is-offset-1,
  .column.is-offset-1-tablet,
  #footer-top .container > div > div.is-offset-1-tablet,
  #footer-top .glide.controls-right .carousel-controls > div > div.is-offset-1-tablet,
  .glide.controls-right #footer-top .carousel-controls > div > div.is-offset-1-tablet {
    margin-left: 8.33333%;
  }

  /* line 194, node_modules/bulma/sass/grid/columns.sass */

  .column.is-2,
  .entry-content h2.column,
  #footer-top .container > div > div.is-2,
  #footer-top .glide.controls-right .carousel-controls > div > div.is-2,
  .glide.controls-right #footer-top .carousel-controls > div > div.is-2,
  .column.is-2-tablet,
  #footer-top .container > div > div.is-2-tablet,
  #footer-top .glide.controls-right .carousel-controls > div > div.is-2-tablet,
  .glide.controls-right #footer-top .carousel-controls > div > div.is-2-tablet {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 16.66667%;
  }

  /* line 198, node_modules/bulma/sass/grid/columns.sass */

  .column.is-offset-2,
  #footer-top .container > div > div.is-offset-2,
  #footer-top .glide.controls-right .carousel-controls > div > div.is-offset-2,
  .glide.controls-right #footer-top .carousel-controls > div > div.is-offset-2,
  .column.is-offset-2-tablet,
  #footer-top .container > div > div.is-offset-2-tablet,
  #footer-top .glide.controls-right .carousel-controls > div > div.is-offset-2-tablet,
  .glide.controls-right #footer-top .carousel-controls > div > div.is-offset-2-tablet {
    margin-left: 16.66667%;
  }

  /* line 194, node_modules/bulma/sass/grid/columns.sass */

  .column.is-3,
  #footer-top .container > div > div.is-3,
  #footer-top .glide.controls-right .carousel-controls > div > div.is-3,
  .glide.controls-right #footer-top .carousel-controls > div > div.is-3,
  .column.is-3-tablet,
  #footer-top .container > div > div.is-3-tablet,
  #footer-top .glide.controls-right .carousel-controls > div > div.is-3-tablet,
  .glide.controls-right #footer-top .carousel-controls > div > div.is-3-tablet {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 25%;
  }

  /* line 198, node_modules/bulma/sass/grid/columns.sass */

  .column.is-offset-3,
  #footer-top .container > div > div.is-offset-3,
  #footer-top .glide.controls-right .carousel-controls > div > div.is-offset-3,
  .glide.controls-right #footer-top .carousel-controls > div > div.is-offset-3,
  .column.is-offset-3-tablet,
  #footer-top .container > div > div.is-offset-3-tablet,
  #footer-top .glide.controls-right .carousel-controls > div > div.is-offset-3-tablet,
  .glide.controls-right #footer-top .carousel-controls > div > div.is-offset-3-tablet {
    margin-left: 25%;
  }

  /* line 194, node_modules/bulma/sass/grid/columns.sass */

  .column.is-4,
  .entry-content h3.column,
  #footer-top .container > div > div.is-4,
  #footer-top .glide.controls-right .carousel-controls > div > div.is-4,
  .glide.controls-right #footer-top .carousel-controls > div > div.is-4,
  .column.is-4-tablet,
  #footer-top .container > div > div.is-4-tablet,
  #footer-top .glide.controls-right .carousel-controls > div > div.is-4-tablet,
  .glide.controls-right #footer-top .carousel-controls > div > div.is-4-tablet {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 33.33333%;
  }

  /* line 198, node_modules/bulma/sass/grid/columns.sass */

  .column.is-offset-4,
  #footer-top .container > div > div.is-offset-4,
  #footer-top .glide.controls-right .carousel-controls > div > div.is-offset-4,
  .glide.controls-right #footer-top .carousel-controls > div > div.is-offset-4,
  .column.is-offset-4-tablet,
  #footer-top .container > div > div.is-offset-4-tablet,
  #footer-top .glide.controls-right .carousel-controls > div > div.is-offset-4-tablet,
  .glide.controls-right #footer-top .carousel-controls > div > div.is-offset-4-tablet {
    margin-left: 33.33333%;
  }

  /* line 194, node_modules/bulma/sass/grid/columns.sass */

  .column.is-5,
  .entry-content h4.column,
  #footer-top .container > div > div.is-5,
  #footer-top .glide.controls-right .carousel-controls > div > div.is-5,
  .glide.controls-right #footer-top .carousel-controls > div > div.is-5,
  .column.is-5-tablet,
  #footer-top .container > div > div.is-5-tablet,
  #footer-top .glide.controls-right .carousel-controls > div > div.is-5-tablet,
  .glide.controls-right #footer-top .carousel-controls > div > div.is-5-tablet {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 41.66667%;
  }

  /* line 198, node_modules/bulma/sass/grid/columns.sass */

  .column.is-offset-5,
  #footer-top .container > div > div.is-offset-5,
  #footer-top .glide.controls-right .carousel-controls > div > div.is-offset-5,
  .glide.controls-right #footer-top .carousel-controls > div > div.is-offset-5,
  .column.is-offset-5-tablet,
  #footer-top .container > div > div.is-offset-5-tablet,
  #footer-top .glide.controls-right .carousel-controls > div > div.is-offset-5-tablet,
  .glide.controls-right #footer-top .carousel-controls > div > div.is-offset-5-tablet {
    margin-left: 41.66667%;
  }

  /* line 194, node_modules/bulma/sass/grid/columns.sass */

  .column.is-6,
  .entry-content h5.column,
  #footer-top .container > div > div.is-6,
  #footer-top .glide.controls-right .carousel-controls > div > div.is-6,
  .glide.controls-right #footer-top .carousel-controls > div > div.is-6,
  .column.is-6-tablet,
  #footer-top .container > div > div.is-6-tablet,
  #footer-top .glide.controls-right .carousel-controls > div > div.is-6-tablet,
  .glide.controls-right #footer-top .carousel-controls > div > div.is-6-tablet {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 50%;
  }

  /* line 198, node_modules/bulma/sass/grid/columns.sass */

  .column.is-offset-6,
  #footer-top .container > div > div.is-offset-6,
  #footer-top .glide.controls-right .carousel-controls > div > div.is-offset-6,
  .glide.controls-right #footer-top .carousel-controls > div > div.is-offset-6,
  .column.is-offset-6-tablet,
  #footer-top .container > div > div.is-offset-6-tablet,
  #footer-top .glide.controls-right .carousel-controls > div > div.is-offset-6-tablet,
  .glide.controls-right #footer-top .carousel-controls > div > div.is-offset-6-tablet {
    margin-left: 50%;
  }

  /* line 194, node_modules/bulma/sass/grid/columns.sass */

  .column.is-7,
  .entry-content h6.column,
  #footer-top .container > div > div.is-7,
  #footer-top .glide.controls-right .carousel-controls > div > div.is-7,
  .glide.controls-right #footer-top .carousel-controls > div > div.is-7,
  .column.is-7-tablet,
  #footer-top .container > div > div.is-7-tablet,
  #footer-top .glide.controls-right .carousel-controls > div > div.is-7-tablet,
  .glide.controls-right #footer-top .carousel-controls > div > div.is-7-tablet {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 58.33333%;
  }

  /* line 198, node_modules/bulma/sass/grid/columns.sass */

  .column.is-offset-7,
  #footer-top .container > div > div.is-offset-7,
  #footer-top .glide.controls-right .carousel-controls > div > div.is-offset-7,
  .glide.controls-right #footer-top .carousel-controls > div > div.is-offset-7,
  .column.is-offset-7-tablet,
  #footer-top .container > div > div.is-offset-7-tablet,
  #footer-top .glide.controls-right .carousel-controls > div > div.is-offset-7-tablet,
  .glide.controls-right #footer-top .carousel-controls > div > div.is-offset-7-tablet {
    margin-left: 58.33333%;
  }

  /* line 194, node_modules/bulma/sass/grid/columns.sass */

  .column.is-8,
  #footer-top .container > div > div.is-8,
  #footer-top .glide.controls-right .carousel-controls > div > div.is-8,
  .glide.controls-right #footer-top .carousel-controls > div > div.is-8,
  .column.is-8-tablet,
  #footer-top .container > div > div.is-8-tablet,
  #footer-top .glide.controls-right .carousel-controls > div > div.is-8-tablet,
  .glide.controls-right #footer-top .carousel-controls > div > div.is-8-tablet {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 66.66667%;
  }

  /* line 198, node_modules/bulma/sass/grid/columns.sass */

  .column.is-offset-8,
  #footer-top .container > div > div.is-offset-8,
  #footer-top .glide.controls-right .carousel-controls > div > div.is-offset-8,
  .glide.controls-right #footer-top .carousel-controls > div > div.is-offset-8,
  .column.is-offset-8-tablet,
  #footer-top .container > div > div.is-offset-8-tablet,
  #footer-top .glide.controls-right .carousel-controls > div > div.is-offset-8-tablet,
  .glide.controls-right #footer-top .carousel-controls > div > div.is-offset-8-tablet {
    margin-left: 66.66667%;
  }

  /* line 194, node_modules/bulma/sass/grid/columns.sass */

  .column.is-9,
  #footer-top .container > div > div.is-9,
  #footer-top .glide.controls-right .carousel-controls > div > div.is-9,
  .glide.controls-right #footer-top .carousel-controls > div > div.is-9,
  .column.is-9-tablet,
  #footer-top .container > div > div.is-9-tablet,
  #footer-top .glide.controls-right .carousel-controls > div > div.is-9-tablet,
  .glide.controls-right #footer-top .carousel-controls > div > div.is-9-tablet {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 75%;
  }

  /* line 198, node_modules/bulma/sass/grid/columns.sass */

  .column.is-offset-9,
  #footer-top .container > div > div.is-offset-9,
  #footer-top .glide.controls-right .carousel-controls > div > div.is-offset-9,
  .glide.controls-right #footer-top .carousel-controls > div > div.is-offset-9,
  .column.is-offset-9-tablet,
  #footer-top .container > div > div.is-offset-9-tablet,
  #footer-top .glide.controls-right .carousel-controls > div > div.is-offset-9-tablet,
  .glide.controls-right #footer-top .carousel-controls > div > div.is-offset-9-tablet {
    margin-left: 75%;
  }

  /* line 194, node_modules/bulma/sass/grid/columns.sass */

  .column.is-10,
  #footer-top .container > div > div.is-10,
  #footer-top .glide.controls-right .carousel-controls > div > div.is-10,
  .glide.controls-right #footer-top .carousel-controls > div > div.is-10,
  .column.is-10-tablet,
  #footer-top .container > div > div.is-10-tablet,
  #footer-top .glide.controls-right .carousel-controls > div > div.is-10-tablet,
  .glide.controls-right #footer-top .carousel-controls > div > div.is-10-tablet {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 83.33333%;
  }

  /* line 198, node_modules/bulma/sass/grid/columns.sass */

  .column.is-offset-10,
  #footer-top .container > div > div.is-offset-10,
  #footer-top .glide.controls-right .carousel-controls > div > div.is-offset-10,
  .glide.controls-right #footer-top .carousel-controls > div > div.is-offset-10,
  .column.is-offset-10-tablet,
  #footer-top .container > div > div.is-offset-10-tablet,
  #footer-top .glide.controls-right .carousel-controls > div > div.is-offset-10-tablet,
  .glide.controls-right #footer-top .carousel-controls > div > div.is-offset-10-tablet {
    margin-left: 83.33333%;
  }

  /* line 194, node_modules/bulma/sass/grid/columns.sass */

  .column.is-11,
  #footer-top .container > div > div.is-11,
  #footer-top .glide.controls-right .carousel-controls > div > div.is-11,
  .glide.controls-right #footer-top .carousel-controls > div > div.is-11,
  .column.is-11-tablet,
  #footer-top .container > div > div.is-11-tablet,
  #footer-top .glide.controls-right .carousel-controls > div > div.is-11-tablet,
  .glide.controls-right #footer-top .carousel-controls > div > div.is-11-tablet {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 91.66667%;
  }

  /* line 198, node_modules/bulma/sass/grid/columns.sass */

  .column.is-offset-11,
  #footer-top .container > div > div.is-offset-11,
  #footer-top .glide.controls-right .carousel-controls > div > div.is-offset-11,
  .glide.controls-right #footer-top .carousel-controls > div > div.is-offset-11,
  .column.is-offset-11-tablet,
  #footer-top .container > div > div.is-offset-11-tablet,
  #footer-top .glide.controls-right .carousel-controls > div > div.is-offset-11-tablet,
  .glide.controls-right #footer-top .carousel-controls > div > div.is-offset-11-tablet {
    margin-left: 91.66667%;
  }

  /* line 194, node_modules/bulma/sass/grid/columns.sass */

  .column.is-12,
  #footer-top .container > div > div.is-12,
  #footer-top .glide.controls-right .carousel-controls > div > div.is-12,
  .glide.controls-right #footer-top .carousel-controls > div > div.is-12,
  .column.is-12-tablet,
  #footer-top .container > div > div.is-12-tablet,
  #footer-top .glide.controls-right .carousel-controls > div > div.is-12-tablet,
  .glide.controls-right #footer-top .carousel-controls > div > div.is-12-tablet {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
  }

  /* line 198, node_modules/bulma/sass/grid/columns.sass */

  .column.is-offset-12,
  #footer-top .container > div > div.is-offset-12,
  #footer-top .glide.controls-right .carousel-controls > div > div.is-offset-12,
  .glide.controls-right #footer-top .carousel-controls > div > div.is-offset-12,
  .column.is-offset-12-tablet,
  #footer-top .container > div > div.is-offset-12-tablet,
  #footer-top .glide.controls-right .carousel-controls > div > div.is-offset-12-tablet,
  .glide.controls-right #footer-top .carousel-controls > div > div.is-offset-12-tablet {
    margin-left: 100%;
  }
}

@media screen and (max-width: 999px) {
  /* line 202, node_modules/bulma/sass/grid/columns.sass */

  .column.is-narrow-touch,
  #footer-top .container > div > div.is-narrow-touch,
  #footer-top .glide.controls-right .carousel-controls > div > div.is-narrow-touch,
  .glide.controls-right #footer-top .carousel-controls > div > div.is-narrow-touch {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }

  /* line 204, node_modules/bulma/sass/grid/columns.sass */

  .column.is-full-touch,
  #footer-top .container > div > div.is-full-touch,
  #footer-top .glide.controls-right .carousel-controls > div > div.is-full-touch,
  .glide.controls-right #footer-top .carousel-controls > div > div.is-full-touch {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
  }

  /* line 207, node_modules/bulma/sass/grid/columns.sass */

  .column.is-three-quarters-touch,
  #footer-top .container > div > div.is-three-quarters-touch,
  #footer-top .glide.controls-right .carousel-controls > div > div.is-three-quarters-touch,
  .glide.controls-right #footer-top .carousel-controls > div > div.is-three-quarters-touch {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 75%;
  }

  /* line 210, node_modules/bulma/sass/grid/columns.sass */

  .column.is-two-thirds-touch,
  #footer-top .container > div > div.is-two-thirds-touch,
  #footer-top .glide.controls-right .carousel-controls > div > div.is-two-thirds-touch,
  .glide.controls-right #footer-top .carousel-controls > div > div.is-two-thirds-touch {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 66.6666%;
  }

  /* line 213, node_modules/bulma/sass/grid/columns.sass */

  .column.is-half-touch,
  #footer-top .container > div > div.is-half-touch,
  #footer-top .glide.controls-right .carousel-controls > div > div.is-half-touch,
  .glide.controls-right #footer-top .carousel-controls > div > div.is-half-touch {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 50%;
  }

  /* line 216, node_modules/bulma/sass/grid/columns.sass */

  .column.is-one-third-touch,
  #footer-top .container > div > div.is-one-third-touch,
  #footer-top .glide.controls-right .carousel-controls > div > div.is-one-third-touch,
  .glide.controls-right #footer-top .carousel-controls > div > div.is-one-third-touch {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 33.3333%;
  }

  /* line 219, node_modules/bulma/sass/grid/columns.sass */

  .column.is-one-quarter-touch,
  #footer-top .container > div > div.is-one-quarter-touch,
  #footer-top .glide.controls-right .carousel-controls > div > div.is-one-quarter-touch,
  .glide.controls-right #footer-top .carousel-controls > div > div.is-one-quarter-touch {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 25%;
  }

  /* line 222, node_modules/bulma/sass/grid/columns.sass */

  .column.is-one-fifth-touch,
  #footer-top .container > div > div.is-one-fifth-touch,
  #footer-top .glide.controls-right .carousel-controls > div > div.is-one-fifth-touch,
  .glide.controls-right #footer-top .carousel-controls > div > div.is-one-fifth-touch {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 20%;
  }

  /* line 225, node_modules/bulma/sass/grid/columns.sass */

  .column.is-two-fifths-touch,
  #footer-top .container > div > div.is-two-fifths-touch,
  #footer-top .glide.controls-right .carousel-controls > div > div.is-two-fifths-touch,
  .glide.controls-right #footer-top .carousel-controls > div > div.is-two-fifths-touch {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 40%;
  }

  /* line 228, node_modules/bulma/sass/grid/columns.sass */

  .column.is-three-fifths-touch,
  #footer-top .container > div > div.is-three-fifths-touch,
  #footer-top .glide.controls-right .carousel-controls > div > div.is-three-fifths-touch,
  .glide.controls-right #footer-top .carousel-controls > div > div.is-three-fifths-touch {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 60%;
  }

  /* line 231, node_modules/bulma/sass/grid/columns.sass */

  .column.is-four-fifths-touch,
  #footer-top .container > div > div.is-four-fifths-touch,
  #footer-top .glide.controls-right .carousel-controls > div > div.is-four-fifths-touch,
  .glide.controls-right #footer-top .carousel-controls > div > div.is-four-fifths-touch {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 80%;
  }

  /* line 234, node_modules/bulma/sass/grid/columns.sass */

  .column.is-offset-three-quarters-touch,
  #footer-top .container > div > div.is-offset-three-quarters-touch,
  #footer-top .glide.controls-right .carousel-controls > div > div.is-offset-three-quarters-touch,
  .glide.controls-right #footer-top .carousel-controls > div > div.is-offset-three-quarters-touch {
    margin-left: 75%;
  }

  /* line 236, node_modules/bulma/sass/grid/columns.sass */

  .column.is-offset-two-thirds-touch,
  #footer-top .container > div > div.is-offset-two-thirds-touch,
  #footer-top .glide.controls-right .carousel-controls > div > div.is-offset-two-thirds-touch,
  .glide.controls-right #footer-top .carousel-controls > div > div.is-offset-two-thirds-touch {
    margin-left: 66.6666%;
  }

  /* line 238, node_modules/bulma/sass/grid/columns.sass */

  .column.is-offset-half-touch,
  #footer-top .container > div > div.is-offset-half-touch,
  #footer-top .glide.controls-right .carousel-controls > div > div.is-offset-half-touch,
  .glide.controls-right #footer-top .carousel-controls > div > div.is-offset-half-touch {
    margin-left: 50%;
  }

  /* line 240, node_modules/bulma/sass/grid/columns.sass */

  .column.is-offset-one-third-touch,
  #footer-top .container > div > div.is-offset-one-third-touch,
  #footer-top .glide.controls-right .carousel-controls > div > div.is-offset-one-third-touch,
  .glide.controls-right #footer-top .carousel-controls > div > div.is-offset-one-third-touch {
    margin-left: 33.3333%;
  }

  /* line 242, node_modules/bulma/sass/grid/columns.sass */

  .column.is-offset-one-quarter-touch,
  #footer-top .container > div > div.is-offset-one-quarter-touch,
  #footer-top .glide.controls-right .carousel-controls > div > div.is-offset-one-quarter-touch,
  .glide.controls-right #footer-top .carousel-controls > div > div.is-offset-one-quarter-touch {
    margin-left: 25%;
  }

  /* line 244, node_modules/bulma/sass/grid/columns.sass */

  .column.is-offset-one-fifth-touch,
  #footer-top .container > div > div.is-offset-one-fifth-touch,
  #footer-top .glide.controls-right .carousel-controls > div > div.is-offset-one-fifth-touch,
  .glide.controls-right #footer-top .carousel-controls > div > div.is-offset-one-fifth-touch {
    margin-left: 20%;
  }

  /* line 246, node_modules/bulma/sass/grid/columns.sass */

  .column.is-offset-two-fifths-touch,
  #footer-top .container > div > div.is-offset-two-fifths-touch,
  #footer-top .glide.controls-right .carousel-controls > div > div.is-offset-two-fifths-touch,
  .glide.controls-right #footer-top .carousel-controls > div > div.is-offset-two-fifths-touch {
    margin-left: 40%;
  }

  /* line 248, node_modules/bulma/sass/grid/columns.sass */

  .column.is-offset-three-fifths-touch,
  #footer-top .container > div > div.is-offset-three-fifths-touch,
  #footer-top .glide.controls-right .carousel-controls > div > div.is-offset-three-fifths-touch,
  .glide.controls-right #footer-top .carousel-controls > div > div.is-offset-three-fifths-touch {
    margin-left: 60%;
  }

  /* line 250, node_modules/bulma/sass/grid/columns.sass */

  .column.is-offset-four-fifths-touch,
  #footer-top .container > div > div.is-offset-four-fifths-touch,
  #footer-top .glide.controls-right .carousel-controls > div > div.is-offset-four-fifths-touch,
  .glide.controls-right #footer-top .carousel-controls > div > div.is-offset-four-fifths-touch {
    margin-left: 80%;
  }

  /* line 253, node_modules/bulma/sass/grid/columns.sass */

  .column.is-0-touch,
  #footer-top .container > div > div.is-0-touch,
  #footer-top .glide.controls-right .carousel-controls > div > div.is-0-touch,
  .glide.controls-right #footer-top .carousel-controls > div > div.is-0-touch {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 0%;
  }

  /* line 256, node_modules/bulma/sass/grid/columns.sass */

  .column.is-offset-0-touch,
  #footer-top .container > div > div.is-offset-0-touch,
  #footer-top .glide.controls-right .carousel-controls > div > div.is-offset-0-touch,
  .glide.controls-right #footer-top .carousel-controls > div > div.is-offset-0-touch {
    margin-left: 0%;
  }

  /* line 253, node_modules/bulma/sass/grid/columns.sass */

  .column.is-1-touch,
  #footer-top .container > div > div.is-1-touch,
  #footer-top .glide.controls-right .carousel-controls > div > div.is-1-touch,
  .glide.controls-right #footer-top .carousel-controls > div > div.is-1-touch {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 8.33333%;
  }

  /* line 256, node_modules/bulma/sass/grid/columns.sass */

  .column.is-offset-1-touch,
  #footer-top .container > div > div.is-offset-1-touch,
  #footer-top .glide.controls-right .carousel-controls > div > div.is-offset-1-touch,
  .glide.controls-right #footer-top .carousel-controls > div > div.is-offset-1-touch {
    margin-left: 8.33333%;
  }

  /* line 253, node_modules/bulma/sass/grid/columns.sass */

  .column.is-2-touch,
  #footer-top .container > div > div.is-2-touch,
  #footer-top .glide.controls-right .carousel-controls > div > div.is-2-touch,
  .glide.controls-right #footer-top .carousel-controls > div > div.is-2-touch {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 16.66667%;
  }

  /* line 256, node_modules/bulma/sass/grid/columns.sass */

  .column.is-offset-2-touch,
  #footer-top .container > div > div.is-offset-2-touch,
  #footer-top .glide.controls-right .carousel-controls > div > div.is-offset-2-touch,
  .glide.controls-right #footer-top .carousel-controls > div > div.is-offset-2-touch {
    margin-left: 16.66667%;
  }

  /* line 253, node_modules/bulma/sass/grid/columns.sass */

  .column.is-3-touch,
  #footer-top .container > div > div.is-3-touch,
  #footer-top .glide.controls-right .carousel-controls > div > div.is-3-touch,
  .glide.controls-right #footer-top .carousel-controls > div > div.is-3-touch {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 25%;
  }

  /* line 256, node_modules/bulma/sass/grid/columns.sass */

  .column.is-offset-3-touch,
  #footer-top .container > div > div.is-offset-3-touch,
  #footer-top .glide.controls-right .carousel-controls > div > div.is-offset-3-touch,
  .glide.controls-right #footer-top .carousel-controls > div > div.is-offset-3-touch {
    margin-left: 25%;
  }

  /* line 253, node_modules/bulma/sass/grid/columns.sass */

  .column.is-4-touch,
  #footer-top .container > div > div.is-4-touch,
  #footer-top .glide.controls-right .carousel-controls > div > div.is-4-touch,
  .glide.controls-right #footer-top .carousel-controls > div > div.is-4-touch {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 33.33333%;
  }

  /* line 256, node_modules/bulma/sass/grid/columns.sass */

  .column.is-offset-4-touch,
  #footer-top .container > div > div.is-offset-4-touch,
  #footer-top .glide.controls-right .carousel-controls > div > div.is-offset-4-touch,
  .glide.controls-right #footer-top .carousel-controls > div > div.is-offset-4-touch {
    margin-left: 33.33333%;
  }

  /* line 253, node_modules/bulma/sass/grid/columns.sass */

  .column.is-5-touch,
  #footer-top .container > div > div.is-5-touch,
  #footer-top .glide.controls-right .carousel-controls > div > div.is-5-touch,
  .glide.controls-right #footer-top .carousel-controls > div > div.is-5-touch {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 41.66667%;
  }

  /* line 256, node_modules/bulma/sass/grid/columns.sass */

  .column.is-offset-5-touch,
  #footer-top .container > div > div.is-offset-5-touch,
  #footer-top .glide.controls-right .carousel-controls > div > div.is-offset-5-touch,
  .glide.controls-right #footer-top .carousel-controls > div > div.is-offset-5-touch {
    margin-left: 41.66667%;
  }

  /* line 253, node_modules/bulma/sass/grid/columns.sass */

  .column.is-6-touch,
  #footer-top .container > div > div.is-6-touch,
  #footer-top .glide.controls-right .carousel-controls > div > div.is-6-touch,
  .glide.controls-right #footer-top .carousel-controls > div > div.is-6-touch {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 50%;
  }

  /* line 256, node_modules/bulma/sass/grid/columns.sass */

  .column.is-offset-6-touch,
  #footer-top .container > div > div.is-offset-6-touch,
  #footer-top .glide.controls-right .carousel-controls > div > div.is-offset-6-touch,
  .glide.controls-right #footer-top .carousel-controls > div > div.is-offset-6-touch {
    margin-left: 50%;
  }

  /* line 253, node_modules/bulma/sass/grid/columns.sass */

  .column.is-7-touch,
  #footer-top .container > div > div.is-7-touch,
  #footer-top .glide.controls-right .carousel-controls > div > div.is-7-touch,
  .glide.controls-right #footer-top .carousel-controls > div > div.is-7-touch {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 58.33333%;
  }

  /* line 256, node_modules/bulma/sass/grid/columns.sass */

  .column.is-offset-7-touch,
  #footer-top .container > div > div.is-offset-7-touch,
  #footer-top .glide.controls-right .carousel-controls > div > div.is-offset-7-touch,
  .glide.controls-right #footer-top .carousel-controls > div > div.is-offset-7-touch {
    margin-left: 58.33333%;
  }

  /* line 253, node_modules/bulma/sass/grid/columns.sass */

  .column.is-8-touch,
  #footer-top .container > div > div.is-8-touch,
  #footer-top .glide.controls-right .carousel-controls > div > div.is-8-touch,
  .glide.controls-right #footer-top .carousel-controls > div > div.is-8-touch {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 66.66667%;
  }

  /* line 256, node_modules/bulma/sass/grid/columns.sass */

  .column.is-offset-8-touch,
  #footer-top .container > div > div.is-offset-8-touch,
  #footer-top .glide.controls-right .carousel-controls > div > div.is-offset-8-touch,
  .glide.controls-right #footer-top .carousel-controls > div > div.is-offset-8-touch {
    margin-left: 66.66667%;
  }

  /* line 253, node_modules/bulma/sass/grid/columns.sass */

  .column.is-9-touch,
  #footer-top .container > div > div.is-9-touch,
  #footer-top .glide.controls-right .carousel-controls > div > div.is-9-touch,
  .glide.controls-right #footer-top .carousel-controls > div > div.is-9-touch {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 75%;
  }

  /* line 256, node_modules/bulma/sass/grid/columns.sass */

  .column.is-offset-9-touch,
  #footer-top .container > div > div.is-offset-9-touch,
  #footer-top .glide.controls-right .carousel-controls > div > div.is-offset-9-touch,
  .glide.controls-right #footer-top .carousel-controls > div > div.is-offset-9-touch {
    margin-left: 75%;
  }

  /* line 253, node_modules/bulma/sass/grid/columns.sass */

  .column.is-10-touch,
  #footer-top .container > div > div.is-10-touch,
  #footer-top .glide.controls-right .carousel-controls > div > div.is-10-touch,
  .glide.controls-right #footer-top .carousel-controls > div > div.is-10-touch {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 83.33333%;
  }

  /* line 256, node_modules/bulma/sass/grid/columns.sass */

  .column.is-offset-10-touch,
  #footer-top .container > div > div.is-offset-10-touch,
  #footer-top .glide.controls-right .carousel-controls > div > div.is-offset-10-touch,
  .glide.controls-right #footer-top .carousel-controls > div > div.is-offset-10-touch {
    margin-left: 83.33333%;
  }

  /* line 253, node_modules/bulma/sass/grid/columns.sass */

  .column.is-11-touch,
  #footer-top .container > div > div.is-11-touch,
  #footer-top .glide.controls-right .carousel-controls > div > div.is-11-touch,
  .glide.controls-right #footer-top .carousel-controls > div > div.is-11-touch {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 91.66667%;
  }

  /* line 256, node_modules/bulma/sass/grid/columns.sass */

  .column.is-offset-11-touch,
  #footer-top .container > div > div.is-offset-11-touch,
  #footer-top .glide.controls-right .carousel-controls > div > div.is-offset-11-touch,
  .glide.controls-right #footer-top .carousel-controls > div > div.is-offset-11-touch {
    margin-left: 91.66667%;
  }

  /* line 253, node_modules/bulma/sass/grid/columns.sass */

  .column.is-12-touch,
  #footer-top .container > div > div.is-12-touch,
  #footer-top .glide.controls-right .carousel-controls > div > div.is-12-touch,
  .glide.controls-right #footer-top .carousel-controls > div > div.is-12-touch {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
  }

  /* line 256, node_modules/bulma/sass/grid/columns.sass */

  .column.is-offset-12-touch,
  #footer-top .container > div > div.is-offset-12-touch,
  #footer-top .glide.controls-right .carousel-controls > div > div.is-offset-12-touch,
  .glide.controls-right #footer-top .carousel-controls > div > div.is-offset-12-touch {
    margin-left: 100%;
  }
}

@media screen and (min-width: 1000px) {
  /* line 259, node_modules/bulma/sass/grid/columns.sass */

  .column.is-narrow-desktop,
  #footer-top .container > div > div.is-narrow-desktop,
  #footer-top .glide.controls-right .carousel-controls > div > div.is-narrow-desktop,
  .glide.controls-right #footer-top .carousel-controls > div > div.is-narrow-desktop {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }

  /* line 261, node_modules/bulma/sass/grid/columns.sass */

  .column.is-full-desktop,
  #footer-top .container > div > div.is-full-desktop,
  #footer-top .glide.controls-right .carousel-controls > div > div.is-full-desktop,
  .glide.controls-right #footer-top .carousel-controls > div > div.is-full-desktop {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
  }

  /* line 264, node_modules/bulma/sass/grid/columns.sass */

  .column.is-three-quarters-desktop,
  #footer-top .container > div > div.is-three-quarters-desktop,
  #footer-top .glide.controls-right .carousel-controls > div > div.is-three-quarters-desktop,
  .glide.controls-right #footer-top .carousel-controls > div > div.is-three-quarters-desktop {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 75%;
  }

  /* line 267, node_modules/bulma/sass/grid/columns.sass */

  .column.is-two-thirds-desktop,
  #footer-top .container > div > div.is-two-thirds-desktop,
  #footer-top .glide.controls-right .carousel-controls > div > div.is-two-thirds-desktop,
  .glide.controls-right #footer-top .carousel-controls > div > div.is-two-thirds-desktop,
  #news-and-events-index .column.featured,
  #news-and-events-index #footer-top .container > div > div.featured,
  #footer-top #news-and-events-index .container > div > div.featured,
  #news-and-events-index #footer-top .glide.controls-right .carousel-controls > div > div.featured,
  #footer-top .glide.controls-right #news-and-events-index .carousel-controls > div > div.featured,
  #news-and-events-index .glide.controls-right #footer-top .carousel-controls > div > div.featured,
  .glide.controls-right #footer-top #news-and-events-index .carousel-controls > div > div.featured {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 66.6666%;
  }

  /* line 270, node_modules/bulma/sass/grid/columns.sass */

  .column.is-half-desktop,
  #footer-top .container > div > div.is-half-desktop,
  #footer-top .glide.controls-right .carousel-controls > div > div.is-half-desktop,
  .glide.controls-right #footer-top .carousel-controls > div > div.is-half-desktop {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 50%;
  }

  /* line 273, node_modules/bulma/sass/grid/columns.sass */

  .column.is-one-third-desktop,
  #footer-top .container > div > div.is-one-third-desktop,
  #footer-top .glide.controls-right .carousel-controls > div > div.is-one-third-desktop,
  .glide.controls-right #footer-top .carousel-controls > div > div.is-one-third-desktop {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 33.3333%;
  }

  /* line 276, node_modules/bulma/sass/grid/columns.sass */

  .column.is-one-quarter-desktop,
  #footer-top .container > div > div.is-one-quarter-desktop,
  #footer-top .glide.controls-right .carousel-controls > div > div.is-one-quarter-desktop,
  .glide.controls-right #footer-top .carousel-controls > div > div.is-one-quarter-desktop {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 25%;
  }

  /* line 279, node_modules/bulma/sass/grid/columns.sass */

  .column.is-one-fifth-desktop,
  #footer-top .container > div > div.is-one-fifth-desktop,
  #footer-top .glide.controls-right .carousel-controls > div > div.is-one-fifth-desktop,
  .glide.controls-right #footer-top .carousel-controls > div > div.is-one-fifth-desktop {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 20%;
  }

  /* line 282, node_modules/bulma/sass/grid/columns.sass */

  .column.is-two-fifths-desktop,
  #footer-top .container > div > div.is-two-fifths-desktop,
  #footer-top .glide.controls-right .carousel-controls > div > div.is-two-fifths-desktop,
  .glide.controls-right #footer-top .carousel-controls > div > div.is-two-fifths-desktop {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 40%;
  }

  /* line 285, node_modules/bulma/sass/grid/columns.sass */

  .column.is-three-fifths-desktop,
  #footer-top .container > div > div.is-three-fifths-desktop,
  #footer-top .glide.controls-right .carousel-controls > div > div.is-three-fifths-desktop,
  .glide.controls-right #footer-top .carousel-controls > div > div.is-three-fifths-desktop {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 60%;
  }

  /* line 288, node_modules/bulma/sass/grid/columns.sass */

  .column.is-four-fifths-desktop,
  #footer-top .container > div > div.is-four-fifths-desktop,
  #footer-top .glide.controls-right .carousel-controls > div > div.is-four-fifths-desktop,
  .glide.controls-right #footer-top .carousel-controls > div > div.is-four-fifths-desktop {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 80%;
  }

  /* line 291, node_modules/bulma/sass/grid/columns.sass */

  .column.is-offset-three-quarters-desktop,
  #footer-top .container > div > div.is-offset-three-quarters-desktop,
  #footer-top .glide.controls-right .carousel-controls > div > div.is-offset-three-quarters-desktop,
  .glide.controls-right #footer-top .carousel-controls > div > div.is-offset-three-quarters-desktop {
    margin-left: 75%;
  }

  /* line 293, node_modules/bulma/sass/grid/columns.sass */

  .column.is-offset-two-thirds-desktop,
  #footer-top .container > div > div.is-offset-two-thirds-desktop,
  #footer-top .glide.controls-right .carousel-controls > div > div.is-offset-two-thirds-desktop,
  .glide.controls-right #footer-top .carousel-controls > div > div.is-offset-two-thirds-desktop {
    margin-left: 66.6666%;
  }

  /* line 295, node_modules/bulma/sass/grid/columns.sass */

  .column.is-offset-half-desktop,
  #footer-top .container > div > div.is-offset-half-desktop,
  #footer-top .glide.controls-right .carousel-controls > div > div.is-offset-half-desktop,
  .glide.controls-right #footer-top .carousel-controls > div > div.is-offset-half-desktop {
    margin-left: 50%;
  }

  /* line 297, node_modules/bulma/sass/grid/columns.sass */

  .column.is-offset-one-third-desktop,
  #footer-top .container > div > div.is-offset-one-third-desktop,
  #footer-top .glide.controls-right .carousel-controls > div > div.is-offset-one-third-desktop,
  .glide.controls-right #footer-top .carousel-controls > div > div.is-offset-one-third-desktop {
    margin-left: 33.3333%;
  }

  /* line 299, node_modules/bulma/sass/grid/columns.sass */

  .column.is-offset-one-quarter-desktop,
  #footer-top .container > div > div.is-offset-one-quarter-desktop,
  #footer-top .glide.controls-right .carousel-controls > div > div.is-offset-one-quarter-desktop,
  .glide.controls-right #footer-top .carousel-controls > div > div.is-offset-one-quarter-desktop {
    margin-left: 25%;
  }

  /* line 301, node_modules/bulma/sass/grid/columns.sass */

  .column.is-offset-one-fifth-desktop,
  #footer-top .container > div > div.is-offset-one-fifth-desktop,
  #footer-top .glide.controls-right .carousel-controls > div > div.is-offset-one-fifth-desktop,
  .glide.controls-right #footer-top .carousel-controls > div > div.is-offset-one-fifth-desktop {
    margin-left: 20%;
  }

  /* line 303, node_modules/bulma/sass/grid/columns.sass */

  .column.is-offset-two-fifths-desktop,
  #footer-top .container > div > div.is-offset-two-fifths-desktop,
  #footer-top .glide.controls-right .carousel-controls > div > div.is-offset-two-fifths-desktop,
  .glide.controls-right #footer-top .carousel-controls > div > div.is-offset-two-fifths-desktop {
    margin-left: 40%;
  }

  /* line 305, node_modules/bulma/sass/grid/columns.sass */

  .column.is-offset-three-fifths-desktop,
  #footer-top .container > div > div.is-offset-three-fifths-desktop,
  #footer-top .glide.controls-right .carousel-controls > div > div.is-offset-three-fifths-desktop,
  .glide.controls-right #footer-top .carousel-controls > div > div.is-offset-three-fifths-desktop {
    margin-left: 60%;
  }

  /* line 307, node_modules/bulma/sass/grid/columns.sass */

  .column.is-offset-four-fifths-desktop,
  #footer-top .container > div > div.is-offset-four-fifths-desktop,
  #footer-top .glide.controls-right .carousel-controls > div > div.is-offset-four-fifths-desktop,
  .glide.controls-right #footer-top .carousel-controls > div > div.is-offset-four-fifths-desktop {
    margin-left: 80%;
  }

  /* line 310, node_modules/bulma/sass/grid/columns.sass */

  .column.is-0-desktop,
  #footer-top .container > div > div.is-0-desktop,
  #footer-top .glide.controls-right .carousel-controls > div > div.is-0-desktop,
  .glide.controls-right #footer-top .carousel-controls > div > div.is-0-desktop {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 0%;
  }

  /* line 313, node_modules/bulma/sass/grid/columns.sass */

  .column.is-offset-0-desktop,
  #footer-top .container > div > div.is-offset-0-desktop,
  #footer-top .glide.controls-right .carousel-controls > div > div.is-offset-0-desktop,
  .glide.controls-right #footer-top .carousel-controls > div > div.is-offset-0-desktop {
    margin-left: 0%;
  }

  /* line 310, node_modules/bulma/sass/grid/columns.sass */

  .column.is-1-desktop,
  #footer-top .container > div > div.is-1-desktop,
  #footer-top .glide.controls-right .carousel-controls > div > div.is-1-desktop,
  .glide.controls-right #footer-top .carousel-controls > div > div.is-1-desktop {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 8.33333%;
  }

  /* line 313, node_modules/bulma/sass/grid/columns.sass */

  .column.is-offset-1-desktop,
  #footer-top .container > div > div.is-offset-1-desktop,
  #footer-top .glide.controls-right .carousel-controls > div > div.is-offset-1-desktop,
  .glide.controls-right #footer-top .carousel-controls > div > div.is-offset-1-desktop {
    margin-left: 8.33333%;
  }

  /* line 310, node_modules/bulma/sass/grid/columns.sass */

  .column.is-2-desktop,
  #footer-top .container > div > div.is-2-desktop,
  #footer-top .glide.controls-right .carousel-controls > div > div.is-2-desktop,
  .glide.controls-right #footer-top .carousel-controls > div > div.is-2-desktop {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 16.66667%;
  }

  /* line 313, node_modules/bulma/sass/grid/columns.sass */

  .column.is-offset-2-desktop,
  #footer-top .container > div > div.is-offset-2-desktop,
  #footer-top .glide.controls-right .carousel-controls > div > div.is-offset-2-desktop,
  .glide.controls-right #footer-top .carousel-controls > div > div.is-offset-2-desktop {
    margin-left: 16.66667%;
  }

  /* line 310, node_modules/bulma/sass/grid/columns.sass */

  .column.is-3-desktop,
  #footer-top .container > div > div.is-3-desktop,
  #footer-top .glide.controls-right .carousel-controls > div > div.is-3-desktop,
  .glide.controls-right #footer-top .carousel-controls > div > div.is-3-desktop {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 25%;
  }

  /* line 313, node_modules/bulma/sass/grid/columns.sass */

  .column.is-offset-3-desktop,
  #footer-top .container > div > div.is-offset-3-desktop,
  #footer-top .glide.controls-right .carousel-controls > div > div.is-offset-3-desktop,
  .glide.controls-right #footer-top .carousel-controls > div > div.is-offset-3-desktop {
    margin-left: 25%;
  }

  /* line 310, node_modules/bulma/sass/grid/columns.sass */

  .column.is-4-desktop,
  #footer-top .container > div > div.is-4-desktop,
  #footer-top .glide.controls-right .carousel-controls > div > div.is-4-desktop,
  .glide.controls-right #footer-top .carousel-controls > div > div.is-4-desktop {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 33.33333%;
  }

  /* line 313, node_modules/bulma/sass/grid/columns.sass */

  .column.is-offset-4-desktop,
  #footer-top .container > div > div.is-offset-4-desktop,
  #footer-top .glide.controls-right .carousel-controls > div > div.is-offset-4-desktop,
  .glide.controls-right #footer-top .carousel-controls > div > div.is-offset-4-desktop {
    margin-left: 33.33333%;
  }

  /* line 310, node_modules/bulma/sass/grid/columns.sass */

  .column.is-5-desktop,
  #footer-top .container > div > div.is-5-desktop,
  #footer-top .glide.controls-right .carousel-controls > div > div.is-5-desktop,
  .glide.controls-right #footer-top .carousel-controls > div > div.is-5-desktop {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 41.66667%;
  }

  /* line 313, node_modules/bulma/sass/grid/columns.sass */

  .column.is-offset-5-desktop,
  #footer-top .container > div > div.is-offset-5-desktop,
  #footer-top .glide.controls-right .carousel-controls > div > div.is-offset-5-desktop,
  .glide.controls-right #footer-top .carousel-controls > div > div.is-offset-5-desktop {
    margin-left: 41.66667%;
  }

  /* line 310, node_modules/bulma/sass/grid/columns.sass */

  .column.is-6-desktop,
  #footer-top .container > div > div.is-6-desktop,
  #footer-top .glide.controls-right .carousel-controls > div > div.is-6-desktop,
  .glide.controls-right #footer-top .carousel-controls > div > div.is-6-desktop {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 50%;
  }

  /* line 313, node_modules/bulma/sass/grid/columns.sass */

  .column.is-offset-6-desktop,
  #footer-top .container > div > div.is-offset-6-desktop,
  #footer-top .glide.controls-right .carousel-controls > div > div.is-offset-6-desktop,
  .glide.controls-right #footer-top .carousel-controls > div > div.is-offset-6-desktop {
    margin-left: 50%;
  }

  /* line 310, node_modules/bulma/sass/grid/columns.sass */

  .column.is-7-desktop,
  #footer-top .container > div > div.is-7-desktop,
  #footer-top .glide.controls-right .carousel-controls > div > div.is-7-desktop,
  .glide.controls-right #footer-top .carousel-controls > div > div.is-7-desktop {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 58.33333%;
  }

  /* line 313, node_modules/bulma/sass/grid/columns.sass */

  .column.is-offset-7-desktop,
  #footer-top .container > div > div.is-offset-7-desktop,
  #footer-top .glide.controls-right .carousel-controls > div > div.is-offset-7-desktop,
  .glide.controls-right #footer-top .carousel-controls > div > div.is-offset-7-desktop {
    margin-left: 58.33333%;
  }

  /* line 310, node_modules/bulma/sass/grid/columns.sass */

  .column.is-8-desktop,
  #footer-top .container > div > div.is-8-desktop,
  #footer-top .glide.controls-right .carousel-controls > div > div.is-8-desktop,
  .glide.controls-right #footer-top .carousel-controls > div > div.is-8-desktop {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 66.66667%;
  }

  /* line 313, node_modules/bulma/sass/grid/columns.sass */

  .column.is-offset-8-desktop,
  #footer-top .container > div > div.is-offset-8-desktop,
  #footer-top .glide.controls-right .carousel-controls > div > div.is-offset-8-desktop,
  .glide.controls-right #footer-top .carousel-controls > div > div.is-offset-8-desktop {
    margin-left: 66.66667%;
  }

  /* line 310, node_modules/bulma/sass/grid/columns.sass */

  .column.is-9-desktop,
  #footer-top .container > div > div.is-9-desktop,
  #footer-top .glide.controls-right .carousel-controls > div > div.is-9-desktop,
  .glide.controls-right #footer-top .carousel-controls > div > div.is-9-desktop {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 75%;
  }

  /* line 313, node_modules/bulma/sass/grid/columns.sass */

  .column.is-offset-9-desktop,
  #footer-top .container > div > div.is-offset-9-desktop,
  #footer-top .glide.controls-right .carousel-controls > div > div.is-offset-9-desktop,
  .glide.controls-right #footer-top .carousel-controls > div > div.is-offset-9-desktop {
    margin-left: 75%;
  }

  /* line 310, node_modules/bulma/sass/grid/columns.sass */

  .column.is-10-desktop,
  #footer-top .container > div > div.is-10-desktop,
  #footer-top .glide.controls-right .carousel-controls > div > div.is-10-desktop,
  .glide.controls-right #footer-top .carousel-controls > div > div.is-10-desktop {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 83.33333%;
  }

  /* line 313, node_modules/bulma/sass/grid/columns.sass */

  .column.is-offset-10-desktop,
  #footer-top .container > div > div.is-offset-10-desktop,
  #footer-top .glide.controls-right .carousel-controls > div > div.is-offset-10-desktop,
  .glide.controls-right #footer-top .carousel-controls > div > div.is-offset-10-desktop {
    margin-left: 83.33333%;
  }

  /* line 310, node_modules/bulma/sass/grid/columns.sass */

  .column.is-11-desktop,
  #footer-top .container > div > div.is-11-desktop,
  #footer-top .glide.controls-right .carousel-controls > div > div.is-11-desktop,
  .glide.controls-right #footer-top .carousel-controls > div > div.is-11-desktop {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 91.66667%;
  }

  /* line 313, node_modules/bulma/sass/grid/columns.sass */

  .column.is-offset-11-desktop,
  #footer-top .container > div > div.is-offset-11-desktop,
  #footer-top .glide.controls-right .carousel-controls > div > div.is-offset-11-desktop,
  .glide.controls-right #footer-top .carousel-controls > div > div.is-offset-11-desktop {
    margin-left: 91.66667%;
  }

  /* line 310, node_modules/bulma/sass/grid/columns.sass */

  .column.is-12-desktop,
  #footer-top .container > div > div.is-12-desktop,
  #footer-top .glide.controls-right .carousel-controls > div > div.is-12-desktop,
  .glide.controls-right #footer-top .carousel-controls > div > div.is-12-desktop {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
  }

  /* line 313, node_modules/bulma/sass/grid/columns.sass */

  .column.is-offset-12-desktop,
  #footer-top .container > div > div.is-offset-12-desktop,
  #footer-top .glide.controls-right .carousel-controls > div > div.is-offset-12-desktop,
  .glide.controls-right #footer-top .carousel-controls > div > div.is-offset-12-desktop {
    margin-left: 100%;
  }
}

@media screen and (min-width: 1240px) {
  /* line 316, node_modules/bulma/sass/grid/columns.sass */

  .column.is-narrow-widescreen,
  #footer-top .container > div > div.is-narrow-widescreen,
  #footer-top .glide.controls-right .carousel-controls > div > div.is-narrow-widescreen,
  .glide.controls-right #footer-top .carousel-controls > div > div.is-narrow-widescreen {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }

  /* line 318, node_modules/bulma/sass/grid/columns.sass */

  .column.is-full-widescreen,
  #footer-top .container > div > div.is-full-widescreen,
  #footer-top .glide.controls-right .carousel-controls > div > div.is-full-widescreen,
  .glide.controls-right #footer-top .carousel-controls > div > div.is-full-widescreen {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
  }

  /* line 321, node_modules/bulma/sass/grid/columns.sass */

  .column.is-three-quarters-widescreen,
  #footer-top .container > div > div.is-three-quarters-widescreen,
  #footer-top .glide.controls-right .carousel-controls > div > div.is-three-quarters-widescreen,
  .glide.controls-right #footer-top .carousel-controls > div > div.is-three-quarters-widescreen {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 75%;
  }

  /* line 324, node_modules/bulma/sass/grid/columns.sass */

  .column.is-two-thirds-widescreen,
  #footer-top .container > div > div.is-two-thirds-widescreen,
  #footer-top .glide.controls-right .carousel-controls > div > div.is-two-thirds-widescreen,
  .glide.controls-right #footer-top .carousel-controls > div > div.is-two-thirds-widescreen {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 66.6666%;
  }

  /* line 327, node_modules/bulma/sass/grid/columns.sass */

  .column.is-half-widescreen,
  #footer-top .container > div > div.is-half-widescreen,
  #footer-top .glide.controls-right .carousel-controls > div > div.is-half-widescreen,
  .glide.controls-right #footer-top .carousel-controls > div > div.is-half-widescreen {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 50%;
  }

  /* line 330, node_modules/bulma/sass/grid/columns.sass */

  .column.is-one-third-widescreen,
  #footer-top .container > div > div.is-one-third-widescreen,
  #footer-top .glide.controls-right .carousel-controls > div > div.is-one-third-widescreen,
  .glide.controls-right #footer-top .carousel-controls > div > div.is-one-third-widescreen {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 33.3333%;
  }

  /* line 333, node_modules/bulma/sass/grid/columns.sass */

  .column.is-one-quarter-widescreen,
  #footer-top .container > div > div.is-one-quarter-widescreen,
  #footer-top .glide.controls-right .carousel-controls > div > div.is-one-quarter-widescreen,
  .glide.controls-right #footer-top .carousel-controls > div > div.is-one-quarter-widescreen {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 25%;
  }

  /* line 336, node_modules/bulma/sass/grid/columns.sass */

  .column.is-one-fifth-widescreen,
  #footer-top .container > div > div.is-one-fifth-widescreen,
  #footer-top .glide.controls-right .carousel-controls > div > div.is-one-fifth-widescreen,
  .glide.controls-right #footer-top .carousel-controls > div > div.is-one-fifth-widescreen {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 20%;
  }

  /* line 339, node_modules/bulma/sass/grid/columns.sass */

  .column.is-two-fifths-widescreen,
  #footer-top .container > div > div.is-two-fifths-widescreen,
  #footer-top .glide.controls-right .carousel-controls > div > div.is-two-fifths-widescreen,
  .glide.controls-right #footer-top .carousel-controls > div > div.is-two-fifths-widescreen {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 40%;
  }

  /* line 342, node_modules/bulma/sass/grid/columns.sass */

  .column.is-three-fifths-widescreen,
  #footer-top .container > div > div.is-three-fifths-widescreen,
  #footer-top .glide.controls-right .carousel-controls > div > div.is-three-fifths-widescreen,
  .glide.controls-right #footer-top .carousel-controls > div > div.is-three-fifths-widescreen {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 60%;
  }

  /* line 345, node_modules/bulma/sass/grid/columns.sass */

  .column.is-four-fifths-widescreen,
  #footer-top .container > div > div.is-four-fifths-widescreen,
  #footer-top .glide.controls-right .carousel-controls > div > div.is-four-fifths-widescreen,
  .glide.controls-right #footer-top .carousel-controls > div > div.is-four-fifths-widescreen {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 80%;
  }

  /* line 348, node_modules/bulma/sass/grid/columns.sass */

  .column.is-offset-three-quarters-widescreen,
  #footer-top .container > div > div.is-offset-three-quarters-widescreen,
  #footer-top .glide.controls-right .carousel-controls > div > div.is-offset-three-quarters-widescreen,
  .glide.controls-right #footer-top .carousel-controls > div > div.is-offset-three-quarters-widescreen {
    margin-left: 75%;
  }

  /* line 350, node_modules/bulma/sass/grid/columns.sass */

  .column.is-offset-two-thirds-widescreen,
  #footer-top .container > div > div.is-offset-two-thirds-widescreen,
  #footer-top .glide.controls-right .carousel-controls > div > div.is-offset-two-thirds-widescreen,
  .glide.controls-right #footer-top .carousel-controls > div > div.is-offset-two-thirds-widescreen {
    margin-left: 66.6666%;
  }

  /* line 352, node_modules/bulma/sass/grid/columns.sass */

  .column.is-offset-half-widescreen,
  #footer-top .container > div > div.is-offset-half-widescreen,
  #footer-top .glide.controls-right .carousel-controls > div > div.is-offset-half-widescreen,
  .glide.controls-right #footer-top .carousel-controls > div > div.is-offset-half-widescreen {
    margin-left: 50%;
  }

  /* line 354, node_modules/bulma/sass/grid/columns.sass */

  .column.is-offset-one-third-widescreen,
  #footer-top .container > div > div.is-offset-one-third-widescreen,
  #footer-top .glide.controls-right .carousel-controls > div > div.is-offset-one-third-widescreen,
  .glide.controls-right #footer-top .carousel-controls > div > div.is-offset-one-third-widescreen {
    margin-left: 33.3333%;
  }

  /* line 356, node_modules/bulma/sass/grid/columns.sass */

  .column.is-offset-one-quarter-widescreen,
  #footer-top .container > div > div.is-offset-one-quarter-widescreen,
  #footer-top .glide.controls-right .carousel-controls > div > div.is-offset-one-quarter-widescreen,
  .glide.controls-right #footer-top .carousel-controls > div > div.is-offset-one-quarter-widescreen {
    margin-left: 25%;
  }

  /* line 358, node_modules/bulma/sass/grid/columns.sass */

  .column.is-offset-one-fifth-widescreen,
  #footer-top .container > div > div.is-offset-one-fifth-widescreen,
  #footer-top .glide.controls-right .carousel-controls > div > div.is-offset-one-fifth-widescreen,
  .glide.controls-right #footer-top .carousel-controls > div > div.is-offset-one-fifth-widescreen {
    margin-left: 20%;
  }

  /* line 360, node_modules/bulma/sass/grid/columns.sass */

  .column.is-offset-two-fifths-widescreen,
  #footer-top .container > div > div.is-offset-two-fifths-widescreen,
  #footer-top .glide.controls-right .carousel-controls > div > div.is-offset-two-fifths-widescreen,
  .glide.controls-right #footer-top .carousel-controls > div > div.is-offset-two-fifths-widescreen {
    margin-left: 40%;
  }

  /* line 362, node_modules/bulma/sass/grid/columns.sass */

  .column.is-offset-three-fifths-widescreen,
  #footer-top .container > div > div.is-offset-three-fifths-widescreen,
  #footer-top .glide.controls-right .carousel-controls > div > div.is-offset-three-fifths-widescreen,
  .glide.controls-right #footer-top .carousel-controls > div > div.is-offset-three-fifths-widescreen {
    margin-left: 60%;
  }

  /* line 364, node_modules/bulma/sass/grid/columns.sass */

  .column.is-offset-four-fifths-widescreen,
  #footer-top .container > div > div.is-offset-four-fifths-widescreen,
  #footer-top .glide.controls-right .carousel-controls > div > div.is-offset-four-fifths-widescreen,
  .glide.controls-right #footer-top .carousel-controls > div > div.is-offset-four-fifths-widescreen {
    margin-left: 80%;
  }

  /* line 367, node_modules/bulma/sass/grid/columns.sass */

  .column.is-0-widescreen,
  #footer-top .container > div > div.is-0-widescreen,
  #footer-top .glide.controls-right .carousel-controls > div > div.is-0-widescreen,
  .glide.controls-right #footer-top .carousel-controls > div > div.is-0-widescreen {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 0%;
  }

  /* line 370, node_modules/bulma/sass/grid/columns.sass */

  .column.is-offset-0-widescreen,
  #footer-top .container > div > div.is-offset-0-widescreen,
  #footer-top .glide.controls-right .carousel-controls > div > div.is-offset-0-widescreen,
  .glide.controls-right #footer-top .carousel-controls > div > div.is-offset-0-widescreen {
    margin-left: 0%;
  }

  /* line 367, node_modules/bulma/sass/grid/columns.sass */

  .column.is-1-widescreen,
  #footer-top .container > div > div.is-1-widescreen,
  #footer-top .glide.controls-right .carousel-controls > div > div.is-1-widescreen,
  .glide.controls-right #footer-top .carousel-controls > div > div.is-1-widescreen {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 8.33333%;
  }

  /* line 370, node_modules/bulma/sass/grid/columns.sass */

  .column.is-offset-1-widescreen,
  #footer-top .container > div > div.is-offset-1-widescreen,
  #footer-top .glide.controls-right .carousel-controls > div > div.is-offset-1-widescreen,
  .glide.controls-right #footer-top .carousel-controls > div > div.is-offset-1-widescreen {
    margin-left: 8.33333%;
  }

  /* line 367, node_modules/bulma/sass/grid/columns.sass */

  .column.is-2-widescreen,
  #footer-top .container > div > div.is-2-widescreen,
  #footer-top .glide.controls-right .carousel-controls > div > div.is-2-widescreen,
  .glide.controls-right #footer-top .carousel-controls > div > div.is-2-widescreen {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 16.66667%;
  }

  /* line 370, node_modules/bulma/sass/grid/columns.sass */

  .column.is-offset-2-widescreen,
  #footer-top .container > div > div.is-offset-2-widescreen,
  #footer-top .glide.controls-right .carousel-controls > div > div.is-offset-2-widescreen,
  .glide.controls-right #footer-top .carousel-controls > div > div.is-offset-2-widescreen {
    margin-left: 16.66667%;
  }

  /* line 367, node_modules/bulma/sass/grid/columns.sass */

  .column.is-3-widescreen,
  #footer-top .container > div > div.is-3-widescreen,
  #footer-top .glide.controls-right .carousel-controls > div > div.is-3-widescreen,
  .glide.controls-right #footer-top .carousel-controls > div > div.is-3-widescreen {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 25%;
  }

  /* line 370, node_modules/bulma/sass/grid/columns.sass */

  .column.is-offset-3-widescreen,
  #footer-top .container > div > div.is-offset-3-widescreen,
  #footer-top .glide.controls-right .carousel-controls > div > div.is-offset-3-widescreen,
  .glide.controls-right #footer-top .carousel-controls > div > div.is-offset-3-widescreen {
    margin-left: 25%;
  }

  /* line 367, node_modules/bulma/sass/grid/columns.sass */

  .column.is-4-widescreen,
  #footer-top .container > div > div.is-4-widescreen,
  #footer-top .glide.controls-right .carousel-controls > div > div.is-4-widescreen,
  .glide.controls-right #footer-top .carousel-controls > div > div.is-4-widescreen {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 33.33333%;
  }

  /* line 370, node_modules/bulma/sass/grid/columns.sass */

  .column.is-offset-4-widescreen,
  #footer-top .container > div > div.is-offset-4-widescreen,
  #footer-top .glide.controls-right .carousel-controls > div > div.is-offset-4-widescreen,
  .glide.controls-right #footer-top .carousel-controls > div > div.is-offset-4-widescreen {
    margin-left: 33.33333%;
  }

  /* line 367, node_modules/bulma/sass/grid/columns.sass */

  .column.is-5-widescreen,
  #footer-top .container > div > div.is-5-widescreen,
  #footer-top .glide.controls-right .carousel-controls > div > div.is-5-widescreen,
  .glide.controls-right #footer-top .carousel-controls > div > div.is-5-widescreen {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 41.66667%;
  }

  /* line 370, node_modules/bulma/sass/grid/columns.sass */

  .column.is-offset-5-widescreen,
  #footer-top .container > div > div.is-offset-5-widescreen,
  #footer-top .glide.controls-right .carousel-controls > div > div.is-offset-5-widescreen,
  .glide.controls-right #footer-top .carousel-controls > div > div.is-offset-5-widescreen {
    margin-left: 41.66667%;
  }

  /* line 367, node_modules/bulma/sass/grid/columns.sass */

  .column.is-6-widescreen,
  #footer-top .container > div > div.is-6-widescreen,
  #footer-top .glide.controls-right .carousel-controls > div > div.is-6-widescreen,
  .glide.controls-right #footer-top .carousel-controls > div > div.is-6-widescreen {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 50%;
  }

  /* line 370, node_modules/bulma/sass/grid/columns.sass */

  .column.is-offset-6-widescreen,
  #footer-top .container > div > div.is-offset-6-widescreen,
  #footer-top .glide.controls-right .carousel-controls > div > div.is-offset-6-widescreen,
  .glide.controls-right #footer-top .carousel-controls > div > div.is-offset-6-widescreen {
    margin-left: 50%;
  }

  /* line 367, node_modules/bulma/sass/grid/columns.sass */

  .column.is-7-widescreen,
  #footer-top .container > div > div.is-7-widescreen,
  #footer-top .glide.controls-right .carousel-controls > div > div.is-7-widescreen,
  .glide.controls-right #footer-top .carousel-controls > div > div.is-7-widescreen {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 58.33333%;
  }

  /* line 370, node_modules/bulma/sass/grid/columns.sass */

  .column.is-offset-7-widescreen,
  #footer-top .container > div > div.is-offset-7-widescreen,
  #footer-top .glide.controls-right .carousel-controls > div > div.is-offset-7-widescreen,
  .glide.controls-right #footer-top .carousel-controls > div > div.is-offset-7-widescreen {
    margin-left: 58.33333%;
  }

  /* line 367, node_modules/bulma/sass/grid/columns.sass */

  .column.is-8-widescreen,
  #footer-top .container > div > div.is-8-widescreen,
  #footer-top .glide.controls-right .carousel-controls > div > div.is-8-widescreen,
  .glide.controls-right #footer-top .carousel-controls > div > div.is-8-widescreen {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 66.66667%;
  }

  /* line 370, node_modules/bulma/sass/grid/columns.sass */

  .column.is-offset-8-widescreen,
  #footer-top .container > div > div.is-offset-8-widescreen,
  #footer-top .glide.controls-right .carousel-controls > div > div.is-offset-8-widescreen,
  .glide.controls-right #footer-top .carousel-controls > div > div.is-offset-8-widescreen {
    margin-left: 66.66667%;
  }

  /* line 367, node_modules/bulma/sass/grid/columns.sass */

  .column.is-9-widescreen,
  #footer-top .container > div > div.is-9-widescreen,
  #footer-top .glide.controls-right .carousel-controls > div > div.is-9-widescreen,
  .glide.controls-right #footer-top .carousel-controls > div > div.is-9-widescreen {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 75%;
  }

  /* line 370, node_modules/bulma/sass/grid/columns.sass */

  .column.is-offset-9-widescreen,
  #footer-top .container > div > div.is-offset-9-widescreen,
  #footer-top .glide.controls-right .carousel-controls > div > div.is-offset-9-widescreen,
  .glide.controls-right #footer-top .carousel-controls > div > div.is-offset-9-widescreen {
    margin-left: 75%;
  }

  /* line 367, node_modules/bulma/sass/grid/columns.sass */

  .column.is-10-widescreen,
  #footer-top .container > div > div.is-10-widescreen,
  #footer-top .glide.controls-right .carousel-controls > div > div.is-10-widescreen,
  .glide.controls-right #footer-top .carousel-controls > div > div.is-10-widescreen {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 83.33333%;
  }

  /* line 370, node_modules/bulma/sass/grid/columns.sass */

  .column.is-offset-10-widescreen,
  #footer-top .container > div > div.is-offset-10-widescreen,
  #footer-top .glide.controls-right .carousel-controls > div > div.is-offset-10-widescreen,
  .glide.controls-right #footer-top .carousel-controls > div > div.is-offset-10-widescreen {
    margin-left: 83.33333%;
  }

  /* line 367, node_modules/bulma/sass/grid/columns.sass */

  .column.is-11-widescreen,
  #footer-top .container > div > div.is-11-widescreen,
  #footer-top .glide.controls-right .carousel-controls > div > div.is-11-widescreen,
  .glide.controls-right #footer-top .carousel-controls > div > div.is-11-widescreen {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 91.66667%;
  }

  /* line 370, node_modules/bulma/sass/grid/columns.sass */

  .column.is-offset-11-widescreen,
  #footer-top .container > div > div.is-offset-11-widescreen,
  #footer-top .glide.controls-right .carousel-controls > div > div.is-offset-11-widescreen,
  .glide.controls-right #footer-top .carousel-controls > div > div.is-offset-11-widescreen {
    margin-left: 91.66667%;
  }

  /* line 367, node_modules/bulma/sass/grid/columns.sass */

  .column.is-12-widescreen,
  #footer-top .container > div > div.is-12-widescreen,
  #footer-top .glide.controls-right .carousel-controls > div > div.is-12-widescreen,
  .glide.controls-right #footer-top .carousel-controls > div > div.is-12-widescreen {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
  }

  /* line 370, node_modules/bulma/sass/grid/columns.sass */

  .column.is-offset-12-widescreen,
  #footer-top .container > div > div.is-offset-12-widescreen,
  #footer-top .glide.controls-right .carousel-controls > div > div.is-offset-12-widescreen,
  .glide.controls-right #footer-top .carousel-controls > div > div.is-offset-12-widescreen {
    margin-left: 100%;
  }
}

@media screen and (min-width: 1384px) {
  /* line 373, node_modules/bulma/sass/grid/columns.sass */

  .column.is-narrow-fullhd,
  #footer-top .container > div > div.is-narrow-fullhd,
  #footer-top .glide.controls-right .carousel-controls > div > div.is-narrow-fullhd,
  .glide.controls-right #footer-top .carousel-controls > div > div.is-narrow-fullhd {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }

  /* line 375, node_modules/bulma/sass/grid/columns.sass */

  .column.is-full-fullhd,
  #footer-top .container > div > div.is-full-fullhd,
  #footer-top .glide.controls-right .carousel-controls > div > div.is-full-fullhd,
  .glide.controls-right #footer-top .carousel-controls > div > div.is-full-fullhd {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
  }

  /* line 378, node_modules/bulma/sass/grid/columns.sass */

  .column.is-three-quarters-fullhd,
  #footer-top .container > div > div.is-three-quarters-fullhd,
  #footer-top .glide.controls-right .carousel-controls > div > div.is-three-quarters-fullhd,
  .glide.controls-right #footer-top .carousel-controls > div > div.is-three-quarters-fullhd {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 75%;
  }

  /* line 381, node_modules/bulma/sass/grid/columns.sass */

  .column.is-two-thirds-fullhd,
  #footer-top .container > div > div.is-two-thirds-fullhd,
  #footer-top .glide.controls-right .carousel-controls > div > div.is-two-thirds-fullhd,
  .glide.controls-right #footer-top .carousel-controls > div > div.is-two-thirds-fullhd {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 66.6666%;
  }

  /* line 384, node_modules/bulma/sass/grid/columns.sass */

  .column.is-half-fullhd,
  #footer-top .container > div > div.is-half-fullhd,
  #footer-top .glide.controls-right .carousel-controls > div > div.is-half-fullhd,
  .glide.controls-right #footer-top .carousel-controls > div > div.is-half-fullhd {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 50%;
  }

  /* line 387, node_modules/bulma/sass/grid/columns.sass */

  .column.is-one-third-fullhd,
  #footer-top .container > div > div.is-one-third-fullhd,
  #footer-top .glide.controls-right .carousel-controls > div > div.is-one-third-fullhd,
  .glide.controls-right #footer-top .carousel-controls > div > div.is-one-third-fullhd {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 33.3333%;
  }

  /* line 390, node_modules/bulma/sass/grid/columns.sass */

  .column.is-one-quarter-fullhd,
  #footer-top .container > div > div.is-one-quarter-fullhd,
  #footer-top .glide.controls-right .carousel-controls > div > div.is-one-quarter-fullhd,
  .glide.controls-right #footer-top .carousel-controls > div > div.is-one-quarter-fullhd {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 25%;
  }

  /* line 393, node_modules/bulma/sass/grid/columns.sass */

  .column.is-one-fifth-fullhd,
  #footer-top .container > div > div.is-one-fifth-fullhd,
  #footer-top .glide.controls-right .carousel-controls > div > div.is-one-fifth-fullhd,
  .glide.controls-right #footer-top .carousel-controls > div > div.is-one-fifth-fullhd {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 20%;
  }

  /* line 396, node_modules/bulma/sass/grid/columns.sass */

  .column.is-two-fifths-fullhd,
  #footer-top .container > div > div.is-two-fifths-fullhd,
  #footer-top .glide.controls-right .carousel-controls > div > div.is-two-fifths-fullhd,
  .glide.controls-right #footer-top .carousel-controls > div > div.is-two-fifths-fullhd {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 40%;
  }

  /* line 399, node_modules/bulma/sass/grid/columns.sass */

  .column.is-three-fifths-fullhd,
  #footer-top .container > div > div.is-three-fifths-fullhd,
  #footer-top .glide.controls-right .carousel-controls > div > div.is-three-fifths-fullhd,
  .glide.controls-right #footer-top .carousel-controls > div > div.is-three-fifths-fullhd {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 60%;
  }

  /* line 402, node_modules/bulma/sass/grid/columns.sass */

  .column.is-four-fifths-fullhd,
  #footer-top .container > div > div.is-four-fifths-fullhd,
  #footer-top .glide.controls-right .carousel-controls > div > div.is-four-fifths-fullhd,
  .glide.controls-right #footer-top .carousel-controls > div > div.is-four-fifths-fullhd {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 80%;
  }

  /* line 405, node_modules/bulma/sass/grid/columns.sass */

  .column.is-offset-three-quarters-fullhd,
  #footer-top .container > div > div.is-offset-three-quarters-fullhd,
  #footer-top .glide.controls-right .carousel-controls > div > div.is-offset-three-quarters-fullhd,
  .glide.controls-right #footer-top .carousel-controls > div > div.is-offset-three-quarters-fullhd {
    margin-left: 75%;
  }

  /* line 407, node_modules/bulma/sass/grid/columns.sass */

  .column.is-offset-two-thirds-fullhd,
  #footer-top .container > div > div.is-offset-two-thirds-fullhd,
  #footer-top .glide.controls-right .carousel-controls > div > div.is-offset-two-thirds-fullhd,
  .glide.controls-right #footer-top .carousel-controls > div > div.is-offset-two-thirds-fullhd {
    margin-left: 66.6666%;
  }

  /* line 409, node_modules/bulma/sass/grid/columns.sass */

  .column.is-offset-half-fullhd,
  #footer-top .container > div > div.is-offset-half-fullhd,
  #footer-top .glide.controls-right .carousel-controls > div > div.is-offset-half-fullhd,
  .glide.controls-right #footer-top .carousel-controls > div > div.is-offset-half-fullhd {
    margin-left: 50%;
  }

  /* line 411, node_modules/bulma/sass/grid/columns.sass */

  .column.is-offset-one-third-fullhd,
  #footer-top .container > div > div.is-offset-one-third-fullhd,
  #footer-top .glide.controls-right .carousel-controls > div > div.is-offset-one-third-fullhd,
  .glide.controls-right #footer-top .carousel-controls > div > div.is-offset-one-third-fullhd {
    margin-left: 33.3333%;
  }

  /* line 413, node_modules/bulma/sass/grid/columns.sass */

  .column.is-offset-one-quarter-fullhd,
  #footer-top .container > div > div.is-offset-one-quarter-fullhd,
  #footer-top .glide.controls-right .carousel-controls > div > div.is-offset-one-quarter-fullhd,
  .glide.controls-right #footer-top .carousel-controls > div > div.is-offset-one-quarter-fullhd {
    margin-left: 25%;
  }

  /* line 415, node_modules/bulma/sass/grid/columns.sass */

  .column.is-offset-one-fifth-fullhd,
  #footer-top .container > div > div.is-offset-one-fifth-fullhd,
  #footer-top .glide.controls-right .carousel-controls > div > div.is-offset-one-fifth-fullhd,
  .glide.controls-right #footer-top .carousel-controls > div > div.is-offset-one-fifth-fullhd {
    margin-left: 20%;
  }

  /* line 417, node_modules/bulma/sass/grid/columns.sass */

  .column.is-offset-two-fifths-fullhd,
  #footer-top .container > div > div.is-offset-two-fifths-fullhd,
  #footer-top .glide.controls-right .carousel-controls > div > div.is-offset-two-fifths-fullhd,
  .glide.controls-right #footer-top .carousel-controls > div > div.is-offset-two-fifths-fullhd {
    margin-left: 40%;
  }

  /* line 419, node_modules/bulma/sass/grid/columns.sass */

  .column.is-offset-three-fifths-fullhd,
  #footer-top .container > div > div.is-offset-three-fifths-fullhd,
  #footer-top .glide.controls-right .carousel-controls > div > div.is-offset-three-fifths-fullhd,
  .glide.controls-right #footer-top .carousel-controls > div > div.is-offset-three-fifths-fullhd {
    margin-left: 60%;
  }

  /* line 421, node_modules/bulma/sass/grid/columns.sass */

  .column.is-offset-four-fifths-fullhd,
  #footer-top .container > div > div.is-offset-four-fifths-fullhd,
  #footer-top .glide.controls-right .carousel-controls > div > div.is-offset-four-fifths-fullhd,
  .glide.controls-right #footer-top .carousel-controls > div > div.is-offset-four-fifths-fullhd {
    margin-left: 80%;
  }

  /* line 424, node_modules/bulma/sass/grid/columns.sass */

  .column.is-0-fullhd,
  #footer-top .container > div > div.is-0-fullhd,
  #footer-top .glide.controls-right .carousel-controls > div > div.is-0-fullhd,
  .glide.controls-right #footer-top .carousel-controls > div > div.is-0-fullhd {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 0%;
  }

  /* line 427, node_modules/bulma/sass/grid/columns.sass */

  .column.is-offset-0-fullhd,
  #footer-top .container > div > div.is-offset-0-fullhd,
  #footer-top .glide.controls-right .carousel-controls > div > div.is-offset-0-fullhd,
  .glide.controls-right #footer-top .carousel-controls > div > div.is-offset-0-fullhd {
    margin-left: 0%;
  }

  /* line 424, node_modules/bulma/sass/grid/columns.sass */

  .column.is-1-fullhd,
  #footer-top .container > div > div.is-1-fullhd,
  #footer-top .glide.controls-right .carousel-controls > div > div.is-1-fullhd,
  .glide.controls-right #footer-top .carousel-controls > div > div.is-1-fullhd {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 8.33333%;
  }

  /* line 427, node_modules/bulma/sass/grid/columns.sass */

  .column.is-offset-1-fullhd,
  #footer-top .container > div > div.is-offset-1-fullhd,
  #footer-top .glide.controls-right .carousel-controls > div > div.is-offset-1-fullhd,
  .glide.controls-right #footer-top .carousel-controls > div > div.is-offset-1-fullhd {
    margin-left: 8.33333%;
  }

  /* line 424, node_modules/bulma/sass/grid/columns.sass */

  .column.is-2-fullhd,
  #footer-top .container > div > div.is-2-fullhd,
  #footer-top .glide.controls-right .carousel-controls > div > div.is-2-fullhd,
  .glide.controls-right #footer-top .carousel-controls > div > div.is-2-fullhd {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 16.66667%;
  }

  /* line 427, node_modules/bulma/sass/grid/columns.sass */

  .column.is-offset-2-fullhd,
  #footer-top .container > div > div.is-offset-2-fullhd,
  #footer-top .glide.controls-right .carousel-controls > div > div.is-offset-2-fullhd,
  .glide.controls-right #footer-top .carousel-controls > div > div.is-offset-2-fullhd {
    margin-left: 16.66667%;
  }

  /* line 424, node_modules/bulma/sass/grid/columns.sass */

  .column.is-3-fullhd,
  #footer-top .container > div > div.is-3-fullhd,
  #footer-top .glide.controls-right .carousel-controls > div > div.is-3-fullhd,
  .glide.controls-right #footer-top .carousel-controls > div > div.is-3-fullhd {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 25%;
  }

  /* line 427, node_modules/bulma/sass/grid/columns.sass */

  .column.is-offset-3-fullhd,
  #footer-top .container > div > div.is-offset-3-fullhd,
  #footer-top .glide.controls-right .carousel-controls > div > div.is-offset-3-fullhd,
  .glide.controls-right #footer-top .carousel-controls > div > div.is-offset-3-fullhd {
    margin-left: 25%;
  }

  /* line 424, node_modules/bulma/sass/grid/columns.sass */

  .column.is-4-fullhd,
  #footer-top .container > div > div.is-4-fullhd,
  #footer-top .glide.controls-right .carousel-controls > div > div.is-4-fullhd,
  .glide.controls-right #footer-top .carousel-controls > div > div.is-4-fullhd {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 33.33333%;
  }

  /* line 427, node_modules/bulma/sass/grid/columns.sass */

  .column.is-offset-4-fullhd,
  #footer-top .container > div > div.is-offset-4-fullhd,
  #footer-top .glide.controls-right .carousel-controls > div > div.is-offset-4-fullhd,
  .glide.controls-right #footer-top .carousel-controls > div > div.is-offset-4-fullhd {
    margin-left: 33.33333%;
  }

  /* line 424, node_modules/bulma/sass/grid/columns.sass */

  .column.is-5-fullhd,
  #footer-top .container > div > div.is-5-fullhd,
  #footer-top .glide.controls-right .carousel-controls > div > div.is-5-fullhd,
  .glide.controls-right #footer-top .carousel-controls > div > div.is-5-fullhd {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 41.66667%;
  }

  /* line 427, node_modules/bulma/sass/grid/columns.sass */

  .column.is-offset-5-fullhd,
  #footer-top .container > div > div.is-offset-5-fullhd,
  #footer-top .glide.controls-right .carousel-controls > div > div.is-offset-5-fullhd,
  .glide.controls-right #footer-top .carousel-controls > div > div.is-offset-5-fullhd {
    margin-left: 41.66667%;
  }

  /* line 424, node_modules/bulma/sass/grid/columns.sass */

  .column.is-6-fullhd,
  #footer-top .container > div > div.is-6-fullhd,
  #footer-top .glide.controls-right .carousel-controls > div > div.is-6-fullhd,
  .glide.controls-right #footer-top .carousel-controls > div > div.is-6-fullhd {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 50%;
  }

  /* line 427, node_modules/bulma/sass/grid/columns.sass */

  .column.is-offset-6-fullhd,
  #footer-top .container > div > div.is-offset-6-fullhd,
  #footer-top .glide.controls-right .carousel-controls > div > div.is-offset-6-fullhd,
  .glide.controls-right #footer-top .carousel-controls > div > div.is-offset-6-fullhd {
    margin-left: 50%;
  }

  /* line 424, node_modules/bulma/sass/grid/columns.sass */

  .column.is-7-fullhd,
  #footer-top .container > div > div.is-7-fullhd,
  #footer-top .glide.controls-right .carousel-controls > div > div.is-7-fullhd,
  .glide.controls-right #footer-top .carousel-controls > div > div.is-7-fullhd {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 58.33333%;
  }

  /* line 427, node_modules/bulma/sass/grid/columns.sass */

  .column.is-offset-7-fullhd,
  #footer-top .container > div > div.is-offset-7-fullhd,
  #footer-top .glide.controls-right .carousel-controls > div > div.is-offset-7-fullhd,
  .glide.controls-right #footer-top .carousel-controls > div > div.is-offset-7-fullhd {
    margin-left: 58.33333%;
  }

  /* line 424, node_modules/bulma/sass/grid/columns.sass */

  .column.is-8-fullhd,
  #footer-top .container > div > div.is-8-fullhd,
  #footer-top .glide.controls-right .carousel-controls > div > div.is-8-fullhd,
  .glide.controls-right #footer-top .carousel-controls > div > div.is-8-fullhd {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 66.66667%;
  }

  /* line 427, node_modules/bulma/sass/grid/columns.sass */

  .column.is-offset-8-fullhd,
  #footer-top .container > div > div.is-offset-8-fullhd,
  #footer-top .glide.controls-right .carousel-controls > div > div.is-offset-8-fullhd,
  .glide.controls-right #footer-top .carousel-controls > div > div.is-offset-8-fullhd {
    margin-left: 66.66667%;
  }

  /* line 424, node_modules/bulma/sass/grid/columns.sass */

  .column.is-9-fullhd,
  #footer-top .container > div > div.is-9-fullhd,
  #footer-top .glide.controls-right .carousel-controls > div > div.is-9-fullhd,
  .glide.controls-right #footer-top .carousel-controls > div > div.is-9-fullhd {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 75%;
  }

  /* line 427, node_modules/bulma/sass/grid/columns.sass */

  .column.is-offset-9-fullhd,
  #footer-top .container > div > div.is-offset-9-fullhd,
  #footer-top .glide.controls-right .carousel-controls > div > div.is-offset-9-fullhd,
  .glide.controls-right #footer-top .carousel-controls > div > div.is-offset-9-fullhd {
    margin-left: 75%;
  }

  /* line 424, node_modules/bulma/sass/grid/columns.sass */

  .column.is-10-fullhd,
  #footer-top .container > div > div.is-10-fullhd,
  #footer-top .glide.controls-right .carousel-controls > div > div.is-10-fullhd,
  .glide.controls-right #footer-top .carousel-controls > div > div.is-10-fullhd {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 83.33333%;
  }

  /* line 427, node_modules/bulma/sass/grid/columns.sass */

  .column.is-offset-10-fullhd,
  #footer-top .container > div > div.is-offset-10-fullhd,
  #footer-top .glide.controls-right .carousel-controls > div > div.is-offset-10-fullhd,
  .glide.controls-right #footer-top .carousel-controls > div > div.is-offset-10-fullhd {
    margin-left: 83.33333%;
  }

  /* line 424, node_modules/bulma/sass/grid/columns.sass */

  .column.is-11-fullhd,
  #footer-top .container > div > div.is-11-fullhd,
  #footer-top .glide.controls-right .carousel-controls > div > div.is-11-fullhd,
  .glide.controls-right #footer-top .carousel-controls > div > div.is-11-fullhd {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 91.66667%;
  }

  /* line 427, node_modules/bulma/sass/grid/columns.sass */

  .column.is-offset-11-fullhd,
  #footer-top .container > div > div.is-offset-11-fullhd,
  #footer-top .glide.controls-right .carousel-controls > div > div.is-offset-11-fullhd,
  .glide.controls-right #footer-top .carousel-controls > div > div.is-offset-11-fullhd {
    margin-left: 91.66667%;
  }

  /* line 424, node_modules/bulma/sass/grid/columns.sass */

  .column.is-12-fullhd,
  #footer-top .container > div > div.is-12-fullhd,
  #footer-top .glide.controls-right .carousel-controls > div > div.is-12-fullhd,
  .glide.controls-right #footer-top .carousel-controls > div > div.is-12-fullhd {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
  }

  /* line 427, node_modules/bulma/sass/grid/columns.sass */

  .column.is-offset-12-fullhd,
  #footer-top .container > div > div.is-offset-12-fullhd,
  #footer-top .glide.controls-right .carousel-controls > div > div.is-offset-12-fullhd,
  .glide.controls-right #footer-top .carousel-controls > div > div.is-offset-12-fullhd {
    margin-left: 100%;
  }
}

/* line 430, node_modules/bulma/sass/grid/columns.sass */

.columns {
  margin-left: -20px;
  margin-right: -20px;
  margin-top: -20px;
}

/* line 434, node_modules/bulma/sass/grid/columns.sass */

.columns:last-child {
  margin-bottom: -20px;
}

/* line 436, node_modules/bulma/sass/grid/columns.sass */

.columns:not(:last-child) {
  margin-bottom: calc(1.5rem - 20px);
}

/* line 439, node_modules/bulma/sass/grid/columns.sass */

.columns.is-centered {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* line 441, node_modules/bulma/sass/grid/columns.sass */

.columns.is-gapless {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
}

/* line 445, node_modules/bulma/sass/grid/columns.sass */

.columns.is-gapless > .column,
#footer-top .container > div.columns.is-gapless > div,
#footer-top .glide.controls-right .carousel-controls > div.columns.is-gapless > div,
.glide.controls-right #footer-top .carousel-controls > div.columns.is-gapless > div {
  margin: 0;
  padding: 0 !important;
}

/* line 448, node_modules/bulma/sass/grid/columns.sass */

.columns.is-gapless:not(:last-child) {
  margin-bottom: 1.5rem;
}

/* line 450, node_modules/bulma/sass/grid/columns.sass */

.columns.is-gapless:last-child {
  margin-bottom: 0;
}

/* line 452, node_modules/bulma/sass/grid/columns.sass */

.columns.is-mobile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* line 454, node_modules/bulma/sass/grid/columns.sass */

.columns.is-multiline {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

/* line 456, node_modules/bulma/sass/grid/columns.sass */

.columns.is-vcentered {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (min-width: 768px), print {
  /* line 460, node_modules/bulma/sass/grid/columns.sass */

  .columns:not(.is-desktop) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (min-width: 1000px) {
  /* line 464, node_modules/bulma/sass/grid/columns.sass */

  .columns.is-desktop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

/* line 468, node_modules/bulma/sass/grid/columns.sass */

.columns.is-variable {
  --columnGap: 0.75rem;
  margin-left: calc(-1 * var(--columnGap));
  margin-right: calc(-1 * var(--columnGap));
}

/* line 472, node_modules/bulma/sass/grid/columns.sass */

.columns.is-variable .column,
.columns.is-variable #footer-top .container > div > div,
#footer-top .columns.is-variable .container > div > div,
.columns.is-variable #footer-top .glide.controls-right .carousel-controls > div > div,
#footer-top .glide.controls-right .columns.is-variable .carousel-controls > div > div,
.columns.is-variable .glide.controls-right #footer-top .carousel-controls > div > div,
.glide.controls-right #footer-top .columns.is-variable .carousel-controls > div > div {
  padding-left: var(--columnGap);
  padding-right: var(--columnGap);
}

/* line 476, node_modules/bulma/sass/grid/columns.sass */

.columns.is-variable.is-0 {
  --columnGap: 0rem;
}

@media screen and (max-width: 767px) {
  /* line 479, node_modules/bulma/sass/grid/columns.sass */

  .columns.is-variable.is-0-mobile {
    --columnGap: 0rem;
  }
}

@media screen and (min-width: 768px), print {
  /* line 482, node_modules/bulma/sass/grid/columns.sass */

  .columns.is-variable.is-0-tablet {
    --columnGap: 0rem;
  }
}

@media screen and (min-width: 768px) and (max-width: 999px) {
  /* line 485, node_modules/bulma/sass/grid/columns.sass */

  .columns.is-variable.is-0-tablet-only {
    --columnGap: 0rem;
  }
}

@media screen and (max-width: 999px) {
  /* line 488, node_modules/bulma/sass/grid/columns.sass */

  .columns.is-variable.is-0-touch {
    --columnGap: 0rem;
  }
}

@media screen and (min-width: 1000px) {
  /* line 491, node_modules/bulma/sass/grid/columns.sass */

  .columns.is-variable.is-0-desktop {
    --columnGap: 0rem;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1239px) {
  /* line 494, node_modules/bulma/sass/grid/columns.sass */

  .columns.is-variable.is-0-desktop-only {
    --columnGap: 0rem;
  }
}

@media screen and (min-width: 1240px) {
  /* line 497, node_modules/bulma/sass/grid/columns.sass */

  .columns.is-variable.is-0-widescreen {
    --columnGap: 0rem;
  }
}

@media screen and (min-width: 1240px) and (max-width: 1383px) {
  /* line 500, node_modules/bulma/sass/grid/columns.sass */

  .columns.is-variable.is-0-widescreen-only {
    --columnGap: 0rem;
  }
}

@media screen and (min-width: 1384px) {
  /* line 503, node_modules/bulma/sass/grid/columns.sass */

  .columns.is-variable.is-0-fullhd {
    --columnGap: 0rem;
  }
}

/* line 476, node_modules/bulma/sass/grid/columns.sass */

.columns.is-variable.is-1,
.entry-content h1.columns.is-variable {
  --columnGap: 0.25rem;
}

@media screen and (max-width: 767px) {
  /* line 479, node_modules/bulma/sass/grid/columns.sass */

  .columns.is-variable.is-1-mobile {
    --columnGap: 0.25rem;
  }
}

@media screen and (min-width: 768px), print {
  /* line 482, node_modules/bulma/sass/grid/columns.sass */

  .columns.is-variable.is-1-tablet {
    --columnGap: 0.25rem;
  }
}

@media screen and (min-width: 768px) and (max-width: 999px) {
  /* line 485, node_modules/bulma/sass/grid/columns.sass */

  .columns.is-variable.is-1-tablet-only {
    --columnGap: 0.25rem;
  }
}

@media screen and (max-width: 999px) {
  /* line 488, node_modules/bulma/sass/grid/columns.sass */

  .columns.is-variable.is-1-touch {
    --columnGap: 0.25rem;
  }
}

@media screen and (min-width: 1000px) {
  /* line 491, node_modules/bulma/sass/grid/columns.sass */

  .columns.is-variable.is-1-desktop {
    --columnGap: 0.25rem;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1239px) {
  /* line 494, node_modules/bulma/sass/grid/columns.sass */

  .columns.is-variable.is-1-desktop-only {
    --columnGap: 0.25rem;
  }
}

@media screen and (min-width: 1240px) {
  /* line 497, node_modules/bulma/sass/grid/columns.sass */

  .columns.is-variable.is-1-widescreen {
    --columnGap: 0.25rem;
  }
}

@media screen and (min-width: 1240px) and (max-width: 1383px) {
  /* line 500, node_modules/bulma/sass/grid/columns.sass */

  .columns.is-variable.is-1-widescreen-only {
    --columnGap: 0.25rem;
  }
}

@media screen and (min-width: 1384px) {
  /* line 503, node_modules/bulma/sass/grid/columns.sass */

  .columns.is-variable.is-1-fullhd {
    --columnGap: 0.25rem;
  }
}

/* line 476, node_modules/bulma/sass/grid/columns.sass */

.columns.is-variable.is-2,
.entry-content h2.columns.is-variable {
  --columnGap: 0.5rem;
}

@media screen and (max-width: 767px) {
  /* line 479, node_modules/bulma/sass/grid/columns.sass */

  .columns.is-variable.is-2-mobile {
    --columnGap: 0.5rem;
  }
}

@media screen and (min-width: 768px), print {
  /* line 482, node_modules/bulma/sass/grid/columns.sass */

  .columns.is-variable.is-2-tablet {
    --columnGap: 0.5rem;
  }
}

@media screen and (min-width: 768px) and (max-width: 999px) {
  /* line 485, node_modules/bulma/sass/grid/columns.sass */

  .columns.is-variable.is-2-tablet-only {
    --columnGap: 0.5rem;
  }
}

@media screen and (max-width: 999px) {
  /* line 488, node_modules/bulma/sass/grid/columns.sass */

  .columns.is-variable.is-2-touch {
    --columnGap: 0.5rem;
  }
}

@media screen and (min-width: 1000px) {
  /* line 491, node_modules/bulma/sass/grid/columns.sass */

  .columns.is-variable.is-2-desktop {
    --columnGap: 0.5rem;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1239px) {
  /* line 494, node_modules/bulma/sass/grid/columns.sass */

  .columns.is-variable.is-2-desktop-only {
    --columnGap: 0.5rem;
  }
}

@media screen and (min-width: 1240px) {
  /* line 497, node_modules/bulma/sass/grid/columns.sass */

  .columns.is-variable.is-2-widescreen {
    --columnGap: 0.5rem;
  }
}

@media screen and (min-width: 1240px) and (max-width: 1383px) {
  /* line 500, node_modules/bulma/sass/grid/columns.sass */

  .columns.is-variable.is-2-widescreen-only {
    --columnGap: 0.5rem;
  }
}

@media screen and (min-width: 1384px) {
  /* line 503, node_modules/bulma/sass/grid/columns.sass */

  .columns.is-variable.is-2-fullhd {
    --columnGap: 0.5rem;
  }
}

/* line 476, node_modules/bulma/sass/grid/columns.sass */

.columns.is-variable.is-3 {
  --columnGap: 0.75rem;
}

@media screen and (max-width: 767px) {
  /* line 479, node_modules/bulma/sass/grid/columns.sass */

  .columns.is-variable.is-3-mobile {
    --columnGap: 0.75rem;
  }
}

@media screen and (min-width: 768px), print {
  /* line 482, node_modules/bulma/sass/grid/columns.sass */

  .columns.is-variable.is-3-tablet {
    --columnGap: 0.75rem;
  }
}

@media screen and (min-width: 768px) and (max-width: 999px) {
  /* line 485, node_modules/bulma/sass/grid/columns.sass */

  .columns.is-variable.is-3-tablet-only {
    --columnGap: 0.75rem;
  }
}

@media screen and (max-width: 999px) {
  /* line 488, node_modules/bulma/sass/grid/columns.sass */

  .columns.is-variable.is-3-touch {
    --columnGap: 0.75rem;
  }
}

@media screen and (min-width: 1000px) {
  /* line 491, node_modules/bulma/sass/grid/columns.sass */

  .columns.is-variable.is-3-desktop {
    --columnGap: 0.75rem;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1239px) {
  /* line 494, node_modules/bulma/sass/grid/columns.sass */

  .columns.is-variable.is-3-desktop-only {
    --columnGap: 0.75rem;
  }
}

@media screen and (min-width: 1240px) {
  /* line 497, node_modules/bulma/sass/grid/columns.sass */

  .columns.is-variable.is-3-widescreen {
    --columnGap: 0.75rem;
  }
}

@media screen and (min-width: 1240px) and (max-width: 1383px) {
  /* line 500, node_modules/bulma/sass/grid/columns.sass */

  .columns.is-variable.is-3-widescreen-only {
    --columnGap: 0.75rem;
  }
}

@media screen and (min-width: 1384px) {
  /* line 503, node_modules/bulma/sass/grid/columns.sass */

  .columns.is-variable.is-3-fullhd {
    --columnGap: 0.75rem;
  }
}

/* line 476, node_modules/bulma/sass/grid/columns.sass */

.columns.is-variable.is-4,
.entry-content h3.columns.is-variable {
  --columnGap: 1rem;
}

@media screen and (max-width: 767px) {
  /* line 479, node_modules/bulma/sass/grid/columns.sass */

  .columns.is-variable.is-4-mobile {
    --columnGap: 1rem;
  }
}

@media screen and (min-width: 768px), print {
  /* line 482, node_modules/bulma/sass/grid/columns.sass */

  .columns.is-variable.is-4-tablet {
    --columnGap: 1rem;
  }
}

@media screen and (min-width: 768px) and (max-width: 999px) {
  /* line 485, node_modules/bulma/sass/grid/columns.sass */

  .columns.is-variable.is-4-tablet-only {
    --columnGap: 1rem;
  }
}

@media screen and (max-width: 999px) {
  /* line 488, node_modules/bulma/sass/grid/columns.sass */

  .columns.is-variable.is-4-touch {
    --columnGap: 1rem;
  }
}

@media screen and (min-width: 1000px) {
  /* line 491, node_modules/bulma/sass/grid/columns.sass */

  .columns.is-variable.is-4-desktop {
    --columnGap: 1rem;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1239px) {
  /* line 494, node_modules/bulma/sass/grid/columns.sass */

  .columns.is-variable.is-4-desktop-only {
    --columnGap: 1rem;
  }
}

@media screen and (min-width: 1240px) {
  /* line 497, node_modules/bulma/sass/grid/columns.sass */

  .columns.is-variable.is-4-widescreen {
    --columnGap: 1rem;
  }
}

@media screen and (min-width: 1240px) and (max-width: 1383px) {
  /* line 500, node_modules/bulma/sass/grid/columns.sass */

  .columns.is-variable.is-4-widescreen-only {
    --columnGap: 1rem;
  }
}

@media screen and (min-width: 1384px) {
  /* line 503, node_modules/bulma/sass/grid/columns.sass */

  .columns.is-variable.is-4-fullhd {
    --columnGap: 1rem;
  }
}

/* line 476, node_modules/bulma/sass/grid/columns.sass */

.columns.is-variable.is-5,
.entry-content h4.columns.is-variable {
  --columnGap: 1.25rem;
}

@media screen and (max-width: 767px) {
  /* line 479, node_modules/bulma/sass/grid/columns.sass */

  .columns.is-variable.is-5-mobile {
    --columnGap: 1.25rem;
  }
}

@media screen and (min-width: 768px), print {
  /* line 482, node_modules/bulma/sass/grid/columns.sass */

  .columns.is-variable.is-5-tablet {
    --columnGap: 1.25rem;
  }
}

@media screen and (min-width: 768px) and (max-width: 999px) {
  /* line 485, node_modules/bulma/sass/grid/columns.sass */

  .columns.is-variable.is-5-tablet-only {
    --columnGap: 1.25rem;
  }
}

@media screen and (max-width: 999px) {
  /* line 488, node_modules/bulma/sass/grid/columns.sass */

  .columns.is-variable.is-5-touch {
    --columnGap: 1.25rem;
  }
}

@media screen and (min-width: 1000px) {
  /* line 491, node_modules/bulma/sass/grid/columns.sass */

  .columns.is-variable.is-5-desktop {
    --columnGap: 1.25rem;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1239px) {
  /* line 494, node_modules/bulma/sass/grid/columns.sass */

  .columns.is-variable.is-5-desktop-only {
    --columnGap: 1.25rem;
  }
}

@media screen and (min-width: 1240px) {
  /* line 497, node_modules/bulma/sass/grid/columns.sass */

  .columns.is-variable.is-5-widescreen {
    --columnGap: 1.25rem;
  }
}

@media screen and (min-width: 1240px) and (max-width: 1383px) {
  /* line 500, node_modules/bulma/sass/grid/columns.sass */

  .columns.is-variable.is-5-widescreen-only {
    --columnGap: 1.25rem;
  }
}

@media screen and (min-width: 1384px) {
  /* line 503, node_modules/bulma/sass/grid/columns.sass */

  .columns.is-variable.is-5-fullhd {
    --columnGap: 1.25rem;
  }
}

/* line 476, node_modules/bulma/sass/grid/columns.sass */

.columns.is-variable.is-6,
.entry-content h5.columns.is-variable {
  --columnGap: 1.5rem;
}

@media screen and (max-width: 767px) {
  /* line 479, node_modules/bulma/sass/grid/columns.sass */

  .columns.is-variable.is-6-mobile {
    --columnGap: 1.5rem;
  }
}

@media screen and (min-width: 768px), print {
  /* line 482, node_modules/bulma/sass/grid/columns.sass */

  .columns.is-variable.is-6-tablet {
    --columnGap: 1.5rem;
  }
}

@media screen and (min-width: 768px) and (max-width: 999px) {
  /* line 485, node_modules/bulma/sass/grid/columns.sass */

  .columns.is-variable.is-6-tablet-only {
    --columnGap: 1.5rem;
  }
}

@media screen and (max-width: 999px) {
  /* line 488, node_modules/bulma/sass/grid/columns.sass */

  .columns.is-variable.is-6-touch {
    --columnGap: 1.5rem;
  }
}

@media screen and (min-width: 1000px) {
  /* line 491, node_modules/bulma/sass/grid/columns.sass */

  .columns.is-variable.is-6-desktop {
    --columnGap: 1.5rem;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1239px) {
  /* line 494, node_modules/bulma/sass/grid/columns.sass */

  .columns.is-variable.is-6-desktop-only {
    --columnGap: 1.5rem;
  }
}

@media screen and (min-width: 1240px) {
  /* line 497, node_modules/bulma/sass/grid/columns.sass */

  .columns.is-variable.is-6-widescreen {
    --columnGap: 1.5rem;
  }
}

@media screen and (min-width: 1240px) and (max-width: 1383px) {
  /* line 500, node_modules/bulma/sass/grid/columns.sass */

  .columns.is-variable.is-6-widescreen-only {
    --columnGap: 1.5rem;
  }
}

@media screen and (min-width: 1384px) {
  /* line 503, node_modules/bulma/sass/grid/columns.sass */

  .columns.is-variable.is-6-fullhd {
    --columnGap: 1.5rem;
  }
}

/* line 476, node_modules/bulma/sass/grid/columns.sass */

.columns.is-variable.is-7,
.entry-content h6.columns.is-variable {
  --columnGap: 1.75rem;
}

@media screen and (max-width: 767px) {
  /* line 479, node_modules/bulma/sass/grid/columns.sass */

  .columns.is-variable.is-7-mobile {
    --columnGap: 1.75rem;
  }
}

@media screen and (min-width: 768px), print {
  /* line 482, node_modules/bulma/sass/grid/columns.sass */

  .columns.is-variable.is-7-tablet {
    --columnGap: 1.75rem;
  }
}

@media screen and (min-width: 768px) and (max-width: 999px) {
  /* line 485, node_modules/bulma/sass/grid/columns.sass */

  .columns.is-variable.is-7-tablet-only {
    --columnGap: 1.75rem;
  }
}

@media screen and (max-width: 999px) {
  /* line 488, node_modules/bulma/sass/grid/columns.sass */

  .columns.is-variable.is-7-touch {
    --columnGap: 1.75rem;
  }
}

@media screen and (min-width: 1000px) {
  /* line 491, node_modules/bulma/sass/grid/columns.sass */

  .columns.is-variable.is-7-desktop {
    --columnGap: 1.75rem;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1239px) {
  /* line 494, node_modules/bulma/sass/grid/columns.sass */

  .columns.is-variable.is-7-desktop-only {
    --columnGap: 1.75rem;
  }
}

@media screen and (min-width: 1240px) {
  /* line 497, node_modules/bulma/sass/grid/columns.sass */

  .columns.is-variable.is-7-widescreen {
    --columnGap: 1.75rem;
  }
}

@media screen and (min-width: 1240px) and (max-width: 1383px) {
  /* line 500, node_modules/bulma/sass/grid/columns.sass */

  .columns.is-variable.is-7-widescreen-only {
    --columnGap: 1.75rem;
  }
}

@media screen and (min-width: 1384px) {
  /* line 503, node_modules/bulma/sass/grid/columns.sass */

  .columns.is-variable.is-7-fullhd {
    --columnGap: 1.75rem;
  }
}

/* line 476, node_modules/bulma/sass/grid/columns.sass */

.columns.is-variable.is-8 {
  --columnGap: 2rem;
}

@media screen and (max-width: 767px) {
  /* line 479, node_modules/bulma/sass/grid/columns.sass */

  .columns.is-variable.is-8-mobile {
    --columnGap: 2rem;
  }
}

@media screen and (min-width: 768px), print {
  /* line 482, node_modules/bulma/sass/grid/columns.sass */

  .columns.is-variable.is-8-tablet {
    --columnGap: 2rem;
  }
}

@media screen and (min-width: 768px) and (max-width: 999px) {
  /* line 485, node_modules/bulma/sass/grid/columns.sass */

  .columns.is-variable.is-8-tablet-only {
    --columnGap: 2rem;
  }
}

@media screen and (max-width: 999px) {
  /* line 488, node_modules/bulma/sass/grid/columns.sass */

  .columns.is-variable.is-8-touch {
    --columnGap: 2rem;
  }
}

@media screen and (min-width: 1000px) {
  /* line 491, node_modules/bulma/sass/grid/columns.sass */

  .columns.is-variable.is-8-desktop {
    --columnGap: 2rem;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1239px) {
  /* line 494, node_modules/bulma/sass/grid/columns.sass */

  .columns.is-variable.is-8-desktop-only {
    --columnGap: 2rem;
  }
}

@media screen and (min-width: 1240px) {
  /* line 497, node_modules/bulma/sass/grid/columns.sass */

  .columns.is-variable.is-8-widescreen {
    --columnGap: 2rem;
  }
}

@media screen and (min-width: 1240px) and (max-width: 1383px) {
  /* line 500, node_modules/bulma/sass/grid/columns.sass */

  .columns.is-variable.is-8-widescreen-only {
    --columnGap: 2rem;
  }
}

@media screen and (min-width: 1384px) {
  /* line 503, node_modules/bulma/sass/grid/columns.sass */

  .columns.is-variable.is-8-fullhd {
    --columnGap: 2rem;
  }
}

/* line 3, node_modules/bulma/sass/grid/tiles.sass */

.tile {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: block;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  min-height: -webkit-min-content;
  min-height: -moz-min-content;
  min-height: min-content;
}

/* line 11, node_modules/bulma/sass/grid/tiles.sass */

.tile.is-ancestor {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
  margin-top: -0.75rem;
}

/* line 15, node_modules/bulma/sass/grid/tiles.sass */

.tile.is-ancestor:last-child {
  margin-bottom: -0.75rem;
}

/* line 17, node_modules/bulma/sass/grid/tiles.sass */

.tile.is-ancestor:not(:last-child) {
  margin-bottom: 0.75rem;
}

/* line 19, node_modules/bulma/sass/grid/tiles.sass */

.tile.is-child {
  margin: 0 !important;
}

/* line 21, node_modules/bulma/sass/grid/tiles.sass */

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

/* line 23, node_modules/bulma/sass/grid/tiles.sass */

.tile.is-vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

/* line 25, node_modules/bulma/sass/grid/tiles.sass */

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

@media screen and (min-width: 768px), print {
  /* line 29, node_modules/bulma/sass/grid/tiles.sass */

  .tile:not(.is-child) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  /* line 32, node_modules/bulma/sass/grid/tiles.sass */

  .tile.is-1,
  .entry-content h1.tile {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 8.33333%;
  }

  /* line 32, node_modules/bulma/sass/grid/tiles.sass */

  .tile.is-2,
  .entry-content h2.tile {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 16.66667%;
  }

  /* line 32, node_modules/bulma/sass/grid/tiles.sass */

  .tile.is-3 {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 25%;
  }

  /* line 32, node_modules/bulma/sass/grid/tiles.sass */

  .tile.is-4,
  .entry-content h3.tile {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 33.33333%;
  }

  /* line 32, node_modules/bulma/sass/grid/tiles.sass */

  .tile.is-5,
  .entry-content h4.tile {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 41.66667%;
  }

  /* line 32, node_modules/bulma/sass/grid/tiles.sass */

  .tile.is-6,
  .entry-content h5.tile {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 50%;
  }

  /* line 32, node_modules/bulma/sass/grid/tiles.sass */

  .tile.is-7,
  .entry-content h6.tile {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 58.33333%;
  }

  /* line 32, node_modules/bulma/sass/grid/tiles.sass */

  .tile.is-8 {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 66.66667%;
  }

  /* line 32, node_modules/bulma/sass/grid/tiles.sass */

  .tile.is-9 {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 75%;
  }

  /* line 32, node_modules/bulma/sass/grid/tiles.sass */

  .tile.is-10 {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 83.33333%;
  }

  /* line 32, node_modules/bulma/sass/grid/tiles.sass */

  .tile.is-11 {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 91.66667%;
  }

  /* line 32, node_modules/bulma/sass/grid/tiles.sass */

  .tile.is-12 {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
  }
}

/* line 7, node_modules/bulma/sass/layout/hero.sass */

.hero {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

/* line 12, node_modules/bulma/sass/layout/hero.sass */

.hero .navbar {
  background: none;
}

/* line 15, node_modules/bulma/sass/layout/hero.sass */

.hero .tabs ul {
  border-bottom: none;
}

/* line 21, node_modules/bulma/sass/layout/hero.sass */

.hero.is-white {
  background-color: white;
  color: #131e1f;
}

/* line 24, node_modules/bulma/sass/layout/hero.sass */

.hero.is-white a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
.hero.is-white strong {
  color: inherit;
}

/* line 27, node_modules/bulma/sass/layout/hero.sass */

.hero.is-white .title,
.hero.is-white .entry-content h1,
.entry-content .hero.is-white h1,
.hero.is-white .entry-content h2,
.entry-content .hero.is-white h2,
.hero.is-white .entry-content h3,
.entry-content .hero.is-white h3,
.hero.is-white .entry-content h4,
.entry-content .hero.is-white h4,
.hero.is-white .entry-content h5,
.entry-content .hero.is-white h5,
.hero.is-white .entry-content h6,
.entry-content .hero.is-white h6 {
  color: #131e1f;
}

/* line 29, node_modules/bulma/sass/layout/hero.sass */

.hero.is-white .subtitle {
  color: rgba(19, 30, 31, 0.9);
}

/* line 31, node_modules/bulma/sass/layout/hero.sass */

.hero.is-white .subtitle a:not(.button),
.hero.is-white .subtitle strong {
  color: #131e1f;
}

@media screen and (max-width: 999px) {
  /* line 34, node_modules/bulma/sass/layout/hero.sass */

  .hero.is-white .navbar-menu {
    background-color: white;
  }
}

/* line 37, node_modules/bulma/sass/layout/hero.sass */

.hero.is-white .navbar-item,
.hero.is-white .navbar-link {
  color: rgba(19, 30, 31, 0.7);
}

/* line 42, node_modules/bulma/sass/layout/hero.sass */

.hero.is-white a.navbar-item:hover,
.hero.is-white a.navbar-item.is-active,
.hero.is-white .navbar-link:hover,
.hero.is-white .navbar-link.is-active {
  background-color: #f2f2f2;
  color: #131e1f;
}

/* line 47, node_modules/bulma/sass/layout/hero.sass */

.hero.is-white .tabs a {
  color: #131e1f;
  opacity: 0.9;
}

/* line 50, node_modules/bulma/sass/layout/hero.sass */

.hero.is-white .tabs a:hover {
  opacity: 1;
}

/* line 53, node_modules/bulma/sass/layout/hero.sass */

.hero.is-white .tabs li.is-active a {
  opacity: 1;
}

/* line 57, node_modules/bulma/sass/layout/hero.sass */

.hero.is-white .tabs.is-boxed a,
.hero.is-white .tabs.is-toggle a {
  color: #131e1f;
}

/* line 59, node_modules/bulma/sass/layout/hero.sass */

.hero.is-white .tabs.is-boxed a:hover,
.hero.is-white .tabs.is-toggle a:hover {
  background-color: rgba(19, 30, 31, 0.1);
}

/* line 62, node_modules/bulma/sass/layout/hero.sass */

.hero.is-white .tabs.is-boxed li.is-active a,
.hero.is-white .tabs.is-boxed li.is-active a:hover,
.hero.is-white .tabs.is-toggle li.is-active a,
.hero.is-white .tabs.is-toggle li.is-active a:hover {
  background-color: #131e1f;
  border-color: #131e1f;
  color: white;
}

/* line 69, node_modules/bulma/sass/layout/hero.sass */

.hero.is-white.is-bold {
  background-image: -webkit-linear-gradient(309deg, #e6e6e6 0%, white 71%, white 100%);
  background-image: -o-linear-gradient(309deg, #e6e6e6 0%, white 71%, white 100%);
  background-image: linear-gradient(141deg, #e6e6e6 0%, white 71%, white 100%);
}

@media screen and (max-width: 767px) {
  /* line 74, node_modules/bulma/sass/layout/hero.sass */

  .hero.is-white.is-bold .navbar-menu {
    background-image: -webkit-linear-gradient(309deg, #e6e6e6 0%, white 71%, white 100%);
    background-image: -o-linear-gradient(309deg, #e6e6e6 0%, white 71%, white 100%);
    background-image: linear-gradient(141deg, #e6e6e6 0%, white 71%, white 100%);
  }
}

/* line 21, node_modules/bulma/sass/layout/hero.sass */

.hero.is-black {
  background-color: #131e1f;
  color: white;
}

/* line 24, node_modules/bulma/sass/layout/hero.sass */

.hero.is-black a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
.hero.is-black strong {
  color: inherit;
}

/* line 27, node_modules/bulma/sass/layout/hero.sass */

.hero.is-black .title,
.hero.is-black .entry-content h1,
.entry-content .hero.is-black h1,
.hero.is-black .entry-content h2,
.entry-content .hero.is-black h2,
.hero.is-black .entry-content h3,
.entry-content .hero.is-black h3,
.hero.is-black .entry-content h4,
.entry-content .hero.is-black h4,
.hero.is-black .entry-content h5,
.entry-content .hero.is-black h5,
.hero.is-black .entry-content h6,
.entry-content .hero.is-black h6 {
  color: white;
}

/* line 29, node_modules/bulma/sass/layout/hero.sass */

.hero.is-black .subtitle {
  color: rgba(255, 255, 255, 0.9);
}

/* line 31, node_modules/bulma/sass/layout/hero.sass */

.hero.is-black .subtitle a:not(.button),
.hero.is-black .subtitle strong {
  color: white;
}

@media screen and (max-width: 999px) {
  /* line 34, node_modules/bulma/sass/layout/hero.sass */

  .hero.is-black .navbar-menu {
    background-color: #131e1f;
  }
}

/* line 37, node_modules/bulma/sass/layout/hero.sass */

.hero.is-black .navbar-item,
.hero.is-black .navbar-link {
  color: rgba(255, 255, 255, 0.7);
}

/* line 42, node_modules/bulma/sass/layout/hero.sass */

.hero.is-black a.navbar-item:hover,
.hero.is-black a.navbar-item.is-active,
.hero.is-black .navbar-link:hover,
.hero.is-black .navbar-link.is-active {
  background-color: #090f0f;
  color: white;
}

/* line 47, node_modules/bulma/sass/layout/hero.sass */

.hero.is-black .tabs a {
  color: white;
  opacity: 0.9;
}

/* line 50, node_modules/bulma/sass/layout/hero.sass */

.hero.is-black .tabs a:hover {
  opacity: 1;
}

/* line 53, node_modules/bulma/sass/layout/hero.sass */

.hero.is-black .tabs li.is-active a {
  opacity: 1;
}

/* line 57, node_modules/bulma/sass/layout/hero.sass */

.hero.is-black .tabs.is-boxed a,
.hero.is-black .tabs.is-toggle a {
  color: white;
}

/* line 59, node_modules/bulma/sass/layout/hero.sass */

.hero.is-black .tabs.is-boxed a:hover,
.hero.is-black .tabs.is-toggle a:hover {
  background-color: rgba(19, 30, 31, 0.1);
}

/* line 62, node_modules/bulma/sass/layout/hero.sass */

.hero.is-black .tabs.is-boxed li.is-active a,
.hero.is-black .tabs.is-boxed li.is-active a:hover,
.hero.is-black .tabs.is-toggle li.is-active a,
.hero.is-black .tabs.is-toggle li.is-active a:hover {
  background-color: white;
  border-color: white;
  color: #131e1f;
}

/* line 69, node_modules/bulma/sass/layout/hero.sass */

.hero.is-black.is-bold {
  background-image: -webkit-linear-gradient(309deg, black 0%, #131e1f 71%, #1b2b31 100%);
  background-image: -o-linear-gradient(309deg, black 0%, #131e1f 71%, #1b2b31 100%);
  background-image: linear-gradient(141deg, black 0%, #131e1f 71%, #1b2b31 100%);
}

@media screen and (max-width: 767px) {
  /* line 74, node_modules/bulma/sass/layout/hero.sass */

  .hero.is-black.is-bold .navbar-menu {
    background-image: -webkit-linear-gradient(309deg, black 0%, #131e1f 71%, #1b2b31 100%);
    background-image: -o-linear-gradient(309deg, black 0%, #131e1f 71%, #1b2b31 100%);
    background-image: linear-gradient(141deg, black 0%, #131e1f 71%, #1b2b31 100%);
  }
}

/* line 21, node_modules/bulma/sass/layout/hero.sass */

.hero.is-light {
  background-color: whitesmoke;
  color: #363434;
}

/* line 24, node_modules/bulma/sass/layout/hero.sass */

.hero.is-light a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
.hero.is-light strong {
  color: inherit;
}

/* line 27, node_modules/bulma/sass/layout/hero.sass */

.hero.is-light .title,
.hero.is-light .entry-content h1,
.entry-content .hero.is-light h1,
.hero.is-light .entry-content h2,
.entry-content .hero.is-light h2,
.hero.is-light .entry-content h3,
.entry-content .hero.is-light h3,
.hero.is-light .entry-content h4,
.entry-content .hero.is-light h4,
.hero.is-light .entry-content h5,
.entry-content .hero.is-light h5,
.hero.is-light .entry-content h6,
.entry-content .hero.is-light h6 {
  color: #363434;
}

/* line 29, node_modules/bulma/sass/layout/hero.sass */

.hero.is-light .subtitle {
  color: rgba(54, 52, 52, 0.9);
}

/* line 31, node_modules/bulma/sass/layout/hero.sass */

.hero.is-light .subtitle a:not(.button),
.hero.is-light .subtitle strong {
  color: #363434;
}

@media screen and (max-width: 999px) {
  /* line 34, node_modules/bulma/sass/layout/hero.sass */

  .hero.is-light .navbar-menu {
    background-color: whitesmoke;
  }
}

/* line 37, node_modules/bulma/sass/layout/hero.sass */

.hero.is-light .navbar-item,
.hero.is-light .navbar-link {
  color: rgba(54, 52, 52, 0.7);
}

/* line 42, node_modules/bulma/sass/layout/hero.sass */

.hero.is-light a.navbar-item:hover,
.hero.is-light a.navbar-item.is-active,
.hero.is-light .navbar-link:hover,
.hero.is-light .navbar-link.is-active {
  background-color: #e8e8e8;
  color: #363434;
}

/* line 47, node_modules/bulma/sass/layout/hero.sass */

.hero.is-light .tabs a {
  color: #363434;
  opacity: 0.9;
}

/* line 50, node_modules/bulma/sass/layout/hero.sass */

.hero.is-light .tabs a:hover {
  opacity: 1;
}

/* line 53, node_modules/bulma/sass/layout/hero.sass */

.hero.is-light .tabs li.is-active a {
  opacity: 1;
}

/* line 57, node_modules/bulma/sass/layout/hero.sass */

.hero.is-light .tabs.is-boxed a,
.hero.is-light .tabs.is-toggle a {
  color: #363434;
}

/* line 59, node_modules/bulma/sass/layout/hero.sass */

.hero.is-light .tabs.is-boxed a:hover,
.hero.is-light .tabs.is-toggle a:hover {
  background-color: rgba(19, 30, 31, 0.1);
}

/* line 62, node_modules/bulma/sass/layout/hero.sass */

.hero.is-light .tabs.is-boxed li.is-active a,
.hero.is-light .tabs.is-boxed li.is-active a:hover,
.hero.is-light .tabs.is-toggle li.is-active a,
.hero.is-light .tabs.is-toggle li.is-active a:hover {
  background-color: #363434;
  border-color: #363434;
  color: whitesmoke;
}

/* line 69, node_modules/bulma/sass/layout/hero.sass */

.hero.is-light.is-bold {
  background-image: -webkit-linear-gradient(309deg, #dfd8d9 0%, whitesmoke 71%, white 100%);
  background-image: -o-linear-gradient(309deg, #dfd8d9 0%, whitesmoke 71%, white 100%);
  background-image: linear-gradient(141deg, #dfd8d9 0%, whitesmoke 71%, white 100%);
}

@media screen and (max-width: 767px) {
  /* line 74, node_modules/bulma/sass/layout/hero.sass */

  .hero.is-light.is-bold .navbar-menu {
    background-image: -webkit-linear-gradient(309deg, #dfd8d9 0%, whitesmoke 71%, white 100%);
    background-image: -o-linear-gradient(309deg, #dfd8d9 0%, whitesmoke 71%, white 100%);
    background-image: linear-gradient(141deg, #dfd8d9 0%, whitesmoke 71%, white 100%);
  }
}

/* line 21, node_modules/bulma/sass/layout/hero.sass */

.hero.is-dark {
  background-color: #363434;
  color: whitesmoke;
}

/* line 24, node_modules/bulma/sass/layout/hero.sass */

.hero.is-dark a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
.hero.is-dark strong {
  color: inherit;
}

/* line 27, node_modules/bulma/sass/layout/hero.sass */

.hero.is-dark .title,
.hero.is-dark .entry-content h1,
.entry-content .hero.is-dark h1,
.hero.is-dark .entry-content h2,
.entry-content .hero.is-dark h2,
.hero.is-dark .entry-content h3,
.entry-content .hero.is-dark h3,
.hero.is-dark .entry-content h4,
.entry-content .hero.is-dark h4,
.hero.is-dark .entry-content h5,
.entry-content .hero.is-dark h5,
.hero.is-dark .entry-content h6,
.entry-content .hero.is-dark h6 {
  color: whitesmoke;
}

/* line 29, node_modules/bulma/sass/layout/hero.sass */

.hero.is-dark .subtitle {
  color: rgba(245, 245, 245, 0.9);
}

/* line 31, node_modules/bulma/sass/layout/hero.sass */

.hero.is-dark .subtitle a:not(.button),
.hero.is-dark .subtitle strong {
  color: whitesmoke;
}

@media screen and (max-width: 999px) {
  /* line 34, node_modules/bulma/sass/layout/hero.sass */

  .hero.is-dark .navbar-menu {
    background-color: #363434;
  }
}

/* line 37, node_modules/bulma/sass/layout/hero.sass */

.hero.is-dark .navbar-item,
.hero.is-dark .navbar-link {
  color: rgba(245, 245, 245, 0.7);
}

/* line 42, node_modules/bulma/sass/layout/hero.sass */

.hero.is-dark a.navbar-item:hover,
.hero.is-dark a.navbar-item.is-active,
.hero.is-dark .navbar-link:hover,
.hero.is-dark .navbar-link.is-active {
  background-color: #292727;
  color: whitesmoke;
}

/* line 47, node_modules/bulma/sass/layout/hero.sass */

.hero.is-dark .tabs a {
  color: whitesmoke;
  opacity: 0.9;
}

/* line 50, node_modules/bulma/sass/layout/hero.sass */

.hero.is-dark .tabs a:hover {
  opacity: 1;
}

/* line 53, node_modules/bulma/sass/layout/hero.sass */

.hero.is-dark .tabs li.is-active a {
  opacity: 1;
}

/* line 57, node_modules/bulma/sass/layout/hero.sass */

.hero.is-dark .tabs.is-boxed a,
.hero.is-dark .tabs.is-toggle a {
  color: whitesmoke;
}

/* line 59, node_modules/bulma/sass/layout/hero.sass */

.hero.is-dark .tabs.is-boxed a:hover,
.hero.is-dark .tabs.is-toggle a:hover {
  background-color: rgba(19, 30, 31, 0.1);
}

/* line 62, node_modules/bulma/sass/layout/hero.sass */

.hero.is-dark .tabs.is-boxed li.is-active a,
.hero.is-dark .tabs.is-boxed li.is-active a:hover,
.hero.is-dark .tabs.is-toggle li.is-active a,
.hero.is-dark .tabs.is-toggle li.is-active a:hover {
  background-color: whitesmoke;
  border-color: whitesmoke;
  color: #363434;
}

/* line 69, node_modules/bulma/sass/layout/hero.sass */

.hero.is-dark.is-bold {
  background-image: -webkit-linear-gradient(309deg, #1f1819 0%, #363434 71%, #463f3d 100%);
  background-image: -o-linear-gradient(309deg, #1f1819 0%, #363434 71%, #463f3d 100%);
  background-image: linear-gradient(141deg, #1f1819 0%, #363434 71%, #463f3d 100%);
}

@media screen and (max-width: 767px) {
  /* line 74, node_modules/bulma/sass/layout/hero.sass */

  .hero.is-dark.is-bold .navbar-menu {
    background-image: -webkit-linear-gradient(309deg, #1f1819 0%, #363434 71%, #463f3d 100%);
    background-image: -o-linear-gradient(309deg, #1f1819 0%, #363434 71%, #463f3d 100%);
    background-image: linear-gradient(141deg, #1f1819 0%, #363434 71%, #463f3d 100%);
  }
}

/* line 21, node_modules/bulma/sass/layout/hero.sass */

.hero.is-primary {
  background-color: #ffc709;
  color: #fff;
}

/* line 24, node_modules/bulma/sass/layout/hero.sass */

.hero.is-primary a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
.hero.is-primary strong {
  color: inherit;
}

/* line 27, node_modules/bulma/sass/layout/hero.sass */

.hero.is-primary .title,
.hero.is-primary .entry-content h1,
.entry-content .hero.is-primary h1,
.hero.is-primary .entry-content h2,
.entry-content .hero.is-primary h2,
.hero.is-primary .entry-content h3,
.entry-content .hero.is-primary h3,
.hero.is-primary .entry-content h4,
.entry-content .hero.is-primary h4,
.hero.is-primary .entry-content h5,
.entry-content .hero.is-primary h5,
.hero.is-primary .entry-content h6,
.entry-content .hero.is-primary h6 {
  color: #fff;
}

/* line 29, node_modules/bulma/sass/layout/hero.sass */

.hero.is-primary .subtitle {
  color: rgba(255, 255, 255, 0.9);
}

/* line 31, node_modules/bulma/sass/layout/hero.sass */

.hero.is-primary .subtitle a:not(.button),
.hero.is-primary .subtitle strong {
  color: #fff;
}

@media screen and (max-width: 999px) {
  /* line 34, node_modules/bulma/sass/layout/hero.sass */

  .hero.is-primary .navbar-menu {
    background-color: #ffc709;
  }
}

/* line 37, node_modules/bulma/sass/layout/hero.sass */

.hero.is-primary .navbar-item,
.hero.is-primary .navbar-link {
  color: rgba(255, 255, 255, 0.7);
}

/* line 42, node_modules/bulma/sass/layout/hero.sass */

.hero.is-primary a.navbar-item:hover,
.hero.is-primary a.navbar-item.is-active,
.hero.is-primary .navbar-link:hover,
.hero.is-primary .navbar-link.is-active {
  background-color: #efb800;
  color: #fff;
}

/* line 47, node_modules/bulma/sass/layout/hero.sass */

.hero.is-primary .tabs a {
  color: #fff;
  opacity: 0.9;
}

/* line 50, node_modules/bulma/sass/layout/hero.sass */

.hero.is-primary .tabs a:hover {
  opacity: 1;
}

/* line 53, node_modules/bulma/sass/layout/hero.sass */

.hero.is-primary .tabs li.is-active a {
  opacity: 1;
}

/* line 57, node_modules/bulma/sass/layout/hero.sass */

.hero.is-primary .tabs.is-boxed a,
.hero.is-primary .tabs.is-toggle a {
  color: #fff;
}

/* line 59, node_modules/bulma/sass/layout/hero.sass */

.hero.is-primary .tabs.is-boxed a:hover,
.hero.is-primary .tabs.is-toggle a:hover {
  background-color: rgba(19, 30, 31, 0.1);
}

/* line 62, node_modules/bulma/sass/layout/hero.sass */

.hero.is-primary .tabs.is-boxed li.is-active a,
.hero.is-primary .tabs.is-boxed li.is-active a:hover,
.hero.is-primary .tabs.is-toggle li.is-active a,
.hero.is-primary .tabs.is-toggle li.is-active a:hover {
  background-color: #fff;
  border-color: #fff;
  color: #ffc709;
}

/* line 69, node_modules/bulma/sass/layout/hero.sass */

.hero.is-primary.is-bold {
  background-image: -webkit-linear-gradient(309deg, #d58100 0%, #ffc709 71%, #fff223 100%);
  background-image: -o-linear-gradient(309deg, #d58100 0%, #ffc709 71%, #fff223 100%);
  background-image: linear-gradient(141deg, #d58100 0%, #ffc709 71%, #fff223 100%);
}

@media screen and (max-width: 767px) {
  /* line 74, node_modules/bulma/sass/layout/hero.sass */

  .hero.is-primary.is-bold .navbar-menu {
    background-image: -webkit-linear-gradient(309deg, #d58100 0%, #ffc709 71%, #fff223 100%);
    background-image: -o-linear-gradient(309deg, #d58100 0%, #ffc709 71%, #fff223 100%);
    background-image: linear-gradient(141deg, #d58100 0%, #ffc709 71%, #fff223 100%);
  }
}

/* line 21, node_modules/bulma/sass/layout/hero.sass */

.hero.is-link {
  background-color: #ffc709;
  color: #fff;
}

/* line 24, node_modules/bulma/sass/layout/hero.sass */

.hero.is-link a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
.hero.is-link strong {
  color: inherit;
}

/* line 27, node_modules/bulma/sass/layout/hero.sass */

.hero.is-link .title,
.hero.is-link .entry-content h1,
.entry-content .hero.is-link h1,
.hero.is-link .entry-content h2,
.entry-content .hero.is-link h2,
.hero.is-link .entry-content h3,
.entry-content .hero.is-link h3,
.hero.is-link .entry-content h4,
.entry-content .hero.is-link h4,
.hero.is-link .entry-content h5,
.entry-content .hero.is-link h5,
.hero.is-link .entry-content h6,
.entry-content .hero.is-link h6 {
  color: #fff;
}

/* line 29, node_modules/bulma/sass/layout/hero.sass */

.hero.is-link .subtitle {
  color: rgba(255, 255, 255, 0.9);
}

/* line 31, node_modules/bulma/sass/layout/hero.sass */

.hero.is-link .subtitle a:not(.button),
.hero.is-link .subtitle strong {
  color: #fff;
}

@media screen and (max-width: 999px) {
  /* line 34, node_modules/bulma/sass/layout/hero.sass */

  .hero.is-link .navbar-menu {
    background-color: #ffc709;
  }
}

/* line 37, node_modules/bulma/sass/layout/hero.sass */

.hero.is-link .navbar-item,
.hero.is-link .navbar-link {
  color: rgba(255, 255, 255, 0.7);
}

/* line 42, node_modules/bulma/sass/layout/hero.sass */

.hero.is-link a.navbar-item:hover,
.hero.is-link a.navbar-item.is-active,
.hero.is-link .navbar-link:hover,
.hero.is-link .navbar-link.is-active {
  background-color: #efb800;
  color: #fff;
}

/* line 47, node_modules/bulma/sass/layout/hero.sass */

.hero.is-link .tabs a {
  color: #fff;
  opacity: 0.9;
}

/* line 50, node_modules/bulma/sass/layout/hero.sass */

.hero.is-link .tabs a:hover {
  opacity: 1;
}

/* line 53, node_modules/bulma/sass/layout/hero.sass */

.hero.is-link .tabs li.is-active a {
  opacity: 1;
}

/* line 57, node_modules/bulma/sass/layout/hero.sass */

.hero.is-link .tabs.is-boxed a,
.hero.is-link .tabs.is-toggle a {
  color: #fff;
}

/* line 59, node_modules/bulma/sass/layout/hero.sass */

.hero.is-link .tabs.is-boxed a:hover,
.hero.is-link .tabs.is-toggle a:hover {
  background-color: rgba(19, 30, 31, 0.1);
}

/* line 62, node_modules/bulma/sass/layout/hero.sass */

.hero.is-link .tabs.is-boxed li.is-active a,
.hero.is-link .tabs.is-boxed li.is-active a:hover,
.hero.is-link .tabs.is-toggle li.is-active a,
.hero.is-link .tabs.is-toggle li.is-active a:hover {
  background-color: #fff;
  border-color: #fff;
  color: #ffc709;
}

/* line 69, node_modules/bulma/sass/layout/hero.sass */

.hero.is-link.is-bold {
  background-image: -webkit-linear-gradient(309deg, #d58100 0%, #ffc709 71%, #fff223 100%);
  background-image: -o-linear-gradient(309deg, #d58100 0%, #ffc709 71%, #fff223 100%);
  background-image: linear-gradient(141deg, #d58100 0%, #ffc709 71%, #fff223 100%);
}

@media screen and (max-width: 767px) {
  /* line 74, node_modules/bulma/sass/layout/hero.sass */

  .hero.is-link.is-bold .navbar-menu {
    background-image: -webkit-linear-gradient(309deg, #d58100 0%, #ffc709 71%, #fff223 100%);
    background-image: -o-linear-gradient(309deg, #d58100 0%, #ffc709 71%, #fff223 100%);
    background-image: linear-gradient(141deg, #d58100 0%, #ffc709 71%, #fff223 100%);
  }
}

/* line 21, node_modules/bulma/sass/layout/hero.sass */

.hero.is-info {
  background-color: #209cee;
  color: #fff;
}

/* line 24, node_modules/bulma/sass/layout/hero.sass */

.hero.is-info a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
.hero.is-info strong {
  color: inherit;
}

/* line 27, node_modules/bulma/sass/layout/hero.sass */

.hero.is-info .title,
.hero.is-info .entry-content h1,
.entry-content .hero.is-info h1,
.hero.is-info .entry-content h2,
.entry-content .hero.is-info h2,
.hero.is-info .entry-content h3,
.entry-content .hero.is-info h3,
.hero.is-info .entry-content h4,
.entry-content .hero.is-info h4,
.hero.is-info .entry-content h5,
.entry-content .hero.is-info h5,
.hero.is-info .entry-content h6,
.entry-content .hero.is-info h6 {
  color: #fff;
}

/* line 29, node_modules/bulma/sass/layout/hero.sass */

.hero.is-info .subtitle {
  color: rgba(255, 255, 255, 0.9);
}

/* line 31, node_modules/bulma/sass/layout/hero.sass */

.hero.is-info .subtitle a:not(.button),
.hero.is-info .subtitle strong {
  color: #fff;
}

@media screen and (max-width: 999px) {
  /* line 34, node_modules/bulma/sass/layout/hero.sass */

  .hero.is-info .navbar-menu {
    background-color: #209cee;
  }
}

/* line 37, node_modules/bulma/sass/layout/hero.sass */

.hero.is-info .navbar-item,
.hero.is-info .navbar-link {
  color: rgba(255, 255, 255, 0.7);
}

/* line 42, node_modules/bulma/sass/layout/hero.sass */

.hero.is-info a.navbar-item:hover,
.hero.is-info a.navbar-item.is-active,
.hero.is-info .navbar-link:hover,
.hero.is-info .navbar-link.is-active {
  background-color: #118fe4;
  color: #fff;
}

/* line 47, node_modules/bulma/sass/layout/hero.sass */

.hero.is-info .tabs a {
  color: #fff;
  opacity: 0.9;
}

/* line 50, node_modules/bulma/sass/layout/hero.sass */

.hero.is-info .tabs a:hover {
  opacity: 1;
}

/* line 53, node_modules/bulma/sass/layout/hero.sass */

.hero.is-info .tabs li.is-active a {
  opacity: 1;
}

/* line 57, node_modules/bulma/sass/layout/hero.sass */

.hero.is-info .tabs.is-boxed a,
.hero.is-info .tabs.is-toggle a {
  color: #fff;
}

/* line 59, node_modules/bulma/sass/layout/hero.sass */

.hero.is-info .tabs.is-boxed a:hover,
.hero.is-info .tabs.is-toggle a:hover {
  background-color: rgba(19, 30, 31, 0.1);
}

/* line 62, node_modules/bulma/sass/layout/hero.sass */

.hero.is-info .tabs.is-boxed li.is-active a,
.hero.is-info .tabs.is-boxed li.is-active a:hover,
.hero.is-info .tabs.is-toggle li.is-active a,
.hero.is-info .tabs.is-toggle li.is-active a:hover {
  background-color: #fff;
  border-color: #fff;
  color: #209cee;
}

/* line 69, node_modules/bulma/sass/layout/hero.sass */

.hero.is-info.is-bold {
  background-image: -webkit-linear-gradient(309deg, #04a6d7 0%, #209cee 71%, #3287f5 100%);
  background-image: -o-linear-gradient(309deg, #04a6d7 0%, #209cee 71%, #3287f5 100%);
  background-image: linear-gradient(141deg, #04a6d7 0%, #209cee 71%, #3287f5 100%);
}

@media screen and (max-width: 767px) {
  /* line 74, node_modules/bulma/sass/layout/hero.sass */

  .hero.is-info.is-bold .navbar-menu {
    background-image: -webkit-linear-gradient(309deg, #04a6d7 0%, #209cee 71%, #3287f5 100%);
    background-image: -o-linear-gradient(309deg, #04a6d7 0%, #209cee 71%, #3287f5 100%);
    background-image: linear-gradient(141deg, #04a6d7 0%, #209cee 71%, #3287f5 100%);
  }
}

/* line 21, node_modules/bulma/sass/layout/hero.sass */

.hero.is-success {
  background-color: #23d160;
  color: #fff;
}

/* line 24, node_modules/bulma/sass/layout/hero.sass */

.hero.is-success a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
.hero.is-success strong {
  color: inherit;
}

/* line 27, node_modules/bulma/sass/layout/hero.sass */

.hero.is-success .title,
.hero.is-success .entry-content h1,
.entry-content .hero.is-success h1,
.hero.is-success .entry-content h2,
.entry-content .hero.is-success h2,
.hero.is-success .entry-content h3,
.entry-content .hero.is-success h3,
.hero.is-success .entry-content h4,
.entry-content .hero.is-success h4,
.hero.is-success .entry-content h5,
.entry-content .hero.is-success h5,
.hero.is-success .entry-content h6,
.entry-content .hero.is-success h6 {
  color: #fff;
}

/* line 29, node_modules/bulma/sass/layout/hero.sass */

.hero.is-success .subtitle {
  color: rgba(255, 255, 255, 0.9);
}

/* line 31, node_modules/bulma/sass/layout/hero.sass */

.hero.is-success .subtitle a:not(.button),
.hero.is-success .subtitle strong {
  color: #fff;
}

@media screen and (max-width: 999px) {
  /* line 34, node_modules/bulma/sass/layout/hero.sass */

  .hero.is-success .navbar-menu {
    background-color: #23d160;
  }
}

/* line 37, node_modules/bulma/sass/layout/hero.sass */

.hero.is-success .navbar-item,
.hero.is-success .navbar-link {
  color: rgba(255, 255, 255, 0.7);
}

/* line 42, node_modules/bulma/sass/layout/hero.sass */

.hero.is-success a.navbar-item:hover,
.hero.is-success a.navbar-item.is-active,
.hero.is-success .navbar-link:hover,
.hero.is-success .navbar-link.is-active {
  background-color: #20bc56;
  color: #fff;
}

/* line 47, node_modules/bulma/sass/layout/hero.sass */

.hero.is-success .tabs a {
  color: #fff;
  opacity: 0.9;
}

/* line 50, node_modules/bulma/sass/layout/hero.sass */

.hero.is-success .tabs a:hover {
  opacity: 1;
}

/* line 53, node_modules/bulma/sass/layout/hero.sass */

.hero.is-success .tabs li.is-active a {
  opacity: 1;
}

/* line 57, node_modules/bulma/sass/layout/hero.sass */

.hero.is-success .tabs.is-boxed a,
.hero.is-success .tabs.is-toggle a {
  color: #fff;
}

/* line 59, node_modules/bulma/sass/layout/hero.sass */

.hero.is-success .tabs.is-boxed a:hover,
.hero.is-success .tabs.is-toggle a:hover {
  background-color: rgba(19, 30, 31, 0.1);
}

/* line 62, node_modules/bulma/sass/layout/hero.sass */

.hero.is-success .tabs.is-boxed li.is-active a,
.hero.is-success .tabs.is-boxed li.is-active a:hover,
.hero.is-success .tabs.is-toggle li.is-active a,
.hero.is-success .tabs.is-toggle li.is-active a:hover {
  background-color: #fff;
  border-color: #fff;
  color: #23d160;
}

/* line 69, node_modules/bulma/sass/layout/hero.sass */

.hero.is-success.is-bold {
  background-image: -webkit-linear-gradient(309deg, #12af2f 0%, #23d160 71%, #2ce28a 100%);
  background-image: -o-linear-gradient(309deg, #12af2f 0%, #23d160 71%, #2ce28a 100%);
  background-image: linear-gradient(141deg, #12af2f 0%, #23d160 71%, #2ce28a 100%);
}

@media screen and (max-width: 767px) {
  /* line 74, node_modules/bulma/sass/layout/hero.sass */

  .hero.is-success.is-bold .navbar-menu {
    background-image: -webkit-linear-gradient(309deg, #12af2f 0%, #23d160 71%, #2ce28a 100%);
    background-image: -o-linear-gradient(309deg, #12af2f 0%, #23d160 71%, #2ce28a 100%);
    background-image: linear-gradient(141deg, #12af2f 0%, #23d160 71%, #2ce28a 100%);
  }
}

/* line 21, node_modules/bulma/sass/layout/hero.sass */

.hero.is-warning {
  background-color: #ffc709;
  color: rgba(0, 0, 0, 0.7);
}

/* line 24, node_modules/bulma/sass/layout/hero.sass */

.hero.is-warning a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
.hero.is-warning strong {
  color: inherit;
}

/* line 27, node_modules/bulma/sass/layout/hero.sass */

.hero.is-warning .title,
.hero.is-warning .entry-content h1,
.entry-content .hero.is-warning h1,
.hero.is-warning .entry-content h2,
.entry-content .hero.is-warning h2,
.hero.is-warning .entry-content h3,
.entry-content .hero.is-warning h3,
.hero.is-warning .entry-content h4,
.entry-content .hero.is-warning h4,
.hero.is-warning .entry-content h5,
.entry-content .hero.is-warning h5,
.hero.is-warning .entry-content h6,
.entry-content .hero.is-warning h6 {
  color: rgba(0, 0, 0, 0.7);
}

/* line 29, node_modules/bulma/sass/layout/hero.sass */

.hero.is-warning .subtitle {
  color: rgba(0, 0, 0, 0.9);
}

/* line 31, node_modules/bulma/sass/layout/hero.sass */

.hero.is-warning .subtitle a:not(.button),
.hero.is-warning .subtitle strong {
  color: rgba(0, 0, 0, 0.7);
}

@media screen and (max-width: 999px) {
  /* line 34, node_modules/bulma/sass/layout/hero.sass */

  .hero.is-warning .navbar-menu {
    background-color: #ffc709;
  }
}

/* line 37, node_modules/bulma/sass/layout/hero.sass */

.hero.is-warning .navbar-item,
.hero.is-warning .navbar-link {
  color: rgba(0, 0, 0, 0.7);
}

/* line 42, node_modules/bulma/sass/layout/hero.sass */

.hero.is-warning a.navbar-item:hover,
.hero.is-warning a.navbar-item.is-active,
.hero.is-warning .navbar-link:hover,
.hero.is-warning .navbar-link.is-active {
  background-color: #efb800;
  color: rgba(0, 0, 0, 0.7);
}

/* line 47, node_modules/bulma/sass/layout/hero.sass */

.hero.is-warning .tabs a {
  color: rgba(0, 0, 0, 0.7);
  opacity: 0.9;
}

/* line 50, node_modules/bulma/sass/layout/hero.sass */

.hero.is-warning .tabs a:hover {
  opacity: 1;
}

/* line 53, node_modules/bulma/sass/layout/hero.sass */

.hero.is-warning .tabs li.is-active a {
  opacity: 1;
}

/* line 57, node_modules/bulma/sass/layout/hero.sass */

.hero.is-warning .tabs.is-boxed a,
.hero.is-warning .tabs.is-toggle a {
  color: rgba(0, 0, 0, 0.7);
}

/* line 59, node_modules/bulma/sass/layout/hero.sass */

.hero.is-warning .tabs.is-boxed a:hover,
.hero.is-warning .tabs.is-toggle a:hover {
  background-color: rgba(19, 30, 31, 0.1);
}

/* line 62, node_modules/bulma/sass/layout/hero.sass */

.hero.is-warning .tabs.is-boxed li.is-active a,
.hero.is-warning .tabs.is-boxed li.is-active a:hover,
.hero.is-warning .tabs.is-toggle li.is-active a,
.hero.is-warning .tabs.is-toggle li.is-active a:hover {
  background-color: rgba(0, 0, 0, 0.7);
  border-color: rgba(0, 0, 0, 0.7);
  color: #ffc709;
}

/* line 69, node_modules/bulma/sass/layout/hero.sass */

.hero.is-warning.is-bold {
  background-image: -webkit-linear-gradient(309deg, #d58100 0%, #ffc709 71%, #fff223 100%);
  background-image: -o-linear-gradient(309deg, #d58100 0%, #ffc709 71%, #fff223 100%);
  background-image: linear-gradient(141deg, #d58100 0%, #ffc709 71%, #fff223 100%);
}

@media screen and (max-width: 767px) {
  /* line 74, node_modules/bulma/sass/layout/hero.sass */

  .hero.is-warning.is-bold .navbar-menu {
    background-image: -webkit-linear-gradient(309deg, #d58100 0%, #ffc709 71%, #fff223 100%);
    background-image: -o-linear-gradient(309deg, #d58100 0%, #ffc709 71%, #fff223 100%);
    background-image: linear-gradient(141deg, #d58100 0%, #ffc709 71%, #fff223 100%);
  }
}

/* line 21, node_modules/bulma/sass/layout/hero.sass */

.hero.is-danger {
  background-color: #ff3860;
  color: #fff;
}

/* line 24, node_modules/bulma/sass/layout/hero.sass */

.hero.is-danger a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
.hero.is-danger strong {
  color: inherit;
}

/* line 27, node_modules/bulma/sass/layout/hero.sass */

.hero.is-danger .title,
.hero.is-danger .entry-content h1,
.entry-content .hero.is-danger h1,
.hero.is-danger .entry-content h2,
.entry-content .hero.is-danger h2,
.hero.is-danger .entry-content h3,
.entry-content .hero.is-danger h3,
.hero.is-danger .entry-content h4,
.entry-content .hero.is-danger h4,
.hero.is-danger .entry-content h5,
.entry-content .hero.is-danger h5,
.hero.is-danger .entry-content h6,
.entry-content .hero.is-danger h6 {
  color: #fff;
}

/* line 29, node_modules/bulma/sass/layout/hero.sass */

.hero.is-danger .subtitle {
  color: rgba(255, 255, 255, 0.9);
}

/* line 31, node_modules/bulma/sass/layout/hero.sass */

.hero.is-danger .subtitle a:not(.button),
.hero.is-danger .subtitle strong {
  color: #fff;
}

@media screen and (max-width: 999px) {
  /* line 34, node_modules/bulma/sass/layout/hero.sass */

  .hero.is-danger .navbar-menu {
    background-color: #ff3860;
  }
}

/* line 37, node_modules/bulma/sass/layout/hero.sass */

.hero.is-danger .navbar-item,
.hero.is-danger .navbar-link {
  color: rgba(255, 255, 255, 0.7);
}

/* line 42, node_modules/bulma/sass/layout/hero.sass */

.hero.is-danger a.navbar-item:hover,
.hero.is-danger a.navbar-item.is-active,
.hero.is-danger .navbar-link:hover,
.hero.is-danger .navbar-link.is-active {
  background-color: #ff1f4b;
  color: #fff;
}

/* line 47, node_modules/bulma/sass/layout/hero.sass */

.hero.is-danger .tabs a {
  color: #fff;
  opacity: 0.9;
}

/* line 50, node_modules/bulma/sass/layout/hero.sass */

.hero.is-danger .tabs a:hover {
  opacity: 1;
}

/* line 53, node_modules/bulma/sass/layout/hero.sass */

.hero.is-danger .tabs li.is-active a {
  opacity: 1;
}

/* line 57, node_modules/bulma/sass/layout/hero.sass */

.hero.is-danger .tabs.is-boxed a,
.hero.is-danger .tabs.is-toggle a {
  color: #fff;
}

/* line 59, node_modules/bulma/sass/layout/hero.sass */

.hero.is-danger .tabs.is-boxed a:hover,
.hero.is-danger .tabs.is-toggle a:hover {
  background-color: rgba(19, 30, 31, 0.1);
}

/* line 62, node_modules/bulma/sass/layout/hero.sass */

.hero.is-danger .tabs.is-boxed li.is-active a,
.hero.is-danger .tabs.is-boxed li.is-active a:hover,
.hero.is-danger .tabs.is-toggle li.is-active a,
.hero.is-danger .tabs.is-toggle li.is-active a:hover {
  background-color: #fff;
  border-color: #fff;
  color: #ff3860;
}

/* line 69, node_modules/bulma/sass/layout/hero.sass */

.hero.is-danger.is-bold {
  background-image: -webkit-linear-gradient(309deg, #ff0561 0%, #ff3860 71%, #ff5257 100%);
  background-image: -o-linear-gradient(309deg, #ff0561 0%, #ff3860 71%, #ff5257 100%);
  background-image: linear-gradient(141deg, #ff0561 0%, #ff3860 71%, #ff5257 100%);
}

@media screen and (max-width: 767px) {
  /* line 74, node_modules/bulma/sass/layout/hero.sass */

  .hero.is-danger.is-bold .navbar-menu {
    background-image: -webkit-linear-gradient(309deg, #ff0561 0%, #ff3860 71%, #ff5257 100%);
    background-image: -o-linear-gradient(309deg, #ff0561 0%, #ff3860 71%, #ff5257 100%);
    background-image: linear-gradient(141deg, #ff0561 0%, #ff3860 71%, #ff5257 100%);
  }
}

/* line 78, node_modules/bulma/sass/layout/hero.sass */

.hero.is-small .hero-body {
  padding: 1.5rem;
}

@media screen and (min-width: 768px), print {
  /* line 82, node_modules/bulma/sass/layout/hero.sass */

  .hero.is-medium .hero-body {
    padding: 9rem 1.5rem;
  }
}

@media screen and (min-width: 768px), print {
  /* line 86, node_modules/bulma/sass/layout/hero.sass */

  .hero.is-large .hero-body {
    padding: 18rem 1.5rem;
  }
}

/* line 91, node_modules/bulma/sass/layout/hero.sass */

.hero.is-halfheight .hero-body,
.hero.is-fullheight .hero-body,
.hero.is-fullheight-with-navbar .hero-body {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* line 94, node_modules/bulma/sass/layout/hero.sass */

.hero.is-halfheight .hero-body > .container,
.hero.is-halfheight .glide.controls-right .hero-body > .carousel-controls,
.glide.controls-right .hero.is-halfheight .hero-body > .carousel-controls,
.hero.is-fullheight .hero-body > .container,
.hero.is-fullheight .glide.controls-right .hero-body > .carousel-controls,
.glide.controls-right .hero.is-fullheight .hero-body > .carousel-controls,
.hero.is-fullheight-with-navbar .hero-body > .container,
.hero.is-fullheight-with-navbar .glide.controls-right .hero-body > .carousel-controls,
.glide.controls-right .hero.is-fullheight-with-navbar .hero-body > .carousel-controls {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
}

/* line 97, node_modules/bulma/sass/layout/hero.sass */

.hero.is-halfheight {
  min-height: 50vh;
}

/* line 99, node_modules/bulma/sass/layout/hero.sass */

.hero.is-fullheight {
  min-height: 100vh;
}

/* line 104, node_modules/bulma/sass/layout/hero.sass */

.hero-video {
  overflow: hidden;
}

/* line 107, node_modules/bulma/sass/layout/hero.sass */

.hero-video video {
  left: 50%;
  min-height: 100%;
  min-width: 100%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
}

/* line 115, node_modules/bulma/sass/layout/hero.sass */

.hero-video.is-transparent {
  opacity: 0.3;
}

@media screen and (max-width: 767px) {
  /* line 104, node_modules/bulma/sass/layout/hero.sass */

  .hero-video {
    display: none;
  }
}

/* line 121, node_modules/bulma/sass/layout/hero.sass */

.hero-buttons {
  margin-top: 1.5rem;
}

@media screen and (max-width: 767px) {
  /* line 125, node_modules/bulma/sass/layout/hero.sass */

  .hero-buttons .button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  /* line 127, node_modules/bulma/sass/layout/hero.sass */

  .hero-buttons .button:not(:last-child) {
    margin-bottom: 0.75rem;
  }
}

@media screen and (min-width: 768px), print {
  /* line 121, node_modules/bulma/sass/layout/hero.sass */

  .hero-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  /* line 132, node_modules/bulma/sass/layout/hero.sass */

  .hero-buttons .button:not(:last-child) {
    margin-right: 1.5rem;
  }
}

/* line 137, node_modules/bulma/sass/layout/hero.sass */

.hero-head,
.hero-foot {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

/* line 142, node_modules/bulma/sass/layout/hero.sass */

.hero-body {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 3rem 1.5rem;
}

/* line 5, node_modules/bulma/sass/layout/section.sass */

.section,
.glide.controls-right .carousel-controls,
.page-navigation {
  padding: 3rem 1.5rem;
}

@media screen and (min-width: 1000px) {
  /* line 10, node_modules/bulma/sass/layout/section.sass */

  .section.is-medium,
  .glide.controls-right .is-medium.carousel-controls,
  .is-medium.page-navigation {
    padding: 9rem 1.5rem;
  }

  /* line 12, node_modules/bulma/sass/layout/section.sass */

  .section.is-large,
  .glide.controls-right .is-large.carousel-controls,
  .is-large.page-navigation {
    padding: 18rem 1.5rem;
  }
}

/* line 5, node_modules/bulma/sass/layout/footer.sass */

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

/* line 5, resources/assets/styles/settings/components/_section.scss */

.section,
.glide.controls-right .carousel-controls,
.page-navigation {
  padding: 20px 25px;
}

@media screen and (min-width: 1000px) {
  /* line 5, resources/assets/styles/settings/components/_section.scss */

  .section,
  .glide.controls-right .carousel-controls,
  .page-navigation {
    padding: 20px 50px;
  }
}

@media screen and (min-width: 1240px) {
  /* line 5, resources/assets/styles/settings/components/_section.scss */

  .section,
  .glide.controls-right .carousel-controls,
  .page-navigation {
    padding: 20px 100px;
  }
}

/* line 17, resources/assets/styles/settings/components/_section.scss */

.section.dark-background *,
.glide.controls-right .dark-background.carousel-controls *,
.dark-background.page-navigation * {
  color: white;
}

/* line 23, resources/assets/styles/settings/components/_section.scss */

.section.full-images img,
.glide.controls-right .full-images.carousel-controls img,
.full-images.page-navigation img {
  width: 100%;
  height: auto;
}

/* line 29, resources/assets/styles/settings/components/_section.scss */

.section.super,
.glide.controls-right .super.carousel-controls,
.super.page-navigation {
  max-width: 1530px;
}

/* line 35, resources/assets/styles/settings/components/_section.scss */

.expertise-child-listing .container,
.expertise-child-listing .glide.controls-right .carousel-controls,
.glide.controls-right .expertise-child-listing .carousel-controls {
  max-width: 1125px;
}

/* line 49, resources/assets/styles/settings/components/_navbar.scss */

.navbar {
  position: static !important;
}

/* line 52, resources/assets/styles/settings/components/_navbar.scss */

.navbar .navbar-brand,
.navbar .navbar-menu {
  margin: 0 !important;
}

/* line 56, resources/assets/styles/settings/components/_navbar.scss */

.navbar .navbar-item img {
  max-height: none !important;
}

/* line 6, resources/assets/styles/settings/elements/_tag.scss */

body .tags .tag:not(body) {
  font-size: 0.66667rem;
  line-height: 0.77778rem;
  height: auto;
  min-height: 20px;
  padding: 8px 14px;
  background-color: #ffc709;
  -webkit-transition: background-color .2s ease, color .2s ease;
  -o-transition: background-color .2s ease, color .2s ease;
  transition: background-color .2s ease, color .2s ease;
  text-decoration: none;
  color: #131e1f;
}

/* line 16, resources/assets/styles/settings/elements/_tag.scss */

body .tags .tag:not(body):hover {
  background-color: #131e1f;
  color: white;
}

/* line 21, resources/assets/styles/settings/elements/_tag.scss */

body .tags .tag:not(body):not(:last-child) {
  margin-right: 9px;
}

/* line 25, resources/assets/styles/settings/elements/_tag.scss */

body .tags .tag:not(body):last-of-type {
  margin-right: 0;
}

@media screen and (min-width: 1000px) {
  /* line 6, resources/assets/styles/settings/elements/_tag.scss */

  body .tags .tag:not(body) {
    font-size: 0.77778rem;
    line-height: 0.88889rem;
    padding: 10px 16px;
    min-height: 32px;
  }
}

/* line 35, resources/assets/styles/settings/elements/_tag.scss */

body .tags .tag:not(body).is-black {
  background-color: #131e1f;
  color: #ffc709;
}

@media screen and (max-width: 999px) {
  /* line 4, resources/assets/styles/settings/elements/_title.scss */

  .title.is-1,
  .entry-content h1,
  .entry-content h2.is-1,
  .entry-content h3.is-1,
  .entry-content h4.is-1,
  .entry-content h5.is-1,
  .entry-content h6.is-1 {
    font-size: 2.66667rem !important;
    line-height: 2.88889rem !important;
  }

  /* line 9, resources/assets/styles/settings/elements/_title.scss */

  .title.is-2,
  .entry-content h1.is-2,
  .entry-content h2,
  .entry-content h3.is-2,
  .entry-content h4.is-2,
  .entry-content h5.is-2,
  .entry-content h6.is-2 {
    font-size: 1.77778rem !important;
    line-height: 2rem !important;
  }
}

/* line 15, resources/assets/styles/settings/elements/_title.scss */

.title.is-2-ish,
.entry-content h1.is-2-ish,
.entry-content h2.is-2-ish,
.entry-content h3.is-2-ish,
.entry-content h4.is-2-ish,
.entry-content h5.is-2-ish,
.entry-content h6.is-2-ish {
  font-size: 2.6rem;
}

/* line 20, resources/assets/styles/settings/elements/_title.scss */

.title.text-regular,
.entry-content h1.text-regular,
.entry-content h2.text-regular,
.entry-content h3.text-regular,
.entry-content h4.text-regular,
.entry-content h5.text-regular,
.entry-content h6.text-regular {
  font-weight: normal;
}

/* line 35, resources/assets/styles/settings/elements/_button.scss */

.button {
  width: 100%;
  height: 58px;
  font-size: 1rem;
  line-height: 1.66667rem;
  padding-left: 25px !important;
  padding-right: 25px !important;
  -webkit-transition: background-color .2s ease, color .2s ease, -webkit-transform .2s ease;
  transition: background-color .2s ease, color .2s ease, -webkit-transform .2s ease;
  -o-transition: background-color .2s ease, color .2s ease, -o-transform .2s ease;
  transition: transform .2s ease, background-color .2s ease, color .2s ease;
  transition: transform .2s ease, background-color .2s ease, color .2s ease, -webkit-transform .2s ease, -o-transform .2s ease;
  -webkit-transform: scale(1);
       -o-transform: scale(1);
          transform: scale(1);
  will-change: transform;
}

/* line 45, resources/assets/styles/settings/elements/_button.scss */

.button:hover {
  -webkit-transform: scale(1.018);
       -o-transform: scale(1.018);
          transform: scale(1.018);
}

@media screen and (min-width: 1000px) {
  /* line 35, resources/assets/styles/settings/elements/_button.scss */

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

/* line 55, resources/assets/styles/settings/elements/_button.scss */

.button.is-primary:hover {
  color: #ffc709 !important;
  background-color: #131e1f !important;
}

/* line 35, resources/assets/styles/settings/elements/_form.scss */

form .field label {
  font-size: 1rem;
  line-height: 1.22222rem;
  margin-bottom: 5px;
}

/* line 40, resources/assets/styles/settings/elements/_form.scss */

form .field input {
  font-size: 1rem;
  line-height: 1.66667rem;
}

/* line 44, resources/assets/styles/settings/elements/_form.scss */

form .field:not(:last-child) {
  margin-bottom: 25px;
}

/* line 50, resources/assets/styles/settings/elements/_form.scss */

form .select option:disabled {
  color: #898989;
}

/* line 54, resources/assets/styles/settings/elements/_form.scss */

form .select:before {
  display: none;
}

/* line 58, resources/assets/styles/settings/elements/_form.scss */

form .select:not(.is-multiple):not(.is-loading):after {
  border: none;
  top: 35px;
  right: 14px;
  width: 19px;
  height: 12px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 433.43 236.6'%3E%3Cdefs/%3E%3Cpath fill='%239a9a9a' d='M0 19.88L216.72 236.6 433.43 19.88 413.55 0 216.72 196.83 19.88 0z'/%3E%3C/svg%3E") 0 0 no-repeat;
  -webkit-transform: none;
       -o-transform: none;
          transform: none;
}

/* line 3, node_modules/bulma/sass/elements/container.sass */

.container,
.glide.controls-right .carousel-controls {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin: 0 auto;
  position: relative;
  width: auto;
}

/* line 8, node_modules/bulma/sass/elements/container.sass */

.container.is-fluid,
.glide.controls-right .is-fluid.carousel-controls {
  max-width: none;
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
}

@media screen and (min-width: 1000px) {
  /* line 3, node_modules/bulma/sass/elements/container.sass */

  .container,
  .glide.controls-right .carousel-controls {
    max-width: 960px;
  }
}

@media screen and (max-width: 1239px) {
  /* line 16, node_modules/bulma/sass/elements/container.sass */

  .container.is-widescreen,
  .glide.controls-right .is-widescreen.carousel-controls {
    max-width: 1200px;
  }
}

@media screen and (max-width: 1383px) {
  /* line 19, node_modules/bulma/sass/elements/container.sass */

  .container.is-fullhd,
  .glide.controls-right .is-fullhd.carousel-controls {
    max-width: 1344px;
  }
}

@media screen and (min-width: 1240px) {
  /* line 3, node_modules/bulma/sass/elements/container.sass */

  .container,
  .glide.controls-right .carousel-controls {
    max-width: 1200px;
  }
}

@media screen and (min-width: 1384px) {
  /* line 3, node_modules/bulma/sass/elements/container.sass */

  .container,
  .glide.controls-right .carousel-controls {
    max-width: 1344px;
  }
}

/* line 20, node_modules/bulma/sass/elements/title.sass */

.title,
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6,
.subtitle {
  word-break: break-word;
}

/* line 24, node_modules/bulma/sass/elements/title.sass */

.title em,
.entry-content h1 em,
.entry-content h2 em,
.entry-content h3 em,
.entry-content h4 em,
.entry-content h5 em,
.entry-content h6 em,
.title span,
.entry-content h1 span,
.entry-content h2 span,
.entry-content h3 span,
.entry-content h4 span,
.entry-content h5 span,
.entry-content h6 span,
.subtitle em,
.subtitle span {
  font-weight: inherit;
}

/* line 27, node_modules/bulma/sass/elements/title.sass */

.title sub,
.entry-content h1 sub,
.entry-content h2 sub,
.entry-content h3 sub,
.entry-content h4 sub,
.entry-content h5 sub,
.entry-content h6 sub,
.subtitle sub {
  font-size: 0.75em;
}

/* line 29, node_modules/bulma/sass/elements/title.sass */

.title sup,
.entry-content h1 sup,
.entry-content h2 sup,
.entry-content h3 sup,
.entry-content h4 sup,
.entry-content h5 sup,
.entry-content h6 sup,
.subtitle sup {
  font-size: 0.75em;
}

/* line 31, node_modules/bulma/sass/elements/title.sass */

.title .tag,
.entry-content h1 .tag,
.entry-content h2 .tag,
.entry-content h3 .tag,
.entry-content h4 .tag,
.entry-content h5 .tag,
.entry-content h6 .tag,
.subtitle .tag {
  vertical-align: middle;
}

/* line 34, node_modules/bulma/sass/elements/title.sass */

.title,
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
  color: #363434;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.125;
}

/* line 41, node_modules/bulma/sass/elements/title.sass */

.title strong,
.entry-content h1 strong,
.entry-content h2 strong,
.entry-content h3 strong,
.entry-content h4 strong,
.entry-content h5 strong,
.entry-content h6 strong {
  color: inherit;
  font-weight: inherit;
}

/* line 44, node_modules/bulma/sass/elements/title.sass */

.title + .highlight,
.entry-content h1 + .highlight,
.entry-content h2 + .highlight,
.entry-content h3 + .highlight,
.entry-content h4 + .highlight,
.entry-content h5 + .highlight,
.entry-content h6 + .highlight {
  margin-top: -0.75rem;
}

/* line 46, node_modules/bulma/sass/elements/title.sass */

.title:not(.is-spaced) + .subtitle,
.entry-content h1:not(.is-spaced) + .subtitle,
.entry-content h2:not(.is-spaced) + .subtitle,
.entry-content h3:not(.is-spaced) + .subtitle,
.entry-content h4:not(.is-spaced) + .subtitle,
.entry-content h5:not(.is-spaced) + .subtitle,
.entry-content h6:not(.is-spaced) + .subtitle {
  margin-top: -1.25rem;
}

/* line 51, node_modules/bulma/sass/elements/title.sass */

.title.is-1,
.entry-content h1,
.entry-content h2.is-1,
.entry-content h3.is-1,
.entry-content h4.is-1,
.entry-content h5.is-1,
.entry-content h6.is-1 {
  font-size: 3.9rem;
}

/* line 51, node_modules/bulma/sass/elements/title.sass */

.title.is-2,
.entry-content h1.is-2,
.entry-content h2,
.entry-content h3.is-2,
.entry-content h4.is-2,
.entry-content h5.is-2,
.entry-content h6.is-2 {
  font-size: 2.813rem;
}

/* line 51, node_modules/bulma/sass/elements/title.sass */

.title.is-3,
.entry-content h1.is-3,
.entry-content h2.is-3,
.entry-content h3.is-3,
.entry-content h4.is-3,
.entry-content h5.is-3,
.entry-content h6.is-3 {
  font-size: 2rem;
}

/* line 51, node_modules/bulma/sass/elements/title.sass */

.title.is-4,
.entry-content h1.is-4,
.entry-content h2.is-4,
.entry-content h3,
.entry-content h4.is-4,
.entry-content h5.is-4,
.entry-content h6.is-4 {
  font-size: 1.625rem;
}

/* line 51, node_modules/bulma/sass/elements/title.sass */

.title.is-5,
.entry-content h1.is-5,
.entry-content h2.is-5,
.entry-content h3.is-5,
.entry-content h4,
.entry-content h5.is-5,
.entry-content h6.is-5 {
  font-size: 1.125rem;
}

/* line 51, node_modules/bulma/sass/elements/title.sass */

.title.is-6,
.entry-content h1.is-6,
.entry-content h2.is-6,
.entry-content h3.is-6,
.entry-content h4.is-6,
.entry-content h5,
.entry-content h6.is-6 {
  font-size: 1rem;
}

/* line 51, node_modules/bulma/sass/elements/title.sass */

.title.is-7,
.entry-content h1.is-7,
.entry-content h2.is-7,
.entry-content h3.is-7,
.entry-content h4.is-7,
.entry-content h5.is-7,
.entry-content h6 {
  font-size: 0.875rem;
}

/* line 54, node_modules/bulma/sass/elements/title.sass */

.subtitle {
  color: #131e1f;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.25;
}

/* line 61, node_modules/bulma/sass/elements/title.sass */

.subtitle strong {
  color: #363434;
  font-weight: 600;
}

/* line 64, node_modules/bulma/sass/elements/title.sass */

.subtitle:not(.is-spaced) + .title,
.entry-content .subtitle:not(.is-spaced) + h1,
.entry-content .subtitle:not(.is-spaced) + h2,
.entry-content .subtitle:not(.is-spaced) + h3,
.entry-content .subtitle:not(.is-spaced) + h4,
.entry-content .subtitle:not(.is-spaced) + h5,
.entry-content .subtitle:not(.is-spaced) + h6 {
  margin-top: -1.25rem;
}

/* line 69, node_modules/bulma/sass/elements/title.sass */

.subtitle.is-1,
.entry-content h1.subtitle {
  font-size: 3.9rem;
}

/* line 69, node_modules/bulma/sass/elements/title.sass */

.subtitle.is-2,
.entry-content h2.subtitle {
  font-size: 2.813rem;
}

/* line 69, node_modules/bulma/sass/elements/title.sass */

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

/* line 69, node_modules/bulma/sass/elements/title.sass */

.subtitle.is-4,
.entry-content h3.subtitle {
  font-size: 1.625rem;
}

/* line 69, node_modules/bulma/sass/elements/title.sass */

.subtitle.is-5,
.entry-content h4.subtitle {
  font-size: 1.125rem;
}

/* line 69, node_modules/bulma/sass/elements/title.sass */

.subtitle.is-6,
.entry-content h5.subtitle {
  font-size: 1rem;
}

/* line 69, node_modules/bulma/sass/elements/title.sass */

.subtitle.is-7,
.entry-content h6.subtitle {
  font-size: 0.875rem;
}

/* line 6, node_modules/bulma/sass/elements/tag.sass */

.tags {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

/* line 11, node_modules/bulma/sass/elements/tag.sass */

.tags .tag {
  margin-bottom: 0.5rem;
}

/* line 13, node_modules/bulma/sass/elements/tag.sass */

.tags .tag:not(:last-child) {
  margin-right: 0.5rem;
}

/* line 15, node_modules/bulma/sass/elements/tag.sass */

.tags:last-child {
  margin-bottom: -0.5rem;
}

/* line 17, node_modules/bulma/sass/elements/tag.sass */

.tags:not(:last-child) {
  margin-bottom: 1rem;
}

/* line 21, node_modules/bulma/sass/elements/tag.sass */

.tags.are-medium .tag:not(.is-normal):not(.is-large) {
  font-size: 1rem;
}

/* line 24, node_modules/bulma/sass/elements/tag.sass */

.tags.are-large .tag:not(.is-normal):not(.is-medium) {
  font-size: 1.125rem;
}

/* line 26, node_modules/bulma/sass/elements/tag.sass */

.tags.is-centered {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* line 28, node_modules/bulma/sass/elements/tag.sass */

.tags.is-centered .tag {
  margin-right: 0.25rem;
  margin-left: 0.25rem;
}

/* line 31, node_modules/bulma/sass/elements/tag.sass */

.tags.is-right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

/* line 34, node_modules/bulma/sass/elements/tag.sass */

.tags.is-right .tag:not(:first-child) {
  margin-left: 0.5rem;
}

/* line 36, node_modules/bulma/sass/elements/tag.sass */

.tags.is-right .tag:not(:last-child) {
  margin-right: 0;
}

/* line 39, node_modules/bulma/sass/elements/tag.sass */

.tags.has-addons .tag {
  margin-right: 0;
}

/* line 41, node_modules/bulma/sass/elements/tag.sass */

.tags.has-addons .tag:not(:first-child) {
  margin-left: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

/* line 45, node_modules/bulma/sass/elements/tag.sass */

.tags.has-addons .tag:not(:last-child) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

/* line 49, node_modules/bulma/sass/elements/tag.sass */

.tag:not(body) {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #131e1f;
  border-radius: 0;
  color: white;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 0.875rem;
  height: 2em;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1.5;
  padding-left: 0.75em;
  padding-right: 0.75em;
  white-space: nowrap;
}

/* line 62, node_modules/bulma/sass/elements/tag.sass */

.tag:not(body) .delete {
  margin-left: 0.25rem;
  margin-right: -0.375rem;
}

/* line 69, node_modules/bulma/sass/elements/tag.sass */

.tag:not(body).is-white {
  background-color: white;
  color: #131e1f;
}

/* line 69, node_modules/bulma/sass/elements/tag.sass */

.tag:not(body).is-black {
  background-color: #131e1f;
  color: white;
}

/* line 69, node_modules/bulma/sass/elements/tag.sass */

.tag:not(body).is-light {
  background-color: whitesmoke;
  color: #363434;
}

/* line 69, node_modules/bulma/sass/elements/tag.sass */

.tag:not(body).is-dark {
  background-color: #363434;
  color: whitesmoke;
}

/* line 69, node_modules/bulma/sass/elements/tag.sass */

.tag:not(body).is-primary {
  background-color: #ffc709;
  color: #fff;
}

/* line 69, node_modules/bulma/sass/elements/tag.sass */

.tag:not(body).is-link {
  background-color: #ffc709;
  color: #fff;
}

/* line 69, node_modules/bulma/sass/elements/tag.sass */

.tag:not(body).is-info {
  background-color: #209cee;
  color: #fff;
}

/* line 69, node_modules/bulma/sass/elements/tag.sass */

.tag:not(body).is-success {
  background-color: #23d160;
  color: #fff;
}

/* line 69, node_modules/bulma/sass/elements/tag.sass */

.tag:not(body).is-warning {
  background-color: #ffc709;
  color: rgba(0, 0, 0, 0.7);
}

/* line 69, node_modules/bulma/sass/elements/tag.sass */

.tag:not(body).is-danger {
  background-color: #ff3860;
  color: #fff;
}

/* line 80, node_modules/bulma/sass/elements/tag.sass */

.tag:not(body).is-normal {
  font-size: 0.875rem;
}

/* line 82, node_modules/bulma/sass/elements/tag.sass */

.tag:not(body).is-medium {
  font-size: 1rem;
}

/* line 84, node_modules/bulma/sass/elements/tag.sass */

.tag:not(body).is-large {
  font-size: 1.125rem;
}

/* line 87, node_modules/bulma/sass/elements/tag.sass */

.tag:not(body) .icon:first-child:not(:last-child) {
  margin-left: -0.375em;
  margin-right: 0.1875em;
}

/* line 90, node_modules/bulma/sass/elements/tag.sass */

.tag:not(body) .icon:last-child:not(:first-child) {
  margin-left: 0.1875em;
  margin-right: -0.375em;
}

/* line 93, node_modules/bulma/sass/elements/tag.sass */

.tag:not(body) .icon:first-child:last-child {
  margin-left: -0.375em;
  margin-right: -0.375em;
}

/* line 97, node_modules/bulma/sass/elements/tag.sass */

.tag:not(body).is-delete {
  margin-left: 1px;
  padding: 0;
  position: relative;
  width: 2em;
}

/* line 102, node_modules/bulma/sass/elements/tag.sass */

.tag:not(body).is-delete::before,
.tag:not(body).is-delete::after {
  background-color: currentColor;
  content: "";
  display: block;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
       -o-transform: translateX(-50%) translateY(-50%) rotate(45deg);
          transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -webkit-transform-origin: center center;
       -o-transform-origin: center center;
          transform-origin: center center;
}

/* line 112, node_modules/bulma/sass/elements/tag.sass */

.tag:not(body).is-delete::before {
  height: 1px;
  width: 50%;
}

/* line 115, node_modules/bulma/sass/elements/tag.sass */

.tag:not(body).is-delete::after {
  height: 50%;
  width: 1px;
}

/* line 118, node_modules/bulma/sass/elements/tag.sass */

.tag:not(body).is-delete:hover,
.tag:not(body).is-delete:focus {
  background-color: #090f0f;
}

/* line 121, node_modules/bulma/sass/elements/tag.sass */

.tag:not(body).is-delete:active {
  background-color: black;
}

/* line 123, node_modules/bulma/sass/elements/tag.sass */

.tag:not(body).is-rounded {
  border-radius: 290486px;
}

/* line 127, node_modules/bulma/sass/elements/tag.sass */

a.tag:hover {
  text-decoration: underline;
}

/* line 47, node_modules/bulma/sass/elements/button.sass */

.button {
  background-color: white;
  border-color: #f6f6f6;
  border-width: 1px;
  color: #363434;
  cursor: pointer;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 8px;
  padding-left: 50px;
  padding-right: 50px;
  padding-top: 8px;
  text-align: center;
  white-space: nowrap;
}

/* line 64, node_modules/bulma/sass/elements/button.sass */

.button strong {
  color: inherit;
}

/* line 67, node_modules/bulma/sass/elements/button.sass */

.button .icon,
.button .icon.is-small,
.button .icon.is-medium,
.button .icon.is-large {
  height: 1.5em;
  width: 1.5em;
}

/* line 73, node_modules/bulma/sass/elements/button.sass */

.button .icon:first-child:not(:last-child) {
  margin-left: calc(-25px - 1px);
  margin-right: 12.5px;
}

/* line 76, node_modules/bulma/sass/elements/button.sass */

.button .icon:last-child:not(:first-child) {
  margin-left: 12.5px;
  margin-right: calc(-25px - 1px);
}

/* line 79, node_modules/bulma/sass/elements/button.sass */

.button .icon:first-child:last-child {
  margin-left: calc(-25px - 1px);
  margin-right: calc(-25px - 1px);
}

/* line 83, node_modules/bulma/sass/elements/button.sass */

.button:hover,
.button.is-hovered {
  border-color: #e1e0dc;
  color: #363434;
}

/* line 87, node_modules/bulma/sass/elements/button.sass */

.button:focus,
.button.is-focused {
  border-color: #3273dc;
  color: #363434;
}

/* line 91, node_modules/bulma/sass/elements/button.sass */

.button:focus:not(:active),
.button.is-focused:not(:active) {
  -webkit-box-shadow: 0 0 0 0.125em rgba(255, 199, 9, 0.25);
          box-shadow: 0 0 0 0.125em rgba(255, 199, 9, 0.25);
}

/* line 93, node_modules/bulma/sass/elements/button.sass */

.button:active,
.button.is-active {
  border-color: #6b6b6b;
  color: #363434;
}

/* line 98, node_modules/bulma/sass/elements/button.sass */

.button.is-text {
  background-color: transparent;
  border-color: transparent;
  color: #131e1f;
  text-decoration: underline;
}

/* line 103, node_modules/bulma/sass/elements/button.sass */

.button.is-text:hover,
.button.is-text.is-hovered,
.button.is-text:focus,
.button.is-text.is-focused {
  background-color: #131e1f;
  color: #ffc709;
}

/* line 109, node_modules/bulma/sass/elements/button.sass */

.button.is-text:active,
.button.is-text.is-active {
  background-color: #090f0f;
  color: #ffc709;
}

/* line 113, node_modules/bulma/sass/elements/button.sass */

.button.is-text[disabled],
fieldset[disabled] .button.is-text {
  background-color: transparent;
  border-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}

/* line 121, node_modules/bulma/sass/elements/button.sass */

.button.is-white {
  background-color: white;
  border-color: transparent;
  color: #131e1f;
}

/* line 125, node_modules/bulma/sass/elements/button.sass */

.button.is-white:hover,
.button.is-white.is-hovered {
  background-color: #f9f9f9;
  border-color: transparent;
  color: #131e1f;
}

/* line 130, node_modules/bulma/sass/elements/button.sass */

.button.is-white:focus,
.button.is-white.is-focused {
  border-color: transparent;
  color: #131e1f;
}

/* line 134, node_modules/bulma/sass/elements/button.sass */

.button.is-white:focus:not(:active),
.button.is-white.is-focused:not(:active) {
  -webkit-box-shadow: 0 0 0 0.125em rgba(255, 255, 255, 0.25);
          box-shadow: 0 0 0 0.125em rgba(255, 255, 255, 0.25);
}

/* line 136, node_modules/bulma/sass/elements/button.sass */

.button.is-white:active,
.button.is-white.is-active {
  background-color: #f2f2f2;
  border-color: transparent;
  color: #131e1f;
}

/* line 141, node_modules/bulma/sass/elements/button.sass */

.button.is-white[disabled],
fieldset[disabled] .button.is-white {
  background-color: white;
  border-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}

/* line 146, node_modules/bulma/sass/elements/button.sass */

.button.is-white.is-inverted {
  background-color: #131e1f;
  color: white;
}

/* line 149, node_modules/bulma/sass/elements/button.sass */

.button.is-white.is-inverted:hover,
.button.is-white.is-inverted.is-hovered {
  background-color: #090f0f;
}

/* line 152, node_modules/bulma/sass/elements/button.sass */

.button.is-white.is-inverted[disabled],
fieldset[disabled] .button.is-white.is-inverted {
  background-color: #131e1f;
  border-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: white;
}

/* line 159, node_modules/bulma/sass/elements/button.sass */

.button.is-white.is-loading::after {
  border-color: transparent transparent #131e1f #131e1f !important;
}

/* line 161, node_modules/bulma/sass/elements/button.sass */

.button.is-white.is-outlined {
  background-color: transparent;
  border-color: white;
  color: white;
}

/* line 165, node_modules/bulma/sass/elements/button.sass */

.button.is-white.is-outlined:hover,
.button.is-white.is-outlined.is-hovered,
.button.is-white.is-outlined:focus,
.button.is-white.is-outlined.is-focused {
  background-color: white;
  border-color: white;
  color: #131e1f;
}

/* line 173, node_modules/bulma/sass/elements/button.sass */

.button.is-white.is-outlined.is-loading::after {
  border-color: transparent transparent white white !important;
}

/* line 179, node_modules/bulma/sass/elements/button.sass */

.button.is-white.is-outlined.is-loading:hover::after,
.button.is-white.is-outlined.is-loading.is-hovered::after,
.button.is-white.is-outlined.is-loading:focus::after,
.button.is-white.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #131e1f #131e1f !important;
}

/* line 181, node_modules/bulma/sass/elements/button.sass */

.button.is-white.is-outlined[disabled],
fieldset[disabled] .button.is-white.is-outlined {
  background-color: transparent;
  border-color: white;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: white;
}

/* line 187, node_modules/bulma/sass/elements/button.sass */

.button.is-white.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #131e1f;
  color: #131e1f;
}

/* line 191, node_modules/bulma/sass/elements/button.sass */

.button.is-white.is-inverted.is-outlined:hover,
.button.is-white.is-inverted.is-outlined.is-hovered,
.button.is-white.is-inverted.is-outlined:focus,
.button.is-white.is-inverted.is-outlined.is-focused {
  background-color: #131e1f;
  color: white;
}

/* line 202, node_modules/bulma/sass/elements/button.sass */

.button.is-white.is-inverted.is-outlined.is-loading:hover::after,
.button.is-white.is-inverted.is-outlined.is-loading.is-hovered::after,
.button.is-white.is-inverted.is-outlined.is-loading:focus::after,
.button.is-white.is-inverted.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent white white !important;
}

/* line 204, node_modules/bulma/sass/elements/button.sass */

.button.is-white.is-inverted.is-outlined[disabled],
fieldset[disabled] .button.is-white.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #131e1f;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #131e1f;
}

/* line 121, node_modules/bulma/sass/elements/button.sass */

.button.is-black {
  background-color: #131e1f;
  border-color: transparent;
  color: white;
}

/* line 125, node_modules/bulma/sass/elements/button.sass */

.button.is-black:hover,
.button.is-black.is-hovered {
  background-color: #0e1617;
  border-color: transparent;
  color: white;
}

/* line 130, node_modules/bulma/sass/elements/button.sass */

.button.is-black:focus,
.button.is-black.is-focused {
  border-color: transparent;
  color: white;
}

/* line 134, node_modules/bulma/sass/elements/button.sass */

.button.is-black:focus:not(:active),
.button.is-black.is-focused:not(:active) {
  -webkit-box-shadow: 0 0 0 0.125em rgba(19, 30, 31, 0.25);
          box-shadow: 0 0 0 0.125em rgba(19, 30, 31, 0.25);
}

/* line 136, node_modules/bulma/sass/elements/button.sass */

.button.is-black:active,
.button.is-black.is-active {
  background-color: #090f0f;
  border-color: transparent;
  color: white;
}

/* line 141, node_modules/bulma/sass/elements/button.sass */

.button.is-black[disabled],
fieldset[disabled] .button.is-black {
  background-color: #131e1f;
  border-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}

/* line 146, node_modules/bulma/sass/elements/button.sass */

.button.is-black.is-inverted {
  background-color: white;
  color: #131e1f;
}

/* line 149, node_modules/bulma/sass/elements/button.sass */

.button.is-black.is-inverted:hover,
.button.is-black.is-inverted.is-hovered {
  background-color: #f2f2f2;
}

/* line 152, node_modules/bulma/sass/elements/button.sass */

.button.is-black.is-inverted[disabled],
fieldset[disabled] .button.is-black.is-inverted {
  background-color: white;
  border-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #131e1f;
}

/* line 159, node_modules/bulma/sass/elements/button.sass */

.button.is-black.is-loading::after {
  border-color: transparent transparent white white !important;
}

/* line 161, node_modules/bulma/sass/elements/button.sass */

.button.is-black.is-outlined {
  background-color: transparent;
  border-color: #131e1f;
  color: #131e1f;
}

/* line 165, node_modules/bulma/sass/elements/button.sass */

.button.is-black.is-outlined:hover,
.button.is-black.is-outlined.is-hovered,
.button.is-black.is-outlined:focus,
.button.is-black.is-outlined.is-focused {
  background-color: #131e1f;
  border-color: #131e1f;
  color: white;
}

/* line 173, node_modules/bulma/sass/elements/button.sass */

.button.is-black.is-outlined.is-loading::after {
  border-color: transparent transparent #131e1f #131e1f !important;
}

/* line 179, node_modules/bulma/sass/elements/button.sass */

.button.is-black.is-outlined.is-loading:hover::after,
.button.is-black.is-outlined.is-loading.is-hovered::after,
.button.is-black.is-outlined.is-loading:focus::after,
.button.is-black.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent white white !important;
}

/* line 181, node_modules/bulma/sass/elements/button.sass */

.button.is-black.is-outlined[disabled],
fieldset[disabled] .button.is-black.is-outlined {
  background-color: transparent;
  border-color: #131e1f;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #131e1f;
}

/* line 187, node_modules/bulma/sass/elements/button.sass */

.button.is-black.is-inverted.is-outlined {
  background-color: transparent;
  border-color: white;
  color: white;
}

/* line 191, node_modules/bulma/sass/elements/button.sass */

.button.is-black.is-inverted.is-outlined:hover,
.button.is-black.is-inverted.is-outlined.is-hovered,
.button.is-black.is-inverted.is-outlined:focus,
.button.is-black.is-inverted.is-outlined.is-focused {
  background-color: white;
  color: #131e1f;
}

/* line 202, node_modules/bulma/sass/elements/button.sass */

.button.is-black.is-inverted.is-outlined.is-loading:hover::after,
.button.is-black.is-inverted.is-outlined.is-loading.is-hovered::after,
.button.is-black.is-inverted.is-outlined.is-loading:focus::after,
.button.is-black.is-inverted.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #131e1f #131e1f !important;
}

/* line 204, node_modules/bulma/sass/elements/button.sass */

.button.is-black.is-inverted.is-outlined[disabled],
fieldset[disabled] .button.is-black.is-inverted.is-outlined {
  background-color: transparent;
  border-color: white;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: white;
}

/* line 121, node_modules/bulma/sass/elements/button.sass */

.button.is-light {
  background-color: whitesmoke;
  border-color: transparent;
  color: #363434;
}

/* line 125, node_modules/bulma/sass/elements/button.sass */

.button.is-light:hover,
.button.is-light.is-hovered {
  background-color: #eeeeee;
  border-color: transparent;
  color: #363434;
}

/* line 130, node_modules/bulma/sass/elements/button.sass */

.button.is-light:focus,
.button.is-light.is-focused {
  border-color: transparent;
  color: #363434;
}

/* line 134, node_modules/bulma/sass/elements/button.sass */

.button.is-light:focus:not(:active),
.button.is-light.is-focused:not(:active) {
  -webkit-box-shadow: 0 0 0 0.125em rgba(245, 245, 245, 0.25);
          box-shadow: 0 0 0 0.125em rgba(245, 245, 245, 0.25);
}

/* line 136, node_modules/bulma/sass/elements/button.sass */

.button.is-light:active,
.button.is-light.is-active {
  background-color: #e8e8e8;
  border-color: transparent;
  color: #363434;
}

/* line 141, node_modules/bulma/sass/elements/button.sass */

.button.is-light[disabled],
fieldset[disabled] .button.is-light {
  background-color: whitesmoke;
  border-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}

/* line 146, node_modules/bulma/sass/elements/button.sass */

.button.is-light.is-inverted {
  background-color: #363434;
  color: whitesmoke;
}

/* line 149, node_modules/bulma/sass/elements/button.sass */

.button.is-light.is-inverted:hover,
.button.is-light.is-inverted.is-hovered {
  background-color: #292727;
}

/* line 152, node_modules/bulma/sass/elements/button.sass */

.button.is-light.is-inverted[disabled],
fieldset[disabled] .button.is-light.is-inverted {
  background-color: #363434;
  border-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: whitesmoke;
}

/* line 159, node_modules/bulma/sass/elements/button.sass */

.button.is-light.is-loading::after {
  border-color: transparent transparent #363434 #363434 !important;
}

/* line 161, node_modules/bulma/sass/elements/button.sass */

.button.is-light.is-outlined {
  background-color: transparent;
  border-color: whitesmoke;
  color: whitesmoke;
}

/* line 165, node_modules/bulma/sass/elements/button.sass */

.button.is-light.is-outlined:hover,
.button.is-light.is-outlined.is-hovered,
.button.is-light.is-outlined:focus,
.button.is-light.is-outlined.is-focused {
  background-color: whitesmoke;
  border-color: whitesmoke;
  color: #363434;
}

/* line 173, node_modules/bulma/sass/elements/button.sass */

.button.is-light.is-outlined.is-loading::after {
  border-color: transparent transparent whitesmoke whitesmoke !important;
}

/* line 179, node_modules/bulma/sass/elements/button.sass */

.button.is-light.is-outlined.is-loading:hover::after,
.button.is-light.is-outlined.is-loading.is-hovered::after,
.button.is-light.is-outlined.is-loading:focus::after,
.button.is-light.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #363434 #363434 !important;
}

/* line 181, node_modules/bulma/sass/elements/button.sass */

.button.is-light.is-outlined[disabled],
fieldset[disabled] .button.is-light.is-outlined {
  background-color: transparent;
  border-color: whitesmoke;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: whitesmoke;
}

/* line 187, node_modules/bulma/sass/elements/button.sass */

.button.is-light.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #363434;
  color: #363434;
}

/* line 191, node_modules/bulma/sass/elements/button.sass */

.button.is-light.is-inverted.is-outlined:hover,
.button.is-light.is-inverted.is-outlined.is-hovered,
.button.is-light.is-inverted.is-outlined:focus,
.button.is-light.is-inverted.is-outlined.is-focused {
  background-color: #363434;
  color: whitesmoke;
}

/* line 202, node_modules/bulma/sass/elements/button.sass */

.button.is-light.is-inverted.is-outlined.is-loading:hover::after,
.button.is-light.is-inverted.is-outlined.is-loading.is-hovered::after,
.button.is-light.is-inverted.is-outlined.is-loading:focus::after,
.button.is-light.is-inverted.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent whitesmoke whitesmoke !important;
}

/* line 204, node_modules/bulma/sass/elements/button.sass */

.button.is-light.is-inverted.is-outlined[disabled],
fieldset[disabled] .button.is-light.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #363434;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #363434;
}

/* line 121, node_modules/bulma/sass/elements/button.sass */

.button.is-dark {
  background-color: #363434;
  border-color: transparent;
  color: whitesmoke;
}

/* line 125, node_modules/bulma/sass/elements/button.sass */

.button.is-dark:hover,
.button.is-dark.is-hovered {
  background-color: #302e2e;
  border-color: transparent;
  color: whitesmoke;
}

/* line 130, node_modules/bulma/sass/elements/button.sass */

.button.is-dark:focus,
.button.is-dark.is-focused {
  border-color: transparent;
  color: whitesmoke;
}

/* line 134, node_modules/bulma/sass/elements/button.sass */

.button.is-dark:focus:not(:active),
.button.is-dark.is-focused:not(:active) {
  -webkit-box-shadow: 0 0 0 0.125em rgba(54, 52, 52, 0.25);
          box-shadow: 0 0 0 0.125em rgba(54, 52, 52, 0.25);
}

/* line 136, node_modules/bulma/sass/elements/button.sass */

.button.is-dark:active,
.button.is-dark.is-active {
  background-color: #292727;
  border-color: transparent;
  color: whitesmoke;
}

/* line 141, node_modules/bulma/sass/elements/button.sass */

.button.is-dark[disabled],
fieldset[disabled] .button.is-dark {
  background-color: #363434;
  border-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}

/* line 146, node_modules/bulma/sass/elements/button.sass */

.button.is-dark.is-inverted {
  background-color: whitesmoke;
  color: #363434;
}

/* line 149, node_modules/bulma/sass/elements/button.sass */

.button.is-dark.is-inverted:hover,
.button.is-dark.is-inverted.is-hovered {
  background-color: #e8e8e8;
}

/* line 152, node_modules/bulma/sass/elements/button.sass */

.button.is-dark.is-inverted[disabled],
fieldset[disabled] .button.is-dark.is-inverted {
  background-color: whitesmoke;
  border-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #363434;
}

/* line 159, node_modules/bulma/sass/elements/button.sass */

.button.is-dark.is-loading::after {
  border-color: transparent transparent whitesmoke whitesmoke !important;
}

/* line 161, node_modules/bulma/sass/elements/button.sass */

.button.is-dark.is-outlined {
  background-color: transparent;
  border-color: #363434;
  color: #363434;
}

/* line 165, node_modules/bulma/sass/elements/button.sass */

.button.is-dark.is-outlined:hover,
.button.is-dark.is-outlined.is-hovered,
.button.is-dark.is-outlined:focus,
.button.is-dark.is-outlined.is-focused {
  background-color: #363434;
  border-color: #363434;
  color: whitesmoke;
}

/* line 173, node_modules/bulma/sass/elements/button.sass */

.button.is-dark.is-outlined.is-loading::after {
  border-color: transparent transparent #363434 #363434 !important;
}

/* line 179, node_modules/bulma/sass/elements/button.sass */

.button.is-dark.is-outlined.is-loading:hover::after,
.button.is-dark.is-outlined.is-loading.is-hovered::after,
.button.is-dark.is-outlined.is-loading:focus::after,
.button.is-dark.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent whitesmoke whitesmoke !important;
}

/* line 181, node_modules/bulma/sass/elements/button.sass */

.button.is-dark.is-outlined[disabled],
fieldset[disabled] .button.is-dark.is-outlined {
  background-color: transparent;
  border-color: #363434;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #363434;
}

/* line 187, node_modules/bulma/sass/elements/button.sass */

.button.is-dark.is-inverted.is-outlined {
  background-color: transparent;
  border-color: whitesmoke;
  color: whitesmoke;
}

/* line 191, node_modules/bulma/sass/elements/button.sass */

.button.is-dark.is-inverted.is-outlined:hover,
.button.is-dark.is-inverted.is-outlined.is-hovered,
.button.is-dark.is-inverted.is-outlined:focus,
.button.is-dark.is-inverted.is-outlined.is-focused {
  background-color: whitesmoke;
  color: #363434;
}

/* line 202, node_modules/bulma/sass/elements/button.sass */

.button.is-dark.is-inverted.is-outlined.is-loading:hover::after,
.button.is-dark.is-inverted.is-outlined.is-loading.is-hovered::after,
.button.is-dark.is-inverted.is-outlined.is-loading:focus::after,
.button.is-dark.is-inverted.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #363434 #363434 !important;
}

/* line 204, node_modules/bulma/sass/elements/button.sass */

.button.is-dark.is-inverted.is-outlined[disabled],
fieldset[disabled] .button.is-dark.is-inverted.is-outlined {
  background-color: transparent;
  border-color: whitesmoke;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: whitesmoke;
}

/* line 121, node_modules/bulma/sass/elements/button.sass */

.button.is-primary {
  background-color: #ffc709;
  border-color: transparent;
  color: #fff;
}

/* line 125, node_modules/bulma/sass/elements/button.sass */

.button.is-primary:hover,
.button.is-primary.is-hovered {
  background-color: #fbc200;
  border-color: transparent;
  color: #fff;
}

/* line 130, node_modules/bulma/sass/elements/button.sass */

.button.is-primary:focus,
.button.is-primary.is-focused {
  border-color: transparent;
  color: #fff;
}

/* line 134, node_modules/bulma/sass/elements/button.sass */

.button.is-primary:focus:not(:active),
.button.is-primary.is-focused:not(:active) {
  -webkit-box-shadow: 0 0 0 0.125em rgba(255, 199, 9, 0.25);
          box-shadow: 0 0 0 0.125em rgba(255, 199, 9, 0.25);
}

/* line 136, node_modules/bulma/sass/elements/button.sass */

.button.is-primary:active,
.button.is-primary.is-active {
  background-color: #efb800;
  border-color: transparent;
  color: #fff;
}

/* line 141, node_modules/bulma/sass/elements/button.sass */

.button.is-primary[disabled],
fieldset[disabled] .button.is-primary {
  background-color: #ffc709;
  border-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}

/* line 146, node_modules/bulma/sass/elements/button.sass */

.button.is-primary.is-inverted {
  background-color: #fff;
  color: #ffc709;
}

/* line 149, node_modules/bulma/sass/elements/button.sass */

.button.is-primary.is-inverted:hover,
.button.is-primary.is-inverted.is-hovered {
  background-color: #f2f2f2;
}

/* line 152, node_modules/bulma/sass/elements/button.sass */

.button.is-primary.is-inverted[disabled],
fieldset[disabled] .button.is-primary.is-inverted {
  background-color: #fff;
  border-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #ffc709;
}

/* line 159, node_modules/bulma/sass/elements/button.sass */

.button.is-primary.is-loading::after {
  border-color: transparent transparent #fff #fff !important;
}

/* line 161, node_modules/bulma/sass/elements/button.sass */

.button.is-primary.is-outlined {
  background-color: transparent;
  border-color: #ffc709;
  color: #ffc709;
}

/* line 165, node_modules/bulma/sass/elements/button.sass */

.button.is-primary.is-outlined:hover,
.button.is-primary.is-outlined.is-hovered,
.button.is-primary.is-outlined:focus,
.button.is-primary.is-outlined.is-focused {
  background-color: #ffc709;
  border-color: #ffc709;
  color: #fff;
}

/* line 173, node_modules/bulma/sass/elements/button.sass */

.button.is-primary.is-outlined.is-loading::after {
  border-color: transparent transparent #ffc709 #ffc709 !important;
}

/* line 179, node_modules/bulma/sass/elements/button.sass */

.button.is-primary.is-outlined.is-loading:hover::after,
.button.is-primary.is-outlined.is-loading.is-hovered::after,
.button.is-primary.is-outlined.is-loading:focus::after,
.button.is-primary.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #fff #fff !important;
}

/* line 181, node_modules/bulma/sass/elements/button.sass */

.button.is-primary.is-outlined[disabled],
fieldset[disabled] .button.is-primary.is-outlined {
  background-color: transparent;
  border-color: #ffc709;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #ffc709;
}

/* line 187, node_modules/bulma/sass/elements/button.sass */

.button.is-primary.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}

/* line 191, node_modules/bulma/sass/elements/button.sass */

.button.is-primary.is-inverted.is-outlined:hover,
.button.is-primary.is-inverted.is-outlined.is-hovered,
.button.is-primary.is-inverted.is-outlined:focus,
.button.is-primary.is-inverted.is-outlined.is-focused {
  background-color: #fff;
  color: #ffc709;
}

/* line 202, node_modules/bulma/sass/elements/button.sass */

.button.is-primary.is-inverted.is-outlined.is-loading:hover::after,
.button.is-primary.is-inverted.is-outlined.is-loading.is-hovered::after,
.button.is-primary.is-inverted.is-outlined.is-loading:focus::after,
.button.is-primary.is-inverted.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #ffc709 #ffc709 !important;
}

/* line 204, node_modules/bulma/sass/elements/button.sass */

.button.is-primary.is-inverted.is-outlined[disabled],
fieldset[disabled] .button.is-primary.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #fff;
}

/* line 121, node_modules/bulma/sass/elements/button.sass */

.button.is-link {
  background-color: #ffc709;
  border-color: transparent;
  color: #fff;
}

/* line 125, node_modules/bulma/sass/elements/button.sass */

.button.is-link:hover,
.button.is-link.is-hovered {
  background-color: #fbc200;
  border-color: transparent;
  color: #fff;
}

/* line 130, node_modules/bulma/sass/elements/button.sass */

.button.is-link:focus,
.button.is-link.is-focused {
  border-color: transparent;
  color: #fff;
}

/* line 134, node_modules/bulma/sass/elements/button.sass */

.button.is-link:focus:not(:active),
.button.is-link.is-focused:not(:active) {
  -webkit-box-shadow: 0 0 0 0.125em rgba(255, 199, 9, 0.25);
          box-shadow: 0 0 0 0.125em rgba(255, 199, 9, 0.25);
}

/* line 136, node_modules/bulma/sass/elements/button.sass */

.button.is-link:active,
.button.is-link.is-active {
  background-color: #efb800;
  border-color: transparent;
  color: #fff;
}

/* line 141, node_modules/bulma/sass/elements/button.sass */

.button.is-link[disabled],
fieldset[disabled] .button.is-link {
  background-color: #ffc709;
  border-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}

/* line 146, node_modules/bulma/sass/elements/button.sass */

.button.is-link.is-inverted {
  background-color: #fff;
  color: #ffc709;
}

/* line 149, node_modules/bulma/sass/elements/button.sass */

.button.is-link.is-inverted:hover,
.button.is-link.is-inverted.is-hovered {
  background-color: #f2f2f2;
}

/* line 152, node_modules/bulma/sass/elements/button.sass */

.button.is-link.is-inverted[disabled],
fieldset[disabled] .button.is-link.is-inverted {
  background-color: #fff;
  border-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #ffc709;
}

/* line 159, node_modules/bulma/sass/elements/button.sass */

.button.is-link.is-loading::after {
  border-color: transparent transparent #fff #fff !important;
}

/* line 161, node_modules/bulma/sass/elements/button.sass */

.button.is-link.is-outlined {
  background-color: transparent;
  border-color: #ffc709;
  color: #ffc709;
}

/* line 165, node_modules/bulma/sass/elements/button.sass */

.button.is-link.is-outlined:hover,
.button.is-link.is-outlined.is-hovered,
.button.is-link.is-outlined:focus,
.button.is-link.is-outlined.is-focused {
  background-color: #ffc709;
  border-color: #ffc709;
  color: #fff;
}

/* line 173, node_modules/bulma/sass/elements/button.sass */

.button.is-link.is-outlined.is-loading::after {
  border-color: transparent transparent #ffc709 #ffc709 !important;
}

/* line 179, node_modules/bulma/sass/elements/button.sass */

.button.is-link.is-outlined.is-loading:hover::after,
.button.is-link.is-outlined.is-loading.is-hovered::after,
.button.is-link.is-outlined.is-loading:focus::after,
.button.is-link.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #fff #fff !important;
}

/* line 181, node_modules/bulma/sass/elements/button.sass */

.button.is-link.is-outlined[disabled],
fieldset[disabled] .button.is-link.is-outlined {
  background-color: transparent;
  border-color: #ffc709;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #ffc709;
}

/* line 187, node_modules/bulma/sass/elements/button.sass */

.button.is-link.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}

/* line 191, node_modules/bulma/sass/elements/button.sass */

.button.is-link.is-inverted.is-outlined:hover,
.button.is-link.is-inverted.is-outlined.is-hovered,
.button.is-link.is-inverted.is-outlined:focus,
.button.is-link.is-inverted.is-outlined.is-focused {
  background-color: #fff;
  color: #ffc709;
}

/* line 202, node_modules/bulma/sass/elements/button.sass */

.button.is-link.is-inverted.is-outlined.is-loading:hover::after,
.button.is-link.is-inverted.is-outlined.is-loading.is-hovered::after,
.button.is-link.is-inverted.is-outlined.is-loading:focus::after,
.button.is-link.is-inverted.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #ffc709 #ffc709 !important;
}

/* line 204, node_modules/bulma/sass/elements/button.sass */

.button.is-link.is-inverted.is-outlined[disabled],
fieldset[disabled] .button.is-link.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #fff;
}

/* line 121, node_modules/bulma/sass/elements/button.sass */

.button.is-info {
  background-color: #209cee;
  border-color: transparent;
  color: #fff;
}

/* line 125, node_modules/bulma/sass/elements/button.sass */

.button.is-info:hover,
.button.is-info.is-hovered {
  background-color: #1496ed;
  border-color: transparent;
  color: #fff;
}

/* line 130, node_modules/bulma/sass/elements/button.sass */

.button.is-info:focus,
.button.is-info.is-focused {
  border-color: transparent;
  color: #fff;
}

/* line 134, node_modules/bulma/sass/elements/button.sass */

.button.is-info:focus:not(:active),
.button.is-info.is-focused:not(:active) {
  -webkit-box-shadow: 0 0 0 0.125em rgba(32, 156, 238, 0.25);
          box-shadow: 0 0 0 0.125em rgba(32, 156, 238, 0.25);
}

/* line 136, node_modules/bulma/sass/elements/button.sass */

.button.is-info:active,
.button.is-info.is-active {
  background-color: #118fe4;
  border-color: transparent;
  color: #fff;
}

/* line 141, node_modules/bulma/sass/elements/button.sass */

.button.is-info[disabled],
fieldset[disabled] .button.is-info {
  background-color: #209cee;
  border-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}

/* line 146, node_modules/bulma/sass/elements/button.sass */

.button.is-info.is-inverted {
  background-color: #fff;
  color: #209cee;
}

/* line 149, node_modules/bulma/sass/elements/button.sass */

.button.is-info.is-inverted:hover,
.button.is-info.is-inverted.is-hovered {
  background-color: #f2f2f2;
}

/* line 152, node_modules/bulma/sass/elements/button.sass */

.button.is-info.is-inverted[disabled],
fieldset[disabled] .button.is-info.is-inverted {
  background-color: #fff;
  border-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #209cee;
}

/* line 159, node_modules/bulma/sass/elements/button.sass */

.button.is-info.is-loading::after {
  border-color: transparent transparent #fff #fff !important;
}

/* line 161, node_modules/bulma/sass/elements/button.sass */

.button.is-info.is-outlined {
  background-color: transparent;
  border-color: #209cee;
  color: #209cee;
}

/* line 165, node_modules/bulma/sass/elements/button.sass */

.button.is-info.is-outlined:hover,
.button.is-info.is-outlined.is-hovered,
.button.is-info.is-outlined:focus,
.button.is-info.is-outlined.is-focused {
  background-color: #209cee;
  border-color: #209cee;
  color: #fff;
}

/* line 173, node_modules/bulma/sass/elements/button.sass */

.button.is-info.is-outlined.is-loading::after {
  border-color: transparent transparent #209cee #209cee !important;
}

/* line 179, node_modules/bulma/sass/elements/button.sass */

.button.is-info.is-outlined.is-loading:hover::after,
.button.is-info.is-outlined.is-loading.is-hovered::after,
.button.is-info.is-outlined.is-loading:focus::after,
.button.is-info.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #fff #fff !important;
}

/* line 181, node_modules/bulma/sass/elements/button.sass */

.button.is-info.is-outlined[disabled],
fieldset[disabled] .button.is-info.is-outlined {
  background-color: transparent;
  border-color: #209cee;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #209cee;
}

/* line 187, node_modules/bulma/sass/elements/button.sass */

.button.is-info.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}

/* line 191, node_modules/bulma/sass/elements/button.sass */

.button.is-info.is-inverted.is-outlined:hover,
.button.is-info.is-inverted.is-outlined.is-hovered,
.button.is-info.is-inverted.is-outlined:focus,
.button.is-info.is-inverted.is-outlined.is-focused {
  background-color: #fff;
  color: #209cee;
}

/* line 202, node_modules/bulma/sass/elements/button.sass */

.button.is-info.is-inverted.is-outlined.is-loading:hover::after,
.button.is-info.is-inverted.is-outlined.is-loading.is-hovered::after,
.button.is-info.is-inverted.is-outlined.is-loading:focus::after,
.button.is-info.is-inverted.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #209cee #209cee !important;
}

/* line 204, node_modules/bulma/sass/elements/button.sass */

.button.is-info.is-inverted.is-outlined[disabled],
fieldset[disabled] .button.is-info.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #fff;
}

/* line 121, node_modules/bulma/sass/elements/button.sass */

.button.is-success {
  background-color: #23d160;
  border-color: transparent;
  color: #fff;
}

/* line 125, node_modules/bulma/sass/elements/button.sass */

.button.is-success:hover,
.button.is-success.is-hovered {
  background-color: #22c65b;
  border-color: transparent;
  color: #fff;
}

/* line 130, node_modules/bulma/sass/elements/button.sass */

.button.is-success:focus,
.button.is-success.is-focused {
  border-color: transparent;
  color: #fff;
}

/* line 134, node_modules/bulma/sass/elements/button.sass */

.button.is-success:focus:not(:active),
.button.is-success.is-focused:not(:active) {
  -webkit-box-shadow: 0 0 0 0.125em rgba(35, 209, 96, 0.25);
          box-shadow: 0 0 0 0.125em rgba(35, 209, 96, 0.25);
}

/* line 136, node_modules/bulma/sass/elements/button.sass */

.button.is-success:active,
.button.is-success.is-active {
  background-color: #20bc56;
  border-color: transparent;
  color: #fff;
}

/* line 141, node_modules/bulma/sass/elements/button.sass */

.button.is-success[disabled],
fieldset[disabled] .button.is-success {
  background-color: #23d160;
  border-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}

/* line 146, node_modules/bulma/sass/elements/button.sass */

.button.is-success.is-inverted {
  background-color: #fff;
  color: #23d160;
}

/* line 149, node_modules/bulma/sass/elements/button.sass */

.button.is-success.is-inverted:hover,
.button.is-success.is-inverted.is-hovered {
  background-color: #f2f2f2;
}

/* line 152, node_modules/bulma/sass/elements/button.sass */

.button.is-success.is-inverted[disabled],
fieldset[disabled] .button.is-success.is-inverted {
  background-color: #fff;
  border-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #23d160;
}

/* line 159, node_modules/bulma/sass/elements/button.sass */

.button.is-success.is-loading::after {
  border-color: transparent transparent #fff #fff !important;
}

/* line 161, node_modules/bulma/sass/elements/button.sass */

.button.is-success.is-outlined {
  background-color: transparent;
  border-color: #23d160;
  color: #23d160;
}

/* line 165, node_modules/bulma/sass/elements/button.sass */

.button.is-success.is-outlined:hover,
.button.is-success.is-outlined.is-hovered,
.button.is-success.is-outlined:focus,
.button.is-success.is-outlined.is-focused {
  background-color: #23d160;
  border-color: #23d160;
  color: #fff;
}

/* line 173, node_modules/bulma/sass/elements/button.sass */

.button.is-success.is-outlined.is-loading::after {
  border-color: transparent transparent #23d160 #23d160 !important;
}

/* line 179, node_modules/bulma/sass/elements/button.sass */

.button.is-success.is-outlined.is-loading:hover::after,
.button.is-success.is-outlined.is-loading.is-hovered::after,
.button.is-success.is-outlined.is-loading:focus::after,
.button.is-success.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #fff #fff !important;
}

/* line 181, node_modules/bulma/sass/elements/button.sass */

.button.is-success.is-outlined[disabled],
fieldset[disabled] .button.is-success.is-outlined {
  background-color: transparent;
  border-color: #23d160;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #23d160;
}

/* line 187, node_modules/bulma/sass/elements/button.sass */

.button.is-success.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}

/* line 191, node_modules/bulma/sass/elements/button.sass */

.button.is-success.is-inverted.is-outlined:hover,
.button.is-success.is-inverted.is-outlined.is-hovered,
.button.is-success.is-inverted.is-outlined:focus,
.button.is-success.is-inverted.is-outlined.is-focused {
  background-color: #fff;
  color: #23d160;
}

/* line 202, node_modules/bulma/sass/elements/button.sass */

.button.is-success.is-inverted.is-outlined.is-loading:hover::after,
.button.is-success.is-inverted.is-outlined.is-loading.is-hovered::after,
.button.is-success.is-inverted.is-outlined.is-loading:focus::after,
.button.is-success.is-inverted.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #23d160 #23d160 !important;
}

/* line 204, node_modules/bulma/sass/elements/button.sass */

.button.is-success.is-inverted.is-outlined[disabled],
fieldset[disabled] .button.is-success.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #fff;
}

/* line 121, node_modules/bulma/sass/elements/button.sass */

.button.is-warning {
  background-color: #ffc709;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}

/* line 125, node_modules/bulma/sass/elements/button.sass */

.button.is-warning:hover,
.button.is-warning.is-hovered {
  background-color: #fbc200;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}

/* line 130, node_modules/bulma/sass/elements/button.sass */

.button.is-warning:focus,
.button.is-warning.is-focused {
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}

/* line 134, node_modules/bulma/sass/elements/button.sass */

.button.is-warning:focus:not(:active),
.button.is-warning.is-focused:not(:active) {
  -webkit-box-shadow: 0 0 0 0.125em rgba(255, 199, 9, 0.25);
          box-shadow: 0 0 0 0.125em rgba(255, 199, 9, 0.25);
}

/* line 136, node_modules/bulma/sass/elements/button.sass */

.button.is-warning:active,
.button.is-warning.is-active {
  background-color: #efb800;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}

/* line 141, node_modules/bulma/sass/elements/button.sass */

.button.is-warning[disabled],
fieldset[disabled] .button.is-warning {
  background-color: #ffc709;
  border-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}

/* line 146, node_modules/bulma/sass/elements/button.sass */

.button.is-warning.is-inverted {
  background-color: rgba(0, 0, 0, 0.7);
  color: #ffc709;
}

/* line 149, node_modules/bulma/sass/elements/button.sass */

.button.is-warning.is-inverted:hover,
.button.is-warning.is-inverted.is-hovered {
  background-color: rgba(0, 0, 0, 0.7);
}

/* line 152, node_modules/bulma/sass/elements/button.sass */

.button.is-warning.is-inverted[disabled],
fieldset[disabled] .button.is-warning.is-inverted {
  background-color: rgba(0, 0, 0, 0.7);
  border-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #ffc709;
}

/* line 159, node_modules/bulma/sass/elements/button.sass */

.button.is-warning.is-loading::after {
  border-color: transparent transparent rgba(0, 0, 0, 0.7) rgba(0, 0, 0, 0.7) !important;
}

/* line 161, node_modules/bulma/sass/elements/button.sass */

.button.is-warning.is-outlined {
  background-color: transparent;
  border-color: #ffc709;
  color: #ffc709;
}

/* line 165, node_modules/bulma/sass/elements/button.sass */

.button.is-warning.is-outlined:hover,
.button.is-warning.is-outlined.is-hovered,
.button.is-warning.is-outlined:focus,
.button.is-warning.is-outlined.is-focused {
  background-color: #ffc709;
  border-color: #ffc709;
  color: rgba(0, 0, 0, 0.7);
}

/* line 173, node_modules/bulma/sass/elements/button.sass */

.button.is-warning.is-outlined.is-loading::after {
  border-color: transparent transparent #ffc709 #ffc709 !important;
}

/* line 179, node_modules/bulma/sass/elements/button.sass */

.button.is-warning.is-outlined.is-loading:hover::after,
.button.is-warning.is-outlined.is-loading.is-hovered::after,
.button.is-warning.is-outlined.is-loading:focus::after,
.button.is-warning.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent rgba(0, 0, 0, 0.7) rgba(0, 0, 0, 0.7) !important;
}

/* line 181, node_modules/bulma/sass/elements/button.sass */

.button.is-warning.is-outlined[disabled],
fieldset[disabled] .button.is-warning.is-outlined {
  background-color: transparent;
  border-color: #ffc709;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #ffc709;
}

/* line 187, node_modules/bulma/sass/elements/button.sass */

.button.is-warning.is-inverted.is-outlined {
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0.7);
  color: rgba(0, 0, 0, 0.7);
}

/* line 191, node_modules/bulma/sass/elements/button.sass */

.button.is-warning.is-inverted.is-outlined:hover,
.button.is-warning.is-inverted.is-outlined.is-hovered,
.button.is-warning.is-inverted.is-outlined:focus,
.button.is-warning.is-inverted.is-outlined.is-focused {
  background-color: rgba(0, 0, 0, 0.7);
  color: #ffc709;
}

/* line 202, node_modules/bulma/sass/elements/button.sass */

.button.is-warning.is-inverted.is-outlined.is-loading:hover::after,
.button.is-warning.is-inverted.is-outlined.is-loading.is-hovered::after,
.button.is-warning.is-inverted.is-outlined.is-loading:focus::after,
.button.is-warning.is-inverted.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #ffc709 #ffc709 !important;
}

/* line 204, node_modules/bulma/sass/elements/button.sass */

.button.is-warning.is-inverted.is-outlined[disabled],
fieldset[disabled] .button.is-warning.is-inverted.is-outlined {
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0.7);
  -webkit-box-shadow: none;
          box-shadow: none;
  color: rgba(0, 0, 0, 0.7);
}

/* line 121, node_modules/bulma/sass/elements/button.sass */

.button.is-danger {
  background-color: #ff3860;
  border-color: transparent;
  color: #fff;
}

/* line 125, node_modules/bulma/sass/elements/button.sass */

.button.is-danger:hover,
.button.is-danger.is-hovered {
  background-color: #ff2b56;
  border-color: transparent;
  color: #fff;
}

/* line 130, node_modules/bulma/sass/elements/button.sass */

.button.is-danger:focus,
.button.is-danger.is-focused {
  border-color: transparent;
  color: #fff;
}

/* line 134, node_modules/bulma/sass/elements/button.sass */

.button.is-danger:focus:not(:active),
.button.is-danger.is-focused:not(:active) {
  -webkit-box-shadow: 0 0 0 0.125em rgba(255, 56, 96, 0.25);
          box-shadow: 0 0 0 0.125em rgba(255, 56, 96, 0.25);
}

/* line 136, node_modules/bulma/sass/elements/button.sass */

.button.is-danger:active,
.button.is-danger.is-active {
  background-color: #ff1f4b;
  border-color: transparent;
  color: #fff;
}

/* line 141, node_modules/bulma/sass/elements/button.sass */

.button.is-danger[disabled],
fieldset[disabled] .button.is-danger {
  background-color: #ff3860;
  border-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}

/* line 146, node_modules/bulma/sass/elements/button.sass */

.button.is-danger.is-inverted {
  background-color: #fff;
  color: #ff3860;
}

/* line 149, node_modules/bulma/sass/elements/button.sass */

.button.is-danger.is-inverted:hover,
.button.is-danger.is-inverted.is-hovered {
  background-color: #f2f2f2;
}

/* line 152, node_modules/bulma/sass/elements/button.sass */

.button.is-danger.is-inverted[disabled],
fieldset[disabled] .button.is-danger.is-inverted {
  background-color: #fff;
  border-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #ff3860;
}

/* line 159, node_modules/bulma/sass/elements/button.sass */

.button.is-danger.is-loading::after {
  border-color: transparent transparent #fff #fff !important;
}

/* line 161, node_modules/bulma/sass/elements/button.sass */

.button.is-danger.is-outlined {
  background-color: transparent;
  border-color: #ff3860;
  color: #ff3860;
}

/* line 165, node_modules/bulma/sass/elements/button.sass */

.button.is-danger.is-outlined:hover,
.button.is-danger.is-outlined.is-hovered,
.button.is-danger.is-outlined:focus,
.button.is-danger.is-outlined.is-focused {
  background-color: #ff3860;
  border-color: #ff3860;
  color: #fff;
}

/* line 173, node_modules/bulma/sass/elements/button.sass */

.button.is-danger.is-outlined.is-loading::after {
  border-color: transparent transparent #ff3860 #ff3860 !important;
}

/* line 179, node_modules/bulma/sass/elements/button.sass */

.button.is-danger.is-outlined.is-loading:hover::after,
.button.is-danger.is-outlined.is-loading.is-hovered::after,
.button.is-danger.is-outlined.is-loading:focus::after,
.button.is-danger.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #fff #fff !important;
}

/* line 181, node_modules/bulma/sass/elements/button.sass */

.button.is-danger.is-outlined[disabled],
fieldset[disabled] .button.is-danger.is-outlined {
  background-color: transparent;
  border-color: #ff3860;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #ff3860;
}

/* line 187, node_modules/bulma/sass/elements/button.sass */

.button.is-danger.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}

/* line 191, node_modules/bulma/sass/elements/button.sass */

.button.is-danger.is-inverted.is-outlined:hover,
.button.is-danger.is-inverted.is-outlined.is-hovered,
.button.is-danger.is-inverted.is-outlined:focus,
.button.is-danger.is-inverted.is-outlined.is-focused {
  background-color: #fff;
  color: #ff3860;
}

/* line 202, node_modules/bulma/sass/elements/button.sass */

.button.is-danger.is-inverted.is-outlined.is-loading:hover::after,
.button.is-danger.is-inverted.is-outlined.is-loading.is-hovered::after,
.button.is-danger.is-inverted.is-outlined.is-loading:focus::after,
.button.is-danger.is-inverted.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #ff3860 #ff3860 !important;
}

/* line 204, node_modules/bulma/sass/elements/button.sass */

.button.is-danger.is-inverted.is-outlined[disabled],
fieldset[disabled] .button.is-danger.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #fff;
}

/* line 228, node_modules/bulma/sass/elements/button.sass */

.button.is-small {
  border-radius: 0;
  font-size: 0.875rem;
}

/* line 230, node_modules/bulma/sass/elements/button.sass */

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

/* line 232, node_modules/bulma/sass/elements/button.sass */

.button.is-medium {
  font-size: 1.125rem;
}

/* line 234, node_modules/bulma/sass/elements/button.sass */

.button.is-large {
  font-size: 1.625rem;
}

/* line 237, node_modules/bulma/sass/elements/button.sass */

.button[disabled],
fieldset[disabled] .button {
  background-color: white;
  border-color: #f6f6f6;
  -webkit-box-shadow: none;
          box-shadow: none;
  opacity: 0.5;
}

/* line 243, node_modules/bulma/sass/elements/button.sass */

.button.is-fullwidth {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

/* line 246, node_modules/bulma/sass/elements/button.sass */

.button.is-loading {
  color: transparent !important;
  pointer-events: none;
}

/* line 249, node_modules/bulma/sass/elements/button.sass */

.button.is-loading::after {
  position: absolute;
  left: calc(50% - (1em / 2));
  top: calc(50% - (1em / 2));
  position: absolute !important;
}

/* line 253, node_modules/bulma/sass/elements/button.sass */

.button.is-static {
  background-color: whitesmoke;
  border-color: #f6f6f6;
  color: #898989;
  -webkit-box-shadow: none;
          box-shadow: none;
  pointer-events: none;
}

/* line 259, node_modules/bulma/sass/elements/button.sass */

.button.is-rounded {
  border-radius: 290486px;
  padding-left: calc(50px + 0.25em);
  padding-right: calc(50px + 0.25em);
}

/* line 264, node_modules/bulma/sass/elements/button.sass */

.buttons {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

/* line 269, node_modules/bulma/sass/elements/button.sass */

.buttons .button {
  margin-bottom: 0.5rem;
}

/* line 271, node_modules/bulma/sass/elements/button.sass */

.buttons .button:not(:last-child):not(.is-fullwidth) {
  margin-right: 0.5rem;
}

/* line 273, node_modules/bulma/sass/elements/button.sass */

.buttons:last-child {
  margin-bottom: -0.5rem;
}

/* line 275, node_modules/bulma/sass/elements/button.sass */

.buttons:not(:last-child) {
  margin-bottom: 1rem;
}

/* line 279, node_modules/bulma/sass/elements/button.sass */

.buttons.are-small .button:not(.is-normal):not(.is-medium):not(.is-large) {
  border-radius: 0;
  font-size: 0.875rem;
}

/* line 282, node_modules/bulma/sass/elements/button.sass */

.buttons.are-medium .button:not(.is-small):not(.is-normal):not(.is-large) {
  font-size: 1.125rem;
}

/* line 285, node_modules/bulma/sass/elements/button.sass */

.buttons.are-large .button:not(.is-small):not(.is-normal):not(.is-medium) {
  font-size: 1.625rem;
}

/* line 289, node_modules/bulma/sass/elements/button.sass */

.buttons.has-addons .button:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

/* line 292, node_modules/bulma/sass/elements/button.sass */

.buttons.has-addons .button:not(:last-child) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  margin-right: -1px;
}

/* line 296, node_modules/bulma/sass/elements/button.sass */

.buttons.has-addons .button:last-child {
  margin-right: 0;
}

/* line 298, node_modules/bulma/sass/elements/button.sass */

.buttons.has-addons .button:hover,
.buttons.has-addons .button.is-hovered {
  z-index: 2;
}

/* line 301, node_modules/bulma/sass/elements/button.sass */

.buttons.has-addons .button:focus,
.buttons.has-addons .button.is-focused,
.buttons.has-addons .button:active,
.buttons.has-addons .button.is-active,
.buttons.has-addons .button.is-selected {
  z-index: 3;
}

/* line 307, node_modules/bulma/sass/elements/button.sass */

.buttons.has-addons .button:focus:hover,
.buttons.has-addons .button.is-focused:hover,
.buttons.has-addons .button:active:hover,
.buttons.has-addons .button.is-active:hover,
.buttons.has-addons .button.is-selected:hover {
  z-index: 4;
}

/* line 309, node_modules/bulma/sass/elements/button.sass */

.buttons.has-addons .button.is-expanded {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
}

/* line 312, node_modules/bulma/sass/elements/button.sass */

.buttons.is-centered {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* line 315, node_modules/bulma/sass/elements/button.sass */

.buttons.is-centered:not(.has-addons) .button:not(.is-fullwidth) {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

/* line 318, node_modules/bulma/sass/elements/button.sass */

.buttons.is-right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

/* line 321, node_modules/bulma/sass/elements/button.sass */

.buttons.is-right:not(.has-addons) .button:not(.is-fullwidth) {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

/* line 6, node_modules/bulma/sass/elements/notification.sass */

.notification {
  background-color: whitesmoke;
  border-radius: 0;
  padding: 1.25rem 2.5rem 1.25rem 1.5rem;
  position: relative;
}

/* line 12, node_modules/bulma/sass/elements/notification.sass */

.notification a:not(.button):not(.dropdown-item) {
  color: currentColor;
  text-decoration: underline;
}

/* line 15, node_modules/bulma/sass/elements/notification.sass */

.notification strong {
  color: currentColor;
}

/* line 17, node_modules/bulma/sass/elements/notification.sass */

.notification code,
.notification pre {
  background: white;
}

/* line 20, node_modules/bulma/sass/elements/notification.sass */

.notification pre code {
  background: transparent;
}

/* line 22, node_modules/bulma/sass/elements/notification.sass */

.notification > .delete {
  position: absolute;
  right: 0.5rem;
  top: 0.5rem;
}

/* line 26, node_modules/bulma/sass/elements/notification.sass */

.notification .title,
.notification .entry-content h1,
.entry-content .notification h1,
.notification .entry-content h2,
.entry-content .notification h2,
.notification .entry-content h3,
.entry-content .notification h3,
.notification .entry-content h4,
.entry-content .notification h4,
.notification .entry-content h5,
.entry-content .notification h5,
.notification .entry-content h6,
.entry-content .notification h6,
.notification .subtitle,
.notification .content {
  color: currentColor;
}

/* line 34, node_modules/bulma/sass/elements/notification.sass */

.notification.is-white {
  background-color: white;
  color: #131e1f;
}

/* line 34, node_modules/bulma/sass/elements/notification.sass */

.notification.is-black {
  background-color: #131e1f;
  color: white;
}

/* line 34, node_modules/bulma/sass/elements/notification.sass */

.notification.is-light {
  background-color: whitesmoke;
  color: #363434;
}

/* line 34, node_modules/bulma/sass/elements/notification.sass */

.notification.is-dark {
  background-color: #363434;
  color: whitesmoke;
}

/* line 34, node_modules/bulma/sass/elements/notification.sass */

.notification.is-primary {
  background-color: #ffc709;
  color: #fff;
}

/* line 34, node_modules/bulma/sass/elements/notification.sass */

.notification.is-link {
  background-color: #ffc709;
  color: #fff;
}

/* line 34, node_modules/bulma/sass/elements/notification.sass */

.notification.is-info {
  background-color: #209cee;
  color: #fff;
}

/* line 34, node_modules/bulma/sass/elements/notification.sass */

.notification.is-success {
  background-color: #23d160;
  color: #fff;
}

/* line 34, node_modules/bulma/sass/elements/notification.sass */

.notification.is-warning {
  background-color: #ffc709;
  color: rgba(0, 0, 0, 0.7);
}

/* line 34, node_modules/bulma/sass/elements/notification.sass */

.notification.is-danger {
  background-color: #ff3860;
  color: #fff;
}

/* line 54, node_modules/bulma/sass/form/shared.sass */

.input,
.textarea,
.select select {
  background-color: white;
  border-color: #c8c8c8;
  border-radius: 0;
  color: #131e1f;
}

/* line 68, node_modules/bulma/sass/utilities/mixins.sass */

.input::-moz-placeholder,
.textarea::-moz-placeholder,
.select select::-moz-placeholder {
  color: #131e1f;
}

/* line 68, node_modules/bulma/sass/utilities/mixins.sass */

.input::-webkit-input-placeholder,
.textarea::-webkit-input-placeholder,
.select select::-webkit-input-placeholder {
  color: #131e1f;
}

/* line 68, node_modules/bulma/sass/utilities/mixins.sass */

.input:-moz-placeholder,
.textarea:-moz-placeholder,
.select select:-moz-placeholder {
  color: #131e1f;
}

/* line 68, node_modules/bulma/sass/utilities/mixins.sass */

.input:-ms-input-placeholder,
.textarea:-ms-input-placeholder,
.select select:-ms-input-placeholder {
  color: #131e1f;
}

/* line 36, node_modules/bulma/sass/form/shared.sass */

.input:hover,
.textarea:hover,
.select select:hover,
.is-hovered.input,
.is-hovered.textarea,
.select select.is-hovered {
  border-color: #c8c8c8;
}

/* line 39, node_modules/bulma/sass/form/shared.sass */

.input:focus,
.textarea:focus,
.select select:focus,
.is-focused.input,
.is-focused.textarea,
.select select.is-focused,
.input:active,
.textarea:active,
.select select:active,
.is-active.input,
.is-active.textarea,
.select select.is-active {
  border-color: #c8c8c8;
  -webkit-box-shadow: none none;
          box-shadow: none none;
}

/* line 45, node_modules/bulma/sass/form/shared.sass */

.input[disabled],
.textarea[disabled],
.select select[disabled],
fieldset[disabled] .input,
fieldset[disabled] .textarea,
fieldset[disabled] .select select,
.select fieldset[disabled] select {
  background-color: whitesmoke;
  border-color: whitesmoke;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #898989;
}

/* line 68, node_modules/bulma/sass/utilities/mixins.sass */

.input[disabled]::-moz-placeholder,
.textarea[disabled]::-moz-placeholder,
.select select[disabled]::-moz-placeholder,
fieldset[disabled] .input::-moz-placeholder,
fieldset[disabled] .textarea::-moz-placeholder,
fieldset[disabled] .select select::-moz-placeholder,
.select fieldset[disabled] select::-moz-placeholder {
  color: #898989;
}

/* line 68, node_modules/bulma/sass/utilities/mixins.sass */

.input[disabled]::-webkit-input-placeholder,
.textarea[disabled]::-webkit-input-placeholder,
.select select[disabled]::-webkit-input-placeholder,
fieldset[disabled] .input::-webkit-input-placeholder,
fieldset[disabled] .textarea::-webkit-input-placeholder,
fieldset[disabled] .select select::-webkit-input-placeholder,
.select fieldset[disabled] select::-webkit-input-placeholder {
  color: #898989;
}

/* line 68, node_modules/bulma/sass/utilities/mixins.sass */

.input[disabled]:-moz-placeholder,
.textarea[disabled]:-moz-placeholder,
.select select[disabled]:-moz-placeholder,
fieldset[disabled] .input:-moz-placeholder,
fieldset[disabled] .textarea:-moz-placeholder,
fieldset[disabled] .select select:-moz-placeholder,
.select fieldset[disabled] select:-moz-placeholder {
  color: #898989;
}

/* line 68, node_modules/bulma/sass/utilities/mixins.sass */

.input[disabled]:-ms-input-placeholder,
.textarea[disabled]:-ms-input-placeholder,
.select select[disabled]:-ms-input-placeholder,
fieldset[disabled] .input:-ms-input-placeholder,
fieldset[disabled] .textarea:-ms-input-placeholder,
fieldset[disabled] .select select:-ms-input-placeholder,
.select fieldset[disabled] select:-ms-input-placeholder {
  color: #898989;
}

/* line 5, node_modules/bulma/sass/form/input-textarea.sass */

.input,
.textarea {
  -webkit-box-shadow: none;
          box-shadow: none;
  max-width: 100%;
  width: 100%;
}

/* line 10, node_modules/bulma/sass/form/input-textarea.sass */

.input[readonly],
.textarea[readonly] {
  -webkit-box-shadow: none;
          box-shadow: none;
}

/* line 15, node_modules/bulma/sass/form/input-textarea.sass */

.is-white.input,
.is-white.textarea {
  border-color: white;
}

/* line 17, node_modules/bulma/sass/form/input-textarea.sass */

.is-white.input:focus,
.is-white.textarea:focus,
.is-white.is-focused.input,
.is-white.is-focused.textarea,
.is-white.input:active,
.is-white.textarea:active,
.is-white.is-active.input,
.is-white.is-active.textarea {
  -webkit-box-shadow: none rgba(255, 255, 255, 0.25);
          box-shadow: none rgba(255, 255, 255, 0.25);
}

/* line 15, node_modules/bulma/sass/form/input-textarea.sass */

.is-black.input,
.is-black.textarea {
  border-color: #131e1f;
}

/* line 17, node_modules/bulma/sass/form/input-textarea.sass */

.is-black.input:focus,
.is-black.textarea:focus,
.is-black.is-focused.input,
.is-black.is-focused.textarea,
.is-black.input:active,
.is-black.textarea:active,
.is-black.is-active.input,
.is-black.is-active.textarea {
  -webkit-box-shadow: none rgba(19, 30, 31, 0.25);
          box-shadow: none rgba(19, 30, 31, 0.25);
}

/* line 15, node_modules/bulma/sass/form/input-textarea.sass */

.is-light.input,
.is-light.textarea {
  border-color: whitesmoke;
}

/* line 17, node_modules/bulma/sass/form/input-textarea.sass */

.is-light.input:focus,
.is-light.textarea:focus,
.is-light.is-focused.input,
.is-light.is-focused.textarea,
.is-light.input:active,
.is-light.textarea:active,
.is-light.is-active.input,
.is-light.is-active.textarea {
  -webkit-box-shadow: none rgba(245, 245, 245, 0.25);
          box-shadow: none rgba(245, 245, 245, 0.25);
}

/* line 15, node_modules/bulma/sass/form/input-textarea.sass */

.is-dark.input,
.is-dark.textarea {
  border-color: #363434;
}

/* line 17, node_modules/bulma/sass/form/input-textarea.sass */

.is-dark.input:focus,
.is-dark.textarea:focus,
.is-dark.is-focused.input,
.is-dark.is-focused.textarea,
.is-dark.input:active,
.is-dark.textarea:active,
.is-dark.is-active.input,
.is-dark.is-active.textarea {
  -webkit-box-shadow: none rgba(54, 52, 52, 0.25);
          box-shadow: none rgba(54, 52, 52, 0.25);
}

/* line 15, node_modules/bulma/sass/form/input-textarea.sass */

.is-primary.input,
.is-primary.textarea {
  border-color: #ffc709;
}

/* line 17, node_modules/bulma/sass/form/input-textarea.sass */

.is-primary.input:focus,
.is-primary.textarea:focus,
.is-primary.is-focused.input,
.is-primary.is-focused.textarea,
.is-primary.input:active,
.is-primary.textarea:active,
.is-primary.is-active.input,
.is-primary.is-active.textarea {
  -webkit-box-shadow: none rgba(255, 199, 9, 0.25);
          box-shadow: none rgba(255, 199, 9, 0.25);
}

/* line 15, node_modules/bulma/sass/form/input-textarea.sass */

.is-link.input,
.is-link.textarea {
  border-color: #ffc709;
}

/* line 17, node_modules/bulma/sass/form/input-textarea.sass */

.is-link.input:focus,
.is-link.textarea:focus,
.is-link.is-focused.input,
.is-link.is-focused.textarea,
.is-link.input:active,
.is-link.textarea:active,
.is-link.is-active.input,
.is-link.is-active.textarea {
  -webkit-box-shadow: none rgba(255, 199, 9, 0.25);
          box-shadow: none rgba(255, 199, 9, 0.25);
}

/* line 15, node_modules/bulma/sass/form/input-textarea.sass */

.is-info.input,
.is-info.textarea {
  border-color: #209cee;
}

/* line 17, node_modules/bulma/sass/form/input-textarea.sass */

.is-info.input:focus,
.is-info.textarea:focus,
.is-info.is-focused.input,
.is-info.is-focused.textarea,
.is-info.input:active,
.is-info.textarea:active,
.is-info.is-active.input,
.is-info.is-active.textarea {
  -webkit-box-shadow: none rgba(32, 156, 238, 0.25);
          box-shadow: none rgba(32, 156, 238, 0.25);
}

/* line 15, node_modules/bulma/sass/form/input-textarea.sass */

.is-success.input,
.is-success.textarea {
  border-color: #23d160;
}

/* line 17, node_modules/bulma/sass/form/input-textarea.sass */

.is-success.input:focus,
.is-success.textarea:focus,
.is-success.is-focused.input,
.is-success.is-focused.textarea,
.is-success.input:active,
.is-success.textarea:active,
.is-success.is-active.input,
.is-success.is-active.textarea {
  -webkit-box-shadow: none rgba(35, 209, 96, 0.25);
          box-shadow: none rgba(35, 209, 96, 0.25);
}

/* line 15, node_modules/bulma/sass/form/input-textarea.sass */

.is-warning.input,
.is-warning.textarea {
  border-color: #ffc709;
}

/* line 17, node_modules/bulma/sass/form/input-textarea.sass */

.is-warning.input:focus,
.is-warning.textarea:focus,
.is-warning.is-focused.input,
.is-warning.is-focused.textarea,
.is-warning.input:active,
.is-warning.textarea:active,
.is-warning.is-active.input,
.is-warning.is-active.textarea {
  -webkit-box-shadow: none rgba(255, 199, 9, 0.25);
          box-shadow: none rgba(255, 199, 9, 0.25);
}

/* line 15, node_modules/bulma/sass/form/input-textarea.sass */

.is-danger.input,
.is-danger.textarea {
  border-color: #ff3860;
}

/* line 17, node_modules/bulma/sass/form/input-textarea.sass */

.is-danger.input:focus,
.is-danger.textarea:focus,
.is-danger.is-focused.input,
.is-danger.is-focused.textarea,
.is-danger.input:active,
.is-danger.textarea:active,
.is-danger.is-active.input,
.is-danger.is-active.textarea {
  -webkit-box-shadow: none rgba(255, 56, 96, 0.25);
          box-shadow: none rgba(255, 56, 96, 0.25);
}

/* line 23, node_modules/bulma/sass/form/input-textarea.sass */

.is-small.input,
.is-small.textarea {
  border-radius: 0;
  font-size: 0.875rem;
}

/* line 25, node_modules/bulma/sass/form/input-textarea.sass */

.is-medium.input,
.is-medium.textarea {
  font-size: 1.125rem;
}

/* line 27, node_modules/bulma/sass/form/input-textarea.sass */

.is-large.input,
.is-large.textarea {
  font-size: 1.625rem;
}

/* line 30, node_modules/bulma/sass/form/input-textarea.sass */

.is-fullwidth.input,
.is-fullwidth.textarea {
  display: block;
  width: 100%;
}

/* line 33, node_modules/bulma/sass/form/input-textarea.sass */

.is-inline.input,
.is-inline.textarea {
  display: inline;
  width: auto;
}

/* line 39, node_modules/bulma/sass/form/input-textarea.sass */

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

/* line 43, node_modules/bulma/sass/form/input-textarea.sass */

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

/* line 50, node_modules/bulma/sass/form/input-textarea.sass */

.textarea {
  display: block;
  max-width: 100%;
  min-width: 100%;
  padding: calc(0.75em - 1px);
  resize: vertical;
}

/* line 57, node_modules/bulma/sass/form/input-textarea.sass */

.textarea:not([rows]) {
  max-height: 40em;
  min-height: 8em;
}

/* line 60, node_modules/bulma/sass/form/input-textarea.sass */

.textarea[rows] {
  height: initial;
}

/* line 63, node_modules/bulma/sass/form/input-textarea.sass */

.textarea.has-fixed-size {
  resize: none;
}

/* line 1, node_modules/bulma/sass/form/checkbox-radio.sass */

.checkbox,
.radio {
  cursor: pointer;
  display: inline-block;
  line-height: 1.25;
  position: relative;
}

/* line 6, node_modules/bulma/sass/form/checkbox-radio.sass */

.checkbox input,
.radio input {
  cursor: pointer;
}

/* line 8, node_modules/bulma/sass/form/checkbox-radio.sass */

.checkbox:hover,
.radio:hover {
  color: #363434;
}

/* line 10, node_modules/bulma/sass/form/checkbox-radio.sass */

.checkbox[disabled],
.radio[disabled],
fieldset[disabled] .checkbox,
fieldset[disabled] .radio {
  color: #898989;
  cursor: not-allowed;
}

/* line 20, node_modules/bulma/sass/form/checkbox-radio.sass */

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

/* line 1, node_modules/bulma/sass/form/select.sass */

.select {
  display: inline-block;
  max-width: 100%;
  position: relative;
  vertical-align: top;
}

/* line 6, node_modules/bulma/sass/form/select.sass */

.select:not(.is-multiple) {
  height: 60px;
}

/* line 9, node_modules/bulma/sass/form/select.sass */

.select:not(.is-multiple):not(.is-loading)::after {
  border-color: #9a9a9a;
  right: 1.125em;
  z-index: 4;
}

/* line 15, node_modules/bulma/sass/form/select.sass */

.select.is-rounded select {
  border-radius: 290486px;
  padding-left: 1em;
}

/* line 18, node_modules/bulma/sass/form/select.sass */

.select select {
  cursor: pointer;
  display: block;
  font-size: 1em;
  max-width: 100%;
  outline: none;
}

/* line 25, node_modules/bulma/sass/form/select.sass */

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

/* line 27, node_modules/bulma/sass/form/select.sass */

.select select[disabled]:hover,
fieldset[disabled] .select select:hover {
  border-color: whitesmoke;
}

/* line 30, node_modules/bulma/sass/form/select.sass */

.select select:not([multiple]) {
  padding-right: 2.5em;
}

/* line 32, node_modules/bulma/sass/form/select.sass */

.select select[multiple] {
  height: auto;
  padding: 0;
}

/* line 35, node_modules/bulma/sass/form/select.sass */

.select select[multiple] option {
  padding: 0.5em 1em;
}

/* line 39, node_modules/bulma/sass/form/select.sass */

.select:not(.is-multiple):not(.is-loading):hover::after {
  border-color: #363434;
}

/* line 45, node_modules/bulma/sass/form/select.sass */

.select.is-white:not(:hover)::after {
  border-color: white;
}

/* line 47, node_modules/bulma/sass/form/select.sass */

.select.is-white select {
  border-color: white;
}

/* line 49, node_modules/bulma/sass/form/select.sass */

.select.is-white select:hover,
.select.is-white select.is-hovered {
  border-color: #f2f2f2;
}

/* line 52, node_modules/bulma/sass/form/select.sass */

.select.is-white select:focus,
.select.is-white select.is-focused,
.select.is-white select:active,
.select.is-white select.is-active {
  -webkit-box-shadow: none rgba(255, 255, 255, 0.25);
          box-shadow: none rgba(255, 255, 255, 0.25);
}

/* line 45, node_modules/bulma/sass/form/select.sass */

.select.is-black:not(:hover)::after {
  border-color: #131e1f;
}

/* line 47, node_modules/bulma/sass/form/select.sass */

.select.is-black select {
  border-color: #131e1f;
}

/* line 49, node_modules/bulma/sass/form/select.sass */

.select.is-black select:hover,
.select.is-black select.is-hovered {
  border-color: #090f0f;
}

/* line 52, node_modules/bulma/sass/form/select.sass */

.select.is-black select:focus,
.select.is-black select.is-focused,
.select.is-black select:active,
.select.is-black select.is-active {
  -webkit-box-shadow: none rgba(19, 30, 31, 0.25);
          box-shadow: none rgba(19, 30, 31, 0.25);
}

/* line 45, node_modules/bulma/sass/form/select.sass */

.select.is-light:not(:hover)::after {
  border-color: whitesmoke;
}

/* line 47, node_modules/bulma/sass/form/select.sass */

.select.is-light select {
  border-color: whitesmoke;
}

/* line 49, node_modules/bulma/sass/form/select.sass */

.select.is-light select:hover,
.select.is-light select.is-hovered {
  border-color: #e8e8e8;
}

/* line 52, node_modules/bulma/sass/form/select.sass */

.select.is-light select:focus,
.select.is-light select.is-focused,
.select.is-light select:active,
.select.is-light select.is-active {
  -webkit-box-shadow: none rgba(245, 245, 245, 0.25);
          box-shadow: none rgba(245, 245, 245, 0.25);
}

/* line 45, node_modules/bulma/sass/form/select.sass */

.select.is-dark:not(:hover)::after {
  border-color: #363434;
}

/* line 47, node_modules/bulma/sass/form/select.sass */

.select.is-dark select {
  border-color: #363434;
}

/* line 49, node_modules/bulma/sass/form/select.sass */

.select.is-dark select:hover,
.select.is-dark select.is-hovered {
  border-color: #292727;
}

/* line 52, node_modules/bulma/sass/form/select.sass */

.select.is-dark select:focus,
.select.is-dark select.is-focused,
.select.is-dark select:active,
.select.is-dark select.is-active {
  -webkit-box-shadow: none rgba(54, 52, 52, 0.25);
          box-shadow: none rgba(54, 52, 52, 0.25);
}

/* line 45, node_modules/bulma/sass/form/select.sass */

.select.is-primary:not(:hover)::after {
  border-color: #ffc709;
}

/* line 47, node_modules/bulma/sass/form/select.sass */

.select.is-primary select {
  border-color: #ffc709;
}

/* line 49, node_modules/bulma/sass/form/select.sass */

.select.is-primary select:hover,
.select.is-primary select.is-hovered {
  border-color: #efb800;
}

/* line 52, node_modules/bulma/sass/form/select.sass */

.select.is-primary select:focus,
.select.is-primary select.is-focused,
.select.is-primary select:active,
.select.is-primary select.is-active {
  -webkit-box-shadow: none rgba(255, 199, 9, 0.25);
          box-shadow: none rgba(255, 199, 9, 0.25);
}

/* line 45, node_modules/bulma/sass/form/select.sass */

.select.is-link:not(:hover)::after {
  border-color: #ffc709;
}

/* line 47, node_modules/bulma/sass/form/select.sass */

.select.is-link select {
  border-color: #ffc709;
}

/* line 49, node_modules/bulma/sass/form/select.sass */

.select.is-link select:hover,
.select.is-link select.is-hovered {
  border-color: #efb800;
}

/* line 52, node_modules/bulma/sass/form/select.sass */

.select.is-link select:focus,
.select.is-link select.is-focused,
.select.is-link select:active,
.select.is-link select.is-active {
  -webkit-box-shadow: none rgba(255, 199, 9, 0.25);
          box-shadow: none rgba(255, 199, 9, 0.25);
}

/* line 45, node_modules/bulma/sass/form/select.sass */

.select.is-info:not(:hover)::after {
  border-color: #209cee;
}

/* line 47, node_modules/bulma/sass/form/select.sass */

.select.is-info select {
  border-color: #209cee;
}

/* line 49, node_modules/bulma/sass/form/select.sass */

.select.is-info select:hover,
.select.is-info select.is-hovered {
  border-color: #118fe4;
}

/* line 52, node_modules/bulma/sass/form/select.sass */

.select.is-info select:focus,
.select.is-info select.is-focused,
.select.is-info select:active,
.select.is-info select.is-active {
  -webkit-box-shadow: none rgba(32, 156, 238, 0.25);
          box-shadow: none rgba(32, 156, 238, 0.25);
}

/* line 45, node_modules/bulma/sass/form/select.sass */

.select.is-success:not(:hover)::after {
  border-color: #23d160;
}

/* line 47, node_modules/bulma/sass/form/select.sass */

.select.is-success select {
  border-color: #23d160;
}

/* line 49, node_modules/bulma/sass/form/select.sass */

.select.is-success select:hover,
.select.is-success select.is-hovered {
  border-color: #20bc56;
}

/* line 52, node_modules/bulma/sass/form/select.sass */

.select.is-success select:focus,
.select.is-success select.is-focused,
.select.is-success select:active,
.select.is-success select.is-active {
  -webkit-box-shadow: none rgba(35, 209, 96, 0.25);
          box-shadow: none rgba(35, 209, 96, 0.25);
}

/* line 45, node_modules/bulma/sass/form/select.sass */

.select.is-warning:not(:hover)::after {
  border-color: #ffc709;
}

/* line 47, node_modules/bulma/sass/form/select.sass */

.select.is-warning select {
  border-color: #ffc709;
}

/* line 49, node_modules/bulma/sass/form/select.sass */

.select.is-warning select:hover,
.select.is-warning select.is-hovered {
  border-color: #efb800;
}

/* line 52, node_modules/bulma/sass/form/select.sass */

.select.is-warning select:focus,
.select.is-warning select.is-focused,
.select.is-warning select:active,
.select.is-warning select.is-active {
  -webkit-box-shadow: none rgba(255, 199, 9, 0.25);
          box-shadow: none rgba(255, 199, 9, 0.25);
}

/* line 45, node_modules/bulma/sass/form/select.sass */

.select.is-danger:not(:hover)::after {
  border-color: #ff3860;
}

/* line 47, node_modules/bulma/sass/form/select.sass */

.select.is-danger select {
  border-color: #ff3860;
}

/* line 49, node_modules/bulma/sass/form/select.sass */

.select.is-danger select:hover,
.select.is-danger select.is-hovered {
  border-color: #ff1f4b;
}

/* line 52, node_modules/bulma/sass/form/select.sass */

.select.is-danger select:focus,
.select.is-danger select.is-focused,
.select.is-danger select:active,
.select.is-danger select.is-active {
  -webkit-box-shadow: none rgba(255, 56, 96, 0.25);
          box-shadow: none rgba(255, 56, 96, 0.25);
}

/* line 58, node_modules/bulma/sass/form/select.sass */

.select.is-small {
  border-radius: 0;
  font-size: 0.875rem;
}

/* line 60, node_modules/bulma/sass/form/select.sass */

.select.is-medium {
  font-size: 1.125rem;
}

/* line 62, node_modules/bulma/sass/form/select.sass */

.select.is-large {
  font-size: 1.625rem;
}

/* line 66, node_modules/bulma/sass/form/select.sass */

.select.is-disabled::after {
  border-color: #898989;
}

/* line 68, node_modules/bulma/sass/form/select.sass */

.select.is-fullwidth {
  width: 100%;
}

/* line 70, node_modules/bulma/sass/form/select.sass */

.select.is-fullwidth select {
  width: 100%;
}

/* line 73, node_modules/bulma/sass/form/select.sass */

.select.is-loading::after {
  margin-top: 0;
  position: absolute;
  right: 0.625em;
  top: 0.625em;
  -webkit-transform: none;
       -o-transform: none;
          transform: none;
}

/* line 80, node_modules/bulma/sass/form/select.sass */

.select.is-loading.is-small:after {
  font-size: 0.875rem;
}

/* line 82, node_modules/bulma/sass/form/select.sass */

.select.is-loading.is-medium:after {
  font-size: 1.125rem;
}

/* line 84, node_modules/bulma/sass/form/select.sass */

.select.is-loading.is-large:after {
  font-size: 1.625rem;
}

/* line 14, node_modules/bulma/sass/form/file.sass */

.file {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: relative;
}

/* line 25, node_modules/bulma/sass/form/file.sass */

.file.is-white .file-cta {
  background-color: white;
  border-color: transparent;
  color: #131e1f;
}

/* line 31, node_modules/bulma/sass/form/file.sass */

.file.is-white:hover .file-cta,
.file.is-white.is-hovered .file-cta {
  background-color: #f9f9f9;
  border-color: transparent;
  color: #131e1f;
}

/* line 37, node_modules/bulma/sass/form/file.sass */

.file.is-white:focus .file-cta,
.file.is-white.is-focused .file-cta {
  border-color: transparent;
  -webkit-box-shadow: 0 0 0.5em rgba(255, 255, 255, 0.25);
          box-shadow: 0 0 0.5em rgba(255, 255, 255, 0.25);
  color: #131e1f;
}

/* line 43, node_modules/bulma/sass/form/file.sass */

.file.is-white:active .file-cta,
.file.is-white.is-active .file-cta {
  background-color: #f2f2f2;
  border-color: transparent;
  color: #131e1f;
}

/* line 25, node_modules/bulma/sass/form/file.sass */

.file.is-black .file-cta {
  background-color: #131e1f;
  border-color: transparent;
  color: white;
}

/* line 31, node_modules/bulma/sass/form/file.sass */

.file.is-black:hover .file-cta,
.file.is-black.is-hovered .file-cta {
  background-color: #0e1617;
  border-color: transparent;
  color: white;
}

/* line 37, node_modules/bulma/sass/form/file.sass */

.file.is-black:focus .file-cta,
.file.is-black.is-focused .file-cta {
  border-color: transparent;
  -webkit-box-shadow: 0 0 0.5em rgba(19, 30, 31, 0.25);
          box-shadow: 0 0 0.5em rgba(19, 30, 31, 0.25);
  color: white;
}

/* line 43, node_modules/bulma/sass/form/file.sass */

.file.is-black:active .file-cta,
.file.is-black.is-active .file-cta {
  background-color: #090f0f;
  border-color: transparent;
  color: white;
}

/* line 25, node_modules/bulma/sass/form/file.sass */

.file.is-light .file-cta {
  background-color: whitesmoke;
  border-color: transparent;
  color: #363434;
}

/* line 31, node_modules/bulma/sass/form/file.sass */

.file.is-light:hover .file-cta,
.file.is-light.is-hovered .file-cta {
  background-color: #eeeeee;
  border-color: transparent;
  color: #363434;
}

/* line 37, node_modules/bulma/sass/form/file.sass */

.file.is-light:focus .file-cta,
.file.is-light.is-focused .file-cta {
  border-color: transparent;
  -webkit-box-shadow: 0 0 0.5em rgba(245, 245, 245, 0.25);
          box-shadow: 0 0 0.5em rgba(245, 245, 245, 0.25);
  color: #363434;
}

/* line 43, node_modules/bulma/sass/form/file.sass */

.file.is-light:active .file-cta,
.file.is-light.is-active .file-cta {
  background-color: #e8e8e8;
  border-color: transparent;
  color: #363434;
}

/* line 25, node_modules/bulma/sass/form/file.sass */

.file.is-dark .file-cta {
  background-color: #363434;
  border-color: transparent;
  color: whitesmoke;
}

/* line 31, node_modules/bulma/sass/form/file.sass */

.file.is-dark:hover .file-cta,
.file.is-dark.is-hovered .file-cta {
  background-color: #302e2e;
  border-color: transparent;
  color: whitesmoke;
}

/* line 37, node_modules/bulma/sass/form/file.sass */

.file.is-dark:focus .file-cta,
.file.is-dark.is-focused .file-cta {
  border-color: transparent;
  -webkit-box-shadow: 0 0 0.5em rgba(54, 52, 52, 0.25);
          box-shadow: 0 0 0.5em rgba(54, 52, 52, 0.25);
  color: whitesmoke;
}

/* line 43, node_modules/bulma/sass/form/file.sass */

.file.is-dark:active .file-cta,
.file.is-dark.is-active .file-cta {
  background-color: #292727;
  border-color: transparent;
  color: whitesmoke;
}

/* line 25, node_modules/bulma/sass/form/file.sass */

.file.is-primary .file-cta {
  background-color: #ffc709;
  border-color: transparent;
  color: #fff;
}

/* line 31, node_modules/bulma/sass/form/file.sass */

.file.is-primary:hover .file-cta,
.file.is-primary.is-hovered .file-cta {
  background-color: #fbc200;
  border-color: transparent;
  color: #fff;
}

/* line 37, node_modules/bulma/sass/form/file.sass */

.file.is-primary:focus .file-cta,
.file.is-primary.is-focused .file-cta {
  border-color: transparent;
  -webkit-box-shadow: 0 0 0.5em rgba(255, 199, 9, 0.25);
          box-shadow: 0 0 0.5em rgba(255, 199, 9, 0.25);
  color: #fff;
}

/* line 43, node_modules/bulma/sass/form/file.sass */

.file.is-primary:active .file-cta,
.file.is-primary.is-active .file-cta {
  background-color: #efb800;
  border-color: transparent;
  color: #fff;
}

/* line 25, node_modules/bulma/sass/form/file.sass */

.file.is-link .file-cta {
  background-color: #ffc709;
  border-color: transparent;
  color: #fff;
}

/* line 31, node_modules/bulma/sass/form/file.sass */

.file.is-link:hover .file-cta,
.file.is-link.is-hovered .file-cta {
  background-color: #fbc200;
  border-color: transparent;
  color: #fff;
}

/* line 37, node_modules/bulma/sass/form/file.sass */

.file.is-link:focus .file-cta,
.file.is-link.is-focused .file-cta {
  border-color: transparent;
  -webkit-box-shadow: 0 0 0.5em rgba(255, 199, 9, 0.25);
          box-shadow: 0 0 0.5em rgba(255, 199, 9, 0.25);
  color: #fff;
}

/* line 43, node_modules/bulma/sass/form/file.sass */

.file.is-link:active .file-cta,
.file.is-link.is-active .file-cta {
  background-color: #efb800;
  border-color: transparent;
  color: #fff;
}

/* line 25, node_modules/bulma/sass/form/file.sass */

.file.is-info .file-cta {
  background-color: #209cee;
  border-color: transparent;
  color: #fff;
}

/* line 31, node_modules/bulma/sass/form/file.sass */

.file.is-info:hover .file-cta,
.file.is-info.is-hovered .file-cta {
  background-color: #1496ed;
  border-color: transparent;
  color: #fff;
}

/* line 37, node_modules/bulma/sass/form/file.sass */

.file.is-info:focus .file-cta,
.file.is-info.is-focused .file-cta {
  border-color: transparent;
  -webkit-box-shadow: 0 0 0.5em rgba(32, 156, 238, 0.25);
          box-shadow: 0 0 0.5em rgba(32, 156, 238, 0.25);
  color: #fff;
}

/* line 43, node_modules/bulma/sass/form/file.sass */

.file.is-info:active .file-cta,
.file.is-info.is-active .file-cta {
  background-color: #118fe4;
  border-color: transparent;
  color: #fff;
}

/* line 25, node_modules/bulma/sass/form/file.sass */

.file.is-success .file-cta {
  background-color: #23d160;
  border-color: transparent;
  color: #fff;
}

/* line 31, node_modules/bulma/sass/form/file.sass */

.file.is-success:hover .file-cta,
.file.is-success.is-hovered .file-cta {
  background-color: #22c65b;
  border-color: transparent;
  color: #fff;
}

/* line 37, node_modules/bulma/sass/form/file.sass */

.file.is-success:focus .file-cta,
.file.is-success.is-focused .file-cta {
  border-color: transparent;
  -webkit-box-shadow: 0 0 0.5em rgba(35, 209, 96, 0.25);
          box-shadow: 0 0 0.5em rgba(35, 209, 96, 0.25);
  color: #fff;
}

/* line 43, node_modules/bulma/sass/form/file.sass */

.file.is-success:active .file-cta,
.file.is-success.is-active .file-cta {
  background-color: #20bc56;
  border-color: transparent;
  color: #fff;
}

/* line 25, node_modules/bulma/sass/form/file.sass */

.file.is-warning .file-cta {
  background-color: #ffc709;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}

/* line 31, node_modules/bulma/sass/form/file.sass */

.file.is-warning:hover .file-cta,
.file.is-warning.is-hovered .file-cta {
  background-color: #fbc200;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}

/* line 37, node_modules/bulma/sass/form/file.sass */

.file.is-warning:focus .file-cta,
.file.is-warning.is-focused .file-cta {
  border-color: transparent;
  -webkit-box-shadow: 0 0 0.5em rgba(255, 199, 9, 0.25);
          box-shadow: 0 0 0.5em rgba(255, 199, 9, 0.25);
  color: rgba(0, 0, 0, 0.7);
}

/* line 43, node_modules/bulma/sass/form/file.sass */

.file.is-warning:active .file-cta,
.file.is-warning.is-active .file-cta {
  background-color: #efb800;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}

/* line 25, node_modules/bulma/sass/form/file.sass */

.file.is-danger .file-cta {
  background-color: #ff3860;
  border-color: transparent;
  color: #fff;
}

/* line 31, node_modules/bulma/sass/form/file.sass */

.file.is-danger:hover .file-cta,
.file.is-danger.is-hovered .file-cta {
  background-color: #ff2b56;
  border-color: transparent;
  color: #fff;
}

/* line 37, node_modules/bulma/sass/form/file.sass */

.file.is-danger:focus .file-cta,
.file.is-danger.is-focused .file-cta {
  border-color: transparent;
  -webkit-box-shadow: 0 0 0.5em rgba(255, 56, 96, 0.25);
          box-shadow: 0 0 0.5em rgba(255, 56, 96, 0.25);
  color: #fff;
}

/* line 43, node_modules/bulma/sass/form/file.sass */

.file.is-danger:active .file-cta,
.file.is-danger.is-active .file-cta {
  background-color: #ff1f4b;
  border-color: transparent;
  color: #fff;
}

/* line 48, node_modules/bulma/sass/form/file.sass */

.file.is-small {
  font-size: 0.875rem;
}

/* line 50, node_modules/bulma/sass/form/file.sass */

.file.is-medium {
  font-size: 1.125rem;
}

/* line 53, node_modules/bulma/sass/form/file.sass */

.file.is-medium .file-icon .fa {
  font-size: 21px;
}

/* line 55, node_modules/bulma/sass/form/file.sass */

.file.is-large {
  font-size: 1.625rem;
}

/* line 58, node_modules/bulma/sass/form/file.sass */

.file.is-large .file-icon .fa {
  font-size: 28px;
}

/* line 62, node_modules/bulma/sass/form/file.sass */

.file.has-name .file-cta {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

/* line 65, node_modules/bulma/sass/form/file.sass */

.file.has-name .file-name {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

/* line 69, node_modules/bulma/sass/form/file.sass */

.file.has-name.is-empty .file-cta {
  border-radius: 0;
}

/* line 71, node_modules/bulma/sass/form/file.sass */

.file.has-name.is-empty .file-name {
  display: none;
}

/* line 74, node_modules/bulma/sass/form/file.sass */

.file.is-boxed .file-label {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

/* line 76, node_modules/bulma/sass/form/file.sass */

.file.is-boxed .file-cta {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: auto;
  padding: 1em 3em;
}

/* line 80, node_modules/bulma/sass/form/file.sass */

.file.is-boxed .file-name {
  border-width: 0 1px 1px;
}

/* line 82, node_modules/bulma/sass/form/file.sass */

.file.is-boxed .file-icon {
  height: 1.5em;
  width: 1.5em;
}

/* line 85, node_modules/bulma/sass/form/file.sass */

.file.is-boxed .file-icon .fa {
  font-size: 21px;
}

/* line 88, node_modules/bulma/sass/form/file.sass */

.file.is-boxed.is-small .file-icon .fa {
  font-size: 14px;
}

/* line 91, node_modules/bulma/sass/form/file.sass */

.file.is-boxed.is-medium .file-icon .fa {
  font-size: 28px;
}

/* line 94, node_modules/bulma/sass/form/file.sass */

.file.is-boxed.is-large .file-icon .fa {
  font-size: 35px;
}

/* line 97, node_modules/bulma/sass/form/file.sass */

.file.is-boxed.has-name .file-cta {
  border-radius: 0 0 0 0;
}

/* line 99, node_modules/bulma/sass/form/file.sass */

.file.is-boxed.has-name .file-name {
  border-radius: 0 0 0 0;
  border-width: 0 1px 1px;
}

/* line 102, node_modules/bulma/sass/form/file.sass */

.file.is-centered {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* line 105, node_modules/bulma/sass/form/file.sass */

.file.is-fullwidth .file-label {
  width: 100%;
}

/* line 107, node_modules/bulma/sass/form/file.sass */

.file.is-fullwidth .file-name {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: none;
}

/* line 110, node_modules/bulma/sass/form/file.sass */

.file.is-right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

/* line 112, node_modules/bulma/sass/form/file.sass */

.file.is-right .file-cta {
  border-radius: 0 0 0 0;
}

/* line 114, node_modules/bulma/sass/form/file.sass */

.file.is-right .file-name {
  border-radius: 0 0 0 0;
  border-width: 1px 0 1px 1px;
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}

/* line 119, node_modules/bulma/sass/form/file.sass */

.file-label {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  overflow: hidden;
  position: relative;
}

/* line 127, node_modules/bulma/sass/form/file.sass */

.file-label:hover .file-cta {
  background-color: #eeeeee;
  color: #363434;
}

/* line 130, node_modules/bulma/sass/form/file.sass */

.file-label:hover .file-name {
  border-color: #f0f0f0;
}

/* line 133, node_modules/bulma/sass/form/file.sass */

.file-label:active .file-cta {
  background-color: #e8e8e8;
  color: #363434;
}

/* line 136, node_modules/bulma/sass/form/file.sass */

.file-label:active .file-name {
  border-color: #e9e9e9;
}

/* line 139, node_modules/bulma/sass/form/file.sass */

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

/* line 148, node_modules/bulma/sass/form/file.sass */

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

/* line 158, node_modules/bulma/sass/form/file.sass */

.file-cta {
  background-color: whitesmoke;
  color: #131e1f;
}

/* line 162, node_modules/bulma/sass/form/file.sass */

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

/* line 172, node_modules/bulma/sass/form/file.sass */

.file-icon {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 1em;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 0.5em;
  width: 1em;
}

/* line 179, node_modules/bulma/sass/form/file.sass */

.file-icon .fa {
  font-size: 14px;
}

/* line 6, node_modules/bulma/sass/form/tools.sass */

.label {
  color: #131e1f;
  display: block;
  font-size: 1rem;
  font-weight: 400;
}

/* line 11, node_modules/bulma/sass/form/tools.sass */

.label:not(:last-child) {
  margin-bottom: 0.5em;
}

/* line 14, node_modules/bulma/sass/form/tools.sass */

.label.is-small {
  font-size: 0.875rem;
}

/* line 16, node_modules/bulma/sass/form/tools.sass */

.label.is-medium {
  font-size: 1.125rem;
}

/* line 18, node_modules/bulma/sass/form/tools.sass */

.label.is-large {
  font-size: 1.625rem;
}

/* line 21, node_modules/bulma/sass/form/tools.sass */

.help {
  display: block;
  font-size: 0.875rem;
  margin-top: 0.25rem;
}

/* line 27, node_modules/bulma/sass/form/tools.sass */

.help.is-white {
  color: white;
}

/* line 27, node_modules/bulma/sass/form/tools.sass */

.help.is-black {
  color: #131e1f;
}

/* line 27, node_modules/bulma/sass/form/tools.sass */

.help.is-light {
  color: whitesmoke;
}

/* line 27, node_modules/bulma/sass/form/tools.sass */

.help.is-dark {
  color: #363434;
}

/* line 27, node_modules/bulma/sass/form/tools.sass */

.help.is-primary {
  color: #ffc709;
}

/* line 27, node_modules/bulma/sass/form/tools.sass */

.help.is-link {
  color: #ffc709;
}

/* line 27, node_modules/bulma/sass/form/tools.sass */

.help.is-info {
  color: #209cee;
}

/* line 27, node_modules/bulma/sass/form/tools.sass */

.help.is-success {
  color: #23d160;
}

/* line 27, node_modules/bulma/sass/form/tools.sass */

.help.is-warning {
  color: #ffc709;
}

/* line 27, node_modules/bulma/sass/form/tools.sass */

.help.is-danger {
  color: #ff3860;
}

/* line 33, node_modules/bulma/sass/form/tools.sass */

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

/* line 36, node_modules/bulma/sass/form/tools.sass */

.field.has-addons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

/* line 40, node_modules/bulma/sass/form/tools.sass */

.field.has-addons .control:not(:last-child) {
  margin-right: -1px;
}

/* line 43, node_modules/bulma/sass/form/tools.sass */

.field.has-addons .control:not(:first-child):not(:last-child) .button,
.field.has-addons .control:not(:first-child):not(:last-child) .input,
.field.has-addons .control:not(:first-child):not(:last-child) .select select {
  border-radius: 0;
}

/* line 48, node_modules/bulma/sass/form/tools.sass */

.field.has-addons .control:first-child:not(:only-child) .button,
.field.has-addons .control:first-child:not(:only-child) .input,
.field.has-addons .control:first-child:not(:only-child) .select select {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

/* line 54, node_modules/bulma/sass/form/tools.sass */

.field.has-addons .control:last-child:not(:only-child) .button,
.field.has-addons .control:last-child:not(:only-child) .input,
.field.has-addons .control:last-child:not(:only-child) .select select {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

/* line 63, node_modules/bulma/sass/form/tools.sass */

.field.has-addons .control .button:not([disabled]):hover,
.field.has-addons .control .button:not([disabled]).is-hovered,
.field.has-addons .control .input:not([disabled]):hover,
.field.has-addons .control .input:not([disabled]).is-hovered,
.field.has-addons .control .select select:not([disabled]):hover,
.field.has-addons .control .select select:not([disabled]).is-hovered {
  z-index: 2;
}

/* line 66, node_modules/bulma/sass/form/tools.sass */

.field.has-addons .control .button:not([disabled]):focus,
.field.has-addons .control .button:not([disabled]).is-focused,
.field.has-addons .control .button:not([disabled]):active,
.field.has-addons .control .button:not([disabled]).is-active,
.field.has-addons .control .input:not([disabled]):focus,
.field.has-addons .control .input:not([disabled]).is-focused,
.field.has-addons .control .input:not([disabled]):active,
.field.has-addons .control .input:not([disabled]).is-active,
.field.has-addons .control .select select:not([disabled]):focus,
.field.has-addons .control .select select:not([disabled]).is-focused,
.field.has-addons .control .select select:not([disabled]):active,
.field.has-addons .control .select select:not([disabled]).is-active {
  z-index: 3;
}

/* line 71, node_modules/bulma/sass/form/tools.sass */

.field.has-addons .control .button:not([disabled]):focus:hover,
.field.has-addons .control .button:not([disabled]).is-focused:hover,
.field.has-addons .control .button:not([disabled]):active:hover,
.field.has-addons .control .button:not([disabled]).is-active:hover,
.field.has-addons .control .input:not([disabled]):focus:hover,
.field.has-addons .control .input:not([disabled]).is-focused:hover,
.field.has-addons .control .input:not([disabled]):active:hover,
.field.has-addons .control .input:not([disabled]).is-active:hover,
.field.has-addons .control .select select:not([disabled]):focus:hover,
.field.has-addons .control .select select:not([disabled]).is-focused:hover,
.field.has-addons .control .select select:not([disabled]):active:hover,
.field.has-addons .control .select select:not([disabled]).is-active:hover {
  z-index: 4;
}

/* line 73, node_modules/bulma/sass/form/tools.sass */

.field.has-addons .control.is-expanded {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
}

/* line 76, node_modules/bulma/sass/form/tools.sass */

.field.has-addons.has-addons-centered {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* line 78, node_modules/bulma/sass/form/tools.sass */

.field.has-addons.has-addons-right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

/* line 81, node_modules/bulma/sass/form/tools.sass */

.field.has-addons.has-addons-fullwidth .control {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

/* line 84, node_modules/bulma/sass/form/tools.sass */

.field.is-grouped {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

/* line 87, node_modules/bulma/sass/form/tools.sass */

.field.is-grouped > .control {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

/* line 89, node_modules/bulma/sass/form/tools.sass */

.field.is-grouped > .control:not(:last-child) {
  margin-bottom: 0;
  margin-right: 0.75rem;
}

/* line 92, node_modules/bulma/sass/form/tools.sass */

.field.is-grouped > .control.is-expanded {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
}

/* line 95, node_modules/bulma/sass/form/tools.sass */

.field.is-grouped.is-grouped-centered {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* line 97, node_modules/bulma/sass/form/tools.sass */

.field.is-grouped.is-grouped-right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

/* line 99, node_modules/bulma/sass/form/tools.sass */

.field.is-grouped.is-grouped-multiline {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

/* line 102, node_modules/bulma/sass/form/tools.sass */

.field.is-grouped.is-grouped-multiline > .control:last-child,
.field.is-grouped.is-grouped-multiline > .control:not(:last-child) {
  margin-bottom: 0.75rem;
}

/* line 105, node_modules/bulma/sass/form/tools.sass */

.field.is-grouped.is-grouped-multiline:last-child {
  margin-bottom: -0.75rem;
}

/* line 107, node_modules/bulma/sass/form/tools.sass */

.field.is-grouped.is-grouped-multiline:not(:last-child) {
  margin-bottom: 0;
}

@media screen and (min-width: 768px), print {
  /* line 109, node_modules/bulma/sass/form/tools.sass */

  .field.is-horizontal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

/* line 114, node_modules/bulma/sass/form/tools.sass */

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

@media screen and (max-width: 767px) {
  /* line 113, node_modules/bulma/sass/form/tools.sass */

  .field-label {
    margin-bottom: 0.5rem;
  }
}

@media screen and (min-width: 768px), print {
  /* line 113, node_modules/bulma/sass/form/tools.sass */

  .field-label {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-right: 1.5rem;
    text-align: right;
  }

  /* line 124, node_modules/bulma/sass/form/tools.sass */

  .field-label.is-small {
    font-size: 0.875rem;
    padding-top: 0.375em;
  }

  /* line 127, node_modules/bulma/sass/form/tools.sass */

  .field-label.is-normal {
    padding-top: 0.375em;
  }

  /* line 129, node_modules/bulma/sass/form/tools.sass */

  .field-label.is-medium {
    font-size: 1.125rem;
    padding-top: 0.375em;
  }

  /* line 132, node_modules/bulma/sass/form/tools.sass */

  .field-label.is-large {
    font-size: 1.625rem;
    padding-top: 0.375em;
  }
}

/* line 137, node_modules/bulma/sass/form/tools.sass */

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

@media screen and (min-width: 768px), print {
  /* line 136, node_modules/bulma/sass/form/tools.sass */

  .field-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 5;
        -ms-flex-positive: 5;
            flex-grow: 5;
    -ms-flex-negative: 1;
        flex-shrink: 1;
  }

  /* line 144, node_modules/bulma/sass/form/tools.sass */

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

  /* line 146, node_modules/bulma/sass/form/tools.sass */

  .field-body > .field {
    -ms-flex-negative: 1;
        flex-shrink: 1;
  }

  /* line 148, node_modules/bulma/sass/form/tools.sass */

  .field-body > .field:not(.is-narrow) {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }

  /* line 150, node_modules/bulma/sass/form/tools.sass */

  .field-body > .field:not(:last-child) {
    margin-right: 0.75rem;
  }
}

/* line 153, node_modules/bulma/sass/form/tools.sass */

.control {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  clear: both;
  font-size: 1rem;
  position: relative;
  text-align: left;
}

/* line 165, node_modules/bulma/sass/form/tools.sass */

.control.has-icons-left .input:focus ~ .icon,
.control.has-icons-left .select:focus ~ .icon,
.control.has-icons-right .input:focus ~ .icon,
.control.has-icons-right .select:focus ~ .icon {
  color: #131e1f;
}

/* line 167, node_modules/bulma/sass/form/tools.sass */

.control.has-icons-left .input.is-small ~ .icon,
.control.has-icons-left .select.is-small ~ .icon,
.control.has-icons-right .input.is-small ~ .icon,
.control.has-icons-right .select.is-small ~ .icon {
  font-size: 0.875rem;
}

/* line 169, node_modules/bulma/sass/form/tools.sass */

.control.has-icons-left .input.is-medium ~ .icon,
.control.has-icons-left .select.is-medium ~ .icon,
.control.has-icons-right .input.is-medium ~ .icon,
.control.has-icons-right .select.is-medium ~ .icon {
  font-size: 1.125rem;
}

/* line 171, node_modules/bulma/sass/form/tools.sass */

.control.has-icons-left .input.is-large ~ .icon,
.control.has-icons-left .select.is-large ~ .icon,
.control.has-icons-right .input.is-large ~ .icon,
.control.has-icons-right .select.is-large ~ .icon {
  font-size: 1.625rem;
}

/* line 173, node_modules/bulma/sass/form/tools.sass */

.control.has-icons-left .icon,
.control.has-icons-right .icon {
  color: #f6f6f6;
  height: 60px;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 60px;
  z-index: 4;
}

/* line 182, node_modules/bulma/sass/form/tools.sass */

.control.has-icons-left .input,
.control.has-icons-left .select select {
  padding-left: 60px;
}

/* line 185, node_modules/bulma/sass/form/tools.sass */

.control.has-icons-left .icon.is-left {
  left: 0;
}

/* line 188, node_modules/bulma/sass/form/tools.sass */

.control.has-icons-right .input,
.control.has-icons-right .select select {
  padding-right: 60px;
}

/* line 191, node_modules/bulma/sass/form/tools.sass */

.control.has-icons-right .icon.is-right {
  right: 0;
}

/* line 194, node_modules/bulma/sass/form/tools.sass */

.control.is-loading::after {
  position: absolute !important;
  right: 0.625em;
  top: 0.625em;
  z-index: 4;
}

/* line 200, node_modules/bulma/sass/form/tools.sass */

.control.is-loading.is-small:after {
  font-size: 0.875rem;
}

/* line 202, node_modules/bulma/sass/form/tools.sass */

.control.is-loading.is-medium:after {
  font-size: 1.125rem;
}

/* line 204, node_modules/bulma/sass/form/tools.sass */

.control.is-loading.is-large:after {
  font-size: 1.625rem;
}

/* line 55, node_modules/bulma/sass/components/navbar.sass */

.navbar {
  background-color: transparent;
  min-height: 3.25rem;
  position: relative;
  z-index: 30;
}

/* line 63, node_modules/bulma/sass/components/navbar.sass */

.navbar.is-white {
  background-color: white;
  color: #131e1f;
}

/* line 67, node_modules/bulma/sass/components/navbar.sass */

.navbar.is-white .navbar-brand > .navbar-item,
.navbar.is-white .navbar-brand .navbar-link {
  color: #131e1f;
}

/* line 72, node_modules/bulma/sass/components/navbar.sass */

.navbar.is-white .navbar-brand > a.navbar-item:focus,
.navbar.is-white .navbar-brand > a.navbar-item:hover,
.navbar.is-white .navbar-brand > a.navbar-item.is-active,
.navbar.is-white .navbar-brand .navbar-link:focus,
.navbar.is-white .navbar-brand .navbar-link:hover,
.navbar.is-white .navbar-brand .navbar-link.is-active {
  background-color: #f2f2f2;
  color: #131e1f;
}

/* line 78, node_modules/bulma/sass/components/navbar.sass */

.navbar.is-white .navbar-brand .navbar-link::after {
  border-color: #131e1f;
}

/* line 80, node_modules/bulma/sass/components/navbar.sass */

.navbar.is-white .navbar-burger {
  color: #131e1f;
}

@media screen and (min-width: 1000px) {
  /* line 85, node_modules/bulma/sass/components/navbar.sass */

  .navbar.is-white .navbar-start > .navbar-item,
  .navbar.is-white .navbar-start .navbar-link,
  .navbar.is-white .navbar-end > .navbar-item,
  .navbar.is-white .navbar-end .navbar-link {
    color: #131e1f;
  }

  /* line 90, node_modules/bulma/sass/components/navbar.sass */

  .navbar.is-white .navbar-start > a.navbar-item:focus,
  .navbar.is-white .navbar-start > a.navbar-item:hover,
  .navbar.is-white .navbar-start > a.navbar-item.is-active,
  .navbar.is-white .navbar-start .navbar-link:focus,
  .navbar.is-white .navbar-start .navbar-link:hover,
  .navbar.is-white .navbar-start .navbar-link.is-active,
  .navbar.is-white .navbar-end > a.navbar-item:focus,
  .navbar.is-white .navbar-end > a.navbar-item:hover,
  .navbar.is-white .navbar-end > a.navbar-item.is-active,
  .navbar.is-white .navbar-end .navbar-link:focus,
  .navbar.is-white .navbar-end .navbar-link:hover,
  .navbar.is-white .navbar-end .navbar-link.is-active {
    background-color: #f2f2f2;
    color: #131e1f;
  }

  /* line 96, node_modules/bulma/sass/components/navbar.sass */

  .navbar.is-white .navbar-start .navbar-link::after,
  .navbar.is-white .navbar-end .navbar-link::after {
    border-color: #131e1f;
  }

  /* line 98, node_modules/bulma/sass/components/navbar.sass */

  .navbar.is-white .navbar-item.has-dropdown:focus .navbar-link,
  .navbar.is-white .navbar-item.has-dropdown:hover .navbar-link,
  .navbar.is-white .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: #f2f2f2;
    color: #131e1f;
  }

  /* line 105, node_modules/bulma/sass/components/navbar.sass */

  .navbar.is-white .navbar-dropdown a.navbar-item.is-active {
    background-color: white;
    color: #131e1f;
  }
}

/* line 63, node_modules/bulma/sass/components/navbar.sass */

.navbar.is-black {
  background-color: #131e1f;
  color: white;
}

/* line 67, node_modules/bulma/sass/components/navbar.sass */

.navbar.is-black .navbar-brand > .navbar-item,
.navbar.is-black .navbar-brand .navbar-link {
  color: white;
}

/* line 72, node_modules/bulma/sass/components/navbar.sass */

.navbar.is-black .navbar-brand > a.navbar-item:focus,
.navbar.is-black .navbar-brand > a.navbar-item:hover,
.navbar.is-black .navbar-brand > a.navbar-item.is-active,
.navbar.is-black .navbar-brand .navbar-link:focus,
.navbar.is-black .navbar-brand .navbar-link:hover,
.navbar.is-black .navbar-brand .navbar-link.is-active {
  background-color: #090f0f;
  color: white;
}

/* line 78, node_modules/bulma/sass/components/navbar.sass */

.navbar.is-black .navbar-brand .navbar-link::after {
  border-color: white;
}

/* line 80, node_modules/bulma/sass/components/navbar.sass */

.navbar.is-black .navbar-burger {
  color: white;
}

@media screen and (min-width: 1000px) {
  /* line 85, node_modules/bulma/sass/components/navbar.sass */

  .navbar.is-black .navbar-start > .navbar-item,
  .navbar.is-black .navbar-start .navbar-link,
  .navbar.is-black .navbar-end > .navbar-item,
  .navbar.is-black .navbar-end .navbar-link {
    color: white;
  }

  /* line 90, node_modules/bulma/sass/components/navbar.sass */

  .navbar.is-black .navbar-start > a.navbar-item:focus,
  .navbar.is-black .navbar-start > a.navbar-item:hover,
  .navbar.is-black .navbar-start > a.navbar-item.is-active,
  .navbar.is-black .navbar-start .navbar-link:focus,
  .navbar.is-black .navbar-start .navbar-link:hover,
  .navbar.is-black .navbar-start .navbar-link.is-active,
  .navbar.is-black .navbar-end > a.navbar-item:focus,
  .navbar.is-black .navbar-end > a.navbar-item:hover,
  .navbar.is-black .navbar-end > a.navbar-item.is-active,
  .navbar.is-black .navbar-end .navbar-link:focus,
  .navbar.is-black .navbar-end .navbar-link:hover,
  .navbar.is-black .navbar-end .navbar-link.is-active {
    background-color: #090f0f;
    color: white;
  }

  /* line 96, node_modules/bulma/sass/components/navbar.sass */

  .navbar.is-black .navbar-start .navbar-link::after,
  .navbar.is-black .navbar-end .navbar-link::after {
    border-color: white;
  }

  /* line 98, node_modules/bulma/sass/components/navbar.sass */

  .navbar.is-black .navbar-item.has-dropdown:focus .navbar-link,
  .navbar.is-black .navbar-item.has-dropdown:hover .navbar-link,
  .navbar.is-black .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: #090f0f;
    color: white;
  }

  /* line 105, node_modules/bulma/sass/components/navbar.sass */

  .navbar.is-black .navbar-dropdown a.navbar-item.is-active {
    background-color: #131e1f;
    color: white;
  }
}

/* line 63, node_modules/bulma/sass/components/navbar.sass */

.navbar.is-light {
  background-color: whitesmoke;
  color: #363434;
}

/* line 67, node_modules/bulma/sass/components/navbar.sass */

.navbar.is-light .navbar-brand > .navbar-item,
.navbar.is-light .navbar-brand .navbar-link {
  color: #363434;
}

/* line 72, node_modules/bulma/sass/components/navbar.sass */

.navbar.is-light .navbar-brand > a.navbar-item:focus,
.navbar.is-light .navbar-brand > a.navbar-item:hover,
.navbar.is-light .navbar-brand > a.navbar-item.is-active,
.navbar.is-light .navbar-brand .navbar-link:focus,
.navbar.is-light .navbar-brand .navbar-link:hover,
.navbar.is-light .navbar-brand .navbar-link.is-active {
  background-color: #e8e8e8;
  color: #363434;
}

/* line 78, node_modules/bulma/sass/components/navbar.sass */

.navbar.is-light .navbar-brand .navbar-link::after {
  border-color: #363434;
}

/* line 80, node_modules/bulma/sass/components/navbar.sass */

.navbar.is-light .navbar-burger {
  color: #363434;
}

@media screen and (min-width: 1000px) {
  /* line 85, node_modules/bulma/sass/components/navbar.sass */

  .navbar.is-light .navbar-start > .navbar-item,
  .navbar.is-light .navbar-start .navbar-link,
  .navbar.is-light .navbar-end > .navbar-item,
  .navbar.is-light .navbar-end .navbar-link {
    color: #363434;
  }

  /* line 90, node_modules/bulma/sass/components/navbar.sass */

  .navbar.is-light .navbar-start > a.navbar-item:focus,
  .navbar.is-light .navbar-start > a.navbar-item:hover,
  .navbar.is-light .navbar-start > a.navbar-item.is-active,
  .navbar.is-light .navbar-start .navbar-link:focus,
  .navbar.is-light .navbar-start .navbar-link:hover,
  .navbar.is-light .navbar-start .navbar-link.is-active,
  .navbar.is-light .navbar-end > a.navbar-item:focus,
  .navbar.is-light .navbar-end > a.navbar-item:hover,
  .navbar.is-light .navbar-end > a.navbar-item.is-active,
  .navbar.is-light .navbar-end .navbar-link:focus,
  .navbar.is-light .navbar-end .navbar-link:hover,
  .navbar.is-light .navbar-end .navbar-link.is-active {
    background-color: #e8e8e8;
    color: #363434;
  }

  /* line 96, node_modules/bulma/sass/components/navbar.sass */

  .navbar.is-light .navbar-start .navbar-link::after,
  .navbar.is-light .navbar-end .navbar-link::after {
    border-color: #363434;
  }

  /* line 98, node_modules/bulma/sass/components/navbar.sass */

  .navbar.is-light .navbar-item.has-dropdown:focus .navbar-link,
  .navbar.is-light .navbar-item.has-dropdown:hover .navbar-link,
  .navbar.is-light .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: #e8e8e8;
    color: #363434;
  }

  /* line 105, node_modules/bulma/sass/components/navbar.sass */

  .navbar.is-light .navbar-dropdown a.navbar-item.is-active {
    background-color: whitesmoke;
    color: #363434;
  }
}

/* line 63, node_modules/bulma/sass/components/navbar.sass */

.navbar.is-dark {
  background-color: #363434;
  color: whitesmoke;
}

/* line 67, node_modules/bulma/sass/components/navbar.sass */

.navbar.is-dark .navbar-brand > .navbar-item,
.navbar.is-dark .navbar-brand .navbar-link {
  color: whitesmoke;
}

/* line 72, node_modules/bulma/sass/components/navbar.sass */

.navbar.is-dark .navbar-brand > a.navbar-item:focus,
.navbar.is-dark .navbar-brand > a.navbar-item:hover,
.navbar.is-dark .navbar-brand > a.navbar-item.is-active,
.navbar.is-dark .navbar-brand .navbar-link:focus,
.navbar.is-dark .navbar-brand .navbar-link:hover,
.navbar.is-dark .navbar-brand .navbar-link.is-active {
  background-color: #292727;
  color: whitesmoke;
}

/* line 78, node_modules/bulma/sass/components/navbar.sass */

.navbar.is-dark .navbar-brand .navbar-link::after {
  border-color: whitesmoke;
}

/* line 80, node_modules/bulma/sass/components/navbar.sass */

.navbar.is-dark .navbar-burger {
  color: whitesmoke;
}

@media screen and (min-width: 1000px) {
  /* line 85, node_modules/bulma/sass/components/navbar.sass */

  .navbar.is-dark .navbar-start > .navbar-item,
  .navbar.is-dark .navbar-start .navbar-link,
  .navbar.is-dark .navbar-end > .navbar-item,
  .navbar.is-dark .navbar-end .navbar-link {
    color: whitesmoke;
  }

  /* line 90, node_modules/bulma/sass/components/navbar.sass */

  .navbar.is-dark .navbar-start > a.navbar-item:focus,
  .navbar.is-dark .navbar-start > a.navbar-item:hover,
  .navbar.is-dark .navbar-start > a.navbar-item.is-active,
  .navbar.is-dark .navbar-start .navbar-link:focus,
  .navbar.is-dark .navbar-start .navbar-link:hover,
  .navbar.is-dark .navbar-start .navbar-link.is-active,
  .navbar.is-dark .navbar-end > a.navbar-item:focus,
  .navbar.is-dark .navbar-end > a.navbar-item:hover,
  .navbar.is-dark .navbar-end > a.navbar-item.is-active,
  .navbar.is-dark .navbar-end .navbar-link:focus,
  .navbar.is-dark .navbar-end .navbar-link:hover,
  .navbar.is-dark .navbar-end .navbar-link.is-active {
    background-color: #292727;
    color: whitesmoke;
  }

  /* line 96, node_modules/bulma/sass/components/navbar.sass */

  .navbar.is-dark .navbar-start .navbar-link::after,
  .navbar.is-dark .navbar-end .navbar-link::after {
    border-color: whitesmoke;
  }

  /* line 98, node_modules/bulma/sass/components/navbar.sass */

  .navbar.is-dark .navbar-item.has-dropdown:focus .navbar-link,
  .navbar.is-dark .navbar-item.has-dropdown:hover .navbar-link,
  .navbar.is-dark .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: #292727;
    color: whitesmoke;
  }

  /* line 105, node_modules/bulma/sass/components/navbar.sass */

  .navbar.is-dark .navbar-dropdown a.navbar-item.is-active {
    background-color: #363434;
    color: whitesmoke;
  }
}

/* line 63, node_modules/bulma/sass/components/navbar.sass */

.navbar.is-primary {
  background-color: #ffc709;
  color: #fff;
}

/* line 67, node_modules/bulma/sass/components/navbar.sass */

.navbar.is-primary .navbar-brand > .navbar-item,
.navbar.is-primary .navbar-brand .navbar-link {
  color: #fff;
}

/* line 72, node_modules/bulma/sass/components/navbar.sass */

.navbar.is-primary .navbar-brand > a.navbar-item:focus,
.navbar.is-primary .navbar-brand > a.navbar-item:hover,
.navbar.is-primary .navbar-brand > a.navbar-item.is-active,
.navbar.is-primary .navbar-brand .navbar-link:focus,
.navbar.is-primary .navbar-brand .navbar-link:hover,
.navbar.is-primary .navbar-brand .navbar-link.is-active {
  background-color: #efb800;
  color: #fff;
}

/* line 78, node_modules/bulma/sass/components/navbar.sass */

.navbar.is-primary .navbar-brand .navbar-link::after {
  border-color: #fff;
}

/* line 80, node_modules/bulma/sass/components/navbar.sass */

.navbar.is-primary .navbar-burger {
  color: #fff;
}

@media screen and (min-width: 1000px) {
  /* line 85, node_modules/bulma/sass/components/navbar.sass */

  .navbar.is-primary .navbar-start > .navbar-item,
  .navbar.is-primary .navbar-start .navbar-link,
  .navbar.is-primary .navbar-end > .navbar-item,
  .navbar.is-primary .navbar-end .navbar-link {
    color: #fff;
  }

  /* line 90, node_modules/bulma/sass/components/navbar.sass */

  .navbar.is-primary .navbar-start > a.navbar-item:focus,
  .navbar.is-primary .navbar-start > a.navbar-item:hover,
  .navbar.is-primary .navbar-start > a.navbar-item.is-active,
  .navbar.is-primary .navbar-start .navbar-link:focus,
  .navbar.is-primary .navbar-start .navbar-link:hover,
  .navbar.is-primary .navbar-start .navbar-link.is-active,
  .navbar.is-primary .navbar-end > a.navbar-item:focus,
  .navbar.is-primary .navbar-end > a.navbar-item:hover,
  .navbar.is-primary .navbar-end > a.navbar-item.is-active,
  .navbar.is-primary .navbar-end .navbar-link:focus,
  .navbar.is-primary .navbar-end .navbar-link:hover,
  .navbar.is-primary .navbar-end .navbar-link.is-active {
    background-color: #efb800;
    color: #fff;
  }

  /* line 96, node_modules/bulma/sass/components/navbar.sass */

  .navbar.is-primary .navbar-start .navbar-link::after,
  .navbar.is-primary .navbar-end .navbar-link::after {
    border-color: #fff;
  }

  /* line 98, node_modules/bulma/sass/components/navbar.sass */

  .navbar.is-primary .navbar-item.has-dropdown:focus .navbar-link,
  .navbar.is-primary .navbar-item.has-dropdown:hover .navbar-link,
  .navbar.is-primary .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: #efb800;
    color: #fff;
  }

  /* line 105, node_modules/bulma/sass/components/navbar.sass */

  .navbar.is-primary .navbar-dropdown a.navbar-item.is-active {
    background-color: #ffc709;
    color: #fff;
  }
}

/* line 63, node_modules/bulma/sass/components/navbar.sass */

.navbar.is-link {
  background-color: #ffc709;
  color: #fff;
}

/* line 67, node_modules/bulma/sass/components/navbar.sass */

.navbar.is-link .navbar-brand > .navbar-item,
.navbar.is-link .navbar-brand .navbar-link {
  color: #fff;
}

/* line 72, node_modules/bulma/sass/components/navbar.sass */

.navbar.is-link .navbar-brand > a.navbar-item:focus,
.navbar.is-link .navbar-brand > a.navbar-item:hover,
.navbar.is-link .navbar-brand > a.navbar-item.is-active,
.navbar.is-link .navbar-brand .navbar-link:focus,
.navbar.is-link .navbar-brand .navbar-link:hover,
.navbar.is-link .navbar-brand .navbar-link.is-active {
  background-color: #efb800;
  color: #fff;
}

/* line 78, node_modules/bulma/sass/components/navbar.sass */

.navbar.is-link .navbar-brand .navbar-link::after {
  border-color: #fff;
}

/* line 80, node_modules/bulma/sass/components/navbar.sass */

.navbar.is-link .navbar-burger {
  color: #fff;
}

@media screen and (min-width: 1000px) {
  /* line 85, node_modules/bulma/sass/components/navbar.sass */

  .navbar.is-link .navbar-start > .navbar-item,
  .navbar.is-link .navbar-start .navbar-link,
  .navbar.is-link .navbar-end > .navbar-item,
  .navbar.is-link .navbar-end .navbar-link {
    color: #fff;
  }

  /* line 90, node_modules/bulma/sass/components/navbar.sass */

  .navbar.is-link .navbar-start > a.navbar-item:focus,
  .navbar.is-link .navbar-start > a.navbar-item:hover,
  .navbar.is-link .navbar-start > a.navbar-item.is-active,
  .navbar.is-link .navbar-start .navbar-link:focus,
  .navbar.is-link .navbar-start .navbar-link:hover,
  .navbar.is-link .navbar-start .navbar-link.is-active,
  .navbar.is-link .navbar-end > a.navbar-item:focus,
  .navbar.is-link .navbar-end > a.navbar-item:hover,
  .navbar.is-link .navbar-end > a.navbar-item.is-active,
  .navbar.is-link .navbar-end .navbar-link:focus,
  .navbar.is-link .navbar-end .navbar-link:hover,
  .navbar.is-link .navbar-end .navbar-link.is-active {
    background-color: #efb800;
    color: #fff;
  }

  /* line 96, node_modules/bulma/sass/components/navbar.sass */

  .navbar.is-link .navbar-start .navbar-link::after,
  .navbar.is-link .navbar-end .navbar-link::after {
    border-color: #fff;
  }

  /* line 98, node_modules/bulma/sass/components/navbar.sass */

  .navbar.is-link .navbar-item.has-dropdown:focus .navbar-link,
  .navbar.is-link .navbar-item.has-dropdown:hover .navbar-link,
  .navbar.is-link .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: #efb800;
    color: #fff;
  }

  /* line 105, node_modules/bulma/sass/components/navbar.sass */

  .navbar.is-link .navbar-dropdown a.navbar-item.is-active {
    background-color: #ffc709;
    color: #fff;
  }
}

/* line 63, node_modules/bulma/sass/components/navbar.sass */

.navbar.is-info {
  background-color: #209cee;
  color: #fff;
}

/* line 67, node_modules/bulma/sass/components/navbar.sass */

.navbar.is-info .navbar-brand > .navbar-item,
.navbar.is-info .navbar-brand .navbar-link {
  color: #fff;
}

/* line 72, node_modules/bulma/sass/components/navbar.sass */

.navbar.is-info .navbar-brand > a.navbar-item:focus,
.navbar.is-info .navbar-brand > a.navbar-item:hover,
.navbar.is-info .navbar-brand > a.navbar-item.is-active,
.navbar.is-info .navbar-brand .navbar-link:focus,
.navbar.is-info .navbar-brand .navbar-link:hover,
.navbar.is-info .navbar-brand .navbar-link.is-active {
  background-color: #118fe4;
  color: #fff;
}

/* line 78, node_modules/bulma/sass/components/navbar.sass */

.navbar.is-info .navbar-brand .navbar-link::after {
  border-color: #fff;
}

/* line 80, node_modules/bulma/sass/components/navbar.sass */

.navbar.is-info .navbar-burger {
  color: #fff;
}

@media screen and (min-width: 1000px) {
  /* line 85, node_modules/bulma/sass/components/navbar.sass */

  .navbar.is-info .navbar-start > .navbar-item,
  .navbar.is-info .navbar-start .navbar-link,
  .navbar.is-info .navbar-end > .navbar-item,
  .navbar.is-info .navbar-end .navbar-link {
    color: #fff;
  }

  /* line 90, node_modules/bulma/sass/components/navbar.sass */

  .navbar.is-info .navbar-start > a.navbar-item:focus,
  .navbar.is-info .navbar-start > a.navbar-item:hover,
  .navbar.is-info .navbar-start > a.navbar-item.is-active,
  .navbar.is-info .navbar-start .navbar-link:focus,
  .navbar.is-info .navbar-start .navbar-link:hover,
  .navbar.is-info .navbar-start .navbar-link.is-active,
  .navbar.is-info .navbar-end > a.navbar-item:focus,
  .navbar.is-info .navbar-end > a.navbar-item:hover,
  .navbar.is-info .navbar-end > a.navbar-item.is-active,
  .navbar.is-info .navbar-end .navbar-link:focus,
  .navbar.is-info .navbar-end .navbar-link:hover,
  .navbar.is-info .navbar-end .navbar-link.is-active {
    background-color: #118fe4;
    color: #fff;
  }

  /* line 96, node_modules/bulma/sass/components/navbar.sass */

  .navbar.is-info .navbar-start .navbar-link::after,
  .navbar.is-info .navbar-end .navbar-link::after {
    border-color: #fff;
  }

  /* line 98, node_modules/bulma/sass/components/navbar.sass */

  .navbar.is-info .navbar-item.has-dropdown:focus .navbar-link,
  .navbar.is-info .navbar-item.has-dropdown:hover .navbar-link,
  .navbar.is-info .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: #118fe4;
    color: #fff;
  }

  /* line 105, node_modules/bulma/sass/components/navbar.sass */

  .navbar.is-info .navbar-dropdown a.navbar-item.is-active {
    background-color: #209cee;
    color: #fff;
  }
}

/* line 63, node_modules/bulma/sass/components/navbar.sass */

.navbar.is-success {
  background-color: #23d160;
  color: #fff;
}

/* line 67, node_modules/bulma/sass/components/navbar.sass */

.navbar.is-success .navbar-brand > .navbar-item,
.navbar.is-success .navbar-brand .navbar-link {
  color: #fff;
}

/* line 72, node_modules/bulma/sass/components/navbar.sass */

.navbar.is-success .navbar-brand > a.navbar-item:focus,
.navbar.is-success .navbar-brand > a.navbar-item:hover,
.navbar.is-success .navbar-brand > a.navbar-item.is-active,
.navbar.is-success .navbar-brand .navbar-link:focus,
.navbar.is-success .navbar-brand .navbar-link:hover,
.navbar.is-success .navbar-brand .navbar-link.is-active {
  background-color: #20bc56;
  color: #fff;
}

/* line 78, node_modules/bulma/sass/components/navbar.sass */

.navbar.is-success .navbar-brand .navbar-link::after {
  border-color: #fff;
}

/* line 80, node_modules/bulma/sass/components/navbar.sass */

.navbar.is-success .navbar-burger {
  color: #fff;
}

@media screen and (min-width: 1000px) {
  /* line 85, node_modules/bulma/sass/components/navbar.sass */

  .navbar.is-success .navbar-start > .navbar-item,
  .navbar.is-success .navbar-start .navbar-link,
  .navbar.is-success .navbar-end > .navbar-item,
  .navbar.is-success .navbar-end .navbar-link {
    color: #fff;
  }

  /* line 90, node_modules/bulma/sass/components/navbar.sass */

  .navbar.is-success .navbar-start > a.navbar-item:focus,
  .navbar.is-success .navbar-start > a.navbar-item:hover,
  .navbar.is-success .navbar-start > a.navbar-item.is-active,
  .navbar.is-success .navbar-start .navbar-link:focus,
  .navbar.is-success .navbar-start .navbar-link:hover,
  .navbar.is-success .navbar-start .navbar-link.is-active,
  .navbar.is-success .navbar-end > a.navbar-item:focus,
  .navbar.is-success .navbar-end > a.navbar-item:hover,
  .navbar.is-success .navbar-end > a.navbar-item.is-active,
  .navbar.is-success .navbar-end .navbar-link:focus,
  .navbar.is-success .navbar-end .navbar-link:hover,
  .navbar.is-success .navbar-end .navbar-link.is-active {
    background-color: #20bc56;
    color: #fff;
  }

  /* line 96, node_modules/bulma/sass/components/navbar.sass */

  .navbar.is-success .navbar-start .navbar-link::after,
  .navbar.is-success .navbar-end .navbar-link::after {
    border-color: #fff;
  }

  /* line 98, node_modules/bulma/sass/components/navbar.sass */

  .navbar.is-success .navbar-item.has-dropdown:focus .navbar-link,
  .navbar.is-success .navbar-item.has-dropdown:hover .navbar-link,
  .navbar.is-success .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: #20bc56;
    color: #fff;
  }

  /* line 105, node_modules/bulma/sass/components/navbar.sass */

  .navbar.is-success .navbar-dropdown a.navbar-item.is-active {
    background-color: #23d160;
    color: #fff;
  }
}

/* line 63, node_modules/bulma/sass/components/navbar.sass */

.navbar.is-warning {
  background-color: #ffc709;
  color: rgba(0, 0, 0, 0.7);
}

/* line 67, node_modules/bulma/sass/components/navbar.sass */

.navbar.is-warning .navbar-brand > .navbar-item,
.navbar.is-warning .navbar-brand .navbar-link {
  color: rgba(0, 0, 0, 0.7);
}

/* line 72, node_modules/bulma/sass/components/navbar.sass */

.navbar.is-warning .navbar-brand > a.navbar-item:focus,
.navbar.is-warning .navbar-brand > a.navbar-item:hover,
.navbar.is-warning .navbar-brand > a.navbar-item.is-active,
.navbar.is-warning .navbar-brand .navbar-link:focus,
.navbar.is-warning .navbar-brand .navbar-link:hover,
.navbar.is-warning .navbar-brand .navbar-link.is-active {
  background-color: #efb800;
  color: rgba(0, 0, 0, 0.7);
}

/* line 78, node_modules/bulma/sass/components/navbar.sass */

.navbar.is-warning .navbar-brand .navbar-link::after {
  border-color: rgba(0, 0, 0, 0.7);
}

/* line 80, node_modules/bulma/sass/components/navbar.sass */

.navbar.is-warning .navbar-burger {
  color: rgba(0, 0, 0, 0.7);
}

@media screen and (min-width: 1000px) {
  /* line 85, node_modules/bulma/sass/components/navbar.sass */

  .navbar.is-warning .navbar-start > .navbar-item,
  .navbar.is-warning .navbar-start .navbar-link,
  .navbar.is-warning .navbar-end > .navbar-item,
  .navbar.is-warning .navbar-end .navbar-link {
    color: rgba(0, 0, 0, 0.7);
  }

  /* line 90, node_modules/bulma/sass/components/navbar.sass */

  .navbar.is-warning .navbar-start > a.navbar-item:focus,
  .navbar.is-warning .navbar-start > a.navbar-item:hover,
  .navbar.is-warning .navbar-start > a.navbar-item.is-active,
  .navbar.is-warning .navbar-start .navbar-link:focus,
  .navbar.is-warning .navbar-start .navbar-link:hover,
  .navbar.is-warning .navbar-start .navbar-link.is-active,
  .navbar.is-warning .navbar-end > a.navbar-item:focus,
  .navbar.is-warning .navbar-end > a.navbar-item:hover,
  .navbar.is-warning .navbar-end > a.navbar-item.is-active,
  .navbar.is-warning .navbar-end .navbar-link:focus,
  .navbar.is-warning .navbar-end .navbar-link:hover,
  .navbar.is-warning .navbar-end .navbar-link.is-active {
    background-color: #efb800;
    color: rgba(0, 0, 0, 0.7);
  }

  /* line 96, node_modules/bulma/sass/components/navbar.sass */

  .navbar.is-warning .navbar-start .navbar-link::after,
  .navbar.is-warning .navbar-end .navbar-link::after {
    border-color: rgba(0, 0, 0, 0.7);
  }

  /* line 98, node_modules/bulma/sass/components/navbar.sass */

  .navbar.is-warning .navbar-item.has-dropdown:focus .navbar-link,
  .navbar.is-warning .navbar-item.has-dropdown:hover .navbar-link,
  .navbar.is-warning .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: #efb800;
    color: rgba(0, 0, 0, 0.7);
  }

  /* line 105, node_modules/bulma/sass/components/navbar.sass */

  .navbar.is-warning .navbar-dropdown a.navbar-item.is-active {
    background-color: #ffc709;
    color: rgba(0, 0, 0, 0.7);
  }
}

/* line 63, node_modules/bulma/sass/components/navbar.sass */

.navbar.is-danger {
  background-color: #ff3860;
  color: #fff;
}

/* line 67, node_modules/bulma/sass/components/navbar.sass */

.navbar.is-danger .navbar-brand > .navbar-item,
.navbar.is-danger .navbar-brand .navbar-link {
  color: #fff;
}

/* line 72, node_modules/bulma/sass/components/navbar.sass */

.navbar.is-danger .navbar-brand > a.navbar-item:focus,
.navbar.is-danger .navbar-brand > a.navbar-item:hover,
.navbar.is-danger .navbar-brand > a.navbar-item.is-active,
.navbar.is-danger .navbar-brand .navbar-link:focus,
.navbar.is-danger .navbar-brand .navbar-link:hover,
.navbar.is-danger .navbar-brand .navbar-link.is-active {
  background-color: #ff1f4b;
  color: #fff;
}

/* line 78, node_modules/bulma/sass/components/navbar.sass */

.navbar.is-danger .navbar-brand .navbar-link::after {
  border-color: #fff;
}

/* line 80, node_modules/bulma/sass/components/navbar.sass */

.navbar.is-danger .navbar-burger {
  color: #fff;
}

@media screen and (min-width: 1000px) {
  /* line 85, node_modules/bulma/sass/components/navbar.sass */

  .navbar.is-danger .navbar-start > .navbar-item,
  .navbar.is-danger .navbar-start .navbar-link,
  .navbar.is-danger .navbar-end > .navbar-item,
  .navbar.is-danger .navbar-end .navbar-link {
    color: #fff;
  }

  /* line 90, node_modules/bulma/sass/components/navbar.sass */

  .navbar.is-danger .navbar-start > a.navbar-item:focus,
  .navbar.is-danger .navbar-start > a.navbar-item:hover,
  .navbar.is-danger .navbar-start > a.navbar-item.is-active,
  .navbar.is-danger .navbar-start .navbar-link:focus,
  .navbar.is-danger .navbar-start .navbar-link:hover,
  .navbar.is-danger .navbar-start .navbar-link.is-active,
  .navbar.is-danger .navbar-end > a.navbar-item:focus,
  .navbar.is-danger .navbar-end > a.navbar-item:hover,
  .navbar.is-danger .navbar-end > a.navbar-item.is-active,
  .navbar.is-danger .navbar-end .navbar-link:focus,
  .navbar.is-danger .navbar-end .navbar-link:hover,
  .navbar.is-danger .navbar-end .navbar-link.is-active {
    background-color: #ff1f4b;
    color: #fff;
  }

  /* line 96, node_modules/bulma/sass/components/navbar.sass */

  .navbar.is-danger .navbar-start .navbar-link::after,
  .navbar.is-danger .navbar-end .navbar-link::after {
    border-color: #fff;
  }

  /* line 98, node_modules/bulma/sass/components/navbar.sass */

  .navbar.is-danger .navbar-item.has-dropdown:focus .navbar-link,
  .navbar.is-danger .navbar-item.has-dropdown:hover .navbar-link,
  .navbar.is-danger .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: #ff1f4b;
    color: #fff;
  }

  /* line 105, node_modules/bulma/sass/components/navbar.sass */

  .navbar.is-danger .navbar-dropdown a.navbar-item.is-active {
    background-color: #ff3860;
    color: #fff;
  }
}

/* line 108, node_modules/bulma/sass/components/navbar.sass */

.navbar > .container,
.glide.controls-right .navbar > .carousel-controls {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 3.25rem;
  width: 100%;
}

/* line 113, node_modules/bulma/sass/components/navbar.sass */

.navbar.has-shadow {
  -webkit-box-shadow: 0 2px 0 0 whitesmoke;
          box-shadow: 0 2px 0 0 whitesmoke;
}

/* line 115, node_modules/bulma/sass/components/navbar.sass */

.navbar.is-fixed-bottom,
.navbar.is-fixed-top {
  left: 0;
  position: fixed;
  right: 0;
  z-index: 30;
}

/* line 118, node_modules/bulma/sass/components/navbar.sass */

.navbar.is-fixed-bottom {
  bottom: 0;
}

/* line 120, node_modules/bulma/sass/components/navbar.sass */

.navbar.is-fixed-bottom.has-shadow {
  -webkit-box-shadow: 0 -2px 0 0 whitesmoke;
          box-shadow: 0 -2px 0 0 whitesmoke;
}

/* line 122, node_modules/bulma/sass/components/navbar.sass */

.navbar.is-fixed-top {
  top: 0;
}

/* line 127, node_modules/bulma/sass/components/navbar.sass */

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

/* line 129, node_modules/bulma/sass/components/navbar.sass */

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

/* line 132, node_modules/bulma/sass/components/navbar.sass */

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

/* line 141, node_modules/bulma/sass/components/navbar.sass */

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

/* line 145, node_modules/bulma/sass/components/navbar.sass */

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

/* line 151, node_modules/bulma/sass/components/navbar.sass */

.navbar-burger {
  color: #131e1f;
  cursor: pointer;
  display: block;
  height: 3.25rem;
  position: relative;
  width: 3.25rem;
  margin-left: auto;
}

/* line 33, node_modules/bulma/sass/utilities/mixins.sass */

.navbar-burger span {
  background-color: currentColor;
  display: block;
  height: 1px;
  left: calc(50% - 8px);
  position: absolute;
  -webkit-transform-origin: center;
       -o-transform-origin: center;
          transform-origin: center;
  -webkit-transition-duration: 86ms;
       -o-transition-duration: 86ms;
          transition-duration: 86ms;
  -webkit-transition-property: background-color, opacity, -webkit-transform;
  transition-property: background-color, opacity, -webkit-transform;
  -o-transition-property: background-color, opacity, -o-transform;
  transition-property: background-color, opacity, transform;
  transition-property: background-color, opacity, transform, -webkit-transform, -o-transform;
  -webkit-transition-timing-function: ease-out;
       -o-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  width: 16px;
}

/* line 44, node_modules/bulma/sass/utilities/mixins.sass */

.navbar-burger span:nth-child(1) {
  top: calc(50% - 6px);
}

/* line 46, node_modules/bulma/sass/utilities/mixins.sass */

.navbar-burger span:nth-child(2) {
  top: calc(50% - 1px);
}

/* line 48, node_modules/bulma/sass/utilities/mixins.sass */

.navbar-burger span:nth-child(3) {
  top: calc(50% + 4px);
}

/* line 50, node_modules/bulma/sass/utilities/mixins.sass */

.navbar-burger:hover {
  background-color: rgba(0, 0, 0, 0.05);
}

/* line 55, node_modules/bulma/sass/utilities/mixins.sass */

.navbar-burger.is-active span:nth-child(1) {
  -webkit-transform: translateY(5px) rotate(45deg);
       -o-transform: translateY(5px) rotate(45deg);
          transform: translateY(5px) rotate(45deg);
}

/* line 57, node_modules/bulma/sass/utilities/mixins.sass */

.navbar-burger.is-active span:nth-child(2) {
  opacity: 0;
}

/* line 59, node_modules/bulma/sass/utilities/mixins.sass */

.navbar-burger.is-active span:nth-child(3) {
  -webkit-transform: translateY(-5px) rotate(-45deg);
       -o-transform: translateY(-5px) rotate(-45deg);
          transform: translateY(-5px) rotate(-45deg);
}

/* line 156, node_modules/bulma/sass/components/navbar.sass */

.navbar-menu {
  display: none;
}

/* line 159, node_modules/bulma/sass/components/navbar.sass */

.navbar-item,
.navbar-link {
  color: #131e1f;
  display: block;
  line-height: 1.5;
  padding: 0.5rem 0.75rem;
  position: relative;
}

/* line 167, node_modules/bulma/sass/components/navbar.sass */

.navbar-item .icon:only-child,
.navbar-link .icon:only-child {
  margin-left: -0.25rem;
  margin-right: -0.25rem;
}

/* line 171, node_modules/bulma/sass/components/navbar.sass */

a.navbar-item,
.navbar-link {
  cursor: pointer;
}

/* line 174, node_modules/bulma/sass/components/navbar.sass */

a.navbar-item:focus,
a.navbar-item:focus-within,
a.navbar-item:hover,
a.navbar-item.is-active,
.navbar-link:focus,
.navbar-link:focus-within,
.navbar-link:hover,
.navbar-link.is-active {
  background-color: transparent;
  color: #ffc709;
}

/* line 181, node_modules/bulma/sass/components/navbar.sass */

.navbar-item {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

/* line 184, node_modules/bulma/sass/components/navbar.sass */

.navbar-item img {
  max-height: 1.75rem;
}

/* line 186, node_modules/bulma/sass/components/navbar.sass */

.navbar-item.has-dropdown {
  padding: 0;
}

/* line 188, node_modules/bulma/sass/components/navbar.sass */

.navbar-item.is-expanded {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
}

/* line 191, node_modules/bulma/sass/components/navbar.sass */

.navbar-item.is-tab {
  border-bottom: 1px solid transparent;
  min-height: 3.25rem;
  padding-bottom: calc(0.5rem - 1px);
}

/* line 195, node_modules/bulma/sass/components/navbar.sass */

.navbar-item.is-tab:focus,
.navbar-item.is-tab:hover {
  background-color: transparent;
  border-bottom-color: #ffc709;
}

/* line 199, node_modules/bulma/sass/components/navbar.sass */

.navbar-item.is-tab.is-active {
  background-color: transparent;
  border-bottom-color: #ffc709;
  border-bottom-style: solid;
  border-bottom-width: 3px;
  color: #ffc709;
  padding-bottom: calc(0.5rem - 3px);
}

/* line 207, node_modules/bulma/sass/components/navbar.sass */

.navbar-content {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
}

/* line 211, node_modules/bulma/sass/components/navbar.sass */

.navbar-link:not(.is-arrowless) {
  padding-right: 2.5em;
}

/* line 213, node_modules/bulma/sass/components/navbar.sass */

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

/* line 219, node_modules/bulma/sass/components/navbar.sass */

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

/* line 223, node_modules/bulma/sass/components/navbar.sass */

.navbar-dropdown .navbar-item {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

/* line 227, node_modules/bulma/sass/components/navbar.sass */

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

@media screen and (max-width: 999px) {
  /* line 235, node_modules/bulma/sass/components/navbar.sass */

  .navbar > .container,
  .glide.controls-right .navbar > .carousel-controls {
    display: block;
  }

  /* line 239, node_modules/bulma/sass/components/navbar.sass */

  .navbar-brand .navbar-item,
  .navbar-tabs .navbar-item {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  /* line 243, node_modules/bulma/sass/components/navbar.sass */

  .navbar-link::after {
    display: none;
  }

  /* line 245, node_modules/bulma/sass/components/navbar.sass */

  .navbar-menu {
    background-color: transparent;
    -webkit-box-shadow: 0 8px 16px rgba(19, 30, 31, 0.1);
            box-shadow: 0 8px 16px rgba(19, 30, 31, 0.1);
    padding: 0.5rem 0;
  }

  /* line 249, node_modules/bulma/sass/components/navbar.sass */

  .navbar-menu.is-active {
    display: block;
  }

  /* line 253, node_modules/bulma/sass/components/navbar.sass */

  .navbar.is-fixed-bottom-touch,
  .navbar.is-fixed-top-touch {
    left: 0;
    position: fixed;
    right: 0;
    z-index: 30;
  }

  /* line 256, node_modules/bulma/sass/components/navbar.sass */

  .navbar.is-fixed-bottom-touch {
    bottom: 0;
  }

  /* line 258, node_modules/bulma/sass/components/navbar.sass */

  .navbar.is-fixed-bottom-touch.has-shadow {
    -webkit-box-shadow: 0 -2px 3px rgba(19, 30, 31, 0.1);
            box-shadow: 0 -2px 3px rgba(19, 30, 31, 0.1);
  }

  /* line 260, node_modules/bulma/sass/components/navbar.sass */

  .navbar.is-fixed-top-touch {
    top: 0;
  }

  /* line 264, node_modules/bulma/sass/components/navbar.sass */

  .navbar.is-fixed-top .navbar-menu,
  .navbar.is-fixed-top-touch .navbar-menu {
    -webkit-overflow-scrolling: touch;
    max-height: calc(100vh - 3.25rem);
    overflow: auto;
  }

  /* line 270, node_modules/bulma/sass/components/navbar.sass */

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

  /* line 272, node_modules/bulma/sass/components/navbar.sass */

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

@media screen and (min-width: 1000px) {
  /* line 276, node_modules/bulma/sass/components/navbar.sass */

  .navbar,
  .navbar-menu,
  .navbar-start,
  .navbar-end {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  /* line 282, node_modules/bulma/sass/components/navbar.sass */

  .navbar {
    min-height: 3.25rem;
  }

  /* line 284, node_modules/bulma/sass/components/navbar.sass */

  .navbar.is-spaced {
    padding: 0 0;
  }

  /* line 286, node_modules/bulma/sass/components/navbar.sass */

  .navbar.is-spaced .navbar-start,
  .navbar.is-spaced .navbar-end {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  /* line 289, node_modules/bulma/sass/components/navbar.sass */

  .navbar.is-spaced a.navbar-item,
  .navbar.is-spaced .navbar-link {
    border-radius: 0;
  }

  /* line 295, node_modules/bulma/sass/components/navbar.sass */

  .navbar.is-transparent a.navbar-item:focus,
  .navbar.is-transparent a.navbar-item:hover,
  .navbar.is-transparent a.navbar-item.is-active,
  .navbar.is-transparent .navbar-link:focus,
  .navbar.is-transparent .navbar-link:hover,
  .navbar.is-transparent .navbar-link.is-active {
    background-color: transparent !important;
  }

  /* line 304, node_modules/bulma/sass/components/navbar.sass */

  .navbar.is-transparent .navbar-item.has-dropdown.is-active .navbar-link,
  .navbar.is-transparent .navbar-item.has-dropdown.is-hoverable:focus .navbar-link,
  .navbar.is-transparent .navbar-item.has-dropdown.is-hoverable:focus-within .navbar-link,
  .navbar.is-transparent .navbar-item.has-dropdown.is-hoverable:hover .navbar-link {
    background-color: transparent !important;
  }

  /* line 308, node_modules/bulma/sass/components/navbar.sass */

  .navbar.is-transparent .navbar-dropdown a.navbar-item:focus,
  .navbar.is-transparent .navbar-dropdown a.navbar-item:hover {
    background-color: whitesmoke;
    color: #131e1f;
  }

  /* line 312, node_modules/bulma/sass/components/navbar.sass */

  .navbar.is-transparent .navbar-dropdown a.navbar-item.is-active {
    background-color: whitesmoke;
    color: #ffc709;
  }

  /* line 315, node_modules/bulma/sass/components/navbar.sass */

  .navbar-burger {
    display: none;
  }

  /* line 317, node_modules/bulma/sass/components/navbar.sass */

  .navbar-item,
  .navbar-link {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  /* line 322, node_modules/bulma/sass/components/navbar.sass */

  .navbar-item.has-dropdown {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }

  /* line 325, node_modules/bulma/sass/components/navbar.sass */

  .navbar-item.has-dropdown-up .navbar-link::after {
    -webkit-transform: rotate(135deg) translate(0.25em, -0.25em);
         -o-transform: rotate(135deg) translate(0.25em, -0.25em);
            transform: rotate(135deg) translate(0.25em, -0.25em);
  }

  /* line 327, node_modules/bulma/sass/components/navbar.sass */

  .navbar-item.has-dropdown-up .navbar-dropdown {
    border-bottom: 2px solid #f6f6f6;
    border-radius: 0 0 0 0;
    border-top: none;
    bottom: 100%;
    -webkit-box-shadow: 0 -8px 8px rgba(19, 30, 31, 0.1);
            box-shadow: 0 -8px 8px rgba(19, 30, 31, 0.1);
    top: auto;
  }

  /* line 338, node_modules/bulma/sass/components/navbar.sass */

  .navbar-item.is-active .navbar-dropdown,
  .navbar-item.is-hoverable:focus .navbar-dropdown,
  .navbar-item.is-hoverable:focus-within .navbar-dropdown,
  .navbar-item.is-hoverable:hover .navbar-dropdown {
    display: block;
  }

  /* line 340, node_modules/bulma/sass/components/navbar.sass */

  .navbar.is-spaced .navbar-item.is-active .navbar-dropdown,
  .navbar-item.is-active .navbar-dropdown.is-boxed,
  .navbar.is-spaced .navbar-item.is-hoverable:focus .navbar-dropdown,
  .navbar-item.is-hoverable:focus .navbar-dropdown.is-boxed,
  .navbar.is-spaced .navbar-item.is-hoverable:focus-within .navbar-dropdown,
  .navbar-item.is-hoverable:focus-within .navbar-dropdown.is-boxed,
  .navbar.is-spaced .navbar-item.is-hoverable:hover .navbar-dropdown,
  .navbar-item.is-hoverable:hover .navbar-dropdown.is-boxed {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: translateY(0);
         -o-transform: translateY(0);
            transform: translateY(0);
  }

  /* line 345, node_modules/bulma/sass/components/navbar.sass */

  .navbar-menu {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }

  /* line 348, node_modules/bulma/sass/components/navbar.sass */

  .navbar-start {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-right: auto;
  }

  /* line 351, node_modules/bulma/sass/components/navbar.sass */

  .navbar-end {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-left: auto;
  }

  /* line 354, node_modules/bulma/sass/components/navbar.sass */

  .navbar-dropdown {
    background-color: white;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-top: 2px solid #f6f6f6;
    -webkit-box-shadow: 0 8px 8px rgba(19, 30, 31, 0.1);
            box-shadow: 0 8px 8px rgba(19, 30, 31, 0.1);
    display: none;
    font-size: 0.875rem;
    left: 0;
    min-width: 100%;
    position: absolute;
    top: 100%;
    z-index: 20;
  }

  /* line 367, node_modules/bulma/sass/components/navbar.sass */

  .navbar-dropdown .navbar-item {
    padding: 0.375rem 1rem;
    white-space: nowrap;
  }

  /* line 370, node_modules/bulma/sass/components/navbar.sass */

  .navbar-dropdown a.navbar-item {
    padding-right: 3rem;
  }

  /* line 372, node_modules/bulma/sass/components/navbar.sass */

  .navbar-dropdown a.navbar-item:focus,
  .navbar-dropdown a.navbar-item:hover {
    background-color: whitesmoke;
    color: #131e1f;
  }

  /* line 376, node_modules/bulma/sass/components/navbar.sass */

  .navbar-dropdown a.navbar-item.is-active {
    background-color: whitesmoke;
    color: #ffc709;
  }

  /* line 379, node_modules/bulma/sass/components/navbar.sass */

  .navbar.is-spaced .navbar-dropdown,
  .navbar-dropdown.is-boxed {
    border-radius: 0;
    border-top: none;
    -webkit-box-shadow: 0 8px 8px rgba(19, 30, 31, 0.1), 0 0 0 1px rgba(19, 30, 31, 0.1);
            box-shadow: 0 8px 8px rgba(19, 30, 31, 0.1), 0 0 0 1px rgba(19, 30, 31, 0.1);
    display: block;
    opacity: 0;
    pointer-events: none;
    top: calc(100% + (-4px));
    -webkit-transform: translateY(-5px);
         -o-transform: translateY(-5px);
            transform: translateY(-5px);
    -webkit-transition-duration: 86ms;
         -o-transition-duration: 86ms;
            transition-duration: 86ms;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    -o-transition-property: opacity, -o-transform;
    transition-property: opacity, transform;
    transition-property: opacity, transform, -webkit-transform, -o-transform;
  }

  /* line 391, node_modules/bulma/sass/components/navbar.sass */

  .navbar-dropdown.is-right {
    left: auto;
    right: 0;
  }

  /* line 394, node_modules/bulma/sass/components/navbar.sass */

  .navbar-divider {
    display: block;
  }

  /* line 398, node_modules/bulma/sass/components/navbar.sass */

  .navbar > .container .navbar-brand,
  .glide.controls-right .navbar > .carousel-controls .navbar-brand,
  .container > .navbar .navbar-brand,
  .glide.controls-right .carousel-controls > .navbar .navbar-brand {
    margin-left: -.75rem;
  }

  /* line 400, node_modules/bulma/sass/components/navbar.sass */

  .navbar > .container .navbar-menu,
  .glide.controls-right .navbar > .carousel-controls .navbar-menu,
  .container > .navbar .navbar-menu,
  .glide.controls-right .carousel-controls > .navbar .navbar-menu {
    margin-right: -.75rem;
  }

  /* line 404, node_modules/bulma/sass/components/navbar.sass */

  .navbar.is-fixed-bottom-desktop,
  .navbar.is-fixed-top-desktop {
    left: 0;
    position: fixed;
    right: 0;
    z-index: 30;
  }

  /* line 407, node_modules/bulma/sass/components/navbar.sass */

  .navbar.is-fixed-bottom-desktop {
    bottom: 0;
  }

  /* line 409, node_modules/bulma/sass/components/navbar.sass */

  .navbar.is-fixed-bottom-desktop.has-shadow {
    -webkit-box-shadow: 0 -2px 3px rgba(19, 30, 31, 0.1);
            box-shadow: 0 -2px 3px rgba(19, 30, 31, 0.1);
  }

  /* line 411, node_modules/bulma/sass/components/navbar.sass */

  .navbar.is-fixed-top-desktop {
    top: 0;
  }

  /* line 415, node_modules/bulma/sass/components/navbar.sass */

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

  /* line 417, node_modules/bulma/sass/components/navbar.sass */

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

  /* line 419, node_modules/bulma/sass/components/navbar.sass */

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

  /* line 421, node_modules/bulma/sass/components/navbar.sass */

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

  /* line 426, node_modules/bulma/sass/components/navbar.sass */

  a.navbar-item.is-active,
  .navbar-link.is-active {
    color: #131e1f;
  }

  /* line 428, node_modules/bulma/sass/components/navbar.sass */

  a.navbar-item.is-active:not(:focus):not(:hover),
  .navbar-link.is-active:not(:focus):not(:hover) {
    background-color: transparent;
  }

  /* line 434, node_modules/bulma/sass/components/navbar.sass */

  .navbar-item.has-dropdown:focus .navbar-link,
  .navbar-item.has-dropdown:hover .navbar-link,
  .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: transparent;
  }
}

/* line 440, node_modules/bulma/sass/components/navbar.sass */

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

/* line 32, node_modules/bulma/sass/components/pagination.sass */

.pagination {
  font-size: 1rem;
  margin: -10px;
}

/* line 37, node_modules/bulma/sass/components/pagination.sass */

.pagination.is-small {
  font-size: 0.875rem;
}

/* line 39, node_modules/bulma/sass/components/pagination.sass */

.pagination.is-medium {
  font-size: 1.125rem;
}

/* line 41, node_modules/bulma/sass/components/pagination.sass */

.pagination.is-large {
  font-size: 1.625rem;
}

/* line 44, node_modules/bulma/sass/components/pagination.sass */

.pagination.is-rounded .pagination-previous,
.pagination.is-rounded .pagination-next {
  padding-left: 1em;
  padding-right: 1em;
  border-radius: 290486px;
}

/* line 49, node_modules/bulma/sass/components/pagination.sass */

.pagination.is-rounded .pagination-link {
  border-radius: 290486px;
}

/* line 52, node_modules/bulma/sass/components/pagination.sass */

.pagination,
.pagination-list {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}

/* line 59, node_modules/bulma/sass/components/pagination.sass */

.pagination-previous,
.pagination-next,
.pagination-link,
.pagination-ellipsis {
  font-size: 1.22222rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 10px;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}

/* line 72, node_modules/bulma/sass/components/pagination.sass */

.pagination-previous,
.pagination-next,
.pagination-link {
  border-color: transparent;
  color: #adadad;
  min-width: 0;
}

/* line 78, node_modules/bulma/sass/components/pagination.sass */

.pagination-previous:hover,
.pagination-next:hover,
.pagination-link:hover {
  border-color: transparent;
  color: #363434;
}

/* line 81, node_modules/bulma/sass/components/pagination.sass */

.pagination-previous:focus,
.pagination-next:focus,
.pagination-link:focus {
  border-color: transparent;
}

/* line 83, node_modules/bulma/sass/components/pagination.sass */

.pagination-previous:active,
.pagination-next:active,
.pagination-link:active {
  -webkit-box-shadow: inset 0 1px 2px rgba(19, 30, 31, 0.2);
          box-shadow: inset 0 1px 2px rgba(19, 30, 31, 0.2);
}

/* line 85, node_modules/bulma/sass/components/pagination.sass */

.pagination-previous[disabled],
.pagination-next[disabled],
.pagination-link[disabled] {
  background-color: transparent;
  border-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #e1e0dc;
  opacity: 0.5;
}

/* line 92, node_modules/bulma/sass/components/pagination.sass */

.pagination-previous,
.pagination-next {
  padding-left: 0.75em;
  padding-right: 0.75em;
  white-space: nowrap;
}

/* line 99, node_modules/bulma/sass/components/pagination.sass */

.pagination-link.is-current {
  background-color: transparent;
  border-color: transparent;
  color: #131e1f;
}

/* line 104, node_modules/bulma/sass/components/pagination.sass */

.pagination-ellipsis {
  color: #e1e0dc;
  pointer-events: none;
}

/* line 108, node_modules/bulma/sass/components/pagination.sass */

.pagination-list {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  /* line 112, node_modules/bulma/sass/components/pagination.sass */

  .pagination {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  /* line 114, node_modules/bulma/sass/components/pagination.sass */

  .pagination-previous,
  .pagination-next {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 1;
        flex-shrink: 1;
  }

  /* line 119, node_modules/bulma/sass/components/pagination.sass */

  .pagination-list li {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 1;
        flex-shrink: 1;
  }
}

@media screen and (min-width: 768px), print {
  /* line 124, node_modules/bulma/sass/components/pagination.sass */

  .pagination-list {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  /* line 129, node_modules/bulma/sass/components/pagination.sass */

  .pagination-previous {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  /* line 131, node_modules/bulma/sass/components/pagination.sass */

  .pagination-next {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }

  /* line 133, node_modules/bulma/sass/components/pagination.sass */

  .pagination {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  /* line 136, node_modules/bulma/sass/components/pagination.sass */

  .pagination.is-centered .pagination-previous {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  /* line 138, node_modules/bulma/sass/components/pagination.sass */

  .pagination.is-centered .pagination-list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  /* line 141, node_modules/bulma/sass/components/pagination.sass */

  .pagination.is-centered .pagination-next {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }

  /* line 144, node_modules/bulma/sass/components/pagination.sass */

  .pagination.is-right .pagination-previous {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  /* line 146, node_modules/bulma/sass/components/pagination.sass */

  .pagination.is-right .pagination-next {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  /* line 148, node_modules/bulma/sass/components/pagination.sass */

  .pagination.is-right .pagination-list {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}

/* line 1, node_modules/bulma-helpers/sass/helpers/border/borders.sass */

.is-borderless {
  border: 0 !important;
}

/* line 5, node_modules/bulma-helpers/sass/helpers/border/borders.sass */

table.is-completely-borderless td,
table.is-completely-borderless th,
table.is-completely-borderless tr {
  border: 0 !important;
}

/* line 12, node_modules/bulma-helpers/sass/helpers/border/borders.sass */

.is-top-borderless {
  border-top: 0px !important;
}

/* line 12, node_modules/bulma-helpers/sass/helpers/border/borders.sass */

.is-bottom-borderless {
  border-bottom: 0px !important;
}

/* line 12, node_modules/bulma-helpers/sass/helpers/border/borders.sass */

.is-left-borderless {
  border-left: 0px !important;
}

/* line 12, node_modules/bulma-helpers/sass/helpers/border/borders.sass */

.is-right-borderless {
  border-right: 0px !important;
}

/* line 22, node_modules/bulma-helpers/sass/helpers/border/borders.sass */

.has-border-width-1 {
  border-width: 1px !important;
}

/* line 25, node_modules/bulma-helpers/sass/helpers/border/borders.sass */

.has-border-top-width-1 {
  border-top-width: 1px !important;
}

/* line 25, node_modules/bulma-helpers/sass/helpers/border/borders.sass */

.has-border-bottom-width-1 {
  border-bottom-width: 1px !important;
}

/* line 25, node_modules/bulma-helpers/sass/helpers/border/borders.sass */

.has-border-left-width-1 {
  border-left-width: 1px !important;
}

/* line 25, node_modules/bulma-helpers/sass/helpers/border/borders.sass */

.has-border-right-width-1 {
  border-right-width: 1px !important;
}

/* line 22, node_modules/bulma-helpers/sass/helpers/border/borders.sass */

.has-border-width-2 {
  border-width: 2px !important;
}

/* line 25, node_modules/bulma-helpers/sass/helpers/border/borders.sass */

.has-border-top-width-2 {
  border-top-width: 2px !important;
}

/* line 25, node_modules/bulma-helpers/sass/helpers/border/borders.sass */

.has-border-bottom-width-2 {
  border-bottom-width: 2px !important;
}

/* line 25, node_modules/bulma-helpers/sass/helpers/border/borders.sass */

.has-border-left-width-2 {
  border-left-width: 2px !important;
}

/* line 25, node_modules/bulma-helpers/sass/helpers/border/borders.sass */

.has-border-right-width-2 {
  border-right-width: 2px !important;
}

/* line 22, node_modules/bulma-helpers/sass/helpers/border/borders.sass */

.has-border-width-3 {
  border-width: 3px !important;
}

/* line 25, node_modules/bulma-helpers/sass/helpers/border/borders.sass */

.has-border-top-width-3 {
  border-top-width: 3px !important;
}

/* line 25, node_modules/bulma-helpers/sass/helpers/border/borders.sass */

.has-border-bottom-width-3 {
  border-bottom-width: 3px !important;
}

/* line 25, node_modules/bulma-helpers/sass/helpers/border/borders.sass */

.has-border-left-width-3 {
  border-left-width: 3px !important;
}

/* line 25, node_modules/bulma-helpers/sass/helpers/border/borders.sass */

.has-border-right-width-3 {
  border-right-width: 3px !important;
}

/* line 22, node_modules/bulma-helpers/sass/helpers/border/borders.sass */

.has-border-width-4 {
  border-width: 4px !important;
}

/* line 25, node_modules/bulma-helpers/sass/helpers/border/borders.sass */

.has-border-top-width-4 {
  border-top-width: 4px !important;
}

/* line 25, node_modules/bulma-helpers/sass/helpers/border/borders.sass */

.has-border-bottom-width-4 {
  border-bottom-width: 4px !important;
}

/* line 25, node_modules/bulma-helpers/sass/helpers/border/borders.sass */

.has-border-left-width-4 {
  border-left-width: 4px !important;
}

/* line 25, node_modules/bulma-helpers/sass/helpers/border/borders.sass */

.has-border-right-width-4 {
  border-right-width: 4px !important;
}

/* line 22, node_modules/bulma-helpers/sass/helpers/border/borders.sass */

.has-border-width-5 {
  border-width: 5px !important;
}

/* line 25, node_modules/bulma-helpers/sass/helpers/border/borders.sass */

.has-border-top-width-5 {
  border-top-width: 5px !important;
}

/* line 25, node_modules/bulma-helpers/sass/helpers/border/borders.sass */

.has-border-bottom-width-5 {
  border-bottom-width: 5px !important;
}

/* line 25, node_modules/bulma-helpers/sass/helpers/border/borders.sass */

.has-border-left-width-5 {
  border-left-width: 5px !important;
}

/* line 25, node_modules/bulma-helpers/sass/helpers/border/borders.sass */

.has-border-right-width-5 {
  border-right-width: 5px !important;
}

/* line 22, node_modules/bulma-helpers/sass/helpers/border/borders.sass */

.has-border-width-6 {
  border-width: 6px !important;
}

/* line 25, node_modules/bulma-helpers/sass/helpers/border/borders.sass */

.has-border-top-width-6 {
  border-top-width: 6px !important;
}

/* line 25, node_modules/bulma-helpers/sass/helpers/border/borders.sass */

.has-border-bottom-width-6 {
  border-bottom-width: 6px !important;
}

/* line 25, node_modules/bulma-helpers/sass/helpers/border/borders.sass */

.has-border-left-width-6 {
  border-left-width: 6px !important;
}

/* line 25, node_modules/bulma-helpers/sass/helpers/border/borders.sass */

.has-border-right-width-6 {
  border-right-width: 6px !important;
}

/* line 22, node_modules/bulma-helpers/sass/helpers/border/borders.sass */

.has-border-width-7 {
  border-width: 7px !important;
}

/* line 25, node_modules/bulma-helpers/sass/helpers/border/borders.sass */

.has-border-top-width-7 {
  border-top-width: 7px !important;
}

/* line 25, node_modules/bulma-helpers/sass/helpers/border/borders.sass */

.has-border-bottom-width-7 {
  border-bottom-width: 7px !important;
}

/* line 25, node_modules/bulma-helpers/sass/helpers/border/borders.sass */

.has-border-left-width-7 {
  border-left-width: 7px !important;
}

/* line 25, node_modules/bulma-helpers/sass/helpers/border/borders.sass */

.has-border-right-width-7 {
  border-right-width: 7px !important;
}

/* line 22, node_modules/bulma-helpers/sass/helpers/border/borders.sass */

.has-border-width-8 {
  border-width: 8px !important;
}

/* line 25, node_modules/bulma-helpers/sass/helpers/border/borders.sass */

.has-border-top-width-8 {
  border-top-width: 8px !important;
}

/* line 25, node_modules/bulma-helpers/sass/helpers/border/borders.sass */

.has-border-bottom-width-8 {
  border-bottom-width: 8px !important;
}

/* line 25, node_modules/bulma-helpers/sass/helpers/border/borders.sass */

.has-border-left-width-8 {
  border-left-width: 8px !important;
}

/* line 25, node_modules/bulma-helpers/sass/helpers/border/borders.sass */

.has-border-right-width-8 {
  border-right-width: 8px !important;
}

/* line 22, node_modules/bulma-helpers/sass/helpers/border/borders.sass */

.has-border-width-9 {
  border-width: 9px !important;
}

/* line 25, node_modules/bulma-helpers/sass/helpers/border/borders.sass */

.has-border-top-width-9 {
  border-top-width: 9px !important;
}

/* line 25, node_modules/bulma-helpers/sass/helpers/border/borders.sass */

.has-border-bottom-width-9 {
  border-bottom-width: 9px !important;
}

/* line 25, node_modules/bulma-helpers/sass/helpers/border/borders.sass */

.has-border-left-width-9 {
  border-left-width: 9px !important;
}

/* line 25, node_modules/bulma-helpers/sass/helpers/border/borders.sass */

.has-border-right-width-9 {
  border-right-width: 9px !important;
}

/* line 4, node_modules/bulma-helpers/sass/helpers/cursor/cursors.sass */

.has-cursor-default {
  cursor: default !important;
}

/* line 4, node_modules/bulma-helpers/sass/helpers/cursor/cursors.sass */

.has-cursor-pointer {
  cursor: pointer !important;
}

/* line 4, node_modules/bulma-helpers/sass/helpers/cursor/cursors.sass */

.has-cursor-grab {
  cursor: -webkit-grab !important;
  cursor: grab !important;
}

/* line 4, node_modules/bulma-helpers/sass/helpers/cursor/cursors.sass */

.has-cursor-help {
  cursor: help !important;
}

/* line 4, node_modules/bulma-helpers/sass/helpers/cursor/cursors.sass */

.has-cursor-wait {
  cursor: wait !important;
}

/* line 4, node_modules/bulma-helpers/sass/helpers/cursor/cursors.sass */

.has-cursor-crosshair {
  cursor: crosshair !important;
}

/* line 4, node_modules/bulma-helpers/sass/helpers/cursor/cursors.sass */

.has-cursor-not-allowed {
  cursor: not-allowed !important;
}

/* line 4, node_modules/bulma-helpers/sass/helpers/cursor/cursors.sass */

.has-cursor-zoom-in {
  cursor: -webkit-zoom-in !important;
  cursor: zoom-in !important;
}

/* line 2, node_modules/bulma-helpers/sass/helpers/flex/core.sass */

.flex-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
}

/* line 6, node_modules/bulma-helpers/sass/helpers/flex/core.sass */

.flex-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
}

/* line 10, node_modules/bulma-helpers/sass/helpers/flex/core.sass */

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

/* line 13, node_modules/bulma-helpers/sass/helpers/flex/core.sass */

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

/* line 16, node_modules/bulma-helpers/sass/helpers/flex/core.sass */

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

/* line 11, node_modules/bulma-helpers/sass/helpers/flex/align-justify.sass */

.align-start {
  -ms-flex-line-pack: start !important;
      align-content: start !important;
}

/* line 11, node_modules/bulma-helpers/sass/helpers/flex/align-justify.sass */

.align-end {
  -ms-flex-line-pack: end !important;
      align-content: end !important;
}

/* line 11, node_modules/bulma-helpers/sass/helpers/flex/align-justify.sass */

.align-flex-start {
  -ms-flex-line-pack: start !important;
      align-content: flex-start !important;
}

/* line 11, node_modules/bulma-helpers/sass/helpers/flex/align-justify.sass */

.align-flex-end {
  -ms-flex-line-pack: end !important;
      align-content: flex-end !important;
}

/* line 11, node_modules/bulma-helpers/sass/helpers/flex/align-justify.sass */

.align-center {
  -ms-flex-line-pack: center !important;
      align-content: center !important;
}

/* line 11, node_modules/bulma-helpers/sass/helpers/flex/align-justify.sass */

.align-normal {
  -ms-flex-line-pack: normal !important;
      align-content: normal !important;
}

/* line 11, node_modules/bulma-helpers/sass/helpers/flex/align-justify.sass */

.align-space-between {
  -ms-flex-line-pack: justify !important;
      align-content: space-between !important;
}

/* line 11, node_modules/bulma-helpers/sass/helpers/flex/align-justify.sass */

.align-space-around {
  -ms-flex-line-pack: distribute !important;
      align-content: space-around !important;
}

/* line 11, node_modules/bulma-helpers/sass/helpers/flex/align-justify.sass */

.align-space-evenly {
  -ms-flex-line-pack: space-evenly !important;
      align-content: space-evenly !important;
}

/* line 11, node_modules/bulma-helpers/sass/helpers/flex/align-justify.sass */

.align-stretch {
  -ms-flex-line-pack: stretch !important;
      align-content: stretch !important;
}

/* line 11, node_modules/bulma-helpers/sass/helpers/flex/align-justify.sass */

.align-baseline {
  -ms-flex-line-pack: baseline !important;
      align-content: baseline !important;
}

/* line 5, node_modules/bulma-helpers/sass/helpers/flex/align-justify.sass */

.justify-left {
  -webkit-box-pack: left !important;
      -ms-flex-pack: left !important;
          justify-content: left !important;
}

/* line 7, node_modules/bulma-helpers/sass/helpers/flex/align-justify.sass */

.justify-right {
  -webkit-box-pack: right !important;
      -ms-flex-pack: right !important;
          justify-content: right !important;
}

/* line 11, node_modules/bulma-helpers/sass/helpers/flex/align-justify.sass */

.justify-start {
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: start !important;
}

/* line 11, node_modules/bulma-helpers/sass/helpers/flex/align-justify.sass */

.justify-end {
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: end !important;
}

/* line 11, node_modules/bulma-helpers/sass/helpers/flex/align-justify.sass */

.justify-flex-start {
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
}

/* line 11, node_modules/bulma-helpers/sass/helpers/flex/align-justify.sass */

.justify-flex-end {
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important;
}

/* line 11, node_modules/bulma-helpers/sass/helpers/flex/align-justify.sass */

.justify-center {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}

/* line 11, node_modules/bulma-helpers/sass/helpers/flex/align-justify.sass */

.justify-normal {
  -webkit-box-pack: normal !important;
      -ms-flex-pack: normal !important;
          justify-content: normal !important;
}

/* line 11, node_modules/bulma-helpers/sass/helpers/flex/align-justify.sass */

.justify-space-between {
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
}

/* line 11, node_modules/bulma-helpers/sass/helpers/flex/align-justify.sass */

.justify-space-around {
  -ms-flex-pack: distribute !important;
      justify-content: space-around !important;
}

/* line 11, node_modules/bulma-helpers/sass/helpers/flex/align-justify.sass */

.justify-space-evenly {
  -webkit-box-pack: space-evenly !important;
      -ms-flex-pack: space-evenly !important;
          justify-content: space-evenly !important;
}

/* line 11, node_modules/bulma-helpers/sass/helpers/flex/align-justify.sass */

.justify-stretch {
  -webkit-box-pack: stretch !important;
      -ms-flex-pack: stretch !important;
          justify-content: stretch !important;
}

/* line 11, node_modules/bulma-helpers/sass/helpers/flex/align-justify.sass */

.justify-baseline {
  -webkit-box-pack: baseline !important;
      -ms-flex-pack: baseline !important;
          justify-content: baseline !important;
}

/* line 6, node_modules/bulma-helpers/sass/helpers/flex/align-self-items.sass */

.align-self-auto {
  -ms-flex-item-align: auto !important;
      align-self: auto !important;
}

/* line 10, node_modules/bulma-helpers/sass/helpers/flex/align-self-items.sass */

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

/* line 10, node_modules/bulma-helpers/sass/helpers/flex/align-self-items.sass */

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

/* line 10, node_modules/bulma-helpers/sass/helpers/flex/align-self-items.sass */

.align-self-center {
  -ms-flex-item-align: center !important;
      align-self: center !important;
}

/* line 10, node_modules/bulma-helpers/sass/helpers/flex/align-self-items.sass */

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
      align-self: baseline !important;
}

/* line 10, node_modules/bulma-helpers/sass/helpers/flex/align-self-items.sass */

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
      align-self: stretch !important;
}

/* line 10, node_modules/bulma-helpers/sass/helpers/flex/align-self-items.sass */

.align-items-flex-start {
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
}

/* line 10, node_modules/bulma-helpers/sass/helpers/flex/align-self-items.sass */

.align-items-flex-end {
  -webkit-box-align: end !important;
      -ms-flex-align: end !important;
          align-items: flex-end !important;
}

/* line 10, node_modules/bulma-helpers/sass/helpers/flex/align-self-items.sass */

.align-items-center {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}

/* line 10, node_modules/bulma-helpers/sass/helpers/flex/align-self-items.sass */

.align-items-baseline {
  -webkit-box-align: baseline !important;
      -ms-flex-align: baseline !important;
          align-items: baseline !important;
}

/* line 10, node_modules/bulma-helpers/sass/helpers/flex/align-self-items.sass */

.align-items-stretch {
  -webkit-box-align: stretch !important;
      -ms-flex-align: stretch !important;
          align-items: stretch !important;
}

/* line 5, node_modules/bulma-helpers/sass/helpers/misc/misc.sass */

.is-blurred {
  -webkit-filter: blur(15px) !important;
          filter: blur(15px) !important;
}

/* line 8, node_modules/bulma-helpers/sass/helpers/misc/misc.sass */

.is-blurred-medium {
  -webkit-filter: blur(40px) !important;
          filter: blur(40px) !important;
}

/* line 11, node_modules/bulma-helpers/sass/helpers/misc/misc.sass */

.is-blurred-hard {
  -webkit-filter: blur(75px) !important;
          filter: blur(75px) !important;
}

/* line 10, node_modules/bulma-helpers/sass/helpers/sizing/max-min-width-height.sass */

.has-max-width-50 {
  max-width: 50px !important;
}

/* line 10, node_modules/bulma-helpers/sass/helpers/sizing/max-min-width-height.sass */

.has-min-width-50 {
  min-width: 50px !important;
}

/* line 10, node_modules/bulma-helpers/sass/helpers/sizing/max-min-width-height.sass */

.has-max-height-50 {
  max-height: 50px !important;
}

/* line 10, node_modules/bulma-helpers/sass/helpers/sizing/max-min-width-height.sass */

.has-min-height-50 {
  min-height: 50px !important;
}

/* line 10, node_modules/bulma-helpers/sass/helpers/sizing/max-min-width-height.sass */

.has-max-width-100 {
  max-width: 100px !important;
}

/* line 10, node_modules/bulma-helpers/sass/helpers/sizing/max-min-width-height.sass */

.has-min-width-100 {
  min-width: 100px !important;
}

/* line 10, node_modules/bulma-helpers/sass/helpers/sizing/max-min-width-height.sass */

.has-max-height-100 {
  max-height: 100px !important;
}

/* line 10, node_modules/bulma-helpers/sass/helpers/sizing/max-min-width-height.sass */

.has-min-height-100 {
  min-height: 100px !important;
}

/* line 10, node_modules/bulma-helpers/sass/helpers/sizing/max-min-width-height.sass */

.has-max-width-150 {
  max-width: 150px !important;
}

/* line 10, node_modules/bulma-helpers/sass/helpers/sizing/max-min-width-height.sass */

.has-min-width-150 {
  min-width: 150px !important;
}

/* line 10, node_modules/bulma-helpers/sass/helpers/sizing/max-min-width-height.sass */

.has-max-height-150 {
  max-height: 150px !important;
}

/* line 10, node_modules/bulma-helpers/sass/helpers/sizing/max-min-width-height.sass */

.has-min-height-150 {
  min-height: 150px !important;
}

/* line 10, node_modules/bulma-helpers/sass/helpers/sizing/max-min-width-height.sass */

.has-max-width-200 {
  max-width: 200px !important;
}

/* line 10, node_modules/bulma-helpers/sass/helpers/sizing/max-min-width-height.sass */

.has-min-width-200 {
  min-width: 200px !important;
}

/* line 10, node_modules/bulma-helpers/sass/helpers/sizing/max-min-width-height.sass */

.has-max-height-200 {
  max-height: 200px !important;
}

/* line 10, node_modules/bulma-helpers/sass/helpers/sizing/max-min-width-height.sass */

.has-min-height-200 {
  min-height: 200px !important;
}

/* line 10, node_modules/bulma-helpers/sass/helpers/sizing/max-min-width-height.sass */

.has-max-width-250 {
  max-width: 250px !important;
}

/* line 10, node_modules/bulma-helpers/sass/helpers/sizing/max-min-width-height.sass */

.has-min-width-250 {
  min-width: 250px !important;
}

/* line 10, node_modules/bulma-helpers/sass/helpers/sizing/max-min-width-height.sass */

.has-max-height-250 {
  max-height: 250px !important;
}

/* line 10, node_modules/bulma-helpers/sass/helpers/sizing/max-min-width-height.sass */

.has-min-height-250 {
  min-height: 250px !important;
}

/* line 10, node_modules/bulma-helpers/sass/helpers/sizing/max-min-width-height.sass */

.has-max-width-300 {
  max-width: 300px !important;
}

/* line 10, node_modules/bulma-helpers/sass/helpers/sizing/max-min-width-height.sass */

.has-min-width-300 {
  min-width: 300px !important;
}

/* line 10, node_modules/bulma-helpers/sass/helpers/sizing/max-min-width-height.sass */

.has-max-height-300 {
  max-height: 300px !important;
}

/* line 10, node_modules/bulma-helpers/sass/helpers/sizing/max-min-width-height.sass */

.has-min-height-300 {
  min-height: 300px !important;
}

/* line 10, node_modules/bulma-helpers/sass/helpers/sizing/max-min-width-height.sass */

.has-max-width-350 {
  max-width: 350px !important;
}

/* line 10, node_modules/bulma-helpers/sass/helpers/sizing/max-min-width-height.sass */

.has-min-width-350 {
  min-width: 350px !important;
}

/* line 10, node_modules/bulma-helpers/sass/helpers/sizing/max-min-width-height.sass */

.has-max-height-350 {
  max-height: 350px !important;
}

/* line 10, node_modules/bulma-helpers/sass/helpers/sizing/max-min-width-height.sass */

.has-min-height-350 {
  min-height: 350px !important;
}

/* line 9, node_modules/bulma-helpers/sass/helpers/sizing/width-height.sass */

.has-width-50 {
  width: 50px !important;
}

/* line 9, node_modules/bulma-helpers/sass/helpers/sizing/width-height.sass */

.has-height-50 {
  height: 50px !important;
}

/* line 9, node_modules/bulma-helpers/sass/helpers/sizing/width-height.sass */

.has-width-100 {
  width: 100px !important;
}

/* line 9, node_modules/bulma-helpers/sass/helpers/sizing/width-height.sass */

.has-height-100 {
  height: 100px !important;
}

/* line 9, node_modules/bulma-helpers/sass/helpers/sizing/width-height.sass */

.has-width-150 {
  width: 150px !important;
}

/* line 9, node_modules/bulma-helpers/sass/helpers/sizing/width-height.sass */

.has-height-150 {
  height: 150px !important;
}

/* line 9, node_modules/bulma-helpers/sass/helpers/sizing/width-height.sass */

.has-width-200 {
  width: 200px !important;
}

/* line 9, node_modules/bulma-helpers/sass/helpers/sizing/width-height.sass */

.has-height-200 {
  height: 200px !important;
}

/* line 9, node_modules/bulma-helpers/sass/helpers/sizing/width-height.sass */

.has-width-250 {
  width: 250px !important;
}

/* line 9, node_modules/bulma-helpers/sass/helpers/sizing/width-height.sass */

.has-height-250 {
  height: 250px !important;
}

/* line 9, node_modules/bulma-helpers/sass/helpers/sizing/width-height.sass */

.has-width-300 {
  width: 300px !important;
}

/* line 9, node_modules/bulma-helpers/sass/helpers/sizing/width-height.sass */

.has-height-300 {
  height: 300px !important;
}

/* line 9, node_modules/bulma-helpers/sass/helpers/sizing/width-height.sass */

.has-width-350 {
  width: 350px !important;
}

/* line 9, node_modules/bulma-helpers/sass/helpers/sizing/width-height.sass */

.has-height-350 {
  height: 350px !important;
}

/* line 4, node_modules/bulma-helpers/sass/helpers/sizing/misc.sass */

.is-full-height {
  height: 100% !important;
}

/* line 7, node_modules/bulma-helpers/sass/helpers/sizing/misc.sass */

.has-page-height {
  height: 100vh !important;
}

/* line 13, node_modules/bulma-helpers/sass/helpers/sizing/misc.sass */

.is-half-height {
  height: 50% !important;
}

/* line 16, node_modules/bulma-helpers/sass/helpers/sizing/misc.sass */

.has-half-page-height {
  height: 50vh !important;
}

/* line 22, node_modules/bulma-helpers/sass/helpers/sizing/misc.sass */

.is-quarter-height {
  height: 25% !important;
}

/* line 25, node_modules/bulma-helpers/sass/helpers/sizing/misc.sass */

.has-quarter-page-height {
  height: 25vh !important;
}

/* line 4, node_modules/bulma-helpers/sass/helpers/sizing/misc.sass */

.is-full-width {
  width: 100% !important;
}

/* line 7, node_modules/bulma-helpers/sass/helpers/sizing/misc.sass */

.has-page-width {
  width: 100vw !important;
}

/* line 13, node_modules/bulma-helpers/sass/helpers/sizing/misc.sass */

.is-half-width {
  width: 50% !important;
}

/* line 16, node_modules/bulma-helpers/sass/helpers/sizing/misc.sass */

.has-half-page-width {
  width: 50vw !important;
}

/* line 22, node_modules/bulma-helpers/sass/helpers/sizing/misc.sass */

.is-quarter-width {
  width: 25% !important;
}

/* line 25, node_modules/bulma-helpers/sass/helpers/sizing/misc.sass */

.has-quarter-page-width {
  width: 25vw !important;
}

/* line 10, node_modules/bulma-helpers/sass/helpers/spacing/margin-padding.sass */

.has-margin-5 {
  margin: 5px !important;
}

/* line 13, node_modules/bulma-helpers/sass/helpers/spacing/margin-padding.sass */

.has-padding-5 {
  padding: 5px !important;
}

/* line 24, node_modules/bulma-helpers/sass/helpers/spacing/margin-padding.sass */

.has-margin-top-5 {
  margin-top: 5px !important;
}

/* line 27, node_modules/bulma-helpers/sass/helpers/spacing/margin-padding.sass */

.has-padding-top-5 {
  padding-top: 5px !important;
}

/* line 24, node_modules/bulma-helpers/sass/helpers/spacing/margin-padding.sass */

.has-margin-bottom-5 {
  margin-bottom: 5px !important;
}

/* line 27, node_modules/bulma-helpers/sass/helpers/spacing/margin-padding.sass */

.has-padding-bottom-5 {
  padding-bottom: 5px !important;
}

/* line 24, node_modules/bulma-helpers/sass/helpers/spacing/margin-padding.sass */

.has-margin-left-5 {
  margin-left: 5px !important;
}

/* line 27, node_modules/bulma-helpers/sass/helpers/spacing/margin-padding.sass */

.has-padding-left-5 {
  padding-left: 5px !important;
}

/* line 24, node_modules/bulma-helpers/sass/helpers/spacing/margin-padding.sass */

.has-margin-right-5 {
  margin-right: 5px !important;
}

/* line 27, node_modules/bulma-helpers/sass/helpers/spacing/margin-padding.sass */

.has-padding-right-5 {
  padding-right: 5px !important;
}

/* line 10, node_modules/bulma-helpers/sass/helpers/spacing/margin-padding.sass */

.has-margin-10 {
  margin: 10px !important;
}

/* line 13, node_modules/bulma-helpers/sass/helpers/spacing/margin-padding.sass */

.has-padding-10 {
  padding: 10px !important;
}

/* line 24, node_modules/bulma-helpers/sass/helpers/spacing/margin-padding.sass */

.has-margin-top-10 {
  margin-top: 10px !important;
}

/* line 27, node_modules/bulma-helpers/sass/helpers/spacing/margin-padding.sass */

.has-padding-top-10 {
  padding-top: 10px !important;
}

/* line 24, node_modules/bulma-helpers/sass/helpers/spacing/margin-padding.sass */

.has-margin-bottom-10 {
  margin-bottom: 10px !important;
}

/* line 27, node_modules/bulma-helpers/sass/helpers/spacing/margin-padding.sass */

.has-padding-bottom-10 {
  padding-bottom: 10px !important;
}

/* line 24, node_modules/bulma-helpers/sass/helpers/spacing/margin-padding.sass */

.has-margin-left-10 {
  margin-left: 10px !important;
}

/* line 27, node_modules/bulma-helpers/sass/helpers/spacing/margin-padding.sass */

.has-padding-left-10 {
  padding-left: 10px !important;
}

/* line 24, node_modules/bulma-helpers/sass/helpers/spacing/margin-padding.sass */

.has-margin-right-10 {
  margin-right: 10px !important;
}

/* line 27, node_modules/bulma-helpers/sass/helpers/spacing/margin-padding.sass */

.has-padding-right-10 {
  padding-right: 10px !important;
}

/* line 10, node_modules/bulma-helpers/sass/helpers/spacing/margin-padding.sass */

.has-margin-15 {
  margin: 15px !important;
}

/* line 13, node_modules/bulma-helpers/sass/helpers/spacing/margin-padding.sass */

.has-padding-15 {
  padding: 15px !important;
}

/* line 24, node_modules/bulma-helpers/sass/helpers/spacing/margin-padding.sass */

.has-margin-top-15 {
  margin-top: 15px !important;
}

/* line 27, node_modules/bulma-helpers/sass/helpers/spacing/margin-padding.sass */

.has-padding-top-15 {
  padding-top: 15px !important;
}

/* line 24, node_modules/bulma-helpers/sass/helpers/spacing/margin-padding.sass */

.has-margin-bottom-15 {
  margin-bottom: 15px !important;
}

/* line 27, node_modules/bulma-helpers/sass/helpers/spacing/margin-padding.sass */

.has-padding-bottom-15 {
  padding-bottom: 15px !important;
}

/* line 24, node_modules/bulma-helpers/sass/helpers/spacing/margin-padding.sass */

.has-margin-left-15 {
  margin-left: 15px !important;
}

/* line 27, node_modules/bulma-helpers/sass/helpers/spacing/margin-padding.sass */

.has-padding-left-15 {
  padding-left: 15px !important;
}

/* line 24, node_modules/bulma-helpers/sass/helpers/spacing/margin-padding.sass */

.has-margin-right-15 {
  margin-right: 15px !important;
}

/* line 27, node_modules/bulma-helpers/sass/helpers/spacing/margin-padding.sass */

.has-padding-right-15 {
  padding-right: 15px !important;
}

/* line 10, node_modules/bulma-helpers/sass/helpers/spacing/margin-padding.sass */

.has-margin-20 {
  margin: 20px !important;
}

/* line 13, node_modules/bulma-helpers/sass/helpers/spacing/margin-padding.sass */

.has-padding-20 {
  padding: 20px !important;
}

/* line 24, node_modules/bulma-helpers/sass/helpers/spacing/margin-padding.sass */

.has-margin-top-20 {
  margin-top: 20px !important;
}

/* line 27, node_modules/bulma-helpers/sass/helpers/spacing/margin-padding.sass */

.has-padding-top-20 {
  padding-top: 20px !important;
}

/* line 24, node_modules/bulma-helpers/sass/helpers/spacing/margin-padding.sass */

.has-margin-bottom-20 {
  margin-bottom: 20px !important;
}

/* line 27, node_modules/bulma-helpers/sass/helpers/spacing/margin-padding.sass */

.has-padding-bottom-20 {
  padding-bottom: 20px !important;
}

/* line 24, node_modules/bulma-helpers/sass/helpers/spacing/margin-padding.sass */

.has-margin-left-20 {
  margin-left: 20px !important;
}

/* line 27, node_modules/bulma-helpers/sass/helpers/spacing/margin-padding.sass */

.has-padding-left-20 {
  padding-left: 20px !important;
}

/* line 24, node_modules/bulma-helpers/sass/helpers/spacing/margin-padding.sass */

.has-margin-right-20 {
  margin-right: 20px !important;
}

/* line 27, node_modules/bulma-helpers/sass/helpers/spacing/margin-padding.sass */

.has-padding-right-20 {
  padding-right: 20px !important;
}

/* line 10, node_modules/bulma-helpers/sass/helpers/spacing/margin-padding.sass */

.has-margin-25 {
  margin: 25px !important;
}

/* line 13, node_modules/bulma-helpers/sass/helpers/spacing/margin-padding.sass */

.has-padding-25 {
  padding: 25px !important;
}

/* line 24, node_modules/bulma-helpers/sass/helpers/spacing/margin-padding.sass */

.has-margin-top-25 {
  margin-top: 25px !important;
}

/* line 27, node_modules/bulma-helpers/sass/helpers/spacing/margin-padding.sass */

.has-padding-top-25 {
  padding-top: 25px !important;
}

/* line 24, node_modules/bulma-helpers/sass/helpers/spacing/margin-padding.sass */

.has-margin-bottom-25 {
  margin-bottom: 25px !important;
}

/* line 27, node_modules/bulma-helpers/sass/helpers/spacing/margin-padding.sass */

.has-padding-bottom-25 {
  padding-bottom: 25px !important;
}

/* line 24, node_modules/bulma-helpers/sass/helpers/spacing/margin-padding.sass */

.has-margin-left-25 {
  margin-left: 25px !important;
}

/* line 27, node_modules/bulma-helpers/sass/helpers/spacing/margin-padding.sass */

.has-padding-left-25 {
  padding-left: 25px !important;
}

/* line 24, node_modules/bulma-helpers/sass/helpers/spacing/margin-padding.sass */

.has-margin-right-25 {
  margin-right: 25px !important;
}

/* line 27, node_modules/bulma-helpers/sass/helpers/spacing/margin-padding.sass */

.has-padding-right-25 {
  padding-right: 25px !important;
}

/* line 10, node_modules/bulma-helpers/sass/helpers/spacing/margin-padding.sass */

.has-margin-30 {
  margin: 30px !important;
}

/* line 13, node_modules/bulma-helpers/sass/helpers/spacing/margin-padding.sass */

.has-padding-30 {
  padding: 30px !important;
}

/* line 24, node_modules/bulma-helpers/sass/helpers/spacing/margin-padding.sass */

.has-margin-top-30 {
  margin-top: 30px !important;
}

/* line 27, node_modules/bulma-helpers/sass/helpers/spacing/margin-padding.sass */

.has-padding-top-30 {
  padding-top: 30px !important;
}

/* line 24, node_modules/bulma-helpers/sass/helpers/spacing/margin-padding.sass */

.has-margin-bottom-30 {
  margin-bottom: 30px !important;
}

/* line 27, node_modules/bulma-helpers/sass/helpers/spacing/margin-padding.sass */

.has-padding-bottom-30 {
  padding-bottom: 30px !important;
}

/* line 24, node_modules/bulma-helpers/sass/helpers/spacing/margin-padding.sass */

.has-margin-left-30 {
  margin-left: 30px !important;
}

/* line 27, node_modules/bulma-helpers/sass/helpers/spacing/margin-padding.sass */

.has-padding-left-30 {
  padding-left: 30px !important;
}

/* line 24, node_modules/bulma-helpers/sass/helpers/spacing/margin-padding.sass */

.has-margin-right-30 {
  margin-right: 30px !important;
}

/* line 27, node_modules/bulma-helpers/sass/helpers/spacing/margin-padding.sass */

.has-padding-right-30 {
  padding-right: 30px !important;
}

/* line 10, node_modules/bulma-helpers/sass/helpers/spacing/margin-padding.sass */

.has-margin-35 {
  margin: 35px !important;
}

/* line 13, node_modules/bulma-helpers/sass/helpers/spacing/margin-padding.sass */

.has-padding-35 {
  padding: 35px !important;
}

/* line 24, node_modules/bulma-helpers/sass/helpers/spacing/margin-padding.sass */

.has-margin-top-35 {
  margin-top: 35px !important;
}

/* line 27, node_modules/bulma-helpers/sass/helpers/spacing/margin-padding.sass */

.has-padding-top-35 {
  padding-top: 35px !important;
}

/* line 24, node_modules/bulma-helpers/sass/helpers/spacing/margin-padding.sass */

.has-margin-bottom-35 {
  margin-bottom: 35px !important;
}

/* line 27, node_modules/bulma-helpers/sass/helpers/spacing/margin-padding.sass */

.has-padding-bottom-35 {
  padding-bottom: 35px !important;
}

/* line 24, node_modules/bulma-helpers/sass/helpers/spacing/margin-padding.sass */

.has-margin-left-35 {
  margin-left: 35px !important;
}

/* line 27, node_modules/bulma-helpers/sass/helpers/spacing/margin-padding.sass */

.has-padding-left-35 {
  padding-left: 35px !important;
}

/* line 24, node_modules/bulma-helpers/sass/helpers/spacing/margin-padding.sass */

.has-margin-right-35 {
  margin-right: 35px !important;
}

/* line 27, node_modules/bulma-helpers/sass/helpers/spacing/margin-padding.sass */

.has-padding-right-35 {
  padding-right: 35px !important;
}

/* line 10, node_modules/bulma-helpers/sass/helpers/spacing/margin-padding.sass */

.has-margin-40 {
  margin: 40px !important;
}

/* line 13, node_modules/bulma-helpers/sass/helpers/spacing/margin-padding.sass */

.has-padding-40 {
  padding: 40px !important;
}

/* line 24, node_modules/bulma-helpers/sass/helpers/spacing/margin-padding.sass */

.has-margin-top-40 {
  margin-top: 40px !important;
}

/* line 27, node_modules/bulma-helpers/sass/helpers/spacing/margin-padding.sass */

.has-padding-top-40 {
  padding-top: 40px !important;
}

/* line 24, node_modules/bulma-helpers/sass/helpers/spacing/margin-padding.sass */

.has-margin-bottom-40 {
  margin-bottom: 40px !important;
}

/* line 27, node_modules/bulma-helpers/sass/helpers/spacing/margin-padding.sass */

.has-padding-bottom-40 {
  padding-bottom: 40px !important;
}

/* line 24, node_modules/bulma-helpers/sass/helpers/spacing/margin-padding.sass */

.has-margin-left-40 {
  margin-left: 40px !important;
}

/* line 27, node_modules/bulma-helpers/sass/helpers/spacing/margin-padding.sass */

.has-padding-left-40 {
  padding-left: 40px !important;
}

/* line 24, node_modules/bulma-helpers/sass/helpers/spacing/margin-padding.sass */

.has-margin-right-40 {
  margin-right: 40px !important;
}

/* line 27, node_modules/bulma-helpers/sass/helpers/spacing/margin-padding.sass */

.has-padding-right-40 {
  padding-right: 40px !important;
}

/* line 10, node_modules/bulma-helpers/sass/helpers/spacing/margin-padding.sass */

.has-margin-45 {
  margin: 45px !important;
}

/* line 13, node_modules/bulma-helpers/sass/helpers/spacing/margin-padding.sass */

.has-padding-45 {
  padding: 45px !important;
}

/* line 24, node_modules/bulma-helpers/sass/helpers/spacing/margin-padding.sass */

.has-margin-top-45 {
  margin-top: 45px !important;
}

/* line 27, node_modules/bulma-helpers/sass/helpers/spacing/margin-padding.sass */

.has-padding-top-45 {
  padding-top: 45px !important;
}

/* line 24, node_modules/bulma-helpers/sass/helpers/spacing/margin-padding.sass */

.has-margin-bottom-45 {
  margin-bottom: 45px !important;
}

/* line 27, node_modules/bulma-helpers/sass/helpers/spacing/margin-padding.sass */

.has-padding-bottom-45 {
  padding-bottom: 45px !important;
}

/* line 24, node_modules/bulma-helpers/sass/helpers/spacing/margin-padding.sass */

.has-margin-left-45 {
  margin-left: 45px !important;
}

/* line 27, node_modules/bulma-helpers/sass/helpers/spacing/margin-padding.sass */

.has-padding-left-45 {
  padding-left: 45px !important;
}

/* line 24, node_modules/bulma-helpers/sass/helpers/spacing/margin-padding.sass */

.has-margin-right-45 {
  margin-right: 45px !important;
}

/* line 27, node_modules/bulma-helpers/sass/helpers/spacing/margin-padding.sass */

.has-padding-right-45 {
  padding-right: 45px !important;
}

/* line 10, node_modules/bulma-helpers/sass/helpers/spacing/margin-padding.sass */

.has-margin-50 {
  margin: 50px !important;
}

/* line 13, node_modules/bulma-helpers/sass/helpers/spacing/margin-padding.sass */

.has-padding-50 {
  padding: 50px !important;
}

/* line 24, node_modules/bulma-helpers/sass/helpers/spacing/margin-padding.sass */

.has-margin-top-50 {
  margin-top: 50px !important;
}

/* line 27, node_modules/bulma-helpers/sass/helpers/spacing/margin-padding.sass */

.has-padding-top-50 {
  padding-top: 50px !important;
}

/* line 24, node_modules/bulma-helpers/sass/helpers/spacing/margin-padding.sass */

.has-margin-bottom-50 {
  margin-bottom: 50px !important;
}

/* line 27, node_modules/bulma-helpers/sass/helpers/spacing/margin-padding.sass */

.has-padding-bottom-50 {
  padding-bottom: 50px !important;
}

/* line 24, node_modules/bulma-helpers/sass/helpers/spacing/margin-padding.sass */

.has-margin-left-50 {
  margin-left: 50px !important;
}

/* line 27, node_modules/bulma-helpers/sass/helpers/spacing/margin-padding.sass */

.has-padding-left-50 {
  padding-left: 50px !important;
}

/* line 24, node_modules/bulma-helpers/sass/helpers/spacing/margin-padding.sass */

.has-margin-right-50 {
  margin-right: 50px !important;
}

/* line 27, node_modules/bulma-helpers/sass/helpers/spacing/margin-padding.sass */

.has-padding-right-50 {
  padding-right: 50px !important;
}

/* line 10, node_modules/bulma-helpers/sass/helpers/spacing/margin-padding.sass */

.has-margin-55 {
  margin: 55px !important;
}

/* line 13, node_modules/bulma-helpers/sass/helpers/spacing/margin-padding.sass */

.has-padding-55 {
  padding: 55px !important;
}

/* line 24, node_modules/bulma-helpers/sass/helpers/spacing/margin-padding.sass */

.has-margin-top-55 {
  margin-top: 55px !important;
}

/* line 27, node_modules/bulma-helpers/sass/helpers/spacing/margin-padding.sass */

.has-padding-top-55 {
  padding-top: 55px !important;
}

/* line 24, node_modules/bulma-helpers/sass/helpers/spacing/margin-padding.sass */

.has-margin-bottom-55 {
  margin-bottom: 55px !important;
}

/* line 27, node_modules/bulma-helpers/sass/helpers/spacing/margin-padding.sass */

.has-padding-bottom-55 {
  padding-bottom: 55px !important;
}

/* line 24, node_modules/bulma-helpers/sass/helpers/spacing/margin-padding.sass */

.has-margin-left-55 {
  margin-left: 55px !important;
}

/* line 27, node_modules/bulma-helpers/sass/helpers/spacing/margin-padding.sass */

.has-padding-left-55 {
  padding-left: 55px !important;
}

/* line 24, node_modules/bulma-helpers/sass/helpers/spacing/margin-padding.sass */

.has-margin-right-55 {
  margin-right: 55px !important;
}

/* line 27, node_modules/bulma-helpers/sass/helpers/spacing/margin-padding.sass */

.has-padding-right-55 {
  padding-right: 55px !important;
}

/* line 10, node_modules/bulma-helpers/sass/helpers/spacing/margin-padding.sass */

.has-margin-60 {
  margin: 60px !important;
}

/* line 13, node_modules/bulma-helpers/sass/helpers/spacing/margin-padding.sass */

.has-padding-60 {
  padding: 60px !important;
}

/* line 24, node_modules/bulma-helpers/sass/helpers/spacing/margin-padding.sass */

.has-margin-top-60 {
  margin-top: 60px !important;
}

/* line 27, node_modules/bulma-helpers/sass/helpers/spacing/margin-padding.sass */

.has-padding-top-60 {
  padding-top: 60px !important;
}

/* line 24, node_modules/bulma-helpers/sass/helpers/spacing/margin-padding.sass */

.has-margin-bottom-60 {
  margin-bottom: 60px !important;
}

/* line 27, node_modules/bulma-helpers/sass/helpers/spacing/margin-padding.sass */

.has-padding-bottom-60 {
  padding-bottom: 60px !important;
}

/* line 24, node_modules/bulma-helpers/sass/helpers/spacing/margin-padding.sass */

.has-margin-left-60 {
  margin-left: 60px !important;
}

/* line 27, node_modules/bulma-helpers/sass/helpers/spacing/margin-padding.sass */

.has-padding-left-60 {
  padding-left: 60px !important;
}

/* line 24, node_modules/bulma-helpers/sass/helpers/spacing/margin-padding.sass */

.has-margin-right-60 {
  margin-right: 60px !important;
}

/* line 27, node_modules/bulma-helpers/sass/helpers/spacing/margin-padding.sass */

.has-padding-right-60 {
  padding-right: 60px !important;
}

/* line 10, node_modules/bulma-helpers/sass/helpers/spacing/margin-padding.sass */

.has-margin-65 {
  margin: 65px !important;
}

/* line 13, node_modules/bulma-helpers/sass/helpers/spacing/margin-padding.sass */

.has-padding-65 {
  padding: 65px !important;
}

/* line 24, node_modules/bulma-helpers/sass/helpers/spacing/margin-padding.sass */

.has-margin-top-65 {
  margin-top: 65px !important;
}

/* line 27, node_modules/bulma-helpers/sass/helpers/spacing/margin-padding.sass */

.has-padding-top-65 {
  padding-top: 65px !important;
}

/* line 24, node_modules/bulma-helpers/sass/helpers/spacing/margin-padding.sass */

.has-margin-bottom-65 {
  margin-bottom: 65px !important;
}

/* line 27, node_modules/bulma-helpers/sass/helpers/spacing/margin-padding.sass */

.has-padding-bottom-65 {
  padding-bottom: 65px !important;
}

/* line 24, node_modules/bulma-helpers/sass/helpers/spacing/margin-padding.sass */

.has-margin-left-65 {
  margin-left: 65px !important;
}

/* line 27, node_modules/bulma-helpers/sass/helpers/spacing/margin-padding.sass */

.has-padding-left-65 {
  padding-left: 65px !important;
}

/* line 24, node_modules/bulma-helpers/sass/helpers/spacing/margin-padding.sass */

.has-margin-right-65 {
  margin-right: 65px !important;
}

/* line 27, node_modules/bulma-helpers/sass/helpers/spacing/margin-padding.sass */

.has-padding-right-65 {
  padding-right: 65px !important;
}

/* line 10, node_modules/bulma-helpers/sass/helpers/spacing/margin-padding.sass */

.has-margin-70 {
  margin: 70px !important;
}

/* line 13, node_modules/bulma-helpers/sass/helpers/spacing/margin-padding.sass */

.has-padding-70 {
  padding: 70px !important;
}

/* line 24, node_modules/bulma-helpers/sass/helpers/spacing/margin-padding.sass */

.has-margin-top-70 {
  margin-top: 70px !important;
}

/* line 27, node_modules/bulma-helpers/sass/helpers/spacing/margin-padding.sass */

.has-padding-top-70 {
  padding-top: 70px !important;
}

/* line 24, node_modules/bulma-helpers/sass/helpers/spacing/margin-padding.sass */

.has-margin-bottom-70 {
  margin-bottom: 70px !important;
}

/* line 27, node_modules/bulma-helpers/sass/helpers/spacing/margin-padding.sass */

.has-padding-bottom-70 {
  padding-bottom: 70px !important;
}

/* line 24, node_modules/bulma-helpers/sass/helpers/spacing/margin-padding.sass */

.has-margin-left-70 {
  margin-left: 70px !important;
}

/* line 27, node_modules/bulma-helpers/sass/helpers/spacing/margin-padding.sass */

.has-padding-left-70 {
  padding-left: 70px !important;
}

/* line 24, node_modules/bulma-helpers/sass/helpers/spacing/margin-padding.sass */

.has-margin-right-70 {
  margin-right: 70px !important;
}

/* line 27, node_modules/bulma-helpers/sass/helpers/spacing/margin-padding.sass */

.has-padding-right-70 {
  padding-right: 70px !important;
}

/* line 10, node_modules/bulma-helpers/sass/helpers/spacing/margin-padding.sass */

.has-margin-75 {
  margin: 75px !important;
}

/* line 13, node_modules/bulma-helpers/sass/helpers/spacing/margin-padding.sass */

.has-padding-75 {
  padding: 75px !important;
}

/* line 24, node_modules/bulma-helpers/sass/helpers/spacing/margin-padding.sass */

.has-margin-top-75 {
  margin-top: 75px !important;
}

/* line 27, node_modules/bulma-helpers/sass/helpers/spacing/margin-padding.sass */

.has-padding-top-75 {
  padding-top: 75px !important;
}

/* line 24, node_modules/bulma-helpers/sass/helpers/spacing/margin-padding.sass */

.has-margin-bottom-75 {
  margin-bottom: 75px !important;
}

/* line 27, node_modules/bulma-helpers/sass/helpers/spacing/margin-padding.sass */

.has-padding-bottom-75 {
  padding-bottom: 75px !important;
}

/* line 24, node_modules/bulma-helpers/sass/helpers/spacing/margin-padding.sass */

.has-margin-left-75 {
  margin-left: 75px !important;
}

/* line 27, node_modules/bulma-helpers/sass/helpers/spacing/margin-padding.sass */

.has-padding-left-75 {
  padding-left: 75px !important;
}

/* line 24, node_modules/bulma-helpers/sass/helpers/spacing/margin-padding.sass */

.has-margin-right-75 {
  margin-right: 75px !important;
}

/* line 27, node_modules/bulma-helpers/sass/helpers/spacing/margin-padding.sass */

.has-padding-right-75 {
  padding-right: 75px !important;
}

/* line 10, node_modules/bulma-helpers/sass/helpers/spacing/margin-padding.sass */

.has-margin-80 {
  margin: 80px !important;
}

/* line 13, node_modules/bulma-helpers/sass/helpers/spacing/margin-padding.sass */

.has-padding-80 {
  padding: 80px !important;
}

/* line 24, node_modules/bulma-helpers/sass/helpers/spacing/margin-padding.sass */

.has-margin-top-80 {
  margin-top: 80px !important;
}

/* line 27, node_modules/bulma-helpers/sass/helpers/spacing/margin-padding.sass */

.has-padding-top-80 {
  padding-top: 80px !important;
}

/* line 24, node_modules/bulma-helpers/sass/helpers/spacing/margin-padding.sass */

.has-margin-bottom-80 {
  margin-bottom: 80px !important;
}

/* line 27, node_modules/bulma-helpers/sass/helpers/spacing/margin-padding.sass */

.has-padding-bottom-80 {
  padding-bottom: 80px !important;
}

/* line 24, node_modules/bulma-helpers/sass/helpers/spacing/margin-padding.sass */

.has-margin-left-80 {
  margin-left: 80px !important;
}

/* line 27, node_modules/bulma-helpers/sass/helpers/spacing/margin-padding.sass */

.has-padding-left-80 {
  padding-left: 80px !important;
}

/* line 24, node_modules/bulma-helpers/sass/helpers/spacing/margin-padding.sass */

.has-margin-right-80 {
  margin-right: 80px !important;
}

/* line 27, node_modules/bulma-helpers/sass/helpers/spacing/margin-padding.sass */

.has-padding-right-80 {
  padding-right: 80px !important;
}

/* line 10, node_modules/bulma-helpers/sass/helpers/spacing/margin-padding.sass */

.has-margin-85 {
  margin: 85px !important;
}

/* line 13, node_modules/bulma-helpers/sass/helpers/spacing/margin-padding.sass */

.has-padding-85 {
  padding: 85px !important;
}

/* line 24, node_modules/bulma-helpers/sass/helpers/spacing/margin-padding.sass */

.has-margin-top-85 {
  margin-top: 85px !important;
}

/* line 27, node_modules/bulma-helpers/sass/helpers/spacing/margin-padding.sass */

.has-padding-top-85 {
  padding-top: 85px !important;
}

/* line 24, node_modules/bulma-helpers/sass/helpers/spacing/margin-padding.sass */

.has-margin-bottom-85 {
  margin-bottom: 85px !important;
}

/* line 27, node_modules/bulma-helpers/sass/helpers/spacing/margin-padding.sass */

.has-padding-bottom-85 {
  padding-bottom: 85px !important;
}

/* line 24, node_modules/bulma-helpers/sass/helpers/spacing/margin-padding.sass */

.has-margin-left-85 {
  margin-left: 85px !important;
}

/* line 27, node_modules/bulma-helpers/sass/helpers/spacing/margin-padding.sass */

.has-padding-left-85 {
  padding-left: 85px !important;
}

/* line 24, node_modules/bulma-helpers/sass/helpers/spacing/margin-padding.sass */

.has-margin-right-85 {
  margin-right: 85px !important;
}

/* line 27, node_modules/bulma-helpers/sass/helpers/spacing/margin-padding.sass */

.has-padding-right-85 {
  padding-right: 85px !important;
}

/* line 10, node_modules/bulma-helpers/sass/helpers/spacing/margin-padding.sass */

.has-margin-90 {
  margin: 90px !important;
}

/* line 13, node_modules/bulma-helpers/sass/helpers/spacing/margin-padding.sass */

.has-padding-90 {
  padding: 90px !important;
}

/* line 24, node_modules/bulma-helpers/sass/helpers/spacing/margin-padding.sass */

.has-margin-top-90 {
  margin-top: 90px !important;
}

/* line 27, node_modules/bulma-helpers/sass/helpers/spacing/margin-padding.sass */

.has-padding-top-90 {
  padding-top: 90px !important;
}

/* line 24, node_modules/bulma-helpers/sass/helpers/spacing/margin-padding.sass */

.has-margin-bottom-90 {
  margin-bottom: 90px !important;
}

/* line 27, node_modules/bulma-helpers/sass/helpers/spacing/margin-padding.sass */

.has-padding-bottom-90 {
  padding-bottom: 90px !important;
}

/* line 24, node_modules/bulma-helpers/sass/helpers/spacing/margin-padding.sass */

.has-margin-left-90 {
  margin-left: 90px !important;
}

/* line 27, node_modules/bulma-helpers/sass/helpers/spacing/margin-padding.sass */

.has-padding-left-90 {
  padding-left: 90px !important;
}

/* line 24, node_modules/bulma-helpers/sass/helpers/spacing/margin-padding.sass */

.has-margin-right-90 {
  margin-right: 90px !important;
}

/* line 27, node_modules/bulma-helpers/sass/helpers/spacing/margin-padding.sass */

.has-padding-right-90 {
  padding-right: 90px !important;
}

/* line 10, node_modules/bulma-helpers/sass/helpers/spacing/margin-padding.sass */

.has-margin-95 {
  margin: 95px !important;
}

/* line 13, node_modules/bulma-helpers/sass/helpers/spacing/margin-padding.sass */

.has-padding-95 {
  padding: 95px !important;
}

/* line 24, node_modules/bulma-helpers/sass/helpers/spacing/margin-padding.sass */

.has-margin-top-95 {
  margin-top: 95px !important;
}

/* line 27, node_modules/bulma-helpers/sass/helpers/spacing/margin-padding.sass */

.has-padding-top-95 {
  padding-top: 95px !important;
}

/* line 24, node_modules/bulma-helpers/sass/helpers/spacing/margin-padding.sass */

.has-margin-bottom-95 {
  margin-bottom: 95px !important;
}

/* line 27, node_modules/bulma-helpers/sass/helpers/spacing/margin-padding.sass */

.has-padding-bottom-95 {
  padding-bottom: 95px !important;
}

/* line 24, node_modules/bulma-helpers/sass/helpers/spacing/margin-padding.sass */

.has-margin-left-95 {
  margin-left: 95px !important;
}

/* line 27, node_modules/bulma-helpers/sass/helpers/spacing/margin-padding.sass */

.has-padding-left-95 {
  padding-left: 95px !important;
}

/* line 24, node_modules/bulma-helpers/sass/helpers/spacing/margin-padding.sass */

.has-margin-right-95 {
  margin-right: 95px !important;
}

/* line 27, node_modules/bulma-helpers/sass/helpers/spacing/margin-padding.sass */

.has-padding-right-95 {
  padding-right: 95px !important;
}

/* line 10, node_modules/bulma-helpers/sass/helpers/spacing/margin-padding.sass */

.has-margin-100 {
  margin: 100px !important;
}

/* line 13, node_modules/bulma-helpers/sass/helpers/spacing/margin-padding.sass */

.has-padding-100 {
  padding: 100px !important;
}

/* line 24, node_modules/bulma-helpers/sass/helpers/spacing/margin-padding.sass */

.has-margin-top-100 {
  margin-top: 100px !important;
}

/* line 27, node_modules/bulma-helpers/sass/helpers/spacing/margin-padding.sass */

.has-padding-top-100 {
  padding-top: 100px !important;
}

/* line 24, node_modules/bulma-helpers/sass/helpers/spacing/margin-padding.sass */

.has-margin-bottom-100 {
  margin-bottom: 100px !important;
}

/* line 27, node_modules/bulma-helpers/sass/helpers/spacing/margin-padding.sass */

.has-padding-bottom-100 {
  padding-bottom: 100px !important;
}

/* line 24, node_modules/bulma-helpers/sass/helpers/spacing/margin-padding.sass */

.has-margin-left-100 {
  margin-left: 100px !important;
}

/* line 27, node_modules/bulma-helpers/sass/helpers/spacing/margin-padding.sass */

.has-padding-left-100 {
  padding-left: 100px !important;
}

/* line 24, node_modules/bulma-helpers/sass/helpers/spacing/margin-padding.sass */

.has-margin-right-100 {
  margin-right: 100px !important;
}

/* line 27, node_modules/bulma-helpers/sass/helpers/spacing/margin-padding.sass */

.has-padding-right-100 {
  padding-right: 100px !important;
}

/* line 10, node_modules/bulma-helpers/sass/helpers/spacing/margin-padding.sass */

.has-margin-105 {
  margin: 105px !important;
}

/* line 13, node_modules/bulma-helpers/sass/helpers/spacing/margin-padding.sass */

.has-padding-105 {
  padding: 105px !important;
}

/* line 24, node_modules/bulma-helpers/sass/helpers/spacing/margin-padding.sass */

.has-margin-top-105 {
  margin-top: 105px !important;
}

/* line 27, node_modules/bulma-helpers/sass/helpers/spacing/margin-padding.sass */

.has-padding-top-105 {
  padding-top: 105px !important;
}

/* line 24, node_modules/bulma-helpers/sass/helpers/spacing/margin-padding.sass */

.has-margin-bottom-105 {
  margin-bottom: 105px !important;
}

/* line 27, node_modules/bulma-helpers/sass/helpers/spacing/margin-padding.sass */

.has-padding-bottom-105 {
  padding-bottom: 105px !important;
}

/* line 24, node_modules/bulma-helpers/sass/helpers/spacing/margin-padding.sass */

.has-margin-left-105 {
  margin-left: 105px !important;
}

/* line 27, node_modules/bulma-helpers/sass/helpers/spacing/margin-padding.sass */

.has-padding-left-105 {
  padding-left: 105px !important;
}

/* line 24, node_modules/bulma-helpers/sass/helpers/spacing/margin-padding.sass */

.has-margin-right-105 {
  margin-right: 105px !important;
}

/* line 27, node_modules/bulma-helpers/sass/helpers/spacing/margin-padding.sass */

.has-padding-right-105 {
  padding-right: 105px !important;
}

/* line 10, node_modules/bulma-helpers/sass/helpers/spacing/margin-padding.sass */

.has-margin-110 {
  margin: 110px !important;
}

/* line 13, node_modules/bulma-helpers/sass/helpers/spacing/margin-padding.sass */

.has-padding-110 {
  padding: 110px !important;
}

/* line 24, node_modules/bulma-helpers/sass/helpers/spacing/margin-padding.sass */

.has-margin-top-110 {
  margin-top: 110px !important;
}

/* line 27, node_modules/bulma-helpers/sass/helpers/spacing/margin-padding.sass */

.has-padding-top-110 {
  padding-top: 110px !important;
}

/* line 24, node_modules/bulma-helpers/sass/helpers/spacing/margin-padding.sass */

.has-margin-bottom-110 {
  margin-bottom: 110px !important;
}

/* line 27, node_modules/bulma-helpers/sass/helpers/spacing/margin-padding.sass */

.has-padding-bottom-110 {
  padding-bottom: 110px !important;
}

/* line 24, node_modules/bulma-helpers/sass/helpers/spacing/margin-padding.sass */

.has-margin-left-110 {
  margin-left: 110px !important;
}

/* line 27, node_modules/bulma-helpers/sass/helpers/spacing/margin-padding.sass */

.has-padding-left-110 {
  padding-left: 110px !important;
}

/* line 24, node_modules/bulma-helpers/sass/helpers/spacing/margin-padding.sass */

.has-margin-right-110 {
  margin-right: 110px !important;
}

/* line 27, node_modules/bulma-helpers/sass/helpers/spacing/margin-padding.sass */

.has-padding-right-110 {
  padding-right: 110px !important;
}

/* line 10, node_modules/bulma-helpers/sass/helpers/spacing/margin-padding.sass */

.has-margin-115 {
  margin: 115px !important;
}

/* line 13, node_modules/bulma-helpers/sass/helpers/spacing/margin-padding.sass */

.has-padding-115 {
  padding: 115px !important;
}

/* line 24, node_modules/bulma-helpers/sass/helpers/spacing/margin-padding.sass */

.has-margin-top-115 {
  margin-top: 115px !important;
}

/* line 27, node_modules/bulma-helpers/sass/helpers/spacing/margin-padding.sass */

.has-padding-top-115 {
  padding-top: 115px !important;
}

/* line 24, node_modules/bulma-helpers/sass/helpers/spacing/margin-padding.sass */

.has-margin-bottom-115 {
  margin-bottom: 115px !important;
}

/* line 27, node_modules/bulma-helpers/sass/helpers/spacing/margin-padding.sass */

.has-padding-bottom-115 {
  padding-bottom: 115px !important;
}

/* line 24, node_modules/bulma-helpers/sass/helpers/spacing/margin-padding.sass */

.has-margin-left-115 {
  margin-left: 115px !important;
}

/* line 27, node_modules/bulma-helpers/sass/helpers/spacing/margin-padding.sass */

.has-padding-left-115 {
  padding-left: 115px !important;
}

/* line 24, node_modules/bulma-helpers/sass/helpers/spacing/margin-padding.sass */

.has-margin-right-115 {
  margin-right: 115px !important;
}

/* line 27, node_modules/bulma-helpers/sass/helpers/spacing/margin-padding.sass */

.has-padding-right-115 {
  padding-right: 115px !important;
}

/* line 10, node_modules/bulma-helpers/sass/helpers/spacing/margin-padding.sass */

.has-margin-120 {
  margin: 120px !important;
}

/* line 13, node_modules/bulma-helpers/sass/helpers/spacing/margin-padding.sass */

.has-padding-120 {
  padding: 120px !important;
}

/* line 24, node_modules/bulma-helpers/sass/helpers/spacing/margin-padding.sass */

.has-margin-top-120 {
  margin-top: 120px !important;
}

/* line 27, node_modules/bulma-helpers/sass/helpers/spacing/margin-padding.sass */

.has-padding-top-120 {
  padding-top: 120px !important;
}

/* line 24, node_modules/bulma-helpers/sass/helpers/spacing/margin-padding.sass */

.has-margin-bottom-120 {
  margin-bottom: 120px !important;
}

/* line 27, node_modules/bulma-helpers/sass/helpers/spacing/margin-padding.sass */

.has-padding-bottom-120 {
  padding-bottom: 120px !important;
}

/* line 24, node_modules/bulma-helpers/sass/helpers/spacing/margin-padding.sass */

.has-margin-left-120 {
  margin-left: 120px !important;
}

/* line 27, node_modules/bulma-helpers/sass/helpers/spacing/margin-padding.sass */

.has-padding-left-120 {
  padding-left: 120px !important;
}

/* line 24, node_modules/bulma-helpers/sass/helpers/spacing/margin-padding.sass */

.has-margin-right-120 {
  margin-right: 120px !important;
}

/* line 27, node_modules/bulma-helpers/sass/helpers/spacing/margin-padding.sass */

.has-padding-right-120 {
  padding-right: 120px !important;
}

/* line 10, node_modules/bulma-helpers/sass/helpers/spacing/margin-padding.sass */

.has-margin-125 {
  margin: 125px !important;
}

/* line 13, node_modules/bulma-helpers/sass/helpers/spacing/margin-padding.sass */

.has-padding-125 {
  padding: 125px !important;
}

/* line 24, node_modules/bulma-helpers/sass/helpers/spacing/margin-padding.sass */

.has-margin-top-125 {
  margin-top: 125px !important;
}

/* line 27, node_modules/bulma-helpers/sass/helpers/spacing/margin-padding.sass */

.has-padding-top-125 {
  padding-top: 125px !important;
}

/* line 24, node_modules/bulma-helpers/sass/helpers/spacing/margin-padding.sass */

.has-margin-bottom-125 {
  margin-bottom: 125px !important;
}

/* line 27, node_modules/bulma-helpers/sass/helpers/spacing/margin-padding.sass */

.has-padding-bottom-125 {
  padding-bottom: 125px !important;
}

/* line 24, node_modules/bulma-helpers/sass/helpers/spacing/margin-padding.sass */

.has-margin-left-125 {
  margin-left: 125px !important;
}

/* line 27, node_modules/bulma-helpers/sass/helpers/spacing/margin-padding.sass */

.has-padding-left-125 {
  padding-left: 125px !important;
}

/* line 24, node_modules/bulma-helpers/sass/helpers/spacing/margin-padding.sass */

.has-margin-right-125 {
  margin-right: 125px !important;
}

/* line 27, node_modules/bulma-helpers/sass/helpers/spacing/margin-padding.sass */

.has-padding-right-125 {
  padding-right: 125px !important;
}

/* line 10, node_modules/bulma-helpers/sass/helpers/spacing/margin-padding.sass */

.has-margin-130 {
  margin: 130px !important;
}

/* line 13, node_modules/bulma-helpers/sass/helpers/spacing/margin-padding.sass */

.has-padding-130 {
  padding: 130px !important;
}

/* line 24, node_modules/bulma-helpers/sass/helpers/spacing/margin-padding.sass */

.has-margin-top-130 {
  margin-top: 130px !important;
}

/* line 27, node_modules/bulma-helpers/sass/helpers/spacing/margin-padding.sass */

.has-padding-top-130 {
  padding-top: 130px !important;
}

/* line 24, node_modules/bulma-helpers/sass/helpers/spacing/margin-padding.sass */

.has-margin-bottom-130 {
  margin-bottom: 130px !important;
}

/* line 27, node_modules/bulma-helpers/sass/helpers/spacing/margin-padding.sass */

.has-padding-bottom-130 {
  padding-bottom: 130px !important;
}

/* line 24, node_modules/bulma-helpers/sass/helpers/spacing/margin-padding.sass */

.has-margin-left-130 {
  margin-left: 130px !important;
}

/* line 27, node_modules/bulma-helpers/sass/helpers/spacing/margin-padding.sass */

.has-padding-left-130 {
  padding-left: 130px !important;
}

/* line 24, node_modules/bulma-helpers/sass/helpers/spacing/margin-padding.sass */

.has-margin-right-130 {
  margin-right: 130px !important;
}

/* line 27, node_modules/bulma-helpers/sass/helpers/spacing/margin-padding.sass */

.has-padding-right-130 {
  padding-right: 130px !important;
}

/* line 10, node_modules/bulma-helpers/sass/helpers/spacing/margin-padding.sass */

.has-margin-135 {
  margin: 135px !important;
}

/* line 13, node_modules/bulma-helpers/sass/helpers/spacing/margin-padding.sass */

.has-padding-135 {
  padding: 135px !important;
}

/* line 24, node_modules/bulma-helpers/sass/helpers/spacing/margin-padding.sass */

.has-margin-top-135 {
  margin-top: 135px !important;
}

/* line 27, node_modules/bulma-helpers/sass/helpers/spacing/margin-padding.sass */

.has-padding-top-135 {
  padding-top: 135px !important;
}

/* line 24, node_modules/bulma-helpers/sass/helpers/spacing/margin-padding.sass */

.has-margin-bottom-135 {
  margin-bottom: 135px !important;
}

/* line 27, node_modules/bulma-helpers/sass/helpers/spacing/margin-padding.sass */

.has-padding-bottom-135 {
  padding-bottom: 135px !important;
}

/* line 24, node_modules/bulma-helpers/sass/helpers/spacing/margin-padding.sass */

.has-margin-left-135 {
  margin-left: 135px !important;
}

/* line 27, node_modules/bulma-helpers/sass/helpers/spacing/margin-padding.sass */

.has-padding-left-135 {
  padding-left: 135px !important;
}

/* line 24, node_modules/bulma-helpers/sass/helpers/spacing/margin-padding.sass */

.has-margin-right-135 {
  margin-right: 135px !important;
}

/* line 27, node_modules/bulma-helpers/sass/helpers/spacing/margin-padding.sass */

.has-padding-right-135 {
  padding-right: 135px !important;
}

/* line 10, node_modules/bulma-helpers/sass/helpers/spacing/margin-padding.sass */

.has-margin-140 {
  margin: 140px !important;
}

/* line 13, node_modules/bulma-helpers/sass/helpers/spacing/margin-padding.sass */

.has-padding-140 {
  padding: 140px !important;
}

/* line 24, node_modules/bulma-helpers/sass/helpers/spacing/margin-padding.sass */

.has-margin-top-140 {
  margin-top: 140px !important;
}

/* line 27, node_modules/bulma-helpers/sass/helpers/spacing/margin-padding.sass */

.has-padding-top-140 {
  padding-top: 140px !important;
}

/* line 24, node_modules/bulma-helpers/sass/helpers/spacing/margin-padding.sass */

.has-margin-bottom-140 {
  margin-bottom: 140px !important;
}

/* line 27, node_modules/bulma-helpers/sass/helpers/spacing/margin-padding.sass */

.has-padding-bottom-140 {
  padding-bottom: 140px !important;
}

/* line 24, node_modules/bulma-helpers/sass/helpers/spacing/margin-padding.sass */

.has-margin-left-140 {
  margin-left: 140px !important;
}

/* line 27, node_modules/bulma-helpers/sass/helpers/spacing/margin-padding.sass */

.has-padding-left-140 {
  padding-left: 140px !important;
}

/* line 24, node_modules/bulma-helpers/sass/helpers/spacing/margin-padding.sass */

.has-margin-right-140 {
  margin-right: 140px !important;
}

/* line 27, node_modules/bulma-helpers/sass/helpers/spacing/margin-padding.sass */

.has-padding-right-140 {
  padding-right: 140px !important;
}

/* line 10, node_modules/bulma-helpers/sass/helpers/spacing/margin-padding.sass */

.has-margin-145 {
  margin: 145px !important;
}

/* line 13, node_modules/bulma-helpers/sass/helpers/spacing/margin-padding.sass */

.has-padding-145 {
  padding: 145px !important;
}

/* line 24, node_modules/bulma-helpers/sass/helpers/spacing/margin-padding.sass */

.has-margin-top-145 {
  margin-top: 145px !important;
}

/* line 27, node_modules/bulma-helpers/sass/helpers/spacing/margin-padding.sass */

.has-padding-top-145 {
  padding-top: 145px !important;
}

/* line 24, node_modules/bulma-helpers/sass/helpers/spacing/margin-padding.sass */

.has-margin-bottom-145 {
  margin-bottom: 145px !important;
}

/* line 27, node_modules/bulma-helpers/sass/helpers/spacing/margin-padding.sass */

.has-padding-bottom-145 {
  padding-bottom: 145px !important;
}

/* line 24, node_modules/bulma-helpers/sass/helpers/spacing/margin-padding.sass */

.has-margin-left-145 {
  margin-left: 145px !important;
}

/* line 27, node_modules/bulma-helpers/sass/helpers/spacing/margin-padding.sass */

.has-padding-left-145 {
  padding-left: 145px !important;
}

/* line 24, node_modules/bulma-helpers/sass/helpers/spacing/margin-padding.sass */

.has-margin-right-145 {
  margin-right: 145px !important;
}

/* line 27, node_modules/bulma-helpers/sass/helpers/spacing/margin-padding.sass */

.has-padding-right-145 {
  padding-right: 145px !important;
}

/* line 40, node_modules/bulma-helpers/sass/helpers/spacing/margin-padding.sass */

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

/* line 43, node_modules/bulma-helpers/sass/helpers/spacing/margin-padding.sass */

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

/* line 40, node_modules/bulma-helpers/sass/helpers/spacing/margin-padding.sass */

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

/* line 43, node_modules/bulma-helpers/sass/helpers/spacing/margin-padding.sass */

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

/* line 40, node_modules/bulma-helpers/sass/helpers/spacing/margin-padding.sass */

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

/* line 43, node_modules/bulma-helpers/sass/helpers/spacing/margin-padding.sass */

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

/* line 40, node_modules/bulma-helpers/sass/helpers/spacing/margin-padding.sass */

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

/* line 43, node_modules/bulma-helpers/sass/helpers/spacing/margin-padding.sass */

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

/* line 46, node_modules/bulma-helpers/sass/helpers/spacing/margin-padding.sass */

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

/* line 50, node_modules/bulma-helpers/sass/helpers/spacing/margin-padding.sass */

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

/* line 50, node_modules/bulma-helpers/sass/helpers/spacing/margin-padding.sass */

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

/* line 50, node_modules/bulma-helpers/sass/helpers/spacing/margin-padding.sass */

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

/* line 50, node_modules/bulma-helpers/sass/helpers/spacing/margin-padding.sass */

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

@media screen and (max-width: 767px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .flex-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (min-width: 768px), print {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .flex-tablet {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (min-width: 768px) and (max-width: 999px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .flex-tablet-only {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (max-width: 999px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .flex-touch {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (min-width: 1000px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .flex-desktop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1239px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .flex-desktop-only {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (min-width: 1240px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .flex-widescreen {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (min-width: 1240px) and (max-width: 1383px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .flex-widescreen-only {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (min-width: 1384px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .flex-fullhd {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .flex-row-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
}

@media screen and (min-width: 768px), print {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .flex-row-tablet {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 999px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .flex-row-tablet-only {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
}

@media screen and (max-width: 999px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .flex-row-touch {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
}

@media screen and (min-width: 1000px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .flex-row-desktop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1239px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .flex-row-desktop-only {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
}

@media screen and (min-width: 1240px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .flex-row-widescreen {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
}

@media screen and (min-width: 1240px) and (max-width: 1383px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .flex-row-widescreen-only {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
}

@media screen and (min-width: 1384px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .flex-row-fullhd {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
}

@media screen and (max-width: 767px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .flex-column-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
}

@media screen and (min-width: 768px), print {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .flex-column-tablet {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 999px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .flex-column-tablet-only {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
}

@media screen and (max-width: 999px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .flex-column-touch {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
}

@media screen and (min-width: 1000px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .flex-column-desktop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1239px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .flex-column-desktop-only {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
}

@media screen and (min-width: 1240px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .flex-column-widescreen {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
}

@media screen and (min-width: 1240px) and (max-width: 1383px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .flex-column-widescreen-only {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
}

@media screen and (min-width: 1384px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .flex-column-fullhd {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
}

@media screen and (max-width: 767px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .nowrap-mobile {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
}

@media screen and (min-width: 768px), print {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .nowrap-tablet {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 999px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .nowrap-tablet-only {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
}

@media screen and (max-width: 999px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .nowrap-touch {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
}

@media screen and (min-width: 1000px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .nowrap-desktop {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1239px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .nowrap-desktop-only {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
}

@media screen and (min-width: 1240px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .nowrap-widescreen {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
}

@media screen and (min-width: 1240px) and (max-width: 1383px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .nowrap-widescreen-only {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
}

@media screen and (min-width: 1384px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .nowrap-fullhd {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
}

@media screen and (max-width: 767px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .wrap-mobile {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
}

@media screen and (min-width: 768px), print {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .wrap-tablet {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 999px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .wrap-tablet-only {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
}

@media screen and (max-width: 999px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .wrap-touch {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
}

@media screen and (min-width: 1000px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .wrap-desktop {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1239px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .wrap-desktop-only {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
}

@media screen and (min-width: 1240px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .wrap-widescreen {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
}

@media screen and (min-width: 1240px) and (max-width: 1383px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .wrap-widescreen-only {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
}

@media screen and (min-width: 1384px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .wrap-fullhd {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
}

@media screen and (max-width: 767px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .wrap-reverse-mobile {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
}

@media screen and (min-width: 768px), print {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .wrap-reverse-tablet {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 999px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .wrap-reverse-tablet-only {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
}

@media screen and (max-width: 999px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .wrap-reverse-touch {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
}

@media screen and (min-width: 1000px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .wrap-reverse-desktop {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1239px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .wrap-reverse-desktop-only {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
}

@media screen and (min-width: 1240px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .wrap-reverse-widescreen {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
}

@media screen and (min-width: 1240px) and (max-width: 1383px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .wrap-reverse-widescreen-only {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
}

@media screen and (min-width: 1384px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .wrap-reverse-fullhd {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
}

@media screen and (max-width: 767px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .align-start-mobile {
    -ms-flex-line-pack: start !important;
        align-content: start !important;
  }
}

@media screen and (min-width: 768px), print {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .align-start-tablet {
    -ms-flex-line-pack: start !important;
        align-content: start !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 999px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .align-start-tablet-only {
    -ms-flex-line-pack: start !important;
        align-content: start !important;
  }
}

@media screen and (max-width: 999px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .align-start-touch {
    -ms-flex-line-pack: start !important;
        align-content: start !important;
  }
}

@media screen and (min-width: 1000px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .align-start-desktop {
    -ms-flex-line-pack: start !important;
        align-content: start !important;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1239px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .align-start-desktop-only {
    -ms-flex-line-pack: start !important;
        align-content: start !important;
  }
}

@media screen and (min-width: 1240px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .align-start-widescreen {
    -ms-flex-line-pack: start !important;
        align-content: start !important;
  }
}

@media screen and (min-width: 1240px) and (max-width: 1383px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .align-start-widescreen-only {
    -ms-flex-line-pack: start !important;
        align-content: start !important;
  }
}

@media screen and (min-width: 1384px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .align-start-fullhd {
    -ms-flex-line-pack: start !important;
        align-content: start !important;
  }
}

@media screen and (max-width: 767px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .align-end-mobile {
    -ms-flex-line-pack: end !important;
        align-content: end !important;
  }
}

@media screen and (min-width: 768px), print {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .align-end-tablet {
    -ms-flex-line-pack: end !important;
        align-content: end !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 999px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .align-end-tablet-only {
    -ms-flex-line-pack: end !important;
        align-content: end !important;
  }
}

@media screen and (max-width: 999px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .align-end-touch {
    -ms-flex-line-pack: end !important;
        align-content: end !important;
  }
}

@media screen and (min-width: 1000px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .align-end-desktop {
    -ms-flex-line-pack: end !important;
        align-content: end !important;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1239px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .align-end-desktop-only {
    -ms-flex-line-pack: end !important;
        align-content: end !important;
  }
}

@media screen and (min-width: 1240px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .align-end-widescreen {
    -ms-flex-line-pack: end !important;
        align-content: end !important;
  }
}

@media screen and (min-width: 1240px) and (max-width: 1383px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .align-end-widescreen-only {
    -ms-flex-line-pack: end !important;
        align-content: end !important;
  }
}

@media screen and (min-width: 1384px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .align-end-fullhd {
    -ms-flex-line-pack: end !important;
        align-content: end !important;
  }
}

@media screen and (max-width: 767px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .align-flex-start-mobile {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
}

@media screen and (min-width: 768px), print {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .align-flex-start-tablet {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 999px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .align-flex-start-tablet-only {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
}

@media screen and (max-width: 999px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .align-flex-start-touch {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
}

@media screen and (min-width: 1000px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .align-flex-start-desktop {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1239px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .align-flex-start-desktop-only {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
}

@media screen and (min-width: 1240px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .align-flex-start-widescreen {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
}

@media screen and (min-width: 1240px) and (max-width: 1383px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .align-flex-start-widescreen-only {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
}

@media screen and (min-width: 1384px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .align-flex-start-fullhd {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
}

@media screen and (max-width: 767px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .align-flex-end-mobile {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
}

@media screen and (min-width: 768px), print {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .align-flex-end-tablet {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 999px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .align-flex-end-tablet-only {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
}

@media screen and (max-width: 999px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .align-flex-end-touch {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
}

@media screen and (min-width: 1000px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .align-flex-end-desktop {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1239px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .align-flex-end-desktop-only {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
}

@media screen and (min-width: 1240px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .align-flex-end-widescreen {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
}

@media screen and (min-width: 1240px) and (max-width: 1383px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .align-flex-end-widescreen-only {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
}

@media screen and (min-width: 1384px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .align-flex-end-fullhd {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
}

@media screen and (max-width: 767px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .align-center-mobile {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
}

@media screen and (min-width: 768px), print {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .align-center-tablet {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 999px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .align-center-tablet-only {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
}

@media screen and (max-width: 999px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .align-center-touch {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
}

@media screen and (min-width: 1000px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .align-center-desktop {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1239px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .align-center-desktop-only {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
}

@media screen and (min-width: 1240px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .align-center-widescreen {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
}

@media screen and (min-width: 1240px) and (max-width: 1383px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .align-center-widescreen-only {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
}

@media screen and (min-width: 1384px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .align-center-fullhd {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
}

@media screen and (max-width: 767px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .align-normal-mobile {
    -ms-flex-line-pack: normal !important;
        align-content: normal !important;
  }
}

@media screen and (min-width: 768px), print {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .align-normal-tablet {
    -ms-flex-line-pack: normal !important;
        align-content: normal !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 999px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .align-normal-tablet-only {
    -ms-flex-line-pack: normal !important;
        align-content: normal !important;
  }
}

@media screen and (max-width: 999px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .align-normal-touch {
    -ms-flex-line-pack: normal !important;
        align-content: normal !important;
  }
}

@media screen and (min-width: 1000px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .align-normal-desktop {
    -ms-flex-line-pack: normal !important;
        align-content: normal !important;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1239px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .align-normal-desktop-only {
    -ms-flex-line-pack: normal !important;
        align-content: normal !important;
  }
}

@media screen and (min-width: 1240px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .align-normal-widescreen {
    -ms-flex-line-pack: normal !important;
        align-content: normal !important;
  }
}

@media screen and (min-width: 1240px) and (max-width: 1383px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .align-normal-widescreen-only {
    -ms-flex-line-pack: normal !important;
        align-content: normal !important;
  }
}

@media screen and (min-width: 1384px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .align-normal-fullhd {
    -ms-flex-line-pack: normal !important;
        align-content: normal !important;
  }
}

@media screen and (max-width: 767px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .align-space-between-mobile {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
}

@media screen and (min-width: 768px), print {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .align-space-between-tablet {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 999px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .align-space-between-tablet-only {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
}

@media screen and (max-width: 999px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .align-space-between-touch {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
}

@media screen and (min-width: 1000px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .align-space-between-desktop {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1239px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .align-space-between-desktop-only {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
}

@media screen and (min-width: 1240px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .align-space-between-widescreen {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
}

@media screen and (min-width: 1240px) and (max-width: 1383px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .align-space-between-widescreen-only {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
}

@media screen and (min-width: 1384px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .align-space-between-fullhd {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
}

@media screen and (max-width: 767px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .align-space-around-mobile {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
}

@media screen and (min-width: 768px), print {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .align-space-around-tablet {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 999px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .align-space-around-tablet-only {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
}

@media screen and (max-width: 999px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .align-space-around-touch {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
}

@media screen and (min-width: 1000px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .align-space-around-desktop {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1239px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .align-space-around-desktop-only {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
}

@media screen and (min-width: 1240px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .align-space-around-widescreen {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
}

@media screen and (min-width: 1240px) and (max-width: 1383px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .align-space-around-widescreen-only {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
}

@media screen and (min-width: 1384px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .align-space-around-fullhd {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
}

@media screen and (max-width: 767px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .align-space-evenly-mobile {
    -ms-flex-line-pack: space-evenly !important;
        align-content: space-evenly !important;
  }
}

@media screen and (min-width: 768px), print {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .align-space-evenly-tablet {
    -ms-flex-line-pack: space-evenly !important;
        align-content: space-evenly !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 999px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .align-space-evenly-tablet-only {
    -ms-flex-line-pack: space-evenly !important;
        align-content: space-evenly !important;
  }
}

@media screen and (max-width: 999px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .align-space-evenly-touch {
    -ms-flex-line-pack: space-evenly !important;
        align-content: space-evenly !important;
  }
}

@media screen and (min-width: 1000px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .align-space-evenly-desktop {
    -ms-flex-line-pack: space-evenly !important;
        align-content: space-evenly !important;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1239px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .align-space-evenly-desktop-only {
    -ms-flex-line-pack: space-evenly !important;
        align-content: space-evenly !important;
  }
}

@media screen and (min-width: 1240px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .align-space-evenly-widescreen {
    -ms-flex-line-pack: space-evenly !important;
        align-content: space-evenly !important;
  }
}

@media screen and (min-width: 1240px) and (max-width: 1383px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .align-space-evenly-widescreen-only {
    -ms-flex-line-pack: space-evenly !important;
        align-content: space-evenly !important;
  }
}

@media screen and (min-width: 1384px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .align-space-evenly-fullhd {
    -ms-flex-line-pack: space-evenly !important;
        align-content: space-evenly !important;
  }
}

@media screen and (max-width: 767px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .align-stretch-mobile {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
}

@media screen and (min-width: 768px), print {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .align-stretch-tablet {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 999px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .align-stretch-tablet-only {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
}

@media screen and (max-width: 999px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .align-stretch-touch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
}

@media screen and (min-width: 1000px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .align-stretch-desktop {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1239px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .align-stretch-desktop-only {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
}

@media screen and (min-width: 1240px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .align-stretch-widescreen {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
}

@media screen and (min-width: 1240px) and (max-width: 1383px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .align-stretch-widescreen-only {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
}

@media screen and (min-width: 1384px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .align-stretch-fullhd {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
}

@media screen and (max-width: 767px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .align-baseline-mobile {
    -ms-flex-line-pack: baseline !important;
        align-content: baseline !important;
  }
}

@media screen and (min-width: 768px), print {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .align-baseline-tablet {
    -ms-flex-line-pack: baseline !important;
        align-content: baseline !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 999px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .align-baseline-tablet-only {
    -ms-flex-line-pack: baseline !important;
        align-content: baseline !important;
  }
}

@media screen and (max-width: 999px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .align-baseline-touch {
    -ms-flex-line-pack: baseline !important;
        align-content: baseline !important;
  }
}

@media screen and (min-width: 1000px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .align-baseline-desktop {
    -ms-flex-line-pack: baseline !important;
        align-content: baseline !important;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1239px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .align-baseline-desktop-only {
    -ms-flex-line-pack: baseline !important;
        align-content: baseline !important;
  }
}

@media screen and (min-width: 1240px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .align-baseline-widescreen {
    -ms-flex-line-pack: baseline !important;
        align-content: baseline !important;
  }
}

@media screen and (min-width: 1240px) and (max-width: 1383px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .align-baseline-widescreen-only {
    -ms-flex-line-pack: baseline !important;
        align-content: baseline !important;
  }
}

@media screen and (min-width: 1384px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .align-baseline-fullhd {
    -ms-flex-line-pack: baseline !important;
        align-content: baseline !important;
  }
}

@media screen and (max-width: 767px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .justify-left-mobile {
    -webkit-box-pack: left !important;
        -ms-flex-pack: left !important;
            justify-content: left !important;
  }
}

@media screen and (min-width: 768px), print {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .justify-left-tablet {
    -webkit-box-pack: left !important;
        -ms-flex-pack: left !important;
            justify-content: left !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 999px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .justify-left-tablet-only {
    -webkit-box-pack: left !important;
        -ms-flex-pack: left !important;
            justify-content: left !important;
  }
}

@media screen and (max-width: 999px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .justify-left-touch {
    -webkit-box-pack: left !important;
        -ms-flex-pack: left !important;
            justify-content: left !important;
  }
}

@media screen and (min-width: 1000px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .justify-left-desktop {
    -webkit-box-pack: left !important;
        -ms-flex-pack: left !important;
            justify-content: left !important;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1239px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .justify-left-desktop-only {
    -webkit-box-pack: left !important;
        -ms-flex-pack: left !important;
            justify-content: left !important;
  }
}

@media screen and (min-width: 1240px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .justify-left-widescreen {
    -webkit-box-pack: left !important;
        -ms-flex-pack: left !important;
            justify-content: left !important;
  }
}

@media screen and (min-width: 1240px) and (max-width: 1383px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .justify-left-widescreen-only {
    -webkit-box-pack: left !important;
        -ms-flex-pack: left !important;
            justify-content: left !important;
  }
}

@media screen and (min-width: 1384px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .justify-left-fullhd {
    -webkit-box-pack: left !important;
        -ms-flex-pack: left !important;
            justify-content: left !important;
  }
}

@media screen and (max-width: 767px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .justify-right-mobile {
    -webkit-box-pack: right !important;
        -ms-flex-pack: right !important;
            justify-content: right !important;
  }
}

@media screen and (min-width: 768px), print {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .justify-right-tablet {
    -webkit-box-pack: right !important;
        -ms-flex-pack: right !important;
            justify-content: right !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 999px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .justify-right-tablet-only {
    -webkit-box-pack: right !important;
        -ms-flex-pack: right !important;
            justify-content: right !important;
  }
}

@media screen and (max-width: 999px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .justify-right-touch {
    -webkit-box-pack: right !important;
        -ms-flex-pack: right !important;
            justify-content: right !important;
  }
}

@media screen and (min-width: 1000px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .justify-right-desktop {
    -webkit-box-pack: right !important;
        -ms-flex-pack: right !important;
            justify-content: right !important;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1239px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .justify-right-desktop-only {
    -webkit-box-pack: right !important;
        -ms-flex-pack: right !important;
            justify-content: right !important;
  }
}

@media screen and (min-width: 1240px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .justify-right-widescreen {
    -webkit-box-pack: right !important;
        -ms-flex-pack: right !important;
            justify-content: right !important;
  }
}

@media screen and (min-width: 1240px) and (max-width: 1383px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .justify-right-widescreen-only {
    -webkit-box-pack: right !important;
        -ms-flex-pack: right !important;
            justify-content: right !important;
  }
}

@media screen and (min-width: 1384px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .justify-right-fullhd {
    -webkit-box-pack: right !important;
        -ms-flex-pack: right !important;
            justify-content: right !important;
  }
}

@media screen and (max-width: 767px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .justify-start-mobile {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: start !important;
  }
}

@media screen and (min-width: 768px), print {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .justify-start-tablet {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: start !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 999px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .justify-start-tablet-only {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: start !important;
  }
}

@media screen and (max-width: 999px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .justify-start-touch {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: start !important;
  }
}

@media screen and (min-width: 1000px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .justify-start-desktop {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: start !important;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1239px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .justify-start-desktop-only {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: start !important;
  }
}

@media screen and (min-width: 1240px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .justify-start-widescreen {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: start !important;
  }
}

@media screen and (min-width: 1240px) and (max-width: 1383px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .justify-start-widescreen-only {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: start !important;
  }
}

@media screen and (min-width: 1384px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .justify-start-fullhd {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: start !important;
  }
}

@media screen and (max-width: 767px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .justify-end-mobile {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: end !important;
  }
}

@media screen and (min-width: 768px), print {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .justify-end-tablet {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: end !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 999px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .justify-end-tablet-only {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: end !important;
  }
}

@media screen and (max-width: 999px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .justify-end-touch {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: end !important;
  }
}

@media screen and (min-width: 1000px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .justify-end-desktop {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: end !important;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1239px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .justify-end-desktop-only {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: end !important;
  }
}

@media screen and (min-width: 1240px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .justify-end-widescreen {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: end !important;
  }
}

@media screen and (min-width: 1240px) and (max-width: 1383px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .justify-end-widescreen-only {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: end !important;
  }
}

@media screen and (min-width: 1384px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .justify-end-fullhd {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: end !important;
  }
}

@media screen and (max-width: 767px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .justify-flex-start-mobile {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
}

@media screen and (min-width: 768px), print {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .justify-flex-start-tablet {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 999px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .justify-flex-start-tablet-only {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
}

@media screen and (max-width: 999px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .justify-flex-start-touch {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
}

@media screen and (min-width: 1000px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .justify-flex-start-desktop {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1239px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .justify-flex-start-desktop-only {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
}

@media screen and (min-width: 1240px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .justify-flex-start-widescreen {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
}

@media screen and (min-width: 1240px) and (max-width: 1383px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .justify-flex-start-widescreen-only {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
}

@media screen and (min-width: 1384px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .justify-flex-start-fullhd {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
}

@media screen and (max-width: 767px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .justify-flex-end-mobile {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
}

@media screen and (min-width: 768px), print {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .justify-flex-end-tablet {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 999px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .justify-flex-end-tablet-only {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
}

@media screen and (max-width: 999px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .justify-flex-end-touch {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
}

@media screen and (min-width: 1000px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .justify-flex-end-desktop {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1239px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .justify-flex-end-desktop-only {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
}

@media screen and (min-width: 1240px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .justify-flex-end-widescreen {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
}

@media screen and (min-width: 1240px) and (max-width: 1383px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .justify-flex-end-widescreen-only {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
}

@media screen and (min-width: 1384px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .justify-flex-end-fullhd {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
}

@media screen and (max-width: 767px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .justify-center-mobile {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
}

@media screen and (min-width: 768px), print {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .justify-center-tablet {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 999px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .justify-center-tablet-only {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
}

@media screen and (max-width: 999px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .justify-center-touch {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
}

@media screen and (min-width: 1000px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .justify-center-desktop {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1239px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .justify-center-desktop-only {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
}

@media screen and (min-width: 1240px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .justify-center-widescreen {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
}

@media screen and (min-width: 1240px) and (max-width: 1383px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .justify-center-widescreen-only {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
}

@media screen and (min-width: 1384px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .justify-center-fullhd {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
}

@media screen and (max-width: 767px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .justify-normal-mobile {
    -webkit-box-pack: normal !important;
        -ms-flex-pack: normal !important;
            justify-content: normal !important;
  }
}

@media screen and (min-width: 768px), print {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .justify-normal-tablet {
    -webkit-box-pack: normal !important;
        -ms-flex-pack: normal !important;
            justify-content: normal !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 999px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .justify-normal-tablet-only {
    -webkit-box-pack: normal !important;
        -ms-flex-pack: normal !important;
            justify-content: normal !important;
  }
}

@media screen and (max-width: 999px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .justify-normal-touch {
    -webkit-box-pack: normal !important;
        -ms-flex-pack: normal !important;
            justify-content: normal !important;
  }
}

@media screen and (min-width: 1000px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .justify-normal-desktop {
    -webkit-box-pack: normal !important;
        -ms-flex-pack: normal !important;
            justify-content: normal !important;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1239px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .justify-normal-desktop-only {
    -webkit-box-pack: normal !important;
        -ms-flex-pack: normal !important;
            justify-content: normal !important;
  }
}

@media screen and (min-width: 1240px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .justify-normal-widescreen {
    -webkit-box-pack: normal !important;
        -ms-flex-pack: normal !important;
            justify-content: normal !important;
  }
}

@media screen and (min-width: 1240px) and (max-width: 1383px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .justify-normal-widescreen-only {
    -webkit-box-pack: normal !important;
        -ms-flex-pack: normal !important;
            justify-content: normal !important;
  }
}

@media screen and (min-width: 1384px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .justify-normal-fullhd {
    -webkit-box-pack: normal !important;
        -ms-flex-pack: normal !important;
            justify-content: normal !important;
  }
}

@media screen and (max-width: 767px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .justify-space-between-mobile {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
}

@media screen and (min-width: 768px), print {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .justify-space-between-tablet {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 999px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .justify-space-between-tablet-only {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
}

@media screen and (max-width: 999px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .justify-space-between-touch {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
}

@media screen and (min-width: 1000px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .justify-space-between-desktop {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1239px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .justify-space-between-desktop-only {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
}

@media screen and (min-width: 1240px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .justify-space-between-widescreen {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
}

@media screen and (min-width: 1240px) and (max-width: 1383px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .justify-space-between-widescreen-only {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
}

@media screen and (min-width: 1384px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .justify-space-between-fullhd {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
}

@media screen and (max-width: 767px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .justify-space-around-mobile {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
}

@media screen and (min-width: 768px), print {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .justify-space-around-tablet {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 999px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .justify-space-around-tablet-only {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
}

@media screen and (max-width: 999px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .justify-space-around-touch {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
}

@media screen and (min-width: 1000px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .justify-space-around-desktop {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1239px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .justify-space-around-desktop-only {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
}

@media screen and (min-width: 1240px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .justify-space-around-widescreen {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
}

@media screen and (min-width: 1240px) and (max-width: 1383px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .justify-space-around-widescreen-only {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
}

@media screen and (min-width: 1384px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .justify-space-around-fullhd {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
}

@media screen and (max-width: 767px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .justify-space-evenly-mobile {
    -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
            justify-content: space-evenly !important;
  }
}

@media screen and (min-width: 768px), print {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .justify-space-evenly-tablet {
    -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
            justify-content: space-evenly !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 999px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .justify-space-evenly-tablet-only {
    -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
            justify-content: space-evenly !important;
  }
}

@media screen and (max-width: 999px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .justify-space-evenly-touch {
    -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
            justify-content: space-evenly !important;
  }
}

@media screen and (min-width: 1000px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .justify-space-evenly-desktop {
    -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
            justify-content: space-evenly !important;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1239px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .justify-space-evenly-desktop-only {
    -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
            justify-content: space-evenly !important;
  }
}

@media screen and (min-width: 1240px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .justify-space-evenly-widescreen {
    -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
            justify-content: space-evenly !important;
  }
}

@media screen and (min-width: 1240px) and (max-width: 1383px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .justify-space-evenly-widescreen-only {
    -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
            justify-content: space-evenly !important;
  }
}

@media screen and (min-width: 1384px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .justify-space-evenly-fullhd {
    -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
            justify-content: space-evenly !important;
  }
}

@media screen and (max-width: 767px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .justify-stretch-mobile {
    -webkit-box-pack: stretch !important;
        -ms-flex-pack: stretch !important;
            justify-content: stretch !important;
  }
}

@media screen and (min-width: 768px), print {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .justify-stretch-tablet {
    -webkit-box-pack: stretch !important;
        -ms-flex-pack: stretch !important;
            justify-content: stretch !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 999px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .justify-stretch-tablet-only {
    -webkit-box-pack: stretch !important;
        -ms-flex-pack: stretch !important;
            justify-content: stretch !important;
  }
}

@media screen and (max-width: 999px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .justify-stretch-touch {
    -webkit-box-pack: stretch !important;
        -ms-flex-pack: stretch !important;
            justify-content: stretch !important;
  }
}

@media screen and (min-width: 1000px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .justify-stretch-desktop {
    -webkit-box-pack: stretch !important;
        -ms-flex-pack: stretch !important;
            justify-content: stretch !important;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1239px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .justify-stretch-desktop-only {
    -webkit-box-pack: stretch !important;
        -ms-flex-pack: stretch !important;
            justify-content: stretch !important;
  }
}

@media screen and (min-width: 1240px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .justify-stretch-widescreen {
    -webkit-box-pack: stretch !important;
        -ms-flex-pack: stretch !important;
            justify-content: stretch !important;
  }
}

@media screen and (min-width: 1240px) and (max-width: 1383px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .justify-stretch-widescreen-only {
    -webkit-box-pack: stretch !important;
        -ms-flex-pack: stretch !important;
            justify-content: stretch !important;
  }
}

@media screen and (min-width: 1384px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .justify-stretch-fullhd {
    -webkit-box-pack: stretch !important;
        -ms-flex-pack: stretch !important;
            justify-content: stretch !important;
  }
}

@media screen and (max-width: 767px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .justify-baseline-mobile {
    -webkit-box-pack: baseline !important;
        -ms-flex-pack: baseline !important;
            justify-content: baseline !important;
  }
}

@media screen and (min-width: 768px), print {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .justify-baseline-tablet {
    -webkit-box-pack: baseline !important;
        -ms-flex-pack: baseline !important;
            justify-content: baseline !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 999px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .justify-baseline-tablet-only {
    -webkit-box-pack: baseline !important;
        -ms-flex-pack: baseline !important;
            justify-content: baseline !important;
  }
}

@media screen and (max-width: 999px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .justify-baseline-touch {
    -webkit-box-pack: baseline !important;
        -ms-flex-pack: baseline !important;
            justify-content: baseline !important;
  }
}

@media screen and (min-width: 1000px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .justify-baseline-desktop {
    -webkit-box-pack: baseline !important;
        -ms-flex-pack: baseline !important;
            justify-content: baseline !important;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1239px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .justify-baseline-desktop-only {
    -webkit-box-pack: baseline !important;
        -ms-flex-pack: baseline !important;
            justify-content: baseline !important;
  }
}

@media screen and (min-width: 1240px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .justify-baseline-widescreen {
    -webkit-box-pack: baseline !important;
        -ms-flex-pack: baseline !important;
            justify-content: baseline !important;
  }
}

@media screen and (min-width: 1240px) and (max-width: 1383px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .justify-baseline-widescreen-only {
    -webkit-box-pack: baseline !important;
        -ms-flex-pack: baseline !important;
            justify-content: baseline !important;
  }
}

@media screen and (min-width: 1384px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .justify-baseline-fullhd {
    -webkit-box-pack: baseline !important;
        -ms-flex-pack: baseline !important;
            justify-content: baseline !important;
  }
}

@media screen and (max-width: 767px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .align-self-auto-mobile {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
}

@media screen and (min-width: 768px), print {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .align-self-auto-tablet {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 999px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .align-self-auto-tablet-only {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
}

@media screen and (max-width: 999px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .align-self-auto-touch {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
}

@media screen and (min-width: 1000px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .align-self-auto-desktop {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1239px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .align-self-auto-desktop-only {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
}

@media screen and (min-width: 1240px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .align-self-auto-widescreen {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
}

@media screen and (min-width: 1240px) and (max-width: 1383px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .align-self-auto-widescreen-only {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
}

@media screen and (min-width: 1384px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .align-self-auto-fullhd {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
}

@media screen and (max-width: 767px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .align-self-flex-start-mobile {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
}

@media screen and (min-width: 768px), print {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .align-self-flex-start-tablet {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 999px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .align-self-flex-start-tablet-only {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
}

@media screen and (max-width: 999px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .align-self-flex-start-touch {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
}

@media screen and (min-width: 1000px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .align-self-flex-start-desktop {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1239px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .align-self-flex-start-desktop-only {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
}

@media screen and (min-width: 1240px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .align-self-flex-start-widescreen {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
}

@media screen and (min-width: 1240px) and (max-width: 1383px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .align-self-flex-start-widescreen-only {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
}

@media screen and (min-width: 1384px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .align-self-flex-start-fullhd {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
}

@media screen and (max-width: 767px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .align-self-flex-end-mobile {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
}

@media screen and (min-width: 768px), print {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .align-self-flex-end-tablet {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 999px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .align-self-flex-end-tablet-only {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
}

@media screen and (max-width: 999px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .align-self-flex-end-touch {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
}

@media screen and (min-width: 1000px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .align-self-flex-end-desktop {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1239px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .align-self-flex-end-desktop-only {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
}

@media screen and (min-width: 1240px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .align-self-flex-end-widescreen {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
}

@media screen and (min-width: 1240px) and (max-width: 1383px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .align-self-flex-end-widescreen-only {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
}

@media screen and (min-width: 1384px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .align-self-flex-end-fullhd {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
}

@media screen and (max-width: 767px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .align-self-center-mobile {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
}

@media screen and (min-width: 768px), print {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .align-self-center-tablet {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 999px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .align-self-center-tablet-only {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
}

@media screen and (max-width: 999px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .align-self-center-touch {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
}

@media screen and (min-width: 1000px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .align-self-center-desktop {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1239px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .align-self-center-desktop-only {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
}

@media screen and (min-width: 1240px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .align-self-center-widescreen {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
}

@media screen and (min-width: 1240px) and (max-width: 1383px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .align-self-center-widescreen-only {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
}

@media screen and (min-width: 1384px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .align-self-center-fullhd {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
}

@media screen and (max-width: 767px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .align-self-baseline-mobile {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
}

@media screen and (min-width: 768px), print {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .align-self-baseline-tablet {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 999px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .align-self-baseline-tablet-only {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
}

@media screen and (max-width: 999px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .align-self-baseline-touch {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
}

@media screen and (min-width: 1000px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .align-self-baseline-desktop {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1239px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .align-self-baseline-desktop-only {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
}

@media screen and (min-width: 1240px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .align-self-baseline-widescreen {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
}

@media screen and (min-width: 1240px) and (max-width: 1383px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .align-self-baseline-widescreen-only {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
}

@media screen and (min-width: 1384px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .align-self-baseline-fullhd {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
}

@media screen and (max-width: 767px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .align-self-stretch-mobile {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}

@media screen and (min-width: 768px), print {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .align-self-stretch-tablet {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 999px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .align-self-stretch-tablet-only {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}

@media screen and (max-width: 999px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .align-self-stretch-touch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}

@media screen and (min-width: 1000px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .align-self-stretch-desktop {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1239px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .align-self-stretch-desktop-only {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}

@media screen and (min-width: 1240px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .align-self-stretch-widescreen {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}

@media screen and (min-width: 1240px) and (max-width: 1383px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .align-self-stretch-widescreen-only {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}

@media screen and (min-width: 1384px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .align-self-stretch-fullhd {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}

@media screen and (max-width: 767px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .align-items-flex-start-mobile {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
}

@media screen and (min-width: 768px), print {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .align-items-flex-start-tablet {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 999px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .align-items-flex-start-tablet-only {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
}

@media screen and (max-width: 999px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .align-items-flex-start-touch {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
}

@media screen and (min-width: 1000px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .align-items-flex-start-desktop {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1239px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .align-items-flex-start-desktop-only {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
}

@media screen and (min-width: 1240px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .align-items-flex-start-widescreen {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
}

@media screen and (min-width: 1240px) and (max-width: 1383px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .align-items-flex-start-widescreen-only {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
}

@media screen and (min-width: 1384px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .align-items-flex-start-fullhd {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
}

@media screen and (max-width: 767px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .align-items-flex-end-mobile {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
}

@media screen and (min-width: 768px), print {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .align-items-flex-end-tablet {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 999px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .align-items-flex-end-tablet-only {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
}

@media screen and (max-width: 999px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .align-items-flex-end-touch {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
}

@media screen and (min-width: 1000px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .align-items-flex-end-desktop {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1239px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .align-items-flex-end-desktop-only {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
}

@media screen and (min-width: 1240px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .align-items-flex-end-widescreen {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
}

@media screen and (min-width: 1240px) and (max-width: 1383px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .align-items-flex-end-widescreen-only {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
}

@media screen and (min-width: 1384px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .align-items-flex-end-fullhd {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
}

@media screen and (max-width: 767px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .align-items-center-mobile {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
}

@media screen and (min-width: 768px), print {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .align-items-center-tablet {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 999px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .align-items-center-tablet-only {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
}

@media screen and (max-width: 999px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .align-items-center-touch {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
}

@media screen and (min-width: 1000px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .align-items-center-desktop {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1239px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .align-items-center-desktop-only {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
}

@media screen and (min-width: 1240px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .align-items-center-widescreen {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
}

@media screen and (min-width: 1240px) and (max-width: 1383px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .align-items-center-widescreen-only {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
}

@media screen and (min-width: 1384px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .align-items-center-fullhd {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
}

@media screen and (max-width: 767px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .align-items-baseline-mobile {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
}

@media screen and (min-width: 768px), print {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .align-items-baseline-tablet {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 999px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .align-items-baseline-tablet-only {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
}

@media screen and (max-width: 999px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .align-items-baseline-touch {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
}

@media screen and (min-width: 1000px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .align-items-baseline-desktop {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1239px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .align-items-baseline-desktop-only {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
}

@media screen and (min-width: 1240px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .align-items-baseline-widescreen {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
}

@media screen and (min-width: 1240px) and (max-width: 1383px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .align-items-baseline-widescreen-only {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
}

@media screen and (min-width: 1384px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .align-items-baseline-fullhd {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
}

@media screen and (max-width: 767px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .align-items-stretch-mobile {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
}

@media screen and (min-width: 768px), print {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .align-items-stretch-tablet {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 999px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .align-items-stretch-tablet-only {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
}

@media screen and (max-width: 999px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .align-items-stretch-touch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
}

@media screen and (min-width: 1000px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .align-items-stretch-desktop {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1239px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .align-items-stretch-desktop-only {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
}

@media screen and (min-width: 1240px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .align-items-stretch-widescreen {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
}

@media screen and (min-width: 1240px) and (max-width: 1383px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .align-items-stretch-widescreen-only {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
}

@media screen and (min-width: 1384px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .align-items-stretch-fullhd {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
}

@media screen and (max-width: 767px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .has-width-50-mobile {
    width: 50px !important;
  }
}

@media screen and (min-width: 768px), print {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .has-width-50-tablet {
    width: 50px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 999px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .has-width-50-tablet-only {
    width: 50px !important;
  }
}

@media screen and (max-width: 999px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .has-width-50-touch {
    width: 50px !important;
  }
}

@media screen and (min-width: 1000px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .has-width-50-desktop {
    width: 50px !important;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1239px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .has-width-50-desktop-only {
    width: 50px !important;
  }
}

@media screen and (min-width: 1240px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .has-width-50-widescreen {
    width: 50px !important;
  }
}

@media screen and (min-width: 1240px) and (max-width: 1383px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .has-width-50-widescreen-only {
    width: 50px !important;
  }
}

@media screen and (min-width: 1384px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .has-width-50-fullhd {
    width: 50px !important;
  }
}

@media screen and (max-width: 767px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .has-height-50-mobile {
    height: 50px !important;
  }
}

@media screen and (min-width: 768px), print {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .has-height-50-tablet {
    height: 50px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 999px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .has-height-50-tablet-only {
    height: 50px !important;
  }
}

@media screen and (max-width: 999px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .has-height-50-touch {
    height: 50px !important;
  }
}

@media screen and (min-width: 1000px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .has-height-50-desktop {
    height: 50px !important;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1239px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .has-height-50-desktop-only {
    height: 50px !important;
  }
}

@media screen and (min-width: 1240px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .has-height-50-widescreen {
    height: 50px !important;
  }
}

@media screen and (min-width: 1240px) and (max-width: 1383px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .has-height-50-widescreen-only {
    height: 50px !important;
  }
}

@media screen and (min-width: 1384px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .has-height-50-fullhd {
    height: 50px !important;
  }
}

@media screen and (max-width: 767px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .has-width-100-mobile {
    width: 100px !important;
  }
}

@media screen and (min-width: 768px), print {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .has-width-100-tablet {
    width: 100px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 999px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .has-width-100-tablet-only {
    width: 100px !important;
  }
}

@media screen and (max-width: 999px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .has-width-100-touch {
    width: 100px !important;
  }
}

@media screen and (min-width: 1000px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .has-width-100-desktop {
    width: 100px !important;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1239px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .has-width-100-desktop-only {
    width: 100px !important;
  }
}

@media screen and (min-width: 1240px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .has-width-100-widescreen {
    width: 100px !important;
  }
}

@media screen and (min-width: 1240px) and (max-width: 1383px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .has-width-100-widescreen-only {
    width: 100px !important;
  }
}

@media screen and (min-width: 1384px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .has-width-100-fullhd {
    width: 100px !important;
  }
}

@media screen and (max-width: 767px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .has-height-100-mobile {
    height: 100px !important;
  }
}

@media screen and (min-width: 768px), print {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .has-height-100-tablet {
    height: 100px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 999px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .has-height-100-tablet-only {
    height: 100px !important;
  }
}

@media screen and (max-width: 999px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .has-height-100-touch {
    height: 100px !important;
  }
}

@media screen and (min-width: 1000px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .has-height-100-desktop {
    height: 100px !important;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1239px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .has-height-100-desktop-only {
    height: 100px !important;
  }
}

@media screen and (min-width: 1240px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .has-height-100-widescreen {
    height: 100px !important;
  }
}

@media screen and (min-width: 1240px) and (max-width: 1383px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .has-height-100-widescreen-only {
    height: 100px !important;
  }
}

@media screen and (min-width: 1384px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .has-height-100-fullhd {
    height: 100px !important;
  }
}

@media screen and (max-width: 767px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .has-width-150-mobile {
    width: 150px !important;
  }
}

@media screen and (min-width: 768px), print {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .has-width-150-tablet {
    width: 150px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 999px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .has-width-150-tablet-only {
    width: 150px !important;
  }
}

@media screen and (max-width: 999px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .has-width-150-touch {
    width: 150px !important;
  }
}

@media screen and (min-width: 1000px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .has-width-150-desktop {
    width: 150px !important;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1239px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .has-width-150-desktop-only {
    width: 150px !important;
  }
}

@media screen and (min-width: 1240px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .has-width-150-widescreen {
    width: 150px !important;
  }
}

@media screen and (min-width: 1240px) and (max-width: 1383px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .has-width-150-widescreen-only {
    width: 150px !important;
  }
}

@media screen and (min-width: 1384px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .has-width-150-fullhd {
    width: 150px !important;
  }
}

@media screen and (max-width: 767px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .has-height-150-mobile {
    height: 150px !important;
  }
}

@media screen and (min-width: 768px), print {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .has-height-150-tablet {
    height: 150px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 999px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .has-height-150-tablet-only {
    height: 150px !important;
  }
}

@media screen and (max-width: 999px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .has-height-150-touch {
    height: 150px !important;
  }
}

@media screen and (min-width: 1000px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .has-height-150-desktop {
    height: 150px !important;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1239px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .has-height-150-desktop-only {
    height: 150px !important;
  }
}

@media screen and (min-width: 1240px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .has-height-150-widescreen {
    height: 150px !important;
  }
}

@media screen and (min-width: 1240px) and (max-width: 1383px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .has-height-150-widescreen-only {
    height: 150px !important;
  }
}

@media screen and (min-width: 1384px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .has-height-150-fullhd {
    height: 150px !important;
  }
}

@media screen and (max-width: 767px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .has-width-200-mobile {
    width: 200px !important;
  }
}

@media screen and (min-width: 768px), print {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .has-width-200-tablet {
    width: 200px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 999px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .has-width-200-tablet-only {
    width: 200px !important;
  }
}

@media screen and (max-width: 999px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .has-width-200-touch {
    width: 200px !important;
  }
}

@media screen and (min-width: 1000px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .has-width-200-desktop {
    width: 200px !important;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1239px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .has-width-200-desktop-only {
    width: 200px !important;
  }
}

@media screen and (min-width: 1240px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .has-width-200-widescreen {
    width: 200px !important;
  }
}

@media screen and (min-width: 1240px) and (max-width: 1383px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .has-width-200-widescreen-only {
    width: 200px !important;
  }
}

@media screen and (min-width: 1384px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .has-width-200-fullhd {
    width: 200px !important;
  }
}

@media screen and (max-width: 767px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .has-height-200-mobile {
    height: 200px !important;
  }
}

@media screen and (min-width: 768px), print {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .has-height-200-tablet {
    height: 200px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 999px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .has-height-200-tablet-only {
    height: 200px !important;
  }
}

@media screen and (max-width: 999px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .has-height-200-touch {
    height: 200px !important;
  }
}

@media screen and (min-width: 1000px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .has-height-200-desktop {
    height: 200px !important;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1239px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .has-height-200-desktop-only {
    height: 200px !important;
  }
}

@media screen and (min-width: 1240px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .has-height-200-widescreen {
    height: 200px !important;
  }
}

@media screen and (min-width: 1240px) and (max-width: 1383px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .has-height-200-widescreen-only {
    height: 200px !important;
  }
}

@media screen and (min-width: 1384px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .has-height-200-fullhd {
    height: 200px !important;
  }
}

@media screen and (max-width: 767px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .has-width-250-mobile {
    width: 250px !important;
  }
}

@media screen and (min-width: 768px), print {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .has-width-250-tablet {
    width: 250px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 999px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .has-width-250-tablet-only {
    width: 250px !important;
  }
}

@media screen and (max-width: 999px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .has-width-250-touch {
    width: 250px !important;
  }
}

@media screen and (min-width: 1000px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .has-width-250-desktop {
    width: 250px !important;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1239px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .has-width-250-desktop-only {
    width: 250px !important;
  }
}

@media screen and (min-width: 1240px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .has-width-250-widescreen {
    width: 250px !important;
  }
}

@media screen and (min-width: 1240px) and (max-width: 1383px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .has-width-250-widescreen-only {
    width: 250px !important;
  }
}

@media screen and (min-width: 1384px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .has-width-250-fullhd {
    width: 250px !important;
  }
}

@media screen and (max-width: 767px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .has-height-250-mobile {
    height: 250px !important;
  }
}

@media screen and (min-width: 768px), print {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .has-height-250-tablet {
    height: 250px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 999px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .has-height-250-tablet-only {
    height: 250px !important;
  }
}

@media screen and (max-width: 999px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .has-height-250-touch {
    height: 250px !important;
  }
}

@media screen and (min-width: 1000px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .has-height-250-desktop {
    height: 250px !important;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1239px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .has-height-250-desktop-only {
    height: 250px !important;
  }
}

@media screen and (min-width: 1240px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .has-height-250-widescreen {
    height: 250px !important;
  }
}

@media screen and (min-width: 1240px) and (max-width: 1383px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .has-height-250-widescreen-only {
    height: 250px !important;
  }
}

@media screen and (min-width: 1384px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .has-height-250-fullhd {
    height: 250px !important;
  }
}

@media screen and (max-width: 767px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .has-width-300-mobile {
    width: 300px !important;
  }
}

@media screen and (min-width: 768px), print {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .has-width-300-tablet {
    width: 300px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 999px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .has-width-300-tablet-only {
    width: 300px !important;
  }
}

@media screen and (max-width: 999px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .has-width-300-touch {
    width: 300px !important;
  }
}

@media screen and (min-width: 1000px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .has-width-300-desktop {
    width: 300px !important;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1239px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .has-width-300-desktop-only {
    width: 300px !important;
  }
}

@media screen and (min-width: 1240px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .has-width-300-widescreen {
    width: 300px !important;
  }
}

@media screen and (min-width: 1240px) and (max-width: 1383px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .has-width-300-widescreen-only {
    width: 300px !important;
  }
}

@media screen and (min-width: 1384px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .has-width-300-fullhd {
    width: 300px !important;
  }
}

@media screen and (max-width: 767px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .has-height-300-mobile {
    height: 300px !important;
  }
}

@media screen and (min-width: 768px), print {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .has-height-300-tablet {
    height: 300px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 999px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .has-height-300-tablet-only {
    height: 300px !important;
  }
}

@media screen and (max-width: 999px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .has-height-300-touch {
    height: 300px !important;
  }
}

@media screen and (min-width: 1000px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .has-height-300-desktop {
    height: 300px !important;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1239px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .has-height-300-desktop-only {
    height: 300px !important;
  }
}

@media screen and (min-width: 1240px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .has-height-300-widescreen {
    height: 300px !important;
  }
}

@media screen and (min-width: 1240px) and (max-width: 1383px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .has-height-300-widescreen-only {
    height: 300px !important;
  }
}

@media screen and (min-width: 1384px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .has-height-300-fullhd {
    height: 300px !important;
  }
}

@media screen and (max-width: 767px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .has-width-350-mobile {
    width: 350px !important;
  }
}

@media screen and (min-width: 768px), print {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .has-width-350-tablet {
    width: 350px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 999px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .has-width-350-tablet-only {
    width: 350px !important;
  }
}

@media screen and (max-width: 999px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .has-width-350-touch {
    width: 350px !important;
  }
}

@media screen and (min-width: 1000px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .has-width-350-desktop {
    width: 350px !important;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1239px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .has-width-350-desktop-only {
    width: 350px !important;
  }
}

@media screen and (min-width: 1240px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .has-width-350-widescreen {
    width: 350px !important;
  }
}

@media screen and (min-width: 1240px) and (max-width: 1383px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .has-width-350-widescreen-only {
    width: 350px !important;
  }
}

@media screen and (min-width: 1384px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .has-width-350-fullhd {
    width: 350px !important;
  }
}

@media screen and (max-width: 767px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .has-height-350-mobile {
    height: 350px !important;
  }
}

@media screen and (min-width: 768px), print {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .has-height-350-tablet {
    height: 350px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 999px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .has-height-350-tablet-only {
    height: 350px !important;
  }
}

@media screen and (max-width: 999px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .has-height-350-touch {
    height: 350px !important;
  }
}

@media screen and (min-width: 1000px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .has-height-350-desktop {
    height: 350px !important;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1239px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .has-height-350-desktop-only {
    height: 350px !important;
  }
}

@media screen and (min-width: 1240px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .has-height-350-widescreen {
    height: 350px !important;
  }
}

@media screen and (min-width: 1240px) and (max-width: 1383px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .has-height-350-widescreen-only {
    height: 350px !important;
  }
}

@media screen and (min-width: 1384px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .has-height-350-fullhd {
    height: 350px !important;
  }
}

@media screen and (max-width: 767px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .has-max-width-50-mobile {
    max-width: 50px !important;
  }
}

@media screen and (min-width: 768px), print {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .has-max-width-50-tablet {
    max-width: 50px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 999px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .has-max-width-50-tablet-only {
    max-width: 50px !important;
  }
}

@media screen and (max-width: 999px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .has-max-width-50-touch {
    max-width: 50px !important;
  }
}

@media screen and (min-width: 1000px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .has-max-width-50-desktop {
    max-width: 50px !important;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1239px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .has-max-width-50-desktop-only {
    max-width: 50px !important;
  }
}

@media screen and (min-width: 1240px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .has-max-width-50-widescreen {
    max-width: 50px !important;
  }
}

@media screen and (min-width: 1240px) and (max-width: 1383px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .has-max-width-50-widescreen-only {
    max-width: 50px !important;
  }
}

@media screen and (min-width: 1384px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .has-max-width-50-fullhd {
    max-width: 50px !important;
  }
}

@media screen and (max-width: 767px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .has-min-width-50-mobile {
    min-width: 50px !important;
  }
}

@media screen and (min-width: 768px), print {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .has-min-width-50-tablet {
    min-width: 50px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 999px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .has-min-width-50-tablet-only {
    min-width: 50px !important;
  }
}

@media screen and (max-width: 999px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .has-min-width-50-touch {
    min-width: 50px !important;
  }
}

@media screen and (min-width: 1000px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .has-min-width-50-desktop {
    min-width: 50px !important;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1239px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .has-min-width-50-desktop-only {
    min-width: 50px !important;
  }
}

@media screen and (min-width: 1240px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .has-min-width-50-widescreen {
    min-width: 50px !important;
  }
}

@media screen and (min-width: 1240px) and (max-width: 1383px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .has-min-width-50-widescreen-only {
    min-width: 50px !important;
  }
}

@media screen and (min-width: 1384px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .has-min-width-50-fullhd {
    min-width: 50px !important;
  }
}

@media screen and (max-width: 767px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .has-max-height-50-mobile {
    max-height: 50px !important;
  }
}

@media screen and (min-width: 768px), print {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .has-max-height-50-tablet {
    max-height: 50px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 999px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .has-max-height-50-tablet-only {
    max-height: 50px !important;
  }
}

@media screen and (max-width: 999px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .has-max-height-50-touch {
    max-height: 50px !important;
  }
}

@media screen and (min-width: 1000px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .has-max-height-50-desktop {
    max-height: 50px !important;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1239px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .has-max-height-50-desktop-only {
    max-height: 50px !important;
  }
}

@media screen and (min-width: 1240px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .has-max-height-50-widescreen {
    max-height: 50px !important;
  }
}

@media screen and (min-width: 1240px) and (max-width: 1383px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .has-max-height-50-widescreen-only {
    max-height: 50px !important;
  }
}

@media screen and (min-width: 1384px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .has-max-height-50-fullhd {
    max-height: 50px !important;
  }
}

@media screen and (max-width: 767px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .has-min-height-50-mobile {
    min-height: 50px !important;
  }
}

@media screen and (min-width: 768px), print {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .has-min-height-50-tablet {
    min-height: 50px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 999px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .has-min-height-50-tablet-only {
    min-height: 50px !important;
  }
}

@media screen and (max-width: 999px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .has-min-height-50-touch {
    min-height: 50px !important;
  }
}

@media screen and (min-width: 1000px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .has-min-height-50-desktop {
    min-height: 50px !important;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1239px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .has-min-height-50-desktop-only {
    min-height: 50px !important;
  }
}

@media screen and (min-width: 1240px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .has-min-height-50-widescreen {
    min-height: 50px !important;
  }
}

@media screen and (min-width: 1240px) and (max-width: 1383px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .has-min-height-50-widescreen-only {
    min-height: 50px !important;
  }
}

@media screen and (min-width: 1384px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .has-min-height-50-fullhd {
    min-height: 50px !important;
  }
}

@media screen and (max-width: 767px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .has-max-width-100-mobile {
    max-width: 100px !important;
  }
}

@media screen and (min-width: 768px), print {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .has-max-width-100-tablet {
    max-width: 100px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 999px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .has-max-width-100-tablet-only {
    max-width: 100px !important;
  }
}

@media screen and (max-width: 999px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .has-max-width-100-touch {
    max-width: 100px !important;
  }
}

@media screen and (min-width: 1000px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .has-max-width-100-desktop {
    max-width: 100px !important;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1239px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .has-max-width-100-desktop-only {
    max-width: 100px !important;
  }
}

@media screen and (min-width: 1240px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .has-max-width-100-widescreen {
    max-width: 100px !important;
  }
}

@media screen and (min-width: 1240px) and (max-width: 1383px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .has-max-width-100-widescreen-only {
    max-width: 100px !important;
  }
}

@media screen and (min-width: 1384px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .has-max-width-100-fullhd {
    max-width: 100px !important;
  }
}

@media screen and (max-width: 767px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .has-min-width-100-mobile {
    min-width: 100px !important;
  }
}

@media screen and (min-width: 768px), print {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .has-min-width-100-tablet {
    min-width: 100px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 999px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .has-min-width-100-tablet-only {
    min-width: 100px !important;
  }
}

@media screen and (max-width: 999px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .has-min-width-100-touch {
    min-width: 100px !important;
  }
}

@media screen and (min-width: 1000px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .has-min-width-100-desktop {
    min-width: 100px !important;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1239px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .has-min-width-100-desktop-only {
    min-width: 100px !important;
  }
}

@media screen and (min-width: 1240px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .has-min-width-100-widescreen {
    min-width: 100px !important;
  }
}

@media screen and (min-width: 1240px) and (max-width: 1383px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .has-min-width-100-widescreen-only {
    min-width: 100px !important;
  }
}

@media screen and (min-width: 1384px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .has-min-width-100-fullhd {
    min-width: 100px !important;
  }
}

@media screen and (max-width: 767px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .has-max-height-100-mobile {
    max-height: 100px !important;
  }
}

@media screen and (min-width: 768px), print {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .has-max-height-100-tablet {
    max-height: 100px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 999px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .has-max-height-100-tablet-only {
    max-height: 100px !important;
  }
}

@media screen and (max-width: 999px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .has-max-height-100-touch {
    max-height: 100px !important;
  }
}

@media screen and (min-width: 1000px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .has-max-height-100-desktop {
    max-height: 100px !important;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1239px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .has-max-height-100-desktop-only {
    max-height: 100px !important;
  }
}

@media screen and (min-width: 1240px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .has-max-height-100-widescreen {
    max-height: 100px !important;
  }
}

@media screen and (min-width: 1240px) and (max-width: 1383px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .has-max-height-100-widescreen-only {
    max-height: 100px !important;
  }
}

@media screen and (min-width: 1384px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .has-max-height-100-fullhd {
    max-height: 100px !important;
  }
}

@media screen and (max-width: 767px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .has-min-height-100-mobile {
    min-height: 100px !important;
  }
}

@media screen and (min-width: 768px), print {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .has-min-height-100-tablet {
    min-height: 100px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 999px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .has-min-height-100-tablet-only {
    min-height: 100px !important;
  }
}

@media screen and (max-width: 999px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .has-min-height-100-touch {
    min-height: 100px !important;
  }
}

@media screen and (min-width: 1000px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .has-min-height-100-desktop {
    min-height: 100px !important;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1239px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .has-min-height-100-desktop-only {
    min-height: 100px !important;
  }
}

@media screen and (min-width: 1240px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .has-min-height-100-widescreen {
    min-height: 100px !important;
  }
}

@media screen and (min-width: 1240px) and (max-width: 1383px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .has-min-height-100-widescreen-only {
    min-height: 100px !important;
  }
}

@media screen and (min-width: 1384px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .has-min-height-100-fullhd {
    min-height: 100px !important;
  }
}

@media screen and (max-width: 767px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .has-max-width-150-mobile {
    max-width: 150px !important;
  }
}

@media screen and (min-width: 768px), print {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .has-max-width-150-tablet {
    max-width: 150px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 999px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .has-max-width-150-tablet-only {
    max-width: 150px !important;
  }
}

@media screen and (max-width: 999px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .has-max-width-150-touch {
    max-width: 150px !important;
  }
}

@media screen and (min-width: 1000px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .has-max-width-150-desktop {
    max-width: 150px !important;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1239px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .has-max-width-150-desktop-only {
    max-width: 150px !important;
  }
}

@media screen and (min-width: 1240px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .has-max-width-150-widescreen {
    max-width: 150px !important;
  }
}

@media screen and (min-width: 1240px) and (max-width: 1383px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .has-max-width-150-widescreen-only {
    max-width: 150px !important;
  }
}

@media screen and (min-width: 1384px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .has-max-width-150-fullhd {
    max-width: 150px !important;
  }
}

@media screen and (max-width: 767px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .has-min-width-150-mobile {
    min-width: 150px !important;
  }
}

@media screen and (min-width: 768px), print {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .has-min-width-150-tablet {
    min-width: 150px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 999px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .has-min-width-150-tablet-only {
    min-width: 150px !important;
  }
}

@media screen and (max-width: 999px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .has-min-width-150-touch {
    min-width: 150px !important;
  }
}

@media screen and (min-width: 1000px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .has-min-width-150-desktop {
    min-width: 150px !important;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1239px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .has-min-width-150-desktop-only {
    min-width: 150px !important;
  }
}

@media screen and (min-width: 1240px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .has-min-width-150-widescreen {
    min-width: 150px !important;
  }
}

@media screen and (min-width: 1240px) and (max-width: 1383px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .has-min-width-150-widescreen-only {
    min-width: 150px !important;
  }
}

@media screen and (min-width: 1384px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .has-min-width-150-fullhd {
    min-width: 150px !important;
  }
}

@media screen and (max-width: 767px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .has-max-height-150-mobile {
    max-height: 150px !important;
  }
}

@media screen and (min-width: 768px), print {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .has-max-height-150-tablet {
    max-height: 150px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 999px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .has-max-height-150-tablet-only {
    max-height: 150px !important;
  }
}

@media screen and (max-width: 999px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .has-max-height-150-touch {
    max-height: 150px !important;
  }
}

@media screen and (min-width: 1000px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .has-max-height-150-desktop {
    max-height: 150px !important;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1239px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .has-max-height-150-desktop-only {
    max-height: 150px !important;
  }
}

@media screen and (min-width: 1240px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .has-max-height-150-widescreen {
    max-height: 150px !important;
  }
}

@media screen and (min-width: 1240px) and (max-width: 1383px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .has-max-height-150-widescreen-only {
    max-height: 150px !important;
  }
}

@media screen and (min-width: 1384px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .has-max-height-150-fullhd {
    max-height: 150px !important;
  }
}

@media screen and (max-width: 767px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .has-min-height-150-mobile {
    min-height: 150px !important;
  }
}

@media screen and (min-width: 768px), print {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .has-min-height-150-tablet {
    min-height: 150px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 999px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .has-min-height-150-tablet-only {
    min-height: 150px !important;
  }
}

@media screen and (max-width: 999px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .has-min-height-150-touch {
    min-height: 150px !important;
  }
}

@media screen and (min-width: 1000px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .has-min-height-150-desktop {
    min-height: 150px !important;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1239px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .has-min-height-150-desktop-only {
    min-height: 150px !important;
  }
}

@media screen and (min-width: 1240px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .has-min-height-150-widescreen {
    min-height: 150px !important;
  }
}

@media screen and (min-width: 1240px) and (max-width: 1383px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .has-min-height-150-widescreen-only {
    min-height: 150px !important;
  }
}

@media screen and (min-width: 1384px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .has-min-height-150-fullhd {
    min-height: 150px !important;
  }
}

@media screen and (max-width: 767px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .has-max-width-200-mobile {
    max-width: 200px !important;
  }
}

@media screen and (min-width: 768px), print {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .has-max-width-200-tablet {
    max-width: 200px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 999px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .has-max-width-200-tablet-only {
    max-width: 200px !important;
  }
}

@media screen and (max-width: 999px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .has-max-width-200-touch {
    max-width: 200px !important;
  }
}

@media screen and (min-width: 1000px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .has-max-width-200-desktop {
    max-width: 200px !important;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1239px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .has-max-width-200-desktop-only {
    max-width: 200px !important;
  }
}

@media screen and (min-width: 1240px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .has-max-width-200-widescreen {
    max-width: 200px !important;
  }
}

@media screen and (min-width: 1240px) and (max-width: 1383px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .has-max-width-200-widescreen-only {
    max-width: 200px !important;
  }
}

@media screen and (min-width: 1384px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .has-max-width-200-fullhd {
    max-width: 200px !important;
  }
}

@media screen and (max-width: 767px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .has-min-width-200-mobile {
    min-width: 200px !important;
  }
}

@media screen and (min-width: 768px), print {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .has-min-width-200-tablet {
    min-width: 200px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 999px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .has-min-width-200-tablet-only {
    min-width: 200px !important;
  }
}

@media screen and (max-width: 999px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .has-min-width-200-touch {
    min-width: 200px !important;
  }
}

@media screen and (min-width: 1000px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .has-min-width-200-desktop {
    min-width: 200px !important;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1239px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .has-min-width-200-desktop-only {
    min-width: 200px !important;
  }
}

@media screen and (min-width: 1240px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .has-min-width-200-widescreen {
    min-width: 200px !important;
  }
}

@media screen and (min-width: 1240px) and (max-width: 1383px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .has-min-width-200-widescreen-only {
    min-width: 200px !important;
  }
}

@media screen and (min-width: 1384px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .has-min-width-200-fullhd {
    min-width: 200px !important;
  }
}

@media screen and (max-width: 767px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .has-max-height-200-mobile {
    max-height: 200px !important;
  }
}

@media screen and (min-width: 768px), print {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .has-max-height-200-tablet {
    max-height: 200px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 999px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .has-max-height-200-tablet-only {
    max-height: 200px !important;
  }
}

@media screen and (max-width: 999px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .has-max-height-200-touch {
    max-height: 200px !important;
  }
}

@media screen and (min-width: 1000px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .has-max-height-200-desktop {
    max-height: 200px !important;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1239px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .has-max-height-200-desktop-only {
    max-height: 200px !important;
  }
}

@media screen and (min-width: 1240px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .has-max-height-200-widescreen {
    max-height: 200px !important;
  }
}

@media screen and (min-width: 1240px) and (max-width: 1383px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .has-max-height-200-widescreen-only {
    max-height: 200px !important;
  }
}

@media screen and (min-width: 1384px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .has-max-height-200-fullhd {
    max-height: 200px !important;
  }
}

@media screen and (max-width: 767px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .has-min-height-200-mobile {
    min-height: 200px !important;
  }
}

@media screen and (min-width: 768px), print {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .has-min-height-200-tablet {
    min-height: 200px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 999px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .has-min-height-200-tablet-only {
    min-height: 200px !important;
  }
}

@media screen and (max-width: 999px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .has-min-height-200-touch {
    min-height: 200px !important;
  }
}

@media screen and (min-width: 1000px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .has-min-height-200-desktop {
    min-height: 200px !important;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1239px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .has-min-height-200-desktop-only {
    min-height: 200px !important;
  }
}

@media screen and (min-width: 1240px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .has-min-height-200-widescreen {
    min-height: 200px !important;
  }
}

@media screen and (min-width: 1240px) and (max-width: 1383px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .has-min-height-200-widescreen-only {
    min-height: 200px !important;
  }
}

@media screen and (min-width: 1384px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .has-min-height-200-fullhd {
    min-height: 200px !important;
  }
}

@media screen and (max-width: 767px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .has-max-width-250-mobile {
    max-width: 250px !important;
  }
}

@media screen and (min-width: 768px), print {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .has-max-width-250-tablet {
    max-width: 250px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 999px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .has-max-width-250-tablet-only {
    max-width: 250px !important;
  }
}

@media screen and (max-width: 999px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .has-max-width-250-touch {
    max-width: 250px !important;
  }
}

@media screen and (min-width: 1000px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .has-max-width-250-desktop {
    max-width: 250px !important;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1239px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .has-max-width-250-desktop-only {
    max-width: 250px !important;
  }
}

@media screen and (min-width: 1240px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .has-max-width-250-widescreen {
    max-width: 250px !important;
  }
}

@media screen and (min-width: 1240px) and (max-width: 1383px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .has-max-width-250-widescreen-only {
    max-width: 250px !important;
  }
}

@media screen and (min-width: 1384px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .has-max-width-250-fullhd {
    max-width: 250px !important;
  }
}

@media screen and (max-width: 767px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .has-min-width-250-mobile {
    min-width: 250px !important;
  }
}

@media screen and (min-width: 768px), print {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .has-min-width-250-tablet {
    min-width: 250px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 999px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .has-min-width-250-tablet-only {
    min-width: 250px !important;
  }
}

@media screen and (max-width: 999px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .has-min-width-250-touch {
    min-width: 250px !important;
  }
}

@media screen and (min-width: 1000px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .has-min-width-250-desktop {
    min-width: 250px !important;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1239px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .has-min-width-250-desktop-only {
    min-width: 250px !important;
  }
}

@media screen and (min-width: 1240px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .has-min-width-250-widescreen {
    min-width: 250px !important;
  }
}

@media screen and (min-width: 1240px) and (max-width: 1383px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .has-min-width-250-widescreen-only {
    min-width: 250px !important;
  }
}

@media screen and (min-width: 1384px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .has-min-width-250-fullhd {
    min-width: 250px !important;
  }
}

@media screen and (max-width: 767px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .has-max-height-250-mobile {
    max-height: 250px !important;
  }
}

@media screen and (min-width: 768px), print {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .has-max-height-250-tablet {
    max-height: 250px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 999px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .has-max-height-250-tablet-only {
    max-height: 250px !important;
  }
}

@media screen and (max-width: 999px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .has-max-height-250-touch {
    max-height: 250px !important;
  }
}

@media screen and (min-width: 1000px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .has-max-height-250-desktop {
    max-height: 250px !important;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1239px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .has-max-height-250-desktop-only {
    max-height: 250px !important;
  }
}

@media screen and (min-width: 1240px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .has-max-height-250-widescreen {
    max-height: 250px !important;
  }
}

@media screen and (min-width: 1240px) and (max-width: 1383px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .has-max-height-250-widescreen-only {
    max-height: 250px !important;
  }
}

@media screen and (min-width: 1384px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .has-max-height-250-fullhd {
    max-height: 250px !important;
  }
}

@media screen and (max-width: 767px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .has-min-height-250-mobile {
    min-height: 250px !important;
  }
}

@media screen and (min-width: 768px), print {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .has-min-height-250-tablet {
    min-height: 250px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 999px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .has-min-height-250-tablet-only {
    min-height: 250px !important;
  }
}

@media screen and (max-width: 999px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .has-min-height-250-touch {
    min-height: 250px !important;
  }
}

@media screen and (min-width: 1000px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .has-min-height-250-desktop {
    min-height: 250px !important;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1239px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .has-min-height-250-desktop-only {
    min-height: 250px !important;
  }
}

@media screen and (min-width: 1240px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .has-min-height-250-widescreen {
    min-height: 250px !important;
  }
}

@media screen and (min-width: 1240px) and (max-width: 1383px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .has-min-height-250-widescreen-only {
    min-height: 250px !important;
  }
}

@media screen and (min-width: 1384px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .has-min-height-250-fullhd {
    min-height: 250px !important;
  }
}

@media screen and (max-width: 767px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .has-max-width-300-mobile {
    max-width: 300px !important;
  }
}

@media screen and (min-width: 768px), print {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .has-max-width-300-tablet {
    max-width: 300px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 999px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .has-max-width-300-tablet-only {
    max-width: 300px !important;
  }
}

@media screen and (max-width: 999px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .has-max-width-300-touch {
    max-width: 300px !important;
  }
}

@media screen and (min-width: 1000px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .has-max-width-300-desktop {
    max-width: 300px !important;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1239px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .has-max-width-300-desktop-only {
    max-width: 300px !important;
  }
}

@media screen and (min-width: 1240px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .has-max-width-300-widescreen {
    max-width: 300px !important;
  }
}

@media screen and (min-width: 1240px) and (max-width: 1383px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .has-max-width-300-widescreen-only {
    max-width: 300px !important;
  }
}

@media screen and (min-width: 1384px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .has-max-width-300-fullhd {
    max-width: 300px !important;
  }
}

@media screen and (max-width: 767px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .has-min-width-300-mobile {
    min-width: 300px !important;
  }
}

@media screen and (min-width: 768px), print {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .has-min-width-300-tablet {
    min-width: 300px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 999px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .has-min-width-300-tablet-only {
    min-width: 300px !important;
  }
}

@media screen and (max-width: 999px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .has-min-width-300-touch {
    min-width: 300px !important;
  }
}

@media screen and (min-width: 1000px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .has-min-width-300-desktop {
    min-width: 300px !important;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1239px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .has-min-width-300-desktop-only {
    min-width: 300px !important;
  }
}

@media screen and (min-width: 1240px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .has-min-width-300-widescreen {
    min-width: 300px !important;
  }
}

@media screen and (min-width: 1240px) and (max-width: 1383px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .has-min-width-300-widescreen-only {
    min-width: 300px !important;
  }
}

@media screen and (min-width: 1384px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .has-min-width-300-fullhd {
    min-width: 300px !important;
  }
}

@media screen and (max-width: 767px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .has-max-height-300-mobile {
    max-height: 300px !important;
  }
}

@media screen and (min-width: 768px), print {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .has-max-height-300-tablet {
    max-height: 300px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 999px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .has-max-height-300-tablet-only {
    max-height: 300px !important;
  }
}

@media screen and (max-width: 999px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .has-max-height-300-touch {
    max-height: 300px !important;
  }
}

@media screen and (min-width: 1000px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .has-max-height-300-desktop {
    max-height: 300px !important;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1239px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .has-max-height-300-desktop-only {
    max-height: 300px !important;
  }
}

@media screen and (min-width: 1240px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .has-max-height-300-widescreen {
    max-height: 300px !important;
  }
}

@media screen and (min-width: 1240px) and (max-width: 1383px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .has-max-height-300-widescreen-only {
    max-height: 300px !important;
  }
}

@media screen and (min-width: 1384px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .has-max-height-300-fullhd {
    max-height: 300px !important;
  }
}

@media screen and (max-width: 767px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .has-min-height-300-mobile {
    min-height: 300px !important;
  }
}

@media screen and (min-width: 768px), print {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .has-min-height-300-tablet {
    min-height: 300px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 999px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .has-min-height-300-tablet-only {
    min-height: 300px !important;
  }
}

@media screen and (max-width: 999px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .has-min-height-300-touch {
    min-height: 300px !important;
  }
}

@media screen and (min-width: 1000px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .has-min-height-300-desktop {
    min-height: 300px !important;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1239px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .has-min-height-300-desktop-only {
    min-height: 300px !important;
  }
}

@media screen and (min-width: 1240px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .has-min-height-300-widescreen {
    min-height: 300px !important;
  }
}

@media screen and (min-width: 1240px) and (max-width: 1383px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .has-min-height-300-widescreen-only {
    min-height: 300px !important;
  }
}

@media screen and (min-width: 1384px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .has-min-height-300-fullhd {
    min-height: 300px !important;
  }
}

@media screen and (max-width: 767px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .has-max-width-350-mobile {
    max-width: 350px !important;
  }
}

@media screen and (min-width: 768px), print {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .has-max-width-350-tablet {
    max-width: 350px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 999px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .has-max-width-350-tablet-only {
    max-width: 350px !important;
  }
}

@media screen and (max-width: 999px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .has-max-width-350-touch {
    max-width: 350px !important;
  }
}

@media screen and (min-width: 1000px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .has-max-width-350-desktop {
    max-width: 350px !important;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1239px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .has-max-width-350-desktop-only {
    max-width: 350px !important;
  }
}

@media screen and (min-width: 1240px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .has-max-width-350-widescreen {
    max-width: 350px !important;
  }
}

@media screen and (min-width: 1240px) and (max-width: 1383px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .has-max-width-350-widescreen-only {
    max-width: 350px !important;
  }
}

@media screen and (min-width: 1384px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .has-max-width-350-fullhd {
    max-width: 350px !important;
  }
}

@media screen and (max-width: 767px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .has-min-width-350-mobile {
    min-width: 350px !important;
  }
}

@media screen and (min-width: 768px), print {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .has-min-width-350-tablet {
    min-width: 350px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 999px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .has-min-width-350-tablet-only {
    min-width: 350px !important;
  }
}

@media screen and (max-width: 999px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .has-min-width-350-touch {
    min-width: 350px !important;
  }
}

@media screen and (min-width: 1000px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .has-min-width-350-desktop {
    min-width: 350px !important;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1239px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .has-min-width-350-desktop-only {
    min-width: 350px !important;
  }
}

@media screen and (min-width: 1240px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .has-min-width-350-widescreen {
    min-width: 350px !important;
  }
}

@media screen and (min-width: 1240px) and (max-width: 1383px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .has-min-width-350-widescreen-only {
    min-width: 350px !important;
  }
}

@media screen and (min-width: 1384px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .has-min-width-350-fullhd {
    min-width: 350px !important;
  }
}

@media screen and (max-width: 767px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .has-max-height-350-mobile {
    max-height: 350px !important;
  }
}

@media screen and (min-width: 768px), print {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .has-max-height-350-tablet {
    max-height: 350px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 999px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .has-max-height-350-tablet-only {
    max-height: 350px !important;
  }
}

@media screen and (max-width: 999px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .has-max-height-350-touch {
    max-height: 350px !important;
  }
}

@media screen and (min-width: 1000px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .has-max-height-350-desktop {
    max-height: 350px !important;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1239px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .has-max-height-350-desktop-only {
    max-height: 350px !important;
  }
}

@media screen and (min-width: 1240px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .has-max-height-350-widescreen {
    max-height: 350px !important;
  }
}

@media screen and (min-width: 1240px) and (max-width: 1383px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .has-max-height-350-widescreen-only {
    max-height: 350px !important;
  }
}

@media screen and (min-width: 1384px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .has-max-height-350-fullhd {
    max-height: 350px !important;
  }
}

@media screen and (max-width: 767px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .has-min-height-350-mobile {
    min-height: 350px !important;
  }
}

@media screen and (min-width: 768px), print {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .has-min-height-350-tablet {
    min-height: 350px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 999px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .has-min-height-350-tablet-only {
    min-height: 350px !important;
  }
}

@media screen and (max-width: 999px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .has-min-height-350-touch {
    min-height: 350px !important;
  }
}

@media screen and (min-width: 1000px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .has-min-height-350-desktop {
    min-height: 350px !important;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1239px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .has-min-height-350-desktop-only {
    min-height: 350px !important;
  }
}

@media screen and (min-width: 1240px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .has-min-height-350-widescreen {
    min-height: 350px !important;
  }
}

@media screen and (min-width: 1240px) and (max-width: 1383px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .has-min-height-350-widescreen-only {
    min-height: 350px !important;
  }
}

@media screen and (min-width: 1384px) {
  /* line 31, node_modules/bulma-helpers/sass/mixins/media-queries.sass */

  .has-min-height-350-fullhd {
    min-height: 350px !important;
  }
}

@media screen and (max-width: 767px) {
  /* line 34, node_modules/bulma-helpers/sass/helpers/media-queries/sizing/_all.sass */

  .is-full-height-mobile {
    height: 100% !important;
  }

  /* line 37, node_modules/bulma-helpers/sass/helpers/media-queries/sizing/_all.sass */

  .has-page-height-mobile {
    height: 100vh !important;
  }

  /* line 43, node_modules/bulma-helpers/sass/helpers/media-queries/sizing/_all.sass */

  .is-half-height-mobile {
    height: 50% !important;
  }

  /* line 46, node_modules/bulma-helpers/sass/helpers/media-queries/sizing/_all.sass */

  .has-half-page-height-mobile {
    height: 50vh !important;
  }

  /* line 52, node_modules/bulma-helpers/sass/helpers/media-queries/sizing/_all.sass */

  .is-quarter-height-mobile {
    height: 25% !important;
  }

  /* line 55, node_modules/bulma-helpers/sass/helpers/media-queries/sizing/_all.sass */

  .has-quarter-page-height-mobile {
    height: 25vh !important;
  }
}

@media screen and (min-width: 768px), print {
  /* line 61, node_modules/bulma-helpers/sass/helpers/media-queries/sizing/_all.sass */

  .is-full-height-tablet {
    height: 100% !important;
  }

  /* line 64, node_modules/bulma-helpers/sass/helpers/media-queries/sizing/_all.sass */

  .has-page-height-tablet {
    height: 100vh !important;
  }

  /* line 70, node_modules/bulma-helpers/sass/helpers/media-queries/sizing/_all.sass */

  .is-half-height-tablet {
    height: 50% !important;
  }

  /* line 73, node_modules/bulma-helpers/sass/helpers/media-queries/sizing/_all.sass */

  .has-half-page-height-tablet {
    height: 50vh !important;
  }

  /* line 79, node_modules/bulma-helpers/sass/helpers/media-queries/sizing/_all.sass */

  .is-quarter-height-tablet {
    height: 25% !important;
  }

  /* line 82, node_modules/bulma-helpers/sass/helpers/media-queries/sizing/_all.sass */

  .has-quarter-page-height-tablet {
    height: 25vh !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 999px) {
  /* line 88, node_modules/bulma-helpers/sass/helpers/media-queries/sizing/_all.sass */

  .is-full-height-tablet-only {
    height: 100% !important;
  }

  /* line 91, node_modules/bulma-helpers/sass/helpers/media-queries/sizing/_all.sass */

  .has-page-height-tablet-only {
    height: 100vh !important;
  }

  /* line 97, node_modules/bulma-helpers/sass/helpers/media-queries/sizing/_all.sass */

  .is-half-height-tablet-only {
    height: 50% !important;
  }

  /* line 100, node_modules/bulma-helpers/sass/helpers/media-queries/sizing/_all.sass */

  .has-half-page-height-tablet-only {
    height: 50vh !important;
  }

  /* line 106, node_modules/bulma-helpers/sass/helpers/media-queries/sizing/_all.sass */

  .is-quarter-height-tablet-only {
    height: 25% !important;
  }

  /* line 109, node_modules/bulma-helpers/sass/helpers/media-queries/sizing/_all.sass */

  .has-quarter-page-height-tablet-only {
    height: 25vh !important;
  }
}

@media screen and (max-width: 999px) {
  /* line 115, node_modules/bulma-helpers/sass/helpers/media-queries/sizing/_all.sass */

  .is-full-height-touch {
    height: 100% !important;
  }

  /* line 118, node_modules/bulma-helpers/sass/helpers/media-queries/sizing/_all.sass */

  .has-page-height-touch {
    height: 100vh !important;
  }

  /* line 124, node_modules/bulma-helpers/sass/helpers/media-queries/sizing/_all.sass */

  .is-half-height-touch {
    height: 50% !important;
  }

  /* line 127, node_modules/bulma-helpers/sass/helpers/media-queries/sizing/_all.sass */

  .has-half-page-height-touch {
    height: 50vh !important;
  }

  /* line 133, node_modules/bulma-helpers/sass/helpers/media-queries/sizing/_all.sass */

  .is-quarter-height-touch {
    height: 25% !important;
  }

  /* line 136, node_modules/bulma-helpers/sass/helpers/media-queries/sizing/_all.sass */

  .has-quarter-page-height-touch {
    height: 25vh !important;
  }
}

@media screen and (min-width: 1000px) {
  /* line 142, node_modules/bulma-helpers/sass/helpers/media-queries/sizing/_all.sass */

  .is-full-height-desktop {
    height: 100% !important;
  }

  /* line 145, node_modules/bulma-helpers/sass/helpers/media-queries/sizing/_all.sass */

  .has-page-height-desktop {
    height: 100vh !important;
  }

  /* line 151, node_modules/bulma-helpers/sass/helpers/media-queries/sizing/_all.sass */

  .is-half-height-desktop {
    height: 50% !important;
  }

  /* line 154, node_modules/bulma-helpers/sass/helpers/media-queries/sizing/_all.sass */

  .has-half-page-height-desktop {
    height: 50vh !important;
  }

  /* line 160, node_modules/bulma-helpers/sass/helpers/media-queries/sizing/_all.sass */

  .is-quarter-height-desktop {
    height: 25% !important;
  }

  /* line 163, node_modules/bulma-helpers/sass/helpers/media-queries/sizing/_all.sass */

  .has-quarter-page-height-desktop {
    height: 25vh !important;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1239px) {
  /* line 169, node_modules/bulma-helpers/sass/helpers/media-queries/sizing/_all.sass */

  .is-full-height-desktop-only {
    height: 100% !important;
  }

  /* line 172, node_modules/bulma-helpers/sass/helpers/media-queries/sizing/_all.sass */

  .has-page-height-desktop-only {
    height: 100vh !important;
  }

  /* line 178, node_modules/bulma-helpers/sass/helpers/media-queries/sizing/_all.sass */

  .is-half-height-desktop-only {
    height: 50% !important;
  }

  /* line 181, node_modules/bulma-helpers/sass/helpers/media-queries/sizing/_all.sass */

  .has-half-page-height-desktop-only {
    height: 50vh !important;
  }

  /* line 187, node_modules/bulma-helpers/sass/helpers/media-queries/sizing/_all.sass */

  .is-quarter-height-desktop-only {
    height: 25% !important;
  }

  /* line 190, node_modules/bulma-helpers/sass/helpers/media-queries/sizing/_all.sass */

  .has-quarter-page-height-desktop-only {
    height: 25vh !important;
  }
}

@media screen and (min-width: 1240px) {
  /* line 196, node_modules/bulma-helpers/sass/helpers/media-queries/sizing/_all.sass */

  .is-full-height-widescreen {
    height: 100% !important;
  }

  /* line 199, node_modules/bulma-helpers/sass/helpers/media-queries/sizing/_all.sass */

  .has-page-height-widescreen {
    height: 100vh !important;
  }

  /* line 205, node_modules/bulma-helpers/sass/helpers/media-queries/sizing/_all.sass */

  .is-half-height-widescreen {
    height: 50% !important;
  }

  /* line 208, node_modules/bulma-helpers/sass/helpers/media-queries/sizing/_all.sass */

  .has-half-page-height-widescreen {
    height: 50vh !important;
  }

  /* line 214, node_modules/bulma-helpers/sass/helpers/media-queries/sizing/_all.sass */

  .is-quarter-height-widescreen {
    height: 25% !important;
  }

  /* line 217, node_modules/bulma-helpers/sass/helpers/media-queries/sizing/_all.sass */

  .has-quarter-page-height-widescreen {
    height: 25vh !important;
  }
}

@media screen and (min-width: 1240px) and (max-width: 1383px) {
  /* line 223, node_modules/bulma-helpers/sass/helpers/media-queries/sizing/_all.sass */

  .is-full-height-widescreen-only {
    height: 100% !important;
  }

  /* line 226, node_modules/bulma-helpers/sass/helpers/media-queries/sizing/_all.sass */

  .has-page-height-widescreen-only {
    height: 100vh !important;
  }

  /* line 232, node_modules/bulma-helpers/sass/helpers/media-queries/sizing/_all.sass */

  .is-half-height-widescreen-only {
    height: 50% !important;
  }

  /* line 235, node_modules/bulma-helpers/sass/helpers/media-queries/sizing/_all.sass */

  .has-half-page-height-widescreen-only {
    height: 50vh !important;
  }

  /* line 241, node_modules/bulma-helpers/sass/helpers/media-queries/sizing/_all.sass */

  .is-quarter-height-widescreen-only {
    height: 25% !important;
  }

  /* line 244, node_modules/bulma-helpers/sass/helpers/media-queries/sizing/_all.sass */

  .has-quarter-page-height-widescreen-only {
    height: 25vh !important;
  }
}

@media screen and (min-width: 1384px) {
  /* line 250, node_modules/bulma-helpers/sass/helpers/media-queries/sizing/_all.sass */

  .is-full-height-fullhd {
    height: 100% !important;
  }

  /* line 253, node_modules/bulma-helpers/sass/helpers/media-queries/sizing/_all.sass */

  .has-page-height-fullhd {
    height: 100vh !important;
  }

  /* line 259, node_modules/bulma-helpers/sass/helpers/media-queries/sizing/_all.sass */

  .is-half-height-fullhd {
    height: 50% !important;
  }

  /* line 262, node_modules/bulma-helpers/sass/helpers/media-queries/sizing/_all.sass */

  .has-half-page-height-fullhd {
    height: 50vh !important;
  }

  /* line 268, node_modules/bulma-helpers/sass/helpers/media-queries/sizing/_all.sass */

  .is-quarter-height-fullhd {
    height: 25% !important;
  }

  /* line 271, node_modules/bulma-helpers/sass/helpers/media-queries/sizing/_all.sass */

  .has-quarter-page-height-fullhd {
    height: 25vh !important;
  }
}

@media screen and (max-width: 767px) {
  /* line 34, node_modules/bulma-helpers/sass/helpers/media-queries/sizing/_all.sass */

  .is-full-width-mobile {
    width: 100% !important;
  }

  /* line 37, node_modules/bulma-helpers/sass/helpers/media-queries/sizing/_all.sass */

  .has-page-width-mobile {
    width: 100vw !important;
  }

  /* line 43, node_modules/bulma-helpers/sass/helpers/media-queries/sizing/_all.sass */

  .is-half-width-mobile {
    width: 50% !important;
  }

  /* line 46, node_modules/bulma-helpers/sass/helpers/media-queries/sizing/_all.sass */

  .has-half-page-width-mobile {
    width: 50vw !important;
  }

  /* line 52, node_modules/bulma-helpers/sass/helpers/media-queries/sizing/_all.sass */

  .is-quarter-width-mobile {
    width: 25% !important;
  }

  /* line 55, node_modules/bulma-helpers/sass/helpers/media-queries/sizing/_all.sass */

  .has-quarter-page-width-mobile {
    width: 25vw !important;
  }
}

@media screen and (min-width: 768px), print {
  /* line 61, node_modules/bulma-helpers/sass/helpers/media-queries/sizing/_all.sass */

  .is-full-width-tablet {
    width: 100% !important;
  }

  /* line 64, node_modules/bulma-helpers/sass/helpers/media-queries/sizing/_all.sass */

  .has-page-width-tablet {
    width: 100vw !important;
  }

  /* line 70, node_modules/bulma-helpers/sass/helpers/media-queries/sizing/_all.sass */

  .is-half-width-tablet {
    width: 50% !important;
  }

  /* line 73, node_modules/bulma-helpers/sass/helpers/media-queries/sizing/_all.sass */

  .has-half-page-width-tablet {
    width: 50vw !important;
  }

  /* line 79, node_modules/bulma-helpers/sass/helpers/media-queries/sizing/_all.sass */

  .is-quarter-width-tablet {
    width: 25% !important;
  }

  /* line 82, node_modules/bulma-helpers/sass/helpers/media-queries/sizing/_all.sass */

  .has-quarter-page-width-tablet {
    width: 25vw !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 999px) {
  /* line 88, node_modules/bulma-helpers/sass/helpers/media-queries/sizing/_all.sass */

  .is-full-width-tablet-only {
    width: 100% !important;
  }

  /* line 91, node_modules/bulma-helpers/sass/helpers/media-queries/sizing/_all.sass */

  .has-page-width-tablet-only {
    width: 100vw !important;
  }

  /* line 97, node_modules/bulma-helpers/sass/helpers/media-queries/sizing/_all.sass */

  .is-half-width-tablet-only {
    width: 50% !important;
  }

  /* line 100, node_modules/bulma-helpers/sass/helpers/media-queries/sizing/_all.sass */

  .has-half-page-width-tablet-only {
    width: 50vw !important;
  }

  /* line 106, node_modules/bulma-helpers/sass/helpers/media-queries/sizing/_all.sass */

  .is-quarter-width-tablet-only {
    width: 25% !important;
  }

  /* line 109, node_modules/bulma-helpers/sass/helpers/media-queries/sizing/_all.sass */

  .has-quarter-page-width-tablet-only {
    width: 25vw !important;
  }
}

@media screen and (max-width: 999px) {
  /* line 115, node_modules/bulma-helpers/sass/helpers/media-queries/sizing/_all.sass */

  .is-full-width-touch {
    width: 100% !important;
  }

  /* line 118, node_modules/bulma-helpers/sass/helpers/media-queries/sizing/_all.sass */

  .has-page-width-touch {
    width: 100vw !important;
  }

  /* line 124, node_modules/bulma-helpers/sass/helpers/media-queries/sizing/_all.sass */

  .is-half-width-touch {
    width: 50% !important;
  }

  /* line 127, node_modules/bulma-helpers/sass/helpers/media-queries/sizing/_all.sass */

  .has-half-page-width-touch {
    width: 50vw !important;
  }

  /* line 133, node_modules/bulma-helpers/sass/helpers/media-queries/sizing/_all.sass */

  .is-quarter-width-touch {
    width: 25% !important;
  }

  /* line 136, node_modules/bulma-helpers/sass/helpers/media-queries/sizing/_all.sass */

  .has-quarter-page-width-touch {
    width: 25vw !important;
  }
}

@media screen and (min-width: 1000px) {
  /* line 142, node_modules/bulma-helpers/sass/helpers/media-queries/sizing/_all.sass */

  .is-full-width-desktop {
    width: 100% !important;
  }

  /* line 145, node_modules/bulma-helpers/sass/helpers/media-queries/sizing/_all.sass */

  .has-page-width-desktop {
    width: 100vw !important;
  }

  /* line 151, node_modules/bulma-helpers/sass/helpers/media-queries/sizing/_all.sass */

  .is-half-width-desktop {
    width: 50% !important;
  }

  /* line 154, node_modules/bulma-helpers/sass/helpers/media-queries/sizing/_all.sass */

  .has-half-page-width-desktop {
    width: 50vw !important;
  }

  /* line 160, node_modules/bulma-helpers/sass/helpers/media-queries/sizing/_all.sass */

  .is-quarter-width-desktop {
    width: 25% !important;
  }

  /* line 163, node_modules/bulma-helpers/sass/helpers/media-queries/sizing/_all.sass */

  .has-quarter-page-width-desktop {
    width: 25vw !important;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1239px) {
  /* line 169, node_modules/bulma-helpers/sass/helpers/media-queries/sizing/_all.sass */

  .is-full-width-desktop-only {
    width: 100% !important;
  }

  /* line 172, node_modules/bulma-helpers/sass/helpers/media-queries/sizing/_all.sass */

  .has-page-width-desktop-only {
    width: 100vw !important;
  }

  /* line 178, node_modules/bulma-helpers/sass/helpers/media-queries/sizing/_all.sass */

  .is-half-width-desktop-only {
    width: 50% !important;
  }

  /* line 181, node_modules/bulma-helpers/sass/helpers/media-queries/sizing/_all.sass */

  .has-half-page-width-desktop-only {
    width: 50vw !important;
  }

  /* line 187, node_modules/bulma-helpers/sass/helpers/media-queries/sizing/_all.sass */

  .is-quarter-width-desktop-only {
    width: 25% !important;
  }

  /* line 190, node_modules/bulma-helpers/sass/helpers/media-queries/sizing/_all.sass */

  .has-quarter-page-width-desktop-only {
    width: 25vw !important;
  }
}

@media screen and (min-width: 1240px) {
  /* line 196, node_modules/bulma-helpers/sass/helpers/media-queries/sizing/_all.sass */

  .is-full-width-widescreen {
    width: 100% !important;
  }

  /* line 199, node_modules/bulma-helpers/sass/helpers/media-queries/sizing/_all.sass */

  .has-page-width-widescreen {
    width: 100vw !important;
  }

  /* line 205, node_modules/bulma-helpers/sass/helpers/media-queries/sizing/_all.sass */

  .is-half-width-widescreen {
    width: 50% !important;
  }

  /* line 208, node_modules/bulma-helpers/sass/helpers/media-queries/sizing/_all.sass */

  .has-half-page-width-widescreen {
    width: 50vw !important;
  }

  /* line 214, node_modules/bulma-helpers/sass/helpers/media-queries/sizing/_all.sass */

  .is-quarter-width-widescreen {
    width: 25% !important;
  }

  /* line 217, node_modules/bulma-helpers/sass/helpers/media-queries/sizing/_all.sass */

  .has-quarter-page-width-widescreen {
    width: 25vw !important;
  }
}

@media screen and (min-width: 1240px) and (max-width: 1383px) {
  /* line 223, node_modules/bulma-helpers/sass/helpers/media-queries/sizing/_all.sass */

  .is-full-width-widescreen-only {
    width: 100% !important;
  }

  /* line 226, node_modules/bulma-helpers/sass/helpers/media-queries/sizing/_all.sass */

  .has-page-width-widescreen-only {
    width: 100vw !important;
  }

  /* line 232, node_modules/bulma-helpers/sass/helpers/media-queries/sizing/_all.sass */

  .is-half-width-widescreen-only {
    width: 50% !important;
  }

  /* line 235, node_modules/bulma-helpers/sass/helpers/media-queries/sizing/_all.sass */

  .has-half-page-width-widescreen-only {
    width: 50vw !important;
  }

  /* line 241, node_modules/bulma-helpers/sass/helpers/media-queries/sizing/_all.sass */

  .is-quarter-width-widescreen-only {
    width: 25% !important;
  }

  /* line 244, node_modules/bulma-helpers/sass/helpers/media-queries/sizing/_all.sass */

  .has-quarter-page-width-widescreen-only {
    width: 25vw !important;
  }
}

@media screen and (min-width: 1384px) {
  /* line 250, node_modules/bulma-helpers/sass/helpers/media-queries/sizing/_all.sass */

  .is-full-width-fullhd {
    width: 100% !important;
  }

  /* line 253, node_modules/bulma-helpers/sass/helpers/media-queries/sizing/_all.sass */

  .has-page-width-fullhd {
    width: 100vw !important;
  }

  /* line 259, node_modules/bulma-helpers/sass/helpers/media-queries/sizing/_all.sass */

  .is-half-width-fullhd {
    width: 50% !important;
  }

  /* line 262, node_modules/bulma-helpers/sass/helpers/media-queries/sizing/_all.sass */

  .has-half-page-width-fullhd {
    width: 50vw !important;
  }

  /* line 268, node_modules/bulma-helpers/sass/helpers/media-queries/sizing/_all.sass */

  .is-quarter-width-fullhd {
    width: 25% !important;
  }

  /* line 271, node_modules/bulma-helpers/sass/helpers/media-queries/sizing/_all.sass */

  .has-quarter-page-width-fullhd {
    width: 25vw !important;
  }
}

@media screen and (max-width: 767px) {
  /* line 12, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-5-mobile {
    margin: 5px !important;
  }

  /* line 14, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-5-mobile {
    padding: 5px !important;
  }
}

@media screen and (min-width: 768px), print {
  /* line 22, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-5-tablet {
    margin: 5px !important;
  }

  /* line 24, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-5-tablet {
    padding: 5px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 999px) {
  /* line 32, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-5-tablet-only {
    margin: 5px !important;
  }

  /* line 34, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-5-tablet-only {
    padding: 5px !important;
  }
}

@media screen and (max-width: 999px) {
  /* line 42, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-5-touch {
    margin: 5px !important;
  }

  /* line 44, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-5-touch {
    padding: 5px !important;
  }
}

@media screen and (min-width: 1000px) {
  /* line 52, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-5-desktop {
    margin: 5px !important;
  }

  /* line 54, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-5-desktop {
    padding: 5px !important;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1239px) {
  /* line 62, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-5-desktop-only {
    margin: 5px !important;
  }

  /* line 64, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-5-desktop-only {
    padding: 5px !important;
  }
}

@media screen and (min-width: 1240px) {
  /* line 72, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-5-widescreen {
    margin: 5px !important;
  }

  /* line 74, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-5-widescreen {
    padding: 5px !important;
  }
}

@media screen and (min-width: 1240px) and (max-width: 1383px) {
  /* line 82, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-5-widescreen-only {
    margin: 5px !important;
  }

  /* line 84, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-5-widescreen-only {
    padding: 5px !important;
  }
}

@media screen and (min-width: 1384px) {
  /* line 92, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-5-fullhd {
    margin: 5px !important;
  }

  /* line 94, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-5-fullhd {
    padding: 5px !important;
  }
}

@media screen and (max-width: 767px) {
  /* line 104, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-top-5-mobile {
    margin-top: 5px !important;
  }

  /* line 106, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-top-5-mobile {
    padding-top: 5px !important;
  }
}

@media screen and (min-width: 768px), print {
  /* line 114, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-top-5-tablet {
    margin-top: 5px !important;
  }

  /* line 116, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-top-5-tablet {
    padding-top: 5px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 999px) {
  /* line 124, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-top-5-tablet-only {
    margin-top: 5px !important;
  }

  /* line 126, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-top-5-tablet-only {
    padding-top: 5px !important;
  }
}

@media screen and (max-width: 999px) {
  /* line 134, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-top-5-touch {
    margin-top: 5px !important;
  }

  /* line 136, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-top-5-touch {
    padding-top: 5px !important;
  }
}

@media screen and (min-width: 1000px) {
  /* line 144, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-top-5-desktop {
    margin-top: 5px !important;
  }

  /* line 146, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-top-5-desktop {
    padding-top: 5px !important;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1239px) {
  /* line 154, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-top-5-desktop-only {
    margin-top: 5px !important;
  }

  /* line 156, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-top-5-desktop-only {
    padding-top: 5px !important;
  }
}

@media screen and (min-width: 1240px) {
  /* line 164, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-top-5-widescreen {
    margin-top: 5px !important;
  }

  /* line 166, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-top-5-widescreen {
    padding-top: 5px !important;
  }
}

@media screen and (min-width: 1240px) and (max-width: 1383px) {
  /* line 174, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-top-5-widescreen-only {
    margin-top: 5px !important;
  }

  /* line 176, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-top-5-widescreen-only {
    padding-top: 5px !important;
  }
}

@media screen and (min-width: 1384px) {
  /* line 184, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-top-5-fullhd {
    margin-top: 5px !important;
  }

  /* line 186, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-top-5-fullhd {
    padding-top: 5px !important;
  }
}

@media screen and (max-width: 767px) {
  /* line 104, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-bottom-5-mobile {
    margin-bottom: 5px !important;
  }

  /* line 106, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-bottom-5-mobile {
    padding-bottom: 5px !important;
  }
}

@media screen and (min-width: 768px), print {
  /* line 114, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-bottom-5-tablet {
    margin-bottom: 5px !important;
  }

  /* line 116, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-bottom-5-tablet {
    padding-bottom: 5px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 999px) {
  /* line 124, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-bottom-5-tablet-only {
    margin-bottom: 5px !important;
  }

  /* line 126, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-bottom-5-tablet-only {
    padding-bottom: 5px !important;
  }
}

@media screen and (max-width: 999px) {
  /* line 134, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-bottom-5-touch {
    margin-bottom: 5px !important;
  }

  /* line 136, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-bottom-5-touch {
    padding-bottom: 5px !important;
  }
}

@media screen and (min-width: 1000px) {
  /* line 144, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-bottom-5-desktop {
    margin-bottom: 5px !important;
  }

  /* line 146, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-bottom-5-desktop {
    padding-bottom: 5px !important;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1239px) {
  /* line 154, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-bottom-5-desktop-only {
    margin-bottom: 5px !important;
  }

  /* line 156, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-bottom-5-desktop-only {
    padding-bottom: 5px !important;
  }
}

@media screen and (min-width: 1240px) {
  /* line 164, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-bottom-5-widescreen {
    margin-bottom: 5px !important;
  }

  /* line 166, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-bottom-5-widescreen {
    padding-bottom: 5px !important;
  }
}

@media screen and (min-width: 1240px) and (max-width: 1383px) {
  /* line 174, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-bottom-5-widescreen-only {
    margin-bottom: 5px !important;
  }

  /* line 176, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-bottom-5-widescreen-only {
    padding-bottom: 5px !important;
  }
}

@media screen and (min-width: 1384px) {
  /* line 184, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-bottom-5-fullhd {
    margin-bottom: 5px !important;
  }

  /* line 186, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-bottom-5-fullhd {
    padding-bottom: 5px !important;
  }
}

@media screen and (max-width: 767px) {
  /* line 104, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-left-5-mobile {
    margin-left: 5px !important;
  }

  /* line 106, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-left-5-mobile {
    padding-left: 5px !important;
  }
}

@media screen and (min-width: 768px), print {
  /* line 114, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-left-5-tablet {
    margin-left: 5px !important;
  }

  /* line 116, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-left-5-tablet {
    padding-left: 5px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 999px) {
  /* line 124, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-left-5-tablet-only {
    margin-left: 5px !important;
  }

  /* line 126, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-left-5-tablet-only {
    padding-left: 5px !important;
  }
}

@media screen and (max-width: 999px) {
  /* line 134, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-left-5-touch {
    margin-left: 5px !important;
  }

  /* line 136, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-left-5-touch {
    padding-left: 5px !important;
  }
}

@media screen and (min-width: 1000px) {
  /* line 144, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-left-5-desktop {
    margin-left: 5px !important;
  }

  /* line 146, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-left-5-desktop {
    padding-left: 5px !important;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1239px) {
  /* line 154, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-left-5-desktop-only {
    margin-left: 5px !important;
  }

  /* line 156, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-left-5-desktop-only {
    padding-left: 5px !important;
  }
}

@media screen and (min-width: 1240px) {
  /* line 164, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-left-5-widescreen {
    margin-left: 5px !important;
  }

  /* line 166, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-left-5-widescreen {
    padding-left: 5px !important;
  }
}

@media screen and (min-width: 1240px) and (max-width: 1383px) {
  /* line 174, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-left-5-widescreen-only {
    margin-left: 5px !important;
  }

  /* line 176, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-left-5-widescreen-only {
    padding-left: 5px !important;
  }
}

@media screen and (min-width: 1384px) {
  /* line 184, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-left-5-fullhd {
    margin-left: 5px !important;
  }

  /* line 186, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-left-5-fullhd {
    padding-left: 5px !important;
  }
}

@media screen and (max-width: 767px) {
  /* line 104, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-right-5-mobile {
    margin-right: 5px !important;
  }

  /* line 106, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-right-5-mobile {
    padding-right: 5px !important;
  }
}

@media screen and (min-width: 768px), print {
  /* line 114, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-right-5-tablet {
    margin-right: 5px !important;
  }

  /* line 116, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-right-5-tablet {
    padding-right: 5px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 999px) {
  /* line 124, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-right-5-tablet-only {
    margin-right: 5px !important;
  }

  /* line 126, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-right-5-tablet-only {
    padding-right: 5px !important;
  }
}

@media screen and (max-width: 999px) {
  /* line 134, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-right-5-touch {
    margin-right: 5px !important;
  }

  /* line 136, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-right-5-touch {
    padding-right: 5px !important;
  }
}

@media screen and (min-width: 1000px) {
  /* line 144, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-right-5-desktop {
    margin-right: 5px !important;
  }

  /* line 146, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-right-5-desktop {
    padding-right: 5px !important;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1239px) {
  /* line 154, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-right-5-desktop-only {
    margin-right: 5px !important;
  }

  /* line 156, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-right-5-desktop-only {
    padding-right: 5px !important;
  }
}

@media screen and (min-width: 1240px) {
  /* line 164, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-right-5-widescreen {
    margin-right: 5px !important;
  }

  /* line 166, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-right-5-widescreen {
    padding-right: 5px !important;
  }
}

@media screen and (min-width: 1240px) and (max-width: 1383px) {
  /* line 174, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-right-5-widescreen-only {
    margin-right: 5px !important;
  }

  /* line 176, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-right-5-widescreen-only {
    padding-right: 5px !important;
  }
}

@media screen and (min-width: 1384px) {
  /* line 184, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-right-5-fullhd {
    margin-right: 5px !important;
  }

  /* line 186, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-right-5-fullhd {
    padding-right: 5px !important;
  }
}

@media screen and (max-width: 767px) {
  /* line 12, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-10-mobile {
    margin: 10px !important;
  }

  /* line 14, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-10-mobile {
    padding: 10px !important;
  }
}

@media screen and (min-width: 768px), print {
  /* line 22, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-10-tablet {
    margin: 10px !important;
  }

  /* line 24, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-10-tablet {
    padding: 10px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 999px) {
  /* line 32, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-10-tablet-only {
    margin: 10px !important;
  }

  /* line 34, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-10-tablet-only {
    padding: 10px !important;
  }
}

@media screen and (max-width: 999px) {
  /* line 42, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-10-touch {
    margin: 10px !important;
  }

  /* line 44, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-10-touch {
    padding: 10px !important;
  }
}

@media screen and (min-width: 1000px) {
  /* line 52, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-10-desktop {
    margin: 10px !important;
  }

  /* line 54, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-10-desktop {
    padding: 10px !important;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1239px) {
  /* line 62, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-10-desktop-only {
    margin: 10px !important;
  }

  /* line 64, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-10-desktop-only {
    padding: 10px !important;
  }
}

@media screen and (min-width: 1240px) {
  /* line 72, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-10-widescreen {
    margin: 10px !important;
  }

  /* line 74, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-10-widescreen {
    padding: 10px !important;
  }
}

@media screen and (min-width: 1240px) and (max-width: 1383px) {
  /* line 82, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-10-widescreen-only {
    margin: 10px !important;
  }

  /* line 84, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-10-widescreen-only {
    padding: 10px !important;
  }
}

@media screen and (min-width: 1384px) {
  /* line 92, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-10-fullhd {
    margin: 10px !important;
  }

  /* line 94, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-10-fullhd {
    padding: 10px !important;
  }
}

@media screen and (max-width: 767px) {
  /* line 104, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-top-10-mobile {
    margin-top: 10px !important;
  }

  /* line 106, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-top-10-mobile {
    padding-top: 10px !important;
  }
}

@media screen and (min-width: 768px), print {
  /* line 114, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-top-10-tablet {
    margin-top: 10px !important;
  }

  /* line 116, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-top-10-tablet {
    padding-top: 10px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 999px) {
  /* line 124, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-top-10-tablet-only {
    margin-top: 10px !important;
  }

  /* line 126, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-top-10-tablet-only {
    padding-top: 10px !important;
  }
}

@media screen and (max-width: 999px) {
  /* line 134, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-top-10-touch {
    margin-top: 10px !important;
  }

  /* line 136, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-top-10-touch {
    padding-top: 10px !important;
  }
}

@media screen and (min-width: 1000px) {
  /* line 144, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-top-10-desktop {
    margin-top: 10px !important;
  }

  /* line 146, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-top-10-desktop {
    padding-top: 10px !important;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1239px) {
  /* line 154, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-top-10-desktop-only {
    margin-top: 10px !important;
  }

  /* line 156, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-top-10-desktop-only {
    padding-top: 10px !important;
  }
}

@media screen and (min-width: 1240px) {
  /* line 164, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-top-10-widescreen {
    margin-top: 10px !important;
  }

  /* line 166, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-top-10-widescreen {
    padding-top: 10px !important;
  }
}

@media screen and (min-width: 1240px) and (max-width: 1383px) {
  /* line 174, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-top-10-widescreen-only {
    margin-top: 10px !important;
  }

  /* line 176, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-top-10-widescreen-only {
    padding-top: 10px !important;
  }
}

@media screen and (min-width: 1384px) {
  /* line 184, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-top-10-fullhd {
    margin-top: 10px !important;
  }

  /* line 186, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-top-10-fullhd {
    padding-top: 10px !important;
  }
}

@media screen and (max-width: 767px) {
  /* line 104, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-bottom-10-mobile {
    margin-bottom: 10px !important;
  }

  /* line 106, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-bottom-10-mobile {
    padding-bottom: 10px !important;
  }
}

@media screen and (min-width: 768px), print {
  /* line 114, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-bottom-10-tablet {
    margin-bottom: 10px !important;
  }

  /* line 116, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-bottom-10-tablet {
    padding-bottom: 10px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 999px) {
  /* line 124, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-bottom-10-tablet-only {
    margin-bottom: 10px !important;
  }

  /* line 126, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-bottom-10-tablet-only {
    padding-bottom: 10px !important;
  }
}

@media screen and (max-width: 999px) {
  /* line 134, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-bottom-10-touch {
    margin-bottom: 10px !important;
  }

  /* line 136, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-bottom-10-touch {
    padding-bottom: 10px !important;
  }
}

@media screen and (min-width: 1000px) {
  /* line 144, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-bottom-10-desktop {
    margin-bottom: 10px !important;
  }

  /* line 146, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-bottom-10-desktop {
    padding-bottom: 10px !important;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1239px) {
  /* line 154, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-bottom-10-desktop-only {
    margin-bottom: 10px !important;
  }

  /* line 156, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-bottom-10-desktop-only {
    padding-bottom: 10px !important;
  }
}

@media screen and (min-width: 1240px) {
  /* line 164, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-bottom-10-widescreen {
    margin-bottom: 10px !important;
  }

  /* line 166, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-bottom-10-widescreen {
    padding-bottom: 10px !important;
  }
}

@media screen and (min-width: 1240px) and (max-width: 1383px) {
  /* line 174, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-bottom-10-widescreen-only {
    margin-bottom: 10px !important;
  }

  /* line 176, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-bottom-10-widescreen-only {
    padding-bottom: 10px !important;
  }
}

@media screen and (min-width: 1384px) {
  /* line 184, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-bottom-10-fullhd {
    margin-bottom: 10px !important;
  }

  /* line 186, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-bottom-10-fullhd {
    padding-bottom: 10px !important;
  }
}

@media screen and (max-width: 767px) {
  /* line 104, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-left-10-mobile {
    margin-left: 10px !important;
  }

  /* line 106, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-left-10-mobile {
    padding-left: 10px !important;
  }
}

@media screen and (min-width: 768px), print {
  /* line 114, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-left-10-tablet {
    margin-left: 10px !important;
  }

  /* line 116, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-left-10-tablet {
    padding-left: 10px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 999px) {
  /* line 124, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-left-10-tablet-only {
    margin-left: 10px !important;
  }

  /* line 126, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-left-10-tablet-only {
    padding-left: 10px !important;
  }
}

@media screen and (max-width: 999px) {
  /* line 134, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-left-10-touch {
    margin-left: 10px !important;
  }

  /* line 136, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-left-10-touch {
    padding-left: 10px !important;
  }
}

@media screen and (min-width: 1000px) {
  /* line 144, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-left-10-desktop {
    margin-left: 10px !important;
  }

  /* line 146, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-left-10-desktop {
    padding-left: 10px !important;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1239px) {
  /* line 154, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-left-10-desktop-only {
    margin-left: 10px !important;
  }

  /* line 156, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-left-10-desktop-only {
    padding-left: 10px !important;
  }
}

@media screen and (min-width: 1240px) {
  /* line 164, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-left-10-widescreen {
    margin-left: 10px !important;
  }

  /* line 166, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-left-10-widescreen {
    padding-left: 10px !important;
  }
}

@media screen and (min-width: 1240px) and (max-width: 1383px) {
  /* line 174, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-left-10-widescreen-only {
    margin-left: 10px !important;
  }

  /* line 176, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-left-10-widescreen-only {
    padding-left: 10px !important;
  }
}

@media screen and (min-width: 1384px) {
  /* line 184, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-left-10-fullhd {
    margin-left: 10px !important;
  }

  /* line 186, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-left-10-fullhd {
    padding-left: 10px !important;
  }
}

@media screen and (max-width: 767px) {
  /* line 104, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-right-10-mobile {
    margin-right: 10px !important;
  }

  /* line 106, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-right-10-mobile {
    padding-right: 10px !important;
  }
}

@media screen and (min-width: 768px), print {
  /* line 114, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-right-10-tablet {
    margin-right: 10px !important;
  }

  /* line 116, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-right-10-tablet {
    padding-right: 10px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 999px) {
  /* line 124, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-right-10-tablet-only {
    margin-right: 10px !important;
  }

  /* line 126, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-right-10-tablet-only {
    padding-right: 10px !important;
  }
}

@media screen and (max-width: 999px) {
  /* line 134, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-right-10-touch {
    margin-right: 10px !important;
  }

  /* line 136, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-right-10-touch {
    padding-right: 10px !important;
  }
}

@media screen and (min-width: 1000px) {
  /* line 144, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-right-10-desktop {
    margin-right: 10px !important;
  }

  /* line 146, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-right-10-desktop {
    padding-right: 10px !important;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1239px) {
  /* line 154, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-right-10-desktop-only {
    margin-right: 10px !important;
  }

  /* line 156, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-right-10-desktop-only {
    padding-right: 10px !important;
  }
}

@media screen and (min-width: 1240px) {
  /* line 164, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-right-10-widescreen {
    margin-right: 10px !important;
  }

  /* line 166, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-right-10-widescreen {
    padding-right: 10px !important;
  }
}

@media screen and (min-width: 1240px) and (max-width: 1383px) {
  /* line 174, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-right-10-widescreen-only {
    margin-right: 10px !important;
  }

  /* line 176, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-right-10-widescreen-only {
    padding-right: 10px !important;
  }
}

@media screen and (min-width: 1384px) {
  /* line 184, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-right-10-fullhd {
    margin-right: 10px !important;
  }

  /* line 186, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-right-10-fullhd {
    padding-right: 10px !important;
  }
}

@media screen and (max-width: 767px) {
  /* line 12, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-15-mobile {
    margin: 15px !important;
  }

  /* line 14, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-15-mobile {
    padding: 15px !important;
  }
}

@media screen and (min-width: 768px), print {
  /* line 22, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-15-tablet {
    margin: 15px !important;
  }

  /* line 24, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-15-tablet {
    padding: 15px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 999px) {
  /* line 32, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-15-tablet-only {
    margin: 15px !important;
  }

  /* line 34, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-15-tablet-only {
    padding: 15px !important;
  }
}

@media screen and (max-width: 999px) {
  /* line 42, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-15-touch {
    margin: 15px !important;
  }

  /* line 44, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-15-touch {
    padding: 15px !important;
  }
}

@media screen and (min-width: 1000px) {
  /* line 52, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-15-desktop {
    margin: 15px !important;
  }

  /* line 54, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-15-desktop {
    padding: 15px !important;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1239px) {
  /* line 62, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-15-desktop-only {
    margin: 15px !important;
  }

  /* line 64, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-15-desktop-only {
    padding: 15px !important;
  }
}

@media screen and (min-width: 1240px) {
  /* line 72, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-15-widescreen {
    margin: 15px !important;
  }

  /* line 74, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-15-widescreen {
    padding: 15px !important;
  }
}

@media screen and (min-width: 1240px) and (max-width: 1383px) {
  /* line 82, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-15-widescreen-only {
    margin: 15px !important;
  }

  /* line 84, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-15-widescreen-only {
    padding: 15px !important;
  }
}

@media screen and (min-width: 1384px) {
  /* line 92, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-15-fullhd {
    margin: 15px !important;
  }

  /* line 94, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-15-fullhd {
    padding: 15px !important;
  }
}

@media screen and (max-width: 767px) {
  /* line 104, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-top-15-mobile {
    margin-top: 15px !important;
  }

  /* line 106, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-top-15-mobile {
    padding-top: 15px !important;
  }
}

@media screen and (min-width: 768px), print {
  /* line 114, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-top-15-tablet {
    margin-top: 15px !important;
  }

  /* line 116, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-top-15-tablet {
    padding-top: 15px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 999px) {
  /* line 124, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-top-15-tablet-only {
    margin-top: 15px !important;
  }

  /* line 126, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-top-15-tablet-only {
    padding-top: 15px !important;
  }
}

@media screen and (max-width: 999px) {
  /* line 134, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-top-15-touch {
    margin-top: 15px !important;
  }

  /* line 136, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-top-15-touch {
    padding-top: 15px !important;
  }
}

@media screen and (min-width: 1000px) {
  /* line 144, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-top-15-desktop {
    margin-top: 15px !important;
  }

  /* line 146, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-top-15-desktop {
    padding-top: 15px !important;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1239px) {
  /* line 154, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-top-15-desktop-only {
    margin-top: 15px !important;
  }

  /* line 156, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-top-15-desktop-only {
    padding-top: 15px !important;
  }
}

@media screen and (min-width: 1240px) {
  /* line 164, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-top-15-widescreen {
    margin-top: 15px !important;
  }

  /* line 166, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-top-15-widescreen {
    padding-top: 15px !important;
  }
}

@media screen and (min-width: 1240px) and (max-width: 1383px) {
  /* line 174, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-top-15-widescreen-only {
    margin-top: 15px !important;
  }

  /* line 176, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-top-15-widescreen-only {
    padding-top: 15px !important;
  }
}

@media screen and (min-width: 1384px) {
  /* line 184, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-top-15-fullhd {
    margin-top: 15px !important;
  }

  /* line 186, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-top-15-fullhd {
    padding-top: 15px !important;
  }
}

@media screen and (max-width: 767px) {
  /* line 104, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-bottom-15-mobile {
    margin-bottom: 15px !important;
  }

  /* line 106, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-bottom-15-mobile {
    padding-bottom: 15px !important;
  }
}

@media screen and (min-width: 768px), print {
  /* line 114, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-bottom-15-tablet {
    margin-bottom: 15px !important;
  }

  /* line 116, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-bottom-15-tablet {
    padding-bottom: 15px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 999px) {
  /* line 124, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-bottom-15-tablet-only {
    margin-bottom: 15px !important;
  }

  /* line 126, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-bottom-15-tablet-only {
    padding-bottom: 15px !important;
  }
}

@media screen and (max-width: 999px) {
  /* line 134, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-bottom-15-touch {
    margin-bottom: 15px !important;
  }

  /* line 136, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-bottom-15-touch {
    padding-bottom: 15px !important;
  }
}

@media screen and (min-width: 1000px) {
  /* line 144, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-bottom-15-desktop {
    margin-bottom: 15px !important;
  }

  /* line 146, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-bottom-15-desktop {
    padding-bottom: 15px !important;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1239px) {
  /* line 154, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-bottom-15-desktop-only {
    margin-bottom: 15px !important;
  }

  /* line 156, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-bottom-15-desktop-only {
    padding-bottom: 15px !important;
  }
}

@media screen and (min-width: 1240px) {
  /* line 164, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-bottom-15-widescreen {
    margin-bottom: 15px !important;
  }

  /* line 166, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-bottom-15-widescreen {
    padding-bottom: 15px !important;
  }
}

@media screen and (min-width: 1240px) and (max-width: 1383px) {
  /* line 174, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-bottom-15-widescreen-only {
    margin-bottom: 15px !important;
  }

  /* line 176, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-bottom-15-widescreen-only {
    padding-bottom: 15px !important;
  }
}

@media screen and (min-width: 1384px) {
  /* line 184, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-bottom-15-fullhd {
    margin-bottom: 15px !important;
  }

  /* line 186, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-bottom-15-fullhd {
    padding-bottom: 15px !important;
  }
}

@media screen and (max-width: 767px) {
  /* line 104, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-left-15-mobile {
    margin-left: 15px !important;
  }

  /* line 106, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-left-15-mobile {
    padding-left: 15px !important;
  }
}

@media screen and (min-width: 768px), print {
  /* line 114, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-left-15-tablet {
    margin-left: 15px !important;
  }

  /* line 116, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-left-15-tablet {
    padding-left: 15px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 999px) {
  /* line 124, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-left-15-tablet-only {
    margin-left: 15px !important;
  }

  /* line 126, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-left-15-tablet-only {
    padding-left: 15px !important;
  }
}

@media screen and (max-width: 999px) {
  /* line 134, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-left-15-touch {
    margin-left: 15px !important;
  }

  /* line 136, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-left-15-touch {
    padding-left: 15px !important;
  }
}

@media screen and (min-width: 1000px) {
  /* line 144, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-left-15-desktop {
    margin-left: 15px !important;
  }

  /* line 146, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-left-15-desktop {
    padding-left: 15px !important;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1239px) {
  /* line 154, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-left-15-desktop-only {
    margin-left: 15px !important;
  }

  /* line 156, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-left-15-desktop-only {
    padding-left: 15px !important;
  }
}

@media screen and (min-width: 1240px) {
  /* line 164, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-left-15-widescreen {
    margin-left: 15px !important;
  }

  /* line 166, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-left-15-widescreen {
    padding-left: 15px !important;
  }
}

@media screen and (min-width: 1240px) and (max-width: 1383px) {
  /* line 174, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-left-15-widescreen-only {
    margin-left: 15px !important;
  }

  /* line 176, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-left-15-widescreen-only {
    padding-left: 15px !important;
  }
}

@media screen and (min-width: 1384px) {
  /* line 184, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-left-15-fullhd {
    margin-left: 15px !important;
  }

  /* line 186, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-left-15-fullhd {
    padding-left: 15px !important;
  }
}

@media screen and (max-width: 767px) {
  /* line 104, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-right-15-mobile {
    margin-right: 15px !important;
  }

  /* line 106, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-right-15-mobile {
    padding-right: 15px !important;
  }
}

@media screen and (min-width: 768px), print {
  /* line 114, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-right-15-tablet {
    margin-right: 15px !important;
  }

  /* line 116, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-right-15-tablet {
    padding-right: 15px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 999px) {
  /* line 124, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-right-15-tablet-only {
    margin-right: 15px !important;
  }

  /* line 126, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-right-15-tablet-only {
    padding-right: 15px !important;
  }
}

@media screen and (max-width: 999px) {
  /* line 134, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-right-15-touch {
    margin-right: 15px !important;
  }

  /* line 136, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-right-15-touch {
    padding-right: 15px !important;
  }
}

@media screen and (min-width: 1000px) {
  /* line 144, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-right-15-desktop {
    margin-right: 15px !important;
  }

  /* line 146, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-right-15-desktop {
    padding-right: 15px !important;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1239px) {
  /* line 154, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-right-15-desktop-only {
    margin-right: 15px !important;
  }

  /* line 156, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-right-15-desktop-only {
    padding-right: 15px !important;
  }
}

@media screen and (min-width: 1240px) {
  /* line 164, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-right-15-widescreen {
    margin-right: 15px !important;
  }

  /* line 166, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-right-15-widescreen {
    padding-right: 15px !important;
  }
}

@media screen and (min-width: 1240px) and (max-width: 1383px) {
  /* line 174, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-right-15-widescreen-only {
    margin-right: 15px !important;
  }

  /* line 176, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-right-15-widescreen-only {
    padding-right: 15px !important;
  }
}

@media screen and (min-width: 1384px) {
  /* line 184, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-right-15-fullhd {
    margin-right: 15px !important;
  }

  /* line 186, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-right-15-fullhd {
    padding-right: 15px !important;
  }
}

@media screen and (max-width: 767px) {
  /* line 12, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-20-mobile {
    margin: 20px !important;
  }

  /* line 14, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-20-mobile {
    padding: 20px !important;
  }
}

@media screen and (min-width: 768px), print {
  /* line 22, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-20-tablet {
    margin: 20px !important;
  }

  /* line 24, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-20-tablet {
    padding: 20px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 999px) {
  /* line 32, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-20-tablet-only {
    margin: 20px !important;
  }

  /* line 34, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-20-tablet-only {
    padding: 20px !important;
  }
}

@media screen and (max-width: 999px) {
  /* line 42, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-20-touch {
    margin: 20px !important;
  }

  /* line 44, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-20-touch {
    padding: 20px !important;
  }
}

@media screen and (min-width: 1000px) {
  /* line 52, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-20-desktop {
    margin: 20px !important;
  }

  /* line 54, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-20-desktop {
    padding: 20px !important;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1239px) {
  /* line 62, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-20-desktop-only {
    margin: 20px !important;
  }

  /* line 64, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-20-desktop-only {
    padding: 20px !important;
  }
}

@media screen and (min-width: 1240px) {
  /* line 72, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-20-widescreen {
    margin: 20px !important;
  }

  /* line 74, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-20-widescreen {
    padding: 20px !important;
  }
}

@media screen and (min-width: 1240px) and (max-width: 1383px) {
  /* line 82, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-20-widescreen-only {
    margin: 20px !important;
  }

  /* line 84, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-20-widescreen-only {
    padding: 20px !important;
  }
}

@media screen and (min-width: 1384px) {
  /* line 92, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-20-fullhd {
    margin: 20px !important;
  }

  /* line 94, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-20-fullhd {
    padding: 20px !important;
  }
}

@media screen and (max-width: 767px) {
  /* line 104, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-top-20-mobile {
    margin-top: 20px !important;
  }

  /* line 106, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-top-20-mobile {
    padding-top: 20px !important;
  }
}

@media screen and (min-width: 768px), print {
  /* line 114, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-top-20-tablet {
    margin-top: 20px !important;
  }

  /* line 116, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-top-20-tablet {
    padding-top: 20px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 999px) {
  /* line 124, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-top-20-tablet-only {
    margin-top: 20px !important;
  }

  /* line 126, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-top-20-tablet-only {
    padding-top: 20px !important;
  }
}

@media screen and (max-width: 999px) {
  /* line 134, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-top-20-touch {
    margin-top: 20px !important;
  }

  /* line 136, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-top-20-touch {
    padding-top: 20px !important;
  }
}

@media screen and (min-width: 1000px) {
  /* line 144, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-top-20-desktop {
    margin-top: 20px !important;
  }

  /* line 146, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-top-20-desktop {
    padding-top: 20px !important;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1239px) {
  /* line 154, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-top-20-desktop-only {
    margin-top: 20px !important;
  }

  /* line 156, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-top-20-desktop-only {
    padding-top: 20px !important;
  }
}

@media screen and (min-width: 1240px) {
  /* line 164, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-top-20-widescreen {
    margin-top: 20px !important;
  }

  /* line 166, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-top-20-widescreen {
    padding-top: 20px !important;
  }
}

@media screen and (min-width: 1240px) and (max-width: 1383px) {
  /* line 174, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-top-20-widescreen-only {
    margin-top: 20px !important;
  }

  /* line 176, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-top-20-widescreen-only {
    padding-top: 20px !important;
  }
}

@media screen and (min-width: 1384px) {
  /* line 184, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-top-20-fullhd {
    margin-top: 20px !important;
  }

  /* line 186, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-top-20-fullhd {
    padding-top: 20px !important;
  }
}

@media screen and (max-width: 767px) {
  /* line 104, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-bottom-20-mobile {
    margin-bottom: 20px !important;
  }

  /* line 106, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-bottom-20-mobile {
    padding-bottom: 20px !important;
  }
}

@media screen and (min-width: 768px), print {
  /* line 114, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-bottom-20-tablet {
    margin-bottom: 20px !important;
  }

  /* line 116, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-bottom-20-tablet {
    padding-bottom: 20px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 999px) {
  /* line 124, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-bottom-20-tablet-only {
    margin-bottom: 20px !important;
  }

  /* line 126, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-bottom-20-tablet-only {
    padding-bottom: 20px !important;
  }
}

@media screen and (max-width: 999px) {
  /* line 134, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-bottom-20-touch {
    margin-bottom: 20px !important;
  }

  /* line 136, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-bottom-20-touch {
    padding-bottom: 20px !important;
  }
}

@media screen and (min-width: 1000px) {
  /* line 144, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-bottom-20-desktop {
    margin-bottom: 20px !important;
  }

  /* line 146, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-bottom-20-desktop {
    padding-bottom: 20px !important;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1239px) {
  /* line 154, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-bottom-20-desktop-only {
    margin-bottom: 20px !important;
  }

  /* line 156, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-bottom-20-desktop-only {
    padding-bottom: 20px !important;
  }
}

@media screen and (min-width: 1240px) {
  /* line 164, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-bottom-20-widescreen {
    margin-bottom: 20px !important;
  }

  /* line 166, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-bottom-20-widescreen {
    padding-bottom: 20px !important;
  }
}

@media screen and (min-width: 1240px) and (max-width: 1383px) {
  /* line 174, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-bottom-20-widescreen-only {
    margin-bottom: 20px !important;
  }

  /* line 176, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-bottom-20-widescreen-only {
    padding-bottom: 20px !important;
  }
}

@media screen and (min-width: 1384px) {
  /* line 184, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-bottom-20-fullhd {
    margin-bottom: 20px !important;
  }

  /* line 186, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-bottom-20-fullhd {
    padding-bottom: 20px !important;
  }
}

@media screen and (max-width: 767px) {
  /* line 104, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-left-20-mobile {
    margin-left: 20px !important;
  }

  /* line 106, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-left-20-mobile {
    padding-left: 20px !important;
  }
}

@media screen and (min-width: 768px), print {
  /* line 114, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-left-20-tablet {
    margin-left: 20px !important;
  }

  /* line 116, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-left-20-tablet {
    padding-left: 20px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 999px) {
  /* line 124, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-left-20-tablet-only {
    margin-left: 20px !important;
  }

  /* line 126, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-left-20-tablet-only {
    padding-left: 20px !important;
  }
}

@media screen and (max-width: 999px) {
  /* line 134, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-left-20-touch {
    margin-left: 20px !important;
  }

  /* line 136, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-left-20-touch {
    padding-left: 20px !important;
  }
}

@media screen and (min-width: 1000px) {
  /* line 144, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-left-20-desktop {
    margin-left: 20px !important;
  }

  /* line 146, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-left-20-desktop {
    padding-left: 20px !important;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1239px) {
  /* line 154, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-left-20-desktop-only {
    margin-left: 20px !important;
  }

  /* line 156, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-left-20-desktop-only {
    padding-left: 20px !important;
  }
}

@media screen and (min-width: 1240px) {
  /* line 164, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-left-20-widescreen {
    margin-left: 20px !important;
  }

  /* line 166, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-left-20-widescreen {
    padding-left: 20px !important;
  }
}

@media screen and (min-width: 1240px) and (max-width: 1383px) {
  /* line 174, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-left-20-widescreen-only {
    margin-left: 20px !important;
  }

  /* line 176, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-left-20-widescreen-only {
    padding-left: 20px !important;
  }
}

@media screen and (min-width: 1384px) {
  /* line 184, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-left-20-fullhd {
    margin-left: 20px !important;
  }

  /* line 186, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-left-20-fullhd {
    padding-left: 20px !important;
  }
}

@media screen and (max-width: 767px) {
  /* line 104, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-right-20-mobile {
    margin-right: 20px !important;
  }

  /* line 106, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-right-20-mobile {
    padding-right: 20px !important;
  }
}

@media screen and (min-width: 768px), print {
  /* line 114, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-right-20-tablet {
    margin-right: 20px !important;
  }

  /* line 116, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-right-20-tablet {
    padding-right: 20px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 999px) {
  /* line 124, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-right-20-tablet-only {
    margin-right: 20px !important;
  }

  /* line 126, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-right-20-tablet-only {
    padding-right: 20px !important;
  }
}

@media screen and (max-width: 999px) {
  /* line 134, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-right-20-touch {
    margin-right: 20px !important;
  }

  /* line 136, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-right-20-touch {
    padding-right: 20px !important;
  }
}

@media screen and (min-width: 1000px) {
  /* line 144, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-right-20-desktop {
    margin-right: 20px !important;
  }

  /* line 146, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-right-20-desktop {
    padding-right: 20px !important;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1239px) {
  /* line 154, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-right-20-desktop-only {
    margin-right: 20px !important;
  }

  /* line 156, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-right-20-desktop-only {
    padding-right: 20px !important;
  }
}

@media screen and (min-width: 1240px) {
  /* line 164, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-right-20-widescreen {
    margin-right: 20px !important;
  }

  /* line 166, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-right-20-widescreen {
    padding-right: 20px !important;
  }
}

@media screen and (min-width: 1240px) and (max-width: 1383px) {
  /* line 174, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-right-20-widescreen-only {
    margin-right: 20px !important;
  }

  /* line 176, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-right-20-widescreen-only {
    padding-right: 20px !important;
  }
}

@media screen and (min-width: 1384px) {
  /* line 184, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-right-20-fullhd {
    margin-right: 20px !important;
  }

  /* line 186, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-right-20-fullhd {
    padding-right: 20px !important;
  }
}

@media screen and (max-width: 767px) {
  /* line 12, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-25-mobile {
    margin: 25px !important;
  }

  /* line 14, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-25-mobile {
    padding: 25px !important;
  }
}

@media screen and (min-width: 768px), print {
  /* line 22, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-25-tablet {
    margin: 25px !important;
  }

  /* line 24, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-25-tablet {
    padding: 25px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 999px) {
  /* line 32, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-25-tablet-only {
    margin: 25px !important;
  }

  /* line 34, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-25-tablet-only {
    padding: 25px !important;
  }
}

@media screen and (max-width: 999px) {
  /* line 42, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-25-touch {
    margin: 25px !important;
  }

  /* line 44, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-25-touch {
    padding: 25px !important;
  }
}

@media screen and (min-width: 1000px) {
  /* line 52, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-25-desktop {
    margin: 25px !important;
  }

  /* line 54, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-25-desktop {
    padding: 25px !important;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1239px) {
  /* line 62, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-25-desktop-only {
    margin: 25px !important;
  }

  /* line 64, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-25-desktop-only {
    padding: 25px !important;
  }
}

@media screen and (min-width: 1240px) {
  /* line 72, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-25-widescreen {
    margin: 25px !important;
  }

  /* line 74, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-25-widescreen {
    padding: 25px !important;
  }
}

@media screen and (min-width: 1240px) and (max-width: 1383px) {
  /* line 82, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-25-widescreen-only {
    margin: 25px !important;
  }

  /* line 84, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-25-widescreen-only {
    padding: 25px !important;
  }
}

@media screen and (min-width: 1384px) {
  /* line 92, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-25-fullhd {
    margin: 25px !important;
  }

  /* line 94, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-25-fullhd {
    padding: 25px !important;
  }
}

@media screen and (max-width: 767px) {
  /* line 104, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-top-25-mobile {
    margin-top: 25px !important;
  }

  /* line 106, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-top-25-mobile {
    padding-top: 25px !important;
  }
}

@media screen and (min-width: 768px), print {
  /* line 114, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-top-25-tablet {
    margin-top: 25px !important;
  }

  /* line 116, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-top-25-tablet {
    padding-top: 25px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 999px) {
  /* line 124, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-top-25-tablet-only {
    margin-top: 25px !important;
  }

  /* line 126, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-top-25-tablet-only {
    padding-top: 25px !important;
  }
}

@media screen and (max-width: 999px) {
  /* line 134, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-top-25-touch {
    margin-top: 25px !important;
  }

  /* line 136, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-top-25-touch {
    padding-top: 25px !important;
  }
}

@media screen and (min-width: 1000px) {
  /* line 144, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-top-25-desktop {
    margin-top: 25px !important;
  }

  /* line 146, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-top-25-desktop {
    padding-top: 25px !important;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1239px) {
  /* line 154, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-top-25-desktop-only {
    margin-top: 25px !important;
  }

  /* line 156, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-top-25-desktop-only {
    padding-top: 25px !important;
  }
}

@media screen and (min-width: 1240px) {
  /* line 164, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-top-25-widescreen {
    margin-top: 25px !important;
  }

  /* line 166, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-top-25-widescreen {
    padding-top: 25px !important;
  }
}

@media screen and (min-width: 1240px) and (max-width: 1383px) {
  /* line 174, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-top-25-widescreen-only {
    margin-top: 25px !important;
  }

  /* line 176, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-top-25-widescreen-only {
    padding-top: 25px !important;
  }
}

@media screen and (min-width: 1384px) {
  /* line 184, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-top-25-fullhd {
    margin-top: 25px !important;
  }

  /* line 186, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-top-25-fullhd {
    padding-top: 25px !important;
  }
}

@media screen and (max-width: 767px) {
  /* line 104, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-bottom-25-mobile {
    margin-bottom: 25px !important;
  }

  /* line 106, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-bottom-25-mobile {
    padding-bottom: 25px !important;
  }
}

@media screen and (min-width: 768px), print {
  /* line 114, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-bottom-25-tablet {
    margin-bottom: 25px !important;
  }

  /* line 116, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-bottom-25-tablet {
    padding-bottom: 25px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 999px) {
  /* line 124, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-bottom-25-tablet-only {
    margin-bottom: 25px !important;
  }

  /* line 126, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-bottom-25-tablet-only {
    padding-bottom: 25px !important;
  }
}

@media screen and (max-width: 999px) {
  /* line 134, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-bottom-25-touch {
    margin-bottom: 25px !important;
  }

  /* line 136, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-bottom-25-touch {
    padding-bottom: 25px !important;
  }
}

@media screen and (min-width: 1000px) {
  /* line 144, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-bottom-25-desktop {
    margin-bottom: 25px !important;
  }

  /* line 146, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-bottom-25-desktop {
    padding-bottom: 25px !important;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1239px) {
  /* line 154, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-bottom-25-desktop-only {
    margin-bottom: 25px !important;
  }

  /* line 156, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-bottom-25-desktop-only {
    padding-bottom: 25px !important;
  }
}

@media screen and (min-width: 1240px) {
  /* line 164, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-bottom-25-widescreen {
    margin-bottom: 25px !important;
  }

  /* line 166, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-bottom-25-widescreen {
    padding-bottom: 25px !important;
  }
}

@media screen and (min-width: 1240px) and (max-width: 1383px) {
  /* line 174, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-bottom-25-widescreen-only {
    margin-bottom: 25px !important;
  }

  /* line 176, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-bottom-25-widescreen-only {
    padding-bottom: 25px !important;
  }
}

@media screen and (min-width: 1384px) {
  /* line 184, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-bottom-25-fullhd {
    margin-bottom: 25px !important;
  }

  /* line 186, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-bottom-25-fullhd {
    padding-bottom: 25px !important;
  }
}

@media screen and (max-width: 767px) {
  /* line 104, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-left-25-mobile {
    margin-left: 25px !important;
  }

  /* line 106, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-left-25-mobile {
    padding-left: 25px !important;
  }
}

@media screen and (min-width: 768px), print {
  /* line 114, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-left-25-tablet {
    margin-left: 25px !important;
  }

  /* line 116, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-left-25-tablet {
    padding-left: 25px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 999px) {
  /* line 124, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-left-25-tablet-only {
    margin-left: 25px !important;
  }

  /* line 126, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-left-25-tablet-only {
    padding-left: 25px !important;
  }
}

@media screen and (max-width: 999px) {
  /* line 134, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-left-25-touch {
    margin-left: 25px !important;
  }

  /* line 136, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-left-25-touch {
    padding-left: 25px !important;
  }
}

@media screen and (min-width: 1000px) {
  /* line 144, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-left-25-desktop {
    margin-left: 25px !important;
  }

  /* line 146, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-left-25-desktop {
    padding-left: 25px !important;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1239px) {
  /* line 154, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-left-25-desktop-only {
    margin-left: 25px !important;
  }

  /* line 156, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-left-25-desktop-only {
    padding-left: 25px !important;
  }
}

@media screen and (min-width: 1240px) {
  /* line 164, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-left-25-widescreen {
    margin-left: 25px !important;
  }

  /* line 166, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-left-25-widescreen {
    padding-left: 25px !important;
  }
}

@media screen and (min-width: 1240px) and (max-width: 1383px) {
  /* line 174, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-left-25-widescreen-only {
    margin-left: 25px !important;
  }

  /* line 176, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-left-25-widescreen-only {
    padding-left: 25px !important;
  }
}

@media screen and (min-width: 1384px) {
  /* line 184, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-left-25-fullhd {
    margin-left: 25px !important;
  }

  /* line 186, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-left-25-fullhd {
    padding-left: 25px !important;
  }
}

@media screen and (max-width: 767px) {
  /* line 104, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-right-25-mobile {
    margin-right: 25px !important;
  }

  /* line 106, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-right-25-mobile {
    padding-right: 25px !important;
  }
}

@media screen and (min-width: 768px), print {
  /* line 114, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-right-25-tablet {
    margin-right: 25px !important;
  }

  /* line 116, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-right-25-tablet {
    padding-right: 25px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 999px) {
  /* line 124, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-right-25-tablet-only {
    margin-right: 25px !important;
  }

  /* line 126, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-right-25-tablet-only {
    padding-right: 25px !important;
  }
}

@media screen and (max-width: 999px) {
  /* line 134, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-right-25-touch {
    margin-right: 25px !important;
  }

  /* line 136, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-right-25-touch {
    padding-right: 25px !important;
  }
}

@media screen and (min-width: 1000px) {
  /* line 144, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-right-25-desktop {
    margin-right: 25px !important;
  }

  /* line 146, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-right-25-desktop {
    padding-right: 25px !important;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1239px) {
  /* line 154, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-right-25-desktop-only {
    margin-right: 25px !important;
  }

  /* line 156, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-right-25-desktop-only {
    padding-right: 25px !important;
  }
}

@media screen and (min-width: 1240px) {
  /* line 164, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-right-25-widescreen {
    margin-right: 25px !important;
  }

  /* line 166, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-right-25-widescreen {
    padding-right: 25px !important;
  }
}

@media screen and (min-width: 1240px) and (max-width: 1383px) {
  /* line 174, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-right-25-widescreen-only {
    margin-right: 25px !important;
  }

  /* line 176, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-right-25-widescreen-only {
    padding-right: 25px !important;
  }
}

@media screen and (min-width: 1384px) {
  /* line 184, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-right-25-fullhd {
    margin-right: 25px !important;
  }

  /* line 186, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-right-25-fullhd {
    padding-right: 25px !important;
  }
}

@media screen and (max-width: 767px) {
  /* line 12, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-30-mobile {
    margin: 30px !important;
  }

  /* line 14, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-30-mobile {
    padding: 30px !important;
  }
}

@media screen and (min-width: 768px), print {
  /* line 22, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-30-tablet {
    margin: 30px !important;
  }

  /* line 24, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-30-tablet {
    padding: 30px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 999px) {
  /* line 32, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-30-tablet-only {
    margin: 30px !important;
  }

  /* line 34, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-30-tablet-only {
    padding: 30px !important;
  }
}

@media screen and (max-width: 999px) {
  /* line 42, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-30-touch {
    margin: 30px !important;
  }

  /* line 44, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-30-touch {
    padding: 30px !important;
  }
}

@media screen and (min-width: 1000px) {
  /* line 52, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-30-desktop {
    margin: 30px !important;
  }

  /* line 54, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-30-desktop {
    padding: 30px !important;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1239px) {
  /* line 62, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-30-desktop-only {
    margin: 30px !important;
  }

  /* line 64, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-30-desktop-only {
    padding: 30px !important;
  }
}

@media screen and (min-width: 1240px) {
  /* line 72, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-30-widescreen {
    margin: 30px !important;
  }

  /* line 74, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-30-widescreen {
    padding: 30px !important;
  }
}

@media screen and (min-width: 1240px) and (max-width: 1383px) {
  /* line 82, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-30-widescreen-only {
    margin: 30px !important;
  }

  /* line 84, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-30-widescreen-only {
    padding: 30px !important;
  }
}

@media screen and (min-width: 1384px) {
  /* line 92, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-30-fullhd {
    margin: 30px !important;
  }

  /* line 94, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-30-fullhd {
    padding: 30px !important;
  }
}

@media screen and (max-width: 767px) {
  /* line 104, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-top-30-mobile {
    margin-top: 30px !important;
  }

  /* line 106, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-top-30-mobile {
    padding-top: 30px !important;
  }
}

@media screen and (min-width: 768px), print {
  /* line 114, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-top-30-tablet {
    margin-top: 30px !important;
  }

  /* line 116, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-top-30-tablet {
    padding-top: 30px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 999px) {
  /* line 124, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-top-30-tablet-only {
    margin-top: 30px !important;
  }

  /* line 126, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-top-30-tablet-only {
    padding-top: 30px !important;
  }
}

@media screen and (max-width: 999px) {
  /* line 134, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-top-30-touch {
    margin-top: 30px !important;
  }

  /* line 136, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-top-30-touch {
    padding-top: 30px !important;
  }
}

@media screen and (min-width: 1000px) {
  /* line 144, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-top-30-desktop {
    margin-top: 30px !important;
  }

  /* line 146, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-top-30-desktop {
    padding-top: 30px !important;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1239px) {
  /* line 154, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-top-30-desktop-only {
    margin-top: 30px !important;
  }

  /* line 156, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-top-30-desktop-only {
    padding-top: 30px !important;
  }
}

@media screen and (min-width: 1240px) {
  /* line 164, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-top-30-widescreen {
    margin-top: 30px !important;
  }

  /* line 166, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-top-30-widescreen {
    padding-top: 30px !important;
  }
}

@media screen and (min-width: 1240px) and (max-width: 1383px) {
  /* line 174, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-top-30-widescreen-only {
    margin-top: 30px !important;
  }

  /* line 176, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-top-30-widescreen-only {
    padding-top: 30px !important;
  }
}

@media screen and (min-width: 1384px) {
  /* line 184, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-top-30-fullhd {
    margin-top: 30px !important;
  }

  /* line 186, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-top-30-fullhd {
    padding-top: 30px !important;
  }
}

@media screen and (max-width: 767px) {
  /* line 104, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-bottom-30-mobile {
    margin-bottom: 30px !important;
  }

  /* line 106, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-bottom-30-mobile {
    padding-bottom: 30px !important;
  }
}

@media screen and (min-width: 768px), print {
  /* line 114, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-bottom-30-tablet {
    margin-bottom: 30px !important;
  }

  /* line 116, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-bottom-30-tablet {
    padding-bottom: 30px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 999px) {
  /* line 124, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-bottom-30-tablet-only {
    margin-bottom: 30px !important;
  }

  /* line 126, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-bottom-30-tablet-only {
    padding-bottom: 30px !important;
  }
}

@media screen and (max-width: 999px) {
  /* line 134, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-bottom-30-touch {
    margin-bottom: 30px !important;
  }

  /* line 136, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-bottom-30-touch {
    padding-bottom: 30px !important;
  }
}

@media screen and (min-width: 1000px) {
  /* line 144, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-bottom-30-desktop {
    margin-bottom: 30px !important;
  }

  /* line 146, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-bottom-30-desktop {
    padding-bottom: 30px !important;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1239px) {
  /* line 154, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-bottom-30-desktop-only {
    margin-bottom: 30px !important;
  }

  /* line 156, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-bottom-30-desktop-only {
    padding-bottom: 30px !important;
  }
}

@media screen and (min-width: 1240px) {
  /* line 164, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-bottom-30-widescreen {
    margin-bottom: 30px !important;
  }

  /* line 166, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-bottom-30-widescreen {
    padding-bottom: 30px !important;
  }
}

@media screen and (min-width: 1240px) and (max-width: 1383px) {
  /* line 174, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-bottom-30-widescreen-only {
    margin-bottom: 30px !important;
  }

  /* line 176, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-bottom-30-widescreen-only {
    padding-bottom: 30px !important;
  }
}

@media screen and (min-width: 1384px) {
  /* line 184, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-bottom-30-fullhd {
    margin-bottom: 30px !important;
  }

  /* line 186, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-bottom-30-fullhd {
    padding-bottom: 30px !important;
  }
}

@media screen and (max-width: 767px) {
  /* line 104, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-left-30-mobile {
    margin-left: 30px !important;
  }

  /* line 106, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-left-30-mobile {
    padding-left: 30px !important;
  }
}

@media screen and (min-width: 768px), print {
  /* line 114, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-left-30-tablet {
    margin-left: 30px !important;
  }

  /* line 116, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-left-30-tablet {
    padding-left: 30px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 999px) {
  /* line 124, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-left-30-tablet-only {
    margin-left: 30px !important;
  }

  /* line 126, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-left-30-tablet-only {
    padding-left: 30px !important;
  }
}

@media screen and (max-width: 999px) {
  /* line 134, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-left-30-touch {
    margin-left: 30px !important;
  }

  /* line 136, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-left-30-touch {
    padding-left: 30px !important;
  }
}

@media screen and (min-width: 1000px) {
  /* line 144, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-left-30-desktop {
    margin-left: 30px !important;
  }

  /* line 146, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-left-30-desktop {
    padding-left: 30px !important;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1239px) {
  /* line 154, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-left-30-desktop-only {
    margin-left: 30px !important;
  }

  /* line 156, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-left-30-desktop-only {
    padding-left: 30px !important;
  }
}

@media screen and (min-width: 1240px) {
  /* line 164, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-left-30-widescreen {
    margin-left: 30px !important;
  }

  /* line 166, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-left-30-widescreen {
    padding-left: 30px !important;
  }
}

@media screen and (min-width: 1240px) and (max-width: 1383px) {
  /* line 174, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-left-30-widescreen-only {
    margin-left: 30px !important;
  }

  /* line 176, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-left-30-widescreen-only {
    padding-left: 30px !important;
  }
}

@media screen and (min-width: 1384px) {
  /* line 184, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-left-30-fullhd {
    margin-left: 30px !important;
  }

  /* line 186, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-left-30-fullhd {
    padding-left: 30px !important;
  }
}

@media screen and (max-width: 767px) {
  /* line 104, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-right-30-mobile {
    margin-right: 30px !important;
  }

  /* line 106, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-right-30-mobile {
    padding-right: 30px !important;
  }
}

@media screen and (min-width: 768px), print {
  /* line 114, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-right-30-tablet {
    margin-right: 30px !important;
  }

  /* line 116, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-right-30-tablet {
    padding-right: 30px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 999px) {
  /* line 124, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-right-30-tablet-only {
    margin-right: 30px !important;
  }

  /* line 126, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-right-30-tablet-only {
    padding-right: 30px !important;
  }
}

@media screen and (max-width: 999px) {
  /* line 134, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-right-30-touch {
    margin-right: 30px !important;
  }

  /* line 136, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-right-30-touch {
    padding-right: 30px !important;
  }
}

@media screen and (min-width: 1000px) {
  /* line 144, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-right-30-desktop {
    margin-right: 30px !important;
  }

  /* line 146, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-right-30-desktop {
    padding-right: 30px !important;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1239px) {
  /* line 154, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-right-30-desktop-only {
    margin-right: 30px !important;
  }

  /* line 156, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-right-30-desktop-only {
    padding-right: 30px !important;
  }
}

@media screen and (min-width: 1240px) {
  /* line 164, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-right-30-widescreen {
    margin-right: 30px !important;
  }

  /* line 166, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-right-30-widescreen {
    padding-right: 30px !important;
  }
}

@media screen and (min-width: 1240px) and (max-width: 1383px) {
  /* line 174, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-right-30-widescreen-only {
    margin-right: 30px !important;
  }

  /* line 176, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-right-30-widescreen-only {
    padding-right: 30px !important;
  }
}

@media screen and (min-width: 1384px) {
  /* line 184, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-right-30-fullhd {
    margin-right: 30px !important;
  }

  /* line 186, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-right-30-fullhd {
    padding-right: 30px !important;
  }
}

@media screen and (max-width: 767px) {
  /* line 12, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-35-mobile {
    margin: 35px !important;
  }

  /* line 14, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-35-mobile {
    padding: 35px !important;
  }
}

@media screen and (min-width: 768px), print {
  /* line 22, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-35-tablet {
    margin: 35px !important;
  }

  /* line 24, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-35-tablet {
    padding: 35px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 999px) {
  /* line 32, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-35-tablet-only {
    margin: 35px !important;
  }

  /* line 34, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-35-tablet-only {
    padding: 35px !important;
  }
}

@media screen and (max-width: 999px) {
  /* line 42, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-35-touch {
    margin: 35px !important;
  }

  /* line 44, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-35-touch {
    padding: 35px !important;
  }
}

@media screen and (min-width: 1000px) {
  /* line 52, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-35-desktop {
    margin: 35px !important;
  }

  /* line 54, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-35-desktop {
    padding: 35px !important;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1239px) {
  /* line 62, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-35-desktop-only {
    margin: 35px !important;
  }

  /* line 64, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-35-desktop-only {
    padding: 35px !important;
  }
}

@media screen and (min-width: 1240px) {
  /* line 72, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-35-widescreen {
    margin: 35px !important;
  }

  /* line 74, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-35-widescreen {
    padding: 35px !important;
  }
}

@media screen and (min-width: 1240px) and (max-width: 1383px) {
  /* line 82, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-35-widescreen-only {
    margin: 35px !important;
  }

  /* line 84, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-35-widescreen-only {
    padding: 35px !important;
  }
}

@media screen and (min-width: 1384px) {
  /* line 92, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-35-fullhd {
    margin: 35px !important;
  }

  /* line 94, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-35-fullhd {
    padding: 35px !important;
  }
}

@media screen and (max-width: 767px) {
  /* line 104, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-top-35-mobile {
    margin-top: 35px !important;
  }

  /* line 106, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-top-35-mobile {
    padding-top: 35px !important;
  }
}

@media screen and (min-width: 768px), print {
  /* line 114, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-top-35-tablet {
    margin-top: 35px !important;
  }

  /* line 116, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-top-35-tablet {
    padding-top: 35px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 999px) {
  /* line 124, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-top-35-tablet-only {
    margin-top: 35px !important;
  }

  /* line 126, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-top-35-tablet-only {
    padding-top: 35px !important;
  }
}

@media screen and (max-width: 999px) {
  /* line 134, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-top-35-touch {
    margin-top: 35px !important;
  }

  /* line 136, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-top-35-touch {
    padding-top: 35px !important;
  }
}

@media screen and (min-width: 1000px) {
  /* line 144, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-top-35-desktop {
    margin-top: 35px !important;
  }

  /* line 146, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-top-35-desktop {
    padding-top: 35px !important;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1239px) {
  /* line 154, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-top-35-desktop-only {
    margin-top: 35px !important;
  }

  /* line 156, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-top-35-desktop-only {
    padding-top: 35px !important;
  }
}

@media screen and (min-width: 1240px) {
  /* line 164, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-top-35-widescreen {
    margin-top: 35px !important;
  }

  /* line 166, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-top-35-widescreen {
    padding-top: 35px !important;
  }
}

@media screen and (min-width: 1240px) and (max-width: 1383px) {
  /* line 174, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-top-35-widescreen-only {
    margin-top: 35px !important;
  }

  /* line 176, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-top-35-widescreen-only {
    padding-top: 35px !important;
  }
}

@media screen and (min-width: 1384px) {
  /* line 184, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-top-35-fullhd {
    margin-top: 35px !important;
  }

  /* line 186, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-top-35-fullhd {
    padding-top: 35px !important;
  }
}

@media screen and (max-width: 767px) {
  /* line 104, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-bottom-35-mobile {
    margin-bottom: 35px !important;
  }

  /* line 106, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-bottom-35-mobile {
    padding-bottom: 35px !important;
  }
}

@media screen and (min-width: 768px), print {
  /* line 114, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-bottom-35-tablet {
    margin-bottom: 35px !important;
  }

  /* line 116, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-bottom-35-tablet {
    padding-bottom: 35px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 999px) {
  /* line 124, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-bottom-35-tablet-only {
    margin-bottom: 35px !important;
  }

  /* line 126, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-bottom-35-tablet-only {
    padding-bottom: 35px !important;
  }
}

@media screen and (max-width: 999px) {
  /* line 134, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-bottom-35-touch {
    margin-bottom: 35px !important;
  }

  /* line 136, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-bottom-35-touch {
    padding-bottom: 35px !important;
  }
}

@media screen and (min-width: 1000px) {
  /* line 144, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-bottom-35-desktop {
    margin-bottom: 35px !important;
  }

  /* line 146, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-bottom-35-desktop {
    padding-bottom: 35px !important;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1239px) {
  /* line 154, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-bottom-35-desktop-only {
    margin-bottom: 35px !important;
  }

  /* line 156, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-bottom-35-desktop-only {
    padding-bottom: 35px !important;
  }
}

@media screen and (min-width: 1240px) {
  /* line 164, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-bottom-35-widescreen {
    margin-bottom: 35px !important;
  }

  /* line 166, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-bottom-35-widescreen {
    padding-bottom: 35px !important;
  }
}

@media screen and (min-width: 1240px) and (max-width: 1383px) {
  /* line 174, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-bottom-35-widescreen-only {
    margin-bottom: 35px !important;
  }

  /* line 176, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-bottom-35-widescreen-only {
    padding-bottom: 35px !important;
  }
}

@media screen and (min-width: 1384px) {
  /* line 184, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-bottom-35-fullhd {
    margin-bottom: 35px !important;
  }

  /* line 186, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-bottom-35-fullhd {
    padding-bottom: 35px !important;
  }
}

@media screen and (max-width: 767px) {
  /* line 104, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-left-35-mobile {
    margin-left: 35px !important;
  }

  /* line 106, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-left-35-mobile {
    padding-left: 35px !important;
  }
}

@media screen and (min-width: 768px), print {
  /* line 114, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-left-35-tablet {
    margin-left: 35px !important;
  }

  /* line 116, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-left-35-tablet {
    padding-left: 35px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 999px) {
  /* line 124, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-left-35-tablet-only {
    margin-left: 35px !important;
  }

  /* line 126, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-left-35-tablet-only {
    padding-left: 35px !important;
  }
}

@media screen and (max-width: 999px) {
  /* line 134, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-left-35-touch {
    margin-left: 35px !important;
  }

  /* line 136, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-left-35-touch {
    padding-left: 35px !important;
  }
}

@media screen and (min-width: 1000px) {
  /* line 144, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-left-35-desktop {
    margin-left: 35px !important;
  }

  /* line 146, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-left-35-desktop {
    padding-left: 35px !important;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1239px) {
  /* line 154, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-left-35-desktop-only {
    margin-left: 35px !important;
  }

  /* line 156, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-left-35-desktop-only {
    padding-left: 35px !important;
  }
}

@media screen and (min-width: 1240px) {
  /* line 164, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-left-35-widescreen {
    margin-left: 35px !important;
  }

  /* line 166, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-left-35-widescreen {
    padding-left: 35px !important;
  }
}

@media screen and (min-width: 1240px) and (max-width: 1383px) {
  /* line 174, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-left-35-widescreen-only {
    margin-left: 35px !important;
  }

  /* line 176, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-left-35-widescreen-only {
    padding-left: 35px !important;
  }
}

@media screen and (min-width: 1384px) {
  /* line 184, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-left-35-fullhd {
    margin-left: 35px !important;
  }

  /* line 186, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-left-35-fullhd {
    padding-left: 35px !important;
  }
}

@media screen and (max-width: 767px) {
  /* line 104, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-right-35-mobile {
    margin-right: 35px !important;
  }

  /* line 106, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-right-35-mobile {
    padding-right: 35px !important;
  }
}

@media screen and (min-width: 768px), print {
  /* line 114, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-right-35-tablet {
    margin-right: 35px !important;
  }

  /* line 116, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-right-35-tablet {
    padding-right: 35px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 999px) {
  /* line 124, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-right-35-tablet-only {
    margin-right: 35px !important;
  }

  /* line 126, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-right-35-tablet-only {
    padding-right: 35px !important;
  }
}

@media screen and (max-width: 999px) {
  /* line 134, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-right-35-touch {
    margin-right: 35px !important;
  }

  /* line 136, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-right-35-touch {
    padding-right: 35px !important;
  }
}

@media screen and (min-width: 1000px) {
  /* line 144, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-right-35-desktop {
    margin-right: 35px !important;
  }

  /* line 146, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-right-35-desktop {
    padding-right: 35px !important;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1239px) {
  /* line 154, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-right-35-desktop-only {
    margin-right: 35px !important;
  }

  /* line 156, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-right-35-desktop-only {
    padding-right: 35px !important;
  }
}

@media screen and (min-width: 1240px) {
  /* line 164, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-right-35-widescreen {
    margin-right: 35px !important;
  }

  /* line 166, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-right-35-widescreen {
    padding-right: 35px !important;
  }
}

@media screen and (min-width: 1240px) and (max-width: 1383px) {
  /* line 174, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-right-35-widescreen-only {
    margin-right: 35px !important;
  }

  /* line 176, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-right-35-widescreen-only {
    padding-right: 35px !important;
  }
}

@media screen and (min-width: 1384px) {
  /* line 184, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-right-35-fullhd {
    margin-right: 35px !important;
  }

  /* line 186, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-right-35-fullhd {
    padding-right: 35px !important;
  }
}

@media screen and (max-width: 767px) {
  /* line 12, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-40-mobile {
    margin: 40px !important;
  }

  /* line 14, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-40-mobile {
    padding: 40px !important;
  }
}

@media screen and (min-width: 768px), print {
  /* line 22, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-40-tablet {
    margin: 40px !important;
  }

  /* line 24, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-40-tablet {
    padding: 40px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 999px) {
  /* line 32, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-40-tablet-only {
    margin: 40px !important;
  }

  /* line 34, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-40-tablet-only {
    padding: 40px !important;
  }
}

@media screen and (max-width: 999px) {
  /* line 42, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-40-touch {
    margin: 40px !important;
  }

  /* line 44, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-40-touch {
    padding: 40px !important;
  }
}

@media screen and (min-width: 1000px) {
  /* line 52, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-40-desktop {
    margin: 40px !important;
  }

  /* line 54, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-40-desktop {
    padding: 40px !important;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1239px) {
  /* line 62, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-40-desktop-only {
    margin: 40px !important;
  }

  /* line 64, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-40-desktop-only {
    padding: 40px !important;
  }
}

@media screen and (min-width: 1240px) {
  /* line 72, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-40-widescreen {
    margin: 40px !important;
  }

  /* line 74, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-40-widescreen {
    padding: 40px !important;
  }
}

@media screen and (min-width: 1240px) and (max-width: 1383px) {
  /* line 82, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-40-widescreen-only {
    margin: 40px !important;
  }

  /* line 84, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-40-widescreen-only {
    padding: 40px !important;
  }
}

@media screen and (min-width: 1384px) {
  /* line 92, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-40-fullhd {
    margin: 40px !important;
  }

  /* line 94, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-40-fullhd {
    padding: 40px !important;
  }
}

@media screen and (max-width: 767px) {
  /* line 104, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-top-40-mobile {
    margin-top: 40px !important;
  }

  /* line 106, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-top-40-mobile {
    padding-top: 40px !important;
  }
}

@media screen and (min-width: 768px), print {
  /* line 114, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-top-40-tablet {
    margin-top: 40px !important;
  }

  /* line 116, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-top-40-tablet {
    padding-top: 40px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 999px) {
  /* line 124, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-top-40-tablet-only {
    margin-top: 40px !important;
  }

  /* line 126, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-top-40-tablet-only {
    padding-top: 40px !important;
  }
}

@media screen and (max-width: 999px) {
  /* line 134, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-top-40-touch {
    margin-top: 40px !important;
  }

  /* line 136, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-top-40-touch {
    padding-top: 40px !important;
  }
}

@media screen and (min-width: 1000px) {
  /* line 144, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-top-40-desktop {
    margin-top: 40px !important;
  }

  /* line 146, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-top-40-desktop {
    padding-top: 40px !important;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1239px) {
  /* line 154, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-top-40-desktop-only {
    margin-top: 40px !important;
  }

  /* line 156, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-top-40-desktop-only {
    padding-top: 40px !important;
  }
}

@media screen and (min-width: 1240px) {
  /* line 164, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-top-40-widescreen {
    margin-top: 40px !important;
  }

  /* line 166, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-top-40-widescreen {
    padding-top: 40px !important;
  }
}

@media screen and (min-width: 1240px) and (max-width: 1383px) {
  /* line 174, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-top-40-widescreen-only {
    margin-top: 40px !important;
  }

  /* line 176, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-top-40-widescreen-only {
    padding-top: 40px !important;
  }
}

@media screen and (min-width: 1384px) {
  /* line 184, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-top-40-fullhd {
    margin-top: 40px !important;
  }

  /* line 186, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-top-40-fullhd {
    padding-top: 40px !important;
  }
}

@media screen and (max-width: 767px) {
  /* line 104, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-bottom-40-mobile {
    margin-bottom: 40px !important;
  }

  /* line 106, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-bottom-40-mobile {
    padding-bottom: 40px !important;
  }
}

@media screen and (min-width: 768px), print {
  /* line 114, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-bottom-40-tablet {
    margin-bottom: 40px !important;
  }

  /* line 116, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-bottom-40-tablet {
    padding-bottom: 40px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 999px) {
  /* line 124, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-bottom-40-tablet-only {
    margin-bottom: 40px !important;
  }

  /* line 126, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-bottom-40-tablet-only {
    padding-bottom: 40px !important;
  }
}

@media screen and (max-width: 999px) {
  /* line 134, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-bottom-40-touch {
    margin-bottom: 40px !important;
  }

  /* line 136, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-bottom-40-touch {
    padding-bottom: 40px !important;
  }
}

@media screen and (min-width: 1000px) {
  /* line 144, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-bottom-40-desktop {
    margin-bottom: 40px !important;
  }

  /* line 146, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-bottom-40-desktop {
    padding-bottom: 40px !important;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1239px) {
  /* line 154, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-bottom-40-desktop-only {
    margin-bottom: 40px !important;
  }

  /* line 156, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-bottom-40-desktop-only {
    padding-bottom: 40px !important;
  }
}

@media screen and (min-width: 1240px) {
  /* line 164, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-bottom-40-widescreen {
    margin-bottom: 40px !important;
  }

  /* line 166, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-bottom-40-widescreen {
    padding-bottom: 40px !important;
  }
}

@media screen and (min-width: 1240px) and (max-width: 1383px) {
  /* line 174, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-bottom-40-widescreen-only {
    margin-bottom: 40px !important;
  }

  /* line 176, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-bottom-40-widescreen-only {
    padding-bottom: 40px !important;
  }
}

@media screen and (min-width: 1384px) {
  /* line 184, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-bottom-40-fullhd {
    margin-bottom: 40px !important;
  }

  /* line 186, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-bottom-40-fullhd {
    padding-bottom: 40px !important;
  }
}

@media screen and (max-width: 767px) {
  /* line 104, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-left-40-mobile {
    margin-left: 40px !important;
  }

  /* line 106, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-left-40-mobile {
    padding-left: 40px !important;
  }
}

@media screen and (min-width: 768px), print {
  /* line 114, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-left-40-tablet {
    margin-left: 40px !important;
  }

  /* line 116, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-left-40-tablet {
    padding-left: 40px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 999px) {
  /* line 124, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-left-40-tablet-only {
    margin-left: 40px !important;
  }

  /* line 126, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-left-40-tablet-only {
    padding-left: 40px !important;
  }
}

@media screen and (max-width: 999px) {
  /* line 134, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-left-40-touch {
    margin-left: 40px !important;
  }

  /* line 136, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-left-40-touch {
    padding-left: 40px !important;
  }
}

@media screen and (min-width: 1000px) {
  /* line 144, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-left-40-desktop {
    margin-left: 40px !important;
  }

  /* line 146, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-left-40-desktop {
    padding-left: 40px !important;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1239px) {
  /* line 154, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-left-40-desktop-only {
    margin-left: 40px !important;
  }

  /* line 156, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-left-40-desktop-only {
    padding-left: 40px !important;
  }
}

@media screen and (min-width: 1240px) {
  /* line 164, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-left-40-widescreen {
    margin-left: 40px !important;
  }

  /* line 166, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-left-40-widescreen {
    padding-left: 40px !important;
  }
}

@media screen and (min-width: 1240px) and (max-width: 1383px) {
  /* line 174, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-left-40-widescreen-only {
    margin-left: 40px !important;
  }

  /* line 176, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-left-40-widescreen-only {
    padding-left: 40px !important;
  }
}

@media screen and (min-width: 1384px) {
  /* line 184, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-left-40-fullhd {
    margin-left: 40px !important;
  }

  /* line 186, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-left-40-fullhd {
    padding-left: 40px !important;
  }
}

@media screen and (max-width: 767px) {
  /* line 104, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-right-40-mobile {
    margin-right: 40px !important;
  }

  /* line 106, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-right-40-mobile {
    padding-right: 40px !important;
  }
}

@media screen and (min-width: 768px), print {
  /* line 114, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-right-40-tablet {
    margin-right: 40px !important;
  }

  /* line 116, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-right-40-tablet {
    padding-right: 40px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 999px) {
  /* line 124, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-right-40-tablet-only {
    margin-right: 40px !important;
  }

  /* line 126, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-right-40-tablet-only {
    padding-right: 40px !important;
  }
}

@media screen and (max-width: 999px) {
  /* line 134, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-right-40-touch {
    margin-right: 40px !important;
  }

  /* line 136, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-right-40-touch {
    padding-right: 40px !important;
  }
}

@media screen and (min-width: 1000px) {
  /* line 144, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-right-40-desktop {
    margin-right: 40px !important;
  }

  /* line 146, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-right-40-desktop {
    padding-right: 40px !important;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1239px) {
  /* line 154, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-right-40-desktop-only {
    margin-right: 40px !important;
  }

  /* line 156, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-right-40-desktop-only {
    padding-right: 40px !important;
  }
}

@media screen and (min-width: 1240px) {
  /* line 164, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-right-40-widescreen {
    margin-right: 40px !important;
  }

  /* line 166, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-right-40-widescreen {
    padding-right: 40px !important;
  }
}

@media screen and (min-width: 1240px) and (max-width: 1383px) {
  /* line 174, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-right-40-widescreen-only {
    margin-right: 40px !important;
  }

  /* line 176, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-right-40-widescreen-only {
    padding-right: 40px !important;
  }
}

@media screen and (min-width: 1384px) {
  /* line 184, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-right-40-fullhd {
    margin-right: 40px !important;
  }

  /* line 186, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-right-40-fullhd {
    padding-right: 40px !important;
  }
}

@media screen and (max-width: 767px) {
  /* line 12, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-45-mobile {
    margin: 45px !important;
  }

  /* line 14, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-45-mobile {
    padding: 45px !important;
  }
}

@media screen and (min-width: 768px), print {
  /* line 22, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-45-tablet {
    margin: 45px !important;
  }

  /* line 24, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-45-tablet {
    padding: 45px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 999px) {
  /* line 32, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-45-tablet-only {
    margin: 45px !important;
  }

  /* line 34, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-45-tablet-only {
    padding: 45px !important;
  }
}

@media screen and (max-width: 999px) {
  /* line 42, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-45-touch {
    margin: 45px !important;
  }

  /* line 44, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-45-touch {
    padding: 45px !important;
  }
}

@media screen and (min-width: 1000px) {
  /* line 52, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-45-desktop {
    margin: 45px !important;
  }

  /* line 54, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-45-desktop {
    padding: 45px !important;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1239px) {
  /* line 62, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-45-desktop-only {
    margin: 45px !important;
  }

  /* line 64, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-45-desktop-only {
    padding: 45px !important;
  }
}

@media screen and (min-width: 1240px) {
  /* line 72, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-45-widescreen {
    margin: 45px !important;
  }

  /* line 74, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-45-widescreen {
    padding: 45px !important;
  }
}

@media screen and (min-width: 1240px) and (max-width: 1383px) {
  /* line 82, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-45-widescreen-only {
    margin: 45px !important;
  }

  /* line 84, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-45-widescreen-only {
    padding: 45px !important;
  }
}

@media screen and (min-width: 1384px) {
  /* line 92, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-45-fullhd {
    margin: 45px !important;
  }

  /* line 94, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-45-fullhd {
    padding: 45px !important;
  }
}

@media screen and (max-width: 767px) {
  /* line 104, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-top-45-mobile {
    margin-top: 45px !important;
  }

  /* line 106, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-top-45-mobile {
    padding-top: 45px !important;
  }
}

@media screen and (min-width: 768px), print {
  /* line 114, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-top-45-tablet {
    margin-top: 45px !important;
  }

  /* line 116, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-top-45-tablet {
    padding-top: 45px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 999px) {
  /* line 124, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-top-45-tablet-only {
    margin-top: 45px !important;
  }

  /* line 126, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-top-45-tablet-only {
    padding-top: 45px !important;
  }
}

@media screen and (max-width: 999px) {
  /* line 134, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-top-45-touch {
    margin-top: 45px !important;
  }

  /* line 136, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-top-45-touch {
    padding-top: 45px !important;
  }
}

@media screen and (min-width: 1000px) {
  /* line 144, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-top-45-desktop {
    margin-top: 45px !important;
  }

  /* line 146, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-top-45-desktop {
    padding-top: 45px !important;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1239px) {
  /* line 154, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-top-45-desktop-only {
    margin-top: 45px !important;
  }

  /* line 156, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-top-45-desktop-only {
    padding-top: 45px !important;
  }
}

@media screen and (min-width: 1240px) {
  /* line 164, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-top-45-widescreen {
    margin-top: 45px !important;
  }

  /* line 166, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-top-45-widescreen {
    padding-top: 45px !important;
  }
}

@media screen and (min-width: 1240px) and (max-width: 1383px) {
  /* line 174, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-top-45-widescreen-only {
    margin-top: 45px !important;
  }

  /* line 176, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-top-45-widescreen-only {
    padding-top: 45px !important;
  }
}

@media screen and (min-width: 1384px) {
  /* line 184, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-top-45-fullhd {
    margin-top: 45px !important;
  }

  /* line 186, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-top-45-fullhd {
    padding-top: 45px !important;
  }
}

@media screen and (max-width: 767px) {
  /* line 104, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-bottom-45-mobile {
    margin-bottom: 45px !important;
  }

  /* line 106, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-bottom-45-mobile {
    padding-bottom: 45px !important;
  }
}

@media screen and (min-width: 768px), print {
  /* line 114, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-bottom-45-tablet {
    margin-bottom: 45px !important;
  }

  /* line 116, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-bottom-45-tablet {
    padding-bottom: 45px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 999px) {
  /* line 124, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-bottom-45-tablet-only {
    margin-bottom: 45px !important;
  }

  /* line 126, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-bottom-45-tablet-only {
    padding-bottom: 45px !important;
  }
}

@media screen and (max-width: 999px) {
  /* line 134, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-bottom-45-touch {
    margin-bottom: 45px !important;
  }

  /* line 136, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-bottom-45-touch {
    padding-bottom: 45px !important;
  }
}

@media screen and (min-width: 1000px) {
  /* line 144, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-bottom-45-desktop {
    margin-bottom: 45px !important;
  }

  /* line 146, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-bottom-45-desktop {
    padding-bottom: 45px !important;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1239px) {
  /* line 154, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-bottom-45-desktop-only {
    margin-bottom: 45px !important;
  }

  /* line 156, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-bottom-45-desktop-only {
    padding-bottom: 45px !important;
  }
}

@media screen and (min-width: 1240px) {
  /* line 164, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-bottom-45-widescreen {
    margin-bottom: 45px !important;
  }

  /* line 166, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-bottom-45-widescreen {
    padding-bottom: 45px !important;
  }
}

@media screen and (min-width: 1240px) and (max-width: 1383px) {
  /* line 174, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-bottom-45-widescreen-only {
    margin-bottom: 45px !important;
  }

  /* line 176, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-bottom-45-widescreen-only {
    padding-bottom: 45px !important;
  }
}

@media screen and (min-width: 1384px) {
  /* line 184, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-bottom-45-fullhd {
    margin-bottom: 45px !important;
  }

  /* line 186, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-bottom-45-fullhd {
    padding-bottom: 45px !important;
  }
}

@media screen and (max-width: 767px) {
  /* line 104, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-left-45-mobile {
    margin-left: 45px !important;
  }

  /* line 106, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-left-45-mobile {
    padding-left: 45px !important;
  }
}

@media screen and (min-width: 768px), print {
  /* line 114, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-left-45-tablet {
    margin-left: 45px !important;
  }

  /* line 116, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-left-45-tablet {
    padding-left: 45px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 999px) {
  /* line 124, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-left-45-tablet-only {
    margin-left: 45px !important;
  }

  /* line 126, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-left-45-tablet-only {
    padding-left: 45px !important;
  }
}

@media screen and (max-width: 999px) {
  /* line 134, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-left-45-touch {
    margin-left: 45px !important;
  }

  /* line 136, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-left-45-touch {
    padding-left: 45px !important;
  }
}

@media screen and (min-width: 1000px) {
  /* line 144, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-left-45-desktop {
    margin-left: 45px !important;
  }

  /* line 146, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-left-45-desktop {
    padding-left: 45px !important;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1239px) {
  /* line 154, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-left-45-desktop-only {
    margin-left: 45px !important;
  }

  /* line 156, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-left-45-desktop-only {
    padding-left: 45px !important;
  }
}

@media screen and (min-width: 1240px) {
  /* line 164, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-left-45-widescreen {
    margin-left: 45px !important;
  }

  /* line 166, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-left-45-widescreen {
    padding-left: 45px !important;
  }
}

@media screen and (min-width: 1240px) and (max-width: 1383px) {
  /* line 174, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-left-45-widescreen-only {
    margin-left: 45px !important;
  }

  /* line 176, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-left-45-widescreen-only {
    padding-left: 45px !important;
  }
}

@media screen and (min-width: 1384px) {
  /* line 184, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-left-45-fullhd {
    margin-left: 45px !important;
  }

  /* line 186, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-left-45-fullhd {
    padding-left: 45px !important;
  }
}

@media screen and (max-width: 767px) {
  /* line 104, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-right-45-mobile {
    margin-right: 45px !important;
  }

  /* line 106, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-right-45-mobile {
    padding-right: 45px !important;
  }
}

@media screen and (min-width: 768px), print {
  /* line 114, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-right-45-tablet {
    margin-right: 45px !important;
  }

  /* line 116, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-right-45-tablet {
    padding-right: 45px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 999px) {
  /* line 124, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-right-45-tablet-only {
    margin-right: 45px !important;
  }

  /* line 126, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-right-45-tablet-only {
    padding-right: 45px !important;
  }
}

@media screen and (max-width: 999px) {
  /* line 134, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-right-45-touch {
    margin-right: 45px !important;
  }

  /* line 136, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-right-45-touch {
    padding-right: 45px !important;
  }
}

@media screen and (min-width: 1000px) {
  /* line 144, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-right-45-desktop {
    margin-right: 45px !important;
  }

  /* line 146, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-right-45-desktop {
    padding-right: 45px !important;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1239px) {
  /* line 154, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-right-45-desktop-only {
    margin-right: 45px !important;
  }

  /* line 156, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-right-45-desktop-only {
    padding-right: 45px !important;
  }
}

@media screen and (min-width: 1240px) {
  /* line 164, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-right-45-widescreen {
    margin-right: 45px !important;
  }

  /* line 166, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-right-45-widescreen {
    padding-right: 45px !important;
  }
}

@media screen and (min-width: 1240px) and (max-width: 1383px) {
  /* line 174, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-right-45-widescreen-only {
    margin-right: 45px !important;
  }

  /* line 176, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-right-45-widescreen-only {
    padding-right: 45px !important;
  }
}

@media screen and (min-width: 1384px) {
  /* line 184, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-right-45-fullhd {
    margin-right: 45px !important;
  }

  /* line 186, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-right-45-fullhd {
    padding-right: 45px !important;
  }
}

@media screen and (max-width: 767px) {
  /* line 12, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-50-mobile {
    margin: 50px !important;
  }

  /* line 14, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-50-mobile {
    padding: 50px !important;
  }
}

@media screen and (min-width: 768px), print {
  /* line 22, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-50-tablet {
    margin: 50px !important;
  }

  /* line 24, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-50-tablet {
    padding: 50px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 999px) {
  /* line 32, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-50-tablet-only {
    margin: 50px !important;
  }

  /* line 34, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-50-tablet-only {
    padding: 50px !important;
  }
}

@media screen and (max-width: 999px) {
  /* line 42, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-50-touch {
    margin: 50px !important;
  }

  /* line 44, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-50-touch {
    padding: 50px !important;
  }
}

@media screen and (min-width: 1000px) {
  /* line 52, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-50-desktop {
    margin: 50px !important;
  }

  /* line 54, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-50-desktop {
    padding: 50px !important;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1239px) {
  /* line 62, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-50-desktop-only {
    margin: 50px !important;
  }

  /* line 64, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-50-desktop-only {
    padding: 50px !important;
  }
}

@media screen and (min-width: 1240px) {
  /* line 72, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-50-widescreen {
    margin: 50px !important;
  }

  /* line 74, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-50-widescreen {
    padding: 50px !important;
  }
}

@media screen and (min-width: 1240px) and (max-width: 1383px) {
  /* line 82, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-50-widescreen-only {
    margin: 50px !important;
  }

  /* line 84, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-50-widescreen-only {
    padding: 50px !important;
  }
}

@media screen and (min-width: 1384px) {
  /* line 92, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-50-fullhd {
    margin: 50px !important;
  }

  /* line 94, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-50-fullhd {
    padding: 50px !important;
  }
}

@media screen and (max-width: 767px) {
  /* line 104, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-top-50-mobile {
    margin-top: 50px !important;
  }

  /* line 106, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-top-50-mobile {
    padding-top: 50px !important;
  }
}

@media screen and (min-width: 768px), print {
  /* line 114, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-top-50-tablet {
    margin-top: 50px !important;
  }

  /* line 116, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-top-50-tablet {
    padding-top: 50px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 999px) {
  /* line 124, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-top-50-tablet-only {
    margin-top: 50px !important;
  }

  /* line 126, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-top-50-tablet-only {
    padding-top: 50px !important;
  }
}

@media screen and (max-width: 999px) {
  /* line 134, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-top-50-touch {
    margin-top: 50px !important;
  }

  /* line 136, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-top-50-touch {
    padding-top: 50px !important;
  }
}

@media screen and (min-width: 1000px) {
  /* line 144, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-top-50-desktop {
    margin-top: 50px !important;
  }

  /* line 146, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-top-50-desktop {
    padding-top: 50px !important;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1239px) {
  /* line 154, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-top-50-desktop-only {
    margin-top: 50px !important;
  }

  /* line 156, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-top-50-desktop-only {
    padding-top: 50px !important;
  }
}

@media screen and (min-width: 1240px) {
  /* line 164, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-top-50-widescreen {
    margin-top: 50px !important;
  }

  /* line 166, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-top-50-widescreen {
    padding-top: 50px !important;
  }
}

@media screen and (min-width: 1240px) and (max-width: 1383px) {
  /* line 174, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-top-50-widescreen-only {
    margin-top: 50px !important;
  }

  /* line 176, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-top-50-widescreen-only {
    padding-top: 50px !important;
  }
}

@media screen and (min-width: 1384px) {
  /* line 184, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-top-50-fullhd {
    margin-top: 50px !important;
  }

  /* line 186, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-top-50-fullhd {
    padding-top: 50px !important;
  }
}

@media screen and (max-width: 767px) {
  /* line 104, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-bottom-50-mobile {
    margin-bottom: 50px !important;
  }

  /* line 106, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-bottom-50-mobile {
    padding-bottom: 50px !important;
  }
}

@media screen and (min-width: 768px), print {
  /* line 114, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-bottom-50-tablet {
    margin-bottom: 50px !important;
  }

  /* line 116, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-bottom-50-tablet {
    padding-bottom: 50px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 999px) {
  /* line 124, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-bottom-50-tablet-only {
    margin-bottom: 50px !important;
  }

  /* line 126, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-bottom-50-tablet-only {
    padding-bottom: 50px !important;
  }
}

@media screen and (max-width: 999px) {
  /* line 134, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-bottom-50-touch {
    margin-bottom: 50px !important;
  }

  /* line 136, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-bottom-50-touch {
    padding-bottom: 50px !important;
  }
}

@media screen and (min-width: 1000px) {
  /* line 144, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-bottom-50-desktop {
    margin-bottom: 50px !important;
  }

  /* line 146, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-bottom-50-desktop {
    padding-bottom: 50px !important;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1239px) {
  /* line 154, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-bottom-50-desktop-only {
    margin-bottom: 50px !important;
  }

  /* line 156, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-bottom-50-desktop-only {
    padding-bottom: 50px !important;
  }
}

@media screen and (min-width: 1240px) {
  /* line 164, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-bottom-50-widescreen {
    margin-bottom: 50px !important;
  }

  /* line 166, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-bottom-50-widescreen {
    padding-bottom: 50px !important;
  }
}

@media screen and (min-width: 1240px) and (max-width: 1383px) {
  /* line 174, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-bottom-50-widescreen-only {
    margin-bottom: 50px !important;
  }

  /* line 176, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-bottom-50-widescreen-only {
    padding-bottom: 50px !important;
  }
}

@media screen and (min-width: 1384px) {
  /* line 184, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-bottom-50-fullhd {
    margin-bottom: 50px !important;
  }

  /* line 186, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-bottom-50-fullhd {
    padding-bottom: 50px !important;
  }
}

@media screen and (max-width: 767px) {
  /* line 104, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-left-50-mobile {
    margin-left: 50px !important;
  }

  /* line 106, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-left-50-mobile {
    padding-left: 50px !important;
  }
}

@media screen and (min-width: 768px), print {
  /* line 114, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-left-50-tablet {
    margin-left: 50px !important;
  }

  /* line 116, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-left-50-tablet {
    padding-left: 50px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 999px) {
  /* line 124, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-left-50-tablet-only {
    margin-left: 50px !important;
  }

  /* line 126, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-left-50-tablet-only {
    padding-left: 50px !important;
  }
}

@media screen and (max-width: 999px) {
  /* line 134, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-left-50-touch {
    margin-left: 50px !important;
  }

  /* line 136, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-left-50-touch {
    padding-left: 50px !important;
  }
}

@media screen and (min-width: 1000px) {
  /* line 144, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-left-50-desktop {
    margin-left: 50px !important;
  }

  /* line 146, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-left-50-desktop {
    padding-left: 50px !important;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1239px) {
  /* line 154, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-left-50-desktop-only {
    margin-left: 50px !important;
  }

  /* line 156, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-left-50-desktop-only {
    padding-left: 50px !important;
  }
}

@media screen and (min-width: 1240px) {
  /* line 164, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-left-50-widescreen {
    margin-left: 50px !important;
  }

  /* line 166, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-left-50-widescreen {
    padding-left: 50px !important;
  }
}

@media screen and (min-width: 1240px) and (max-width: 1383px) {
  /* line 174, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-left-50-widescreen-only {
    margin-left: 50px !important;
  }

  /* line 176, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-left-50-widescreen-only {
    padding-left: 50px !important;
  }
}

@media screen and (min-width: 1384px) {
  /* line 184, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-left-50-fullhd {
    margin-left: 50px !important;
  }

  /* line 186, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-left-50-fullhd {
    padding-left: 50px !important;
  }
}

@media screen and (max-width: 767px) {
  /* line 104, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-right-50-mobile {
    margin-right: 50px !important;
  }

  /* line 106, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-right-50-mobile {
    padding-right: 50px !important;
  }
}

@media screen and (min-width: 768px), print {
  /* line 114, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-right-50-tablet {
    margin-right: 50px !important;
  }

  /* line 116, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-right-50-tablet {
    padding-right: 50px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 999px) {
  /* line 124, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-right-50-tablet-only {
    margin-right: 50px !important;
  }

  /* line 126, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-right-50-tablet-only {
    padding-right: 50px !important;
  }
}

@media screen and (max-width: 999px) {
  /* line 134, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-right-50-touch {
    margin-right: 50px !important;
  }

  /* line 136, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-right-50-touch {
    padding-right: 50px !important;
  }
}

@media screen and (min-width: 1000px) {
  /* line 144, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-right-50-desktop {
    margin-right: 50px !important;
  }

  /* line 146, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-right-50-desktop {
    padding-right: 50px !important;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1239px) {
  /* line 154, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-right-50-desktop-only {
    margin-right: 50px !important;
  }

  /* line 156, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-right-50-desktop-only {
    padding-right: 50px !important;
  }
}

@media screen and (min-width: 1240px) {
  /* line 164, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-right-50-widescreen {
    margin-right: 50px !important;
  }

  /* line 166, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-right-50-widescreen {
    padding-right: 50px !important;
  }
}

@media screen and (min-width: 1240px) and (max-width: 1383px) {
  /* line 174, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-right-50-widescreen-only {
    margin-right: 50px !important;
  }

  /* line 176, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-right-50-widescreen-only {
    padding-right: 50px !important;
  }
}

@media screen and (min-width: 1384px) {
  /* line 184, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-right-50-fullhd {
    margin-right: 50px !important;
  }

  /* line 186, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-right-50-fullhd {
    padding-right: 50px !important;
  }
}

@media screen and (max-width: 767px) {
  /* line 12, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-55-mobile {
    margin: 55px !important;
  }

  /* line 14, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-55-mobile {
    padding: 55px !important;
  }
}

@media screen and (min-width: 768px), print {
  /* line 22, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-55-tablet {
    margin: 55px !important;
  }

  /* line 24, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-55-tablet {
    padding: 55px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 999px) {
  /* line 32, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-55-tablet-only {
    margin: 55px !important;
  }

  /* line 34, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-55-tablet-only {
    padding: 55px !important;
  }
}

@media screen and (max-width: 999px) {
  /* line 42, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-55-touch {
    margin: 55px !important;
  }

  /* line 44, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-55-touch {
    padding: 55px !important;
  }
}

@media screen and (min-width: 1000px) {
  /* line 52, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-55-desktop {
    margin: 55px !important;
  }

  /* line 54, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-55-desktop {
    padding: 55px !important;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1239px) {
  /* line 62, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-55-desktop-only {
    margin: 55px !important;
  }

  /* line 64, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-55-desktop-only {
    padding: 55px !important;
  }
}

@media screen and (min-width: 1240px) {
  /* line 72, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-55-widescreen {
    margin: 55px !important;
  }

  /* line 74, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-55-widescreen {
    padding: 55px !important;
  }
}

@media screen and (min-width: 1240px) and (max-width: 1383px) {
  /* line 82, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-55-widescreen-only {
    margin: 55px !important;
  }

  /* line 84, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-55-widescreen-only {
    padding: 55px !important;
  }
}

@media screen and (min-width: 1384px) {
  /* line 92, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-55-fullhd {
    margin: 55px !important;
  }

  /* line 94, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-55-fullhd {
    padding: 55px !important;
  }
}

@media screen and (max-width: 767px) {
  /* line 104, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-top-55-mobile {
    margin-top: 55px !important;
  }

  /* line 106, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-top-55-mobile {
    padding-top: 55px !important;
  }
}

@media screen and (min-width: 768px), print {
  /* line 114, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-top-55-tablet {
    margin-top: 55px !important;
  }

  /* line 116, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-top-55-tablet {
    padding-top: 55px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 999px) {
  /* line 124, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-top-55-tablet-only {
    margin-top: 55px !important;
  }

  /* line 126, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-top-55-tablet-only {
    padding-top: 55px !important;
  }
}

@media screen and (max-width: 999px) {
  /* line 134, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-top-55-touch {
    margin-top: 55px !important;
  }

  /* line 136, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-top-55-touch {
    padding-top: 55px !important;
  }
}

@media screen and (min-width: 1000px) {
  /* line 144, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-top-55-desktop {
    margin-top: 55px !important;
  }

  /* line 146, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-top-55-desktop {
    padding-top: 55px !important;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1239px) {
  /* line 154, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-top-55-desktop-only {
    margin-top: 55px !important;
  }

  /* line 156, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-top-55-desktop-only {
    padding-top: 55px !important;
  }
}

@media screen and (min-width: 1240px) {
  /* line 164, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-top-55-widescreen {
    margin-top: 55px !important;
  }

  /* line 166, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-top-55-widescreen {
    padding-top: 55px !important;
  }
}

@media screen and (min-width: 1240px) and (max-width: 1383px) {
  /* line 174, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-top-55-widescreen-only {
    margin-top: 55px !important;
  }

  /* line 176, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-top-55-widescreen-only {
    padding-top: 55px !important;
  }
}

@media screen and (min-width: 1384px) {
  /* line 184, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-top-55-fullhd {
    margin-top: 55px !important;
  }

  /* line 186, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-top-55-fullhd {
    padding-top: 55px !important;
  }
}

@media screen and (max-width: 767px) {
  /* line 104, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-bottom-55-mobile {
    margin-bottom: 55px !important;
  }

  /* line 106, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-bottom-55-mobile {
    padding-bottom: 55px !important;
  }
}

@media screen and (min-width: 768px), print {
  /* line 114, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-bottom-55-tablet {
    margin-bottom: 55px !important;
  }

  /* line 116, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-bottom-55-tablet {
    padding-bottom: 55px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 999px) {
  /* line 124, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-bottom-55-tablet-only {
    margin-bottom: 55px !important;
  }

  /* line 126, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-bottom-55-tablet-only {
    padding-bottom: 55px !important;
  }
}

@media screen and (max-width: 999px) {
  /* line 134, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-bottom-55-touch {
    margin-bottom: 55px !important;
  }

  /* line 136, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-bottom-55-touch {
    padding-bottom: 55px !important;
  }
}

@media screen and (min-width: 1000px) {
  /* line 144, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-bottom-55-desktop {
    margin-bottom: 55px !important;
  }

  /* line 146, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-bottom-55-desktop {
    padding-bottom: 55px !important;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1239px) {
  /* line 154, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-bottom-55-desktop-only {
    margin-bottom: 55px !important;
  }

  /* line 156, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-bottom-55-desktop-only {
    padding-bottom: 55px !important;
  }
}

@media screen and (min-width: 1240px) {
  /* line 164, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-bottom-55-widescreen {
    margin-bottom: 55px !important;
  }

  /* line 166, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-bottom-55-widescreen {
    padding-bottom: 55px !important;
  }
}

@media screen and (min-width: 1240px) and (max-width: 1383px) {
  /* line 174, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-bottom-55-widescreen-only {
    margin-bottom: 55px !important;
  }

  /* line 176, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-bottom-55-widescreen-only {
    padding-bottom: 55px !important;
  }
}

@media screen and (min-width: 1384px) {
  /* line 184, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-bottom-55-fullhd {
    margin-bottom: 55px !important;
  }

  /* line 186, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-bottom-55-fullhd {
    padding-bottom: 55px !important;
  }
}

@media screen and (max-width: 767px) {
  /* line 104, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-left-55-mobile {
    margin-left: 55px !important;
  }

  /* line 106, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-left-55-mobile {
    padding-left: 55px !important;
  }
}

@media screen and (min-width: 768px), print {
  /* line 114, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-left-55-tablet {
    margin-left: 55px !important;
  }

  /* line 116, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-left-55-tablet {
    padding-left: 55px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 999px) {
  /* line 124, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-left-55-tablet-only {
    margin-left: 55px !important;
  }

  /* line 126, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-left-55-tablet-only {
    padding-left: 55px !important;
  }
}

@media screen and (max-width: 999px) {
  /* line 134, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-left-55-touch {
    margin-left: 55px !important;
  }

  /* line 136, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-left-55-touch {
    padding-left: 55px !important;
  }
}

@media screen and (min-width: 1000px) {
  /* line 144, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-left-55-desktop {
    margin-left: 55px !important;
  }

  /* line 146, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-left-55-desktop {
    padding-left: 55px !important;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1239px) {
  /* line 154, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-left-55-desktop-only {
    margin-left: 55px !important;
  }

  /* line 156, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-left-55-desktop-only {
    padding-left: 55px !important;
  }
}

@media screen and (min-width: 1240px) {
  /* line 164, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-left-55-widescreen {
    margin-left: 55px !important;
  }

  /* line 166, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-left-55-widescreen {
    padding-left: 55px !important;
  }
}

@media screen and (min-width: 1240px) and (max-width: 1383px) {
  /* line 174, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-left-55-widescreen-only {
    margin-left: 55px !important;
  }

  /* line 176, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-left-55-widescreen-only {
    padding-left: 55px !important;
  }
}

@media screen and (min-width: 1384px) {
  /* line 184, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-left-55-fullhd {
    margin-left: 55px !important;
  }

  /* line 186, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-left-55-fullhd {
    padding-left: 55px !important;
  }
}

@media screen and (max-width: 767px) {
  /* line 104, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-right-55-mobile {
    margin-right: 55px !important;
  }

  /* line 106, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-right-55-mobile {
    padding-right: 55px !important;
  }
}

@media screen and (min-width: 768px), print {
  /* line 114, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-right-55-tablet {
    margin-right: 55px !important;
  }

  /* line 116, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-right-55-tablet {
    padding-right: 55px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 999px) {
  /* line 124, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-right-55-tablet-only {
    margin-right: 55px !important;
  }

  /* line 126, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-right-55-tablet-only {
    padding-right: 55px !important;
  }
}

@media screen and (max-width: 999px) {
  /* line 134, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-right-55-touch {
    margin-right: 55px !important;
  }

  /* line 136, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-right-55-touch {
    padding-right: 55px !important;
  }
}

@media screen and (min-width: 1000px) {
  /* line 144, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-right-55-desktop {
    margin-right: 55px !important;
  }

  /* line 146, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-right-55-desktop {
    padding-right: 55px !important;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1239px) {
  /* line 154, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-right-55-desktop-only {
    margin-right: 55px !important;
  }

  /* line 156, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-right-55-desktop-only {
    padding-right: 55px !important;
  }
}

@media screen and (min-width: 1240px) {
  /* line 164, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-right-55-widescreen {
    margin-right: 55px !important;
  }

  /* line 166, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-right-55-widescreen {
    padding-right: 55px !important;
  }
}

@media screen and (min-width: 1240px) and (max-width: 1383px) {
  /* line 174, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-right-55-widescreen-only {
    margin-right: 55px !important;
  }

  /* line 176, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-right-55-widescreen-only {
    padding-right: 55px !important;
  }
}

@media screen and (min-width: 1384px) {
  /* line 184, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-right-55-fullhd {
    margin-right: 55px !important;
  }

  /* line 186, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-right-55-fullhd {
    padding-right: 55px !important;
  }
}

@media screen and (max-width: 767px) {
  /* line 12, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-60-mobile {
    margin: 60px !important;
  }

  /* line 14, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-60-mobile {
    padding: 60px !important;
  }
}

@media screen and (min-width: 768px), print {
  /* line 22, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-60-tablet {
    margin: 60px !important;
  }

  /* line 24, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-60-tablet {
    padding: 60px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 999px) {
  /* line 32, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-60-tablet-only {
    margin: 60px !important;
  }

  /* line 34, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-60-tablet-only {
    padding: 60px !important;
  }
}

@media screen and (max-width: 999px) {
  /* line 42, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-60-touch {
    margin: 60px !important;
  }

  /* line 44, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-60-touch {
    padding: 60px !important;
  }
}

@media screen and (min-width: 1000px) {
  /* line 52, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-60-desktop {
    margin: 60px !important;
  }

  /* line 54, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-60-desktop {
    padding: 60px !important;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1239px) {
  /* line 62, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-60-desktop-only {
    margin: 60px !important;
  }

  /* line 64, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-60-desktop-only {
    padding: 60px !important;
  }
}

@media screen and (min-width: 1240px) {
  /* line 72, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-60-widescreen {
    margin: 60px !important;
  }

  /* line 74, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-60-widescreen {
    padding: 60px !important;
  }
}

@media screen and (min-width: 1240px) and (max-width: 1383px) {
  /* line 82, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-60-widescreen-only {
    margin: 60px !important;
  }

  /* line 84, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-60-widescreen-only {
    padding: 60px !important;
  }
}

@media screen and (min-width: 1384px) {
  /* line 92, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-60-fullhd {
    margin: 60px !important;
  }

  /* line 94, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-60-fullhd {
    padding: 60px !important;
  }
}

@media screen and (max-width: 767px) {
  /* line 104, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-top-60-mobile {
    margin-top: 60px !important;
  }

  /* line 106, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-top-60-mobile {
    padding-top: 60px !important;
  }
}

@media screen and (min-width: 768px), print {
  /* line 114, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-top-60-tablet {
    margin-top: 60px !important;
  }

  /* line 116, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-top-60-tablet {
    padding-top: 60px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 999px) {
  /* line 124, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-top-60-tablet-only {
    margin-top: 60px !important;
  }

  /* line 126, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-top-60-tablet-only {
    padding-top: 60px !important;
  }
}

@media screen and (max-width: 999px) {
  /* line 134, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-top-60-touch {
    margin-top: 60px !important;
  }

  /* line 136, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-top-60-touch {
    padding-top: 60px !important;
  }
}

@media screen and (min-width: 1000px) {
  /* line 144, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-top-60-desktop {
    margin-top: 60px !important;
  }

  /* line 146, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-top-60-desktop {
    padding-top: 60px !important;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1239px) {
  /* line 154, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-top-60-desktop-only {
    margin-top: 60px !important;
  }

  /* line 156, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-top-60-desktop-only {
    padding-top: 60px !important;
  }
}

@media screen and (min-width: 1240px) {
  /* line 164, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-top-60-widescreen {
    margin-top: 60px !important;
  }

  /* line 166, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-top-60-widescreen {
    padding-top: 60px !important;
  }
}

@media screen and (min-width: 1240px) and (max-width: 1383px) {
  /* line 174, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-top-60-widescreen-only {
    margin-top: 60px !important;
  }

  /* line 176, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-top-60-widescreen-only {
    padding-top: 60px !important;
  }
}

@media screen and (min-width: 1384px) {
  /* line 184, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-top-60-fullhd {
    margin-top: 60px !important;
  }

  /* line 186, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-top-60-fullhd {
    padding-top: 60px !important;
  }
}

@media screen and (max-width: 767px) {
  /* line 104, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-bottom-60-mobile {
    margin-bottom: 60px !important;
  }

  /* line 106, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-bottom-60-mobile {
    padding-bottom: 60px !important;
  }
}

@media screen and (min-width: 768px), print {
  /* line 114, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-bottom-60-tablet {
    margin-bottom: 60px !important;
  }

  /* line 116, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-bottom-60-tablet {
    padding-bottom: 60px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 999px) {
  /* line 124, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-bottom-60-tablet-only {
    margin-bottom: 60px !important;
  }

  /* line 126, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-bottom-60-tablet-only {
    padding-bottom: 60px !important;
  }
}

@media screen and (max-width: 999px) {
  /* line 134, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-bottom-60-touch {
    margin-bottom: 60px !important;
  }

  /* line 136, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-bottom-60-touch {
    padding-bottom: 60px !important;
  }
}

@media screen and (min-width: 1000px) {
  /* line 144, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-bottom-60-desktop {
    margin-bottom: 60px !important;
  }

  /* line 146, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-bottom-60-desktop {
    padding-bottom: 60px !important;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1239px) {
  /* line 154, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-bottom-60-desktop-only {
    margin-bottom: 60px !important;
  }

  /* line 156, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-bottom-60-desktop-only {
    padding-bottom: 60px !important;
  }
}

@media screen and (min-width: 1240px) {
  /* line 164, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-bottom-60-widescreen {
    margin-bottom: 60px !important;
  }

  /* line 166, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-bottom-60-widescreen {
    padding-bottom: 60px !important;
  }
}

@media screen and (min-width: 1240px) and (max-width: 1383px) {
  /* line 174, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-bottom-60-widescreen-only {
    margin-bottom: 60px !important;
  }

  /* line 176, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-bottom-60-widescreen-only {
    padding-bottom: 60px !important;
  }
}

@media screen and (min-width: 1384px) {
  /* line 184, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-bottom-60-fullhd {
    margin-bottom: 60px !important;
  }

  /* line 186, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-bottom-60-fullhd {
    padding-bottom: 60px !important;
  }
}

@media screen and (max-width: 767px) {
  /* line 104, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-left-60-mobile {
    margin-left: 60px !important;
  }

  /* line 106, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-left-60-mobile {
    padding-left: 60px !important;
  }
}

@media screen and (min-width: 768px), print {
  /* line 114, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-left-60-tablet {
    margin-left: 60px !important;
  }

  /* line 116, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-left-60-tablet {
    padding-left: 60px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 999px) {
  /* line 124, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-left-60-tablet-only {
    margin-left: 60px !important;
  }

  /* line 126, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-left-60-tablet-only {
    padding-left: 60px !important;
  }
}

@media screen and (max-width: 999px) {
  /* line 134, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-left-60-touch {
    margin-left: 60px !important;
  }

  /* line 136, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-left-60-touch {
    padding-left: 60px !important;
  }
}

@media screen and (min-width: 1000px) {
  /* line 144, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-left-60-desktop {
    margin-left: 60px !important;
  }

  /* line 146, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-left-60-desktop {
    padding-left: 60px !important;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1239px) {
  /* line 154, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-left-60-desktop-only {
    margin-left: 60px !important;
  }

  /* line 156, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-left-60-desktop-only {
    padding-left: 60px !important;
  }
}

@media screen and (min-width: 1240px) {
  /* line 164, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-left-60-widescreen {
    margin-left: 60px !important;
  }

  /* line 166, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-left-60-widescreen {
    padding-left: 60px !important;
  }
}

@media screen and (min-width: 1240px) and (max-width: 1383px) {
  /* line 174, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-left-60-widescreen-only {
    margin-left: 60px !important;
  }

  /* line 176, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-left-60-widescreen-only {
    padding-left: 60px !important;
  }
}

@media screen and (min-width: 1384px) {
  /* line 184, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-left-60-fullhd {
    margin-left: 60px !important;
  }

  /* line 186, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-left-60-fullhd {
    padding-left: 60px !important;
  }
}

@media screen and (max-width: 767px) {
  /* line 104, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-right-60-mobile {
    margin-right: 60px !important;
  }

  /* line 106, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-right-60-mobile {
    padding-right: 60px !important;
  }
}

@media screen and (min-width: 768px), print {
  /* line 114, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-right-60-tablet {
    margin-right: 60px !important;
  }

  /* line 116, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-right-60-tablet {
    padding-right: 60px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 999px) {
  /* line 124, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-right-60-tablet-only {
    margin-right: 60px !important;
  }

  /* line 126, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-right-60-tablet-only {
    padding-right: 60px !important;
  }
}

@media screen and (max-width: 999px) {
  /* line 134, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-right-60-touch {
    margin-right: 60px !important;
  }

  /* line 136, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-right-60-touch {
    padding-right: 60px !important;
  }
}

@media screen and (min-width: 1000px) {
  /* line 144, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-right-60-desktop {
    margin-right: 60px !important;
  }

  /* line 146, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-right-60-desktop {
    padding-right: 60px !important;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1239px) {
  /* line 154, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-right-60-desktop-only {
    margin-right: 60px !important;
  }

  /* line 156, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-right-60-desktop-only {
    padding-right: 60px !important;
  }
}

@media screen and (min-width: 1240px) {
  /* line 164, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-right-60-widescreen {
    margin-right: 60px !important;
  }

  /* line 166, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-right-60-widescreen {
    padding-right: 60px !important;
  }
}

@media screen and (min-width: 1240px) and (max-width: 1383px) {
  /* line 174, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-right-60-widescreen-only {
    margin-right: 60px !important;
  }

  /* line 176, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-right-60-widescreen-only {
    padding-right: 60px !important;
  }
}

@media screen and (min-width: 1384px) {
  /* line 184, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-right-60-fullhd {
    margin-right: 60px !important;
  }

  /* line 186, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-right-60-fullhd {
    padding-right: 60px !important;
  }
}

@media screen and (max-width: 767px) {
  /* line 12, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-65-mobile {
    margin: 65px !important;
  }

  /* line 14, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-65-mobile {
    padding: 65px !important;
  }
}

@media screen and (min-width: 768px), print {
  /* line 22, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-65-tablet {
    margin: 65px !important;
  }

  /* line 24, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-65-tablet {
    padding: 65px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 999px) {
  /* line 32, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-65-tablet-only {
    margin: 65px !important;
  }

  /* line 34, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-65-tablet-only {
    padding: 65px !important;
  }
}

@media screen and (max-width: 999px) {
  /* line 42, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-65-touch {
    margin: 65px !important;
  }

  /* line 44, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-65-touch {
    padding: 65px !important;
  }
}

@media screen and (min-width: 1000px) {
  /* line 52, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-65-desktop {
    margin: 65px !important;
  }

  /* line 54, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-65-desktop {
    padding: 65px !important;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1239px) {
  /* line 62, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-65-desktop-only {
    margin: 65px !important;
  }

  /* line 64, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-65-desktop-only {
    padding: 65px !important;
  }
}

@media screen and (min-width: 1240px) {
  /* line 72, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-65-widescreen {
    margin: 65px !important;
  }

  /* line 74, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-65-widescreen {
    padding: 65px !important;
  }
}

@media screen and (min-width: 1240px) and (max-width: 1383px) {
  /* line 82, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-65-widescreen-only {
    margin: 65px !important;
  }

  /* line 84, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-65-widescreen-only {
    padding: 65px !important;
  }
}

@media screen and (min-width: 1384px) {
  /* line 92, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-65-fullhd {
    margin: 65px !important;
  }

  /* line 94, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-65-fullhd {
    padding: 65px !important;
  }
}

@media screen and (max-width: 767px) {
  /* line 104, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-top-65-mobile {
    margin-top: 65px !important;
  }

  /* line 106, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-top-65-mobile {
    padding-top: 65px !important;
  }
}

@media screen and (min-width: 768px), print {
  /* line 114, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-top-65-tablet {
    margin-top: 65px !important;
  }

  /* line 116, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-top-65-tablet {
    padding-top: 65px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 999px) {
  /* line 124, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-top-65-tablet-only {
    margin-top: 65px !important;
  }

  /* line 126, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-top-65-tablet-only {
    padding-top: 65px !important;
  }
}

@media screen and (max-width: 999px) {
  /* line 134, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-top-65-touch {
    margin-top: 65px !important;
  }

  /* line 136, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-top-65-touch {
    padding-top: 65px !important;
  }
}

@media screen and (min-width: 1000px) {
  /* line 144, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-top-65-desktop {
    margin-top: 65px !important;
  }

  /* line 146, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-top-65-desktop {
    padding-top: 65px !important;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1239px) {
  /* line 154, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-top-65-desktop-only {
    margin-top: 65px !important;
  }

  /* line 156, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-top-65-desktop-only {
    padding-top: 65px !important;
  }
}

@media screen and (min-width: 1240px) {
  /* line 164, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-top-65-widescreen {
    margin-top: 65px !important;
  }

  /* line 166, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-top-65-widescreen {
    padding-top: 65px !important;
  }
}

@media screen and (min-width: 1240px) and (max-width: 1383px) {
  /* line 174, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-top-65-widescreen-only {
    margin-top: 65px !important;
  }

  /* line 176, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-top-65-widescreen-only {
    padding-top: 65px !important;
  }
}

@media screen and (min-width: 1384px) {
  /* line 184, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-top-65-fullhd {
    margin-top: 65px !important;
  }

  /* line 186, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-top-65-fullhd {
    padding-top: 65px !important;
  }
}

@media screen and (max-width: 767px) {
  /* line 104, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-bottom-65-mobile {
    margin-bottom: 65px !important;
  }

  /* line 106, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-bottom-65-mobile {
    padding-bottom: 65px !important;
  }
}

@media screen and (min-width: 768px), print {
  /* line 114, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-bottom-65-tablet {
    margin-bottom: 65px !important;
  }

  /* line 116, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-bottom-65-tablet {
    padding-bottom: 65px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 999px) {
  /* line 124, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-bottom-65-tablet-only {
    margin-bottom: 65px !important;
  }

  /* line 126, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-bottom-65-tablet-only {
    padding-bottom: 65px !important;
  }
}

@media screen and (max-width: 999px) {
  /* line 134, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-bottom-65-touch {
    margin-bottom: 65px !important;
  }

  /* line 136, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-bottom-65-touch {
    padding-bottom: 65px !important;
  }
}

@media screen and (min-width: 1000px) {
  /* line 144, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-bottom-65-desktop {
    margin-bottom: 65px !important;
  }

  /* line 146, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-bottom-65-desktop {
    padding-bottom: 65px !important;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1239px) {
  /* line 154, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-bottom-65-desktop-only {
    margin-bottom: 65px !important;
  }

  /* line 156, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-bottom-65-desktop-only {
    padding-bottom: 65px !important;
  }
}

@media screen and (min-width: 1240px) {
  /* line 164, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-bottom-65-widescreen {
    margin-bottom: 65px !important;
  }

  /* line 166, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-bottom-65-widescreen {
    padding-bottom: 65px !important;
  }
}

@media screen and (min-width: 1240px) and (max-width: 1383px) {
  /* line 174, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-bottom-65-widescreen-only {
    margin-bottom: 65px !important;
  }

  /* line 176, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-bottom-65-widescreen-only {
    padding-bottom: 65px !important;
  }
}

@media screen and (min-width: 1384px) {
  /* line 184, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-bottom-65-fullhd {
    margin-bottom: 65px !important;
  }

  /* line 186, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-bottom-65-fullhd {
    padding-bottom: 65px !important;
  }
}

@media screen and (max-width: 767px) {
  /* line 104, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-left-65-mobile {
    margin-left: 65px !important;
  }

  /* line 106, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-left-65-mobile {
    padding-left: 65px !important;
  }
}

@media screen and (min-width: 768px), print {
  /* line 114, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-left-65-tablet {
    margin-left: 65px !important;
  }

  /* line 116, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-left-65-tablet {
    padding-left: 65px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 999px) {
  /* line 124, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-left-65-tablet-only {
    margin-left: 65px !important;
  }

  /* line 126, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-left-65-tablet-only {
    padding-left: 65px !important;
  }
}

@media screen and (max-width: 999px) {
  /* line 134, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-left-65-touch {
    margin-left: 65px !important;
  }

  /* line 136, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-left-65-touch {
    padding-left: 65px !important;
  }
}

@media screen and (min-width: 1000px) {
  /* line 144, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-left-65-desktop {
    margin-left: 65px !important;
  }

  /* line 146, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-left-65-desktop {
    padding-left: 65px !important;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1239px) {
  /* line 154, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-left-65-desktop-only {
    margin-left: 65px !important;
  }

  /* line 156, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-left-65-desktop-only {
    padding-left: 65px !important;
  }
}

@media screen and (min-width: 1240px) {
  /* line 164, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-left-65-widescreen {
    margin-left: 65px !important;
  }

  /* line 166, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-left-65-widescreen {
    padding-left: 65px !important;
  }
}

@media screen and (min-width: 1240px) and (max-width: 1383px) {
  /* line 174, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-left-65-widescreen-only {
    margin-left: 65px !important;
  }

  /* line 176, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-left-65-widescreen-only {
    padding-left: 65px !important;
  }
}

@media screen and (min-width: 1384px) {
  /* line 184, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-left-65-fullhd {
    margin-left: 65px !important;
  }

  /* line 186, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-left-65-fullhd {
    padding-left: 65px !important;
  }
}

@media screen and (max-width: 767px) {
  /* line 104, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-right-65-mobile {
    margin-right: 65px !important;
  }

  /* line 106, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-right-65-mobile {
    padding-right: 65px !important;
  }
}

@media screen and (min-width: 768px), print {
  /* line 114, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-right-65-tablet {
    margin-right: 65px !important;
  }

  /* line 116, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-right-65-tablet {
    padding-right: 65px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 999px) {
  /* line 124, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-right-65-tablet-only {
    margin-right: 65px !important;
  }

  /* line 126, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-right-65-tablet-only {
    padding-right: 65px !important;
  }
}

@media screen and (max-width: 999px) {
  /* line 134, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-right-65-touch {
    margin-right: 65px !important;
  }

  /* line 136, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-right-65-touch {
    padding-right: 65px !important;
  }
}

@media screen and (min-width: 1000px) {
  /* line 144, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-right-65-desktop {
    margin-right: 65px !important;
  }

  /* line 146, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-right-65-desktop {
    padding-right: 65px !important;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1239px) {
  /* line 154, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-right-65-desktop-only {
    margin-right: 65px !important;
  }

  /* line 156, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-right-65-desktop-only {
    padding-right: 65px !important;
  }
}

@media screen and (min-width: 1240px) {
  /* line 164, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-right-65-widescreen {
    margin-right: 65px !important;
  }

  /* line 166, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-right-65-widescreen {
    padding-right: 65px !important;
  }
}

@media screen and (min-width: 1240px) and (max-width: 1383px) {
  /* line 174, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-right-65-widescreen-only {
    margin-right: 65px !important;
  }

  /* line 176, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-right-65-widescreen-only {
    padding-right: 65px !important;
  }
}

@media screen and (min-width: 1384px) {
  /* line 184, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-right-65-fullhd {
    margin-right: 65px !important;
  }

  /* line 186, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-right-65-fullhd {
    padding-right: 65px !important;
  }
}

@media screen and (max-width: 767px) {
  /* line 12, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-70-mobile {
    margin: 70px !important;
  }

  /* line 14, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-70-mobile {
    padding: 70px !important;
  }
}

@media screen and (min-width: 768px), print {
  /* line 22, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-70-tablet {
    margin: 70px !important;
  }

  /* line 24, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-70-tablet {
    padding: 70px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 999px) {
  /* line 32, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-70-tablet-only {
    margin: 70px !important;
  }

  /* line 34, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-70-tablet-only {
    padding: 70px !important;
  }
}

@media screen and (max-width: 999px) {
  /* line 42, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-70-touch {
    margin: 70px !important;
  }

  /* line 44, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-70-touch {
    padding: 70px !important;
  }
}

@media screen and (min-width: 1000px) {
  /* line 52, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-70-desktop {
    margin: 70px !important;
  }

  /* line 54, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-70-desktop {
    padding: 70px !important;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1239px) {
  /* line 62, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-70-desktop-only {
    margin: 70px !important;
  }

  /* line 64, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-70-desktop-only {
    padding: 70px !important;
  }
}

@media screen and (min-width: 1240px) {
  /* line 72, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-70-widescreen {
    margin: 70px !important;
  }

  /* line 74, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-70-widescreen {
    padding: 70px !important;
  }
}

@media screen and (min-width: 1240px) and (max-width: 1383px) {
  /* line 82, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-70-widescreen-only {
    margin: 70px !important;
  }

  /* line 84, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-70-widescreen-only {
    padding: 70px !important;
  }
}

@media screen and (min-width: 1384px) {
  /* line 92, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-70-fullhd {
    margin: 70px !important;
  }

  /* line 94, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-70-fullhd {
    padding: 70px !important;
  }
}

@media screen and (max-width: 767px) {
  /* line 104, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-top-70-mobile {
    margin-top: 70px !important;
  }

  /* line 106, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-top-70-mobile {
    padding-top: 70px !important;
  }
}

@media screen and (min-width: 768px), print {
  /* line 114, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-top-70-tablet {
    margin-top: 70px !important;
  }

  /* line 116, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-top-70-tablet {
    padding-top: 70px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 999px) {
  /* line 124, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-top-70-tablet-only {
    margin-top: 70px !important;
  }

  /* line 126, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-top-70-tablet-only {
    padding-top: 70px !important;
  }
}

@media screen and (max-width: 999px) {
  /* line 134, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-top-70-touch {
    margin-top: 70px !important;
  }

  /* line 136, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-top-70-touch {
    padding-top: 70px !important;
  }
}

@media screen and (min-width: 1000px) {
  /* line 144, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-top-70-desktop {
    margin-top: 70px !important;
  }

  /* line 146, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-top-70-desktop {
    padding-top: 70px !important;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1239px) {
  /* line 154, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-top-70-desktop-only {
    margin-top: 70px !important;
  }

  /* line 156, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-top-70-desktop-only {
    padding-top: 70px !important;
  }
}

@media screen and (min-width: 1240px) {
  /* line 164, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-top-70-widescreen {
    margin-top: 70px !important;
  }

  /* line 166, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-top-70-widescreen {
    padding-top: 70px !important;
  }
}

@media screen and (min-width: 1240px) and (max-width: 1383px) {
  /* line 174, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-top-70-widescreen-only {
    margin-top: 70px !important;
  }

  /* line 176, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-top-70-widescreen-only {
    padding-top: 70px !important;
  }
}

@media screen and (min-width: 1384px) {
  /* line 184, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-top-70-fullhd {
    margin-top: 70px !important;
  }

  /* line 186, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-top-70-fullhd {
    padding-top: 70px !important;
  }
}

@media screen and (max-width: 767px) {
  /* line 104, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-bottom-70-mobile {
    margin-bottom: 70px !important;
  }

  /* line 106, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-bottom-70-mobile {
    padding-bottom: 70px !important;
  }
}

@media screen and (min-width: 768px), print {
  /* line 114, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-bottom-70-tablet {
    margin-bottom: 70px !important;
  }

  /* line 116, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-bottom-70-tablet {
    padding-bottom: 70px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 999px) {
  /* line 124, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-bottom-70-tablet-only {
    margin-bottom: 70px !important;
  }

  /* line 126, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-bottom-70-tablet-only {
    padding-bottom: 70px !important;
  }
}

@media screen and (max-width: 999px) {
  /* line 134, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-bottom-70-touch {
    margin-bottom: 70px !important;
  }

  /* line 136, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-bottom-70-touch {
    padding-bottom: 70px !important;
  }
}

@media screen and (min-width: 1000px) {
  /* line 144, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-bottom-70-desktop {
    margin-bottom: 70px !important;
  }

  /* line 146, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-bottom-70-desktop {
    padding-bottom: 70px !important;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1239px) {
  /* line 154, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-bottom-70-desktop-only {
    margin-bottom: 70px !important;
  }

  /* line 156, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-bottom-70-desktop-only {
    padding-bottom: 70px !important;
  }
}

@media screen and (min-width: 1240px) {
  /* line 164, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-bottom-70-widescreen {
    margin-bottom: 70px !important;
  }

  /* line 166, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-bottom-70-widescreen {
    padding-bottom: 70px !important;
  }
}

@media screen and (min-width: 1240px) and (max-width: 1383px) {
  /* line 174, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-bottom-70-widescreen-only {
    margin-bottom: 70px !important;
  }

  /* line 176, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-bottom-70-widescreen-only {
    padding-bottom: 70px !important;
  }
}

@media screen and (min-width: 1384px) {
  /* line 184, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-bottom-70-fullhd {
    margin-bottom: 70px !important;
  }

  /* line 186, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-bottom-70-fullhd {
    padding-bottom: 70px !important;
  }
}

@media screen and (max-width: 767px) {
  /* line 104, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-left-70-mobile {
    margin-left: 70px !important;
  }

  /* line 106, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-left-70-mobile {
    padding-left: 70px !important;
  }
}

@media screen and (min-width: 768px), print {
  /* line 114, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-left-70-tablet {
    margin-left: 70px !important;
  }

  /* line 116, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-left-70-tablet {
    padding-left: 70px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 999px) {
  /* line 124, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-left-70-tablet-only {
    margin-left: 70px !important;
  }

  /* line 126, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-left-70-tablet-only {
    padding-left: 70px !important;
  }
}

@media screen and (max-width: 999px) {
  /* line 134, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-left-70-touch {
    margin-left: 70px !important;
  }

  /* line 136, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-left-70-touch {
    padding-left: 70px !important;
  }
}

@media screen and (min-width: 1000px) {
  /* line 144, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-left-70-desktop {
    margin-left: 70px !important;
  }

  /* line 146, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-left-70-desktop {
    padding-left: 70px !important;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1239px) {
  /* line 154, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-left-70-desktop-only {
    margin-left: 70px !important;
  }

  /* line 156, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-left-70-desktop-only {
    padding-left: 70px !important;
  }
}

@media screen and (min-width: 1240px) {
  /* line 164, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-left-70-widescreen {
    margin-left: 70px !important;
  }

  /* line 166, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-left-70-widescreen {
    padding-left: 70px !important;
  }
}

@media screen and (min-width: 1240px) and (max-width: 1383px) {
  /* line 174, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-left-70-widescreen-only {
    margin-left: 70px !important;
  }

  /* line 176, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-left-70-widescreen-only {
    padding-left: 70px !important;
  }
}

@media screen and (min-width: 1384px) {
  /* line 184, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-left-70-fullhd {
    margin-left: 70px !important;
  }

  /* line 186, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-left-70-fullhd {
    padding-left: 70px !important;
  }
}

@media screen and (max-width: 767px) {
  /* line 104, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-right-70-mobile {
    margin-right: 70px !important;
  }

  /* line 106, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-right-70-mobile {
    padding-right: 70px !important;
  }
}

@media screen and (min-width: 768px), print {
  /* line 114, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-right-70-tablet {
    margin-right: 70px !important;
  }

  /* line 116, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-right-70-tablet {
    padding-right: 70px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 999px) {
  /* line 124, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-right-70-tablet-only {
    margin-right: 70px !important;
  }

  /* line 126, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-right-70-tablet-only {
    padding-right: 70px !important;
  }
}

@media screen and (max-width: 999px) {
  /* line 134, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-right-70-touch {
    margin-right: 70px !important;
  }

  /* line 136, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-right-70-touch {
    padding-right: 70px !important;
  }
}

@media screen and (min-width: 1000px) {
  /* line 144, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-right-70-desktop {
    margin-right: 70px !important;
  }

  /* line 146, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-right-70-desktop {
    padding-right: 70px !important;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1239px) {
  /* line 154, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-right-70-desktop-only {
    margin-right: 70px !important;
  }

  /* line 156, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-right-70-desktop-only {
    padding-right: 70px !important;
  }
}

@media screen and (min-width: 1240px) {
  /* line 164, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-right-70-widescreen {
    margin-right: 70px !important;
  }

  /* line 166, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-right-70-widescreen {
    padding-right: 70px !important;
  }
}

@media screen and (min-width: 1240px) and (max-width: 1383px) {
  /* line 174, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-right-70-widescreen-only {
    margin-right: 70px !important;
  }

  /* line 176, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-right-70-widescreen-only {
    padding-right: 70px !important;
  }
}

@media screen and (min-width: 1384px) {
  /* line 184, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-right-70-fullhd {
    margin-right: 70px !important;
  }

  /* line 186, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-right-70-fullhd {
    padding-right: 70px !important;
  }
}

@media screen and (max-width: 767px) {
  /* line 12, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-75-mobile {
    margin: 75px !important;
  }

  /* line 14, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-75-mobile {
    padding: 75px !important;
  }
}

@media screen and (min-width: 768px), print {
  /* line 22, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-75-tablet {
    margin: 75px !important;
  }

  /* line 24, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-75-tablet {
    padding: 75px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 999px) {
  /* line 32, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-75-tablet-only {
    margin: 75px !important;
  }

  /* line 34, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-75-tablet-only {
    padding: 75px !important;
  }
}

@media screen and (max-width: 999px) {
  /* line 42, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-75-touch {
    margin: 75px !important;
  }

  /* line 44, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-75-touch {
    padding: 75px !important;
  }
}

@media screen and (min-width: 1000px) {
  /* line 52, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-75-desktop {
    margin: 75px !important;
  }

  /* line 54, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-75-desktop {
    padding: 75px !important;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1239px) {
  /* line 62, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-75-desktop-only {
    margin: 75px !important;
  }

  /* line 64, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-75-desktop-only {
    padding: 75px !important;
  }
}

@media screen and (min-width: 1240px) {
  /* line 72, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-75-widescreen {
    margin: 75px !important;
  }

  /* line 74, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-75-widescreen {
    padding: 75px !important;
  }
}

@media screen and (min-width: 1240px) and (max-width: 1383px) {
  /* line 82, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-75-widescreen-only {
    margin: 75px !important;
  }

  /* line 84, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-75-widescreen-only {
    padding: 75px !important;
  }
}

@media screen and (min-width: 1384px) {
  /* line 92, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-75-fullhd {
    margin: 75px !important;
  }

  /* line 94, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-75-fullhd {
    padding: 75px !important;
  }
}

@media screen and (max-width: 767px) {
  /* line 104, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-top-75-mobile {
    margin-top: 75px !important;
  }

  /* line 106, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-top-75-mobile {
    padding-top: 75px !important;
  }
}

@media screen and (min-width: 768px), print {
  /* line 114, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-top-75-tablet {
    margin-top: 75px !important;
  }

  /* line 116, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-top-75-tablet {
    padding-top: 75px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 999px) {
  /* line 124, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-top-75-tablet-only {
    margin-top: 75px !important;
  }

  /* line 126, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-top-75-tablet-only {
    padding-top: 75px !important;
  }
}

@media screen and (max-width: 999px) {
  /* line 134, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-top-75-touch {
    margin-top: 75px !important;
  }

  /* line 136, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-top-75-touch {
    padding-top: 75px !important;
  }
}

@media screen and (min-width: 1000px) {
  /* line 144, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-top-75-desktop {
    margin-top: 75px !important;
  }

  /* line 146, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-top-75-desktop {
    padding-top: 75px !important;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1239px) {
  /* line 154, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-top-75-desktop-only {
    margin-top: 75px !important;
  }

  /* line 156, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-top-75-desktop-only {
    padding-top: 75px !important;
  }
}

@media screen and (min-width: 1240px) {
  /* line 164, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-top-75-widescreen {
    margin-top: 75px !important;
  }

  /* line 166, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-top-75-widescreen {
    padding-top: 75px !important;
  }
}

@media screen and (min-width: 1240px) and (max-width: 1383px) {
  /* line 174, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-top-75-widescreen-only {
    margin-top: 75px !important;
  }

  /* line 176, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-top-75-widescreen-only {
    padding-top: 75px !important;
  }
}

@media screen and (min-width: 1384px) {
  /* line 184, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-top-75-fullhd {
    margin-top: 75px !important;
  }

  /* line 186, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-top-75-fullhd {
    padding-top: 75px !important;
  }
}

@media screen and (max-width: 767px) {
  /* line 104, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-bottom-75-mobile {
    margin-bottom: 75px !important;
  }

  /* line 106, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-bottom-75-mobile {
    padding-bottom: 75px !important;
  }
}

@media screen and (min-width: 768px), print {
  /* line 114, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-bottom-75-tablet {
    margin-bottom: 75px !important;
  }

  /* line 116, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-bottom-75-tablet {
    padding-bottom: 75px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 999px) {
  /* line 124, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-bottom-75-tablet-only {
    margin-bottom: 75px !important;
  }

  /* line 126, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-bottom-75-tablet-only {
    padding-bottom: 75px !important;
  }
}

@media screen and (max-width: 999px) {
  /* line 134, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-bottom-75-touch {
    margin-bottom: 75px !important;
  }

  /* line 136, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-bottom-75-touch {
    padding-bottom: 75px !important;
  }
}

@media screen and (min-width: 1000px) {
  /* line 144, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-bottom-75-desktop {
    margin-bottom: 75px !important;
  }

  /* line 146, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-bottom-75-desktop {
    padding-bottom: 75px !important;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1239px) {
  /* line 154, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-bottom-75-desktop-only {
    margin-bottom: 75px !important;
  }

  /* line 156, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-bottom-75-desktop-only {
    padding-bottom: 75px !important;
  }
}

@media screen and (min-width: 1240px) {
  /* line 164, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-bottom-75-widescreen {
    margin-bottom: 75px !important;
  }

  /* line 166, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-bottom-75-widescreen {
    padding-bottom: 75px !important;
  }
}

@media screen and (min-width: 1240px) and (max-width: 1383px) {
  /* line 174, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-bottom-75-widescreen-only {
    margin-bottom: 75px !important;
  }

  /* line 176, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-bottom-75-widescreen-only {
    padding-bottom: 75px !important;
  }
}

@media screen and (min-width: 1384px) {
  /* line 184, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-bottom-75-fullhd {
    margin-bottom: 75px !important;
  }

  /* line 186, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-bottom-75-fullhd {
    padding-bottom: 75px !important;
  }
}

@media screen and (max-width: 767px) {
  /* line 104, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-left-75-mobile {
    margin-left: 75px !important;
  }

  /* line 106, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-left-75-mobile {
    padding-left: 75px !important;
  }
}

@media screen and (min-width: 768px), print {
  /* line 114, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-left-75-tablet {
    margin-left: 75px !important;
  }

  /* line 116, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-left-75-tablet {
    padding-left: 75px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 999px) {
  /* line 124, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-left-75-tablet-only {
    margin-left: 75px !important;
  }

  /* line 126, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-left-75-tablet-only {
    padding-left: 75px !important;
  }
}

@media screen and (max-width: 999px) {
  /* line 134, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-left-75-touch {
    margin-left: 75px !important;
  }

  /* line 136, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-left-75-touch {
    padding-left: 75px !important;
  }
}

@media screen and (min-width: 1000px) {
  /* line 144, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-left-75-desktop {
    margin-left: 75px !important;
  }

  /* line 146, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-left-75-desktop {
    padding-left: 75px !important;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1239px) {
  /* line 154, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-left-75-desktop-only {
    margin-left: 75px !important;
  }

  /* line 156, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-left-75-desktop-only {
    padding-left: 75px !important;
  }
}

@media screen and (min-width: 1240px) {
  /* line 164, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-left-75-widescreen {
    margin-left: 75px !important;
  }

  /* line 166, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-left-75-widescreen {
    padding-left: 75px !important;
  }
}

@media screen and (min-width: 1240px) and (max-width: 1383px) {
  /* line 174, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-left-75-widescreen-only {
    margin-left: 75px !important;
  }

  /* line 176, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-left-75-widescreen-only {
    padding-left: 75px !important;
  }
}

@media screen and (min-width: 1384px) {
  /* line 184, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-left-75-fullhd {
    margin-left: 75px !important;
  }

  /* line 186, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-left-75-fullhd {
    padding-left: 75px !important;
  }
}

@media screen and (max-width: 767px) {
  /* line 104, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-right-75-mobile {
    margin-right: 75px !important;
  }

  /* line 106, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-right-75-mobile {
    padding-right: 75px !important;
  }
}

@media screen and (min-width: 768px), print {
  /* line 114, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-right-75-tablet {
    margin-right: 75px !important;
  }

  /* line 116, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-right-75-tablet {
    padding-right: 75px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 999px) {
  /* line 124, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-right-75-tablet-only {
    margin-right: 75px !important;
  }

  /* line 126, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-right-75-tablet-only {
    padding-right: 75px !important;
  }
}

@media screen and (max-width: 999px) {
  /* line 134, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-right-75-touch {
    margin-right: 75px !important;
  }

  /* line 136, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-right-75-touch {
    padding-right: 75px !important;
  }
}

@media screen and (min-width: 1000px) {
  /* line 144, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-right-75-desktop {
    margin-right: 75px !important;
  }

  /* line 146, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-right-75-desktop {
    padding-right: 75px !important;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1239px) {
  /* line 154, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-right-75-desktop-only {
    margin-right: 75px !important;
  }

  /* line 156, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-right-75-desktop-only {
    padding-right: 75px !important;
  }
}

@media screen and (min-width: 1240px) {
  /* line 164, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-right-75-widescreen {
    margin-right: 75px !important;
  }

  /* line 166, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-right-75-widescreen {
    padding-right: 75px !important;
  }
}

@media screen and (min-width: 1240px) and (max-width: 1383px) {
  /* line 174, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-right-75-widescreen-only {
    margin-right: 75px !important;
  }

  /* line 176, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-right-75-widescreen-only {
    padding-right: 75px !important;
  }
}

@media screen and (min-width: 1384px) {
  /* line 184, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-right-75-fullhd {
    margin-right: 75px !important;
  }

  /* line 186, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-right-75-fullhd {
    padding-right: 75px !important;
  }
}

@media screen and (max-width: 767px) {
  /* line 12, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-80-mobile {
    margin: 80px !important;
  }

  /* line 14, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-80-mobile {
    padding: 80px !important;
  }
}

@media screen and (min-width: 768px), print {
  /* line 22, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-80-tablet {
    margin: 80px !important;
  }

  /* line 24, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-80-tablet {
    padding: 80px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 999px) {
  /* line 32, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-80-tablet-only {
    margin: 80px !important;
  }

  /* line 34, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-80-tablet-only {
    padding: 80px !important;
  }
}

@media screen and (max-width: 999px) {
  /* line 42, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-80-touch {
    margin: 80px !important;
  }

  /* line 44, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-80-touch {
    padding: 80px !important;
  }
}

@media screen and (min-width: 1000px) {
  /* line 52, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-80-desktop {
    margin: 80px !important;
  }

  /* line 54, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-80-desktop {
    padding: 80px !important;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1239px) {
  /* line 62, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-80-desktop-only {
    margin: 80px !important;
  }

  /* line 64, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-80-desktop-only {
    padding: 80px !important;
  }
}

@media screen and (min-width: 1240px) {
  /* line 72, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-80-widescreen {
    margin: 80px !important;
  }

  /* line 74, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-80-widescreen {
    padding: 80px !important;
  }
}

@media screen and (min-width: 1240px) and (max-width: 1383px) {
  /* line 82, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-80-widescreen-only {
    margin: 80px !important;
  }

  /* line 84, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-80-widescreen-only {
    padding: 80px !important;
  }
}

@media screen and (min-width: 1384px) {
  /* line 92, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-80-fullhd {
    margin: 80px !important;
  }

  /* line 94, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-80-fullhd {
    padding: 80px !important;
  }
}

@media screen and (max-width: 767px) {
  /* line 104, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-top-80-mobile {
    margin-top: 80px !important;
  }

  /* line 106, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-top-80-mobile {
    padding-top: 80px !important;
  }
}

@media screen and (min-width: 768px), print {
  /* line 114, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-top-80-tablet {
    margin-top: 80px !important;
  }

  /* line 116, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-top-80-tablet {
    padding-top: 80px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 999px) {
  /* line 124, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-top-80-tablet-only {
    margin-top: 80px !important;
  }

  /* line 126, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-top-80-tablet-only {
    padding-top: 80px !important;
  }
}

@media screen and (max-width: 999px) {
  /* line 134, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-top-80-touch {
    margin-top: 80px !important;
  }

  /* line 136, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-top-80-touch {
    padding-top: 80px !important;
  }
}

@media screen and (min-width: 1000px) {
  /* line 144, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-top-80-desktop {
    margin-top: 80px !important;
  }

  /* line 146, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-top-80-desktop {
    padding-top: 80px !important;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1239px) {
  /* line 154, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-top-80-desktop-only {
    margin-top: 80px !important;
  }

  /* line 156, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-top-80-desktop-only {
    padding-top: 80px !important;
  }
}

@media screen and (min-width: 1240px) {
  /* line 164, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-top-80-widescreen {
    margin-top: 80px !important;
  }

  /* line 166, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-top-80-widescreen {
    padding-top: 80px !important;
  }
}

@media screen and (min-width: 1240px) and (max-width: 1383px) {
  /* line 174, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-top-80-widescreen-only {
    margin-top: 80px !important;
  }

  /* line 176, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-top-80-widescreen-only {
    padding-top: 80px !important;
  }
}

@media screen and (min-width: 1384px) {
  /* line 184, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-top-80-fullhd {
    margin-top: 80px !important;
  }

  /* line 186, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-top-80-fullhd {
    padding-top: 80px !important;
  }
}

@media screen and (max-width: 767px) {
  /* line 104, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-bottom-80-mobile {
    margin-bottom: 80px !important;
  }

  /* line 106, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-bottom-80-mobile {
    padding-bottom: 80px !important;
  }
}

@media screen and (min-width: 768px), print {
  /* line 114, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-bottom-80-tablet {
    margin-bottom: 80px !important;
  }

  /* line 116, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-bottom-80-tablet {
    padding-bottom: 80px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 999px) {
  /* line 124, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-bottom-80-tablet-only {
    margin-bottom: 80px !important;
  }

  /* line 126, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-bottom-80-tablet-only {
    padding-bottom: 80px !important;
  }
}

@media screen and (max-width: 999px) {
  /* line 134, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-bottom-80-touch {
    margin-bottom: 80px !important;
  }

  /* line 136, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-bottom-80-touch {
    padding-bottom: 80px !important;
  }
}

@media screen and (min-width: 1000px) {
  /* line 144, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-bottom-80-desktop {
    margin-bottom: 80px !important;
  }

  /* line 146, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-bottom-80-desktop {
    padding-bottom: 80px !important;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1239px) {
  /* line 154, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-bottom-80-desktop-only {
    margin-bottom: 80px !important;
  }

  /* line 156, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-bottom-80-desktop-only {
    padding-bottom: 80px !important;
  }
}

@media screen and (min-width: 1240px) {
  /* line 164, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-bottom-80-widescreen {
    margin-bottom: 80px !important;
  }

  /* line 166, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-bottom-80-widescreen {
    padding-bottom: 80px !important;
  }
}

@media screen and (min-width: 1240px) and (max-width: 1383px) {
  /* line 174, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-bottom-80-widescreen-only {
    margin-bottom: 80px !important;
  }

  /* line 176, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-bottom-80-widescreen-only {
    padding-bottom: 80px !important;
  }
}

@media screen and (min-width: 1384px) {
  /* line 184, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-bottom-80-fullhd {
    margin-bottom: 80px !important;
  }

  /* line 186, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-bottom-80-fullhd {
    padding-bottom: 80px !important;
  }
}

@media screen and (max-width: 767px) {
  /* line 104, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-left-80-mobile {
    margin-left: 80px !important;
  }

  /* line 106, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-left-80-mobile {
    padding-left: 80px !important;
  }
}

@media screen and (min-width: 768px), print {
  /* line 114, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-left-80-tablet {
    margin-left: 80px !important;
  }

  /* line 116, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-left-80-tablet {
    padding-left: 80px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 999px) {
  /* line 124, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-left-80-tablet-only {
    margin-left: 80px !important;
  }

  /* line 126, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-left-80-tablet-only {
    padding-left: 80px !important;
  }
}

@media screen and (max-width: 999px) {
  /* line 134, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-left-80-touch {
    margin-left: 80px !important;
  }

  /* line 136, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-left-80-touch {
    padding-left: 80px !important;
  }
}

@media screen and (min-width: 1000px) {
  /* line 144, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-left-80-desktop {
    margin-left: 80px !important;
  }

  /* line 146, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-left-80-desktop {
    padding-left: 80px !important;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1239px) {
  /* line 154, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-left-80-desktop-only {
    margin-left: 80px !important;
  }

  /* line 156, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-left-80-desktop-only {
    padding-left: 80px !important;
  }
}

@media screen and (min-width: 1240px) {
  /* line 164, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-left-80-widescreen {
    margin-left: 80px !important;
  }

  /* line 166, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-left-80-widescreen {
    padding-left: 80px !important;
  }
}

@media screen and (min-width: 1240px) and (max-width: 1383px) {
  /* line 174, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-left-80-widescreen-only {
    margin-left: 80px !important;
  }

  /* line 176, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-left-80-widescreen-only {
    padding-left: 80px !important;
  }
}

@media screen and (min-width: 1384px) {
  /* line 184, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-left-80-fullhd {
    margin-left: 80px !important;
  }

  /* line 186, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-left-80-fullhd {
    padding-left: 80px !important;
  }
}

@media screen and (max-width: 767px) {
  /* line 104, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-right-80-mobile {
    margin-right: 80px !important;
  }

  /* line 106, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-right-80-mobile {
    padding-right: 80px !important;
  }
}

@media screen and (min-width: 768px), print {
  /* line 114, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-right-80-tablet {
    margin-right: 80px !important;
  }

  /* line 116, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-right-80-tablet {
    padding-right: 80px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 999px) {
  /* line 124, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-right-80-tablet-only {
    margin-right: 80px !important;
  }

  /* line 126, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-right-80-tablet-only {
    padding-right: 80px !important;
  }
}

@media screen and (max-width: 999px) {
  /* line 134, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-right-80-touch {
    margin-right: 80px !important;
  }

  /* line 136, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-right-80-touch {
    padding-right: 80px !important;
  }
}

@media screen and (min-width: 1000px) {
  /* line 144, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-right-80-desktop {
    margin-right: 80px !important;
  }

  /* line 146, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-right-80-desktop {
    padding-right: 80px !important;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1239px) {
  /* line 154, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-right-80-desktop-only {
    margin-right: 80px !important;
  }

  /* line 156, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-right-80-desktop-only {
    padding-right: 80px !important;
  }
}

@media screen and (min-width: 1240px) {
  /* line 164, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-right-80-widescreen {
    margin-right: 80px !important;
  }

  /* line 166, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-right-80-widescreen {
    padding-right: 80px !important;
  }
}

@media screen and (min-width: 1240px) and (max-width: 1383px) {
  /* line 174, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-right-80-widescreen-only {
    margin-right: 80px !important;
  }

  /* line 176, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-right-80-widescreen-only {
    padding-right: 80px !important;
  }
}

@media screen and (min-width: 1384px) {
  /* line 184, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-right-80-fullhd {
    margin-right: 80px !important;
  }

  /* line 186, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-right-80-fullhd {
    padding-right: 80px !important;
  }
}

@media screen and (max-width: 767px) {
  /* line 12, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-85-mobile {
    margin: 85px !important;
  }

  /* line 14, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-85-mobile {
    padding: 85px !important;
  }
}

@media screen and (min-width: 768px), print {
  /* line 22, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-85-tablet {
    margin: 85px !important;
  }

  /* line 24, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-85-tablet {
    padding: 85px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 999px) {
  /* line 32, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-85-tablet-only {
    margin: 85px !important;
  }

  /* line 34, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-85-tablet-only {
    padding: 85px !important;
  }
}

@media screen and (max-width: 999px) {
  /* line 42, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-85-touch {
    margin: 85px !important;
  }

  /* line 44, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-85-touch {
    padding: 85px !important;
  }
}

@media screen and (min-width: 1000px) {
  /* line 52, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-85-desktop {
    margin: 85px !important;
  }

  /* line 54, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-85-desktop {
    padding: 85px !important;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1239px) {
  /* line 62, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-85-desktop-only {
    margin: 85px !important;
  }

  /* line 64, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-85-desktop-only {
    padding: 85px !important;
  }
}

@media screen and (min-width: 1240px) {
  /* line 72, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-85-widescreen {
    margin: 85px !important;
  }

  /* line 74, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-85-widescreen {
    padding: 85px !important;
  }
}

@media screen and (min-width: 1240px) and (max-width: 1383px) {
  /* line 82, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-85-widescreen-only {
    margin: 85px !important;
  }

  /* line 84, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-85-widescreen-only {
    padding: 85px !important;
  }
}

@media screen and (min-width: 1384px) {
  /* line 92, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-85-fullhd {
    margin: 85px !important;
  }

  /* line 94, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-85-fullhd {
    padding: 85px !important;
  }
}

@media screen and (max-width: 767px) {
  /* line 104, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-top-85-mobile {
    margin-top: 85px !important;
  }

  /* line 106, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-top-85-mobile {
    padding-top: 85px !important;
  }
}

@media screen and (min-width: 768px), print {
  /* line 114, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-top-85-tablet {
    margin-top: 85px !important;
  }

  /* line 116, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-top-85-tablet {
    padding-top: 85px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 999px) {
  /* line 124, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-top-85-tablet-only {
    margin-top: 85px !important;
  }

  /* line 126, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-top-85-tablet-only {
    padding-top: 85px !important;
  }
}

@media screen and (max-width: 999px) {
  /* line 134, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-top-85-touch {
    margin-top: 85px !important;
  }

  /* line 136, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-top-85-touch {
    padding-top: 85px !important;
  }
}

@media screen and (min-width: 1000px) {
  /* line 144, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-top-85-desktop {
    margin-top: 85px !important;
  }

  /* line 146, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-top-85-desktop {
    padding-top: 85px !important;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1239px) {
  /* line 154, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-top-85-desktop-only {
    margin-top: 85px !important;
  }

  /* line 156, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-top-85-desktop-only {
    padding-top: 85px !important;
  }
}

@media screen and (min-width: 1240px) {
  /* line 164, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-top-85-widescreen {
    margin-top: 85px !important;
  }

  /* line 166, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-top-85-widescreen {
    padding-top: 85px !important;
  }
}

@media screen and (min-width: 1240px) and (max-width: 1383px) {
  /* line 174, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-top-85-widescreen-only {
    margin-top: 85px !important;
  }

  /* line 176, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-top-85-widescreen-only {
    padding-top: 85px !important;
  }
}

@media screen and (min-width: 1384px) {
  /* line 184, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-top-85-fullhd {
    margin-top: 85px !important;
  }

  /* line 186, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-top-85-fullhd {
    padding-top: 85px !important;
  }
}

@media screen and (max-width: 767px) {
  /* line 104, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-bottom-85-mobile {
    margin-bottom: 85px !important;
  }

  /* line 106, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-bottom-85-mobile {
    padding-bottom: 85px !important;
  }
}

@media screen and (min-width: 768px), print {
  /* line 114, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-bottom-85-tablet {
    margin-bottom: 85px !important;
  }

  /* line 116, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-bottom-85-tablet {
    padding-bottom: 85px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 999px) {
  /* line 124, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-bottom-85-tablet-only {
    margin-bottom: 85px !important;
  }

  /* line 126, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-bottom-85-tablet-only {
    padding-bottom: 85px !important;
  }
}

@media screen and (max-width: 999px) {
  /* line 134, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-bottom-85-touch {
    margin-bottom: 85px !important;
  }

  /* line 136, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-bottom-85-touch {
    padding-bottom: 85px !important;
  }
}

@media screen and (min-width: 1000px) {
  /* line 144, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-bottom-85-desktop {
    margin-bottom: 85px !important;
  }

  /* line 146, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-bottom-85-desktop {
    padding-bottom: 85px !important;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1239px) {
  /* line 154, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-bottom-85-desktop-only {
    margin-bottom: 85px !important;
  }

  /* line 156, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-bottom-85-desktop-only {
    padding-bottom: 85px !important;
  }
}

@media screen and (min-width: 1240px) {
  /* line 164, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-bottom-85-widescreen {
    margin-bottom: 85px !important;
  }

  /* line 166, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-bottom-85-widescreen {
    padding-bottom: 85px !important;
  }
}

@media screen and (min-width: 1240px) and (max-width: 1383px) {
  /* line 174, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-bottom-85-widescreen-only {
    margin-bottom: 85px !important;
  }

  /* line 176, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-bottom-85-widescreen-only {
    padding-bottom: 85px !important;
  }
}

@media screen and (min-width: 1384px) {
  /* line 184, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-bottom-85-fullhd {
    margin-bottom: 85px !important;
  }

  /* line 186, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-bottom-85-fullhd {
    padding-bottom: 85px !important;
  }
}

@media screen and (max-width: 767px) {
  /* line 104, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-left-85-mobile {
    margin-left: 85px !important;
  }

  /* line 106, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-left-85-mobile {
    padding-left: 85px !important;
  }
}

@media screen and (min-width: 768px), print {
  /* line 114, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-left-85-tablet {
    margin-left: 85px !important;
  }

  /* line 116, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-left-85-tablet {
    padding-left: 85px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 999px) {
  /* line 124, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-left-85-tablet-only {
    margin-left: 85px !important;
  }

  /* line 126, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-left-85-tablet-only {
    padding-left: 85px !important;
  }
}

@media screen and (max-width: 999px) {
  /* line 134, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-left-85-touch {
    margin-left: 85px !important;
  }

  /* line 136, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-left-85-touch {
    padding-left: 85px !important;
  }
}

@media screen and (min-width: 1000px) {
  /* line 144, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-left-85-desktop {
    margin-left: 85px !important;
  }

  /* line 146, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-left-85-desktop {
    padding-left: 85px !important;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1239px) {
  /* line 154, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-left-85-desktop-only {
    margin-left: 85px !important;
  }

  /* line 156, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-left-85-desktop-only {
    padding-left: 85px !important;
  }
}

@media screen and (min-width: 1240px) {
  /* line 164, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-left-85-widescreen {
    margin-left: 85px !important;
  }

  /* line 166, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-left-85-widescreen {
    padding-left: 85px !important;
  }
}

@media screen and (min-width: 1240px) and (max-width: 1383px) {
  /* line 174, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-left-85-widescreen-only {
    margin-left: 85px !important;
  }

  /* line 176, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-left-85-widescreen-only {
    padding-left: 85px !important;
  }
}

@media screen and (min-width: 1384px) {
  /* line 184, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-left-85-fullhd {
    margin-left: 85px !important;
  }

  /* line 186, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-left-85-fullhd {
    padding-left: 85px !important;
  }
}

@media screen and (max-width: 767px) {
  /* line 104, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-right-85-mobile {
    margin-right: 85px !important;
  }

  /* line 106, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-right-85-mobile {
    padding-right: 85px !important;
  }
}

@media screen and (min-width: 768px), print {
  /* line 114, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-right-85-tablet {
    margin-right: 85px !important;
  }

  /* line 116, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-right-85-tablet {
    padding-right: 85px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 999px) {
  /* line 124, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-right-85-tablet-only {
    margin-right: 85px !important;
  }

  /* line 126, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-right-85-tablet-only {
    padding-right: 85px !important;
  }
}

@media screen and (max-width: 999px) {
  /* line 134, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-right-85-touch {
    margin-right: 85px !important;
  }

  /* line 136, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-right-85-touch {
    padding-right: 85px !important;
  }
}

@media screen and (min-width: 1000px) {
  /* line 144, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-right-85-desktop {
    margin-right: 85px !important;
  }

  /* line 146, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-right-85-desktop {
    padding-right: 85px !important;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1239px) {
  /* line 154, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-right-85-desktop-only {
    margin-right: 85px !important;
  }

  /* line 156, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-right-85-desktop-only {
    padding-right: 85px !important;
  }
}

@media screen and (min-width: 1240px) {
  /* line 164, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-right-85-widescreen {
    margin-right: 85px !important;
  }

  /* line 166, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-right-85-widescreen {
    padding-right: 85px !important;
  }
}

@media screen and (min-width: 1240px) and (max-width: 1383px) {
  /* line 174, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-right-85-widescreen-only {
    margin-right: 85px !important;
  }

  /* line 176, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-right-85-widescreen-only {
    padding-right: 85px !important;
  }
}

@media screen and (min-width: 1384px) {
  /* line 184, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-right-85-fullhd {
    margin-right: 85px !important;
  }

  /* line 186, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-right-85-fullhd {
    padding-right: 85px !important;
  }
}

@media screen and (max-width: 767px) {
  /* line 12, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-90-mobile {
    margin: 90px !important;
  }

  /* line 14, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-90-mobile {
    padding: 90px !important;
  }
}

@media screen and (min-width: 768px), print {
  /* line 22, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-90-tablet {
    margin: 90px !important;
  }

  /* line 24, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-90-tablet {
    padding: 90px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 999px) {
  /* line 32, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-90-tablet-only {
    margin: 90px !important;
  }

  /* line 34, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-90-tablet-only {
    padding: 90px !important;
  }
}

@media screen and (max-width: 999px) {
  /* line 42, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-90-touch {
    margin: 90px !important;
  }

  /* line 44, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-90-touch {
    padding: 90px !important;
  }
}

@media screen and (min-width: 1000px) {
  /* line 52, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-90-desktop {
    margin: 90px !important;
  }

  /* line 54, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-90-desktop {
    padding: 90px !important;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1239px) {
  /* line 62, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-90-desktop-only {
    margin: 90px !important;
  }

  /* line 64, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-90-desktop-only {
    padding: 90px !important;
  }
}

@media screen and (min-width: 1240px) {
  /* line 72, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-90-widescreen {
    margin: 90px !important;
  }

  /* line 74, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-90-widescreen {
    padding: 90px !important;
  }
}

@media screen and (min-width: 1240px) and (max-width: 1383px) {
  /* line 82, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-90-widescreen-only {
    margin: 90px !important;
  }

  /* line 84, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-90-widescreen-only {
    padding: 90px !important;
  }
}

@media screen and (min-width: 1384px) {
  /* line 92, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-90-fullhd {
    margin: 90px !important;
  }

  /* line 94, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-90-fullhd {
    padding: 90px !important;
  }
}

@media screen and (max-width: 767px) {
  /* line 104, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-top-90-mobile {
    margin-top: 90px !important;
  }

  /* line 106, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-top-90-mobile {
    padding-top: 90px !important;
  }
}

@media screen and (min-width: 768px), print {
  /* line 114, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-top-90-tablet {
    margin-top: 90px !important;
  }

  /* line 116, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-top-90-tablet {
    padding-top: 90px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 999px) {
  /* line 124, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-top-90-tablet-only {
    margin-top: 90px !important;
  }

  /* line 126, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-top-90-tablet-only {
    padding-top: 90px !important;
  }
}

@media screen and (max-width: 999px) {
  /* line 134, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-top-90-touch {
    margin-top: 90px !important;
  }

  /* line 136, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-top-90-touch {
    padding-top: 90px !important;
  }
}

@media screen and (min-width: 1000px) {
  /* line 144, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-top-90-desktop {
    margin-top: 90px !important;
  }

  /* line 146, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-top-90-desktop {
    padding-top: 90px !important;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1239px) {
  /* line 154, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-top-90-desktop-only {
    margin-top: 90px !important;
  }

  /* line 156, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-top-90-desktop-only {
    padding-top: 90px !important;
  }
}

@media screen and (min-width: 1240px) {
  /* line 164, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-top-90-widescreen {
    margin-top: 90px !important;
  }

  /* line 166, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-top-90-widescreen {
    padding-top: 90px !important;
  }
}

@media screen and (min-width: 1240px) and (max-width: 1383px) {
  /* line 174, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-top-90-widescreen-only {
    margin-top: 90px !important;
  }

  /* line 176, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-top-90-widescreen-only {
    padding-top: 90px !important;
  }
}

@media screen and (min-width: 1384px) {
  /* line 184, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-top-90-fullhd {
    margin-top: 90px !important;
  }

  /* line 186, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-top-90-fullhd {
    padding-top: 90px !important;
  }
}

@media screen and (max-width: 767px) {
  /* line 104, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-bottom-90-mobile {
    margin-bottom: 90px !important;
  }

  /* line 106, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-bottom-90-mobile {
    padding-bottom: 90px !important;
  }
}

@media screen and (min-width: 768px), print {
  /* line 114, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-bottom-90-tablet {
    margin-bottom: 90px !important;
  }

  /* line 116, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-bottom-90-tablet {
    padding-bottom: 90px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 999px) {
  /* line 124, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-bottom-90-tablet-only {
    margin-bottom: 90px !important;
  }

  /* line 126, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-bottom-90-tablet-only {
    padding-bottom: 90px !important;
  }
}

@media screen and (max-width: 999px) {
  /* line 134, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-bottom-90-touch {
    margin-bottom: 90px !important;
  }

  /* line 136, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-bottom-90-touch {
    padding-bottom: 90px !important;
  }
}

@media screen and (min-width: 1000px) {
  /* line 144, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-bottom-90-desktop {
    margin-bottom: 90px !important;
  }

  /* line 146, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-bottom-90-desktop {
    padding-bottom: 90px !important;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1239px) {
  /* line 154, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-bottom-90-desktop-only {
    margin-bottom: 90px !important;
  }

  /* line 156, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-bottom-90-desktop-only {
    padding-bottom: 90px !important;
  }
}

@media screen and (min-width: 1240px) {
  /* line 164, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-bottom-90-widescreen {
    margin-bottom: 90px !important;
  }

  /* line 166, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-bottom-90-widescreen {
    padding-bottom: 90px !important;
  }
}

@media screen and (min-width: 1240px) and (max-width: 1383px) {
  /* line 174, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-bottom-90-widescreen-only {
    margin-bottom: 90px !important;
  }

  /* line 176, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-bottom-90-widescreen-only {
    padding-bottom: 90px !important;
  }
}

@media screen and (min-width: 1384px) {
  /* line 184, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-bottom-90-fullhd {
    margin-bottom: 90px !important;
  }

  /* line 186, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-bottom-90-fullhd {
    padding-bottom: 90px !important;
  }
}

@media screen and (max-width: 767px) {
  /* line 104, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-left-90-mobile {
    margin-left: 90px !important;
  }

  /* line 106, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-left-90-mobile {
    padding-left: 90px !important;
  }
}

@media screen and (min-width: 768px), print {
  /* line 114, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-left-90-tablet {
    margin-left: 90px !important;
  }

  /* line 116, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-left-90-tablet {
    padding-left: 90px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 999px) {
  /* line 124, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-left-90-tablet-only {
    margin-left: 90px !important;
  }

  /* line 126, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-left-90-tablet-only {
    padding-left: 90px !important;
  }
}

@media screen and (max-width: 999px) {
  /* line 134, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-left-90-touch {
    margin-left: 90px !important;
  }

  /* line 136, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-left-90-touch {
    padding-left: 90px !important;
  }
}

@media screen and (min-width: 1000px) {
  /* line 144, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-left-90-desktop {
    margin-left: 90px !important;
  }

  /* line 146, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-left-90-desktop {
    padding-left: 90px !important;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1239px) {
  /* line 154, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-left-90-desktop-only {
    margin-left: 90px !important;
  }

  /* line 156, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-left-90-desktop-only {
    padding-left: 90px !important;
  }
}

@media screen and (min-width: 1240px) {
  /* line 164, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-left-90-widescreen {
    margin-left: 90px !important;
  }

  /* line 166, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-left-90-widescreen {
    padding-left: 90px !important;
  }
}

@media screen and (min-width: 1240px) and (max-width: 1383px) {
  /* line 174, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-left-90-widescreen-only {
    margin-left: 90px !important;
  }

  /* line 176, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-left-90-widescreen-only {
    padding-left: 90px !important;
  }
}

@media screen and (min-width: 1384px) {
  /* line 184, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-left-90-fullhd {
    margin-left: 90px !important;
  }

  /* line 186, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-left-90-fullhd {
    padding-left: 90px !important;
  }
}

@media screen and (max-width: 767px) {
  /* line 104, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-right-90-mobile {
    margin-right: 90px !important;
  }

  /* line 106, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-right-90-mobile {
    padding-right: 90px !important;
  }
}

@media screen and (min-width: 768px), print {
  /* line 114, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-right-90-tablet {
    margin-right: 90px !important;
  }

  /* line 116, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-right-90-tablet {
    padding-right: 90px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 999px) {
  /* line 124, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-right-90-tablet-only {
    margin-right: 90px !important;
  }

  /* line 126, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-right-90-tablet-only {
    padding-right: 90px !important;
  }
}

@media screen and (max-width: 999px) {
  /* line 134, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-right-90-touch {
    margin-right: 90px !important;
  }

  /* line 136, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-right-90-touch {
    padding-right: 90px !important;
  }
}

@media screen and (min-width: 1000px) {
  /* line 144, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-right-90-desktop {
    margin-right: 90px !important;
  }

  /* line 146, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-right-90-desktop {
    padding-right: 90px !important;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1239px) {
  /* line 154, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-right-90-desktop-only {
    margin-right: 90px !important;
  }

  /* line 156, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-right-90-desktop-only {
    padding-right: 90px !important;
  }
}

@media screen and (min-width: 1240px) {
  /* line 164, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-right-90-widescreen {
    margin-right: 90px !important;
  }

  /* line 166, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-right-90-widescreen {
    padding-right: 90px !important;
  }
}

@media screen and (min-width: 1240px) and (max-width: 1383px) {
  /* line 174, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-right-90-widescreen-only {
    margin-right: 90px !important;
  }

  /* line 176, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-right-90-widescreen-only {
    padding-right: 90px !important;
  }
}

@media screen and (min-width: 1384px) {
  /* line 184, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-right-90-fullhd {
    margin-right: 90px !important;
  }

  /* line 186, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-right-90-fullhd {
    padding-right: 90px !important;
  }
}

@media screen and (max-width: 767px) {
  /* line 12, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-95-mobile {
    margin: 95px !important;
  }

  /* line 14, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-95-mobile {
    padding: 95px !important;
  }
}

@media screen and (min-width: 768px), print {
  /* line 22, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-95-tablet {
    margin: 95px !important;
  }

  /* line 24, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-95-tablet {
    padding: 95px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 999px) {
  /* line 32, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-95-tablet-only {
    margin: 95px !important;
  }

  /* line 34, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-95-tablet-only {
    padding: 95px !important;
  }
}

@media screen and (max-width: 999px) {
  /* line 42, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-95-touch {
    margin: 95px !important;
  }

  /* line 44, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-95-touch {
    padding: 95px !important;
  }
}

@media screen and (min-width: 1000px) {
  /* line 52, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-95-desktop {
    margin: 95px !important;
  }

  /* line 54, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-95-desktop {
    padding: 95px !important;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1239px) {
  /* line 62, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-95-desktop-only {
    margin: 95px !important;
  }

  /* line 64, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-95-desktop-only {
    padding: 95px !important;
  }
}

@media screen and (min-width: 1240px) {
  /* line 72, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-95-widescreen {
    margin: 95px !important;
  }

  /* line 74, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-95-widescreen {
    padding: 95px !important;
  }
}

@media screen and (min-width: 1240px) and (max-width: 1383px) {
  /* line 82, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-95-widescreen-only {
    margin: 95px !important;
  }

  /* line 84, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-95-widescreen-only {
    padding: 95px !important;
  }
}

@media screen and (min-width: 1384px) {
  /* line 92, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-95-fullhd {
    margin: 95px !important;
  }

  /* line 94, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-95-fullhd {
    padding: 95px !important;
  }
}

@media screen and (max-width: 767px) {
  /* line 104, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-top-95-mobile {
    margin-top: 95px !important;
  }

  /* line 106, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-top-95-mobile {
    padding-top: 95px !important;
  }
}

@media screen and (min-width: 768px), print {
  /* line 114, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-top-95-tablet {
    margin-top: 95px !important;
  }

  /* line 116, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-top-95-tablet {
    padding-top: 95px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 999px) {
  /* line 124, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-top-95-tablet-only {
    margin-top: 95px !important;
  }

  /* line 126, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-top-95-tablet-only {
    padding-top: 95px !important;
  }
}

@media screen and (max-width: 999px) {
  /* line 134, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-top-95-touch {
    margin-top: 95px !important;
  }

  /* line 136, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-top-95-touch {
    padding-top: 95px !important;
  }
}

@media screen and (min-width: 1000px) {
  /* line 144, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-top-95-desktop {
    margin-top: 95px !important;
  }

  /* line 146, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-top-95-desktop {
    padding-top: 95px !important;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1239px) {
  /* line 154, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-top-95-desktop-only {
    margin-top: 95px !important;
  }

  /* line 156, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-top-95-desktop-only {
    padding-top: 95px !important;
  }
}

@media screen and (min-width: 1240px) {
  /* line 164, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-top-95-widescreen {
    margin-top: 95px !important;
  }

  /* line 166, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-top-95-widescreen {
    padding-top: 95px !important;
  }
}

@media screen and (min-width: 1240px) and (max-width: 1383px) {
  /* line 174, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-top-95-widescreen-only {
    margin-top: 95px !important;
  }

  /* line 176, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-top-95-widescreen-only {
    padding-top: 95px !important;
  }
}

@media screen and (min-width: 1384px) {
  /* line 184, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-top-95-fullhd {
    margin-top: 95px !important;
  }

  /* line 186, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-top-95-fullhd {
    padding-top: 95px !important;
  }
}

@media screen and (max-width: 767px) {
  /* line 104, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-bottom-95-mobile {
    margin-bottom: 95px !important;
  }

  /* line 106, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-bottom-95-mobile {
    padding-bottom: 95px !important;
  }
}

@media screen and (min-width: 768px), print {
  /* line 114, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-bottom-95-tablet {
    margin-bottom: 95px !important;
  }

  /* line 116, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-bottom-95-tablet {
    padding-bottom: 95px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 999px) {
  /* line 124, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-bottom-95-tablet-only {
    margin-bottom: 95px !important;
  }

  /* line 126, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-bottom-95-tablet-only {
    padding-bottom: 95px !important;
  }
}

@media screen and (max-width: 999px) {
  /* line 134, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-bottom-95-touch {
    margin-bottom: 95px !important;
  }

  /* line 136, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-bottom-95-touch {
    padding-bottom: 95px !important;
  }
}

@media screen and (min-width: 1000px) {
  /* line 144, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-bottom-95-desktop {
    margin-bottom: 95px !important;
  }

  /* line 146, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-bottom-95-desktop {
    padding-bottom: 95px !important;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1239px) {
  /* line 154, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-bottom-95-desktop-only {
    margin-bottom: 95px !important;
  }

  /* line 156, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-bottom-95-desktop-only {
    padding-bottom: 95px !important;
  }
}

@media screen and (min-width: 1240px) {
  /* line 164, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-bottom-95-widescreen {
    margin-bottom: 95px !important;
  }

  /* line 166, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-bottom-95-widescreen {
    padding-bottom: 95px !important;
  }
}

@media screen and (min-width: 1240px) and (max-width: 1383px) {
  /* line 174, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-bottom-95-widescreen-only {
    margin-bottom: 95px !important;
  }

  /* line 176, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-bottom-95-widescreen-only {
    padding-bottom: 95px !important;
  }
}

@media screen and (min-width: 1384px) {
  /* line 184, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-bottom-95-fullhd {
    margin-bottom: 95px !important;
  }

  /* line 186, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-bottom-95-fullhd {
    padding-bottom: 95px !important;
  }
}

@media screen and (max-width: 767px) {
  /* line 104, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-left-95-mobile {
    margin-left: 95px !important;
  }

  /* line 106, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-left-95-mobile {
    padding-left: 95px !important;
  }
}

@media screen and (min-width: 768px), print {
  /* line 114, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-left-95-tablet {
    margin-left: 95px !important;
  }

  /* line 116, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-left-95-tablet {
    padding-left: 95px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 999px) {
  /* line 124, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-left-95-tablet-only {
    margin-left: 95px !important;
  }

  /* line 126, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-left-95-tablet-only {
    padding-left: 95px !important;
  }
}

@media screen and (max-width: 999px) {
  /* line 134, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-left-95-touch {
    margin-left: 95px !important;
  }

  /* line 136, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-left-95-touch {
    padding-left: 95px !important;
  }
}

@media screen and (min-width: 1000px) {
  /* line 144, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-left-95-desktop {
    margin-left: 95px !important;
  }

  /* line 146, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-left-95-desktop {
    padding-left: 95px !important;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1239px) {
  /* line 154, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-left-95-desktop-only {
    margin-left: 95px !important;
  }

  /* line 156, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-left-95-desktop-only {
    padding-left: 95px !important;
  }
}

@media screen and (min-width: 1240px) {
  /* line 164, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-left-95-widescreen {
    margin-left: 95px !important;
  }

  /* line 166, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-left-95-widescreen {
    padding-left: 95px !important;
  }
}

@media screen and (min-width: 1240px) and (max-width: 1383px) {
  /* line 174, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-left-95-widescreen-only {
    margin-left: 95px !important;
  }

  /* line 176, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-left-95-widescreen-only {
    padding-left: 95px !important;
  }
}

@media screen and (min-width: 1384px) {
  /* line 184, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-left-95-fullhd {
    margin-left: 95px !important;
  }

  /* line 186, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-left-95-fullhd {
    padding-left: 95px !important;
  }
}

@media screen and (max-width: 767px) {
  /* line 104, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-right-95-mobile {
    margin-right: 95px !important;
  }

  /* line 106, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-right-95-mobile {
    padding-right: 95px !important;
  }
}

@media screen and (min-width: 768px), print {
  /* line 114, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-right-95-tablet {
    margin-right: 95px !important;
  }

  /* line 116, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-right-95-tablet {
    padding-right: 95px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 999px) {
  /* line 124, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-right-95-tablet-only {
    margin-right: 95px !important;
  }

  /* line 126, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-right-95-tablet-only {
    padding-right: 95px !important;
  }
}

@media screen and (max-width: 999px) {
  /* line 134, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-right-95-touch {
    margin-right: 95px !important;
  }

  /* line 136, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-right-95-touch {
    padding-right: 95px !important;
  }
}

@media screen and (min-width: 1000px) {
  /* line 144, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-right-95-desktop {
    margin-right: 95px !important;
  }

  /* line 146, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-right-95-desktop {
    padding-right: 95px !important;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1239px) {
  /* line 154, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-right-95-desktop-only {
    margin-right: 95px !important;
  }

  /* line 156, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-right-95-desktop-only {
    padding-right: 95px !important;
  }
}

@media screen and (min-width: 1240px) {
  /* line 164, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-right-95-widescreen {
    margin-right: 95px !important;
  }

  /* line 166, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-right-95-widescreen {
    padding-right: 95px !important;
  }
}

@media screen and (min-width: 1240px) and (max-width: 1383px) {
  /* line 174, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-right-95-widescreen-only {
    margin-right: 95px !important;
  }

  /* line 176, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-right-95-widescreen-only {
    padding-right: 95px !important;
  }
}

@media screen and (min-width: 1384px) {
  /* line 184, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-right-95-fullhd {
    margin-right: 95px !important;
  }

  /* line 186, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-right-95-fullhd {
    padding-right: 95px !important;
  }
}

@media screen and (max-width: 767px) {
  /* line 12, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-100-mobile {
    margin: 100px !important;
  }

  /* line 14, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-100-mobile {
    padding: 100px !important;
  }
}

@media screen and (min-width: 768px), print {
  /* line 22, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-100-tablet {
    margin: 100px !important;
  }

  /* line 24, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-100-tablet {
    padding: 100px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 999px) {
  /* line 32, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-100-tablet-only {
    margin: 100px !important;
  }

  /* line 34, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-100-tablet-only {
    padding: 100px !important;
  }
}

@media screen and (max-width: 999px) {
  /* line 42, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-100-touch {
    margin: 100px !important;
  }

  /* line 44, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-100-touch {
    padding: 100px !important;
  }
}

@media screen and (min-width: 1000px) {
  /* line 52, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-100-desktop {
    margin: 100px !important;
  }

  /* line 54, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-100-desktop {
    padding: 100px !important;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1239px) {
  /* line 62, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-100-desktop-only {
    margin: 100px !important;
  }

  /* line 64, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-100-desktop-only {
    padding: 100px !important;
  }
}

@media screen and (min-width: 1240px) {
  /* line 72, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-100-widescreen {
    margin: 100px !important;
  }

  /* line 74, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-100-widescreen {
    padding: 100px !important;
  }
}

@media screen and (min-width: 1240px) and (max-width: 1383px) {
  /* line 82, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-100-widescreen-only {
    margin: 100px !important;
  }

  /* line 84, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-100-widescreen-only {
    padding: 100px !important;
  }
}

@media screen and (min-width: 1384px) {
  /* line 92, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-100-fullhd {
    margin: 100px !important;
  }

  /* line 94, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-100-fullhd {
    padding: 100px !important;
  }
}

@media screen and (max-width: 767px) {
  /* line 104, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-top-100-mobile {
    margin-top: 100px !important;
  }

  /* line 106, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-top-100-mobile {
    padding-top: 100px !important;
  }
}

@media screen and (min-width: 768px), print {
  /* line 114, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-top-100-tablet {
    margin-top: 100px !important;
  }

  /* line 116, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-top-100-tablet {
    padding-top: 100px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 999px) {
  /* line 124, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-top-100-tablet-only {
    margin-top: 100px !important;
  }

  /* line 126, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-top-100-tablet-only {
    padding-top: 100px !important;
  }
}

@media screen and (max-width: 999px) {
  /* line 134, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-top-100-touch {
    margin-top: 100px !important;
  }

  /* line 136, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-top-100-touch {
    padding-top: 100px !important;
  }
}

@media screen and (min-width: 1000px) {
  /* line 144, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-top-100-desktop {
    margin-top: 100px !important;
  }

  /* line 146, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-top-100-desktop {
    padding-top: 100px !important;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1239px) {
  /* line 154, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-top-100-desktop-only {
    margin-top: 100px !important;
  }

  /* line 156, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-top-100-desktop-only {
    padding-top: 100px !important;
  }
}

@media screen and (min-width: 1240px) {
  /* line 164, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-top-100-widescreen {
    margin-top: 100px !important;
  }

  /* line 166, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-top-100-widescreen {
    padding-top: 100px !important;
  }
}

@media screen and (min-width: 1240px) and (max-width: 1383px) {
  /* line 174, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-top-100-widescreen-only {
    margin-top: 100px !important;
  }

  /* line 176, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-top-100-widescreen-only {
    padding-top: 100px !important;
  }
}

@media screen and (min-width: 1384px) {
  /* line 184, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-top-100-fullhd {
    margin-top: 100px !important;
  }

  /* line 186, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-top-100-fullhd {
    padding-top: 100px !important;
  }
}

@media screen and (max-width: 767px) {
  /* line 104, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-bottom-100-mobile {
    margin-bottom: 100px !important;
  }

  /* line 106, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-bottom-100-mobile {
    padding-bottom: 100px !important;
  }
}

@media screen and (min-width: 768px), print {
  /* line 114, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-bottom-100-tablet {
    margin-bottom: 100px !important;
  }

  /* line 116, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-bottom-100-tablet {
    padding-bottom: 100px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 999px) {
  /* line 124, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-bottom-100-tablet-only {
    margin-bottom: 100px !important;
  }

  /* line 126, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-bottom-100-tablet-only {
    padding-bottom: 100px !important;
  }
}

@media screen and (max-width: 999px) {
  /* line 134, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-bottom-100-touch {
    margin-bottom: 100px !important;
  }

  /* line 136, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-bottom-100-touch {
    padding-bottom: 100px !important;
  }
}

@media screen and (min-width: 1000px) {
  /* line 144, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-bottom-100-desktop {
    margin-bottom: 100px !important;
  }

  /* line 146, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-bottom-100-desktop {
    padding-bottom: 100px !important;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1239px) {
  /* line 154, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-bottom-100-desktop-only {
    margin-bottom: 100px !important;
  }

  /* line 156, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-bottom-100-desktop-only {
    padding-bottom: 100px !important;
  }
}

@media screen and (min-width: 1240px) {
  /* line 164, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-bottom-100-widescreen {
    margin-bottom: 100px !important;
  }

  /* line 166, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-bottom-100-widescreen {
    padding-bottom: 100px !important;
  }
}

@media screen and (min-width: 1240px) and (max-width: 1383px) {
  /* line 174, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-bottom-100-widescreen-only {
    margin-bottom: 100px !important;
  }

  /* line 176, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-bottom-100-widescreen-only {
    padding-bottom: 100px !important;
  }
}

@media screen and (min-width: 1384px) {
  /* line 184, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-bottom-100-fullhd {
    margin-bottom: 100px !important;
  }

  /* line 186, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-bottom-100-fullhd {
    padding-bottom: 100px !important;
  }
}

@media screen and (max-width: 767px) {
  /* line 104, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-left-100-mobile {
    margin-left: 100px !important;
  }

  /* line 106, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-left-100-mobile {
    padding-left: 100px !important;
  }
}

@media screen and (min-width: 768px), print {
  /* line 114, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-left-100-tablet {
    margin-left: 100px !important;
  }

  /* line 116, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-left-100-tablet {
    padding-left: 100px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 999px) {
  /* line 124, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-left-100-tablet-only {
    margin-left: 100px !important;
  }

  /* line 126, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-left-100-tablet-only {
    padding-left: 100px !important;
  }
}

@media screen and (max-width: 999px) {
  /* line 134, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-left-100-touch {
    margin-left: 100px !important;
  }

  /* line 136, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-left-100-touch {
    padding-left: 100px !important;
  }
}

@media screen and (min-width: 1000px) {
  /* line 144, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-left-100-desktop {
    margin-left: 100px !important;
  }

  /* line 146, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-left-100-desktop {
    padding-left: 100px !important;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1239px) {
  /* line 154, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-left-100-desktop-only {
    margin-left: 100px !important;
  }

  /* line 156, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-left-100-desktop-only {
    padding-left: 100px !important;
  }
}

@media screen and (min-width: 1240px) {
  /* line 164, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-left-100-widescreen {
    margin-left: 100px !important;
  }

  /* line 166, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-left-100-widescreen {
    padding-left: 100px !important;
  }
}

@media screen and (min-width: 1240px) and (max-width: 1383px) {
  /* line 174, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-left-100-widescreen-only {
    margin-left: 100px !important;
  }

  /* line 176, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-left-100-widescreen-only {
    padding-left: 100px !important;
  }
}

@media screen and (min-width: 1384px) {
  /* line 184, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-left-100-fullhd {
    margin-left: 100px !important;
  }

  /* line 186, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-left-100-fullhd {
    padding-left: 100px !important;
  }
}

@media screen and (max-width: 767px) {
  /* line 104, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-right-100-mobile {
    margin-right: 100px !important;
  }

  /* line 106, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-right-100-mobile {
    padding-right: 100px !important;
  }
}

@media screen and (min-width: 768px), print {
  /* line 114, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-right-100-tablet {
    margin-right: 100px !important;
  }

  /* line 116, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-right-100-tablet {
    padding-right: 100px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 999px) {
  /* line 124, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-right-100-tablet-only {
    margin-right: 100px !important;
  }

  /* line 126, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-right-100-tablet-only {
    padding-right: 100px !important;
  }
}

@media screen and (max-width: 999px) {
  /* line 134, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-right-100-touch {
    margin-right: 100px !important;
  }

  /* line 136, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-right-100-touch {
    padding-right: 100px !important;
  }
}

@media screen and (min-width: 1000px) {
  /* line 144, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-right-100-desktop {
    margin-right: 100px !important;
  }

  /* line 146, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-right-100-desktop {
    padding-right: 100px !important;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1239px) {
  /* line 154, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-right-100-desktop-only {
    margin-right: 100px !important;
  }

  /* line 156, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-right-100-desktop-only {
    padding-right: 100px !important;
  }
}

@media screen and (min-width: 1240px) {
  /* line 164, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-right-100-widescreen {
    margin-right: 100px !important;
  }

  /* line 166, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-right-100-widescreen {
    padding-right: 100px !important;
  }
}

@media screen and (min-width: 1240px) and (max-width: 1383px) {
  /* line 174, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-right-100-widescreen-only {
    margin-right: 100px !important;
  }

  /* line 176, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-right-100-widescreen-only {
    padding-right: 100px !important;
  }
}

@media screen and (min-width: 1384px) {
  /* line 184, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-right-100-fullhd {
    margin-right: 100px !important;
  }

  /* line 186, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-right-100-fullhd {
    padding-right: 100px !important;
  }
}

@media screen and (max-width: 767px) {
  /* line 12, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-105-mobile {
    margin: 105px !important;
  }

  /* line 14, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-105-mobile {
    padding: 105px !important;
  }
}

@media screen and (min-width: 768px), print {
  /* line 22, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-105-tablet {
    margin: 105px !important;
  }

  /* line 24, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-105-tablet {
    padding: 105px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 999px) {
  /* line 32, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-105-tablet-only {
    margin: 105px !important;
  }

  /* line 34, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-105-tablet-only {
    padding: 105px !important;
  }
}

@media screen and (max-width: 999px) {
  /* line 42, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-105-touch {
    margin: 105px !important;
  }

  /* line 44, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-105-touch {
    padding: 105px !important;
  }
}

@media screen and (min-width: 1000px) {
  /* line 52, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-105-desktop {
    margin: 105px !important;
  }

  /* line 54, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-105-desktop {
    padding: 105px !important;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1239px) {
  /* line 62, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-105-desktop-only {
    margin: 105px !important;
  }

  /* line 64, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-105-desktop-only {
    padding: 105px !important;
  }
}

@media screen and (min-width: 1240px) {
  /* line 72, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-105-widescreen {
    margin: 105px !important;
  }

  /* line 74, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-105-widescreen {
    padding: 105px !important;
  }
}

@media screen and (min-width: 1240px) and (max-width: 1383px) {
  /* line 82, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-105-widescreen-only {
    margin: 105px !important;
  }

  /* line 84, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-105-widescreen-only {
    padding: 105px !important;
  }
}

@media screen and (min-width: 1384px) {
  /* line 92, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-105-fullhd {
    margin: 105px !important;
  }

  /* line 94, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-105-fullhd {
    padding: 105px !important;
  }
}

@media screen and (max-width: 767px) {
  /* line 104, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-top-105-mobile {
    margin-top: 105px !important;
  }

  /* line 106, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-top-105-mobile {
    padding-top: 105px !important;
  }
}

@media screen and (min-width: 768px), print {
  /* line 114, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-top-105-tablet {
    margin-top: 105px !important;
  }

  /* line 116, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-top-105-tablet {
    padding-top: 105px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 999px) {
  /* line 124, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-top-105-tablet-only {
    margin-top: 105px !important;
  }

  /* line 126, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-top-105-tablet-only {
    padding-top: 105px !important;
  }
}

@media screen and (max-width: 999px) {
  /* line 134, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-top-105-touch {
    margin-top: 105px !important;
  }

  /* line 136, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-top-105-touch {
    padding-top: 105px !important;
  }
}

@media screen and (min-width: 1000px) {
  /* line 144, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-top-105-desktop {
    margin-top: 105px !important;
  }

  /* line 146, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-top-105-desktop {
    padding-top: 105px !important;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1239px) {
  /* line 154, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-top-105-desktop-only {
    margin-top: 105px !important;
  }

  /* line 156, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-top-105-desktop-only {
    padding-top: 105px !important;
  }
}

@media screen and (min-width: 1240px) {
  /* line 164, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-top-105-widescreen {
    margin-top: 105px !important;
  }

  /* line 166, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-top-105-widescreen {
    padding-top: 105px !important;
  }
}

@media screen and (min-width: 1240px) and (max-width: 1383px) {
  /* line 174, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-top-105-widescreen-only {
    margin-top: 105px !important;
  }

  /* line 176, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-top-105-widescreen-only {
    padding-top: 105px !important;
  }
}

@media screen and (min-width: 1384px) {
  /* line 184, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-top-105-fullhd {
    margin-top: 105px !important;
  }

  /* line 186, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-top-105-fullhd {
    padding-top: 105px !important;
  }
}

@media screen and (max-width: 767px) {
  /* line 104, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-bottom-105-mobile {
    margin-bottom: 105px !important;
  }

  /* line 106, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-bottom-105-mobile {
    padding-bottom: 105px !important;
  }
}

@media screen and (min-width: 768px), print {
  /* line 114, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-bottom-105-tablet {
    margin-bottom: 105px !important;
  }

  /* line 116, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-bottom-105-tablet {
    padding-bottom: 105px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 999px) {
  /* line 124, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-bottom-105-tablet-only {
    margin-bottom: 105px !important;
  }

  /* line 126, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-bottom-105-tablet-only {
    padding-bottom: 105px !important;
  }
}

@media screen and (max-width: 999px) {
  /* line 134, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-bottom-105-touch {
    margin-bottom: 105px !important;
  }

  /* line 136, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-bottom-105-touch {
    padding-bottom: 105px !important;
  }
}

@media screen and (min-width: 1000px) {
  /* line 144, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-bottom-105-desktop {
    margin-bottom: 105px !important;
  }

  /* line 146, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-bottom-105-desktop {
    padding-bottom: 105px !important;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1239px) {
  /* line 154, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-bottom-105-desktop-only {
    margin-bottom: 105px !important;
  }

  /* line 156, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-bottom-105-desktop-only {
    padding-bottom: 105px !important;
  }
}

@media screen and (min-width: 1240px) {
  /* line 164, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-bottom-105-widescreen {
    margin-bottom: 105px !important;
  }

  /* line 166, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-bottom-105-widescreen {
    padding-bottom: 105px !important;
  }
}

@media screen and (min-width: 1240px) and (max-width: 1383px) {
  /* line 174, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-bottom-105-widescreen-only {
    margin-bottom: 105px !important;
  }

  /* line 176, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-bottom-105-widescreen-only {
    padding-bottom: 105px !important;
  }
}

@media screen and (min-width: 1384px) {
  /* line 184, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-bottom-105-fullhd {
    margin-bottom: 105px !important;
  }

  /* line 186, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-bottom-105-fullhd {
    padding-bottom: 105px !important;
  }
}

@media screen and (max-width: 767px) {
  /* line 104, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-left-105-mobile {
    margin-left: 105px !important;
  }

  /* line 106, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-left-105-mobile {
    padding-left: 105px !important;
  }
}

@media screen and (min-width: 768px), print {
  /* line 114, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-left-105-tablet {
    margin-left: 105px !important;
  }

  /* line 116, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-left-105-tablet {
    padding-left: 105px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 999px) {
  /* line 124, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-left-105-tablet-only {
    margin-left: 105px !important;
  }

  /* line 126, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-left-105-tablet-only {
    padding-left: 105px !important;
  }
}

@media screen and (max-width: 999px) {
  /* line 134, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-left-105-touch {
    margin-left: 105px !important;
  }

  /* line 136, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-left-105-touch {
    padding-left: 105px !important;
  }
}

@media screen and (min-width: 1000px) {
  /* line 144, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-left-105-desktop {
    margin-left: 105px !important;
  }

  /* line 146, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-left-105-desktop {
    padding-left: 105px !important;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1239px) {
  /* line 154, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-left-105-desktop-only {
    margin-left: 105px !important;
  }

  /* line 156, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-left-105-desktop-only {
    padding-left: 105px !important;
  }
}

@media screen and (min-width: 1240px) {
  /* line 164, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-left-105-widescreen {
    margin-left: 105px !important;
  }

  /* line 166, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-left-105-widescreen {
    padding-left: 105px !important;
  }
}

@media screen and (min-width: 1240px) and (max-width: 1383px) {
  /* line 174, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-left-105-widescreen-only {
    margin-left: 105px !important;
  }

  /* line 176, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-left-105-widescreen-only {
    padding-left: 105px !important;
  }
}

@media screen and (min-width: 1384px) {
  /* line 184, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-left-105-fullhd {
    margin-left: 105px !important;
  }

  /* line 186, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-left-105-fullhd {
    padding-left: 105px !important;
  }
}

@media screen and (max-width: 767px) {
  /* line 104, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-right-105-mobile {
    margin-right: 105px !important;
  }

  /* line 106, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-right-105-mobile {
    padding-right: 105px !important;
  }
}

@media screen and (min-width: 768px), print {
  /* line 114, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-right-105-tablet {
    margin-right: 105px !important;
  }

  /* line 116, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-right-105-tablet {
    padding-right: 105px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 999px) {
  /* line 124, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-right-105-tablet-only {
    margin-right: 105px !important;
  }

  /* line 126, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-right-105-tablet-only {
    padding-right: 105px !important;
  }
}

@media screen and (max-width: 999px) {
  /* line 134, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-right-105-touch {
    margin-right: 105px !important;
  }

  /* line 136, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-right-105-touch {
    padding-right: 105px !important;
  }
}

@media screen and (min-width: 1000px) {
  /* line 144, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-right-105-desktop {
    margin-right: 105px !important;
  }

  /* line 146, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-right-105-desktop {
    padding-right: 105px !important;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1239px) {
  /* line 154, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-right-105-desktop-only {
    margin-right: 105px !important;
  }

  /* line 156, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-right-105-desktop-only {
    padding-right: 105px !important;
  }
}

@media screen and (min-width: 1240px) {
  /* line 164, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-right-105-widescreen {
    margin-right: 105px !important;
  }

  /* line 166, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-right-105-widescreen {
    padding-right: 105px !important;
  }
}

@media screen and (min-width: 1240px) and (max-width: 1383px) {
  /* line 174, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-right-105-widescreen-only {
    margin-right: 105px !important;
  }

  /* line 176, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-right-105-widescreen-only {
    padding-right: 105px !important;
  }
}

@media screen and (min-width: 1384px) {
  /* line 184, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-right-105-fullhd {
    margin-right: 105px !important;
  }

  /* line 186, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-right-105-fullhd {
    padding-right: 105px !important;
  }
}

@media screen and (max-width: 767px) {
  /* line 12, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-110-mobile {
    margin: 110px !important;
  }

  /* line 14, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-110-mobile {
    padding: 110px !important;
  }
}

@media screen and (min-width: 768px), print {
  /* line 22, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-110-tablet {
    margin: 110px !important;
  }

  /* line 24, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-110-tablet {
    padding: 110px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 999px) {
  /* line 32, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-110-tablet-only {
    margin: 110px !important;
  }

  /* line 34, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-110-tablet-only {
    padding: 110px !important;
  }
}

@media screen and (max-width: 999px) {
  /* line 42, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-110-touch {
    margin: 110px !important;
  }

  /* line 44, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-110-touch {
    padding: 110px !important;
  }
}

@media screen and (min-width: 1000px) {
  /* line 52, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-110-desktop {
    margin: 110px !important;
  }

  /* line 54, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-110-desktop {
    padding: 110px !important;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1239px) {
  /* line 62, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-110-desktop-only {
    margin: 110px !important;
  }

  /* line 64, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-110-desktop-only {
    padding: 110px !important;
  }
}

@media screen and (min-width: 1240px) {
  /* line 72, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-110-widescreen {
    margin: 110px !important;
  }

  /* line 74, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-110-widescreen {
    padding: 110px !important;
  }
}

@media screen and (min-width: 1240px) and (max-width: 1383px) {
  /* line 82, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-110-widescreen-only {
    margin: 110px !important;
  }

  /* line 84, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-110-widescreen-only {
    padding: 110px !important;
  }
}

@media screen and (min-width: 1384px) {
  /* line 92, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-110-fullhd {
    margin: 110px !important;
  }

  /* line 94, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-110-fullhd {
    padding: 110px !important;
  }
}

@media screen and (max-width: 767px) {
  /* line 104, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-top-110-mobile {
    margin-top: 110px !important;
  }

  /* line 106, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-top-110-mobile {
    padding-top: 110px !important;
  }
}

@media screen and (min-width: 768px), print {
  /* line 114, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-top-110-tablet {
    margin-top: 110px !important;
  }

  /* line 116, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-top-110-tablet {
    padding-top: 110px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 999px) {
  /* line 124, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-top-110-tablet-only {
    margin-top: 110px !important;
  }

  /* line 126, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-top-110-tablet-only {
    padding-top: 110px !important;
  }
}

@media screen and (max-width: 999px) {
  /* line 134, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-top-110-touch {
    margin-top: 110px !important;
  }

  /* line 136, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-top-110-touch {
    padding-top: 110px !important;
  }
}

@media screen and (min-width: 1000px) {
  /* line 144, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-top-110-desktop {
    margin-top: 110px !important;
  }

  /* line 146, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-top-110-desktop {
    padding-top: 110px !important;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1239px) {
  /* line 154, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-top-110-desktop-only {
    margin-top: 110px !important;
  }

  /* line 156, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-top-110-desktop-only {
    padding-top: 110px !important;
  }
}

@media screen and (min-width: 1240px) {
  /* line 164, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-top-110-widescreen {
    margin-top: 110px !important;
  }

  /* line 166, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-top-110-widescreen {
    padding-top: 110px !important;
  }
}

@media screen and (min-width: 1240px) and (max-width: 1383px) {
  /* line 174, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-top-110-widescreen-only {
    margin-top: 110px !important;
  }

  /* line 176, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-top-110-widescreen-only {
    padding-top: 110px !important;
  }
}

@media screen and (min-width: 1384px) {
  /* line 184, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-top-110-fullhd {
    margin-top: 110px !important;
  }

  /* line 186, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-top-110-fullhd {
    padding-top: 110px !important;
  }
}

@media screen and (max-width: 767px) {
  /* line 104, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-bottom-110-mobile {
    margin-bottom: 110px !important;
  }

  /* line 106, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-bottom-110-mobile {
    padding-bottom: 110px !important;
  }
}

@media screen and (min-width: 768px), print {
  /* line 114, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-bottom-110-tablet {
    margin-bottom: 110px !important;
  }

  /* line 116, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-bottom-110-tablet {
    padding-bottom: 110px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 999px) {
  /* line 124, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-bottom-110-tablet-only {
    margin-bottom: 110px !important;
  }

  /* line 126, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-bottom-110-tablet-only {
    padding-bottom: 110px !important;
  }
}

@media screen and (max-width: 999px) {
  /* line 134, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-bottom-110-touch {
    margin-bottom: 110px !important;
  }

  /* line 136, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-bottom-110-touch {
    padding-bottom: 110px !important;
  }
}

@media screen and (min-width: 1000px) {
  /* line 144, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-bottom-110-desktop {
    margin-bottom: 110px !important;
  }

  /* line 146, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-bottom-110-desktop {
    padding-bottom: 110px !important;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1239px) {
  /* line 154, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-bottom-110-desktop-only {
    margin-bottom: 110px !important;
  }

  /* line 156, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-bottom-110-desktop-only {
    padding-bottom: 110px !important;
  }
}

@media screen and (min-width: 1240px) {
  /* line 164, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-bottom-110-widescreen {
    margin-bottom: 110px !important;
  }

  /* line 166, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-bottom-110-widescreen {
    padding-bottom: 110px !important;
  }
}

@media screen and (min-width: 1240px) and (max-width: 1383px) {
  /* line 174, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-bottom-110-widescreen-only {
    margin-bottom: 110px !important;
  }

  /* line 176, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-bottom-110-widescreen-only {
    padding-bottom: 110px !important;
  }
}

@media screen and (min-width: 1384px) {
  /* line 184, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-bottom-110-fullhd {
    margin-bottom: 110px !important;
  }

  /* line 186, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-bottom-110-fullhd {
    padding-bottom: 110px !important;
  }
}

@media screen and (max-width: 767px) {
  /* line 104, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-left-110-mobile {
    margin-left: 110px !important;
  }

  /* line 106, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-left-110-mobile {
    padding-left: 110px !important;
  }
}

@media screen and (min-width: 768px), print {
  /* line 114, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-left-110-tablet {
    margin-left: 110px !important;
  }

  /* line 116, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-left-110-tablet {
    padding-left: 110px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 999px) {
  /* line 124, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-left-110-tablet-only {
    margin-left: 110px !important;
  }

  /* line 126, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-left-110-tablet-only {
    padding-left: 110px !important;
  }
}

@media screen and (max-width: 999px) {
  /* line 134, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-left-110-touch {
    margin-left: 110px !important;
  }

  /* line 136, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-left-110-touch {
    padding-left: 110px !important;
  }
}

@media screen and (min-width: 1000px) {
  /* line 144, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-left-110-desktop {
    margin-left: 110px !important;
  }

  /* line 146, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-left-110-desktop {
    padding-left: 110px !important;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1239px) {
  /* line 154, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-left-110-desktop-only {
    margin-left: 110px !important;
  }

  /* line 156, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-left-110-desktop-only {
    padding-left: 110px !important;
  }
}

@media screen and (min-width: 1240px) {
  /* line 164, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-left-110-widescreen {
    margin-left: 110px !important;
  }

  /* line 166, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-left-110-widescreen {
    padding-left: 110px !important;
  }
}

@media screen and (min-width: 1240px) and (max-width: 1383px) {
  /* line 174, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-left-110-widescreen-only {
    margin-left: 110px !important;
  }

  /* line 176, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-left-110-widescreen-only {
    padding-left: 110px !important;
  }
}

@media screen and (min-width: 1384px) {
  /* line 184, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-left-110-fullhd {
    margin-left: 110px !important;
  }

  /* line 186, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-left-110-fullhd {
    padding-left: 110px !important;
  }
}

@media screen and (max-width: 767px) {
  /* line 104, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-right-110-mobile {
    margin-right: 110px !important;
  }

  /* line 106, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-right-110-mobile {
    padding-right: 110px !important;
  }
}

@media screen and (min-width: 768px), print {
  /* line 114, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-right-110-tablet {
    margin-right: 110px !important;
  }

  /* line 116, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-right-110-tablet {
    padding-right: 110px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 999px) {
  /* line 124, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-right-110-tablet-only {
    margin-right: 110px !important;
  }

  /* line 126, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-right-110-tablet-only {
    padding-right: 110px !important;
  }
}

@media screen and (max-width: 999px) {
  /* line 134, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-right-110-touch {
    margin-right: 110px !important;
  }

  /* line 136, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-right-110-touch {
    padding-right: 110px !important;
  }
}

@media screen and (min-width: 1000px) {
  /* line 144, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-right-110-desktop {
    margin-right: 110px !important;
  }

  /* line 146, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-right-110-desktop {
    padding-right: 110px !important;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1239px) {
  /* line 154, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-right-110-desktop-only {
    margin-right: 110px !important;
  }

  /* line 156, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-right-110-desktop-only {
    padding-right: 110px !important;
  }
}

@media screen and (min-width: 1240px) {
  /* line 164, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-right-110-widescreen {
    margin-right: 110px !important;
  }

  /* line 166, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-right-110-widescreen {
    padding-right: 110px !important;
  }
}

@media screen and (min-width: 1240px) and (max-width: 1383px) {
  /* line 174, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-right-110-widescreen-only {
    margin-right: 110px !important;
  }

  /* line 176, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-right-110-widescreen-only {
    padding-right: 110px !important;
  }
}

@media screen and (min-width: 1384px) {
  /* line 184, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-right-110-fullhd {
    margin-right: 110px !important;
  }

  /* line 186, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-right-110-fullhd {
    padding-right: 110px !important;
  }
}

@media screen and (max-width: 767px) {
  /* line 12, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-115-mobile {
    margin: 115px !important;
  }

  /* line 14, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-115-mobile {
    padding: 115px !important;
  }
}

@media screen and (min-width: 768px), print {
  /* line 22, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-115-tablet {
    margin: 115px !important;
  }

  /* line 24, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-115-tablet {
    padding: 115px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 999px) {
  /* line 32, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-115-tablet-only {
    margin: 115px !important;
  }

  /* line 34, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-115-tablet-only {
    padding: 115px !important;
  }
}

@media screen and (max-width: 999px) {
  /* line 42, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-115-touch {
    margin: 115px !important;
  }

  /* line 44, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-115-touch {
    padding: 115px !important;
  }
}

@media screen and (min-width: 1000px) {
  /* line 52, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-115-desktop {
    margin: 115px !important;
  }

  /* line 54, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-115-desktop {
    padding: 115px !important;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1239px) {
  /* line 62, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-115-desktop-only {
    margin: 115px !important;
  }

  /* line 64, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-115-desktop-only {
    padding: 115px !important;
  }
}

@media screen and (min-width: 1240px) {
  /* line 72, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-115-widescreen {
    margin: 115px !important;
  }

  /* line 74, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-115-widescreen {
    padding: 115px !important;
  }
}

@media screen and (min-width: 1240px) and (max-width: 1383px) {
  /* line 82, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-115-widescreen-only {
    margin: 115px !important;
  }

  /* line 84, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-115-widescreen-only {
    padding: 115px !important;
  }
}

@media screen and (min-width: 1384px) {
  /* line 92, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-115-fullhd {
    margin: 115px !important;
  }

  /* line 94, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-115-fullhd {
    padding: 115px !important;
  }
}

@media screen and (max-width: 767px) {
  /* line 104, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-top-115-mobile {
    margin-top: 115px !important;
  }

  /* line 106, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-top-115-mobile {
    padding-top: 115px !important;
  }
}

@media screen and (min-width: 768px), print {
  /* line 114, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-top-115-tablet {
    margin-top: 115px !important;
  }

  /* line 116, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-top-115-tablet {
    padding-top: 115px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 999px) {
  /* line 124, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-top-115-tablet-only {
    margin-top: 115px !important;
  }

  /* line 126, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-top-115-tablet-only {
    padding-top: 115px !important;
  }
}

@media screen and (max-width: 999px) {
  /* line 134, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-top-115-touch {
    margin-top: 115px !important;
  }

  /* line 136, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-top-115-touch {
    padding-top: 115px !important;
  }
}

@media screen and (min-width: 1000px) {
  /* line 144, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-top-115-desktop {
    margin-top: 115px !important;
  }

  /* line 146, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-top-115-desktop {
    padding-top: 115px !important;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1239px) {
  /* line 154, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-top-115-desktop-only {
    margin-top: 115px !important;
  }

  /* line 156, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-top-115-desktop-only {
    padding-top: 115px !important;
  }
}

@media screen and (min-width: 1240px) {
  /* line 164, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-top-115-widescreen {
    margin-top: 115px !important;
  }

  /* line 166, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-top-115-widescreen {
    padding-top: 115px !important;
  }
}

@media screen and (min-width: 1240px) and (max-width: 1383px) {
  /* line 174, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-top-115-widescreen-only {
    margin-top: 115px !important;
  }

  /* line 176, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-top-115-widescreen-only {
    padding-top: 115px !important;
  }
}

@media screen and (min-width: 1384px) {
  /* line 184, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-top-115-fullhd {
    margin-top: 115px !important;
  }

  /* line 186, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-top-115-fullhd {
    padding-top: 115px !important;
  }
}

@media screen and (max-width: 767px) {
  /* line 104, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-bottom-115-mobile {
    margin-bottom: 115px !important;
  }

  /* line 106, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-bottom-115-mobile {
    padding-bottom: 115px !important;
  }
}

@media screen and (min-width: 768px), print {
  /* line 114, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-bottom-115-tablet {
    margin-bottom: 115px !important;
  }

  /* line 116, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-bottom-115-tablet {
    padding-bottom: 115px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 999px) {
  /* line 124, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-bottom-115-tablet-only {
    margin-bottom: 115px !important;
  }

  /* line 126, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-bottom-115-tablet-only {
    padding-bottom: 115px !important;
  }
}

@media screen and (max-width: 999px) {
  /* line 134, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-bottom-115-touch {
    margin-bottom: 115px !important;
  }

  /* line 136, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-bottom-115-touch {
    padding-bottom: 115px !important;
  }
}

@media screen and (min-width: 1000px) {
  /* line 144, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-bottom-115-desktop {
    margin-bottom: 115px !important;
  }

  /* line 146, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-bottom-115-desktop {
    padding-bottom: 115px !important;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1239px) {
  /* line 154, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-bottom-115-desktop-only {
    margin-bottom: 115px !important;
  }

  /* line 156, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-bottom-115-desktop-only {
    padding-bottom: 115px !important;
  }
}

@media screen and (min-width: 1240px) {
  /* line 164, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-bottom-115-widescreen {
    margin-bottom: 115px !important;
  }

  /* line 166, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-bottom-115-widescreen {
    padding-bottom: 115px !important;
  }
}

@media screen and (min-width: 1240px) and (max-width: 1383px) {
  /* line 174, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-bottom-115-widescreen-only {
    margin-bottom: 115px !important;
  }

  /* line 176, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-bottom-115-widescreen-only {
    padding-bottom: 115px !important;
  }
}

@media screen and (min-width: 1384px) {
  /* line 184, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-bottom-115-fullhd {
    margin-bottom: 115px !important;
  }

  /* line 186, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-bottom-115-fullhd {
    padding-bottom: 115px !important;
  }
}

@media screen and (max-width: 767px) {
  /* line 104, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-left-115-mobile {
    margin-left: 115px !important;
  }

  /* line 106, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-left-115-mobile {
    padding-left: 115px !important;
  }
}

@media screen and (min-width: 768px), print {
  /* line 114, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-left-115-tablet {
    margin-left: 115px !important;
  }

  /* line 116, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-left-115-tablet {
    padding-left: 115px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 999px) {
  /* line 124, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-left-115-tablet-only {
    margin-left: 115px !important;
  }

  /* line 126, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-left-115-tablet-only {
    padding-left: 115px !important;
  }
}

@media screen and (max-width: 999px) {
  /* line 134, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-left-115-touch {
    margin-left: 115px !important;
  }

  /* line 136, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-left-115-touch {
    padding-left: 115px !important;
  }
}

@media screen and (min-width: 1000px) {
  /* line 144, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-left-115-desktop {
    margin-left: 115px !important;
  }

  /* line 146, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-left-115-desktop {
    padding-left: 115px !important;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1239px) {
  /* line 154, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-left-115-desktop-only {
    margin-left: 115px !important;
  }

  /* line 156, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-left-115-desktop-only {
    padding-left: 115px !important;
  }
}

@media screen and (min-width: 1240px) {
  /* line 164, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-left-115-widescreen {
    margin-left: 115px !important;
  }

  /* line 166, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-left-115-widescreen {
    padding-left: 115px !important;
  }
}

@media screen and (min-width: 1240px) and (max-width: 1383px) {
  /* line 174, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-left-115-widescreen-only {
    margin-left: 115px !important;
  }

  /* line 176, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-left-115-widescreen-only {
    padding-left: 115px !important;
  }
}

@media screen and (min-width: 1384px) {
  /* line 184, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-left-115-fullhd {
    margin-left: 115px !important;
  }

  /* line 186, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-left-115-fullhd {
    padding-left: 115px !important;
  }
}

@media screen and (max-width: 767px) {
  /* line 104, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-right-115-mobile {
    margin-right: 115px !important;
  }

  /* line 106, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-right-115-mobile {
    padding-right: 115px !important;
  }
}

@media screen and (min-width: 768px), print {
  /* line 114, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-right-115-tablet {
    margin-right: 115px !important;
  }

  /* line 116, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-right-115-tablet {
    padding-right: 115px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 999px) {
  /* line 124, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-right-115-tablet-only {
    margin-right: 115px !important;
  }

  /* line 126, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-right-115-tablet-only {
    padding-right: 115px !important;
  }
}

@media screen and (max-width: 999px) {
  /* line 134, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-right-115-touch {
    margin-right: 115px !important;
  }

  /* line 136, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-right-115-touch {
    padding-right: 115px !important;
  }
}

@media screen and (min-width: 1000px) {
  /* line 144, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-right-115-desktop {
    margin-right: 115px !important;
  }

  /* line 146, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-right-115-desktop {
    padding-right: 115px !important;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1239px) {
  /* line 154, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-right-115-desktop-only {
    margin-right: 115px !important;
  }

  /* line 156, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-right-115-desktop-only {
    padding-right: 115px !important;
  }
}

@media screen and (min-width: 1240px) {
  /* line 164, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-right-115-widescreen {
    margin-right: 115px !important;
  }

  /* line 166, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-right-115-widescreen {
    padding-right: 115px !important;
  }
}

@media screen and (min-width: 1240px) and (max-width: 1383px) {
  /* line 174, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-right-115-widescreen-only {
    margin-right: 115px !important;
  }

  /* line 176, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-right-115-widescreen-only {
    padding-right: 115px !important;
  }
}

@media screen and (min-width: 1384px) {
  /* line 184, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-right-115-fullhd {
    margin-right: 115px !important;
  }

  /* line 186, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-right-115-fullhd {
    padding-right: 115px !important;
  }
}

@media screen and (max-width: 767px) {
  /* line 12, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-120-mobile {
    margin: 120px !important;
  }

  /* line 14, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-120-mobile {
    padding: 120px !important;
  }
}

@media screen and (min-width: 768px), print {
  /* line 22, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-120-tablet {
    margin: 120px !important;
  }

  /* line 24, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-120-tablet {
    padding: 120px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 999px) {
  /* line 32, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-120-tablet-only {
    margin: 120px !important;
  }

  /* line 34, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-120-tablet-only {
    padding: 120px !important;
  }
}

@media screen and (max-width: 999px) {
  /* line 42, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-120-touch {
    margin: 120px !important;
  }

  /* line 44, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-120-touch {
    padding: 120px !important;
  }
}

@media screen and (min-width: 1000px) {
  /* line 52, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-120-desktop {
    margin: 120px !important;
  }

  /* line 54, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-120-desktop {
    padding: 120px !important;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1239px) {
  /* line 62, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-120-desktop-only {
    margin: 120px !important;
  }

  /* line 64, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-120-desktop-only {
    padding: 120px !important;
  }
}

@media screen and (min-width: 1240px) {
  /* line 72, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-120-widescreen {
    margin: 120px !important;
  }

  /* line 74, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-120-widescreen {
    padding: 120px !important;
  }
}

@media screen and (min-width: 1240px) and (max-width: 1383px) {
  /* line 82, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-120-widescreen-only {
    margin: 120px !important;
  }

  /* line 84, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-120-widescreen-only {
    padding: 120px !important;
  }
}

@media screen and (min-width: 1384px) {
  /* line 92, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-120-fullhd {
    margin: 120px !important;
  }

  /* line 94, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-120-fullhd {
    padding: 120px !important;
  }
}

@media screen and (max-width: 767px) {
  /* line 104, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-top-120-mobile {
    margin-top: 120px !important;
  }

  /* line 106, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-top-120-mobile {
    padding-top: 120px !important;
  }
}

@media screen and (min-width: 768px), print {
  /* line 114, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-top-120-tablet {
    margin-top: 120px !important;
  }

  /* line 116, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-top-120-tablet {
    padding-top: 120px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 999px) {
  /* line 124, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-top-120-tablet-only {
    margin-top: 120px !important;
  }

  /* line 126, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-top-120-tablet-only {
    padding-top: 120px !important;
  }
}

@media screen and (max-width: 999px) {
  /* line 134, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-top-120-touch {
    margin-top: 120px !important;
  }

  /* line 136, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-top-120-touch {
    padding-top: 120px !important;
  }
}

@media screen and (min-width: 1000px) {
  /* line 144, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-top-120-desktop {
    margin-top: 120px !important;
  }

  /* line 146, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-top-120-desktop {
    padding-top: 120px !important;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1239px) {
  /* line 154, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-top-120-desktop-only {
    margin-top: 120px !important;
  }

  /* line 156, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-top-120-desktop-only {
    padding-top: 120px !important;
  }
}

@media screen and (min-width: 1240px) {
  /* line 164, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-top-120-widescreen {
    margin-top: 120px !important;
  }

  /* line 166, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-top-120-widescreen {
    padding-top: 120px !important;
  }
}

@media screen and (min-width: 1240px) and (max-width: 1383px) {
  /* line 174, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-top-120-widescreen-only {
    margin-top: 120px !important;
  }

  /* line 176, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-top-120-widescreen-only {
    padding-top: 120px !important;
  }
}

@media screen and (min-width: 1384px) {
  /* line 184, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-top-120-fullhd {
    margin-top: 120px !important;
  }

  /* line 186, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-top-120-fullhd {
    padding-top: 120px !important;
  }
}

@media screen and (max-width: 767px) {
  /* line 104, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-bottom-120-mobile {
    margin-bottom: 120px !important;
  }

  /* line 106, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-bottom-120-mobile {
    padding-bottom: 120px !important;
  }
}

@media screen and (min-width: 768px), print {
  /* line 114, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-bottom-120-tablet {
    margin-bottom: 120px !important;
  }

  /* line 116, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-bottom-120-tablet {
    padding-bottom: 120px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 999px) {
  /* line 124, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-bottom-120-tablet-only {
    margin-bottom: 120px !important;
  }

  /* line 126, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-bottom-120-tablet-only {
    padding-bottom: 120px !important;
  }
}

@media screen and (max-width: 999px) {
  /* line 134, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-bottom-120-touch {
    margin-bottom: 120px !important;
  }

  /* line 136, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-bottom-120-touch {
    padding-bottom: 120px !important;
  }
}

@media screen and (min-width: 1000px) {
  /* line 144, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-bottom-120-desktop {
    margin-bottom: 120px !important;
  }

  /* line 146, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-bottom-120-desktop {
    padding-bottom: 120px !important;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1239px) {
  /* line 154, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-bottom-120-desktop-only {
    margin-bottom: 120px !important;
  }

  /* line 156, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-bottom-120-desktop-only {
    padding-bottom: 120px !important;
  }
}

@media screen and (min-width: 1240px) {
  /* line 164, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-bottom-120-widescreen {
    margin-bottom: 120px !important;
  }

  /* line 166, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-bottom-120-widescreen {
    padding-bottom: 120px !important;
  }
}

@media screen and (min-width: 1240px) and (max-width: 1383px) {
  /* line 174, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-bottom-120-widescreen-only {
    margin-bottom: 120px !important;
  }

  /* line 176, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-bottom-120-widescreen-only {
    padding-bottom: 120px !important;
  }
}

@media screen and (min-width: 1384px) {
  /* line 184, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-bottom-120-fullhd {
    margin-bottom: 120px !important;
  }

  /* line 186, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-bottom-120-fullhd {
    padding-bottom: 120px !important;
  }
}

@media screen and (max-width: 767px) {
  /* line 104, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-left-120-mobile {
    margin-left: 120px !important;
  }

  /* line 106, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-left-120-mobile {
    padding-left: 120px !important;
  }
}

@media screen and (min-width: 768px), print {
  /* line 114, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-left-120-tablet {
    margin-left: 120px !important;
  }

  /* line 116, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-left-120-tablet {
    padding-left: 120px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 999px) {
  /* line 124, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-left-120-tablet-only {
    margin-left: 120px !important;
  }

  /* line 126, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-left-120-tablet-only {
    padding-left: 120px !important;
  }
}

@media screen and (max-width: 999px) {
  /* line 134, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-left-120-touch {
    margin-left: 120px !important;
  }

  /* line 136, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-left-120-touch {
    padding-left: 120px !important;
  }
}

@media screen and (min-width: 1000px) {
  /* line 144, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-left-120-desktop {
    margin-left: 120px !important;
  }

  /* line 146, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-left-120-desktop {
    padding-left: 120px !important;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1239px) {
  /* line 154, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-left-120-desktop-only {
    margin-left: 120px !important;
  }

  /* line 156, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-left-120-desktop-only {
    padding-left: 120px !important;
  }
}

@media screen and (min-width: 1240px) {
  /* line 164, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-left-120-widescreen {
    margin-left: 120px !important;
  }

  /* line 166, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-left-120-widescreen {
    padding-left: 120px !important;
  }
}

@media screen and (min-width: 1240px) and (max-width: 1383px) {
  /* line 174, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-left-120-widescreen-only {
    margin-left: 120px !important;
  }

  /* line 176, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-left-120-widescreen-only {
    padding-left: 120px !important;
  }
}

@media screen and (min-width: 1384px) {
  /* line 184, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-left-120-fullhd {
    margin-left: 120px !important;
  }

  /* line 186, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-left-120-fullhd {
    padding-left: 120px !important;
  }
}

@media screen and (max-width: 767px) {
  /* line 104, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-right-120-mobile {
    margin-right: 120px !important;
  }

  /* line 106, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-right-120-mobile {
    padding-right: 120px !important;
  }
}

@media screen and (min-width: 768px), print {
  /* line 114, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-right-120-tablet {
    margin-right: 120px !important;
  }

  /* line 116, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-right-120-tablet {
    padding-right: 120px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 999px) {
  /* line 124, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-right-120-tablet-only {
    margin-right: 120px !important;
  }

  /* line 126, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-right-120-tablet-only {
    padding-right: 120px !important;
  }
}

@media screen and (max-width: 999px) {
  /* line 134, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-right-120-touch {
    margin-right: 120px !important;
  }

  /* line 136, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-right-120-touch {
    padding-right: 120px !important;
  }
}

@media screen and (min-width: 1000px) {
  /* line 144, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-right-120-desktop {
    margin-right: 120px !important;
  }

  /* line 146, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-right-120-desktop {
    padding-right: 120px !important;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1239px) {
  /* line 154, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-right-120-desktop-only {
    margin-right: 120px !important;
  }

  /* line 156, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-right-120-desktop-only {
    padding-right: 120px !important;
  }
}

@media screen and (min-width: 1240px) {
  /* line 164, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-right-120-widescreen {
    margin-right: 120px !important;
  }

  /* line 166, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-right-120-widescreen {
    padding-right: 120px !important;
  }
}

@media screen and (min-width: 1240px) and (max-width: 1383px) {
  /* line 174, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-right-120-widescreen-only {
    margin-right: 120px !important;
  }

  /* line 176, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-right-120-widescreen-only {
    padding-right: 120px !important;
  }
}

@media screen and (min-width: 1384px) {
  /* line 184, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-right-120-fullhd {
    margin-right: 120px !important;
  }

  /* line 186, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-right-120-fullhd {
    padding-right: 120px !important;
  }
}

@media screen and (max-width: 767px) {
  /* line 12, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-125-mobile {
    margin: 125px !important;
  }

  /* line 14, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-125-mobile {
    padding: 125px !important;
  }
}

@media screen and (min-width: 768px), print {
  /* line 22, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-125-tablet {
    margin: 125px !important;
  }

  /* line 24, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-125-tablet {
    padding: 125px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 999px) {
  /* line 32, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-125-tablet-only {
    margin: 125px !important;
  }

  /* line 34, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-125-tablet-only {
    padding: 125px !important;
  }
}

@media screen and (max-width: 999px) {
  /* line 42, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-125-touch {
    margin: 125px !important;
  }

  /* line 44, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-125-touch {
    padding: 125px !important;
  }
}

@media screen and (min-width: 1000px) {
  /* line 52, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-125-desktop {
    margin: 125px !important;
  }

  /* line 54, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-125-desktop {
    padding: 125px !important;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1239px) {
  /* line 62, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-125-desktop-only {
    margin: 125px !important;
  }

  /* line 64, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-125-desktop-only {
    padding: 125px !important;
  }
}

@media screen and (min-width: 1240px) {
  /* line 72, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-125-widescreen {
    margin: 125px !important;
  }

  /* line 74, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-125-widescreen {
    padding: 125px !important;
  }
}

@media screen and (min-width: 1240px) and (max-width: 1383px) {
  /* line 82, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-125-widescreen-only {
    margin: 125px !important;
  }

  /* line 84, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-125-widescreen-only {
    padding: 125px !important;
  }
}

@media screen and (min-width: 1384px) {
  /* line 92, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-125-fullhd {
    margin: 125px !important;
  }

  /* line 94, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-125-fullhd {
    padding: 125px !important;
  }
}

@media screen and (max-width: 767px) {
  /* line 104, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-top-125-mobile {
    margin-top: 125px !important;
  }

  /* line 106, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-top-125-mobile {
    padding-top: 125px !important;
  }
}

@media screen and (min-width: 768px), print {
  /* line 114, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-top-125-tablet {
    margin-top: 125px !important;
  }

  /* line 116, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-top-125-tablet {
    padding-top: 125px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 999px) {
  /* line 124, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-top-125-tablet-only {
    margin-top: 125px !important;
  }

  /* line 126, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-top-125-tablet-only {
    padding-top: 125px !important;
  }
}

@media screen and (max-width: 999px) {
  /* line 134, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-top-125-touch {
    margin-top: 125px !important;
  }

  /* line 136, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-top-125-touch {
    padding-top: 125px !important;
  }
}

@media screen and (min-width: 1000px) {
  /* line 144, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-top-125-desktop {
    margin-top: 125px !important;
  }

  /* line 146, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-top-125-desktop {
    padding-top: 125px !important;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1239px) {
  /* line 154, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-top-125-desktop-only {
    margin-top: 125px !important;
  }

  /* line 156, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-top-125-desktop-only {
    padding-top: 125px !important;
  }
}

@media screen and (min-width: 1240px) {
  /* line 164, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-top-125-widescreen {
    margin-top: 125px !important;
  }

  /* line 166, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-top-125-widescreen {
    padding-top: 125px !important;
  }
}

@media screen and (min-width: 1240px) and (max-width: 1383px) {
  /* line 174, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-top-125-widescreen-only {
    margin-top: 125px !important;
  }

  /* line 176, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-top-125-widescreen-only {
    padding-top: 125px !important;
  }
}

@media screen and (min-width: 1384px) {
  /* line 184, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-top-125-fullhd {
    margin-top: 125px !important;
  }

  /* line 186, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-top-125-fullhd {
    padding-top: 125px !important;
  }
}

@media screen and (max-width: 767px) {
  /* line 104, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-bottom-125-mobile {
    margin-bottom: 125px !important;
  }

  /* line 106, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-bottom-125-mobile {
    padding-bottom: 125px !important;
  }
}

@media screen and (min-width: 768px), print {
  /* line 114, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-bottom-125-tablet {
    margin-bottom: 125px !important;
  }

  /* line 116, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-bottom-125-tablet {
    padding-bottom: 125px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 999px) {
  /* line 124, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-bottom-125-tablet-only {
    margin-bottom: 125px !important;
  }

  /* line 126, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-bottom-125-tablet-only {
    padding-bottom: 125px !important;
  }
}

@media screen and (max-width: 999px) {
  /* line 134, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-bottom-125-touch {
    margin-bottom: 125px !important;
  }

  /* line 136, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-bottom-125-touch {
    padding-bottom: 125px !important;
  }
}

@media screen and (min-width: 1000px) {
  /* line 144, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-bottom-125-desktop {
    margin-bottom: 125px !important;
  }

  /* line 146, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-bottom-125-desktop {
    padding-bottom: 125px !important;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1239px) {
  /* line 154, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-bottom-125-desktop-only {
    margin-bottom: 125px !important;
  }

  /* line 156, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-bottom-125-desktop-only {
    padding-bottom: 125px !important;
  }
}

@media screen and (min-width: 1240px) {
  /* line 164, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-bottom-125-widescreen {
    margin-bottom: 125px !important;
  }

  /* line 166, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-bottom-125-widescreen {
    padding-bottom: 125px !important;
  }
}

@media screen and (min-width: 1240px) and (max-width: 1383px) {
  /* line 174, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-bottom-125-widescreen-only {
    margin-bottom: 125px !important;
  }

  /* line 176, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-bottom-125-widescreen-only {
    padding-bottom: 125px !important;
  }
}

@media screen and (min-width: 1384px) {
  /* line 184, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-bottom-125-fullhd {
    margin-bottom: 125px !important;
  }

  /* line 186, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-bottom-125-fullhd {
    padding-bottom: 125px !important;
  }
}

@media screen and (max-width: 767px) {
  /* line 104, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-left-125-mobile {
    margin-left: 125px !important;
  }

  /* line 106, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-left-125-mobile {
    padding-left: 125px !important;
  }
}

@media screen and (min-width: 768px), print {
  /* line 114, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-left-125-tablet {
    margin-left: 125px !important;
  }

  /* line 116, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-left-125-tablet {
    padding-left: 125px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 999px) {
  /* line 124, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-left-125-tablet-only {
    margin-left: 125px !important;
  }

  /* line 126, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-left-125-tablet-only {
    padding-left: 125px !important;
  }
}

@media screen and (max-width: 999px) {
  /* line 134, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-left-125-touch {
    margin-left: 125px !important;
  }

  /* line 136, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-left-125-touch {
    padding-left: 125px !important;
  }
}

@media screen and (min-width: 1000px) {
  /* line 144, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-left-125-desktop {
    margin-left: 125px !important;
  }

  /* line 146, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-left-125-desktop {
    padding-left: 125px !important;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1239px) {
  /* line 154, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-left-125-desktop-only {
    margin-left: 125px !important;
  }

  /* line 156, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-left-125-desktop-only {
    padding-left: 125px !important;
  }
}

@media screen and (min-width: 1240px) {
  /* line 164, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-left-125-widescreen {
    margin-left: 125px !important;
  }

  /* line 166, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-left-125-widescreen {
    padding-left: 125px !important;
  }
}

@media screen and (min-width: 1240px) and (max-width: 1383px) {
  /* line 174, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-left-125-widescreen-only {
    margin-left: 125px !important;
  }

  /* line 176, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-left-125-widescreen-only {
    padding-left: 125px !important;
  }
}

@media screen and (min-width: 1384px) {
  /* line 184, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-left-125-fullhd {
    margin-left: 125px !important;
  }

  /* line 186, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-left-125-fullhd {
    padding-left: 125px !important;
  }
}

@media screen and (max-width: 767px) {
  /* line 104, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-right-125-mobile {
    margin-right: 125px !important;
  }

  /* line 106, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-right-125-mobile {
    padding-right: 125px !important;
  }
}

@media screen and (min-width: 768px), print {
  /* line 114, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-right-125-tablet {
    margin-right: 125px !important;
  }

  /* line 116, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-right-125-tablet {
    padding-right: 125px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 999px) {
  /* line 124, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-right-125-tablet-only {
    margin-right: 125px !important;
  }

  /* line 126, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-right-125-tablet-only {
    padding-right: 125px !important;
  }
}

@media screen and (max-width: 999px) {
  /* line 134, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-right-125-touch {
    margin-right: 125px !important;
  }

  /* line 136, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-right-125-touch {
    padding-right: 125px !important;
  }
}

@media screen and (min-width: 1000px) {
  /* line 144, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-right-125-desktop {
    margin-right: 125px !important;
  }

  /* line 146, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-right-125-desktop {
    padding-right: 125px !important;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1239px) {
  /* line 154, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-right-125-desktop-only {
    margin-right: 125px !important;
  }

  /* line 156, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-right-125-desktop-only {
    padding-right: 125px !important;
  }
}

@media screen and (min-width: 1240px) {
  /* line 164, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-right-125-widescreen {
    margin-right: 125px !important;
  }

  /* line 166, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-right-125-widescreen {
    padding-right: 125px !important;
  }
}

@media screen and (min-width: 1240px) and (max-width: 1383px) {
  /* line 174, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-right-125-widescreen-only {
    margin-right: 125px !important;
  }

  /* line 176, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-right-125-widescreen-only {
    padding-right: 125px !important;
  }
}

@media screen and (min-width: 1384px) {
  /* line 184, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-right-125-fullhd {
    margin-right: 125px !important;
  }

  /* line 186, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-right-125-fullhd {
    padding-right: 125px !important;
  }
}

@media screen and (max-width: 767px) {
  /* line 12, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-130-mobile {
    margin: 130px !important;
  }

  /* line 14, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-130-mobile {
    padding: 130px !important;
  }
}

@media screen and (min-width: 768px), print {
  /* line 22, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-130-tablet {
    margin: 130px !important;
  }

  /* line 24, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-130-tablet {
    padding: 130px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 999px) {
  /* line 32, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-130-tablet-only {
    margin: 130px !important;
  }

  /* line 34, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-130-tablet-only {
    padding: 130px !important;
  }
}

@media screen and (max-width: 999px) {
  /* line 42, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-130-touch {
    margin: 130px !important;
  }

  /* line 44, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-130-touch {
    padding: 130px !important;
  }
}

@media screen and (min-width: 1000px) {
  /* line 52, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-130-desktop {
    margin: 130px !important;
  }

  /* line 54, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-130-desktop {
    padding: 130px !important;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1239px) {
  /* line 62, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-130-desktop-only {
    margin: 130px !important;
  }

  /* line 64, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-130-desktop-only {
    padding: 130px !important;
  }
}

@media screen and (min-width: 1240px) {
  /* line 72, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-130-widescreen {
    margin: 130px !important;
  }

  /* line 74, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-130-widescreen {
    padding: 130px !important;
  }
}

@media screen and (min-width: 1240px) and (max-width: 1383px) {
  /* line 82, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-130-widescreen-only {
    margin: 130px !important;
  }

  /* line 84, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-130-widescreen-only {
    padding: 130px !important;
  }
}

@media screen and (min-width: 1384px) {
  /* line 92, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-130-fullhd {
    margin: 130px !important;
  }

  /* line 94, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-130-fullhd {
    padding: 130px !important;
  }
}

@media screen and (max-width: 767px) {
  /* line 104, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-top-130-mobile {
    margin-top: 130px !important;
  }

  /* line 106, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-top-130-mobile {
    padding-top: 130px !important;
  }
}

@media screen and (min-width: 768px), print {
  /* line 114, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-top-130-tablet {
    margin-top: 130px !important;
  }

  /* line 116, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-top-130-tablet {
    padding-top: 130px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 999px) {
  /* line 124, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-top-130-tablet-only {
    margin-top: 130px !important;
  }

  /* line 126, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-top-130-tablet-only {
    padding-top: 130px !important;
  }
}

@media screen and (max-width: 999px) {
  /* line 134, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-top-130-touch {
    margin-top: 130px !important;
  }

  /* line 136, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-top-130-touch {
    padding-top: 130px !important;
  }
}

@media screen and (min-width: 1000px) {
  /* line 144, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-top-130-desktop {
    margin-top: 130px !important;
  }

  /* line 146, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-top-130-desktop {
    padding-top: 130px !important;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1239px) {
  /* line 154, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-top-130-desktop-only {
    margin-top: 130px !important;
  }

  /* line 156, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-top-130-desktop-only {
    padding-top: 130px !important;
  }
}

@media screen and (min-width: 1240px) {
  /* line 164, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-top-130-widescreen {
    margin-top: 130px !important;
  }

  /* line 166, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-top-130-widescreen {
    padding-top: 130px !important;
  }
}

@media screen and (min-width: 1240px) and (max-width: 1383px) {
  /* line 174, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-top-130-widescreen-only {
    margin-top: 130px !important;
  }

  /* line 176, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-top-130-widescreen-only {
    padding-top: 130px !important;
  }
}

@media screen and (min-width: 1384px) {
  /* line 184, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-top-130-fullhd {
    margin-top: 130px !important;
  }

  /* line 186, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-top-130-fullhd {
    padding-top: 130px !important;
  }
}

@media screen and (max-width: 767px) {
  /* line 104, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-bottom-130-mobile {
    margin-bottom: 130px !important;
  }

  /* line 106, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-bottom-130-mobile {
    padding-bottom: 130px !important;
  }
}

@media screen and (min-width: 768px), print {
  /* line 114, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-bottom-130-tablet {
    margin-bottom: 130px !important;
  }

  /* line 116, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-bottom-130-tablet {
    padding-bottom: 130px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 999px) {
  /* line 124, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-bottom-130-tablet-only {
    margin-bottom: 130px !important;
  }

  /* line 126, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-bottom-130-tablet-only {
    padding-bottom: 130px !important;
  }
}

@media screen and (max-width: 999px) {
  /* line 134, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-bottom-130-touch {
    margin-bottom: 130px !important;
  }

  /* line 136, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-bottom-130-touch {
    padding-bottom: 130px !important;
  }
}

@media screen and (min-width: 1000px) {
  /* line 144, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-bottom-130-desktop {
    margin-bottom: 130px !important;
  }

  /* line 146, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-bottom-130-desktop {
    padding-bottom: 130px !important;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1239px) {
  /* line 154, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-bottom-130-desktop-only {
    margin-bottom: 130px !important;
  }

  /* line 156, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-bottom-130-desktop-only {
    padding-bottom: 130px !important;
  }
}

@media screen and (min-width: 1240px) {
  /* line 164, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-bottom-130-widescreen {
    margin-bottom: 130px !important;
  }

  /* line 166, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-bottom-130-widescreen {
    padding-bottom: 130px !important;
  }
}

@media screen and (min-width: 1240px) and (max-width: 1383px) {
  /* line 174, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-bottom-130-widescreen-only {
    margin-bottom: 130px !important;
  }

  /* line 176, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-bottom-130-widescreen-only {
    padding-bottom: 130px !important;
  }
}

@media screen and (min-width: 1384px) {
  /* line 184, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-bottom-130-fullhd {
    margin-bottom: 130px !important;
  }

  /* line 186, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-bottom-130-fullhd {
    padding-bottom: 130px !important;
  }
}

@media screen and (max-width: 767px) {
  /* line 104, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-left-130-mobile {
    margin-left: 130px !important;
  }

  /* line 106, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-left-130-mobile {
    padding-left: 130px !important;
  }
}

@media screen and (min-width: 768px), print {
  /* line 114, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-left-130-tablet {
    margin-left: 130px !important;
  }

  /* line 116, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-left-130-tablet {
    padding-left: 130px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 999px) {
  /* line 124, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-left-130-tablet-only {
    margin-left: 130px !important;
  }

  /* line 126, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-left-130-tablet-only {
    padding-left: 130px !important;
  }
}

@media screen and (max-width: 999px) {
  /* line 134, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-left-130-touch {
    margin-left: 130px !important;
  }

  /* line 136, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-left-130-touch {
    padding-left: 130px !important;
  }
}

@media screen and (min-width: 1000px) {
  /* line 144, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-left-130-desktop {
    margin-left: 130px !important;
  }

  /* line 146, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-left-130-desktop {
    padding-left: 130px !important;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1239px) {
  /* line 154, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-left-130-desktop-only {
    margin-left: 130px !important;
  }

  /* line 156, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-left-130-desktop-only {
    padding-left: 130px !important;
  }
}

@media screen and (min-width: 1240px) {
  /* line 164, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-left-130-widescreen {
    margin-left: 130px !important;
  }

  /* line 166, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-left-130-widescreen {
    padding-left: 130px !important;
  }
}

@media screen and (min-width: 1240px) and (max-width: 1383px) {
  /* line 174, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-left-130-widescreen-only {
    margin-left: 130px !important;
  }

  /* line 176, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-left-130-widescreen-only {
    padding-left: 130px !important;
  }
}

@media screen and (min-width: 1384px) {
  /* line 184, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-left-130-fullhd {
    margin-left: 130px !important;
  }

  /* line 186, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-left-130-fullhd {
    padding-left: 130px !important;
  }
}

@media screen and (max-width: 767px) {
  /* line 104, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-right-130-mobile {
    margin-right: 130px !important;
  }

  /* line 106, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-right-130-mobile {
    padding-right: 130px !important;
  }
}

@media screen and (min-width: 768px), print {
  /* line 114, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-right-130-tablet {
    margin-right: 130px !important;
  }

  /* line 116, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-right-130-tablet {
    padding-right: 130px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 999px) {
  /* line 124, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-right-130-tablet-only {
    margin-right: 130px !important;
  }

  /* line 126, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-right-130-tablet-only {
    padding-right: 130px !important;
  }
}

@media screen and (max-width: 999px) {
  /* line 134, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-right-130-touch {
    margin-right: 130px !important;
  }

  /* line 136, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-right-130-touch {
    padding-right: 130px !important;
  }
}

@media screen and (min-width: 1000px) {
  /* line 144, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-right-130-desktop {
    margin-right: 130px !important;
  }

  /* line 146, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-right-130-desktop {
    padding-right: 130px !important;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1239px) {
  /* line 154, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-right-130-desktop-only {
    margin-right: 130px !important;
  }

  /* line 156, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-right-130-desktop-only {
    padding-right: 130px !important;
  }
}

@media screen and (min-width: 1240px) {
  /* line 164, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-right-130-widescreen {
    margin-right: 130px !important;
  }

  /* line 166, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-right-130-widescreen {
    padding-right: 130px !important;
  }
}

@media screen and (min-width: 1240px) and (max-width: 1383px) {
  /* line 174, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-right-130-widescreen-only {
    margin-right: 130px !important;
  }

  /* line 176, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-right-130-widescreen-only {
    padding-right: 130px !important;
  }
}

@media screen and (min-width: 1384px) {
  /* line 184, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-right-130-fullhd {
    margin-right: 130px !important;
  }

  /* line 186, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-right-130-fullhd {
    padding-right: 130px !important;
  }
}

@media screen and (max-width: 767px) {
  /* line 12, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-135-mobile {
    margin: 135px !important;
  }

  /* line 14, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-135-mobile {
    padding: 135px !important;
  }
}

@media screen and (min-width: 768px), print {
  /* line 22, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-135-tablet {
    margin: 135px !important;
  }

  /* line 24, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-135-tablet {
    padding: 135px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 999px) {
  /* line 32, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-135-tablet-only {
    margin: 135px !important;
  }

  /* line 34, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-135-tablet-only {
    padding: 135px !important;
  }
}

@media screen and (max-width: 999px) {
  /* line 42, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-135-touch {
    margin: 135px !important;
  }

  /* line 44, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-135-touch {
    padding: 135px !important;
  }
}

@media screen and (min-width: 1000px) {
  /* line 52, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-135-desktop {
    margin: 135px !important;
  }

  /* line 54, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-135-desktop {
    padding: 135px !important;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1239px) {
  /* line 62, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-135-desktop-only {
    margin: 135px !important;
  }

  /* line 64, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-135-desktop-only {
    padding: 135px !important;
  }
}

@media screen and (min-width: 1240px) {
  /* line 72, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-135-widescreen {
    margin: 135px !important;
  }

  /* line 74, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-135-widescreen {
    padding: 135px !important;
  }
}

@media screen and (min-width: 1240px) and (max-width: 1383px) {
  /* line 82, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-135-widescreen-only {
    margin: 135px !important;
  }

  /* line 84, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-135-widescreen-only {
    padding: 135px !important;
  }
}

@media screen and (min-width: 1384px) {
  /* line 92, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-135-fullhd {
    margin: 135px !important;
  }

  /* line 94, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-135-fullhd {
    padding: 135px !important;
  }
}

@media screen and (max-width: 767px) {
  /* line 104, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-top-135-mobile {
    margin-top: 135px !important;
  }

  /* line 106, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-top-135-mobile {
    padding-top: 135px !important;
  }
}

@media screen and (min-width: 768px), print {
  /* line 114, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-top-135-tablet {
    margin-top: 135px !important;
  }

  /* line 116, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-top-135-tablet {
    padding-top: 135px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 999px) {
  /* line 124, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-top-135-tablet-only {
    margin-top: 135px !important;
  }

  /* line 126, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-top-135-tablet-only {
    padding-top: 135px !important;
  }
}

@media screen and (max-width: 999px) {
  /* line 134, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-top-135-touch {
    margin-top: 135px !important;
  }

  /* line 136, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-top-135-touch {
    padding-top: 135px !important;
  }
}

@media screen and (min-width: 1000px) {
  /* line 144, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-top-135-desktop {
    margin-top: 135px !important;
  }

  /* line 146, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-top-135-desktop {
    padding-top: 135px !important;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1239px) {
  /* line 154, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-top-135-desktop-only {
    margin-top: 135px !important;
  }

  /* line 156, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-top-135-desktop-only {
    padding-top: 135px !important;
  }
}

@media screen and (min-width: 1240px) {
  /* line 164, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-top-135-widescreen {
    margin-top: 135px !important;
  }

  /* line 166, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-top-135-widescreen {
    padding-top: 135px !important;
  }
}

@media screen and (min-width: 1240px) and (max-width: 1383px) {
  /* line 174, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-top-135-widescreen-only {
    margin-top: 135px !important;
  }

  /* line 176, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-top-135-widescreen-only {
    padding-top: 135px !important;
  }
}

@media screen and (min-width: 1384px) {
  /* line 184, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-top-135-fullhd {
    margin-top: 135px !important;
  }

  /* line 186, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-top-135-fullhd {
    padding-top: 135px !important;
  }
}

@media screen and (max-width: 767px) {
  /* line 104, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-bottom-135-mobile {
    margin-bottom: 135px !important;
  }

  /* line 106, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-bottom-135-mobile {
    padding-bottom: 135px !important;
  }
}

@media screen and (min-width: 768px), print {
  /* line 114, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-bottom-135-tablet {
    margin-bottom: 135px !important;
  }

  /* line 116, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-bottom-135-tablet {
    padding-bottom: 135px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 999px) {
  /* line 124, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-bottom-135-tablet-only {
    margin-bottom: 135px !important;
  }

  /* line 126, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-bottom-135-tablet-only {
    padding-bottom: 135px !important;
  }
}

@media screen and (max-width: 999px) {
  /* line 134, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-bottom-135-touch {
    margin-bottom: 135px !important;
  }

  /* line 136, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-bottom-135-touch {
    padding-bottom: 135px !important;
  }
}

@media screen and (min-width: 1000px) {
  /* line 144, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-bottom-135-desktop {
    margin-bottom: 135px !important;
  }

  /* line 146, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-bottom-135-desktop {
    padding-bottom: 135px !important;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1239px) {
  /* line 154, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-bottom-135-desktop-only {
    margin-bottom: 135px !important;
  }

  /* line 156, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-bottom-135-desktop-only {
    padding-bottom: 135px !important;
  }
}

@media screen and (min-width: 1240px) {
  /* line 164, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-bottom-135-widescreen {
    margin-bottom: 135px !important;
  }

  /* line 166, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-bottom-135-widescreen {
    padding-bottom: 135px !important;
  }
}

@media screen and (min-width: 1240px) and (max-width: 1383px) {
  /* line 174, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-bottom-135-widescreen-only {
    margin-bottom: 135px !important;
  }

  /* line 176, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-bottom-135-widescreen-only {
    padding-bottom: 135px !important;
  }
}

@media screen and (min-width: 1384px) {
  /* line 184, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-bottom-135-fullhd {
    margin-bottom: 135px !important;
  }

  /* line 186, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-bottom-135-fullhd {
    padding-bottom: 135px !important;
  }
}

@media screen and (max-width: 767px) {
  /* line 104, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-left-135-mobile {
    margin-left: 135px !important;
  }

  /* line 106, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-left-135-mobile {
    padding-left: 135px !important;
  }
}

@media screen and (min-width: 768px), print {
  /* line 114, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-left-135-tablet {
    margin-left: 135px !important;
  }

  /* line 116, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-left-135-tablet {
    padding-left: 135px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 999px) {
  /* line 124, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-left-135-tablet-only {
    margin-left: 135px !important;
  }

  /* line 126, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-left-135-tablet-only {
    padding-left: 135px !important;
  }
}

@media screen and (max-width: 999px) {
  /* line 134, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-left-135-touch {
    margin-left: 135px !important;
  }

  /* line 136, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-left-135-touch {
    padding-left: 135px !important;
  }
}

@media screen and (min-width: 1000px) {
  /* line 144, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-left-135-desktop {
    margin-left: 135px !important;
  }

  /* line 146, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-left-135-desktop {
    padding-left: 135px !important;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1239px) {
  /* line 154, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-left-135-desktop-only {
    margin-left: 135px !important;
  }

  /* line 156, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-left-135-desktop-only {
    padding-left: 135px !important;
  }
}

@media screen and (min-width: 1240px) {
  /* line 164, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-left-135-widescreen {
    margin-left: 135px !important;
  }

  /* line 166, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-left-135-widescreen {
    padding-left: 135px !important;
  }
}

@media screen and (min-width: 1240px) and (max-width: 1383px) {
  /* line 174, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-left-135-widescreen-only {
    margin-left: 135px !important;
  }

  /* line 176, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-left-135-widescreen-only {
    padding-left: 135px !important;
  }
}

@media screen and (min-width: 1384px) {
  /* line 184, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-left-135-fullhd {
    margin-left: 135px !important;
  }

  /* line 186, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-left-135-fullhd {
    padding-left: 135px !important;
  }
}

@media screen and (max-width: 767px) {
  /* line 104, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-right-135-mobile {
    margin-right: 135px !important;
  }

  /* line 106, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-right-135-mobile {
    padding-right: 135px !important;
  }
}

@media screen and (min-width: 768px), print {
  /* line 114, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-right-135-tablet {
    margin-right: 135px !important;
  }

  /* line 116, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-right-135-tablet {
    padding-right: 135px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 999px) {
  /* line 124, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-right-135-tablet-only {
    margin-right: 135px !important;
  }

  /* line 126, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-right-135-tablet-only {
    padding-right: 135px !important;
  }
}

@media screen and (max-width: 999px) {
  /* line 134, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-right-135-touch {
    margin-right: 135px !important;
  }

  /* line 136, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-right-135-touch {
    padding-right: 135px !important;
  }
}

@media screen and (min-width: 1000px) {
  /* line 144, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-right-135-desktop {
    margin-right: 135px !important;
  }

  /* line 146, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-right-135-desktop {
    padding-right: 135px !important;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1239px) {
  /* line 154, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-right-135-desktop-only {
    margin-right: 135px !important;
  }

  /* line 156, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-right-135-desktop-only {
    padding-right: 135px !important;
  }
}

@media screen and (min-width: 1240px) {
  /* line 164, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-right-135-widescreen {
    margin-right: 135px !important;
  }

  /* line 166, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-right-135-widescreen {
    padding-right: 135px !important;
  }
}

@media screen and (min-width: 1240px) and (max-width: 1383px) {
  /* line 174, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-right-135-widescreen-only {
    margin-right: 135px !important;
  }

  /* line 176, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-right-135-widescreen-only {
    padding-right: 135px !important;
  }
}

@media screen and (min-width: 1384px) {
  /* line 184, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-right-135-fullhd {
    margin-right: 135px !important;
  }

  /* line 186, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-right-135-fullhd {
    padding-right: 135px !important;
  }
}

@media screen and (max-width: 767px) {
  /* line 12, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-140-mobile {
    margin: 140px !important;
  }

  /* line 14, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-140-mobile {
    padding: 140px !important;
  }
}

@media screen and (min-width: 768px), print {
  /* line 22, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-140-tablet {
    margin: 140px !important;
  }

  /* line 24, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-140-tablet {
    padding: 140px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 999px) {
  /* line 32, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-140-tablet-only {
    margin: 140px !important;
  }

  /* line 34, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-140-tablet-only {
    padding: 140px !important;
  }
}

@media screen and (max-width: 999px) {
  /* line 42, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-140-touch {
    margin: 140px !important;
  }

  /* line 44, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-140-touch {
    padding: 140px !important;
  }
}

@media screen and (min-width: 1000px) {
  /* line 52, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-140-desktop {
    margin: 140px !important;
  }

  /* line 54, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-140-desktop {
    padding: 140px !important;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1239px) {
  /* line 62, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-140-desktop-only {
    margin: 140px !important;
  }

  /* line 64, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-140-desktop-only {
    padding: 140px !important;
  }
}

@media screen and (min-width: 1240px) {
  /* line 72, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-140-widescreen {
    margin: 140px !important;
  }

  /* line 74, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-140-widescreen {
    padding: 140px !important;
  }
}

@media screen and (min-width: 1240px) and (max-width: 1383px) {
  /* line 82, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-140-widescreen-only {
    margin: 140px !important;
  }

  /* line 84, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-140-widescreen-only {
    padding: 140px !important;
  }
}

@media screen and (min-width: 1384px) {
  /* line 92, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-140-fullhd {
    margin: 140px !important;
  }

  /* line 94, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-140-fullhd {
    padding: 140px !important;
  }
}

@media screen and (max-width: 767px) {
  /* line 104, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-top-140-mobile {
    margin-top: 140px !important;
  }

  /* line 106, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-top-140-mobile {
    padding-top: 140px !important;
  }
}

@media screen and (min-width: 768px), print {
  /* line 114, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-top-140-tablet {
    margin-top: 140px !important;
  }

  /* line 116, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-top-140-tablet {
    padding-top: 140px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 999px) {
  /* line 124, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-top-140-tablet-only {
    margin-top: 140px !important;
  }

  /* line 126, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-top-140-tablet-only {
    padding-top: 140px !important;
  }
}

@media screen and (max-width: 999px) {
  /* line 134, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-top-140-touch {
    margin-top: 140px !important;
  }

  /* line 136, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-top-140-touch {
    padding-top: 140px !important;
  }
}

@media screen and (min-width: 1000px) {
  /* line 144, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-top-140-desktop {
    margin-top: 140px !important;
  }

  /* line 146, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-top-140-desktop {
    padding-top: 140px !important;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1239px) {
  /* line 154, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-top-140-desktop-only {
    margin-top: 140px !important;
  }

  /* line 156, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-top-140-desktop-only {
    padding-top: 140px !important;
  }
}

@media screen and (min-width: 1240px) {
  /* line 164, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-top-140-widescreen {
    margin-top: 140px !important;
  }

  /* line 166, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-top-140-widescreen {
    padding-top: 140px !important;
  }
}

@media screen and (min-width: 1240px) and (max-width: 1383px) {
  /* line 174, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-top-140-widescreen-only {
    margin-top: 140px !important;
  }

  /* line 176, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-top-140-widescreen-only {
    padding-top: 140px !important;
  }
}

@media screen and (min-width: 1384px) {
  /* line 184, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-top-140-fullhd {
    margin-top: 140px !important;
  }

  /* line 186, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-top-140-fullhd {
    padding-top: 140px !important;
  }
}

@media screen and (max-width: 767px) {
  /* line 104, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-bottom-140-mobile {
    margin-bottom: 140px !important;
  }

  /* line 106, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-bottom-140-mobile {
    padding-bottom: 140px !important;
  }
}

@media screen and (min-width: 768px), print {
  /* line 114, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-bottom-140-tablet {
    margin-bottom: 140px !important;
  }

  /* line 116, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-bottom-140-tablet {
    padding-bottom: 140px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 999px) {
  /* line 124, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-bottom-140-tablet-only {
    margin-bottom: 140px !important;
  }

  /* line 126, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-bottom-140-tablet-only {
    padding-bottom: 140px !important;
  }
}

@media screen and (max-width: 999px) {
  /* line 134, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-bottom-140-touch {
    margin-bottom: 140px !important;
  }

  /* line 136, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-bottom-140-touch {
    padding-bottom: 140px !important;
  }
}

@media screen and (min-width: 1000px) {
  /* line 144, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-bottom-140-desktop {
    margin-bottom: 140px !important;
  }

  /* line 146, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-bottom-140-desktop {
    padding-bottom: 140px !important;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1239px) {
  /* line 154, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-bottom-140-desktop-only {
    margin-bottom: 140px !important;
  }

  /* line 156, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-bottom-140-desktop-only {
    padding-bottom: 140px !important;
  }
}

@media screen and (min-width: 1240px) {
  /* line 164, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-bottom-140-widescreen {
    margin-bottom: 140px !important;
  }

  /* line 166, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-bottom-140-widescreen {
    padding-bottom: 140px !important;
  }
}

@media screen and (min-width: 1240px) and (max-width: 1383px) {
  /* line 174, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-bottom-140-widescreen-only {
    margin-bottom: 140px !important;
  }

  /* line 176, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-bottom-140-widescreen-only {
    padding-bottom: 140px !important;
  }
}

@media screen and (min-width: 1384px) {
  /* line 184, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-bottom-140-fullhd {
    margin-bottom: 140px !important;
  }

  /* line 186, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-bottom-140-fullhd {
    padding-bottom: 140px !important;
  }
}

@media screen and (max-width: 767px) {
  /* line 104, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-left-140-mobile {
    margin-left: 140px !important;
  }

  /* line 106, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-left-140-mobile {
    padding-left: 140px !important;
  }
}

@media screen and (min-width: 768px), print {
  /* line 114, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-left-140-tablet {
    margin-left: 140px !important;
  }

  /* line 116, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-left-140-tablet {
    padding-left: 140px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 999px) {
  /* line 124, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-left-140-tablet-only {
    margin-left: 140px !important;
  }

  /* line 126, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-left-140-tablet-only {
    padding-left: 140px !important;
  }
}

@media screen and (max-width: 999px) {
  /* line 134, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-left-140-touch {
    margin-left: 140px !important;
  }

  /* line 136, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-left-140-touch {
    padding-left: 140px !important;
  }
}

@media screen and (min-width: 1000px) {
  /* line 144, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-left-140-desktop {
    margin-left: 140px !important;
  }

  /* line 146, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-left-140-desktop {
    padding-left: 140px !important;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1239px) {
  /* line 154, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-left-140-desktop-only {
    margin-left: 140px !important;
  }

  /* line 156, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-left-140-desktop-only {
    padding-left: 140px !important;
  }
}

@media screen and (min-width: 1240px) {
  /* line 164, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-left-140-widescreen {
    margin-left: 140px !important;
  }

  /* line 166, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-left-140-widescreen {
    padding-left: 140px !important;
  }
}

@media screen and (min-width: 1240px) and (max-width: 1383px) {
  /* line 174, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-left-140-widescreen-only {
    margin-left: 140px !important;
  }

  /* line 176, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-left-140-widescreen-only {
    padding-left: 140px !important;
  }
}

@media screen and (min-width: 1384px) {
  /* line 184, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-left-140-fullhd {
    margin-left: 140px !important;
  }

  /* line 186, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-left-140-fullhd {
    padding-left: 140px !important;
  }
}

@media screen and (max-width: 767px) {
  /* line 104, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-right-140-mobile {
    margin-right: 140px !important;
  }

  /* line 106, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-right-140-mobile {
    padding-right: 140px !important;
  }
}

@media screen and (min-width: 768px), print {
  /* line 114, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-right-140-tablet {
    margin-right: 140px !important;
  }

  /* line 116, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-right-140-tablet {
    padding-right: 140px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 999px) {
  /* line 124, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-right-140-tablet-only {
    margin-right: 140px !important;
  }

  /* line 126, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-right-140-tablet-only {
    padding-right: 140px !important;
  }
}

@media screen and (max-width: 999px) {
  /* line 134, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-right-140-touch {
    margin-right: 140px !important;
  }

  /* line 136, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-right-140-touch {
    padding-right: 140px !important;
  }
}

@media screen and (min-width: 1000px) {
  /* line 144, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-right-140-desktop {
    margin-right: 140px !important;
  }

  /* line 146, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-right-140-desktop {
    padding-right: 140px !important;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1239px) {
  /* line 154, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-right-140-desktop-only {
    margin-right: 140px !important;
  }

  /* line 156, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-right-140-desktop-only {
    padding-right: 140px !important;
  }
}

@media screen and (min-width: 1240px) {
  /* line 164, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-right-140-widescreen {
    margin-right: 140px !important;
  }

  /* line 166, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-right-140-widescreen {
    padding-right: 140px !important;
  }
}

@media screen and (min-width: 1240px) and (max-width: 1383px) {
  /* line 174, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-right-140-widescreen-only {
    margin-right: 140px !important;
  }

  /* line 176, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-right-140-widescreen-only {
    padding-right: 140px !important;
  }
}

@media screen and (min-width: 1384px) {
  /* line 184, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-right-140-fullhd {
    margin-right: 140px !important;
  }

  /* line 186, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-right-140-fullhd {
    padding-right: 140px !important;
  }
}

@media screen and (max-width: 767px) {
  /* line 12, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-145-mobile {
    margin: 145px !important;
  }

  /* line 14, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-145-mobile {
    padding: 145px !important;
  }
}

@media screen and (min-width: 768px), print {
  /* line 22, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-145-tablet {
    margin: 145px !important;
  }

  /* line 24, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-145-tablet {
    padding: 145px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 999px) {
  /* line 32, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-145-tablet-only {
    margin: 145px !important;
  }

  /* line 34, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-145-tablet-only {
    padding: 145px !important;
  }
}

@media screen and (max-width: 999px) {
  /* line 42, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-145-touch {
    margin: 145px !important;
  }

  /* line 44, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-145-touch {
    padding: 145px !important;
  }
}

@media screen and (min-width: 1000px) {
  /* line 52, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-145-desktop {
    margin: 145px !important;
  }

  /* line 54, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-145-desktop {
    padding: 145px !important;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1239px) {
  /* line 62, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-145-desktop-only {
    margin: 145px !important;
  }

  /* line 64, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-145-desktop-only {
    padding: 145px !important;
  }
}

@media screen and (min-width: 1240px) {
  /* line 72, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-145-widescreen {
    margin: 145px !important;
  }

  /* line 74, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-145-widescreen {
    padding: 145px !important;
  }
}

@media screen and (min-width: 1240px) and (max-width: 1383px) {
  /* line 82, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-145-widescreen-only {
    margin: 145px !important;
  }

  /* line 84, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-145-widescreen-only {
    padding: 145px !important;
  }
}

@media screen and (min-width: 1384px) {
  /* line 92, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-145-fullhd {
    margin: 145px !important;
  }

  /* line 94, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-145-fullhd {
    padding: 145px !important;
  }
}

@media screen and (max-width: 767px) {
  /* line 104, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-top-145-mobile {
    margin-top: 145px !important;
  }

  /* line 106, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-top-145-mobile {
    padding-top: 145px !important;
  }
}

@media screen and (min-width: 768px), print {
  /* line 114, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-top-145-tablet {
    margin-top: 145px !important;
  }

  /* line 116, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-top-145-tablet {
    padding-top: 145px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 999px) {
  /* line 124, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-top-145-tablet-only {
    margin-top: 145px !important;
  }

  /* line 126, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-top-145-tablet-only {
    padding-top: 145px !important;
  }
}

@media screen and (max-width: 999px) {
  /* line 134, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-top-145-touch {
    margin-top: 145px !important;
  }

  /* line 136, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-top-145-touch {
    padding-top: 145px !important;
  }
}

@media screen and (min-width: 1000px) {
  /* line 144, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-top-145-desktop {
    margin-top: 145px !important;
  }

  /* line 146, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-top-145-desktop {
    padding-top: 145px !important;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1239px) {
  /* line 154, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-top-145-desktop-only {
    margin-top: 145px !important;
  }

  /* line 156, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-top-145-desktop-only {
    padding-top: 145px !important;
  }
}

@media screen and (min-width: 1240px) {
  /* line 164, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-top-145-widescreen {
    margin-top: 145px !important;
  }

  /* line 166, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-top-145-widescreen {
    padding-top: 145px !important;
  }
}

@media screen and (min-width: 1240px) and (max-width: 1383px) {
  /* line 174, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-top-145-widescreen-only {
    margin-top: 145px !important;
  }

  /* line 176, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-top-145-widescreen-only {
    padding-top: 145px !important;
  }
}

@media screen and (min-width: 1384px) {
  /* line 184, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-top-145-fullhd {
    margin-top: 145px !important;
  }

  /* line 186, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-top-145-fullhd {
    padding-top: 145px !important;
  }
}

@media screen and (max-width: 767px) {
  /* line 104, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-bottom-145-mobile {
    margin-bottom: 145px !important;
  }

  /* line 106, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-bottom-145-mobile {
    padding-bottom: 145px !important;
  }
}

@media screen and (min-width: 768px), print {
  /* line 114, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-bottom-145-tablet {
    margin-bottom: 145px !important;
  }

  /* line 116, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-bottom-145-tablet {
    padding-bottom: 145px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 999px) {
  /* line 124, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-bottom-145-tablet-only {
    margin-bottom: 145px !important;
  }

  /* line 126, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-bottom-145-tablet-only {
    padding-bottom: 145px !important;
  }
}

@media screen and (max-width: 999px) {
  /* line 134, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-bottom-145-touch {
    margin-bottom: 145px !important;
  }

  /* line 136, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-bottom-145-touch {
    padding-bottom: 145px !important;
  }
}

@media screen and (min-width: 1000px) {
  /* line 144, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-bottom-145-desktop {
    margin-bottom: 145px !important;
  }

  /* line 146, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-bottom-145-desktop {
    padding-bottom: 145px !important;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1239px) {
  /* line 154, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-bottom-145-desktop-only {
    margin-bottom: 145px !important;
  }

  /* line 156, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-bottom-145-desktop-only {
    padding-bottom: 145px !important;
  }
}

@media screen and (min-width: 1240px) {
  /* line 164, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-bottom-145-widescreen {
    margin-bottom: 145px !important;
  }

  /* line 166, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-bottom-145-widescreen {
    padding-bottom: 145px !important;
  }
}

@media screen and (min-width: 1240px) and (max-width: 1383px) {
  /* line 174, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-bottom-145-widescreen-only {
    margin-bottom: 145px !important;
  }

  /* line 176, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-bottom-145-widescreen-only {
    padding-bottom: 145px !important;
  }
}

@media screen and (min-width: 1384px) {
  /* line 184, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-bottom-145-fullhd {
    margin-bottom: 145px !important;
  }

  /* line 186, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-bottom-145-fullhd {
    padding-bottom: 145px !important;
  }
}

@media screen and (max-width: 767px) {
  /* line 104, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-left-145-mobile {
    margin-left: 145px !important;
  }

  /* line 106, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-left-145-mobile {
    padding-left: 145px !important;
  }
}

@media screen and (min-width: 768px), print {
  /* line 114, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-left-145-tablet {
    margin-left: 145px !important;
  }

  /* line 116, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-left-145-tablet {
    padding-left: 145px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 999px) {
  /* line 124, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-left-145-tablet-only {
    margin-left: 145px !important;
  }

  /* line 126, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-left-145-tablet-only {
    padding-left: 145px !important;
  }
}

@media screen and (max-width: 999px) {
  /* line 134, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-left-145-touch {
    margin-left: 145px !important;
  }

  /* line 136, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-left-145-touch {
    padding-left: 145px !important;
  }
}

@media screen and (min-width: 1000px) {
  /* line 144, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-left-145-desktop {
    margin-left: 145px !important;
  }

  /* line 146, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-left-145-desktop {
    padding-left: 145px !important;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1239px) {
  /* line 154, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-left-145-desktop-only {
    margin-left: 145px !important;
  }

  /* line 156, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-left-145-desktop-only {
    padding-left: 145px !important;
  }
}

@media screen and (min-width: 1240px) {
  /* line 164, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-left-145-widescreen {
    margin-left: 145px !important;
  }

  /* line 166, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-left-145-widescreen {
    padding-left: 145px !important;
  }
}

@media screen and (min-width: 1240px) and (max-width: 1383px) {
  /* line 174, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-left-145-widescreen-only {
    margin-left: 145px !important;
  }

  /* line 176, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-left-145-widescreen-only {
    padding-left: 145px !important;
  }
}

@media screen and (min-width: 1384px) {
  /* line 184, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-left-145-fullhd {
    margin-left: 145px !important;
  }

  /* line 186, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-left-145-fullhd {
    padding-left: 145px !important;
  }
}

@media screen and (max-width: 767px) {
  /* line 104, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-right-145-mobile {
    margin-right: 145px !important;
  }

  /* line 106, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-right-145-mobile {
    padding-right: 145px !important;
  }
}

@media screen and (min-width: 768px), print {
  /* line 114, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-right-145-tablet {
    margin-right: 145px !important;
  }

  /* line 116, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-right-145-tablet {
    padding-right: 145px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 999px) {
  /* line 124, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-right-145-tablet-only {
    margin-right: 145px !important;
  }

  /* line 126, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-right-145-tablet-only {
    padding-right: 145px !important;
  }
}

@media screen and (max-width: 999px) {
  /* line 134, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-right-145-touch {
    margin-right: 145px !important;
  }

  /* line 136, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-right-145-touch {
    padding-right: 145px !important;
  }
}

@media screen and (min-width: 1000px) {
  /* line 144, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-right-145-desktop {
    margin-right: 145px !important;
  }

  /* line 146, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-right-145-desktop {
    padding-right: 145px !important;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1239px) {
  /* line 154, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-right-145-desktop-only {
    margin-right: 145px !important;
  }

  /* line 156, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-right-145-desktop-only {
    padding-right: 145px !important;
  }
}

@media screen and (min-width: 1240px) {
  /* line 164, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-right-145-widescreen {
    margin-right: 145px !important;
  }

  /* line 166, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-right-145-widescreen {
    padding-right: 145px !important;
  }
}

@media screen and (min-width: 1240px) and (max-width: 1383px) {
  /* line 174, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-right-145-widescreen-only {
    margin-right: 145px !important;
  }

  /* line 176, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-right-145-widescreen-only {
    padding-right: 145px !important;
  }
}

@media screen and (min-width: 1384px) {
  /* line 184, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-right-145-fullhd {
    margin-right: 145px !important;
  }

  /* line 186, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-padding-right-145-fullhd {
    padding-right: 145px !important;
  }
}

@media screen and (max-width: 767px) {
  /* line 198, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

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

  /* line 200, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

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

@media screen and (min-width: 768px), print {
  /* line 203, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

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

  /* line 205, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

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

@media screen and (min-width: 768px) and (max-width: 999px) {
  /* line 208, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

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

  /* line 210, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

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

@media screen and (max-width: 999px) {
  /* line 213, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

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

  /* line 215, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

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

@media screen and (min-width: 1000px) {
  /* line 218, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

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

  /* line 220, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

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

@media screen and (min-width: 1000px) and (max-width: 1239px) {
  /* line 223, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

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

  /* line 225, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

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

@media screen and (min-width: 1240px) {
  /* line 228, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

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

  /* line 230, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

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

@media screen and (min-width: 1240px) and (max-width: 1383px) {
  /* line 233, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

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

  /* line 235, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

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

@media screen and (min-width: 1384px) {
  /* line 238, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

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

  /* line 240, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

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

@media screen and (max-width: 767px) {
  /* line 198, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

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

  /* line 200, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

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

@media screen and (min-width: 768px), print {
  /* line 203, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

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

  /* line 205, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

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

@media screen and (min-width: 768px) and (max-width: 999px) {
  /* line 208, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

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

  /* line 210, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

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

@media screen and (max-width: 999px) {
  /* line 213, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

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

  /* line 215, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

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

@media screen and (min-width: 1000px) {
  /* line 218, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

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

  /* line 220, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

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

@media screen and (min-width: 1000px) and (max-width: 1239px) {
  /* line 223, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

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

  /* line 225, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

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

@media screen and (min-width: 1240px) {
  /* line 228, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

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

  /* line 230, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

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

@media screen and (min-width: 1240px) and (max-width: 1383px) {
  /* line 233, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

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

  /* line 235, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

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

@media screen and (min-width: 1384px) {
  /* line 238, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

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

  /* line 240, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

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

@media screen and (max-width: 767px) {
  /* line 198, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

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

  /* line 200, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

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

@media screen and (min-width: 768px), print {
  /* line 203, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

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

  /* line 205, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

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

@media screen and (min-width: 768px) and (max-width: 999px) {
  /* line 208, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

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

  /* line 210, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

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

@media screen and (max-width: 999px) {
  /* line 213, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

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

  /* line 215, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

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

@media screen and (min-width: 1000px) {
  /* line 218, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

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

  /* line 220, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

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

@media screen and (min-width: 1000px) and (max-width: 1239px) {
  /* line 223, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

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

  /* line 225, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

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

@media screen and (min-width: 1240px) {
  /* line 228, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

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

  /* line 230, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

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

@media screen and (min-width: 1240px) and (max-width: 1383px) {
  /* line 233, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

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

  /* line 235, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

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

@media screen and (min-width: 1384px) {
  /* line 238, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

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

  /* line 240, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

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

@media screen and (max-width: 767px) {
  /* line 198, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

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

  /* line 200, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

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

@media screen and (min-width: 768px), print {
  /* line 203, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

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

  /* line 205, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

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

@media screen and (min-width: 768px) and (max-width: 999px) {
  /* line 208, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

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

  /* line 210, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

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

@media screen and (max-width: 999px) {
  /* line 213, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

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

  /* line 215, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

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

@media screen and (min-width: 1000px) {
  /* line 218, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

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

  /* line 220, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

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

@media screen and (min-width: 1000px) and (max-width: 1239px) {
  /* line 223, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

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

  /* line 225, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

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

@media screen and (min-width: 1240px) {
  /* line 228, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

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

  /* line 230, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

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

@media screen and (min-width: 1240px) and (max-width: 1383px) {
  /* line 233, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

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

  /* line 235, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

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

@media screen and (min-width: 1384px) {
  /* line 238, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

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

  /* line 240, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

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

@media screen and (max-width: 767px) {
  /* line 245, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-left-auto-mobile {
    margin-left: auto !important;
  }
}

@media screen and (min-width: 768px), print {
  /* line 248, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-left-auto-tablet {
    margin-left: auto !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 999px) {
  /* line 251, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-left-auto-tablet-only {
    margin-left: auto !important;
  }
}

@media screen and (max-width: 999px) {
  /* line 254, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-left-auto-touch {
    margin-left: auto !important;
  }
}

@media screen and (min-width: 1000px) {
  /* line 257, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-left-auto-desktop {
    margin-left: auto !important;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1239px) {
  /* line 260, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-left-auto-desktop-only {
    margin-left: auto !important;
  }
}

@media screen and (min-width: 1240px) {
  /* line 263, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-left-auto-widescreen {
    margin-left: auto !important;
  }
}

@media screen and (min-width: 1240px) and (max-width: 1383px) {
  /* line 266, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-left-auto-widescreen-only {
    margin-left: auto !important;
  }
}

@media screen and (min-width: 1384px) {
  /* line 269, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-left-auto-fullhd {
    margin-left: auto !important;
  }
}

@media screen and (max-width: 767px) {
  /* line 245, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-right-auto-mobile {
    margin-right: auto !important;
  }
}

@media screen and (min-width: 768px), print {
  /* line 248, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-right-auto-tablet {
    margin-right: auto !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 999px) {
  /* line 251, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-right-auto-tablet-only {
    margin-right: auto !important;
  }
}

@media screen and (max-width: 999px) {
  /* line 254, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-right-auto-touch {
    margin-right: auto !important;
  }
}

@media screen and (min-width: 1000px) {
  /* line 257, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-right-auto-desktop {
    margin-right: auto !important;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1239px) {
  /* line 260, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-right-auto-desktop-only {
    margin-right: auto !important;
  }
}

@media screen and (min-width: 1240px) {
  /* line 263, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-right-auto-widescreen {
    margin-right: auto !important;
  }
}

@media screen and (min-width: 1240px) and (max-width: 1383px) {
  /* line 266, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-right-auto-widescreen-only {
    margin-right: auto !important;
  }
}

@media screen and (min-width: 1384px) {
  /* line 269, node_modules/bulma-helpers/sass/helpers/media-queries/spacing/_all.sass */

  .has-margin-right-auto-fullhd {
    margin-right: auto !important;
  }
}

/* line 3, node_modules/@glidejs/glide/src/assets/sass/glide.core.scss */

.glide {
  position: relative;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* line 13, node_modules/@glidejs/glide/src/assets/sass/glide.core.scss */

.glide * {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

/* line 17, node_modules/@glidejs/glide/src/assets/sass/glide.core.scss */

.glide__track {
  overflow: hidden;
}

/* line 21, node_modules/@glidejs/glide/src/assets/sass/glide.core.scss */

.glide__slides {
  position: relative;
  width: 100%;
  list-style: none;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -ms-touch-action: pan-Y;
      touch-action: pan-Y;
  overflow: hidden;
  padding: 0;
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  will-change: transform;
}

/* line 35, node_modules/@glidejs/glide/src/assets/sass/glide.core.scss */

.glide__slides--dragging {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

/* line 40, node_modules/@glidejs/glide/src/assets/sass/glide.core.scss */

.glide__slide {
  width: 100%;
  height: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  white-space: normal;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
}

/* line 49, node_modules/@glidejs/glide/src/assets/sass/glide.core.scss */

.glide__slide a {
  -webkit-user-select: none;
          user-select: none;
  -webkit-user-drag: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

/* line 57, node_modules/@glidejs/glide/src/assets/sass/glide.core.scss */

.glide__arrows {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

/* line 62, node_modules/@glidejs/glide/src/assets/sass/glide.core.scss */

.glide__bullets {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

/* line 67, node_modules/@glidejs/glide/src/assets/sass/glide.core.scss */

.glide--rtl {
  direction: rtl;
}

/* line 2, resources/assets/styles/little-widgets/_little-widgets.scss */

.lw-widget {
  --theme-color: #F65500;
  --background-color: #F9F9F9;
  --background-mat: #C9CCD2;
  --border-color: rgba(0, 0, 0, 0.06);
  --text-primary: #2F2E35;
  --text-secondary: #6d6c71;
}

/* line 11, resources/assets/styles/little-widgets/_little-widgets.scss */

.lw-widget,
.lw-widget *,
.lw-widget *:before,
.lw-widget *:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* line 18, resources/assets/styles/little-widgets/_little-widgets.scss */

.lw-widget div,
.lw-widget input,
.lw-widget textarea,
.lw-widget select,
.lw-widget button,
.lw-widget h1,
.lw-widget h2,
.lw-widget h3,
.lw-widget h4,
.lw-widget h5,
.lw-widget h6,
.lw-widget a,
.lw-widget span,
.lw-widget a:focus {
  outline: none;
}

/* line 23, resources/assets/styles/little-widgets/_little-widgets.scss */

.lw-widget input[type="text"],
.lw-widget input[type="email"],
.lw-widget input[type="tel"],
.lw-widget textarea,
.lw-widget select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* line 33, resources/assets/styles/little-widgets/_little-widgets.scss */

.lw-widget input[type="submit"],
.lw-widget button {
  margin: 0;
  cursor: pointer;
}

/* line 39, resources/assets/styles/little-widgets/_little-widgets.scss */

.lw-widget input[type="submit"]::-moz-focus-inner,
.lw-widget button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/* line 45, resources/assets/styles/little-widgets/_little-widgets.scss */

.lw-widget textarea {
  overflow: auto;
}

/* line 49, resources/assets/styles/little-widgets/_little-widgets.scss */

.lw-widget a {
  text-decoration: none;
}

/* line 53, resources/assets/styles/little-widgets/_little-widgets.scss */

.lw-widget strong {
  font-weight: 600;
}

/* line 57, resources/assets/styles/little-widgets/_little-widgets.scss */

.lw-widget button *,
.lw-widget a * {
  pointer-events: none;
}

/* line 62, resources/assets/styles/little-widgets/_little-widgets.scss */

.lw-wrap {
  display: block;
  padding: 20px;
  color: var(--text-primary);
}

/* line 68, resources/assets/styles/little-widgets/_little-widgets.scss */

.lw-wrap:hover {
  color: var(--text-primary);
}

/* line 72, resources/assets/styles/little-widgets/_little-widgets.scss */

.lw-wrap_mw {
  max-width: 1244px;
  margin: 0 auto;
}

/* line 77, resources/assets/styles/little-widgets/_little-widgets.scss */

.lw-btn {
  display: inline-block;
  padding: 11px 20px;
  background: var(--theme-color);
  border: none;
  border-radius: 4px;
  font-size: 18px;
  font-weight: 600;
  color: white;
  text-align: center;
  line-height: 1.33333;
  -webkit-transition: background .2s, opacity .2s;
  -o-transition: background .2s, opacity .2s;
  transition: background .2s, opacity .2s;
}

/* line 91, resources/assets/styles/little-widgets/_little-widgets.scss */

.lw-btn:hover {
  opacity: .8;
  color: white;
}

/* line 96, resources/assets/styles/little-widgets/_little-widgets.scss */

.lw-btn-answer {
  margin-right: 14px;
  font-size: 36px;
}

/* line 101, resources/assets/styles/little-widgets/_little-widgets.scss */

.lw-btn-text {
  font-size: 22px;
  font-weight: 400;
  text-align: left;
}

/* line 107, resources/assets/styles/little-widgets/_little-widgets.scss */

.lw-btn_flex {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
}

/* line 114, resources/assets/styles/little-widgets/_little-widgets.scss */

.lw-btn_sm {
  padding: 11px 20px;
}

/* line 118, resources/assets/styles/little-widgets/_little-widgets.scss */

.lw-btn_sm.lw-btn_simple {
  padding: 12px 20px;
}

/* line 122, resources/assets/styles/little-widgets/_little-widgets.scss */

.lw-btn_md {
  padding: 13px 20px;
}

/* line 126, resources/assets/styles/little-widgets/_little-widgets.scss */

.lw-btn_wide {
  width: 100%;
}

/* line 130, resources/assets/styles/little-widgets/_little-widgets.scss */

.lw-btn_simple {
  background: transparent;
  font-size: 16px;
  font-weight: 400;
  color: var(--text-secondary);
}

/* line 137, resources/assets/styles/little-widgets/_little-widgets.scss */

.lw-btn_simple:hover {
  background: rgba(0, 0, 0, 0.08);
  color: var(--text-secondary);
  opacity: 1;
}

/* line 143, resources/assets/styles/little-widgets/_little-widgets.scss */

.lw-btn_black {
  background: black;
  color: white;
}

/* line 148, resources/assets/styles/little-widgets/_little-widgets.scss */

.lw-btn_white {
  background: white;
  opacity: .7;
  color: var(--theme-color);
}

/* line 154, resources/assets/styles/little-widgets/_little-widgets.scss */

.lw-btn_white:hover {
  opacity: 1;
  color: var(--theme-color);
}

/* line 159, resources/assets/styles/little-widgets/_little-widgets.scss */

.lw-btn_stroke {
  background: none;
  -webkit-box-shadow: 0 0 0 2px var(--theme-color) inset;
          box-shadow: 0 0 0 2px var(--theme-color) inset;
}

/* line 164, resources/assets/styles/little-widgets/_little-widgets.scss */

.lw-btn_color {
  font-weight: 600;
  color: var(--theme-color);
}

/* line 169, resources/assets/styles/little-widgets/_little-widgets.scss */

.lw-btn_color:hover {
  color: var(--theme-color);
}

/* line 173, resources/assets/styles/little-widgets/_little-widgets.scss */

.lw-btn_back {
  padding: 0;
  background: none;
  color: var(--text-primary);
}

/* line 179, resources/assets/styles/little-widgets/_little-widgets.scss */

.lw-btn_back:before {
  content: '';
  display: inline-block;
  position: relative;
  top: -1px;
  width: 14px;
  height: 14px;
  margin-right: 6px;
  border: solid var(--text-primary);
  border-width: 0 0 3px 3px;
  -webkit-transform: rotate(45deg);
       -o-transform: rotate(45deg);
          transform: rotate(45deg);
  vertical-align: middle;
}

/* line 194, resources/assets/styles/little-widgets/_little-widgets.scss */

.lw-btn_back:hover {
  color: var(--text-primary);
}

/* line 198, resources/assets/styles/little-widgets/_little-widgets.scss */

.lw-pic {
  display: block;
  max-width: 100%;
}

/* line 203, resources/assets/styles/little-widgets/_little-widgets.scss */

.lw-preview .lw-pic {
  width: 100%;
  border-radius: 6px 6px 0 0;
}

/* line 208, resources/assets/styles/little-widgets/_little-widgets.scss */

.lw-preview_center {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
}

/* line 217, resources/assets/styles/little-widgets/_little-widgets.scss */

.lw-preview_center .lw-pic {
  max-width: 140px;
}

/* line 221, resources/assets/styles/little-widgets/_little-widgets.scss */

.lw-preview_custom {
  padding-right: 30px;
}

/* line 225, resources/assets/styles/little-widgets/_little-widgets.scss */

.lw-preview_custom .lw-pic {
  border-radius: 6px;
}

/* line 229, resources/assets/styles/little-widgets/_little-widgets.scss */

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

/* line 233, resources/assets/styles/little-widgets/_little-widgets.scss */

.lw-center .lw-radio {
  margin: 0 10px;
}

/* line 237, resources/assets/styles/little-widgets/_little-widgets.scss */

.lw-title {
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 700;
  color: var(--text-primary);
  line-height: 1.20833;
}

/* line 245, resources/assets/styles/little-widgets/_little-widgets.scss */

.lw-title_sm {
  margin-bottom: 0;
  font-size: 20px;
}

/* line 250, resources/assets/styles/little-widgets/_little-widgets.scss */

.lw-title_md {
  font-size: 26px;
}

/* line 254, resources/assets/styles/little-widgets/_little-widgets.scss */

.lw-title_lg {
  font-size: 30px;
  line-height: 1.1;
}

/* line 259, resources/assets/styles/little-widgets/_little-widgets.scss */

.lw-title_thin {
  font-weight: 400;
}

/* line 263, resources/assets/styles/little-widgets/_little-widgets.scss */

.lw-title_uppercase {
  text-transform: uppercase;
}

/* line 267, resources/assets/styles/little-widgets/_little-widgets.scss */

.lw-title_color {
  color: var(--theme-color);
}

/* line 271, resources/assets/styles/little-widgets/_little-widgets.scss */

.lw-content {
  font-size: 18px;
  color: var(--text-secondary);
  line-height: 1.33333;
}

/* line 277, resources/assets/styles/little-widgets/_little-widgets.scss */

.lw-content p,
.lw-content figure {
  margin: 0;
}

/* line 282, resources/assets/styles/little-widgets/_little-widgets.scss */

.lw-content p + p,
.lw-content p + figure,
.lw-content figure + p,
.lw-content figure + figure {
  margin: 20px 0 0;
}

/* line 289, resources/assets/styles/little-widgets/_little-widgets.scss */

.lw-content img {
  display: block;
  width: 100%;
  border-radius: 6px;
}

/* line 295, resources/assets/styles/little-widgets/_little-widgets.scss */

.lw-content a {
  border-bottom: 1px solid var(--text-secondary);
  color: var(--text-primary);
  -webkit-transition: border-color .2s;
  -o-transition: border-color .2s;
  transition: border-color .2s;
}

/* line 301, resources/assets/styles/little-widgets/_little-widgets.scss */

.lw-content a:hover {
  border-color: transparent;
}

/* line 305, resources/assets/styles/little-widgets/_little-widgets.scss */

.lw-content_sm {
  font-size: 14px;
}

/* line 309, resources/assets/styles/little-widgets/_little-widgets.scss */

.lw-content_md {
  font-size: 16px;
}

/* line 313, resources/assets/styles/little-widgets/_little-widgets.scss */

.lw-content_lg {
  font-size: 22px;
}

/* line 317, resources/assets/styles/little-widgets/_little-widgets.scss */

.lw-content_dark {
  color: var(--text-primary);
}

/* line 321, resources/assets/styles/little-widgets/_little-widgets.scss */

.lw-content_dark a {
  color: var(--text-primary);
}

/* line 325, resources/assets/styles/little-widgets/_little-widgets.scss */

.lw-category {
  display: inline-block;
  margin-bottom: 10px;
  font-weight: 700;
  color: var(--theme-color);
}

/* line 332, resources/assets/styles/little-widgets/_little-widgets.scss */

.lw-category:hover {
  color: var(--theme-color);
}

/* line 336, resources/assets/styles/little-widgets/_little-widgets.scss */

.lw-share {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

/* line 343, resources/assets/styles/little-widgets/_little-widgets.scss */

.lw-share-btn {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  position: relative;
  height: 50px;
  border: none;
  -webkit-transition: background .2s;
  -o-transition: background .2s;
  transition: background .2s;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex: 1;
  -webkit-box-flex: 1;
          flex: 1;
}

/* line 358, resources/assets/styles/little-widgets/_little-widgets.scss */

.lw-share-btn_facebook {
  background: #4F69A2;
}

/* line 362, resources/assets/styles/little-widgets/_little-widgets.scss */

.lw-share-btn_facebook:hover {
  background: #475e91;
}

/* line 366, resources/assets/styles/little-widgets/_little-widgets.scss */

.lw-share-btn_twitter {
  background: #66B4EF;
}

/* line 370, resources/assets/styles/little-widgets/_little-widgets.scss */

.lw-share-btn_twitter:hover {
  background: #4fa9ed;
}

/* line 374, resources/assets/styles/little-widgets/_little-widgets.scss */

.lw-share-btn_google {
  background: #E05546;
}

/* line 378, resources/assets/styles/little-widgets/_little-widgets.scss */

.lw-share-btn_google:hover {
  background: #dc4130;
}

/* line 382, resources/assets/styles/little-widgets/_little-widgets.scss */

.lw-share-btn_pinterest {
  background: #D1383F;
}

/* line 386, resources/assets/styles/little-widgets/_little-widgets.scss */

.lw-share-btn_pinterest:hover {
  background: #c32d34;
}

/* line 390, resources/assets/styles/little-widgets/_little-widgets.scss */

.lw-share-btn_email {
  background: #AAAAAA;
}

/* line 394, resources/assets/styles/little-widgets/_little-widgets.scss */

.lw-share-btn_email:hover {
  background: #9d9d9d;
}

/* line 398, resources/assets/styles/little-widgets/_little-widgets.scss */

.lw-share-btn i {
  font-size: 24px;
  color: white;
}

/* line 403, resources/assets/styles/little-widgets/_little-widgets.scss */

.lw-share-pic {
  max-width: 24px;
  max-height: 24px;
}

/* line 408, resources/assets/styles/little-widgets/_little-widgets.scss */

.lw-share_grid .lw-share-btn {
  height: 70px;
  -ms-flex: 0 0 50%;
  -webkit-box-flex: 0;
          flex: 0 0 50%;
}

/* line 414, resources/assets/styles/little-widgets/_little-widgets.scss */

.lw-share_grid .lw-share-btn i {
  font-size: 32px;
}

/* line 418, resources/assets/styles/little-widgets/_little-widgets.scss */

.lw-share_grid .lw-share-pic {
  max-width: 32px;
  max-height: 32px;
}

/* line 423, resources/assets/styles/little-widgets/_little-widgets.scss */

.lw-share_vert {
  width: 50px;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}

/* line 429, resources/assets/styles/little-widgets/_little-widgets.scss */

.lw-tools {
  position: relative;
}

/* line 433, resources/assets/styles/little-widgets/_little-widgets.scss */

.lw-tools-btn {
  display: block;
  width: 70px;
  height: 70px;
  background: #FFFFFF;
  -webkit-box-shadow: 0 4px 6px 0 rgba(60, 70, 80, 0.1), 0 1px 3px 0 rgba(0, 0, 0, 0.08);
          box-shadow: 0 4px 6px 0 rgba(60, 70, 80, 0.1), 0 1px 3px 0 rgba(0, 0, 0, 0.08);
  border-radius: 6px;
  border: none;
  color: #546E7A;
}

/* line 444, resources/assets/styles/little-widgets/_little-widgets.scss */

.lw-tools-btn.lw-active {
  background: var(--theme-color);
  color: white;
}

/* line 449, resources/assets/styles/little-widgets/_little-widgets.scss */

.lw-tools-icon {
  font-size: 24px;
}

/* line 453, resources/assets/styles/little-widgets/_little-widgets.scss */

.lw-tools-title {
  display: block;
  font-size: 12px;
  line-height: 1.66667;
}

/* line 459, resources/assets/styles/little-widgets/_little-widgets.scss */

.lw-tools-dropdown {
  position: absolute;
  right: 0;
  bottom: calc(100% + 10px);
}

/* line 465, resources/assets/styles/little-widgets/_little-widgets.scss */

.lw-tools-btn + .lw-tools-group {
  margin-top: 10px;
}

/* line 469, resources/assets/styles/little-widgets/_little-widgets.scss */

.lw-tools-group {
  border-radius: 6px;
  background: white;
  -webkit-box-shadow: 0 4px 6px 0 rgba(60, 70, 80, 0.1), 0 1px 3px 0 rgba(0, 0, 0, 0.08);
          box-shadow: 0 4px 6px 0 rgba(60, 70, 80, 0.1), 0 1px 3px 0 rgba(0, 0, 0, 0.08);
}

/* line 475, resources/assets/styles/little-widgets/_little-widgets.scss */

.lw-tools-group .lw-tools-btn {
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

/* line 480, resources/assets/styles/little-widgets/_little-widgets.scss */

.lw-tools-group .lw-tools-btn:first-child {
  border-radius: 6px 6px 0 0;
}

/* line 484, resources/assets/styles/little-widgets/_little-widgets.scss */

.lw-tools-group .lw-tools-btn:last-child {
  border-radius: 0 0 6px 6px;
}

/* line 488, resources/assets/styles/little-widgets/_little-widgets.scss */

.lw-tools-group .lw-tools-btn:not(:last-child) {
  border-bottom: 1px solid var(--border-color);
}

/* line 492, resources/assets/styles/little-widgets/_little-widgets.scss */

.lw-close {
  position: absolute;
  top: 0;
  right: 0;
  background: none;
  border: none;
  padding: 5px;
  font-size: 0;
  opacity: 0;
  -webkit-transition: opacity .2s;
  -o-transition: opacity .2s;
  transition: opacity .2s;
  z-index: 10;
}

/* line 505, resources/assets/styles/little-widgets/_little-widgets.scss */

.lw-close i {
  font-size: 18px;
}

/* line 509, resources/assets/styles/little-widgets/_little-widgets.scss */

.lw-close_white {
  color: white;
}

/* line 513, resources/assets/styles/little-widgets/_little-widgets.scss */

.lw-close_lg {
  top: 10px;
  right: 10px;
  width: 40px;
  height: 40px;
}

/* line 520, resources/assets/styles/little-widgets/_little-widgets.scss */

.lw-close_lg i {
  font-size: 24px;
}

/* line 524, resources/assets/styles/little-widgets/_little-widgets.scss */

.lw-close_circle {
  top: -10px;
  right: -10px;
  width: 34px;
  height: 34px;
  background: white;
  -webkit-box-shadow: 0 3px 5px 0 rgba(37, 39, 44, 0.05), 0 1px 3px 0 rgba(37, 39, 44, 0.06);
          box-shadow: 0 3px 5px 0 rgba(37, 39, 44, 0.05), 0 1px 3px 0 rgba(37, 39, 44, 0.06);
  border-radius: 50%;
  opacity: 1;
}

/* line 535, resources/assets/styles/little-widgets/_little-widgets.scss */

.lw-close_inside {
  top: 10px;
  right: 10px;
}

/* line 540, resources/assets/styles/little-widgets/_little-widgets.scss */

.lw-close.lw-visible {
  opacity: .7;
}

/* line 544, resources/assets/styles/little-widgets/_little-widgets.scss */

.lw-close.lw-visible:hover {
  opacity: 1;
}

/* line 548, resources/assets/styles/little-widgets/_little-widgets.scss */

.lw-ripple {
  position: absolute;
  border-radius: 50%;
  opacity: 0;
  background: rgba(0, 0, 0, 0.1);
  -webkit-transform: translate(-50%, -50%) scale(0);
       -o-transform: translate(-50%, -50%) scale(0);
          transform: translate(-50%, -50%) scale(0);
  -webkit-animation: lw-ripple .5s ease-out forwards;
       -o-animation: lw-ripple .5s ease-out forwards;
          animation: lw-ripple .5s ease-out forwards;
  pointer-events: none;
}

/* line 559, resources/assets/styles/little-widgets/_little-widgets.scss */

[data-lw-ripple] {
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  overflow: hidden;
  z-index: 1;
}

@-webkit-keyframes lw-ripple {
  0 {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) scale(0);
            transform: translate(-50%, -50%) scale(0);
  }

  15% {
    opacity: 1;
  }

  50% {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
  }
}

@-o-keyframes lw-ripple {
  0 {
    opacity: 0;
    -o-transform: translate(-50%, -50%) scale(0);
       transform: translate(-50%, -50%) scale(0);
  }

  15% {
    opacity: 1;
  }

  50% {
    opacity: 1;
    -o-transform: translate(-50%, -50%) scale(1);
       transform: translate(-50%, -50%) scale(1);
  }

  100% {
    opacity: 0;
    -o-transform: translate(-50%, -50%) scale(1);
       transform: translate(-50%, -50%) scale(1);
  }
}

@keyframes lw-ripple {
  0 {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) scale(0);
         -o-transform: translate(-50%, -50%) scale(0);
            transform: translate(-50%, -50%) scale(0);
  }

  15% {
    opacity: 1;
  }

  50% {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) scale(1);
         -o-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) scale(1);
         -o-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
  }
}

/* line 588, resources/assets/styles/little-widgets/_little-widgets.scss */

.lw-tooltip {
  position: relative;
}

/* line 592, resources/assets/styles/little-widgets/_little-widgets.scss */

.lw-tooltip:hover .lw-tooltip-content {
  opacity: 1;
}

/* line 596, resources/assets/styles/little-widgets/_little-widgets.scss */

.lw-tooltip-content {
  position: absolute;
  top: 50%;
  right: calc(100% + 13px);
  padding: 6px 9px;
  background: white;
  -webkit-filter: drop-shadow(0 3px 5px rgba(71, 75, 86, 0.3));
          filter: drop-shadow(0 3px 5px rgba(71, 75, 86, 0.3));
  border-radius: 3px;
  font-size: 16px;
  white-space: nowrap;
  pointer-events: none;
  -webkit-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 0;
  -webkit-transition: opacity .2s;
  -o-transition: opacity .2s;
  transition: opacity .2s;
}

/* line 613, resources/assets/styles/little-widgets/_little-widgets.scss */

.lw-tooltip-content:before {
  content: '';
  position: absolute;
  top: calc(50% - 6px);
  right: -5px;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 6px 0 6px 6px;
  border-color: transparent transparent transparent white;
}

/* line 625, resources/assets/styles/little-widgets/_little-widgets.scss */

.lw-circle {
  position: relative;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: var(--theme-color);
  border: none;
  -webkit-box-shadow: 0 3px 5px rgba(71, 75, 86, 0.3);
          box-shadow: 0 3px 5px rgba(71, 75, 86, 0.3);
  font-size: 0;
  color: white;
}

/* line 637, resources/assets/styles/little-widgets/_little-widgets.scss */

.lw-circle i {
  font-size: 30px;
  -webkit-transition: opacity .2s, -webkit-transform .4s;
  transition: opacity .2s, -webkit-transform .4s;
  -o-transition: opacity .2s, -o-transform .4s;
  transition: transform .4s, opacity .2s;
  transition: transform .4s, opacity .2s, -webkit-transform .4s, -o-transform .4s;
}

/* line 642, resources/assets/styles/little-widgets/_little-widgets.scss */

.lw-circle i:nth-child(2) {
  position: absolute;
  top: calc(50% - 15px);
  left: calc(50% - 15px);
  -webkit-transform: rotate(-45deg);
       -o-transform: rotate(-45deg);
          transform: rotate(-45deg);
  opacity: 0;
}

/* line 651, resources/assets/styles/little-widgets/_little-widgets.scss */

.lw-circle.lw-active i {
  -webkit-transform: rotate(45deg);
       -o-transform: rotate(45deg);
          transform: rotate(45deg);
  opacity: 0;
}

/* line 657, resources/assets/styles/little-widgets/_little-widgets.scss */

.lw-circle.lw-active i:nth-child(2) {
  -webkit-transform: rotate(0);
       -o-transform: rotate(0);
          transform: rotate(0);
  opacity: 1;
}

/* line 663, resources/assets/styles/little-widgets/_little-widgets.scss */

.lw-powered {
  margin-top: 10px;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.5);
  line-height: 1.71429;
  text-align: center;
  opacity: 0;
  -webkit-transform: scale(0);
       -o-transform: scale(0);
          transform: scale(0);
}

/* line 674, resources/assets/styles/little-widgets/_little-widgets.scss */

.lw-powered a {
  color: rgba(0, 0, 0, 0.5);
  font-weight: 600;
  -webkit-transition: color .2s;
  -o-transition: color .2s;
  transition: color .2s;
}

/* line 680, resources/assets/styles/little-widgets/_little-widgets.scss */

.lw-powered a:hover {
  color: rgba(0, 0, 0, 0.4);
}

/* line 684, resources/assets/styles/little-widgets/_little-widgets.scss */

.lw-powered.lw-animate {
  -webkit-animation: lw-powered .4s ease-out forwards;
       -o-animation: lw-powered .4s ease-out forwards;
          animation: lw-powered .4s ease-out forwards;
}

/* line 688, resources/assets/styles/little-widgets/_little-widgets.scss */

.lw-powered.lw-animate-reverse {
  animation: lw-powered .4s ease-out forwards alternate-reverse;
}

/* line 692, resources/assets/styles/little-widgets/_little-widgets.scss */

.lw-powered.lw-visible {
  opacity: 1;
  -webkit-transform: scale(1);
       -o-transform: scale(1);
          transform: scale(1);
  -webkit-animation: none;
       -o-animation: none;
          animation: none;
}

@-webkit-keyframes lw-powered {
  0 {
    opacity: 0;
    -webkit-transform: scale(0);
            transform: scale(0);
  }

  50%, 100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@-o-keyframes lw-powered {
  0 {
    opacity: 0;
    -o-transform: scale(0);
       transform: scale(0);
  }

  50%, 100% {
    opacity: 1;
    -o-transform: scale(1);
       transform: scale(1);
  }
}

@keyframes lw-powered {
  0 {
    opacity: 0;
    -webkit-transform: scale(0);
         -o-transform: scale(0);
            transform: scale(0);
  }

  50%, 100% {
    opacity: 1;
    -webkit-transform: scale(1);
         -o-transform: scale(1);
            transform: scale(1);
  }
}

/* line 710, resources/assets/styles/little-widgets/_little-widgets.scss */

.lw-toggler {
  display: block;
  position: relative;
  margin: 0;
  background: white;
  -webkit-box-shadow: 0 2px 3px 0 rgba(37, 39, 44, 0.1), 0 2px 3px 0 rgba(37, 39, 44, 0.1) inset;
          box-shadow: 0 2px 3px 0 rgba(37, 39, 44, 0.1), 0 2px 3px 0 rgba(37, 39, 44, 0.1) inset;
  cursor: pointer;
}

/* line 719, resources/assets/styles/little-widgets/_little-widgets.scss */

.lw-toggler:first-child {
  border-radius: 6px 6px 0 0;
}

/* line 723, resources/assets/styles/little-widgets/_little-widgets.scss */

.lw-toggler:last-child {
  border-radius: 0 0 6px 6px;
}

/* line 727, resources/assets/styles/little-widgets/_little-widgets.scss */

.lw-toggler-input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

/* line 734, resources/assets/styles/little-widgets/_little-widgets.scss */

.lw-toggler-input:checked + .lw-toggler-content:before {
  border-color: var(--theme-color);
}

/* line 738, resources/assets/styles/little-widgets/_little-widgets.scss */

.lw-toggler-input:checked + .lw-toggler-content:after {
  opacity: 1;
}

/* line 742, resources/assets/styles/little-widgets/_little-widgets.scss */

.lw-toggler-content {
  display: block;
  padding: 14px 20px 13px 46px;
}

/* line 747, resources/assets/styles/little-widgets/_little-widgets.scss */

.lw-toggler-content:before,
.lw-toggler-content:after {
  content: '';
  position: absolute;
  border-radius: 50%;
}

/* line 753, resources/assets/styles/little-widgets/_little-widgets.scss */

.lw-toggler-content:before {
  top: 14px;
  left: 14px;
  width: 22px;
  height: 22px;
  border: 3px solid rgba(0, 0, 0, 0.3);
  -webkit-transition: border-color .2s;
  -o-transition: border-color .2s;
  transition: border-color .2s;
}

/* line 762, resources/assets/styles/little-widgets/_little-widgets.scss */

.lw-toggler-content:after {
  top: 20px;
  left: 20px;
  width: 10px;
  height: 10px;
  background: var(--theme-color);
  opacity: 0;
  -webkit-transition: opacity .2s;
  -o-transition: opacity .2s;
  transition: opacity .2s;
}

/* line 772, resources/assets/styles/little-widgets/_little-widgets.scss */

.lw-qty {
  position: absolute;
  top: 12px;
  left: 15px;
  font-size: 14px;
  color: var(--text-secondary);
}

/* line 780, resources/assets/styles/little-widgets/_little-widgets.scss */

.lw-radio {
  display: inline-block;
  position: relative;
  margin: 0 20px 10px 0;
  cursor: pointer;
}

/* line 787, resources/assets/styles/little-widgets/_little-widgets.scss */

.lw-radio-input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

/* line 794, resources/assets/styles/little-widgets/_little-widgets.scss */

.lw-radio-input:checked + .lw-radio-content:after {
  opacity: 1;
}

/* line 798, resources/assets/styles/little-widgets/_little-widgets.scss */

.lw-radio-content {
  display: block;
  padding-left: 32px;
  color: var(--text-secondary);
}

/* line 804, resources/assets/styles/little-widgets/_little-widgets.scss */

.lw-radio-content:before,
.lw-radio-content:after {
  content: '';
  position: absolute;
  border-radius: 50%;
}

/* line 810, resources/assets/styles/little-widgets/_little-widgets.scss */

.lw-radio-content:before {
  top: 0;
  left: 0;
  width: 22px;
  height: 22px;
  background: white;
  -webkit-box-shadow: 0 3px 5px 0 rgba(37, 39, 44, 0.1);
          box-shadow: 0 3px 5px 0 rgba(37, 39, 44, 0.1);
}

/* line 819, resources/assets/styles/little-widgets/_little-widgets.scss */

.lw-radio-content:after {
  top: 6px;
  left: 6px;
  width: 10px;
  height: 10px;
  background: var(--theme-color);
  opacity: 0;
  -webkit-transition: opacity .2s;
  -o-transition: opacity .2s;
  transition: opacity .2s;
}

/* line 829, resources/assets/styles/little-widgets/_little-widgets.scss */

.lw-checkbox {
  display: inline-block;
  position: relative;
  margin: 0 20px 10px 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
}

/* line 840, resources/assets/styles/little-widgets/_little-widgets.scss */

.lw-checkbox-input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

/* line 847, resources/assets/styles/little-widgets/_little-widgets.scss */

.lw-checkbox-input:checked + .lw-checkbox-content .lw-checkbox-tick > * {
  opacity: 1;
}

/* line 851, resources/assets/styles/little-widgets/_little-widgets.scss */

.lw-checkbox-content {
  display: block;
  padding-left: 32px;
}

/* line 856, resources/assets/styles/little-widgets/_little-widgets.scss */

.lw-checkbox-tick {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  width: 22px;
  height: 22px;
  background: white;
  -webkit-box-shadow: 0 3px 5px 0 rgba(37, 39, 44, 0.1);
          box-shadow: 0 3px 5px 0 rgba(37, 39, 44, 0.1);
  border-radius: 4px;
}

/* line 869, resources/assets/styles/little-widgets/_little-widgets.scss */

.lw-checkbox-tick > * {
  margin: auto;
  opacity: 0;
  -webkit-transition: opacity .2s;
  -o-transition: opacity .2s;
  transition: opacity .2s;
}

/* line 875, resources/assets/styles/little-widgets/_little-widgets.scss */

.lw-vote {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  background: white;
  border-radius: 0 0 6px 6px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  text-align: center;
}

/* line 885, resources/assets/styles/little-widgets/_little-widgets.scss */

.lw-vote-item {
  position: relative;
  margin: 0;
  border: solid #EAEAEA;
  border-width: 1px 1px 1px 0;
  -ms-flex: 0 0 20%;
  -webkit-box-flex: 0;
          flex: 0 0 20%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
}

/* line 899, resources/assets/styles/little-widgets/_little-widgets.scss */

.lw-vote-item:first-child {
  border-width: 1px;
  border-radius: 0 0 0 5px;
}

/* line 904, resources/assets/styles/little-widgets/_little-widgets.scss */

.lw-vote-item:last-child {
  border-radius: 0 0 5px;
}

/* line 908, resources/assets/styles/little-widgets/_little-widgets.scss */

.lw-vote-radio {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

/* line 915, resources/assets/styles/little-widgets/_little-widgets.scss */

.lw-vote-radio:checked + .lw-vote-group {
  color: var(--theme-color);
}

/* line 919, resources/assets/styles/little-widgets/_little-widgets.scss */

.lw-vote-radio:checked + .lw-vote-group:before {
  opacity: 1;
}

/* line 923, resources/assets/styles/little-widgets/_little-widgets.scss */

.lw-vote-group {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  padding: 16px 3px 3px;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-transition: color .2s;
  -o-transition: color .2s;
  transition: color .2s;
  line-height: 24px;
}

/* line 933, resources/assets/styles/little-widgets/_little-widgets.scss */

.lw-vote-group:before {
  content: '';
  position: absolute;
  top: -1px;
  left: -1px;
  right: -1px;
  height: 3px;
  background: var(--theme-color);
  opacity: 0;
  -webkit-transition: opacity .2s;
  -o-transition: opacity .2s;
  transition: opacity .2s;
}

/* line 945, resources/assets/styles/little-widgets/_little-widgets.scss */

.lw-vote-smile {
  margin-bottom: 3px;
  font-size: 30px;
}

/* line 950, resources/assets/styles/little-widgets/_little-widgets.scss */

.lw-vote-rate {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .3px;
}

/* line 957, resources/assets/styles/little-widgets/_little-widgets.scss */

.lw-rate,
.lw-rate-stars {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
}

/* line 964, resources/assets/styles/little-widgets/_little-widgets.scss */

.lw-rate-stars {
  margin-right: 5px;
}

/* line 968, resources/assets/styles/little-widgets/_little-widgets.scss */

.lw-rate-star {
  width: 10px;
  height: 10px;
  margin-right: 2px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMCIgaGVpZ2h0PSIxMCIgdmlld0JveD0iMCAwIDEwIDEwIj4gIDxwYXRoIGZpbGw9IiNGQkJGNDAiIGQ9Ik0xMCwzLjgxMDUyNjMyIEw2LjQwNSwzLjQ4NDIxMDUzIEw1LDAgTDMuNTk1LDMuNDg5NDczNjggTDAsMy44MTA1MjYzMiBMMi43Myw2LjMgTDEuOTEsMTAgTDUsOC4wMzY4NDIxMSBMOC4wOSwxMCBMNy4yNzUsNi4zIEwxMCwzLjgxMDUyNjMyIFogTTUsNy4wNTI2MzE1OCBMNSwyLjE1Nzg5NDc0IEw1Ljg1NSw0LjI4NDIxMDUzIEw4LjA0NSw0LjQ4NDIxMDUzIEw2LjM4NSw2IEw2Ljg4NSw4LjI1MjYzMTU4IEw1LDcuMDUyNjMxNTggWiIvPjwvc3ZnPg==);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50%;
  -ms-flex: 0 0 10px;
  -webkit-box-flex: 0;
          flex: 0 0 10px;
}

/* line 980, resources/assets/styles/little-widgets/_little-widgets.scss */

.lw-rate-star-half {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMCIgaGVpZ2h0PSIxMCIgdmlld0JveD0iMCAwIDEwIDEwIj4gIDxwb2x5Z29uIGZpbGw9IiNGQkJGNDAiIHBvaW50cz0iNSA4LjAzNyA4LjA5IDEwIDcuMjcgNi4zIDEwIDMuODExIDYuNDA1IDMuNDg5IDUgMCAzLjU5NSAzLjQ4OSAwIDMuODExIDIuNzMgNi4zIDEuOTEgMTAiLz48L3N2Zz4=);
}

/* line 984, resources/assets/styles/little-widgets/_little-widgets.scss */

.lw-rate-value {
  font-size: 14px;
  color: var(--text-secondary);
}

/* line 989, resources/assets/styles/little-widgets/_little-widgets.scss */

.lw-hr {
  height: 1px;
  margin: 16px 0;
  background: var(--border-color);
}

/* line 995, resources/assets/styles/little-widgets/_little-widgets.scss */

.lw-tags {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  margin: 0 -8px -8px 0;
}

/* line 1001, resources/assets/styles/little-widgets/_little-widgets.scss */

.lw-tags-item {
  margin: 0 8px 8px 0;
  padding: 5px 12px;
  background: rgba(0, 0, 0, 0.08);
  border-radius: 16px;
  color: var(--text-secondary);
}

/* line 1009, resources/assets/styles/little-widgets/_little-widgets.scss */

.lw-tags-item.lw-active {
  background: var(--theme-color);
  font-weight: 600;
  color: white;
}

/* line 1015, resources/assets/styles/little-widgets/_little-widgets.scss */

.lw-play {
  width: 46px;
  height: 46px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0NiIgaGVpZ2h0PSI0NiIgdmlld0JveD0iMCAwIDQ2IDQ2Ij4gIDxwYXRoIGZpbGw9IiNGRkYiIGQ9Ik0yMyw0NiBDMTAuMjk3NDUwOCw0NiAwLDM1LjcwMjU0OTIgMCwyMyBDMCwxMC4yOTc0NTA4IDEwLjI5NzQ1MDgsMCAyMywwIEMzNS43MDI1NDkyLDAgNDYsMTAuMjk3NDUwOCA0NiwyMyBDNDYsMzUuNzAyNTQ5MiAzNS43MDI1NDkyLDQ2IDIzLDQ2IFogTTE2LjM1NTU1NTYsMTIuMjY2NjY2NyBMMTYuMzU1NTU1NiwzMy43MzMzMzMzIEwzMy43MzMzMzMzLDIzIEwxNi4zNTU1NTU2LDEyLjI2NjY2NjcgWiIvPjwvc3ZnPg==);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

/* line 1024, resources/assets/styles/little-widgets/_little-widgets.scss */

.lw-code {
  display: inline-block;
  padding: 3px 12px;
  border: 1px dashed var(--theme-color);
  border-radius: 4px;
  font-weight: 600;
  color: var(--theme-color);
  text-transform: uppercase;
}

/* line 1034, resources/assets/styles/little-widgets/_little-widgets.scss */

.lw-links {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  font-size: 14px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

/* line 1042, resources/assets/styles/little-widgets/_little-widgets.scss */

.lw-links-item:not(:last-child):after {
  content: '\B7';
  margin: 0 10px;
  color: var(--text-secondary);
}

/* line 1048, resources/assets/styles/little-widgets/_little-widgets.scss */

.lw-links-el {
  color: var(--text-secondary);
  -webkit-transition: color .2s;
  -o-transition: color .2s;
  transition: color .2s;
}

/* line 1053, resources/assets/styles/little-widgets/_little-widgets.scss */

.lw-links-el:hover {
  color: var(--text-primary);
}

/* line 1057, resources/assets/styles/little-widgets/_little-widgets.scss */

.lw-user {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
}

/* line 1064, resources/assets/styles/little-widgets/_little-widgets.scss */

.lw-user .lw-preview {
  position: relative;
  height: 45px;
  margin-right: 15px;
  -ms-flex: 0 0 45px;
  -webkit-box-flex: 0;
          flex: 0 0 45px;
}

/* line 1072, resources/assets/styles/little-widgets/_little-widgets.scss */

.lw-user .lw-pic {
  border-radius: 50%;
}

/* line 1076, resources/assets/styles/little-widgets/_little-widgets.scss */

.lw-user .lw-title {
  margin: 0;
  font-size: 16px;
}

/* line 1081, resources/assets/styles/little-widgets/_little-widgets.scss */

.lw-user .lw-title + .lw-content {
  font-size: 16px;
}

/* line 1085, resources/assets/styles/little-widgets/_little-widgets.scss */

.lw-user_center {
  display: block;
  margin-bottom: 30px;
  text-align: center;
}

/* line 1091, resources/assets/styles/little-widgets/_little-widgets.scss */

.lw-user_center .lw-preview {
  width: 60px;
  height: 60px;
  margin: 0 auto 10px;
}

/* line 1097, resources/assets/styles/little-widgets/_little-widgets.scss */

.lw-user_top {
  margin-top: -60px;
}

/* line 1101, resources/assets/styles/little-widgets/_little-widgets.scss */

.lw-user-online {
  position: absolute;
  right: -1px;
  bottom: -3px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #03CA1F;
  border: 2px solid white;
}

/* line 1112, resources/assets/styles/little-widgets/_little-widgets.scss */

.lw-head {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  margin-bottom: 30px;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
}

/* line 1120, resources/assets/styles/little-widgets/_little-widgets.scss */

.lw-head .lw-preview {
  margin-right: 10px;
  -ms-flex: 0 0 40px;
  -webkit-box-flex: 0;
          flex: 0 0 40px;
}

/* line 1126, resources/assets/styles/little-widgets/_little-widgets.scss */

.lw-head .lw-title {
  margin: 0;
  font-size: 18px;
}

/* line 1131, resources/assets/styles/little-widgets/_little-widgets.scss */

.lw-head .lw-content {
  margin-left: auto;
  padding-left: 20px;
}

/* line 1136, resources/assets/styles/little-widgets/_little-widgets.scss */

.lw-foot {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  border-top: 1px solid var(--border-color);
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
}

/* line 1146, resources/assets/styles/little-widgets/_little-widgets.scss */

.lw-foot .lw-btn {
  padding: 18px 20px;
  background: none;
  border-radius: 0;
  font-weight: 400;
  color: var(--text-secondary);
}

/* line 1154, resources/assets/styles/little-widgets/_little-widgets.scss */

.lw-foot .lw-btn:first-child {
  border-radius: 0 0 0 6px;
}

/* line 1158, resources/assets/styles/little-widgets/_little-widgets.scss */

.lw-foot .lw-btn:last-child {
  border-radius: 0 0 6px;
}

/* line 1162, resources/assets/styles/little-widgets/_little-widgets.scss */

.lw-foot .lw-btn:only-child {
  border-radius: 0 0 6px 6px;
}

/* line 1166, resources/assets/styles/little-widgets/_little-widgets.scss */

.lw-foot .lw-btn:hover {
  background: rgba(0, 0, 0, 0.08);
  opacity: 1;
}

/* line 1171, resources/assets/styles/little-widgets/_little-widgets.scss */

.lw-foot .lw-btn_color {
  font-weight: 600;
  color: var(--theme-color);
}

/* line 1176, resources/assets/styles/little-widgets/_little-widgets.scss */

.lw-foot .lw-btn_bold {
  font-weight: 600;
  color: var(--text-primary);
}

/* line 1181, resources/assets/styles/little-widgets/_little-widgets.scss */

.lw-foot .lw-form {
  width: 100%;
  background: var(--background-color);
  border-radius: 0 0 6px 6px;
  -webkit-box-shadow: none;
          box-shadow: none;
}

/* line 1188, resources/assets/styles/little-widgets/_little-widgets.scss */

.lw-foot .lw-form .lw-btn {
  padding-left: 20px;
  padding-right: 20px;
  background: none;
  font-weight: 600;
}

/* line 1195, resources/assets/styles/little-widgets/_little-widgets.scss */

.lw-foot .lw-form .lw-input {
  height: 59px;
  padding: 0 20px;
}

/* line 1200, resources/assets/styles/little-widgets/_little-widgets.scss */

.lw-foot .lw-content {
  padding: 20px;
  font-size: 16px;
}

/* line 1205, resources/assets/styles/little-widgets/_little-widgets.scss */

.lw-foot_flex {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

/* line 1210, resources/assets/styles/little-widgets/_little-widgets.scss */

.lw-foot_flex .lw-btn {
  border: 0 solid var(--border-color);
  -ms-flex: 1;
  -webkit-box-flex: 1;
          flex: 1;
}

/* line 1216, resources/assets/styles/little-widgets/_little-widgets.scss */

.lw-foot_flex .lw-btn:not(:last-child) {
  border-width: 0 1px 0 0;
}

/* line 1220, resources/assets/styles/little-widgets/_little-widgets.scss */

.lw-video {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -webkit-transition: opacity .2s;
  -o-transition: opacity .2s;
  transition: opacity .2s;
}

/* line 1228, resources/assets/styles/little-widgets/_little-widgets.scss */

.lw-video:hover {
  opacity: .7;
}

/* line 1232, resources/assets/styles/little-widgets/_little-widgets.scss */

.lw-video .lw-preview {
  margin-right: 14px;
  -ms-flex: 0 0 40px;
  -webkit-box-flex: 0;
          flex: 0 0 40px;
}

/* line 1238, resources/assets/styles/little-widgets/_little-widgets.scss */

.lw-video .lw-title,
.lw-video .lw-content {
  font-size: 16px;
}

/* line 1243, resources/assets/styles/little-widgets/_little-widgets.scss */

.lw-video .lw-title {
  margin: 0;
}

/* line 1247, resources/assets/styles/little-widgets/_little-widgets.scss */

.lw-slider {
  position: relative;
  text-align: center;
  z-index: 4;
}

/* line 1253, resources/assets/styles/little-widgets/_little-widgets.scss */

.lw-slide {
  display: none;
}

/* line 1257, resources/assets/styles/little-widgets/_little-widgets.scss */

.lw-slide.lw-visible {
  display: block;
}

/* line 1261, resources/assets/styles/little-widgets/_little-widgets.scss */

.lw-slide .lw-title {
  color: var(--theme-color);
}

/* line 1265, resources/assets/styles/little-widgets/_little-widgets.scss */

.lw-dots {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  position: absolute;
  left: 50%;
  bottom: -67px;
  -webkit-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
}

/* line 1279, resources/assets/styles/little-widgets/_little-widgets.scss */

.lw-dot {
  padding: 3px;
  background: none;
  border: none;
}

/* line 1285, resources/assets/styles/little-widgets/_little-widgets.scss */

.lw-dot.lw-active:before {
  background: var(--theme-color);
}

/* line 1289, resources/assets/styles/little-widgets/_little-widgets.scss */

.lw-dot:before {
  content: '';
  display: block;
  width: 7px;
  height: 7px;
  background: rgba(0, 0, 0, 0.15);
  border-radius: 50%;
}

@-webkit-keyframes lw-sidebar {
  0 {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@-o-keyframes lw-sidebar {
  0 {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }

  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes lw-sidebar {
  0 {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

/* line 1309, resources/assets/styles/little-widgets/_little-widgets.scss */

.lw-logo {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
}

/* line 1314, resources/assets/styles/little-widgets/_little-widgets.scss */

.lw-logo .lw-preview {
  margin-right: 20px;
  -ms-flex: 0 0 70px;
  -webkit-box-flex: 0;
          flex: 0 0 70px;
}

/* line 1320, resources/assets/styles/little-widgets/_little-widgets.scss */

.lw-logo .lw-title {
  margin: 10px 0 0;
  font-size: 14px;
  color: var(--theme-color);
  text-transform: uppercase;
}

/* line 1327, resources/assets/styles/little-widgets/_little-widgets.scss */

.lw-logo_center {
  display: block;
  text-align: center;
}

/* line 1332, resources/assets/styles/little-widgets/_little-widgets.scss */

.lw-logo_center .lw-preview {
  width: 70px;
  height: 70px;
  margin: 0 auto;
}

/* line 1338, resources/assets/styles/little-widgets/_little-widgets.scss */

.lw-logo_lg .lw-preview {
  width: 100px;
  height: 100px;
}

/* line 1343, resources/assets/styles/little-widgets/_little-widgets.scss */

.lw-logo_simple {
  display: block;
}

/* line 1347, resources/assets/styles/little-widgets/_little-widgets.scss */

.lw-logo_simple .lw-preview {
  width: 60px;
  margin: 0;
}

/* line 1352, resources/assets/styles/little-widgets/_little-widgets.scss */

.lw-logo_icon .lw-preview {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  background: var(--theme-color);
  border-radius: 6px;
}

/* line 1359, resources/assets/styles/little-widgets/_little-widgets.scss */

.lw-logo_icon .lw-preview i {
  margin: auto;
  font-size: 42px;
  color: white;
}

/* line 1365, resources/assets/styles/little-widgets/_little-widgets.scss */

.lw-logo_top {
  margin: -55px 0 20px;
}

/* line 1369, resources/assets/styles/little-widgets/_little-widgets.scss */

.lw-logo_outside {
  margin: -65px 0 20px;
}

/* line 1373, resources/assets/styles/little-widgets/_little-widgets.scss */

.lw-choose .lw-group {
  border-radius: 3px;
  background: white;
}

/* line 1378, resources/assets/styles/little-widgets/_little-widgets.scss */

.lw-choose .lw-group:not(:last-child) {
  margin-bottom: 12px;
}

/* line 1382, resources/assets/styles/little-widgets/_little-widgets.scss */

.lw-choose .lw-btn {
  display: block;
  width: 100%;
  background: white;
  -webkit-box-shadow: 0 2px 3px 0 rgba(37, 39, 44, 0.05), 0 1px 3px 0 rgba(37, 39, 44, 0.06);
          box-shadow: 0 2px 3px 0 rgba(37, 39, 44, 0.05), 0 1px 3px 0 rgba(37, 39, 44, 0.06);
  font-weight: 400;
  color: var(--text-secondary);
  text-align: left;
}

/* line 1392, resources/assets/styles/little-widgets/_little-widgets.scss */

.lw-choose .lw-btn:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

/* line 1397, resources/assets/styles/little-widgets/_little-widgets.scss */

.lw-choose .lw-btn:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

/* line 1402, resources/assets/styles/little-widgets/_little-widgets.scss */

.lw-choose .lw-btn:not(:last-child) {
  border-bottom: 1px solid var(--border-color);
}

/* line 1406, resources/assets/styles/little-widgets/_little-widgets.scss */

.lw-choose .lw-btn:hover {
  color: var(--text-secondary);
}

/* line 1410, resources/assets/styles/little-widgets/_little-widgets.scss */

.lw-choose .lw-btn.lw-active {
  font-weight: 700;
  color: var(--theme-color);
}

/* line 1415, resources/assets/styles/little-widgets/_little-widgets.scss */

.lw-panel {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
}

/* line 1422, resources/assets/styles/little-widgets/_little-widgets.scss */

.lw-panel .lw-preview {
  width: 62px;
  margin-right: 20px;
  -ms-flex: 0 0 62px;
  -webkit-box-flex: 0;
          flex: 0 0 62px;
}

/* line 1429, resources/assets/styles/little-widgets/_little-widgets.scss */

.lw-panel .lw-group {
  -ms-flex: 1;
  -webkit-box-flex: 1;
          flex: 1;
}

/* line 1434, resources/assets/styles/little-widgets/_little-widgets.scss */

.lw-panel .lw-title {
  margin-bottom: 2px;
  font-size: 20px;
}

/* line 1439, resources/assets/styles/little-widgets/_little-widgets.scss */

.lw-panel > .lw-btn {
  margin-left: 20px;
}

/* line 1443, resources/assets/styles/little-widgets/_little-widgets.scss */

.lw-panel .lw-form {
  margin-left: 24px;
  -ms-flex: 0 0 415px;
  -webkit-box-flex: 0;
          flex: 0 0 415px;
}

/* line 1449, resources/assets/styles/little-widgets/_little-widgets.scss */

.lw-panel .lw-form .lw-input {
  border: 1px solid var(--border-color);
  -webkit-box-shadow: none;
          box-shadow: none;
}

/* line 1454, resources/assets/styles/little-widgets/_little-widgets.scss */

.lw-panel_sm .lw-preview {
  -ms-flex: 0 0 40px;
  -webkit-box-flex: 0;
          flex: 0 0 40px;
}

/* line 1459, resources/assets/styles/little-widgets/_little-widgets.scss */

.lw-panel_lg .lw-preview {
  -ms-flex: 0 0 80px;
  -webkit-box-flex: 0;
          flex: 0 0 80px;
}

/* line 1464, resources/assets/styles/little-widgets/_little-widgets.scss */

.lw-panel_center {
  padding-right: 60px;
  text-align: center;
}

/* line 1469, resources/assets/styles/little-widgets/_little-widgets.scss */

.lw-panel_arrow {
  position: relative;
  padding-right: 40px;
}

/* line 1474, resources/assets/styles/little-widgets/_little-widgets.scss */

.lw-panel_arrow:after {
  content: '';
  position: absolute;
  top: calc(50% - 9px);
  right: 15px;
  width: 11px;
  height: 18px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMSIgaGVpZ2h0PSIxOCIgdmlld0JveD0iMCAwIDExIDE4Ij4gIDxwb2x5Z29uIGZpbGw9IiMyRjJFMzUiIHBvaW50cz0iNTAyIDUyLjg4NSA1MDguNzk5IDQ2IDUwMiAzOS4xMTUgNTA0LjA5MyAzNyA1MTMgNDYgNTA0LjA5MyA1NSIgb3BhY2l0eT0iLjQiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC01MDIgLTM3KSIvPjwvc3ZnPg==);
  background-size: contain;
  background-repeat: no-repeat;
}

/* line 1486, resources/assets/styles/little-widgets/_little-widgets.scss */

.lw-panel_video .lw-preview {
  position: relative;
  -ms-flex: 0 0 124px;
  -webkit-box-flex: 0;
          flex: 0 0 124px;
}

/* line 1492, resources/assets/styles/little-widgets/_little-widgets.scss */

.lw-panel_video .lw-pic {
  border-radius: 4px;
}

/* line 1496, resources/assets/styles/little-widgets/_little-widgets.scss */

.lw-panel_video .lw-play {
  position: absolute;
  top: calc(50% - 23px);
  left: calc(50% - 23px);
}

/* line 1502, resources/assets/styles/little-widgets/_little-widgets.scss */

.lw-panel_video .lw-title {
  margin-bottom: 8px;
}

/* line 1506, resources/assets/styles/little-widgets/_little-widgets.scss */

.lw-panel_video .lw-font-normal {
  color: var(--text-secondary);
}

/* line 1510, resources/assets/styles/little-widgets/_little-widgets.scss */

.lw-panel_video .lw-content {
  font-size: 16px;
}

/* line 1514, resources/assets/styles/little-widgets/_little-widgets.scss */

.lw-field {
  position: relative;
  margin-bottom: 12px;
}

/* line 1519, resources/assets/styles/little-widgets/_little-widgets.scss */

.lw-field_connected .lw-input {
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid var(--border-color);
}

/* line 1525, resources/assets/styles/little-widgets/_little-widgets.scss */

.lw-field_connected .lw-input:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

/* line 1530, resources/assets/styles/little-widgets/_little-widgets.scss */

.lw-field_connected .lw-input:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

/* line 1535, resources/assets/styles/little-widgets/_little-widgets.scss */

.lw-field_connected .lw-input:not(:last-child) {
  margin-bottom: -1px;
}

/* line 1539, resources/assets/styles/little-widgets/_little-widgets.scss */

.lw-field_email-phone {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

/* line 1546, resources/assets/styles/little-widgets/_little-widgets.scss */

.lw-field_email-phone .lw-input,
.lw-field_email-phone .lw-select {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid var(--border-color);
}

/* line 1552, resources/assets/styles/little-widgets/_little-widgets.scss */

.lw-field_email-phone .lw-input:first-child {
  margin-bottom: -1px;
  border-radius: 4px 4px 0 0;
  -ms-flex: 0 0 100%;
  -webkit-box-flex: 0;
          flex: 0 0 100%;
}

/* line 1559, resources/assets/styles/little-widgets/_little-widgets.scss */

.lw-field_email-phone .lw-input:last-child {
  margin-left: -1px;
  border-radius: 0 0 4px;
  -ms-flex: 0 0 calc(100% - 72px);
  -webkit-box-flex: 0;
          flex: 0 0 calc(100% - 72px);
}

/* line 1566, resources/assets/styles/little-widgets/_little-widgets.scss */

.lw-field_email-phone .lw-select {
  border-radius: 0 0 0 4px;
  -ms-flex: 0 0 73px;
  -webkit-box-flex: 0;
          flex: 0 0 73px;
}

/* line 1572, resources/assets/styles/little-widgets/_little-widgets.scss */

.lw-field_phone {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
}

/* line 1577, resources/assets/styles/little-widgets/_little-widgets.scss */

.lw-field_phone .lw-select,
.lw-field_phone .lw-input {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid var(--border-color);
}

/* line 1583, resources/assets/styles/little-widgets/_little-widgets.scss */

.lw-field_phone .lw-select {
  border-radius: 4px 0 0 4px;
  -ms-flex: 0 0 73px;
  -webkit-box-flex: 0;
          flex: 0 0 73px;
}

/* line 1589, resources/assets/styles/little-widgets/_little-widgets.scss */

.lw-field_phone .lw-input {
  margin-left: -1px;
  border-radius: 0 0 4px;
  -ms-flex: 0 0 calc(100% - 74px);
  -webkit-box-flex: 0;
          flex: 0 0 calc(100% - 74px);
}

/* line 1596, resources/assets/styles/little-widgets/_little-widgets.scss */

.lw-field_birthday .lw-group {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
}

/* line 1601, resources/assets/styles/little-widgets/_little-widgets.scss */

.lw-field_birthday .lw-input {
  margin-right: 10px;
  -ms-flex: 0 0 64px;
  -webkit-box-flex: 0;
          flex: 0 0 64px;
}

/* line 1607, resources/assets/styles/little-widgets/_little-widgets.scss */

.lw-label {
  margin-bottom: 7px;
  font-size: 13px;
  color: var(--text-secondary);
}

/* line 1613, resources/assets/styles/little-widgets/_little-widgets.scss */

.lw-input,
.lw-textarea,
.lw-select {
  position: relative;
  width: 100%;
  font-size: 18px;
  border: none;
  border-radius: 4px;
  -webkit-box-shadow: 0 3px 5px 0 rgba(37, 39, 44, 0.05), 0 1px 3px 0 rgba(37, 39, 44, 0.06);
          box-shadow: 0 3px 5px 0 rgba(37, 39, 44, 0.05), 0 1px 3px 0 rgba(37, 39, 44, 0.06);
}

/* line 1622, resources/assets/styles/little-widgets/_little-widgets.scss */

.lw-input:focus,
.lw-textarea:focus,
.lw-select:focus {
  z-index: 2;
}

/* line 1626, resources/assets/styles/little-widgets/_little-widgets.scss */

.lw-input,
.lw-select {
  height: 46px;
  padding: 0 15px;
}

/* line 1631, resources/assets/styles/little-widgets/_little-widgets.scss */

.lw-input,
.lw-textarea {
  font-weight: 600;
  color: var(--text-primary);
}

/* line 1636, resources/assets/styles/little-widgets/_little-widgets.scss */

.lw-input::-webkit-input-placeholder,
.lw-textarea::-webkit-input-placeholder {
  font-weight: 400;
  color: rgba(0, 0, 0, 0.4);
}

/* line 1641, resources/assets/styles/little-widgets/_little-widgets.scss */

.lw-input:-ms-input-placeholder,
.lw-textarea:-ms-input-placeholder {
  font-weight: 400;
  color: rgba(0, 0, 0, 0.4);
}

/* line 1646, resources/assets/styles/little-widgets/_little-widgets.scss */

.lw-input::-webkit-input-placeholder,
.lw-textarea::-webkit-input-placeholder {
  font-weight: 400;
  color: rgba(0, 0, 0, 0.4);
}

.lw-input::-moz-placeholder,
.lw-textarea::-moz-placeholder {
  font-weight: 400;
  color: rgba(0, 0, 0, 0.4);
}

.lw-input::-ms-input-placeholder,
.lw-textarea::-ms-input-placeholder {
  font-weight: 400;
  color: rgba(0, 0, 0, 0.4);
}

.lw-input::placeholder,
.lw-textarea::placeholder {
  font-weight: 400;
  color: rgba(0, 0, 0, 0.4);
}

/* line 1651, resources/assets/styles/little-widgets/_little-widgets.scss */

.lw-input_radius {
  border-radius: 4px;
}

/* line 1655, resources/assets/styles/little-widgets/_little-widgets.scss */

.lw-input_clear {
  background: none;
  border: none;
}

/* line 1660, resources/assets/styles/little-widgets/_little-widgets.scss */

.lw-input_subscribe_foot {
  height: 60px;
  padding: 0 20px;
  background: none;
  border: none;
}

/* line 1667, resources/assets/styles/little-widgets/_little-widgets.scss */

.lw-input_code {
  border: 1px dashed var(--text-primary);
}

/* line 1671, resources/assets/styles/little-widgets/_little-widgets.scss */

.lw-textarea {
  display: block;
  height: 136px;
  padding: 10px 15px;
  resize: none;
}

/* line 1678, resources/assets/styles/little-widgets/_little-widgets.scss */

.lw-select {
  background-color: white;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMCIgaGVpZ2h0PSI1IiB2aWV3Qm94PSIwIDAgMTAgNSI+ICA8cG9seWdvbiBmaWxsPSIjMUIxQjFEIiBwb2ludHM9IjQ5MyAyMiA0OTggMjcgNTAzIDIyIiBvcGFjaXR5PSIuNCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTQ5MyAtMjIpIi8+PC9zdmc+);
  background-size: 10px 5px;
  background-position: calc(100% - 15px) 50%;
  background-repeat: no-repeat;
  color: var(--text-primary);
  font-weight: 600;
  cursor: pointer;
}

/* line 1689, resources/assets/styles/little-widgets/_little-widgets.scss */

.lw-icon {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  width: 46px;
  height: 46px;
  opacity: .2;
  z-index: 4;
}

/* line 1701, resources/assets/styles/little-widgets/_little-widgets.scss */

.lw-icon i {
  margin: auto;
}

/* line 1705, resources/assets/styles/little-widgets/_little-widgets.scss */

.lw-icon + .lw-input {
  padding-left: 46px;
}

/* line 1709, resources/assets/styles/little-widgets/_little-widgets.scss */

.lw-inline .lw-field {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  margin: 0;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
}

/* line 1717, resources/assets/styles/little-widgets/_little-widgets.scss */

.lw-inline .lw-field:not(:last-child) {
  border-bottom: 1px solid var(--border-color);
}

/* line 1721, resources/assets/styles/little-widgets/_little-widgets.scss */

.lw-inline .lw-label {
  margin: 0 20px 0 0;
  font-size: 18px;
  -ms-flex: 0 0 145px;
  -webkit-box-flex: 0;
          flex: 0 0 145px;
}

/* line 1728, resources/assets/styles/little-widgets/_little-widgets.scss */

.lw-inline .lw-group {
  -ms-flex: 0 0 calc(100% - 165px);
  -webkit-box-flex: 0;
          flex: 0 0 calc(100% - 165px);
}

/* line 1733, resources/assets/styles/little-widgets/_little-widgets.scss */

.lw-inline .lw-input,
.lw-inline .lw-textarea,
.lw-inline .lw-select {
  -webkit-box-shadow: none;
          box-shadow: none;
}

/* line 1739, resources/assets/styles/little-widgets/_little-widgets.scss */

.lw-form {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
}

/* line 1744, resources/assets/styles/little-widgets/_little-widgets.scss */

.lw-form .lw-field {
  margin: 0 10px 0 0;
  -ms-flex: 1;
  -webkit-box-flex: 1;
          flex: 1;
}

/* line 1750, resources/assets/styles/little-widgets/_little-widgets.scss */

.lw-form_connected {
  border-radius: 4px;
  background: white;
  -webkit-box-shadow: 0 3px 5px 0 rgba(37, 39, 44, 0.05), 0 1px 3px 0 rgba(37, 39, 44, 0.06);
          box-shadow: 0 3px 5px 0 rgba(37, 39, 44, 0.05), 0 1px 3px 0 rgba(37, 39, 44, 0.06);
}

/* line 1756, resources/assets/styles/little-widgets/_little-widgets.scss */

.lw-form_connected .lw-field {
  margin: 0;
}

/* line 1760, resources/assets/styles/little-widgets/_little-widgets.scss */

.lw-form_connected .lw-input {
  background: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

/* line 1765, resources/assets/styles/little-widgets/_little-widgets.scss */

.lw-form_connected .lw-btn {
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
  background: none;
  border-radius: 0 4px 4px 0;
  color: var(--theme-color);
}

/* line 1774, resources/assets/styles/little-widgets/_little-widgets.scss */

.lw-form_connected .lw-btn:hover {
  background: rgba(0, 0, 0, 0.08);
}

/* line 1778, resources/assets/styles/little-widgets/_little-widgets.scss */

.lw-form_connected .lw-btn:before {
  content: '';
  position: absolute;
  top: calc(50% - 15px);
  left: 0;
  width: 1px;
  height: 30px;
  background: var(--border-color);
}

/* line 1788, resources/assets/styles/little-widgets/_little-widgets.scss */

.lw-nav-link {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  font-size: 18px;
  font-weight: 700;
  color: var(--text-primary);
  -webkit-transition: color .2s, opacity .2s;
  -o-transition: color .2s, opacity .2s;
  transition: color .2s, opacity .2s;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
}

/* line 1799, resources/assets/styles/little-widgets/_little-widgets.scss */

.lw-nav-link:not(:last-child) {
  margin-bottom: 24px;
}

/* line 1803, resources/assets/styles/little-widgets/_little-widgets.scss */

.lw-nav-link:hover {
  color: var(--text-secondary);
}

/* line 1807, resources/assets/styles/little-widgets/_little-widgets.scss */

.lw-nav-link.lw-active,
.lw-nav-link.lw-active .lw-nav-icon {
  color: var(--theme-color);
}

/* line 1812, resources/assets/styles/little-widgets/_little-widgets.scss */

.lw-nav-icon {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  height: 20px;
  margin-right: 20px;
  color: var(--text-secondary);
  -ms-flex: 0 0 20px;
  -webkit-box-flex: 0;
          flex: 0 0 20px;
}

/* line 1822, resources/assets/styles/little-widgets/_little-widgets.scss */

.lw-nav-icon i {
  margin: auto;
  font-size: 20px;
}

/* line 1827, resources/assets/styles/little-widgets/_little-widgets.scss */

.lw-nav_lg .lw-nav-link {
  font-size: 24px;
}

/* line 1831, resources/assets/styles/little-widgets/_little-widgets.scss */

.lw-nav_lg .lw-nav-link:not(:last-child) {
  margin-bottom: 16px;
}

/* line 1835, resources/assets/styles/little-widgets/_little-widgets.scss */

.lw-menu {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  margin-bottom: 32px;
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}

/* line 1845, resources/assets/styles/little-widgets/_little-widgets.scss */

.lw-menu .lw-link {
  font-size: 20px;
  color: var(--text-secondary);
  line-height: 1.65;
  -webkit-transition: color .2s;
  -o-transition: color .2s;
  transition: color .2s;
}

/* line 1852, resources/assets/styles/little-widgets/_little-widgets.scss */

.lw-menu .lw-link:hover,
.lw-menu .lw-link.lw-active {
  color: var(--theme-color);
}

/* line 1856, resources/assets/styles/little-widgets/_little-widgets.scss */

.lw-posts {
  margin-bottom: 30px;
}

/* line 1860, resources/assets/styles/little-widgets/_little-widgets.scss */

.lw-posts .lw-link {
  display: block;
  margin-bottom: 18px;
  color: var(--text-secondary);
}

/* line 1866, resources/assets/styles/little-widgets/_little-widgets.scss */

.lw-posts .lw-link:hover {
  color: var(--text-secondary);
}

/* line 1870, resources/assets/styles/little-widgets/_little-widgets.scss */

.lw-posts .lw-title {
  margin-bottom: 4px;
  font-size: 18px;
  font-weight: 600;
  color: var(--theme-color);
}

/* line 1877, resources/assets/styles/little-widgets/_little-widgets.scss */

.lw-socials {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
}

/* line 1884, resources/assets/styles/little-widgets/_little-widgets.scss */

.lw-socials .lw-link {
  font-size: 0;
}

/* line 1888, resources/assets/styles/little-widgets/_little-widgets.scss */

.lw-socials .lw-link:not(:last-child) {
  margin-right: 25px;
}

/* line 1892, resources/assets/styles/little-widgets/_little-widgets.scss */

.lw-row {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
}

/* line 1897, resources/assets/styles/little-widgets/_little-widgets.scss */

.lw-row_middle {
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
}

/* line 1902, resources/assets/styles/little-widgets/_little-widgets.scss */

.lw-row_custom .lw-col:first-child {
  -ms-flex: 0 0 40%;
  -webkit-box-flex: 0;
          flex: 0 0 40%;
}

/* line 1907, resources/assets/styles/little-widgets/_little-widgets.scss */

.lw-row_custom .lw-col:last-child {
  -ms-flex: 0 0 60%;
  -webkit-box-flex: 0;
          flex: 0 0 60%;
}

/* line 1912, resources/assets/styles/little-widgets/_little-widgets.scss */

.lw-row_p {
  margin: 0 -10px;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
}

/* line 1918, resources/assets/styles/little-widgets/_little-widgets.scss */

.lw-row_p .lw-col {
  padding: 0 10px;
}

/* line 1922, resources/assets/styles/little-widgets/_little-widgets.scss */

.lw-col {
  -ms-flex: 0 0 50%;
  -webkit-box-flex: 0;
          flex: 0 0 50%;
}

/* line 1927, resources/assets/styles/little-widgets/_little-widgets.scss */

.lw-col_bg {
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  border-radius: 6px 0 0 6px;
}

/* line 1934, resources/assets/styles/little-widgets/_little-widgets.scss */

.lw-drop {
  position: absolute;
  right: 0;
  bottom: calc(100% + 20px);
  width: calc(100vw - 30px);
  max-width: 353px;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateY(-20px);
       -o-transform: translateY(-20px);
          transform: translateY(-20px);
  -webkit-transition: opacity .2s, visibility .2s, -webkit-transform .4s;
  transition: opacity .2s, visibility .2s, -webkit-transform .4s;
  -o-transition: opacity .2s, visibility .2s, -o-transform .4s;
  transition: opacity .2s, visibility .2s, transform .4s;
  transition: opacity .2s, visibility .2s, transform .4s, -webkit-transform .4s, -o-transform .4s;
}

/* line 1947, resources/assets/styles/little-widgets/_little-widgets.scss */

.lw-drop:after {
  content: '';
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  height: 22px;
  z-index: 2;
}

/* line 1957, resources/assets/styles/little-widgets/_little-widgets.scss */

.lw-drop.lw-visible {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
       -o-transform: translateY(0);
          transform: translateY(0);
}

/* line 1964, resources/assets/styles/little-widgets/_little-widgets.scss */

.lw-drop .lw-item {
  opacity: 1;
  -webkit-transform: none;
       -o-transform: none;
          transform: none;
  -webkit-animation: none;
       -o-animation: none;
          animation: none;
}

/* line 1971, resources/assets/styles/little-widgets/_little-widgets.scss */

.lw-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(77, 86, 108, 0.3);
  opacity: 0;
  -webkit-transition: opacity .4s;
  -o-transition: opacity .4s;
  transition: opacity .4s;
}

/* line 1982, resources/assets/styles/little-widgets/_little-widgets.scss */

.lw-widget {
  display: none;
  position: fixed;
  right: 0;
  bottom: 0;
  max-width: 100%;
  padding: 15px;
  font-size: 18px;
  line-height: 1.3333;
  -webkit-transition: background .2s .2s;
  -o-transition: background .2s .2s;
  transition: background .2s .2s;
  z-index: 7777777;
}

/* line 1995, resources/assets/styles/little-widgets/_little-widgets.scss */

.lw-widget_top {
  top: 0;
  bottom: auto;
}

/* line 2000, resources/assets/styles/little-widgets/_little-widgets.scss */

.lw-widget_left,
.lw-widget_left_middle {
  left: 0;
  right: auto;
}

/* line 2005, resources/assets/styles/little-widgets/_little-widgets.scss */

.lw-widget_left_middle {
  top: calc(50% - 100px);
  bottom: auto;
}

/* line 2010, resources/assets/styles/little-widgets/_little-widgets.scss */

.lw-widget_width_full {
  width: 100%;
}

/* line 2014, resources/assets/styles/little-widgets/_little-widgets.scss */

.lw-widget_no_padding {
  padding: 0;
}

/* line 2018, resources/assets/styles/little-widgets/_little-widgets.scss */

.lw-widget_fullscreen {
  top: 0;
  left: 0;
  overflow: auto;
}

/* line 2024, resources/assets/styles/little-widgets/_little-widgets.scss */

.lw-widget_fullscreen .lw-container {
  margin: auto;
  -webkit-perspective-origin: 50% 50%;
          perspective-origin: 50% 50%;
}

/* line 2029, resources/assets/styles/little-widgets/_little-widgets.scss */

.lw-widget_fullscreen .lw-item {
  max-height: none;
  overflow: visible;
}

/* line 2034, resources/assets/styles/little-widgets/_little-widgets.scss */

.lw-widget_top .lw-container .lw-drop {
  top: 0;
  bottom: auto;
}

/* line 2039, resources/assets/styles/little-widgets/_little-widgets.scss */

.lw-widget_top .lw-container .lw-drop:before {
  top: 19px;
  bottom: auto;
  -webkit-transform: rotate(-53deg);
       -o-transform: rotate(-53deg);
          transform: rotate(-53deg);
}

/* line 2046, resources/assets/styles/little-widgets/_little-widgets.scss */

.lw-widget_left .lw-container .lw-drop {
  left: 72px;
  right: auto;
}

/* line 2051, resources/assets/styles/little-widgets/_little-widgets.scss */

.lw-widget_left .lw-container .lw-drop:before {
  left: -20px;
  right: auto;
  bottom: 18px;
  -webkit-transform: rotate(-233deg);
       -o-transform: rotate(-233deg);
          transform: rotate(-233deg);
}

/* line 2059, resources/assets/styles/little-widgets/_little-widgets.scss */

.lw-widget_left .lw-container .lw-drop:after {
  left: -12px;
  right: 100%;
}

/* line 2064, resources/assets/styles/little-widgets/_little-widgets.scss */

.lw-widget_mat {
  background: var(--background-mat);
}

/* line 2068, resources/assets/styles/little-widgets/_little-widgets.scss */

.lw-widget_mat .lw-container {
  width: 100%;
  max-width: 100%;
  height: 100%;
}

/* line 2074, resources/assets/styles/little-widgets/_little-widgets.scss */

.lw-widget_mat .lw-item {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  width: 100%;
  height: 100%;
  max-height: 100%;
  background: var(--background-mat);
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

/* line 2085, resources/assets/styles/little-widgets/_little-widgets.scss */

.lw-widget_mat .lw-close {
  top: 20px;
  right: 20px;
}

/* line 2090, resources/assets/styles/little-widgets/_little-widgets.scss */

.lw-widget_mat .lw-wrap {
  max-width: 543px;
  margin: auto;
}

/* line 2095, resources/assets/styles/little-widgets/_little-widgets.scss */

.lw-widget_sidebar {
  padding: 0;
}

/* line 2099, resources/assets/styles/little-widgets/_little-widgets.scss */

.lw-widget_sidebar .lw-item {
  height: 100vh;
  max-height: 100%;
  border-radius: 0;
  -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
}

/* line 2106, resources/assets/styles/little-widgets/_little-widgets.scss */

.lw-widget_sidebar .lw-item.lw-animate {
  -webkit-animation: lw-sidebar .4s ease-out forwards;
       -o-animation: lw-sidebar .4s ease-out forwards;
          animation: lw-sidebar .4s ease-out forwards;
}

/* line 2110, resources/assets/styles/little-widgets/_little-widgets.scss */

.lw-widget_sidebar .lw-item.lw-animate-reverse {
  animation: lw-sidebar .4s ease-out forwards alternate-reverse;
}

/* line 2114, resources/assets/styles/little-widgets/_little-widgets.scss */

.lw-widget.lw-open {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  height: auto;
}

/* line 2120, resources/assets/styles/little-widgets/_little-widgets.scss */

.lw-widget.lw-animate .lw-overlay {
  opacity: 1;
}

/* line 2124, resources/assets/styles/little-widgets/_little-widgets.scss */

.lw-container {
  width: 100vw;
  max-width: 353px;
  -webkit-perspective: 100px;
          perspective: 100px;
  -webkit-perspective-origin: 50% 100%;
          perspective-origin: 50% 100%;
}

/* line 2131, resources/assets/styles/little-widgets/_little-widgets.scss */

.lw-container_lg {
  max-width: 737px;
}

/* line 2135, resources/assets/styles/little-widgets/_little-widgets.scss */

.lw-container_md {
  max-width: 543px;
}

/* line 2139, resources/assets/styles/little-widgets/_little-widgets.scss */

.lw-container_custom {
  max-width: 386px;
}

/* line 2143, resources/assets/styles/little-widgets/_little-widgets.scss */

.lw-container_sidebar {
  max-width: 280px;
}

/* line 2147, resources/assets/styles/little-widgets/_little-widgets.scss */

.lw-container_sm {
  max-width: 256px;
}

/* line 2151, resources/assets/styles/little-widgets/_little-widgets.scss */

.lw-container_width_auto {
  width: auto;
  max-width: none;
}

/* line 2156, resources/assets/styles/little-widgets/_little-widgets.scss */

.lw-container_width_full {
  width: 100%;
  max-width: 100%;
}

/* line 2161, resources/assets/styles/little-widgets/_little-widgets.scss */

.lw-container_center {
  margin: auto;
}

/* line 2165, resources/assets/styles/little-widgets/_little-widgets.scss */

.lw-container_center_bottom {
  max-width: 1112px;
  margin: auto auto 0;
}

/* line 2170, resources/assets/styles/little-widgets/_little-widgets.scss */

.lw-container_opinion {
  max-width: 346px;
}

/* line 2174, resources/assets/styles/little-widgets/_little-widgets.scss */

.lw-container_tools {
  max-width: 70px;
}

/* line 2178, resources/assets/styles/little-widgets/_little-widgets.scss */

.lw-container_app {
  max-width: 60px;
}

/* line 2182, resources/assets/styles/little-widgets/_little-widgets.scss */

.lw-container_circle .lw-item {
  max-height: calc(100vh - 110px);
}

/* line 2186, resources/assets/styles/little-widgets/_little-widgets.scss */

.lw-container_app > .lw-item {
  max-height: none;
  background: none;
  border-radius: 10px;
  overflow: visible;
}

/* line 2193, resources/assets/styles/little-widgets/_little-widgets.scss */

.lw-container_app .lw-drop {
  right: 72px;
  bottom: 0;
  z-index: 4;
}

/* line 2199, resources/assets/styles/little-widgets/_little-widgets.scss */

.lw-container_app .lw-drop:before {
  content: '';
  position: absolute;
  right: -20px;
  bottom: 16px;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 17px 13px 17px;
  border-color: transparent transparent white transparent;
  -webkit-transform: rotate(-130deg);
       -o-transform: rotate(-130deg);
          transform: rotate(-130deg);
  z-index: 1;
}

/* line 2214, resources/assets/styles/little-widgets/_little-widgets.scss */

.lw-container_app .lw-drop:after {
  top: 0;
  left: 100%;
  bottom: 0;
  right: -12px;
  height: auto;
}

/* line 2222, resources/assets/styles/little-widgets/_little-widgets.scss */

.lw-container_app .lw-btn {
  position: relative;
  z-index: 2;
}

/* line 2227, resources/assets/styles/little-widgets/_little-widgets.scss */

.lw-container_tools .lw-item {
  overflow: visible;
}

/* line 2231, resources/assets/styles/little-widgets/_little-widgets.scss */

.lw-item {
  position: relative;
  max-height: calc(100vh - 64px);
  background: white;
  -webkit-box-shadow: 0 11px 15px -7px rgba(0, 0, 0, 0.2), 0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 9px 46px 8px rgba(0, 0, 0, 0.12);
          box-shadow: 0 11px 15px -7px rgba(0, 0, 0, 0.2), 0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 9px 46px 8px rgba(0, 0, 0, 0.12);
  border-radius: 6px;
  opacity: 0;
  -webkit-transform: translate3d(0, 0, -100px);
          transform: translate3d(0, 0, -100px);
  overflow: auto;
}

/* line 2242, resources/assets/styles/little-widgets/_little-widgets.scss */

.lw-item_border {
  border-top: 3px solid var(--theme-color);
  border-radius: 3px 3px 6px 6px;
}

/* line 2247, resources/assets/styles/little-widgets/_little-widgets.scss */

.lw-item_shadow_1 {
  -webkit-box-shadow: 0 4px 24px 0 rgba(37, 38, 94, 0.1);
          box-shadow: 0 4px 24px 0 rgba(37, 38, 94, 0.1);
}

/* line 2251, resources/assets/styles/little-widgets/_little-widgets.scss */

.lw-item_shadow_2 {
  -webkit-box-shadow: 0 4px 15px 0 rgba(47, 46, 53, 0.15), 0 1px 2px 0 rgba(47, 46, 53, 0.01), 0 2px 3px 1px rgba(47, 46, 53, 0.05);
          box-shadow: 0 4px 15px 0 rgba(47, 46, 53, 0.15), 0 1px 2px 0 rgba(47, 46, 53, 0.01), 0 2px 3px 1px rgba(47, 46, 53, 0.05);
}

/* line 2255, resources/assets/styles/little-widgets/_little-widgets.scss */

.lw-item_shadow_3 {
  -webkit-box-shadow: 0 0 1px 0 rgba(71, 75, 86, 0.31), 0 20px 32px 0 rgba(71, 75, 86, 0.15);
          box-shadow: 0 0 1px 0 rgba(71, 75, 86, 0.31), 0 20px 32px 0 rgba(71, 75, 86, 0.15);
}

/* line 2259, resources/assets/styles/little-widgets/_little-widgets.scss */

.lw-item_shadow_4 {
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.05), 0 2px 10px 0 rgba(0, 0, 0, 0.14), 0 10px 26px 0 rgba(47, 46, 53, 0.3);
          box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.05), 0 2px 10px 0 rgba(0, 0, 0, 0.14), 0 10px 26px 0 rgba(47, 46, 53, 0.3);
}

/* line 2263, resources/assets/styles/little-widgets/_little-widgets.scss */

.lw-item_no_shadow {
  -webkit-box-shadow: none;
          box-shadow: none;
}

/* line 2267, resources/assets/styles/little-widgets/_little-widgets.scss */

.lw-item_no_radius {
  border-radius: 0;
}

/* line 2271, resources/assets/styles/little-widgets/_little-widgets.scss */

.lw-item + .lw-item {
  margin-top: 20px;
}

/* line 2275, resources/assets/styles/little-widgets/_little-widgets.scss */

.lw-item.lw-animate {
  -webkit-animation: lw-bounce .4s ease-out forwards;
       -o-animation: lw-bounce .4s ease-out forwards;
          animation: lw-bounce .4s ease-out forwards;
}

/* line 2279, resources/assets/styles/little-widgets/_little-widgets.scss */

.lw-item.lw-animate-reverse {
  animation: lw-bounce .4s ease-out forwards alternate-reverse;
}

/* line 2283, resources/assets/styles/little-widgets/_little-widgets.scss */

.lw-item.lw-visible {
  opacity: 1;
  -webkit-animation: none;
       -o-animation: none;
          animation: none;
  -webkit-transform: none;
       -o-transform: none;
          transform: none;
}

/* line 2290, resources/assets/styles/little-widgets/_little-widgets.scss */

.lw-item_bg {
  background: var(--background-color);
}

/* line 2294, resources/assets/styles/little-widgets/_little-widgets.scss */

.lw-item_bg .lw-online {
  border-color: var(--background-color);
}

/* line 2298, resources/assets/styles/little-widgets/_little-widgets.scss */

.lw-item_bg_image {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

/* line 2304, resources/assets/styles/little-widgets/_little-widgets.scss */

.lw-item_bg_image .lw-foot,
.lw-item_bg_image .lw-bb {
  border-color: rgba(255, 255, 255, 0.2);
}

/* line 2309, resources/assets/styles/little-widgets/_little-widgets.scss */

.lw-item_white {
  color: white;
}

/* line 2313, resources/assets/styles/little-widgets/_little-widgets.scss */

.lw-item_white .lw-foot .lw-btn,
.lw-item_white .lw-btn_simple,
.lw-item_white .lw-content,
.lw-item_white .lw-title,
.lw-item_white .lw-content,
.lw-item_white .lw-video {
  color: white;
}

/* line 2322, resources/assets/styles/little-widgets/_little-widgets.scss */

.lw-item_white .lw-foot .lw-btn:hover,
.lw-item_white .lw-btn_simple:hover,
.lw-item_white .lw-content:hover,
.lw-item_white .lw-title:hover,
.lw-item_white .lw-content:hover,
.lw-item_white .lw-video:hover {
  color: white;
}

/* line 2331, resources/assets/styles/little-widgets/_little-widgets.scss */

.lw-item_white .lw-content a {
  border-color: white;
  color: white;
}

/* line 2336, resources/assets/styles/little-widgets/_little-widgets.scss */

.lw-item_white .lw-content a:hover {
  border-color: transparent;
}

/* line 2340, resources/assets/styles/little-widgets/_little-widgets.scss */

.lw-item_white .lw-pic {
  fill: white;
}

/* line 2344, resources/assets/styles/little-widgets/_little-widgets.scss */

.lw-item:hover .lw-close {
  opacity: .7;
}

/* line 2348, resources/assets/styles/little-widgets/_little-widgets.scss */

.lw-item:hover .lw-close:hover {
  opacity: 1;
}

/* line 2352, resources/assets/styles/little-widgets/_little-widgets.scss */

.lw-item:hover .lw-close_circle {
  opacity: 1;
}

/* line 2356, resources/assets/styles/little-widgets/_little-widgets.scss */

.lw-item:hover .lw-drop_hover {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
       -o-transform: translateY(0);
          transform: translateY(0);
}

/* line 2363, resources/assets/styles/little-widgets/_little-widgets.scss */

.lw-hide {
  max-height: 0;
  opacity: 0;
  -webkit-transition: max-height .6s, opacity .6s;
  -o-transition: max-height .6s, opacity .6s;
  transition: max-height .6s, opacity .6s;
  overflow: hidden;
}

/* line 2370, resources/assets/styles/little-widgets/_little-widgets.scss */

.lw-hide .lw-wrap {
  padding-top: 0;
}

/* line 2374, resources/assets/styles/little-widgets/_little-widgets.scss */

.lw-hide .lw-btn {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

/* line 2378, resources/assets/styles/little-widgets/_little-widgets.scss */

.lw-item:hover .lw-hide {
  max-height: 500px;
  opacity: 1;
}

@-webkit-keyframes lw-bounce {
  0 {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, -100px);
            transform: translate3d(0, 0, -100px);
  }

  50% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 2px);
            transform: translate3d(0, 0, 2px);
  }

  70%, 100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@-o-keyframes lw-bounce {
  0 {
    opacity: 0;
    transform: translate3d(0, 0, -100px);
  }

  50% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }

  60% {
    opacity: 1;
    transform: translate3d(0, 0, 2px);
  }

  70%, 100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes lw-bounce {
  0 {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, -100px);
            transform: translate3d(0, 0, -100px);
  }

  50% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 2px);
            transform: translate3d(0, 0, 2px);
  }

  70%, 100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

/* line 2403, resources/assets/styles/little-widgets/_little-widgets.scss */

.lw-tutorial {
  padding-top: 5px;
}

/* line 2407, resources/assets/styles/little-widgets/_little-widgets.scss */

.lw-tutorial .lw-title,
.lw-tutorial .lw-content {
  margin-bottom: 25px;
}

/* line 2412, resources/assets/styles/little-widgets/_little-widgets.scss */

.lw-tutorial .lw-link {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  color: var(--theme-color);
}

/* line 2419, resources/assets/styles/little-widgets/_little-widgets.scss */

.lw-discount {
  padding: 30px;
}

/* line 2423, resources/assets/styles/little-widgets/_little-widgets.scss */

.lw-discount .lw-col:first-child {
  -ms-flex: 0 0 40%;
  -webkit-box-flex: 0;
          flex: 0 0 40%;
}

/* line 2428, resources/assets/styles/little-widgets/_little-widgets.scss */

.lw-discount .lw-col:last-child {
  text-align: center;
  -ms-flex: 0 0 60%;
  -webkit-box-flex: 0;
          flex: 0 0 60%;
}

/* line 2434, resources/assets/styles/little-widgets/_little-widgets.scss */

.lw-discount .lw-preview {
  padding-right: 30px;
}

/* line 2438, resources/assets/styles/little-widgets/_little-widgets.scss */

.lw-discount .lw-pic {
  margin: auto;
}

/* line 2442, resources/assets/styles/little-widgets/_little-widgets.scss */

.lw-discount .lw-content {
  margin-bottom: 20px;
}

/* line 2446, resources/assets/styles/little-widgets/_little-widgets.scss */

.lw-discount .lw-input {
  text-align: center;
}

/* line 2450, resources/assets/styles/little-widgets/_little-widgets.scss */

.lw-discount .lw-btn {
  width: 100%;
}

/* line 2454, resources/assets/styles/little-widgets/_little-widgets.scss */

.lw-product {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
}

/* line 2459, resources/assets/styles/little-widgets/_little-widgets.scss */

.lw-product .lw-preview {
  width: 120px;
  margin-right: 20px;
  -ms-flex: 0 0 120px;
  -webkit-box-flex: 0;
          flex: 0 0 120px;
}

/* line 2466, resources/assets/styles/little-widgets/_little-widgets.scss */

.lw-product .lw-pic {
  border-radius: 0;
}

/* line 2470, resources/assets/styles/little-widgets/_little-widgets.scss */

.lw-product .lw-group {
  max-width: calc(100% - 80px);
}

/* line 2474, resources/assets/styles/little-widgets/_little-widgets.scss */

.lw-price {
  margin-left: auto;
  padding: 1px 0 0 20px;
}

/* line 2479, resources/assets/styles/little-widgets/_little-widgets.scss */

.lw-actions {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

/* line 2486, resources/assets/styles/little-widgets/_little-widgets.scss */

.lw-actions .lw-content {
  margin-right: auto;
  padding-right: 16px;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

/* line 2494, resources/assets/styles/little-widgets/_little-widgets.scss */

.lw-actions_equal {
  margin: 0 -10px;
}

/* line 2498, resources/assets/styles/little-widgets/_little-widgets.scss */

.lw-actions_equal .lw-btn {
  margin: 0 10px;
  -ms-flex: 1;
  -webkit-box-flex: 1;
          flex: 1;
}

/* line 2504, resources/assets/styles/little-widgets/_little-widgets.scss */

.lw-checkout {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  min-height: 100%;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}

/* line 2512, resources/assets/styles/little-widgets/_little-widgets.scss */

.lw-checkout .lw-wrap {
  padding: 40px 50px;
}

/* line 2516, resources/assets/styles/little-widgets/_little-widgets.scss */

.lw-checkout .lw-wrap:last-child {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  padding: 20px 50px;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
}

/* line 2524, resources/assets/styles/little-widgets/_little-widgets.scss */

.lw-checkout .lw-row {
  margin: 0 -6px;
}

/* line 2528, resources/assets/styles/little-widgets/_little-widgets.scss */

.lw-checkout .lw-col {
  padding: 0 6px;
}

/* line 2532, resources/assets/styles/little-widgets/_little-widgets.scss */

.lw-checkout .lw-col .lw-content {
  padding-top: 5px;
  text-align: right;
}

/* line 2537, resources/assets/styles/little-widgets/_little-widgets.scss */

.lw-checkout .lw-title {
  font-size: 20px;
}

/* line 2541, resources/assets/styles/little-widgets/_little-widgets.scss */

.lw-checkout .lw-content {
  font-size: 14px;
}

/* line 2545, resources/assets/styles/little-widgets/_little-widgets.scss */

.lw-checkout .lw-checkbox {
  font-size: 16px;
  color: var(--text-secondary);
}

/* line 2550, resources/assets/styles/little-widgets/_little-widgets.scss */

.lw-coupon {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
}

/* line 2559, resources/assets/styles/little-widgets/_little-widgets.scss */

.lw-coupon .lw-title {
  margin: 0 12px 0 0;
  font-size: 18px;
  text-transform: uppercase;
}

/* line 2565, resources/assets/styles/little-widgets/_little-widgets.scss */

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

/* line 2569, resources/assets/styles/little-widgets/_little-widgets.scss */

.lw-bar .lw-title {
  margin: 0 30px 0 0;
}

/* line 2573, resources/assets/styles/little-widgets/_little-widgets.scss */

.lw-bar .lw-actions {
  margin-left: auto;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

/* line 2579, resources/assets/styles/little-widgets/_little-widgets.scss */

.lw-bar .lw-btn {
  margin-left: 10px;
}

/* line 2583, resources/assets/styles/little-widgets/_little-widgets.scss */

.lw-bar_flex {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  text-align: left;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
}

/* line 2591, resources/assets/styles/little-widgets/_little-widgets.scss */

.lw-guide .lw-row {
  margin-bottom: 20px;
}

/* line 2595, resources/assets/styles/little-widgets/_little-widgets.scss */

.lw-mw {
  max-width: 460px;
  margin: 0 auto;
}

/* line 2600, resources/assets/styles/little-widgets/_little-widgets.scss */

.lw-ma {
  margin: auto;
}

/* line 2604, resources/assets/styles/little-widgets/_little-widgets.scss */

.lw-mr-a {
  margin-right: auto;
}

/* line 2608, resources/assets/styles/little-widgets/_little-widgets.scss */

.lw-ml-a {
  margin-left: auto;
}

/* line 2612, resources/assets/styles/little-widgets/_little-widgets.scss */

.lw-mb {
  margin-bottom: 20px;
}

/* line 2616, resources/assets/styles/little-widgets/_little-widgets.scss */

.lw-mb-xs {
  margin-bottom: 8px;
}

/* line 2620, resources/assets/styles/little-widgets/_little-widgets.scss */

.lw-mb-sm {
  margin-bottom: 16px;
}

/* line 2624, resources/assets/styles/little-widgets/_little-widgets.scss */

.lw-mb-md {
  margin-bottom: 30px;
}

/* line 2628, resources/assets/styles/little-widgets/_little-widgets.scss */

.lw-mb-lg {
  margin-bottom: 40px;
}

/* line 2632, resources/assets/styles/little-widgets/_little-widgets.scss */

.lw-mt {
  margin-top: 20px;
}

/* line 2636, resources/assets/styles/little-widgets/_little-widgets.scss */

.lw-mt-xs {
  margin-top: 8px;
}

/* line 2640, resources/assets/styles/little-widgets/_little-widgets.scss */

.lw-mt-sm {
  margin-top: 16px;
}

/* line 2644, resources/assets/styles/little-widgets/_little-widgets.scss */

.lw-mt-md {
  margin-top: 30px;
}

/* line 2648, resources/assets/styles/little-widgets/_little-widgets.scss */

.lw-mt-lg {
  margin-top: 40px;
}

/* line 2652, resources/assets/styles/little-widgets/_little-widgets.scss */

.lw-p {
  padding: 30px;
}

/* line 2656, resources/assets/styles/little-widgets/_little-widgets.scss */

.lw-p-b {
  padding-bottom: 30px;
}

/* line 2660, resources/assets/styles/little-widgets/_little-widgets.scss */

.lw-p-y {
  padding-top: 30px;
  padding-bottom: 30px;
}

/* line 2665, resources/assets/styles/little-widgets/_little-widgets.scss */

.lw-p-y-sm {
  padding-top: 15px;
  padding-bottom: 15px;
}

/* line 2670, resources/assets/styles/little-widgets/_little-widgets.scss */

.lw-p-x {
  padding-left: 30px;
  padding-right: 30px;
}

/* line 2675, resources/assets/styles/little-widgets/_little-widgets.scss */

.lw-p-x-2 {
  padding-left: 60px;
  padding-right: 60px;
}

/* line 2680, resources/assets/styles/little-widgets/_little-widgets.scss */

.lw-p-sm {
  padding: 15px;
}

/* line 2684, resources/assets/styles/little-widgets/_little-widgets.scss */

.lw-p-lg {
  padding: 45px;
}

/* line 2688, resources/assets/styles/little-widgets/_little-widgets.scss */

.lw-pr {
  padding-right: 30px;
}

/* line 2692, resources/assets/styles/little-widgets/_little-widgets.scss */

.lw-pl {
  padding-left: 30px;
}

/* line 2696, resources/assets/styles/little-widgets/_little-widgets.scss */

.lw-bg-white {
  background: white;
}

/* line 2700, resources/assets/styles/little-widgets/_little-widgets.scss */

.lw-bt {
  border-top: 1px solid var(--border-color);
}

/* line 2704, resources/assets/styles/little-widgets/_little-widgets.scss */

.lw-bb {
  border-bottom: 1px solid var(--border-color);
}

/* line 2708, resources/assets/styles/little-widgets/_little-widgets.scss */

.lw-font-normal {
  font-weight: 400;
}

/* line 2712, resources/assets/styles/little-widgets/_little-widgets.scss */

.lw-font-uppercase {
  text-transform: uppercase;
}

@media only screen and (max-width: 1023px) {
  /* line 2717, resources/assets/styles/little-widgets/_little-widgets.scss */

  .lw-close {
    opacity: 1;
  }

  /* line 2720, resources/assets/styles/little-widgets/_little-widgets.scss */

  .lw-tablet-hide {
    display: none !important;
  }
}

@media only screen and (max-width: 767px) {
  /* line 2726, resources/assets/styles/little-widgets/_little-widgets.scss */

  .lw-btn-answer {
    display: block;
  }

  /* line 2729, resources/assets/styles/little-widgets/_little-widgets.scss */

  .lw-btn_flex {
    display: block;
    text-align: left;
  }

  /* line 2733, resources/assets/styles/little-widgets/_little-widgets.scss */

  .lw-preview_custom {
    height: 276px;
    margin-bottom: 20px;
    padding: 0;
  }

  /* line 2738, resources/assets/styles/little-widgets/_little-widgets.scss */

  .lw-preview_custom .lw-pic {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }

  /* line 2743, resources/assets/styles/little-widgets/_little-widgets.scss */

  .lw-preview_contain .lw-pic {
    -o-object-fit: contain;
       object-fit: contain;
  }

  /* line 2746, resources/assets/styles/little-widgets/_little-widgets.scss */

  .lw-vote-item {
    margin-top: -1px;
    -ms-flex: 0 0 33.33%;
    -webkit-box-flex: 0;
            flex: 0 0 33.33%;
  }

  /* line 2751, resources/assets/styles/little-widgets/_little-widgets.scss */

  .lw-vote-item:nth-child(3n) {
    -ms-flex: 0 0 33.34%;
    -webkit-box-flex: 0;
            flex: 0 0 33.34%;
  }

  /* line 2755, resources/assets/styles/little-widgets/_little-widgets.scss */

  .lw-foot_flex .lw-btn:not(:last-child) {
    border-width: 0 0 1px;
  }

  /* line 2758, resources/assets/styles/little-widgets/_little-widgets.scss */

  .lw-foot_flex .lw-btn {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
  }

  /* line 2762, resources/assets/styles/little-widgets/_little-widgets.scss */

  .lw-foot_flex .lw-btn,
  .lw-foot_flex .lw-btn:first-child {
    border-radius: 0;
  }

  /* line 2765, resources/assets/styles/little-widgets/_little-widgets.scss */

  .lw-foot_flex .lw-btn:last-child {
    border-radius: 0 0 6px 6px;
  }

  /* line 2768, resources/assets/styles/little-widgets/_little-widgets.scss */

  .lw-slider {
    padding: 0;
  }

  /* line 2771, resources/assets/styles/little-widgets/_little-widgets.scss */

  .lw-dots {
    position: static;
    margin: 16px 0 -8px;
    -webkit-transform: none;
         -o-transform: none;
            transform: none;
  }

  /* line 2777, resources/assets/styles/little-widgets/_little-widgets.scss */

  .lw-panel {
    display: block;
  }

  /* line 2780, resources/assets/styles/little-widgets/_little-widgets.scss */

  .lw-panel .lw-preview {
    margin: 0 20px 20px 0;
  }

  /* line 2783, resources/assets/styles/little-widgets/_little-widgets.scss */

  .lw-panel > .lw-btn {
    margin: 16px 0 0;
  }

  /* line 2786, resources/assets/styles/little-widgets/_little-widgets.scss */

  .lw-panel .lw-form {
    margin: 20px 0 0;
  }

  /* line 2789, resources/assets/styles/little-widgets/_little-widgets.scss */

  .lw-panel_center {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
  }

  /* line 2793, resources/assets/styles/little-widgets/_little-widgets.scss */

  .lw-panel_center .lw-preview {
    margin-bottom: 0;
  }

  /* line 2796, resources/assets/styles/little-widgets/_little-widgets.scss */

  .lw-panel_arrow {
    padding-right: 50px;
  }

  /* line 2799, resources/assets/styles/little-widgets/_little-widgets.scss */

  .lw-panel_arrow:before {
    content: '';
    position: absolute;
    top: -20px;
    right: 39px;
    bottom: -20px;
    width: 1px;
    background: var(--border-color);
  }

  /* line 2808, resources/assets/styles/little-widgets/_little-widgets.scss */

  .lw-panel_arrow:after {
    right: 5px;
  }

  /* line 2811, resources/assets/styles/little-widgets/_little-widgets.scss */

  .lw-inline .lw-field:not(:last-child) {
    margin-bottom: 16px;
    border: none;
  }

  /* line 2815, resources/assets/styles/little-widgets/_little-widgets.scss */

  .lw-inline .lw-field {
    display: block;
  }

  /* line 2818, resources/assets/styles/little-widgets/_little-widgets.scss */

  .lw-inline .lw-label {
    margin: 0 0 4px;
  }

  /* line 2821, resources/assets/styles/little-widgets/_little-widgets.scss */

  .lw-inline .lw-input,
  .lw-inline .lw-textarea,
  .lw-inline .lw-select {
    border: 1px solid var(--border-color);
  }

  /* line 2826, resources/assets/styles/little-widgets/_little-widgets.scss */

  .lw-form {
    display: block;
  }

  /* line 2829, resources/assets/styles/little-widgets/_little-widgets.scss */

  .lw-form .lw-field {
    margin: 0 0 12px;
  }

  /* line 2832, resources/assets/styles/little-widgets/_little-widgets.scss */

  .lw-form .lw-btn {
    width: 100%;
  }

  /* line 2835, resources/assets/styles/little-widgets/_little-widgets.scss */

  .lw-form_connected .lw-field {
    margin: 0;
  }

  /* line 2838, resources/assets/styles/little-widgets/_little-widgets.scss */

  .lw-form_connected .lw-input {
    text-align: center;
  }

  /* line 2841, resources/assets/styles/little-widgets/_little-widgets.scss */

  .lw-form_connected .lw-btn {
    border-radius: 0 0 4px 4px;
    border-top: 1px solid var(--border-color);
  }

  /* line 2845, resources/assets/styles/little-widgets/_little-widgets.scss */

  .lw-row {
    display: block;
  }

  /* line 2848, resources/assets/styles/little-widgets/_little-widgets.scss */

  .lw-col_bg {
    height: 200px;
    border-radius: 6px 6px 0 0;
  }

  /* line 2852, resources/assets/styles/little-widgets/_little-widgets.scss */

  .lw-widget {
    width: 100%;
    height: 100%;
    padding: 10px;
    overflow: auto;
  }

  /* line 2858, resources/assets/styles/little-widgets/_little-widgets.scss */

  .lw-widget_left_middle {
    top: 0;
  }

  /* line 2861, resources/assets/styles/little-widgets/_little-widgets.scss */

  .lw-widget_no_padding {
    padding: 0;
  }

  /* line 2864, resources/assets/styles/little-widgets/_little-widgets.scss */

  .lw-widget_left_middle .lw-container {
    width: auto;
    margin: auto auto auto 0;
  }

  /* line 2868, resources/assets/styles/little-widgets/_little-widgets.scss */

  .lw-widget_fullscreen .lw-container {
    margin: auto auto 0;
  }

  /* line 2871, resources/assets/styles/little-widgets/_little-widgets.scss */

  .lw-widget_top .lw-container {
    margin-top: 0;
    margin-bottom: auto;
  }

  /* line 2875, resources/assets/styles/little-widgets/_little-widgets.scss */

  .lw-widget_left .lw-container {
    margin-left: 0;
    margin-right: auto;
  }

  /* line 2879, resources/assets/styles/little-widgets/_little-widgets.scss */

  .lw-widget_mat .lw-close {
    top: 10px;
    right: 10px;
  }

  /* line 2883, resources/assets/styles/little-widgets/_little-widgets.scss */

  .lw-widget_sidebar {
    padding: 0;
  }

  /* line 2886, resources/assets/styles/little-widgets/_little-widgets.scss */

  .lw-widget_sidebar .lw-item {
    height: auto;
    min-height: 100vh;
    max-height: none;
  }

  /* line 2891, resources/assets/styles/little-widgets/_little-widgets.scss */

  .lw-container {
    max-width: 100%;
    margin: auto auto 0;
  }

  /* line 2895, resources/assets/styles/little-widgets/_little-widgets.scss */

  .lw-container_sidebar {
    max-width: 280px;
    margin: 0 0 0 auto;
  }

  /* line 2899, resources/assets/styles/little-widgets/_little-widgets.scss */

  .lw-container_sm {
    max-width: calc(100vw - 20px);
  }

  /* line 2902, resources/assets/styles/little-widgets/_little-widgets.scss */

  .lw-container_width_auto {
    width: 100%;
  }

  /* line 2905, resources/assets/styles/little-widgets/_little-widgets.scss */

  .lw-container_tools {
    max-width: 70px;
    margin: auto 0 0 auto;
  }

  /* line 2909, resources/assets/styles/little-widgets/_little-widgets.scss */

  .lw-container_app {
    max-width: 60px;
    margin: auto 0 0 auto;
  }

  /* line 2913, resources/assets/styles/little-widgets/_little-widgets.scss */

  .lw-container_circle {
    width: auto;
    margin: auto 0 0 auto;
  }

  /* line 2917, resources/assets/styles/little-widgets/_little-widgets.scss */

  .lw-container_app .lw-drop {
    max-width: calc(100vw - 92px);
  }

  /* line 2920, resources/assets/styles/little-widgets/_little-widgets.scss */

  .lw-item {
    max-height: none;
    overflow: visible;
  }

  /* line 2924, resources/assets/styles/little-widgets/_little-widgets.scss */

  .lw-product {
    display: block;
  }

  /* line 2927, resources/assets/styles/little-widgets/_little-widgets.scss */

  .lw-product .lw-preview {
    margin-bottom: 20px;
  }

  /* line 2930, resources/assets/styles/little-widgets/_little-widgets.scss */

  .lw-product .lw-group {
    max-width: 100%;
  }

  /* line 2933, resources/assets/styles/little-widgets/_little-widgets.scss */

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

  /* line 2936, resources/assets/styles/little-widgets/_little-widgets.scss */

  .lw-product_cart .lw-preview {
    margin: 0 auto 20px;
  }

  /* line 2939, resources/assets/styles/little-widgets/_little-widgets.scss */

  .lw-price {
    margin: 12px 0 0;
    padding: 0;
  }

  /* line 2943, resources/assets/styles/little-widgets/_little-widgets.scss */

  .lw-actions {
    display: block;
  }

  /* line 2946, resources/assets/styles/little-widgets/_little-widgets.scss */

  .lw-actions .lw-content {
    margin: 0 0 16px;
    padding: 0;
    text-align: center;
  }

  /* line 2951, resources/assets/styles/little-widgets/_little-widgets.scss */

  .lw-actions .lw-btn {
    width: 100%;
    margin: 0;
  }

  /* line 2955, resources/assets/styles/little-widgets/_little-widgets.scss */

  .lw-actions .lw-btn:not(:last-child) {
    margin-bottom: 12px;
  }

  /* line 2958, resources/assets/styles/little-widgets/_little-widgets.scss */

  .lw-actions_equal {
    margin: 0;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }

  /* line 2963, resources/assets/styles/little-widgets/_little-widgets.scss */

  .lw-checkout .lw-wrap {
    padding: 20px;
  }

  /* line 2966, resources/assets/styles/little-widgets/_little-widgets.scss */

  .lw-checkout .lw-wrap:last-child {
    padding: 20px;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }

  /* line 2971, resources/assets/styles/little-widgets/_little-widgets.scss */

  .lw-checkout .lw-btn {
    width: 100%;
  }

  /* line 2974, resources/assets/styles/little-widgets/_little-widgets.scss */

  .lw-checkout .lw-btn:first-child {
    margin-top: 20px;
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
            order: 2;
  }

  /* line 2979, resources/assets/styles/little-widgets/_little-widgets.scss */

  .lw-checkout .lw-btn:last-child {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
            order: 1;
  }

  /* line 2983, resources/assets/styles/little-widgets/_little-widgets.scss */

  .lw-checkout .lw-col .lw-content {
    margin: -8px 0 16px;
    text-align: left;
  }

  /* line 2987, resources/assets/styles/little-widgets/_little-widgets.scss */

  .lw-coupon {
    display: block;
    text-align: center;
  }

  /* line 2991, resources/assets/styles/little-widgets/_little-widgets.scss */

  .lw-coupon .lw-title {
    margin: 0 0 12px;
  }

  /* line 2994, resources/assets/styles/little-widgets/_little-widgets.scss */

  .lw-bar .lw-title {
    margin: 0;
  }

  /* line 2997, resources/assets/styles/little-widgets/_little-widgets.scss */

  .lw-bar .lw-actions {
    margin-top: 20px;
  }

  /* line 3000, resources/assets/styles/little-widgets/_little-widgets.scss */

  .lw-bar .lw-btn {
    width: 100%;
    margin: 0;
  }

  /* line 3004, resources/assets/styles/little-widgets/_little-widgets.scss */

  .lw-bar_flex {
    display: block;
  }

  /* line 3007, resources/assets/styles/little-widgets/_little-widgets.scss */

  .lw-guide .lw-col {
    margin-bottom: 32px;
  }

  /* line 3010, resources/assets/styles/little-widgets/_little-widgets.scss */

  .lw-guide .lw-actions {
    display: block;
  }

  /* line 3013, resources/assets/styles/little-widgets/_little-widgets.scss */

  .lw-guide .lw-btn:last-child {
    margin-top: 12px;
  }

  /* line 3016, resources/assets/styles/little-widgets/_little-widgets.scss */

  .lw-mb-lg {
    margin-bottom: 20px;
  }

  /* line 3019, resources/assets/styles/little-widgets/_little-widgets.scss */

  .lw-mt-lg {
    margin-top: 20px;
  }

  /* line 3022, resources/assets/styles/little-widgets/_little-widgets.scss */

  .lw-p {
    padding: 20px;
  }

  /* line 3025, resources/assets/styles/little-widgets/_little-widgets.scss */

  .lw-p-y-sm {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  /* line 3029, resources/assets/styles/little-widgets/_little-widgets.scss */

  .lw-p-x {
    padding-left: 20px;
    padding-right: 20px;
  }

  /* line 3033, resources/assets/styles/little-widgets/_little-widgets.scss */

  .lw-p-x-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  /* line 3037, resources/assets/styles/little-widgets/_little-widgets.scss */

  .lw-p-sm {
    padding: 20px;
  }

  /* line 3040, resources/assets/styles/little-widgets/_little-widgets.scss */

  .lw-p-lg {
    padding: 20px;
  }

  /* line 3043, resources/assets/styles/little-widgets/_little-widgets.scss */

  .lw-pr {
    padding-right: 20px;
  }

  /* line 3046, resources/assets/styles/little-widgets/_little-widgets.scss */

  .lw-pl {
    padding-right: 20px;
  }

  /* line 3049, resources/assets/styles/little-widgets/_little-widgets.scss */

  .lw-mobile-hide {
    display: none !important;
  }
}

/* line 3, resources/assets/styles/little-widgets/_little-widgets-custom.scss */

.lw-widget .lw-container {
  max-width: 14rem;
}

/* line 7, resources/assets/styles/little-widgets/_little-widgets-custom.scss */

.lw-widget .lw-item {
  background-color: #131e1f;
}

/* line 11, resources/assets/styles/little-widgets/_little-widgets-custom.scss */

.lw-widget .lw-title {
  font-family: brownpro;
  font-weight: bold;
  font-size: 1.39rem;
  line-height: 1.55rem;
  color: #ffc709;
}

/* line 19, resources/assets/styles/little-widgets/_little-widgets-custom.scss */

.lw-widget .lw-close {
  font-size: 1.3rem;
  color: white;
  padding-right: 0.5rem;
  margin-top: -0.2rem;
}

/* line 27, resources/assets/styles/little-widgets/_little-widgets-custom.scss */

.lw-widget .lw-button a:link,
.lw-widget .lw-button a:hover,
.lw-widget .lw-button a:focus,
.lw-widget .lw-button a:visited,
.lw-widget .lw-button a:active {
  font-size: 0.9rem;
  line-height: 25px;
  font-weight: normal;
  color: white;
}

/* line 37, resources/assets/styles/little-widgets/_little-widgets-custom.scss */

.lw-widget .lw-video .lw-video__wrap div {
  display: inline-block;
}

/* line 41, resources/assets/styles/little-widgets/_little-widgets-custom.scss */

.lw-widget .lw-video .lw-video__wrap div.lw-video__title {
  position: relative;
  vertical-align: top;
  padding-top: 0.25rem;
}

/* line 47, resources/assets/styles/little-widgets/_little-widgets-custom.scss */

.lw-widget .lw-video .lw-video__wrap div.lw-play {
  width: 30px;
  height: 30px;
}

/* line 52, resources/assets/styles/little-widgets/_little-widgets-custom.scss */

.lw-widget .lw-video .lw-video__wrap div.lw-preview {
  margin-right: 8px;
}

/* line 1, resources/assets/styles/glightbox/glightbox.scss */

.glightbox-container {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999 !important;
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
  -webkit-text-size-adjust: 100%;
  -webkit-backface-visibility: hidden;
  outline: none;
  overflow: hidden;
}

/* line 17, resources/assets/styles/glightbox/glightbox.scss */

.glightbox-container.inactive {
  display: none;
}

/* line 21, resources/assets/styles/glightbox/glightbox.scss */

.glightbox-container .gcontainer {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 9999;
  overflow: hidden;
}

/* line 29, resources/assets/styles/glightbox/glightbox.scss */

.glightbox-container .gslider {
  -webkit-transition: -webkit-transform .4s ease;
  transition: -webkit-transform .4s ease;
  -o-transition: -o-transform .4s ease;
  transition: transform .4s ease;
  transition: transform .4s ease, -webkit-transform .4s ease, -o-transform .4s ease;
  transition: transform .4s ease, -webkit-transform .4s ease;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  position: relative;
  overflow: hidden;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* line 53, resources/assets/styles/glightbox/glightbox.scss */

.glightbox-container .gslide {
  width: 100%;
  position: absolute;
  opacity: 1;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0;
}

/* top: 0;
        left: 0;
        right: 0;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); */

/* line 80, resources/assets/styles/glightbox/glightbox.scss */

.glightbox-container .gslide.current {
  opacity: 1;
  z-index: 99999;
  position: relative;
}

/* line 86, resources/assets/styles/glightbox/glightbox.scss */

.glightbox-container .gslide.prev {
  opacity: 1;
  z-index: 9999;
}

/* line 91, resources/assets/styles/glightbox/glightbox.scss */

.glightbox-container .gslide-inner-content {
  width: 100%;
}

/* line 95, resources/assets/styles/glightbox/glightbox.scss */

.glightbox-container .ginner-container {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 100%;
  margin: auto;
  height: 100vh;
}

/* line 113, resources/assets/styles/glightbox/glightbox.scss */

.glightbox-container .ginner-container.gvideo-container {
  width: 100%;
}

/* line 117, resources/assets/styles/glightbox/glightbox.scss */

.glightbox-container .ginner-container.desc-bottom,
.glightbox-container .ginner-container.desc-top {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

/* line 125, resources/assets/styles/glightbox/glightbox.scss */

.glightbox-container .ginner-container.desc-left,
.glightbox-container .ginner-container.desc-right {
  max-width: 100% !important;
}

/* line 130, resources/assets/styles/glightbox/glightbox.scss */

.gslide iframe,
.gslide video {
  outline: none !important;
  border: none;
  min-height: 165px;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
  -ms-touch-action: auto;
  touch-action: auto;
}

/* line 141, resources/assets/styles/glightbox/glightbox.scss */

.gslide-image {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

/* line 147, resources/assets/styles/glightbox/glightbox.scss */

.gslide-image img {
  max-height: 100vh;
  display: block;
  max-width: 100%;
  margin: 0;
  padding: 0;
  float: none;
  outline: none;
  border: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  max-width: 100vw;
  width: auto;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  -ms-touch-action: none;
  touch-action: none;
  margin: auto;
  min-width: 200px;
}

/* line 171, resources/assets/styles/glightbox/glightbox.scss */

.desc-top .gslide-image img,
.desc-bottom .gslide-image img {
  width: auto;
}

/* line 176, resources/assets/styles/glightbox/glightbox.scss */

.desc-left .gslide-image img,
.desc-right .gslide-image img {
  width: auto;
  max-width: 100%;
}

/* line 182, resources/assets/styles/glightbox/glightbox.scss */

.gslide-image img.zoomable {
  position: relative;
}

/* line 186, resources/assets/styles/glightbox/glightbox.scss */

.gslide-image img.dragging {
  cursor: -webkit-grabbing !important;
  cursor: grabbing !important;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}

/* line 193, resources/assets/styles/glightbox/glightbox.scss */

.gslide-video {
  width: 100%;
  max-width: 100%;
  position: relative;
  width: 100vh;
  max-width: 100vh;
  width: 100% !important;
}

/* line 202, resources/assets/styles/glightbox/glightbox.scss */

.gslide-video .gvideo-wrapper {
  width: 100%;
  /* max-width: 160vmin; */
  margin: auto;
}

/* line 208, resources/assets/styles/glightbox/glightbox.scss */

.gslide-video::before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(255, 0, 0, 0.34);
  display: none;
}

/* line 218, resources/assets/styles/glightbox/glightbox.scss */

.gslide-video.playing::before {
  display: none;
}

/* line 222, resources/assets/styles/glightbox/glightbox.scss */

.gslide-video.fullscreen {
  max-width: 100% !important;
  min-width: 100%;
}

/* line 227, resources/assets/styles/glightbox/glightbox.scss */

.gslide-video.fullscreen video {
  max-width: 100% !important;
  width: 100% !important;
}

/* line 232, resources/assets/styles/glightbox/glightbox.scss */

.gslide-inline {
  background: #fff;
  padding: 20px;
  text-align: left;
  max-height: calc(100vh - 40px);
  overflow: auto;
}

/* line 240, resources/assets/styles/glightbox/glightbox.scss */

.ginlined-content {
  overflow: auto;
  display: block !important;
  opacity: 1;
}

/* line 246, resources/assets/styles/glightbox/glightbox.scss */

.gslide-external {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-width: 100%;
  background: #fff;
  padding: 0;
  overflow: auto;
  max-height: 62vh;
}

/* line 258, resources/assets/styles/glightbox/glightbox.scss */

.gslide-media {
  display: block;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: auto;
}

/* line 269, resources/assets/styles/glightbox/glightbox.scss */

.zoomed .gslide-media {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

/* line 274, resources/assets/styles/glightbox/glightbox.scss */

.desc-top .gslide-media,
.desc-bottom .gslide-media {
  margin: 0 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

/* line 283, resources/assets/styles/glightbox/glightbox.scss */

.gslide-description {
  position: relative;
}

/* line 287, resources/assets/styles/glightbox/glightbox.scss */

.gslide-description.description-left,
.gslide-description.description-right {
  max-width: 100%;
}

/* line 292, resources/assets/styles/glightbox/glightbox.scss */

.gslide-description.description-bottom,
.gslide-description.description-top {
  margin: 0 auto;
  width: 100%;
}

/* line 298, resources/assets/styles/glightbox/glightbox.scss */

.gslide-description p {
  margin-bottom: 12px;
}

/* line 302, resources/assets/styles/glightbox/glightbox.scss */

.gslide-description p::last-child {
  margin-bottom: 0;
}

/* line 306, resources/assets/styles/glightbox/glightbox.scss */

.zoomed .gslide-description {
  display: none;
}

/*
 * Description for mobiles
 * something like facebook does the description
 * for the photos
*/

/* line 316, resources/assets/styles/glightbox/glightbox.scss */

.glightbox-mobile .glightbox-container .gslide-description {
  height: auto !important;
  width: 100%;
  background: transparent;
  position: absolute;
  bottom: 15px;
  padding: 19px 11px;
  max-width: 100vw !important;
  -webkit-box-ordinal-group: 3 !important;
  -ms-flex-order: 2 !important;
  order: 2 !important;
  max-height: 78vh;
  overflow: auto !important;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.75)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
  -webkit-transition: opacity .3s linear;
  -o-transition: opacity .3s linear;
  transition: opacity .3s linear;
  padding-bottom: 50px;
}

/* line 336, resources/assets/styles/glightbox/glightbox.scss */

.glightbox-mobile .glightbox-container .gslide-title {
  color: #fff;
  font-size: 1em;
}

/* line 341, resources/assets/styles/glightbox/glightbox.scss */

.glightbox-mobile .glightbox-container .gslide-desc {
  color: #a1a1a1;
}

/* line 345, resources/assets/styles/glightbox/glightbox.scss */

.glightbox-mobile .glightbox-container .gslide-desc a {
  color: #fff;
  font-weight: bold;
}

/* line 350, resources/assets/styles/glightbox/glightbox.scss */

.glightbox-mobile .glightbox-container .gslide-desc * {
  color: inherit;
}

/* line 354, resources/assets/styles/glightbox/glightbox.scss */

.glightbox-mobile .glightbox-container .gslide-desc string {
  color: #fff;
}

/* line 358, resources/assets/styles/glightbox/glightbox.scss */

.glightbox-mobile .glightbox-container .gslide-desc .desc-more {
  color: #fff;
  opacity: .4;
}

/* line 363, resources/assets/styles/glightbox/glightbox.scss */

.gdesc-open .gslide-media {
  -webkit-transition: opacity .5s ease;
  -o-transition: opacity .5s ease;
  transition: opacity .5s ease;
  opacity: .4;
}

/* line 369, resources/assets/styles/glightbox/glightbox.scss */

.gdesc-open .gdesc-inner {
  padding-bottom: 30px;
}

/* line 373, resources/assets/styles/glightbox/glightbox.scss */

.gdesc-closed .gslide-media {
  -webkit-transition: opacity .5s ease;
  -o-transition: opacity .5s ease;
  transition: opacity .5s ease;
  opacity: 1;
}

/* line 379, resources/assets/styles/glightbox/glightbox.scss */

.greset {
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

/* line 384, resources/assets/styles/glightbox/glightbox.scss */

.gabsolute {
  position: absolute;
}

/* line 388, resources/assets/styles/glightbox/glightbox.scss */

.grelative {
  position: relative;
}

/* line 392, resources/assets/styles/glightbox/glightbox.scss */

.glightbox-desc {
  display: none !important;
}

/* line 396, resources/assets/styles/glightbox/glightbox.scss */

.glightbox-open {
  overflow: hidden;
}

/* line 400, resources/assets/styles/glightbox/glightbox.scss */

.gloader {
  height: 25px;
  width: 25px;
  -webkit-animation: lightboxLoader .8s infinite linear;
  -o-animation: lightboxLoader .8s infinite linear;
     animation: lightboxLoader .8s infinite linear;
  border: 2px solid #fff;
  border-right-color: transparent;
  border-radius: 50%;
  position: absolute;
  display: block;
  z-index: 9999;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 47%;
}

/* line 417, resources/assets/styles/glightbox/glightbox.scss */

.goverlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: #000;
  will-change: opacity;
}

/* line 427, resources/assets/styles/glightbox/glightbox.scss */

.glightbox-mobile .goverlay {
  background: #000;
}

/* line 431, resources/assets/styles/glightbox/glightbox.scss */

.gprev,
.gnext,
.gclose {
  background-repeat: no-repeat;
  z-index: 99999;
  cursor: pointer;
  width: 26px;
  height: 44px;
  display: block;
  background-position: 0 0;
  border: none;
}

/* line 444, resources/assets/styles/glightbox/glightbox.scss */

.gprev svg,
.gnext svg,
.gclose svg {
  display: block;
  width: 100%;
  height: auto;
}

/* line 452, resources/assets/styles/glightbox/glightbox.scss */

.gprev.disabled,
.gnext.disabled,
.gclose.disabled {
  opacity: .1;
}

/* line 458, resources/assets/styles/glightbox/glightbox.scss */

.gprev .garrow,
.gnext .garrow,
.gclose .garrow {
  stroke: #fff;
}

/* line 464, resources/assets/styles/glightbox/glightbox.scss */

iframe.wait-autoplay {
  opacity: 0;
}

/* line 468, resources/assets/styles/glightbox/glightbox.scss */

.glightbox-closing .gnext,
.glightbox-closing .gprev,
.glightbox-closing .gclose {
  opacity: 0 !important;
}

/*Skin */

/* line 476, resources/assets/styles/glightbox/glightbox.scss */

.glightbox-clean .gslide-description,
.glightbox-modern .gslide-description {
  background: #fff;
}

/* line 481, resources/assets/styles/glightbox/glightbox.scss */

.glightbox-clean .gdesc-inner,
.glightbox-modern .gdesc-inner {
  padding: 22px 20px;
}

/* line 486, resources/assets/styles/glightbox/glightbox.scss */

.glightbox-clean .gslide-title,
.glightbox-modern .gslide-title {
  font-size: 1em;
  font-weight: normal;
  font-family: arial;
  color: #000;
  margin-bottom: 19px;
  line-height: 1.4em;
}

/* line 496, resources/assets/styles/glightbox/glightbox.scss */

.glightbox-clean .gslide-desc,
.glightbox-modern .gslide-desc {
  font-size: 0.86em;
  margin-bottom: 0;
  font-family: arial;
  line-height: 1.4em;
}

/* line 504, resources/assets/styles/glightbox/glightbox.scss */

.glightbox-clean .gslide-video,
.glightbox-modern .gslide-video {
  background: #000;
}

/* .gprev,
    .gnext,
    .gclose{
        border: none;
        background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGMAAAA2CAYAAADTeCfRAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIE1hY2ludG9zaCIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo5NThDMEMwNzg3NjgxMUU1QUM2MUYwRDYwNTNEN0UxMSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo5NThDMEMwODg3NjgxMUU1QUM2MUYwRDYwNTNEN0UxMSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjk1OEMwQzA1ODc2ODExRTVBQzYxRjBENjA1M0Q3RTExIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjk1OEMwQzA2ODc2ODExRTVBQzYxRjBENjA1M0Q3RTExIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+htE8KwAAA9BJREFUeNrsm1tIFGEYhndDI4OSLgqkMrKjBXYwCjt40QkpL4pMyoqMgigIgm6iiy66KSwpj2vrucKgpINRRhYRooQkWYEWUkaWERokhVQXbu/QOyDhpjPzz3H/Dx7W1f2+753/3X9mnPnHHwqFfDKcEWPkEEgzZEgzpBkybDbjHLhvIP8GKLNhPILgksEaFaDKKWacAMdAn4Ean8F+kGOxGXFgDyjSmZ8L9oFpurKVU1uBnAr9jZMCah1hrQLBGkciyL7FGvNymXdZb2+RG3GGYo4LrHmINS9abEiZRkMu8PNXjPQVJV4Vc9SEgclm7WqLDSkd5RdBiBGizCihmMMmDkwWe1yz2JBy9g2E+ft5o7smkWZUUMwBCwYmg71u2nQMCZhphFEzaihmt4UDk86e9TYZUsj3OaKNMGJGHcVkWjwoChvZ+7HFfQvZt42vpaJ76Em6SzHbbDBCZR01NFvct519u8yorzXhEcWk2WiESiq1tFrUT901veZrnp1mNFHEWgcYoZJMTe0m98ljn3K+z+f7oB1mtLD5agcZoZJEbZ3Ab0J9deCrwpzSB6004xWbLnegESqJ1NgNok04aFeF+XtA5MF8pA90stkiBxuhkkCtvSBGQL2iEYz415Bys8yIAu/ZZKELjFCJp+Z+EGugTgHrVGq8ClEm2oxZ4CUYAHNcZIRKHOjj6ed8A8eISo15xUaPIcP9spFFk11ohMp0bkOHxrxa5lXo7Ksack9Pvn+YpTqLwS0QDZbxRo+bYgJoBZPAZtCiIVe5QzceZBroXwP8YKfWRH+YdVOx4AOYCOJBt0uMUAz4BGLAVNDjhXvg/bwF2UdTElywLVOoN5o/97hsRv/3HvgAv10fwVuQ6ODtUO45f6HmyaDXi6tDfoMZNKMdJDlwG2ZyN/qVs/mbl5fqDILZoAO8AMkO0j8XvONJhjKLf0TKuqkF4Dl4BlY6QLty1vcGdHE39SvSFrEtBc2gCWywUfcKfjE6eHIxGKkrCleBRvAApNmgOQU8BW2crRG/vDMV1JN0C/WmcmYqZizxeSyMLO/cBG6DOyDDAq3rwRPOyhSfB8PoWtst4DrJMlGnYnwDeMjZ4c0QdGGumhfIsk246LeVtetcfOFyVEQJ8nQv+AkqwThQIqjuDnAV1ILtPo9HlMBaB/kfewCMBfkG6ylL85VnJZSroLt8kRAmTLezOpfUD+W0WQvFnIzfpEePlaeO5oE1OvOVp56+R8KuaWiYZYYMG05tZUgzpBkypBnSDBnSDGmGDGmGDGmGNEOGNEOaIUOa4YH4I8AAM9m8BFEzyDIAAAAASUVORK5CYII=');
    } */

/* line 516, resources/assets/styles/glightbox/glightbox.scss */

.glightbox-clean .gprev,
.glightbox-clean .gnext,
.glightbox-clean .gclose,
.glightbox-modern .gprev,
.glightbox-modern .gnext,
.glightbox-modern .gclose {
  background-color: rgba(0, 0, 0, 0.12);
}

/* line 525, resources/assets/styles/glightbox/glightbox.scss */

.glightbox-clean .gprev:hover,
.glightbox-clean .gnext:hover,
.glightbox-clean .gclose:hover,
.glightbox-modern .gprev:hover,
.glightbox-modern .gnext:hover,
.glightbox-modern .gclose:hover {
  background-color: rgba(0, 0, 0, 0.2);
}

/* line 534, resources/assets/styles/glightbox/glightbox.scss */

.glightbox-clean .gprev path,
.glightbox-clean .gnext path,
.glightbox-clean .gclose path,
.glightbox-modern .gprev path,
.glightbox-modern .gnext path,
.glightbox-modern .gclose path {
  fill: #fff;
}

/* line 543, resources/assets/styles/glightbox/glightbox.scss */

.glightbox-clean button:focus:not(.focused):not(.disabled),
.glightbox-modern button:focus:not(.focused):not(.disabled) {
  outline: none;
}

/* line 548, resources/assets/styles/glightbox/glightbox.scss */

.glightbox-clean .gprev,
.glightbox-modern .gprev {
  position: absolute;
  top: -100%;
  left: 30px;
  width: 40px;
  height: 56px;
}

/* line 557, resources/assets/styles/glightbox/glightbox.scss */

.glightbox-clean .gnext,
.glightbox-modern .gnext {
  position: absolute;
  top: -100%;
  right: 30px;
  width: 40px;
  height: 56px;
}

/* line 566, resources/assets/styles/glightbox/glightbox.scss */

.glightbox-clean .gclose,
.glightbox-modern .gclose {
  width: 35px;
  height: 35px;
  top: 15px;
  right: 10px;
  position: absolute;
  opacity: .7;
  background-position: -59px 2px;
}

/* line 577, resources/assets/styles/glightbox/glightbox.scss */

.glightbox-clean .gclose svg,
.glightbox-modern .gclose svg {
  width: 20px;
}

/* line 582, resources/assets/styles/glightbox/glightbox.scss */

.glightbox-clean .gclose:hover,
.glightbox-modern .gclose:hover {
  opacity: 1;
}

/*CSS Animations*/

/* line 589, resources/assets/styles/glightbox/glightbox.scss */

.gfadeIn {
  -webkit-animation: gfadeIn .5s ease;
  -o-animation: gfadeIn .5s ease;
     animation: gfadeIn .5s ease;
}

/* line 594, resources/assets/styles/glightbox/glightbox.scss */

.gfadeOut {
  -webkit-animation: gfadeOut .5s ease;
  -o-animation: gfadeOut .5s ease;
     animation: gfadeOut .5s ease;
}

/* line 599, resources/assets/styles/glightbox/glightbox.scss */

.gslideOutLeft {
  -webkit-animation: gslideOutLeft .3s ease;
  -o-animation: gslideOutLeft .3s ease;
     animation: gslideOutLeft .3s ease;
}

/* line 604, resources/assets/styles/glightbox/glightbox.scss */

.gslideInLeft {
  -webkit-animation: gslideInLeft .3s ease;
  -o-animation: gslideInLeft .3s ease;
     animation: gslideInLeft .3s ease;
}

/* line 609, resources/assets/styles/glightbox/glightbox.scss */

.gslideOutRight {
  -webkit-animation: gslideOutRight .3s ease;
  -o-animation: gslideOutRight .3s ease;
     animation: gslideOutRight .3s ease;
}

/* line 614, resources/assets/styles/glightbox/glightbox.scss */

.gslideInRight {
  -webkit-animation: gslideInRight .3s ease;
  -o-animation: gslideInRight .3s ease;
     animation: gslideInRight .3s ease;
}

/* line 619, resources/assets/styles/glightbox/glightbox.scss */

.gzoomIn {
  -webkit-animation: gzoomIn .5s ease;
  -o-animation: gzoomIn .5s ease;
     animation: gzoomIn .5s ease;
}

/* line 624, resources/assets/styles/glightbox/glightbox.scss */

.gzoomOut {
  -webkit-animation: gzoomOut .5s ease;
  -o-animation: gzoomOut .5s ease;
     animation: gzoomOut .5s ease;
}

@-webkit-keyframes lightboxLoader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-o-keyframes lightboxLoader {
  0% {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
       transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
       transform: rotate(360deg);
  }
}

@keyframes lightboxLoader {
  0% {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
       transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
       transform: rotate(360deg);
  }
}

@-webkit-keyframes gfadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@-o-keyframes gfadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes gfadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@-webkit-keyframes gfadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@-o-keyframes gfadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@keyframes gfadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@-webkit-keyframes gslideInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-60%, 0, 0);
    transform: translate3d(-60%, 0, 0);
  }

  to {
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@-o-keyframes gslideInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-60%, 0, 0);
    transform: translate3d(-60%, 0, 0);
  }

  to {
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes gslideInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-60%, 0, 0);
    transform: translate3d(-60%, 0, 0);
  }

  to {
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@-webkit-keyframes gslideOutLeft {
  from {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    -webkit-transform: translate3d(-60%, 0, 0);
    transform: translate3d(-60%, 0, 0);
    opacity: 0;
    visibility: hidden;
  }
}

@-o-keyframes gslideOutLeft {
  from {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    -webkit-transform: translate3d(-60%, 0, 0);
    transform: translate3d(-60%, 0, 0);
    opacity: 0;
    visibility: hidden;
  }
}

@keyframes gslideOutLeft {
  from {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    -webkit-transform: translate3d(-60%, 0, 0);
    transform: translate3d(-60%, 0, 0);
    opacity: 0;
    visibility: hidden;
  }
}

@-webkit-keyframes gslideInRight {
  from {
    opacity: 0;
    visibility: visible;
    -webkit-transform: translate3d(60%, 0, 0);
    transform: translate3d(60%, 0, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@-o-keyframes gslideInRight {
  from {
    opacity: 0;
    visibility: visible;
    -webkit-transform: translate3d(60%, 0, 0);
    transform: translate3d(60%, 0, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes gslideInRight {
  from {
    opacity: 0;
    visibility: visible;
    -webkit-transform: translate3d(60%, 0, 0);
    transform: translate3d(60%, 0, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@-webkit-keyframes gslideOutRight {
  from {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    -webkit-transform: translate3d(60%, 0, 0);
    transform: translate3d(60%, 0, 0);
    opacity: 0;
  }
}

@-o-keyframes gslideOutRight {
  from {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    -webkit-transform: translate3d(60%, 0, 0);
    transform: translate3d(60%, 0, 0);
    opacity: 0;
  }
}

@keyframes gslideOutRight {
  from {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    -webkit-transform: translate3d(60%, 0, 0);
    transform: translate3d(60%, 0, 0);
    opacity: 0;
  }
}

@-webkit-keyframes gzoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  to {
    opacity: 1;
  }
}

@-o-keyframes gzoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  to {
    opacity: 1;
  }
}

@keyframes gzoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  to {
    opacity: 1;
  }
}

@-webkit-keyframes gzoomOut {
  from {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  to {
    opacity: 0;
  }
}

@-o-keyframes gzoomOut {
  from {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  to {
    opacity: 0;
  }
}

@keyframes gzoomOut {
  from {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  to {
    opacity: 0;
  }
}

@media (min-width: 769px) {
  /* line 852, resources/assets/styles/glightbox/glightbox.scss */

  .glightbox-container .ginner-container {
    width: auto;
    height: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  /* line 860, resources/assets/styles/glightbox/glightbox.scss */

  .glightbox-container .ginner-container.desc-top .gslide-description {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }

  /* line 865, resources/assets/styles/glightbox/glightbox.scss */

  .glightbox-container .ginner-container.desc-top .gslide-image,
  .glightbox-container .ginner-container.desc-top .gslide-image img {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  /* line 871, resources/assets/styles/glightbox/glightbox.scss */

  .glightbox-container .ginner-container.desc-left .gslide-description {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }

  /* line 876, resources/assets/styles/glightbox/glightbox.scss */

  .glightbox-container .ginner-container.desc-left .gslide-image {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  /* line 881, resources/assets/styles/glightbox/glightbox.scss */

  .gslide-image img {
    max-height: 97vh;
    max-width: calc(100% - 20px);
    max-width: 100%;
  }

  /* line 886, resources/assets/styles/glightbox/glightbox.scss */

  .gslide-image img.zoomable {
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
  }

  /* line 890, resources/assets/styles/glightbox/glightbox.scss */

  .zoomed .gslide-image img.zoomable {
    cursor: -webkit-grab;
    cursor: grab;
  }

  /* line 894, resources/assets/styles/glightbox/glightbox.scss */

  .gslide-inline {
    max-height: 95vh;
  }

  /* line 897, resources/assets/styles/glightbox/glightbox.scss */

  .gslide-external {
    max-height: 95vh;
  }

  /* line 900, resources/assets/styles/glightbox/glightbox.scss */

  .gslide-description.description-left,
  .gslide-description.description-right {
    max-width: 275px;
  }

  /* line 904, resources/assets/styles/glightbox/glightbox.scss */

  .glightbox-open {
    height: auto;
  }

  /* line 907, resources/assets/styles/glightbox/glightbox.scss */

  .goverlay {
    background: rgba(0, 0, 0, 0.92);
  }

  /* line 910, resources/assets/styles/glightbox/glightbox.scss */

  .glightbox-clean .gslide-media,
  .glightbox-modern .gslide-media {
    -webkit-box-shadow: 1px 2px 9px 0px rgba(0, 0, 0, 0.65);
    box-shadow: 1px 2px 9px 0px rgba(0, 0, 0, 0.65);
  }

  /* line 915, resources/assets/styles/glightbox/glightbox.scss */

  .glightbox-clean .gprev,
  .glightbox-modern .gprev {
    top: 45%;
  }

  /* line 919, resources/assets/styles/glightbox/glightbox.scss */

  .glightbox-clean .gnext,
  .glightbox-modern .gnext {
    top: 45%;
  }
}

@media (min-width: 992px) {
  /* line 926, resources/assets/styles/glightbox/glightbox.scss */

  .glightbox-clean .gclose,
  .glightbox-modern .gclose {
    right: 20px;
  }
}

@media screen and (max-height: 420px) {
  /* line 933, resources/assets/styles/glightbox/glightbox.scss */

  .goverlay {
    background: #000;
  }
}

/* Slider */

/* line 3, node_modules/slick-carousel/slick/slick.scss */

.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

/* line 17, node_modules/slick-carousel/slick/slick.scss */

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

/* line 24, node_modules/slick-carousel/slick/slick.scss */

.slick-list:focus {
  outline: none;
}

/* line 28, node_modules/slick-carousel/slick/slick.scss */

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

/* line 33, node_modules/slick-carousel/slick/slick.scss */

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* line 42, node_modules/slick-carousel/slick/slick.scss */

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* line 50, node_modules/slick-carousel/slick/slick.scss */

.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}

/* line 56, node_modules/slick-carousel/slick/slick.scss */

.slick-track:after {
  clear: both;
}

/* line 60, node_modules/slick-carousel/slick/slick.scss */

.slick-loading .slick-track {
  visibility: hidden;
}

/* line 64, node_modules/slick-carousel/slick/slick.scss */

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

/* line 68, node_modules/slick-carousel/slick/slick.scss */

[dir="rtl"] .slick-slide {
  float: right;
}

/* line 71, node_modules/slick-carousel/slick/slick.scss */

.slick-slide img {
  display: block;
}

/* line 74, node_modules/slick-carousel/slick/slick.scss */

.slick-slide.slick-loading img {
  display: none;
}

/* line 80, node_modules/slick-carousel/slick/slick.scss */

.slick-slide.dragging img {
  pointer-events: none;
}

/* line 84, node_modules/slick-carousel/slick/slick.scss */

.slick-initialized .slick-slide {
  display: block;
}

/* line 88, node_modules/slick-carousel/slick/slick.scss */

.slick-loading .slick-slide {
  visibility: hidden;
}

/* line 92, node_modules/slick-carousel/slick/slick.scss */

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

/* line 98, node_modules/slick-carousel/slick/slick.scss */

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */

/* line 45, resources/assets/styles/slick/slick-theme.scss */

.slick-loading .slick-list {
  background: #fff url(/app/themes/moores/dist/styles/slick/ajax-loader_c5cd7f53.gif) center center no-repeat;
}

/* Icons */

@font-face {
  font-family: "slick";
  src: url(data:application/vnd.ms-fontobject;base64,AAgAAGQHAAABAAIAAAAAAAIABQkAAAAAAAABAJABAAAAAExQAQAAgCAAAAAAAAAAAAAAAAEAAAAAAAAATxDE8AAAAAAAAAAAAAAAAAAAAAAAAAoAcwBsAGkAYwBrAAAADgBSAGUAZwB1AGwAYQByAAAAFgBWAGUAcgBzAGkAbwBuACAAMQAuADAAAAAKAHMAbABpAGMAawAAAAAAAAEAAAANAIAAAwBQRkZUTW3RyK8AAAdIAAAAHEdERUYANAAGAAAHKAAAACBPUy8yT/b9sgAAAVgAAABWY21hcCIPRb0AAAHIAAABYmdhc3D//wADAAAHIAAAAAhnbHlmP5u2YAAAAzwAAAIsaGVhZAABMfsAAADcAAAANmhoZWED5QIFAAABFAAAACRobXR4BkoASgAAAbAAAAAWbG9jYQD2AaIAAAMsAAAAEG1heHAASwBHAAABOAAAACBuYW1lBSeBwgAABWgAAAFucG9zdC+zMgMAAAbYAAAARQABAAAAAQAA8MQQT18PPPUACwIAAAAAAM9xeH8AAAAAz3F4fwAlACUB2wHbAAAACAACAAAAAAAAAAEAAAHbAAAALgIAAAAAAAHbAAEAAAAAAAAAAAAAAAAAAAAEAAEAAAAHAEQAAgAAAAAAAgAAAAEAAQAAAEAAAAAAAAAAAQIAAZAABQAIAUwBZgAAAEcBTAFmAAAA9QAZAIQAAAIABQkAAAAAAACAAAABAAAAIAAAAAAAAAAAUGZFZABAAGEhkgHg/+AALgHb/9sAAAABAAAAAAAAAgAAAAAAAAACAAAAAgAAJQAlACUAJQAAAAAAAwAAAAMAAAAcAAEAAAAAAFwAAwABAAAAHAAEAEAAAAAMAAgAAgAEAAAAYSAiIZAhkv//AAAAAABhICIhkCGS//8AAP+l3+PedN5xAAEAAAAAAAAAAAAAAAAAAAEGAAABAAAAAAAAAAECAAAAAgAAAAAAAAAAAAAAAAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGAIwAsAEWAAIAJQAlAdsB2wAYACwAAD8BNjQvASYjIg8BBhUUHwEHBhUUHwEWMzI2FAcGBwYiJyYnJjQ3Njc2MhcWF/GCBgaCBQcIBR0GBldXBgYdBQgH7x0eMjB8MDIeHR0eMjB8MDIecYIGDgaCBQUeBQcJBFhYBAkHBR4F0nwwMh4dHR4yMHwwMh4dHR4yAAAAAgAlACUB2wHbABgALAAAJTc2NTQvATc2NTQvASYjIg8BBhQfARYzMjYUBwYHBiInJicmNDc2NzYyFxYXASgdBgZXVwYGHQUIBwWCBgaCBQcIuB0eMjB8MDIeHR0eMjB8MDIecR4FBwkEWFgECQcFHgUFggYOBoIF0nwwMh4dHR4yMHwwMh4dHR4yAAABACUAJQHbAdsAEwAAABQHBgcGIicmJyY0NzY3NjIXFhcB2x0eMjB8MDIeHR0eMjB8MDIeAT58MDIeHR0eMjB8MDIeHR0eMgABACUAJQHbAdsAQwAAARUUBisBIicmPwEmIyIHBgcGBwYUFxYXFhcWMzI3Njc2MzIfARYVFAcGBwYjIicmJyYnJjQ3Njc2NzYzMhcWFzc2FxYB2woIgAsGBQkoKjodHBwSFAwLCwwUEhwcHSIeIBMGAQQDJwMCISspNC8mLBobFBERFBsaLCYvKicpHSUIDAsBt4AICgsLCScnCwwUEhwcOhwcEhQMCw8OHAMDJwMDAgQnFBQRFBsaLCZeJiwaGxQRDxEcJQgEBgAAAAAAAAwAlgABAAAAAAABAAUADAABAAAAAAACAAcAIgABAAAAAAADACEAbgABAAAAAAAEAAUAnAABAAAAAAAFAAsAugABAAAAAAAGAAUA0gADAAEECQABAAoAAAADAAEECQACAA4AEgADAAEECQADAEIAKgADAAEECQAEAAoAkAADAAEECQAFABYAogADAAEECQAGAAoAxgBzAGwAaQBjAGsAAHNsaWNrAABSAGUAZwB1AGwAYQByAABSZWd1bGFyAABGAG8AbgB0AEYAbwByAGcAZQAgADIALgAwACAAOgAgAHMAbABpAGMAawAgADoAIAAxADQALQA0AC0AMgAwADEANAAARm9udEZvcmdlIDIuMCA6IHNsaWNrIDogMTQtNC0yMDE0AABzAGwAaQBjAGsAAHNsaWNrAABWAGUAcgBzAGkAbwBuACAAMQAuADAAAFZlcnNpb24gMS4wAABzAGwAaQBjAGsAAHNsaWNrAAAAAAIAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAABwAAAAEAAgECAQMAhwBECmFycm93cmlnaHQJYXJyb3dsZWZ0AAAAAAAAAf//AAIAAQAAAA4AAAAYAAAAAAACAAEAAwAGAAEABAAAAAIAAAAAAAEAAAAAzu7XsAAAAADPcXh/AAAAAM9xeH8=);
  src: url(data:application/vnd.ms-fontobject;base64,AAgAAGQHAAABAAIAAAAAAAIABQkAAAAAAAABAJABAAAAAExQAQAAgCAAAAAAAAAAAAAAAAEAAAAAAAAATxDE8AAAAAAAAAAAAAAAAAAAAAAAAAoAcwBsAGkAYwBrAAAADgBSAGUAZwB1AGwAYQByAAAAFgBWAGUAcgBzAGkAbwBuACAAMQAuADAAAAAKAHMAbABpAGMAawAAAAAAAAEAAAANAIAAAwBQRkZUTW3RyK8AAAdIAAAAHEdERUYANAAGAAAHKAAAACBPUy8yT/b9sgAAAVgAAABWY21hcCIPRb0AAAHIAAABYmdhc3D//wADAAAHIAAAAAhnbHlmP5u2YAAAAzwAAAIsaGVhZAABMfsAAADcAAAANmhoZWED5QIFAAABFAAAACRobXR4BkoASgAAAbAAAAAWbG9jYQD2AaIAAAMsAAAAEG1heHAASwBHAAABOAAAACBuYW1lBSeBwgAABWgAAAFucG9zdC+zMgMAAAbYAAAARQABAAAAAQAA8MQQT18PPPUACwIAAAAAAM9xeH8AAAAAz3F4fwAlACUB2wHbAAAACAACAAAAAAAAAAEAAAHbAAAALgIAAAAAAAHbAAEAAAAAAAAAAAAAAAAAAAAEAAEAAAAHAEQAAgAAAAAAAgAAAAEAAQAAAEAAAAAAAAAAAQIAAZAABQAIAUwBZgAAAEcBTAFmAAAA9QAZAIQAAAIABQkAAAAAAACAAAABAAAAIAAAAAAAAAAAUGZFZABAAGEhkgHg/+AALgHb/9sAAAABAAAAAAAAAgAAAAAAAAACAAAAAgAAJQAlACUAJQAAAAAAAwAAAAMAAAAcAAEAAAAAAFwAAwABAAAAHAAEAEAAAAAMAAgAAgAEAAAAYSAiIZAhkv//AAAAAABhICIhkCGS//8AAP+l3+PedN5xAAEAAAAAAAAAAAAAAAAAAAEGAAABAAAAAAAAAAECAAAAAgAAAAAAAAAAAAAAAAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGAIwAsAEWAAIAJQAlAdsB2wAYACwAAD8BNjQvASYjIg8BBhUUHwEHBhUUHwEWMzI2FAcGBwYiJyYnJjQ3Njc2MhcWF/GCBgaCBQcIBR0GBldXBgYdBQgH7x0eMjB8MDIeHR0eMjB8MDIecYIGDgaCBQUeBQcJBFhYBAkHBR4F0nwwMh4dHR4yMHwwMh4dHR4yAAAAAgAlACUB2wHbABgALAAAJTc2NTQvATc2NTQvASYjIg8BBhQfARYzMjYUBwYHBiInJicmNDc2NzYyFxYXASgdBgZXVwYGHQUIBwWCBgaCBQcIuB0eMjB8MDIeHR0eMjB8MDIecR4FBwkEWFgECQcFHgUFggYOBoIF0nwwMh4dHR4yMHwwMh4dHR4yAAABACUAJQHbAdsAEwAAABQHBgcGIicmJyY0NzY3NjIXFhcB2x0eMjB8MDIeHR0eMjB8MDIeAT58MDIeHR0eMjB8MDIeHR0eMgABACUAJQHbAdsAQwAAARUUBisBIicmPwEmIyIHBgcGBwYUFxYXFhcWMzI3Njc2MzIfARYVFAcGBwYjIicmJyYnJjQ3Njc2NzYzMhcWFzc2FxYB2woIgAsGBQkoKjodHBwSFAwLCwwUEhwcHSIeIBMGAQQDJwMCISspNC8mLBobFBERFBsaLCYvKicpHSUIDAsBt4AICgsLCScnCwwUEhwcOhwcEhQMCw8OHAMDJwMDAgQnFBQRFBsaLCZeJiwaGxQRDxEcJQgEBgAAAAAAAAwAlgABAAAAAAABAAUADAABAAAAAAACAAcAIgABAAAAAAADACEAbgABAAAAAAAEAAUAnAABAAAAAAAFAAsAugABAAAAAAAGAAUA0gADAAEECQABAAoAAAADAAEECQACAA4AEgADAAEECQADAEIAKgADAAEECQAEAAoAkAADAAEECQAFABYAogADAAEECQAGAAoAxgBzAGwAaQBjAGsAAHNsaWNrAABSAGUAZwB1AGwAYQByAABSZWd1bGFyAABGAG8AbgB0AEYAbwByAGcAZQAgADIALgAwACAAOgAgAHMAbABpAGMAawAgADoAIAAxADQALQA0AC0AMgAwADEANAAARm9udEZvcmdlIDIuMCA6IHNsaWNrIDogMTQtNC0yMDE0AABzAGwAaQBjAGsAAHNsaWNrAABWAGUAcgBzAGkAbwBuACAAMQAuADAAAFZlcnNpb24gMS4wAABzAGwAaQBjAGsAAHNsaWNrAAAAAAIAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAABwAAAAEAAgECAQMAhwBECmFycm93cmlnaHQJYXJyb3dsZWZ0AAAAAAAAAf//AAIAAQAAAA4AAAAYAAAAAAACAAEAAwAGAAEABAAAAAIAAAAAAAEAAAAAzu7XsAAAAADPcXh/AAAAAM9xeH8=?#iefix) format("embedded-opentype"), url(data:font/woff;base64,d09GRk9UVE8AAAVkAAsAAAAAB1wAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABDRkYgAAABCAAAAi4AAAKbH/pWDkZGVE0AAAM4AAAAGgAAABxt0civR0RFRgAAA1QAAAAcAAAAIAAyAARPUy8yAAADcAAAAFIAAABgUBj/rmNtYXAAAAPEAAAAUAAAAWIiC0SwaGVhZAAABBQAAAAuAAAANgABMftoaGVhAAAERAAAABwAAAAkA+UCA2htdHgAAARgAAAADgAAAA4ESgBKbWF4cAAABHAAAAAGAAAABgAFUABuYW1lAAAEeAAAANwAAAFuBSeBwnBvc3QAAAVUAAAAEAAAACAAAwABeJw9ks9vEkEUx2cpWyeUoFYgNkHi2Wt7N3rVm3cTs3UVLC4LxIWEQvi1P3i7O1tYLJDAmlgKGEhQrsajf0j7J3jYTXrQWUrMJG+++b55n5e8NwwKBhHDMLv5kxT3ATEBxKBn3qOAl9zxHgb1MAPhHQgHkyF08Gr/L8B/Eb6zWnmCJ7AJVLubQOheArXvJ1A4EXi6j4I+Zg9F0QFKvsnlBCmXeve+sFEnb/nCptdtQ4QYhVFRAT1HrF8UQK/RL/SbmUbclsvGVFXRZKDHUE38cc4qpkbAAsuwiImvro+ufcfaOIQ6szlrmjRJDaKZKnbjN3GWKIbiIzRFUfCffuxxKOL+3LDlDVvx2TdxN84qZEsnhNBa6pgm2dAsnzbLsETdsmRFxUeHV4e+I2/ptN8TyqV8T3Dt29t7EYOuajVIw2y1Wy3M86w0zg/Fz2IvawmQAUHOVrPVfLkoScVynsqsTG0MGUs4z55nh3mnOJa+li+rl9WpPIcFfDubDeaDC+fLBdYN3QADzLauGfj4B6sZmq6CCpqmtSvF0qlUl2qf5AJIUCSlTqlb7lUG+LRfGzZGzZEyBgccMu6MuqPecNDvD4Y9Kjtj4gD+DsvKVMTcMdtqtZtmkzQstQvYje7Syep0PDSAhSOeHYXYWThEF//A/0YvYV1fSQtpKU5STtrhbQ444OtpKSWJIg3pOg8cBs7maTY1EZf07aq+hjWs7IWzdCYTGhb2CtZ47x+Uhx28AAB4nGNgYGBkAIJz765vANHnCyvqYTQAWnkHswAAeJxjYGRgYOADYgkGEGBiYARCFjAG8RgABHYAN3icY2BmYmCcwMDKwMHow5jGwMDgDqW/MkgytDAwMDGwcjKAQQMDAyOQUmCAgoA01xQGB4ZExUmMD/4/YNBjvP3/NgNEDQPjbbBKBQZGADfLDgsAAHicY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQzMCQqKClOUJz0/z9YHRLv/+L7D+8V3cuHmgAHjGwM6ELUByxUMIOZCmbgAAA5LQ8XeJxjYGRgYABiO68w73h+m68M3EwMIHC+sKIeTqsyqDLeZrwN5HIwgKUB/aYJUgAAeJxjYGRgYLzNwMCgx8QAAkA2IwMqYAIAMGIB7QIAAAACAAAlACUAJQAlAAAAAFAAAAUAAHicbY49asNAEIU/2ZJDfkiRIvXapUFCEqpcptABUrg3ZhEiQoKVfY9UqVLlGDlADpAT5e16IUWysMz3hjfzBrjjjQT/EjKpCy+4YhN5yZoxcirPe+SMWz4jr6S+5UzSa3VuwpTnBfc8RF7yxDZyKs9r5IxHPiKv1P9iZqDnyAvMQ39UecbScVb/gJO03Xk4CFom3XYK1clhMdQUlKo7/d9NF13RkIdfy+MV7TSe2sl11tRFaXYmJKpWTd7kdVnJ8veevZKc+n3I93t9Jnvr5n4aTVWU/0z9AI2qMkV4nGNgZkAGjAxoAAAAjgAF) format("woff"), url(data:font/ttf;base64,AAEAAAANAIAAAwBQRkZUTW3RyK8AAAdIAAAAHEdERUYANAAGAAAHKAAAACBPUy8yT/b9sgAAAVgAAABWY21hcCIPRb0AAAHIAAABYmdhc3D//wADAAAHIAAAAAhnbHlmP5u2YAAAAzwAAAIsaGVhZAABMfsAAADcAAAANmhoZWED5QIFAAABFAAAACRobXR4BkoASgAAAbAAAAAWbG9jYQD2AaIAAAMsAAAAEG1heHAASwBHAAABOAAAACBuYW1lBSeBwgAABWgAAAFucG9zdC+zMgMAAAbYAAAARQABAAAAAQAA8MQQT18PPPUACwIAAAAAAM9xeH8AAAAAz3F4fwAlACUB2wHbAAAACAACAAAAAAAAAAEAAAHbAAAALgIAAAAAAAHbAAEAAAAAAAAAAAAAAAAAAAAEAAEAAAAHAEQAAgAAAAAAAgAAAAEAAQAAAEAAAAAAAAAAAQIAAZAABQAIAUwBZgAAAEcBTAFmAAAA9QAZAIQAAAIABQkAAAAAAACAAAABAAAAIAAAAAAAAAAAUGZFZABAAGEhkgHg/+AALgHb/9sAAAABAAAAAAAAAgAAAAAAAAACAAAAAgAAJQAlACUAJQAAAAAAAwAAAAMAAAAcAAEAAAAAAFwAAwABAAAAHAAEAEAAAAAMAAgAAgAEAAAAYSAiIZAhkv//AAAAAABhICIhkCGS//8AAP+l3+PedN5xAAEAAAAAAAAAAAAAAAAAAAEGAAABAAAAAAAAAAECAAAAAgAAAAAAAAAAAAAAAAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGAIwAsAEWAAIAJQAlAdsB2wAYACwAAD8BNjQvASYjIg8BBhUUHwEHBhUUHwEWMzI2FAcGBwYiJyYnJjQ3Njc2MhcWF/GCBgaCBQcIBR0GBldXBgYdBQgH7x0eMjB8MDIeHR0eMjB8MDIecYIGDgaCBQUeBQcJBFhYBAkHBR4F0nwwMh4dHR4yMHwwMh4dHR4yAAAAAgAlACUB2wHbABgALAAAJTc2NTQvATc2NTQvASYjIg8BBhQfARYzMjYUBwYHBiInJicmNDc2NzYyFxYXASgdBgZXVwYGHQUIBwWCBgaCBQcIuB0eMjB8MDIeHR0eMjB8MDIecR4FBwkEWFgECQcFHgUFggYOBoIF0nwwMh4dHR4yMHwwMh4dHR4yAAABACUAJQHbAdsAEwAAABQHBgcGIicmJyY0NzY3NjIXFhcB2x0eMjB8MDIeHR0eMjB8MDIeAT58MDIeHR0eMjB8MDIeHR0eMgABACUAJQHbAdsAQwAAARUUBisBIicmPwEmIyIHBgcGBwYUFxYXFhcWMzI3Njc2MzIfARYVFAcGBwYjIicmJyYnJjQ3Njc2NzYzMhcWFzc2FxYB2woIgAsGBQkoKjodHBwSFAwLCwwUEhwcHSIeIBMGAQQDJwMCISspNC8mLBobFBERFBsaLCYvKicpHSUIDAsBt4AICgsLCScnCwwUEhwcOhwcEhQMCw8OHAMDJwMDAgQnFBQRFBsaLCZeJiwaGxQRDxEcJQgEBgAAAAAAAAwAlgABAAAAAAABAAUADAABAAAAAAACAAcAIgABAAAAAAADACEAbgABAAAAAAAEAAUAnAABAAAAAAAFAAsAugABAAAAAAAGAAUA0gADAAEECQABAAoAAAADAAEECQACAA4AEgADAAEECQADAEIAKgADAAEECQAEAAoAkAADAAEECQAFABYAogADAAEECQAGAAoAxgBzAGwAaQBjAGsAAHNsaWNrAABSAGUAZwB1AGwAYQByAABSZWd1bGFyAABGAG8AbgB0AEYAbwByAGcAZQAgADIALgAwACAAOgAgAHMAbABpAGMAawAgADoAIAAxADQALQA0AC0AMgAwADEANAAARm9udEZvcmdlIDIuMCA6IHNsaWNrIDogMTQtNC0yMDE0AABzAGwAaQBjAGsAAHNsaWNrAABWAGUAcgBzAGkAbwBuACAAMQAuADAAAFZlcnNpb24gMS4wAABzAGwAaQBjAGsAAHNsaWNrAAAAAAIAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAABwAAAAEAAgECAQMAhwBECmFycm93cmlnaHQJYXJyb3dsZWZ0AAAAAAAAAf//AAIAAQAAAA4AAAAYAAAAAAACAAEAAwAGAAEABAAAAAIAAAAAAAEAAAAAzu7XsAAAAADPcXh/AAAAAM9xeH8=) format("truetype");
  font-weight: normal;
  font-style: normal;
}

/* Arrows */

/* line 63, resources/assets/styles/slick/slick-theme.scss */

.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
     transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}

/* line 81, resources/assets/styles/slick/slick-theme.scss */

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}

/* line 85, resources/assets/styles/slick/slick-theme.scss */

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

/* line 89, resources/assets/styles/slick/slick-theme.scss */

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

/* line 92, resources/assets/styles/slick/slick-theme.scss */

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 103, resources/assets/styles/slick/slick-theme.scss */

.slick-prev {
  left: -25px;
}

/* line 105, resources/assets/styles/slick/slick-theme.scss */

[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}

/* line 109, resources/assets/styles/slick/slick-theme.scss */

.slick-prev:before {
  content: "\2190";
}

/* line 111, resources/assets/styles/slick/slick-theme.scss */

[dir="rtl"] .slick-prev:before {
  content: "\2192";
}

/* line 117, resources/assets/styles/slick/slick-theme.scss */

.slick-next {
  right: -25px;
}

/* line 119, resources/assets/styles/slick/slick-theme.scss */

[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}

/* line 123, resources/assets/styles/slick/slick-theme.scss */

.slick-next:before {
  content: "\2192";
}

/* line 125, resources/assets/styles/slick/slick-theme.scss */

[dir="rtl"] .slick-next:before {
  content: "\2190";
}

/* Dots */

/* line 133, resources/assets/styles/slick/slick-theme.scss */

.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

/* line 137, resources/assets/styles/slick/slick-theme.scss */

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

/* line 146, resources/assets/styles/slick/slick-theme.scss */

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

/* line 154, resources/assets/styles/slick/slick-theme.scss */

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

/* line 166, resources/assets/styles/slick/slick-theme.scss */

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

/* line 168, resources/assets/styles/slick/slick-theme.scss */

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

/* line 172, resources/assets/styles/slick/slick-theme.scss */

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "\2022";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 189, resources/assets/styles/slick/slick-theme.scss */

.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

/* line 1, resources/assets/styles/pdf/_header.scss */

.pdf-header {
  height: auto;
  width: 100%;
  border-bottom: 1px solid #ffc709;
  text-align: right;
  background: white;
  z-index: 3;
  margin-top: -4rem;
}

/* line 11, resources/assets/styles/pdf/_header.scss */

.pdf-header__logo {
  position: relative;
  padding-top: 1rem;
}

/* line 14, resources/assets/styles/pdf/_header.scss */

.pdf-header__logo img {
  height: auto;
  width: 9.2rem;
  padding-bottom: 1.5rem;
  padding-right: 3rem;
}

/* line 23, resources/assets/styles/pdf/_header.scss */

.pdf-repitive-header {
  position: fixed;
  top: 38px;
  z-index: 1;
  margin-left: 4.4rem;
  margin-right: 1rem;
}

/* line 30, resources/assets/styles/pdf/_header.scss */

.pdf-repitive-header__left {
  display: inline-block;
  padding: 0;
  margin: 0;
  width: 70%;
}

/* line 36, resources/assets/styles/pdf/_header.scss */

.pdf-repitive-header__left .pdf-repitive-header__date {
  font-size: 10px;
  color: #d1d1d1;
}

/* line 41, resources/assets/styles/pdf/_header.scss */

.pdf-repitive-header__left .pdf-repitive-header__authors {
  font-size: 10px;
}

/* line 45, resources/assets/styles/pdf/_header.scss */

.pdf-repitive-header__left .pdf-repitive-header__authors span {
  color: #d1d1d1;
}

/* line 51, resources/assets/styles/pdf/_header.scss */

.pdf-repitive-header__right {
  display: inline-block;
  padding: 0;
  margin: 0;
  width: 30%;
  text-align: right;
}

/* line 58, resources/assets/styles/pdf/_header.scss */

.pdf-repitive-header__right img {
  width: 1.2rem;
  height: 1.2rem;
  padding-right: 2rem;
  position: absolute;
  top: -38px;
  right: 0;
}

/* line 68, resources/assets/styles/pdf/_header.scss */

.pdf-repitive-header__silver-line {
  border-bottom: 1px solid #e5e5e5;
  width: 100%;
  height: 1px;
  margin-right: 3.4rem;
}

/* line 76, resources/assets/styles/pdf/_header.scss */

.pdf-body {
  margin: 1.5rem 50px 0 50px;
}

/* line 1, resources/assets/styles/pdf/_body.scss */

.pdf-body {
  padding: 0 20px;
}

/* line 5, resources/assets/styles/pdf/_body.scss */

.pdf-body p,
.pdf-body ul,
.pdf-body ol,
.pdf-body em {
  font-family: brownpro;
  font-size: 10px;
  line-height: 13px;
}

/* line 11, resources/assets/styles/pdf/_body.scss */

.pdf-body a {
  color: #131e1f;
}

/* line 15, resources/assets/styles/pdf/_body.scss */

.pdf-body em {
  font-family: brownpro;
  font-weight: italic;
  font-style: italic;
}

/* line 21, resources/assets/styles/pdf/_body.scss */

.pdf-body p {
  padding-bottom: 15px;
}

/* line 25, resources/assets/styles/pdf/_body.scss */

.pdf-body h1,
.pdf-body h2,
.pdf-body h3,
.pdf-body h4,
.pdf-body h5,
.pdf-body h6 {
  padding-bottom: 12px;
  font-family: brownpro;
  font-weight: bold;
}

/* line 31, resources/assets/styles/pdf/_body.scss */

.pdf-body ul {
  list-style: disc;
}

/* line 35, resources/assets/styles/pdf/_body.scss */

.pdf-body ol {
  list-style: decimal;
}

/* line 39, resources/assets/styles/pdf/_body.scss */

.pdf-body ul,
.pdf-body ol {
  display: block;
  position: relative;
  margin-top: 0.7rem;
  margin-left: 2rem;
  margin-bottom: 1rem;
}

/* line 46, resources/assets/styles/pdf/_body.scss */

.pdf-body ul li,
.pdf-body ol li {
  vertical-align: top;
}

/* line 50, resources/assets/styles/pdf/_body.scss */

.pdf-body ul ul,
.pdf-body ul ol,
.pdf-body ol ul,
.pdf-body ol ol {
  display: block;
  position: relative;
  margin-top: 0.7rem;
  margin-left: 2rem;
  margin-bottom: 1rem;
}

/* line 59, resources/assets/styles/pdf/_body.scss */

.pdf-body__content__title {
  width: 95%;
}

/* line 62, resources/assets/styles/pdf/_body.scss */

.pdf-body__content__title h1 {
  font-family: brownpro;
  font-weight: bold;
  font-size: 32px;
  line-height: 28px;
  padding: 0;
  margin: 0;
}

/* line 72, resources/assets/styles/pdf/_body.scss */

.pdf-body__content__details {
  border-bottom: 1px solid #e5e5e5;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-bottom: 25px;
}

/* line 79, resources/assets/styles/pdf/_body.scss */

.pdf-body__content__details .pdf-repitive-header__date {
  font-size: 10px;
  color: #d1d1d1;
}

/* line 84, resources/assets/styles/pdf/_body.scss */

.pdf-body__content__details .pdf-repitive-header__authors {
  font-size: 10px;
}

/* line 88, resources/assets/styles/pdf/_body.scss */

.pdf-body__content__details .pdf-repitive-header__authors span {
  color: #d1d1d1;
}

/* line 95, resources/assets/styles/pdf/_body.scss */

.pdf-body__content__details.event {
  height: 1.1rem;
}

/* line 99, resources/assets/styles/pdf/_body.scss */

.pdf-body__content__event-link {
  font-family: brownpro;
  font-weight: bold;
  font-size: 14px;
  color: #ffc709;
  padding-top: 6px;
}

/* line 107, resources/assets/styles/pdf/_body.scss */

.pdf-body__content__event-information {
  padding-bottom: 5px;
}

/* line 111, resources/assets/styles/pdf/_body.scss */

.pdf-body__content__event-information__title {
  padding-top: 13px;
  padding-bottom: 5px;
  font-family: brownpro;
  font-weight: bold;
  font-size: 14.5px;
  color: #131e1f;
}

/* line 120, resources/assets/styles/pdf/_body.scss */

.pdf-body__content__event-information__section {
  border-bottom: 1px solid #e5e5e5;
  width: 26rem;
  padding-bottom: 9px;
  margin-bottom: 9px;
}

/* line 126, resources/assets/styles/pdf/_body.scss */

.pdf-body__content__event-information__section__title {
  font-weight: normal;
  font-size: 12px;
  width: 5rem;
  display: inline-block;
}

/* line 133, resources/assets/styles/pdf/_body.scss */

.pdf-body__content__event-information__section__content {
  display: inline-block;
  vertical-align: top;
  font-size: 11px;
  color: #c1c1c1;
  padding-top: 7px;
}

/* line 143, resources/assets/styles/pdf/_body.scss */

.pdf-body .pdf-author {
  margin: 0;
  padding: 0;
  overflow: hidden;
  position: relative;
}

/* line 149, resources/assets/styles/pdf/_body.scss */

.pdf-body .pdf-author__content {
  border: 1px solid #ffd64b;
  width: 45%;
  height: 7.3rem;
  position: relative;
  display: block;
  margin-bottom: 1rem;
}

/* line 158, resources/assets/styles/pdf/_body.scss */

.pdf-body .pdf-author__left {
  display: inline-block;
  padding: 0;
  margin: 0;
  width: auto;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}

/* line 168, resources/assets/styles/pdf/_body.scss */

.pdf-body .pdf-author__left img {
  height: auto;
  width: 4.868rem;
  margin-top: 0.8rem;
}

/* line 175, resources/assets/styles/pdf/_body.scss */

.pdf-body .pdf-author__right {
  vertical-align: top;
  display: inline-block;
  padding: 0;
  margin: 0;
  width: auto;
  padding-left: 6.8rem;
  padding-top: 1rem;
  margin-top: -1rem;
  padding-bottom: 1rem;
  position: relative;
}

/* line 187, resources/assets/styles/pdf/_body.scss */

.pdf-body .pdf-author__right .pdf-author__name {
  font-family: brownpro;
  font-weight: bold;
  font-size: 13px;
  line-height: 13px;
  padding-top: 0.5rem;
}

/* line 195, resources/assets/styles/pdf/_body.scss */

.pdf-body .pdf-author__right .pdf-author__job-title,
.pdf-body .pdf-author__right .pdf-author__contact {
  font-family: brownpro;
  font-weight: 300;
  font-size: 10px;
  line-height: 13px;
}

/* line 201, resources/assets/styles/pdf/_body.scss */

.pdf-body .pdf-author__right .pdf-author__job-title span,
.pdf-body .pdf-author__right .pdf-author__contact span {
  color: #d1d1d1;
}

/* line 206, resources/assets/styles/pdf/_body.scss */

.pdf-body .pdf-author__right .pdf-author__job-title {
  margin-bottom: 0.7rem;
  margin-top: -0.3rem;
  line-height: 13px;
}

/* line 218, resources/assets/styles/pdf/_body.scss */

.pdf-body__content__person h2,
.pdf-body__content__person h3 {
  font-size: 14px;
  line-height: 14px;
}

/* line 223, resources/assets/styles/pdf/_body.scss */

.pdf-body__content__person__hero-image {
  height: 19rem;
  display: block;
  position: relative;
  overflow: hidden;
}

/* line 230, resources/assets/styles/pdf/_body.scss */

.pdf-body__content__person__name {
  position: absolute;
  top: 220px;
  left: 48px;
  color: white;
  font-size: 23px;
  font-weight: bold;
}

/* line 240, resources/assets/styles/pdf/_body.scss */

.pdf-body__content__person__job-title {
  position: absolute;
  top: 255px;
  left: 49px;
  color: #ffc709;
  font-size: 12px;
  font-weight: normal;
  text-shadow: 2px 2px #131e1f;
}

/* line 250, resources/assets/styles/pdf/_body.scss */

.pdf-body__content__person__container {
  vertical-align: top;
  position: relative;
}

/* line 254, resources/assets/styles/pdf/_body.scss */

.pdf-body__content__person__container-left {
  vertical-align: top;
  display: inline-block;
  position: relative;
  width: 58%;
  padding-top: 18px;
}

/* line 262, resources/assets/styles/pdf/_body.scss */

.pdf-body__content__person__container-right {
  display: inline-block;
  position: absolute;
  right: 0;
  top: 0;
  width: 30%;
  vertical-align: top;
}

/* line 270, resources/assets/styles/pdf/_body.scss */

.pdf-body__content__person__container-right .section__title {
  font-weight: normal;
  font-size: 12px;
  padding-top: 12px;
}

/* line 276, resources/assets/styles/pdf/_body.scss */

.pdf-body__content__person__container-right p {
  color: #898989;
  font-size: 10px;
  line-height: 11px;
  padding: 0;
  margin: 0;
}

/* line 284, resources/assets/styles/pdf/_body.scss */

.pdf-body__content__person__container-right .section__contact {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 8px;
  margin-bottom: 0px;
}

/* line 289, resources/assets/styles/pdf/_body.scss */

.pdf-body__content__person__container-right .section__contact__container {
  padding-top: 8px;
}

/* line 293, resources/assets/styles/pdf/_body.scss */

.pdf-body__content__person__container-right .section__contact__title {
  display: inline-block;
  position: relative;
  font-size: 10px;
  color: #c1c1c1;
  padding-right: 15px;
}

/* line 301, resources/assets/styles/pdf/_body.scss */

.pdf-body__content__person__container-right .section__contact__content {
  display: inline-block;
  position: relative;
  vertical-align: top;
  font-size: 10px;
  color: #131e1f;
  padding-top: 10px;
}

/* line 316, resources/assets/styles/pdf/_body.scss */

.pdf-body__content__person__background div {
  border-bottom: 1px solid #e5e5e5;
  font-size: 10px;
  padding: 0;
  margin: 0;
  padding-bottom: 12px;
  margin-bottom: 5px;
}

/* line 325, resources/assets/styles/pdf/_body.scss */

.pdf-body__content__person__background div.border-bottom-none {
  border-bottom: none;
}

/* line 1, resources/assets/styles/pdf/_footer.scss */

.pdf-repitive-footer {
  position: fixed;
  bottom: 50px;
  border-top: 1px solid #e5e5e5;
  margin-left: 4.4rem;
  margin-right: 4.4rem;
}

/* line 9, resources/assets/styles/pdf/_footer.scss */

.pdf-repitive-footer__pagination {
  display: inline-block;
  padding: 0;
  margin: 0;
  width: 50%;
  font-size: 10px;
}

/* line 16, resources/assets/styles/pdf/_footer.scss */

.pdf-repitive-footer__pagination span {
  color: #d1d1d1;
}

/* line 21, resources/assets/styles/pdf/_footer.scss */

.pdf-repitive-footer__site-address {
  padding: 0;
  margin: 0;
  width: 50%;
  text-align: right;
  display: inline-block;
  font-family: brownpro;
  font-weight: 300;
  font-size: 10px;
}

@font-face {
  font-family: brownpro;
  src: url(/app/themes/moores/dist/fonts/BrownPro-Regular_d93755a4.woff2) format("woff2"), url(/app/themes/moores/dist/fonts/BrownPro-Regular_558137f9.woff) format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: brownpro;
  src: url(/app/themes/moores/dist/fonts/BrownPro-Bold_c43f10c6.woff2) format("woff2"), url(/app/themes/moores/dist/fonts/BrownPro-Bold_72030a9f.woff) format("woff");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: brownpro;
  src: url(/app/themes/moores/dist/fonts/BrownPro-Light_e74f348c.woff2) format("woff2"), url(/app/themes/moores/dist/fonts/BrownPro-Light_18e35c32.woff) format("woff");
  font-weight: 300;
  font-style: normal;
}

/* line 1, resources/assets/styles/common/_global.scss */

html {
  scroll-behavior: smooth;
}

/* line 5, resources/assets/styles/common/_global.scss */

body {
  padding-top: 96px;
  min-width: 320px;
  font-size: 1rem;
  font-family: brownpro, sans-serif;
  font-weight: 300;
}

@media screen and (min-width: 1000px) {
  /* line 5, resources/assets/styles/common/_global.scss */

  body {
    padding-top: 148px;
  }
}

/* line 17, resources/assets/styles/common/_global.scss */

a.link,
.entry-content a:not(.button):not(.symbol-button) {
  color: #131e1f;
  -webkit-transition: color .2s ease-in;
  -o-transition: color .2s ease-in;
  transition: color .2s ease-in;
}

/* line 21, resources/assets/styles/common/_global.scss */

a.link:hover,
.entry-content a:hover:not(.button):not(.symbol-button) {
  color: #ffc709;
}

/* line 1, resources/assets/styles/common/_bg-cover.scss */

.bg-cover,
.hero,
.super-hero,
header.page-header.super-hero {
  background: center center no-repeat;
  background-size: cover;
}

/* line 6, resources/assets/styles/common/_bg-cover.scss */

.has-opaque-overlay {
  position: relative;
}

/* line 76, resources/assets/styles/utilities/_mixins.scss */

.has-opaque-overlay:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.35);
  z-index: 1;
}

/* line 10, resources/assets/styles/common/_bg-cover.scss */

.has-opaque-overlay > * {
  position: relative;
  z-index: 2;
}

/* line 4, resources/assets/styles/common/_blockquotes.scss */

blockquote p,
blockquote strong {
  color: white;
  font-size: 1.22222rem;
  line-height: 2.5rem;
  font-weight: normal;
}

/* line 11, resources/assets/styles/common/_blockquotes.scss */

blockquote p:before,
blockquote p:after {
  position: relative;
  top: 10px;
  font-size: 2.27778rem;
  line-height: 0rem;
}

/* line 17, resources/assets/styles/common/_blockquotes.scss */

blockquote p:before {
  content: "\201C";
}

/* line 21, resources/assets/styles/common/_blockquotes.scss */

blockquote p:after {
  content: "\201C";
}

/* line 26, resources/assets/styles/common/_blockquotes.scss */

blockquote strong {
  display: block;
  color: #ffc709;
  font-size: 1.33333rem;
  line-height: 1.66667rem;
  margin-top: 25px;
}

/* line 2, resources/assets/styles/modules/_containers.scss */

.container.expanded,
.glide.controls-right .expanded.carousel-controls {
  max-width: 1620px;
}

/* line 6, resources/assets/styles/modules/_containers.scss */

.container.condensed,
.glide.controls-right .condensed.carousel-controls {
  max-width: 1124px;
}

@media screen and (min-width: 1000px) {
  /* line 10, resources/assets/styles/modules/_containers.scss */

  .container.indent,
  .glide.controls-right .indent.carousel-controls {
    padding-left: 40px;
  }
}

/* line 16, resources/assets/styles/modules/_containers.scss */

.container.static,
.glide.controls-right .static.carousel-controls {
  position: static;
}

/* line 3, resources/assets/styles/modules/_columns.scss */

.columns.condensed {
  margin: -10px;
}

/* line 6, resources/assets/styles/modules/_columns.scss */

.columns.condensed .column,
.columns.condensed #footer-top .container > div > div,
#footer-top .columns.condensed .container > div > div,
.columns.condensed #footer-top .glide.controls-right .carousel-controls > div > div,
#footer-top .glide.controls-right .columns.condensed .carousel-controls > div > div,
.columns.condensed .glide.controls-right #footer-top .carousel-controls > div > div,
.glide.controls-right #footer-top .columns.condensed .carousel-controls > div > div {
  padding: 10px;
}

/* line 11, resources/assets/styles/modules/_columns.scss */

.columns.tight {
  margin-top: -7.5px;
}

/* line 14, resources/assets/styles/modules/_columns.scss */

.columns.tight:last-child {
  margin-bottom: -7.5px;
}

/* line 18, resources/assets/styles/modules/_columns.scss */

.columns.tight .column,
.columns.tight #footer-top .container > div > div,
#footer-top .columns.tight .container > div > div,
.columns.tight #footer-top .glide.controls-right .carousel-controls > div > div,
#footer-top .glide.controls-right .columns.tight .carousel-controls > div > div,
.columns.tight .glide.controls-right #footer-top .carousel-controls > div > div,
.glide.controls-right #footer-top .columns.tight .carousel-controls > div > div {
  padding: 7.5px 10px;
}

/* line 23, resources/assets/styles/modules/_columns.scss */

.columns.spaced {
  margin: -40px -80px;
}

/* line 26, resources/assets/styles/modules/_columns.scss */

.columns.spaced .column,
.columns.spaced #footer-top .container > div > div,
#footer-top .columns.spaced .container > div > div,
.columns.spaced #footer-top .glide.controls-right .carousel-controls > div > div,
#footer-top .glide.controls-right .columns.spaced .carousel-controls > div > div,
.columns.spaced .glide.controls-right #footer-top .carousel-controls > div > div,
.glide.controls-right #footer-top .columns.spaced .carousel-controls > div > div {
  padding: 40px 80px;
}

/* line 2, resources/assets/styles/modules/_navigation.scss */

#primary-navigation .navbar-end {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* line 6, resources/assets/styles/modules/_navigation.scss */

#primary-navigation .navbar-end > *:first-child {
  margin-left: 0;
}

/* line 10, resources/assets/styles/modules/_navigation.scss */

#primary-navigation .navbar-end > *:last-child {
  margin-right: 0;
}

@media screen and (min-width: 1000px) {
  /* line 5, resources/assets/styles/modules/_navigation.scss */

  #primary-navigation .navbar-end > * {
    font-size: 1rem;
    line-height: 1.22222rem;
    margin-left: 10px;
    margin-right: 10px;
  }
}

@media screen and (min-width: 1240px) {
  /* line 5, resources/assets/styles/modules/_navigation.scss */

  #primary-navigation .navbar-end > * {
    font-size: 1.05556rem;
    line-height: 1.22222rem;
    margin-left: 25px;
    margin-right: 25px;
  }
}

/* line 35, resources/assets/styles/modules/_navigation.scss */

#primary-navigation .navbar-item {
  padding: 0;
  position: relative;
  z-index: 999;
}

/* line 40, resources/assets/styles/modules/_navigation.scss */

#primary-navigation .navbar-item.current_page_item,
#primary-navigation .navbar-item.current-menu-item,
#primary-navigation .navbar-item.current_page_parent,
#primary-navigation .navbar-item.current-page-ancestor,
#primary-navigation .navbar-item.current-menu-ancestor {
  position: relative;
  color: #ffc709;
}

@media screen and (min-width: 1000px) {
  /* line 45, resources/assets/styles/modules/_navigation.scss */

  #primary-navigation .navbar-item.current_page_item:after,
  #primary-navigation .navbar-item.current-menu-item:after,
  #primary-navigation .navbar-item.current_page_parent:after,
  #primary-navigation .navbar-item.current-page-ancestor:after,
  #primary-navigation .navbar-item.current-menu-ancestor:after {
    content: "";
    position: absolute;
    bottom: -8px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #ffc709;
  }
}

/* line 62, resources/assets/styles/modules/_navigation.scss */

#primary-navigation .navbar-mega-menu .mega-menu-dropdown .mega-menu-group .navbar-item {
  display: inline-block;
  height: auto;
  width: 100%;
}

/* line 70, resources/assets/styles/modules/_navigation.scss */

#primary-navigation .navbar-mega-menu > .navbar-item {
  margin-left: 0;
  margin-right: 0;
}

/* line 74, resources/assets/styles/modules/_navigation.scss */

#primary-navigation .navbar-mega-menu > .navbar-item.current-menu-item {
  position: relative;
  color: #ffc709;
}

@media screen and (min-width: 1000px) {
  /* line 79, resources/assets/styles/modules/_navigation.scss */

  #primary-navigation .navbar-mega-menu > .navbar-item.current-menu-item:after {
    content: "";
    position: absolute;
    bottom: -8px;
    width: 100%;
    height: 1px;
    background-color: #ffc709;
  }
}

@media screen and (min-width: 1000px) {
  /* line 92, resources/assets/styles/modules/_navigation.scss */

  #primary-navigation .navbar-mega-menu:hover .mega-menu-dropdown {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: translateY(0);
         -o-transform: translateY(0);
            transform: translateY(0);
  }
}

@media screen and (min-width: 1000px) {
  /* line 101, resources/assets/styles/modules/_navigation.scss */

  #primary-navigation .mega-menu-dropdown {
    position: absolute;
    top: 0;
    padding-top: 148px;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 99;
    opacity: 0;
    pointer-events: none;
    -webkit-transform: translateY(-5px);
         -o-transform: translateY(-5px);
            transform: translateY(-5px);
    -webkit-transition-duration: 86ms;
         -o-transition-duration: 86ms;
            transition-duration: 86ms;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    -o-transition-property: opacity, -o-transform;
    transition-property: opacity, transform;
    transition-property: opacity, transform, -webkit-transform, -o-transform;
  }

  /* line 115, resources/assets/styles/modules/_navigation.scss */

  #primary-navigation .mega-menu-dropdown > section {
    background-color: #131e1f;
    padding: 45px 20px 70px;
  }

  /* line 120, resources/assets/styles/modules/_navigation.scss */

  #primary-navigation .mega-menu-dropdown .container,
  #primary-navigation .mega-menu-dropdown .glide.controls-right .carousel-controls,
  .glide.controls-right #primary-navigation .mega-menu-dropdown .carousel-controls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 1200px;
  }

  /* line 125, resources/assets/styles/modules/_navigation.scss */

  #primary-navigation .mega-menu-dropdown .container .columns,
  #primary-navigation .mega-menu-dropdown .glide.controls-right .carousel-controls .columns,
  .glide.controls-right #primary-navigation .mega-menu-dropdown .carousel-controls .columns {
    width: 100%;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  /* line 133, resources/assets/styles/modules/_navigation.scss */

  #primary-navigation .mega-menu-dropdown .mega-menu-group {
    padding-left: 45px;
    padding-right: 45px;
  }

  /* line 137, resources/assets/styles/modules/_navigation.scss */

  #primary-navigation .mega-menu-dropdown .mega-menu-group .navbar-item {
    margin: 0 0 10px;
    font-size: 0.83333rem;
    line-height: 1.27778rem;
    font-weight: normal;
    letter-spacing: 0.15px;
    color: white;
    -webkit-transition: color .2s ease-in;
    -o-transition: color .2s ease-in;
    transition: color .2s ease-in;
    will-change: color;
  }

  /* line 29, resources/assets/styles/utilities/_mixins.scss */

  #primary-navigation .mega-menu-dropdown .mega-menu-group .navbar-item:hover {
    color: #ffc709;
  }

  /* line 146, resources/assets/styles/modules/_navigation.scss */

  #primary-navigation .mega-menu-dropdown .mega-menu-group .navbar-item.current-page-ancestor:after {
    content: unset;
  }

  /* line 151, resources/assets/styles/modules/_navigation.scss */

  #primary-navigation .mega-menu-dropdown .mega-menu-group .navbar-item.current_page_item {
    color: #ffc709;
    font-weight: normal;
  }

  /* line 155, resources/assets/styles/modules/_navigation.scss */

  #primary-navigation .mega-menu-dropdown .mega-menu-group .navbar-item.current_page_item:after {
    content: unset;
  }

  /* line 160, resources/assets/styles/modules/_navigation.scss */

  #primary-navigation .mega-menu-dropdown .mega-menu-group .navbar-item.group-heading {
    font-size: 1.16667rem;
    line-height: 1.83333rem;
    font-weight: normal;
    letter-spacing: 0.21px;
  }
}

/* line 173, resources/assets/styles/modules/_navigation.scss */

.navbar-search svg path,
.navbar-search svg circle {
  stroke: #b5b5b5;
}

/* line 178, resources/assets/styles/modules/_navigation.scss */

.navbar-search .navbar-item > svg {
  width: 26px;
  height: 23px;
}

/* line 183, resources/assets/styles/modules/_navigation.scss */

.navbar-search .mega-menu-dropdown {
  height: 508px;
}

/* line 186, resources/assets/styles/modules/_navigation.scss */

.navbar-search .mega-menu-dropdown > section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  padding-top: 130px;
  padding-bottom: 230px;
}

/* line 194, resources/assets/styles/modules/_navigation.scss */

.navbar-search .mega-menu-dropdown .container,
.navbar-search .mega-menu-dropdown .glide.controls-right .carousel-controls,
.glide.controls-right .navbar-search .mega-menu-dropdown .carousel-controls {
  max-width: 920px !important;
}

/* line 199, resources/assets/styles/modules/_navigation.scss */

.navbar-search label {
  display: none;
}

/* line 203, resources/assets/styles/modules/_navigation.scss */

.navbar-search form {
  position: relative;
}

/* line 207, resources/assets/styles/modules/_navigation.scss */

.navbar-search form,
.navbar-search input {
  width: 100%;
}

/* line 211, resources/assets/styles/modules/_navigation.scss */

.navbar-search input {
  font-size: 2rem;
  line-height: 2rem;
  color: #b5b5b5;
  outline: none;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #898989;
  padding: 10px 70px 10px 18px;
  font-weight: 300;
}

/* line 68, node_modules/bulma/sass/utilities/mixins.sass */

.navbar-search input::-moz-placeholder {
  color: #898989;
}

/* line 68, node_modules/bulma/sass/utilities/mixins.sass */

.navbar-search input::-webkit-input-placeholder {
  color: #898989;
}

/* line 68, node_modules/bulma/sass/utilities/mixins.sass */

.navbar-search input:-moz-placeholder {
  color: #898989;
}

/* line 68, node_modules/bulma/sass/utilities/mixins.sass */

.navbar-search input:-ms-input-placeholder {
  color: #898989;
}

/* line 226, resources/assets/styles/modules/_navigation.scss */

.navbar-search button {
  position: absolute;
  top: 20px;
  right: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  background-color: transparent;
  z-index: 2;
  outline: none;
  cursor: pointer;
}

/* line 237, resources/assets/styles/modules/_navigation.scss */

.navbar-search button svg {
  width: 34px;
  height: 28px;
}

/* line 244, resources/assets/styles/modules/_navigation.scss */

body.touch-menu-open {
  position: relative;
  height: 100vh;
  overflow: hidden;
}

/* line 249, resources/assets/styles/modules/_navigation.scss */

body.touch-menu-open #primary-navigation {
  opacity: 1;
  height: 100vh;
  pointer-events: auto;
}

/* line 1, resources/assets/styles/modules/_typography.scss */

html {
  font-size: 16px;
}

@media screen and (min-width: 1240px) {
  /* line 1, resources/assets/styles/modules/_typography.scss */

  html {
    font-size: 18px;
  }
}

/* line 14, resources/assets/styles/modules/_typography.scss */

h1.title,
.entry-content h1,
h2.title,
.entry-content h2,
h3.title,
.entry-content h3,
h4.title,
.entry-content h4,
h5.title,
.entry-content h5,
h6.title,
.entry-content h6 {
  letter-spacing: -0.025em;
}

/* line 19, resources/assets/styles/modules/_typography.scss */

h1.two-tone span,
h2.two-tone span,
h3.two-tone span,
h4.two-tone span,
h5.two-tone span,
h6.two-tone span {
  color: #c1c1c1;
}

/* line 25, resources/assets/styles/modules/_typography.scss */

p {
  font-size: 1.22222rem;
  line-height: 1.72222rem;
  font-weight: 300;
}

/* line 29, resources/assets/styles/modules/_typography.scss */

p.large {
  font-size: 1.44444rem;
  line-height: 2.16667rem;
}

/* line 34, resources/assets/styles/modules/_typography.scss */

.callout p,
p.callout {
  font-size: 1.61111rem;
  line-height: 2.27778rem;
  color: #898989;
  margin-bottom: 30px;
  max-width: 930px;
  font-weight: normal;
}

/* line 1, resources/assets/styles/modules/_call-to-action.scss */

.call-to-action {
  padding: 60px 25px;
}

@media screen and (min-width: 1000px) {
  /* line 1, resources/assets/styles/modules/_call-to-action.scss */

  .call-to-action {
    padding: 125px 25px 140px;
  }
}

/* line 8, resources/assets/styles/modules/_call-to-action.scss */

.call-to-action.no-outer-padding-y {
  padding-top: 0;
  padding-bottom: 0;
}

/* line 12, resources/assets/styles/modules/_call-to-action.scss */

.call-to-action.no-outer-padding-y > .container,
.glide.controls-right .call-to-action.no-outer-padding-y > .carousel-controls {
  padding-top: 60px;
  padding-bottom: 60px;
}

@media screen and (min-width: 1000px) {
  /* line 12, resources/assets/styles/modules/_call-to-action.scss */

  .call-to-action.no-outer-padding-y > .container,
  .glide.controls-right .call-to-action.no-outer-padding-y > .carousel-controls {
    padding-top: 125px;
    padding-bottom: 140px;
  }
}

@media screen and (min-width: 1000px) {
  /* line 25, resources/assets/styles/modules/_call-to-action.scss */

  .call-to-action.indent .container,
  .call-to-action.indent .glide.controls-right .carousel-controls,
  .glide.controls-right .call-to-action.indent .carousel-controls {
    padding-left: 40px;
  }
}

@media screen and (min-width: 1000px) {
  /* line 33, resources/assets/styles/modules/_call-to-action.scss */

  .call-to-action.condensed .container *,
  .call-to-action.condensed .glide.controls-right .carousel-controls *,
  .glide.controls-right .call-to-action.condensed .carousel-controls * {
    max-width: 600px;
  }
}

/* line 40, resources/assets/styles/modules/_call-to-action.scss */

.call-to-action:not(.has-background-grey-lighter) *,
.call-to-action:not(.has-background-grey-lighter) .symbol-button {
  color: white;
}

/* line 45, resources/assets/styles/modules/_call-to-action.scss */

.call-to-action:not(.has-background-grey-lighter) .symbol-button:hover,
.call-to-action:not(.has-background-grey-lighter) .symbol-button:focus {
  color: #ffc709;
}

/* line 51, resources/assets/styles/modules/_call-to-action.scss */

.call-to-action h3.title,
.call-to-action .entry-content h3,
.entry-content .call-to-action h3 {
  margin-bottom: 20px;
}

@media screen and (min-width: 1000px) {
  /* line 51, resources/assets/styles/modules/_call-to-action.scss */

  .call-to-action h3.title,
  .call-to-action .entry-content h3,
  .entry-content .call-to-action h3 {
    margin-bottom: 15px;
  }
}

/* line 59, resources/assets/styles/modules/_call-to-action.scss */

.call-to-action p {
  margin-bottom: 20px;
  max-width: 530px;
}

@media screen and (min-width: 1000px) {
  /* line 59, resources/assets/styles/modules/_call-to-action.scss */

  .call-to-action p {
    margin-bottom: 20px;
  }
}

/* line 68, resources/assets/styles/modules/_call-to-action.scss */

.call-to-action ul {
  list-style: disc;
  margin: 40px;
}

/* line 73, resources/assets/styles/modules/_call-to-action.scss */

.call-to-action ol {
  margin: 40px;
}

/* line 79, resources/assets/styles/modules/_call-to-action.scss */

.call-to-action ul li ul,
.call-to-action ul li ol,
.call-to-action ol li ul,
.call-to-action ol li ol {
  margin-top: 0;
  margin-bottom: 0;
}

/* line 87, resources/assets/styles/modules/_call-to-action.scss */

.call-to-action.light * {
  color: #131e1f;
}

/* line 95, resources/assets/styles/modules/_call-to-action.scss */

.call-to-action.has-thumbnail .container,
.call-to-action.has-thumbnail .glide.controls-right .carousel-controls,
.glide.controls-right .call-to-action.has-thumbnail .carousel-controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 767px) {
  /* line 95, resources/assets/styles/modules/_call-to-action.scss */

  .call-to-action.has-thumbnail .container,
  .call-to-action.has-thumbnail .glide.controls-right .carousel-controls,
  .glide.controls-right .call-to-action.has-thumbnail .carousel-controls {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

/* line 102, resources/assets/styles/modules/_call-to-action.scss */

.call-to-action.has-thumbnail .container .left,
.call-to-action.has-thumbnail .glide.controls-right .carousel-controls .left,
.glide.controls-right .call-to-action.has-thumbnail .carousel-controls .left {
  max-width: unset;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 70%;
          flex: 1 1 70%;
}

@media screen and (max-width: 767px) {
  /* line 102, resources/assets/styles/modules/_call-to-action.scss */

  .call-to-action.has-thumbnail .container .left,
  .call-to-action.has-thumbnail .glide.controls-right .carousel-controls .left,
  .glide.controls-right .call-to-action.has-thumbnail .carousel-controls .left {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

/* line 111, resources/assets/styles/modules/_call-to-action.scss */

.call-to-action.has-thumbnail .container .right,
.call-to-action.has-thumbnail .glide.controls-right .carousel-controls .right,
.glide.controls-right .call-to-action.has-thumbnail .carousel-controls .right {
  padding-left: 3rem;
  max-width: unset;
}

@media screen and (max-width: 767px) {
  /* line 111, resources/assets/styles/modules/_call-to-action.scss */

  .call-to-action.has-thumbnail .container .right,
  .call-to-action.has-thumbnail .glide.controls-right .carousel-controls .right,
  .glide.controls-right .call-to-action.has-thumbnail .carousel-controls .right {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding-bottom: 2rem;
    padding-left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    max-height: 24rem;
  }
}

/* line 125, resources/assets/styles/modules/_call-to-action.scss */

.call-to-action.has-thumbnail .container .right img,
.call-to-action.has-thumbnail .glide.controls-right .carousel-controls .right img,
.glide.controls-right .call-to-action.has-thumbnail .carousel-controls .right img {
  max-width: 15rem;
  -webkit-filter: drop-shadow(8px 9px 2px #949494);
          filter: drop-shadow(8px 9px 2px #949494);
}

@media screen and (min-width: 1000px) {
  /* line 1, resources/assets/styles/modules/_page-header.scss */

  header.page-header {
    padding: 20px 25px;
  }
}

@media screen and (min-width: 1240px) {
  /* line 1, resources/assets/styles/modules/_page-header.scss */

  header.page-header {
    padding: 20px 100px;
  }
}

@media screen and (min-width: 1384px) {
  /* line 1, resources/assets/styles/modules/_page-header.scss */

  header.page-header {
    padding: 20px 100px;
  }
}

/* line 15, resources/assets/styles/modules/_page-header.scss */

header.page-header .container,
header.page-header .glide.controls-right .carousel-controls,
.glide.controls-right header.page-header .carousel-controls {
  max-width: 1123px;
}

@media screen and (min-width: 1000px) {
  /* line 15, resources/assets/styles/modules/_page-header.scss */

  header.page-header .container,
  header.page-header .glide.controls-right .carousel-controls,
  .glide.controls-right header.page-header .carousel-controls {
    max-width: 960px;
  }
}

@media screen and (min-width: 1240px) {
  /* line 15, resources/assets/styles/modules/_page-header.scss */

  header.page-header .container,
  header.page-header .glide.controls-right .carousel-controls,
  .glide.controls-right header.page-header .carousel-controls {
    max-width: 1200px;
  }
}

@media screen and (min-width: 1384px) {
  /* line 26, resources/assets/styles/modules/_page-header.scss */

  header.page-header .container:not(.condensed),
  header.page-header .glide.controls-right .carousel-controls:not(.condensed),
  .glide.controls-right header.page-header .carousel-controls:not(.condensed) {
    max-width: 1344px;
  }
}

/* line 33, resources/assets/styles/modules/_page-header.scss */

header.page-header.hero {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  min-height: 360px;
  padding-top: 60px;
  padding-bottom: 60px;
  background: center center no-repeat;
  background-size: cover;
  background-image: attr(data-expertise-child-top-background);
}

/* line 44, resources/assets/styles/modules/_page-header.scss */

header.page-header.hero > div {
  position: relative;
  z-index: 2;
}

/* line 49, resources/assets/styles/modules/_page-header.scss */

header.page-header.hero * {
  color: white;
}

/* line 76, resources/assets/styles/utilities/_mixins.scss */

header.page-header.hero:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.35);
  z-index: 1;
}

/* line 57, resources/assets/styles/modules/_page-header.scss */

header.page-header.simple h1,
header.page-header.simple h2 {
  max-width: 890px;
}

/* line 63, resources/assets/styles/modules/_page-header.scss */

header.page-header:not(.hero):not(.simple) h1 {
  border-bottom: 2px solid #e5e5e5;
  padding-bottom: 40px;
  margin-top: 20px;
  margin-bottom: 25px;
}

/* line 70, resources/assets/styles/modules/_page-header.scss */

header.page-header:not(.hero):not(.simple) h1.no-underline {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
  line-height: 3rem;
  margin-top: 0;
}

@media screen and (min-width: 768px), print {
  /* line 70, resources/assets/styles/modules/_page-header.scss */

  header.page-header:not(.hero):not(.simple) h1.no-underline {
    margin-top: 6rem;
  }
}

@media screen and (min-width: 1000px) {
  /* line 82, resources/assets/styles/modules/_page-header.scss */

  header.page-header:not(.hero):not(.simple) .container,
  header.page-header:not(.hero):not(.simple) .glide.controls-right .carousel-controls,
  .glide.controls-right header.page-header:not(.hero):not(.simple) .carousel-controls {
    -webkit-box-pack: normal;
        -ms-flex-pack: normal;
            justify-content: normal;
  }
}

/* line 90, resources/assets/styles/modules/_page-header.scss */

.page-hero-image,
.page-hero-image-mobile {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: center center no-repeat;
  background-size: cover;
  display: none;
}

@media screen and (min-width: 768px), print {
  /* line 90, resources/assets/styles/modules/_page-header.scss */

  .page-hero-image,
  .page-hero-image-mobile {
    display: block;
  }
}

/* line 106, resources/assets/styles/modules/_page-header.scss */

.page-hero-image-mobile {
  display: block;
}

@media screen and (min-width: 768px), print {
  /* line 106, resources/assets/styles/modules/_page-header.scss */

  .page-hero-image-mobile {
    display: none;
  }
}

/* line 1, resources/assets/styles/modules/_breadcrumbs.scss */

.breadcrumbs {
  color: #131e1f;
  font-size: 0.88889rem;
  line-height: 1.55556rem;
  font-weight: 300;
  padding-top: 15px;
}

/* line 8, resources/assets/styles/modules/_breadcrumbs.scss */

.breadcrumbs .container > span > span a,
.breadcrumbs .glide.controls-right .carousel-controls > span > span a,
.glide.controls-right .breadcrumbs .carousel-controls > span > span a,
.breadcrumbs .container > span > span span,
.breadcrumbs .glide.controls-right .carousel-controls > span > span span,
.glide.controls-right .breadcrumbs .carousel-controls > span > span span {
  display: inline-block;
}

/* line 12, resources/assets/styles/modules/_breadcrumbs.scss */

.breadcrumbs .container > span > span a,
.breadcrumbs .glide.controls-right .carousel-controls > span > span a,
.glide.controls-right .breadcrumbs .carousel-controls > span > span a {
  margin-right: 15px;
  color: #131e1f;
  -webkit-transition: color .2s ease-in;
  -o-transition: color .2s ease-in;
  transition: color .2s ease-in;
  will-change: color;
}

/* line 29, resources/assets/styles/utilities/_mixins.scss */

.breadcrumbs .container > span > span a:hover,
.breadcrumbs .glide.controls-right .carousel-controls > span > span a:hover,
.glide.controls-right .breadcrumbs .carousel-controls > span > span a:hover {
  color: #ffc709;
}

/* line 18, resources/assets/styles/modules/_breadcrumbs.scss */

.breadcrumbs .container > span > span span,
.breadcrumbs .glide.controls-right .carousel-controls > span > span span,
.glide.controls-right .breadcrumbs .carousel-controls > span > span span {
  margin-left: 15px;
}

/* line 1, resources/assets/styles/modules/_social-share.scss */

.social-share {
  width: 100%;
  height: 25px;
}

/* line 5, resources/assets/styles/modules/_social-share.scss */

.social-share > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-item-align: end;
      align-self: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: -10px;
  margin-right: -10px;
  height: inherit;
}

@media screen and (min-width: 768px), print {
  /* line 5, resources/assets/styles/modules/_social-share.scss */

  .social-share > div {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-left: -15px;
    margin-right: -15px;
  }
}

/* line 20, resources/assets/styles/modules/_social-share.scss */

.social-share > div span {
  display: block;
  margin-left: 10px;
  margin-right: 10px;
  outline: none;
  cursor: pointer;
  height: inherit;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 2rem;
          flex: 0 0 2rem;
}

@media screen and (min-width: 768px), print {
  /* line 20, resources/assets/styles/modules/_social-share.scss */

  .social-share > div span {
    margin-left: 15px;
    margin-right: 15px;
  }
}

/* line 34, resources/assets/styles/modules/_social-share.scss */

.social-share > div span:hover svg path {
  fill: #ffc709;
}

/* line 40, resources/assets/styles/modules/_social-share.scss */

.social-share svg {
  height: inherit;
}

/* line 43, resources/assets/styles/modules/_social-share.scss */

.social-share svg path {
  -webkit-transition: fill .2s ease-in;
  -o-transition: fill .2s ease-in;
  transition: fill .2s ease-in;
  fill: #c8c8c8;
}

/* line 1, resources/assets/styles/modules/_entry-content.scss */

.entry-content {
  max-width: 1125px;
  margin-bottom: 40px;
  font-size: 1.22222rem;
  line-height: 1.88889rem;
}

@media screen and (min-width: 1000px) {
  /* line 1, resources/assets/styles/modules/_entry-content.scss */

  .entry-content {
    margin-bottom: 100px;
  }
}

/* line 10, resources/assets/styles/modules/_entry-content.scss */

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
  letter-spacing: -0.025em;
}

/* line 16, resources/assets/styles/modules/_entry-content.scss */

.entry-content h2:first-child,
.entry-content h3:first-child,
.entry-content h4:first-child,
.entry-content h5:first-child,
.entry-content h6:first-child {
  margin-bottom: 30px;
}

/* line 21, resources/assets/styles/modules/_entry-content.scss */

.entry-content h1,
.entry-content h2 {
  margin-bottom: 40px;
}

/* line 28, resources/assets/styles/modules/_entry-content.scss */

.entry-content h1:not(:first-of-type) {
  margin-top: 60px;
}

/* line 32, resources/assets/styles/modules/_entry-content.scss */

.entry-content h1 span {
  color: #c1c1c1;
}

/* line 41, resources/assets/styles/modules/_entry-content.scss */

.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
  margin-bottom: 10px;
}

/* line 45, resources/assets/styles/modules/_entry-content.scss */

.entry-content h3 {
  line-height: 2.33333rem;
  font-weight: normal;
  font-size: 1.667rem;
}

/* line 52, resources/assets/styles/modules/_entry-content.scss */

.entry-content h4 {
  font-weight: normal;
  font-size: 1.444rem;
}

/* line 58, resources/assets/styles/modules/_entry-content.scss */

.entry-content h5 {
  font-weight: normal;
}

/* line 63, resources/assets/styles/modules/_entry-content.scss */

.entry-content h6 {
  font-weight: normal;
}

/* line 68, resources/assets/styles/modules/_entry-content.scss */

.entry-content a:not(.button):not(.symbol-button) {
  font-weight: normal;
  border-bottom: 2px solid #f4f4f4;
  -webkit-transition: border .2s ease-in;
  -o-transition: border .2s ease-in;
  transition: border .2s ease-in;
}

/* line 74, resources/assets/styles/modules/_entry-content.scss */

.entry-content a:not(.button):not(.symbol-button):hover {
  border-bottom: 2px solid #ffc709;
  -webkit-transition: border .2s ease-out;
  -o-transition: border .2s ease-out;
  transition: border .2s ease-out;
}

/* line 80, resources/assets/styles/modules/_entry-content.scss */

.entry-content p,
.entry-content ul,
.entry-content ol {
  font-size: 1.22222rem;
  line-height: 1.88889rem;
  font-weight: 300;
  margin-bottom: 30px;
}

/* line 88, resources/assets/styles/modules/_entry-content.scss */

.entry-content:not(.tight) p + *:not(p):not(hr),
.entry-content:not(.tight) ul + *:not(p):not(hr),
.entry-content:not(.tight) ol + *:not(p):not(hr) {
  margin-top: 40px;
}

/* line 95, resources/assets/styles/modules/_entry-content.scss */

.entry-content p.callout {
  font-size: 1.44444rem;
  line-height: 2rem;
  letter-spacing: -0.025em;
  margin: 30px 0;
}

/* line 102, resources/assets/styles/modules/_entry-content.scss */

.entry-content ul,
.entry-content ol {
  margin: 40px 0 40px 48px;
}

/* line 106, resources/assets/styles/modules/_entry-content.scss */

.entry-content ul li ul,
.entry-content ul li ol,
.entry-content ol li ul,
.entry-content ol li ol {
  margin-top: 0;
  margin-bottom: 0;
}

/* line 113, resources/assets/styles/modules/_entry-content.scss */

.entry-content ul {
  list-style: disc;
  margin-left: 42px;
}

/* line 118, resources/assets/styles/modules/_entry-content.scss */

.entry-content hr {
  background-color: #e5e5e5;
  margin: 30px 0;
}

/* line 123, resources/assets/styles/modules/_entry-content.scss */

.entry-content .symbol-button {
  font-weight: normal;
  font-size: 1.22222rem;
  line-height: 1.88889rem;
  letter-spacing: -0.025em;
}

/* line 129, resources/assets/styles/modules/_entry-content.scss */

.entry-content table {
  width: 100%;
  margin: 50px 0;
}

/* line 133, resources/assets/styles/modules/_entry-content.scss */

.entry-content table th {
  font-weight: normal;
}

/* line 137, resources/assets/styles/modules/_entry-content.scss */

.entry-content table th,
.entry-content table td {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px 5px;
}

/* line 141, resources/assets/styles/modules/_entry-content.scss */

.entry-content table th:first-child,
.entry-content table td:first-child {
  padding-left: 0;
}

/* line 145, resources/assets/styles/modules/_entry-content.scss */

.entry-content table th:last-child,
.entry-content table td:last-child {
  padding-right: 0;
}

/* line 152, resources/assets/styles/modules/_entry-content.scss */

.entry-content table thead tr th {
  font-weight: bold;
  border-bottom: 1px solid #e1e0dc;
}

/* line 161, resources/assets/styles/modules/_entry-content.scss */

.entry-content table tbody tr td {
  font-weight: 300;
  border-bottom: 1px solid #e1e0dc;
}

/* line 169, resources/assets/styles/modules/_entry-content.scss */

.entry-content blockquote {
  margin-left: auto;
  margin-right: auto;
  padding-left: 25px;
}

/* line 175, resources/assets/styles/modules/_entry-content.scss */

.entry-content blockquote p {
  color: #131e1f;
  margin-bottom: 10px;
  font-weight: normal;
}

/* line 185, resources/assets/styles/modules/_entry-content.scss */

.entry-content .wpcp-carousel-wrapper .wpcp-video-carousel .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* line 190, resources/assets/styles/modules/_entry-content.scss */

.entry-content .wpcp-carousel-wrapper .wpcp-video-carousel .slick-slide > div:first-child {
  height: 100%;
}

/* line 194, resources/assets/styles/modules/_entry-content.scss */

.entry-content .wpcp-carousel-wrapper .wpcp-video-carousel .slick-slide .wcp-video-item {
  height: 100%;
  max-height: 26rem;
}

/* line 199, resources/assets/styles/modules/_entry-content.scss */

.entry-content .wpcp-carousel-wrapper .wpcp-video-carousel .slick-slide .wpcp-all-captions {
  height: 100%;
}

/* line 208, resources/assets/styles/modules/_entry-content.scss */

.entry-content .wpcp-carousel-wrapper .slick-slide {
  height: auto;
  vertical-align: top !important;
}

/* line 214, resources/assets/styles/modules/_entry-content.scss */

.entry-content .wpcp-carousel-wrapper ul.slick-dots li {
  display: inline-block !important;
  height: 40px;
}

/* line 218, resources/assets/styles/modules/_entry-content.scss */

.entry-content .wpcp-carousel-wrapper ul.slick-dots li button::before {
  content: none;
}

/* line 1, resources/assets/styles/modules/_authors.scss */

.author-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  max-width: 880px;
  min-height: 230px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #ffc709;
}

@media screen and (min-width: 768px), print {
  /* line 1, resources/assets/styles/modules/_authors.scss */

  .author-card {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

/* line 14, resources/assets/styles/modules/_authors.scss */

.author-card:last-child {
  margin-bottom: 0;
}

/* line 18, resources/assets/styles/modules/_authors.scss */

.author-card picture {
  background: center center no-repeat;
  background-size: cover;
  width: 100%;
  -webkit-transition: -webkit-filter 300ms ease-out;
  transition: -webkit-filter 300ms ease-out;
  -o-transition: filter 300ms ease-out;
  transition: filter 300ms ease-out;
  transition: filter 300ms ease-out, -webkit-filter 300ms ease-out;
  position: relative;
}

/* line 24, resources/assets/styles/modules/_authors.scss */

.author-card picture a {
  display: block;
  width: 100%;
  height: 100%;
}

/* line 60, resources/assets/styles/utilities/_mixins.scss */

.author-card picture:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 120%;
}

/* line 66, resources/assets/styles/utilities/_mixins.scss */

.author-card picture > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

@media screen and (min-width: 768px), print {
  /* line 18, resources/assets/styles/modules/_authors.scss */

  .author-card picture {
    position: static;
    width: 186px;
    height: inherit;
  }

  /* line 37, resources/assets/styles/modules/_authors.scss */

  .author-card picture:before {
    display: none;
  }
}

/* line 42, resources/assets/styles/modules/_authors.scss */

.author-card picture:hover {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}

/* line 47, resources/assets/styles/modules/_authors.scss */

.author-card article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-line-pack: distribute;
      align-content: space-around;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 30px;
}

/* line 64, resources/assets/styles/modules/_authors.scss */

.author-card article a.author-title {
  color: #363434;
}

/* line 67, resources/assets/styles/modules/_authors.scss */

.author-card article a.author-title:hover {
  color: #ffc709;
}

/* line 73, resources/assets/styles/modules/_authors.scss */

.author-card .columns {
  margin: -6px;
}

/* line 76, resources/assets/styles/modules/_authors.scss */

.author-card .columns .column,
.author-card .columns #footer-top .container > div > div,
#footer-top .author-card .columns .container > div > div,
.author-card .columns #footer-top .glide.controls-right .carousel-controls > div > div,
#footer-top .glide.controls-right .author-card .columns .carousel-controls > div > div,
.author-card .columns .glide.controls-right #footer-top .carousel-controls > div > div,
.glide.controls-right #footer-top .author-card .columns .carousel-controls > div > div {
  padding: 6px;
}

/* line 81, resources/assets/styles/modules/_authors.scss */

.author-card h4,
.author-card h3 {
  color: #131e1f;
  letter-spacing: -0.025em;
}

/* line 86, resources/assets/styles/modules/_authors.scss */

.author-card h4 {
  font-size: 1.66667rem;
  line-height: 1.77778rem;
  font-weight: bold;
}

/* line 91, resources/assets/styles/modules/_authors.scss */

.author-card h3 {
  font-size: 1.44444rem;
  line-height: 1.77778rem;
  font-weight: 300;
  margin-bottom: 40px;
}

/* line 97, resources/assets/styles/modules/_authors.scss */

.author-card p {
  font-size: 1.22222rem;
  line-height: 1.55556rem;
  color: #c1c1c1;
  letter-spacing: -0.025em;
  font-weight: 300;
}

/* line 103, resources/assets/styles/modules/_authors.scss */

.author-card p span,
.author-card p a {
  color: #131e1f;
}

/* line 107, resources/assets/styles/modules/_authors.scss */

.author-card p a {
  -webkit-transition: color .2s ease-in;
  -o-transition: color .2s ease-in;
  transition: color .2s ease-in;
  will-change: color;
}

/* line 29, resources/assets/styles/utilities/_mixins.scss */

.author-card p a:hover {
  color: #ffc709;
}

/* line 1, resources/assets/styles/modules/_people.scss */

.person {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 100%;
  min-height: 640px;
  background: center center no-repeat;
  background-size: cover;
  padding: 35px 25px;
  overflow: hidden;
  max-width: none;
}

@media screen and (min-width: 1000px) {
  /* line 1, resources/assets/styles/modules/_people.scss */

  .person {
    max-width: 313.5px;
  }
}

/* line 76, resources/assets/styles/utilities/_mixins.scss */

.person:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.35);
  z-index: 1;
}

@media screen and (min-width: 1000px) {
  /* line 1, resources/assets/styles/modules/_people.scss */

  .person {
    min-height: 392px;
  }
}

/* line 24, resources/assets/styles/modules/_people.scss */

.person .person__image {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: -webkit-transform 300ms ease-in, -webkit-filter 300ms ease-in;
  transition: -webkit-transform 300ms ease-in, -webkit-filter 300ms ease-in;
  -o-transition: filter 300ms ease-in, -o-transform 300ms ease-in;
  transition: transform 300ms ease-in, filter 300ms ease-in;
  transition: transform 300ms ease-in, filter 300ms ease-in, -webkit-transform 300ms ease-in, -o-transform 300ms ease-in, -webkit-filter 300ms ease-in;
  -webkit-transform: scale(1);
       -o-transform: scale(1);
          transform: scale(1);
  background-position: top center;
}

/* line 37, resources/assets/styles/modules/_people.scss */

.person h4,
.person h5 {
  position: relative;
  letter-spacing: -0.025em;
  z-index: 2;
}

/* line 43, resources/assets/styles/modules/_people.scss */

.person h4 {
  font-size: 1.22222rem;
  line-height: 1.44444rem;
  font-weight: bold;
  color: white;
  margin-bottom: 5px;
  -webkit-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
}

/* line 51, resources/assets/styles/modules/_people.scss */

.person h5 {
  font-size: 1rem;
  line-height: 1.44444rem;
  color: #ffc709;
  font-weight: normal;
}

/* line 57, resources/assets/styles/modules/_people.scss */

.person h5.person__title {
  font-size: 1.11rem;
}

/* line 61, resources/assets/styles/modules/_people.scss */

.person:hover h4 {
  color: #ffc709;
}

/* line 66, resources/assets/styles/modules/_people.scss */

.person:hover .person__image {
  -webkit-transition: -webkit-filter 300ms ease-out;
  transition: -webkit-filter 300ms ease-out;
  -o-transition: filter 300ms ease-out;
  transition: filter 300ms ease-out;
  transition: filter 300ms ease-out, -webkit-filter 300ms ease-out;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}

/* line 75, resources/assets/styles/modules/_people.scss */

#single-people-meta {
  padding-top: 20px;
}

@media screen and (min-width: 1000px) {
  /* line 75, resources/assets/styles/modules/_people.scss */

  #single-people-meta {
    padding-top: 60px;
  }
}

/* line 82, resources/assets/styles/modules/_people.scss */

#single-people-meta .social-share > div {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

/* line 87, resources/assets/styles/modules/_people.scss */

#single-people-header {
  min-height: 20rem;
}

/* line 90, resources/assets/styles/modules/_people.scss */

#single-people-header .container.people,
#single-people-header .glide.controls-right .people.carousel-controls,
.glide.controls-right #single-people-header .people.carousel-controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: inherit;
  min-height: inherit;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: -20px;
  margin-bottom: -20px;
  max-width: 1124px;
  padding-bottom: 4rem;
}

@media screen and (max-width: 767px) {
  /* line 90, resources/assets/styles/modules/_people.scss */

  #single-people-header .container.people,
  #single-people-header .glide.controls-right .people.carousel-controls,
  .glide.controls-right #single-people-header .people.carousel-controls {
    padding-bottom: 2rem;
  }
}

@media screen and (min-width: 768px), print {
  /* line 90, resources/assets/styles/modules/_people.scss */

  #single-people-header .container.people,
  #single-people-header .glide.controls-right .people.carousel-controls,
  .glide.controls-right #single-people-header .people.carousel-controls {
    padding-bottom: 4rem;
  }
}

@media screen and (max-width: 767px) {
  /* line 119, resources/assets/styles/modules/_people.scss */

  #single-people-header .container.people h1,
  #single-people-header .glide.controls-right .people.carousel-controls h1,
  .glide.controls-right #single-people-header .people.carousel-controls h1 {
    font-size: 1.4rem !important;
    line-height: 1rem !important;
  }
}

@media screen and (min-width: 768px), print {
  /* line 119, resources/assets/styles/modules/_people.scss */

  #single-people-header .container.people h1,
  #single-people-header .glide.controls-right .people.carousel-controls h1,
  .glide.controls-right #single-people-header .people.carousel-controls h1 {
    font-size: 2.66667rem !important;
    line-height: 2.88889rem !important;
  }
}

@media screen and (max-width: 767px) {
  /* line 131, resources/assets/styles/modules/_people.scss */

  #single-people-header .container.people h2,
  #single-people-header .glide.controls-right .people.carousel-controls h2,
  .glide.controls-right #single-people-header .people.carousel-controls h2 {
    font-size: 1.1rem;
  }
}

@media screen and (min-width: 768px), print {
  /* line 131, resources/assets/styles/modules/_people.scss */

  #single-people-header .container.people h2,
  #single-people-header .glide.controls-right .people.carousel-controls h2,
  .glide.controls-right #single-people-header .people.carousel-controls h2 {
    font-size: 1.44444rem;
    line-height: 2rem;
  }
}

/* line 145, resources/assets/styles/modules/_people.scss */

#single-people > .container,
.glide.controls-right #single-people > .carousel-controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (min-width: 1000px) {
  /* line 145, resources/assets/styles/modules/_people.scss */

  #single-people > .container,
  .glide.controls-right #single-people > .carousel-controls {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}

/* line 155, resources/assets/styles/modules/_people.scss */

#single-people main {
  margin-right: 0;
  width: 100%;
}

@media screen and (min-width: 1000px) {
  /* line 155, resources/assets/styles/modules/_people.scss */

  #single-people main {
    margin-right: 25px;
    width: 600px;
  }
}

@media screen and (min-width: 1240px) {
  /* line 155, resources/assets/styles/modules/_people.scss */

  #single-people main {
    margin-right: 55px;
  }
}

/* line 169, resources/assets/styles/modules/_people.scss */

#single-people aside {
  margin-left: 0;
  width: 100%;
  top: 6px;
  position: relative;
}

@media screen and (min-width: 1000px) {
  /* line 169, resources/assets/styles/modules/_people.scss */

  #single-people aside {
    margin-left: 25px;
    width: 425px;
  }
}

@media screen and (min-width: 1240px) {
  /* line 169, resources/assets/styles/modules/_people.scss */

  #single-people aside {
    margin-left: 55px;
  }
}

/* line 184, resources/assets/styles/modules/_people.scss */

#single-people aside h3 {
  font-size: 1.44444rem;
  line-height: 1.77778rem;
  color: #131e1f;
  margin-bottom: 10px;
}

/* line 190, resources/assets/styles/modules/_people.scss */

#single-people aside > a {
  display: block;
  font-size: 1.22222rem;
  line-height: 1.44444rem;
  color: #898989;
  -webkit-transition: color .2s ease-in;
  -o-transition: color .2s ease-in;
  transition: color .2s ease-in;
  will-change: color;
  font-weight: 300;
  letter-spacing: -0.025em;
  margin-bottom: 5px;
}

/* line 29, resources/assets/styles/utilities/_mixins.scss */

#single-people aside > a:hover {
  color: #ffc709;
}

/* line 199, resources/assets/styles/modules/_people.scss */

#single-people aside > a:last-of-type {
  margin-bottom: 0;
}

/* line 204, resources/assets/styles/modules/_people.scss */

#single-people aside > div {
  margin-top: 20px;
}

/* line 208, resources/assets/styles/modules/_people.scss */

#single-people aside dl {
  font-size: 1.22222rem;
  line-height: 1.77778rem;
  font-weight: 300;
  color: #c1c1c1;
  border-bottom: 1px solid #e5e5e5;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 27px 0;
}

/* line 216, resources/assets/styles/modules/_people.scss */

#single-people aside dl:last-child {
  border-bottom: 0;
}

/* line 220, resources/assets/styles/modules/_people.scss */

#single-people aside dl dt,
#single-people aside dl dd {
  display: inline-block;
}

/* line 224, resources/assets/styles/modules/_people.scss */

#single-people aside dl dt {
  width: 84px;
  margin-right: 20px;
}

/* line 229, resources/assets/styles/modules/_people.scss */

#single-people aside dl dd * {
  color: #131e1f;
}

/* line 233, resources/assets/styles/modules/_people.scss */

#single-people aside dl a {
  -webkit-transition: color .2s ease-in;
  -o-transition: color .2s ease-in;
  transition: color .2s ease-in;
  will-change: color;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* line 29, resources/assets/styles/utilities/_mixins.scss */

#single-people aside dl a:hover {
  color: #ffc709;
}

/* line 237, resources/assets/styles/modules/_people.scss */

#single-people aside dl a:hover {
  border-bottom: none;
}

/* line 243, resources/assets/styles/modules/_people.scss */

#single-people aside dl.expertise-connect {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* line 249, resources/assets/styles/modules/_people.scss */

#single-people .entry-content h2:first-of-type {
  font-size: 1.77778rem;
  line-height: 2.5rem;
  margin-bottom: 25px;
}

/* line 258, resources/assets/styles/modules/_people.scss */

.experience li {
  font-size: 1.22222rem;
  line-height: 1.88889rem;
  color: #131e1f;
  letter-spacing: -0.025em;
  font-weight: 300;
  padding: 25px 0;
  border-bottom: 1px solid #e5e5e5;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* line 267, resources/assets/styles/modules/_people.scss */

.experience li:first-child {
  padding-top: 6px;
}

/* line 271, resources/assets/styles/modules/_people.scss */

.experience li:last-child {
  border-bottom: none;
}

/* line 278, resources/assets/styles/modules/_people.scss */

#single-people-experience ul.experience {
  margin-top: 1.6rem;
}

@media screen and (min-width: 1000px) {
  /* line 286, resources/assets/styles/modules/_people.scss */

  .people .column:nth-child(-n+3) .person,
  .people #footer-top .container > div > div:nth-child(-n+3) .person,
  #footer-top .people .container > div > div:nth-child(-n+3) .person,
  .people #footer-top .glide.controls-right .carousel-controls > div > div:nth-child(-n+3) .person,
  #footer-top .glide.controls-right .people .carousel-controls > div > div:nth-child(-n+3) .person,
  .people .glide.controls-right #footer-top .carousel-controls > div > div:nth-child(-n+3) .person,
  .glide.controls-right #footer-top .people .carousel-controls > div > div:nth-child(-n+3) .person {
    opacity: 1 !important;
    -webkit-transform: translateY(0) !important;
         -o-transform: translateY(0) !important;
            transform: translateY(0) !important;
  }
}

@media screen and (min-width: 1240px) {
  /* line 293, resources/assets/styles/modules/_people.scss */

  .people .column:nth-child(-n+4) .person,
  .people #footer-top .container > div > div:nth-child(-n+4) .person,
  #footer-top .people .container > div > div:nth-child(-n+4) .person,
  .people #footer-top .glide.controls-right .carousel-controls > div > div:nth-child(-n+4) .person,
  #footer-top .glide.controls-right .people .carousel-controls > div > div:nth-child(-n+4) .person,
  .people .glide.controls-right #footer-top .carousel-controls > div > div:nth-child(-n+4) .person,
  .glide.controls-right #footer-top .people .carousel-controls > div > div:nth-child(-n+4) .person {
    opacity: 1 !important;
    -webkit-transform: translateY(0) !important;
         -o-transform: translateY(0) !important;
            transform: translateY(0) !important;
  }
}

/* line 300, resources/assets/styles/modules/_people.scss */

#people-index {
  padding-bottom: 4.4rem;
}

@media screen and (min-width: 1000px) {
  /* line 300, resources/assets/styles/modules/_people.scss */

  #people-index {
    padding-bottom: 7.8rem;
  }
}

/* line 1, resources/assets/styles/modules/_contact-map.scss */

#contact-map {
  height: 820px;
}

/* line 3, resources/assets/styles/components/_glide.scss */

.glide.fade .glide__slides {
  -webkit-transform: translate3d(0, 0, 0) !important;
          transform: translate3d(0, 0, 0) !important;
}

/* line 7, resources/assets/styles/components/_glide.scss */

.glide.fade .glide__slide {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  opacity: 0;
  -webkit-transition: opacity .6s ease-in;
  -o-transition: opacity .6s ease-in;
  transition: opacity .6s ease-in;
}

/* line 16, resources/assets/styles/components/_glide.scss */

.glide.fade.fast .glide__slide {
  -webkit-transition-duration: .2s;
       -o-transition-duration: .2s;
          transition-duration: .2s;
}

/* line 20, resources/assets/styles/components/_glide.scss */

.glide.fade .glide__slide.glide__slide--active {
  position: relative;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  opacity: 1;
  z-index: 1;
}

/* line 29, resources/assets/styles/components/_glide.scss */

.glide.centered .glide__slides {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* line 33, resources/assets/styles/components/_glide.scss */

.glide.centered .glide__slides .glide__slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* line 40, resources/assets/styles/components/_glide.scss */

.glide.arrows {
  width: calc(100% - 88px);
  margin-left: 44px;
  margin-right: 44px;
}

/* line 45, resources/assets/styles/components/_glide.scss */

.glide.arrows .glide__slides {
  position: relative;
  z-index: 8;
}

/* line 50, resources/assets/styles/components/_glide.scss */

.glide.arrows .carousel-controls {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}

/* line 58, resources/assets/styles/components/_glide.scss */

.glide.arrows .carousel-controls a {
  position: absolute;
  width: 19px;
  height: 35px;
  left: -44px;
  top: 50%;
  margin-top: -0.97222rem;
  z-index: 2;
}

@media screen and (min-width: 1000px) {
  /* line 58, resources/assets/styles/components/_glide.scss */

  .glide.arrows .carousel-controls a {
    margin-top: -1.25rem;
    width: 24px;
    height: 45px;
  }
}

/* line 73, resources/assets/styles/components/_glide.scss */

.glide.arrows .carousel-controls a svg {
  width: inherit;
  height: inherit;
}

/* line 77, resources/assets/styles/components/_glide.scss */

.glide.arrows .carousel-controls a svg path {
  fill: #ffc709;
}

/* line 82, resources/assets/styles/components/_glide.scss */

.glide.arrows .carousel-controls a[data-glide-dir=">"] {
  left: auto;
  right: -44px;
}

/* line 86, resources/assets/styles/components/_glide.scss */

.glide.arrows .carousel-controls a[data-glide-dir=">"] svg {
  -webkit-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
}

/* line 94, resources/assets/styles/components/_glide.scss */

.glide.bullets {
  padding-bottom: 35px;
}

/* line 97, resources/assets/styles/components/_glide.scss */

.glide.bullets .carousel-controls {
  position: absolute;
  height: 20px;
  bottom: -9px;
  left: 0;
  right: 0;
}

/* line 104, resources/assets/styles/components/_glide.scss */

.glide.bullets .carousel-controls button.carousel-controls__person {
  margin: 0 5px;
  min-width: 3rem;
}

@media screen and (max-width: 767px) {
  /* line 104, resources/assets/styles/components/_glide.scss */

  .glide.bullets .carousel-controls button.carousel-controls__person {
    margin: 0 8px;
    width: 100%;
    min-width: 0;
  }
}

/* line 116, resources/assets/styles/components/_glide.scss */

.glide.bullets .carousel-controls > div {
  max-width: 300px;
  margin: 0 auto;
  height: inherit;
}

/* line 121, resources/assets/styles/components/_glide.scss */

.glide.bullets .carousel-controls > div > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  margin: 0 -10px;
  height: inherit;
}

@media screen and (min-width: 1000px) {
  /* line 121, resources/assets/styles/components/_glide.scss */

  .glide.bullets .carousel-controls > div > div {
    margin: 0 -20px;
  }
}

/* line 133, resources/assets/styles/components/_glide.scss */

.glide.bullets .carousel-controls button {
  position: relative;
  margin: 0 10px;
  height: inherit;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  border: 0;
  outline: none;
  cursor: pointer;
  padding: 0;
}

/* line 145, resources/assets/styles/components/_glide.scss */

.glide.bullets .carousel-controls button:after {
  content: "";
  position: absolute;
  height: 3px;
  top: 8px;
  right: 0;
  left: 0;
  width: 100%;
  background-color: #e1e0dc;
  -webkit-transition: background-color .2s ease-in;
  -o-transition: background-color .2s ease-in;
  transition: background-color .2s ease-in;
}

/* line 157, resources/assets/styles/components/_glide.scss */

.glide.bullets .carousel-controls button.glide__bullet--active:after {
  background-color: #ffc709;
}

/* line 165, resources/assets/styles/components/_glide.scss */

.glide.controls-right .carousel-controls {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

/* line 174, resources/assets/styles/components/_glide.scss */

.glide.controls-right .carousel-controls button {
  max-width: 4.5rem;
}

/* line 178, resources/assets/styles/components/_glide.scss */

.glide.controls-right .carousel-controls > div {
  margin: 0;
  width: 100%;
}

/* line 182, resources/assets/styles/components/_glide.scss */

.glide.controls-right .carousel-controls > div > div {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media screen and (max-width: 999px) {
  /* line 191, resources/assets/styles/components/_glide.scss */

  .glide.no-controls-touch .carousel-controls {
    display: none;
  }
}

@media screen and (min-width: 1000px) {
  /* line 199, resources/assets/styles/components/_glide.scss */

  .glide.no-controls-desktop .carousel-controls {
    display: none;
  }
}

/* line 207, resources/assets/styles/components/_glide.scss */

.carousel__people {
  margin: 0 -12px;
}

/* line 210, resources/assets/styles/components/_glide.scss */

.carousel__people .slick-track {
  margin-left: 0;
}

/* line 214, resources/assets/styles/components/_glide.scss */

.carousel__people__item {
  background-repeat: no-repeat;
  background-size: cover;
  height: 22rem;
  margin: 0;
  overflow: hidden;
  position: relative;
  display: block;
  z-index: 1;
  outline: none;
}

/* line 225, resources/assets/styles/components/_glide.scss */

.carousel__people__item a {
  display: block;
  width: 100%;
  height: 100%;
  outline: none;
}

@media screen and (min-width: 768px), print {
  /* line 214, resources/assets/styles/components/_glide.scss */

  .carousel__people__item {
    margin: 0 12px;
  }
}

/* line 236, resources/assets/styles/components/_glide.scss */

.carousel__people__item::after {
  content: "";
  background-color: #131e1f;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0.2;
  z-index: -1;
}

/* line 248, resources/assets/styles/components/_glide.scss */

.carousel__people__item-name {
  font-family: brownpro;
  font-size: 1.375rem;
  color: white;
  font-weight: bold;
  z-index: 2;
  position: absolute;
  bottom: 3.1rem;
  left: 1.3rem;
  line-height: 1.2rem;
}

/* line 260, resources/assets/styles/components/_glide.scss */

.carousel__people__item-title {
  font-family: brownpro;
  font-size: 1.2rem;
  color: #ffc709;
  font-weight: normal;
  z-index: 2;
  position: absolute;
  top: 19.1rem;
  left: 1.3rem;
  line-height: 1.3rem;
}

/* line 273, resources/assets/styles/components/_glide.scss */

.carousel__people__navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* line 277, resources/assets/styles/components/_glide.scss */

.carousel__people__navigation .slick-dots {
  bottom: -1.5rem;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  max-width: 25rem;
}

@media screen and (min-width: 768px), print {
  /* line 277, resources/assets/styles/components/_glide.scss */

  .carousel__people__navigation .slick-dots {
    bottom: -3.3rem;
  }
}

/* line 286, resources/assets/styles/components/_glide.scss */

.carousel__people__navigation .slick-dots li {
  margin: 0;
  height: auto;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  width: auto;
}

/* line 294, resources/assets/styles/components/_glide.scss */

.carousel__people__navigation .slick-dots li button::before {
  min-width: 4rem;
  background: #e1e0dc;
  content: "";
  height: 4px;
  width: 100%;
  opacity: 1;
}

/* line 308, resources/assets/styles/components/_glide.scss */

.carousel__people__navigation .slick-dots li.slick-active button::before {
  background: #ffc709;
  content: "";
  height: 4px;
  width: 100%;
  opacity: 1;
}

/* line 1, resources/assets/styles/components/_buttons.scss */

.symbol-button {
  display: inline-block;
  position: relative;
  padding-left: 1.3rem;
  min-height: 30px;
  margin-top: 10px;
  color: #131e1f;
  font-size: 1.11111rem;
  line-height: 1.22222rem;
  -webkit-transition: color .2s ease-in;
  -o-transition: color .2s ease-in;
  transition: color .2s ease-in;
  will-change: color;
  font-weight: normal;
}

/* line 29, resources/assets/styles/utilities/_mixins.scss */

.symbol-button:hover {
  color: #ffc709;
}

@media screen and (min-width: 768px), print {
  /* line 1, resources/assets/styles/components/_buttons.scss */

  .symbol-button {
    padding-left: 40px;
  }
}

@media screen and (min-width: 1000px) {
  /* line 1, resources/assets/styles/components/_buttons.scss */

  .symbol-button {
    font-size: 1.11111rem;
    line-height: 1.22222rem;
  }
}

/* line 20, resources/assets/styles/components/_buttons.scss */

.symbol-button:before {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  top: 0;
  left: 0;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 57.25 57.23'%3E%3Cdefs/%3E%3Cpath fill='%23ffc13d' d='M48.45 57.23a8.77 8.77 0 01-8.76-8.76l.02-30.9-30.94-.01A8.81 8.81 0 010 8.8 8.84 8.84 0 018.79 0l48.44.04.02 48.43a8.78 8.78 0 01-8.8 8.76'/%3E%3C/svg%3E%0A") 0 0 no-repeat;
}

@media screen and (min-width: 768px), print {
  /* line 20, resources/assets/styles/components/_buttons.scss */

  .symbol-button:before {
    width: 24px;
    height: 24px;
  }
}

/* line 41, resources/assets/styles/components/_buttons.scss */

.is-primary {
  font-weight: normal;
}

/* line 45, resources/assets/styles/components/_buttons.scss */

.is-primary.article {
  font-weight: normal;
  font-size: 1.11rem;
}

/* line 50, resources/assets/styles/components/_buttons.scss */

.is-white {
  color: white;
}

/* line 54, resources/assets/styles/components/_buttons.scss */

.has-margin-top-2-rem {
  margin-top: 2rem;
}

/* line 62, resources/assets/styles/components/_buttons.scss */

.entry-content .wp-block-file a:not(.button):not(.symbol-button):not(wp-block-file__button) {
  border-bottom: 0;
}

/* line 69, resources/assets/styles/components/_buttons.scss */

.entry-content a.wp-block-file__button:not(.button):not(.symbol-button):link,
.entry-content a.wp-block-file__button:not(.button):not(.symbol-button):active,
.entry-content a.wp-block-file__button:not(.button):not(.symbol-button):visited {
  width: 100%;
  height: 58px;
  font-size: 1rem;
  line-height: 1.88889rem;
  padding-left: 25px !important;
  padding-right: 25px !important;
  -webkit-transition: background-color .2s ease, color .2s ease, -webkit-transform .2s ease !important;
  transition: background-color .2s ease, color .2s ease, -webkit-transform .2s ease !important;
  -o-transition: background-color .2s ease, color .2s ease, -o-transform .2s ease !important;
  transition: transform .2s ease, background-color .2s ease, color .2s ease !important;
  transition: transform .2s ease, background-color .2s ease, color .2s ease, -webkit-transform .2s ease, -o-transform .2s ease !important;
  -webkit-transform: scale(1);
       -o-transform: scale(1);
          transform: scale(1);
  will-change: transform;
  color: white;
  background-color: #ffc709;
  border-bottom: none;
  font-family: brownpro;
  font-weight: normal;
  padding-top: 0.8rem;
  padding-bottom: 0.7rem;
}

/* line 87, resources/assets/styles/components/_buttons.scss */

.entry-content a.wp-block-file__button:not(.button):not(.symbol-button):hover,
.entry-content a.wp-block-file__button:not(.button):not(.symbol-button):focus {
  background-color: #131e1f;
  color: #ffc709;
  opacity: 1;
  -webkit-transform: scale(1.018);
       -o-transform: scale(1.018);
          transform: scale(1.018);
  -webkit-transition: background-color .2s ease, color .2s ease, -webkit-transform .2s ease !important;
  transition: background-color .2s ease, color .2s ease, -webkit-transform .2s ease !important;
  -o-transition: background-color .2s ease, color .2s ease, -o-transform .2s ease !important;
  transition: transform .2s ease, background-color .2s ease, color .2s ease !important;
  transition: transform .2s ease, background-color .2s ease, color .2s ease, -webkit-transform .2s ease, -o-transform .2s ease !important;
}

/* line 99, resources/assets/styles/components/_buttons.scss */

.wp-block-button .wp-block-button__link {
  width: auto;
  height: 58px;
  font-size: 1rem;
  line-height: 1.66667rem;
  padding-left: 25px !important;
  padding-right: 25px !important;
  -webkit-transition: background-color .2s ease, color .2s ease, -webkit-transform .2s ease !important;
  transition: background-color .2s ease, color .2s ease, -webkit-transform .2s ease !important;
  -o-transition: background-color .2s ease, color .2s ease, -o-transform .2s ease !important;
  transition: transform .2s ease, background-color .2s ease, color .2s ease !important;
  transition: transform .2s ease, background-color .2s ease, color .2s ease, -webkit-transform .2s ease, -o-transform .2s ease !important;
  -webkit-transform: scale(1);
       -o-transform: scale(1);
          transform: scale(1);
  will-change: transform;
  color: white !important;
  background-color: #ffc709;
  border-bottom: none !important;
  font-family: brownpro;
  font-weight: normal;
  border: none;
  border-radius: 0;
  padding-top: 0.85rem;
}

/* line 117, resources/assets/styles/components/_buttons.scss */

.wp-block-button .wp-block-button__link:hover,
.wp-block-button .wp-block-button__link:focus {
  background-color: #131e1f;
  color: #ffc709 !important;
  opacity: 1;
  -webkit-transition: background-color .2s ease, color .2s ease, -webkit-transform .2s ease !important;
  transition: background-color .2s ease, color .2s ease, -webkit-transform .2s ease !important;
  -o-transition: background-color .2s ease, color .2s ease, -o-transform .2s ease !important;
  transition: transform .2s ease, background-color .2s ease, color .2s ease !important;
  transition: transform .2s ease, background-color .2s ease, color .2s ease, -webkit-transform .2s ease, -o-transform .2s ease !important;
  -webkit-transform: scale(1.018);
       -o-transform: scale(1.018);
          transform: scale(1.018);
  border-bottom: none !important;
}

/* line 1, resources/assets/styles/components/_hero.scss */

.hero {
  position: relative;
  min-height: 575px;
  padding: 60px 25px;
}

@media screen and (min-width: 1000px) {
  /* line 1, resources/assets/styles/components/_hero.scss */

  .hero {
    min-height: 830px;
    padding: 150px 25px;
  }
}

/* line 12, resources/assets/styles/components/_hero.scss */

.hero .hero-image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: center center no-repeat;
  background-size: cover;
}

/* line 23, resources/assets/styles/components/_hero.scss */

.hero .hero-image.hero-image-desktop {
  display: none;
}

@media screen and (min-width: 768px), print {
  /* line 29, resources/assets/styles/components/_hero.scss */

  .hero .hero-image-desktop {
    display: block !important;
  }

  /* line 32, resources/assets/styles/components/_hero.scss */

  .hero .hero-image-mobile {
    display: none;
  }
}

/* line 37, resources/assets/styles/components/_hero.scss */

.hero:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(19, 30, 31, 0.35);
  z-index: 1;
}

/* line 50, resources/assets/styles/components/_hero.scss */

.hero .container,
.hero .glide.controls-right .carousel-controls,
.glide.controls-right .hero .carousel-controls {
  width: 100%;
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

/* line 59, resources/assets/styles/components/_hero.scss */

.hero * {
  color: white;
}

/* line 63, resources/assets/styles/components/_hero.scss */

.hero h1,
.hero h2 {
  font-size: 1.33333rem;
  line-height: 1.77778rem;
  letter-spacing: -0.025em;
  font-weight: bold;
  margin-bottom: 10px;
  max-width: 700px;
}

@media screen and (min-width: 1000px) {
  /* line 63, resources/assets/styles/components/_hero.scss */

  .hero h1,
  .hero h2 {
    font-size: 3.88889rem;
    line-height: 4.66667rem;
  }
}

/* line 75, resources/assets/styles/components/_hero.scss */

.hero p {
  max-width: 500px;
  font-weight: 300;
  margin-bottom: 20px;
}

@media screen and (min-width: 1000px) {
  /* line 75, resources/assets/styles/components/_hero.scss */

  .hero p {
    margin-bottom: 30px;
  }
}

/* line 89, resources/assets/styles/components/_hero.scss */

.hero .button {
  font-size: 0.94444rem;
  line-height: 1rem;
}

@media screen and (min-width: 1000px) {
  /* line 89, resources/assets/styles/components/_hero.scss */

  .hero .button {
    font-size: 1.11111rem;
    line-height: 1.22222rem;
  }
}

/* line 98, resources/assets/styles/components/_hero.scss */

.super-hero,
header.page-header.super-hero {
  margin: 15px auto 20px;
  position: relative;
}

/* line 76, resources/assets/styles/utilities/_mixins.scss */

.super-hero:before,
header.page-header.super-hero:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(19, 30, 31, 0.35);
  z-index: 1;
}

/* line 105, resources/assets/styles/components/_hero.scss */

.super-hero:not(.super-hero-sliding-doors),
header.page-header.super-hero:not(.super-hero-sliding-doors) {
  max-width: 1530px;
}

/* line 109, resources/assets/styles/components/_hero.scss */

.super-hero:not(.super-hero-auto),
header.page-header.super-hero:not(.super-hero-auto) {
  height: 600px;
}

/* line 113, resources/assets/styles/components/_hero.scss */

.super-hero .container,
.super-hero .glide.controls-right .carousel-controls,
.glide.controls-right .super-hero .carousel-controls,
header.page-header.super-hero .container,
header.page-header.super-hero .glide.controls-right .carousel-controls,
.glide.controls-right header.page-header.super-hero .carousel-controls {
  position: relative;
  z-index: 2;
}

/* line 119, resources/assets/styles/components/_hero.scss */

.super-hero.has-symbol-button .symbol-button,
header.page-header.super-hero.has-symbol-button .symbol-button {
  margin-top: 30px;
  color: white;
}

/* line 123, resources/assets/styles/components/_hero.scss */

.super-hero.has-symbol-button .symbol-button:hover,
header.page-header.super-hero.has-symbol-button .symbol-button:hover {
  color: #ffc709;
}

/* line 129, resources/assets/styles/components/_hero.scss */

.super-hero.header.page-header,
header.page-header.super-hero.header.page-header {
  height: 800px;
}

/* line 133, resources/assets/styles/components/_hero.scss */

.super-hero.condensed,
header.page-header.super-hero.condensed {
  height: 530px;
}

/* line 137, resources/assets/styles/components/_hero.scss */

.super-hero h1,
.super-hero h2,
header.page-header.super-hero h1,
header.page-header.super-hero h2 {
  letter-spacing: -0.025em;
}

/* line 141, resources/assets/styles/components/_hero.scss */

.super-hero h1,
header.page-header.super-hero h1 {
  font-size: 3.05556rem;
  line-height: 3.55556rem;
  border-bottom: none;
  padding-bottom: 0;
  margin-top: 110px;
  margin-bottom: 0;
  color: white;
  letter-spacing: -0.025em;
}

/* line 150, resources/assets/styles/components/_hero.scss */

.super-hero h1.super-hero-title,
header.page-header.super-hero h1.super-hero-title {
  font-size: 2.55556rem;
  line-height: 2.55556rem;
  font-weight: bold;
  max-width: 520px;
  margin-top: 0;
}

@media screen and (min-width: 768px), print {
  /* line 150, resources/assets/styles/components/_hero.scss */

  .super-hero h1.super-hero-title,
  header.page-header.super-hero h1.super-hero-title {
    font-size: 4.33333rem;
    line-height: 4.61111rem;
  }
}

/* line 160, resources/assets/styles/components/_hero.scss */

.super-hero h1.super-hero-title span,
header.page-header.super-hero h1.super-hero-title span {
  color: #ffc709;
}

/* line 166, resources/assets/styles/components/_hero.scss */

.super-hero h2,
header.page-header.super-hero h2 {
  color: #ffc709;
  font-size: 1.44444rem;
  line-height: 2rem;
  letter-spacing: -0.025em;
}

/* line 171, resources/assets/styles/components/_hero.scss */

.super-hero h2.super-hero-title,
header.page-header.super-hero h2.super-hero-title {
  margin-top: 80px;
  font-size: 2.5rem;
  line-height: 2.77778rem;
  font-weight: bold;
  color: white;
}

/* line 181, resources/assets/styles/components/_hero.scss */

.super-hero .container,
.super-hero .glide.controls-right .carousel-controls,
.glide.controls-right .super-hero .carousel-controls {
  max-width: 1120px;
}

/* line 185, resources/assets/styles/components/_hero.scss */

.super-hero .super-hero-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: center center no-repeat;
  background-size: cover;
  z-index: 0;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}

/* line 200, resources/assets/styles/components/_hero.scss */

header.page-header.super-hero.set-cover-max-width {
  min-height: 20rem;
  height: 100%;
}

@media screen and (min-width: 768px), print {
  /* line 200, resources/assets/styles/components/_hero.scss */

  header.page-header.super-hero.set-cover-max-width {
    min-height: 44.8rem;
    height: 100%;
  }
}

/* line 210, resources/assets/styles/components/_hero.scss */

.whfg__hero {
  min-height: 37rem;
  padding: 130px 25px;
  color: white;
}

/* line 214, resources/assets/styles/components/_hero.scss */

.whfg__hero .container,
.whfg__hero .glide.controls-right .carousel-controls,
.glide.controls-right .whfg__hero .carousel-controls {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  max-width: 30rem;
  margin-left: 0;
}

/* line 223, resources/assets/styles/components/_hero.scss */

.whfg__hero .container div,
.whfg__hero .glide.controls-right .carousel-controls div,
.glide.controls-right .whfg__hero .carousel-controls div {
  font-weight: normal;
}

/* line 231, resources/assets/styles/components/_hero.scss */

.page-super-hero-image,
.page-super-hero-image-mobile {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: center center no-repeat;
  background-size: cover;
  display: none;
}

@media screen and (min-width: 768px), print {
  /* line 231, resources/assets/styles/components/_hero.scss */

  .page-super-hero-image,
  .page-super-hero-image-mobile {
    display: block;
  }
}

/* line 247, resources/assets/styles/components/_hero.scss */

.page-super-hero-image-mobile {
  display: block;
}

@media screen and (min-width: 768px), print {
  /* line 247, resources/assets/styles/components/_hero.scss */

  .page-super-hero-image-mobile {
    display: none;
  }
}

/* line 2, resources/assets/styles/components/_content-hero.scss */

.content-hero article {
  height: 100vh;
  padding: 80px 25px;
}

@media screen and (min-width: 1000px) {
  /* line 2, resources/assets/styles/components/_content-hero.scss */

  .content-hero article {
    padding: 140px 25px;
  }
}

/* line 10, resources/assets/styles/components/_content-hero.scss */

.content-hero article * {
  color: white;
}

/* line 18, resources/assets/styles/components/_content-hero.scss */

.content-hero article p {
  margin-bottom: 30px;
}

/* line 24, resources/assets/styles/components/_content-hero.scss */

.content-hero.condensed article {
  max-height: 500px;
  padding: 30px 25px;
}

@media screen and (min-width: 1000px) {
  /* line 24, resources/assets/styles/components/_content-hero.scss */

  .content-hero.condensed article {
    padding: 65px 60px;
  }
}

/* line 1, resources/assets/styles/components/_article-card.scss */

.article-card {
  position: relative;
  min-height: 345px;
  padding: 35px 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (min-width: 1000px) {
  /* line 1, resources/assets/styles/components/_article-card.scss */

  .article-card {
    padding: 62px 48px;
    min-height: 550px;
  }
}

/* line 15, resources/assets/styles/components/_article-card.scss */

.article-card:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: white;
  border: 1px solid #e1e0dc;
  -webkit-transition: -webkit-box-shadow .2s ease-in, -webkit-transform .2s ease;
  transition: -webkit-box-shadow .2s ease-in, -webkit-transform .2s ease;
  -o-transition: box-shadow .2s ease-in, -o-transform .2s ease;
  transition: box-shadow .2s ease-in, transform .2s ease;
  transition: box-shadow .2s ease-in, transform .2s ease, -webkit-box-shadow .2s ease-in, -webkit-transform .2s ease, -o-transform .2s ease;
  z-index: 1;
}

/* line 30, resources/assets/styles/components/_article-card.scss */

.article-card.no-border:before {
  border: none;
}

/* line 35, resources/assets/styles/components/_article-card.scss */

.article-card.is-grey:before {
  background-color: #f0f0f0;
}

/* line 41, resources/assets/styles/components/_article-card.scss */

.article-card.is-grey-darker:before {
  background-color: #dcdcdc;
}

/* line 46, resources/assets/styles/components/_article-card.scss */

.article-card.is-event:before {
  border: 5px solid #f6cd48;
}

/* line 50, resources/assets/styles/components/_article-card.scss */

.article-card > div {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  z-index: 2;
}

@media screen and (min-width: 1000px) {
  /* line 60, resources/assets/styles/components/_article-card.scss */

  .article-card:hover:before {
    -webkit-box-shadow: 3px 6px 21px rgba(1, 2, 1, 0.12);
            box-shadow: 3px 6px 21px rgba(1, 2, 1, 0.12);
    -webkit-transform: scale(1.018);
         -o-transform: scale(1.018);
            transform: scale(1.018);
  }

  /* line 65, resources/assets/styles/components/_article-card.scss */

  .article-card:hover span {
    color: #ffc709;
  }
}

/* line 71, resources/assets/styles/components/_article-card.scss */

.article-card .category,
.article-card > div > .tag {
  display: inline-block;
  margin-bottom: 4px;
  -ms-flex-item-align: start;
      align-self: flex-start;
  letter-spacing: -0.78px;
  font-weight: normal;
}

@media screen and (min-width: 1000px) {
  /* line 71, resources/assets/styles/components/_article-card.scss */

  .article-card .category,
  .article-card > div > .tag {
    margin-bottom: 8px;
  }
}

/* line 83, resources/assets/styles/components/_article-card.scss */

.article-card .category {
  color: #131e1f;
  font-weight: normal;
  line-height: 1.16667rem;
}

/* line 89, resources/assets/styles/components/_article-card.scss */

.article-card > div > .tag {
  margin-top: -13px;
  margin-bottom: 12px;
  font-size: 1rem;
  line-height: 1.55556rem;
  letter-spacing: -0.025em;
  padding-top: 5px;
  color: #ffc709;
}

/* line 102, resources/assets/styles/components/_article-card.scss */

.article-card .tag {
  white-space: normal;
}

/* line 106, resources/assets/styles/components/_article-card.scss */

.article-card .tag.is-black {
  line-height: 1.1rem;
  height: auto;
  padding-bottom: 0.3rem;
  padding-right: 1.4rem;
  padding-left: 1.4rem;
}

/* line 114, resources/assets/styles/components/_article-card.scss */

.article-card time {
  display: block;
  color: #131e1f;
  font-size: 0.94444rem;
  line-height: 1.22222rem;
  font-weight: 300;
  letter-spacing: -0.025em;
  margin-bottom: 10px;
}

@media screen and (min-width: 1000px) {
  /* line 114, resources/assets/styles/components/_article-card.scss */

  .article-card time {
    font-size: 0.94444rem;
    line-height: 1.22222rem;
    margin-bottom: 20px;
  }
}

/* line 128, resources/assets/styles/components/_article-card.scss */

.article-card h4 {
  color: #131e1f;
  font-size: 1.27778rem;
  line-height: 1.94444rem;
  font-weight: bold;
  margin-bottom: 20px;
}

@media screen and (min-width: 1000px) {
  /* line 128, resources/assets/styles/components/_article-card.scss */

  .article-card h4 {
    font-size: 1.27778rem;
    line-height: 1.94444rem;
  }
}

/* line 139, resources/assets/styles/components/_article-card.scss */

.article-card p {
  color: #131e1f;
  font-size: 1.22222rem;
  line-height: 1.88889rem;
  font-weight: 300;
  margin-bottom: 20px;
}

/* line 146, resources/assets/styles/components/_article-card.scss */

.article-card a.read-more {
  color: #131e1f;
  justify-self: flex-end;
  font-size: 1.11111rem;
  line-height: 1.22222rem;
  letter-spacing: -0.025em;
  margin-top: auto;
  -webkit-transition: color .2s ease-in;
  -o-transition: color .2s ease-in;
  transition: color .2s ease-in;
  font-weight: normal;
}

@media screen and (min-width: 1000px) {
  /* line 146, resources/assets/styles/components/_article-card.scss */

  .article-card a.read-more {
    font-size: 1.11111rem;
    line-height: 1.22222rem;
  }
}

/* line 159, resources/assets/styles/components/_article-card.scss */

.article-card a.read-more:hover {
  color: #ffc709;
}

/* line 1, resources/assets/styles/components/_pagination.scss */

nav.pagination-articles,
nav.pagination {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 510px;
  margin: 50px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (min-width: 1000px) {
  /* line 1, resources/assets/styles/components/_pagination.scss */

  nav.pagination-articles,
  nav.pagination {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

/* line 11, resources/assets/styles/components/_pagination.scss */

nav.pagination-articles .pagination-list,
nav.pagination .pagination-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

/* line 18, resources/assets/styles/components/_pagination.scss */

nav.pagination-articles a,
nav.pagination a {
  -webkit-transition: color .2s ease-in;
  -o-transition: color .2s ease-in;
  transition: color .2s ease-in;
  font-weight: 300;
}

/* line 22, resources/assets/styles/components/_pagination.scss */

nav.pagination-articles a.is-current,
nav.pagination a.is-current {
  font-weight: normal;
}

/* line 27, resources/assets/styles/components/_pagination.scss */

nav.pagination-articles > a,
nav.pagination > a {
  padding: 0;
}

/* line 30, resources/assets/styles/components/_pagination.scss */

nav.pagination-articles > a svg,
nav.pagination > a svg {
  width: 11px;
  height: 20px;
  fill: #ffc709;
}

@media screen and (min-width: 1000px) {
  /* line 30, resources/assets/styles/components/_pagination.scss */

  nav.pagination-articles > a svg,
  nav.pagination > a svg {
    width: 24px;
    height: 45px;
  }
}

/* line 41, resources/assets/styles/components/_pagination.scss */

nav.pagination-articles > a:not([disabled]):hover,
nav.pagination > a:not([disabled]):hover {
  -webkit-transition: opacity .2s ease;
  -o-transition: opacity .2s ease;
  transition: opacity .2s ease;
  will-change: opacity;
}

/* line 20, resources/assets/styles/utilities/_mixins.scss */

nav.pagination-articles > a:not([disabled]):hover:hover,
nav.pagination > a:not([disabled]):hover:hover {
  opacity: .75;
}

/* line 46, resources/assets/styles/components/_pagination.scss */

nav.pagination-articles > a:last-of-type svg,
nav.pagination > a:last-of-type svg {
  -webkit-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
}

/* line 52, resources/assets/styles/components/_pagination.scss */

nav.pagination-articles .pagination-previous,
nav.pagination-articles .pagination-next,
nav.pagination .pagination-previous,
nav.pagination .pagination-next {
  margin-left: 0;
  margin-right: 0;
}

/* line 57, resources/assets/styles/components/_pagination.scss */

nav.pagination-articles .pagination-previous,
nav.pagination .pagination-previous {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

@media screen and (min-width: 1000px) {
  /* line 57, resources/assets/styles/components/_pagination.scss */

  nav.pagination-articles .pagination-previous,
  nav.pagination .pagination-previous {
    margin-right: 70px;
    margin-left: 10px;
  }
}

/* line 66, resources/assets/styles/components/_pagination.scss */

nav.pagination-articles .pagination-next,
nav.pagination .pagination-next {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

@media screen and (min-width: 1000px) {
  /* line 66, resources/assets/styles/components/_pagination.scss */

  nav.pagination-articles .pagination-next,
  nav.pagination .pagination-next {
    margin-left: 70px;
    margin-right: 10px;
  }
}

/* line 3, resources/assets/styles/components/_forms.scss */

.form label[aria-hidden="true"] {
  display: none;
}

/* line 8, resources/assets/styles/components/_forms.scss */

.form input,
.form select,
.form textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  border-bottom: 1px solid #e1e0dc;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 1rem;
  line-height: 1.66667rem;
  color: #131e1f;
  background-color: transparent;
  outline: none;
  border-radius: 0;
  height: 55px;
  padding: 8px 0;
  width: 100%;
  font-weight: 300;
}

/* line 68, node_modules/bulma/sass/utilities/mixins.sass */

.form input::-moz-placeholder,
.form select::-moz-placeholder,
.form textarea::-moz-placeholder {
  color: #898989;
  font-weight: 300;
}

/* line 68, node_modules/bulma/sass/utilities/mixins.sass */

.form input::-webkit-input-placeholder,
.form select::-webkit-input-placeholder,
.form textarea::-webkit-input-placeholder {
  color: #898989;
  font-weight: 300;
}

/* line 68, node_modules/bulma/sass/utilities/mixins.sass */

.form input:-moz-placeholder,
.form select:-moz-placeholder,
.form textarea:-moz-placeholder {
  color: #898989;
  font-weight: 300;
}

/* line 68, node_modules/bulma/sass/utilities/mixins.sass */

.form input:-ms-input-placeholder,
.form select:-ms-input-placeholder,
.form textarea:-ms-input-placeholder {
  color: #898989;
  font-weight: 300;
}

/* line 30, resources/assets/styles/components/_forms.scss */

.form .column button,
.form #footer-top .container > div > div button,
#footer-top .form .container > div > div button,
.form #footer-top .glide.controls-right .carousel-controls > div > div button,
#footer-top .glide.controls-right .form .carousel-controls > div > div button,
.form .glide.controls-right #footer-top .carousel-controls > div > div button,
.glide.controls-right #footer-top .form .carousel-controls > div > div button {
  width: 100%;
}

/* line 35, resources/assets/styles/components/_forms.scss */

.form .column.precised-padding-top,
.form #footer-top .container > div > div.precised-padding-top,
#footer-top .form .container > div > div.precised-padding-top,
.form #footer-top .glide.controls-right .carousel-controls > div > div.precised-padding-top,
#footer-top .glide.controls-right .form .carousel-controls > div > div.precised-padding-top,
.form .glide.controls-right #footer-top .carousel-controls > div > div.precised-padding-top,
.glide.controls-right #footer-top .form .carousel-controls > div > div.precised-padding-top {
  padding-top: .94rem;
}

/* line 39, resources/assets/styles/components/_forms.scss */

.form .select {
  width: 100%;
  position: relative;
}

/* line 43, resources/assets/styles/components/_forms.scss */

.form .select:not(.is-multiple):not(.is-loading):after {
  right: 0;
  top: 32px;
}

/* line 48, resources/assets/styles/components/_forms.scss */

.form .select select {
  position: relative;
  color: #898989;
  z-index: 2;
  padding-right: 23px;
}

/* line 57, resources/assets/styles/components/_forms.scss */

.wpcf7-form {
  max-width: 36rem;
  margin-left: auto;
  margin-right: auto;
}

/* line 63, resources/assets/styles/components/_forms.scss */

.wpcf7-form p {
  font-size: 1rem;
  line-height: 1.22222rem;
  color: #131e1f;
  font-weight: 300;
  margin-bottom: 25px;
}

/* line 70, resources/assets/styles/components/_forms.scss */

.wpcf7-form p input,
.wpcf7-form p textarea {
  border: 1px solid #c8c8c8;
  font-size: 1rem;
  line-height: 1.66667rem;
  max-width: 100%;
  padding: 0.8rem;
  width: 100%;
  max-width: 36rem;
  margin-top: 0.6rem;
}

/* line 81, resources/assets/styles/components/_forms.scss */

.wpcf7-form p span.select,
.wpcf7-form p select {
  width: 100%;
  max-width: 36rem;
}

/* line 86, resources/assets/styles/components/_forms.scss */

.wpcf7-form p textarea {
  max-height: 17rem;
}

/* line 90, resources/assets/styles/components/_forms.scss */

.wpcf7-form p input[type="submit"] {
  width: 100%;
  height: 58px;
  font-size: 1rem;
  line-height: 1.66667rem;
  padding-left: 25px !important;
  padding-right: 25px !important;
  -webkit-transition: background-color .2s ease, color .2s ease, -webkit-transform .2s ease;
  transition: background-color .2s ease, color .2s ease, -webkit-transform .2s ease;
  -o-transition: background-color .2s ease, color .2s ease, -o-transform .2s ease;
  transition: transform .2s ease, background-color .2s ease, color .2s ease;
  transition: transform .2s ease, background-color .2s ease, color .2s ease, -webkit-transform .2s ease, -o-transform .2s ease;
  -webkit-transform: scale(1);
       -o-transform: scale(1);
          transform: scale(1);
  will-change: transform;
  background-color: #ffc709 !important;
  color: white !important;
  border: none !important;
  border-radius: unset;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}

/* line 106, resources/assets/styles/components/_forms.scss */

.wpcf7-form p input[type="submit"]:hover {
  -webkit-transform: scale(1.018);
       -o-transform: scale(1.018);
          transform: scale(1.018);
  color: #ffc709;
  background-color: #131e1f;
}

@media screen and (min-width: 1000px) {
  /* line 90, resources/assets/styles/components/_forms.scss */

  .wpcf7-form p input[type="submit"] {
    width: auto;
    padding-left: 50px !important;
    padding-right: 50px !important;
  }
}

/* line 120, resources/assets/styles/components/_forms.scss */

.wpcf7-form .wpcf7-response-output {
  max-width: 36rem;
  font-size: 1rem;
  margin-left: 0;
  margin-right: 0;
}

/* line 127, resources/assets/styles/components/_forms.scss */

.wpcf7-form .wpcf7-list-item {
  margin-top: 0.6rem;
  position: relative;
}

/* line 131, resources/assets/styles/components/_forms.scss */

.wpcf7-form .wpcf7-list-item.first {
  margin-left: 0;
}

/* line 135, resources/assets/styles/components/_forms.scss */

.wpcf7-form .wpcf7-list-item span {
  padding-left: 1.5rem;
}

/* line 139, resources/assets/styles/components/_forms.scss */

.wpcf7-form .wpcf7-list-item input {
  opacity: 0;
  padding: 0;
  margin: 0;
  position: absolute;
  left: -0.8rem;
  top: 0;
  z-index: 5;
  width: 2.5rem;
  height: 1rem;
}

/* line 151, resources/assets/styles/components/_forms.scss */

.wpcf7-form .wpcf7-list-item span::before {
  content: "";
  width: 18px;
  height: 18px;
  position: absolute;
  left: 0;
  top: 0;
  border: 2px solid #ffc709;
  z-index: 2;
}

/* line 162, resources/assets/styles/components/_forms.scss */

.wpcf7-form .wpcf7-list-item input:checked + span::before {
  content: "";
  width: 18px;
  height: 18px;
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  border: 2px solid #ffc709;
  background-color: #ffc709;
}

/* line 1, resources/assets/styles/components/_social-icons.scss */

.social-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -8px;
  margin-right: -8px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

/* line 7, resources/assets/styles/components/_social-icons.scss */

.social-icons a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 32px;
  height: 32px;
  margin-left: 8px;
  margin-right: 8px;
  border-radius: 3px;
  background-color: #c1c1c1;
  -webkit-transition: background-color .2s ease-in;
  -o-transition: background-color .2s ease-in;
  transition: background-color .2s ease-in;
}

/* line 19, resources/assets/styles/components/_social-icons.scss */

.social-icons a:hover {
  background-color: #ffc709;
}

/* line 23, resources/assets/styles/components/_social-icons.scss */

.social-icons a svg {
  width: 16px;
}

/* line 26, resources/assets/styles/components/_social-icons.scss */

.social-icons a svg path,
.social-icons a svg ellipse {
  fill: white;
}

/* line 32, resources/assets/styles/components/_social-icons.scss */

.social-icons a.google-plus svg {
  width: 18px;
}

/* line 38, resources/assets/styles/components/_social-icons.scss */

.social-icons a.linkedin svg {
  width: 20px;
}

/* line 1, resources/assets/styles/components/_testimonial.scss */

.testimonial {
  padding-bottom: 40px;
}

@media screen and (min-width: 1000px) {
  /* line 1, resources/assets/styles/components/_testimonial.scss */

  .testimonial {
    padding-bottom: 60px;
  }
}

/* line 8, resources/assets/styles/components/_testimonial.scss */

.testimonial article {
  position: relative;
  padding: 30px 0;
  margin-bottom: 15px;
}

@media screen and (min-width: 1000px) {
  /* line 8, resources/assets/styles/components/_testimonial.scss */

  .testimonial article {
    padding: 60px 0;
    margin-bottom: 55px;
  }
}

/* line 18, resources/assets/styles/components/_testimonial.scss */

.testimonial article:before,
.testimonial article:after {
  content: "";
  position: absolute;
  top: 0;
  width: 16px;
  height: 11px;
  left: 50%;
  margin-left: -8px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='22'%3E%3Cpath fill='%23131e1f' d='M25.924 22L32 0h-5.266l-9.722 22h8.912zM8.911 22l6.076-22H9.722L0 22h8.911z'/%3E%3C/svg%3E%0A") 0 0 no-repeat;
  background-size: 16px 11px;
}

@media screen and (min-width: 1000px) {
  /* line 18, resources/assets/styles/components/_testimonial.scss */

  .testimonial article:before,
  .testimonial article:after {
    width: 32px;
    height: 22px;
    background-size: 32px 22px;
    margin-left: -16px;
  }
}

/* line 37, resources/assets/styles/components/_testimonial.scss */

.testimonial article:after {
  top: auto;
  bottom: 0;
  -webkit-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
}

/* line 43, resources/assets/styles/components/_testimonial.scss */

.testimonial article p {
  font-size: 1.22222rem;
  line-height: 1.88889rem;
  text-align: center;
  font-weight: bold;
  color: #c1c1c1;
  max-width: 1140px;
  margin: 0 auto;
}

@media screen and (min-width: 1000px) {
  /* line 43, resources/assets/styles/components/_testimonial.scss */

  .testimonial article p {
    font-size: 2.11111rem;
    line-height: 3.11111rem;
  }
}

/* line 55, resources/assets/styles/components/_testimonial.scss */

.testimonial article p:first-child {
  color: #131e1f;
}

/* line 61, resources/assets/styles/components/_testimonial.scss */

.testimonial span {
  display: block;
  color: #ffc709;
  text-align: center;
  font-size: 1.11111rem;
  line-height: 1.55556rem;
  font-weight: normal;
  width: 100%;
  max-width: 840px;
  margin: 0 auto;
}

@media screen and (min-width: 1000px) {
  /* line 61, resources/assets/styles/components/_testimonial.scss */

  .testimonial span {
    font-size: 1.27778rem;
    line-height: 1.88889rem;
  }
}

/* line 1, resources/assets/styles/components/_indexes.scss */

.indexes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -5px;
  margin-right: -5px;
  padding-left: 0;
  padding-right: 0;
}

@media screen and (min-width: 1000px) {
  /* line 1, resources/assets/styles/components/_indexes.scss */

  .indexes {
    padding-left: 50px;
    padding-right: 50px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

/* line 17, resources/assets/styles/components/_indexes.scss */

.indexes a {
  color: #898989;
  font-size: 1rem;
  line-height: 1.66667rem;
  font-weight: 300;
  letter-spacing: 0.05em;
  -webkit-transition: color .2s ease-in;
  -o-transition: color .2s ease-in;
  transition: color .2s ease-in;
  will-change: color;
  padding: 5px;
}

/* line 29, resources/assets/styles/utilities/_mixins.scss */

.indexes a:hover {
  color: #ffc709;
}

/* line 1, resources/assets/styles/components/_child-page-list.scss */

.child-page-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -55px;
  margin-right: -55px;
}

/* line 7, resources/assets/styles/components/_child-page-list.scss */

.child-page-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  margin: 20px 55px;
}

@media screen and (min-width: 1000px) {
  /* line 7, resources/assets/styles/components/_child-page-list.scss */

  .child-page-list li {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 calc(50% - 110px);
            flex: 1 1 calc(50% - 110px);
  }
}

/* line 18, resources/assets/styles/components/_child-page-list.scss */

.child-page-list li a {
  font-size: 1.77778rem;
  line-height: 2.5rem;
  display: block;
  font-weight: bold;
  color: #131e1f;
  letter-spacing: -0.025em;
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 3px solid #e1e0dc;
  -webkit-transition: color .2s ease-in, border-bottom .2s ease-in;
  -o-transition: color .2s ease-in, border-bottom .2s ease-in;
  transition: color .2s ease-in, border-bottom .2s ease-in;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* line 30, resources/assets/styles/components/_child-page-list.scss */

.child-page-list li a:hover {
  color: #ffc709;
  border-color: #ffc709;
}

@media screen and (min-width: 1000px) {
  /* line 37, resources/assets/styles/components/_child-page-list.scss */

  .child-page-list li:last-child {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 calc(50% - 110px);
            flex: 0 1 calc(50% - 110px);
  }
}

/* line 43, resources/assets/styles/components/_child-page-list.scss */

.child-page-list.white-list li a {
  color: white;
}

/* line 46, resources/assets/styles/components/_child-page-list.scss */

.child-page-list.white-list li a:hover {
  color: #ffc709;
}

/* line 58, resources/assets/styles/components/_child-page-list.scss */

.expertise-child-listing {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* line 63, resources/assets/styles/components/_child-page-list.scss */

.container.sort-by-column,
.glide.controls-right .sort-by-column.carousel-controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0;
}

@media screen and (min-width: 1000px) {
  /* line 63, resources/assets/styles/components/_child-page-list.scss */

  .container.sort-by-column,
  .glide.controls-right .sort-by-column.carousel-controls {
    margin-right: 110px;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}

/* line 74, resources/assets/styles/components/_child-page-list.scss */

.container.sort-by-column .child-page-list,
.glide.controls-right .sort-by-column.carousel-controls .child-page-list {
  -webkit-box-flex: 1;
      -ms-flex: 1  1 100%;
          flex: 1  1 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  display: block;
}

@media screen and (min-width: 1000px) {
  /* line 74, resources/assets/styles/components/_child-page-list.scss */

  .container.sort-by-column .child-page-list,
  .glide.controls-right .sort-by-column.carousel-controls .child-page-list {
    -webkit-box-flex: 1;
        -ms-flex: 1  1 90%;
            flex: 1  1 90%;
  }
}

/* line 83, resources/assets/styles/components/_child-page-list.scss */

.container.sort-by-column .child-page-list li,
.glide.controls-right .sort-by-column.carousel-controls .child-page-list li {
  min-height: 0;
  margin: 20px 55px;
}

@media screen and (min-width: 1000px) {
  /* line 83, resources/assets/styles/components/_child-page-list.scss */

  .container.sort-by-column .child-page-list li,
  .glide.controls-right .sort-by-column.carousel-controls .child-page-list li {
    min-height: 125px;
  }
}

/* line 93, resources/assets/styles/components/_child-page-list.scss */

.container.sort-by-column .child-page-list:first-child,
.glide.controls-right .sort-by-column.carousel-controls .child-page-list:first-child {
  margin-right: 0;
}

/* line 96, resources/assets/styles/components/_child-page-list.scss */

.container.sort-by-column .child-page-list:first-child li:last-child,
.glide.controls-right .sort-by-column.carousel-controls .child-page-list:first-child li:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 1000px) {
  /* line 93, resources/assets/styles/components/_child-page-list.scss */

  .container.sort-by-column .child-page-list:first-child,
  .glide.controls-right .sort-by-column.carousel-controls .child-page-list:first-child {
    margin-right: 110px;
    margin-bottom: 25px;
  }
}

/* line 3, resources/assets/styles/components/_cta-grid.scss */

.cta-grid a {
  position: relative;
  display: block;
  padding: 50px 25px;
  height: 100%;
}

@media screen and (min-width: 1000px) {
  /* line 3, resources/assets/styles/components/_cta-grid.scss */

  .cta-grid a {
    padding: 50px;
  }
}

/* line 76, resources/assets/styles/utilities/_mixins.scss */

.cta-grid a:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.35);
  z-index: 1;
}

/* line 15, resources/assets/styles/components/_cta-grid.scss */

.cta-grid a:before {
  -webkit-transition: background-color .2s ease;
  -o-transition: background-color .2s ease;
  transition: background-color .2s ease;
}

/* line 19, resources/assets/styles/components/_cta-grid.scss */

.cta-grid a > * {
  position: relative;
  z-index: 2;
}

/* line 24, resources/assets/styles/components/_cta-grid.scss */

.cta-grid a h4 {
  font-size: 1.44444rem;
  line-height: 1.77778rem;
  font-weight: bold;
  color: white;
  letter-spacing: -0.025em;
}

@media screen and (min-width: 1000px) {
  /* line 24, resources/assets/styles/components/_cta-grid.scss */

  .cta-grid a h4 {
    font-size: 1.94444rem;
    line-height: 2.11111rem;
  }
}

/* line 34, resources/assets/styles/components/_cta-grid.scss */

.cta-grid a h4 span {
  font-weight: 300;
  text-transform: capitalize;
}

/* line 40, resources/assets/styles/components/_cta-grid.scss */

.cta-grid a span,
.cta-grid a span:hover {
  color: white;
}

/* line 45, resources/assets/styles/components/_cta-grid.scss */

.cta-grid a:hover:before {
  background-color: rgba(0, 0, 0, 0.6);
}

/* line 49, resources/assets/styles/components/_cta-grid.scss */

.cta-grid a:hover span.symbol-button {
  color: #ffc709;
}

/* line 56, resources/assets/styles/components/_cta-grid.scss */

.cta-grid > .column:first-of-type a,
#footer-top .container > div.cta-grid > div:first-of-type a,
#footer-top .glide.controls-right .carousel-controls > div.cta-grid > div:first-of-type a,
.glide.controls-right #footer-top .carousel-controls > div.cta-grid > div:first-of-type a {
  min-height: 330px;
}

@media screen and (max-width: 767px) {
  /* line 61, resources/assets/styles/components/_cta-grid.scss */

  .cta-grid > .column:last-of-type a,
  #footer-top .container > div.cta-grid > div:last-of-type a,
  #footer-top .glide.controls-right .carousel-controls > div.cta-grid > div:last-of-type a,
  .glide.controls-right #footer-top .carousel-controls > div.cta-grid > div:last-of-type a {
    background-position-y: -110px;
    min-height: 330px;
  }
}

/* line 1, resources/assets/styles/components/_page-navigation.scss */

.page-navigation {
  width: 100%;
  background-color: #131e1f;
  min-height: 62px;
  padding-top: 0;
  padding-bottom: 0;
}

/* line 9, resources/assets/styles/components/_page-navigation.scss */

.page-navigation ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -25px;
  margin-right: -25px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 767px) {
  /* line 9, resources/assets/styles/components/_page-navigation.scss */

  .page-navigation ul {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media screen and (min-width: 1000px) {
  /* line 9, resources/assets/styles/components/_page-navigation.scss */

  .page-navigation ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

/* line 25, resources/assets/styles/components/_page-navigation.scss */

.page-navigation ul li {
  padding-left: 15px;
  padding-right: 15px;
}

@media screen and (max-width: 767px) {
  /* line 25, resources/assets/styles/components/_page-navigation.scss */

  .page-navigation ul li {
    -webkit-box-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
  }
}

/* line 33, resources/assets/styles/components/_page-navigation.scss */

.page-navigation ul li a {
  display: block;
  font-size: 0.88889rem;
  line-height: 1.11111rem;
  color: white;
  font-weight: normal;
  padding: 22px 10px 21px;
  -webkit-transition: color .2s ease-in, -webkit-text-decoration .2s ease-in;
  transition: color .2s ease-in, -webkit-text-decoration .2s ease-in;
  -o-transition: color .2s ease-in, text-decoration .2s ease-in;
  transition: color .2s ease-in, text-decoration .2s ease-in;
  transition: color .2s ease-in, text-decoration .2s ease-in, -webkit-text-decoration .2s ease-in;
}

@media screen and (min-width: 1000px) {
  /* line 33, resources/assets/styles/components/_page-navigation.scss */

  .page-navigation ul li a {
    padding: 21px 10px 20px;
    font-size: 1.05556rem;
    line-height: 1.22222rem;
  }
}

/* line 46, resources/assets/styles/components/_page-navigation.scss */

.page-navigation ul li a:hover {
  color: #ffc709;
  text-decoration: underline;
}

/**
 * WordPress Generated Classes
 * @see http://codex.wordpress.org/CSS#WordPress_Generated_Classes
 */

/** Media alignment */

/* line 7, resources/assets/styles/components/_wp-classes.scss */

.alignnone {
  margin-left: 0;
  margin-right: 0;
  max-width: 100%;
  height: auto;
}

/* line 14, resources/assets/styles/components/_wp-classes.scss */

.aligncenter {
  display: block;
  margin: 20px auto;
  height: auto;
}

/* line 20, resources/assets/styles/components/_wp-classes.scss */

.alignleft,
.alignright {
  margin-bottom: 20px;
  height: auto;
}

/* line 27, resources/assets/styles/components/_wp-classes.scss */

+ tablet .alignleft {
  float: left;
  margin-right: 20px;
}

/* line 32, resources/assets/styles/components/_wp-classes.scss */

+ tablet .alignright {
  float: right;
  margin-left: 20px;
}

/** Captions */

/** Text meant only for screen readers */

/* line 45, resources/assets/styles/components/_wp-classes.scss */

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  color: #000;
  background: #fff;
}

/* line 1, resources/assets/styles/components/_anchors.scss */

a.anchor {
  position: relative;
  top: -100px;
}

/* line 1, resources/assets/styles/components/_accordions.scss */

.accordions {
  padding: 0;
}

/* line 4, resources/assets/styles/components/_accordions.scss */

.accordions .accordion {
  margin-bottom: 30px;
}

/* line 9, resources/assets/styles/components/_accordions.scss */

.accordions .accordion:last-child {
  margin-bottom: 0;
}

/* line 13, resources/assets/styles/components/_accordions.scss */

.accordions .accordion .accordion-header,
.accordions .accordion .accordion-content {
  padding: 25px 25px;
  background-color: white;
}

@media screen and (min-width: 1000px) {
  /* line 13, resources/assets/styles/components/_accordions.scss */

  .accordions .accordion .accordion-header,
  .accordions .accordion .accordion-content {
    padding: 25px 65px 25px 45px;
  }
}

/* line 22, resources/assets/styles/components/_accordions.scss */

.accordions .accordion .accordion-header {
  position: relative;
  cursor: pointer;
  -webkit-transition: background-color .2s ease;
  -o-transition: background-color .2s ease;
  transition: background-color .2s ease;
}

/* line 27, resources/assets/styles/components/_accordions.scss */

.accordions .accordion .accordion-header:after {
  content: "";
  position: absolute;
  top: 32px;
  right: 40px;
  width: 19px;
  height: 12px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 433.43 236.6'%3E%3Cdefs/%3E%3Cpath fill='%23131e1f' d='M0 19.88L216.72 236.6 433.43 19.88 413.55 0 216.72 196.83 19.88 0z'/%3E%3C/svg%3E") 0 0 no-repeat;
  -webkit-transition: background-image .2s ease, -webkit-transform .15s ease;
  transition: background-image .2s ease, -webkit-transform .15s ease;
  -o-transition: background-image .2s ease, -o-transform .15s ease;
  transition: background-image .2s ease, transform .15s ease;
  transition: background-image .2s ease, transform .15s ease, -webkit-transform .15s ease, -o-transform .15s ease;
}

/* line 38, resources/assets/styles/components/_accordions.scss */

.accordions .accordion .accordion-header h5 {
  font-size: 1.44444rem;
  line-height: 1.33333rem;
  color: #131e1f;
  letter-spacing: -0.025em;
  -webkit-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
  margin: 0;
  font-weight: normal;
  padding-right: 40px;
}

/* line 50, resources/assets/styles/components/_accordions.scss */

.accordions .accordion .accordion-content p {
  margin-bottom: 20px;
}

/* line 53, resources/assets/styles/components/_accordions.scss */

.accordions .accordion .accordion-content p:last-of-type {
  margin-bottom: 0;
}

/* line 58, resources/assets/styles/components/_accordions.scss */

.accordions .accordion .accordion-content ul,
.accordions .accordion .accordion-content ol {
  padding: 1rem 2rem;
  font-weight: 200;
}

/* line 63, resources/assets/styles/components/_accordions.scss */

.accordions .accordion .accordion-content ul {
  list-style: disc;
}

/* line 68, resources/assets/styles/components/_accordions.scss */

.accordions .accordion h5 {
  font-size: 1rem;
  line-height: 1.33333rem;
  font-weight: bold;
  pointer-events: none;
}

/* line 76, resources/assets/styles/components/_accordions.scss */

.accordions .accordion .accordion-body {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height .2s ease, opacity .1s ease;
  -o-transition: max-height .2s ease, opacity .1s ease;
  transition: max-height .2s ease, opacity .1s ease;
}

/* line 86, resources/assets/styles/components/_accordions.scss */

.accordions .accordion.is-active .accordion-header {
  background-color: #ffc709;
}

/* line 89, resources/assets/styles/components/_accordions.scss */

.accordions .accordion.is-active .accordion-header h5 {
  color: white;
}

/* line 93, resources/assets/styles/components/_accordions.scss */

.accordions .accordion.is-active .accordion-header:after {
  -webkit-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 433.43 236.6'%3E%3Cdefs/%3E%3Cpath fill='%23ffffff' d='M0 19.88L216.72 236.6 433.43 19.88 413.55 0 216.72 196.83 19.88 0z'/%3E%3C/svg%3E");
}

/* line 99, resources/assets/styles/components/_accordions.scss */

.accordions .accordion.is-active .accordion-body {
  opacity: 1;
  max-height: 100em;
}

/* line 107, resources/assets/styles/components/_accordions.scss */

.accordions.grey-headers .accordion-header {
  background-color: #ededed;
}

/* line 1, resources/assets/styles/components/_resources-list.scss */

.resources-list {
  margin-bottom: -20px;
}

/* line 4, resources/assets/styles/components/_resources-list.scss */

.resources-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #e5e5e5;
  padding: 25px 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* line 11, resources/assets/styles/components/_resources-list.scss */

.resources-list li:last-child {
  border-bottom: none;
}

/* line 15, resources/assets/styles/components/_resources-list.scss */

.resources-list li p,
.resources-list li a {
  letter-spacing: -0.025em;
}

/* line 19, resources/assets/styles/components/_resources-list.scss */

.resources-list li p {
  font-size: 1.22222rem;
  line-height: 1.55556rem;
  font-weight: 300;
  margin-right: 20px;
}

/* line 25, resources/assets/styles/components/_resources-list.scss */

.resources-list li a {
  color: #131e1f;
  font-size: 1.11111rem;
  line-height: 1.55556rem;
  font-weight: bold;
  -webkit-transition: color .2s ease-in;
  -o-transition: color .2s ease-in;
  transition: color .2s ease-in;
  will-change: color;
}

/* line 29, resources/assets/styles/utilities/_mixins.scss */

.resources-list li a:hover {
  color: #ffc709;
}

/* line 31, resources/assets/styles/components/_resources-list.scss */

.resources-list li a:hover {
  color: #ffc709;
}

/* line 38, resources/assets/styles/components/_resources-list.scss */

.resources-list.links li a {
  font-size: 1.11111rem;
  line-height: 1.55556rem;
  font-weight: 300;
  color: #898989;
}

@media screen and (min-width: 1000px) {
  /* line 38, resources/assets/styles/components/_resources-list.scss */

  .resources-list.links li a {
    font-size: 1.44444rem;
    line-height: 1.55556rem;
  }
}

/* line 47, resources/assets/styles/components/_resources-list.scss */

.resources-list.links li a:hover {
  color: #ffc709;
}

/* line 54, resources/assets/styles/components/_resources-list.scss */

.resources-list.spaced li {
  padding: 35px 0;
}

/* line 1, resources/assets/styles/components/_icon-flow-grid.scss */

.icon-flow-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: -80px -25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media screen and (min-width: 768px), print {
  /* line 1, resources/assets/styles/components/_icon-flow-grid.scss */

  .icon-flow-grid {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin: -20px -40px;
  }
}

@media screen and (min-width: 1000px) {
  /* line 1, resources/assets/styles/components/_icon-flow-grid.scss */

  .icon-flow-grid {
    margin: -20px -60px;
  }
}

@media screen and (min-width: 1240px) {
  /* line 1, resources/assets/styles/components/_icon-flow-grid.scss */

  .icon-flow-grid {
    margin: -20px -80px;
  }
}

/* line 20, resources/assets/styles/components/_icon-flow-grid.scss */

.icon-flow-grid li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 80px 25px;
  text-align: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

/* line 29, resources/assets/styles/components/_icon-flow-grid.scss */

.icon-flow-grid li p {
  max-width: 12rem;
}

@media screen and (min-width: 768px), print {
  /* line 20, resources/assets/styles/components/_icon-flow-grid.scss */

  .icon-flow-grid li {
    padding: 20px 40px;
  }
}

@media screen and (min-width: 1000px) {
  /* line 20, resources/assets/styles/components/_icon-flow-grid.scss */

  .icon-flow-grid li {
    padding: 20px 60px;
  }
}

@media screen and (min-width: 1240px) {
  /* line 20, resources/assets/styles/components/_icon-flow-grid.scss */

  .icon-flow-grid li {
    padding: 20px 60px;
  }
}

/* line 45, resources/assets/styles/components/_icon-flow-grid.scss */

.icon-flow-grid li:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -17px;
  margin-left: -11px;
  width: 22px;
  height: 34px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 49.22 73.66'%3E%3Cdefs/%3E%3Cpath fill='%23ffc709' d='M2.56 71.07c-3.42-3.39-3.41-8.95 0-12.39l21.86-21.84L2.56 14.96c-3.39-3.39-3.42-8.97 0-12.39C6-.86 11.55-.83 15 2.57l34.23 34.28L14.99 71.1c-3.45 3.42-9.01 3.42-12.43-.03'/%3E%3C/svg%3E") 0 0 no-repeat;
  -webkit-transform: rotate(90deg);
       -o-transform: rotate(90deg);
          transform: rotate(90deg);
}

@media screen and (min-width: 768px), print {
  /* line 45, resources/assets/styles/components/_icon-flow-grid.scss */

  .icon-flow-grid li:after {
    top: 30px;
    right: -11px;
    bottom: auto;
    left: auto;
    margin-left: 0;
    -webkit-transform: none;
         -o-transform: none;
            transform: none;
  }
}

/* line 66, resources/assets/styles/components/_icon-flow-grid.scss */

.icon-flow-grid li:last-child:after {
  display: none;
}

/* line 73, resources/assets/styles/components/_icon-flow-grid.scss */

.icon-flow-grid svg {
  height: 57px;
  width: auto;
  margin-bottom: 20px;
}

@media screen and (min-width: 768px), print {
  /* line 73, resources/assets/styles/components/_icon-flow-grid.scss */

  .icon-flow-grid svg {
    margin-bottom: 60px;
  }
}

/* line 82, resources/assets/styles/components/_icon-flow-grid.scss */

.icon-flow-grid svg path,
.icon-flow-grid svg ellipse {
  fill: #131e1f;
}

/* line 87, resources/assets/styles/components/_icon-flow-grid.scss */

.icon-flow-grid p {
  font-size: 1rem;
  line-height: 1.55556rem;
  font-weight: 300;
  color: #131e1f;
}

/* line 1, resources/assets/styles/components/_details-list.scss */

.details-list {
  margin-bottom: -20px;
}

/* line 4, resources/assets/styles/components/_details-list.scss */

.details-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #e5e5e5;
  padding: 37px 0;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (min-width: 1000px) {
  /* line 4, resources/assets/styles/components/_details-list.scss */

  .details-list li {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

/* line 16, resources/assets/styles/components/_details-list.scss */

.details-list li strong,
.details-list li p {
  display: block;
  font-size: 1.44444rem;
  line-height: 1.77778rem;
}

@media screen and (min-width: 1000px) {
  /* line 16, resources/assets/styles/components/_details-list.scss */

  .details-list li strong,
  .details-list li p {
    font-size: 1.22222rem;
    line-height: 1.55556rem;
  }
}

/* line 25, resources/assets/styles/components/_details-list.scss */

.details-list li strong {
  color: #131e1f;
  width: 190px;
  margin-bottom: 10px;
  font-weight: normal;
  font-size: 1.44444rem;
  line-height: 1.55556rem;
}

@media screen and (min-width: 1000px) {
  /* line 25, resources/assets/styles/components/_details-list.scss */

  .details-list li strong {
    margin-bottom: 0;
    padding-right: 65px;
  }
}

/* line 38, resources/assets/styles/components/_details-list.scss */

.details-list li p {
  color: #c1c1c1;
  font-size: 1.44444rem;
  line-height: 1.55556rem;
}

@media screen and (min-width: 1000px) {
  /* line 38, resources/assets/styles/components/_details-list.scss */

  .details-list li p {
    padding-left: 65px;
  }
}

/* line 51, resources/assets/styles/components/_details-list.scss */

.details-list.event-details li {
  padding: 31px 0;
}

/* line 54, resources/assets/styles/components/_details-list.scss */

.details-list.event-details li strong,
.details-list.event-details li p {
  font-size: 1.222rem;
  line-height: 1.222rem;
}

/* line 59, resources/assets/styles/components/_details-list.scss */

.details-list.event-details li strong {
  font-weight: 700;
}

/* line 63, resources/assets/styles/components/_details-list.scss */

.details-list.event-details li p {
  color: #131e1f;
}

/* line 1, resources/assets/styles/components/_sliding-doors.scss */

.slide-in-transition-set {
  position: relative;
  height: auto;
  width: 100%;
  overflow: hidden;
}

@media screen and (min-width: 1000px) {
  /* line 8, resources/assets/styles/components/_sliding-doors.scss */

  .slide-in-transition-set _:-ms-fullscreen,
  :root .slide-in-transition-set.fix-ie11-height {
    height: 50rem;
  }
}

@media screen and (min-width: 1000px) {
  /* line 1, resources/assets/styles/components/_sliding-doors.scss */

  .slide-in-transition-set {
    height: 100vh;
  }
}

/* line 19, resources/assets/styles/components/_sliding-doors.scss */

.slide-in-transition-set > section {
  position: relative;
  width: 100vw;
  height: inherit;
  z-index: 8;
}

/* line 26, resources/assets/styles/components/_sliding-doors.scss */

.slide-in-transition-set > section.sliding-doors-in-from-right {
  position: relative;
  top: 0;
  z-index: 9;
}

/* line 31, resources/assets/styles/components/_sliding-doors.scss */

.slide-in-transition-set > section.sliding-doors-in-from-right.white-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: white;
}

/* line 36, resources/assets/styles/components/_sliding-doors.scss */

.slide-in-transition-set > section.sliding-doors-in-from-right.white-box > section {
  padding-top: 200px;
}

@media screen and (max-width: 999px) {
  /* line 26, resources/assets/styles/components/_sliding-doors.scss */

  .slide-in-transition-set > section.sliding-doors-in-from-right {
    left: 0 !important;
  }
}

@media screen and (min-width: 1000px) {
  /* line 26, resources/assets/styles/components/_sliding-doors.scss */

  .slide-in-transition-set > section.sliding-doors-in-from-right {
    position: absolute;
    left: 100%;
  }
}

/* line 50, resources/assets/styles/components/_sliding-doors.scss */

.slide-in-transition-set > section.sliding-doors-in-from-right > section {
  width: 100%;
  height: inherit;
}

/* line 54, resources/assets/styles/components/_sliding-doors.scss */

.slide-in-transition-set > section.sliding-doors-in-from-right > section .container,
.slide-in-transition-set > section.sliding-doors-in-from-right > section .glide.controls-right .carousel-controls,
.glide.controls-right .slide-in-transition-set > section.sliding-doors-in-from-right > section .carousel-controls {
  width: inherit;
}

/* line 61, resources/assets/styles/components/_sliding-doors.scss */

.sliding-doors {
  position: relative;
  margin: auto;
  max-width: 1344px;
  height: auto;
}

@media screen and (min-width: 768px), print {
  /* line 61, resources/assets/styles/components/_sliding-doors.scss */

  .sliding-doors {
    height: 400px;
  }
}

@media screen and (min-width: 1000px) {
  /* line 61, resources/assets/styles/components/_sliding-doors.scss */

  .sliding-doors {
    height: 100vh;
  }
}

/* line 75, resources/assets/styles/components/_sliding-doors.scss */

.sliding-doors .container:not(.standard-container),
.sliding-doors .glide.controls-right .carousel-controls:not(.standard-container),
.glide.controls-right .sliding-doors .carousel-controls:not(.standard-container) {
  max-width: 1294px;
}

/* line 79, resources/assets/styles/components/_sliding-doors.scss */

.sliding-doors > * {
  position: static;
  width: 100%;
  left: 0;
  right: 0;
}

@media screen and (min-width: 768px), print {
  /* line 79, resources/assets/styles/components/_sliding-doors.scss */

  .sliding-doors > * {
    position: absolute;
    min-height: 100%;
  }
}

/* line 91, resources/assets/styles/components/_sliding-doors.scss */

.sliding-doors .hero {
  background-size: cover;
}

/* line 95, resources/assets/styles/components/_sliding-doors.scss */

.sliding-doors .entry-content.condensed {
  max-width: 800px;
}

@media screen and (max-width: 999px) {
  /* line 101, resources/assets/styles/components/_sliding-doors.scss */

  .scrollmagic-pin-spacer {
    padding-bottom: 0 !important;
  }
}

/* line 1, resources/assets/styles/components/_reveals.scss */

.reveal {
  opacity: 0;
  -webkit-transform: translateY(40px);
       -o-transform: translateY(40px);
          transform: translateY(40px);
  -webkit-transition: opacity .2s ease-in, -webkit-transform .3s ease-in;
  transition: opacity .2s ease-in, -webkit-transform .3s ease-in;
  -o-transition: opacity .2s ease-in, -o-transform .3s ease-in;
  transition: opacity .2s ease-in, transform .3s ease-in;
  transition: opacity .2s ease-in, transform .3s ease-in, -webkit-transform .3s ease-in, -o-transform .3s ease-in;
}

/* line 6, resources/assets/styles/components/_reveals.scss */

.reveal.revealed {
  opacity: 1;
  -webkit-transform: translateY(0);
       -o-transform: translateY(0);
          transform: translateY(0);
}

/* line 1, resources/assets/styles/components/_zoom-on-hover.scss */

.zoom-on-hover {
  -webkit-transition: -webkit-box-shadow .2s ease-in, -webkit-transform .2s ease;
  transition: -webkit-box-shadow .2s ease-in, -webkit-transform .2s ease;
  -o-transition: box-shadow .2s ease-in, -o-transform .2s ease;
  transition: box-shadow .2s ease-in, transform .2s ease;
  transition: box-shadow .2s ease-in, transform .2s ease, -webkit-box-shadow .2s ease-in, -webkit-transform .2s ease, -o-transform .2s ease;
  -webkit-transform: scale(1);
       -o-transform: scale(1);
          transform: scale(1);
  will-change: transform, box-shadow;
}

/* line 6, resources/assets/styles/components/_zoom-on-hover.scss */

.zoom-on-hover:hover {
  -webkit-box-shadow: 3px 6px 21px rgba(1, 2, 1, 0.12);
          box-shadow: 3px 6px 21px rgba(1, 2, 1, 0.12);
  -webkit-transform: scale(1.018);
       -o-transform: scale(1.018);
          transform: scale(1.018);
}

/* line 1, resources/assets/styles/layouts/_header.scss */

header.banner {
  background: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 25px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 1px solid #e5e5e5;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 96px;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: -o-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s, -o-transform 0.3s;
  z-index: 10;
}

@media screen and (min-width: 1000px) {
  /* line 1, resources/assets/styles/layouts/_header.scss */

  header.banner {
    height: 148px;
    padding: 22px 50px;
  }
}

@media screen and (min-width: 1240px) {
  /* line 1, resources/assets/styles/layouts/_header.scss */

  header.banner {
    padding: 22px 100px;
  }
}

/* line 25, resources/assets/styles/layouts/_header.scss */

header.banner .navbar-brand {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  z-index: 999;
}

/* line 32, resources/assets/styles/layouts/_header.scss */

header.banner .navbar-brand a.navbar-item {
  display: block;
  padding: 0;
  -webkit-transition: opacity .2s ease;
  -o-transition: opacity .2s ease;
  transition: opacity .2s ease;
  will-change: opacity;
}

/* line 20, resources/assets/styles/utilities/_mixins.scss */

header.banner .navbar-brand a.navbar-item:hover {
  opacity: .75;
}

@media screen and (min-width: 1000px) {
  /* line 32, resources/assets/styles/layouts/_header.scss */

  header.banner .navbar-brand a.navbar-item {
    padding-right: 10px;
  }
}

@media screen and (min-width: 1240px) {
  /* line 32, resources/assets/styles/layouts/_header.scss */

  header.banner .navbar-brand a.navbar-item {
    padding-right: 15px;
  }
}

/* line 46, resources/assets/styles/layouts/_header.scss */

header.banner .navbar-brand #touch-menu-button {
  display: block;
  width: 30px;
  height: 23px;
}

@media screen and (min-width: 1000px) {
  /* line 46, resources/assets/styles/layouts/_header.scss */

  header.banner .navbar-brand #touch-menu-button {
    display: none;
  }
}

/* line 55, resources/assets/styles/layouts/_header.scss */

header.banner .navbar-brand #touch-menu-button svg {
  width: inherit;
  height: inherit;
}

/* line 61, resources/assets/styles/layouts/_header.scss */

header.banner .navbar-brand img {
  height: auto;
  width: 125px;
}

@media screen and (min-width: 1000px) {
  /* line 61, resources/assets/styles/layouts/_header.scss */

  header.banner .navbar-brand img {
    height: auto;
    width: 196px;
  }
}

@media screen and (min-width: 1240px) {
  /* line 61, resources/assets/styles/layouts/_header.scss */

  header.banner .navbar-brand img {
    height: auto;
    width: 222px;
  }
}

@media screen and (max-width: 999px) {
  /* line 79, resources/assets/styles/layouts/_header.scss */

  header.banner .navbar-menu {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #131e1f;
    z-index: 9999;
    padding: 30px 25px;
    opacity: 0;
    height: 0;
    pointer-events: none;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-transition: opacity .15s ease-in, height .2s ease-in;
    -o-transition: opacity .15s ease-in, height .2s ease-in;
    transition: opacity .15s ease-in, height .2s ease-in;
  }

  /* line 96, resources/assets/styles/layouts/_header.scss */

  header.banner .navbar-menu .navbar-item {
    color: white;
    font-size: 24px !important;
    line-height: 28px !important;
    letter-spacing: -0.025em !important;
    height: 48px;
    padding-top: 11px !important;
    padding-bottom: 8px !important;
  }

  /* line 106, resources/assets/styles/layouts/_header.scss */

  header.banner .navbar-menu .navbar-search {
    margin-bottom: 40px;
  }

  /* line 109, resources/assets/styles/layouts/_header.scss */

  header.banner .navbar-menu .navbar-search input {
    padding: 6px 10px 6px 34px;
    width: calc(100% - 40px);
    font-size: 0.94444rem;
    line-height: 0.55556rem;
  }

  /* line 115, resources/assets/styles/layouts/_header.scss */

  header.banner .navbar-menu .navbar-search button {
    right: auto;
    top: 4px;
    left: 0;
    width: 19px;
    height: 16px;
  }

  /* line 122, resources/assets/styles/layouts/_header.scss */

  header.banner .navbar-menu .navbar-search button svg {
    width: inherit;
    height: inherit;
  }

  /* line 129, resources/assets/styles/layouts/_header.scss */

  header.banner .navbar-menu #touch-menu-close {
    display: block;
    position: absolute;
    top: 8px;
    right: 0;
    width: 20px;
    height: 20px;
  }

  /* line 137, resources/assets/styles/layouts/_header.scss */

  header.banner .navbar-menu #touch-menu-close svg {
    width: inherit;
    height: inherit;
  }

  /* line 145, resources/assets/styles/layouts/_header.scss */

  header.banner .navbar-menu .navbar-end > .navbar-item,
  header.banner .navbar-menu .navbar-end > .navbar-mega-menu {
    border-bottom: 1px solid #ffc709;
    position: relative;
  }

  /* line 150, resources/assets/styles/layouts/_header.scss */

  header.banner .navbar-menu .navbar-end > .navbar-item.is-open .navbar-touch-expand:after,
  header.banner .navbar-menu .navbar-end > .navbar-mega-menu.is-open .navbar-touch-expand:after {
    -webkit-transform: rotate(180deg);
         -o-transform: rotate(180deg);
            transform: rotate(180deg);
  }

  /* line 154, resources/assets/styles/layouts/_header.scss */

  header.banner .navbar-menu .navbar-end > .navbar-item.is-open .mega-menu-dropdown,
  header.banner .navbar-menu .navbar-end > .navbar-mega-menu.is-open .mega-menu-dropdown {
    -webkit-transform: scaleY(1);
         -o-transform: scaleY(1);
            transform: scaleY(1);
    opacity: 1;
    height: auto;
    pointer-events: auto;
  }

  /* line 162, resources/assets/styles/layouts/_header.scss */

  header.banner .navbar-menu .navbar-end > .navbar-item:last-of-type,
  header.banner .navbar-menu .navbar-end > .navbar-mega-menu:last-of-type {
    border-bottom: 0;
  }

  /* line 167, resources/assets/styles/layouts/_header.scss */

  header.banner .navbar-menu .navbar-end > .navbar-mega-menu > a {
    position: relative !important;
    width: calc(100% - 39px);
  }

  /* line 171, resources/assets/styles/layouts/_header.scss */

  header.banner .navbar-menu .navbar-end > .navbar-mega-menu > a.navbar-touch-expand {
    display: block;
    width: 39px;
    height: 47px;
    position: absolute !important;
    top: 0;
    right: 0;
  }

  /* line 179, resources/assets/styles/layouts/_header.scss */

  header.banner .navbar-menu .navbar-end > .navbar-mega-menu > a.navbar-touch-expand:after {
    content: "";
    position: absolute;
    top: 20px;
    right: 0;
    width: 19px;
    height: 12px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 433.43 236.6'%3E%3Cdefs/%3E%3Cpath fill='%23ffc80f' d='M0 19.88L216.72 236.6 433.43 19.88 413.55 0 216.72 196.83 19.88 0z'/%3E%3C/svg%3E") 0 0 no-repeat;
    -webkit-transition: -webkit-transform .25s ease;
    transition: -webkit-transform .25s ease;
    -o-transition: -o-transform .25s ease;
    transition: transform .25s ease;
    transition: transform .25s ease, -webkit-transform .25s ease, -o-transform .25s ease;
  }

  /* line 193, resources/assets/styles/layouts/_header.scss */

  header.banner .navbar-menu .mega-menu-dropdown {
    opacity: 0;
    pointer-events: none;
    -webkit-transform-origin: top;
         -o-transform-origin: top;
            transform-origin: top;
    -webkit-transform: scaleY(0);
         -o-transform: scaleY(0);
            transform: scaleY(0);
    height: 0;
    -webkit-transition: opacity .2s ease, -webkit-transform .25s ease;
    transition: opacity .2s ease, -webkit-transform .25s ease;
    -o-transition: opacity .2s ease, -o-transform .25s ease;
    transition: transform .25s ease, opacity .2s ease;
    transition: transform .25s ease, opacity .2s ease, -webkit-transform .25s ease, -o-transform .25s ease;
    overflow: hidden;
  }

  /* line 202, resources/assets/styles/layouts/_header.scss */

  header.banner .navbar-menu .mega-menu-dropdown .mega-menu-group {
    padding-top: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #6b6b6b;
  }

  /* line 207, resources/assets/styles/layouts/_header.scss */

  header.banner .navbar-menu .mega-menu-dropdown .mega-menu-group:last-of-type {
    border-bottom: 0;
    padding-bottom: 30px;
  }

  /* line 213, resources/assets/styles/layouts/_header.scss */

  header.banner .navbar-menu .mega-menu-dropdown a.navbar-item {
    font-size: 0.72222rem;
    line-height: 1.05556rem;
    font-weight: 300;
    letter-spacing: 0.01em;
  }

  /* line 218, resources/assets/styles/layouts/_header.scss */

  header.banner .navbar-menu .mega-menu-dropdown a.navbar-item.group-heading {
    font-size: 0.94444rem;
    line-height: 1.44444rem;
    font-weight: normal;
  }
}

/* line 228, resources/assets/styles/layouts/_header.scss */

header.banner.is-fixed {
  position: fixed;
  top: -148px;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: -o-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s, -o-transform 0.3s;
}

/* line 234, resources/assets/styles/layouts/_header.scss */

header.banner.is-visible {
  -webkit-transform: translate3d(0, 100%, 0);
          transform: translate3d(0, 100%, 0);
}

/* line 1, resources/assets/styles/layouts/_footer.scss */

#footer-top {
  padding: 30px 15px 35px;
  border-bottom: 1px solid #ededed;
}

@media screen and (min-width: 1000px) {
  /* line 1, resources/assets/styles/layouts/_footer.scss */

  #footer-top {
    padding: 60px 25px 20px;
  }
}

/* line 9, resources/assets/styles/layouts/_footer.scss */

#footer-top .address {
  margin-top: 1rem;
  font-size: 0.88889rem;
  line-height: 1.44444rem;
}

/* line 14, resources/assets/styles/layouts/_footer.scss */

#footer-top h4 {
  font-size: 1rem;
  line-height: 1.22222rem;
  letter-spacing: 0.01em;
  color: #131e1f;
  font-weight: bold;
  margin-bottom: 15px;
}

@media screen and (min-width: 1000px) {
  /* line 14, resources/assets/styles/layouts/_footer.scss */

  #footer-top h4 {
    font-size: 1.11111rem;
    line-height: 1.33333rem;
  }
}

/* line 26, resources/assets/styles/layouts/_footer.scss */

#footer-top img {
  max-width: 224px;
}

@media screen and (min-width: 1000px) {
  /* line 33, resources/assets/styles/layouts/_footer.scss */

  #footer-top ul.multi-columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  /* line 37, resources/assets/styles/layouts/_footer.scss */

  #footer-top ul.multi-columns li {
    -webkit-box-flex: 33.33333%;
        -ms-flex: 33.33333%;
            flex: 33.33333%;
    padding-left: 2.4rem;
  }

  /* line 42, resources/assets/styles/layouts/_footer.scss */

  #footer-top ul.multi-columns li:nth-child(3),
  #footer-top ul.multi-columns li:nth-child(6),
  #footer-top ul.multi-columns li:nth-child(9),
  #footer-top ul.multi-columns li:nth-child(12) {
    padding-left: 1.6rem;
  }

  /* line 46, resources/assets/styles/layouts/_footer.scss */

  #footer-top ul.multi-columns li:nth-child(1),
  #footer-top ul.multi-columns li:nth-child(4),
  #footer-top ul.multi-columns li:nth-child(7),
  #footer-top ul.multi-columns li:nth-child(10) {
    padding-left: 0;
  }

  /* line 53, resources/assets/styles/layouts/_footer.scss */

  #footer-top ul _:-ms-fullscreen li,
  :root #footer-top ul.multi-columns li {
    padding-left: 0;
  }
}

/* line 59, resources/assets/styles/layouts/_footer.scss */

#footer-top ul li {
  margin-bottom: 10px;
}

/* line 63, resources/assets/styles/layouts/_footer.scss */

#footer-top ul a {
  -webkit-transition: color .2s ease-in;
  -o-transition: color .2s ease-in;
  transition: color .2s ease-in;
  will-change: color;
  font-size: 0.88889rem;
  line-height: 1rem;
  color: #898989;
  font-weight: 300;
  letter-spacing: 0.01em;
}

/* line 29, resources/assets/styles/utilities/_mixins.scss */

#footer-top ul a:hover {
  color: #ffc709;
}

@media screen and (min-width: 1000px) {
  /* line 63, resources/assets/styles/layouts/_footer.scss */

  #footer-top ul a {
    font-size: 1rem;
    line-height: 1.44444rem;
  }
}

/* line 76, resources/assets/styles/layouts/_footer.scss */

#footer-top .container > div,
#footer-top .glide.controls-right .carousel-controls > div,
.glide.controls-right #footer-top .carousel-controls > div {
  -webkit-columns: 2;
     -moz-columns: 2;
          columns: 2;
}

/* line 79, resources/assets/styles/layouts/_footer.scss */

#footer-top .container > div a,
#footer-top .glide.controls-right .carousel-controls > div a,
.glide.controls-right #footer-top .carousel-controls > div a {
  display: block;
  max-width: 123px;
  -webkit-transition: opacity .2s ease;
  -o-transition: opacity .2s ease;
  transition: opacity .2s ease;
  will-change: opacity;
}

/* line 20, resources/assets/styles/utilities/_mixins.scss */

#footer-top .container > div a:hover,
#footer-top .glide.controls-right .carousel-controls > div a:hover,
.glide.controls-right #footer-top .carousel-controls > div a:hover {
  opacity: .75;
}

@media screen and (min-width: 1000px) {
  /* line 79, resources/assets/styles/layouts/_footer.scss */

  #footer-top .container > div a,
  #footer-top .glide.controls-right .carousel-controls > div a,
  .glide.controls-right #footer-top .carousel-controls > div a {
    max-width: 100%;
    margin-bottom: 0;
  }
}

@media screen and (min-width: 1000px) {
  /* line 76, resources/assets/styles/layouts/_footer.scss */

  #footer-top .container > div,
  #footer-top .glide.controls-right .carousel-controls > div,
  .glide.controls-right #footer-top .carousel-controls > div {
    margin-left: -40px;
    margin-right: -40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-columns: initial;
       -moz-columns: initial;
            columns: initial;
  }
}

/* line 100, resources/assets/styles/layouts/_footer.scss */

#footer-top .container > div > div:first-child,
#footer-top .glide.controls-right .carousel-controls > div > div:first-child,
.glide.controls-right #footer-top .carousel-controls > div > div:first-child {
  -webkit-column-span: all;
     -moz-column-span: all;
          column-span: all;
}

/* line 103, resources/assets/styles/layouts/_footer.scss */

#footer-top .container > div > div:first-child a,
#footer-top .glide.controls-right .carousel-controls > div > div:first-child a,
.glide.controls-right #footer-top .carousel-controls > div > div:first-child a {
  margin-bottom: 5px;
}

@media screen and (min-width: 1000px) {
  /* line 103, resources/assets/styles/layouts/_footer.scss */

  #footer-top .container > div > div:first-child a,
  #footer-top .glide.controls-right .carousel-controls > div > div:first-child a,
  .glide.controls-right #footer-top .carousel-controls > div > div:first-child a {
    margin-bottom: 0;
  }
}

/* line 112, resources/assets/styles/layouts/_footer.scss */

#footer-top .container > div > div:nth-child(2),
#footer-top .glide.controls-right .carousel-controls > div > div:nth-child(2),
.glide.controls-right #footer-top .carousel-controls > div > div:nth-child(2) {
  -webkit-column-break-inside: avoid;
     -moz-column-break-inside: avoid;
          break-inside: avoid;
  padding-top: 0;
  padding-bottom: 22px;
  display: inline-block;
  padding: 20px;
}

@media screen and (min-width: 1000px) {
  /* line 97, resources/assets/styles/layouts/_footer.scss */

  #footer-top .container > div > div,
  #footer-top .glide.controls-right .carousel-controls > div > div,
  .glide.controls-right #footer-top .carousel-controls > div > div {
    padding-left: 40px;
    padding-right: 40px;
  }

  /* line 124, resources/assets/styles/layouts/_footer.scss */

  #footer-top .container > div > div:first-child,
  #footer-top .glide.controls-right .carousel-controls > div > div:first-child,
  .glide.controls-right #footer-top .carousel-controls > div > div:first-child {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 22%;
            flex: 0 0 22%;
  }

  /* line 128, resources/assets/styles/layouts/_footer.scss */

  #footer-top .container > div > div:nth-child(2),
  #footer-top .glide.controls-right .carousel-controls > div > div:nth-child(2),
  .glide.controls-right #footer-top .carousel-controls > div > div:nth-child(2) {
    -webkit-box-flex: 27%;
        -ms-flex: 27%;
            flex: 27%;
    padding-right: 0;
  }

  /* line 134, resources/assets/styles/layouts/_footer.scss */

  #footer-top .container > div > div:nth-child(3),
  #footer-top .glide.controls-right .carousel-controls > div > div:nth-child(3),
  .glide.controls-right #footer-top .carousel-controls > div > div:nth-child(3) {
    padding-left: 0;
    -webkit-box-flex: 4%;
        -ms-flex: 4%;
            flex: 4%;
  }

  /* line 139, resources/assets/styles/layouts/_footer.scss */

  #footer-top .container > div > div:nth-child(4),
  #footer-top .glide.controls-right .carousel-controls > div > div:nth-child(4),
  .glide.controls-right #footer-top .carousel-controls > div > div:nth-child(4) {
    padding-left: 8px;
  }
}

/* line 146, resources/assets/styles/layouts/_footer.scss */

#footer-top .social-icons {
  margin-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 999px) {
  /* line 154, resources/assets/styles/layouts/_footer.scss */

  #footer-bottom {
    padding-bottom: 40px;
  }
}

/* line 162, resources/assets/styles/layouts/_footer.scss */

#footer-bottom .legal a,
#footer-bottom .legal span {
  font-size: 0.72222rem;
  line-height: 1.33333rem;
  font-weight: normal;
  letter-spacing: 0.01em;
}

@media screen and (min-width: 1000px) {
  /* line 162, resources/assets/styles/layouts/_footer.scss */

  #footer-bottom .legal a,
  #footer-bottom .legal span {
    font-size: 0.88889rem;
    line-height: 1.22222rem;
  }
}

/* line 172, resources/assets/styles/layouts/_footer.scss */

#footer-bottom .legal a {
  color: #131e1f;
  display: inline-block;
  margin-right: 25px;
  -webkit-transition: color .2s ease-in;
  -o-transition: color .2s ease-in;
  transition: color .2s ease-in;
  will-change: color;
}

/* line 29, resources/assets/styles/utilities/_mixins.scss */

#footer-bottom .legal a:hover {
  color: #ffc709;
}

/* line 178, resources/assets/styles/layouts/_footer.scss */

#footer-bottom .legal a:last-child {
  margin-right: 30px;
}

/* line 183, resources/assets/styles/layouts/_footer.scss */

#footer-bottom .legal span {
  color: #898989;
  display: block;
}

@media screen and (min-width: 1000px) {
  /* line 183, resources/assets/styles/layouts/_footer.scss */

  #footer-bottom .legal span {
    display: inline-block;
  }
}

/* line 195, resources/assets/styles/layouts/_footer.scss */

.section.article .posts-navigation,
.glide.controls-right .article.carousel-controls .posts-navigation,
.article.page-navigation .posts-navigation {
  margin-bottom: 40px;
}

/* line 1, resources/assets/styles/layouts/_tinymce.scss */

body#tinymce {
  margin: 12px !important;
}

/* line 1, resources/assets/styles/templates/_front-page.scss */

body.home header.banner {
  border-bottom-color: transparent;
}

/* line 5, resources/assets/styles/templates/_front-page.scss */

#home-hero-overlay {
  position: absolute;
  max-width: 1620px;
  margin: auto;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  height: 990px;
  pointer-events: none;
}

/* line 16, resources/assets/styles/templates/_front-page.scss */

#home-hero-overlay #home-hero-overlay-before,
#home-hero-overlay #home-hero-overlay-after {
  content: "";
  position: absolute;
  background-color: white;
  width: 99999px;
  height: 100%;
  top: 0;
  z-index: 9;
}

/* line 26, resources/assets/styles/templates/_front-page.scss */

#home-hero-overlay #home-hero-overlay-before {
  left: -99999px;
}

/* line 30, resources/assets/styles/templates/_front-page.scss */

#home-hero-overlay #home-hero-overlay-after {
  right: -99999px;
}

/* line 35, resources/assets/styles/templates/_front-page.scss */

#home-hero-container {
  margin: auto;
  position: relative;
  padding-left: 25px;
  padding-right: 25px;
}

@media screen and (min-width: 768px), print {
  /* line 35, resources/assets/styles/templates/_front-page.scss */

  #home-hero-container {
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (min-width: 1000px) {
  /* line 47, resources/assets/styles/templates/_front-page.scss */

  #home-hero-container .carousel-controls.container.expanded,
  #home-hero-container .glide.controls-right .carousel-controls.expanded,
  .glide.controls-right #home-hero-container .carousel-controls.expanded {
    width: 1rem;
    position: absolute;
    right: 0%;
    height: 1rem;
    top: 50%;
    margin-right: 1rem;
  }
}

@media screen and (min-width: 1384px) {
  /* line 47, resources/assets/styles/templates/_front-page.scss */

  #home-hero-container .carousel-controls.container.expanded,
  #home-hero-container .glide.controls-right .carousel-controls.expanded,
  .glide.controls-right #home-hero-container .carousel-controls.expanded {
    right: 6%;
  }
}

@media screen and (min-width: 1920px) {
  /* line 47, resources/assets/styles/templates/_front-page.scss */

  #home-hero-container .carousel-controls.container.expanded,
  #home-hero-container .glide.controls-right .carousel-controls.expanded,
  .glide.controls-right #home-hero-container .carousel-controls.expanded {
    right: 10%;
  }
}

@media screen and (min-width: 2000px) {
  /* line 47, resources/assets/styles/templates/_front-page.scss */

  #home-hero-container .carousel-controls.container.expanded,
  #home-hero-container .glide.controls-right .carousel-controls.expanded,
  .glide.controls-right #home-hero-container .carousel-controls.expanded {
    right: 18%;
  }
}

/* line 73, resources/assets/styles/templates/_front-page.scss */

#home-hero-carousel {
  height: 715px;
}

@media screen and (min-width: 1000px) {
  /* line 73, resources/assets/styles/templates/_front-page.scss */

  #home-hero-carousel {
    height: 990px;
  }
}

/* line 80, resources/assets/styles/templates/_front-page.scss */

#home-hero-carousel .glide__track,
#home-hero-carousel .glide__slides,
#home-hero-carousel .glide__slide {
  height: 100%;
  min-height: inherit;
}

/* line 85, resources/assets/styles/templates/_front-page.scss */

#home-hero-carousel .container,
#home-hero-carousel .glide.controls-right .carousel-controls,
.glide.controls-right #home-hero-carousel .carousel-controls {
  padding: 20px 25px;
}

@media screen and (min-width: 1000px) {
  /* line 85, resources/assets/styles/templates/_front-page.scss */

  #home-hero-carousel .container,
  #home-hero-carousel .glide.controls-right .carousel-controls,
  .glide.controls-right #home-hero-carousel .carousel-controls {
    padding: 20px 75px;
  }
}

@media screen and (min-width: 1240px) {
  /* line 85, resources/assets/styles/templates/_front-page.scss */

  #home-hero-carousel .container,
  #home-hero-carousel .glide.controls-right .carousel-controls,
  .glide.controls-right #home-hero-carousel .carousel-controls {
    padding: 20px 100px;
  }
}

/* line 98, resources/assets/styles/templates/_front-page.scss */

#home-hero-carousel .glide__slide {
  position: relative;
  padding-bottom: 325px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

@media screen and (min-width: 768px), print {
  /* line 98, resources/assets/styles/templates/_front-page.scss */

  #home-hero-carousel .glide__slide {
    padding-bottom: 309px;
  }

  /* line 107, resources/assets/styles/templates/_front-page.scss */

  #home-hero-carousel .glide__slide .slide-image-desktop {
    display: block !important;
  }

  /* line 110, resources/assets/styles/templates/_front-page.scss */

  #home-hero-carousel .glide__slide .slide-image-mobile {
    display: none;
  }
}

/* line 115, resources/assets/styles/templates/_front-page.scss */

#home-hero-carousel .glide__slide .slide-image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: center center no-repeat;
  background-size: cover;
}

/* line 126, resources/assets/styles/templates/_front-page.scss */

#home-hero-carousel .glide__slide .slide-image.slide-image-desktop {
  display: none;
}

/* line 131, resources/assets/styles/templates/_front-page.scss */

#home-hero-carousel .glide__slide:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAPbCAYAAAB2b1peAAABCElEQVRoge2W0Q6DIAxFq8G3+VH7/89xb3tgkUS3rgpXrMZs1wdzAoXS21ps+v52FxEJw/BoR0gvAoFAIBAIBAKBQCAQCAQMmk/j5u+l+x0I38mthKvtUwfGe0Rq/vgzJ+8FFyUbr08Y2We2icsH26dYJlJEqLq4EKdQtTikuyQvoPN2odB9VkZgEdSZ4zTSbtUQUeOdLytUXYmaVTp2HVchy3aVmko72wLw/NBc+0ZGqE1qSL5655y2gM2pXb0Q8k6dbU+wUyp22Bdy73jok1FshCirTpHup5bH5eRGM5Kxcb2/VIDX/9lGSsJBqLOisHlPD9IBliszs+r6shAIBMJhEELXPUVEXnATJITwgPQuAAAAAElFTkSuQmCC") bottom center repeat-x;
  background-size: 2px 100%;
  z-index: 7;
}

/* line 145, resources/assets/styles/templates/_front-page.scss */

#home-hero-carousel .glide__slide .container > div,
#home-hero-carousel .glide__slide .glide.controls-right .carousel-controls > div,
.glide.controls-right #home-hero-carousel .glide__slide .carousel-controls > div {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  padding: 10px 0 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 820px;
  z-index: 8;
  margin: 0;
}

@media screen and (min-width: 768px), print {
  /* line 145, resources/assets/styles/templates/_front-page.scss */

  #home-hero-carousel .glide__slide .container > div,
  #home-hero-carousel .glide__slide .glide.controls-right .carousel-controls > div,
  .glide.controls-right #home-hero-carousel .glide__slide .carousel-controls > div {
    padding: 11rem 0 0;
  }
}

@media screen and (min-width: 1000px) {
  /* line 145, resources/assets/styles/templates/_front-page.scss */

  #home-hero-carousel .glide__slide .container > div,
  #home-hero-carousel .glide__slide .glide.controls-right .carousel-controls > div,
  .glide.controls-right #home-hero-carousel .glide__slide .carousel-controls > div {
    padding: 350px 0 90px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

/* line 165, resources/assets/styles/templates/_front-page.scss */

#home-hero-carousel .glide__slide .container > div *,
#home-hero-carousel .glide__slide .glide.controls-right .carousel-controls > div *,
.glide.controls-right #home-hero-carousel .glide__slide .carousel-controls > div * {
  color: white;
}

/* line 172, resources/assets/styles/templates/_front-page.scss */

#home-hero-carousel .glide__slide .container.expanded .container_details,
#home-hero-carousel .glide__slide .glide.controls-right .expanded.carousel-controls .container_details,
.glide.controls-right #home-hero-carousel .glide__slide .expanded.carousel-controls .container_details {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

/* line 176, resources/assets/styles/templates/_front-page.scss */

#home-hero-carousel .glide__slide .container.expanded .container_details h1,
#home-hero-carousel .glide__slide .glide.controls-right .expanded.carousel-controls .container_details h1,
.glide.controls-right #home-hero-carousel .glide__slide .expanded.carousel-controls .container_details h1,
#home-hero-carousel .glide__slide .container.expanded .container_details p,
#home-hero-carousel .glide__slide .glide.controls-right .expanded.carousel-controls .container_details p,
.glide.controls-right #home-hero-carousel .glide__slide .expanded.carousel-controls .container_details p {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}

/* line 180, resources/assets/styles/templates/_front-page.scss */

#home-hero-carousel .glide__slide .container.expanded .container_details a:hover,
#home-hero-carousel .glide__slide .glide.controls-right .expanded.carousel-controls .container_details a:hover,
.glide.controls-right #home-hero-carousel .glide__slide .expanded.carousel-controls .container_details a:hover,
#home-hero-carousel .glide__slide .container.expanded .container_details a:focus,
#home-hero-carousel .glide__slide .glide.controls-right .expanded.carousel-controls .container_details a:focus,
.glide.controls-right #home-hero-carousel .glide__slide .expanded.carousel-controls .container_details a:focus {
  color: #ffc709;
}

/* line 186, resources/assets/styles/templates/_front-page.scss */

#home-hero-carousel .glide__slide h1 {
  margin-bottom: 10px;
  font-size: 38px;
  line-height: 40px;
  font-weight: bold;
}

@media screen and (min-width: 768px), print {
  /* line 186, resources/assets/styles/templates/_front-page.scss */

  #home-hero-carousel .glide__slide h1 {
    font-size: 3.88889rem;
    line-height: 4.16667rem;
  }
}

@media screen and (max-width: 767px) {
  /* line 198, resources/assets/styles/templates/_front-page.scss */

  #home-hero-carousel .glide__slide h1,
  #home-hero-carousel .glide__slide p {
    max-width: 300px;
  }
}

/* line 203, resources/assets/styles/templates/_front-page.scss */

#home-hero-carousel .glide__slide p {
  font-size: 1.22222rem;
  line-height: 1.44444rem;
  margin-bottom: 0;
}

@media screen and (min-width: 1000px) {
  /* line 203, resources/assets/styles/templates/_front-page.scss */

  #home-hero-carousel .glide__slide p {
    margin-bottom: 40px;
  }
}

/* line 212, resources/assets/styles/templates/_front-page.scss */

#home-hero-carousel .glide__slide .buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: auto;
}

@media screen and (min-width: 1000px) {
  /* line 212, resources/assets/styles/templates/_front-page.scss */

  #home-hero-carousel .glide__slide .buttons {
    margin-top: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

/* line 222, resources/assets/styles/templates/_front-page.scss */

#home-hero-carousel .glide__slide .buttons a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  width: 100%;
  max-width: 322px;
  min-height: 108px;
  height: 100%;
  padding: 20px;
  border: 1px solid #ffc709;
  background-color: rgba(19, 30, 31, 0.1);
  -webkit-transition: background-color .2s ease-in, -webkit-transform .2s ease;
  transition: background-color .2s ease-in, -webkit-transform .2s ease;
  -o-transition: background-color .2s ease-in, -o-transform .2s ease;
  transition: background-color .2s ease-in, transform .2s ease;
  transition: background-color .2s ease-in, transform .2s ease, -webkit-transform .2s ease, -o-transform .2s ease;
  margin-bottom: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (min-width: 1000px) {
  /* line 222, resources/assets/styles/templates/_front-page.scss */

  #home-hero-carousel .glide__slide .buttons a {
    max-width: none;
    padding: 40px 35px;
    width: 322px;
    min-height: 192px;
    margin-bottom: 0;
  }

  /* line 244, resources/assets/styles/templates/_front-page.scss */

  #home-hero-carousel .glide__slide .buttons a:first-child {
    margin-right: 35px;
  }
}

/* line 249, resources/assets/styles/templates/_front-page.scss */

#home-hero-carousel .glide__slide .buttons a:last-child {
  margin-bottom: 0;
}

/* line 253, resources/assets/styles/templates/_front-page.scss */

#home-hero-carousel .glide__slide .buttons a:hover {
  background-color: rgba(255, 199, 9, 0.21);
  -webkit-transform: scale(1.018);
       -o-transform: scale(1.018);
          transform: scale(1.018);
}

/* line 258, resources/assets/styles/templates/_front-page.scss */

#home-hero-carousel .glide__slide .buttons a p {
  margin: 0;
}

/* line 261, resources/assets/styles/templates/_front-page.scss */

#home-hero-carousel .glide__slide .buttons a p span {
  font-size: 1.11111rem;
  line-height: 1.22222rem;
}

@media screen and (min-width: 1000px) {
  /* line 261, resources/assets/styles/templates/_front-page.scss */

  #home-hero-carousel .glide__slide .buttons a p span {
    font-size: 1.94444rem;
    line-height: 2.11111rem;
  }
}

/* line 268, resources/assets/styles/templates/_front-page.scss */

#home-hero-carousel .glide__slide .buttons a p span:first-child {
  display: block;
  font-weight: bold;
}

/* line 275, resources/assets/styles/templates/_front-page.scss */

#home-hero-carousel .glide__slide .buttons a .button {
  color: white;
}

@media screen and (max-width: 999px) {
  /* line 275, resources/assets/styles/templates/_front-page.scss */

  #home-hero-carousel .glide__slide .buttons a .button {
    font-size: 0.77778rem;
    line-height: 1rem;
  }
}

/* line 304, resources/assets/styles/templates/_front-page.scss */

#home-hero-carousel .carousel-controls {
  position: absolute;
  z-index: 1;
}

@media screen and (max-width: 999px) {
  /* line 304, resources/assets/styles/templates/_front-page.scss */

  #home-hero-carousel .carousel-controls {
    height: 20px;
    bottom: -60px;
    left: 0;
    right: 0;
    padding: 0;
  }

  /* line 315, resources/assets/styles/templates/_front-page.scss */

  #home-hero-carousel .carousel-controls > div {
    max-width: 300px;
    margin: 0 auto;
    height: inherit;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
  }

  /* line 322, resources/assets/styles/templates/_front-page.scss */

  #home-hero-carousel .carousel-controls > div > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }

  /* line 328, resources/assets/styles/templates/_front-page.scss */

  #home-hero-carousel .carousel-controls button {
    position: relative;
    margin: 0 10px;
    height: inherit;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background: none;
    border: 0;
    outline: none;
    cursor: pointer;
  }

  /* line 339, resources/assets/styles/templates/_front-page.scss */

  #home-hero-carousel .carousel-controls button:after {
    content: "";
    position: absolute;
    height: 3px;
    top: 8px;
    right: 0;
    left: 0;
    width: 100%;
    background-color: #e1e0dc;
    -webkit-transition: background-color .2s ease-in;
    -o-transition: background-color .2s ease-in;
    transition: background-color .2s ease-in;
  }

  /* line 351, resources/assets/styles/templates/_front-page.scss */

  #home-hero-carousel .carousel-controls button.glide__bullet--active:after {
    background-color: #ffc709;
  }
}

@media screen and (min-width: 1000px) {
  /* line 304, resources/assets/styles/templates/_front-page.scss */

  #home-hero-carousel .carousel-controls {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  /* line 363, resources/assets/styles/templates/_front-page.scss */

  #home-hero-carousel .carousel-controls,
  #home-hero-carousel .carousel-controls > div > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  /* line 369, resources/assets/styles/templates/_front-page.scss */

  #home-hero-carousel .carousel-controls > div {
    position: absolute;
    right: 32px;
  }

  /* line 382, resources/assets/styles/templates/_front-page.scss */

  #home-hero-carousel .carousel-controls button {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border: none;
    border-radius: 100%;
    width: 10px;
    height: 10px;
    background-color: white;
    padding: 0;
    margin-top: 8px;
    margin-bottom: 8px;
    outline: none;
    cursor: pointer;
    -webkit-transition: background-color .2s ease-in, -webkit-transform .25s ease-in;
    transition: background-color .2s ease-in, -webkit-transform .25s ease-in;
    -o-transition: background-color .2s ease-in, -o-transform .25s ease-in;
    transition: transform .25s ease-in, background-color .2s ease-in;
    transition: transform .25s ease-in, background-color .2s ease-in, -webkit-transform .25s ease-in, -o-transform .25s ease-in;
  }

  /* line 396, resources/assets/styles/templates/_front-page.scss */

  #home-hero-carousel .carousel-controls button.glide__bullet--active {
    -webkit-transform: scale(1.6);
         -o-transform: scale(1.6);
            transform: scale(1.6);
    background-color: #ffc709;
  }
}

/* line 404, resources/assets/styles/templates/_front-page.scss */

#home-hero-carousel .fixed-buttons-container {
  padding: 0 !important;
}

/* line 408, resources/assets/styles/templates/_front-page.scss */

#home-hero-carousel .fixed__buttons {
  position: absolute;
  bottom: 33px;
  left: 0;
  width: 100%;
  height: auto;
  padding: 0 25px;
  z-index: 1;
}

@media screen and (min-width: 768px), print {
  /* line 408, resources/assets/styles/templates/_front-page.scss */

  #home-hero-carousel .fixed__buttons {
    bottom: 90px;
    height: 192px;
  }
}

@media screen and (min-width: 1000px) {
  /* line 408, resources/assets/styles/templates/_front-page.scss */

  #home-hero-carousel .fixed__buttons {
    padding: 0;
    left: 75px;
    width: auto;
  }
}

/* line 433, resources/assets/styles/templates/_front-page.scss */

#home-hero-carousel .fixed__buttons .buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: auto;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media screen and (min-width: 768px), print {
  /* line 433, resources/assets/styles/templates/_front-page.scss */

  #home-hero-carousel .fixed__buttons .buttons {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

@media screen and (min-width: 1000px) {
  /* line 433, resources/assets/styles/templates/_front-page.scss */

  #home-hero-carousel .fixed__buttons .buttons {
    margin-top: 0;
  }
}

/* line 447, resources/assets/styles/templates/_front-page.scss */

#home-hero-carousel .fixed__buttons .buttons a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  width: 100%;
  max-width: 100%;
  height: 140px;
  padding: 20px;
  border: 1px solid #ffc709;
  background-color: rgba(19, 30, 31, 0.1);
  -webkit-transition: background-color .2s ease-in, -webkit-transform .2s ease;
  transition: background-color .2s ease-in, -webkit-transform .2s ease;
  -o-transition: background-color .2s ease-in, -o-transform .2s ease;
  transition: background-color .2s ease-in, transform .2s ease;
  transition: background-color .2s ease-in, transform .2s ease, -webkit-transform .2s ease, -o-transform .2s ease;
  margin-bottom: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  will-change: transform;
}

@media screen and (min-width: 768px), print {
  /* line 447, resources/assets/styles/templates/_front-page.scss */

  #home-hero-carousel .fixed__buttons .buttons a {
    height: 192px;
    max-width: 322px;
  }
}

/* line 472, resources/assets/styles/templates/_front-page.scss */

#home-hero-carousel .fixed__buttons .buttons a * {
  will-change: transform;
}

/* line 476, resources/assets/styles/templates/_front-page.scss */

#home-hero-carousel .fixed__buttons .buttons a span {
  color: white;
}

@media screen and (min-width: 768px), print {
  /* line 447, resources/assets/styles/templates/_front-page.scss */

  #home-hero-carousel .fixed__buttons .buttons a {
    margin-bottom: 0;
  }

  /* line 483, resources/assets/styles/templates/_front-page.scss */

  #home-hero-carousel .fixed__buttons .buttons a:first-child {
    margin-right: 1rem;
  }
}

@media screen and (min-width: 1000px) {
  /* line 447, resources/assets/styles/templates/_front-page.scss */

  #home-hero-carousel .fixed__buttons .buttons a {
    max-width: none;
    padding: 40px 35px;
    width: 322px;
    height: 192px;
    margin-bottom: 0;
  }

  /* line 495, resources/assets/styles/templates/_front-page.scss */

  #home-hero-carousel .fixed__buttons .buttons a:first-child {
    margin-right: 35px;
  }
}

/* line 500, resources/assets/styles/templates/_front-page.scss */

#home-hero-carousel .fixed__buttons .buttons a:last-child {
  margin-bottom: 0;
}

/* line 504, resources/assets/styles/templates/_front-page.scss */

#home-hero-carousel .fixed__buttons .buttons a:hover {
  background-color: rgba(255, 199, 9, 0.21);
  -webkit-transform: scale(1.018);
       -o-transform: scale(1.018);
          transform: scale(1.018);
}

/* line 509, resources/assets/styles/templates/_front-page.scss */

#home-hero-carousel .fixed__buttons .buttons a p {
  margin: 0;
  color: white;
  font-size: 1.77778rem;
  line-height: 1.94444rem;
}

@media screen and (min-width: 768px), print {
  /* line 509, resources/assets/styles/templates/_front-page.scss */

  #home-hero-carousel .fixed__buttons .buttons a p {
    font-size: 1.94444rem;
    line-height: 2.11111rem;
  }
}

/* line 518, resources/assets/styles/templates/_front-page.scss */

#home-hero-carousel .fixed__buttons .buttons a p strong {
  font-weight: 700;
  display: block;
  width: 100%;
  font-size: 1.77778rem;
  line-height: 1.94444rem;
}

@media screen and (min-width: 768px), print {
  /* line 518, resources/assets/styles/templates/_front-page.scss */

  #home-hero-carousel .fixed__buttons .buttons a p strong {
    font-size: 1.94444rem;
    line-height: 2.11111rem;
  }
}

/* line 529, resources/assets/styles/templates/_front-page.scss */

#home-hero-carousel .fixed__buttons .buttons a p span {
  font-size: 1.77778rem;
  line-height: 1.94444rem;
}

@media screen and (min-width: 768px), print {
  /* line 529, resources/assets/styles/templates/_front-page.scss */

  #home-hero-carousel .fixed__buttons .buttons a p span {
    font-size: 1.94444rem;
    line-height: 2.11111rem;
  }
}

/* line 536, resources/assets/styles/templates/_front-page.scss */

#home-hero-carousel .fixed__buttons .buttons a p span:first-child {
  display: block;
  font-weight: bold;
}

/* line 543, resources/assets/styles/templates/_front-page.scss */

#home-hero-carousel .fixed__buttons .buttons a .button {
  color: white;
}

/* line 555, resources/assets/styles/templates/_front-page.scss */

#home-introduction {
  text-align: center;
}

/* line 558, resources/assets/styles/templates/_front-page.scss */

#home-introduction h2 {
  margin-bottom: 30px;
}

/* line 562, resources/assets/styles/templates/_front-page.scss */

#home-introduction h2,
#home-introduction p {
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
}

/* line 568, resources/assets/styles/templates/_front-page.scss */

#home-introduction p {
  max-width: 610px;
  margin: 0 auto;
}

/* line 572, resources/assets/styles/templates/_front-page.scss */

#home-introduction p:last-of-type {
  margin-bottom: 1rem;
}

@media screen and (min-width: 1000px) {
  /* line 572, resources/assets/styles/templates/_front-page.scss */

  #home-introduction p:last-of-type {
    margin-bottom: 24px;
  }
}

/* line 583, resources/assets/styles/templates/_front-page.scss */

#home-clients .container,
#home-clients .glide.controls-right .carousel-controls,
.glide.controls-right #home-clients .carousel-controls {
  text-align: center;
}

/* line 587, resources/assets/styles/templates/_front-page.scss */

#home-clients h2 {
  font-size: 1.33333rem;
  line-height: 1.88889rem;
  letter-spacing: -0.025em;
  font-weight: bold;
  margin-bottom: 20px;
}

@media screen and (min-width: 1000px) {
  /* line 587, resources/assets/styles/templates/_front-page.scss */

  #home-clients h2 {
    font-size: 2.5rem;
    line-height: 3.77778rem;
  }
}

@media screen and (max-width: 999px) {
  /* line 599, resources/assets/styles/templates/_front-page.scss */

  #home-news-and-events {
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (min-width: 1000px) {
  /* line 606, resources/assets/styles/templates/_front-page.scss */

  #home-news-and-events .columns {
    margin-left: -10px;
    margin-right: -10px;
    margin-top: -10px;
  }

  /* line 612, resources/assets/styles/templates/_front-page.scss */

  #home-news-and-events .columns .column,
  #home-news-and-events .columns #footer-top .container > div > div,
  #footer-top #home-news-and-events .columns .container > div > div,
  #home-news-and-events .columns #footer-top .glide.controls-right .carousel-controls > div > div,
  #footer-top .glide.controls-right #home-news-and-events .columns .carousel-controls > div > div,
  #home-news-and-events .columns .glide.controls-right #footer-top .carousel-controls > div > div,
  .glide.controls-right #footer-top #home-news-and-events .columns .carousel-controls > div > div {
    padding: 10px;
  }
}

@media screen and (min-width: 1240px) {
  /* line 606, resources/assets/styles/templates/_front-page.scss */

  #home-news-and-events .columns {
    margin-left: -15px;
    margin-right: -15px;
    margin-top: -15px;
  }

  /* line 622, resources/assets/styles/templates/_front-page.scss */

  #home-news-and-events .columns .column,
  #home-news-and-events .columns #footer-top .container > div > div,
  #footer-top #home-news-and-events .columns .container > div > div,
  #home-news-and-events .columns #footer-top .glide.controls-right .carousel-controls > div > div,
  #footer-top .glide.controls-right #home-news-and-events .columns .carousel-controls > div > div,
  #home-news-and-events .columns .glide.controls-right #footer-top .carousel-controls > div > div,
  .glide.controls-right #footer-top #home-news-and-events .columns .carousel-controls > div > div {
    padding: 15px;
  }
}

@media screen and (min-width: 1384px) {
  /* line 606, resources/assets/styles/templates/_front-page.scss */

  #home-news-and-events .columns {
    margin-left: -20px;
    margin-right: -20px;
    margin-top: -20px;
  }

  /* line 632, resources/assets/styles/templates/_front-page.scss */

  #home-news-and-events .columns .column,
  #home-news-and-events .columns #footer-top .container > div > div,
  #footer-top #home-news-and-events .columns .container > div > div,
  #home-news-and-events .columns #footer-top .glide.controls-right .carousel-controls > div > div,
  #footer-top .glide.controls-right #home-news-and-events .columns .carousel-controls > div > div,
  #home-news-and-events .columns .glide.controls-right #footer-top .carousel-controls > div > div,
  .glide.controls-right #footer-top #home-news-and-events .columns .carousel-controls > div > div {
    padding: 20px;
  }
}

@media screen and (min-width: 1000px) {
  /* line 645, resources/assets/styles/templates/_front-page.scss */

  #home-news-and-events .article-card {
    min-height: 400px;
  }
}

@media screen and (min-width: 1240px) {
  /* line 645, resources/assets/styles/templates/_front-page.scss */

  #home-news-and-events .article-card {
    min-height: 450px;
  }
}

@media screen and (min-width: 1384px) {
  /* line 645, resources/assets/styles/templates/_front-page.scss */

  #home-news-and-events .article-card {
    min-height: 550px;
  }
}

@media screen and (min-width: 1000px) {
  /* line 658, resources/assets/styles/templates/_front-page.scss */

  #home-news-and-events .article-card h4 {
    font-size: 0.88889rem;
    line-height: 1.44444rem;
  }
}

@media screen and (min-width: 1240px) {
  /* line 658, resources/assets/styles/templates/_front-page.scss */

  #home-news-and-events .article-card h4 {
    font-size: 1rem;
    line-height: 1.55556rem;
  }
}

@media screen and (min-width: 1384px) {
  /* line 658, resources/assets/styles/templates/_front-page.scss */

  #home-news-and-events .article-card h4 {
    font-size: 1.27778rem;
    line-height: 1.94444rem;
  }
}

/* line 674, resources/assets/styles/templates/_front-page.scss */

#home-news-touch-carousel {
  padding-left: 25px;
  padding-right: 25px;
}

/* line 678, resources/assets/styles/templates/_front-page.scss */

#home-news-touch-carousel .glide {
  padding-bottom: 35px;
}

/* line 685, resources/assets/styles/templates/_front-page.scss */

.home-hero-section-one .hero {
  padding-top: 140px;
}

/* line 688, resources/assets/styles/templates/_front-page.scss */

.home-hero-section-one .hero p {
  margin-bottom: 20px;
}

@media screen and (min-width: 768px), print {
  /* line 693, resources/assets/styles/templates/_front-page.scss */

  .home-hero-section-one .container.indent,
  .home-hero-section-one .glide.controls-right .indent.carousel-controls,
  .glide.controls-right .home-hero-section-one .indent.carousel-controls {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

/* line 700, resources/assets/styles/templates/_front-page.scss */

.home-testimonials-section {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

/* line 705, resources/assets/styles/templates/_front-page.scss */

.home-testimonials-section .container,
.home-testimonials-section .glide.controls-right .carousel-controls,
.glide.controls-right .home-testimonials-section .carousel-controls {
  width: 100%;
}

/* line 709, resources/assets/styles/templates/_front-page.scss */

.home-testimonials-section div.testimonial {
  padding-bottom: 0;
  margin: 0;
}

@media screen and (min-width: 1000px) {
  /* line 709, resources/assets/styles/templates/_front-page.scss */

  .home-testimonials-section div.testimonial {
    padding-bottom: 30px;
  }
}

/* line 720, resources/assets/styles/templates/_front-page.scss */

h2.front-page span {
  color: #c1c1c1;
}

/* line 728, resources/assets/styles/templates/_front-page.scss */

#home-clients li img {
  max-width: 6rem;
  display: inline-block;
  margin-top: 0.8rem;
}

@media screen and (min-width: 1000px) {
  /* line 737, resources/assets/styles/templates/_front-page.scss */

  #home-clients li img {
    max-width: 10rem;
    display: inline-block;
  }
}

/* line 2, resources/assets/styles/templates/_page.scss */

#page:not(.expanded) .container,
#page:not(.expanded) .glide.controls-right .carousel-controls,
.glide.controls-right #page:not(.expanded) .carousel-controls {
  max-width: 1120px;
}

/* line 6, resources/assets/styles/templates/_page.scss */

#page[class*="entry-content-"] .entry-content {
  margin-bottom: 50px;
}

/* line 9, resources/assets/styles/templates/_page.scss */

#page[class*="entry-content-"] .entry-content h1:first-of-type {
  margin-bottom: 46px;
}

/* line 13, resources/assets/styles/templates/_page.scss */

#page[class*="entry-content-"] .entry-content p {
  max-width: 920px;
}

/* line 19, resources/assets/styles/templates/_page.scss */

#page.entry-content-full .entry-content {
  max-width: 100%;
}

/* line 25, resources/assets/styles/templates/_page.scss */

#page.entry-content-medium-condensed .entry-content {
  max-width: 1025px;
}

/* line 31, resources/assets/styles/templates/_page.scss */

#page.entry-content-condensed .entry-content {
  max-width: 810px;
}

/* line 38, resources/assets/styles/templates/_page.scss */

.limited-width:not(.expanded) .container,
.limited-width:not(.expanded) .glide.controls-right .carousel-controls,
.glide.controls-right .limited-width:not(.expanded) .carousel-controls {
  max-width: 1120px;
}

/* line 43, resources/assets/styles/templates/_page.scss */

.slide-in-transition-set.careers.no-animation {
  height: 100%;
  min-height: 90rem;
}

@media screen and (min-width: 768px), print {
  /* line 43, resources/assets/styles/templates/_page.scss */

  .slide-in-transition-set.careers.no-animation {
    min-height: 60rem;
  }
}

@media screen and (min-width: 1000px) {
  /* line 43, resources/assets/styles/templates/_page.scss */

  .slide-in-transition-set.careers.no-animation {
    min-height: 68rem;
  }
}

/* line 55, resources/assets/styles/templates/_page.scss */

.slide-in-transition-set.careers.no-animation .sliding-doors {
  height: 100%;
}

/* line 59, resources/assets/styles/templates/_page.scss */

.slide-in-transition-set.careers.no-animation .content-hero.tall.has-margin-bottom-70 {
  position: relative;
}

/* line 63, resources/assets/styles/templates/_page.scss */

.slide-in-transition-set.careers.no-animation .content-hero.tall.has-margin-bottom-0 {
  position: relative;
  margin-bottom: 0;
}

/* line 68, resources/assets/styles/templates/_page.scss */

.slide-in-transition-set.careers.no-animation article {
  position: relative;
  height: 100%;
}

/* line 72, resources/assets/styles/templates/_page.scss */

.slide-in-transition-set.careers.no-animation article .entry-content.condensed {
  margin-bottom: 0;
}

/* line 80, resources/assets/styles/templates/_page.scss */

.carousel.glide.testimonials.tight-text blockquote {
  max-width: 25rem;
}

/* line 84, resources/assets/styles/templates/_page.scss */

.carousel.glide.testimonials.tight-text .is-full-height {
  height: 100% !important;
  margin-top: 0;
}

@media screen and (min-width: 768px), print {
  /* line 90, resources/assets/styles/templates/_page.scss */

  .carousel.glide.testimonials.tight-text blockquote {
    max-width: 20rem;
  }
}

@media screen and (min-width: 1000px) {
  /* line 97, resources/assets/styles/templates/_page.scss */

  .carousel.glide.testimonials.tight-text .is-full-height {
    height: auto !important;
    margin-top: 5rem;
  }

  /* line 102, resources/assets/styles/templates/_page.scss */

  .carousel.glide.testimonials.tight-text blockquote {
    max-width: 25rem;
  }
}

/* line 113, resources/assets/styles/templates/_page.scss */

#single-people-awards li img,
#page-expertise-grandchild-awards li img {
  max-width: 9rem;
  max-height: 9rem;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 767px) {
  /* line 122, resources/assets/styles/templates/_page.scss */

  .contact-form-on-contact-page {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  /* line 126, resources/assets/styles/templates/_page.scss */

  .contact-form-on-contact-page .wpcf7-form {
    max-width: 100%;
  }

  /* line 129, resources/assets/styles/templates/_page.scss */

  .contact-form-on-contact-page .wpcf7-form .wpcf7-submit {
    max-width: 100%;
  }
}

@media screen and (min-width: 768px), print {
  /* line 122, resources/assets/styles/templates/_page.scss */

  .contact-form-on-contact-page {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  /* line 138, resources/assets/styles/templates/_page.scss */

  .contact-form-on-contact-page .wpcf7-form {
    max-width: 100%;
  }

  /* line 141, resources/assets/styles/templates/_page.scss */

  .contact-form-on-contact-page .wpcf7-form .wpcf7-submit {
    max-width: 100%;
  }
}

@media screen and (min-width: 1000px) {
  /* line 122, resources/assets/styles/templates/_page.scss */

  .contact-form-on-contact-page {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }

  /* line 150, resources/assets/styles/templates/_page.scss */

  .contact-form-on-contact-page .wpcf7-form {
    max-width: 36rem;
  }

  /* line 153, resources/assets/styles/templates/_page.scss */

  .contact-form-on-contact-page .wpcf7-form .wpcf7-submit {
    max-width: auto;
  }
}

/* line 1, resources/assets/styles/templates/_news-and-events.scss */

#news-and-events-controls {
  margin-top: 0;
}

@media screen and (min-width: 1000px) {
  /* line 1, resources/assets/styles/templates/_news-and-events.scss */

  #news-and-events-controls {
    margin-top: 20px;
  }
}

/* line 9, resources/assets/styles/templates/_news-and-events.scss */

#news-and-events-index {
  background-color: #f6f6f6;
  padding-top: 25px;
  padding-bottom: 25px;
}

@media screen and (min-width: 1000px) {
  /* line 9, resources/assets/styles/templates/_news-and-events.scss */

  #news-and-events-index {
    margin-top: 45px;
    padding-top: 75px;
    padding-bottom: 75px;
  }
}

/* line 21, resources/assets/styles/templates/_news-and-events.scss */

#news-and-events-index .column.featured,
#news-and-events-index #footer-top .container > div > div.featured,
#footer-top #news-and-events-index .container > div > div.featured,
#news-and-events-index #footer-top .glide.controls-right .carousel-controls > div > div.featured,
#footer-top .glide.controls-right #news-and-events-index .carousel-controls > div > div.featured,
#news-and-events-index .glide.controls-right #footer-top .carousel-controls > div > div.featured,
.glide.controls-right #footer-top #news-and-events-index .carousel-controls > div > div.featured {
  min-height: 500px;
}

/* line 26, resources/assets/styles/templates/_news-and-events.scss */

#news-and-events-index .column.featured .article-card h4,
#news-and-events-index #footer-top .container > div > div.featured .article-card h4,
#footer-top #news-and-events-index .container > div > div.featured .article-card h4,
#news-and-events-index #footer-top .glide.controls-right .carousel-controls > div > div.featured .article-card h4,
#footer-top .glide.controls-right #news-and-events-index .carousel-controls > div > div.featured .article-card h4,
#news-and-events-index .glide.controls-right #footer-top .carousel-controls > div > div.featured .article-card h4,
.glide.controls-right #footer-top #news-and-events-index .carousel-controls > div > div.featured .article-card h4 {
  font-size: 1.77778rem;
  line-height: 2.5rem;
  font-weight: bold;
}

@media screen and (min-width: 1000px) {
  /* line 21, resources/assets/styles/templates/_news-and-events.scss */

  #news-and-events-index .column.featured,
  #news-and-events-index #footer-top .container > div > div.featured,
  #footer-top #news-and-events-index .container > div > div.featured,
  #news-and-events-index #footer-top .glide.controls-right .carousel-controls > div > div.featured,
  #footer-top .glide.controls-right #news-and-events-index .carousel-controls > div > div.featured,
  #news-and-events-index .glide.controls-right #footer-top .carousel-controls > div > div.featured,
  .glide.controls-right #footer-top #news-and-events-index .carousel-controls > div > div.featured {
    height: auto;
  }
}

/* line 40, resources/assets/styles/templates/_news-and-events.scss */

#news-and-events-index .article-card time {
  margin-bottom: 10px;
}

/* line 46, resources/assets/styles/templates/_news-and-events.scss */

#single-article {
  padding-bottom: 0;
}

/* line 49, resources/assets/styles/templates/_news-and-events.scss */

#single-article .entry-content {
  margin-bottom: 0;
}

/* line 54, resources/assets/styles/templates/_news-and-events.scss */

.post-meta {
  border-bottom: 1px solid #e5e5e5;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-bottom: 16px;
  margin: 40px auto;
}

/* line 61, resources/assets/styles/templates/_news-and-events.scss */

.post-meta .tags a {
  margin-right: 1rem;
}

/* line 66, resources/assets/styles/templates/_news-and-events.scss */

.post-meta .column,
.post-meta #footer-top .container > div > div,
#footer-top .post-meta .container > div > div,
.post-meta #footer-top .glide.controls-right .carousel-controls > div > div,
#footer-top .glide.controls-right .post-meta .carousel-controls > div > div,
.post-meta .glide.controls-right #footer-top .carousel-controls > div > div,
.glide.controls-right #footer-top .post-meta .carousel-controls > div > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* line 70, resources/assets/styles/templates/_news-and-events.scss */

.post-meta .column:first-child,
.post-meta #footer-top .container > div > div:first-child,
#footer-top .post-meta .container > div > div:first-child,
.post-meta #footer-top .glide.controls-right .carousel-controls > div > div:first-child,
#footer-top .glide.controls-right .post-meta .carousel-controls > div > div:first-child,
.post-meta .glide.controls-right #footer-top .carousel-controls > div > div:first-child,
.glide.controls-right #footer-top .post-meta .carousel-controls > div > div:first-child {
  padding-bottom: 10px;
}

/* line 74, resources/assets/styles/templates/_news-and-events.scss */

.post-meta .column:last-child,
.post-meta #footer-top .container > div > div:last-child,
#footer-top .post-meta .container > div > div:last-child,
.post-meta #footer-top .glide.controls-right .carousel-controls > div > div:last-child,
#footer-top .glide.controls-right .post-meta .carousel-controls > div > div:last-child,
.post-meta .glide.controls-right #footer-top .carousel-controls > div > div:last-child,
.glide.controls-right #footer-top .post-meta .carousel-controls > div > div:last-child {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media screen and (max-width: 767px) {
  /* line 78, resources/assets/styles/templates/_news-and-events.scss */

  .post-meta .column.time-byline,
  .post-meta #footer-top .container > div > div.time-byline,
  #footer-top .post-meta .container > div > div.time-byline,
  .post-meta #footer-top .glide.controls-right .carousel-controls > div > div.time-byline,
  #footer-top .glide.controls-right .post-meta .carousel-controls > div > div.time-byline,
  .post-meta .glide.controls-right #footer-top .carousel-controls > div > div.time-byline,
  .glide.controls-right #footer-top .post-meta .carousel-controls > div > div.time-byline {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

  /* line 83, resources/assets/styles/templates/_news-and-events.scss */

  .post-meta .column.time-byline time,
  .post-meta #footer-top .container > div > div.time-byline time,
  #footer-top .post-meta .container > div > div.time-byline time,
  .post-meta #footer-top .glide.controls-right .carousel-controls > div > div.time-byline time,
  #footer-top .glide.controls-right .post-meta .carousel-controls > div > div.time-byline time,
  .post-meta .glide.controls-right #footer-top .carousel-controls > div > div.time-byline time,
  .glide.controls-right #footer-top .post-meta .carousel-controls > div > div.time-byline time {
    margin-bottom: 10px;
  }
}

/* line 90, resources/assets/styles/templates/_news-and-events.scss */

.post-meta time,
.post-meta .byline {
  display: inline-block;
  font-size: 1.05556rem;
  line-height: 1.33333rem;
  color: #c1c1c1;
  font-weight: 300;
}

/* line 97, resources/assets/styles/templates/_news-and-events.scss */

.post-meta time {
  margin-right: 0;
}

@media screen and (min-width: 768px), print {
  /* line 97, resources/assets/styles/templates/_news-and-events.scss */

  .post-meta time {
    margin-right: 30px;
  }
}

/* line 105, resources/assets/styles/templates/_news-and-events.scss */

.post-meta .byline span {
  color: #131e1f;
}

/* line 109, resources/assets/styles/templates/_news-and-events.scss */

.post-meta a {
  -webkit-transition: color .2s ease-in;
  -o-transition: color .2s ease-in;
  transition: color .2s ease-in;
  will-change: color;
  color: #131e1f;
}

/* line 29, resources/assets/styles/utilities/_mixins.scss */

.post-meta a:hover {
  color: #ffc709;
}

/* line 113, resources/assets/styles/templates/_news-and-events.scss */

.post-meta a:hover {
  color: #ffc709;
}

/* line 119, resources/assets/styles/templates/_news-and-events.scss */

.posts-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 60px auto 75px;
}

/* line 124, resources/assets/styles/templates/_news-and-events.scss */

.posts-navigation a {
  display: inline-block;
  position: relative;
  font-size: 1.22222rem;
  line-height: 2.5rem;
  color: #131e1f;
  -webkit-transition: color .2s ease-in;
  -o-transition: color .2s ease-in;
  transition: color .2s ease-in;
  will-change: color;
  height: 45px;
  padding-left: 44px;
  font-weight: normal;
}

/* line 29, resources/assets/styles/utilities/_mixins.scss */

.posts-navigation a:hover {
  color: #ffc709;
}

@media screen and (min-width: 768px), print {
  /* line 124, resources/assets/styles/templates/_news-and-events.scss */

  .posts-navigation a {
    padding-left: 64px;
    font-size: 1.44444rem;
    line-height: 2.5rem;
  }
}

/* line 139, resources/assets/styles/templates/_news-and-events.scss */

.posts-navigation a:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  height: 45px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 236.6 433.43'%3E%3Cdefs%3E%3C/defs%3E%3Cpath fill='%23ffc709' d='M216.72 0L0 216.72l216.72 216.71 19.88-19.88L39.76 216.72 236.6 19.88z'%3E%3C/path%3E%3C/svg%3E") 0 0 no-repeat;
}

/* line 149, resources/assets/styles/templates/_news-and-events.scss */

.posts-navigation a[rel="next"] {
  padding-left: 0;
  padding-right: 44px;
}

@media screen and (min-width: 768px), print {
  /* line 149, resources/assets/styles/templates/_news-and-events.scss */

  .posts-navigation a[rel="next"] {
    padding-right: 64px;
  }
}

/* line 157, resources/assets/styles/templates/_news-and-events.scss */

.posts-navigation a[rel="next"]:after {
  left: auto;
  right: 0;
  -webkit-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
}

/* line 3, resources/assets/styles/templates/_were-here-for-good.scss */

.whfg .container,
.whfg .glide.controls-right .carousel-controls,
.glide.controls-right .whfg .carousel-controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

/* line 8, resources/assets/styles/templates/_were-here-for-good.scss */

.whfg .container .left,
.whfg .glide.controls-right .carousel-controls .left,
.glide.controls-right .whfg .carousel-controls .left {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
}

@media screen and (min-width: 768px), print {
  /* line 8, resources/assets/styles/templates/_were-here-for-good.scss */

  .whfg .container .left,
  .whfg .glide.controls-right .carousel-controls .left,
  .glide.controls-right .whfg .carousel-controls .left {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
  }
}

@media screen and (min-width: 1000px) {
  /* line 8, resources/assets/styles/templates/_were-here-for-good.scss */

  .whfg .container .left,
  .whfg .glide.controls-right .carousel-controls .left,
  .glide.controls-right .whfg .carousel-controls .left {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 45%;
            flex: 1 1 45%;
  }
}

/* line 20, resources/assets/styles/templates/_were-here-for-good.scss */

.whfg .container .right,
.whfg .glide.controls-right .carousel-controls .right,
.glide.controls-right .whfg .carousel-controls .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  padding-top: 2rem;
}

@media screen and (min-width: 768px), print {
  /* line 20, resources/assets/styles/templates/_were-here-for-good.scss */

  .whfg .container .right,
  .whfg .glide.controls-right .carousel-controls .right,
  .glide.controls-right .whfg .carousel-controls .right {
    text-align: left;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
  }
}

@media screen and (min-width: 1000px) {
  /* line 20, resources/assets/styles/templates/_were-here-for-good.scss */

  .whfg .container .right,
  .whfg .glide.controls-right .carousel-controls .right,
  .glide.controls-right .whfg .carousel-controls .right {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 55%;
            flex: 1 1 55%;
    padding-top: 0;
  }
}

/* line 48, resources/assets/styles/templates/_were-here-for-good.scss */

.whfg__hero .container p,
.whfg__hero .glide.controls-right .carousel-controls p,
.glide.controls-right .whfg__hero .carousel-controls p {
  max-width: 460px;
}

/* line 56, resources/assets/styles/templates/_were-here-for-good.scss */

.whfg__expertise .title:not(:last-child),
.whfg__expertise .entry-content h1:not(:last-child),
.entry-content .whfg__expertise h1:not(:last-child),
.whfg__expertise .entry-content h2:not(:last-child),
.entry-content .whfg__expertise h2:not(:last-child),
.whfg__expertise .entry-content h3:not(:last-child),
.entry-content .whfg__expertise h3:not(:last-child),
.whfg__expertise .entry-content h4:not(:last-child),
.entry-content .whfg__expertise h4:not(:last-child),
.whfg__expertise .entry-content h5:not(:last-child),
.entry-content .whfg__expertise h5:not(:last-child),
.whfg__expertise .entry-content h6:not(:last-child),
.entry-content .whfg__expertise h6:not(:last-child) {
  margin-bottom: 10px;
}

/* line 61, resources/assets/styles/templates/_were-here-for-good.scss */

.whfg--bg-black {
  background-color: #131e1f;
  padding-top: 90px;
  padding-bottom: 80px;
}

/* line 66, resources/assets/styles/templates/_were-here-for-good.scss */

.whfg--bg-black h2 {
  line-height: 2.9rem;
}

/* line 71, resources/assets/styles/templates/_were-here-for-good.scss */

.whfg h1,
.whfg h2 {
  font-size: 1.33333rem;
  line-height: 1.88889rem;
  letter-spacing: -0.025em;
  font-weight: bold;
  margin-bottom: 10px;
  color: white;
}

@media screen and (min-width: 1000px) {
  /* line 71, resources/assets/styles/templates/_were-here-for-good.scss */

  .whfg h1,
  .whfg h2 {
    font-size: 2.5rem;
    line-height: 3.77778rem;
  }
}

/* line 83, resources/assets/styles/templates/_were-here-for-good.scss */

.whfg p {
  max-width: 500px;
  font-weight: 300;
  margin-bottom: 20px;
  color: white;
}

@media screen and (min-width: 1000px) {
  /* line 83, resources/assets/styles/templates/_were-here-for-good.scss */

  .whfg p {
    margin-bottom: 30px;
  }
}

/* line 98, resources/assets/styles/templates/_were-here-for-good.scss */

.whfg .tag-line {
  color: white;
  letter-spacing: -0.025em;
  font-size: 26px;
  max-width: 500px;
  font-weight: normal;
}

/* line 109, resources/assets/styles/templates/_were-here-for-good.scss */

#were-here-for-good-testimonials .glide.bullets {
  padding-bottom: 10px;
}

/* line 113, resources/assets/styles/templates/_were-here-for-good.scss */

#were-here-for-good-testimonials button {
  max-width: 4.6rem;
  margin: 0 1px;
}

@media screen and (min-width: 1000px) {
  /* line 122, resources/assets/styles/templates/_were-here-for-good.scss */

  .has-padding-top-8-desktop {
    padding-top: 8px;
  }

  /* line 126, resources/assets/styles/templates/_were-here-for-good.scss */

  .has-padding-bottom-8-desktop {
    padding-bottom: 8px;
  }

  /* line 132, resources/assets/styles/templates/_were-here-for-good.scss */

  .has-max-width-875-desktop .entry-content p {
    max-width: 875px !important;
  }

  /* line 138, resources/assets/styles/templates/_were-here-for-good.scss */

  .has-max-width-1120-desktop {
    max-width: 1120px;
  }

  /* line 143, resources/assets/styles/templates/_were-here-for-good.scss */

  .has-max-width-1120-container-desktop .container,
  .has-max-width-1120-container-desktop .glide.controls-right .carousel-controls,
  .glide.controls-right .has-max-width-1120-container-desktop .carousel-controls {
    max-width: 1120px;
  }

  /* line 149, resources/assets/styles/templates/_were-here-for-good.scss */

  .set-max-width-on-paragraphs-dekstop-whfg p:nth-child(2) {
    max-width: 50rem;
  }

  /* line 153, resources/assets/styles/templates/_were-here-for-good.scss */

  .set-max-width-on-paragraphs-dekstop-whfg p:nth-child(3) {
    max-width: 55rem;
  }

  /* line 159, resources/assets/styles/templates/_were-here-for-good.scss */

  .set-max-width-55rem-on-pragraph-desktop p {
    max-width: 55rem;
  }

  /* line 164, resources/assets/styles/templates/_were-here-for-good.scss */

  .set-padding-bottom-0-desktop {
    padding-bottom: 0;
  }

  /* line 169, resources/assets/styles/templates/_were-here-for-good.scss */

  .set-padding-left-10-inner-container-desktop .container,
  .set-padding-left-10-inner-container-desktop .glide.controls-right .carousel-controls,
  .glide.controls-right .set-padding-left-10-inner-container-desktop .carousel-controls {
    padding-left: 0.55rem;
  }
}

/* line 2, resources/assets/styles/templates/_expertise.scss */

#page-expertise-grandchild-header h2.title,
#page-expertise-grandchild-header .entry-content h2,
.entry-content #page-expertise-grandchild-header h2 {
  font-size: 1.44444rem;
  line-height: 1.88889rem;
}

/* line 10, resources/assets/styles/templates/_expertise.scss */

section.expertise-grandchild .glide__track .carousel-controls > div button {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
  margin: 0 0.5rem;
  max-width: unset;
}

/* line 1, resources/assets/styles/templates/_search.scss */

.search-result {
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid #e1e0dc;
}

/* line 6, resources/assets/styles/templates/_search.scss */

.search-result:last-of-type {
  padding-bottom: 0;
  border-bottom: none;
}

/* line 12, resources/assets/styles/templates/_search.scss */

.search-form-on-result-page {
  margin-top: 2rem;
}

/* line 15, resources/assets/styles/templates/_search.scss */

.search-form-on-result-page .search-field {
  border: none;
  border-bottom: 1px solid #e1e0dc;
  font-size: 1rem;
  line-height: 1.66667rem;
  color: #131e1f;
  background-color: transparent;
  height: 55px;
  padding: 8px 0;
  width: 100%;
  max-width: 20rem;
  font-weight: 300;
  margin-right: 1rem;
}

/* line 30, resources/assets/styles/templates/_search.scss */

.search-form-on-result-page .search-submit {
  background-color: #ffc709;
  border-color: transparent;
  color: #fff;
  padding-left: 50px;
  padding-right: 50px;
  padding-top: 8px;
  padding-bottom: 8px;
  height: 58px;
  font-size: 1rem;
  line-height: 1.66667rem;
  transition: background-color .2s ease, color .2s ease, -webkit-transform .2s ease;
  margin-top: 1rem;
  width: 100%;
}

@media screen and (min-width: 768px), print {
  /* line 30, resources/assets/styles/templates/_search.scss */

  .search-form-on-result-page .search-submit {
    margin-top: 0;
    width: auto;
  }
}

/* line 50, resources/assets/styles/templates/_search.scss */

.search-form-on-result-page .search-submit:hover {
  color: #ffc709 !important;
  background-color: #131e1f !important;
}

/* line 5, resources/assets/styles/common/_helpers.scss */

#people-index-controls .column:first-child input#term,
#people-index-controls #footer-top .container > div > div:first-child input#term,
#footer-top #people-index-controls .container > div > div:first-child input#term,
#people-index-controls #footer-top .glide.controls-right .carousel-controls > div > div:first-child input#term,
#footer-top .glide.controls-right #people-index-controls .carousel-controls > div > div:first-child input#term,
#people-index-controls .glide.controls-right #footer-top .carousel-controls > div > div:first-child input#term,
.glide.controls-right #footer-top #people-index-controls .carousel-controls > div > div:first-child input#term {
  font-weight: 300;
}

/* line 7, resources/assets/styles/common/_helpers.scss */

#people-index-controls .column:first-child input#term::-webkit-input-placeholder,
#people-index-controls #footer-top .container > div > div:first-child input#term::-webkit-input-placeholder,
#footer-top #people-index-controls .container > div > div:first-child input#term::-webkit-input-placeholder,
#people-index-controls #footer-top .glide.controls-right .carousel-controls > div > div:first-child input#term::-webkit-input-placeholder,
#footer-top .glide.controls-right #people-index-controls .carousel-controls > div > div:first-child input#term::-webkit-input-placeholder,
#people-index-controls .glide.controls-right #footer-top .carousel-controls > div > div:first-child input#term::-webkit-input-placeholder,
.glide.controls-right #footer-top #people-index-controls .carousel-controls > div > div:first-child input#term::-webkit-input-placeholder {
  font-weight: 300;
  font-size: 18px;
}

#people-index-controls .column:first-child input#term::-moz-placeholder,
#people-index-controls #footer-top .container > div > div:first-child input#term::-moz-placeholder,
#footer-top #people-index-controls .container > div > div:first-child input#term::-moz-placeholder,
#people-index-controls #footer-top .glide.controls-right .carousel-controls > div > div:first-child input#term::-moz-placeholder,
#footer-top .glide.controls-right #people-index-controls .carousel-controls > div > div:first-child input#term::-moz-placeholder,
#people-index-controls .glide.controls-right #footer-top .carousel-controls > div > div:first-child input#term::-moz-placeholder,
.glide.controls-right #footer-top #people-index-controls .carousel-controls > div > div:first-child input#term::-moz-placeholder {
  font-weight: 300;
  font-size: 18px;
}

#people-index-controls .column:first-child input#term::-ms-input-placeholder,
#people-index-controls #footer-top .container > div > div:first-child input#term::-ms-input-placeholder,
#footer-top #people-index-controls .container > div > div:first-child input#term::-ms-input-placeholder,
#people-index-controls #footer-top .glide.controls-right .carousel-controls > div > div:first-child input#term::-ms-input-placeholder,
#footer-top .glide.controls-right #people-index-controls .carousel-controls > div > div:first-child input#term::-ms-input-placeholder,
#people-index-controls .glide.controls-right #footer-top .carousel-controls > div > div:first-child input#term::-ms-input-placeholder,
.glide.controls-right #footer-top #people-index-controls .carousel-controls > div > div:first-child input#term::-ms-input-placeholder {
  font-weight: 300;
  font-size: 18px;
}

#people-index-controls .column:first-child input#term::placeholder,
#people-index-controls #footer-top .container > div > div:first-child input#term::placeholder,
#footer-top #people-index-controls .container > div > div:first-child input#term::placeholder,
#people-index-controls #footer-top .glide.controls-right .carousel-controls > div > div:first-child input#term::placeholder,
#footer-top .glide.controls-right #people-index-controls .carousel-controls > div > div:first-child input#term::placeholder,
#people-index-controls .glide.controls-right #footer-top .carousel-controls > div > div:first-child input#term::placeholder,
.glide.controls-right #footer-top #people-index-controls .carousel-controls > div > div:first-child input#term::placeholder {
  font-weight: 300;
  font-size: 18px;
}

/* line 14, resources/assets/styles/common/_helpers.scss */

#people-index-controls select#expertise {
  font-weight: 300;
}

/* line 15, resources/assets/styles/common/_helpers.scss */

#people-index-controls select#expertise option:disabled {
  font-weight: 300;
  font-size: 18px;
}

/* line 22, resources/assets/styles/common/_helpers.scss */

#people-index-controls .column:last-child,
#people-index-controls #footer-top .container > div > div:last-child,
#footer-top #people-index-controls .container > div > div:last-child,
#people-index-controls #footer-top .glide.controls-right .carousel-controls > div > div:last-child,
#footer-top .glide.controls-right #people-index-controls .carousel-controls > div > div:last-child,
#people-index-controls .glide.controls-right #footer-top .carousel-controls > div > div:last-child,
.glide.controls-right #footer-top #people-index-controls .carousel-controls > div > div:last-child {
  margin-top: -3px;
}

/* line 29, resources/assets/styles/common/_helpers.scss */

.wpcf7-form label {
  font-weight: 300;
}

/* line 34, resources/assets/styles/common/_helpers.scss */

.no-whitespace-wrapping-email-field {
  white-space: nowrap;
}

/* line 38, resources/assets/styles/common/_helpers.scss */

.column.is-half.no-whitespace-wrapping-email-field,
#footer-top .container > div > div.is-half.no-whitespace-wrapping-email-field,
#footer-top .glide.controls-right .carousel-controls > div > div.is-half.no-whitespace-wrapping-email-field,
.glide.controls-right #footer-top .carousel-controls > div > div.is-half.no-whitespace-wrapping-email-field {
  width: 50%;
}

@media screen and (min-width: 768px), print {
  /* line 38, resources/assets/styles/common/_helpers.scss */

  .column.is-half.no-whitespace-wrapping-email-field,
  #footer-top .container > div > div.is-half.no-whitespace-wrapping-email-field,
  #footer-top .glide.controls-right .carousel-controls > div > div.is-half.no-whitespace-wrapping-email-field,
  .glide.controls-right #footer-top .carousel-controls > div > div.is-half.no-whitespace-wrapping-email-field {
    width: 100%;
  }
}

@media screen and (min-width: 1000px) {
  /* line 38, resources/assets/styles/common/_helpers.scss */

  .column.is-half.no-whitespace-wrapping-email-field,
  #footer-top .container > div > div.is-half.no-whitespace-wrapping-email-field,
  #footer-top .glide.controls-right .carousel-controls > div > div.is-half.no-whitespace-wrapping-email-field,
  .glide.controls-right #footer-top .carousel-controls > div > div.is-half.no-whitespace-wrapping-email-field {
    width: 55%;
  }
}

@media screen and (min-width: 768px), print {
  /* line 50, resources/assets/styles/common/_helpers.scss */

  .column.is-half.full-width-on-tablet,
  #footer-top .container > div > div.is-half.full-width-on-tablet,
  #footer-top .glide.controls-right .carousel-controls > div > div.is-half.full-width-on-tablet,
  .glide.controls-right #footer-top .carousel-controls > div > div.is-half.full-width-on-tablet {
    width: 100%;
  }
}

@media screen and (min-width: 1000px) {
  /* line 50, resources/assets/styles/common/_helpers.scss */

  .column.is-half.full-width-on-tablet,
  #footer-top .container > div > div.is-half.full-width-on-tablet,
  #footer-top .glide.controls-right .carousel-controls > div > div.is-half.full-width-on-tablet,
  .glide.controls-right #footer-top .carousel-controls > div > div.is-half.full-width-on-tablet {
    width: 45%;
  }
}

/* line 61, resources/assets/styles/common/_helpers.scss */

.mfp-container {
  height: 100vh;
}

/* line 1, resources/assets/styles/common/_helpers-extended.scss */

.has-margin-top-20-touch {
  margin-top: 80px !important;
}

/* line 5, resources/assets/styles/common/_helpers-extended.scss */

.has-margin-top-72-touch {
  margin-top: 72px !important;
}

/* line 9, resources/assets/styles/common/_helpers-extended.scss */

.has-padding-top-bottom-60-touch {
  padding: 60px 25px;
}

/* line 13, resources/assets/styles/common/_helpers-extended.scss */

.has-font-50 {
  font-size: 1.77778rem;
  line-height: 2rem;
}

@media screen and (min-width: 1000px) {
  /* line 13, resources/assets/styles/common/_helpers-extended.scss */

  .has-font-50 {
    font-size: 2.778rem;
    line-height: 3.05rem;
  }
}

@media screen and (min-width: 1000px) {
  /* line 25, resources/assets/styles/common/_helpers-extended.scss */

  .has-margin-bottom-95-desktop {
    margin-bottom: 95px !important;
  }

  /* line 29, resources/assets/styles/common/_helpers-extended.scss */

  .has-margin-bottom-14-desktop {
    margin-bottom: 14px !important;
  }

  /* line 33, resources/assets/styles/common/_helpers-extended.scss */

  .has-margin-bottom-100-desktop {
    margin-bottom: 100px !important;
  }

  /* line 37, resources/assets/styles/common/_helpers-extended.scss */

  .has-margin-bottom-0-desktop {
    margin-bottom: 0px !important;
  }

  /* line 41, resources/assets/styles/common/_helpers-extended.scss */

  .has-margin-top-100-desktop {
    margin-top: 100px !important;
  }

  /* line 45, resources/assets/styles/common/_helpers-extended.scss */

  .has-margin-top-72-desktop {
    margin-top: 72px !important;
  }

  /* line 49, resources/assets/styles/common/_helpers-extended.scss */

  .has-padding-top-bottom-60-desktop {
    padding: 60px 100px;
  }
}

/* line 58, resources/assets/styles/common/_helpers-extended.scss */

.has-text-black li a:link,
.has-text-black li a:visited,
.has-text-black li a:active {
  color: #363434;
}

/* line 68, resources/assets/styles/common/_helpers-extended.scss */

.has-black-bottom-border .resources-list li {
  border-bottom: 1px solid #c1c1c1;
}

/* line 72, resources/assets/styles/common/_helpers-extended.scss */

.has-black-bottom-border .resources-list li:last-child {
  border: none;
}

/* line 3, resources/assets/styles/modules/_mailchimp.scss */

#mc_embed_signup .indicates-required {
  font-family: brownpro;
  font-weight: 300;
  font-size: 0.7rem !important;
  color: #131e1f;
}

/* line 9, resources/assets/styles/modules/_mailchimp.scss */

#mc_embed_signup .indicates-required span {
  font-family: brownpro;
  font-size: 0.7rem;
  color: #131e1f;
  top: 0;
}

/* line 17, resources/assets/styles/modules/_mailchimp.scss */

#mc_embed_signup .mc-field-group {
  padding-bottom: 1.5rem !important;
}

/* line 20, resources/assets/styles/modules/_mailchimp.scss */

#mc_embed_signup .mc-field-group label {
  font-family: brownpro;
  font-weight: 300;
  font-size: 1rem;
  color: #131e1f;
}

/* line 26, resources/assets/styles/modules/_mailchimp.scss */

#mc_embed_signup .mc-field-group label span {
  color: #131e1f;
  font-size: 1rem;
  font-family: brownpro;
  font-weight: 300;
  left: -5px;
  top: 0;
}

/* line 36, resources/assets/styles/modules/_mailchimp.scss */

#mc_embed_signup .mc-field-group input {
  font-size: 1rem;
  line-height: 1.66667rem;
  background-color: white;
  border: 1px solid #c8c8c8;
  border-radius: 0;
  color: #131e1f;
}

/* line 44, resources/assets/styles/modules/_mailchimp.scss */

#mc_embed_signup .mc-field-group input:focus {
  border-color: #c8c8c8;
}

/* line 50, resources/assets/styles/modules/_mailchimp.scss */

#mc_embed_signup .mc-field-group.input-group strong {
  font-family: brownpro;
  font-weight: normal;
  font-size: 1rem;
}

/* line 57, resources/assets/styles/modules/_mailchimp.scss */

#mc_embed_signup .mc-field-group.input-group ul li {
  position: relative;
}

/* line 60, resources/assets/styles/modules/_mailchimp.scss */

#mc_embed_signup .mc-field-group.input-group ul li label {
  padding-left: 1.5rem;
}

/* line 64, resources/assets/styles/modules/_mailchimp.scss */

#mc_embed_signup .mc-field-group.input-group ul li input {
  display: none;
}

/* line 68, resources/assets/styles/modules/_mailchimp.scss */

#mc_embed_signup .mc-field-group.input-group ul li input + label::before {
  content: "";
  width: 18px;
  height: 18px;
  position: absolute;
  left: 0;
  top: 8px;
  border: 2px solid #ffc709;
}

/* line 78, resources/assets/styles/modules/_mailchimp.scss */

#mc_embed_signup .mc-field-group.input-group ul li input:checked + label::before {
  content: "";
  width: 18px;
  height: 18px;
  position: absolute;
  left: 0;
  top: 8px;
  display: inline-block;
  border: 2px solid #ffc709;
  background-color: #ffc709;
}

/* line 97, resources/assets/styles/modules/_mailchimp.scss */

#mc_embed_signup #mc-embedded-subscribe-form div.mce_inline_error {
  font-family: brownpro;
  font-size: 1rem !important;
  font-weight: normal !important;
  color: #ff3860 !important;
  padding-left: 0 !important;
  margin-bottom: 0 !important;
}

/* line 106, resources/assets/styles/modules/_mailchimp.scss */

#mc_embed_signup #mc-embedded-subscribe-form input.mce_inline_error {
  border: 2px solid #ff3860 !important;
}

/* line 111, resources/assets/styles/modules/_mailchimp.scss */

#mc_embed_signup #mc-embedded-subscribe {
  color: white;
  background-color: #ffc709;
  font-weight: normal;
  font-size: 1rem;
  line-height: 1.66667rem;
  width: auto;
  padding-top: 8px;
  padding-bottom: 8px;
  border-width: 1px;
  padding-left: 50px;
  padding-right: 50px;
  height: 58px;
  border-radius: 0;
}

/* line 126, resources/assets/styles/modules/_mailchimp.scss */

#mc_embed_signup #mc-embedded-subscribe:hover {
  background-color: #131e1f;
  color: #ffc709;
}