@charset "UTF-8";
/* ==========================================
/* ver1.5 181023
========================================== */
/* =============================================
// Bulma Code
============================================= */
@import url(https://fonts.googleapis.com/css?family=Roboto);
@keyframes spinAround {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
/* 202011 추가 */
@font-face {
	font-family: 'Noto Sans KR';
	font-style: normal;
	font-weight: 100;
	src:	url('/fonts/NotoSansKR-Thin.woff2') format('woff2'),
			url('/fonts/NotoSansKR-Thin.woff') format('woff'),
			url('/fonts/NotoSansKR-Thin.otf') format('opentype');
}
@font-face {
	font-family: 'Noto Sans KR';
	font-style: normal;
	font-weight: 400;
	src:	url('/fonts/NotoSansKR-Regular.woff2') format('woff2'),
			url('/fonts/NotoSansKR-Regular.woff') format('woff'),
			url('/fonts/NotoSansKR-Regular.otf') format('opentype');
}
@font-face {
	font-family: 'Noto Sans KR';
	font-style: normal;
	font-weight: 500;
	src:	url('/fonts/NotoSansKR-Medium.woff2') format('woff2'),
			url('/fonts/NotoSansKR-Medium.woff') format('woff'),
			url('/fonts/NotoSansKR-Medium.otf') format('opentype');
}

/*! bulma.io v0.6.0 | MIT License | github.com/jgthms/bulma */
/*! minireset.css v0.0.2 | MIT License | github.com/jgthms/minireset.css */
/* line 5, base/minireset.scss */
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 33, base/minireset.scss */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

/* line 44, base/minireset.scss */
ul {
  list-style: none;
}

/* line 49, base/minireset.scss */
button,
input,
select,
textarea {
  margin: 0;
}

/* line 57, base/minireset.scss */
html {
  box-sizing: border-box;
}

/* line 61, base/minireset.scss */
* {
  box-sizing: inherit;
}
/* line 64, base/minireset.scss */
*:before, *:after {
  box-sizing: inherit;
}

/* line 71, base/minireset.scss */
img,
embed,
object,
audio,
video {
  max-width: 100%;
}

/* line 80, base/minireset.scss */
iframe {
  border: 0;
}

/* line 85, base/minireset.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 90, base/minireset.scss */
td,
th {
  padding: 0;
  text-align: left;
}

/* line 23, base/generic.scss */
html {
  background-color: #fff;
  font-size: 16px;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  min-width: 300px;
  overflow-x: hidden;
  overflow-y: scroll;
  text-rendering: optimizeLegibility;
  text-size-adjust: 100%;
}

/* line 35, base/generic.scss */
article,
aside,
figure,
footer,
header,
hgroup,
section {
  display: block;
}

/* line 45, base/generic.scss */
body,
button,
input,
select,
textarea {
  font-family: BlinkMacSystemFont, -apple-system, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}

/* line 53, base/generic.scss */
code,
pre {
  -moz-osx-font-smoothing: auto;
  -webkit-font-smoothing: auto;
  font-family: monospace;
}

/* line 60, base/generic.scss */
body {
  color: #0a0a0a;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

/* line 69, base/generic.scss */
a {
  color: #357cd6;
  cursor: pointer;
  text-decoration: none;
}
/* line 74, base/generic.scss */
a strong {
  color: currentColor;
}
/* line 78, base/generic.scss */
a:hover {
  color: #363636;
}

/* line 83, base/generic.scss */
code {
  background-color: whitesmoke;
  color: #ff3860;
  font-size: 0.875em;
  font-weight: normal;
  padding: 0.25em 0.5em 0.25em;
}

/* line 91, base/generic.scss */
hr {
  background-color: #dbdbdb;
  border: none;
  display: block;
  height: 1px;
  margin: 1.5rem 0;
}

/* line 99, base/generic.scss */
img {
  height: auto;
  max-width: 100%;
}

/* line 104, base/generic.scss */
input[type="checkbox"],
input[type="radio"] {
  vertical-align: baseline;
}

/* line 109, base/generic.scss */
small {
  font-size: 0.875em;
}

/* line 113, base/generic.scss */
span {
  font-style: inherit;
  font-weight: inherit;
}

/* line 118, base/generic.scss */
strong {
  color: #363636;
  font-weight: 700;
}

/* line 125, base/generic.scss */
pre {
  -webkit-overflow-scrolling: touch;
  background-color: whitesmoke;
  color: #4a4a4a;
  font-size: 0.875em;
  overflow-x: auto;
  padding: 1.25rem 1.5rem;
  white-space: pre;
  word-wrap: normal;
}
/* line 136, base/generic.scss */
pre code {
  background-color: transparent;
  color: currentColor;
  font-size: 1em;
  padding: 0;
}

/* line 145, base/generic.scss */
table td,
table th {
  text-align: left;
  vertical-align: top;
  word-break:keep-all;
}
table td.middle { vertical-align:middle; }
/* line 151, base/generic.scss */
table th {
  color: #363636;
}

/* line 25, utilities/mixins.scss */
.is-clearfix:after {
  clear: both;
  content: " ";
  display: table;
}

/* line 9, base/helpers.scss */
.is-pulled-left {
  float: left !important;
}

/* line 13, base/helpers.scss */
.is-pulled-right {
  float: right !important;
}

/* line 19, base/helpers.scss */
.is-clipped {
  overflow: hidden !important;
}

/* line 25, base/helpers.scss */
.is-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

/* line 35, base/helpers.scss */
.is-size-1 {
  font-size: 3rem !important;
}

/* line 35, base/helpers.scss */
.is-size-2 {
  font-size: 2.5rem !important;
}

/* line 35, base/helpers.scss */
.is-size-3 {
  font-size: 2rem !important;
}

/* line 35, base/helpers.scss */
.is-size-4 {
  font-size: 1.5rem !important;
}

/* line 35, base/helpers.scss */
.is-size-5 {
  font-size: 1.25rem !important;
}

/* line 35, base/helpers.scss */
.is-size-6 {
  font-size: 1rem !important;
}

/* line 35, base/helpers.scss */
.is-size-7 {
  font-size: 0.75rem !important;
}

@media screen and (max-width: 768px) {
  /* line 35, base/helpers.scss */
  .is-size-1-mobile {
    font-size: 3rem !important;
  }

  /* line 35, base/helpers.scss */
  .is-size-2-mobile {
    font-size: 2.5rem !important;
  }

  /* line 35, base/helpers.scss */
  .is-size-3-mobile {
    font-size: 2rem !important;
  }

  /* line 35, base/helpers.scss */
  .is-size-4-mobile {
    font-size: 1.5rem !important;
  }

  /* line 35, base/helpers.scss */
  .is-size-5-mobile {
    font-size: 1.25rem !important;
  }

  /* line 35, base/helpers.scss */
  .is-size-6-mobile {
    font-size: 1rem !important;
  }

  /* line 35, base/helpers.scss */
  .is-size-7-mobile {
    font-size: 0.75rem !important;
  }
}
@media screen and (min-width: 769px), print {
  /* line 35, base/helpers.scss */
  .is-size-1-tablet {
    font-size: 3rem !important;
  }

  /* line 35, base/helpers.scss */
  .is-size-2-tablet {
    font-size: 2.5rem !important;
  }

  /* line 35, base/helpers.scss */
  .is-size-3-tablet {
    font-size: 2rem !important;
  }

  /* line 35, base/helpers.scss */
  .is-size-4-tablet {
    font-size: 1.5rem !important;
  }

  /* line 35, base/helpers.scss */
  .is-size-5-tablet {
    font-size: 1.25rem !important;
  }

  /* line 35, base/helpers.scss */
  .is-size-6-tablet {
    font-size: 1rem !important;
  }

  /* line 35, base/helpers.scss */
  .is-size-7-tablet {
    font-size: 0.75rem !important;
  }
}
@media screen and (max-width: 1023px) {
  /* line 35, base/helpers.scss */
  .is-size-1-touch {
    font-size: 3rem !important;
  }

  /* line 35, base/helpers.scss */
  .is-size-2-touch {
    font-size: 2.5rem !important;
  }

  /* line 35, base/helpers.scss */
  .is-size-3-touch {
    font-size: 2rem !important;
  }

  /* line 35, base/helpers.scss */
  .is-size-4-touch {
    font-size: 1.5rem !important;
  }

  /* line 35, base/helpers.scss */
  .is-size-5-touch {
    font-size: 1.25rem !important;
  }

  /* line 35, base/helpers.scss */
  .is-size-6-touch {
    font-size: 1rem !important;
  }

  /* line 35, base/helpers.scss */
  .is-size-7-touch {
    font-size: 0.75rem !important;
  }
}
@media screen and (min-width: 1024px) {
  /* line 35, base/helpers.scss */
  .is-size-1-desktop {
    font-size: 3rem !important;
  }

  /* line 35, base/helpers.scss */
  .is-size-2-desktop {
    font-size: 2.5rem !important;
  }

  /* line 35, base/helpers.scss */
  .is-size-3-desktop {
    font-size: 2rem !important;
  }

  /* line 35, base/helpers.scss */
  .is-size-4-desktop {
    font-size: 1.5rem !important;
  }

  /* line 35, base/helpers.scss */
  .is-size-5-desktop {
    font-size: 1.25rem !important;
  }

  /* line 35, base/helpers.scss */
  .is-size-6-desktop {
    font-size: 1rem !important;
  }

  /* line 35, base/helpers.scss */
  .is-size-7-desktop {
    font-size: 0.75rem !important;
  }
}
@media screen and (min-width: 1216px) {
  /* line 35, base/helpers.scss */
  .is-size-1-widescreen {
    font-size: 3rem !important;
  }

  /* line 35, base/helpers.scss */
  .is-size-2-widescreen {
    font-size: 2.5rem !important;
  }

  /* line 35, base/helpers.scss */
  .is-size-3-widescreen {
    font-size: 2rem !important;
  }

  /* line 35, base/helpers.scss */
  .is-size-4-widescreen {
    font-size: 1.5rem !important;
  }

  /* line 35, base/helpers.scss */
  .is-size-5-widescreen {
    font-size: 1.25rem !important;
  }

  /* line 35, base/helpers.scss */
  .is-size-6-widescreen {
    font-size: 1rem !important;
  }

  /* line 35, base/helpers.scss */
  .is-size-7-widescreen {
    font-size: 0.75rem !important;
  }
}
@media screen and (min-width: 1408px) {
  /* line 35, base/helpers.scss */
  .is-size-1-fullhd {
    font-size: 3rem !important;
  }

  /* line 35, base/helpers.scss */
  .is-size-2-fullhd {
    font-size: 2.5rem !important;
  }

  /* line 35, base/helpers.scss */
  .is-size-3-fullhd {
    font-size: 2rem !important;
  }

  /* line 35, base/helpers.scss */
  .is-size-4-fullhd {
    font-size: 1.5rem !important;
  }

  /* line 35, base/helpers.scss */
  .is-size-5-fullhd {
    font-size: 1.25rem !important;
  }

  /* line 35, base/helpers.scss */
  .is-size-6-fullhd {
    font-size: 1rem !important;
  }

  /* line 35, base/helpers.scss */
  .is-size-7-fullhd {
    font-size: 0.75rem !important;
  }
}
/* line 76, base/helpers.scss */
.has-text-centered {
  text-align: center !important;
}

@media screen and (max-width: 768px) {
  /* line 81, base/helpers.scss */
  .has-text-centered-mobile {
    text-align: center !important;
  }
}
@media screen and (min-width: 769px), print {
  /* line 88, base/helpers.scss */
  .has-text-centered-tablet {
    text-align: center !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  /* line 95, base/helpers.scss */
  .has-text-centered-tablet-only {
    text-align: center !important;
  }
}
@media screen and (max-width: 1023px) {
  /* line 102, base/helpers.scss */
  .has-text-centered-touch {
    text-align: center !important;
  }
}
@media screen and (min-width: 1024px) {
  /* line 109, base/helpers.scss */
  .has-text-centered-desktop {
    text-align: center !important;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  /* line 116, base/helpers.scss */
  .has-text-centered-desktop-only {
    text-align: center !important;
  }
}
@media screen and (min-width: 1216px) {
  /* line 123, base/helpers.scss */
  .has-text-centered-widescreen {
    text-align: center !important;
  }
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
  /* line 130, base/helpers.scss */
  .has-text-centered-widescreen-only {
    text-align: center !important;
  }
}
@media screen and (min-width: 1408px) {
  /* line 137, base/helpers.scss */
  .has-text-centered-fullhd {
    text-align: center !important;
  }
}
/* line 76, base/helpers.scss */
.has-text-justified {
  text-align: justify !important;
}

@media screen and (max-width: 768px) {
  /* line 81, base/helpers.scss */
  .has-text-justified-mobile {
    text-align: justify !important;
  }
}
@media screen and (min-width: 769px), print {
  /* line 88, base/helpers.scss */
  .has-text-justified-tablet {
    text-align: justify !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  /* line 95, base/helpers.scss */
  .has-text-justified-tablet-only {
    text-align: justify !important;
  }
}
@media screen and (max-width: 1023px) {
  /* line 102, base/helpers.scss */
  .has-text-justified-touch {
    text-align: justify !important;
  }
}
@media screen and (min-width: 1024px) {
  /* line 109, base/helpers.scss */
  .has-text-justified-desktop {
    text-align: justify !important;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  /* line 116, base/helpers.scss */
  .has-text-justified-desktop-only {
    text-align: justify !important;
  }
}
@media screen and (min-width: 1216px) {
  /* line 123, base/helpers.scss */
  .has-text-justified-widescreen {
    text-align: justify !important;
  }
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
  /* line 130, base/helpers.scss */
  .has-text-justified-widescreen-only {
    text-align: justify !important;
  }
}
@media screen and (min-width: 1408px) {
  /* line 137, base/helpers.scss */
  .has-text-justified-fullhd {
    text-align: justify !important;
  }
}
/* line 76, base/helpers.scss */
.has-text-left {
  text-align: left !important;
}

@media screen and (max-width: 768px) {
  /* line 81, base/helpers.scss */
  .has-text-left-mobile {
    text-align: left !important;
  }
}
@media screen and (min-width: 769px), print {
  /* line 88, base/helpers.scss */
  .has-text-left-tablet {
    text-align: left !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  /* line 95, base/helpers.scss */
  .has-text-left-tablet-only {
    text-align: left !important;
  }
}
@media screen and (max-width: 1023px) {
  /* line 102, base/helpers.scss */
  .has-text-left-touch {
    text-align: left !important;
  }
}
@media screen and (min-width: 1024px) {
  /* line 109, base/helpers.scss */
  .has-text-left-desktop {
    text-align: left !important;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  /* line 116, base/helpers.scss */
  .has-text-left-desktop-only {
    text-align: left !important;
  }
}
@media screen and (min-width: 1216px) {
  /* line 123, base/helpers.scss */
  .has-text-left-widescreen {
    text-align: left !important;
  }
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
  /* line 130, base/helpers.scss */
  .has-text-left-widescreen-only {
    text-align: left !important;
  }
}
@media screen and (min-width: 1408px) {
  /* line 137, base/helpers.scss */
  .has-text-left-fullhd {
    text-align: left !important;
  }
}
/* line 76, base/helpers.scss */
.has-text-right {
  text-align: right !important;
}

@media screen and (max-width: 768px) {
  /* line 81, base/helpers.scss */
  .has-text-right-mobile {
    text-align: right !important;
  }
}
@media screen and (min-width: 769px), print {
  /* line 88, base/helpers.scss */
  .has-text-right-tablet {
    text-align: right !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  /* line 95, base/helpers.scss */
  .has-text-right-tablet-only {
    text-align: right !important;
  }
}
@media screen and (max-width: 1023px) {
  /* line 102, base/helpers.scss */
  .has-text-right-touch {
    text-align: right !important;
  }
}
@media screen and (min-width: 1024px) {
  /* line 109, base/helpers.scss */
  .has-text-right-desktop {
    text-align: right !important;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  /* line 116, base/helpers.scss */
  .has-text-right-desktop-only {
    text-align: right !important;
  }
}
@media screen and (min-width: 1216px) {
  /* line 123, base/helpers.scss */
  .has-text-right-widescreen {
    text-align: right !important;
  }
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
  /* line 130, base/helpers.scss */
  .has-text-right-widescreen-only {
    text-align: right !important;
  }
}
@media screen and (min-width: 1408px) {
  /* line 137, base/helpers.scss */
  .has-text-right-fullhd {
    text-align: right !important;
  }
}
/* line 143, base/helpers.scss */
.is-capitalized {
  text-transform: capitalize !important;
}

/* line 147, base/helpers.scss */
.is-lowercase {
  text-transform: lowercase !important;
}

/* line 151, base/helpers.scss */
.is-uppercase {
  text-transform: uppercase !important;
}

/* line 159, base/helpers.scss */
.has-text-white {
  color: white !important;
}

/* line 164, base/helpers.scss */
a.has-text-white:hover, a.has-text-white:focus {
  color: #e6e6e6 !important;
}

/* line 159, base/helpers.scss */
.has-text-black {
  color: #0a0a0a !important;
}

/* line 164, base/helpers.scss */
a.has-text-black:hover, a.has-text-black:focus {
  color: black !important;
}

/* line 159, base/helpers.scss */
.has-text-light {
  color: whitesmoke !important;
}

/* line 164, base/helpers.scss */
a.has-text-light:hover, a.has-text-light:focus {
  color: #dbdbdb !important;
}

/* line 159, base/helpers.scss */
.has-text-dark {
  color: #363636 !important;
}

/* line 164, base/helpers.scss */
a.has-text-dark:hover, a.has-text-dark:focus {
  color: #1c1c1c !important;
}

/* line 159, base/helpers.scss */
.has-text-primary {
  color: #d51518 !important;
}

/* line 164, base/helpers.scss */
a.has-text-primary:hover, a.has-text-primary:focus {
  color: #a71113 !important;
}

/* line 159, base/helpers.scss */
.has-text-link {
  color: #357cd6 !important;
}

/* line 164, base/helpers.scss */
a.has-text-link:hover, a.has-text-link:focus {
  color: #243051 !important;
}

/* line 159, base/helpers.scss */
.has-text-info {
  color: #1d409f !important;
}

/* line 164, base/helpers.scss */
a.has-text-info:hover, a.has-text-info:focus {
  color: #152f74 !important;
}

/* line 159, base/helpers.scss */
.has-text-success {
  color: #4eb63a !important;
}

/* line 164, base/helpers.scss */
a.has-text-success:hover, a.has-text-success:focus {
  color: #3e8f2d !important;
}

/* line 159, base/helpers.scss */
.has-text-warning {
  color: #fcc41d !important;
}

/* line 164, base/helpers.scss */
a.has-text-warning:hover, a.has-text-warning:focus {
  color: #e2aa03 !important;
}

/* line 159, base/helpers.scss */
.has-text-danger {
  color: #ff3860 !important;
}

/* line 164, base/helpers.scss */
a.has-text-danger:hover, a.has-text-danger:focus {
  color: #ff0537 !important;
}

/* line 159, base/helpers.scss */
.has-text-platinum {
  color: #ca0e40 !important;
}

/* line 164, base/helpers.scss */
a.has-text-platinum:hover, a.has-text-platinum:focus {
  color: #ab0b36 !important;
}

/* line 159, base/helpers.scss */
.has-text-gold {
  color: #f3bd1d !important;
}

/* line 164, base/helpers.scss */
a.has-text-gold:hover, a.has-text-gold:focus {
  color: #d5a61b !important;
}

/* line 159, base/helpers.scss */
.has-text-silver {
  color: #b6b6b6 !important;
}

/* line 164, base/helpers.scss */
a.has-text-silver:hover, a.has-text-silver:focus {
  color: #a3a3a3 !important;
}

/* line 159, base/helpers.scss */
.has-text-bronze {
  color: #e56c37 !important;
}

/* line 164, base/helpers.scss */
a.has-text-bronze:hover, a.has-text-bronze:focus {
  color: #c85e30 !important;
}

/* line 159, base/helpers.scss */
.has-text-iron {
  color: #9cc813 !important;
}

/* line 164, base/helpers.scss */
a.has-text-iron:hover, a.has-text-iron:focus {
  color: #84a910 !important;
}

/* line 159, base/helpers.scss */
.has-text-lightyellow {
  color: #ffff00 !important;
}

/* line 164, base/helpers.scss */
a.has-text-lightyellow:hover, a.has-text-lightyellow:focus {
  color: #cccc00 !important;
}

/* line 159, base/helpers.scss */
.has-text-facebook {
  color: #3b5998 !important;
}

/* line 164, base/helpers.scss */
a.has-text-facebook:hover, a.has-text-facebook:focus {
  color: #2d4373 !important;
}

/* line 159, base/helpers.scss */
.has-text-twitter {
  color: #00aced !important;
}

/* line 164, base/helpers.scss */
a.has-text-twitter:hover, a.has-text-twitter:focus {
  color: #0087ba !important;
}

/* line 172, base/helpers.scss */
.has-text-black-bis {
  color: #121212 !important;
}

/* line 172, base/helpers.scss */
.has-text-black-ter {
  color: #242424 !important;
}

/* line 172, base/helpers.scss */
.has-text-grey-darker {
  color: #363636 !important;
}

/* line 172, base/helpers.scss */
.has-text-grey-dark {
  color: #4a4a4a !important;
}

/* line 172, base/helpers.scss */
.has-text-grey {
  color: #7a7a7a !important;
}

/* line 172, base/helpers.scss */
.has-text-grey-light {
  color: #b5b5b5 !important;
}

/* line 172, base/helpers.scss */
.has-text-grey-lighter {
  color: #dbdbdb !important;
}

/* line 172, base/helpers.scss */
.has-text-white-ter {
  color: whitesmoke !important;
}

/* line 172, base/helpers.scss */
.has-text-white-bis {
  color: #fafafa !important;
}

/* line 177, base/helpers.scss */
.has-text-weight-light {
  font-weight: 300 !important;
}

/* line 181, base/helpers.scss */
.has-text-weight-normal {
  font-weight: 400 !important;
}

/* line 185, base/helpers.scss */
.has-text-weight-semibold {
  font-weight: 600 !important;
}

/* line 189, base/helpers.scss */
.has-text-weight-bold {
  font-weight: 700 !important;
}

/* line 198, base/helpers.scss */
.is-block {
  display: block !important;
}

@media screen and (max-width: 768px) {
  /* line 203, base/helpers.scss */
  .is-block-mobile {
    display: block !important;
  }
}
@media screen and (min-width: 769px), print {
  /* line 210, base/helpers.scss */
  .is-block-tablet {
    display: block !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  /* line 217, base/helpers.scss */
  .is-block-tablet-only {
    display: block !important;
  }
}
@media screen and (max-width: 1023px) {
  /* line 224, base/helpers.scss */
  .is-block-touch {
    display: block !important;
  }
}
@media screen and (min-width: 1024px) {
  /* line 231, base/helpers.scss */
  .is-block-desktop {
    display: block !important;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  /* line 238, base/helpers.scss */
  .is-block-desktop-only {
    display: block !important;
  }
}
@media screen and (min-width: 1216px) {
  /* line 245, base/helpers.scss */
  .is-block-widescreen {
    display: block !important;
  }
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
  /* line 252, base/helpers.scss */
  .is-block-widescreen-only {
    display: block !important;
  }
}
@media screen and (min-width: 1408px) {
  /* line 259, base/helpers.scss */
  .is-block-fullhd {
    display: block !important;
  }
}
/* line 198, base/helpers.scss */
.is-flex {
  display: flex !important;
}

@media screen and (max-width: 768px) {
  /* line 203, base/helpers.scss */
  .is-flex-mobile {
    display: flex !important;
  }
}
@media screen and (min-width: 769px), print {
  /* line 210, base/helpers.scss */
  .is-flex-tablet {
    display: flex !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  /* line 217, base/helpers.scss */
  .is-flex-tablet-only {
    display: flex !important;
  }
}
@media screen and (max-width: 1023px) {
  /* line 224, base/helpers.scss */
  .is-flex-touch {
    display: flex !important;
  }
}
@media screen and (min-width: 1024px) {
  /* line 231, base/helpers.scss */
  .is-flex-desktop {
    display: flex !important;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  /* line 238, base/helpers.scss */
  .is-flex-desktop-only {
    display: flex !important;
  }
}
@media screen and (min-width: 1216px) {
  /* line 245, base/helpers.scss */
  .is-flex-widescreen {
    display: flex !important;
  }
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
  /* line 252, base/helpers.scss */
  .is-flex-widescreen-only {
    display: flex !important;
  }
}
@media screen and (min-width: 1408px) {
  /* line 259, base/helpers.scss */
  .is-flex-fullhd {
    display: flex !important;
  }
}
/* line 198, base/helpers.scss */
.is-inline {
  display: inline !important;
}

@media screen and (max-width: 768px) {
  /* line 203, base/helpers.scss */
  .is-inline-mobile {
    display: inline !important;
  }
}
@media screen and (min-width: 769px), print {
  /* line 210, base/helpers.scss */
  .is-inline-tablet {
    display: inline !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  /* line 217, base/helpers.scss */
  .is-inline-tablet-only {
    display: inline !important;
  }
}
@media screen and (max-width: 1023px) {
  /* line 224, base/helpers.scss */
  .is-inline-touch {
    display: inline !important;
  }
}
@media screen and (min-width: 1024px) {
  /* line 231, base/helpers.scss */
  .is-inline-desktop {
    display: inline !important;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  /* line 238, base/helpers.scss */
  .is-inline-desktop-only {
    display: inline !important;
  }
}
@media screen and (min-width: 1216px) {
  /* line 245, base/helpers.scss */
  .is-inline-widescreen {
    display: inline !important;
  }
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
  /* line 252, base/helpers.scss */
  .is-inline-widescreen-only {
    display: inline !important;
  }
}
@media screen and (min-width: 1408px) {
  /* line 259, base/helpers.scss */
  .is-inline-fullhd {
    display: inline !important;
  }
}
/* line 198, base/helpers.scss */
.is-inline-block {
  display: inline-block !important;
}

@media screen and (max-width: 768px) {
  /* line 203, base/helpers.scss */
  .is-inline-block-mobile {
    display: inline-block !important;
  }
}
@media screen and (min-width: 769px), print {
  /* line 210, base/helpers.scss */
  .is-inline-block-tablet {
    display: inline-block !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  /* line 217, base/helpers.scss */
  .is-inline-block-tablet-only {
    display: inline-block !important;
  }
}
@media screen and (max-width: 1023px) {
  /* line 224, base/helpers.scss */
  .is-inline-block-touch {
    display: inline-block !important;
  }
}
@media screen and (min-width: 1024px) {
  /* line 231, base/helpers.scss */
  .is-inline-block-desktop {
    display: inline-block !important;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  /* line 238, base/helpers.scss */
  .is-inline-block-desktop-only {
    display: inline-block !important;
  }
}
@media screen and (min-width: 1216px) {
  /* line 245, base/helpers.scss */
  .is-inline-block-widescreen {
    display: inline-block !important;
  }
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
  /* line 252, base/helpers.scss */
  .is-inline-block-widescreen-only {
    display: inline-block !important;
  }
}
@media screen and (min-width: 1408px) {
  /* line 259, base/helpers.scss */
  .is-inline-block-fullhd {
    display: inline-block !important;
  }
}
/* line 198, base/helpers.scss */
.is-inline-flex {
  display: inline-flex !important;
}

@media screen and (max-width: 768px) {
  /* line 203, base/helpers.scss */
  .is-inline-flex-mobile {
    display: inline-flex !important;
  }
}
@media screen and (min-width: 769px), print {
  /* line 210, base/helpers.scss */
  .is-inline-flex-tablet {
    display: inline-flex !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  /* line 217, base/helpers.scss */
  .is-inline-flex-tablet-only {
    display: inline-flex !important;
  }
}
@media screen and (max-width: 1023px) {
  /* line 224, base/helpers.scss */
  .is-inline-flex-touch {
    display: inline-flex !important;
  }
}
@media screen and (min-width: 1024px) {
  /* line 231, base/helpers.scss */
  .is-inline-flex-desktop {
    display: inline-flex !important;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  /* line 238, base/helpers.scss */
  .is-inline-flex-desktop-only {
    display: inline-flex !important;
  }
}
@media screen and (min-width: 1216px) {
  /* line 245, base/helpers.scss */
  .is-inline-flex-widescreen {
    display: inline-flex !important;
  }
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
  /* line 252, base/helpers.scss */
  .is-inline-flex-widescreen-only {
    display: inline-flex !important;
  }
}
@media screen and (min-width: 1408px) {
  /* line 259, base/helpers.scss */
  .is-inline-flex-fullhd {
    display: inline-flex !important;
  }
}
/* line 265, base/helpers.scss */
.is-hidden {
  display: none !important;
}

@media screen and (max-width: 768px) {
  /* line 270, base/helpers.scss */
  .is-hidden-mobile {
    display: none !important;
  }
}
@media screen and (min-width: 769px), print {
  /* line 277, base/helpers.scss */
  .is-hidden-tablet {
    display: none !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  /* line 284, base/helpers.scss */
  .is-hidden-tablet-only {
    display: none !important;
  }
}
@media screen and (max-width: 1023px) {
  /* line 291, base/helpers.scss */
  .is-hidden-touch {
    display: none !important;
  }
}
@media screen and (min-width: 1024px) {
  /* line 298, base/helpers.scss */
  .is-hidden-desktop {
    display: none !important;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  /* line 305, base/helpers.scss */
  .is-hidden-desktop-only {
    display: none !important;
  }
}
@media screen and (min-width: 1216px) {
  /* line 312, base/helpers.scss */
  .is-hidden-widescreen {
    display: none !important;
  }
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
  /* line 319, base/helpers.scss */
  .is-hidden-widescreen-only {
    display: none !important;
  }
}
@media screen and (min-width: 1408px) {
  /* line 326, base/helpers.scss */
  .is-hidden-fullhd {
    display: none !important;
  }
}
/* line 334, base/helpers.scss */
.is-marginless {
  margin: 0 !important;
}

/* line 338, base/helpers.scss */
.is-paddingless {
  padding: 0 !important;
}

/* line 342, base/helpers.scss */
.is-radiusless {
  border-radius: 0 !important;
}

/* line 346, base/helpers.scss */
.is-shadowless {
  box-shadow: none !important;
}

/* line 350, base/helpers.scss */
.is-unselectable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* line 12, elements/box.scss */
.box {
  background-color: white;
  border-radius: 5px;
  box-shadow: 0 2px 3px rgba(10, 10, 10, 0.1), 0 0 0 1px rgba(10, 10, 10, 0.1);
  color: #4a4a4a;
  display: block;
  padding: 1.25rem;
}
/* line 19, utilities/mixins.scss */
.box:not(:last-child) {
  margin-bottom: 1.5rem;
}

/* line 24, elements/box.scss */
a.box:hover, a.box:focus {
  box-shadow: 0 2px 3px rgba(10, 10, 10, 0.1), 0 0 0 1px #357cd6;
}
/* line 29, elements/box.scss */
a.box:active {
  box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.2), 0 0 0 1px #357cd6;
}

/* line 45, elements/button.scss */
.button {
  -moz-appearance: none;
  -webkit-appearance: none;
  align-items: center;
  border: 1px solid transparent;
  border-radius: 3px;
  box-shadow: none;
  display: inline-flex;
  font-size: 1rem;
  height: 2.25em;
  justify-content: flex-start;
  line-height: 1.5;
  padding-bottom: calc(0.375em - 1px);
  padding-left: calc(0.625em - 1px);
  padding-right: calc(0.625em - 1px);
  padding-top: calc(0.375em - 1px);
  position: relative;
  vertical-align: top;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: white;
  border-color: #dbdbdb;
  color: #363636;
  cursor: pointer;
  justify-content: center;
  padding-left: 0.75em;
  padding-right: 0.75em;
  text-align: center;
  white-space: nowrap;
}
/* line 29, utilities/controls.scss */
.button:focus, .button.is-focused, .button:active, .button.is-active {
  outline: none;
}
/* line 36, utilities/controls.scss */
.button[disabled] {
  cursor: not-allowed;
}
/* line 59, elements/button.scss */
.button strong {
  color: inherit;
}
/* line 64, elements/button.scss */
.button .icon, .button .icon.is-small, .button .icon.is-medium, .button .icon.is-large {
  height: 1.5em;
  width: 1.5em;
}
/* line 72, elements/button.scss */
.button .icon:first-child:not(:last-child) {
  margin-left: calc(-0.375em - 1px);
  margin-right: 0.1875em;
}
/* line 77, elements/button.scss */
.button .icon:last-child:not(:first-child) {
  margin-left: 0.1875em;
  margin-right: calc(-0.375em - 1px);
}
/* line 82, elements/button.scss */
.button .icon:first-child:last-child {
  margin-left: calc(-0.375em - 1px);
  margin-right: calc(-0.375em - 1px);
}
/* line 89, elements/button.scss */
.button:hover, .button.is-hovered {
  border-color: #b5b5b5;
  color: #363636;
}
/* line 95, elements/button.scss */
.button:focus, .button.is-focused {
  border-color: #357cd6;
  color: #363636;
}
/* line 100, elements/button.scss */
.button:focus:not(:active), .button.is-focused:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(52, 69, 116, 0.25);
}
/* line 105, elements/button.scss */
.button:active, .button.is-active {
  border-color: #4a4a4a;
  color: #363636;
}
/* line 112, elements/button.scss */
.button.is-text {
  background-color: transparent;
  border-color: transparent;
  color: #4a4a4a;
  text-decoration: underline;
}
/* line 118, elements/button.scss */
.button.is-text:hover, .button.is-text.is-hovered, .button.is-text:focus, .button.is-text.is-focused {
  background-color: whitesmoke;
  color: #363636;
}
/* line 126, elements/button.scss */
.button.is-text:active, .button.is-text.is-active {
  background-color: #e8e8e8;
  color: #363636;
}
/* line 132, elements/button.scss */
.button.is-text[disabled] {
  background-color: transparent;
  border-color: transparent;
  box-shadow: none;
}
/* line 143, elements/button.scss */
.button.is-white {
  background-color: white;
  border-color: transparent;
  color: #0a0a0a;
}
/* line 148, elements/button.scss */
.button.is-white:hover, .button.is-white.is-hovered {
  background-color: #f9f9f9;
  border-color: transparent;
  color: #0a0a0a;
}
/* line 155, elements/button.scss */
.button.is-white:focus, .button.is-white.is-focused {
  border-color: transparent;
  color: #0a0a0a;
}
/* line 160, elements/button.scss */
.button.is-white:focus:not(:active), .button.is-white.is-focused:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(255, 255, 255, 0.25);
}
/* line 165, elements/button.scss */
.button.is-white:active, .button.is-white.is-active {
  background-color: #f2f2f2;
  border-color: transparent;
  color: #0a0a0a;
}
/* line 172, elements/button.scss */
.button.is-white[disabled] {
  background-color: white;
  border-color: transparent;
  box-shadow: none;
}
/* line 178, elements/button.scss */
.button.is-white.is-inverted {
  background-color: #0a0a0a;
  color: white;
}
/* line 182, elements/button.scss */
.button.is-white.is-inverted:hover {
  background-color: black;
}
/* line 186, elements/button.scss */
.button.is-white.is-inverted[disabled] {
  background-color: #0a0a0a;
  border-color: transparent;
  box-shadow: none;
  color: white;
}
/* line 195, elements/button.scss */
.button.is-white.is-loading:after {
  border-color: transparent transparent #0a0a0a #0a0a0a !important;
}
/* line 200, elements/button.scss */
.button.is-white.is-outlined {
  background-color: transparent;
  border-color: white;
  color: white;
}
/* line 205, elements/button.scss */
.button.is-white.is-outlined:hover, .button.is-white.is-outlined:focus {
  background-color: white;
  border-color: white;
  color: #0a0a0a;
}
/* line 213, elements/button.scss */
.button.is-white.is-outlined.is-loading:after {
  border-color: transparent transparent white white !important;
}
/* line 218, elements/button.scss */
.button.is-white.is-outlined[disabled] {
  background-color: transparent;
  border-color: white;
  box-shadow: none;
  color: white;
}
/* line 226, elements/button.scss */
.button.is-white.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #0a0a0a;
  color: #0a0a0a;
}
/* line 231, elements/button.scss */
.button.is-white.is-inverted.is-outlined:hover, .button.is-white.is-inverted.is-outlined:focus {
  background-color: #0a0a0a;
  color: white;
}
/* line 237, elements/button.scss */
.button.is-white.is-inverted.is-outlined[disabled] {
  background-color: transparent;
  border-color: #0a0a0a;
  box-shadow: none;
  color: #0a0a0a;
}
/* line 143, elements/button.scss */
.button.is-black {
  background-color: #0a0a0a;
  border-color: transparent;
  color: white;
}
/* line 148, elements/button.scss */
.button.is-black:hover, .button.is-black.is-hovered {
  background-color: #040404;
  border-color: transparent;
  color: white;
}
/* line 155, elements/button.scss */
.button.is-black:focus, .button.is-black.is-focused {
  border-color: transparent;
  color: white;
}
/* line 160, elements/button.scss */
.button.is-black:focus:not(:active), .button.is-black.is-focused:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(10, 10, 10, 0.25);
}
/* line 165, elements/button.scss */
.button.is-black:active, .button.is-black.is-active {
  background-color: black;
  border-color: transparent;
  color: white;
}
/* line 172, elements/button.scss */
.button.is-black[disabled] {
  background-color: #0a0a0a;
  border-color: transparent;
  box-shadow: none;
}
/* line 178, elements/button.scss */
.button.is-black.is-inverted {
  background-color: white;
  color: #0a0a0a;
}
/* line 182, elements/button.scss */
.button.is-black.is-inverted:hover {
  background-color: #f2f2f2;
}
/* line 186, elements/button.scss */
.button.is-black.is-inverted[disabled] {
  background-color: white;
  border-color: transparent;
  box-shadow: none;
  color: #0a0a0a;
}
/* line 195, elements/button.scss */
.button.is-black.is-loading:after {
  border-color: transparent transparent white white !important;
}
/* line 200, elements/button.scss */
.button.is-black.is-outlined {
  background-color: transparent;
  border-color: #0a0a0a;
  color: #0a0a0a;
}
/* line 205, elements/button.scss */
.button.is-black.is-outlined:hover, .button.is-black.is-outlined:focus {
  background-color: #0a0a0a;
  border-color: #0a0a0a;
  color: white;
}
/* line 213, elements/button.scss */
.button.is-black.is-outlined.is-loading:after {
  border-color: transparent transparent #0a0a0a #0a0a0a !important;
}
/* line 218, elements/button.scss */
.button.is-black.is-outlined[disabled] {
  background-color: transparent;
  border-color: #0a0a0a;
  box-shadow: none;
  color: #0a0a0a;
}
/* line 226, elements/button.scss */
.button.is-black.is-inverted.is-outlined {
  background-color: transparent;
  border-color: white;
  color: white;
}
/* line 231, elements/button.scss */
.button.is-black.is-inverted.is-outlined:hover, .button.is-black.is-inverted.is-outlined:focus {
  background-color: white;
  color: #0a0a0a;
}
/* line 237, elements/button.scss */
.button.is-black.is-inverted.is-outlined[disabled] {
  background-color: transparent;
  border-color: white;
  box-shadow: none;
  color: white;
}
/* line 143, elements/button.scss */
.button.is-light {
  background-color: whitesmoke;
  border-color: transparent;
  color: #363636;
}
/* line 148, elements/button.scss */
.button.is-light:hover, .button.is-light.is-hovered {
  background-color: #eeeeee;
  border-color: transparent;
  color: #363636;
}
/* line 155, elements/button.scss */
.button.is-light:focus, .button.is-light.is-focused {
  border-color: transparent;
  color: #363636;
}
/* line 160, elements/button.scss */
.button.is-light:focus:not(:active), .button.is-light.is-focused:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(245, 245, 245, 0.25);
}
/* line 165, elements/button.scss */
.button.is-light:active, .button.is-light.is-active {
  background-color: #e8e8e8;
  border-color: transparent;
  color: #363636;
}
/* line 172, elements/button.scss */
.button.is-light[disabled] {
  background-color: whitesmoke;
  border-color: transparent;
  box-shadow: none;
}
/* line 178, elements/button.scss */
.button.is-light.is-inverted {
  background-color: #363636;
  color: whitesmoke;
}
/* line 182, elements/button.scss */
.button.is-light.is-inverted:hover {
  background-color: #292929;
}
/* line 186, elements/button.scss */
.button.is-light.is-inverted[disabled] {
  background-color: #363636;
  border-color: transparent;
  box-shadow: none;
  color: whitesmoke;
}
/* line 195, elements/button.scss */
.button.is-light.is-loading:after {
  border-color: transparent transparent #363636 #363636 !important;
}
/* line 200, elements/button.scss */
.button.is-light.is-outlined {
  background-color: transparent;
  border-color: whitesmoke;
  color: whitesmoke;
}
/* line 205, elements/button.scss */
.button.is-light.is-outlined:hover, .button.is-light.is-outlined:focus {
  background-color: whitesmoke;
  border-color: whitesmoke;
  color: #363636;
}
/* line 213, elements/button.scss */
.button.is-light.is-outlined.is-loading:after {
  border-color: transparent transparent whitesmoke whitesmoke !important;
}
/* line 218, elements/button.scss */
.button.is-light.is-outlined[disabled] {
  background-color: transparent;
  border-color: whitesmoke;
  box-shadow: none;
  color: whitesmoke;
}
/* line 226, elements/button.scss */
.button.is-light.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #363636;
  color: #363636;
}
/* line 231, elements/button.scss */
.button.is-light.is-inverted.is-outlined:hover, .button.is-light.is-inverted.is-outlined:focus {
  background-color: #363636;
  color: whitesmoke;
}
/* line 237, elements/button.scss */
.button.is-light.is-inverted.is-outlined[disabled] {
  background-color: transparent;
  border-color: #363636;
  box-shadow: none;
  color: #363636;
}
/* line 143, elements/button.scss */
.button.is-dark {
  background-color: #363636;
  border-color: transparent;
  color: whitesmoke;
}
/* line 148, elements/button.scss */
.button.is-dark:hover, .button.is-dark.is-hovered {
  background-color: #2f2f2f;
  border-color: transparent;
  color: whitesmoke;
}
/* line 155, elements/button.scss */
.button.is-dark:focus, .button.is-dark.is-focused {
  border-color: transparent;
  color: whitesmoke;
}
/* line 160, elements/button.scss */
.button.is-dark:focus:not(:active), .button.is-dark.is-focused:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(54, 54, 54, 0.25);
}
/* line 165, elements/button.scss */
.button.is-dark:active, .button.is-dark.is-active {
  background-color: #292929;
  border-color: transparent;
  color: whitesmoke;
}
/* line 172, elements/button.scss */
.button.is-dark[disabled] {
  background-color: #363636;
  border-color: transparent;
  box-shadow: none;
}
/* line 178, elements/button.scss */
.button.is-dark.is-inverted {
  background-color: whitesmoke;
  color: #363636;
}
/* line 182, elements/button.scss */
.button.is-dark.is-inverted:hover {
  background-color: #e8e8e8;
}
/* line 186, elements/button.scss */
.button.is-dark.is-inverted[disabled] {
  background-color: whitesmoke;
  border-color: transparent;
  box-shadow: none;
  color: #363636;
}
/* line 195, elements/button.scss */
.button.is-dark.is-loading:after {
  border-color: transparent transparent whitesmoke whitesmoke !important;
}
/* line 200, elements/button.scss */
.button.is-dark.is-outlined {
  background-color: transparent;
  border-color: #363636;
  color: #363636;
}
/* line 205, elements/button.scss */
.button.is-dark.is-outlined:hover, .button.is-dark.is-outlined:focus {
  background-color: #363636;
  border-color: #363636;
  color: whitesmoke;
}
/* line 213, elements/button.scss */
.button.is-dark.is-outlined.is-loading:after {
  border-color: transparent transparent #363636 #363636 !important;
}
/* line 218, elements/button.scss */
.button.is-dark.is-outlined[disabled] {
  background-color: transparent;
  border-color: #363636;
  box-shadow: none;
  color: #363636;
}
/* line 226, elements/button.scss */
.button.is-dark.is-inverted.is-outlined {
  background-color: transparent;
  border-color: whitesmoke;
  color: whitesmoke;
}
/* line 231, elements/button.scss */
.button.is-dark.is-inverted.is-outlined:hover, .button.is-dark.is-inverted.is-outlined:focus {
  background-color: whitesmoke;
  color: #363636;
}
/* line 237, elements/button.scss */
.button.is-dark.is-inverted.is-outlined[disabled] {
  background-color: transparent;
  border-color: whitesmoke;
  box-shadow: none;
  color: whitesmoke;
}
/* line 143, elements/button.scss */
.button.is-primary {
  background-color: #d51518;
  border-color: transparent;
  color: #fff;
}
/* line 148, elements/button.scss */
.button.is-primary:hover, .button.is-primary.is-hovered {
  background-color: #ca1417;
  border-color: transparent;
  color: #fff;
}
/* line 155, elements/button.scss */
.button.is-primary:focus, .button.is-primary.is-focused {
  border-color: transparent;
  color: #fff;
}
/* line 160, elements/button.scss */
.button.is-primary:focus:not(:active), .button.is-primary.is-focused:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(213, 21, 24, 0.25);
}
/* line 165, elements/button.scss */
.button.is-primary:active, .button.is-primary.is-active {
  background-color: #be1316;
  border-color: transparent;
  color: #fff;
}
/* line 172, elements/button.scss */
.button.is-primary[disabled] {
  background-color: #d51518;
  border-color: transparent;
  box-shadow: none;
}
/* line 178, elements/button.scss */
.button.is-primary.is-inverted {
  background-color: #fff;
  color: #d51518;
}
/* line 182, elements/button.scss */
.button.is-primary.is-inverted:hover {
  background-color: #f2f2f2;
}
/* line 186, elements/button.scss */
.button.is-primary.is-inverted[disabled] {
  background-color: #fff;
  border-color: transparent;
  box-shadow: none;
  color: #d51518;
}
/* line 195, elements/button.scss */
.button.is-primary.is-loading:after {
  border-color: transparent transparent #fff #fff !important;
}
/* line 200, elements/button.scss */
.button.is-primary.is-outlined {
  background-color: transparent;
  border-color: #d51518;
  color: #d51518;
}
/* line 205, elements/button.scss */
.button.is-primary.is-outlined:hover, .button.is-primary.is-outlined:focus {
  background-color: #d51518;
  border-color: #d51518;
  color: #fff;
}
/* line 213, elements/button.scss */
.button.is-primary.is-outlined.is-loading:after {
  border-color: transparent transparent #d51518 #d51518 !important;
}
/* line 218, elements/button.scss */
.button.is-primary.is-outlined[disabled] {
  background-color: transparent;
  border-color: #d51518;
  box-shadow: none;
  color: #d51518;
}
/* line 226, elements/button.scss */
.button.is-primary.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}
/* line 231, elements/button.scss */
.button.is-primary.is-inverted.is-outlined:hover, .button.is-primary.is-inverted.is-outlined:focus {
  background-color: #fff;
  color: #d51518;
}
/* line 237, elements/button.scss */
.button.is-primary.is-inverted.is-outlined[disabled] {
  background-color: transparent;
  border-color: #fff;
  box-shadow: none;
  color: #fff;
}
/* line 143, elements/button.scss */
.button.is-link {
  background-color: #357cd6;
  border-color: transparent;
  color: #fff;
}
/* line 148, elements/button.scss */
.button.is-link:hover, .button.is-link.is-hovered {
  background-color: #2f6dbb;
  border-color: transparent;
  color: #fff;
}
/* line 155, elements/button.scss */
.button.is-link:focus, .button.is-link.is-focused {
  border-color: transparent;
  color: #fff;
}
/* line 160, elements/button.scss */
.button.is-link:focus:not(:active), .button.is-link.is-focused:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(52, 69, 116, 0.25);
}
/* line 165, elements/button.scss */
.button.is-link:active, .button.is-link.is-active {
  background-color: #357cd6;
  border-color: transparent;
  color: #fff;
}
/* line 172, elements/button.scss */
.button.is-link[disabled] {
  background-color: #357cd6;
  border-color: transparent;
  box-shadow: none;
}
/* line 178, elements/button.scss */
.button.is-link.is-inverted {
  background-color: #fff;
  color: #357cd6;
}
/* line 182, elements/button.scss */
.button.is-link.is-inverted:hover {
  background-color: #f2f2f2;
}
/* line 186, elements/button.scss */
.button.is-link.is-inverted[disabled] {
  background-color: #fff;
  border-color: transparent;
  box-shadow: none;
  color: #357cd6;
}
/* line 195, elements/button.scss */
.button.is-link.is-loading:after {
  border-color: transparent transparent #fff #fff !important;
}
/* line 200, elements/button.scss */
.button.is-link.is-outlined {
  background-color: transparent;
  border-color: #357cd6;
  color: #357cd6;
}
/* line 205, elements/button.scss */
.button.is-link.is-outlined:hover, .button.is-link.is-outlined:focus {
  background-color: #357cd6;
  border-color: #357cd6;
  color: #fff;
}
/* line 213, elements/button.scss */
.button.is-link.is-outlined.is-loading:after {
  border-color: transparent transparent #357cd6 #357cd6 !important;
}
/* line 218, elements/button.scss */
.button.is-link.is-outlined[disabled] {
  background-color: transparent;
  border-color: #357cd6;
  box-shadow: none;
  color: #357cd6;
}
/* line 226, elements/button.scss */
.button.is-link.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}
/* line 231, elements/button.scss */
.button.is-link.is-inverted.is-outlined:hover, .button.is-link.is-inverted.is-outlined:focus {
  background-color: #fff;
  color: #357cd6;
}
/* line 237, elements/button.scss */
.button.is-link.is-inverted.is-outlined[disabled] {
  background-color: transparent;
  border-color: #fff;
  box-shadow: none;
  color: #fff;
}
/* line 143, elements/button.scss */
.button.is-info {
  background-color: #1d409f;
  border-color: transparent;
  color: #fff;
}
/* line 148, elements/button.scss */
.button.is-info:hover, .button.is-info.is-hovered {
  background-color: #1b3c95;
  border-color: transparent;
  color: #fff;
}
/* line 155, elements/button.scss */
.button.is-info:focus, .button.is-info.is-focused {
  border-color: transparent;
  color: #fff;
}
/* line 160, elements/button.scss */
.button.is-info:focus:not(:active), .button.is-info.is-focused:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(29, 64, 159, 0.25);
}
/* line 165, elements/button.scss */
.button.is-info:active, .button.is-info.is-active {
  background-color: #19378a;
  border-color: transparent;
  color: #fff;
}
/* line 172, elements/button.scss */
.button.is-info[disabled] {
  background-color: #1d409f;
  border-color: transparent;
  box-shadow: none;
}
/* line 178, elements/button.scss */
.button.is-info.is-inverted {
  background-color: #fff;
  color: #1d409f;
}
/* line 182, elements/button.scss */
.button.is-info.is-inverted:hover {
  background-color: #f2f2f2;
}
/* line 186, elements/button.scss */
.button.is-info.is-inverted[disabled] {
  background-color: #fff;
  border-color: transparent;
  box-shadow: none;
  color: #1d409f;
}
/* line 195, elements/button.scss */
.button.is-info.is-loading:after {
  border-color: transparent transparent #fff #fff !important;
}
/* line 200, elements/button.scss */
.button.is-info.is-outlined {
  background-color: transparent;
  border-color: #1d409f;
  color: #1d409f;
}
/* line 205, elements/button.scss */
.button.is-info.is-outlined:hover, .button.is-info.is-outlined:focus {
  background-color: #1d409f;
  border-color: #1d409f;
  color: #fff;
}
/* line 213, elements/button.scss */
.button.is-info.is-outlined.is-loading:after {
  border-color: transparent transparent #1d409f #1d409f !important;
}
/* line 218, elements/button.scss */
.button.is-info.is-outlined[disabled] {
  background-color: transparent;
  border-color: #1d409f;
  box-shadow: none;
  color: #1d409f;
}
/* line 226, elements/button.scss */
.button.is-info.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}
/* line 231, elements/button.scss */
.button.is-info.is-inverted.is-outlined:hover, .button.is-info.is-inverted.is-outlined:focus {
  background-color: #fff;
  color: #1d409f;
}
/* line 237, elements/button.scss */
.button.is-info.is-inverted.is-outlined[disabled] {
  background-color: transparent;
  border-color: #fff;
  box-shadow: none;
  color: #fff;
}
/* line 143, elements/button.scss */
.button.is-success {
  background-color: #4eb63a;
  border-color: transparent;
  color: #fff;
}
/* line 148, elements/button.scss */
.button.is-success:hover, .button.is-success.is-hovered {
  background-color: #4aac36;
  border-color: transparent;
  color: #fff;
}
/* line 155, elements/button.scss */
.button.is-success:focus, .button.is-success.is-focused {
  border-color: transparent;
  color: #fff;
}
/* line 160, elements/button.scss */
.button.is-success:focus:not(:active), .button.is-success.is-focused:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(78, 182, 58, 0.25);
}
/* line 165, elements/button.scss */
.button.is-success:active, .button.is-success.is-active {
  background-color: #46a333;
  border-color: transparent;
  color: #fff;
}
/* line 172, elements/button.scss */
.button.is-success[disabled] {
  background-color: #4eb63a;
  border-color: transparent;
  box-shadow: none;
}
/* line 178, elements/button.scss */
.button.is-success.is-inverted {
  background-color: #fff;
  color: #4eb63a;
}
/* line 182, elements/button.scss */
.button.is-success.is-inverted:hover {
  background-color: #f2f2f2;
}
/* line 186, elements/button.scss */
.button.is-success.is-inverted[disabled] {
  background-color: #fff;
  border-color: transparent;
  box-shadow: none;
  color: #4eb63a;
}
/* line 195, elements/button.scss */
.button.is-success.is-loading:after {
  border-color: transparent transparent #fff #fff !important;
}
/* line 200, elements/button.scss */
.button.is-success.is-outlined {
  background-color: transparent;
  border-color: #4eb63a;
  color: #4eb63a;
}
/* line 205, elements/button.scss */
.button.is-success.is-outlined:hover, .button.is-success.is-outlined:focus {
  background-color: #4eb63a;
  border-color: #4eb63a;
  color: #fff;
}
/* line 213, elements/button.scss */
.button.is-success.is-outlined.is-loading:after {
  border-color: transparent transparent #4eb63a #4eb63a !important;
}
/* line 218, elements/button.scss */
.button.is-success.is-outlined[disabled] {
  background-color: transparent;
  border-color: #4eb63a;
  box-shadow: none;
  color: #4eb63a;
}
/* line 226, elements/button.scss */
.button.is-success.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}
/* line 231, elements/button.scss */
.button.is-success.is-inverted.is-outlined:hover, .button.is-success.is-inverted.is-outlined:focus {
  background-color: #fff;
  color: #4eb63a;
}
/* line 237, elements/button.scss */
.button.is-success.is-inverted.is-outlined[disabled] {
  background-color: transparent;
  border-color: #fff;
  box-shadow: none;
  color: #fff;
}
/* line 143, elements/button.scss */
.button.is-warning {
  background-color: #fcc41d;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}
/* line 148, elements/button.scss */
.button.is-warning:hover, .button.is-warning.is-hovered {
  background-color: #fbc110;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}
/* line 155, elements/button.scss */
.button.is-warning:focus, .button.is-warning.is-focused {
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}
/* line 160, elements/button.scss */
.button.is-warning:focus:not(:active), .button.is-warning.is-focused:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(252, 196, 29, 0.25);
}
/* line 165, elements/button.scss */
.button.is-warning:active, .button.is-warning.is-active {
  background-color: #fbbd04;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}
/* line 172, elements/button.scss */
.button.is-warning[disabled] {
  background-color: #fcc41d;
  border-color: transparent;
  box-shadow: none;
}
/* line 178, elements/button.scss */
.button.is-warning.is-inverted {
  background-color: rgba(0, 0, 0, 0.7);
  color: #fcc41d;
}
/* line 182, elements/button.scss */
.button.is-warning.is-inverted:hover {
  background-color: rgba(0, 0, 0, 0.7);
}
/* line 186, elements/button.scss */
.button.is-warning.is-inverted[disabled] {
  background-color: rgba(0, 0, 0, 0.7);
  border-color: transparent;
  box-shadow: none;
  color: #fcc41d;
}
/* line 195, elements/button.scss */
.button.is-warning.is-loading:after {
  border-color: transparent transparent rgba(0, 0, 0, 0.7) rgba(0, 0, 0, 0.7) !important;
}
/* line 200, elements/button.scss */
.button.is-warning.is-outlined {
  background-color: transparent;
  border-color: #fcc41d;
  color: #fcc41d;
}
/* line 205, elements/button.scss */
.button.is-warning.is-outlined:hover, .button.is-warning.is-outlined:focus {
  background-color: #fcc41d;
  border-color: #fcc41d;
  color: rgba(0, 0, 0, 0.7);
}
/* line 213, elements/button.scss */
.button.is-warning.is-outlined.is-loading:after {
  border-color: transparent transparent #fcc41d #fcc41d !important;
}
/* line 218, elements/button.scss */
.button.is-warning.is-outlined[disabled] {
  background-color: transparent;
  border-color: #fcc41d;
  box-shadow: none;
  color: #fcc41d;
}
/* line 226, elements/button.scss */
.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 231, elements/button.scss */
.button.is-warning.is-inverted.is-outlined:hover, .button.is-warning.is-inverted.is-outlined:focus {
  background-color: rgba(0, 0, 0, 0.7);
  color: #fcc41d;
}
/* line 237, elements/button.scss */
.button.is-warning.is-inverted.is-outlined[disabled] {
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0.7);
  box-shadow: none;
  color: rgba(0, 0, 0, 0.7);
}
/* line 143, elements/button.scss */
.button.is-danger {
  background-color: #ff3860;
  border-color: transparent;
  color: #fff;
}
/* line 148, elements/button.scss */
.button.is-danger:hover, .button.is-danger.is-hovered {
  background-color: #ff2b56;
  border-color: transparent;
  color: #fff;
}
/* line 155, elements/button.scss */
.button.is-danger:focus, .button.is-danger.is-focused {
  border-color: transparent;
  color: #fff;
}
/* line 160, elements/button.scss */
.button.is-danger:focus:not(:active), .button.is-danger.is-focused:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(255, 56, 96, 0.25);
}
/* line 165, elements/button.scss */
.button.is-danger:active, .button.is-danger.is-active {
  background-color: #ff1f4b;
  border-color: transparent;
  color: #fff;
}
/* line 172, elements/button.scss */
.button.is-danger[disabled] {
  background-color: #ff3860;
  border-color: transparent;
  box-shadow: none;
}
/* line 178, elements/button.scss */
.button.is-danger.is-inverted {
  background-color: #fff;
  color: #ff3860;
}
/* line 182, elements/button.scss */
.button.is-danger.is-inverted:hover {
  background-color: #f2f2f2;
}
/* line 186, elements/button.scss */
.button.is-danger.is-inverted[disabled] {
  background-color: #fff;
  border-color: transparent;
  box-shadow: none;
  color: #ff3860;
}
/* line 195, elements/button.scss */
.button.is-danger.is-loading:after {
  border-color: transparent transparent #fff #fff !important;
}
/* line 200, elements/button.scss */
.button.is-danger.is-outlined {
  background-color: transparent;
  border-color: #ff3860;
  color: #ff3860;
}
/* line 205, elements/button.scss */
.button.is-danger.is-outlined:hover, .button.is-danger.is-outlined:focus {
  background-color: #ff3860;
  border-color: #ff3860;
  color: #fff;
}
/* line 213, elements/button.scss */
.button.is-danger.is-outlined.is-loading:after {
  border-color: transparent transparent #ff3860 #ff3860 !important;
}
/* line 218, elements/button.scss */
.button.is-danger.is-outlined[disabled] {
  background-color: transparent;
  border-color: #ff3860;
  box-shadow: none;
  color: #ff3860;
}
/* line 226, elements/button.scss */
.button.is-danger.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}
/* line 231, elements/button.scss */
.button.is-danger.is-inverted.is-outlined:hover, .button.is-danger.is-inverted.is-outlined:focus {
  background-color: #fff;
  color: #ff3860;
}
/* line 237, elements/button.scss */
.button.is-danger.is-inverted.is-outlined[disabled] {
  background-color: transparent;
  border-color: #fff;
  box-shadow: none;
  color: #fff;
}
/* line 143, elements/button.scss */
.button.is-platinum {
  background-color: #ca0e40;
  border-color: transparent;
  color: #fff;
}
/* line 148, elements/button.scss */
.button.is-platinum:hover, .button.is-platinum.is-hovered {
  background-color: #860678;
  border-color: transparent;
  color: #fff;
}
/* line 155, elements/button.scss */
.button.is-platinum:focus, .button.is-platinum.is-focused {
  border-color: transparent;
  color: #fff;
}
/* line 160, elements/button.scss */
.button.is-platinum:focus:not(:active), .button.is-platinum.is-focused:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(146, 7, 131, 0.25);
}
/* line 165, elements/button.scss */
.button.is-platinum:active, .button.is-platinum.is-active {
  background-color: #a90d36;
  border-color: transparent;
  color: #fff;
}
/* line 172, elements/button.scss */
.button.is-platinum[disabled] {
  background-color: #ca0e40;
  border-color: transparent;
  box-shadow: none;
}
/* line 178, elements/button.scss */
.button.is-platinum.is-inverted {
  background-color: #fff;
  color: #ca0e40;
}
/* line 182, elements/button.scss */
.button.is-platinum.is-inverted:hover {
  background-color: #f2f2f2;
}
/* line 186, elements/button.scss */
.button.is-platinum.is-inverted[disabled] {
  background-color: #fff;
  border-color: transparent;
  box-shadow: none;
  color: #ca0e40;
}
/* line 195, elements/button.scss */
.button.is-platinum.is-loading:after {
  border-color: transparent transparent #fff #fff !important;
}
/* line 200, elements/button.scss */
.button.is-platinum.is-outlined {
  background-color: transparent;
  border-color: #ca0e40;
  color: #ca0e40;
}
/* line 205, elements/button.scss */
.button.is-platinum.is-outlined:hover, .button.is-platinum.is-outlined:focus {
  background-color: #ca0e40;
  border-color: #ca0e40;
  color: #fff;
}
/* line 213, elements/button.scss */
.button.is-platinum.is-outlined.is-loading:after {
  border-color: transparent transparent #ca0e40 #ca0e40 !important;
}
/* line 218, elements/button.scss */
.button.is-platinum.is-outlined[disabled] {
  background-color: transparent;
  border-color: #ca0e40;
  box-shadow: none;
  color: #ca0e40;
}
/* line 226, elements/button.scss */
.button.is-platinum.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}
/* line 231, elements/button.scss */
.button.is-platinum.is-inverted.is-outlined:hover, .button.is-platinum.is-inverted.is-outlined:focus {
  background-color: #fff;
  color: #ca0e40;
}
/* line 237, elements/button.scss */
.button.is-platinum.is-inverted.is-outlined[disabled] {
  background-color: transparent;
  border-color: #fff;
  box-shadow: none;
  color: #fff;
}
/* line 143, elements/button.scss */
.button.is-gold {
  background-color: #f3bd1d;
  border-color: transparent;
  color: #fff;
}
/* line 148, elements/button.scss */
.button.is-gold:hover, .button.is-gold.is-hovered {
  background-color: #c1a726;
  border-color: transparent;
  color: #fff;
}
/* line 155, elements/button.scss */
.button.is-gold:focus, .button.is-gold.is-focused {
  border-color: transparent;
  color: #fff;
}
/* line 160, elements/button.scss */
.button.is-gold:focus:not(:active), .button.is-gold.is-focused:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(204, 176, 40, 0.25);
}
/* line 165, elements/button.scss */
.button.is-gold:active, .button.is-gold.is-active {
  background-color: #d7a81b;
  border-color: transparent;
  color: #fff;
}
/* line 172, elements/button.scss */
.button.is-gold[disabled] {
  background-color: #f3bd1d;
  border-color: transparent;
  box-shadow: none;
}
/* line 178, elements/button.scss */
.button.is-gold.is-inverted {
  background-color: #fff;
  color: #f3bd1d;
}
/* line 182, elements/button.scss */
.button.is-gold.is-inverted:hover {
  background-color: #f2f2f2;
}
/* line 186, elements/button.scss */
.button.is-gold.is-inverted[disabled] {
  background-color: #fff;
  border-color: transparent;
  box-shadow: none;
  color: #f3bd1d;
}
/* line 195, elements/button.scss */
.button.is-gold.is-loading:after {
  border-color: transparent transparent #fff #fff !important;
}
/* line 200, elements/button.scss */
.button.is-gold.is-outlined {
  background-color: transparent;
  border-color: #f3bd1d;
  color: #f3bd1d;
}
/* line 205, elements/button.scss */
.button.is-gold.is-outlined:hover, .button.is-gold.is-outlined:focus {
  background-color: #f3bd1d;
  border-color: #f3bd1d;
  color: #fff;
}
/* line 213, elements/button.scss */
.button.is-gold.is-outlined.is-loading:after {
  border-color: transparent transparent #f3bd1d #f3bd1d !important;
}
/* line 218, elements/button.scss */
.button.is-gold.is-outlined[disabled] {
  background-color: transparent;
  border-color: #f3bd1d;
  box-shadow: none;
  color: #f3bd1d;
}
/* line 226, elements/button.scss */
.button.is-gold.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}
/* line 231, elements/button.scss */
.button.is-gold.is-inverted.is-outlined:hover, .button.is-gold.is-inverted.is-outlined:focus {
  background-color: #fff;
  color: #f3bd1d;
}
/* line 237, elements/button.scss */
.button.is-gold.is-inverted.is-outlined[disabled] {
  background-color: transparent;
  border-color: #fff;
  box-shadow: none;
  color: #fff;
}
/* line 143, elements/button.scss */
.button.is-silver {
  background-color: #b6b6b6;
  border-color: transparent;
  color: #fff;
}
/* line 148, elements/button.scss */
.button.is-silver:hover, .button.is-silver.is-hovered {
  background-color: #b1b2b2;
  border-color: transparent;
  color: #fff;
}
/* line 155, elements/button.scss */
.button.is-silver:focus, .button.is-silver.is-focused {
  border-color: transparent;
  color: #fff;
}
/* line 160, elements/button.scss */
.button.is-silver:focus:not(:active), .button.is-silver.is-focused:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(183, 184, 184, 0.25);
}
/* line 165, elements/button.scss */
.button.is-silver:active, .button.is-silver.is-active {
  background-color: #a2a2a2;
  border-color: transparent;
  color: #fff;
}
/* line 172, elements/button.scss */
.button.is-silver[disabled] {
  background-color: #b6b6b6;
  border-color: transparent;
  box-shadow: none;
}
/* line 178, elements/button.scss */
.button.is-silver.is-inverted {
  background-color: #fff;
  color: #b6b6b6;
}
/* line 182, elements/button.scss */
.button.is-silver.is-inverted:hover {
  background-color: #f2f2f2;
}
/* line 186, elements/button.scss */
.button.is-silver.is-inverted[disabled] {
  background-color: #fff;
  border-color: transparent;
  box-shadow: none;
  color: #b6b6b6;
}
/* line 195, elements/button.scss */
.button.is-silver.is-loading:after {
  border-color: transparent transparent #fff #fff !important;
}
/* line 200, elements/button.scss */
.button.is-silver.is-outlined {
  background-color: transparent;
  border-color: #b6b6b6;
  color: #b6b6b6;
}
/* line 205, elements/button.scss */
.button.is-silver.is-outlined:hover, .button.is-silver.is-outlined:focus {
  background-color: #b6b6b6;
  border-color: #b6b6b6;
  color: #fff;
}
/* line 213, elements/button.scss */
.button.is-silver.is-outlined.is-loading:after {
  border-color: transparent transparent #b6b6b6 #b6b6b6 !important;
}
/* line 218, elements/button.scss */
.button.is-silver.is-outlined[disabled] {
  background-color: transparent;
  border-color: #b6b6b6;
  box-shadow: none;
  color: #b6b6b6;
}
/* line 226, elements/button.scss */
.button.is-silver.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}
/* line 231, elements/button.scss */
.button.is-silver.is-inverted.is-outlined:hover, .button.is-silver.is-inverted.is-outlined:focus {
  background-color: #fff;
  color: #b6b6b6;
}
/* line 237, elements/button.scss */
.button.is-silver.is-inverted.is-outlined[disabled] {
  background-color: transparent;
  border-color: #fff;
  box-shadow: none;
  color: #fff;
}
/* line 143, elements/button.scss */
.button.is-bronze {
  background-color: #e56c37;
  border-color: transparent;
  color: #fff;
}
/* line 148, elements/button.scss */
.button.is-bronze:hover, .button.is-bronze.is-hovered {
  background-color: #ca6031;
  border-color: transparent;
  color: #fff;
}
/* line 155, elements/button.scss */
.button.is-bronze:focus, .button.is-bronze.is-focused {
  border-color: transparent;
  color: #fff;
}
/* line 160, elements/button.scss */
.button.is-bronze:focus:not(:active), .button.is-bronze.is-focused:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(0, 110, 53, 0.25);
}
/* line 165, elements/button.scss */
.button.is-bronze:active, .button.is-bronze.is-active {
  background-color: #ca6031;
  border-color: transparent;
  color: #fff;
}
/* line 172, elements/button.scss */
.button.is-bronze[disabled] {
  background-color: #e56c37;
  border-color: transparent;
  box-shadow: none;
}
/* line 178, elements/button.scss */
.button.is-bronze.is-inverted {
  background-color: #fff;
  color: #e56c37;
}
/* line 182, elements/button.scss */
.button.is-bronze.is-inverted:hover {
  background-color: #f2f2f2;
}
/* line 186, elements/button.scss */
.button.is-bronze.is-inverted[disabled] {
  background-color: #fff;
  border-color: transparent;
  box-shadow: none;
  color: #e56c37;
}
/* line 195, elements/button.scss */
.button.is-bronze.is-loading:after {
  border-color: transparent transparent #fff #fff !important;
}
/* line 200, elements/button.scss */
.button.is-bronze.is-outlined {
  background-color: transparent;
  border-color: #e56c37;
  color: #e56c37;
}
/* line 205, elements/button.scss */
.button.is-bronze.is-outlined:hover, .button.is-bronze.is-outlined:focus {
  background-color: #e56c37;
  border-color: #e56c37;
  color: #fff;
}
/* line 213, elements/button.scss */
.button.is-bronze.is-outlined.is-loading:after {
  border-color: transparent transparent #e56c37 #e56c37 !important;
}
/* line 218, elements/button.scss */
.button.is-bronze.is-outlined[disabled] {
  background-color: transparent;
  border-color: #e56c37;
  box-shadow: none;
  color: #e56c37;
}
/* line 226, elements/button.scss */
.button.is-bronze.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}
/* line 231, elements/button.scss */
.button.is-bronze.is-inverted.is-outlined:hover, .button.is-bronze.is-inverted.is-outlined:focus {
  background-color: #fff;
  color: #e56c37;
}
/* line 237, elements/button.scss */
.button.is-bronze.is-inverted.is-outlined[disabled] {
  background-color: transparent;
  border-color: #fff;
  box-shadow: none;
  color: #fff;
}
/* line 143, elements/button.scss */
.button.is-iron {
  background-color: #9cc813;
  border-color: transparent;
  color: #fff;
}
/* line 148, elements/button.scss */
.button.is-iron:hover, .button.is-iron.is-hovered {
  background-color: #e69000;
  border-color: transparent;
  color: #fff;
}
/* line 155, elements/button.scss */
.button.is-iron:focus, .button.is-iron.is-focused {
  border-color: transparent;
  color: #fff;
}
/* line 160, elements/button.scss */
.button.is-iron:focus:not(:active), .button.is-iron.is-focused:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(243, 152, 0, 0.25);
}
/* line 165, elements/button.scss */
.button.is-iron:active, .button.is-iron.is-active {
  background-color: #87ad11;
  border-color: transparent;
  color: #fff;
}
/* line 172, elements/button.scss */
.button.is-iron[disabled] {
  background-color: #9cc813;
  border-color: transparent;
  box-shadow: none;
}
/* line 178, elements/button.scss */
.button.is-iron.is-inverted {
  background-color: #fff;
  color: #9cc813;
}
/* line 182, elements/button.scss */
.button.is-iron.is-inverted:hover {
  background-color: #f2f2f2;
}
/* line 186, elements/button.scss */
.button.is-iron.is-inverted[disabled] {
  background-color: #fff;
  border-color: transparent;
  box-shadow: none;
  color: #9cc813;
}
/* line 195, elements/button.scss */
.button.is-iron.is-loading:after {
  border-color: transparent transparent #fff #fff !important;
}
/* line 200, elements/button.scss */
.button.is-iron.is-outlined {
  background-color: transparent;
  border-color: #9cc813;
  color: #9cc813;
}
/* line 205, elements/button.scss */
.button.is-iron.is-outlined:hover, .button.is-iron.is-outlined:focus {
  background-color: #9cc813;
  border-color: #9cc813;
  color: #fff;
}
/* line 213, elements/button.scss */
.button.is-iron.is-outlined.is-loading:after {
  border-color: transparent transparent #9cc813 #9cc813 !important;
}
/* line 218, elements/button.scss */
.button.is-iron.is-outlined[disabled] {
  background-color: transparent;
  border-color: #9cc813;
  box-shadow: none;
  color: #9cc813;
}
/* line 226, elements/button.scss */
.button.is-iron.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}
/* line 231, elements/button.scss */
.button.is-iron.is-inverted.is-outlined:hover, .button.is-iron.is-inverted.is-outlined:focus {
  background-color: #fff;
  color: #9cc813;
}
/* line 237, elements/button.scss */
.button.is-iron.is-inverted.is-outlined[disabled] {
  background-color: transparent;
  border-color: #fff;
  box-shadow: none;
  color: #fff;
}
/* line 143, elements/button.scss */
.button.is-lightyellow {
  background-color: #ffff00;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}
/* line 148, elements/button.scss */
.button.is-lightyellow:hover, .button.is-lightyellow.is-hovered {
  background-color: #f2f200;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}
/* line 155, elements/button.scss */
.button.is-lightyellow:focus, .button.is-lightyellow.is-focused {
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}
/* line 160, elements/button.scss */
.button.is-lightyellow:focus:not(:active), .button.is-lightyellow.is-focused:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(255, 255, 0, 0.25);
}
/* line 165, elements/button.scss */
.button.is-lightyellow:active, .button.is-lightyellow.is-active {
  background-color: #e6e600;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}
/* line 172, elements/button.scss */
.button.is-lightyellow[disabled] {
  background-color: #ffff00;
  border-color: transparent;
  box-shadow: none;
}
/* line 178, elements/button.scss */
.button.is-lightyellow.is-inverted {
  background-color: rgba(0, 0, 0, 0.7);
  color: #ffff00;
}
/* line 182, elements/button.scss */
.button.is-lightyellow.is-inverted:hover {
  background-color: rgba(0, 0, 0, 0.7);
}
/* line 186, elements/button.scss */
.button.is-lightyellow.is-inverted[disabled] {
  background-color: rgba(0, 0, 0, 0.7);
  border-color: transparent;
  box-shadow: none;
  color: #ffff00;
}
/* line 195, elements/button.scss */
.button.is-lightyellow.is-loading:after {
  border-color: transparent transparent rgba(0, 0, 0, 0.7) rgba(0, 0, 0, 0.7) !important;
}
/* line 200, elements/button.scss */
.button.is-lightyellow.is-outlined {
  background-color: transparent;
  border-color: #ffff00;
  color: #ffff00;
}
/* line 205, elements/button.scss */
.button.is-lightyellow.is-outlined:hover, .button.is-lightyellow.is-outlined:focus {
  background-color: #ffff00;
  border-color: #ffff00;
  color: rgba(0, 0, 0, 0.7);
}
/* line 213, elements/button.scss */
.button.is-lightyellow.is-outlined.is-loading:after {
  border-color: transparent transparent #ffff00 #ffff00 !important;
}
/* line 218, elements/button.scss */
.button.is-lightyellow.is-outlined[disabled] {
  background-color: transparent;
  border-color: #ffff00;
  box-shadow: none;
  color: #ffff00;
}
/* line 226, elements/button.scss */
.button.is-lightyellow.is-inverted.is-outlined {
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0.7);
  color: rgba(0, 0, 0, 0.7);
}
/* line 231, elements/button.scss */
.button.is-lightyellow.is-inverted.is-outlined:hover, .button.is-lightyellow.is-inverted.is-outlined:focus {
  background-color: rgba(0, 0, 0, 0.7);
  color: #ffff00;
}
/* line 237, elements/button.scss */
.button.is-lightyellow.is-inverted.is-outlined[disabled] {
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0.7);
  box-shadow: none;
  color: rgba(0, 0, 0, 0.7);
}
/* line 143, elements/button.scss */
.button.is-facebook {
  background-color: #3b5998;
  border-color: transparent;
  color: #fff;
}
/* line 148, elements/button.scss */
.button.is-facebook:hover, .button.is-facebook.is-hovered {
  background-color: #37548f;
  border-color: transparent;
  color: #fff;
}
/* line 155, elements/button.scss */
.button.is-facebook:focus, .button.is-facebook.is-focused {
  border-color: transparent;
  color: #fff;
}
/* line 160, elements/button.scss */
.button.is-facebook:focus:not(:active), .button.is-facebook.is-focused:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(59, 89, 152, 0.25);
}
/* line 165, elements/button.scss */
.button.is-facebook:active, .button.is-facebook.is-active {
  background-color: #344e86;
  border-color: transparent;
  color: #fff;
}
/* line 172, elements/button.scss */
.button.is-facebook[disabled] {
  background-color: #3b5998;
  border-color: transparent;
  box-shadow: none;
}
/* line 178, elements/button.scss */
.button.is-facebook.is-inverted {
  background-color: #fff;
  color: #3b5998;
}
/* line 182, elements/button.scss */
.button.is-facebook.is-inverted:hover {
  background-color: #f2f2f2;
}
/* line 186, elements/button.scss */
.button.is-facebook.is-inverted[disabled] {
  background-color: #fff;
  border-color: transparent;
  box-shadow: none;
  color: #3b5998;
}
/* line 195, elements/button.scss */
.button.is-facebook.is-loading:after {
  border-color: transparent transparent #fff #fff !important;
}
/* line 200, elements/button.scss */
.button.is-facebook.is-outlined {
  background-color: transparent;
  border-color: #3b5998;
  color: #3b5998;
}
/* line 205, elements/button.scss */
.button.is-facebook.is-outlined:hover, .button.is-facebook.is-outlined:focus {
  background-color: #3b5998;
  border-color: #3b5998;
  color: #fff;
}
/* line 213, elements/button.scss */
.button.is-facebook.is-outlined.is-loading:after {
  border-color: transparent transparent #3b5998 #3b5998 !important;
}
/* line 218, elements/button.scss */
.button.is-facebook.is-outlined[disabled] {
  background-color: transparent;
  border-color: #3b5998;
  box-shadow: none;
  color: #3b5998;
}
/* line 226, elements/button.scss */
.button.is-facebook.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}
/* line 231, elements/button.scss */
.button.is-facebook.is-inverted.is-outlined:hover, .button.is-facebook.is-inverted.is-outlined:focus {
  background-color: #fff;
  color: #3b5998;
}
/* line 237, elements/button.scss */
.button.is-facebook.is-inverted.is-outlined[disabled] {
  background-color: transparent;
  border-color: #fff;
  box-shadow: none;
  color: #fff;
}
/* line 143, elements/button.scss */
.button.is-twitter {
  background-color: #00aced;
  border-color: transparent;
  color: #fff;
}
/* line 148, elements/button.scss */
.button.is-twitter:hover, .button.is-twitter.is-hovered {
  background-color: #00a3e0;
  border-color: transparent;
  color: #fff;
}
/* line 155, elements/button.scss */
.button.is-twitter:focus, .button.is-twitter.is-focused {
  border-color: transparent;
  color: #fff;
}
/* line 160, elements/button.scss */
.button.is-twitter:focus:not(:active), .button.is-twitter.is-focused:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(0, 172, 237, 0.25);
}
/* line 165, elements/button.scss */
.button.is-twitter:active, .button.is-twitter.is-active {
  background-color: #0099d4;
  border-color: transparent;
  color: #fff;
}
/* line 172, elements/button.scss */
.button.is-twitter[disabled] {
  background-color: #00aced;
  border-color: transparent;
  box-shadow: none;
}
/* line 178, elements/button.scss */
.button.is-twitter.is-inverted {
  background-color: #fff;
  color: #00aced;
}
/* line 182, elements/button.scss */
.button.is-twitter.is-inverted:hover {
  background-color: #f2f2f2;
}
/* line 186, elements/button.scss */
.button.is-twitter.is-inverted[disabled] {
  background-color: #fff;
  border-color: transparent;
  box-shadow: none;
  color: #00aced;
}
/* line 195, elements/button.scss */
.button.is-twitter.is-loading:after {
  border-color: transparent transparent #fff #fff !important;
}
/* line 200, elements/button.scss */
.button.is-twitter.is-outlined {
  background-color: transparent;
  border-color: #00aced;
  color: #00aced;
}
/* line 205, elements/button.scss */
.button.is-twitter.is-outlined:hover, .button.is-twitter.is-outlined:focus {
  background-color: #00aced;
  border-color: #00aced;
  color: #fff;
}
/* line 213, elements/button.scss */
.button.is-twitter.is-outlined.is-loading:after {
  border-color: transparent transparent #00aced #00aced !important;
}
/* line 218, elements/button.scss */
.button.is-twitter.is-outlined[disabled] {
  background-color: transparent;
  border-color: #00aced;
  box-shadow: none;
  color: #00aced;
}
/* line 226, elements/button.scss */
.button.is-twitter.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}
/* line 231, elements/button.scss */
.button.is-twitter.is-inverted.is-outlined:hover, .button.is-twitter.is-inverted.is-outlined:focus {
  background-color: #fff;
  color: #00aced;
}
/* line 237, elements/button.scss */
.button.is-twitter.is-inverted.is-outlined[disabled] {
  background-color: transparent;
  border-color: #fff;
  box-shadow: none;
  color: #fff;
}
/* line 248, elements/button.scss */
.button.is-small {
  border-radius: 2px;
  font-size: 0.75rem;
}
/* line 252, elements/button.scss */
.button.is-medium {
  font-size: 1.25rem;
}
/* line 256, elements/button.scss */
.button.is-large {
  font-size: 1.5rem;
}
/* line 261, elements/button.scss */
.button[disabled] {
  background-color: white;
  border-color: #dbdbdb;
  box-shadow: none;
  opacity: 0.5;
}
/* line 268, elements/button.scss */
.button.is-fullwidth {
  display: flex;
  width: 100%;
}
/* line 273, elements/button.scss */
.button.is-loading {
  color: transparent !important;
  pointer-events: none;
}
/* line 277, elements/button.scss */
.button.is-loading:after {
  animation: spinAround 500ms infinite linear;
  border: 2px solid #dbdbdb;
  border-radius: 290486px;
  border-right-color: transparent;
  border-top-color: transparent;
  content: "";
  display: block;
  height: 1em;
  position: relative;
  width: 1em;
  position: absolute;
  left: calc(50% - (1em / 2));
  top: calc(50% - (1em / 2));
  position: absolute !important;
}
/* line 285, elements/button.scss */
.button.is-static {
  background-color: whitesmoke;
  border-color: #dbdbdb;
  color: #7a7a7a;
  box-shadow: none;
  pointer-events: none;
}

/* line 3, elements/container.scss */
.container {
  margin: 0 auto;
  position: relative;
}
@media screen and (min-width: 1024px) {
  /* line 3, elements/container.scss */
  .container {
    max-width: 960px;
    width: 960px;
  }
  /* line 11, elements/container.scss */
  .container.is-fluid {
    margin-left: 32px;
    margin-right: 32px;
    max-width: none;
    width: auto;
  }
}
@media screen and (max-width: 1215px) {
  /* line 21, elements/container.scss */
  .container.is-widescreen {
    max-width: 1152px;
    width: auto;
  }
}
@media screen and (max-width: 1407px) {
  /* line 29, elements/container.scss */
  .container.is-fullhd {
    max-width: 1344px;
    width: auto;
  }
}
@media screen and (min-width: 1216px) {
  /* line 3, elements/container.scss */
  .container {
    max-width: 1152px;
    width: 1152px;
  }
}
@media screen and (min-width: 1408px) {
  /* line 3, elements/container.scss */
  .container {
    max-width: 1344px;
    width: 1344px;
  }
}

/* line 19, utilities/mixins.scss */
.content:not(:last-child) {
  margin-bottom: 1.5rem;
}
/* line 27, elements/content.scss */
.content li + li {
  margin-top: 0.25em;
}
/* line 39, elements/content.scss */
.content p:not(:last-child),
.content dl:not(:last-child),
.content ol:not(:last-child),
.content ul:not(:last-child),
.content blockquote:not(:last-child),
.content pre:not(:last-child),
.content table:not(:last-child) {
  margin-bottom: 1em;
}
/* line 44, elements/content.scss */
.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6 {
  color: #363636;
  font-weight: 400;
  line-height: 1.125;
}
/* line 55, elements/content.scss */
.content h1 {
  font-size: 2em;
  margin-bottom: 0.5em;
}
/* line 59, elements/content.scss */
.content h1:not(:first-child) {
  margin-top: 1em;
}
/* line 64, elements/content.scss */
.content h2 {
  font-size: 1.75em;
  margin-bottom: 0.5714em;
}
/* line 68, elements/content.scss */
.content h2:not(:first-child) {
  margin-top: 1.1428em;
}
/* line 73, elements/content.scss */
.content h3 {
  font-size: 1.5em;
  margin-bottom: 0.6666em;
}
/* line 77, elements/content.scss */
.content h3:not(:first-child) {
  margin-top: 1.3333em;
}
/* line 82, elements/content.scss */
.content h4 {
  font-size: 1.25em;
  margin-bottom: 0.8em;
}
/* line 87, elements/content.scss */
.content h5 {
  font-size: 1.125em;
  margin-bottom: 0.8888em;
}
/* line 92, elements/content.scss */
.content h6 {
  font-size: 1em;
  margin-bottom: 1em;
}
/* line 97, elements/content.scss */
.content blockquote {
  background-color: whitesmoke;
  border-left: 5px solid #dbdbdb;
  padding: 1.25em 1.5em;
}
/* line 103, elements/content.scss */
.content ol {
  list-style: decimal outside;
  margin-left: 2em;
  margin-top: 1em;
}
/* line 109, elements/content.scss */
.content ul {
  list-style: disc outside;
  margin-left: 2em;
  margin-top: 1em;
}
/* line 114, elements/content.scss */
.content ul ul {
  list-style-type: circle;
  margin-top: 0.5em;
}
/* line 118, elements/content.scss */
.content ul ul ul {
  list-style-type: square;
}
/* line 124, elements/content.scss */
.content dd {
  margin-left: 2em;
}
/* line 128, elements/content.scss */
.content figure {
  margin-left: 2em;
  margin-right: 2em;
  text-align: center;
}
/* line 133, elements/content.scss */
.content figure:not(:first-child) {
  margin-top: 2em;
}
/* line 137, elements/content.scss */
.content figure:not(:last-child) {
  margin-bottom: 2em;
}
/* line 141, elements/content.scss */
.content figure img {
  display: inline-block;
}
/* line 145, elements/content.scss */
.content figure figcaption {
  font-style: italic;
}
/* line 150, elements/content.scss */
.content pre {
  -webkit-overflow-scrolling: touch;
  overflow-x: auto;
  padding: 1.25em 1.5em;
  white-space: pre;
  word-wrap: normal;
}
/* line 159, elements/content.scss */
.content sup,
.content sub {
  font-size: 75%;
}
/* line 164, elements/content.scss */
.content table {
  width: 100%;
}
/* line 167, elements/content.scss */
.content table td,
.content table th {
  border: 1px solid #dbdbdb;
  border-width: 0 0 1px;
  padding: 0.5em 0.75em;
  vertical-align: top;
}
/* line 175, elements/content.scss */
.content table th {
  color: #363636;
  text-align: left;
}
/* line 181, elements/content.scss */
.content table tr:hover {
  background-color: whitesmoke;
}
/* line 187, elements/content.scss */
.content table thead td,
.content table thead th {
  border-width: 0 0 2px;
  color: #363636;
}
/* line 195, elements/content.scss */
.content table tfoot td,
.content table tfoot th {
  border-width: 2px 0 0;
  color: #363636;
}
/* line 205, elements/content.scss */
.content table tbody tr:last-child td,
.content table tbody tr:last-child th {
  border-bottom-width: 0;
}
/* line 215, elements/content.scss */
.content.is-small {
  font-size: 0.75rem;
}
/* line 219, elements/content.scss */
.content.is-medium {
  font-size: 1.25rem;
}
/* line 223, elements/content.scss */
.content.is-large {
  font-size: 1.5rem;
}

/* line 82, elements/form.scss */
.input,
.textarea {
  -moz-appearance: none;
  -webkit-appearance: none;
  align-items: center;
  border: 1px solid transparent;
  border-radius: 3px;
  box-shadow: none;
  display: inline-flex;
  font-size: 1rem;
  height: 2.25em;
  justify-content: flex-start;
  line-height: 1.5;
  padding-bottom: calc(0.375em - 1px);
  padding-left: calc(0.625em - 1px);
  padding-right: calc(0.625em - 1px);
  padding-top: calc(0.375em - 1px);
  position: relative;
  vertical-align: top;
  background-color: white;
  border-color: #dbdbdb;
  color: #363636;
  box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
  max-width: 100%;
  width: 100%;
}
/* line 29, utilities/controls.scss */
.input:focus, .input.is-focused, .input:active, .input.is-active,
.textarea:focus,
.textarea.is-focused,
.textarea:active,
.textarea.is-active {
  outline: none;
}
/* line 36, utilities/controls.scss */
.input[disabled],
.textarea[disabled] {
  cursor: not-allowed;
}
/* line 225, utilities/mixins.scss */
.input::-moz-placeholder,
.textarea::-moz-placeholder {
  color: rgba(54, 54, 54, 0.3);
}
/* line 225, utilities/mixins.scss */
.input::-webkit-input-placeholder,
.textarea::-webkit-input-placeholder {
  color: rgba(54, 54, 54, 0.3);
}
/* line 225, utilities/mixins.scss */
.input:-moz-placeholder,
.textarea:-moz-placeholder {
  color: rgba(54, 54, 54, 0.3);
}
/* line 225, utilities/mixins.scss */
.input:-ms-input-placeholder,
.textarea:-ms-input-placeholder {
  color: rgba(54, 54, 54, 0.3);
}
/* line 57, elements/form.scss */
.input:hover, .input.is-hovered,
.textarea:hover,
.textarea.is-hovered {
  border-color: #b5b5b5;
}
/* line 62, elements/form.scss */
.input:focus, .input.is-focused, .input:active, .input.is-active,
.textarea:focus,
.textarea.is-focused,
.textarea:active,
.textarea.is-active {
  border-color: #357cd6;
  box-shadow: 0 0 0 0.125em rgba(52, 69, 116, 0.25);
}
/* line 70, elements/form.scss */
.input[disabled],
.textarea[disabled] {
  background-color: whitesmoke;
  border-color: whitesmoke;
  box-shadow: none;
  color: #7a7a7a;
}
/* line 225, utilities/mixins.scss */
.input[disabled]::-moz-placeholder,
.textarea[disabled]::-moz-placeholder {
  color: rgba(122, 122, 122, 0.3);
}
/* line 225, utilities/mixins.scss */
.input[disabled]::-webkit-input-placeholder,
.textarea[disabled]::-webkit-input-placeholder {
  color: rgba(122, 122, 122, 0.3);
}
/* line 225, utilities/mixins.scss */
.input[disabled]:-moz-placeholder,
.textarea[disabled]:-moz-placeholder {
  color: rgba(122, 122, 122, 0.3);
}
/* line 225, utilities/mixins.scss */
.input[disabled]:-ms-input-placeholder,
.textarea[disabled]:-ms-input-placeholder {
  color: rgba(122, 122, 122, 0.3);
}
/* line 90, elements/form.scss */
.input[type="search"],
.textarea[type="search"] {
  border-radius: 290486px;
}
/* line 94, elements/form.scss */
.input[readonly],
.textarea[readonly] {
  box-shadow: none;
}
/* line 102, elements/form.scss */
.input.is-white,
.textarea.is-white {
  border-color: white;
}
/* line 105, elements/form.scss */
.input.is-white:focus, .input.is-white.is-focused, .input.is-white:active, .input.is-white.is-active,
.textarea.is-white:focus,
.textarea.is-white.is-focused,
.textarea.is-white:active,
.textarea.is-white.is-active {
  box-shadow: 0 0 0 0.125em rgba(255, 255, 255, 0.25);
}
/* line 102, elements/form.scss */
.input.is-black,
.textarea.is-black {
  border-color: #0a0a0a;
}
/* line 105, elements/form.scss */
.input.is-black:focus, .input.is-black.is-focused, .input.is-black:active, .input.is-black.is-active,
.textarea.is-black:focus,
.textarea.is-black.is-focused,
.textarea.is-black:active,
.textarea.is-black.is-active {
  box-shadow: 0 0 0 0.125em rgba(10, 10, 10, 0.25);
}
/* line 102, elements/form.scss */
.input.is-light,
.textarea.is-light {
  border-color: whitesmoke;
}
/* line 105, elements/form.scss */
.input.is-light:focus, .input.is-light.is-focused, .input.is-light:active, .input.is-light.is-active,
.textarea.is-light:focus,
.textarea.is-light.is-focused,
.textarea.is-light:active,
.textarea.is-light.is-active {
  box-shadow: 0 0 0 0.125em rgba(245, 245, 245, 0.25);
}
/* line 102, elements/form.scss */
.input.is-dark,
.textarea.is-dark {
  border-color: #363636;
}
/* line 105, elements/form.scss */
.input.is-dark:focus, .input.is-dark.is-focused, .input.is-dark:active, .input.is-dark.is-active,
.textarea.is-dark:focus,
.textarea.is-dark.is-focused,
.textarea.is-dark:active,
.textarea.is-dark.is-active {
  box-shadow: 0 0 0 0.125em rgba(54, 54, 54, 0.25);
}
/* line 102, elements/form.scss */
.input.is-primary,
.textarea.is-primary {
  border-color: #d51518;
}
/* line 105, elements/form.scss */
.input.is-primary:focus, .input.is-primary.is-focused, .input.is-primary:active, .input.is-primary.is-active,
.textarea.is-primary:focus,
.textarea.is-primary.is-focused,
.textarea.is-primary:active,
.textarea.is-primary.is-active {
  box-shadow: 0 0 0 0.125em rgba(213, 21, 24, 0.25);
}
/* line 102, elements/form.scss */
.input.is-link,
.textarea.is-link {
  border-color: #357cd6;
}
/* line 105, elements/form.scss */
.input.is-link:focus, .input.is-link.is-focused, .input.is-link:active, .input.is-link.is-active,
.textarea.is-link:focus,
.textarea.is-link.is-focused,
.textarea.is-link:active,
.textarea.is-link.is-active {
  box-shadow: 0 0 0 0.125em rgba(52, 69, 116, 0.25);
}
/* line 102, elements/form.scss */
.input.is-info,
.textarea.is-info {
  border-color: #1d409f;
}
/* line 105, elements/form.scss */
.input.is-info:focus, .input.is-info.is-focused, .input.is-info:active, .input.is-info.is-active,
.textarea.is-info:focus,
.textarea.is-info.is-focused,
.textarea.is-info:active,
.textarea.is-info.is-active {
  box-shadow: 0 0 0 0.125em rgba(29, 64, 159, 0.25);
}
/* line 102, elements/form.scss */
.input.is-success,
.textarea.is-success {
  border-color: #4eb63a;
}
/* line 105, elements/form.scss */
.input.is-success:focus, .input.is-success.is-focused, .input.is-success:active, .input.is-success.is-active,
.textarea.is-success:focus,
.textarea.is-success.is-focused,
.textarea.is-success:active,
.textarea.is-success.is-active {
  box-shadow: 0 0 0 0.125em rgba(78, 182, 58, 0.25);
}
/* line 102, elements/form.scss */
.input.is-warning,
.textarea.is-warning {
  border-color: #fcc41d;
}
/* line 105, elements/form.scss */
.input.is-warning:focus, .input.is-warning.is-focused, .input.is-warning:active, .input.is-warning.is-active,
.textarea.is-warning:focus,
.textarea.is-warning.is-focused,
.textarea.is-warning:active,
.textarea.is-warning.is-active {
  box-shadow: 0 0 0 0.125em rgba(252, 196, 29, 0.25);
}
/* line 102, elements/form.scss */
.input.is-danger,
.textarea.is-danger {
  border-color: #ff3860;
}
/* line 105, elements/form.scss */
.input.is-danger:focus, .input.is-danger.is-focused, .input.is-danger:active, .input.is-danger.is-active,
.textarea.is-danger:focus,
.textarea.is-danger.is-focused,
.textarea.is-danger:active,
.textarea.is-danger.is-active {
  box-shadow: 0 0 0 0.125em rgba(255, 56, 96, 0.25);
}
/* line 102, elements/form.scss */
.input.is-platinum,
.textarea.is-platinum {
  border-color: #ca0e40;
}
/* line 105, elements/form.scss */
.input.is-platinum:focus, .input.is-platinum.is-focused, .input.is-platinum:active, .input.is-platinum.is-active,
.textarea.is-platinum:focus,
.textarea.is-platinum.is-focused,
.textarea.is-platinum:active,
.textarea.is-platinum.is-active {
  box-shadow: 0 0 0 0.125em rgba(146, 7, 131, 0.25);
}
/* line 102, elements/form.scss */
.input.is-gold,
.textarea.is-gold {
  border-color: #f3bd1d;
}
/* line 105, elements/form.scss */
.input.is-gold:focus, .input.is-gold.is-focused, .input.is-gold:active, .input.is-gold.is-active,
.textarea.is-gold:focus,
.textarea.is-gold.is-focused,
.textarea.is-gold:active,
.textarea.is-gold.is-active {
  box-shadow: 0 0 0 0.125em rgba(204, 176, 40, 0.25);
}
/* line 102, elements/form.scss */
.input.is-silver,
.textarea.is-silver {
  border-color: #b6b6b6;
}
/* line 105, elements/form.scss */
.input.is-silver:focus, .input.is-silver.is-focused, .input.is-silver:active, .input.is-silver.is-active,
.textarea.is-silver:focus,
.textarea.is-silver.is-focused,
.textarea.is-silver:active,
.textarea.is-silver.is-active {
  box-shadow: 0 0 0 0.125em rgba(183, 184, 184, 0.25);
}
/* line 102, elements/form.scss */
.input.is-bronze,
.textarea.is-bronze {
  border-color: #e56c37;
}
/* line 105, elements/form.scss */
.input.is-bronze:focus, .input.is-bronze.is-focused, .input.is-bronze:active, .input.is-bronze.is-active,
.textarea.is-bronze:focus,
.textarea.is-bronze.is-focused,
.textarea.is-bronze:active,
.textarea.is-bronze.is-active {
  box-shadow: 0 0 0 0.125em rgba(0, 110, 53, 0.25);
}
/* line 102, elements/form.scss */
.input.is-iron,
.textarea.is-iron {
  border-color: #9cc813;
}
/* line 105, elements/form.scss */
.input.is-iron:focus, .input.is-iron.is-focused, .input.is-iron:active, .input.is-iron.is-active,
.textarea.is-iron:focus,
.textarea.is-iron.is-focused,
.textarea.is-iron:active,
.textarea.is-iron.is-active {
  box-shadow: 0 0 0 0.125em rgba(243, 152, 0, 0.25);
}
/* line 102, elements/form.scss */
.input.is-lightyellow,
.textarea.is-lightyellow {
  border-color: #ffff00;
}
/* line 105, elements/form.scss */
.input.is-lightyellow:focus, .input.is-lightyellow.is-focused, .input.is-lightyellow:active, .input.is-lightyellow.is-active,
.textarea.is-lightyellow:focus,
.textarea.is-lightyellow.is-focused,
.textarea.is-lightyellow:active,
.textarea.is-lightyellow.is-active {
  box-shadow: 0 0 0 0.125em rgba(255, 255, 0, 0.25);
}
/* line 102, elements/form.scss */
.input.is-facebook,
.textarea.is-facebook {
  border-color: #3b5998;
}
/* line 105, elements/form.scss */
.input.is-facebook:focus, .input.is-facebook.is-focused, .input.is-facebook:active, .input.is-facebook.is-active,
.textarea.is-facebook:focus,
.textarea.is-facebook.is-focused,
.textarea.is-facebook:active,
.textarea.is-facebook.is-active {
  box-shadow: 0 0 0 0.125em rgba(59, 89, 152, 0.25);
}
/* line 102, elements/form.scss */
.input.is-twitter,
.textarea.is-twitter {
  border-color: #00aced;
}
/* line 105, elements/form.scss */
.input.is-twitter:focus, .input.is-twitter.is-focused, .input.is-twitter:active, .input.is-twitter.is-active,
.textarea.is-twitter:focus,
.textarea.is-twitter.is-focused,
.textarea.is-twitter:active,
.textarea.is-twitter.is-active {
  box-shadow: 0 0 0 0.125em rgba(0, 172, 237, 0.25);
}
/* line 115, elements/form.scss */
.input.is-small,
.textarea.is-small {
  border-radius: 2px;
  font-size: 0.75rem;
}
/* line 119, elements/form.scss */
.input.is-medium,
.textarea.is-medium {
  font-size: 1.25rem;
}
/* line 123, elements/form.scss */
.input.is-large,
.textarea.is-large {
  font-size: 1.5rem;
}
/* line 128, elements/form.scss */
.input.is-fullwidth,
.textarea.is-fullwidth {
  display: block;
  width: 100%;
}
/* line 133, elements/form.scss */
.input.is-inline,
.textarea.is-inline {
  display: inline;
  width: auto;
}

/* line 140, elements/form.scss */
.input.is-static {
  background-color: transparent;
  border-color: transparent;
  box-shadow: none;
  padding-left: 0;
  padding-right: 0;
}

/* line 149, elements/form.scss */
.textarea {
  display: block;
  max-width: 100%;
  min-width: 100%;
  padding: 0.625em;
  resize: vertical;
}
/* line 156, elements/form.scss */
.textarea:not([rows]) {
  max-height: 600px;
  min-height: 120px;
}
/* line 161, elements/form.scss */
.textarea[rows] {
  height: unset;
}
/* line 166, elements/form.scss */
.textarea.has-fixed-size {
  resize: none;
}

/* line 171, elements/form.scss */
.checkbox,
.radio {
  cursor: pointer;
  display: inline-block;
  line-height: 1.25;
  position: relative;
}
/* line 178, elements/form.scss */
.checkbox input,
.radio input {
  cursor: pointer;
}
/* line 182, elements/form.scss */
.checkbox:hover,
.radio:hover {
  color: #363636;
}
/* line 186, elements/form.scss */
.checkbox[disabled],
.radio[disabled] {
  color: #7a7a7a;
  cursor: not-allowed;
}

/* line 193, elements/form.scss */
.radio + .radio {
  margin-left: 0.5em;
}

/* line 198, elements/form.scss */
.select {
  display: inline-block;
  max-width: 100%;
  position: relative;
  vertical-align: top;
}
/* line 204, elements/form.scss */
.select:not(.is-multiple) {
  height: 2.25em;
}
/* line 207, elements/form.scss */
.select:not(.is-multiple)::after {
  border: 1px solid #357cd6;
  border-right: 0;
  border-top: 0;
  content: " ";
  display: block;
  height: 0.5em;
  pointer-events: none;
  position: absolute;
  transform: rotate(-45deg);
  width: 0.5em;
  margin-top: -0.375em;
  right: 1.125em;
  top: 50%;
  z-index: 4;
}
/* line 217, elements/form.scss */
.select select {
  -moz-appearance: none;
  -webkit-appearance: none;
  align-items: center;
  border: 1px solid transparent;
  border-radius: 3px;
  box-shadow: none;
  display: inline-flex;
  font-size: 1rem;
  height: 2.25em;
  justify-content: flex-start;
  line-height: 1.5;
  padding-bottom: calc(0.375em - 1px);
  padding-left: calc(0.625em - 1px);
  padding-right: calc(0.625em - 1px);
  padding-top: calc(0.375em - 1px);
  position: relative;
  vertical-align: top;
  background-color: white;
  border-color: #dbdbdb;
  color: #363636;
  cursor: pointer;
  display: block;
  font-size: 1em;
  max-width: 100%;
  outline: none;
}
/* line 29, utilities/controls.scss */
.select select:focus, .select select.is-focused, .select select:active, .select select.is-active {
  outline: none;
}
/* line 36, utilities/controls.scss */
.select select[disabled] {
  cursor: not-allowed;
}
/* line 225, utilities/mixins.scss */
.select select::-moz-placeholder {
  color: rgba(54, 54, 54, 0.3);
}
/* line 225, utilities/mixins.scss */
.select select::-webkit-input-placeholder {
  color: rgba(54, 54, 54, 0.3);
}
/* line 225, utilities/mixins.scss */
.select select:-moz-placeholder {
  color: rgba(54, 54, 54, 0.3);
}
/* line 225, utilities/mixins.scss */
.select select:-ms-input-placeholder {
  color: rgba(54, 54, 54, 0.3);
}
/* line 57, elements/form.scss */
.select select:hover, .select select.is-hovered {
  border-color: #b5b5b5;
}
/* line 62, elements/form.scss */
.select select:focus, .select select.is-focused, .select select:active, .select select.is-active {
  border-color: #357cd6;
  box-shadow: 0 0 0 0.125em rgba(52, 69, 116, 0.25);
}
/* line 70, elements/form.scss */
.select select[disabled] {
  background-color: whitesmoke;
  border-color: whitesmoke;
  box-shadow: none;
  color: #7a7a7a;
}
/* line 225, utilities/mixins.scss */
.select select[disabled]::-moz-placeholder {
  color: rgba(122, 122, 122, 0.3);
}
/* line 225, utilities/mixins.scss */
.select select[disabled]::-webkit-input-placeholder {
  color: rgba(122, 122, 122, 0.3);
}
/* line 225, utilities/mixins.scss */
.select select[disabled]:-moz-placeholder {
  color: rgba(122, 122, 122, 0.3);
}
/* line 225, utilities/mixins.scss */
.select select[disabled]:-ms-input-placeholder {
  color: rgba(122, 122, 122, 0.3);
}
/* line 226, elements/form.scss */
.select select::-ms-expand {
  display: none;
}
/* line 230, elements/form.scss */
.select select[disabled]:hover {
  border-color: whitesmoke;
}
/* line 234, elements/form.scss */
.select select:not([multiple]) {
  padding-right: 2.5em;
}
/* line 238, elements/form.scss */
.select select[multiple] {
  height: unset;
  padding: 0;
}
/* line 242, elements/form.scss */
.select select[multiple] option {
  padding: 0.5em 1em;
}
/* line 250, elements/form.scss */
.select:hover::after {
  border-color: #363636;
}
/* line 259, elements/form.scss */
.select.is-white select {
  border-color: white;
}
/* line 262, elements/form.scss */
.select.is-white select:focus, .select.is-white select.is-focused, .select.is-white select:active, .select.is-white select.is-active {
  box-shadow: 0 0 0 0.125em rgba(255, 255, 255, 0.25);
}
/* line 259, elements/form.scss */
.select.is-black select {
  border-color: #0a0a0a;
}
/* line 262, elements/form.scss */
.select.is-black select:focus, .select.is-black select.is-focused, .select.is-black select:active, .select.is-black select.is-active {
  box-shadow: 0 0 0 0.125em rgba(10, 10, 10, 0.25);
}
/* line 259, elements/form.scss */
.select.is-light select {
  border-color: whitesmoke;
}
/* line 262, elements/form.scss */
.select.is-light select:focus, .select.is-light select.is-focused, .select.is-light select:active, .select.is-light select.is-active {
  box-shadow: 0 0 0 0.125em rgba(245, 245, 245, 0.25);
}
/* line 259, elements/form.scss */
.select.is-dark select {
  border-color: #363636;
}
/* line 262, elements/form.scss */
.select.is-dark select:focus, .select.is-dark select.is-focused, .select.is-dark select:active, .select.is-dark select.is-active {
  box-shadow: 0 0 0 0.125em rgba(54, 54, 54, 0.25);
}
/* line 259, elements/form.scss */
.select.is-primary select {
  border-color: #d51518;
}
/* line 262, elements/form.scss */
.select.is-primary select:focus, .select.is-primary select.is-focused, .select.is-primary select:active, .select.is-primary select.is-active {
  box-shadow: 0 0 0 0.125em rgba(213, 21, 24, 0.25);
}
/* line 259, elements/form.scss */
.select.is-link select {
  border-color: #357cd6;
}
/* line 262, elements/form.scss */
.select.is-link select:focus, .select.is-link select.is-focused, .select.is-link select:active, .select.is-link select.is-active {
  box-shadow: 0 0 0 0.125em rgba(52, 69, 116, 0.25);
}
/* line 259, elements/form.scss */
.select.is-info select {
  border-color: #1d409f;
}
/* line 262, elements/form.scss */
.select.is-info select:focus, .select.is-info select.is-focused, .select.is-info select:active, .select.is-info select.is-active {
  box-shadow: 0 0 0 0.125em rgba(29, 64, 159, 0.25);
}
/* line 259, elements/form.scss */
.select.is-success select {
  border-color: #4eb63a;
}
/* line 262, elements/form.scss */
.select.is-success select:focus, .select.is-success select.is-focused, .select.is-success select:active, .select.is-success select.is-active {
  box-shadow: 0 0 0 0.125em rgba(78, 182, 58, 0.25);
}
/* line 259, elements/form.scss */
.select.is-warning select {
  border-color: #fcc41d;
}
/* line 262, elements/form.scss */
.select.is-warning select:focus, .select.is-warning select.is-focused, .select.is-warning select:active, .select.is-warning select.is-active {
  box-shadow: 0 0 0 0.125em rgba(252, 196, 29, 0.25);
}
/* line 259, elements/form.scss */
.select.is-danger select {
  border-color: #ff3860;
}
/* line 262, elements/form.scss */
.select.is-danger select:focus, .select.is-danger select.is-focused, .select.is-danger select:active, .select.is-danger select.is-active {
  box-shadow: 0 0 0 0.125em rgba(255, 56, 96, 0.25);
}
/* line 259, elements/form.scss */
.select.is-platinum select {
  border-color: #ca0e40;
}
/* line 262, elements/form.scss */
.select.is-platinum select:focus, .select.is-platinum select.is-focused, .select.is-platinum select:active, .select.is-platinum select.is-active {
  box-shadow: 0 0 0 0.125em rgba(146, 7, 131, 0.25);
}
/* line 259, elements/form.scss */
.select.is-gold select {
  border-color: #f3bd1d;
}
/* line 262, elements/form.scss */
.select.is-gold select:focus, .select.is-gold select.is-focused, .select.is-gold select:active, .select.is-gold select.is-active {
  box-shadow: 0 0 0 0.125em rgba(204, 176, 40, 0.25);
}
/* line 259, elements/form.scss */
.select.is-silver select {
  border-color: #b6b6b6;
}
/* line 262, elements/form.scss */
.select.is-silver select:focus, .select.is-silver select.is-focused, .select.is-silver select:active, .select.is-silver select.is-active {
  box-shadow: 0 0 0 0.125em rgba(183, 184, 184, 0.25);
}
/* line 259, elements/form.scss */
.select.is-bronze select {
  border-color: #e56c37;
}
/* line 262, elements/form.scss */
.select.is-bronze select:focus, .select.is-bronze select.is-focused, .select.is-bronze select:active, .select.is-bronze select.is-active {
  box-shadow: 0 0 0 0.125em rgba(0, 110, 53, 0.25);
}
/* line 259, elements/form.scss */
.select.is-iron select {
  border-color: #9cc813;
}
/* line 262, elements/form.scss */
.select.is-iron select:focus, .select.is-iron select.is-focused, .select.is-iron select:active, .select.is-iron select.is-active {
  box-shadow: 0 0 0 0.125em rgba(243, 152, 0, 0.25);
}
/* line 259, elements/form.scss */
.select.is-lightyellow select {
  border-color: #ffff00;
}
/* line 262, elements/form.scss */
.select.is-lightyellow select:focus, .select.is-lightyellow select.is-focused, .select.is-lightyellow select:active, .select.is-lightyellow select.is-active {
  box-shadow: 0 0 0 0.125em rgba(255, 255, 0, 0.25);
}
/* line 259, elements/form.scss */
.select.is-facebook select {
  border-color: #3b5998;
}
/* line 262, elements/form.scss */
.select.is-facebook select:focus, .select.is-facebook select.is-focused, .select.is-facebook select:active, .select.is-facebook select.is-active {
  box-shadow: 0 0 0 0.125em rgba(59, 89, 152, 0.25);
}
/* line 259, elements/form.scss */
.select.is-twitter select {
  border-color: #00aced;
}
/* line 262, elements/form.scss */
.select.is-twitter select:focus, .select.is-twitter select.is-focused, .select.is-twitter select:active, .select.is-twitter select.is-active {
  box-shadow: 0 0 0 0.125em rgba(0, 172, 237, 0.25);
}
/* line 272, elements/form.scss */
.select.is-small {
  border-radius: 2px;
  font-size: 0.75rem;
}
/* line 276, elements/form.scss */
.select.is-medium {
  font-size: 1.25rem;
}
/* line 280, elements/form.scss */
.select.is-large {
  font-size: 1.5rem;
}
/* line 286, elements/form.scss */
.select.is-disabled::after {
  border-color: #7a7a7a;
}
/* line 291, elements/form.scss */
.select.is-fullwidth {
  width: 100%;
}
/* line 294, elements/form.scss */
.select.is-fullwidth select {
  width: 100%;
}
/* line 300, elements/form.scss */
.select.is-loading::after {
  animation: spinAround 500ms infinite linear;
  border: 2px solid #dbdbdb;
  border-radius: 290486px;
  border-right-color: transparent;
  border-top-color: transparent;
  content: "";
  display: block;
  height: 1em;
  position: relative;
  width: 1em;
  margin-top: 0;
  position: absolute;
  right: 0.625em;
  top: 0.625em;
  transform: none;
}
/* line 310, elements/form.scss */
.select.is-loading.is-small:after {
  font-size: 0.75rem;
}
/* line 314, elements/form.scss */
.select.is-loading.is-medium:after {
  font-size: 1.25rem;
}
/* line 318, elements/form.scss */
.select.is-loading.is-large:after {
  font-size: 1.5rem;
}

/* line 324, elements/form.scss */
.file {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  align-items: stretch;
  display: flex;
  justify-content: flex-start;
  position: relative;
}
/* line 338, elements/form.scss */
.file.is-white .file-cta {
  background-color: white;
  border-color: transparent;
  color: #0a0a0a;
}
/* line 346, elements/form.scss */
.file.is-white:hover .file-cta, .file.is-white.is-hovered .file-cta {
  background-color: #f9f9f9;
  border-color: transparent;
  color: #0a0a0a;
}
/* line 355, elements/form.scss */
.file.is-white:focus .file-cta, .file.is-white.is-focused .file-cta {
  border-color: transparent;
  box-shadow: 0 0 0.5em rgba(255, 255, 255, 0.25);
  color: #0a0a0a;
}
/* line 364, elements/form.scss */
.file.is-white:active .file-cta, .file.is-white.is-active .file-cta {
  background-color: #f2f2f2;
  border-color: transparent;
  color: #0a0a0a;
}
/* line 338, elements/form.scss */
.file.is-black .file-cta {
  background-color: #0a0a0a;
  border-color: transparent;
  color: white;
}
/* line 346, elements/form.scss */
.file.is-black:hover .file-cta, .file.is-black.is-hovered .file-cta {
  background-color: #040404;
  border-color: transparent;
  color: white;
}
/* line 355, elements/form.scss */
.file.is-black:focus .file-cta, .file.is-black.is-focused .file-cta {
  border-color: transparent;
  box-shadow: 0 0 0.5em rgba(10, 10, 10, 0.25);
  color: white;
}
/* line 364, elements/form.scss */
.file.is-black:active .file-cta, .file.is-black.is-active .file-cta {
  background-color: black;
  border-color: transparent;
  color: white;
}
/* line 338, elements/form.scss */
.file.is-light .file-cta {
  background-color: whitesmoke;
  border-color: transparent;
  color: #363636;
}
/* line 346, elements/form.scss */
.file.is-light:hover .file-cta, .file.is-light.is-hovered .file-cta {
  background-color: #eeeeee;
  border-color: transparent;
  color: #363636;
}
/* line 355, elements/form.scss */
.file.is-light:focus .file-cta, .file.is-light.is-focused .file-cta {
  border-color: transparent;
  box-shadow: 0 0 0.5em rgba(245, 245, 245, 0.25);
  color: #363636;
}
/* line 364, elements/form.scss */
.file.is-light:active .file-cta, .file.is-light.is-active .file-cta {
  background-color: #e8e8e8;
  border-color: transparent;
  color: #363636;
}
/* line 338, elements/form.scss */
.file.is-dark .file-cta {
  background-color: #363636;
  border-color: transparent;
  color: whitesmoke;
}
/* line 346, elements/form.scss */
.file.is-dark:hover .file-cta, .file.is-dark.is-hovered .file-cta {
  background-color: #2f2f2f;
  border-color: transparent;
  color: whitesmoke;
}
/* line 355, elements/form.scss */
.file.is-dark:focus .file-cta, .file.is-dark.is-focused .file-cta {
  border-color: transparent;
  box-shadow: 0 0 0.5em rgba(54, 54, 54, 0.25);
  color: whitesmoke;
}
/* line 364, elements/form.scss */
.file.is-dark:active .file-cta, .file.is-dark.is-active .file-cta {
  background-color: #292929;
  border-color: transparent;
  color: whitesmoke;
}
/* line 338, elements/form.scss */
.file.is-primary .file-cta {
  background-color: #d51518;
  border-color: transparent;
  color: #fff;
}
/* line 346, elements/form.scss */
.file.is-primary:hover .file-cta, .file.is-primary.is-hovered .file-cta {
  background-color: #ca1417;
  border-color: transparent;
  color: #fff;
}
/* line 355, elements/form.scss */
.file.is-primary:focus .file-cta, .file.is-primary.is-focused .file-cta {
  border-color: transparent;
  box-shadow: 0 0 0.5em rgba(213, 21, 24, 0.25);
  color: #fff;
}
/* line 364, elements/form.scss */
.file.is-primary:active .file-cta, .file.is-primary.is-active .file-cta {
  background-color: #be1316;
  border-color: transparent;
  color: #fff;
}
/* line 338, elements/form.scss */
.file.is-link .file-cta {
  background-color: #357cd6;
  border-color: transparent;
  color: #fff;
}
/* line 346, elements/form.scss */
.file.is-link:hover .file-cta, .file.is-link.is-hovered .file-cta {
  background-color: #2f6dbb;
  border-color: transparent;
  color: #fff;
}
/* line 355, elements/form.scss */
.file.is-link:focus .file-cta, .file.is-link.is-focused .file-cta {
  border-color: transparent;
  box-shadow: 0 0 0.5em rgba(52, 69, 116, 0.25);
  color: #fff;
}
/* line 364, elements/form.scss */
.file.is-link:active .file-cta, .file.is-link.is-active .file-cta {
  background-color: #357cd6;
  border-color: transparent;
  color: #fff;
}
/* line 338, elements/form.scss */
.file.is-info .file-cta {
  background-color: #1d409f;
  border-color: transparent;
  color: #fff;
}
/* line 346, elements/form.scss */
.file.is-info:hover .file-cta, .file.is-info.is-hovered .file-cta {
  background-color: #1b3c95;
  border-color: transparent;
  color: #fff;
}
/* line 355, elements/form.scss */
.file.is-info:focus .file-cta, .file.is-info.is-focused .file-cta {
  border-color: transparent;
  box-shadow: 0 0 0.5em rgba(29, 64, 159, 0.25);
  color: #fff;
}
/* line 364, elements/form.scss */
.file.is-info:active .file-cta, .file.is-info.is-active .file-cta {
  background-color: #19378a;
  border-color: transparent;
  color: #fff;
}
/* line 338, elements/form.scss */
.file.is-success .file-cta {
  background-color: #4eb63a;
  border-color: transparent;
  color: #fff;
}
/* line 346, elements/form.scss */
.file.is-success:hover .file-cta, .file.is-success.is-hovered .file-cta {
  background-color: #4aac36;
  border-color: transparent;
  color: #fff;
}
/* line 355, elements/form.scss */
.file.is-success:focus .file-cta, .file.is-success.is-focused .file-cta {
  border-color: transparent;
  box-shadow: 0 0 0.5em rgba(78, 182, 58, 0.25);
  color: #fff;
}
/* line 364, elements/form.scss */
.file.is-success:active .file-cta, .file.is-success.is-active .file-cta {
  background-color: #46a333;
  border-color: transparent;
  color: #fff;
}
/* line 338, elements/form.scss */
.file.is-warning .file-cta {
  background-color: #fcc41d;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}
/* line 346, elements/form.scss */
.file.is-warning:hover .file-cta, .file.is-warning.is-hovered .file-cta {
  background-color: #fbc110;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}
/* line 355, elements/form.scss */
.file.is-warning:focus .file-cta, .file.is-warning.is-focused .file-cta {
  border-color: transparent;
  box-shadow: 0 0 0.5em rgba(252, 196, 29, 0.25);
  color: rgba(0, 0, 0, 0.7);
}
/* line 364, elements/form.scss */
.file.is-warning:active .file-cta, .file.is-warning.is-active .file-cta {
  background-color: #fbbd04;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}
/* line 338, elements/form.scss */
.file.is-danger .file-cta {
  background-color: #ff3860;
  border-color: transparent;
  color: #fff;
}
/* line 346, elements/form.scss */
.file.is-danger:hover .file-cta, .file.is-danger.is-hovered .file-cta {
  background-color: #ff2b56;
  border-color: transparent;
  color: #fff;
}
/* line 355, elements/form.scss */
.file.is-danger:focus .file-cta, .file.is-danger.is-focused .file-cta {
  border-color: transparent;
  box-shadow: 0 0 0.5em rgba(255, 56, 96, 0.25);
  color: #fff;
}
/* line 364, elements/form.scss */
.file.is-danger:active .file-cta, .file.is-danger.is-active .file-cta {
  background-color: #ff1f4b;
  border-color: transparent;
  color: #fff;
}
/* line 338, elements/form.scss */
.file.is-platinum .file-cta {
  background-color: #ca0e40;
  border-color: transparent;
  color: #fff;
}
/* line 346, elements/form.scss */
.file.is-platinum:hover .file-cta, .file.is-platinum.is-hovered .file-cta {
  background-color: #860678;
  border-color: transparent;
  color: #fff;
}
/* line 355, elements/form.scss */
.file.is-platinum:focus .file-cta, .file.is-platinum.is-focused .file-cta {
  border-color: transparent;
  box-shadow: 0 0 0.5em rgba(146, 7, 131, 0.25);
  color: #fff;
}
/* line 364, elements/form.scss */
.file.is-platinum:active .file-cta, .file.is-platinum.is-active .file-cta {
  background-color: #a90d36;
  border-color: transparent;
  color: #fff;
}
/* line 338, elements/form.scss */
.file.is-gold .file-cta {
  background-color: #f3bd1d;
  border-color: transparent;
  color: #fff;
}
/* line 346, elements/form.scss */
.file.is-gold:hover .file-cta, .file.is-gold.is-hovered .file-cta {
  background-color: #c1a726;
  border-color: transparent;
  color: #fff;
}
/* line 355, elements/form.scss */
.file.is-gold:focus .file-cta, .file.is-gold.is-focused .file-cta {
  border-color: transparent;
  box-shadow: 0 0 0.5em rgba(204, 176, 40, 0.25);
  color: #fff;
}
/* line 364, elements/form.scss */
.file.is-gold:active .file-cta, .file.is-gold.is-active .file-cta {
  background-color: #d7a81b;
  border-color: transparent;
  color: #fff;
}
/* line 338, elements/form.scss */
.file.is-silver .file-cta {
  background-color: #b6b6b6;
  border-color: transparent;
  color: #fff;
}
/* line 346, elements/form.scss */
.file.is-silver:hover .file-cta, .file.is-silver.is-hovered .file-cta {
  background-color: #b1b2b2;
  border-color: transparent;
  color: #fff;
}
/* line 355, elements/form.scss */
.file.is-silver:focus .file-cta, .file.is-silver.is-focused .file-cta {
  border-color: transparent;
  box-shadow: 0 0 0.5em rgba(183, 184, 184, 0.25);
  color: #fff;
}
/* line 364, elements/form.scss */
.file.is-silver:active .file-cta, .file.is-silver.is-active .file-cta {
  background-color: #a2a2a2;
  border-color: transparent;
  color: #fff;
}
/* line 338, elements/form.scss */
.file.is-bronze .file-cta {
  background-color: #e56c37;
  border-color: transparent;
  color: #fff;
}
/* line 346, elements/form.scss */
.file.is-bronze:hover .file-cta, .file.is-bronze.is-hovered .file-cta {
  background-color: #00612f;
  border-color: transparent;
  color: #fff;
}
/* line 355, elements/form.scss */
.file.is-bronze:focus .file-cta, .file.is-bronze.is-focused .file-cta {
  border-color: transparent;
  box-shadow: 0 0 0.5em rgba(0, 110, 53, 0.25);
  color: #fff;
}
/* line 364, elements/form.scss */
.file.is-bronze:active .file-cta, .file.is-bronze.is-active .file-cta {
  background-color: #ca6031;
  border-color: transparent;
  color: #fff;
}
/* line 338, elements/form.scss */
.file.is-iron .file-cta {
  background-color: #9cc813;
  border-color: transparent;
  color: #fff;
}
/* line 346, elements/form.scss */
.file.is-iron:hover .file-cta, .file.is-iron.is-hovered .file-cta {
  background-color: #e69000;
  border-color: transparent;
  color: #fff;
}
/* line 355, elements/form.scss */
.file.is-iron:focus .file-cta, .file.is-iron.is-focused .file-cta {
  border-color: transparent;
  box-shadow: 0 0 0.5em rgba(243, 152, 0, 0.25);
  color: #fff;
}
/* line 364, elements/form.scss */
.file.is-iron:active .file-cta, .file.is-iron.is-active .file-cta {
  background-color: #87ad11;
  border-color: transparent;
  color: #fff;
}
/* line 338, elements/form.scss */
.file.is-lightyellow .file-cta {
  background-color: #ffff00;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}
/* line 346, elements/form.scss */
.file.is-lightyellow:hover .file-cta, .file.is-lightyellow.is-hovered .file-cta {
  background-color: #f2f200;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}
/* line 355, elements/form.scss */
.file.is-lightyellow:focus .file-cta, .file.is-lightyellow.is-focused .file-cta {
  border-color: transparent;
  box-shadow: 0 0 0.5em rgba(255, 255, 0, 0.25);
  color: rgba(0, 0, 0, 0.7);
}
/* line 364, elements/form.scss */
.file.is-lightyellow:active .file-cta, .file.is-lightyellow.is-active .file-cta {
  background-color: #e6e600;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}
/* line 338, elements/form.scss */
.file.is-facebook .file-cta {
  background-color: #3b5998;
  border-color: transparent;
  color: #fff;
}
/* line 346, elements/form.scss */
.file.is-facebook:hover .file-cta, .file.is-facebook.is-hovered .file-cta {
  background-color: #37548f;
  border-color: transparent;
  color: #fff;
}
/* line 355, elements/form.scss */
.file.is-facebook:focus .file-cta, .file.is-facebook.is-focused .file-cta {
  border-color: transparent;
  box-shadow: 0 0 0.5em rgba(59, 89, 152, 0.25);
  color: #fff;
}
/* line 364, elements/form.scss */
.file.is-facebook:active .file-cta, .file.is-facebook.is-active .file-cta {
  background-color: #344e86;
  border-color: transparent;
  color: #fff;
}
/* line 338, elements/form.scss */
.file.is-twitter .file-cta {
  background-color: #00aced;
  border-color: transparent;
  color: #fff;
}
/* line 346, elements/form.scss */
.file.is-twitter:hover .file-cta, .file.is-twitter.is-hovered .file-cta {
  background-color: #00a3e0;
  border-color: transparent;
  color: #fff;
}
/* line 355, elements/form.scss */
.file.is-twitter:focus .file-cta, .file.is-twitter.is-focused .file-cta {
  border-color: transparent;
  box-shadow: 0 0 0.5em rgba(0, 172, 237, 0.25);
  color: #fff;
}
/* line 364, elements/form.scss */
.file.is-twitter:active .file-cta, .file.is-twitter.is-active .file-cta {
  background-color: #0099d4;
  border-color: transparent;
  color: #fff;
}
/* line 374, elements/form.scss */
.file.is-small {
  font-size: 0.75rem;
}
/* line 378, elements/form.scss */
.file.is-medium {
  font-size: 1.25rem;
}
/* line 382, elements/form.scss */
.file.is-medium .file-icon .fa {
  font-size: 21px;
}
/* line 388, elements/form.scss */
.file.is-large {
  font-size: 1.5rem;
}
/* line 392, elements/form.scss */
.file.is-large .file-icon .fa {
  font-size: 28px;
}
/* line 400, elements/form.scss */
.file.has-name .file-cta {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
/* line 405, elements/form.scss */
.file.has-name .file-name {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
/* line 411, elements/form.scss */
.file.is-centered {
  justify-content: center;
}
/* line 415, elements/form.scss */
.file.is-right {
  justify-content: flex-end;
}
/* line 420, elements/form.scss */
.file.is-boxed .file-label {
  flex-direction: column;
}
/* line 424, elements/form.scss */
.file.is-boxed .file-cta {
  flex-direction: column;
  height: auto;
  padding: 1em 3em;
}
/* line 430, elements/form.scss */
.file.is-boxed .file-name {
  border-width: 0 1px 1px;
}
/* line 434, elements/form.scss */
.file.is-boxed .file-icon {
  height: 1.5em;
  width: 1.5em;
}
/* line 438, elements/form.scss */
.file.is-boxed .file-icon .fa {
  font-size: 21px;
}
/* line 444, elements/form.scss */
.file.is-boxed.is-small .file-icon .fa {
  font-size: 14px;
}
/* line 450, elements/form.scss */
.file.is-boxed.is-medium .file-icon .fa {
  font-size: 28px;
}
/* line 456, elements/form.scss */
.file.is-boxed.is-large .file-icon .fa {
  font-size: 35px;
}
/* line 462, elements/form.scss */
.file.is-boxed.has-name .file-cta {
  border-radius: 3px 3px 0 0;
}
/* line 466, elements/form.scss */
.file.is-boxed.has-name .file-name {
  border-radius: 0 0 3px 3px;
  border-width: 0 1px 1px;
}
/* line 474, elements/form.scss */
.file.is-right .file-cta {
  border-radius: 0 3px 3px 0;
}
/* line 478, elements/form.scss */
.file.is-right .file-name {
  border-radius: 3px 0 0 3px;
  border-width: 1px 0 1px 1px;
  order: -1;
}
/* line 486, elements/form.scss */
.file.is-fullwidth .file-label {
  width: 100%;
}
/* line 490, elements/form.scss */
.file.is-fullwidth .file-name {
  flex-grow: 1;
  max-width: none;
}

/* line 497, elements/form.scss */
.file-label {
  align-items: stretch;
  display: flex;
  cursor: pointer;
  justify-content: flex-start;
  overflow: hidden;
  position: relative;
}
/* line 506, elements/form.scss */
.file-label:hover .file-cta {
  background-color: #eeeeee;
  color: #363636;
}
/* line 511, elements/form.scss */
.file-label:hover .file-name {
  border-color: #d5d5d5;
}
/* line 517, elements/form.scss */
.file-label:active .file-cta {
  background-color: #e8e8e8;
  color: #363636;
}
/* line 522, elements/form.scss */
.file-label:active .file-name {
  border-color: #cfcfcf;
}

/* line 528, elements/form.scss */
.file-input {
  height: 0.01em;
  left: 0;
  outline: none;
  position: absolute;
  top: 0;
  width: 0.01em;
}

/* line 537, elements/form.scss */
.file-cta,
.file-name {
  -moz-appearance: none;
  -webkit-appearance: none;
  align-items: center;
  border: 1px solid transparent;
  border-radius: 3px;
  box-shadow: none;
  display: inline-flex;
  font-size: 1rem;
  height: 2.25em;
  justify-content: flex-start;
  line-height: 1.5;
  padding-bottom: calc(0.375em - 1px);
  padding-left: calc(0.625em - 1px);
  padding-right: calc(0.625em - 1px);
  padding-top: calc(0.375em - 1px);
  position: relative;
  vertical-align: top;
  border-color: #dbdbdb;
  border-radius: 3px;
  font-size: 1em;
  padding-left: 1em;
  padding-right: 1em;
  white-space: nowrap;
}
/* line 29, utilities/controls.scss */
.file-cta:focus, .file-cta.is-focused, .file-cta:active, .file-cta.is-active,
.file-name:focus,
.file-name.is-focused,
.file-name:active,
.file-name.is-active {
  outline: none;
}
/* line 36, utilities/controls.scss */
.file-cta[disabled],
.file-name[disabled] {
  cursor: not-allowed;
}

/* line 549, elements/form.scss */
.file-cta {
  background-color: whitesmoke;
  color: #4a4a4a;
}

/* line 554, elements/form.scss */
.file-name {
  border-color: #dbdbdb;
  border-style: solid;
  border-width: 1px 1px 1px 0;
  display: block;
  max-width: 16em;
  overflow: hidden;
  text-align: left;
  text-overflow: ellipsis;
}

/* line 565, elements/form.scss */
.file-icon {
  align-items: center;
  display: flex;
  height: 1em;
  justify-content: center;
  margin-right: 0.5em;
  width: 1em;
}
/* line 573, elements/form.scss */
.file-icon .fa {
  font-size: 14px;
}

/* line 578, elements/form.scss */
.label {
  color: #363636;
  display: block;
  font-size: 1rem;
  font-weight: 700;
}
/* line 584, elements/form.scss */
.label:not(:last-child) {
  margin-bottom: 0.5em;
}
/* line 589, elements/form.scss */
.label.is-small {
  font-size: 0.75rem;
}
/* line 593, elements/form.scss */
.label.is-medium {
  font-size: 1.25rem;
}
/* line 597, elements/form.scss */
.label.is-large {
  font-size: 1.5rem;
}

/* line 602, elements/form.scss */
.help {
  display: block;
  font-size: 0.75rem;
  margin-top: 0.25rem;
}
/* line 610, elements/form.scss */
.help.is-white {
  color: white;
}
/* line 610, elements/form.scss */
.help.is-black {
  color: #0a0a0a;
}
/* line 610, elements/form.scss */
.help.is-light {
  color: whitesmoke;
}
/* line 610, elements/form.scss */
.help.is-dark {
  color: #363636;
}
/* line 610, elements/form.scss */
.help.is-primary {
  color: #d51518;
}
/* line 610, elements/form.scss */
.help.is-link {
  color: #357cd6;
}
/* line 610, elements/form.scss */
.help.is-info {
  color: #1d409f;
}
/* line 610, elements/form.scss */
.help.is-success {
  color: #4eb63a;
}
/* line 610, elements/form.scss */
.help.is-warning {
  color: #fcc41d;
}
/* line 610, elements/form.scss */
.help.is-danger {
  color: #ff3860;
}
/* line 610, elements/form.scss */
.help.is-platinum {
  color: #ca0e40;
}
/* line 610, elements/form.scss */
.help.is-gold {
  color: #f3bd1d;
}
/* line 610, elements/form.scss */
.help.is-silver {
  color: #b6b6b6;
}
/* line 610, elements/form.scss */
.help.is-bronze {
  color: #e56c37;
}
/* line 610, elements/form.scss */
.help.is-iron {
  color: #9cc813;
}
/* line 610, elements/form.scss */
.help.is-lightyellow {
  color: #ffff00;
}
/* line 610, elements/form.scss */
.help.is-facebook {
  color: #3b5998;
}
/* line 610, elements/form.scss */
.help.is-twitter {
  color: #00aced;
}

/* line 619, elements/form.scss */
.field:not(:last-child) {
  margin-bottom: 0.75rem;
}
/* line 624, elements/form.scss */
.field.has-addons {
  display: flex;
  justify-content: flex-start;
}
/* line 629, elements/form.scss */
.field.has-addons .control:not(:last-child) {
  margin-right: -1px;
}
/* line 634, elements/form.scss */
.field.has-addons .control:first-child .button,
.field.has-addons .control:first-child .input,
.field.has-addons .control:first-child .select select {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
/* line 643, elements/form.scss */
.field.has-addons .control:last-child .button,
.field.has-addons .control:last-child .input,
.field.has-addons .control:last-child .select select {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
/* line 651, elements/form.scss */
.field.has-addons .control .button,
.field.has-addons .control .input,
.field.has-addons .control .select select {
  border-radius: 0;
}
/* line 656, elements/form.scss */
.field.has-addons .control .button:hover, .field.has-addons .control .button.is-hovered,
.field.has-addons .control .input:hover,
.field.has-addons .control .input.is-hovered,
.field.has-addons .control .select select:hover,
.field.has-addons .control .select select.is-hovered {
  z-index: 2;
}
/* line 661, elements/form.scss */
.field.has-addons .control .button:focus, .field.has-addons .control .button.is-focused, .field.has-addons .control .button:active, .field.has-addons .control .button.is-active,
.field.has-addons .control .input:focus,
.field.has-addons .control .input.is-focused,
.field.has-addons .control .input:active,
.field.has-addons .control .input.is-active,
.field.has-addons .control .select select:focus,
.field.has-addons .control .select select.is-focused,
.field.has-addons .control .select select:active,
.field.has-addons .control .select select.is-active {
  z-index: 3;
}
/* line 667, elements/form.scss */
.field.has-addons .control .button:focus:hover, .field.has-addons .control .button.is-focused:hover, .field.has-addons .control .button:active:hover, .field.has-addons .control .button.is-active:hover,
.field.has-addons .control .input:focus:hover,
.field.has-addons .control .input.is-focused:hover,
.field.has-addons .control .input:active:hover,
.field.has-addons .control .input.is-active:hover,
.field.has-addons .control .select select:focus:hover,
.field.has-addons .control .select select.is-focused:hover,
.field.has-addons .control .select select:active:hover,
.field.has-addons .control .select select.is-active:hover {
  z-index: 4;
}
/* line 673, elements/form.scss */
.field.has-addons .control.is-expanded {
  flex-grow: 1;
}
/* line 678, elements/form.scss */
.field.has-addons.has-addons-centered {
  justify-content: center;
}
/* line 682, elements/form.scss */
.field.has-addons.has-addons-right {
  justify-content: flex-end;
}
/* line 687, elements/form.scss */
.field.has-addons.has-addons-fullwidth .control {
  flex-grow: 1;
  flex-shrink: 0;
}
/* line 694, elements/form.scss */
.field.is-grouped {
  display: flex;
  justify-content: flex-start;
}
/* line 698, elements/form.scss */
.field.is-grouped > .control {
  flex-shrink: 0;
}
/* line 701, elements/form.scss */
.field.is-grouped > .control:not(:last-child) {
  margin-bottom: 0;
  margin-right: 0.75rem;
}
/* line 706, elements/form.scss */
.field.is-grouped > .control.is-expanded {
  flex-grow: 1;
  flex-shrink: 1;
}
/* line 712, elements/form.scss */
.field.is-grouped.is-grouped-centered {
  justify-content: center;
}
/* line 716, elements/form.scss */
.field.is-grouped.is-grouped-right {
  justify-content: flex-end;
}
/* line 720, elements/form.scss */
.field.is-grouped.is-grouped-multiline {
  flex-wrap: wrap;
}
/* line 724, elements/form.scss */
.field.is-grouped.is-grouped-multiline > .control:last-child, .field.is-grouped.is-grouped-multiline > .control:not(:last-child) {
  margin-bottom: 0.75rem;
}
/* line 730, elements/form.scss */
.field.is-grouped.is-grouped-multiline:last-child {
  margin-bottom: -0.75rem;
}
/* line 734, elements/form.scss */
.field.is-grouped.is-grouped-multiline:not(:last-child) {
  margin-bottom: 0;
}
@media screen and (min-width: 769px), print {
  /* line 740, elements/form.scss */
  .field.is-horizontal {
    display: flex;
  }
}

/* line 748, elements/form.scss */
.field-label .label {
  font-size: inherit;
}
@media screen and (max-width: 768px) {
  /* line 747, elements/form.scss */
  .field-label {
    margin-bottom: 0.5rem;
  }
}
@media screen and (min-width: 769px), print {
  /* line 747, elements/form.scss */
  .field-label {
    flex-basis: 0;
    flex-grow: 1;
    flex-shrink: 0;
    margin-right: 1.5rem;
    text-align: right;
  }
  /* line 764, elements/form.scss */
  .field-label.is-small {
    font-size: 0.75rem;
    padding-top: 0.375em;
  }
  /* line 769, elements/form.scss */
  .field-label.is-normal {
    padding-top: 0.375em;
  }
  /* line 773, elements/form.scss */
  .field-label.is-medium {
    font-size: 1.25rem;
    padding-top: 0.375em;
  }
  /* line 778, elements/form.scss */
  .field-label.is-large {
    font-size: 1.5rem;
    padding-top: 0.375em;
  }
}

/* line 786, elements/form.scss */
.field-body .field .field {
  margin-bottom: 0;
}
@media screen and (min-width: 769px), print {
  /* line 785, elements/form.scss */
  .field-body {
    display: flex;
    flex-basis: 0;
    flex-grow: 5;
    flex-shrink: 1;
  }
  /* line 796, elements/form.scss */
  .field-body .field {
    margin-bottom: 0;
  }
  /* line 800, elements/form.scss */
  .field-body > .field {
    flex-shrink: 1;
  }
  /* line 803, elements/form.scss */
  .field-body > .field:not(.is-narrow) {
    flex-grow: 1;
  }
  /* line 807, elements/form.scss */
  .field-body > .field:not(:last-child) {
    margin-right: 0.75rem;
  }
}

/* line 814, elements/form.scss */
.control {
  font-size: 1rem;
  position: relative;
  text-align: left;
}
/* line 822, elements/form.scss */
.control.has-icon .icon {
  color: #dbdbdb;
  height: 2.25em;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 2.25em;
  z-index: 4;
}
/* line 834, elements/form.scss */
.control.has-icon .input:focus + .icon {
  color: #7a7a7a;
}
/* line 840, elements/form.scss */
.control.has-icon .input.is-small + .icon {
  font-size: 0.75rem;
}
/* line 846, elements/form.scss */
.control.has-icon .input.is-medium + .icon {
  font-size: 1.25rem;
}
/* line 852, elements/form.scss */
.control.has-icon .input.is-large + .icon {
  font-size: 1.5rem;
}
/* line 859, elements/form.scss */
.control.has-icon:not(.has-icon-right) .icon {
  left: 0;
}
/* line 863, elements/form.scss */
.control.has-icon:not(.has-icon-right) .input {
  padding-left: 2.25em;
}
/* line 869, elements/form.scss */
.control.has-icon.has-icon-right .icon {
  right: 0;
}
/* line 873, elements/form.scss */
.control.has-icon.has-icon-right .input {
  padding-right: 2.25em;
}
/* line 884, elements/form.scss */
.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: #7a7a7a;
}
/* line 889, elements/form.scss */
.control.has-icons-left .input.is-small ~ .icon,
.control.has-icons-left .select.is-small ~ .icon, .control.has-icons-right .input.is-small ~ .icon,
.control.has-icons-right .select.is-small ~ .icon {
  font-size: 0.75rem;
}
/* line 893, elements/form.scss */
.control.has-icons-left .input.is-medium ~ .icon,
.control.has-icons-left .select.is-medium ~ .icon, .control.has-icons-right .input.is-medium ~ .icon,
.control.has-icons-right .select.is-medium ~ .icon {
  font-size: 1.25rem;
}
/* line 897, elements/form.scss */
.control.has-icons-left .input.is-large ~ .icon,
.control.has-icons-left .select.is-large ~ .icon, .control.has-icons-right .input.is-large ~ .icon,
.control.has-icons-right .select.is-large ~ .icon {
  font-size: 1.5rem;
}
/* line 902, elements/form.scss */
.control.has-icons-left .icon, .control.has-icons-right .icon {
  color: #dbdbdb;
  height: 2.25em;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 2.25em;
  z-index: 4;
}
/* line 914, elements/form.scss */
.control.has-icons-left .input,
.control.has-icons-left .select select {
  padding-left: 2.25em;
}
/* line 919, elements/form.scss */
.control.has-icons-left .icon.is-left {
  left: 0;
}
/* line 925, elements/form.scss */
.control.has-icons-right .input,
.control.has-icons-right .select select {
  padding-right: 2.25em;
}
/* line 930, elements/form.scss */
.control.has-icons-right .icon.is-right {
  right: 0;
}
/* line 936, elements/form.scss */
.control.is-loading::after {
  animation: spinAround 500ms infinite linear;
  border: 2px solid #dbdbdb;
  border-radius: 290486px;
  border-right-color: transparent;
  border-top-color: transparent;
  content: "";
  display: block;
  height: 1em;
  position: relative;
  width: 1em;
  position: absolute !important;
  right: 0.625em;
  top: 0.625em;
}
/* line 944, elements/form.scss */
.control.is-loading.is-small:after {
  font-size: 0.75rem;
}
/* line 948, elements/form.scss */
.control.is-loading.is-medium:after {
  font-size: 1.25rem;
}
/* line 952, elements/form.scss */
.control.is-loading.is-large:after {
  font-size: 1.5rem;
}

/* line 8, elements/icon.scss */
.icon {
  align-items: center;
  display: inline-flex;
  justify-content: center;
  height: 1.5rem;
  width: 1.5rem;
}
/* line 16, elements/icon.scss */
.icon.is-small {
  height: 1rem;
  width: 1rem;
}
/* line 21, elements/icon.scss */
.icon.is-medium {
  height: 2rem;
  width: 2rem;
}
/* line 26, elements/icon.scss */
.icon.is-large {
  height: 3rem;
  width: 3rem;
}

/* line 5, elements/image.scss */
.image {
  display: block;
  position: relative;
}
/* line 9, elements/image.scss */
.image img {
  display: block;
  height: auto;
  width: 100%;
}
/* line 22, elements/image.scss */
.image.is-square img, .image.is-1by1 img, .image.is-4by3 img, .image.is-3by2 img, .image.is-16by9 img, .image.is-2by1 img {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
/* line 30, elements/image.scss */
.image.is-square, .image.is-1by1 {
  padding-top: 100%;
}
/* line 35, elements/image.scss */
.image.is-4by3 {
  padding-top: 75%;
}
/* line 39, elements/image.scss */
.image.is-3by2 {
  padding-top: 66.6666%;
}
/* line 43, elements/image.scss */
.image.is-16by9 {
  padding-top: 56.25%;
}
/* line 47, elements/image.scss */
.image.is-2by1 {
  padding-top: 50%;
}
/* line 53, elements/image.scss */
.image.is-16x16 {
  height: 16px;
  width: 16px;
}
/* line 53, elements/image.scss */
.image.is-24x24 {
  height: 24px;
  width: 24px;
}
/* line 53, elements/image.scss */
.image.is-32x32 {
  height: 32px;
  width: 32px;
}
/* line 53, elements/image.scss */
.image.is-48x48 {
  height: 48px;
  width: 48px;
}
/* line 53, elements/image.scss */
.image.is-64x64 {
  height: 64px;
  width: 64px;
}
/* line 53, elements/image.scss */
.image.is-96x96 {
  height: 96px;
  width: 96px;
}
/* line 53, elements/image.scss */
.image.is-128x128 {
  height: 128px;
  width: 128px;
}

/* line 7, elements/notification.scss */
.notification {
  background-color: whitesmoke;
  border-radius: 3px;
  padding: 1.25rem 2.5rem 1.25rem 1.5rem;
  position: relative;
}
/* line 19, utilities/mixins.scss */
.notification:not(:last-child) {
  margin-bottom: 1.5rem;
}
/* line 15, elements/notification.scss */
.notification a:not(.button) {
  color: currentColor;
  text-decoration: underline;
}
/* line 20, elements/notification.scss */
.notification strong {
  color: currentColor;
}
/* line 24, elements/notification.scss */
.notification code,
.notification pre {
  background: white;
}
/* line 29, elements/notification.scss */
.notification pre code {
  background: transparent;
}
/* line 33, elements/notification.scss */
.notification > .delete {
  position: absolute;
  right: 0.5em;
  top: 0.5em;
}
/* line 39, elements/notification.scss */
.notification .title,
.notification .subtitle,
.notification .content {
  color: currentColor;
}
/* line 50, elements/notification.scss */
.notification.is-white {
  background-color: white;
  color: #0a0a0a;
}
/* line 50, elements/notification.scss */
.notification.is-black {
  background-color: #0a0a0a;
  color: white;
}
/* line 50, elements/notification.scss */
.notification.is-light {
  background-color: whitesmoke;
  color: #363636;
}
/* line 50, elements/notification.scss */
.notification.is-dark {
  background-color: #363636;
  color: whitesmoke;
}
/* line 50, elements/notification.scss */
.notification.is-primary {
  background-color: #d51518;
  color: #fff;
}
/* line 50, elements/notification.scss */
.notification.is-link {
  background-color: #357cd6;
  color: #fff;
}
/* line 50, elements/notification.scss */
.notification.is-info {
  background-color: #1d409f;
  color: #fff;
}
/* line 50, elements/notification.scss */
.notification.is-success {
  background-color: #4eb63a;
  color: #fff;
}
/* line 50, elements/notification.scss */
.notification.is-warning {
  background-color: #fcc41d;
  color: rgba(0, 0, 0, 0.7);
}
/* line 50, elements/notification.scss */
.notification.is-danger {
  background-color: #ff3860;
  color: #fff;
}
/* line 50, elements/notification.scss */
.notification.is-platinum {
  background-color: #ca0e40;
  color: #fff;
}
/* line 50, elements/notification.scss */
.notification.is-gold {
  background-color: #f3bd1d;
  color: #fff;
}
/* line 50, elements/notification.scss */
.notification.is-silver {
  background-color: #b6b6b6;
  color: #fff;
}
/* line 50, elements/notification.scss */
.notification.is-bronze {
  background-color: #e56c37;
  color: #fff;
}
/* line 50, elements/notification.scss */
.notification.is-iron {
  background-color: #9cc813;
  color: #fff;
}
/* line 50, elements/notification.scss */
.notification.is-lightyellow {
  background-color: #ffff00;
  color: rgba(0, 0, 0, 0.7);
}
/* line 50, elements/notification.scss */
.notification.is-facebook {
  background-color: #3b5998;
  color: #fff;
}
/* line 50, elements/notification.scss */
.notification.is-twitter {
  background-color: #00aced;
  color: #fff;
}

/* line 6, elements/progress.scss */
.progress {
  -moz-appearance: none;
  -webkit-appearance: none;
  border: none;
  border-radius: 290486px;
  display: block;
  height: 1rem;
  overflow: hidden;
  padding: 0;
  width: 100%;
}
/* line 19, utilities/mixins.scss */
.progress:not(:last-child) {
  margin-bottom: 1.5rem;
}
/* line 19, elements/progress.scss */
.progress::-webkit-progress-bar {
  background-color: #dbdbdb;
}
/* line 23, elements/progress.scss */
.progress::-webkit-progress-value {
  background-color: #4a4a4a;
}
/* line 27, elements/progress.scss */
.progress::-moz-progress-bar {
  background-color: #4a4a4a;
}
/* line 36, elements/progress.scss */
.progress.is-white::-webkit-progress-value {
  background-color: white;
}
/* line 40, elements/progress.scss */
.progress.is-white::-moz-progress-bar {
  background-color: white;
}
/* line 36, elements/progress.scss */
.progress.is-black::-webkit-progress-value {
  background-color: #0a0a0a;
}
/* line 40, elements/progress.scss */
.progress.is-black::-moz-progress-bar {
  background-color: #0a0a0a;
}
/* line 36, elements/progress.scss */
.progress.is-light::-webkit-progress-value {
  background-color: whitesmoke;
}
/* line 40, elements/progress.scss */
.progress.is-light::-moz-progress-bar {
  background-color: whitesmoke;
}
/* line 36, elements/progress.scss */
.progress.is-dark::-webkit-progress-value {
  background-color: #363636;
}
/* line 40, elements/progress.scss */
.progress.is-dark::-moz-progress-bar {
  background-color: #363636;
}
/* line 36, elements/progress.scss */
.progress.is-primary::-webkit-progress-value {
  background-color: #d51518;
}
/* line 40, elements/progress.scss */
.progress.is-primary::-moz-progress-bar {
  background-color: #d51518;
}
/* line 36, elements/progress.scss */
.progress.is-link::-webkit-progress-value {
  background-color: #357cd6;
}
/* line 40, elements/progress.scss */
.progress.is-link::-moz-progress-bar {
  background-color: #357cd6;
}
/* line 36, elements/progress.scss */
.progress.is-info::-webkit-progress-value {
  background-color: #1d409f;
}
/* line 40, elements/progress.scss */
.progress.is-info::-moz-progress-bar {
  background-color: #1d409f;
}
/* line 36, elements/progress.scss */
.progress.is-success::-webkit-progress-value {
  background-color: #4eb63a;
}
/* line 40, elements/progress.scss */
.progress.is-success::-moz-progress-bar {
  background-color: #4eb63a;
}
/* line 36, elements/progress.scss */
.progress.is-warning::-webkit-progress-value {
  background-color: #fcc41d;
}
/* line 40, elements/progress.scss */
.progress.is-warning::-moz-progress-bar {
  background-color: #fcc41d;
}
/* line 36, elements/progress.scss */
.progress.is-danger::-webkit-progress-value {
  background-color: #ff3860;
}
/* line 40, elements/progress.scss */
.progress.is-danger::-moz-progress-bar {
  background-color: #ff3860;
}
/* line 36, elements/progress.scss */
.progress.is-platinum::-webkit-progress-value {
  background-color: #ca0e40;
}
/* line 40, elements/progress.scss */
.progress.is-platinum::-moz-progress-bar {
  background-color: #ca0e40;
}
/* line 36, elements/progress.scss */
.progress.is-gold::-webkit-progress-value {
  background-color: #f3bd1d;
}
/* line 40, elements/progress.scss */
.progress.is-gold::-moz-progress-bar {
  background-color: #f3bd1d;
}
/* line 36, elements/progress.scss */
.progress.is-silver::-webkit-progress-value {
  background-color: #b6b6b6;
}
/* line 40, elements/progress.scss */
.progress.is-silver::-moz-progress-bar {
  background-color: #b6b6b6;
}
/* line 36, elements/progress.scss */
.progress.is-bronze::-webkit-progress-value {
  background-color: #e56c37;
}
/* line 40, elements/progress.scss */
.progress.is-bronze::-moz-progress-bar {
  background-color: #e56c37;
}
/* line 36, elements/progress.scss */
.progress.is-iron::-webkit-progress-value {
  background-color: #9cc813;
}
/* line 40, elements/progress.scss */
.progress.is-iron::-moz-progress-bar {
  background-color: #9cc813;
}
/* line 36, elements/progress.scss */
.progress.is-lightyellow::-webkit-progress-value {
  background-color: #ffff00;
}
/* line 40, elements/progress.scss */
.progress.is-lightyellow::-moz-progress-bar {
  background-color: #ffff00;
}
/* line 36, elements/progress.scss */
.progress.is-facebook::-webkit-progress-value {
  background-color: #3b5998;
}
/* line 40, elements/progress.scss */
.progress.is-facebook::-moz-progress-bar {
  background-color: #3b5998;
}
/* line 36, elements/progress.scss */
.progress.is-twitter::-webkit-progress-value {
  background-color: #00aced;
}
/* line 40, elements/progress.scss */
.progress.is-twitter::-moz-progress-bar {
  background-color: #00aced;
}
/* line 47, elements/progress.scss */
.progress.is-small {
  height: 0.75rem;
}
/* line 51, elements/progress.scss */
.progress.is-medium {
  height: 1.25rem;
}
/* line 55, elements/progress.scss */
.progress.is-large {
  height: 1.5rem;
}

/* line 24, elements/table.scss */
.table {
  background-color: white;
  color: #363636;
  margin-bottom: 1.5rem;
}
/* line 29, elements/table.scss */
.table td,
.table th {
  border: 1px solid #dbdbdb;
  border-width: 0 0 1px;
  padding: 0.5em 0.75em;
  vertical-align: top;
}
/* line 41, elements/table.scss */
.table td.is-white,
.table th.is-white {
  background-color: white;
  border-color: white;
  color: #0a0a0a;
}
/* line 41, elements/table.scss */
.table td.is-black,
.table th.is-black {
  background-color: #0a0a0a;
  border-color: #0a0a0a;
  color: white;
}
/* line 41, elements/table.scss */
.table td.is-light,
.table th.is-light {
  background-color: whitesmoke;
  border-color: whitesmoke;
  color: #363636;
}
/* line 41, elements/table.scss */
.table td.is-dark,
.table th.is-dark {
  background-color: #363636;
  border-color: #363636;
  color: whitesmoke;
}
/* line 41, elements/table.scss */
.table td.is-primary,
.table th.is-primary {
  background-color: #d51518;
  border-color: #d51518;
  color: #fff;
}
/* line 41, elements/table.scss */
.table td.is-link,
.table th.is-link {
  background-color: #357cd6;
  border-color: #357cd6;
  color: #fff;
}
/* line 41, elements/table.scss */
.table td.is-info,
.table th.is-info {
  background-color: #1d409f;
  border-color: #1d409f;
  color: #fff;
}
/* line 41, elements/table.scss */
.table td.is-success,
.table th.is-success {
  background-color: #4eb63a;
  border-color: #4eb63a;
  color: #fff;
}
/* line 41, elements/table.scss */
.table td.is-warning,
.table th.is-warning {
  background-color: #fcc41d;
  border-color: #fcc41d;
  color: rgba(0, 0, 0, 0.7);
}
/* line 41, elements/table.scss */
.table td.is-danger,
.table th.is-danger {
  background-color: #ff3860;
  border-color: #ff3860;
  color: #fff;
}
/* line 41, elements/table.scss */
.table td.is-platinum,
.table th.is-platinum {
  background-color: #ca0e40;
  border-color: #ca0e40;
  color: #fff;
}
/* line 41, elements/table.scss */
.table td.is-gold,
.table th.is-gold {
  background-color: #f3bd1d;
  border-color: #f3bd1d;
  color: #fff;
}
/* line 41, elements/table.scss */
.table td.is-silver,
.table th.is-silver {
  background-color: #b6b6b6;
  border-color: #b6b6b6;
  color: #fff;
}
/* line 41, elements/table.scss */
.table td.is-bronze,
.table th.is-bronze {
  background-color: #e56c37;
  border-color: #e56c37;
  color: #fff;
}
/* line 41, elements/table.scss */
.table td.is-iron,
.table th.is-iron {
  background-color: #9cc813;
  border-color: #9cc813;
  color: #fff;
}
/* line 41, elements/table.scss */
.table td.is-lightyellow,
.table th.is-lightyellow {
  background-color: #ffff00;
  border-color: #ffff00;
  color: rgba(0, 0, 0, 0.7);
}
/* line 41, elements/table.scss */
.table td.is-facebook,
.table th.is-facebook {
  background-color: #3b5998;
  border-color: #3b5998;
  color: #fff;
}
/* line 41, elements/table.scss */
.table td.is-twitter,
.table th.is-twitter {
  background-color: #00aced;
  border-color: #00aced;
  color: #fff;
}
/* line 49, elements/table.scss */
.table td.is-narrow,
.table th.is-narrow {
  white-space: nowrap;
  width: 1%;
}
/* line 55, elements/table.scss */
.table th {
  color: #363636;
  text-align: left;
}
/* line 61, elements/table.scss */
.table tr.is-selected {
  background-color: #d51518;
  color: #fff;
}
/* line 65, elements/table.scss */
.table tr.is-selected a,
.table tr.is-selected strong {
  color: currentColor;
}
/* line 70, elements/table.scss */
.table tr.is-selected td,
.table tr.is-selected th {
  border-color: #fff;
  color: currentColor;
}
/* line 79, elements/table.scss */
.table thead td,
.table thead th {
  border-width: 0 0 2px;
  color: #363636;
}
/* line 87, elements/table.scss */
.table tfoot td,
.table tfoot th {
  border-width: 2px 0 0;
  color: #363636;
}
/* line 97, elements/table.scss */
.table tbody tr:last-child td,
.table tbody tr:last-child th {
  border-bottom-width: 0;
}
/* line 107, elements/table.scss */
.table.is-bordered td,
.table.is-bordered th {
  border-width: 1px;
}
/* line 114, elements/table.scss */
.table.is-bordered tr:last-child td,
.table.is-bordered tr:last-child th {
  border-bottom-width: 1px;
}
/* line 122, elements/table.scss */
.table.is-fullwidth {
  width: 100%;
}
/* line 129, elements/table.scss */
.table.is-hoverable tbody tr:hover {
  background-color: #fafafa;
}
/* line 138, elements/table.scss */
.table.is-hoverable.is-striped tbody tr:not(.is-selected):hover {
  background-color: whitesmoke;
}
/* line 147, elements/table.scss */
.table.is-narrow td,
.table.is-narrow th {
  padding: 0.25em 0.5em;
}
/* line 156, elements/table.scss */
.table.is-striped tbody tr:not(.is-selected):nth-child(even) {
  background-color: #fafafa;
}

/* line 8, elements/tag.scss */
.tags {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
/* line 14, elements/tag.scss */
.tags .tag {
  margin-bottom: 0.5rem;
}
/* line 17, elements/tag.scss */
.tags .tag:not(:last-child) {
  margin-right: 0.5rem;
}
/* line 22, elements/tag.scss */
.tags:last-child {
  margin-bottom: -0.5rem;
}
/* line 26, elements/tag.scss */
.tags:not(:last-child) {
  margin-bottom: 1rem;
}
/* line 31, elements/tag.scss */
.tags.has-addons .tag {
  margin-right: 0;
}
/* line 34, elements/tag.scss */
.tags.has-addons .tag:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
/* line 39, elements/tag.scss */
.tags.has-addons .tag:not(:last-child) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

/* line 47, elements/tag.scss */
.tag:not(body) {
  align-items: center;
  background-color: whitesmoke;
  border-radius: 3px;
  color: #4a4a4a;
  display: inline-flex;
  font-size: 0.75rem;
  height: 2em;
  justify-content: center;
  line-height: 1.5;
  padding-left: 0.75em;
  padding-right: 0.75em;
  white-space: nowrap;
}
/* line 61, elements/tag.scss */
.tag:not(body) .delete {
  margin-left: 0.25em;
  margin-right: -0.375em;
}
/* line 71, elements/tag.scss */
.tag:not(body).is-white {
  background-color: white;
  color: #0a0a0a;
}
/* line 71, elements/tag.scss */
.tag:not(body).is-black {
  background-color: #0a0a0a;
  color: white;
}
/* line 71, elements/tag.scss */
.tag:not(body).is-light {
  background-color: whitesmoke;
  color: #363636;
}
/* line 71, elements/tag.scss */
.tag:not(body).is-dark {
  background-color: #363636;
  color: whitesmoke;
}
/* line 71, elements/tag.scss */
.tag:not(body).is-primary {
  background-color: #d51518;
  color: #fff;
}
/* line 71, elements/tag.scss */
.tag:not(body).is-link {
  background-color: #357cd6;
  color: #fff;
}
/* line 71, elements/tag.scss */
.tag:not(body).is-info {
  background-color: #1d409f;
  color: #fff;
}
/* line 71, elements/tag.scss */
.tag:not(body).is-success {
  background-color: #4eb63a;
  color: #fff;
}
/* line 71, elements/tag.scss */
.tag:not(body).is-warning {
  background-color: #fcc41d;
  color: rgba(0, 0, 0, 0.7);
}
/* line 71, elements/tag.scss */
.tag:not(body).is-danger {
  background-color: #ff3860;
  color: #fff;
}
/* line 71, elements/tag.scss */
.tag:not(body).is-platinum {
  background-color: #ca0e40;
  color: #fff;
}
/* line 71, elements/tag.scss */
.tag:not(body).is-gold {
  background-color: #f3bd1d;
  color: #fff;
}
/* line 71, elements/tag.scss */
.tag:not(body).is-silver {
  background-color: #b6b6b6;
  color: #fff;
}
/* line 71, elements/tag.scss */
.tag:not(body).is-bronze {
  background-color: #e56c37;
  color: #fff;
}
/* line 71, elements/tag.scss */
.tag:not(body).is-iron {
  background-color: #9cc813;
  color: #fff;
}
/* line 71, elements/tag.scss */
.tag:not(body).is-lightyellow {
  background-color: #ffff00;
  color: rgba(0, 0, 0, 0.7);
}
/* line 71, elements/tag.scss */
.tag:not(body).is-facebook {
  background-color: #3b5998;
  color: #fff;
}
/* line 71, elements/tag.scss */
.tag:not(body).is-twitter {
  background-color: #00aced;
  color: #fff;
}
/* line 78, elements/tag.scss */
.tag:not(body).is-medium {
  font-size: 1rem;
}
/* line 82, elements/tag.scss */
.tag:not(body).is-large {
  font-size: 1.25rem;
}
/* line 87, elements/tag.scss */
.tag:not(body).is-delete {
  margin-left: 1px;
  padding: 0;
  position: relative;
  width: 2em;
}
/* line 93, elements/tag.scss */
.tag:not(body).is-delete:before, .tag:not(body).is-delete:after {
  background-color: currentColor;
  content: "";
  display: block;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
  transform-origin: center center;
}
/* line 105, elements/tag.scss */
.tag:not(body).is-delete:before {
  height: 1px;
  width: 50%;
}
/* line 110, elements/tag.scss */
.tag:not(body).is-delete:after {
  height: 50%;
  width: 1px;
}
/* line 115, elements/tag.scss */
.tag:not(body).is-delete:hover, .tag:not(body).is-delete:focus {
  background-color: #e8e8e8;
}
/* line 120, elements/tag.scss */
.tag:not(body).is-delete:active {
  background-color: #dbdbdb;
}
/* line 125, elements/tag.scss */
.tag:not(body).is-rounded {
  border-radius: 290486px;
}

/* line 131, elements/tag.scss */
a.tag:hover {
  text-decoration: underline;
}

/* line 15, elements/title.scss */
.title,
.subtitle {
  word-break: break-word;
}
/* line 19, utilities/mixins.scss */
.title:not(:last-child),
.subtitle:not(:last-child) {
  margin-bottom: 1.5rem;
}
/* line 21, elements/title.scss */
.title em,
.title span,
.subtitle em,
.subtitle span {
  font-weight: inherit;
}
/* line 26, elements/title.scss */
.title .tag,
.subtitle .tag {
  vertical-align: middle;
}

/* line 31, elements/title.scss */
.title {
  color: #363636;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.125;
}
/* line 37, elements/title.scss */
.title strong {
  color: inherit;
  font-weight: inherit;
}
/* line 42, elements/title.scss */
.title + .highlight {
  margin-top: -0.75rem;
}
/* line 46, elements/title.scss */
.title:not(.is-spaced) + .subtitle {
  margin-top: -1.5rem;
}
/* line 54, elements/title.scss */
.title.is-1 {
  font-size: 3rem;
}
/* line 54, elements/title.scss */
.title.is-2 {
  font-size: 2.5rem;
}
/* line 54, elements/title.scss */
.title.is-3 {
  font-size: 2rem;
}
/* line 54, elements/title.scss */
.title.is-4 {
  font-size: 1.5rem;
}
/* line 54, elements/title.scss */
.title.is-5 {
  font-size: 1.25rem;
}
/* line 54, elements/title.scss */
.title.is-6 {
  font-size: 1rem;
}
/* line 54, elements/title.scss */
.title.is-7 {
  font-size: 0.75rem;
}

/* line 60, elements/title.scss */
.subtitle {
  color: #4a4a4a;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.25;
}
/* line 66, elements/title.scss */
.subtitle strong {
  color: #363636;
  font-weight: 600;
}
/* line 71, elements/title.scss */
.subtitle:not(.is-spaced) + .title {
  margin-top: -1.5rem;
}
/* line 79, elements/title.scss */
.subtitle.is-1 {
  font-size: 3rem;
}
/* line 79, elements/title.scss */
.subtitle.is-2 {
  font-size: 2.5rem;
}
/* line 79, elements/title.scss */
.subtitle.is-3 {
  font-size: 2rem;
}
/* line 79, elements/title.scss */
.subtitle.is-4 {
  font-size: 1.5rem;
}
/* line 79, elements/title.scss */
.subtitle.is-5 {
  font-size: 1.25rem;
}
/* line 79, elements/title.scss */
.subtitle.is-6 {
  font-size: 1rem;
}
/* line 79, elements/title.scss */
.subtitle.is-7 {
  font-size: 0.75rem;
}

/* line 19, utilities/mixins.scss */
.block:not(:last-child) {
  margin-bottom: 1.5rem;
}

/* line 7, elements/other.scss */
.delete {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background-color: rgba(10, 10, 10, 0.2);
  border: none;
  border-radius: 290486px;
  cursor: pointer;
  display: inline-block;
  flex-grow: 0;
  flex-shrink: 0;
  font-size: 1rem;
  height: 20px;
  max-height: 20px;
  max-width: 20px;
  min-height: 20px;
  min-width: 20px;
  outline: none;
  position: relative;
  vertical-align: top;
  width: 20px;
}
/* line 68, utilities/mixins.scss */
.delete:before, .delete:after {
  background-color: white;
  content: "";
  display: block;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
  transform-origin: center center;
}
/* line 80, utilities/mixins.scss */
.delete:before {
  height: 2px;
  width: 50%;
}
/* line 85, utilities/mixins.scss */
.delete:after {
  height: 50%;
  width: 2px;
}
/* line 90, utilities/mixins.scss */
.delete:hover, .delete:focus {
  background-color: rgba(10, 10, 10, 0.3);
}
/* line 95, utilities/mixins.scss */
.delete:active {
  background-color: rgba(10, 10, 10, 0.4);
}
/* line 100, utilities/mixins.scss */
.delete.is-small {
  height: 16px;
  max-height: 16px;
  max-width: 16px;
  min-height: 16px;
  min-width: 16px;
  width: 16px;
}
/* line 109, utilities/mixins.scss */
.delete.is-medium {
  height: 24px;
  max-height: 24px;
  max-width: 24px;
  min-height: 24px;
  min-width: 24px;
  width: 24px;
}
/* line 118, utilities/mixins.scss */
.delete.is-large {
  height: 32px;
  max-height: 32px;
  max-width: 32px;
  min-height: 32px;
  min-width: 32px;
  width: 32px;
}

/* line 11, elements/other.scss */
.heading {
  display: block;
  font-size: 11px;
  letter-spacing: 1px;
  margin-bottom: 5px;
  text-transform: uppercase;
}

/* line 19, elements/other.scss */
.highlight {
  font-weight: 400;
  max-width: 100%;
  overflow: hidden;
  padding: 0;
}
/* line 19, utilities/mixins.scss */
.highlight:not(:last-child) {
  margin-bottom: 1.5rem;
}
/* line 27, elements/other.scss */
.highlight pre {
  overflow: auto;
  max-width: 100%;
}

/* line 33, elements/other.scss */
.loader {
  animation: spinAround 500ms infinite linear;
  border: 2px solid #dbdbdb;
  border-radius: 290486px;
  border-right-color: transparent;
  border-top-color: transparent;
  content: "";
  display: block;
  height: 1em;
  position: relative;
  width: 1em;
}

/* line 37, elements/other.scss */
.number {
  align-items: center;
  background-color: whitesmoke;
  border-radius: 290486px;
  display: inline-flex;
  font-size: 1.25rem;
  height: 2em;
  justify-content: center;
  margin-right: 1.5rem;
  min-width: 2.5em;
  padding: 0.25rem 0.5rem;
  text-align: center;
  vertical-align: top;
}

/* line 9, components/breadcrumb.scss */
.breadcrumb {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  align-items: stretch;
  display: flex;
  font-size: 1rem;
  overflow: hidden;
  overflow-x: auto;
  white-space: nowrap;
}
/* line 19, utilities/mixins.scss */
.breadcrumb:not(:last-child) {
  margin-bottom: 1.5rem;
}
/* line 20, components/breadcrumb.scss */
.breadcrumb a {
  align-items: center;
  color: #357cd6;
  display: flex;
  justify-content: center;
  padding: 0.5em 0.75em;
}
/* line 27, components/breadcrumb.scss */
.breadcrumb a:hover {
  color: #363636;
}
/* line 32, components/breadcrumb.scss */
.breadcrumb li {
  align-items: center;
  display: flex;
}
/* line 36, components/breadcrumb.scss */
.breadcrumb li:first-child a {
  padding-left: 0;
}
/* line 41, components/breadcrumb.scss */
.breadcrumb li.is-active a {
  color: #363636;
  cursor: default;
  pointer-events: none;
}
/* line 48, components/breadcrumb.scss */
.breadcrumb li + li::before {
  color: #4a4a4a;
  content: "/";
}
/* line 54, components/breadcrumb.scss */
.breadcrumb ul, .breadcrumb ol {
  align-items: center;
  display: flex;
  flex-grow: 1;
  flex-shrink: 0;
  justify-content: flex-start;
}
/* line 63, components/breadcrumb.scss */
.breadcrumb .icon:first-child {
  margin-right: 0.5em;
}
/* line 67, components/breadcrumb.scss */
.breadcrumb .icon:last-child {
  margin-left: 0.5em;
}
/* line 74, components/breadcrumb.scss */
.breadcrumb.is-centered ol, .breadcrumb.is-centered ul {
  justify-content: center;
}
/* line 80, components/breadcrumb.scss */
.breadcrumb.is-right ol, .breadcrumb.is-right ul {
  justify-content: flex-end;
}
/* line 86, components/breadcrumb.scss */
.breadcrumb.is-small {
  font-size: 0.75rem;
}
/* line 90, components/breadcrumb.scss */
.breadcrumb.is-medium {
  font-size: 1.25rem;
}
/* line 94, components/breadcrumb.scss */
.breadcrumb.is-large {
  font-size: 1.5rem;
}
/* line 100, components/breadcrumb.scss */
.breadcrumb.has-arrow-separator li + li::before {
  content: "→";
}
/* line 106, components/breadcrumb.scss */
.breadcrumb.has-bullet-separator li + li::before {
  content: "•";
}
/* line 112, components/breadcrumb.scss */
.breadcrumb.has-dot-separator li + li::before {
  content: "·";
}
/* line 118, components/breadcrumb.scss */
.breadcrumb.has-succeeds-separator li + li::before {
  content: "≻";
}

/* line 13, components/card.scss */
.card {
  background-color: white;
  box-shadow: 0 2px 3px rgba(10, 10, 10, 0.1), 0 0 0 1px rgba(10, 10, 10, 0.1);
  color: #4a4a4a;
  max-width: 100%;
  position: relative;
}

/* line 21, components/card.scss */
.card-header {
  align-items: stretch;
  box-shadow: 0 1px 2px rgba(10, 10, 10, 0.1);
  display: flex;
}

/* line 27, components/card.scss */
.card-header-title {
  align-items: center;
  color: #363636;
  display: flex;
  flex-grow: 1;
  font-weight: 700;
  padding: 0.75rem;
}
/* line 35, components/card.scss */
.card-header-title.is-centered {
  justify-content: center;
}

/* line 40, components/card.scss */
.card-header-icon {
  align-items: center;
  cursor: pointer;
  display: flex;
  justify-content: center;
  padding: 0.75rem;
}

/* line 48, components/card.scss */
.card-image {
  display: block;
  position: relative;
}

/* line 53, components/card.scss */
.card-content {
  padding: 1.5rem;
}

/* line 57, components/card.scss */
.card-footer {
  border-top: 1px solid #dbdbdb;
  align-items: stretch;
  display: flex;
}

/* line 63, components/card.scss */
.card-footer-item {
  align-items: center;
  display: flex;
  flex-basis: 0;
  flex-grow: 1;
  flex-shrink: 0;
  justify-content: center;
  padding: 0.75rem;
}
/* line 72, components/card.scss */
.card-footer-item:not(:last-child) {
  border-right: 1px solid #dbdbdb;
}

/* line 80, components/card.scss */
.card .media:not(:last-child) {
  margin-bottom: 0.75rem;
}

/* line 18, components/dropdown.scss */
.dropdown {
  display: inline-flex;
  position: relative;
  vertical-align: top;
}
/* line 25, components/dropdown.scss */
.dropdown.is-active .dropdown-menu, .dropdown.is-hoverable:hover .dropdown-menu {
  display: block;
}
/* line 31, components/dropdown.scss */
.dropdown.is-right .dropdown-menu {
  left: auto;
  right: 0;
}
/* line 38, components/dropdown.scss */
.dropdown.is-up .dropdown-menu {
  bottom: 100%;
  padding-bottom: 4px;
  padding-top: unset;
  top: auto;
}

/* line 47, components/dropdown.scss */
.dropdown-menu {
  display: none;
  left: 0;
  min-width: 12rem;
  padding-top: 4px;
  position: absolute;
  top: 100%;
  z-index: 20;
}

/* line 57, components/dropdown.scss */
.dropdown-content {
  background-color: white;
  border-radius: 3px;
  box-shadow: 0 2px 3px rgba(10, 10, 10, 0.1), 0 0 0 1px rgba(10, 10, 10, 0.1);
  padding-bottom: 0.5rem;
  padding-top: 0.5rem;
}

/* line 65, components/dropdown.scss */
.dropdown-item {
  color: #4a4a4a;
  display: block;
  font-size: 0.875rem;
  line-height: 1.5;
  padding: 0.375rem 1rem;
  position: relative;
}

/* line 74, components/dropdown.scss */
a.dropdown-item {
  padding-right: 3rem;
  white-space: nowrap;
}
/* line 78, components/dropdown.scss */
a.dropdown-item:hover {
  background-color: whitesmoke;
  color: #0a0a0a;
}
/* line 83, components/dropdown.scss */
a.dropdown-item.is-active {
  background-color: #357cd6;
  color: #fff;
}

/* line 89, components/dropdown.scss */
.dropdown-divider {
  background-color: #dbdbdb;
  border: none;
  display: block;
  height: 1px;
  margin: 0.5rem 0;
}

/* line 3, components/level.scss */
.level {
  align-items: center;
  justify-content: space-between;
}
/* line 19, utilities/mixins.scss */
.level:not(:last-child) {
  margin-bottom: 1.5rem;
}
/* line 9, components/level.scss */
.level code {
  border-radius: 3px;
}
/* line 13, components/level.scss */
.level img {
  display: inline-block;
  vertical-align: top;
}
/* line 19, components/level.scss */
.level.is-mobile {
  display: flex;
}
/* line 22, components/level.scss */
.level.is-mobile .level-left,
.level.is-mobile .level-right {
  display: flex;
}
/* line 27, components/level.scss */
.level.is-mobile .level-left + .level-right {
  margin-top: 0;
}
/* line 31, components/level.scss */
.level.is-mobile .level-item {
  margin-right: 0.75rem;
}
/* line 32, components/level.scss */
.level.is-mobile .level-item:not(:last-child) {
  margin-bottom: 0;
}
/* line 36, components/level.scss */
.level.is-mobile .level-item:not(.is-narrow) {
  flex-grow: 1;
}
@media screen and (min-width: 769px), print {
  /* line 3, components/level.scss */
  .level {
    display: flex;
  }
  /* line 49, components/level.scss */
  .level > .level-item:not(.is-narrow) {
    flex-grow: 1;
  }
}

/* line 56, components/level.scss */
.level-item {
  align-items: center;
  display: flex;
  flex-basis: auto;
  flex-grow: 0;
  flex-shrink: 0;
  justify-content: center;
}
/* line 64, components/level.scss */
.level-item .title,
.level-item .subtitle {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  /* line 71, components/level.scss */
  .level-item:not(:last-child) {
    margin-bottom: 0.75rem;
  }
}

/* line 77, components/level.scss */
.level-left,
.level-right {
  flex-basis: auto;
  flex-grow: 0;
  flex-shrink: 0;
}
/* line 85, components/level.scss */
.level-left .level-item.is-flexible,
.level-right .level-item.is-flexible {
  flex-grow: 1;
}
@media screen and (min-width: 769px), print {
  /* line 91, components/level.scss */
  .level-left .level-item:not(:last-child),
  .level-right .level-item:not(:last-child) {
    margin-right: 0.75rem;
  }
}

/* line 98, components/level.scss */
.level-left {
  align-items: center;
  justify-content: flex-start;
}
@media screen and (max-width: 768px) {
  /* line 104, components/level.scss */
  .level-left + .level-right {
    margin-top: 1.5rem;
  }
}
@media screen and (min-width: 769px), print {
  /* line 98, components/level.scss */
  .level-left {
    display: flex;
  }
}

/* line 115, components/level.scss */
.level-right {
  align-items: center;
  justify-content: flex-end;
}
@media screen and (min-width: 769px), print {
  /* line 115, components/level.scss */
  .level-right {
    display: flex;
  }
}

/* line 3, components/media.scss */
.media {
  align-items: flex-start;
  display: flex;
  text-align: left;
}
/* line 8, components/media.scss */
.media .content:not(:last-child) {
  margin-bottom: 0.75rem;
}
/* line 12, components/media.scss */
.media .media {
  border-top: 1px solid rgba(219, 219, 219, 0.5);
  display: flex;
  padding-top: 0.75rem;
}
/* line 17, components/media.scss */
.media .media .content:not(:last-child),
.media .media .control:not(:last-child) {
  margin-bottom: 0.5rem;
}
/* line 22, components/media.scss */
.media .media .media {
  padding-top: 0.5rem;
}
/* line 25, components/media.scss */
.media .media .media + .media {
  margin-top: 0.5rem;
}
/* line 31, components/media.scss */
.media + .media {
  border-top: 1px solid rgba(219, 219, 219, 0.5);
  margin-top: 1rem;
  padding-top: 1rem;
}
/* line 39, components/media.scss */
.media.is-large + .media {
  margin-top: 1.5rem;
  padding-top: 1.5rem;
}

/* line 46, components/media.scss */
.media-left,
.media-right {
  flex-basis: auto;
  flex-grow: 0;
  flex-shrink: 0;
}

/* line 53, components/media.scss */
.media-left {
  margin-right: 1rem;
}

/* line 57, components/media.scss */
.media-right {
  margin-left: 1rem;
}

/* line 61, components/media.scss */
.media-content {
  flex-basis: auto;
  flex-grow: 1;
  flex-shrink: 1;
  text-align: left;
}

/* line 14, components/menu.scss */
.menu {
  font-size: 1rem;
}
/* line 18, components/menu.scss */
.menu.is-small {
  font-size: 0.75rem;
}
/* line 22, components/menu.scss */
.menu.is-medium {
  font-size: 1.25rem;
}
/* line 26, components/menu.scss */
.menu.is-large {
  font-size: 1.5rem;
}

/* line 31, components/menu.scss */
.menu-list {
  line-height: 1.25;
}
/* line 34, components/menu.scss */
.menu-list a {
  border-radius: 2px;
  color: #4a4a4a;
  display: block;
  padding: 0.5em 0.75em;
}
/* line 40, components/menu.scss */
.menu-list a:hover {
  background-color: whitesmoke;
  color: #363636;
}
/* line 46, components/menu.scss */
.menu-list a.is-active {
  background-color: #357cd6;
  color: #fff;
}
/* line 53, components/menu.scss */
.menu-list li ul {
  border-left: 1px solid #dbdbdb;
  margin: 0.75em;
  padding-left: 0.75em;
}

/* line 61, components/menu.scss */
.menu-label {
  color: #7a7a7a;
  font-size: 0.75em;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
/* line 67, components/menu.scss */
.menu-label:not(:first-child) {
  margin-top: 1em;
}
/* line 71, components/menu.scss */
.menu-label:not(:last-child) {
  margin-bottom: 1em;
}

/* line 19, components/message.scss */
.message {
  background-color: whitesmoke;
  border-radius: 3px;
  font-size: 1rem;
}
/* line 19, utilities/mixins.scss */
.message:not(:last-child) {
  margin-bottom: 1.5rem;
}
/* line 26, components/message.scss */
.message strong {
  color: currentColor;
}
/* line 30, components/message.scss */
.message a:not(.button):not(.tag) {
  color: currentColor;
  text-decoration: underline;
}
/* line 36, components/message.scss */
.message.is-small {
  font-size: 0.75rem;
}
/* line 40, components/message.scss */
.message.is-medium {
  font-size: 1.25rem;
}
/* line 44, components/message.scss */
.message.is-large {
  font-size: 1.5rem;
}
/* line 57, components/message.scss */
.message.is-white {
  background-color: white;
}
/* line 60, components/message.scss */
.message.is-white .message-header {
  background-color: white;
  color: #0a0a0a;
}
/* line 65, components/message.scss */
.message.is-white .message-body {
  border-color: white;
  color: #4d4d4d;
}
/* line 57, components/message.scss */
.message.is-black {
  background-color: #fafafa;
}
/* line 60, components/message.scss */
.message.is-black .message-header {
  background-color: #0a0a0a;
  color: white;
}
/* line 65, components/message.scss */
.message.is-black .message-body {
  border-color: #0a0a0a;
  color: #0a0a0a;
}
/* line 57, components/message.scss */
.message.is-light {
  background-color: #fafafa;
}
/* line 60, components/message.scss */
.message.is-light .message-header {
  background-color: whitesmoke;
  color: #363636;
}
/* line 65, components/message.scss */
.message.is-light .message-body {
  border-color: whitesmoke;
  color: #4f4f4f;
}
/* line 57, components/message.scss */
.message.is-dark {
  background-color: #fafafa;
}
/* line 60, components/message.scss */
.message.is-dark .message-header {
  background-color: #363636;
  color: whitesmoke;
}
/* line 65, components/message.scss */
.message.is-dark .message-body {
  border-color: #363636;
  color: #2a2a2a;
}
/* line 57, components/message.scss */
.message.is-primary {
  background-color: #fef6f6;
}
/* line 60, components/message.scss */
.message.is-primary .message-header {
  background-color: #d51518;
  color: #fff;
}
/* line 65, components/message.scss */
.message.is-primary .message-body {
  border-color: #d51518;
  color: #9c1416;
}
/* line 57, components/message.scss */
.message.is-link {
  background-color: #f8f9fc;
}
/* line 60, components/message.scss */
.message.is-link .message-header {
  background-color: #357cd6;
  color: #fff;
}
/* line 65, components/message.scss */
.message.is-link .message-body {
  border-color: #357cd6;
  color: #2b385a;
}
/* line 57, components/message.scss */
.message.is-info {
  background-color: #f6f8fd;
}
/* line 60, components/message.scss */
.message.is-info .message-header {
  background-color: #1d409f;
  color: #fff;
}
/* line 65, components/message.scss */
.message.is-info .message-body {
  border-color: #1d409f;
  color: #1a3580;
}
/* line 57, components/message.scss */
.message.is-success {
  background-color: #f8fdf7;
}
/* line 60, components/message.scss */
.message.is-success .message-header {
  background-color: #4eb63a;
  color: #fff;
}
/* line 65, components/message.scss */
.message.is-success .message-body {
  border-color: #4eb63a;
  color: #22411c;
}
/* line 57, components/message.scss */
.message.is-warning {
  background-color: #fffcf5;
}
/* line 60, components/message.scss */
.message.is-warning .message-header {
  background-color: #fcc41d;
  color: rgba(0, 0, 0, 0.7);
}
/* line 65, components/message.scss */
.message.is-warning .message-body {
  border-color: #fcc41d;
  color: #2c2306;
}
/* line 57, components/message.scss */
.message.is-danger {
  background-color: #fff5f7;
}
/* line 60, components/message.scss */
.message.is-danger .message-header {
  background-color: #ff3860;
  color: #fff;
}
/* line 65, components/message.scss */
.message.is-danger .message-body {
  border-color: #ff3860;
  color: #cd0930;
}
/* line 57, components/message.scss */
.message.is-platinum {
  background-color: #fff2f5;
}
/* line 60, components/message.scss */
.message.is-platinum .message-header {
  background-color: #ca0e40;
  color: #fff;
}
/* line 65, components/message.scss */
.message.is-platinum .message-body {
  border-color: #ca0e40;
  color: #c30638;
}
/* line 57, components/message.scss */
.message.is-gold {
  background-color: #fff9e6;
}
/* line 60, components/message.scss */
.message.is-gold .message-header {
  background-color: #f3bd1d;
  color: #fff;
}
/* line 65, components/message.scss */
.message.is-gold .message-body {
  border-color: #f3bd1d;
  color: #dda80c;
}
/* line 57, components/message.scss */
.message.is-silver {
  background-color: #fafafa;
}
/* line 60, components/message.scss */
.message.is-silver .message-header {
  background-color: #b6b6b6;
  color: #fff;
}
/* line 65, components/message.scss */
.message.is-silver .message-body {
  border-color: #b6b6b6;
  color: #a5a5a5;
}
/* line 57, components/message.scss */
.message.is-bronze {
  background-color: #fff5f1;
}
/* line 60, components/message.scss */
.message.is-bronze .message-header {
  background-color: #e56c37;
  color: #fff;
}
/* line 65, components/message.scss */
.message.is-bronze .message-body {
  border-color: #e56c37;
  color: #df612a;
}
/* line 57, components/message.scss */
.message.is-iron {
  background-color: #fffbf5;
}
/* line 60, components/message.scss */
.message.is-iron .message-header {
  background-color: #9cc813;
  color: #fff;
}
/* line 65, components/message.scss */
.message.is-iron .message-body {
  border-color: #9cc813;
  color: #85ad0a;
}
/* line 57, components/message.scss */
.message.is-lightyellow {
  background-color: #fffff5;
}
/* line 60, components/message.scss */
.message.is-lightyellow .message-header {
  background-color: #ffff00;
  color: rgba(0, 0, 0, 0.7);
}
/* line 65, components/message.scss */
.message.is-lightyellow .message-body {
  border-color: #ffff00;
  color: black;
}
/* line 57, components/message.scss */
.message.is-facebook {
  background-color: #f8f9fc;
}
/* line 60, components/message.scss */
.message.is-facebook .message-header {
  background-color: #3b5998;
  color: #fff;
}
/* line 65, components/message.scss */
.message.is-facebook .message-body {
  border-color: #3b5998;
  color: #30446e;
}
/* line 57, components/message.scss */
.message.is-twitter {
  background-color: #f5fcff;
}
/* line 60, components/message.scss */
.message.is-twitter .message-header {
  background-color: #00aced;
  color: #fff;
}
/* line 65, components/message.scss */
.message.is-twitter .message-body {
  border-color: #00aced;
  color: #064157;
}

/* line 73, components/message.scss */
.message-header {
  align-items: center;
  background-color: #4a4a4a;
  border-radius: 3px 3px 0 0;
  color: #fff;
  display: flex;
  justify-content: space-between;
  line-height: 1.25;
  padding: 0.5em 0.75em;
  position: relative;
}
/* line 84, components/message.scss */
.message-header .delete {
  flex-grow: 0;
  flex-shrink: 0;
  margin-left: 0.75em;
}
/* line 90, components/message.scss */
.message-header + .message-body {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-top: none;
}

/* line 97, components/message.scss */
.message-body {
  border: 1px solid #dbdbdb;
  border-radius: 3px;
  color: #4a4a4a;
  padding: 1em 1.25em;
}
/* line 103, components/message.scss */
.message-body code,
.message-body pre {
  background-color: white;
}
/* line 108, components/message.scss */
.message-body pre code {
  background-color: transparent;
}

/* line 33, components/modal.scss */
.modal {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  align-items: center;
  display: none;
  justify-content: center;
  overflow: hidden;
  position: fixed;
  z-index: 20;
}
/* line 44, components/modal.scss */
.modal.is-active {
  display: flex;
}

/* line 49, components/modal.scss */
.modal-background {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  background-color: rgba(10, 10, 10, 0.86);
}

/* line 55, components/modal.scss */
.modal-content,
.modal-card {
  margin: 0 20px;
  max-height: calc(100vh - 160px);
  overflow: auto;
  position: relative;
  width: 100%;
}
@media screen and (min-width: 769px), print {
  /* line 55, components/modal.scss */
  .modal-content,
  .modal-card {
    margin: 0 auto;
    max-height: calc(100vh - 40px);
    width: 640px;
  }
}

/* line 71, components/modal.scss */
.modal-close {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background-color: rgba(10, 10, 10, 0.2);
  border: none;
  border-radius: 290486px;
  cursor: pointer;
  display: inline-block;
  flex-grow: 0;
  flex-shrink: 0;
  font-size: 1rem;
  height: 20px;
  max-height: 20px;
  max-width: 20px;
  min-height: 20px;
  min-width: 20px;
  outline: none;
  position: relative;
  vertical-align: top;
  width: 20px;
  background: none;
  height: 40px;
  position: fixed;
  right: 20px;
  top: 20px;
  width: 40px;
}
/* line 68, utilities/mixins.scss */
.modal-close:before, .modal-close:after {
  background-color: white;
  content: "";
  display: block;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
  transform-origin: center center;
}
/* line 80, utilities/mixins.scss */
.modal-close:before {
  height: 2px;
  width: 50%;
}
/* line 85, utilities/mixins.scss */
.modal-close:after {
  height: 50%;
  width: 2px;
}
/* line 90, utilities/mixins.scss */
.modal-close:hover, .modal-close:focus {
  background-color: rgba(10, 10, 10, 0.3);
}
/* line 95, utilities/mixins.scss */
.modal-close:active {
  background-color: rgba(10, 10, 10, 0.4);
}
/* line 100, utilities/mixins.scss */
.modal-close.is-small {
  height: 16px;
  max-height: 16px;
  max-width: 16px;
  min-height: 16px;
  min-width: 16px;
  width: 16px;
}
/* line 109, utilities/mixins.scss */
.modal-close.is-medium {
  height: 24px;
  max-height: 24px;
  max-width: 24px;
  min-height: 24px;
  min-width: 24px;
  width: 24px;
}
/* line 118, utilities/mixins.scss */
.modal-close.is-large {
  height: 32px;
  max-height: 32px;
  max-width: 32px;
  min-height: 32px;
  min-width: 32px;
  width: 32px;
}

/* line 82, components/modal.scss */
.modal-card {
  display: flex;
  flex-direction: column;
  max-height: calc(100vh - 40px);
  overflow: hidden;
}

/* line 89, components/modal.scss */
.modal-card-head,
.modal-card-foot {
  align-items: center;
  background-color: whitesmoke;
  display: flex;
  flex-shrink: 0;
  justify-content: flex-start;
  padding: 15px;
  position: relative;
}

/* line 100, components/modal.scss */
.modal-card-head {
  border-bottom: 1px solid #dbdbdb;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
/* line 108, components/modal.scss */
.modal-card-head.is-white {
  background-color: white;
  border-color: transparent;
  color: #0a0a0a;
}
/* line 108, components/modal.scss */
.modal-card-head.is-black {
  background-color: #0a0a0a;
  border-color: transparent;
  color: white;
}
/* line 108, components/modal.scss */
.modal-card-head.is-light {
  background-color: whitesmoke;
  border-color: transparent;
  color: #363636;
}
/* line 108, components/modal.scss */
.modal-card-head.is-dark {
  background-color: #363636;
  border-color: transparent;
  color: whitesmoke;
}
/* line 108, components/modal.scss */
.modal-card-head.is-primary {
  background-color: #d51518;
  border-color: transparent;
  color: #fff;
}
/* line 108, components/modal.scss */
.modal-card-head.is-link {
  background-color: #357cd6;
  border-color: transparent;
  color: #fff;
}
/* line 108, components/modal.scss */
.modal-card-head.is-info {
  background-color: #1d409f;
  border-color: transparent;
  color: #fff;
}
/* line 108, components/modal.scss */
.modal-card-head.is-success {
  background-color: #4eb63a;
  border-color: transparent;
  color: #fff;
}
/* line 108, components/modal.scss */
.modal-card-head.is-warning {
  background-color: #fcc41d;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}
/* line 108, components/modal.scss */
.modal-card-head.is-danger {
  background-color: #ff3860;
  border-color: transparent;
  color: #fff;
}
/* line 108, components/modal.scss */
.modal-card-head.is-platinum {
  background-color: #ca0e40;
  border-color: transparent;
  color: #fff;
}
/* line 108, components/modal.scss */
.modal-card-head.is-gold {
  background-color: #f3bd1d;
  border-color: transparent;
  color: #fff;
}
/* line 108, components/modal.scss */
.modal-card-head.is-silver {
  background-color: #b6b6b6;
  border-color: transparent;
  color: #fff;
}
/* line 108, components/modal.scss */
.modal-card-head.is-bronze {
  background-color: #e56c37;
  border-color: transparent;
  color: #fff;
}
/* line 108, components/modal.scss */
.modal-card-head.is-iron {
  background-color: #9cc813;
  border-color: transparent;
  color: #fff;
}
/* line 108, components/modal.scss */
.modal-card-head.is-lightyellow {
  background-color: #ffff00;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}
/* line 108, components/modal.scss */
.modal-card-head.is-facebook {
  background-color: #3b5998;
  border-color: transparent;
  color: #fff;
}
/* line 108, components/modal.scss */
.modal-card-head.is-twitter {
  background-color: #00aced;
  border-color: transparent;
  color: #fff;
}

/* line 116, components/modal.scss */
.modal-card-title {
  color: #363636;
  flex-grow: 1;
  flex-shrink: 0;
  font-size: 1.5rem;
  line-height: 1;
}

/* line 124, components/modal.scss */
.modal-card-foot {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top: 1px solid #dbdbdb;
}
/* line 130, components/modal.scss */
.modal-card-foot .button:not(:last-child) {
  margin-right: 10px;
}

/* line 136, components/modal.scss */
.modal-card-body {
  -webkit-overflow-scrolling: touch;
  background-color: white;
  flex-grow: 1;
  flex-shrink: 1;
  overflow: auto;
  padding: 20px;
}

/* line 38, components/navbar.scss */
.navbar {
  background-color: white;
  min-height: 3rem;
  position: relative;
}
/* line 47, components/navbar.scss */
.navbar.is-white {
  background-color: white;
  color: #0a0a0a;
}
/* line 52, components/navbar.scss */
.navbar.is-white .navbar-brand > .navbar-item,
.navbar.is-white .navbar-brand .navbar-link {
  color: #0a0a0a;
}
/* line 59, components/navbar.scss */
.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:hover,
.navbar.is-white .navbar-brand .navbar-link.is-active {
  background-color: #f2f2f2;
  color: #0a0a0a;
}
/* line 67, components/navbar.scss */
.navbar.is-white .navbar-brand .navbar-link::after {
  border-color: #0a0a0a;
}
@media screen and (min-width: 1024px) {
  /* line 76, components/navbar.scss */
  .navbar.is-white .navbar-start > .navbar-item,
  .navbar.is-white .navbar-start .navbar-link,
  .navbar.is-white .navbar-end > .navbar-item,
  .navbar.is-white .navbar-end .navbar-link {
    color: #0a0a0a;
  }
  /* line 83, components/navbar.scss */
  .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:hover,
  .navbar.is-white .navbar-start .navbar-link.is-active,
  .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:hover,
  .navbar.is-white .navbar-end .navbar-link.is-active {
    background-color: #f2f2f2;
    color: #0a0a0a;
  }
  /* line 91, components/navbar.scss */
  .navbar.is-white .navbar-start .navbar-link::after,
  .navbar.is-white .navbar-end .navbar-link::after {
    border-color: #0a0a0a;
  }
  /* line 97, components/navbar.scss */
  .navbar.is-white .navbar-item.has-dropdown:hover .navbar-link,
  .navbar.is-white .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: #f2f2f2;
    color: #0a0a0a;
  }
  /* line 105, components/navbar.scss */
  .navbar.is-white .navbar-dropdown a.navbar-item.is-active {
    background-color: white;
    color: #0a0a0a;
  }
}
/* line 47, components/navbar.scss */
.navbar.is-black {
  background-color: #0a0a0a;
  color: white;
}
/* line 52, components/navbar.scss */
.navbar.is-black .navbar-brand > .navbar-item,
.navbar.is-black .navbar-brand .navbar-link {
  color: white;
}
/* line 59, components/navbar.scss */
.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:hover,
.navbar.is-black .navbar-brand .navbar-link.is-active {
  background-color: black;
  color: white;
}
/* line 67, components/navbar.scss */
.navbar.is-black .navbar-brand .navbar-link::after {
  border-color: white;
}
@media screen and (min-width: 1024px) {
  /* line 76, components/navbar.scss */
  .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 83, components/navbar.scss */
  .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:hover,
  .navbar.is-black .navbar-start .navbar-link.is-active,
  .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:hover,
  .navbar.is-black .navbar-end .navbar-link.is-active {
    background-color: black;
    color: white;
  }
  /* line 91, components/navbar.scss */
  .navbar.is-black .navbar-start .navbar-link::after,
  .navbar.is-black .navbar-end .navbar-link::after {
    border-color: white;
  }
  /* line 97, components/navbar.scss */
  .navbar.is-black .navbar-item.has-dropdown:hover .navbar-link,
  .navbar.is-black .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: black;
    color: white;
  }
  /* line 105, components/navbar.scss */
  .navbar.is-black .navbar-dropdown a.navbar-item.is-active {
    background-color: #0a0a0a;
    color: white;
  }
}
/* line 47, components/navbar.scss */
.navbar.is-light {
  background-color: whitesmoke;
  color: #363636;
}
/* line 52, components/navbar.scss */
.navbar.is-light .navbar-brand > .navbar-item,
.navbar.is-light .navbar-brand .navbar-link {
  color: #363636;
}
/* line 59, components/navbar.scss */
.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:hover,
.navbar.is-light .navbar-brand .navbar-link.is-active {
  background-color: #e8e8e8;
  color: #363636;
}
/* line 67, components/navbar.scss */
.navbar.is-light .navbar-brand .navbar-link::after {
  border-color: #363636;
}
@media screen and (min-width: 1024px) {
  /* line 76, components/navbar.scss */
  .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: #363636;
  }
  /* line 83, components/navbar.scss */
  .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:hover,
  .navbar.is-light .navbar-start .navbar-link.is-active,
  .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:hover,
  .navbar.is-light .navbar-end .navbar-link.is-active {
    background-color: #e8e8e8;
    color: #363636;
  }
  /* line 91, components/navbar.scss */
  .navbar.is-light .navbar-start .navbar-link::after,
  .navbar.is-light .navbar-end .navbar-link::after {
    border-color: #363636;
  }
  /* line 97, components/navbar.scss */
  .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: #363636;
  }
  /* line 105, components/navbar.scss */
  .navbar.is-light .navbar-dropdown a.navbar-item.is-active {
    background-color: whitesmoke;
    color: #363636;
  }
}
/* line 47, components/navbar.scss */
.navbar.is-dark {
  background-color: #363636;
  color: whitesmoke;
}
/* line 52, components/navbar.scss */
.navbar.is-dark .navbar-brand > .navbar-item,
.navbar.is-dark .navbar-brand .navbar-link {
  color: whitesmoke;
}
/* line 59, components/navbar.scss */
.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:hover,
.navbar.is-dark .navbar-brand .navbar-link.is-active {
  background-color: #292929;
  color: whitesmoke;
}
/* line 67, components/navbar.scss */
.navbar.is-dark .navbar-brand .navbar-link::after {
  border-color: whitesmoke;
}
@media screen and (min-width: 1024px) {
  /* line 76, components/navbar.scss */
  .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 83, components/navbar.scss */
  .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:hover,
  .navbar.is-dark .navbar-start .navbar-link.is-active,
  .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:hover,
  .navbar.is-dark .navbar-end .navbar-link.is-active {
    background-color: #292929;
    color: whitesmoke;
  }
  /* line 91, components/navbar.scss */
  .navbar.is-dark .navbar-start .navbar-link::after,
  .navbar.is-dark .navbar-end .navbar-link::after {
    border-color: whitesmoke;
  }
  /* line 97, components/navbar.scss */
  .navbar.is-dark .navbar-item.has-dropdown:hover .navbar-link,
  .navbar.is-dark .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: #292929;
    color: whitesmoke;
  }
  /* line 105, components/navbar.scss */
  .navbar.is-dark .navbar-dropdown a.navbar-item.is-active {
    background-color: #363636;
    color: whitesmoke;
  }
}
/* line 47, components/navbar.scss */
.navbar.is-primary {
  background-color: #d51518;
  color: #fff;
}
/* line 52, components/navbar.scss */
.navbar.is-primary .navbar-brand > .navbar-item,
.navbar.is-primary .navbar-brand .navbar-link {
  color: #fff;
}
/* line 59, components/navbar.scss */
.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:hover,
.navbar.is-primary .navbar-brand .navbar-link.is-active {
  background-color: #be1316;
  color: #fff;
}
/* line 67, components/navbar.scss */
.navbar.is-primary .navbar-brand .navbar-link::after {
  border-color: #fff;
}
@media screen and (min-width: 1024px) {
  /* line 76, components/navbar.scss */
  .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 83, components/navbar.scss */
  .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:hover,
  .navbar.is-primary .navbar-start .navbar-link.is-active,
  .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:hover,
  .navbar.is-primary .navbar-end .navbar-link.is-active {
    background-color: #be1316;
    color: #fff;
  }
  /* line 91, components/navbar.scss */
  .navbar.is-primary .navbar-start .navbar-link::after,
  .navbar.is-primary .navbar-end .navbar-link::after {
    border-color: #fff;
  }
  /* line 97, components/navbar.scss */
  .navbar.is-primary .navbar-item.has-dropdown:hover .navbar-link,
  .navbar.is-primary .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: #be1316;
    color: #fff;
  }
  /* line 105, components/navbar.scss */
  .navbar.is-primary .navbar-dropdown a.navbar-item.is-active {
    background-color: #d51518;
    color: #fff;
  }
}
/* line 47, components/navbar.scss */
.navbar.is-link {
  background-color: #357cd6;
  color: #fff;
}
/* line 52, components/navbar.scss */
.navbar.is-link .navbar-brand > .navbar-item,
.navbar.is-link .navbar-brand .navbar-link {
  color: #fff;
}
/* line 59, components/navbar.scss */
.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:hover,
.navbar.is-link .navbar-brand .navbar-link.is-active {
  background-color: #357cd6;
  color: #fff;
}
/* line 67, components/navbar.scss */
.navbar.is-link .navbar-brand .navbar-link::after {
  border-color: #fff;
}
@media screen and (min-width: 1024px) {
  /* line 76, components/navbar.scss */
  .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 83, components/navbar.scss */
  .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:hover,
  .navbar.is-link .navbar-start .navbar-link.is-active,
  .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:hover,
  .navbar.is-link .navbar-end .navbar-link.is-active {
    background-color: #357cd6;
    color: #fff;
  }
  /* line 91, components/navbar.scss */
  .navbar.is-link .navbar-start .navbar-link::after,
  .navbar.is-link .navbar-end .navbar-link::after {
    border-color: #fff;
  }
  /* line 97, components/navbar.scss */
  .navbar.is-link .navbar-item.has-dropdown:hover .navbar-link,
  .navbar.is-link .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: #357cd6;
    color: #fff;
  }
  /* line 105, components/navbar.scss */
  .navbar.is-link .navbar-dropdown a.navbar-item.is-active {
    background-color: #357cd6;
    color: #fff;
  }
}
/* line 47, components/navbar.scss */
.navbar.is-info {
  background-color: #1d409f;
  color: #fff;
}
/* line 52, components/navbar.scss */
.navbar.is-info .navbar-brand > .navbar-item,
.navbar.is-info .navbar-brand .navbar-link {
  color: #fff;
}
/* line 59, components/navbar.scss */
.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:hover,
.navbar.is-info .navbar-brand .navbar-link.is-active {
  background-color: #19378a;
  color: #fff;
}
/* line 67, components/navbar.scss */
.navbar.is-info .navbar-brand .navbar-link::after {
  border-color: #fff;
}
@media screen and (min-width: 1024px) {
  /* line 76, components/navbar.scss */
  .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 83, components/navbar.scss */
  .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:hover,
  .navbar.is-info .navbar-start .navbar-link.is-active,
  .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:hover,
  .navbar.is-info .navbar-end .navbar-link.is-active {
    background-color: #19378a;
    color: #fff;
  }
  /* line 91, components/navbar.scss */
  .navbar.is-info .navbar-start .navbar-link::after,
  .navbar.is-info .navbar-end .navbar-link::after {
    border-color: #fff;
  }
  /* line 97, components/navbar.scss */
  .navbar.is-info .navbar-item.has-dropdown:hover .navbar-link,
  .navbar.is-info .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: #19378a;
    color: #fff;
  }
  /* line 105, components/navbar.scss */
  .navbar.is-info .navbar-dropdown a.navbar-item.is-active {
    background-color: #1d409f;
    color: #fff;
  }
}
/* line 47, components/navbar.scss */
.navbar.is-success {
  background-color: #4eb63a;
  color: #fff;
}
/* line 52, components/navbar.scss */
.navbar.is-success .navbar-brand > .navbar-item,
.navbar.is-success .navbar-brand .navbar-link {
  color: #fff;
}
/* line 59, components/navbar.scss */
.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:hover,
.navbar.is-success .navbar-brand .navbar-link.is-active {
  background-color: #46a333;
  color: #fff;
}
/* line 67, components/navbar.scss */
.navbar.is-success .navbar-brand .navbar-link::after {
  border-color: #fff;
}
@media screen and (min-width: 1024px) {
  /* line 76, components/navbar.scss */
  .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 83, components/navbar.scss */
  .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:hover,
  .navbar.is-success .navbar-start .navbar-link.is-active,
  .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:hover,
  .navbar.is-success .navbar-end .navbar-link.is-active {
    background-color: #46a333;
    color: #fff;
  }
  /* line 91, components/navbar.scss */
  .navbar.is-success .navbar-start .navbar-link::after,
  .navbar.is-success .navbar-end .navbar-link::after {
    border-color: #fff;
  }
  /* line 97, components/navbar.scss */
  .navbar.is-success .navbar-item.has-dropdown:hover .navbar-link,
  .navbar.is-success .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: #46a333;
    color: #fff;
  }
  /* line 105, components/navbar.scss */
  .navbar.is-success .navbar-dropdown a.navbar-item.is-active {
    background-color: #4eb63a;
    color: #fff;
  }
}
/* line 47, components/navbar.scss */
.navbar.is-warning {
  background-color: #fcc41d;
  color: rgba(0, 0, 0, 0.7);
}
/* line 52, components/navbar.scss */
.navbar.is-warning .navbar-brand > .navbar-item,
.navbar.is-warning .navbar-brand .navbar-link {
  color: rgba(0, 0, 0, 0.7);
}
/* line 59, components/navbar.scss */
.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:hover,
.navbar.is-warning .navbar-brand .navbar-link.is-active {
  background-color: #fbbd04;
  color: rgba(0, 0, 0, 0.7);
}
/* line 67, components/navbar.scss */
.navbar.is-warning .navbar-brand .navbar-link::after {
  border-color: rgba(0, 0, 0, 0.7);
}
@media screen and (min-width: 1024px) {
  /* line 76, components/navbar.scss */
  .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 83, components/navbar.scss */
  .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:hover,
  .navbar.is-warning .navbar-start .navbar-link.is-active,
  .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:hover,
  .navbar.is-warning .navbar-end .navbar-link.is-active {
    background-color: #fbbd04;
    color: rgba(0, 0, 0, 0.7);
  }
  /* line 91, components/navbar.scss */
  .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 97, components/navbar.scss */
  .navbar.is-warning .navbar-item.has-dropdown:hover .navbar-link,
  .navbar.is-warning .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: #fbbd04;
    color: rgba(0, 0, 0, 0.7);
  }
  /* line 105, components/navbar.scss */
  .navbar.is-warning .navbar-dropdown a.navbar-item.is-active {
    background-color: #fcc41d;
    color: rgba(0, 0, 0, 0.7);
  }
}
/* line 47, components/navbar.scss */
.navbar.is-danger {
  background-color: #ff3860;
  color: #fff;
}
/* line 52, components/navbar.scss */
.navbar.is-danger .navbar-brand > .navbar-item,
.navbar.is-danger .navbar-brand .navbar-link {
  color: #fff;
}
/* line 59, components/navbar.scss */
.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:hover,
.navbar.is-danger .navbar-brand .navbar-link.is-active {
  background-color: #ff1f4b;
  color: #fff;
}
/* line 67, components/navbar.scss */
.navbar.is-danger .navbar-brand .navbar-link::after {
  border-color: #fff;
}
@media screen and (min-width: 1024px) {
  /* line 76, components/navbar.scss */
  .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 83, components/navbar.scss */
  .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:hover,
  .navbar.is-danger .navbar-start .navbar-link.is-active,
  .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:hover,
  .navbar.is-danger .navbar-end .navbar-link.is-active {
    background-color: #ff1f4b;
    color: #fff;
  }
  /* line 91, components/navbar.scss */
  .navbar.is-danger .navbar-start .navbar-link::after,
  .navbar.is-danger .navbar-end .navbar-link::after {
    border-color: #fff;
  }
  /* line 97, components/navbar.scss */
  .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, components/navbar.scss */
  .navbar.is-danger .navbar-dropdown a.navbar-item.is-active {
    background-color: #ff3860;
    color: #fff;
  }
}
/* line 47, components/navbar.scss */
.navbar.is-platinum {
  background-color: #ca0e40;
  color: #fff;
}
/* line 52, components/navbar.scss */
.navbar.is-platinum .navbar-brand > .navbar-item,
.navbar.is-platinum .navbar-brand .navbar-link {
  color: #fff;
}
/* line 59, components/navbar.scss */
.navbar.is-platinum .navbar-brand > a.navbar-item:hover, .navbar.is-platinum .navbar-brand > a.navbar-item.is-active,
.navbar.is-platinum .navbar-brand .navbar-link:hover,
.navbar.is-platinum .navbar-brand .navbar-link.is-active {
  background-color: #a90d36;
  color: #fff;
}
/* line 67, components/navbar.scss */
.navbar.is-platinum .navbar-brand .navbar-link::after {
  border-color: #fff;
}
@media screen and (min-width: 1024px) {
  /* line 76, components/navbar.scss */
  .navbar.is-platinum .navbar-start > .navbar-item,
  .navbar.is-platinum .navbar-start .navbar-link,
  .navbar.is-platinum .navbar-end > .navbar-item,
  .navbar.is-platinum .navbar-end .navbar-link {
    color: #fff;
  }
  /* line 83, components/navbar.scss */
  .navbar.is-platinum .navbar-start > a.navbar-item:hover, .navbar.is-platinum .navbar-start > a.navbar-item.is-active,
  .navbar.is-platinum .navbar-start .navbar-link:hover,
  .navbar.is-platinum .navbar-start .navbar-link.is-active,
  .navbar.is-platinum .navbar-end > a.navbar-item:hover,
  .navbar.is-platinum .navbar-end > a.navbar-item.is-active,
  .navbar.is-platinum .navbar-end .navbar-link:hover,
  .navbar.is-platinum .navbar-end .navbar-link.is-active {
    background-color: #a90d36;
    color: #fff;
  }
  /* line 91, components/navbar.scss */
  .navbar.is-platinum .navbar-start .navbar-link::after,
  .navbar.is-platinum .navbar-end .navbar-link::after {
    border-color: #fff;
  }
  /* line 97, components/navbar.scss */
  .navbar.is-platinum .navbar-item.has-dropdown:hover .navbar-link,
  .navbar.is-platinum .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: #a90d36;
    color: #fff;
  }
  /* line 105, components/navbar.scss */
  .navbar.is-platinum .navbar-dropdown a.navbar-item.is-active {
    background-color: #ca0e40;
    color: #fff;
  }
}
/* line 47, components/navbar.scss */
.navbar.is-gold {
  background-color: #f3bd1d;
  color: #fff;
}
/* line 52, components/navbar.scss */
.navbar.is-gold .navbar-brand > .navbar-item,
.navbar.is-gold .navbar-brand .navbar-link {
  color: #fff;
}
/* line 59, components/navbar.scss */
.navbar.is-gold .navbar-brand > a.navbar-item:hover, .navbar.is-gold .navbar-brand > a.navbar-item.is-active,
.navbar.is-gold .navbar-brand .navbar-link:hover,
.navbar.is-gold .navbar-brand .navbar-link.is-active {
  background-color: #d7a81b;
  color: #fff;
}
/* line 67, components/navbar.scss */
.navbar.is-gold .navbar-brand .navbar-link::after {
  border-color: #fff;
}
@media screen and (min-width: 1024px) {
  /* line 76, components/navbar.scss */
  .navbar.is-gold .navbar-start > .navbar-item,
  .navbar.is-gold .navbar-start .navbar-link,
  .navbar.is-gold .navbar-end > .navbar-item,
  .navbar.is-gold .navbar-end .navbar-link {
    color: #fff;
  }
  /* line 83, components/navbar.scss */
  .navbar.is-gold .navbar-start > a.navbar-item:hover, .navbar.is-gold .navbar-start > a.navbar-item.is-active,
  .navbar.is-gold .navbar-start .navbar-link:hover,
  .navbar.is-gold .navbar-start .navbar-link.is-active,
  .navbar.is-gold .navbar-end > a.navbar-item:hover,
  .navbar.is-gold .navbar-end > a.navbar-item.is-active,
  .navbar.is-gold .navbar-end .navbar-link:hover,
  .navbar.is-gold .navbar-end .navbar-link.is-active {
    background-color: #d7a81b;
    color: #fff;
  }
  /* line 91, components/navbar.scss */
  .navbar.is-gold .navbar-start .navbar-link::after,
  .navbar.is-gold .navbar-end .navbar-link::after {
    border-color: #fff;
  }
  /* line 97, components/navbar.scss */
  .navbar.is-gold .navbar-item.has-dropdown:hover .navbar-link,
  .navbar.is-gold .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: #d7a81b;
    color: #fff;
  }
  /* line 105, components/navbar.scss */
  .navbar.is-gold .navbar-dropdown a.navbar-item.is-active {
    background-color: #f3bd1d;
    color: #fff;
  }
}
/* line 47, components/navbar.scss */
.navbar.is-silver {
  background-color: #b6b6b6;
  color: #fff;
}
/* line 52, components/navbar.scss */
.navbar.is-silver .navbar-brand > .navbar-item,
.navbar.is-silver .navbar-brand .navbar-link {
  color: #fff;
}
/* line 59, components/navbar.scss */
.navbar.is-silver .navbar-brand > a.navbar-item:hover, .navbar.is-silver .navbar-brand > a.navbar-item.is-active,
.navbar.is-silver .navbar-brand .navbar-link:hover,
.navbar.is-silver .navbar-brand .navbar-link.is-active {
  background-color: #a2a2a2;
  color: #fff;
}
/* line 67, components/navbar.scss */
.navbar.is-silver .navbar-brand .navbar-link::after {
  border-color: #fff;
}
@media screen and (min-width: 1024px) {
  /* line 76, components/navbar.scss */
  .navbar.is-silver .navbar-start > .navbar-item,
  .navbar.is-silver .navbar-start .navbar-link,
  .navbar.is-silver .navbar-end > .navbar-item,
  .navbar.is-silver .navbar-end .navbar-link {
    color: #fff;
  }
  /* line 83, components/navbar.scss */
  .navbar.is-silver .navbar-start > a.navbar-item:hover, .navbar.is-silver .navbar-start > a.navbar-item.is-active,
  .navbar.is-silver .navbar-start .navbar-link:hover,
  .navbar.is-silver .navbar-start .navbar-link.is-active,
  .navbar.is-silver .navbar-end > a.navbar-item:hover,
  .navbar.is-silver .navbar-end > a.navbar-item.is-active,
  .navbar.is-silver .navbar-end .navbar-link:hover,
  .navbar.is-silver .navbar-end .navbar-link.is-active {
    background-color: #a2a2a2;
    color: #fff;
  }
  /* line 91, components/navbar.scss */
  .navbar.is-silver .navbar-start .navbar-link::after,
  .navbar.is-silver .navbar-end .navbar-link::after {
    border-color: #fff;
  }
  /* line 97, components/navbar.scss */
  .navbar.is-silver .navbar-item.has-dropdown:hover .navbar-link,
  .navbar.is-silver .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: #a2a2a2;
    color: #fff;
  }
  /* line 105, components/navbar.scss */
  .navbar.is-silver .navbar-dropdown a.navbar-item.is-active {
    background-color: #b6b6b6;
    color: #fff;
  }
}
/* line 47, components/navbar.scss */
.navbar.is-bronze {
  background-color: #e56c37;
  color: #fff;
}
/* line 52, components/navbar.scss */
.navbar.is-bronze .navbar-brand > .navbar-item,
.navbar.is-bronze .navbar-brand .navbar-link {
  color: #fff;
}
/* line 59, components/navbar.scss */
.navbar.is-bronze .navbar-brand > a.navbar-item:hover, .navbar.is-bronze .navbar-brand > a.navbar-item.is-active,
.navbar.is-bronze .navbar-brand .navbar-link:hover,
.navbar.is-bronze .navbar-brand .navbar-link.is-active {
  background-color: #ca6031;
  color: #fff;
}
/* line 67, components/navbar.scss */
.navbar.is-bronze .navbar-brand .navbar-link::after {
  border-color: #fff;
}
@media screen and (min-width: 1024px) {
  /* line 76, components/navbar.scss */
  .navbar.is-bronze .navbar-start > .navbar-item,
  .navbar.is-bronze .navbar-start .navbar-link,
  .navbar.is-bronze .navbar-end > .navbar-item,
  .navbar.is-bronze .navbar-end .navbar-link {
    color: #fff;
  }
  /* line 83, components/navbar.scss */
  .navbar.is-bronze .navbar-start > a.navbar-item:hover, .navbar.is-bronze .navbar-start > a.navbar-item.is-active,
  .navbar.is-bronze .navbar-start .navbar-link:hover,
  .navbar.is-bronze .navbar-start .navbar-link.is-active,
  .navbar.is-bronze .navbar-end > a.navbar-item:hover,
  .navbar.is-bronze .navbar-end > a.navbar-item.is-active,
  .navbar.is-bronze .navbar-end .navbar-link:hover,
  .navbar.is-bronze .navbar-end .navbar-link.is-active {
    background-color: #ca6031;
    color: #fff;
  }
  /* line 91, components/navbar.scss */
  .navbar.is-bronze .navbar-start .navbar-link::after,
  .navbar.is-bronze .navbar-end .navbar-link::after {
    border-color: #fff;
  }
  /* line 97, components/navbar.scss */
  .navbar.is-bronze .navbar-item.has-dropdown:hover .navbar-link,
  .navbar.is-bronze .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: #ca6031;
    color: #fff;
  }
  /* line 105, components/navbar.scss */
  .navbar.is-bronze .navbar-dropdown a.navbar-item.is-active {
    background-color: #e56c37;
    color: #fff;
  }
}
/* line 47, components/navbar.scss */
.navbar.is-iron {
  background-color: #9cc813;
  color: #fff;
}
/* line 52, components/navbar.scss */
.navbar.is-iron .navbar-brand > .navbar-item,
.navbar.is-iron .navbar-brand .navbar-link {
  color: #fff;
}
/* line 59, components/navbar.scss */
.navbar.is-iron .navbar-brand > a.navbar-item:hover, .navbar.is-iron .navbar-brand > a.navbar-item.is-active,
.navbar.is-iron .navbar-brand .navbar-link:hover,
.navbar.is-iron .navbar-brand .navbar-link.is-active {
  background-color: #87ad11;
  color: #fff;
}
/* line 67, components/navbar.scss */
.navbar.is-iron .navbar-brand .navbar-link::after {
  border-color: #fff;
}
@media screen and (min-width: 1024px) {
  /* line 76, components/navbar.scss */
  .navbar.is-iron .navbar-start > .navbar-item,
  .navbar.is-iron .navbar-start .navbar-link,
  .navbar.is-iron .navbar-end > .navbar-item,
  .navbar.is-iron .navbar-end .navbar-link {
    color: #fff;
  }
  /* line 83, components/navbar.scss */
  .navbar.is-iron .navbar-start > a.navbar-item:hover, .navbar.is-iron .navbar-start > a.navbar-item.is-active,
  .navbar.is-iron .navbar-start .navbar-link:hover,
  .navbar.is-iron .navbar-start .navbar-link.is-active,
  .navbar.is-iron .navbar-end > a.navbar-item:hover,
  .navbar.is-iron .navbar-end > a.navbar-item.is-active,
  .navbar.is-iron .navbar-end .navbar-link:hover,
  .navbar.is-iron .navbar-end .navbar-link.is-active {
    background-color: #87ad11;
    color: #fff;
  }
  /* line 91, components/navbar.scss */
  .navbar.is-iron .navbar-start .navbar-link::after,
  .navbar.is-iron .navbar-end .navbar-link::after {
    border-color: #fff;
  }
  /* line 97, components/navbar.scss */
  .navbar.is-iron .navbar-item.has-dropdown:hover .navbar-link,
  .navbar.is-iron .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: #87ad11;
    color: #fff;
  }
  /* line 105, components/navbar.scss */
  .navbar.is-iron .navbar-dropdown a.navbar-item.is-active {
    background-color: #9cc813;
    color: #fff;
  }
}
/* line 47, components/navbar.scss */
.navbar.is-lightyellow {
  background-color: #ffff00;
  color: rgba(0, 0, 0, 0.7);
}
/* line 52, components/navbar.scss */
.navbar.is-lightyellow .navbar-brand > .navbar-item,
.navbar.is-lightyellow .navbar-brand .navbar-link {
  color: rgba(0, 0, 0, 0.7);
}
/* line 59, components/navbar.scss */
.navbar.is-lightyellow .navbar-brand > a.navbar-item:hover, .navbar.is-lightyellow .navbar-brand > a.navbar-item.is-active,
.navbar.is-lightyellow .navbar-brand .navbar-link:hover,
.navbar.is-lightyellow .navbar-brand .navbar-link.is-active {
  background-color: #e6e600;
  color: rgba(0, 0, 0, 0.7);
}
/* line 67, components/navbar.scss */
.navbar.is-lightyellow .navbar-brand .navbar-link::after {
  border-color: rgba(0, 0, 0, 0.7);
}
@media screen and (min-width: 1024px) {
  /* line 76, components/navbar.scss */
  .navbar.is-lightyellow .navbar-start > .navbar-item,
  .navbar.is-lightyellow .navbar-start .navbar-link,
  .navbar.is-lightyellow .navbar-end > .navbar-item,
  .navbar.is-lightyellow .navbar-end .navbar-link {
    color: rgba(0, 0, 0, 0.7);
  }
  /* line 83, components/navbar.scss */
  .navbar.is-lightyellow .navbar-start > a.navbar-item:hover, .navbar.is-lightyellow .navbar-start > a.navbar-item.is-active,
  .navbar.is-lightyellow .navbar-start .navbar-link:hover,
  .navbar.is-lightyellow .navbar-start .navbar-link.is-active,
  .navbar.is-lightyellow .navbar-end > a.navbar-item:hover,
  .navbar.is-lightyellow .navbar-end > a.navbar-item.is-active,
  .navbar.is-lightyellow .navbar-end .navbar-link:hover,
  .navbar.is-lightyellow .navbar-end .navbar-link.is-active {
    background-color: #e6e600;
    color: rgba(0, 0, 0, 0.7);
  }
  /* line 91, components/navbar.scss */
  .navbar.is-lightyellow .navbar-start .navbar-link::after,
  .navbar.is-lightyellow .navbar-end .navbar-link::after {
    border-color: rgba(0, 0, 0, 0.7);
  }
  /* line 97, components/navbar.scss */
  .navbar.is-lightyellow .navbar-item.has-dropdown:hover .navbar-link,
  .navbar.is-lightyellow .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: #e6e600;
    color: rgba(0, 0, 0, 0.7);
  }
  /* line 105, components/navbar.scss */
  .navbar.is-lightyellow .navbar-dropdown a.navbar-item.is-active {
    background-color: #ffff00;
    color: rgba(0, 0, 0, 0.7);
  }
}
/* line 47, components/navbar.scss */
.navbar.is-facebook {
  background-color: #3b5998;
  color: #fff;
}
/* line 52, components/navbar.scss */
.navbar.is-facebook .navbar-brand > .navbar-item,
.navbar.is-facebook .navbar-brand .navbar-link {
  color: #fff;
}
/* line 59, components/navbar.scss */
.navbar.is-facebook .navbar-brand > a.navbar-item:hover, .navbar.is-facebook .navbar-brand > a.navbar-item.is-active,
.navbar.is-facebook .navbar-brand .navbar-link:hover,
.navbar.is-facebook .navbar-brand .navbar-link.is-active {
  background-color: #344e86;
  color: #fff;
}
/* line 67, components/navbar.scss */
.navbar.is-facebook .navbar-brand .navbar-link::after {
  border-color: #fff;
}
@media screen and (min-width: 1024px) {
  /* line 76, components/navbar.scss */
  .navbar.is-facebook .navbar-start > .navbar-item,
  .navbar.is-facebook .navbar-start .navbar-link,
  .navbar.is-facebook .navbar-end > .navbar-item,
  .navbar.is-facebook .navbar-end .navbar-link {
    color: #fff;
  }
  /* line 83, components/navbar.scss */
  .navbar.is-facebook .navbar-start > a.navbar-item:hover, .navbar.is-facebook .navbar-start > a.navbar-item.is-active,
  .navbar.is-facebook .navbar-start .navbar-link:hover,
  .navbar.is-facebook .navbar-start .navbar-link.is-active,
  .navbar.is-facebook .navbar-end > a.navbar-item:hover,
  .navbar.is-facebook .navbar-end > a.navbar-item.is-active,
  .navbar.is-facebook .navbar-end .navbar-link:hover,
  .navbar.is-facebook .navbar-end .navbar-link.is-active {
    background-color: #344e86;
    color: #fff;
  }
  /* line 91, components/navbar.scss */
  .navbar.is-facebook .navbar-start .navbar-link::after,
  .navbar.is-facebook .navbar-end .navbar-link::after {
    border-color: #fff;
  }
  /* line 97, components/navbar.scss */
  .navbar.is-facebook .navbar-item.has-dropdown:hover .navbar-link,
  .navbar.is-facebook .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: #344e86;
    color: #fff;
  }
  /* line 105, components/navbar.scss */
  .navbar.is-facebook .navbar-dropdown a.navbar-item.is-active {
    background-color: #3b5998;
    color: #fff;
  }
}
/* line 47, components/navbar.scss */
.navbar.is-twitter {
  background-color: #00aced;
  color: #fff;
}
/* line 52, components/navbar.scss */
.navbar.is-twitter .navbar-brand > .navbar-item,
.navbar.is-twitter .navbar-brand .navbar-link {
  color: #fff;
}
/* line 59, components/navbar.scss */
.navbar.is-twitter .navbar-brand > a.navbar-item:hover, .navbar.is-twitter .navbar-brand > a.navbar-item.is-active,
.navbar.is-twitter .navbar-brand .navbar-link:hover,
.navbar.is-twitter .navbar-brand .navbar-link.is-active {
  background-color: #0099d4;
  color: #fff;
}
/* line 67, components/navbar.scss */
.navbar.is-twitter .navbar-brand .navbar-link::after {
  border-color: #fff;
}
@media screen and (min-width: 1024px) {
  /* line 76, components/navbar.scss */
  .navbar.is-twitter .navbar-start > .navbar-item,
  .navbar.is-twitter .navbar-start .navbar-link,
  .navbar.is-twitter .navbar-end > .navbar-item,
  .navbar.is-twitter .navbar-end .navbar-link {
    color: #fff;
  }
  /* line 83, components/navbar.scss */
  .navbar.is-twitter .navbar-start > a.navbar-item:hover, .navbar.is-twitter .navbar-start > a.navbar-item.is-active,
  .navbar.is-twitter .navbar-start .navbar-link:hover,
  .navbar.is-twitter .navbar-start .navbar-link.is-active,
  .navbar.is-twitter .navbar-end > a.navbar-item:hover,
  .navbar.is-twitter .navbar-end > a.navbar-item.is-active,
  .navbar.is-twitter .navbar-end .navbar-link:hover,
  .navbar.is-twitter .navbar-end .navbar-link.is-active {
    background-color: #0099d4;
    color: #fff;
  }
  /* line 91, components/navbar.scss */
  .navbar.is-twitter .navbar-start .navbar-link::after,
  .navbar.is-twitter .navbar-end .navbar-link::after {
    border-color: #fff;
  }
  /* line 97, components/navbar.scss */
  .navbar.is-twitter .navbar-item.has-dropdown:hover .navbar-link,
  .navbar.is-twitter .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: #0099d4;
    color: #fff;
  }
  /* line 105, components/navbar.scss */
  .navbar.is-twitter .navbar-dropdown a.navbar-item.is-active {
    background-color: #00aced;
    color: #fff;
  }
}
/* line 115, components/navbar.scss */
.navbar > .container {
  align-items: stretch;
  display: flex;
  min-height: 3rem;
  width: 100%;
}
/* line 122, components/navbar.scss */
.navbar.has-shadow {
  box-shadow: 0 2px 3px rgba(10, 10, 10, 0.1);
}

/* line 127, components/navbar.scss */
.navbar-brand,
.navbar-tabs {
  align-items: stretch;
  display: flex;
  flex-shrink: 0;
  min-height: 3rem;
}

/* line 135, components/navbar.scss */
.navbar-tabs {
  -webkit-overflow-scrolling: touch;
  max-width: 100vw;
  overflow-x: auto;
  overflow-y: hidden;
}

/* line 143, components/navbar.scss */
.navbar-burger {
  cursor: pointer;
  display: block;
  height: 3rem;
  position: relative;
  width: 3rem;
  margin-left: auto;
}
/* line 145, utilities/mixins.scss */
.navbar-burger span {
  background-color: currentColor;
  display: block;
  height: 1px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  top: 50%;
  transition: none 86ms ease-out;
  transition-property: background, left, opacity, transform;
  width: 15px;
}
/* line 157, utilities/mixins.scss */
.navbar-burger span:nth-child(1) {
  margin-top: -6px;
}
/* line 161, utilities/mixins.scss */
.navbar-burger span:nth-child(2) {
  margin-top: -1px;
}
/* line 165, utilities/mixins.scss */
.navbar-burger span:nth-child(3) {
  margin-top: 4px;
}
/* line 170, utilities/mixins.scss */
.navbar-burger:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
/* line 177, utilities/mixins.scss */
.navbar-burger.is-active span:nth-child(1) {
  margin-left: -5px;
  transform: rotate(45deg);
  transform-origin: left top;
}
/* line 183, utilities/mixins.scss */
.navbar-burger.is-active span:nth-child(2) {
  opacity: 0;
}
/* line 187, utilities/mixins.scss */
.navbar-burger.is-active span:nth-child(3) {
  margin-left: -5px;
  transform: rotate(-45deg);
  transform-origin: left bottom;
}

/* line 149, components/navbar.scss */
.navbar-menu {
  display: none;
}

/* line 153, components/navbar.scss */
.navbar-item,
.navbar-link {
  color: #4a4a4a;
  display: block;
  line-height: 1.5;
  padding: 0.5rem 1rem;
  position: relative;
}

/* line 164, components/navbar.scss */
a.navbar-item:hover, a.navbar-item.is-active,
.navbar-link:hover,
.navbar-link.is-active {
  background-color: whitesmoke;
  color: #0a0a0a;
}

/* line 171, components/navbar.scss */
.navbar-item {
  flex-grow: 0;
  flex-shrink: 0;
}
/* line 175, components/navbar.scss */
.navbar-item img {
  max-height: 1.75rem;
}
/* line 179, components/navbar.scss */
.navbar-item.has-dropdown {
  padding: 0;
}
/* line 183, components/navbar.scss */
.navbar-item.is-tab {
  border-bottom: 1px solid transparent;
  min-height: 3rem;
  padding-bottom: calc(0.5rem - 1px);
}
/* line 188, components/navbar.scss */
.navbar-item.is-tab:hover {
  background-color: transparent;
  border-bottom-color: #357cd6;
}
/* line 193, components/navbar.scss */
.navbar-item.is-tab.is-active {
  background-color: transparent;
  border-bottom-color: #357cd6;
  border-bottom-style: solid;
  border-bottom-width: 3px;
  color: #357cd6;
  padding-bottom: calc(0.5rem - 3px);
}

/* line 204, components/navbar.scss */
.navbar-content {
  flex-grow: 1;
  flex-shrink: 1;
}

/* line 209, components/navbar.scss */
.navbar-link {
  padding-right: 2.5em;
}

/* line 213, components/navbar.scss */
.navbar-dropdown {
  font-size: 0.875rem;
  padding-bottom: 0.5rem;
  padding-top: 0.5rem;
}
/* line 218, components/navbar.scss */
.navbar-dropdown .navbar-item {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

/* line 224, components/navbar.scss */
.navbar-divider {
  background-color: #dbdbdb;
  border: none;
  display: none;
  height: 1px;
  margin: 0.5rem 0;
}

@media screen and (max-width: 1023px) {
  /* line 233, components/navbar.scss */
  .navbar > .container {
    display: block;
  }

  /* line 239, components/navbar.scss */
  .navbar-brand .navbar-item,
  .navbar-tabs .navbar-item {
    align-items: center;
    display: flex;
  }

  /* line 245, components/navbar.scss */
  .navbar-menu {
    background-color: white;
    box-shadow: 0 8px 16px rgba(10, 10, 10, 0.1);
    padding: 0.5rem 0;
  }
  /* line 250, components/navbar.scss */
  .navbar-menu.is-active {
    display: block;
  }
}
@media screen and (min-width: 1024px) {
  /* line 258, components/navbar.scss */
  .navbar,
  .navbar-menu,
  .navbar-start,
  .navbar-end {
    align-items: stretch;
    display: flex;
  }

  /* line 266, components/navbar.scss */
  .navbar {
    min-height: 3rem;
  }
  /* line 272, components/navbar.scss */
  .navbar.is-transparent a.navbar-item:hover, .navbar.is-transparent a.navbar-item.is-active,
  .navbar.is-transparent .navbar-link:hover,
  .navbar.is-transparent .navbar-link.is-active {
    background-color: transparent !important;
  }
  /* line 281, components/navbar.scss */
  .navbar.is-transparent .navbar-item.has-dropdown.is-active .navbar-link, .navbar.is-transparent .navbar-item.has-dropdown.is-hoverable:hover .navbar-link {
    background-color: transparent !important;
  }
  /* line 289, components/navbar.scss */
  .navbar.is-transparent .navbar-dropdown a.navbar-item:hover {
    background-color: whitesmoke;
    color: #0a0a0a;
  }
  /* line 294, components/navbar.scss */
  .navbar.is-transparent .navbar-dropdown a.navbar-item.is-active {
    background-color: whitesmoke;
    color: #357cd6;
  }

  /* line 303, components/navbar.scss */
  .navbar-burger {
    display: none;
  }

  /* line 307, components/navbar.scss */
  .navbar-item,
  .navbar-link {
    align-items: center;
    display: flex;
  }

  /* line 314, components/navbar.scss */
  .navbar-item.has-dropdown {
    align-items: stretch;
  }
  /* line 320, components/navbar.scss */
  .navbar-item.is-active .navbar-dropdown, .navbar-item.is-hoverable:hover .navbar-dropdown {
    display: block;
  }
  /* line 323, components/navbar.scss */
  .navbar-item.is-active .navbar-dropdown.is-boxed, .navbar-item.is-hoverable:hover .navbar-dropdown.is-boxed {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  /* line 333, components/navbar.scss */
  .navbar-link::after {
    border: 1px solid #357cd6;
    border-right: 0;
    border-top: 0;
    content: " ";
    display: block;
    height: 0.5em;
    pointer-events: none;
    position: absolute;
    transform: rotate(-45deg);
    width: 0.5em;
    margin-top: -0.375em;
    right: 1.125em;
    top: 50%;
  }

  /* line 342, components/navbar.scss */
  .navbar-menu {
    flex-grow: 1;
    flex-shrink: 0;
  }

  /* line 347, components/navbar.scss */
  .navbar-start {
    justify-content: flex-start;
    margin-right: auto;
  }

  /* line 352, components/navbar.scss */
  .navbar-end {
    justify-content: flex-end;
    margin-left: auto;
  }

  /* line 357, components/navbar.scss */
  .navbar-dropdown {
    background-color: white;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top: 1px solid #dbdbdb;
    box-shadow: 0 8px 8px rgba(10, 10, 10, 0.1);
    display: none;
    font-size: 0.875rem;
    left: 0;
    min-width: 100%;
    position: absolute;
    top: 100%;
    z-index: 20;
  }
  /* line 371, components/navbar.scss */
  .navbar-dropdown .navbar-item {
    padding: 0.375rem 1rem;
    white-space: nowrap;
  }
  /* line 376, components/navbar.scss */
  .navbar-dropdown a.navbar-item {
    padding-right: 3rem;
  }
  /* line 379, components/navbar.scss */
  .navbar-dropdown a.navbar-item:hover {
    background-color: whitesmoke;
    color: #0a0a0a;
  }
  /* line 384, components/navbar.scss */
  .navbar-dropdown a.navbar-item.is-active {
    background-color: whitesmoke;
    color: #357cd6;
  }
  /* line 390, components/navbar.scss */
  .navbar-dropdown.is-boxed {
    border-radius: 5px;
    border-top: none;
    box-shadow: 0 8px 8px rgba(10, 10, 10, 0.1), 0 0 0 1px rgba(10, 10, 10, 0.1);
    display: block;
    opacity: 0;
    pointer-events: none;
    top: calc(100% + (-4px));
    transform: translateY(-5px);
    transition-duration: 86ms;
    transition-property: opacity, transform;
  }
  /* line 403, components/navbar.scss */
  .navbar-dropdown.is-right {
    left: auto;
    right: 0;
  }

  /* line 409, components/navbar.scss */
  .navbar-divider {
    display: block;
  }

  /* line 414, components/navbar.scss */
  .container > .navbar .navbar-brand {
    margin-left: -1rem;
  }
  /* line 418, components/navbar.scss */
  .container > .navbar .navbar-menu {
    margin-right: -1rem;
  }

  /* line 426, components/navbar.scss */
  a.navbar-item.is-active,
  .navbar-link.is-active {
    color: #0a0a0a;
  }
  /* line 430, components/navbar.scss */
  a.navbar-item.is-active:not(:hover),
  .navbar-link.is-active:not(:hover) {
    background-color: transparent;
  }

  /* line 438, components/navbar.scss */
  .navbar-item.has-dropdown:hover .navbar-link, .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: whitesmoke;
  }
}
/* line 28, components/pagination.scss */
.pagination {
  font-size: 1rem;
  margin: -0.25rem;
}
/* line 33, components/pagination.scss */
.pagination.is-small {
  font-size: 0.75rem;
}
/* line 37, components/pagination.scss */
.pagination.is-medium {
  font-size: 1.25rem;
}
/* line 41, components/pagination.scss */
.pagination.is-large {
  font-size: 1.5rem;
}

/* line 46, components/pagination.scss */
.pagination,
.pagination-list {
  align-items: center;
  display: flex;
  justify-content: center;
  text-align: center;
}

/* line 54, components/pagination.scss */
.pagination-previous,
.pagination-next,
.pagination-link,
.pagination-ellipsis {
  -moz-appearance: none;
  -webkit-appearance: none;
  align-items: center;
  border: 1px solid transparent;
  border-radius: 3px;
  box-shadow: none;
  display: inline-flex;
  font-size: 1rem;
  height: 2.25em;
  justify-content: flex-start;
  line-height: 1.5;
  padding-bottom: calc(0.375em - 1px);
  padding-left: calc(0.625em - 1px);
  padding-right: calc(0.625em - 1px);
  padding-top: calc(0.375em - 1px);
  position: relative;
  vertical-align: top;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 1em;
  padding-left: 0.5em;
  padding-right: 0.5em;
  justify-content: center;
  margin: 0.25rem;
  text-align: center;
}
/* line 29, utilities/controls.scss */
.pagination-previous:focus, .pagination-previous.is-focused, .pagination-previous:active, .pagination-previous.is-active,
.pagination-next:focus,
.pagination-next.is-focused,
.pagination-next:active,
.pagination-next.is-active,
.pagination-link:focus,
.pagination-link.is-focused,
.pagination-link:active,
.pagination-link.is-active,
.pagination-ellipsis:focus,
.pagination-ellipsis.is-focused,
.pagination-ellipsis:active,
.pagination-ellipsis.is-active {
  outline: none;
}
/* line 36, utilities/controls.scss */
.pagination-previous[disabled],
.pagination-next[disabled],
.pagination-link[disabled],
.pagination-ellipsis[disabled] {
  cursor: not-allowed;
}

/* line 69, components/pagination.scss */
.pagination-previous,
.pagination-next,
.pagination-link {
  border-color: #dbdbdb;
  min-width: 2.25em;
}
/* line 75, components/pagination.scss */
.pagination-previous:hover,
.pagination-next:hover,
.pagination-link:hover {
  border-color: #b5b5b5;
  color: #363636;
}
/* line 80, components/pagination.scss */
.pagination-previous:focus,
.pagination-next:focus,
.pagination-link:focus {
  border-color: #357cd6;
}
/* line 84, components/pagination.scss */
.pagination-previous:active,
.pagination-next:active,
.pagination-link:active {
  box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.2);
}
/* line 88, components/pagination.scss */
.pagination-previous[disabled],
.pagination-next[disabled],
.pagination-link[disabled] {
  background-color: #dbdbdb;
  border-color: #dbdbdb;
  box-shadow: none;
  color: #7a7a7a;
  opacity: 0.5;
}

/* line 97, components/pagination.scss */
.pagination-previous,
.pagination-next {
  padding-left: 0.75em;
  padding-right: 0.75em;
  white-space: nowrap;
}

/* line 105, components/pagination.scss */
.pagination-link.is-current {
  background-color: #357cd6;
  border-color: #357cd6;
  color: #fff;
}

/* line 112, components/pagination.scss */
.pagination-ellipsis {
  color: #b5b5b5;
  pointer-events: none;
}

/* line 117, components/pagination.scss */
.pagination-list {
  flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
  /* line 122, components/pagination.scss */
  .pagination {
    flex-wrap: wrap;
  }

  /* line 126, components/pagination.scss */
  .pagination-previous,
  .pagination-next {
    flex-grow: 1;
    flex-shrink: 1;
  }

  /* line 133, components/pagination.scss */
  .pagination-list li {
    flex-grow: 1;
    flex-shrink: 1;
  }
}
@media screen and (min-width: 769px), print {
  /* line 142, components/pagination.scss */
  .pagination-list {
    flex-grow: 1;
    flex-shrink: 1;
    justify-content: flex-start;
    order: 1;
  }

  /* line 149, components/pagination.scss */
  .pagination-previous {
    order: 2;
  }

  /* line 153, components/pagination.scss */
  .pagination-next {
    order: 3;
  }

  /* line 157, components/pagination.scss */
  .pagination {
    justify-content: space-between;
  }
  /* line 161, components/pagination.scss */
  .pagination.is-centered .pagination-previous {
    order: 1;
  }
  /* line 165, components/pagination.scss */
  .pagination.is-centered .pagination-list {
    justify-content: center;
    order: 2;
  }
  /* line 170, components/pagination.scss */
  .pagination.is-centered .pagination-next {
    order: 3;
  }
  /* line 176, components/pagination.scss */
  .pagination.is-right .pagination-previous {
    order: 1;
  }
  /* line 180, components/pagination.scss */
  .pagination.is-right .pagination-next {
    order: 2;
  }
  /* line 184, components/pagination.scss */
  .pagination.is-right .pagination-list {
    justify-content: flex-end;
    order: 3;
  }
}
/* line 28, components/panel.scss */
.panel {
  font-size: 1rem;
}
/* line 31, components/panel.scss */
.panel:not(:last-child) {
  margin-bottom: 1.5rem;
}

/* line 36, components/panel.scss */
.panel-heading,
.panel-tabs,
.panel-block {
  border-bottom: 1px solid #dbdbdb;
  border-left: 1px solid #dbdbdb;
  border-right: 1px solid #dbdbdb;
}
/* line 43, components/panel.scss */
.panel-heading:first-child,
.panel-tabs:first-child,
.panel-block:first-child {
  border-top: 1px solid #dbdbdb;
}

/* line 48, components/panel.scss */
.panel-heading {
  background-color: whitesmoke;
  border-radius: 3px 3px 0 0;
  color: #363636;
  font-size: 1.25em;
  font-weight: 300;
  line-height: 1.25;
  padding: 0.5em 0.75em;
}

/* line 58, components/panel.scss */
.panel-tabs {
  align-items: flex-end;
  display: flex;
  font-size: 0.875em;
  justify-content: center;
}
/* line 64, components/panel.scss */
.panel-tabs a {
  border-bottom: 1px solid #dbdbdb;
  margin-bottom: -1px;
  padding: 0.5em;
}
/* line 70, components/panel.scss */
.panel-tabs a.is-active {
  border-bottom-color: #4a4a4a;
  color: #363636;
}

/* line 78, components/panel.scss */
.panel-list a {
  color: #4a4a4a;
}
/* line 81, components/panel.scss */
.panel-list a:hover {
  color: #357cd6;
}

/* line 87, components/panel.scss */
.panel-block {
  align-items: center;
  color: #363636;
  display: flex;
  justify-content: flex-start;
  padding: 0.5em 0.75em;
}
/* line 94, components/panel.scss */
.panel-block input[type="checkbox"] {
  margin-right: 0.75em;
}
/* line 98, components/panel.scss */
.panel-block > .control {
  flex-grow: 1;
  flex-shrink: 1;
  width: 100%;
}
/* line 104, components/panel.scss */
.panel-block.is-wrapped {
  flex-wrap: wrap;
}
/* line 108, components/panel.scss */
.panel-block.is-active {
  border-left-color: #357cd6;
  color: #363636;
}
/* line 112, components/panel.scss */
.panel-block.is-active .panel-icon {
  color: #357cd6;
}

/* line 118, components/panel.scss */
a.panel-block,
label.panel-block {
  cursor: pointer;
}
/* line 122, components/panel.scss */
a.panel-block:hover,
label.panel-block:hover {
  background-color: whitesmoke;
}

/* line 127, components/panel.scss */
.panel-icon {
  display: inline-block;
  font-size: 14px;
  height: 1em;
  line-height: 1em;
  text-align: center;
  vertical-align: top;
  width: 1em;
  color: #7a7a7a;
  margin-right: 0.75em;
}
/* line 133, components/panel.scss */
.panel-icon .fa {
  font-size: inherit;
  line-height: inherit;
}

/* line 31, components/tabs.scss */
.tabs {
  -webkit-overflow-scrolling: touch;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  align-items: stretch;
  display: flex;
  font-size: 1rem;
  justify-content: space-between;
  overflow: hidden;
  overflow-x: auto;
  white-space: nowrap;
}
/* line 19, utilities/mixins.scss */
.tabs:not(:last-child) {
  margin-bottom: 1.5rem;
}
/* line 44, components/tabs.scss */
.tabs a {
  align-items: center;
  border-bottom-color: #dbdbdb;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  color: #4a4a4a;
  display: flex;
  justify-content: center;
  margin-bottom: -1px;
  padding: 0.5em 1em;
  vertical-align: top;
}
/* line 56, components/tabs.scss */
.tabs a:hover {
  border-bottom-color: #363636;
  color: #363636;
}
/* line 62, components/tabs.scss */
.tabs li {
  display: block;
}
/* line 66, components/tabs.scss */
.tabs li.is-active a {
  border-bottom-color: #357cd6;
  color: #357cd6;
}
/* line 73, components/tabs.scss */
.tabs ul {
  align-items: center;
  border-bottom-color: #dbdbdb;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  display: flex;
  flex-grow: 1;
  flex-shrink: 0;
  justify-content: flex-start;
}
/* line 83, components/tabs.scss */
.tabs ul.is-left {
  padding-right: 0.75em;
}
/* line 87, components/tabs.scss */
.tabs ul.is-center {
  flex: none;
  justify-content: center;
  padding-left: 0.75em;
  padding-right: 0.75em;
}
/* line 94, components/tabs.scss */
.tabs ul.is-right {
  justify-content: flex-end;
  padding-left: 0.75em;
}
/* line 101, components/tabs.scss */
.tabs .icon:first-child {
  margin-right: 0.5em;
}
/* line 105, components/tabs.scss */
.tabs .icon:last-child {
  margin-left: 0.5em;
}
/* line 112, components/tabs.scss */
.tabs.is-centered ul {
  justify-content: center;
}
/* line 118, components/tabs.scss */
.tabs.is-right ul {
  justify-content: flex-end;
}
/* line 125, components/tabs.scss */
.tabs.is-boxed a {
  border: 1px solid transparent;
  border-radius: 3px 3px 0 0;
}
/* line 129, components/tabs.scss */
.tabs.is-boxed a:hover {
  background-color: whitesmoke;
  border-bottom-color: #dbdbdb;
}
/* line 137, components/tabs.scss */
.tabs.is-boxed li.is-active a {
  background-color: white;
  border-color: #dbdbdb;
  border-bottom-color: transparent !important;
}
/* line 147, components/tabs.scss */
.tabs.is-fullwidth li {
  flex-grow: 1;
  flex-shrink: 0;
}
/* line 154, components/tabs.scss */
.tabs.is-toggle a {
  border-color: #dbdbdb;
  border-style: solid;
  border-width: 1px;
  margin-bottom: 0;
  position: relative;
}
/* line 161, components/tabs.scss */
.tabs.is-toggle a:hover {
  background-color: whitesmoke;
  border-color: #b5b5b5;
  z-index: 2;
}
/* line 169, components/tabs.scss */
.tabs.is-toggle li + li {
  margin-left: -1px;
}
/* line 173, components/tabs.scss */
.tabs.is-toggle li:first-child a {
  border-radius: 3px 0 0 3px;
}
/* line 177, components/tabs.scss */
.tabs.is-toggle li:last-child a {
  border-radius: 0 3px 3px 0;
}
/* line 182, components/tabs.scss */
.tabs.is-toggle li.is-active a {
  background-color: #357cd6;
  border-color: #357cd6;
  color: #fff;
  z-index: 1;
}
/* line 191, components/tabs.scss */
.tabs.is-toggle ul {
  border-bottom: none;
}
/* line 197, components/tabs.scss */
.tabs.is-small {
  font-size: 0.75rem;
}
/* line 201, components/tabs.scss */
.tabs.is-medium {
  font-size: 1.25rem;
}
/* line 205, components/tabs.scss */
.tabs.is-large {
  font-size: 1.5rem;
}

/* line 5, grid/columns.scss */
.column {
  display: block;
  flex-basis: 0;
  flex-grow: 1;
  flex-shrink: 1;
  padding: 0.75rem;
}
/* line 12, grid/columns.scss */
.columns.is-mobile > .column.is-narrow {
  flex: none;
}
/* line 16, grid/columns.scss */
.columns.is-mobile > .column.is-full {
  flex: none;
  width: 100%;
}
/* line 21, grid/columns.scss */
.columns.is-mobile > .column.is-three-quarters {
  flex: none;
  width: 75%;
}
/* line 26, grid/columns.scss */
.columns.is-mobile > .column.is-two-thirds {
  flex: none;
  width: 66.6666%;
}
/* line 31, grid/columns.scss */
.columns.is-mobile > .column.is-half {
  flex: none;
  width: 50%;
}
/* line 36, grid/columns.scss */
.columns.is-mobile > .column.is-one-third {
  flex: none;
  width: 33.3333%;
}
/* line 41, grid/columns.scss */
.columns.is-mobile > .column.is-one-quarter {
  flex: none;
  width: 25%;
}
/* line 46, grid/columns.scss */
.columns.is-mobile > .column.is-offset-three-quarters {
  margin-left: 75%;
}
/* line 50, grid/columns.scss */
.columns.is-mobile > .column.is-offset-two-thirds {
  margin-left: 66.6666%;
}
/* line 54, grid/columns.scss */
.columns.is-mobile > .column.is-offset-half {
  margin-left: 50%;
}
/* line 58, grid/columns.scss */
.columns.is-mobile > .column.is-offset-one-third {
  margin-left: 33.3333%;
}
/* line 62, grid/columns.scss */
.columns.is-mobile > .column.is-offset-one-quarter {
  margin-left: 25%;
}
/* line 67, grid/columns.scss */
.columns.is-mobile > .column.is-1 {
  flex: none;
  width: 8.33333%;
}
/* line 72, grid/columns.scss */
.columns.is-mobile > .column.is-offset-1 {
  margin-left: 8.33333%;
}
/* line 67, grid/columns.scss */
.columns.is-mobile > .column.is-2 {
  flex: none;
  width: 16.66667%;
}
/* line 72, grid/columns.scss */
.columns.is-mobile > .column.is-offset-2 {
  margin-left: 16.66667%;
}
/* line 67, grid/columns.scss */
.columns.is-mobile > .column.is-3 {
  flex: none;
  width: 25%;
}
/* line 72, grid/columns.scss */
.columns.is-mobile > .column.is-offset-3 {
  margin-left: 25%;
}
/* line 67, grid/columns.scss */
.columns.is-mobile > .column.is-4 {
  flex: none;
  width: 33.33333%;
}
/* line 72, grid/columns.scss */
.columns.is-mobile > .column.is-offset-4 {
  margin-left: 33.33333%;
}
/* line 67, grid/columns.scss */
.columns.is-mobile > .column.is-5 {
  flex: none;
  width: 41.66667%;
}
/* line 72, grid/columns.scss */
.columns.is-mobile > .column.is-offset-5 {
  margin-left: 41.66667%;
}
/* line 67, grid/columns.scss */
.columns.is-mobile > .column.is-6 {
  flex: none;
  width: 50%;
}
/* line 72, grid/columns.scss */
.columns.is-mobile > .column.is-offset-6 {
  margin-left: 50%;
}
/* line 67, grid/columns.scss */
.columns.is-mobile > .column.is-7 {
  flex: none;
  width: 58.33333%;
}
/* line 72, grid/columns.scss */
.columns.is-mobile > .column.is-offset-7 {
  margin-left: 58.33333%;
}
/* line 67, grid/columns.scss */
.columns.is-mobile > .column.is-8 {
  flex: none;
  width: 66.66667%;
}
/* line 72, grid/columns.scss */
.columns.is-mobile > .column.is-offset-8 {
  margin-left: 66.66667%;
}
/* line 67, grid/columns.scss */
.columns.is-mobile > .column.is-9 {
  flex: none;
  width: 75%;
}
/* line 72, grid/columns.scss */
.columns.is-mobile > .column.is-offset-9 {
  margin-left: 75%;
}
/* line 67, grid/columns.scss */
.columns.is-mobile > .column.is-10 {
  flex: none;
  width: 83.33333%;
}
/* line 72, grid/columns.scss */
.columns.is-mobile > .column.is-offset-10 {
  margin-left: 83.33333%;
}
/* line 67, grid/columns.scss */
.columns.is-mobile > .column.is-11 {
  flex: none;
  width: 91.66667%;
}
/* line 72, grid/columns.scss */
.columns.is-mobile > .column.is-offset-11 {
  margin-left: 91.66667%;
}
/* line 67, grid/columns.scss */
.columns.is-mobile > .column.is-12 {
  flex: none;
  width: 100%;
}
/* line 72, grid/columns.scss */
.columns.is-mobile > .column.is-offset-12 {
  margin-left: 100%;
}
@media screen and (max-width: 768px) {
  /* line 78, grid/columns.scss */
  .column.is-narrow-mobile {
    flex: none;
  }
  /* line 82, grid/columns.scss */
  .column.is-full-mobile {
    flex: none;
    width: 100%;
  }
  /* line 87, grid/columns.scss */
  .column.is-three-quarters-mobile {
    flex: none;
    width: 75%;
  }
  /* line 92, grid/columns.scss */
  .column.is-two-thirds-mobile {
    flex: none;
    width: 66.6666%;
  }
  /* line 97, grid/columns.scss */
  .column.is-half-mobile {
    flex: none;
    width: 50%;
  }
  /* line 102, grid/columns.scss */
  .column.is-one-third-mobile {
    flex: none;
    width: 33.3333%;
  }
  /* line 107, grid/columns.scss */
  .column.is-one-quarter-mobile {
    flex: none;
    width: 25%;
  }
  /* line 112, grid/columns.scss */
  .column.is-offset-three-quarters-mobile {
    margin-left: 75%;
  }
  /* line 116, grid/columns.scss */
  .column.is-offset-two-thirds-mobile {
    margin-left: 66.6666%;
  }
  /* line 120, grid/columns.scss */
  .column.is-offset-half-mobile {
    margin-left: 50%;
  }
  /* line 124, grid/columns.scss */
  .column.is-offset-one-third-mobile {
    margin-left: 33.3333%;
  }
  /* line 128, grid/columns.scss */
  .column.is-offset-one-quarter-mobile {
    margin-left: 25%;
  }
  /* line 133, grid/columns.scss */
  .column.is-1-mobile {
    flex: none;
    width: 8.33333%;
  }
  /* line 138, grid/columns.scss */
  .column.is-offset-1-mobile {
    margin-left: 8.33333%;
  }
  /* line 133, grid/columns.scss */
  .column.is-2-mobile {
    flex: none;
    width: 16.66667%;
  }
  /* line 138, grid/columns.scss */
  .column.is-offset-2-mobile {
    margin-left: 16.66667%;
  }
  /* line 133, grid/columns.scss */
  .column.is-3-mobile {
    flex: none;
    width: 25%;
  }
  /* line 138, grid/columns.scss */
  .column.is-offset-3-mobile {
    margin-left: 25%;
  }
  /* line 133, grid/columns.scss */
  .column.is-4-mobile {
    flex: none;
    width: 33.33333%;
  }
  /* line 138, grid/columns.scss */
  .column.is-offset-4-mobile {
    margin-left: 33.33333%;
  }
  /* line 133, grid/columns.scss */
  .column.is-5-mobile {
    flex: none;
    width: 41.66667%;
  }
  /* line 138, grid/columns.scss */
  .column.is-offset-5-mobile {
    margin-left: 41.66667%;
  }
  /* line 133, grid/columns.scss */
  .column.is-6-mobile {
    flex: none;
    width: 50%;
  }
  /* line 138, grid/columns.scss */
  .column.is-offset-6-mobile {
    margin-left: 50%;
  }
  /* line 133, grid/columns.scss */
  .column.is-7-mobile {
    flex: none;
    width: 58.33333%;
  }
  /* line 138, grid/columns.scss */
  .column.is-offset-7-mobile {
    margin-left: 58.33333%;
  }
  /* line 133, grid/columns.scss */
  .column.is-8-mobile {
    flex: none;
    width: 66.66667%;
  }
  /* line 138, grid/columns.scss */
  .column.is-offset-8-mobile {
    margin-left: 66.66667%;
  }
  /* line 133, grid/columns.scss */
  .column.is-9-mobile {
    flex: none;
    width: 75%;
  }
  /* line 138, grid/columns.scss */
  .column.is-offset-9-mobile {
    margin-left: 75%;
  }
  /* line 133, grid/columns.scss */
  .column.is-10-mobile {
    flex: none;
    width: 83.33333%;
  }
  /* line 138, grid/columns.scss */
  .column.is-offset-10-mobile {
    margin-left: 83.33333%;
  }
  /* line 133, grid/columns.scss */
  .column.is-11-mobile {
    flex: none;
    width: 91.66667%;
  }
  /* line 138, grid/columns.scss */
  .column.is-offset-11-mobile {
    margin-left: 91.66667%;
  }
  /* line 133, grid/columns.scss */
  .column.is-12-mobile {
    flex: none;
    width: 100%;
  }
  /* line 138, grid/columns.scss */
  .column.is-offset-12-mobile {
    margin-left: 100%;
  }
}
@media screen and (min-width: 769px), print {
  /* line 146, grid/columns.scss */
  .column.is-narrow, .column.is-narrow-tablet {
    flex: none;
  }
  /* line 151, grid/columns.scss */
  .column.is-full, .column.is-full-tablet {
    flex: none;
    width: 100%;
  }
  /* line 157, grid/columns.scss */
  .column.is-three-quarters, .column.is-three-quarters-tablet {
    flex: none;
    width: 75%;
  }
  /* line 163, grid/columns.scss */
  .column.is-two-thirds, .column.is-two-thirds-tablet {
    flex: none;
    width: 66.6666%;
  }
  /* line 169, grid/columns.scss */
  .column.is-half, .column.is-half-tablet {
    flex: none;
    width: 50%;
  }
  /* line 175, grid/columns.scss */
  .column.is-one-third, .column.is-one-third-tablet {
    flex: none;
    width: 33.3333%;
  }
  /* line 181, grid/columns.scss */
  .column.is-one-quarter, .column.is-one-quarter-tablet {
    flex: none;
    width: 25%;
  }
  /* line 187, grid/columns.scss */
  .column.is-offset-three-quarters, .column.is-offset-three-quarters-tablet {
    margin-left: 75%;
  }
  /* line 192, grid/columns.scss */
  .column.is-offset-two-thirds, .column.is-offset-two-thirds-tablet {
    margin-left: 66.6666%;
  }
  /* line 197, grid/columns.scss */
  .column.is-offset-half, .column.is-offset-half-tablet {
    margin-left: 50%;
  }
  /* line 202, grid/columns.scss */
  .column.is-offset-one-third, .column.is-offset-one-third-tablet {
    margin-left: 33.3333%;
  }
  /* line 207, grid/columns.scss */
  .column.is-offset-one-quarter, .column.is-offset-one-quarter-tablet {
    margin-left: 25%;
  }
  /* line 213, grid/columns.scss */
  .column.is-1, .column.is-1-tablet {
    flex: none;
    width: 8.33333%;
  }
  /* line 219, grid/columns.scss */
  .column.is-offset-1, .column.is-offset-1-tablet {
    margin-left: 8.33333%;
  }
  /* line 213, grid/columns.scss */
  .column.is-2, .column.is-2-tablet {
    flex: none;
    width: 16.66667%;
  }
  /* line 219, grid/columns.scss */
  .column.is-offset-2, .column.is-offset-2-tablet {
    margin-left: 16.66667%;
  }
  /* line 213, grid/columns.scss */
  .column.is-3, .column.is-3-tablet {
    flex: none;
    width: 25%;
  }
  /* line 219, grid/columns.scss */
  .column.is-offset-3, .column.is-offset-3-tablet {
    margin-left: 25%;
  }
  /* line 213, grid/columns.scss */
  .column.is-4, .column.is-4-tablet {
    flex: none;
    width: 33.33333%;
  }
  /* line 219, grid/columns.scss */
  .column.is-offset-4, .column.is-offset-4-tablet {
    margin-left: 33.33333%;
  }
  /* line 213, grid/columns.scss */
  .column.is-5, .column.is-5-tablet {
    flex: none;
    width: 41.66667%;
  }
  /* line 219, grid/columns.scss */
  .column.is-offset-5, .column.is-offset-5-tablet {
    margin-left: 41.66667%;
  }
  /* line 213, grid/columns.scss */
  .column.is-6, .column.is-6-tablet {
    flex: none;
    width: 50%;
  }
  /* line 219, grid/columns.scss */
  .column.is-offset-6, .column.is-offset-6-tablet {
    margin-left: 50%;
  }
  /* line 213, grid/columns.scss */
  .column.is-7, .column.is-7-tablet {
    flex: none;
    width: 58.33333%;
  }
  /* line 219, grid/columns.scss */
  .column.is-offset-7, .column.is-offset-7-tablet {
    margin-left: 58.33333%;
  }
  /* line 213, grid/columns.scss */
  .column.is-8, .column.is-8-tablet {
    flex: none;
    width: 66.66667%;
  }
  /* line 219, grid/columns.scss */
  .column.is-offset-8, .column.is-offset-8-tablet {
    margin-left: 66.66667%;
  }
  /* line 213, grid/columns.scss */
  .column.is-9, .column.is-9-tablet {
    flex: none;
    width: 75%;
  }
  /* line 219, grid/columns.scss */
  .column.is-offset-9, .column.is-offset-9-tablet {
    margin-left: 75%;
  }
  /* line 213, grid/columns.scss */
  .column.is-10, .column.is-10-tablet {
    flex: none;
    width: 83.33333%;
  }
  /* line 219, grid/columns.scss */
  .column.is-offset-10, .column.is-offset-10-tablet {
    margin-left: 83.33333%;
  }
  /* line 213, grid/columns.scss */
  .column.is-11, .column.is-11-tablet {
    flex: none;
    width: 91.66667%;
  }
  /* line 219, grid/columns.scss */
  .column.is-offset-11, .column.is-offset-11-tablet {
    margin-left: 91.66667%;
  }
  /* line 213, grid/columns.scss */
  .column.is-12, .column.is-12-tablet {
    flex: none;
    width: 100%;
  }
  /* line 219, grid/columns.scss */
  .column.is-offset-12, .column.is-offset-12-tablet {
    margin-left: 100%;
  }
}
@media screen and (max-width: 1023px) {
  /* line 228, grid/columns.scss */
  .column.is-narrow-touch {
    flex: none;
  }
  /* line 232, grid/columns.scss */
  .column.is-full-touch {
    flex: none;
    width: 100%;
  }
  /* line 237, grid/columns.scss */
  .column.is-three-quarters-touch {
    flex: none;
    width: 75%;
  }
  /* line 242, grid/columns.scss */
  .column.is-two-thirds-touch {
    flex: none;
    width: 66.6666%;
  }
  /* line 247, grid/columns.scss */
  .column.is-half-touch {
    flex: none;
    width: 50%;
  }
  /* line 252, grid/columns.scss */
  .column.is-one-third-touch {
    flex: none;
    width: 33.3333%;
  }
  /* line 257, grid/columns.scss */
  .column.is-one-quarter-touch {
    flex: none;
    width: 25%;
  }
  /* line 262, grid/columns.scss */
  .column.is-offset-three-quarters-touch {
    margin-left: 75%;
  }
  /* line 266, grid/columns.scss */
  .column.is-offset-two-thirds-touch {
    margin-left: 66.6666%;
  }
  /* line 270, grid/columns.scss */
  .column.is-offset-half-touch {
    margin-left: 50%;
  }
  /* line 274, grid/columns.scss */
  .column.is-offset-one-third-touch {
    margin-left: 33.3333%;
  }
  /* line 278, grid/columns.scss */
  .column.is-offset-one-quarter-touch {
    margin-left: 25%;
  }
  /* line 283, grid/columns.scss */
  .column.is-1-touch {
    flex: none;
    width: 8.33333%;
  }
  /* line 288, grid/columns.scss */
  .column.is-offset-1-touch {
    margin-left: 8.33333%;
  }
  /* line 283, grid/columns.scss */
  .column.is-2-touch {
    flex: none;
    width: 16.66667%;
  }
  /* line 288, grid/columns.scss */
  .column.is-offset-2-touch {
    margin-left: 16.66667%;
  }
  /* line 283, grid/columns.scss */
  .column.is-3-touch {
    flex: none;
    width: 25%;
  }
  /* line 288, grid/columns.scss */
  .column.is-offset-3-touch {
    margin-left: 25%;
  }
  /* line 283, grid/columns.scss */
  .column.is-4-touch {
    flex: none;
    width: 33.33333%;
  }
  /* line 288, grid/columns.scss */
  .column.is-offset-4-touch {
    margin-left: 33.33333%;
  }
  /* line 283, grid/columns.scss */
  .column.is-5-touch {
    flex: none;
    width: 41.66667%;
  }
  /* line 288, grid/columns.scss */
  .column.is-offset-5-touch {
    margin-left: 41.66667%;
  }
  /* line 283, grid/columns.scss */
  .column.is-6-touch {
    flex: none;
    width: 50%;
  }
  /* line 288, grid/columns.scss */
  .column.is-offset-6-touch {
    margin-left: 50%;
  }
  /* line 283, grid/columns.scss */
  .column.is-7-touch {
    flex: none;
    width: 58.33333%;
  }
  /* line 288, grid/columns.scss */
  .column.is-offset-7-touch {
    margin-left: 58.33333%;
  }
  /* line 283, grid/columns.scss */
  .column.is-8-touch {
    flex: none;
    width: 66.66667%;
  }
  /* line 288, grid/columns.scss */
  .column.is-offset-8-touch {
    margin-left: 66.66667%;
  }
  /* line 283, grid/columns.scss */
  .column.is-9-touch {
    flex: none;
    width: 75%;
  }
  /* line 288, grid/columns.scss */
  .column.is-offset-9-touch {
    margin-left: 75%;
  }
  /* line 283, grid/columns.scss */
  .column.is-10-touch {
    flex: none;
    width: 83.33333%;
  }
  /* line 288, grid/columns.scss */
  .column.is-offset-10-touch {
    margin-left: 83.33333%;
  }
  /* line 283, grid/columns.scss */
  .column.is-11-touch {
    flex: none;
    width: 91.66667%;
  }
  /* line 288, grid/columns.scss */
  .column.is-offset-11-touch {
    margin-left: 91.66667%;
  }
  /* line 283, grid/columns.scss */
  .column.is-12-touch {
    flex: none;
    width: 100%;
  }
  /* line 288, grid/columns.scss */
  .column.is-offset-12-touch {
    margin-left: 100%;
  }
}
@media screen and (min-width: 1024px) {
  /* line 296, grid/columns.scss */
  .column.is-narrow-desktop {
    flex: none;
  }
  /* line 300, grid/columns.scss */
  .column.is-full-desktop {
    flex: none;
    width: 100%;
  }
  /* line 305, grid/columns.scss */
  .column.is-three-quarters-desktop {
    flex: none;
    width: 75%;
  }
  /* line 310, grid/columns.scss */
  .column.is-two-thirds-desktop {
    flex: none;
    width: 66.6666%;
  }
  /* line 315, grid/columns.scss */
  .column.is-half-desktop {
    flex: none;
    width: 50%;
  }
  /* line 320, grid/columns.scss */
  .column.is-one-third-desktop {
    flex: none;
    width: 33.3333%;
  }
  /* line 325, grid/columns.scss */
  .column.is-one-quarter-desktop {
    flex: none;
    width: 25%;
  }
  /* line 330, grid/columns.scss */
  .column.is-offset-three-quarters-desktop {
    margin-left: 75%;
  }
  /* line 334, grid/columns.scss */
  .column.is-offset-two-thirds-desktop {
    margin-left: 66.6666%;
  }
  /* line 338, grid/columns.scss */
  .column.is-offset-half-desktop {
    margin-left: 50%;
  }
  /* line 342, grid/columns.scss */
  .column.is-offset-one-third-desktop {
    margin-left: 33.3333%;
  }
  /* line 346, grid/columns.scss */
  .column.is-offset-one-quarter-desktop {
    margin-left: 25%;
  }
  /* line 351, grid/columns.scss */
  .column.is-1-desktop {
    flex: none;
    width: 8.33333%;
  }
  /* line 356, grid/columns.scss */
  .column.is-offset-1-desktop {
    margin-left: 8.33333%;
  }
  /* line 351, grid/columns.scss */
  .column.is-2-desktop {
    flex: none;
    width: 16.66667%;
  }
  /* line 356, grid/columns.scss */
  .column.is-offset-2-desktop {
    margin-left: 16.66667%;
  }
  /* line 351, grid/columns.scss */
  .column.is-3-desktop {
    flex: none;
    width: 25%;
  }
  /* line 356, grid/columns.scss */
  .column.is-offset-3-desktop {
    margin-left: 25%;
  }
  /* line 351, grid/columns.scss */
  .column.is-4-desktop {
    flex: none;
    width: 33.33333%;
  }
  /* line 356, grid/columns.scss */
  .column.is-offset-4-desktop {
    margin-left: 33.33333%;
  }
  /* line 351, grid/columns.scss */
  .column.is-5-desktop {
    flex: none;
    width: 41.66667%;
  }
  /* line 356, grid/columns.scss */
  .column.is-offset-5-desktop {
    margin-left: 41.66667%;
  }
  /* line 351, grid/columns.scss */
  .column.is-6-desktop {
    flex: none;
    width: 50%;
  }
  /* line 356, grid/columns.scss */
  .column.is-offset-6-desktop {
    margin-left: 50%;
  }
  /* line 351, grid/columns.scss */
  .column.is-7-desktop {
    flex: none;
    width: 58.33333%;
  }
  /* line 356, grid/columns.scss */
  .column.is-offset-7-desktop {
    margin-left: 58.33333%;
  }
  /* line 351, grid/columns.scss */
  .column.is-8-desktop {
    flex: none;
    width: 66.66667%;
  }
  /* line 356, grid/columns.scss */
  .column.is-offset-8-desktop {
    margin-left: 66.66667%;
  }
  /* line 351, grid/columns.scss */
  .column.is-9-desktop {
    flex: none;
    width: 75%;
  }
  /* line 356, grid/columns.scss */
  .column.is-offset-9-desktop {
    margin-left: 75%;
  }
  /* line 351, grid/columns.scss */
  .column.is-10-desktop {
    flex: none;
    width: 83.33333%;
  }
  /* line 356, grid/columns.scss */
  .column.is-offset-10-desktop {
    margin-left: 83.33333%;
  }
  /* line 351, grid/columns.scss */
  .column.is-11-desktop {
    flex: none;
    width: 91.66667%;
  }
  /* line 356, grid/columns.scss */
  .column.is-offset-11-desktop {
    margin-left: 91.66667%;
  }
  /* line 351, grid/columns.scss */
  .column.is-12-desktop {
    flex: none;
    width: 100%;
  }
  /* line 356, grid/columns.scss */
  .column.is-offset-12-desktop {
    margin-left: 100%;
  }
}
@media screen and (min-width: 1216px) {
  /* line 364, grid/columns.scss */
  .column.is-narrow-widescreen {
    flex: none;
  }
  /* line 368, grid/columns.scss */
  .column.is-full-widescreen {
    flex: none;
    width: 100%;
  }
  /* line 373, grid/columns.scss */
  .column.is-three-quarters-widescreen {
    flex: none;
    width: 75%;
  }
  /* line 378, grid/columns.scss */
  .column.is-two-thirds-widescreen {
    flex: none;
    width: 66.6666%;
  }
  /* line 383, grid/columns.scss */
  .column.is-half-widescreen {
    flex: none;
    width: 50%;
  }
  /* line 388, grid/columns.scss */
  .column.is-one-third-widescreen {
    flex: none;
    width: 33.3333%;
  }
  /* line 393, grid/columns.scss */
  .column.is-one-quarter-widescreen {
    flex: none;
    width: 25%;
  }
  /* line 398, grid/columns.scss */
  .column.is-offset-three-quarters-widescreen {
    margin-left: 75%;
  }
  /* line 402, grid/columns.scss */
  .column.is-offset-two-thirds-widescreen {
    margin-left: 66.6666%;
  }
  /* line 406, grid/columns.scss */
  .column.is-offset-half-widescreen {
    margin-left: 50%;
  }
  /* line 410, grid/columns.scss */
  .column.is-offset-one-third-widescreen {
    margin-left: 33.3333%;
  }
  /* line 414, grid/columns.scss */
  .column.is-offset-one-quarter-widescreen {
    margin-left: 25%;
  }
  /* line 419, grid/columns.scss */
  .column.is-1-widescreen {
    flex: none;
    width: 8.33333%;
  }
  /* line 424, grid/columns.scss */
  .column.is-offset-1-widescreen {
    margin-left: 8.33333%;
  }
  /* line 419, grid/columns.scss */
  .column.is-2-widescreen {
    flex: none;
    width: 16.66667%;
  }
  /* line 424, grid/columns.scss */
  .column.is-offset-2-widescreen {
    margin-left: 16.66667%;
  }
  /* line 419, grid/columns.scss */
  .column.is-3-widescreen {
    flex: none;
    width: 25%;
  }
  /* line 424, grid/columns.scss */
  .column.is-offset-3-widescreen {
    margin-left: 25%;
  }
  /* line 419, grid/columns.scss */
  .column.is-4-widescreen {
    flex: none;
    width: 33.33333%;
  }
  /* line 424, grid/columns.scss */
  .column.is-offset-4-widescreen {
    margin-left: 33.33333%;
  }
  /* line 419, grid/columns.scss */
  .column.is-5-widescreen {
    flex: none;
    width: 41.66667%;
  }
  /* line 424, grid/columns.scss */
  .column.is-offset-5-widescreen {
    margin-left: 41.66667%;
  }
  /* line 419, grid/columns.scss */
  .column.is-6-widescreen {
    flex: none;
    width: 50%;
  }
  /* line 424, grid/columns.scss */
  .column.is-offset-6-widescreen {
    margin-left: 50%;
  }
  /* line 419, grid/columns.scss */
  .column.is-7-widescreen {
    flex: none;
    width: 58.33333%;
  }
  /* line 424, grid/columns.scss */
  .column.is-offset-7-widescreen {
    margin-left: 58.33333%;
  }
  /* line 419, grid/columns.scss */
  .column.is-8-widescreen {
    flex: none;
    width: 66.66667%;
  }
  /* line 424, grid/columns.scss */
  .column.is-offset-8-widescreen {
    margin-left: 66.66667%;
  }
  /* line 419, grid/columns.scss */
  .column.is-9-widescreen {
    flex: none;
    width: 75%;
  }
  /* line 424, grid/columns.scss */
  .column.is-offset-9-widescreen {
    margin-left: 75%;
  }
  /* line 419, grid/columns.scss */
  .column.is-10-widescreen {
    flex: none;
    width: 83.33333%;
  }
  /* line 424, grid/columns.scss */
  .column.is-offset-10-widescreen {
    margin-left: 83.33333%;
  }
  /* line 419, grid/columns.scss */
  .column.is-11-widescreen {
    flex: none;
    width: 91.66667%;
  }
  /* line 424, grid/columns.scss */
  .column.is-offset-11-widescreen {
    margin-left: 91.66667%;
  }
  /* line 419, grid/columns.scss */
  .column.is-12-widescreen {
    flex: none;
    width: 100%;
  }
  /* line 424, grid/columns.scss */
  .column.is-offset-12-widescreen {
    margin-left: 100%;
  }
}
@media screen and (min-width: 1408px) {
  /* line 432, grid/columns.scss */
  .column.is-narrow-fullhd {
    flex: none;
  }
  /* line 436, grid/columns.scss */
  .column.is-full-fullhd {
    flex: none;
    width: 100%;
  }
  /* line 441, grid/columns.scss */
  .column.is-three-quarters-fullhd {
    flex: none;
    width: 75%;
  }
  /* line 446, grid/columns.scss */
  .column.is-two-thirds-fullhd {
    flex: none;
    width: 66.6666%;
  }
  /* line 451, grid/columns.scss */
  .column.is-half-fullhd {
    flex: none;
    width: 50%;
  }
  /* line 456, grid/columns.scss */
  .column.is-one-third-fullhd {
    flex: none;
    width: 33.3333%;
  }
  /* line 461, grid/columns.scss */
  .column.is-one-quarter-fullhd {
    flex: none;
    width: 25%;
  }
  /* line 466, grid/columns.scss */
  .column.is-offset-three-quarters-fullhd {
    margin-left: 75%;
  }
  /* line 470, grid/columns.scss */
  .column.is-offset-two-thirds-fullhd {
    margin-left: 66.6666%;
  }
  /* line 474, grid/columns.scss */
  .column.is-offset-half-fullhd {
    margin-left: 50%;
  }
  /* line 478, grid/columns.scss */
  .column.is-offset-one-third-fullhd {
    margin-left: 33.3333%;
  }
  /* line 482, grid/columns.scss */
  .column.is-offset-one-quarter-fullhd {
    margin-left: 25%;
  }
  /* line 487, grid/columns.scss */
  .column.is-1-fullhd {
    flex: none;
    width: 8.33333%;
  }
  /* line 492, grid/columns.scss */
  .column.is-offset-1-fullhd {
    margin-left: 8.33333%;
  }
  /* line 487, grid/columns.scss */
  .column.is-2-fullhd {
    flex: none;
    width: 16.66667%;
  }
  /* line 492, grid/columns.scss */
  .column.is-offset-2-fullhd {
    margin-left: 16.66667%;
  }
  /* line 487, grid/columns.scss */
  .column.is-3-fullhd {
    flex: none;
    width: 25%;
  }
  /* line 492, grid/columns.scss */
  .column.is-offset-3-fullhd {
    margin-left: 25%;
  }
  /* line 487, grid/columns.scss */
  .column.is-4-fullhd {
    flex: none;
    width: 33.33333%;
  }
  /* line 492, grid/columns.scss */
  .column.is-offset-4-fullhd {
    margin-left: 33.33333%;
  }
  /* line 487, grid/columns.scss */
  .column.is-5-fullhd {
    flex: none;
    width: 41.66667%;
  }
  /* line 492, grid/columns.scss */
  .column.is-offset-5-fullhd {
    margin-left: 41.66667%;
  }
  /* line 487, grid/columns.scss */
  .column.is-6-fullhd {
    flex: none;
    width: 50%;
  }
  /* line 492, grid/columns.scss */
  .column.is-offset-6-fullhd {
    margin-left: 50%;
  }
  /* line 487, grid/columns.scss */
  .column.is-7-fullhd {
    flex: none;
    width: 58.33333%;
  }
  /* line 492, grid/columns.scss */
  .column.is-offset-7-fullhd {
    margin-left: 58.33333%;
  }
  /* line 487, grid/columns.scss */
  .column.is-8-fullhd {
    flex: none;
    width: 66.66667%;
  }
  /* line 492, grid/columns.scss */
  .column.is-offset-8-fullhd {
    margin-left: 66.66667%;
  }
  /* line 487, grid/columns.scss */
  .column.is-9-fullhd {
    flex: none;
    width: 75%;
  }
  /* line 492, grid/columns.scss */
  .column.is-offset-9-fullhd {
    margin-left: 75%;
  }
  /* line 487, grid/columns.scss */
  .column.is-10-fullhd {
    flex: none;
    width: 83.33333%;
  }
  /* line 492, grid/columns.scss */
  .column.is-offset-10-fullhd {
    margin-left: 83.33333%;
  }
  /* line 487, grid/columns.scss */
  .column.is-11-fullhd {
    flex: none;
    width: 91.66667%;
  }
  /* line 492, grid/columns.scss */
  .column.is-offset-11-fullhd {
    margin-left: 91.66667%;
  }
  /* line 487, grid/columns.scss */
  .column.is-12-fullhd {
    flex: none;
    width: 100%;
  }
  /* line 492, grid/columns.scss */
  .column.is-offset-12-fullhd {
    margin-left: 100%;
  }
}

/* line 499, grid/columns.scss */
.columns {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
  margin-top: -0.75rem;
}
/* line 504, grid/columns.scss */
.columns:last-child {
  margin-bottom: -0.75rem;
}
/* line 508, grid/columns.scss */
.columns:not(:last-child) {
  margin-bottom: calc(1.5rem - 0.75rem);
}
/* line 513, grid/columns.scss */
.columns.is-centered {
  justify-content: center;
}
/* line 517, grid/columns.scss */
.columns.is-gapless {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
}
/* line 522, grid/columns.scss */
.columns.is-gapless > .column {
  margin: 0;
  padding: 0 !important;
}
/* line 527, grid/columns.scss */
.columns.is-gapless:not(:last-child) {
  margin-bottom: 1.5rem;
}
/* line 531, grid/columns.scss */
.columns.is-gapless:last-child {
  margin-bottom: 0;
}
/* line 536, grid/columns.scss */
.columns.is-mobile {
  display: flex;
}
/* line 540, grid/columns.scss */
.columns.is-multiline {
  flex-wrap: wrap;
}
/* line 544, grid/columns.scss */
.columns.is-vcentered {
  align-items: center;
}
@media screen and (min-width: 769px), print {
  /* line 550, grid/columns.scss */
  .columns:not(.is-desktop) {
    display: flex;
  }
}
@media screen and (min-width: 1024px) {
  /* line 558, grid/columns.scss */
  .columns.is-desktop {
    display: flex;
  }
}

/* line 564, grid/columns.scss */
.columns.is-variable {
  --columnGap: 0.75rem;
  margin-left: calc(-1 * var(--columnGap));
  margin-right: calc(-1 * var(--columnGap));
}
/* line 569, grid/columns.scss */
.columns.is-variable .column {
  padding-left: var(--columnGap);
  padding-right: var(--columnGap);
}
/* line 575, grid/columns.scss */
.columns.is-variable.is-0 {
  --columnGap: 0rem;
}
/* line 575, grid/columns.scss */
.columns.is-variable.is-1 {
  --columnGap: 0.25rem;
}
/* line 575, grid/columns.scss */
.columns.is-variable.is-2 {
  --columnGap: 0.5rem;
}
/* line 575, grid/columns.scss */
.columns.is-variable.is-3 {
  --columnGap: 0.75rem;
}
/* line 575, grid/columns.scss */
.columns.is-variable.is-4 {
  --columnGap: 1rem;
}
/* line 575, grid/columns.scss */
.columns.is-variable.is-5 {
  --columnGap: 1.25rem;
}
/* line 575, grid/columns.scss */
.columns.is-variable.is-6 {
  --columnGap: 1.5rem;
}
/* line 575, grid/columns.scss */
.columns.is-variable.is-7 {
  --columnGap: 1.75rem;
}
/* line 575, grid/columns.scss */
.columns.is-variable.is-8 {
  --columnGap: 2rem;
}

/* line 3, grid/tiles.scss */
.tile {
  align-items: stretch;
  display: block;
  flex-basis: 0;
  flex-grow: 1;
  flex-shrink: 1;
  min-height: min-content;
}
/* line 12, grid/tiles.scss */
.tile.is-ancestor {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
  margin-top: -0.75rem;
}
/* line 17, grid/tiles.scss */
.tile.is-ancestor:last-child {
  margin-bottom: -0.75rem;
}
/* line 21, grid/tiles.scss */
.tile.is-ancestor:not(:last-child) {
  margin-bottom: 0.75rem;
}
/* line 26, grid/tiles.scss */
.tile.is-child {
  margin: 0 !important;
}
/* line 30, grid/tiles.scss */
.tile.is-parent {
  padding: 0.75rem;
}
/* line 34, grid/tiles.scss */
.tile.is-vertical {
  flex-direction: column;
}
/* line 37, grid/tiles.scss */
.tile.is-vertical > .tile.is-child:not(:last-child) {
  margin-bottom: 1.5rem !important;
}
@media screen and (min-width: 769px), print {
  /* line 44, grid/tiles.scss */
  .tile:not(.is-child) {
    display: flex;
  }
  /* line 49, grid/tiles.scss */
  .tile.is-1 {
    flex: none;
    width: 8.33333%;
  }
  /* line 49, grid/tiles.scss */
  .tile.is-2 {
    flex: none;
    width: 16.66667%;
  }
  /* line 49, grid/tiles.scss */
  .tile.is-3 {
    flex: none;
    width: 25%;
  }
  /* line 49, grid/tiles.scss */
  .tile.is-4 {
    flex: none;
    width: 33.33333%;
  }
  /* line 49, grid/tiles.scss */
  .tile.is-5 {
    flex: none;
    width: 41.66667%;
  }
  /* line 49, grid/tiles.scss */
  .tile.is-6 {
    flex: none;
    width: 50%;
  }
  /* line 49, grid/tiles.scss */
  .tile.is-7 {
    flex: none;
    width: 58.33333%;
  }
  /* line 49, grid/tiles.scss */
  .tile.is-8 {
    flex: none;
    width: 66.66667%;
  }
  /* line 49, grid/tiles.scss */
  .tile.is-9 {
    flex: none;
    width: 75%;
  }
  /* line 49, grid/tiles.scss */
  .tile.is-10 {
    flex: none;
    width: 83.33333%;
  }
  /* line 49, grid/tiles.scss */
  .tile.is-11 {
    flex: none;
    width: 91.66667%;
  }
  /* line 49, grid/tiles.scss */
  .tile.is-12 {
    flex: none;
    width: 100%;
  }
}

/* line 5, layout/hero.scss */
.hero {
  align-items: stretch;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
/* line 11, layout/hero.scss */
.hero .navbar {
  background: none;
}
/* line 16, layout/hero.scss */
.hero .tabs ul {
  border-bottom: none;
}
/* line 26, layout/hero.scss */
.hero.is-white {
  background-color: white;
  color: #0a0a0a;
}
/* line 30, layout/hero.scss */
.hero.is-white a:not(.button),
.hero.is-white strong {
  color: inherit;
}
/* line 35, layout/hero.scss */
.hero.is-white .title {
  color: #0a0a0a;
}
/* line 39, layout/hero.scss */
.hero.is-white .subtitle {
  color: rgba(10, 10, 10, 0.9);
}
/* line 42, layout/hero.scss */
.hero.is-white .subtitle a:not(.button),
.hero.is-white .subtitle strong {
  color: #0a0a0a;
}
@media screen and (max-width: 1023px) {
  /* line 48, layout/hero.scss */
  .hero.is-white .navbar-menu {
    background-color: white;
  }
}
/* line 54, layout/hero.scss */
.hero.is-white .navbar-item,
.hero.is-white .navbar-link {
  color: rgba(10, 10, 10, 0.7);
}
/* line 61, layout/hero.scss */
.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: #0a0a0a;
}
/* line 69, layout/hero.scss */
.hero.is-white .tabs a {
  color: #0a0a0a;
  opacity: 0.9;
}
/* line 73, layout/hero.scss */
.hero.is-white .tabs a:hover {
  opacity: 1;
}
/* line 79, layout/hero.scss */
.hero.is-white .tabs li.is-active a {
  opacity: 1;
}
/* line 86, layout/hero.scss */
.hero.is-white .tabs.is-boxed a, .hero.is-white .tabs.is-toggle a {
  color: #0a0a0a;
}
/* line 89, layout/hero.scss */
.hero.is-white .tabs.is-boxed a:hover, .hero.is-white .tabs.is-toggle a:hover {
  background-color: rgba(10, 10, 10, 0.1);
}
/* line 95, layout/hero.scss */
.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: #0a0a0a;
  border-color: #0a0a0a;
  color: white;
}
/* line 106, layout/hero.scss */
.hero.is-white.is-bold {
  background-image: linear-gradient(141deg, #e8e3e4 0%, white 71%, white 100%);
}
@media screen and (max-width: 768px) {
  /* line 113, layout/hero.scss */
  .hero.is-white.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, #e8e3e4 0%, white 71%, white 100%);
  }
}
/* line 26, layout/hero.scss */
.hero.is-black {
  background-color: #0a0a0a;
  color: white;
}
/* line 30, layout/hero.scss */
.hero.is-black a:not(.button),
.hero.is-black strong {
  color: inherit;
}
/* line 35, layout/hero.scss */
.hero.is-black .title {
  color: white;
}
/* line 39, layout/hero.scss */
.hero.is-black .subtitle {
  color: rgba(255, 255, 255, 0.9);
}
/* line 42, layout/hero.scss */
.hero.is-black .subtitle a:not(.button),
.hero.is-black .subtitle strong {
  color: white;
}
@media screen and (max-width: 1023px) {
  /* line 48, layout/hero.scss */
  .hero.is-black .navbar-menu {
    background-color: #0a0a0a;
  }
}
/* line 54, layout/hero.scss */
.hero.is-black .navbar-item,
.hero.is-black .navbar-link {
  color: rgba(255, 255, 255, 0.7);
}
/* line 61, layout/hero.scss */
.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: black;
  color: white;
}
/* line 69, layout/hero.scss */
.hero.is-black .tabs a {
  color: white;
  opacity: 0.9;
}
/* line 73, layout/hero.scss */
.hero.is-black .tabs a:hover {
  opacity: 1;
}
/* line 79, layout/hero.scss */
.hero.is-black .tabs li.is-active a {
  opacity: 1;
}
/* line 86, layout/hero.scss */
.hero.is-black .tabs.is-boxed a, .hero.is-black .tabs.is-toggle a {
  color: white;
}
/* line 89, layout/hero.scss */
.hero.is-black .tabs.is-boxed a:hover, .hero.is-black .tabs.is-toggle a:hover {
  background-color: rgba(10, 10, 10, 0.1);
}
/* line 95, layout/hero.scss */
.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: #0a0a0a;
}
/* line 106, layout/hero.scss */
.hero.is-black.is-bold {
  background-image: linear-gradient(141deg, black 0%, #0a0a0a 71%, #181616 100%);
}
@media screen and (max-width: 768px) {
  /* line 113, layout/hero.scss */
  .hero.is-black.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, black 0%, #0a0a0a 71%, #181616 100%);
  }
}
/* line 26, layout/hero.scss */
.hero.is-light {
  background-color: whitesmoke;
  color: #363636;
}
/* line 30, layout/hero.scss */
.hero.is-light a:not(.button),
.hero.is-light strong {
  color: inherit;
}
/* line 35, layout/hero.scss */
.hero.is-light .title {
  color: #363636;
}
/* line 39, layout/hero.scss */
.hero.is-light .subtitle {
  color: rgba(54, 54, 54, 0.9);
}
/* line 42, layout/hero.scss */
.hero.is-light .subtitle a:not(.button),
.hero.is-light .subtitle strong {
  color: #363636;
}
@media screen and (max-width: 1023px) {
  /* line 48, layout/hero.scss */
  .hero.is-light .navbar-menu {
    background-color: whitesmoke;
  }
}
/* line 54, layout/hero.scss */
.hero.is-light .navbar-item,
.hero.is-light .navbar-link {
  color: rgba(54, 54, 54, 0.7);
}
/* line 61, layout/hero.scss */
.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: #363636;
}
/* line 69, layout/hero.scss */
.hero.is-light .tabs a {
  color: #363636;
  opacity: 0.9;
}
/* line 73, layout/hero.scss */
.hero.is-light .tabs a:hover {
  opacity: 1;
}
/* line 79, layout/hero.scss */
.hero.is-light .tabs li.is-active a {
  opacity: 1;
}
/* line 86, layout/hero.scss */
.hero.is-light .tabs.is-boxed a, .hero.is-light .tabs.is-toggle a {
  color: #363636;
}
/* line 89, layout/hero.scss */
.hero.is-light .tabs.is-boxed a:hover, .hero.is-light .tabs.is-toggle a:hover {
  background-color: rgba(10, 10, 10, 0.1);
}
/* line 95, layout/hero.scss */
.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: #363636;
  border-color: #363636;
  color: whitesmoke;
}
/* line 106, layout/hero.scss */
.hero.is-light.is-bold {
  background-image: linear-gradient(141deg, #dfd8d9 0%, whitesmoke 71%, white 100%);
}
@media screen and (max-width: 768px) {
  /* line 113, layout/hero.scss */
  .hero.is-light.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, #dfd8d9 0%, whitesmoke 71%, white 100%);
  }
}
/* line 26, layout/hero.scss */
.hero.is-dark {
  background-color: #363636;
  color: whitesmoke;
}
/* line 30, layout/hero.scss */
.hero.is-dark a:not(.button),
.hero.is-dark strong {
  color: inherit;
}
/* line 35, layout/hero.scss */
.hero.is-dark .title {
  color: whitesmoke;
}
/* line 39, layout/hero.scss */
.hero.is-dark .subtitle {
  color: rgba(245, 245, 245, 0.9);
}
/* line 42, layout/hero.scss */
.hero.is-dark .subtitle a:not(.button),
.hero.is-dark .subtitle strong {
  color: whitesmoke;
}
@media screen and (max-width: 1023px) {
  /* line 48, layout/hero.scss */
  .hero.is-dark .navbar-menu {
    background-color: #363636;
  }
}
/* line 54, layout/hero.scss */
.hero.is-dark .navbar-item,
.hero.is-dark .navbar-link {
  color: rgba(245, 245, 245, 0.7);
}
/* line 61, layout/hero.scss */
.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: #292929;
  color: whitesmoke;
}
/* line 69, layout/hero.scss */
.hero.is-dark .tabs a {
  color: whitesmoke;
  opacity: 0.9;
}
/* line 73, layout/hero.scss */
.hero.is-dark .tabs a:hover {
  opacity: 1;
}
/* line 79, layout/hero.scss */
.hero.is-dark .tabs li.is-active a {
  opacity: 1;
}
/* line 86, layout/hero.scss */
.hero.is-dark .tabs.is-boxed a, .hero.is-dark .tabs.is-toggle a {
  color: whitesmoke;
}
/* line 89, layout/hero.scss */
.hero.is-dark .tabs.is-boxed a:hover, .hero.is-dark .tabs.is-toggle a:hover {
  background-color: rgba(10, 10, 10, 0.1);
}
/* line 95, layout/hero.scss */
.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: #363636;
}
/* line 106, layout/hero.scss */
.hero.is-dark.is-bold {
  background-image: linear-gradient(141deg, #1f191a 0%, #363636 71%, #46403f 100%);
}
@media screen and (max-width: 768px) {
  /* line 113, layout/hero.scss */
  .hero.is-dark.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, #1f191a 0%, #363636 71%, #46403f 100%);
  }
}
/* line 26, layout/hero.scss */
.hero.is-primary {
  background-color: #d51518;
  color: #fff;
}
/* line 30, layout/hero.scss */
.hero.is-primary a:not(.button),
.hero.is-primary strong {
  color: inherit;
}
/* line 35, layout/hero.scss */
.hero.is-primary .title {
  color: #fff;
}
/* line 39, layout/hero.scss */
.hero.is-primary .subtitle {
  color: rgba(255, 255, 255, 0.9);
}
/* line 42, layout/hero.scss */
.hero.is-primary .subtitle a:not(.button),
.hero.is-primary .subtitle strong {
  color: #fff;
}
@media screen and (max-width: 1023px) {
  /* line 48, layout/hero.scss */
  .hero.is-primary .navbar-menu {
    background-color: #d51518;
  }
}
/* line 54, layout/hero.scss */
.hero.is-primary .navbar-item,
.hero.is-primary .navbar-link {
  color: rgba(255, 255, 255, 0.7);
}
/* line 61, layout/hero.scss */
.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: #be1316;
  color: #fff;
}
/* line 69, layout/hero.scss */
.hero.is-primary .tabs a {
  color: #fff;
  opacity: 0.9;
}
/* line 73, layout/hero.scss */
.hero.is-primary .tabs a:hover {
  opacity: 1;
}
/* line 79, layout/hero.scss */
.hero.is-primary .tabs li.is-active a {
  opacity: 1;
}
/* line 86, layout/hero.scss */
.hero.is-primary .tabs.is-boxed a, .hero.is-primary .tabs.is-toggle a {
  color: #fff;
}
/* line 89, layout/hero.scss */
.hero.is-primary .tabs.is-boxed a:hover, .hero.is-primary .tabs.is-toggle a:hover {
  background-color: rgba(10, 10, 10, 0.1);
}
/* line 95, layout/hero.scss */
.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: #d51518;
}
/* line 106, layout/hero.scss */
.hero.is-primary.is-bold {
  background-image: linear-gradient(141deg, #b00726 0%, #d51518 71%, #ef3615 100%);
}
@media screen and (max-width: 768px) {
  /* line 113, layout/hero.scss */
  .hero.is-primary.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, #b00726 0%, #d51518 71%, #ef3615 100%);
  }
}
/* line 26, layout/hero.scss */
.hero.is-link {
  background-color: #357cd6;
  color: #fff;
}
/* line 30, layout/hero.scss */
.hero.is-link a:not(.button),
.hero.is-link strong {
  color: inherit;
}
/* line 35, layout/hero.scss */
.hero.is-link .title {
  color: #fff;
}
/* line 39, layout/hero.scss */
.hero.is-link .subtitle {
  color: rgba(255, 255, 255, 0.9);
}
/* line 42, layout/hero.scss */
.hero.is-link .subtitle a:not(.button),
.hero.is-link .subtitle strong {
  color: #fff;
}
@media screen and (max-width: 1023px) {
  /* line 48, layout/hero.scss */
  .hero.is-link .navbar-menu {
    background-color: #357cd6;
  }
}
/* line 54, layout/hero.scss */
.hero.is-link .navbar-item,
.hero.is-link .navbar-link {
  color: rgba(255, 255, 255, 0.7);
}
/* line 61, layout/hero.scss */
.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: #357cd6;
  color: #fff;
}
/* line 69, layout/hero.scss */
.hero.is-link .tabs a {
  color: #fff;
  opacity: 0.9;
}
/* line 73, layout/hero.scss */
.hero.is-link .tabs a:hover {
  opacity: 1;
}
/* line 79, layout/hero.scss */
.hero.is-link .tabs li.is-active a {
  opacity: 1;
}
/* line 86, layout/hero.scss */
.hero.is-link .tabs.is-boxed a, .hero.is-link .tabs.is-toggle a {
  color: #fff;
}
/* line 89, layout/hero.scss */
.hero.is-link .tabs.is-boxed a:hover, .hero.is-link .tabs.is-toggle a:hover {
  background-color: rgba(10, 10, 10, 0.1);
}
/* line 95, layout/hero.scss */
.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: #357cd6;
}
/* line 106, layout/hero.scss */
.hero.is-link.is-bold {
  background-image: linear-gradient(141deg, #1e3757 0%, #357cd6 71%, #37408b 100%);
}
@media screen and (max-width: 768px) {
  /* line 113, layout/hero.scss */
  .hero.is-link.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, #1e3757 0%, #357cd6 71%, #37408b 100%);
  }
}
/* line 26, layout/hero.scss */
.hero.is-info {
  background-color: #1d409f;
  color: #fff;
}
/* line 30, layout/hero.scss */
.hero.is-info a:not(.button),
.hero.is-info strong {
  color: inherit;
}
/* line 35, layout/hero.scss */
.hero.is-info .title {
  color: #fff;
}
/* line 39, layout/hero.scss */
.hero.is-info .subtitle {
  color: rgba(255, 255, 255, 0.9);
}
/* line 42, layout/hero.scss */
.hero.is-info .subtitle a:not(.button),
.hero.is-info .subtitle strong {
  color: #fff;
}
@media screen and (max-width: 1023px) {
  /* line 48, layout/hero.scss */
  .hero.is-info .navbar-menu {
    background-color: #1d409f;
  }
}
/* line 54, layout/hero.scss */
.hero.is-info .navbar-item,
.hero.is-info .navbar-link {
  color: rgba(255, 255, 255, 0.7);
}
/* line 61, layout/hero.scss */
.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: #19378a;
  color: #fff;
}
/* line 69, layout/hero.scss */
.hero.is-info .tabs a {
  color: #fff;
  opacity: 0.9;
}
/* line 73, layout/hero.scss */
.hero.is-info .tabs a:hover {
  opacity: 1;
}
/* line 79, layout/hero.scss */
.hero.is-info .tabs li.is-active a {
  opacity: 1;
}
/* line 86, layout/hero.scss */
.hero.is-info .tabs.is-boxed a, .hero.is-info .tabs.is-toggle a {
  color: #fff;
}
/* line 89, layout/hero.scss */
.hero.is-info .tabs.is-boxed a:hover, .hero.is-info .tabs.is-toggle a:hover {
  background-color: rgba(10, 10, 10, 0.1);
}
/* line 95, layout/hero.scss */
.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: #1d409f;
}
/* line 106, layout/hero.scss */
.hero.is-info.is-bold {
  background-image: linear-gradient(141deg, #0e3e7b 0%, #1d409f 71%, #1c2cba 100%);
}
@media screen and (max-width: 768px) {
  /* line 113, layout/hero.scss */
  .hero.is-info.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, #0e3e7b 0%, #1d409f 71%, #1c2cba 100%);
  }
}
/* line 26, layout/hero.scss */
.hero.is-success {
  background-color: #4eb63a;
  color: #fff;
}
/* line 30, layout/hero.scss */
.hero.is-success a:not(.button),
.hero.is-success strong {
  color: inherit;
}
/* line 35, layout/hero.scss */
.hero.is-success .title {
  color: #fff;
}
/* line 39, layout/hero.scss */
.hero.is-success .subtitle {
  color: rgba(255, 255, 255, 0.9);
}
/* line 42, layout/hero.scss */
.hero.is-success .subtitle a:not(.button),
.hero.is-success .subtitle strong {
  color: #fff;
}
@media screen and (max-width: 1023px) {
  /* line 48, layout/hero.scss */
  .hero.is-success .navbar-menu {
    background-color: #4eb63a;
  }
}
/* line 54, layout/hero.scss */
.hero.is-success .navbar-item,
.hero.is-success .navbar-link {
  color: rgba(255, 255, 255, 0.7);
}
/* line 61, layout/hero.scss */
.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: #46a333;
  color: #fff;
}
/* line 69, layout/hero.scss */
.hero.is-success .tabs a {
  color: #fff;
  opacity: 0.9;
}
/* line 73, layout/hero.scss */
.hero.is-success .tabs a:hover {
  opacity: 1;
}
/* line 79, layout/hero.scss */
.hero.is-success .tabs li.is-active a {
  opacity: 1;
}
/* line 86, layout/hero.scss */
.hero.is-success .tabs.is-boxed a, .hero.is-success .tabs.is-toggle a {
  color: #fff;
}
/* line 89, layout/hero.scss */
.hero.is-success .tabs.is-boxed a:hover, .hero.is-success .tabs.is-toggle a:hover {
  background-color: rgba(10, 10, 10, 0.1);
}
/* line 95, layout/hero.scss */
.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: #4eb63a;
}
/* line 106, layout/hero.scss */
.hero.is-success.is-bold {
  background-image: linear-gradient(141deg, #4b9924 0%, #4eb63a 71%, #3fca3f 100%);
}
@media screen and (max-width: 768px) {
  /* line 113, layout/hero.scss */
  .hero.is-success.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, #4b9924 0%, #4eb63a 71%, #3fca3f 100%);
  }
}
/* line 26, layout/hero.scss */
.hero.is-warning {
  background-color: #fcc41d;
  color: rgba(0, 0, 0, 0.7);
}
/* line 30, layout/hero.scss */
.hero.is-warning a:not(.button),
.hero.is-warning strong {
  color: inherit;
}
/* line 35, layout/hero.scss */
.hero.is-warning .title {
  color: rgba(0, 0, 0, 0.7);
}
/* line 39, layout/hero.scss */
.hero.is-warning .subtitle {
  color: rgba(0, 0, 0, 0.9);
}
/* line 42, layout/hero.scss */
.hero.is-warning .subtitle a:not(.button),
.hero.is-warning .subtitle strong {
  color: rgba(0, 0, 0, 0.7);
}
@media screen and (max-width: 1023px) {
  /* line 48, layout/hero.scss */
  .hero.is-warning .navbar-menu {
    background-color: #fcc41d;
  }
}
/* line 54, layout/hero.scss */
.hero.is-warning .navbar-item,
.hero.is-warning .navbar-link {
  color: rgba(0, 0, 0, 0.7);
}
/* line 61, layout/hero.scss */
.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: #fbbd04;
  color: rgba(0, 0, 0, 0.7);
}
/* line 69, layout/hero.scss */
.hero.is-warning .tabs a {
  color: rgba(0, 0, 0, 0.7);
  opacity: 0.9;
}
/* line 73, layout/hero.scss */
.hero.is-warning .tabs a:hover {
  opacity: 1;
}
/* line 79, layout/hero.scss */
.hero.is-warning .tabs li.is-active a {
  opacity: 1;
}
/* line 86, layout/hero.scss */
.hero.is-warning .tabs.is-boxed a, .hero.is-warning .tabs.is-toggle a {
  color: rgba(0, 0, 0, 0.7);
}
/* line 89, layout/hero.scss */
.hero.is-warning .tabs.is-boxed a:hover, .hero.is-warning .tabs.is-toggle a:hover {
  background-color: rgba(10, 10, 10, 0.1);
}
/* line 95, layout/hero.scss */
.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: #fcc41d;
}
/* line 106, layout/hero.scss */
.hero.is-warning.is-bold {
  background-image: linear-gradient(141deg, #e68600 0%, #fcc41d 71%, #ffee33 100%);
}
@media screen and (max-width: 768px) {
  /* line 113, layout/hero.scss */
  .hero.is-warning.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, #e68600 0%, #fcc41d 71%, #ffee33 100%);
  }
}
/* line 26, layout/hero.scss */
.hero.is-danger {
  background-color: #ff3860;
  color: #fff;
}
/* line 30, layout/hero.scss */
.hero.is-danger a:not(.button),
.hero.is-danger strong {
  color: inherit;
}
/* line 35, layout/hero.scss */
.hero.is-danger .title {
  color: #fff;
}
/* line 39, layout/hero.scss */
.hero.is-danger .subtitle {
  color: rgba(255, 255, 255, 0.9);
}
/* line 42, layout/hero.scss */
.hero.is-danger .subtitle a:not(.button),
.hero.is-danger .subtitle strong {
  color: #fff;
}
@media screen and (max-width: 1023px) {
  /* line 48, layout/hero.scss */
  .hero.is-danger .navbar-menu {
    background-color: #ff3860;
  }
}
/* line 54, layout/hero.scss */
.hero.is-danger .navbar-item,
.hero.is-danger .navbar-link {
  color: rgba(255, 255, 255, 0.7);
}
/* line 61, layout/hero.scss */
.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 69, layout/hero.scss */
.hero.is-danger .tabs a {
  color: #fff;
  opacity: 0.9;
}
/* line 73, layout/hero.scss */
.hero.is-danger .tabs a:hover {
  opacity: 1;
}
/* line 79, layout/hero.scss */
.hero.is-danger .tabs li.is-active a {
  opacity: 1;
}
/* line 86, layout/hero.scss */
.hero.is-danger .tabs.is-boxed a, .hero.is-danger .tabs.is-toggle a {
  color: #fff;
}
/* line 89, layout/hero.scss */
.hero.is-danger .tabs.is-boxed a:hover, .hero.is-danger .tabs.is-toggle a:hover {
  background-color: rgba(10, 10, 10, 0.1);
}
/* line 95, layout/hero.scss */
.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 106, layout/hero.scss */
.hero.is-danger.is-bold {
  background-image: linear-gradient(141deg, #ff0561 0%, #ff3860 71%, #ff5257 100%);
}
@media screen and (max-width: 768px) {
  /* line 113, layout/hero.scss */
  .hero.is-danger.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, #ff0561 0%, #ff3860 71%, #ff5257 100%);
  }
}
/* line 26, layout/hero.scss */
.hero.is-platinum {
  background-color: #ca0e40;
  color: #fff;
}
/* line 30, layout/hero.scss */
.hero.is-platinum a:not(.button),
.hero.is-platinum strong {
  color: inherit;
}
/* line 35, layout/hero.scss */
.hero.is-platinum .title {
  color: #fff;
}
/* line 39, layout/hero.scss */
.hero.is-platinum .subtitle {
  color: rgba(255, 255, 255, 0.9);
}
/* line 42, layout/hero.scss */
.hero.is-platinum .subtitle a:not(.button),
.hero.is-platinum .subtitle strong {
  color: #fff;
}
@media screen and (max-width: 1023px) {
  /* line 48, layout/hero.scss */
  .hero.is-platinum .navbar-menu {
    background-color: #ca0e40;
  }
}
/* line 54, layout/hero.scss */
.hero.is-platinum .navbar-item,
.hero.is-platinum .navbar-link {
  color: rgba(255, 255, 255, 0.7);
}
/* line 61, layout/hero.scss */
.hero.is-platinum a.navbar-item:hover, .hero.is-platinum a.navbar-item.is-active,
.hero.is-platinum .navbar-link:hover,
.hero.is-platinum .navbar-link.is-active {
  background-color: #a90d36;
  color: #fff;
}
/* line 69, layout/hero.scss */
.hero.is-platinum .tabs a {
  color: #fff;
  opacity: 0.9;
}
/* line 73, layout/hero.scss */
.hero.is-platinum .tabs a:hover {
  opacity: 1;
}
/* line 79, layout/hero.scss */
.hero.is-platinum .tabs li.is-active a {
  opacity: 1;
}
/* line 86, layout/hero.scss */
.hero.is-platinum .tabs.is-boxed a, .hero.is-platinum .tabs.is-toggle a {
  color: #fff;
}
/* line 89, layout/hero.scss */
.hero.is-platinum .tabs.is-boxed a:hover, .hero.is-platinum .tabs.is-toggle a:hover {
  background-color: rgba(10, 10, 10, 0.1);
}
/* line 95, layout/hero.scss */
.hero.is-platinum .tabs.is-boxed li.is-active a, .hero.is-platinum .tabs.is-boxed li.is-active a:hover, .hero.is-platinum .tabs.is-toggle li.is-active a, .hero.is-platinum .tabs.is-toggle li.is-active a:hover {
  background-color: #fff;
  border-color: #fff;
  color: #ca0e40;
}
/* line 106, layout/hero.scss */
.hero.is-platinum.is-bold {
  background-image: linear-gradient(141deg, #600066 0%, #ca0e40 71%, #af0480 100%);
}
@media screen and (max-width: 768px) {
  /* line 113, layout/hero.scss */
  .hero.is-platinum.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, #600066 0%, #ca0e40 71%, #af0480 100%);
  }
}
/* line 26, layout/hero.scss */
.hero.is-gold {
  background-color: #f3bd1d;
  color: #fff;
}
/* line 30, layout/hero.scss */
.hero.is-gold a:not(.button),
.hero.is-gold strong {
  color: inherit;
}
/* line 35, layout/hero.scss */
.hero.is-gold .title {
  color: #fff;
}
/* line 39, layout/hero.scss */
.hero.is-gold .subtitle {
  color: rgba(255, 255, 255, 0.9);
}
/* line 42, layout/hero.scss */
.hero.is-gold .subtitle a:not(.button),
.hero.is-gold .subtitle strong {
  color: #fff;
}
@media screen and (max-width: 1023px) {
  /* line 48, layout/hero.scss */
  .hero.is-gold .navbar-menu {
    background-color: #f3bd1d;
  }
}
/* line 54, layout/hero.scss */
.hero.is-gold .navbar-item,
.hero.is-gold .navbar-link {
  color: rgba(255, 255, 255, 0.7);
}
/* line 61, layout/hero.scss */
.hero.is-gold a.navbar-item:hover, .hero.is-gold a.navbar-item.is-active,
.hero.is-gold .navbar-link:hover,
.hero.is-gold .navbar-link.is-active {
  background-color: #d7a81b;
  color: #fff;
}
/* line 69, layout/hero.scss */
.hero.is-gold .tabs a {
  color: #fff;
  opacity: 0.9;
}
/* line 73, layout/hero.scss */
.hero.is-gold .tabs a:hover {
  opacity: 1;
}
/* line 79, layout/hero.scss */
.hero.is-gold .tabs li.is-active a {
  opacity: 1;
}
/* line 86, layout/hero.scss */
.hero.is-gold .tabs.is-boxed a, .hero.is-gold .tabs.is-toggle a {
  color: #fff;
}
/* line 89, layout/hero.scss */
.hero.is-gold .tabs.is-boxed a:hover, .hero.is-gold .tabs.is-toggle a:hover {
  background-color: rgba(10, 10, 10, 0.1);
}
/* line 95, layout/hero.scss */
.hero.is-gold .tabs.is-boxed li.is-active a, .hero.is-gold .tabs.is-boxed li.is-active a:hover, .hero.is-gold .tabs.is-toggle li.is-active a, .hero.is-gold .tabs.is-toggle li.is-active a:hover {
  background-color: #fff;
  border-color: #fff;
  color: #f3bd1d;
}
/* line 106, layout/hero.scss */
.hero.is-gold.is-bold {
  background-image: linear-gradient(141deg, #ab7916 0%, #f3bd1d 71%, #dedd30 100%);
}
@media screen and (max-width: 768px) {
  /* line 113, layout/hero.scss */
  .hero.is-gold.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, #ab7916 0%, #f3bd1d 71%, #dedd30 100%);
  }
}
/* line 26, layout/hero.scss */
.hero.is-silver {
  background-color: #b6b6b6;
  color: #fff;
}
/* line 30, layout/hero.scss */
.hero.is-silver a:not(.button),
.hero.is-silver strong {
  color: inherit;
}
/* line 35, layout/hero.scss */
.hero.is-silver .title {
  color: #fff;
}
/* line 39, layout/hero.scss */
.hero.is-silver .subtitle {
  color: rgba(255, 255, 255, 0.9);
}
/* line 42, layout/hero.scss */
.hero.is-silver .subtitle a:not(.button),
.hero.is-silver .subtitle strong {
  color: #fff;
}
@media screen and (max-width: 1023px) {
  /* line 48, layout/hero.scss */
  .hero.is-silver .navbar-menu {
    background-color: #b6b6b6;
  }
}
/* line 54, layout/hero.scss */
.hero.is-silver .navbar-item,
.hero.is-silver .navbar-link {
  color: rgba(255, 255, 255, 0.7);
}
/* line 61, layout/hero.scss */
.hero.is-silver a.navbar-item:hover, .hero.is-silver a.navbar-item.is-active,
.hero.is-silver .navbar-link:hover,
.hero.is-silver .navbar-link.is-active {
  background-color: #a2a2a2;
  color: #fff;
}
/* line 69, layout/hero.scss */
.hero.is-silver .tabs a {
  color: #fff;
  opacity: 0.9;
}
/* line 73, layout/hero.scss */
.hero.is-silver .tabs a:hover {
  opacity: 1;
}
/* line 79, layout/hero.scss */
.hero.is-silver .tabs li.is-active a {
  opacity: 1;
}
/* line 86, layout/hero.scss */
.hero.is-silver .tabs.is-boxed a, .hero.is-silver .tabs.is-toggle a {
  color: #fff;
}
/* line 89, layout/hero.scss */
.hero.is-silver .tabs.is-boxed a:hover, .hero.is-silver .tabs.is-toggle a:hover {
  background-color: rgba(10, 10, 10, 0.1);
}
/* line 95, layout/hero.scss */
.hero.is-silver .tabs.is-boxed li.is-active a, .hero.is-silver .tabs.is-boxed li.is-active a:hover, .hero.is-silver .tabs.is-toggle li.is-active a, .hero.is-silver .tabs.is-toggle li.is-active a:hover {
  background-color: #fff;
  border-color: #fff;
  color: #b6b6b6;
}
/* line 106, layout/hero.scss */
.hero.is-silver.is-bold {
  background-image: linear-gradient(141deg, #94a8a5 0%, #b6b6b6 71%, #c1c6c8 100%);
}
@media screen and (max-width: 768px) {
  /* line 113, layout/hero.scss */
  .hero.is-silver.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, #94a8a5 0%, #b6b6b6 71%, #c1c6c8 100%);
  }
}
/* line 26, layout/hero.scss */
.hero.is-bronze {
  background-color: #e56c37;
  color: #fff;
}
/* line 30, layout/hero.scss */
.hero.is-bronze a:not(.button),
.hero.is-bronze strong {
  color: inherit;
}
/* line 35, layout/hero.scss */
.hero.is-bronze .title {
  color: #fff;
}
/* line 39, layout/hero.scss */
.hero.is-bronze .subtitle {
  color: rgba(255, 255, 255, 0.9);
}
/* line 42, layout/hero.scss */
.hero.is-bronze .subtitle a:not(.button),
.hero.is-bronze .subtitle strong {
  color: #fff;
}
@media screen and (max-width: 1023px) {
  /* line 48, layout/hero.scss */
  .hero.is-bronze .navbar-menu {
    background-color: #e56c37;
  }
}
/* line 54, layout/hero.scss */
.hero.is-bronze .navbar-item,
.hero.is-bronze .navbar-link {
  color: rgba(255, 255, 255, 0.7);
}
/* line 61, layout/hero.scss */
.hero.is-bronze a.navbar-item:hover, .hero.is-bronze a.navbar-item.is-active,
.hero.is-bronze .navbar-link:hover,
.hero.is-bronze .navbar-link.is-active {
  background-color: #ca6031;
  color: #fff;
}
/* line 69, layout/hero.scss */
.hero.is-bronze .tabs a {
  color: #fff;
  opacity: 0.9;
}
/* line 73, layout/hero.scss */
.hero.is-bronze .tabs a:hover {
  opacity: 1;
}
/* line 79, layout/hero.scss */
.hero.is-bronze .tabs li.is-active a {
  opacity: 1;
}
/* line 86, layout/hero.scss */
.hero.is-bronze .tabs.is-boxed a, .hero.is-bronze .tabs.is-toggle a {
  color: #fff;
}
/* line 89, layout/hero.scss */
.hero.is-bronze .tabs.is-boxed a:hover, .hero.is-bronze .tabs.is-toggle a:hover {
  background-color: rgba(10, 10, 10, 0.1);
}
/* line 95, layout/hero.scss */
.hero.is-bronze .tabs.is-boxed li.is-active a, .hero.is-bronze .tabs.is-boxed li.is-active a:hover, .hero.is-bronze .tabs.is-toggle li.is-active a, .hero.is-bronze .tabs.is-toggle li.is-active a:hover {
  background-color: #fff;
  border-color: #fff;
  color: #e56c37;
}
/* line 106, layout/hero.scss */
.hero.is-bronze.is-bold {
  background-image: linear-gradient(141deg, #003b13 0%, #e56c37 71%, #008858 100%);
}
@media screen and (max-width: 768px) {
  /* line 113, layout/hero.scss */
  .hero.is-bronze.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, #003b13 0%, #e56c37 71%, #008858 100%);
  }
}
/* line 26, layout/hero.scss */
.hero.is-iron {
  background-color: #9cc813;
  color: #fff;
}
/* line 30, layout/hero.scss */
.hero.is-iron a:not(.button),
.hero.is-iron strong {
  color: inherit;
}
/* line 35, layout/hero.scss */
.hero.is-iron .title {
  color: #fff;
}
/* line 39, layout/hero.scss */
.hero.is-iron .subtitle {
  color: rgba(255, 255, 255, 0.9);
}
/* line 42, layout/hero.scss */
.hero.is-iron .subtitle a:not(.button),
.hero.is-iron .subtitle strong {
  color: #fff;
}
@media screen and (max-width: 1023px) {
  /* line 48, layout/hero.scss */
  .hero.is-iron .navbar-menu {
    background-color: #9cc813;
  }
}
/* line 54, layout/hero.scss */
.hero.is-iron .navbar-item,
.hero.is-iron .navbar-link {
  color: rgba(255, 255, 255, 0.7);
}
/* line 61, layout/hero.scss */
.hero.is-iron a.navbar-item:hover, .hero.is-iron a.navbar-item.is-active,
.hero.is-iron .navbar-link:hover,
.hero.is-iron .navbar-link.is-active {
  background-color: #87ad11;
  color: #fff;
}
/* line 69, layout/hero.scss */
.hero.is-iron .tabs a {
  color: #fff;
  opacity: 0.9;
}
/* line 73, layout/hero.scss */
.hero.is-iron .tabs a:hover {
  opacity: 1;
}
/* line 79, layout/hero.scss */
.hero.is-iron .tabs li.is-active a {
  opacity: 1;
}
/* line 86, layout/hero.scss */
.hero.is-iron .tabs.is-boxed a, .hero.is-iron .tabs.is-toggle a {
  color: #fff;
}
/* line 89, layout/hero.scss */
.hero.is-iron .tabs.is-boxed a:hover, .hero.is-iron .tabs.is-toggle a:hover {
  background-color: rgba(10, 10, 10, 0.1);
}
/* line 95, layout/hero.scss */
.hero.is-iron .tabs.is-boxed li.is-active a, .hero.is-iron .tabs.is-boxed li.is-active a:hover, .hero.is-iron .tabs.is-toggle li.is-active a, .hero.is-iron .tabs.is-toggle li.is-active a:hover {
  background-color: #fff;
  border-color: #fff;
  color: #9cc813;
}
/* line 106, layout/hero.scss */
.hero.is-iron.is-bold {
  background-image: linear-gradient(141deg, #c05800 0%, #9cc813 71%, #ffcd0e 100%);
}
@media screen and (max-width: 768px) {
  /* line 113, layout/hero.scss */
  .hero.is-iron.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, #c05800 0%, #9cc813 71%, #ffcd0e 100%);
  }
}
/* line 26, layout/hero.scss */
.hero.is-lightyellow {
  background-color: #ffff00;
  color: rgba(0, 0, 0, 0.7);
}
/* line 30, layout/hero.scss */
.hero.is-lightyellow a:not(.button),
.hero.is-lightyellow strong {
  color: inherit;
}
/* line 35, layout/hero.scss */
.hero.is-lightyellow .title {
  color: rgba(0, 0, 0, 0.7);
}
/* line 39, layout/hero.scss */
.hero.is-lightyellow .subtitle {
  color: rgba(0, 0, 0, 0.9);
}
/* line 42, layout/hero.scss */
.hero.is-lightyellow .subtitle a:not(.button),
.hero.is-lightyellow .subtitle strong {
  color: rgba(0, 0, 0, 0.7);
}
@media screen and (max-width: 1023px) {
  /* line 48, layout/hero.scss */
  .hero.is-lightyellow .navbar-menu {
    background-color: #ffff00;
  }
}
/* line 54, layout/hero.scss */
.hero.is-lightyellow .navbar-item,
.hero.is-lightyellow .navbar-link {
  color: rgba(0, 0, 0, 0.7);
}
/* line 61, layout/hero.scss */
.hero.is-lightyellow a.navbar-item:hover, .hero.is-lightyellow a.navbar-item.is-active,
.hero.is-lightyellow .navbar-link:hover,
.hero.is-lightyellow .navbar-link.is-active {
  background-color: #e6e600;
  color: rgba(0, 0, 0, 0.7);
}
/* line 69, layout/hero.scss */
.hero.is-lightyellow .tabs a {
  color: rgba(0, 0, 0, 0.7);
  opacity: 0.9;
}
/* line 73, layout/hero.scss */
.hero.is-lightyellow .tabs a:hover {
  opacity: 1;
}
/* line 79, layout/hero.scss */
.hero.is-lightyellow .tabs li.is-active a {
  opacity: 1;
}
/* line 86, layout/hero.scss */
.hero.is-lightyellow .tabs.is-boxed a, .hero.is-lightyellow .tabs.is-toggle a {
  color: rgba(0, 0, 0, 0.7);
}
/* line 89, layout/hero.scss */
.hero.is-lightyellow .tabs.is-boxed a:hover, .hero.is-lightyellow .tabs.is-toggle a:hover {
  background-color: rgba(10, 10, 10, 0.1);
}
/* line 95, layout/hero.scss */
.hero.is-lightyellow .tabs.is-boxed li.is-active a, .hero.is-lightyellow .tabs.is-boxed li.is-active a:hover, .hero.is-lightyellow .tabs.is-toggle li.is-active a, .hero.is-lightyellow .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: #ffff00;
}
/* line 106, layout/hero.scss */
.hero.is-lightyellow.is-bold {
  background-image: linear-gradient(141deg, #ccaa00 0%, #ffff00 71%, #d9ff1a 100%);
}
@media screen and (max-width: 768px) {
  /* line 113, layout/hero.scss */
  .hero.is-lightyellow.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, #ccaa00 0%, #ffff00 71%, #d9ff1a 100%);
  }
}
/* line 26, layout/hero.scss */
.hero.is-facebook {
  background-color: #3b5998;
  color: #fff;
}
/* line 30, layout/hero.scss */
.hero.is-facebook a:not(.button),
.hero.is-facebook strong {
  color: inherit;
}
/* line 35, layout/hero.scss */
.hero.is-facebook .title {
  color: #fff;
}
/* line 39, layout/hero.scss */
.hero.is-facebook .subtitle {
  color: rgba(255, 255, 255, 0.9);
}
/* line 42, layout/hero.scss */
.hero.is-facebook .subtitle a:not(.button),
.hero.is-facebook .subtitle strong {
  color: #fff;
}
@media screen and (max-width: 1023px) {
  /* line 48, layout/hero.scss */
  .hero.is-facebook .navbar-menu {
    background-color: #3b5998;
  }
}
/* line 54, layout/hero.scss */
.hero.is-facebook .navbar-item,
.hero.is-facebook .navbar-link {
  color: rgba(255, 255, 255, 0.7);
}
/* line 61, layout/hero.scss */
.hero.is-facebook a.navbar-item:hover, .hero.is-facebook a.navbar-item.is-active,
.hero.is-facebook .navbar-link:hover,
.hero.is-facebook .navbar-link.is-active {
  background-color: #344e86;
  color: #fff;
}
/* line 69, layout/hero.scss */
.hero.is-facebook .tabs a {
  color: #fff;
  opacity: 0.9;
}
/* line 73, layout/hero.scss */
.hero.is-facebook .tabs a:hover {
  opacity: 1;
}
/* line 79, layout/hero.scss */
.hero.is-facebook .tabs li.is-active a {
  opacity: 1;
}
/* line 86, layout/hero.scss */
.hero.is-facebook .tabs.is-boxed a, .hero.is-facebook .tabs.is-toggle a {
  color: #fff;
}
/* line 89, layout/hero.scss */
.hero.is-facebook .tabs.is-boxed a:hover, .hero.is-facebook .tabs.is-toggle a:hover {
  background-color: rgba(10, 10, 10, 0.1);
}
/* line 95, layout/hero.scss */
.hero.is-facebook .tabs.is-boxed li.is-active a, .hero.is-facebook .tabs.is-boxed li.is-active a:hover, .hero.is-facebook .tabs.is-toggle li.is-active a, .hero.is-facebook .tabs.is-toggle li.is-active a:hover {
  background-color: #fff;
  border-color: #fff;
  color: #3b5998;
}
/* line 106, layout/hero.scss */
.hero.is-facebook.is-bold {
  background-image: linear-gradient(141deg, #254f7b 0%, #3b5998 71%, #3c4eb0 100%);
}
@media screen and (max-width: 768px) {
  /* line 113, layout/hero.scss */
  .hero.is-facebook.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, #254f7b 0%, #3b5998 71%, #3c4eb0 100%);
  }
}
/* line 26, layout/hero.scss */
.hero.is-twitter {
  background-color: #00aced;
  color: #fff;
}
/* line 30, layout/hero.scss */
.hero.is-twitter a:not(.button),
.hero.is-twitter strong {
  color: inherit;
}
/* line 35, layout/hero.scss */
.hero.is-twitter .title {
  color: #fff;
}
/* line 39, layout/hero.scss */
.hero.is-twitter .subtitle {
  color: rgba(255, 255, 255, 0.9);
}
/* line 42, layout/hero.scss */
.hero.is-twitter .subtitle a:not(.button),
.hero.is-twitter .subtitle strong {
  color: #fff;
}
@media screen and (max-width: 1023px) {
  /* line 48, layout/hero.scss */
  .hero.is-twitter .navbar-menu {
    background-color: #00aced;
  }
}
/* line 54, layout/hero.scss */
.hero.is-twitter .navbar-item,
.hero.is-twitter .navbar-link {
  color: rgba(255, 255, 255, 0.7);
}
/* line 61, layout/hero.scss */
.hero.is-twitter a.navbar-item:hover, .hero.is-twitter a.navbar-item.is-active,
.hero.is-twitter .navbar-link:hover,
.hero.is-twitter .navbar-link.is-active {
  background-color: #0099d4;
  color: #fff;
}
/* line 69, layout/hero.scss */
.hero.is-twitter .tabs a {
  color: #fff;
  opacity: 0.9;
}
/* line 73, layout/hero.scss */
.hero.is-twitter .tabs a:hover {
  opacity: 1;
}
/* line 79, layout/hero.scss */
.hero.is-twitter .tabs li.is-active a {
  opacity: 1;
}
/* line 86, layout/hero.scss */
.hero.is-twitter .tabs.is-boxed a, .hero.is-twitter .tabs.is-toggle a {
  color: #fff;
}
/* line 89, layout/hero.scss */
.hero.is-twitter .tabs.is-boxed a:hover, .hero.is-twitter .tabs.is-toggle a:hover {
  background-color: rgba(10, 10, 10, 0.1);
}
/* line 95, layout/hero.scss */
.hero.is-twitter .tabs.is-boxed li.is-active a, .hero.is-twitter .tabs.is-boxed li.is-active a:hover, .hero.is-twitter .tabs.is-toggle li.is-active a, .hero.is-twitter .tabs.is-toggle li.is-active a:hover {
  background-color: #fff;
  border-color: #fff;
  color: #00aced;
}
/* line 106, layout/hero.scss */
.hero.is-twitter.is-bold {
  background-image: linear-gradient(141deg, #00a6ba 0%, #00aced 71%, #0892ff 100%);
}
@media screen and (max-width: 768px) {
  /* line 113, layout/hero.scss */
  .hero.is-twitter.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, #00a6ba 0%, #00aced 71%, #0892ff 100%);
  }
}
/* line 138, layout/hero.scss */
.hero.is-small .hero-body {
  padding-bottom: 1.5rem;
  padding-top: 1.5rem;
}
@media screen and (min-width: 769px), print {
  /* line 146, layout/hero.scss */
  .hero.is-medium .hero-body {
    padding-bottom: 9rem;
    padding-top: 9rem;
  }
}
@media screen and (min-width: 769px), print {
  /* line 155, layout/hero.scss */
  .hero.is-large .hero-body {
    padding-bottom: 18rem;
    padding-top: 18rem;
  }
}
/* line 164, layout/hero.scss */
.hero.is-halfheight .hero-body, .hero.is-fullheight .hero-body {
  align-items: center;
  display: flex;
}
/* line 168, layout/hero.scss */
.hero.is-halfheight .hero-body > .container, .hero.is-fullheight .hero-body > .container {
  flex-grow: 1;
  flex-shrink: 1;
}
/* line 175, layout/hero.scss */
.hero.is-halfheight {
  min-height: 50vh;
}
/* line 179, layout/hero.scss */
.hero.is-fullheight {
  min-height: 100vh;
}

/* line 186, layout/hero.scss */
.hero-video {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  overflow: hidden;
}
/* line 191, layout/hero.scss */
.hero-video video {
  left: 50%;
  min-height: 100%;
  min-width: 100%;
  position: absolute;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
}
/* line 201, layout/hero.scss */
.hero-video.is-transparent {
  opacity: 0.3;
}
@media screen and (max-width: 768px) {
  /* line 186, layout/hero.scss */
  .hero-video {
    display: none;
  }
}

/* line 211, layout/hero.scss */
.hero-buttons {
  margin-top: 1.5rem;
}
@media screen and (max-width: 768px) {
  /* line 216, layout/hero.scss */
  .hero-buttons .button {
    display: flex;
  }
  /* line 219, layout/hero.scss */
  .hero-buttons .button:not(:last-child) {
    margin-bottom: 0.75rem;
  }
}
@media screen and (min-width: 769px), print {
  /* line 211, layout/hero.scss */
  .hero-buttons {
    display: flex;
    justify-content: center;
  }
  /* line 230, layout/hero.scss */
  .hero-buttons .button:not(:last-child) {
    margin-right: 1.5rem;
  }
}

/* line 238, layout/hero.scss */
.hero-head,
.hero-foot {
  flex-grow: 0;
  flex-shrink: 0;
}

/* line 244, layout/hero.scss */
.hero-body {
  flex-grow: 1;
  flex-shrink: 0;
  padding: 3rem 1.5rem;
}

/* line 7, layout/section.scss */
.section {
  padding: 3rem 1.5rem;
}
@media screen and (min-width: 1024px) {
  /* line 13, layout/section.scss */
  .section.is-medium {
    padding: 9rem 1.5rem;
  }
  /* line 17, layout/section.scss */
  .section.is-large {
    padding: 18rem 1.5rem;
  }
}

/* line 5, layout/footer.scss */
.footer {
  background-color: whitesmoke;
  padding: 3rem 1.5rem 6rem;
}

/* line 84, hic_revolution.scss */
.bg-white {
  background-color: white !important;
}

/* line 88, hic_revolution.scss */
a.bg-white:hover, a.bg-white:focus {
  background-color: #e6e6e6 !important;
}

/* line 84, hic_revolution.scss */
.bg-black {
  background-color: #0a0a0a !important;
}

/* line 88, hic_revolution.scss */
a.bg-black:hover, a.bg-black:focus {
  background-color: black !important;
}

/* line 84, hic_revolution.scss */
.bg-light {
  background-color: whitesmoke !important;
}

/* line 88, hic_revolution.scss */
a.bg-light:hover, a.bg-light:focus {
  background-color: #dbdbdb !important;
}

/* line 84, hic_revolution.scss */
.bg-dark {
  background-color: #363636 !important;
}

/* line 88, hic_revolution.scss */
a.bg-dark:hover, a.bg-dark:focus {
  background-color: #1c1c1c !important;
}

/* line 84, hic_revolution.scss */
/* 202011 수정 */
.bg-primary {
  background-color: #771135 !important;
}

/* line 88, hic_revolution.scss */
a.bg-primary:hover, a.bg-primary:focus {
  background-color: #771135 !important;
}

/* line 84, hic_revolution.scss */
.bg-link {
  background-color: #357cd6 !important;
}

/* line 88, hic_revolution.scss */
a.bg-link:hover, a.bg-link:focus {
  background-color: #243051 !important;
}

/* line 84, hic_revolution.scss */
.bg-info {
  background-color: #1d409f !important;
}

/* line 88, hic_revolution.scss */
a.bg-info:hover, a.bg-info:focus {
  background-color: #152f74 !important;
}

/* line 84, hic_revolution.scss */
.bg-success {
  background-color: #4eb63a !important;
}

/* line 88, hic_revolution.scss */
a.bg-success:hover, a.bg-success:focus {
  background-color: #3e8f2d !important;
}

/* line 84, hic_revolution.scss */
.bg-warning {
  background-color: #fcc41d !important;
}

/* line 88, hic_revolution.scss */
a.bg-warning:hover, a.bg-warning:focus {
  background-color: #e2aa03 !important;
}

/* line 84, hic_revolution.scss */
.bg-danger {
  background-color: #ff3860 !important;
}

/* line 88, hic_revolution.scss */
a.bg-danger:hover, a.bg-danger:focus {
  background-color: #ff0537 !important;
}

/* line 84, hic_revolution.scss */
.bg-platinum {
  background-color: #ca0e40 !important;
}

/* line 88, hic_revolution.scss */
a.bg-platinum:hover, a.bg-platinum:focus {
  background-color: #ab0b36 !important;
}

/* line 84, hic_revolution.scss */
.bg-gold {
  background-color: #f3bd1d !important;
}

/* line 88, hic_revolution.scss */
a.bg-gold:hover, a.bg-gold:focus {
  background-color: #d5a61b !important;
}

/* line 84, hic_revolution.scss */
.bg-silver {
  background-color: #b6b6b6 !important;
}

/* line 88, hic_revolution.scss */
a.bg-silver:hover, a.bg-silver:focus {
  background-color: #a3a3a3 !important;
}

/* line 84, hic_revolution.scss */
.bg-bronze {
  background-color: #e56c37 !important;
}

/* line 88, hic_revolution.scss */
a.bg-bronze:hover, a.bg-bronze:focus {
  background-color: #c85e30 !important;
}

/* line 84, hic_revolution.scss */
.bg-iron {
  background-color: #9cc813 !important;
}

/* line 88, hic_revolution.scss */
a.bg-iron:hover, a.bg-iron:focus {
  background-color: #84a910 !important;
}

/* line 84, hic_revolution.scss */
.bg-lightyellow {
  background-color: #ffff00 !important;
}

/* line 88, hic_revolution.scss */
a.bg-lightyellow:hover, a.bg-lightyellow:focus {
  background-color: #cccc00 !important;
}

/* line 84, hic_revolution.scss */
.bg-facebook {
  background-color: #3b5998 !important;
}

/* line 88, hic_revolution.scss */
a.bg-facebook:hover, a.bg-facebook:focus {
  background-color: #2d4373 !important;
}

/* line 84, hic_revolution.scss */
.bg-twitter {
  background-color: #00aced !important;
}

/* line 88, hic_revolution.scss */
a.bg-twitter:hover, a.bg-twitter:focus {
  background-color: #0087ba !important;
}

/* =============================================
// Space
============================================= */
/* line 118, hic_revolution.scss */
.m-0 {
  margin: 0rem;
}

/* line 121, hic_revolution.scss */
.p-0 {
  padding: 0rem;
}

/* line 127, hic_revolution.scss */
.m-t-0 {
  margin-top: 0rem !important;
}

/* line 130, hic_revolution.scss */
.p-t-0 {
  padding-top: 0rem !important;
}

/* line 127, hic_revolution.scss */
.m-r-0 {
  margin-right: 0rem !important;
}

/* line 130, hic_revolution.scss */
.p-r-0 {
  padding-right: 0rem !important;
}

/* line 127, hic_revolution.scss */
.m-b-0 {
  margin-bottom: 0rem !important;
}

/* line 130, hic_revolution.scss */
.p-b-0 {
  padding-bottom: 0rem !important;
}

/* line 127, hic_revolution.scss */
.m-l-0 {
  margin-left: 0rem !important;
}

/* line 130, hic_revolution.scss */
.p-l-0 {
  padding-left: 0rem !important;
}

/* line 118, hic_revolution.scss */
.m-xxs {
  margin: 0.125rem;
}

/* line 121, hic_revolution.scss */
.p-xxs {
  padding: 0.125rem;
}

/* line 127, hic_revolution.scss */
.m-t-xxs {
  margin-top: 0.125rem !important;
}

/* line 130, hic_revolution.scss */
.p-t-xxs {
  padding-top: 0.125rem !important;
}

/* line 127, hic_revolution.scss */
.m-r-xxs {
  margin-right: 0.125rem !important;
}

/* line 130, hic_revolution.scss */
.p-r-xxs {
  padding-right: 0.125rem !important;
}

/* line 127, hic_revolution.scss */
.m-b-xxs {
  margin-bottom: 0.125rem !important;
}

/* line 130, hic_revolution.scss */
.p-b-xxs {
  padding-bottom: 0.125rem !important;
}

/* line 127, hic_revolution.scss */
.m-l-xxs {
  margin-left: 0.125rem !important;
}

/* line 130, hic_revolution.scss */
.p-l-xxs {
  padding-left: 0.125rem !important;
}

/* line 118, hic_revolution.scss */
.m-xs {
  margin: 0.25rem;
}

/* line 121, hic_revolution.scss */
.p-xs {
  padding: 0.25rem;
}

/* line 127, hic_revolution.scss */
.m-t-xs {
  margin-top: 0.25rem !important;
}

/* line 130, hic_revolution.scss */
.p-t-xs {
  padding-top: 0.25rem !important;
}

/* line 127, hic_revolution.scss */
.m-r-xs {
  margin-right: 0.25rem !important;
}

/* line 130, hic_revolution.scss */
.p-r-xs {
  padding-right: 0.25rem !important;
}

/* line 127, hic_revolution.scss */
.m-b-xs {
  margin-bottom: 0.25rem !important;
}

/* line 130, hic_revolution.scss */
.p-b-xs {
  padding-bottom: 0.25rem !important;
}

/* line 127, hic_revolution.scss */
.m-l-xs {
  margin-left: 0.25rem !important;
}

/* line 130, hic_revolution.scss */
.p-l-xs {
  padding-left: 0.25rem !important;
}

/* line 118, hic_revolution.scss */
.m-sm {
  margin: 0.5rem;
}

/* line 121, hic_revolution.scss */
.p-sm {
  padding: 0.5rem;
}

/* line 127, hic_revolution.scss */
.m-t-sm {
  margin-top: 0.5rem !important;
}

/* line 130, hic_revolution.scss */
.p-t-sm {
  padding-top: 0.5rem !important;
}

/* line 127, hic_revolution.scss */
.m-r-sm {
  margin-right: 0.5rem !important;
}

/* line 130, hic_revolution.scss */
.p-r-sm {
  padding-right: 0.5rem !important;
}

/* line 127, hic_revolution.scss */
.m-b-sm {
  margin-bottom: 0.5rem !important;
}

/* line 130, hic_revolution.scss */
.p-b-sm {
  padding-bottom: 0.5rem !important;
}

/* line 127, hic_revolution.scss */
.m-l-sm {
  margin-left: 0.5rem !important;
}

/* line 130, hic_revolution.scss */
.p-l-sm {
  padding-left: 0.5rem !important;
}

/* line 118, hic_revolution.scss */
.m-md {
  margin: 1rem;
}

/* line 121, hic_revolution.scss */
.p-md {
  padding: 1rem;
}

/* line 127, hic_revolution.scss */
.m-t-md {
  margin-top: 1rem !important;
}

/* line 130, hic_revolution.scss */
.p-t-md {
  padding-top: 1rem !important;
}

/* line 127, hic_revolution.scss */
.m-r-md {
  margin-right: 1rem !important;
}

/* line 130, hic_revolution.scss */
.p-r-md {
  padding-right: 1rem !important;
}

/* line 127, hic_revolution.scss */
.m-b-md {
  margin-bottom: 1rem !important;
}

/* line 130, hic_revolution.scss */
.p-b-md {
  padding-bottom: 1rem !important;
}

/* line 127, hic_revolution.scss */
.m-l-md {
  margin-left: 1rem !important;
}

/* line 130, hic_revolution.scss */
.p-l-md {
  padding-left: 1rem !important;
}

/* line 118, hic_revolution.scss */
.m-lg {
  margin: 2rem;
}

/* line 121, hic_revolution.scss */
.p-lg {
  padding: 2rem;
}

/* line 127, hic_revolution.scss */
.m-t-lg {
  margin-top: 2rem !important;
}

/* line 130, hic_revolution.scss */
.p-t-lg {
  padding-top: 2rem !important;
}

/* line 127, hic_revolution.scss */
.m-r-lg {
  margin-right: 2rem !important;
}

/* line 130, hic_revolution.scss */
.p-r-lg {
  padding-right: 2rem !important;
}

/* line 127, hic_revolution.scss */
.m-b-lg {
  margin-bottom: 2rem !important;
}

/* line 130, hic_revolution.scss */
.p-b-lg {
  padding-bottom: 2rem !important;
}

/* line 127, hic_revolution.scss */
.m-l-lg {
  margin-left: 2rem !important;
}

/* line 130, hic_revolution.scss */
.p-l-lg {
  padding-left: 2rem !important;
}

/* line 118, hic_revolution.scss */
.m-xl {
  margin: 4rem;
}

/* line 121, hic_revolution.scss */
.p-xl {
  padding: 4rem;
}

/* line 127, hic_revolution.scss */
.m-t-xl {
  margin-top: 4rem !important;
}

/* line 130, hic_revolution.scss */
.p-t-xl {
  padding-top: 4rem !important;
}

/* line 127, hic_revolution.scss */
.m-r-xl {
  margin-right: 4rem !important;
}

/* line 130, hic_revolution.scss */
.p-r-xl {
  padding-right: 4rem !important;
}

/* line 127, hic_revolution.scss */
.m-b-xl {
  margin-bottom: 4rem !important;
}

/* line 130, hic_revolution.scss */
.p-b-xl {
  padding-bottom: 4rem !important;
}

/* line 127, hic_revolution.scss */
.m-l-xl {
  margin-left: 4rem !important;
}

/* line 130, hic_revolution.scss */
.p-l-xl {
  padding-left: 4rem !important;
}

/* line 118, hic_revolution.scss */
.m-xxl {
  margin: 8rem;
}

/* line 121, hic_revolution.scss */
.p-xxl {
  padding: 8rem;
}

/* line 127, hic_revolution.scss */
.m-t-xxl {
  margin-top: 8rem !important;
}

/* line 130, hic_revolution.scss */
.p-t-xxl {
  padding-top: 8rem !important;
}

/* line 127, hic_revolution.scss */
.m-r-xxl {
  margin-right: 8rem !important;
}

/* line 130, hic_revolution.scss */
.p-r-xxl {
  padding-right: 8rem !important;
}

/* line 127, hic_revolution.scss */
.m-b-xxl {
  margin-bottom: 8rem !important;
}

/* line 130, hic_revolution.scss */
.p-b-xxl {
  padding-bottom: 8rem !important;
}

/* line 127, hic_revolution.scss */
.m-l-xxl {
  margin-left: 8rem !important;
}

/* line 130, hic_revolution.scss */
.p-l-xxl {
  padding-left: 8rem !important;
}

/* ========= Components ========= */
/* line 136, hic_revolution.scss */
.mx-auto {
  margin-right: auto;
  margin-left: auto;
}

/* line 140, hic_revolution.scss */
.tag:not(body).is-gold,
.tag:not(body).is-silver {
  color: white;
}

/* line 144, hic_revolution.scss */
.tag:not(body) {
  border-radius: 0;
}

/* line 147, hic_revolution.scss */
.has-navbar-fixed-top {
  padding-top: 3rem;
}

/* line 150, hic_revolution.scss */
.navbar.is-fixed-top {
  top: 0;
  left: 0;
  position: fixed;
  right: 0;
  z-index: 30;
}

/* line 157, hic_revolution.scss */
.delete {
  padding: 0;
}

/* line 160, hic_revolution.scss */
.image img.is-rounded {
  border-radius: 290486px;
}

/* line 164, hic_revolution.scss */
.is-size-6-half {
  font-size: 0.9rem;
}

@media screen and (min-width: 1024px) {
  /* line 168, hic_revolution.scss */
  .is-size-3-desktop {
    font-size: 2rem;
  }

  /* line 171, hic_revolution.scss */
  .is-size-4-desktop {
    font-size: 1.5rem;
  }

  /* line 174, hic_revolution.scss */
  .is-size-5-desktop {
    font-size: 1.25rem;
  }
}
/* line 178, hic_revolution.scss */
.bg-border {
  border: 2px solid;
}

/* line 181, hic_revolution.scss */
.buttons {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

/* line 187, hic_revolution.scss */
.buttons:last-child {
  margin-bottom: -0.5rem;
}

/* line 190, hic_revolution.scss */
.buttons .button:not(:last-child) {
  margin-right: 0.5rem;
}

/* line 193, hic_revolution.scss */
.button.has-shadow {
  box-shadow: 0 3px 6px rgba(10, 10, 10, 0.2);
}

/* line 196, hic_revolution.scss */
.img-responsive {
  display: block;
  height: auto;
  max-width: 100%;
}

/* line 202, hic_revolution.scss */
.is-indent-1-half li {
  padding-left: 1.3rem;
  text-indent: -1.3rem;
}

/* line 208, hic_revolution.scss */
a.disabled {
  opacity: 0.6;
}

/* =============================================
// Coustom Code
============================================= */
/* ========= font ========= */
/* line 218, hic_revolution.scss */
.roboto {
  font-family: "Roboto", sans-serif;
}

/* ========= common ========= */
/* line 222, hic_revolution.scss */
main {
  background-color: #121212;
}
/* line 224, hic_revolution.scss */
main + .breadcrumb {
  display: flex;
  align-items: center;
  position: relative;
  padding: 0 0.75rem;
  height: 2.5rem;
  margin-bottom: 0 !important;
  background: #d51518;
}
@media screen and (max-width: 1023px) {
  /* line 224, hic_revolution.scss */
  main + .breadcrumb {
    font-size: 0.75rem;
  }
}
/* line 233, hic_revolution.scss */
main + .breadcrumb:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 1px;
  background: rgba(0, 0, 0, 0.1);
}
/* line 246, hic_revolution.scss */
main + .breadcrumb a,
main + .breadcrumb li + li::before {
  color: white;
}
/* line 251, hic_revolution.scss */
main + .breadcrumb a:hover, main + .breadcrumb a:focus {
  color: #357cd6;
}
/* line 257, hic_revolution.scss */
main + .breadcrumb li.is-active a {
  color: white;
  opacity: 0.7;
}

/* line 264, hic_revolution.scss */
.title {
  padding: 1rem 1.5rem;
}
/* line 266, hic_revolution.scss */
.title.is-primary {
  position: relative;
  background: #d51518;
  color: white;
}
/* line 270, hic_revolution.scss */
.title.is-primary:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 85px 38px 0;
  border-color: transparent #e60012 transparent transparent;
}
@media screen and (min-width: 1024px) {
  /* line 270, hic_revolution.scss */
  .title.is-primary:before {
    border-width: 0 145px 68px 0;
  }
}
/* line 285, hic_revolution.scss */
.title.is-info {
  position: relative;
  background: #1d409f;
  color: white;
}
/* line 289, hic_revolution.scss */
.title.is-info:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 85px 38px 0;
  border-color: transparent rgba(0, 0, 0, 0.1) transparent transparent;
}
@media screen and (min-width: 1024px) {
  /* line 289, hic_revolution.scss */
  .title.is-info:before {
    border-width: 0 145px 68px 0;
  }
}
/* line 304, hic_revolution.scss */
.title.has-shadow {
  box-shadow: 0 2px 3px rgba(10, 10, 10, 0.1);
}
@media screen and (max-width: 1023px) {
  /* line 264, hic_revolution.scss */
  .title {
    padding: 0.5rem 1rem;
  }
  /* line 309, hic_revolution.scss */
  .title.is-3 {
    font-size: 1.25rem;
  }
}
/* line 313, hic_revolution.scss */
.title.is-heading {
  display: block;
  background-color: whitesmoke;
  border-left: 6px solid #d51518;
  font-weight: 700;
  text-align: left;
  padding: 0.5rem 0 0.5rem 1rem;
  margin-bottom: 1rem;
}

/* line 323, hic_revolution.scss */
.hero.is-revolution {
  background: url(/images/rev_event/2020/main/bg_hero.jpg) center top no-repeat;
}
@media screen and (max-width: 768px) {
    .hero.is-revolution {
        background-size:cover;
    }
}

@media screen and (max-width: 1023px) {
  /* line 329, hic_revolution.scss */
  .hero-body {
    padding-top: 1.5rem;
    padding-bottom: 4rem;
  }
}
/* line 336, hic_revolution.scss */
.hero.is-revolution + .container section.articles .card.article:first-child {
  margin-top: -50px;
}
/* line 339, hic_revolution.scss */
.hero.is-revolution + .container section.articles .card.article {
  margin-bottom: 3rem;
}
@media screen and (min-width: 1024px) {
  /* line 343, hic_revolution.scss */
  .hero.is-revolution + .container section.articles .card.article:first-child {
    margin-top: -100px;
  }
}

/* line 350, hic_revolution.scss */
.card-content .card-section {
  padding: 1rem 0;
  word-break: break-word;
  word-wrap: break-word;
}
/* line 354, hic_revolution.scss */
.card-content .card-section:first-child {
  padding-top: 0;
}
/* line 357, hic_revolution.scss */
.card-content .card-section:last-child {
  padding-bottom: 0;
}
/* line 360, hic_revolution.scss */
.card-content .card-section:only-child {
  padding: 0;
}

/* line 366, hic_revolution.scss */
.table.cell-half th,
.table.cell-half td {
  width: 50%;
}

/* line 371, hic_revolution.scss */
.is-borderd-white {
  position: relative;
  background-color: transparent;
  border: 2px solid white;
}
/* line 375, hic_revolution.scss */
.is-borderd-white .is-borderd-heading {
  border-bottom: 2px solid;
}
@media screen and (max-width: 1023px) {
  /* line 378, hic_revolution.scss */
  .is-borderd-white .is-borderd-heading.p-md {
    padding: 0.5rem;
  }
  /* line 381, hic_revolution.scss */
  .is-borderd-white .is-borderd-heading + .p-lg {
    padding: 1rem;
  }
}
/* line 386, hic_revolution.scss */
.is-borderd-white:before {
  position: absolute;
  left: -2px;
  top: -2px;
  content: "";
  border-top: 20px solid white;
  border-right: 20px solid transparent;
}
/* line 394, hic_revolution.scss */
.is-borderd-white:after {
  position: absolute;
  left: -4px;
  top: -4px;
  content: "";
  border-top: 20px solid #c3091b;
  border-right: 20px solid transparent;
}

/* line 403, hic_revolution.scss */
.is-vertical-center {
  align-items: center;
}

@media screen and (min-width: 1024px) {
  /* line 408, hic_revolution.scss */
  section[class^="revo__sec"] .button {
    font-size: 1.5rem;
  }
}

/* ========= tabs ========= */
/* line 414, hic_revolution.scss */
.tabs {
  position: relative;
  margin-bottom: 0 !important;
}
/* line 417, hic_revolution.scss */
.tabs:before {
  content: "";
  position: absolute;
  top: 39px;
  right: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 1px;
  background: rgba(0, 0, 0, 0.1);
}
/* line 428, hic_revolution.scss */
.tabs ul {
  border-bottom: none;
}
/* line 431, hic_revolution.scss */
.tabs a {
  color: white;
  font-weight: 700;
}
/* line 434, hic_revolution.scss */
.tabs a:hover, .tabs a:focus, .tabs a.active {
  background: rgba(0, 0, 0, 0.2);
  color: white;
}

/* line 442, hic_revolution.scss */
.revo-stage__tabs {
  background-color: #d51518;
}

/* line 446, hic_revolution.scss */
.revo-class__tabs .is-platinum {
  background: #ca0e40;
}
/* line 449, hic_revolution.scss */
.revo-class__tabs .is-gold {
  background: #f3bd1d;
}
/* line 452, hic_revolution.scss */
.revo-class__tabs .is-silver {
  background: #b6b6b6;
}
/* line 455, hic_revolution.scss */
.revo-class__tabs .is-bronze {
  background: #e56c37;
}
/* line 458, hic_revolution.scss */
.revo-class__tabs .is-iron {
  background: #9cc813;
}

/* ========= header ========= */
/* line 464, hic_revolution.scss */
.navbar a {
  color: white;
}
/* line 467, hic_revolution.scss */
.navbar:before {
  content: "";
  position: absolute;
  top: 3rem;
  right: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 1px;
  background: rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 1023px) {
  /* line 479, hic_revolution.scss */
  .navbar .navbar-menu {
    background: transparent;
  }
}
@media screen and (min-width: 1024px) {
  /* line 484, hic_revolution.scss */
  .navbar > .container {
    display: block !important;
    max-width: 960px;
    width: 960px;
  }
  /* line 489, hic_revolution.scss */
  .navbar .navbar-menu {
    display: none;
  }
  /* line 492, hic_revolution.scss */
  .navbar .navbar-burger,
  .navbar .navbar-menu.is-active,
  .navbar .navbar-start,
  .navbar .navbar-end {
    display: block;
  }
}

/* line 500, hic_revolution.scss */
.navbar-user,
.navbar-logo {
  margin-left: auto;
}

/* line 504, hic_revolution.scss */
.navbar-card,
.navbar-user {
  width: 3rem;
  height: 3rem;
}
/* line 508, hic_revolution.scss */
.navbar-card a,
.navbar-user a {
  display: block;
  padding: 0.75rem;
}
/* line 511, hic_revolution.scss */
.navbar-card a:hover,
.navbar-user a:hover {
  background-color: rgba(0, 0, 0, 0.05);
}

/* line 517, hic_revolution.scss */
.navbar-logo img {
  position: relative;
  top: -0.2rem;
  width: 144px;
  max-height: 2rem;
}

/* line 524, hic_revolution.scss */
.navbar-burger {
  margin-left: 0;
}

/* ========= footer ========= */
/* line 528, hic_revolution.scss */
.footer {
  flex-shrink: 0;
  padding: 0;
}
/* line 531, hic_revolution.scss */
.footer .column {
  padding: 2rem 1.5rem 1.5rem;
  position: relative;
}
/* line 535, hic_revolution.scss */
.footer .links {
  font-size: 0.75rem;
}
/* line 538, hic_revolution.scss */
.footer .links > a:before {
  content: "|";
  margin: 0 0.5rem;
}
/* line 542, hic_revolution.scss */
.footer .links > a:first-child:before {
  content: none;
}
/* line 545, hic_revolution.scss */
.footer .links > a:hover, .footer .links > a:focus {
  color: #357cd6;
}

/* line 552, hic_revolution.scss */
.copy-right {
  font-size: 0.75rem;
}

/* line 556, hic_revolution.scss */
.pageTop a {
  display: block;
  position: absolute;
  top: -2.5rem;
  right: 0;
  z-index: 100;
  width: 2.5rem;
  height: 2.5rem;
}
/* line 564, hic_revolution.scss */
.pageTop a:hover, .pageTop a:focus {
  background: rgba(10, 10, 10, 0.1);
}

/* ========= index ========= */
/* line 571, hic_revolution.scss */
/* 202011 수정 */
.bg-revolution-main {
  background:url(/images/rev_event/2020/main/sec02_bg.jpg) center top no-repeat;
}
.bg-revolution {
    background:#771135 url(/images/rev_event/2020/sub/sub_bg.jpg) fixed no-repeat;
}
@media screen and (max-width: 768px) {
    .bg-revolution-main {
        background:url(/images/rev_event/2020/main/m_sec02_bg.jpg) center top no-repeat;
        background-size:100% auto;
    }
    .bg-revolution {
        background-size:cover;
    }
}

/* line 579, hic_revolution.scss */
/*
.js-mainSlide:before {
  content: "";
  position: absolute;
  bottom: -15%;
  z-index: 1;
  width: 100%;
  height: 20%;
  background-image: url(/images/rev_event/line01.png);
  background-repeat: no-repeat;
  background-size: contain;
}
*/
@media screen and (min-width: 1024px) {
  /* line 593, hic_revolution.scss */
  #login .button {
    font-size: 1.5rem;
  }
}

/* line 598, hic_revolution.scss */
/* 202011 수정 */
.revo__sec01 {
  padding:29px 0 67px;
  background:#efefef url(/images/rev_event/2020/main/sec01_bg.jpg) center center no-repeat;
}

/* line 601, hic_revolution.scss */
.revo__news {
  max-width: 860px;
}
/* 202011 수정
@media screen and (min-width: 1024px) {
*/
  /* line 605, hic_revolution.scss */
 /*
  .revo__sec01 {
    padding: 6% 2rem 2rem;
  }
}
*/
/* line 609, hic_revolution.scss */
@media screen and (max-width: 478px) {
  .revo__sec02{
      background:url(/images/rev_event/2020/main/m_sec02_bg.jpg) center top no-repeat;
      background-size:auto 100%;
  }
}
@media screen and (max-width: 768px) {
  .revo__sec01 { padding:0; }
  .revo__sec02 .columns.is-multiline .column {
    width: 50%;
    flex-basis: auto;
  }
}

/* line 623, hic_revolution.scss */
/* 202011 수정 */
.revo__sec03 {
  padding-top:180px;
  background:url(/images/rev_event/2020/main/sec03_bg.png) center top no-repeat;
}
/* line 627, hic_revolution.scss */
.revo__sec03 .columns {
  align-items: center;
}
@media screen and (max-width: 768px) {
  /* line 623, hic_revolution.scss */
  .revo__sec03 {
    padding-top:15%;
    background:url(/images/rev_event/2020/main/m_sec03_bg.png) center top no-repeat;
    background-size:100% 100%;
  }
  /* line 632, hic_revolution.scss */
  .revo__sec03 .machine {
    width: 50%;
    margin: 0 auto;
  }
}

/* line 642, hic_revolution.scss */
.revo__sec05 {
  background-color: #090909;
  background: url(/images/rev_event/top/final_bg.jpg) center no-repeat;
  background-size: cover;
  position: relative;
}
@media screen and (max-width: 768px) {
  /* line 642, hic_revolution.scss */
  .revo__sec05 {
    background: url(/images/rev_event/top/final_bg_sp.jpg) top no-repeat; background-size:auto 100%;
  }
}
/* line 650, hic_revolution.scss */
.revo__sec05 p {
  text-shadow: 0 3px 6px rgba(10, 10, 10, 0.2);
}

@media screen and (max-width: 768px) {
  /* line 656, hic_revolution.scss */
  .revo__rank-column .column {
    width: calc(100% / 3);
    flex-basis: auto;
    padding: 0.25rem;
  }
  /* line 660, hic_revolution.scss */
  .revo__rank-column .column:first-child, .revo__rank-column .column:nth-child(2) {
    width: calc(100% / 2);
  }
}
@media screen and (min-width: 1024px) {
  /* line 667, hic_revolution.scss */
  .revo__rank-column .column {
    font-size: 1.25rem;
  }
}

/* line 672, hic_revolution.scss */
.events-card {
  background: whitesmoke;
}
/* line 674, hic_revolution.scss */
.events-card .card-table {
  max-height: 250px;
  overflow-y: auto;
}
/* line 677, hic_revolution.scss */
.events-card .card-table .table.is-striped tbody tr:not(.is-selected):nth-child(even) {
  background: rgba(0, 0, 0, 0.05);
}
/* line 680, hic_revolution.scss */
.events-card .card-table .table {
  margin-bottom: 0;
  background: transparent;
}
/* line 684, hic_revolution.scss */
.events-card .card-table .table tr:only-child, .events-card .card-table .table tr:last-child {
  border-bottom: none;
}
/* line 688, hic_revolution.scss */
.events-card .card-table .table tr th,
.events-card .card-table .table tr td {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
/* line 692, hic_revolution.scss */
.events-card .card-table .table tr th {
  padding: 1rem 0 1rem 1rem;
  vertical-align: middle;
}
@media screen and (max-width: 1023px) {
  /* line 692, hic_revolution.scss */
  .events-card .card-table .table tr th {
    font-size: 0.75rem;
  }
}
/* line 699, hic_revolution.scss */
.events-card .card-table .table tr td {
  padding: 1rem;
  font-weight: 700;
}
/* line 705, hic_revolution.scss */
.events-card .card-table .table a:after {
  content: "▶";
}

/* line 712, hic_revolution.scss */
.revo__schedule > div {
  padding-bottom: 2rem;
  background-image: url(/images/rev_event/top/sec04_bg.png);
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  /* line 712, hic_revolution.scss */
  .revo__schedule > div {
    background-image: url(/images/rev_event/top/sec04_bg_sp.png);
  }
  /* line 720, hic_revolution.scss */
  .revo__schedule > div .is-size-3 {
    font-size: 1.25rem !important;
  }
  /* line 723, hic_revolution.scss */
  .revo__schedule > div .is-size-4 {
    font-size: 1rem !important;
  }
  /* line 726, hic_revolution.scss */
  .revo__schedule > div .is-size-5 {
    font-size: 0.75rem !important;
  }
  /* line 729, hic_revolution.scss */
  .revo__schedule > div .columns > .column:last-child {
    padding-top: 0;
  }
}

/* ========= my-data ========= */
/* line 735, hic_revolution.scss */
.my-data {
  padding: 1rem;
  border-top: 3px solid;
}
/* line 739, hic_revolution.scss */
.my-data .media .media-content {
  overflow: hidden;
}
/* line 743, hic_revolution.scss */
.my-data .revo-level {
  margin-left: auto;
}
/* line 745, hic_revolution.scss */
.my-data .revo-level.is-flex {
  justify-content: space-between;
}
/* line 749, hic_revolution.scss */
.my-data .user-name {
  width: 100%;
  margin-right: auto;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
/* line 756, hic_revolution.scss */
.my-data .home-shop {
  margin-left: auto;
  font-size: 0.75rem;
}
/* line 760, hic_revolution.scss */
.my-data .my-rank {
  justify-content: space-between;
  font-size: 0.9rem;
}
/* line 764, hic_revolution.scss */
.my-data .my-campaign {
  justify-content: flex-end;
  font-size: 0.9rem;
}
/* line 768, hic_revolution.scss */
.my-data.is-platinum {
  background: rgba(202, 14, 64, 0.2);
  border-color: #ca0e40;
}
/* line 772, hic_revolution.scss */
.my-data.is-gold {
  background: rgba(243, 189, 29, 0.2);
  border-color: #f3bd1d;
}
/* line 776, hic_revolution.scss */
.my-data.is-silver {
  background: rgba(182, 182, 182, 0.2);
  border-color: #b6b6b6;
}
/* line 780, hic_revolution.scss */
.my-data.is-bronze {
  background: rgba(229, 108, 55, 0.2);
  border-color: #e56c37;
}
/* line 784, hic_revolution.scss */
.my-data.is-iron {
  background: rgba(156, 200, 19, 0.2);
  border-color: #9cc813;
}

/* line 789, hic_revolution.scss */
.columns-data {
  display: flex;
  align-items: center;
}
/* line 792, hic_revolution.scss */
.columns-data .w-number {
  width: 6rem;
}
/* line 795, hic_revolution.scss */
.columns-data .w-value {
  width: 4.5rem;
}
/* line 798, hic_revolution.scss */
.columns-data .m-r-auto {
  margin-right: auto;
}

/* line 802, hic_revolution.scss */
.columns-progress {
  display: flex;
  justify-content: space-between;
}

/* line 806, hic_revolution.scss */
progress[value] {
  /* Reset the default appearance */
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  /* Get rid of default border in Firefox. */
  border: none;
  /* For IE10 */
  color: #d51518;
}

/* line 817, hic_revolution.scss */
.ungained:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
}

/* line 830, hic_revolution.scss */
.progChart {
  position: relative;
}

/* line 833, hic_revolution.scss */
.progChart canvas {
  margin: 0 auto;
}

/* line 836, hic_revolution.scss */
.progChart.-type-donut.-label-centered .progChart__summary {
  position: absolute;
  top: 2.5rem;
  display: block;
  width: 100%;
  text-align: center;
}

/* line 843, hic_revolution.scss */
.progChart.-type-donut.-label-centered
.progChart__summary
.progChart__summary__number {
  font-size: 2.25rem;
  margin: 0;
  line-height: 1;
}

/* line 850, hic_revolution.scss */
.revo-stats {
  position: relative;
  max-width: 320px;
  margin: 0 auto;
  padding-top: 1.5rem;
}

/* line 856, hic_revolution.scss */
.revo-stats__body {
  width: 100%;
  max-width: 290px;
  height: auto;
  margin: 0 auto;
  position: relative;
  font-family: "Roboto", sans-serif;
}

/* line 864, hic_revolution.scss */
.revo-stats__heading,
.revo-stats__zeroone,
.revo-stats__cricket {
  position: absolute;
  top: 0;
}

/* line 870, hic_revolution.scss */
.revo-stats__zeroone,
.revo-stats__cricket {
  top: 50%;
  margin-top: -2.4rem;
  text-align: center;
}

/* line 876, hic_revolution.scss */
.revo-stats__heading,
.revo-stats__zeroone {
  left: 0;
}

/* line 880, hic_revolution.scss */
.revo-stats__cricket {
  right: 0;
}

/* line 883, hic_revolution.scss */
.revo-stats__number {
  font-size: 1.5rem;
}

@media screen and (min-width: 769px) {
  /* line 887, hic_revolution.scss */
  .revo-stats__heading {
    left: -4rem;
  }

  /* line 890, hic_revolution.scss */
  .revo-stats__zeroone {
    left: -2rem;
  }

  /* line 893, hic_revolution.scss */
  .revo-stats__cricket {
    right: -2rem;
  }
}
/* line 897, hic_revolution.scss */
.revo-rank__heading {
  justify-content: space-between;
  padding: 0.5rem 1rem;
  font-size: 0.9rem;
}
/* line 901, hic_revolution.scss */
.revo-rank__heading a {
  color: white;
}

/* line 905, hic_revolution.scss */
.revo-rank__body {
  background-color: rgba(0, 0, 0, 0.1);
  color: white;
}
/* line 908, hic_revolution.scss */
.revo-rank__body .scroll-down {
  background-color: rgba(0, 0, 0, 0.1);
  color: white;
}
/* line 912, hic_revolution.scss */
.revo-rank__body .ranking {
  position: relative;
  padding: 0.75rem 1rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
/* line 917, hic_revolution.scss */
.revo-rank__body .ranking-number {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  background: #d51518;
  border: 1px solid rgba(0, 0, 0, 0.2);
  color: yellow;
  font-family: "Roboto", sans-serif;
  font-style: italic;
  font-weight: 700;
}
/* line 930, hic_revolution.scss */
.revo-rank__body .ranking-content {
  flex: 1;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  /* line 934, hic_revolution.scss */
  .revo-rank__body .ranking-content .is-size-5 {
    font-size: 1rem !important;
  }
}
/* line 939, hic_revolution.scss */
.revo-rank__body .user-name {
  width: 100%;
  margin-right: auto;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
/* line 946, hic_revolution.scss */
.revo-rank__body .player-data {
  justify-content: flex-end;
  align-items: baseline;
}
/* line 949, hic_revolution.scss */
.revo-rank__body .player-data .mr-auto {
  margin-right: auto;
}

/* line 954, hic_revolution.scss */
i.pf-icon {
  content: "";
  background: url(/images/rev_event/pf-icon.svg) no-repeat;
  width: 25px;
  height: 17px;
  display: inline-block;
}

/* line 961, hic_revolution.scss */
.vic-icon {
  position: relative;
  font-size: 8px;
  width: 5rem;
  display: inline-block;
  text-align: center;
  position: absolute;
  right: 0;
  top: 0;
  line-height: 1;
  background: #f00;
  padding: 2px;
  padding-left: 1rem;
}
@media screen and (min-width: 769px) {
  /* line 961, hic_revolution.scss */
  .vic-icon {
    font-size: 12px;
    width: 7rem;
  }
}

/* line 980, hic_revolution.scss */
.ranking .vic-icon:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 14px 0 0 14px;
}
@media screen and (min-width: 769px) {
  /* line 980, hic_revolution.scss */
  .ranking .vic-icon:before {
    border-width: 16px 0 0 16px;
  }
}

/* line 995, hic_revolution.scss */
.bg-platinum .vic-icon:before {
  border-color: transparent transparent transparent #830676;
}

/* line 1000, hic_revolution.scss */
.bg-gold .vic-icon:before {
  border-color: transparent transparent transparent #d7a81b;
}

/* line 1005, hic_revolution.scss */
.bg-silver .vic-icon:before {
  border-color: transparent transparent transparent #a4a5a5;
}

/* line 1010, hic_revolution.scss */
.bg-bronze .vic-icon:before {
  border-color: transparent transparent transparent #006330;
}

/* line 1015, hic_revolution.scss */
.bg-iron .vic-icon:before {
  border-color: transparent transparent transparent #da8900;
}

/* =============================================
// Modal
============================================= */
@media screen and (min-width: 769px) {
  /* line 1022, hic_revolution.scss */
  .modal-content,
  .modal-card {
    margin: 0;
  }
}

/* line 1029, hic_revolution.scss */
.modal-card-head + .message {
  margin-bottom: 0;
  border-radius: 0;
  padding: 5px 15px;
  border-bottom: 1px solid;
}
/* line 1034, hic_revolution.scss */
.modal-card-head + .message.is-primary {
  border-color: #d51518;
}
/* line 1037, hic_revolution.scss */
.modal-card-head + .message.is-info {
  border-color: #1d409f;
}
/* line 1040, hic_revolution.scss */
.modal-card-head + .message.is-success {
  border-color: #4eb63a;
}
/* line 1043, hic_revolution.scss */
.modal-card-head + .message.is-warning {
  border-color: #fcc41d;
}
/* line 1046, hic_revolution.scss */
.modal-card-head + .message.is-danger {
  border-color: #ff3860;
}

/* line 1051, hic_revolution.scss */
.modal-close {
  top: 0.5rem;
  right: 0.5rem;
}

/* line 1055, hic_revolution.scss */
.revo-card__list {
  padding: 0.75rem 1.5rem 0.75rem 0.75rem;
}

/* line 1058, hic_revolution.scss */
a.revo-card__list {
  position: relative;
}
/* line 1060, hic_revolution.scss */
a.revo-card__list:before, a.revo-card__list:after {
  position: absolute;
  z-index: 51;
  top: 50%;
  right: 10px;
  display: block;
  width: 12px;
  height: 12px;
  margin-top: -6px;
  content: "";
  border-right: 4px solid;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
/* line 1079, hic_revolution.scss */
a.revo-card__list:after {
  border-right: 4px solid;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* line 1086, hic_revolution.scss */
.revo-card__list:not(:last-child) {
  border-bottom: 1px solid #dbdbdb;
}

/* =============================================
// Accordion
============================================= */
/* line 1092, hic_revolution.scss */
.js-accordion {
  margin-bottom: 0 !important;
}

/* line 1096, hic_revolution.scss */
.js-accordion-toggle + div {
  display: none;
}
/* line 1099, hic_revolution.scss */
.js-accordion-toggle.is-active + div {
  display: block;
}
/* line 1102, hic_revolution.scss */
.js-accordion-toggle:hover {
  cursor: pointer;
}
/* line 1105, hic_revolution.scss */
.js-accordion-toggle .btn-toggle {
  flex-grow: 0;
  flex-shrink: 0;
  margin-left: 0.75em;
}
/* line 1110, hic_revolution.scss */
.js-accordion-toggle .fa-angle-up {
  display: none;
}
/* line 1114, hic_revolution.scss */
.js-accordion-toggle.is-open .fa-angle-down {
  display: none;
}
/* line 1117, hic_revolution.scss */
.js-accordion-toggle.is-open .fa-angle-up {
  display: block;
}

/* line 1122, hic_revolution.scss */
.btn-toggle {
  padding: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background-color: rgba(10, 10, 10, 0.2);
  border: none;
  border-radius: 290486px;
  cursor: pointer;
  display: inline-block;
  flex-grow: 0;
  flex-shrink: 0;
  font-size: 1rem;
  height: 20px;
  max-height: 20px;
  max-width: 20px;
  min-height: 20px;
  min-width: 20px;
  outline: none;
  position: relative;
  vertical-align: top;
  width: 20px;
  color: white;
}
/* line 1149, hic_revolution.scss */
.btn-toggle .svg-inline--fa {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* =============================================
// Slick
============================================= */
/* line 1159, hic_revolution.scss */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  z-index: 1;
  display: block;
  width: 6rem;
  height: 6rem;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  outline: none;
  background: none;
  background-size: contain;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

/* line 1186, hic_revolution.scss */
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
}

/* line 1193, hic_revolution.scss */
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

/* line 1199, hic_revolution.scss */
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

/* line 1203, hic_revolution.scss */
.slick-prev:before,
.slick-next:before {
  font-size: 20px;
  line-height: 1;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
}

/* line 1215, hic_revolution.scss */
.slick-prev {
  left: 1rem;
  /* background-image: url(/images/rev_event/arrow_slideL.png); */
}

/* line 1219, hic_revolution.scss */
.slick-next {
  right: 1rem;
 /* background-image: url(/images/rev_event/arrow_slideR.png); */
}

/* line 1223, hic_revolution.scss */
.slick-slide {
  outline: none;
}

/* line 1226, hic_revolution.scss */
.slick-slide a,
.logo-px {
  display: block;
  transition: all 0.2s ease-in-out;
}

/* line 1231, hic_revolution.scss */
.slick-slide a:hover,
.logo-px:hover {
  opacity: 0.8;
}

/* 202011 추가 */
.slick-slide a span.mobile_banner { display:none; }

/* line 1235, hic_revolution.scss */
.slick-dots {
  position: absolute;
  bottom: 1rem;
  z-index: 2;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

/* line 1246, hic_revolution.scss */
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 1rem;
  height: 1rem;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

/* line 1255, hic_revolution.scss */
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 1rem;
  height: 1rem;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
  text-shadow: 0px 0px 3px #363636;
}

/* line 1269, hic_revolution.scss */
.slick-dots li button:hover {
  outline: none;
  opacity: 0.75;
}

/* line 1273, hic_revolution.scss */
.slick-dots li button:hover:before,
.slick-dots li button:focus:before,
.slick-dots li button:focus:active {
  opacity: 1;
}

/* line 1278, hic_revolution.scss */
.slick-dots li button:before {
  font-size: 3rem;
  line-height: 9px;
  position: absolute;
  top: 0;
  left: 0;
  width: 1rem;
  height: 1rem;
  content: "•";
  text-align: center;
  color: #f8f1d6;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 1292, hic_revolution.scss */
.slick-dots li.slick-active button:before {
  color: #357cd6;
}

/* line 1295, hic_revolution.scss */
.slick-dots > li:only-child {
  display: none;
}

@media screen and (max-width: 768px) {
  /* line 1299, hic_revolution.scss */
  .slick-dots {
    bottom: 0;
  }

  /* line 1302, hic_revolution.scss */
  .slick-prev,
  .slick-next {
    width: 1.6rem;
    height: 1.6rem;
  }

  /* line 1307, hic_revolution.scss */
  .slick-dots li {
    margin: 0;
  }

  /* line 1310, hic_revolution.scss */
  .slick-dots li button:before {
    font-size: 1.5rem;
  }
  /* 202011 추가 */
  .slick-slide a span.pc_banner { display:none; }
  .slick-slide a span.mobile_banner { display:block; }
}
/* ==========================================
/* add 181017
========================================== */
/* line 1318, hic_revolution.scss */
.image.is-64x64 {
  overflow: hidden;
  border-radius: 290486px;
}
/* line 1321, hic_revolution.scss */
.image.is-64x64 img {
  height: 64px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  max-width: initial;
}

/* line 1331, hic_revolution.scss */
.image.is-48x48 {
  overflow: hidden;
  border-radius: 290486px;
}
/* line 1334, hic_revolution.scss */
.image.is-48x48 img {
  height: 48px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  max-width: initial;
}

/* line 1345, hic_revolution.scss */
.no-data {
  position: relative;
  z-index: 10;
}
/* line 1348, hic_revolution.scss */
.no-data .no-data-inner {
  position: absolute;
  width: 100%;
  height: 104px;
  background: rgba(0, 0, 0, 0.8);
  color: white;
}
/* line 1354, hic_revolution.scss */
.no-data .no-data-inner p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}












/* 메인추가분 */
/* 202011 수정 추가 */
.revo_schedule { text-align:center; }
.revo_schedule .tit { padding-top:78px; }
.revo_schedule .tit p { display:inline-block; padding:7px 50px 10px 50px; vertical-align:top; color:#d2064e; background:#fff; -moz-border-radius:50px; -webkit-border-radius:50px; border-radius:50px; }
.revo_schedule .tit p strong { display:block; line-height:44px; font-size:42px; color:#d2064e; }
.revo_schedule .tit p span { display:block; line-height:28px; font-size:24px; }
.revo_schedule .line_schedule { position:relative; margin:40px 0 0 0; color:#fff; }
.revo_schedule .line_schedule:before { position:absolute; left:50%; top:0; display:block; margin-left:-3px; width:6px; content:''; background:#fff; }

.revo_schedule .line_schedule li { position:relative; }
.revo_schedule .line_schedule li:before {
    position:absolute; left:50%; top:0;
    transform:translateX(-50%); -webkit-transform:translateX(-50%); -moz-transform:translateX(-50%); -ms-transform:translateX(-50%); -o-transform:translateX(-50%);
    display:block; width:46px; height:46px;
    content:''; background:#ff0259;
    border:8px solid #fff; border-radius:100%; -webkit-border-radius:100%; -moz-border-radius:100%;
    z-index:9;
}
.revo_schedule .line_schedule li.left { padding-right:calc(50% + 120px); text-align:right; }
.revo_schedule .line_schedule li.left:after {
    position:absolute; right:50%; top:22px; display:block;
    width:110px; height:2px; content:'';
    background:#fff; z-index:1;
}
.revo_schedule .line_schedule li.right { padding-left:calc(50% + 120px); text-align:left; }
.revo_schedule .line_schedule li.right:after {
    position:absolute; left:50%; top:22px; display:block;
    width:110px; height:2px; content:'';
    background:#fff; z-index:1;
}

.revo_schedule .line_schedule li div { position:relative; padding-top:5px; }
.revo_schedule .line_schedule li .stage { display:inline-block; padding:0 15px; line-height:33px; font-size:24px; color:#fff; border:1px solid #fff; }
.revo_schedule .line_schedule li .sub_title { margin-bottom:15px; line-height:40px; font-size:28px; color:#fff; font-weight:bold; word-break:keep-all; }
.revo_schedule .line_schedule li .sub_title img { vertical-align:middle; }
.revo_schedule .line_schedule li .date { padding:6px 0 7px; line-height:24px; font-size:18px; color:#fff; font-style:italic; }
.revo_schedule .line_schedule li .schedule_desc { display:inline-block; padding:10px 22px 15px; line-height:22px; font-size:16px; text-align:left; background:rgba(43,41,44,0.3); border-radius:6px; -webkit-border-radius:6px; -moz-border-radius:6px; }
.revo_schedule .line_schedule li .btn { padding-top:10px; }
.revo_schedule .line_schedule li .btn a { display:inline-block; padding:0 10px; line-height:30px; font-size:18px; font-weight:bold; color:#fff; background:#357cd6; }

.revo_schedule .p-md ul { display:inline-block; text-align:left; font-size:1.5rem; }
.revo_schedule .p-md ul strong { display:block; font-size:1.8rem; color:#fff; padding-bottom:8px; }
.revo_schedule .p-md ul strong span { text-decoration:underline; }

.rank_system_box { padding:65px 0 60px; text-align:center; }
.rank_system_box .rank_system_list { display:inline-block; margin:35px 0 40px; width:100%; vertical-align:top; font-size:0; line-height:0; letter-spacing:-5px; }
.rank_system_box .rank_system_list li { display:inline-block; margin-left:20px; vertical-align:top; letter-spacing:0; }
.rank_system_box .rank_system_list li:first-child { margin:0; }
.rank_system_box .rank_system_list li img { max-width:100%; }
.rank_system_box .column.is-2 { min-width:316px; margin:0 auto; }
.rank_system_box .button.is-link { min-width:294px; font-weight:bold; background:#357cd6; }

.reward_box .reward_list { display:inline-block; margin-top:45px; width:100%; display:inline-block; vertical-align:top; font-size:0; line-height:0; letter-spacing:-5px; text-align:center; }
.reward_box .reward_list li { display:inline-block; width:25%; padding:0 10px 10px; vertical-align:top; letter-spacing:0; }
.reward_box .reward_list li img { vertical-align:top; }
.reward_box .column.is-2 { min-width:316px; margin:0 auto; }
.reward_box .button.is-link { min-width:294px; font-weight:bold; background:#357cd6; }

/* 서브 추가 */
.content .dot_list, .content .number_list { list-style:none !important; margin:0; }
.dot_list > li { position:relative; padding-left:14px; word-break:keep-all; }
.dot_list > li.important { padding-left:18px; }
.dot_list > li > span.dot { position:absolute; left:0; top:0; }

.number_list > li { position:relative; padding-left:18px; word-break:keep-all; }
.number_list > li > span.num { position:absolute; left:0; top:0; }

.content table th.middle,
.content table td.middle {
    vertical-align:middle;
}
.content table.table2 th,
.content table.table2 td { font-size:0.8rem; }

.important_notice_list { display:none; }

/*_모바일*/
@media (max-width: 768px){
    .revo_schedule { padding-bottom:30px; }
    .revo_schedule .tit { padding-top:20px; }
	.revo_schedule .tit p { padding:7px 25px 10px 25px; letter-spacing:-2px; }
	.revo_schedule .tit p strong { line-height:32px; font-size:26px; }
	.revo_schedule .tit p span { line-height:18px; font-size:16px; letter-spacing:-1px; }

    .revo_schedule .line_schedule { padding:0 5px; }
    .revo_schedule .line_schedule:before { top:0; width:3px; margin-left:-1.5px; }

    .revo_schedule .line_schedule li { }
    .revo_schedule .line_schedule li:first-child { margin:0; }
    .revo_schedule .line_schedule li:before {
        width:30px; height:30px; border:4px solid #fff;
    }
    .revo_schedule .line_schedule li.left { padding-right:calc(50% + 35px); }
    .revo_schedule .line_schedule li.left:after {
        position:absolute; right:50%; top:14px;
        width:30px; height:2px;
    }
    .revo_schedule .line_schedule li.right { padding-left:calc(50% + 35px); }
    .revo_schedule .line_schedule li.right:after {
        position:absolute; left:50%; top:14px;
        width:30px; height:2px;
    }


    .revo_schedule .line_schedule li div { padding:0; }
    .revo_schedule .line_schedule li .sub_title { line-height:30px; font-size:20px; }
    .revo_schedule .line_schedule li .sub_title img { height:30px !important; }
    .revo_schedule .line_schedule li .stage { padding:0 5px; line-height:26px; font-size:16px; }
    .revo_schedule .line_schedule li .date { line-height:22px; font-size:14px; word-break:keep-all; }
    .revo_schedule .line_schedule li .schedule_desc { padding:5px; font-size:13px; line-height:18px; letter-spacing:-1px; word-break:keep-all; }

    .revo_schedule .line_schedule li .btn a { padding:0 5px; font-size:13px; }

    .revo__sec03 { margin-top:-40px; }
    .revo__sec03 figure { width:80%; margin:0 auto; }
    .rank_system_box { padding:25px 0; }
    .rank_system_box .rank_system_tit { width:30%; margin:0 auto; }
    .rank_system_box .rank_system_list { padding:0 10px; margin:20px 0 10px; }
    .rank_system_box .rank_system_list li { width:20%; margin:0; padding:0 3px; }

    .reward_box .reward_tit { width:17%; margin:0 auto; }
    .reward_box .reward_list { margin-top:10px; }
    .reward_box .reward_list li { width:50%; padding:0 5px 5px; }

    .content table th,
    .content table td { font-size:0.8rem; }
    .card-content { padding:1rem; font-size:0.8rem; }
    .message { font-size:0.8rem; }
}




/* 2018-12-31 추가 */
.card-content .tag01 { display:inline-block; vertical-align:top; padding:0 10px; margin-right:8px; line-height:1.5; color:#fff; background:#d51518; border-radius: 3px; }

.message-body .steps:after { display:block; content:""; clear:both; }
.message-body .steps { width:800px; margin-left:-18px; }
.message-body .steps li { float:left;  width:382px; margin:0 0 10px 18px; text-align:center; }
.message-body .steps li span { display:block; position:relative; }
.message-body .steps li span em { position:absolute; bottom:0; right:0; }
.message-body .steps li strong { display:block; }

/*_모바일*/
@media (max-width: 768px){
	.message-body .steps { width:100%; margin-left:0; }
	.message-body .steps li { float:none; width:100%; margin:0 0 10px 0; }
	.message-body .steps li span em { display:block; width:36px; }
}



/* 2019-01-02 추가 */
.m-t-p-t-line { margin-top:20px; padding-top:20px; border-top:1px solid #a2a2a2; }










/* ==========================================
/* add 181218
========================================== */
/* line 1366, hic_revolution.scss */
.hero.is-result {
  background-image: url(/images/rev_event/result/bg_result.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

/* line 1373, hic_revolution.scss */
.media-winner .revo-level {
  position: relative;
}
/* line 1375, hic_revolution.scss */
.media-winner .revo-level:before {
  content: "";
  position: absolute;
  top: 0;
  right: 68px;
  z-index: 1;
  width: 24px;
  height: 24px;
  background-image: url(/images/rev_event/icon_trophy.png);
  background-size: contain;
}

/* ==========================================
/* add 181226
========================================== */
/* line 1392, hic_revolution.scss */
.iframe-wrapper {
  position: relative;
  margin-bottom: 1.5rem;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
}
/* line 1398, hic_revolution.scss */
.iframe-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* 20190213추가 */
.scroll-tb { overflow-x:auto; }
.scroll-tb th,
.scroll-tb td { white-space:nowrap; }

a.text_link { display:inline-block; white-space:nowrap; }
