:root {
  --main-color: #004e6f;
}

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

.block:not(:last-child),
.box:not(:last-child),
.breadcrumb:not(:last-child),
.content:not(:last-child),
.highlight:not(:last-child),
.level:not(:last-child),
.list:not(:last-child),
.message:not(:last-child),
.notification:not(:last-child),
.progress:not(:last-child),
.subtitle:not(:last-child),
.table-container:not(:last-child),
.table:not(:last-child),
.tabs:not(:last-child),
.title:not(:last-child) {
  margin-bottom: 1.5rem;
}

.hero-video,
.image.is-16by9 .has-ratio,
.image.is-16by9 img,
.image.is-1by1 .has-ratio,
.image.is-1by1 img,
.image.is-1by2 .has-ratio,
.image.is-1by2 img,
.image.is-1by3 .has-ratio,
.image.is-1by3 img,
.image.is-2by1 .has-ratio,
.image.is-2by1 img,
.image.is-2by3 .has-ratio,
.image.is-2by3 img,
.image.is-3by1 .has-ratio,
.image.is-3by1 img,
.image.is-3by2 .has-ratio,
.image.is-3by2 img,
.image.is-3by4 .has-ratio,
.image.is-3by4 img,
.image.is-3by5 .has-ratio,
.image.is-3by5 img,
.image.is-4by3 .has-ratio,
.image.is-4by3 img,
.image.is-4by5 .has-ratio,
.image.is-4by5 img,
.image.is-5by3 .has-ratio,
.image.is-5by3 img,
.image.is-5by4 .has-ratio,
.image.is-5by4 img,
.image.is-9by16 .has-ratio,
.image.is-9by16 img,
.image.is-square .has-ratio,
.image.is-square img,
.is-overlay,
.modal,
.modal-background {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.button,
.file-cta,
.file-name,
.input,
.select select,
.textarea {
  -moz-appearance: none;
  -webkit-appearance: none;
  align-items: center;
  border: 2px solid transparent;
  box-shadow: none;
  display: inline-flex;
  font-size: 1rem;
  height: 2.75em;
  justify-content: flex-start;
  line-height: 1.5;
  padding-bottom: calc(0.375em - 2px);
  padding-left: calc(0.625em - 2px);
  padding-right: calc(0.625em - 2px);
  padding-top: calc(0.375em - 2px);
  position: relative;
  vertical-align: top;
}

.button:active,
.button:focus,
.input:active,
.input:focus,
.is-active.button,
.is-active.input,
.is-active.textarea,
.select select.is-active,
.select select:active,
.select select:focus,
.textarea:active,
.textarea:focus {
  outline: 0;
}

.button[disabled],
.file-name[disabled],
.input[disabled],
.select fieldset[disabled] select,
.select select[disabled],
.textarea[disabled],
fieldset[disabled] .button,
fieldset[disabled] .input,
fieldset[disabled] .select select,
fieldset[disabled] .textarea {
  cursor: not-allowed;
}
/*! minireset.css v0.0.4 | MIT License | github.com/jgthms/minireset.css */
blockquote,
body,
dd,
dl,
dt,
fieldset,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
html,
iframe,
legend,
li,
ol,
p,
pre,
textarea,
ul {
  margin: 0;
  padding: 0;
}

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

ul {
  list-style: none;
}

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

html {
  box-sizing: border-box;
}

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

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

audio {
  max-width: 100%;
}

iframe {
  border: 0;
}

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

td,
th {
  padding: 0;
}

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

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;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

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

body,
button,
input,
select,
textarea {
  font-family: "Open Sans", sans-serif;
}

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

body,
html {
  background: #DACEB9;
}

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

a {
  color: var(--main-color);
  cursor: pointer;
  text-decoration: none;
}

.site-footer a {
  color: #202020;
}

a strong {
  color: currentColor;
}

a:hover {
  color: #000000;
}

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

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

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

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

small {
  font-size: 0.875em;
}

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

strong {
  font-weight: 700;
}

fieldset {
  border: none;
}

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

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

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

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

table th {
  color: #363636;
}

::-moz-selection {
  background: var(--main-color);
  color: #DACEB9;
  opacity: 1;
}

::selection {
  background: var(--main-color);
  color: #DACEB9;
  opacity: 1;
}

img {
  transition: all 0.3s cubic-bezier(0.66, 0.4, 0.18, 1);
}

.featured-img,
.featured-img.lazyload,
.featured-img.lazyloading,
.lazyload,
.lazyloading {
  opacity: 0;
}

.featured-img.lazyloaded,
.lazyloaded {
  opacity: 1;
  transition: all 0.3s cubic-bezier(0.66, 0.4, 0.18, 1);
}

a {
  -webkit-transition: all 0.3s cubic-bezier(0.66, 0.4, 0.18, 1);
  transition: all 0.3s cubic-bezier(0.66, 0.4, 0.18, 1);
}

input:-webkit-autofill {
  background: 0 0 !important;
}

a.is-download-link {
  border-bottom: 0.1em solid var(--main-color);
  line-height: 1.5;
  white-space: nowrap;
}

a.is-download-link::before {
  display: block;
  content: "";
  height: 0.75rem;
}

a.is-download-link:hover {
  border-bottom: 0.1em solid #202020;
}

a.is-download-link .icon {
  content: "";
  width: 0.75em;
  height: 0.75em;
  -webkit-mask-image: url(../images/icons/arrow-right.svg);
  mask-image: url(../images/icons/arrow-right.svg);
  background-color: #202020;
  mask-size: contain;
  -webkit-mask-size: contain;
  transition: all 0.3s ease;
}

a.is-download-link:hover .icon {
  background-color: var(--main-color);
}

a.is-download-link[href$=".pdf"] .icon {
  -webkit-mask-image: url(../images/icons/arrow-down.svg);
  mask-image: url(../images/icons/arrow-down.svg);
  mask-size: contain;
  -webkit-mask-size: contain;
  background-color: #202020;
  mask-size: contain;
}

a.is-download-link[href$=".pdf"]:hover .icon {
  background-color: var(--main-color);
}

.content.is-text a,
.content.is-text a:hover {
  position: relative;
  padding: 0;
  border-bottom: 0.075em solid var(--main-color);
  font-weight: 700;
}

.site-footer .content .menu li {
  position: relative;
}

.site-footer .content .menu li a,
.site-footer .widget-initative p a {
  margin-left: 1.25em;
}

.site-footer .content .menu li a:before,
.site-footer .widget-initative p a:before {
  position: absolute;
  display: inline-block;
  content: "";
  left: -0.5em;
  top: 0.5em;
  width: 8px;
  height: 8px;
  border-top: 2px solid var(--main-color);
  border-right: 2px solid var(--main-color);
  transform: rotate(45deg) translateX(0);
  margin: 0 6px 0 12px;
  pointer-events: none;
  -webkit-transition: all 0.3s cubic-bezier(0.66, 0.4, 0.18, 1);
  transition: all 0.3s cubic-bezier(0.66, 0.4, 0.18, 1);
}

.site-footer .content .menu li a:hover:before,
.site-footer .widget-initative p a:hover:before {
  animation: arrow-right-animation 1s infinite;
  -webkit-transition: all 0.3s cubic-bezier(0.66, 0.4, 0.18, 1);
  transition: all 0.3s cubic-bezier(0.66, 0.4, 0.18, 1);
}

@media screen and (min-width: 769px), print {
  .site-footer .content .menu li a,
  .site-footer .widget-initative p a {
    margin-left: 1.5em;
  }

  .site-footer .content .menu li a:before,
  .site-footer .widget-initative p a:before {
    left: -0.5em;
    top: 0.5em;
    width: 11px;
    height: 11px;
  }
}

.image-body {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: flex;
  position: absolute;
  justify-content: center;
  align-items: center;
}

.image-wrap {
  height: 0;
  overflow: hidden;
}

.image-wrap img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  vertical-align: text-bottom;
  border: 0;
}

.has-left-gradient,
.has-left-gradient-mobile,
.has-left-gradient-tablet,
.has-left-right-gradient,
.has-right-gradient,
.has-right-gradient-mobile,
.has-right-gradient-tablet {
  position: relative;
}

.has-left-gradient-mobile:after,
.has-left-gradient-tablet:after,
.has-left-gradient:after,
.has-left-right-gradient:after,
.has-right-gradient-mobile:after,
.has-right-gradient-tablet:after,
.has-right-gradient:after {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  bottom: -1px;
  left: 0;
}

.has-left-gradient:after {
  background: -moz-linear-gradient(90deg, rgba(218,206,185,1) 0%, rgba(218,206,185,0.09145665101978295) 60%, rgba(218,206,185,0) 80%);
  background: -webkit-linear-gradient(90deg, rgba(218,206,185,1) 0%, rgba(218,206,185,0.09145665101978295) 60%, rgba(218,206,185,0) 80%);
  background: linear-gradient(90deg, rgba(218,206,185,1) 0%, rgba(218,206,185,0.09145665101978295) 60%, rgba(218,206,185,0) 80%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#daceb9",endColorstr="#daceb9",GradientType=1);
}

.has-right-gradient:after {
  background: -moz-linear-gradient(270deg, rgba(218,206,185,1) 0%, rgba(218,206,185,0.09145665101978295) 60%, rgba(218,206,185,0) 80%);
  background: -webkit-linear-gradient(270deg, rgba(218,206,185,1) 0%, rgba(218,206,185,0.09145665101978295) 60%, rgba(218,206,185,0) 80%);
  background: linear-gradient(270deg, rgba(218,206,185,1) 0%, rgba(218,206,185,0.09145665101978295) 60%, rgba(218,206,185,0) 80%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#daceb9",endColorstr="#daceb9",GradientType=1);
}

.has-left-right-gradient:after {
  background: -moz-linear-gradient(
    left,
    rgba(32, 32, 32, 0.9) 0,
    rgba(218, 206, 185, 0) 56%,
    rgba(218, 206, 185, 1) 96%
  );
  background: -webkit-linear-gradient(
    left,
    rgba(32, 32, 32, 0.9) 0,
    rgba(218, 206, 185, 0) 56%,
    rgba(218, 206, 185, 1) 96%
  );
  background: linear-gradient(
    to right,
    rgba(32, 32, 32, 0.9) 0,
    rgba(218, 206, 185, 0) 56%,
    rgba(218, 206, 185, 1) 96%
  );
}

@media screen and (max-width: 768px) {
  .has-left-gradient-mobile:after {
    background: -moz-linear-gradient(
      left,
      rgba(218, 206, 185, 1) 0,
      rgba(218, 206, 185, 0) 50%
    );
    background: -webkit-linear-gradient(
      left,
      rgba(218, 206, 185, 1) 0,
      rgba(218, 206, 185, 0) 50%
    );
    background: linear-gradient(
      to right,
      rgba(218, 206, 185, 1) 0,
      rgba(218, 206, 185, 0) 50%
    );
  }

  .has-right-gradient-mobile:after {
    background: -moz-linear-gradient(
      left,
      rgba(218, 206, 185, 0) 50%,
      rgba(218, 206, 185, 1) 100%
    );
    background: -webkit-linear-gradient(
      left,
      rgba(218, 206, 185, 0) 50%,
      rgba(218, 206, 185, 1) 100%
    );
    background: linear-gradient(
      to right,
      rgba(218, 206, 185, 0) 50%,
      rgba(218, 206, 185, 1) 100%
    );
  }
}

@media screen and (min-width: 769px), print {
  .has-left-gradient-tablet:after {
    background: -moz-linear-gradient(
      left,
      rgba(218, 206, 185, 1) 0,
      rgba(218, 206, 185, 0) 50%
    );
    background: -webkit-linear-gradient(
      left,
      rgba(218, 206, 185, 1) 0,
      rgba(218, 206, 185, 0) 50%
    );
    background: linear-gradient(
      to right,
      rgba(218, 206, 185, 1) 0,
      rgba(218, 206, 185, 0) 50%
    );
  }

  .has-right-gradient-tablet:after {
    background: -moz-linear-gradient(
      left,
      rgba(218, 206, 185, 0) 50%,
      rgba(218, 206, 185, 1) 100%
    );
    background: -webkit-linear-gradient(
      left,
      rgba(218, 206, 185, 0) 50%,
      rgba(218, 206, 185, 1) 100%
    );
    background: linear-gradient(
      to right,
      rgba(218, 206, 185, 0) 50%,
      rgba(218, 206, 185, 1) 100%
    );
  }
}

.object-fit-cover img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  object-position: top;
}

.object-fit-contain img {
  object-fit: contain;
  width: 100%;
  height: 100%;
  object-position: center right;
}

.button-hover-effect:after,
.button-hover-effect:before {
  content: "";
  width: 0;
  height: 2px;
  position: absolute;
  transition: all 0.2s linear;
  background: #202020;
  transition-delay: 0s;
}

.sub-menu .content .button.button-hover-effect:after,
.sub-menu .content .button.button-hover-effect:before {
  height: 1px;
}

.sub-menu .content .button.button-hover-effect:before {
  right: -1px;
  top: -1px;
}

.sub-menu .content .button.button-hover-effect:after {
  left: -1px;
  bottom: -1px;
}

.button-hover-effect:before {
  right: -2px;
  top: -2px;
}

.button-hover-effect:after {
  left: -2px;
  bottom: -2px;
}

.button-hover-effect:hover:after,
.button-hover-effect:hover:before {
  width: calc(100% + 4px);
}

.sub-menu .content .button.button-hover-effect:hover:after,
.sub-menu .content .button.button-hover-effect:hover:before {
  width: calc(100% + 2px);
}

.button-hover-effect:hover .border:after,
.button-hover-effect:hover .border:before {
  height: calc(100% + 4px);
}

.sub-menu .content .button.button-hover-effect:hover .border:after,
.sub-menu .content .button.button-hover-effect:hover .border:before {
  height: calc(100% + 2px);
}

.button-hover-effect .border::after,
.button-hover-effect .border::before {
  content: "";
  width: 2px;
  height: 0;
  position: absolute;
  transition: all 0.2s linear;
  background: #202020;
  transition-delay: 0.2s;
}

.sub-menu .content .button.button-hover-effect .border::after,
.sub-menu .content .button.button-hover-effect .border::before {
  width: 1px;
}

.button-hover-effect .border:before {
  left: -2px;
  top: -2px;
}

.button-hover-effect .border:after {
  right: -2px;
  bottom: -2px;
}

.sub-menu .content .button.button-hover-effect .border:before {
  left: -1px;
  top: -1px;
}

.sub-menu .content .button.button-hover-effect .border:after {
  right: -1px;
  bottom: -1px;
}

.button-hover-effect:hover:after,
.button-hover-effect:hover:before {
  transition-delay: 0.2s;
}

.button-hover-effect:hover .border:after,
.button-hover-effect:hover .border:before {
  transition-delay: 0s;
}

.right-arrow {
  display: block;
  width: 16px;
  height: 16px;
  border-top: 3px solid var(--main-color);
  border-right: 3px solid var(--main-color);
  transform: rotate(45deg) translateX(0);
  margin: 0 6px 0 12px;
  pointer-events: none;
  -webkit-transition: all 0.3s cubic-bezier(0.66, 0.4, 0.18, 1);
  transition: all 0.3s cubic-bezier(0.66, 0.4, 0.18, 1);
}

.title span.read-more {
  position: relative;
  padding-right: 1rem;
  display: inline-block;
  font-weight: 700;
  color: var(--main-color);
  -webkit-transition: all 0.3s cubic-bezier(0.66, 0.4, 0.18, 1);
  transition: all 0.3s cubic-bezier(0.66, 0.4, 0.18, 1);
}

.title a:hover span.read-more {
  color: #202020;
}

.title a .image img {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 5s cubic-bezier(0.66, 0.4, 0.18, 1);
  transition: all 5s cubic-bezier(0.66, 0.4, 0.18, 1);
}

.title a:hover .image img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.read-more .right-arrow {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 6px;
  height: 6px;
  border-top: 2px solid var(--main-color);
  border-right: 2px solid var(--main-color);
  -webkit-transform: rotate(45deg) translate(0, 0);
  transform: rotate(45deg) translate(0, 0);
  margin: 7px 10px 0 0;
  pointer-events: none;
  -webkit-transition: all 0.3s cubic-bezier(0.66, 0.4, 0.18, 1);
  transition: all 0.3s cubic-bezier(0.66, 0.4, 0.18, 1);
  overflow: hidden;
}

@media screen and (min-width: 1024px) {
  .read-more .right-arrow {
    width: 8px;
    height: 8px;
    border-top: 2px solid var(--main-color);
    border-right: 2px solid var(--main-color);
    margin: 7px 10px 0 0;
  }
}

.title a:hover .read-more .right-arrow {
  border-top: 2px solid #202020;
  border-right: 2px solid #202020;
}

.title a:hover .read-more .right-arrow {
  -webkit-animation: fade-in-left-arrow 1.5s cubic-bezier(0.39, 0.575, 0.565, 1)
    infinite;
  animation: fade-in-left-arrow 1.5s cubic-bezier(0.39, 0.575, 0.565, 1)
    infinite;
}

@-webkit-keyframes fade-in-left-arrow {
  0% {
    -webkit-transform: rotate(45deg) translate(0, 0);
    transform: rotate(45deg) translate(0, 0);
    opacity: 0;
  }

  20% {
    opacity: 1;
  }

  80% {
    opacity: 1;
  }

  100% {
    -webkit-transform: rotate(45deg) translate(3px, -3px);
    transform: rotate(45deg) translate(3px, -3px);
    opacity: 0;
  }
}

@keyframes fade-in-left-arrow {
  0% {
    -webkit-transform: rotate(45deg) translate(0, 0);
    transform: rotate(45deg) translate(0, 0);
    opacity: 0;
  }

  20% {
    opacity: 1;
  }

  80% {
    opacity: 1;
  }

  100% {
    -webkit-transform: rotate(45deg) translate(3px, -3px);
    transform: rotate(45deg) translate(3px, -3px);
    opacity: 0;
  }
}

.navbar .button .right-arrow {
  width: 10px;
  height: 10px;
  border-top: 2px solid #202020;
  border-right: 2px solid #202020;
  margin: 0 6px 0 6px;
}

.button:hover .right-arrow {
  animation: arrow-right-animation 1s infinite;
  -webkit-transition: all 0.3s cubic-bezier(0.66, 0.4, 0.18, 1);
  transition: all 0.3s cubic-bezier(0.66, 0.4, 0.18, 1);
}

@-webkit-keyframes arrow-right-animation {
  0% {
    -webkit-transform: rotate(45deg) translate(-2px, 2px) scale(1);
    transform: rotate(45deg) translate(-2px, 2px) scale(1);
  }

  50% {
    -webkit-transform: rotate(45deg) translate(2px, -2px) scale(1.2);
    transform: rotate(45deg) translate(2px, -2px) scale(1.2);
  }

  100% {
    -webkit-transform: rotate(45deg) translate(-2px, 2px) scale(1);
    transform: rotate(45deg) translate(-2px, 2px) scale(1);
  }
}

@keyframes arrow-right-animation {
  0% {
    -webkit-transform: rotate(45deg) translate(-2px, 2px) scale(1);
    transform: rotate(45deg) translate(-2px, 2px) scale(1);
  }

  50% {
    -webkit-transform: rotate(45deg) translate(2px, -2px) scale(1.2);
    transform: rotate(45deg) translate(2px, -2px) scale(1.2);
  }

  100% {
    -webkit-transform: rotate(45deg) translate(-2px, 2px) scale(1);
    transform: rotate(45deg) translate(-2px, 2px) scale(1);
  }
}

.hero .title,
.section .title.is-number {
  font-family: DEUX, sans-serif;
  font-size: 7.375rem !important;
  line-height: 6.75rem;
  font-weight: 400;
  color: var(--main-color);
  margin-bottom: 1rem;
}

@media screen and (max-width: 414px) {
  .hero .subtitle {
    margin-bottom: 1.75rem !important;
    font-size: 1rem !important;
  }
}

@media screen and (max-width: 1023px) {
  .hero .subtitle {
    margin-bottom: 2rem;
    font-size: 1.25rem !important;
  }
}

.section .title.is-number.is-small {
  font-size: 4em !important;
  line-height: 4em;
}

.section .title.is-number.is-smaller {
  font-size: 3.25rem !important;
  line-height: 3rem;
  padding: 0.75rem 0 1.5rem 0;
}

.hero .subtitle {
  font-weight: 600;
}

.section .subtitle {
  color: #202020 !important;
}

.subtitle.is-1-extra-large {
  font-size: 11vmin;
}

.section .content h1,
.section .content h2,
.section .content h3,
.section .content h4,
.section .content h5,
.section .content p,
.section .subtitle,
.section .title {
  max-width: 1000px;
}

@media screen and (max-width: 768px) {
  .section.subpage-section-1a .title.is-number.is-smaller,
  .section.subpage-section-1b .title.is-number.is-smaller,
  .section.subpage-section-2a .title.is-number.is-smaller,
  .section.subpage-section-2b .title.is-number.is-smaller,
  .section.subpage-section-3a .title.is-number.is-smaller {
    padding: 2.75rem 0 1.5rem 0;
  }
}

@media screen and (min-width: 415px) {
  .hero .title,
  .section .title.is-number {
    font-size: 9.375rem !important;
    line-height: 7.75rem;
  }

  .section .title.is-number.is-smaller {
    font-size: 5rem !important;
    line-height: 6rem;
    padding: 0 0 1.5rem 0;
  }
}

@media screen and (orientation: portrait) {
  .subtitle.is-1-extra-large {
    font-size: 7vmin;
  }
}

@media screen and (min-width: 769px) {
  .section .title.is-number.is-small {
    font-size: 25vmin !important;
    line-height: 22vmin;
  }
}

@media screen and (min-width: 1024px) {
  .hero .title,
  .section .title.is-number {
    font-size: 36vmin !important;
    line-height: 32vmin;
    margin-bottom: 0;
  }
}

@media screen and (min-width: 1408px) {
  .hero .title,
  .section .title.is-number {
    font-size: 18.75rem !important;
    line-height: 19rem;
  }

  .section .title.is-number.is-small {
    font-size: 18.75rem !important;
    line-height: 19rem;
  }

  .section .title.is-number.is-smaller {
    font-size: 8.25rem !important;
    line-height: 8.25rem;
  }
}

.has-arrow {
  position: relative;
  min-height: 80px;
  margin-top: 0;
}

.arrow {
  position: absolute;
  width: 40px;
  height: 40px;
  display: inline-block;
  bottom: 2rem;
  left: 50%;
  transform: translateX(-50%);
  cursor: pointer;
}

.arrow span {
  display: block;
  width: 32px;
  height: 32px;
  border-bottom: 2px solid var(--main-color);
  border-right: 2px solid var(--main-color);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-left: 4px;
  -webkit-animation: arrow-down-animation 2s infinite;
  animation: arrow-down-animation 2s infinite;
  pointer-events: none;
  -webkit-transition: all 0.3s cubic-bezier(0.66, 0.4, 0.18, 1);
  transition: all 0.3s cubic-bezier(0.66, 0.4, 0.18, 1);
}

.arrow:hover span {
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
  width: 34px;
  height: 34px;
  margin-left: 3px;
}

.backtotop-arrow {
  width: 28px;
  height: 28px;
  position: fixed;
  background: 0 0;
  border: 2px solid var(--main-color);
  right: 32px;
  bottom: 32px;
  border-radius: 50%;
  cursor: pointer;
  -webkit-transform: translateY(80px) scale(1);
  transform: translateY(80px) scale(1);
  -webkit-transition: all 0.3s cubic-bezier(0.66, 0.4, 0.18, 1);
  transition: all 0.3s cubic-bezier(0.66, 0.4, 0.18, 1);
  backface-visibility: hidden;
  outline: 0;
  text-decoration: none;
  z-index: 2;
}

.backtotop-arrow span {
  display: block;
  width: 10px;
  height: 10px;
  border-bottom: 2px solid var(--main-color);
  border-right: 2px solid var(--main-color);
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  margin-left: 7px;
  pointer-events: none;
  -webkit-transition: all 0.3s cubic-bezier(0.66, 0.4, 0.18, 1);
  transition: all 0.3s cubic-bezier(0.66, 0.4, 0.18, 1);
  margin-top: 9px;
}

.backtotop-arrow.up {
  -webkit-transform: translateY(0) scale(1);
  transform: translateY(0) scale(1);
}

.backtotop-arrow.up:hover {
  -webkit-transform: translateY(0) scale(1.1);
  transform: translateY(0) scale(1.1);
}

@media screen and (min-width: 769px) {
  .has-arrow {
    min-height: 80px;
    margin-top: 60px;
  }

  .arrow {
    width: 90px;
    height: 90px;
  }

  .arrow span {
    display: block;
    width: 62px;
    height: 62px;
    margin-left: 18px;
    border-bottom: 4px solid var(--main-color);
    border-right: 4px solid var(--main-color);
  }

  .arrow:hover span {
    width: 54px;
    height: 54px;
    margin-left: 22px;
  }

  .backtotop-arrow {
    width: 44px;
    height: 44px;
  }

  .backtotop-arrow span {
    width: 14px;
    height: 14px;
    margin-left: 13px;
    margin-top: 16px;
  }
}

@-webkit-keyframes arrow-down-animation {
  0% {
    -webkit-transform: rotate(45deg) translate(-10px, -10px);
    transform: rotate(45deg) translate(-10px, -10px);
  }

  50% {
    -webkit-transform: rotate(45deg) translate(10px, 10px);
    transform: rotate(45deg) translate(10px, 10px);
  }

  100% {
    -webkit-transform: rotate(45deg) translate(-10px, -10px);
    transform: rotate(45deg) translate(-10px, -10px);
  }
}

@keyframes arrow-down-animation {
  0% {
    -webkit-transform: rotate(45deg) translate(-10px, -10px);
    transform: rotate(45deg) translate(-10px, -10px);
  }

  50% {
    -webkit-transform: rotate(45deg) translate(10px, 10px);
    transform: rotate(45deg) translate(10px, 10px);
  }

  100% {
    -webkit-transform: rotate(45deg) translate(-10px, -10px);
    transform: rotate(45deg) translate(-10px, -10px);
  }
}

.nav-button,
.nav-button-close {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  padding-left: 0;
  z-index: 9;
  cursor: pointer;
}

.nav-button {
  margin: 0 0 0 -2.3rem;
}

.nav-button-close {
  margin: 1rem 0 2rem 0;
}

.nav-button .nav-name {
  position: relative;
  height: 100%;
  min-width: 3em;
  margin-left: 0.75em;
  -webkit-transition: all 0.3s cubic-bezier(0.66, 0.4, 0.18, 1);
  transition: all 0.3s cubic-bezier(0.66, 0.4, 0.18, 1);
}

.nav-button .nav-name * {
  position: absolute;
  left: 0;
  top: 0.85em;
  -webkit-transition: all 0.3s cubic-bezier(0.66, 0.4, 0.18, 1);
  transition: all 0.3s cubic-bezier(0.66, 0.4, 0.18, 1);
}

.nav-button .close,
.nav-button.is-active .open {
  opacity: 0;
}

.nav-button .open,
.nav-button.is-active .close {
  opacity: 1;
}

@media screen and (max-width: 768px) {
  .nav-button .nav-name {
    display: none;
  }
}

@media screen and (min-width: 1024px) {
  .nav-button {
    z-index: 99;
  }
}

.nav-button .nav-burger {
  width: 2rem;
  height: 1.5rem;
  margin: 0 auto;
  transition: all 0.3s cubic-bezier(0.66, 0.4, 0.18, 1);
  position: relative;
}

.nav-button-close .nav-burger {
  width: 2rem;
  height: 1.5rem;
  transition: all 0.3s cubic-bezier(0.66, 0.4, 0.18, 1);
  position: relative;
  margin: 0 0.5rem 0 0;
}

.nav-button .nav-burger .bar,
.nav-button-close .nav-burger .bar {
  -webkit-transform-style: preserve-3d;
  border-top: 0.188rem solid;
  position: absolute;
  transition: all 0.3s cubic-bezier(0.66, 0.4, 0.18, 1);
  transform: rotate(0);
  transform-origin: 50% 50%;
  width: 100%;
  z-index: 50;
}

.nav-button .nav-burger .top {
  top: 0;
}

.nav-button .nav-burger .center {
  top: calc(50% - 0.094rem);
}

.nav-button .nav-burger .bottom {
  top: calc(100% - 0.188rem);
}

@media (hover: hover) {
  .nav-button:hover .nav-burger .top {
    top: 0;
    transform: translateY(-0.188rem);
  }

  .nav-button:hover .nav-burger .bottom {
    top: calc(100% - 0.188rem);
    transform: translateY(0.188rem);
  }
}

.nav-button.is-active .nav-burger .center {
  opacity: 0;
}

.nav-button-close .nav-burger .top,
.nav-button.is-active .nav-burger .top {
  transform: rotate(-45deg);
  top: 0.75rem;
}

.nav-button-close .nav-burger .bottom,
.nav-button.is-active .nav-burger .bottom {
  transform: rotate(45deg);
  top: calc(100% - 0.75rem);
}

.navbar-menu.main-nav {
  display: flex;
  position: fixed;
  background-color: rgba(218, 206, 185, 1);
  padding: 0 1.25rem 4rem;
  overflow-y: auto;
  flex-direction: column;
  justify-content: center;
  -webkit-overflow-scrolling: touch;
  transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.navbar-menu.main-nav .navbar-start {
  display: -webkit-box;
  display: flex;
}

@media screen and (max-width: 768px) {
  .navbar-menu.main-nav {
    width: 100vw;
    height: 100vh;
    top: 0;
    left: -100vw;
    z-index: 10;
  }

  .navbar-menu.main-nav.is-active {
    left: 0;
  }

  .navbar-menu.main-nav .navbar-start {
    width: 100%;
    margin: 0.875rem 0 0 0;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
  .navbar-menu.main-nav {
    width: 50vw;
    height: 100vh;
    top: 0;
    left: -50vw;
    z-index: 10;
  }

  .navbar-menu.main-nav.is-active {
    left: 0;
  }

  .navbar-menu.main-nav .navbar-start {
    width: 100%;
    margin: 0.875rem 0 0 0;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
}

@media screen and (min-width: 1024px) {
  .navbar-menu.main-nav {
    width: 100%;
    height: 320px;
    top: -320px;
    left: 0;
    padding: 2rem;
    background-color: rgba(218, 206, 185, 1);
    border-bottom: 0.188rem solid var(--main-color);
  }

  .navbar-menu.main-nav.is-active {
    top: 0;
  }

  .navbar-menu.main-nav .navbar-start {
    width: calc(100% - 64px);
    margin: 5rem 32px auto 32px;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }

  .navbar-menu.main-nav.show-full-menu {
    top: -94vh;
  }

  .navbar-menu.main-nav.is-active.show-full-menu {
    top: 0;
    height: 100vh;
  }
}

.navbar-menu.main-nav .navbar-item {
  text-align: left;
  display: inline-block;
  margin: 0;
  padding: 0 0 1.25rem 0;
}

.navbar-menu.main-nav .navbar-start > .navbar-item {
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1em;
}

.navbar-menu.main-nav .navbar-start > .navbar-item:focus {
  outline: 0;
}

.navbar-menu.main-nav .navbar-start > .navbar-item .title.is-number {
  font-family: DEUX, sans-serif;
  font-weight: 400;
  color: var(--main-color);
  margin-bottom: 0;
  display: block;
}

.navbar-menu.main-nav .navbar-start > .navbar-item .subtitle {
  -webkit-transition: all 0.3s cubic-bezier(0.66, 0.4, 0.18, 1);
  transition: all 0.3s cubic-bezier(0.66, 0.4, 0.18, 1);
  font-size: 1rem;
  hyphens: manual;
}

.navbar-menu.main-nav .navbar-start > .navbar-item.is-active .subtitle,
.navbar-menu.main-nav .navbar-start > .navbar-item:hover .subtitle,
a.navbar-item.is-active,
a.navbar-item:hover {
  color: var(--main-color);
}

@media screen and (max-width: 1023px) {
  .navbar-menu.main-nav .navbar-start > .navbar-item .title.is-number {
    font-size: 3rem !important;
    line-height: 3.5rem;
  }
}

@media screen and (min-width: 1024px) {
  .navbar-menu.main-nav .navbar-item {
    padding: 0.25rem 0.75rem 0;
  }

  .navbar-menu.main-nav .navbar-start > .navbar-item .title.is-number {
    font-size: 6rem !important;
    line-height: 5.5rem;
  }

  .navbar-menu.main-nav .navbar-start > .navbar-item {
    width: 13%;
  }
}

.navbar-start .navbar-item + .sub-menu {
  width: 100%;
  z-index: 0;
  text-align: left;
  opacity: 0;
  -webkit-transition: visibility 0.3s linear, opacity 0.3s linear;
  transition: visibility 0.3s linear, opacity 0.3s linear;
}

.navbar-start .navbar-item.is-active + .sub-menu {
  opacity: 1;
}

.navbar-menu.main-nav .sub-menu .navbar-item {
  width: 100%;
  position: relative;
  padding-bottom: 1em;
  font-weight: 400;
  font-size: 1rem;
  letter-spacing: 0;
  display: flex;
}

.navbar-menu.main-nav .sub-menu .navbar-item .navbar-item-number {
  display: inline-block;
  flex: none;
}

.navbar-menu.main-nav .sub-menu .navbar-item .navbar-item-title {
  padding-left: 0.75em;
  display: inline-block;
}

.sub-menu .image-container {
  margin: 0 0 1rem 0;
}

.sub-menu .content {
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.5;
}

.sub-menu .content .button {
  margin: 0.25rem 0 0.25rem;
  font-size: 0.75rem;
  border: 1px solid #fff;
}

.sub-menu .intro-column a {
  display: block;
}

.sub-menu .intro-column a:focus {
  outline: 0;
  background: 0 0;
}

@media screen and (max-width: 1023px) {
  .navbar-start .navbar-item + .sub-menu {
    max-height: 0;
    -webkit-transition: all 0.6s cubic-bezier(0.39, 0.58, 0.57, 1);
    transition: all 0.6s cubic-bezier(0.39, 0.58, 0.57, 1);
  }

  .navbar-start .navbar-item.is-active + .sub-menu {
    max-height: 200vh;
  }

  .navbar-menu.main-nav .sub-menu .container {
    margin: 0 0 1rem;
  }

  .navbar-start .navbar-item + .sub-menu .columns {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    flex-direction: column-reverse;
    flex-wrap: wrap;
  }

  .navbar-menu.main-nav .sub-menu .navbar-item .navbar-item-number,
  .navbar-menu.main-nav .sub-menu .navbar-item .navbar-item-title {
    font-size: 0.75rem;
  }

  .navbar-menu.main-nav .sub-menu .column.intro-column {
    width: 100%;
  }
}

@media screen and (min-width: 1024px) {
  .navbar-start .navbar-item + .sub-menu {
    position: absolute;
    height: 0;
    left: 0;
    top: 320px;
    text-align: center;
    height: calc(90vh - 300px);
    visibility: hidden;
    -webkit-transition: visibility 0.3s linear, opacity 0.3s linear;
    transition: visibility 0.3s linear, opacity 0.3s linear;
  }

  .navbar-start .navbar-item.is-active + .sub-menu {
    visibility: visible;
  }

  .navbar-menu.main-nav .sub-menu .navbar-item .navbar-item-number {
    top: 0.25em;
  }

  .navbar-menu.main-nav .sub-menu .navbar-item .navbar-item-title {
    padding-left: 1.5em;
    display: inline-block;
  }

  .sub-menu .image-container {
    margin: -32px -32px 1rem 0;
  }

  .sub-menu .content .button {
    margin: 0 0 1rem 3rem;
    font-size: 0.825rem;
  }
}

@media screen and (min-width: 1216px) {
  .navbar-menu.main-nav .navbar-start > .navbar-item .subtitle,
  .navbar-menu.main-nav .sub-menu .navbar-item {
    font-size: 1.125rem;
  }

  .navbar-menu.main-nav .sub-menu .image-container {
    margin-bottom: 1.5rem;
    max-width: 67vh;
    margin-left: auto;
  }

  .sub-menu .content .button {
    margin: 0.5rem 0 1.5rem 3rem;
    font-size: 1rem;
  }
}

.nav-bg {
  display: none;
  background: rgba(0, 0, 0, 0.4);
  opacity: 0;
  content: "";
  position: fixed;
  height: 100vh;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  cursor: pointer;
}

.nav-bg.is-active {
  display: block;
  opacity: 1;
  animation-name: fadeInOpacity;
  animation-duration: 0.3s;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.nav-bg.fadeout {
  opacity: 0;
}

@-webkit-keyframes fadeInOpacity {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadeInOpacity {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.logo {
  position: relative;
  width: 200px;
  margin: auto;
}

.logo:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: calc(1 / 5 * 100%);
}

.logo svg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video-link {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  width: 80px;
  margin: -1.5rem auto auto;
}

.video-link svg circle,
.video-link svg path {
  stroke: #fff;
  -webkit-transition: all 0.3s cubic-bezier(0.66, 0.4, 0.18, 1);
  transition: all 0.3s cubic-bezier(0.66, 0.4, 0.18, 1);
}

.video-link svg .draw-stroke {
  fill: transparent;
  stroke: var(--main-color);
  stroke-width: 7;
  stroke-dasharray: 1600;
  stroke-miterlimit: 10;
  stroke-dashoffset: 1600;
  -webkit-transition: all 1s cubic-bezier(0.66, 0.4, 0.18, 1);
  transition: all 1s cubic-bezier(0.66, 0.4, 0.18, 1);
}

.video-link:hover svg .draw-stroke {
  stroke-dashoffset: 0;
}

.video-link:hover svg path {
  animation: play-arrow-right-animation 1s infinite;
}

.video-link:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 100%;
}

.video-link svg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 769px) {
  .video-link {
    width: 226px;
  }
}

@keyframes play-arrow-right-animation {
  0% {
    -webkit-transform: translate(0, 0) scale(1);
    transform: translate(0, 0) scale(1);
  }

  50% {
    -webkit-transform: translate(5%, 0) scale(0.95);
    transform: translate(5%, 0) scale(0.95);
  }

  100% {
    -webkit-transform: translate(0, 0) scale(1);
    transform: translate(0, 0) scale(1);
  }
}

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}

.embed-container.issuu {
  padding-bottom: 76%;
}
.embed-container.issuu.cmplz-blocked-content-container {
  height: 0;
  padding-bottom: 56%;
  background-color: #202020;
  background-image: none !important;
}

.cmplz-blocked-content-notice.cmplz-accept-category.cmplz-accept-statistics {
  border: none;
  background-color: #ffd100;
  color: transparent;
  font-size: 0;
}

.cmplz-blocked-content-notice.cmplz-accept-category.cmplz-accept-statistics::before {
  content: 'Klicken Sie hier, um die Inhalte von ISSUU zu aktivieren und das Laden von externen Cookies über ISSUU.com zu akzeptieren';
  display: block;
  color: black;
  width: 100%;
  font-size: 16px;
  padding-top: 1rem;
}

.embed-container .BorlabsCookie,
.embed-container .BorlabsCookie ._brlbs-content-blocker ._brlbs-embed,
.embed-container .issuu-isrendered,
.embed-container .issuuembed,
.embed-container embed,
.embed-container iframe,
.embed-container object {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.embed-container .BorlabsCookie ._brlbs-content-blocker ._brlbs-embed ._brlbs-caption {
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  text-align: center;
  height: 100%;
  display: flex;
  transform: translateY(0);
  flex-direction: column;
  justify-content: center;
}

.home .hero {
  position: relative;
  overflow: hidden;
  background: radial-gradient(circle at right 50%, rgba(255, 255, 255,0.8) 10%, rgba(255,255,255,0) 35%);
}

.home .hero:before {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  content: '';
  display: block;
  background-image: url(../images/logo/gbzvdb-logo.svg);
  background-repeat: no-repeat;
  background-position: calc(100% + 43vmin) center;
  background-size: auto 60vmin;
}

@media screen and (min-width: 415px) {
  .home .hero:before {
    background-position: calc(100% + 36vmin) center;
  }
}

.home .section .button {
  margin-top: 1rem;
}

.home .section.frontpage-section-5 .button {
  margin-top: 0;
}

.pagination {
  position: fixed;
  left: 1.25rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 10;
  -webkit-box-align: center;
  align-items: center;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  counter-reset: panel-counter -1;
}

.pagination a {
  counter-increment: panel-counter;
  display: block;
  height: 2rem;
  margin-bottom: 0;
  position: relative;
  padding: 1.25rem 0.5rem;
  position: relative;
}

.pagination a.active:before,
.pagination a:hover:before {
  color: var(--main-color);
}

.pagination a:before {
  content: counter(panel-counter);
  display: block;
  position: absolute;
  left: 0;
  top: 0.25rem;
  font-weight: 600;
  font-size: 1.25rem;
  color: #202020;
  letter-spacing: 0.036em;
}

.pagination a .hover-text {
  position: absolute;
  left: 1.75rem;
  top: 0.575rem;
  text-align: center;
  min-width: 10rem;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  color: #DACEB9;
  font-size: 0.825rem;
  font-weight: 700;
  pointer-events: none;
  background: var(--main-color);
  padding: 0.35em 0.5em;
  border-radius: 0.2em;
  display: inline-block;
}

@media (hover: hover) {
  .pagination a:hover .hover-text {
    opacity: 1;
  }
}

.pagination-button-down,
.pagination-button-up {
  background: 0 0;
  position: relative;
  display: inline-block;
  width: 100%;
  height: 2rem;
  z-index: 10;
  cursor: pointer;
}

.pagination-button-up {
  margin-bottom: 0.75rem;
}

.pagination-button-down {
  margin-top: 0.5rem;
}

.pagination-button-up .pagination-arrow {
  bottom: 0;
  transform: rotate(-135deg);
}

.pagination-button-down .pagination-arrow {
  top: 0;
  transform: rotate(45deg);
}

.pagination-button-down .pagination-arrow,
.pagination-button-up .pagination-arrow {
  position: absolute;
  display: inline-block;
  content: "";
  left: 0;
  width: 11px;
  height: 11px;
  border-bottom: 2px solid #202020;
  border-right: 2px solid #202020;
  margin: 0 0 0 0.125rem;
  pointer-events: none;
  -webkit-transition: all 0.3s cubic-bezier(0.66, 0.4, 0.18, 1);
  transition: all 0.3s cubic-bezier(0.66, 0.4, 0.18, 1);
}

.pagination-button-down:hover .pagination-arrow,
.pagination-button-up:hover .pagination-arrow {
  border-bottom: 2px solid var(--main-color);
  border-right: 2px solid var(--main-color);
}

@media screen and (min-width: 769px) {
  .pagination {
    left: 2.5rem;
  }

  .pagination a {
    height: 2rem;
    padding: 1.5rem 0.5rem;
  }

  .pagination a:before {
    font-size: 1.5rem;
  }
}

.back-button.outer {
  right: 0;
  top: 0;
  position: fixed;
  margin-right: 17px;
  width: 35px;
  margin-top: 0.3rem;
  cursor: pointer;
  z-index: 2;
}

.back-button.arrow-button.outer {
  right: 2rem;
}

@media screen and (min-width: 769px), print {
  .back-button.outer {
    margin-right: 24px;
    width: 54px;
    margin-top: 22px;
  }

  .back-button.arrow-button.outer {
    right: 4rem;
  }
}

.back-button .inner {
  width: inherit;
  text-align: center;
}

.back-button label {
  font-size: 0.8em;
  line-height: 4em;
  text-transform: uppercase;
  color: #202020;
  -webkit-transition: all 0.3s cubic-bezier(0.79, -0.51, 0.29, 1.39);
  transition: all 0.3s cubic-bezier(0.79, -0.51, 0.29, 1.39);
  opacity: 0;
  cursor: pointer;
}

.back-button .inner:after,
.back-button .inner:before {
  position: absolute;
  content: "";
  height: 3px;
  width: inherit;
  background: #202020;
  left: 0;
  -webkit-transition: all 0.3s cubic-bezier(0.79, -0.51, 0.29, 1.39);
  transition: all 0.3s cubic-bezier(0.79, -0.51, 0.29, 1.39);
}

.back-button.arrow-button .inner:after,
.back-button.arrow-button .inner:before {
  width: 53%;
  background: #202020;
  left: 0;
}

.back-button .inner:before {
  top: calc(50% - 1.5px);
  transform: rotate(45deg);
}

.back-button .inner:after {
  bottom: calc(50% - 1.5px);
  transform: rotate(-45deg);
}

.back-button.arrow-button .inner:before {
  top: calc(58%);
  transform: rotate(45deg);
}

.back-button.arrow-button .inner:after {
  bottom: calc(58%);
  transform: rotate(-45deg);
}

@media screen and (min-width: 769px), print {
  .back-button.arrow-button .inner:before {
    top: calc(65%);
    transform: rotate(45deg);
  }

  .back-button.arrow-button .inner:after {
    bottom: calc(65%);
    transform: rotate(-45deg);
  }
}

@media (hover: hover) {
  .back-button.outer:hover label {
    opacity: 1;
  }

  .back-button.outer:hover .inner:after,
  .back-button.outer:hover .inner:before {
    transform: rotate(0);
    background: var(--main-color);
  }

  .back-button.outer:hover .inner:before {
    top: 0;
  }

  .back-button.outer:hover .inner:after {
    bottom: 0;
  }

  .back-button.outer.arrow-button:hover .inner:before {
    width: inherit;
  }

  .back-button.outer.arrow-button:hover .inner:after {
    width: inherit;
  }
}

.hero .image-container.is-left-centered,
.hero .image-container.is-right-centered,
.section .image-container.is-left-centered,
.section .image-container.is-right-centered {
  position: absolute;
  height: 100%;
  /* max-height: 100vh; */
  width: calc(50vw - 3rem);
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}

.hero.is-landingpage-hero .image-container.is-left-centered,
.hero.is-landingpage-hero .image-container.is-right-centered {
  position: absolute;
  overflow: hidden;
  height: 100%;
  max-height: 100%;
  width: calc(62% - 3rem);
  display: -webkit-box;
  display: flex;
  -webkit-box-align: start;
  align-items: flex-start;
}

.hero .image-container.is-right-centered,
.section .image-container.is-right-centered {
  right: 0;
  top: 0;
}

.hero.is-landingpage-hero .image-container.is-right-centered {
  right: -32px;
  top: 2rem;
}

.hero .image-container.is-left-centered,
.section .image-container.is-full,
.section .image-container.is-left-centered {
  left: 0;
  top: 0;
}

.hero.is-landingpage-hero .image-container.is-left-centered {
  left: -32px;
  top: 2rem;
}

.section .image-container.is-half-left-fullheight,
.section .image-container.is-half-right-fullheight {
  position: absolute;
  display: flex;
  align-items: center;
  z-index: 0;
  top: 0;
  height: 100%;
  width: 50%;
  z-index: 0;
}

.section .image-container.is-full {
  position: absolute;
  display: flex;
  align-items: center;
  z-index: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 0;
}

.section .image-container.is-half-right-fullheight {
  right: 0;
}

.section .image-container.is-half-left-fullheight {
  left: 0;
}

.hero .image-container.is-left-centered .image-wrap,
.hero .image-container.is-right-centered .image-wrap,
.section .image-container.is-half-left-fullheight .image-wrap,
.section .image-container.is-left-centered .image-wrap,
.section .image-container.is-right-centered .image-wrap {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .section.is-landingpage-section .image-body,
  .section.is-landingpage-section .image-container.is-full,
  .section.is-landingpage-section .image-container.is-half-left-fullheight,
  .section.is-landingpage-section .image-container.is-half-right-fullheight,
  .section.is-landingpage-section .image-container.is-left-centered,
  .section.is-landingpage-section .image-container.is-right-centered {
    position: relative;
    height: 56.25vw;
    margin-bottom: 2rem;
    width: 100%;
    overflow: hidden;
  }

  .section.is-landingpage-section .image-body .container {
    margin: 0 -32px 0 !important;
  }

  .section.is-landingpage-section.is-fullheight .section-body {
    align-items: center;
    display: block;
  }
}

@media screen and (min-width: 769px), print {
  .hero.is-landingpage-hero .image-container.is-left-centered,
  .hero.is-landingpage-hero .image-container.is-right-centered {
    width: calc(50% - 3rem);
  }
}

.section.is-fullheight {
  padding: 0;
  position: relative;
  overflow: hidden;
}

.frontpage-section-1 .image-container {
  right: 0;
  top: 0;
  height: 100%;
  max-height: 100vh;
  width: 80vh;
}

.frontpage-section-1 .image-container .image-wrap {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .frontpage-section-3 .image-body .image {
    margin: -23vh -32px 0 0;
  }

  .frontpage-section-4 .section-excerpt.content.is-medium {
    margin-top: 20vh;
  }

  .frontpage-section-4 .column.has-right-gradient:after {
    background: #DACEB9;
    background: -moz-linear-gradient(
      265deg,
      rgba(32, 32, 32, 0.8) 8%,
      rgba(32, 32, 32, 0.4) 90%
    );
    background: -webkit-linear-gradient(
      265deg,
      rgba(32, 32, 32, 0.8) 8%,
      rgba(32, 32, 32, 0.4) 90%
    );
    background: linear-gradient(
      265deg,
      rgba(32, 32, 32, 0.8) 8%,
      rgba(32, 32, 32, 0.4) 90%
    );
  }

  .frontpage-section-5 .image-body .image {
    margin: -36vh -32px 0 0;
  }

  .frontpage-section-5 .column.is-absolute.has-positon-top--52vh-left-0 {
    position: relative;
    top: 0;
    left: 0;
  }
}

.section.frontpage-section-download {
  background: radial-gradient(circle at bottom left, rgba(255, 255, 255, 0.6) 20%, rgba(255,255,255,0) 50%);
}

@media screen and (min-width: 769px), print {
  .frontpage-section-1 .section-excerpt {
    position: absolute;
    top: 0;
    left: 33.333%;
    width: 44.333%;
  }

  .frontpage-section-download .title.is-number {
    padding-bottom: 8rem;
  }

  .frontpage-section-3 .image-body .image {
    margin: 0 0 0 2vw;
  }
}

@media screen and (min-width: 1024px) {
  .frontpage-section-1 .section-excerpt {
    position: absolute;
    top: 0;
    left: 33.333%;
    width: 33.333%;
  }

  .frontpage-section-3 .image-body .image {
    margin: 0 0 0 8vw;
  }
}

@media screen and (min-width: 1190px) {
  .frontpage-section-3 .image-body .image {
    margin: 0 0 0 4vw;
  }
}

@media screen and (min-width: 1407px) {
  .frontpage-section-3 .image-body .image {
    margin: 0 0 0 2vw;
  }
}

.section-excerpt.content.is-medium {
  padding: 0;
}

@media screen and (min-width: 769px) and (max-width: 1215px) {
  .frontpage-section-1 .section-excerpt.content.is-medium,
  .frontpage-section-2 .section-excerpt.content.is-medium,
  .frontpage-section-3 .section-excerpt.content.is-medium,
  .frontpage-section-4 .section-excerpt.content.is-medium,
  .frontpage-section-5 .section-excerpt.content.is-medium {
    font-size: 1rem;
  }
}

.section {
  position: relative;
}

.hero .left-flour-speckles,
.hero .right-flour-speckles,
.section .left-flour-speckles,
.section .right-flour-speckles {
  content: "";
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  width: 100%;
  height: 100%;
  max-height: 100vh;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.hero.is-landingpage-hero .columns,
.hero.is-landingpage-hero .container {
  position: relative;
}

.section.landingpage-section-1b .button,
.section.landingpage-section-3a .button {
  margin: 0.75rem 0 1.5rem 0;
}

.section.is-fullheight.landingpage-section-3a .section-body,
.section.is-fullheight.landingpage-section-3b .section-body {
  align-items: flex-start;
}

@media screen and (max-width: 768px) {
  .landingpage-section-3b .columns.is-flex-mobile {
    flex-direction: column-reverse;
  }

  .section.landingpage-section-2b .column.has-gap-left-2 {
    padding: 0.75rem;
  }
}

@media screen and (min-width: 769px), print {
  .section.landingpage-section-3a .column.is-head,
  .section.landingpage-section-3b .column.is-head {
    margin-top: 20vh;
  }

  .section.landingpage-section-3a .column.is-text,
  .section.landingpage-section-3b .column.is-text {
    margin-top: 41vh;
  }

  .section.landingpage-section-1b .button,
  .section.landingpage-section-3a .button {
    margin: 1.5rem 0 0 0;
  }
}

.section.is-text-section {
  padding: 0 0 2rem;
}

.section.subpage-section-1a .image-container,
.section.subpage-section-1b .image-container,
.section.subpage-section-2b .image-container {
  margin: 0 -32px 0 0;
}

.section.subpage-section-2a .image-container,
.section.subpage-section-2c .image-container,
.section.subpage-section-3a .image-container {
  margin: 0 0 0 -32px;
}

@media screen and (max-width: 768px) {
  .section.subpage-section-1a .is-absolute,
  .section.subpage-section-1b .is-absolute {
    position: relative;
    margin-top: 1rem;
  }

  .section.subpage-section-1a .image-container,
  .section.subpage-section-1b .image-container,
  .section.subpage-section-2b .image-container {
    margin: 1rem -32px 2rem 0;
  }

  .section.subpage-section-2a .image-container,
  .section.subpage-section-2c .image-container,
  .section.subpage-section-3a .image-container {
    margin: 2rem 0 1rem -32px;
  }

  .section.section.is-text-section.subpage-section-2b {
    padding: 0;
  }

  .section.subpage-section-fullwidth-image,
  .section.subpage-section-fullwidth-image .section-body {
    padding: 0;
  }

  .section.subpage-section-fullwidth-image {
    margin-bottom: 4rem;
  }

  .section[class*=" subpage-section-"] .content.is-medium {
    padding-bottom: 0;
  }

  .subpage-section-2c .column.is-absolute {
    position: relative;
  }

  .section.is-fullheight.subpage-section-issuu,
  .section.is-fullheight.subpage-section-video {
    min-height: auto;
    padding-bottom: 3rem;
  }
}

@media screen and (min-width: 769px), print {
  .section.is-text-section {
    padding: 0 0 6rem;
  }

  .section.is-text-section-download {
    padding: 0 0 3rem;
  }

  .section.subpage-section-1a .is-absolute.is-image-column {
    right: 0;
  }

  .section.subpage-section-1a .is-image-column,
  .section.subpage-section-1b .is-image-column {
    margin-left: -8.33333%;
    margin-top: -10rem;
  }

  .section.subpage-section-1a .is-image-column {
    margin-top: 13rem;
  }

  .section.subpage-section-1b .is-image-column {
    margin-top: -10rem;
  }

  .section.subpage-section-1b.has-image {
    padding-top: 14rem;
  }

  .section.subpage-section-1b .is-absolute.is-image-column {
    right: 0;
    top: -14rem;
  }

  .section.subpage-section-2c .is-absolute.is-image-column {
    left: 0;
  }

  .section.subpage-section-2c .is-image-column {
    margin-right: -8.33333%;
  }

  .is-absolute.is-image-column.is-top-0 {
    padding-top: 0;
  }

  .is-absolute.is-image-column.is-top-10 {
    padding-top: 10%;
  }

  .is-absolute.is-image-column.is-top-20 {
    padding-top: 20%;
  }

  .is-absolute.is-image-column.is-top-30 {
    padding-top: 30%;
  }

  .is-absolute.is-image-column.is-top-40 {
    padding-top: 40%;
  }

  .is-absolute.is-image-column.is-top-50 {
    padding-top: 50%;
  }

  .is-absolute.is-image-column.is-top-60 {
    padding-top: 60%;
  }

  .is-absolute.is-image-column.is-top-70 {
    padding-top: 70%;
  }

  .is-absolute.is-image-column.is-top-80 {
    padding-top: 80%;
  }

  .is-absolute.is-image-column.is-top-90 {
    paddin-bottom: 90%;
  }

  .is-absolute.is-image-column.is-top-100 {
    paddin-bottom: 0;
  }

  .section.subpage-section-fullwidth-image,
  .section.subpage-section-fullwidth-image .section-body {
    padding: 0;
  }

  .section.subpage-section-fullwidth-image {
    margin-bottom: 6rem;
  }

  .section.subpage-section-3a .first-image-container {
    margin-bottom: -6rem;
  }

  .section.subpage-section-3a .second-image-container {
    margin-top: -20rem;
  }

  .section.subpage-section-video {
    padding: 0 0 6rem;
  }

  .section.is-text-section + .section.subpage-section-video {
    margin-top: -6rem;
  }

  .section.subpage-section-issuu {
    padding: 0 0 3rem;
  }

  .section.is-download-section {
    padding: 0 0 8rem;
  }
}

.columns.is-relative {
  position: relative;
}

.column.is-absolute {
  position: absolute;
}

.column.is-absolute.has-positon-top-0-left-0 {
  left: 0;
  top: 0;
}

.column.is-absolute.has-positon-top-0-right-0 {
  right: 0;
  top: 0;
}

.column.is-absolute.has-position-bottom-0-left-0 {
  left: 0;
  bottom: 0;
}

.column.is-absolute.has-positon-top--52vh-left-0 {
  top: 47vh;
  left: 0;
}

@media screen and (max-width: 768px) {
  .frontpage-section-3 .column.is-absolute {
    position: relative !important;
  }
}

@media screen and (min-width: 769px) {
  .column.is-absolute.has-positon-top--8vh-left-0 {
    left: 0;
    top: -8vh;
  }

  .column.is-absolute.has-position-top-16vh-left-0 {
    left: 0;
    top: calc(13vh + 3rem);
  }
}

@media screen and (min-width: 1215px) {
  .column.is-absolute.has-position-top-16vh-left-0 {
    left: 0;
    top: calc(13vh + 3rem);
  }
}

@media screen and (min-width: 1216px) {
  .column.is-absolute.has-positon-top--52vh-left-0 {
    top: 52vh;
    left: 0;
  }
}

.column.has-gap-left-2 {
  padding-left: 3rem;
}

.column.has-gap-right-2 {
  padding-right: 3rem;
}

.column.z-index-1 {
  z-index: 1;
}

.container.is-fluid.is-fullheight {
  height: 100%;
  display: flex;
  margin-left: 0;
  margin-right: 0;
}

.container.is-fluid.is-fullheight .column {
  padding: 0 !important;
}

.container.is-fullheight .image-container {
  height: 100%;
}

.site-footer {
  padding: 4rem 0;
  border-top: 0.4rem solid var(--main-color);
}

.site-footer .content ul.menu {
  list-style: none;
  margin-left: 0;
}

.site-footer .menu {
  font-size: inherit;
}

.columns.initiativen .column {
  min-height: 5rem;
  margin-bottom: 0;
  position: relative;
}

.column.has-border-bottom {
  position: relative;
}

.toggle-content .columns {
  margin-left: -2rem;
  margin-right: -2rem;
}

.toggle-content .columns .column {
  padding: 0.75rem 2rem;
}

.toggle-content .columns .column.has-border-bottom:before {
  content: "";
  height: 1px;
  background: #fff;
  margin: 0;
  float: right;
  width: calc(100% - 4rem);
  position: absolute;
  bottom: 0;
  left: 2rem;
}

.columns.initiativen .column .image {
  width: 5rem;
  height: 100%;
  position: absolute;
  left: 2rem;
  top: 0;
}

.columns.initiativen .column .image-container {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
  -webkit-transition: opacity 0.6s ease;
  transition: opacity 0.6s ease;
}

.toggle-content .columns .column .image-container:first-child {
  opacity: 1;
}

.toggle-content .columns .column .image-container:last-child {
  opacity: 0;
}

.toggle-content .columns .column:hover .image .image-container:first-child {
  opacity: 0;
}

.toggle-content .columns .column:hover .image .image-container:last-child {
  opacity: 1;
}

.initiativen .widget-initative img {
  width: 5rem;
  height: auto;
  margin: 0.75rem 0;
}

.initiativen .widget-initative p {
  position: relative;
  width: calc(100% - 6.5rem);
  margin-left: 1.5rem;
}

.initiativen .widget-initative p:not(:last-child) {
  margin-top: 0.75rem !important;
  margin-bottom: 0 !important;
}

.initiativen .widget-initative p:last-child {
  margin-bottom: 0.75rem !important;
}

.initiativen .title {
  padding-right: 1.5rem;
  display: inline-block;
  position: relative;
  cursor: pointer;
  -webkit-transition: all 0.3s cubic-bezier(0.66, 0.4, 0.18, 1);
  transition: all 0.3s cubic-bezier(0.66, 0.4, 0.18, 1);
}

.initiativen .title .arrow-down {
  position: absolute;
  display: inline-block;
  content: "";
  right: 0;
  top: 0.125em;
  width: 10px;
  height: 10px;
  border-bottom: 2px solid #202020;
  border-right: 2px solid #202020;
  transform: rotate(45deg);
  margin: 0 6px 0 12px;
  pointer-events: none;
  -webkit-transition: all 0.3s cubic-bezier(0.66, 0.4, 0.18, 1);
  transition: all 0.3s cubic-bezier(0.66, 0.4, 0.18, 1);
}

.toggle-button.content-is-open,
.toggle-button:hover {
  color: var(--main-color);
}

.toggle-button.content-is-open .arrow-down {
  top: 0.5em;
  transform: rotate(-135deg);
  -webkit-transition: all 0.3s cubic-bezier(0.66, 0.4, 0.18, 1);
  transition: all 0.3s cubic-bezier(0.66, 0.4, 0.18, 1);
}

.toggle-content {
  display: none;
  overflow: hidden;
  transition: height 350ms ease-in-out;
}

.toggle-content.is-visible {
  display: block;
  height: auto;
}

@media screen and (min-width: 769px), print {
  .columns.initiativen {
    padding-top: 4rem;
  }

  .initiativen .title .arrow-down {
    right: -0.25em;
    top: 0.25em;
    width: 11px;
    height: 11px;
  }

  .initiativen .toggle-button.content-is-open .arrow-down {
    top: 0.5em;
  }
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.BorlabsCookie ._brlbs-content-blocker a._brlbs-btn {
  font-weight: 700;
  padding: 0.75rem 1rem;
}

.BorlabsCookie ._brlbs-content-blocker ._brlbs-embed ._brlbs-thumbnail {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.slideshow {
  overflow: hidden;
}

.slideshow .slide {
  position: absolute;
  -webkit-transition: all 3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: all 3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transform: scale(1);
}

.slideshow .slide + .slide {
  opacity: 0;
  transform: scale(1.1);
}

table.double-signature {
  max-width: 800px;
}

table.double-signature td,
table.double-signature th {
  padding: 0 1rem 0 0 !important;
  border: none !important;
}

@media screen and (max-width: 768px) {
  table.double-signature tr {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
}
/*! bulma.io v0.7.5 | MIT License | github.com/jgthms/bulma */
.is-clearfix::after {
  clear: both;
  content: " ";
  display: table;
}

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

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 768px) {
  .is-size-1-mobile {
    font-size: 3rem !important;
  }

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

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

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

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

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

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

@media screen and (min-width: 769px), print {
  .is-size-1-tablet {
    font-size: 3rem !important;
  }

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

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

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

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

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

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

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

@media screen and (max-width: 1023px) {
  .is-size-1-touch {
    font-size: 3rem !important;
  }

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

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

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

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

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

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

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

@media screen and (min-width: 1024px) {
  .is-size-1-desktop {
    font-size: 3rem !important;
  }

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

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

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

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

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

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

@media screen and (min-width: 1216px) {
  .is-size-1-widescreen {
    font-size: 3rem !important;
  }

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

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

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

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

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

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

@media screen and (min-width: 1408px) {
  .is-size-1-fullhd {
    font-size: 3rem !important;
  }

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

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 768px) {
  .has-text-centered-mobile {
    text-align: center !important;
  }
}

@media screen and (min-width: 769px), print {
  .has-text-centered-tablet {
    text-align: center !important;
  }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
  .has-text-centered-tablet-only {
    text-align: center !important;
  }
}

@media screen and (max-width: 1023px) {
  .has-text-centered-touch {
    text-align: center !important;
  }
}

@media screen and (min-width: 1024px) {
  .has-text-centered-desktop {
    text-align: center !important;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .has-text-centered-desktop-only {
    text-align: center !important;
  }
}

@media screen and (min-width: 1216px) {
  .has-text-centered-widescreen {
    text-align: center !important;
  }
}

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .has-text-centered-widescreen-only {
    text-align: center !important;
  }
}

@media screen and (min-width: 1408px) {
  .has-text-centered-fullhd {
    text-align: center !important;
  }
}

@media screen and (max-width: 768px) {
  .has-text-justified-mobile {
    text-align: justify !important;
  }
}

@media screen and (min-width: 769px), print {
  .has-text-justified-tablet {
    text-align: justify !important;
  }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
  .has-text-justified-tablet-only {
    text-align: justify !important;
  }
}

@media screen and (max-width: 1023px) {
  .has-text-justified-touch {
    text-align: justify !important;
  }
}

@media screen and (min-width: 1024px) {
  .has-text-justified-desktop {
    text-align: justify !important;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .has-text-justified-desktop-only {
    text-align: justify !important;
  }
}

@media screen and (min-width: 1216px) {
  .has-text-justified-widescreen {
    text-align: justify !important;
  }
}

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .has-text-justified-widescreen-only {
    text-align: justify !important;
  }
}

@media screen and (min-width: 1408px) {
  .has-text-justified-fullhd {
    text-align: justify !important;
  }
}

@media screen and (max-width: 768px) {
  .has-text-left-mobile {
    text-align: left !important;
  }
}

@media screen and (min-width: 769px), print {
  .has-text-left-tablet {
    text-align: left !important;
  }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
  .has-text-left-tablet-only {
    text-align: left !important;
  }
}

@media screen and (max-width: 1023px) {
  .has-text-left-touch {
    text-align: left !important;
  }
}

@media screen and (min-width: 1024px) {
  .has-text-left-desktop {
    text-align: left !important;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .has-text-left-desktop-only {
    text-align: left !important;
  }
}

@media screen and (min-width: 1216px) {
  .has-text-left-widescreen {
    text-align: left !important;
  }
}

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .has-text-left-widescreen-only {
    text-align: left !important;
  }
}

@media screen and (min-width: 1408px) {
  .has-text-left-fullhd {
    text-align: left !important;
  }
}

@media screen and (max-width: 768px) {
  .has-text-right-mobile {
    text-align: right !important;
  }
}

@media screen and (min-width: 769px), print {
  .has-text-right-tablet {
    text-align: right !important;
  }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
  .has-text-right-tablet-only {
    text-align: right !important;
  }
}

@media screen and (max-width: 1023px) {
  .has-text-right-touch {
    text-align: right !important;
  }
}

@media screen and (min-width: 1024px) {
  .has-text-right-desktop {
    text-align: right !important;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .has-text-right-desktop-only {
    text-align: right !important;
  }
}

@media screen and (min-width: 1216px) {
  .has-text-right-widescreen {
    text-align: right !important;
  }
}

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .has-text-right-widescreen-only {
    text-align: right !important;
  }
}

@media screen and (min-width: 1408px) {
  .has-text-right-fullhd {
    text-align: right !important;
  }
}

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

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

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

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

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

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

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

.has-text-black {
  color: #0a0a0a !important;
}

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

.has-background-black {
  background-color: #0a0a0a !important;
}

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

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

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

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

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

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

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

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

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

.has-text-link {
  color: var(--main-color) !important;
}

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

.has-background-link {
  background-color: var(--main-color) !important;
}

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

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

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

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

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

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

.has-text-yellow {
  color: #202020 !important;
}

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

.has-background-warning {
  background-color: var(--main-color) !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.has-text-grey-light {
  color: var(--main-color) !important;
}

.has-background-grey-light {
  background-color: var(--main-color) !important;
}

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

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

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

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

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

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

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

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

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

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

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

.is-family-primary {
  font-family: BlinkMacSystemFont, -apple-system, "Segoe UI", Roboto, Oxygen,
    Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", Helvetica,
    Arial, sans-serif !important;
}

.is-family-secondary {
  font-family: BlinkMacSystemFont, -apple-system, "Segoe UI", Roboto, Oxygen,
    Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", Helvetica,
    Arial, sans-serif !important;
}

.is-family-sans-serif {
  font-family: BlinkMacSystemFont, -apple-system, "Segoe UI", Roboto, Oxygen,
    Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", Helvetica,
    Arial, sans-serif !important;
}

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

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

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

@media screen and (max-width: 768px) {
  .is-block-mobile {
    display: block !important;
  }
}

@media screen and (min-width: 769px), print {
  .is-block-tablet {
    display: block !important;
  }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
  .is-block-tablet-only {
    display: block !important;
  }
}

@media screen and (max-width: 1023px) {
  .is-block-touch {
    display: block !important;
  }
}

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

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .is-block-desktop-only {
    display: block !important;
  }
}

@media screen and (min-width: 1216px) {
  .is-block-widescreen {
    display: block !important;
  }
}

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .is-block-widescreen-only {
    display: block !important;
  }
}

@media screen and (min-width: 1408px) {
  .is-block-fullhd {
    display: block !important;
  }
}

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

@media screen and (max-width: 768px) {
  .is-flex-mobile {
    display: flex !important;
  }
}

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

@media screen and (min-width: 769px) and (max-width: 1023px) {
  .is-flex-tablet-only {
    display: flex !important;
  }
}

@media screen and (max-width: 1023px) {
  .is-flex-touch {
    display: flex !important;
  }
}

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

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .is-flex-desktop-only {
    display: flex !important;
  }
}

@media screen and (min-width: 1216px) {
  .is-flex-widescreen {
    display: flex !important;
  }
}

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .is-flex-widescreen-only {
    display: flex !important;
  }
}

@media screen and (min-width: 1408px) {
  .is-flex-fullhd {
    display: flex !important;
  }
}

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

@media screen and (max-width: 768px) {
  .is-inline-mobile {
    display: inline !important;
  }
}

@media screen and (min-width: 769px), print {
  .is-inline-tablet {
    display: inline !important;
  }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
  .is-inline-tablet-only {
    display: inline !important;
  }
}

@media screen and (max-width: 1023px) {
  .is-inline-touch {
    display: inline !important;
  }
}

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

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .is-inline-desktop-only {
    display: inline !important;
  }
}

@media screen and (min-width: 1216px) {
  .is-inline-widescreen {
    display: inline !important;
  }
}

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .is-inline-widescreen-only {
    display: inline !important;
  }
}

@media screen and (min-width: 1408px) {
  .is-inline-fullhd {
    display: inline !important;
  }
}

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

@media screen and (max-width: 768px) {
  .is-inline-block-mobile {
    display: inline-block !important;
  }
}

@media screen and (min-width: 769px), print {
  .is-inline-block-tablet {
    display: inline-block !important;
  }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
  .is-inline-block-tablet-only {
    display: inline-block !important;
  }
}

@media screen and (max-width: 1023px) {
  .is-inline-block-touch {
    display: inline-block !important;
  }
}

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

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .is-inline-block-desktop-only {
    display: inline-block !important;
  }
}

@media screen and (min-width: 1216px) {
  .is-inline-block-widescreen {
    display: inline-block !important;
  }
}

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .is-inline-block-widescreen-only {
    display: inline-block !important;
  }
}

@media screen and (min-width: 1408px) {
  .is-inline-block-fullhd {
    display: inline-block !important;
  }
}

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

@media screen and (max-width: 768px) {
  .is-inline-flex-mobile {
    display: inline-flex !important;
  }
}

@media screen and (min-width: 769px), print {
  .is-inline-flex-tablet {
    display: inline-flex !important;
  }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
  .is-inline-flex-tablet-only {
    display: inline-flex !important;
  }
}

@media screen and (max-width: 1023px) {
  .is-inline-flex-touch {
    display: inline-flex !important;
  }
}

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

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .is-inline-flex-desktop-only {
    display: inline-flex !important;
  }
}

@media screen and (min-width: 1216px) {
  .is-inline-flex-widescreen {
    display: inline-flex !important;
  }
}

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .is-inline-flex-widescreen-only {
    display: inline-flex !important;
  }
}

@media screen and (min-width: 1408px) {
  .is-inline-flex-fullhd {
    display: inline-flex !important;
  }
}

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

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

@media screen and (max-width: 768px) {
  .is-hidden-mobile {
    display: none !important;
  }
}

@media screen and (min-width: 769px), print {
  .is-hidden-tablet {
    display: none !important;
  }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
  .is-hidden-tablet-only {
    display: none !important;
  }
}

@media screen and (max-width: 1023px) {
  .is-hidden-touch {
    display: none !important;
  }
}

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

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

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

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .is-hidden-widescreen-only {
    display: none !important;
  }
}

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

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

@media screen and (max-width: 768px) {
  .is-invisible-mobile {
    visibility: hidden !important;
  }
}

@media screen and (min-width: 769px), print {
  .is-invisible-tablet {
    visibility: hidden !important;
  }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
  .is-invisible-tablet-only {
    visibility: hidden !important;
  }
}

@media screen and (max-width: 1023px) {
  .is-invisible-touch {
    visibility: hidden !important;
  }
}

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

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .is-invisible-desktop-only {
    visibility: hidden !important;
  }
}

@media screen and (min-width: 1216px) {
  .is-invisible-widescreen {
    visibility: hidden !important;
  }
}

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .is-invisible-widescreen-only {
    visibility: hidden !important;
  }
}

@media screen and (min-width: 1408px) {
  .is-invisible-fullhd {
    visibility: hidden !important;
  }
}

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

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

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

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

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

.box {
  background-color: var(--main-color);
  border-radius: 6px;
  box-shadow: 0 2px 3px rgba(10, 10, 10, 0.1), 0 0 0 1px rgba(10, 10, 10, 0.1);
  color: var(--main-color);
  display: block;
  padding: 1.25rem;
}

a.box:focus,
a.box:hover {
  box-shadow: 0 2px 3px rgba(10, 10, 10, 0.1), 0 0 0 1px #202020;
}

a.box:active {
  box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.2), 0 0 0 1px #202020;
}

.button {
  font-weight: 700;
  background-color: transparent;
  border-color: var(--main-color);
  color: var(--main-color);
  cursor: pointer;
  justify-content: center;
  padding-bottom: calc(0.375em - 1px);
  padding-left: 0.75em;
  padding-right: 0.75em;
  padding-top: calc(0.375em - 1px);
  text-align: center;
  white-space: nowrap;
  letter-spacing: 0.08em;
}

.button strong {
  color: inherit;
}

.button.is-hovered,
.button:hover {
  border-color: var(--main-color);
  color: var(--main-color);
}

.button.is-focused,
.button:focus {
  border-color: var(--main-color);
  color: var(--main-color);
}

.button.is-focused:not(:active),
.button:focus:not(:active) {
  box-shadow: none !important;
}

.button.is-active,
.button:active {
  border-color: var(--main-color);
  color: var(--main-color);
}

.button.is-small {
  border-radius: 2px;
  font-size: 0.75rem;
}

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

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

.button.is-large {
  font-size: 1.25rem;
  letter-spacing: 0.08em;
}

.button.is-large .right-arrow {
  display: block;
  width: 12px;
  height: 12px;
}

@media screen and (min-width: 1216px) {
  .button.is-large {
    font-size: 1.5rem;
  }

  .button.is-large .right-arrow {
    display: block;
    width: 16px;
    height: 16px;
  }
}

.button[disabled],
fieldset[disabled] .button {
  background-color: #fff;
  border-color: #dbdbdb;
  box-shadow: none;
  opacity: 0.5;
}

.button.is-fullwidth {
  display: flex;
  width: 100%;
}

.button.is-static {
  background-color: #f5f5f5;
  border-color: #dbdbdb;
  color: #7a7a7a;
  box-shadow: none;
  pointer-events: none;
}

.container {
  flex-grow: 1;
  margin: 0 auto;
  position: relative;
  width: auto;
}

.container.is-fluid {
  margin-left: 32px;
  margin-right: 32px;
  max-width: none;
}

@media screen and (min-width: 769px), print {
  .container.is-fluid {
    margin-left: 32px;
    margin-right: 32px;
  }
}

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

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

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

.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6 {
  color: var(--main-color);
  font-weight: 600;
  line-height: 1.125;
}

.site-footer .content h2 {
  color: #202020;
}

.content h1 {
  font-size: 2em;
  margin-bottom: 0.5em;
}

.content h1:not(:first-child) {
  margin-top: 1em;
}

.content h2 {
  font-size: 1.75em;
  margin-bottom: 0.5714em;
}

.content h2:not(:first-child) {
  margin-top: 1.1428em;
}

.content h3 {
  font-size: 1.25em;
  font-weight: 700;
  margin-bottom: 0.6666em;
}

.content h3:not(:first-child) {
  margin-top: 1.3333em;
}

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

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

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

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

.content ol {
  list-style-position: outside;
  margin-left: 2em;
  margin-top: 1em;
}

.content ol:not([type]) {
  list-style-type: decimal;
}

.content ol:not([type]).is-lower-alpha {
  list-style-type: lower-alpha;
}

.content ol:not([type]).is-lower-roman {
  list-style-type: lower-roman;
}

.content ol:not([type]).is-upper-alpha {
  list-style-type: upper-alpha;
}

.content ol:not([type]).is-upper-roman {
  list-style-type: upper-roman;
}

.content ul {
  list-style: disc outside;
  margin-left: 1.25em;
  margin-top: 1em;
}

.content ul ul {
  list-style-type: circle;
  margin-top: 0.5em;
}

.content ul ul ul {
  list-style-type: square;
}

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

.content figure {
  margin-left: 2em;
  margin-right: 2em;
  text-align: center;
}

.content figure:not(:first-child) {
  margin-top: 2em;
}

.content figure:not(:last-child) {
  margin-bottom: 2em;
}

.content figure img {
  display: inline-block;
}

.content figure figcaption {
  font-style: italic;
}

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

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

.content table {
  width: 100%;
}

.content table td,
.content table th {
  border: 1px solid #dbdbdb;
  border-width: 0 0 1px;
  padding: 0.5em 0.75em;
  vertical-align: top;
}

.content table th {
  color: #fff;
}

.content table th:not([align]) {
  text-align: left;
}

.content table thead td,
.content table thead th {
  border-width: 0 0 2px;
  color: #fff;
}

.content table tfoot td,
.content table tfoot th {
  border-width: 2px 0 0;
  color: #fff;
}

.content table tbody tr:last-child td,
.content table tbody tr:last-child th {
  border-bottom-width: 0;
}

.content .alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.content .alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

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

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

.content.is-medium {
  font-size: 0.875rem;
  padding-bottom: 3rem;
}

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

@media screen and (min-width: 415px) {
  .content.is-medium {
    font-size: 1rem;
    padding-bottom: 3rem;
  }
}

@media screen and (min-width: 769px) {
  .content.is-medium {
    font-size: 1.125rem;
    padding-bottom: 3rem;
  }
}

@media screen and (min-width: 1024px) {
  .content.is-small {
    font-size: 0.875rem;
  }
}

@media screen and (min-width: 1216px) {
  .content.is-medium {
    font-size: 1rem;
    padding-bottom: 3rem;
  }
}

@media screen and (min-width: 1440px) {
  .content.is-medium {
    font-size: 1.25rem;
    padding-bottom: 3rem;
  }
}


.icon {
  align-items: center;
  display: inline-flex;
  justify-content: center;
  height: 1.5rem;
  width: 1.5rem;
}

.icon.is-small {
  height: 1rem;
  width: 1rem;
}

.icon.is-medium {
  height: 2rem;
  width: 2rem;
}

.icon.is-large {
  height: 3rem;
  width: 3rem;
}

.image {
  display: block;
  position: relative;
}

.image img {
  display: block;
  height: auto;
  width: 100%;
}

.image img.is-rounded {
  border-radius: 290486px;
}

.image.is-16by9 .has-ratio,
.image.is-16by9 img,
.image.is-1by1 .has-ratio,
.image.is-1by1 img,
.image.is-1by2 .has-ratio,
.image.is-1by2 img,
.image.is-1by3 .has-ratio,
.image.is-1by3 img,
.image.is-2by1 .has-ratio,
.image.is-2by1 img,
.image.is-2by3 .has-ratio,
.image.is-2by3 img,
.image.is-3by1 .has-ratio,
.image.is-3by1 img,
.image.is-3by2 .has-ratio,
.image.is-3by2 img,
.image.is-3by4 .has-ratio,
.image.is-3by4 img,
.image.is-3by5 .has-ratio,
.image.is-3by5 img,
.image.is-4by3 .has-ratio,
.image.is-4by3 img,
.image.is-4by5 .has-ratio,
.image.is-4by5 img,
.image.is-5by3 .has-ratio,
.image.is-5by3 img,
.image.is-5by4 .has-ratio,
.image.is-5by4 img,
.image.is-9by16 .has-ratio,
.image.is-9by16 img,
.image.is-square .has-ratio,
.image.is-square img {
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
  width: 100%;
}

.image.is-1by1,
.image.is-square {
  padding-top: 100%;
}

.image.is-5by4 {
  padding-top: 80%;
}

.image.is-4by3 {
  padding-top: 75%;
}

.image.is-3by2 {
  padding-top: 66.6666%;
}

.image.is-5by3 {
  padding-top: 60%;
}

.image.is-16by9 {
  padding-top: 56.25%;
}

.image.is-2by1 {
  padding-top: 50%;
}

.image.is-3by1 {
  padding-top: 33.3333%;
}

.image.is-4by5 {
  padding-top: 125%;
}

.image.is-3by4 {
  padding-top: 133.3333%;
}

.image.is-2by3 {
  padding-top: 150%;
}

.image.is-3by5 {
  padding-top: 166.6666%;
}

.image.is-9by16 {
  padding-top: 177.7777%;
}

.image.is-1by2 {
  padding-top: 200%;
}

.image.is-1by3 {
  padding-top: 300%;
}

@media screen and (max-width: 768px), print {
  .image.is-16by9-mobile {
    padding-top: 56.25% !important;
  }
}

.notification {
  background-color: #f5f5f5;
  border-radius: 4px;
  padding: 1.25rem 2.5rem 1.25rem 1.5rem;
  position: relative;
}

.notification a:not(.button):not(.dropdown-item) {
  color: currentColor;
  text-decoration: underline;
}

.notification strong {
  color: currentColor;
}

.notification code,
.notification pre {
  background: #fff;
}

.notification pre code {
  background: 0 0;
}

.notification > .delete {
  position: absolute;
  right: 0.5rem;
  top: 0.5rem;
}

.notification .content,
.notification .subtitle,
.notification .title {
  color: currentColor;
}

.notification.is-white {
  background-color: #fff;
  color: #0a0a0a;
}

.notification.is-black {
  background-color: #0a0a0a;
  color: #fff;
}

.notification.is-light {
  background-color: #f5f5f5;
  color: #fff;
}

.notification.is-dark {
  background-color: #fff;
  color: #f5f5f5;
}

.notification.is-primary {
  background-color: #00d1b2;
  color: #fff;
}

.notification.is-link {
  background-color: var(--main-color);
  color: #fff;
}

.notification.is-info {
  background-color: #209cee;
  color: #fff;
}

.notification.is-success {
  background-color: #23d160;
  color: #fff;
}

.notification.is-warning {
  background-color: var(--main-color);
  color: rgba(0, 0, 0, 0.7);
}

.notification.is-danger {
  background-color: #ff3860;
  color: #fff;
}

.table {
  background-color: #fff;
  color: #fff;
}

.table td,
.table th {
  border: 1px solid #dbdbdb;
  border-width: 0 0 1px;
  padding: 0.5em 0.75em;
  vertical-align: top;
}

.table td.is-white,
.table th.is-white {
  background-color: #fff;
  border-color: #fff;
  color: #0a0a0a;
}

.table td.is-black,
.table th.is-black {
  background-color: #0a0a0a;
  border-color: #0a0a0a;
  color: #fff;
}

.table td.is-light,
.table th.is-light {
  background-color: #f5f5f5;
  border-color: #f5f5f5;
  color: #fff;
}

.table td.is-dark,
.table th.is-dark {
  background-color: #fff;
  border-color: #fff;
  color: #f5f5f5;
}

.table td.is-primary,
.table th.is-primary {
  background-color: #00d1b2;
  border-color: #00d1b2;
  color: #fff;
}

.table td.is-link,
.table th.is-link {
  background-color: var(--main-color);
  border-color: var(--main-color);
  color: #fff;
}

.table td.is-info,
.table th.is-info {
  background-color: #209cee;
  border-color: #209cee;
  color: #fff;
}

.table td.is-success,
.table th.is-success {
  background-color: #23d160;
  border-color: #23d160;
  color: #fff;
}

.table td.is-warning,
.table th.is-warning {
  background-color: var(--main-color);
  border-color: var(--main-color);
  color: rgba(0, 0, 0, 0.7);
}

.table td.is-danger,
.table th.is-danger {
  background-color: #ff3860;
  border-color: #ff3860;
  color: #fff;
}

.table td.is-narrow,
.table th.is-narrow {
  white-space: nowrap;
  width: 1%;
}

.table td.is-selected,
.table th.is-selected {
  background-color: #00d1b2;
  color: #fff;
}

.table td.is-selected a,
.table td.is-selected strong,
.table th.is-selected a,
.table th.is-selected strong {
  color: currentColor;
}

.table th {
  color: #fff;
}

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

.table tr.is-selected {
  background-color: #00d1b2;
  color: #fff;
}

.table tr.is-selected a,
.table tr.is-selected strong {
  color: currentColor;
}

.table tr.is-selected td,
.table tr.is-selected th {
  border-color: #fff;
  color: currentColor;
}

.table thead {
  background-color: transparent;
}

.table thead td,
.table thead th {
  border-width: 0 0 2px;
  color: #fff;
}

.table tfoot {
  background-color: transparent;
}

.table tfoot td,
.table tfoot th {
  border-width: 2px 0 0;
  color: #fff;
}

.table tbody {
  background-color: transparent;
}

.table tbody tr:last-child td,
.table tbody tr:last-child th {
  border-bottom-width: 0;
}

.table.is-bordered td,
.table.is-bordered th {
  border-width: 1px;
}

.table.is-bordered tr:last-child td,
.table.is-bordered tr:last-child th {
  border-bottom-width: 1px;
}

.table.is-fullwidth {
  width: 100%;
}

.table.is-hoverable tbody tr:not(.is-selected):hover {
  background-color: #fafafa;
}

.table.is-hoverable.is-striped tbody tr:not(.is-selected):hover {
  background-color: #fafafa;
}

.table.is-hoverable.is-striped
  tbody
  tr:not(.is-selected):hover:nth-child(even) {
  background-color: #f5f5f5;
}

.table.is-narrow td,
.table.is-narrow th {
  padding: 0.25em 0.5em;
}

.table.is-striped tbody tr:not(.is-selected):nth-child(even) {
  background-color: #fafafa;
}

.table-container {
  -webkit-overflow-scrolling: touch;
  overflow: auto;
  overflow-y: hidden;
  max-width: 100%;
}

.tags {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.tags .tag {
  margin-bottom: 0.5rem;
}

.tags .tag:not(:last-child) {
  margin-right: 0.5rem;
}

.tags:last-child {
  margin-bottom: -0.5rem;
}

.tags:not(:last-child) {
  margin-bottom: 1rem;
}

.tags.are-medium .tag:not(.is-normal):not(.is-large) {
  font-size: 1rem;
}

.tags.are-large .tag:not(.is-normal):not(.is-medium) {
  font-size: 1.25rem;
}

.tags.is-centered {
  justify-content: center;
}

.tags.is-centered .tag {
  margin-right: 0.25rem;
  margin-left: 0.25rem;
}

.tags.is-right {
  justify-content: flex-end;
}

.tags.is-right .tag:not(:first-child) {
  margin-left: 0.5rem;
}

.tags.is-right .tag:not(:last-child) {
  margin-right: 0;
}

.tags.has-addons .tag {
  margin-right: 0;
}

.tags.has-addons .tag:not(:first-child) {
  margin-left: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.tags.has-addons .tag:not(:last-child) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.tag:not(body) {
  align-items: center;
  background-color: #f5f5f5;
  border-radius: 4px;
  color: #fff;
  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;
}

.tag:not(body) .delete {
  margin-left: 0.25rem;
  margin-right: -0.375rem;
}

.tag:not(body).is-white {
  background-color: #fff;
  color: #0a0a0a;
}

.tag:not(body).is-black {
  background-color: #0a0a0a;
  color: #fff;
}

.tag:not(body).is-light {
  background-color: #f5f5f5;
  color: #fff;
}

.tag:not(body).is-dark {
  background-color: #fff;
  color: #f5f5f5;
}

.tag:not(body).is-primary {
  background-color: #00d1b2;
  color: #fff;
}

.tag:not(body).is-link {
  background-color: var(--main-color);
  color: #fff;
}

.tag:not(body).is-info {
  background-color: #209cee;
  color: #fff;
}

.tag:not(body).is-success {
  background-color: #23d160;
  color: #fff;
}

.tag:not(body).is-warning {
  background-color: var(--main-color);
  color: rgba(0, 0, 0, 0.7);
}

.tag:not(body).is-danger {
  background-color: #ff3860;
  color: #fff;
}

.tag:not(body).is-normal {
  font-size: 0.75rem;
}

.tag:not(body).is-medium {
  font-size: 1rem;
}

.tag:not(body).is-large {
  font-size: 1.25rem;
}

.tag:not(body) .icon:first-child:not(:last-child) {
  margin-left: -0.375em;
  margin-right: 0.1875em;
}

.tag:not(body) .icon:last-child:not(:first-child) {
  margin-left: 0.1875em;
  margin-right: -0.375em;
}

.tag:not(body) .icon:first-child:last-child {
  margin-left: -0.375em;
  margin-right: -0.375em;
}

.tag:not(body).is-delete {
  margin-left: 1px;
  padding: 0;
  position: relative;
  width: 2em;
}

.tag:not(body).is-delete::after,
.tag:not(body).is-delete::before {
  background-color: currentColor;
  content: "";
  display: block;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -webkit-transform-origin: center center;
  transform-origin: center center;
}

.tag:not(body).is-delete::before {
  height: 1px;
  width: 50%;
}

.tag:not(body).is-delete::after {
  height: 50%;
  width: 1px;
}

.tag:not(body).is-delete:active {
  background-color: #dbdbdb;
}

.tag:not(body).is-rounded {
  border-radius: 290486px;
}

a.tag:hover {
  text-decoration: underline;
}

.subtitle,
.title {
  letter-spacing: 0.04em;
}

.subtitle em,
.subtitle span,
.title em,
.title span {
  font-weight: inherit;
}

.subtitle sub,
.title sub {
  font-size: 0.75em;
}

.subtitle sup,
.title sup {
  font-size: 0.75em;
}

.subtitle .tag,
.title .tag {
  vertical-align: middle;
}

.title {
  color: #202020;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.125;
}

.title strong {
  color: inherit;
  font-weight: inherit;
}

.title + .highlight {
  margin-top: -0.75rem;
}

.title:not(.is-spaced) + .subtitle {
  margin-top: -1.25rem;
}

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

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

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

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

.title.is-5 {
  font-size: 1.25rem;
}

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

.title.is-7 {
  font-size: 0.75rem;
}

.subtitle {
  color: #202020;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.25;
}

.subtitle strong {
  color: #202020;
  font-weight: 600;
}

.hero .subtitle + .title {
  margin-top: 0 !important;
}

.subtitle:not(.is-spaced) + .title {
  margin-top: -1.25rem;
}

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

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

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

.subtitle.is-3 + .content h1 {
  margin-top: -1rem;
  margin-bottom: 3rem;
}

@media only screen and (max-width: 768px) {
  .subtitle.is-3 + .content h1 {
    font-size: 1.5em !important;
  }
}

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

.subtitle.is-5 {
  font-size: 1.25rem;
}

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

.subtitle.is-7 {
  font-size: 0.75rem;
}

.heading {
  display: block;
  font-size: 11px;
  letter-spacing: 1px;
  margin-bottom: 5px;
  text-transform: uppercase;
}

.highlight {
  font-weight: 400;
  max-width: 100%;
  overflow: hidden;
  padding: 0;
}

.highlight pre {
  overflow: auto;
  max-width: 100%;
}

.number {
  align-items: center;
  background-color: #f5f5f5;
  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;
}

.input,
.select select,
.textarea {
  background-color: #fff;
  border-color: #dbdbdb;
  border-radius: 4px;
  color: #fff;
}

.input::-moz-placeholder,
.select select::-moz-placeholder,
.textarea::-moz-placeholder {
  color: rgba(54, 54, 54, 0.3);
}

.input::-webkit-input-placeholder,
.select select::-webkit-input-placeholder,
.textarea::-webkit-input-placeholder {
  color: rgba(54, 54, 54, 0.3);
}

.input:-moz-placeholder,
.select select:-moz-placeholder,
.textarea:-moz-placeholder {
  color: rgba(54, 54, 54, 0.3);
}

.input:-ms-input-placeholder,
.select select:-ms-input-placeholder,
.textarea:-ms-input-placeholder {
  color: rgba(54, 54, 54, 0.3);
}

.input:hover,
.is-hovered.input,
.is-hovered.textarea,
.select select.is-hovered,
.select select:hover,
.textarea:hover {
  border-color: var(--main-color);
}

.input:active,
.input:focus,
.is-active.input,
.is-active.textarea,
.is-focused.input,
.is-focused.textarea,
.select select.is-active,
.select select.is-focused,
.select select:active,
.select select:focus,
.textarea:active,
.textarea:focus {
  border-color: var(--main-color);
  box-shadow: 0 0 0 0.125em rgba(50, 115, 220, 0.25);
}

.input[disabled],
.select fieldset[disabled] select,
.select select[disabled],
.textarea[disabled],
fieldset[disabled] .input,
fieldset[disabled] .select select,
fieldset[disabled] .textarea {
  background-color: #f5f5f5;
  border-color: #f5f5f5;
  box-shadow: none;
  color: #7a7a7a;
}

.input[disabled]::-moz-placeholder,
.select fieldset[disabled] select::-moz-placeholder,
.select select[disabled]::-moz-placeholder,
.textarea[disabled]::-moz-placeholder,
fieldset[disabled] .input::-moz-placeholder,
fieldset[disabled] .select select::-moz-placeholder,
fieldset[disabled] .textarea::-moz-placeholder {
  color: rgba(122, 122, 122, 0.3);
}

.input[disabled]::-webkit-input-placeholder,
.select fieldset[disabled] select::-webkit-input-placeholder,
.select select[disabled]::-webkit-input-placeholder,
.textarea[disabled]::-webkit-input-placeholder,
fieldset[disabled] .input::-webkit-input-placeholder,
fieldset[disabled] .select select::-webkit-input-placeholder,
fieldset[disabled] .textarea::-webkit-input-placeholder {
  color: rgba(122, 122, 122, 0.3);
}

.input[disabled]:-moz-placeholder,
.select fieldset[disabled] select:-moz-placeholder,
.select select[disabled]:-moz-placeholder,
.textarea[disabled]:-moz-placeholder,
fieldset[disabled] .input:-moz-placeholder,
fieldset[disabled] .select select:-moz-placeholder,
fieldset[disabled] .textarea:-moz-placeholder {
  color: rgba(122, 122, 122, 0.3);
}

.input[disabled]:-ms-input-placeholder,
.select fieldset[disabled] select:-ms-input-placeholder,
.select select[disabled]:-ms-input-placeholder,
.textarea[disabled]:-ms-input-placeholder,
fieldset[disabled] .input:-ms-input-placeholder,
fieldset[disabled] .select select:-ms-input-placeholder,
fieldset[disabled] .textarea:-ms-input-placeholder {
  color: rgba(122, 122, 122, 0.3);
}

.input,
.textarea {
  box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
  max-width: 100%;
  width: 100%;
}

.input[readonly],
.textarea[readonly] {
  box-shadow: none;
}

.is-white.input,
.is-white.textarea {
  border-color: #fff;
}

.is-white.input:active,
.is-white.input:focus,
.is-white.is-active.input,
.is-white.is-active.textarea,
.is-white.is-focused.input,
.is-white.is-focused.textarea,
.is-white.textarea:active,
.is-white.textarea:focus {
  box-shadow: 0 0 0 0.125em rgba(255, 255, 255, 0.25);
}

.is-black.input,
.is-black.textarea {
  border-color: #0a0a0a;
}

.is-black.input:active,
.is-black.input:focus,
.is-black.is-active.input,
.is-black.is-active.textarea,
.is-black.is-focused.input,
.is-black.is-focused.textarea,
.is-black.textarea:active,
.is-black.textarea:focus {
  box-shadow: 0 0 0 0.125em rgba(10, 10, 10, 0.25);
}

.is-light.input,
.is-light.textarea {
  border-color: #f5f5f5;
}

.is-light.input:active,
.is-light.input:focus,
.is-light.is-active.input,
.is-light.is-active.textarea,
.is-light.is-focused.input,
.is-light.is-focused.textarea,
.is-light.textarea:active,
.is-light.textarea:focus {
  box-shadow: 0 0 0 0.125em rgba(245, 245, 245, 0.25);
}

.is-dark.input,
.is-dark.textarea {
  border-color: #fff;
}

.is-dark.input:active,
.is-dark.input:focus,
.is-dark.is-active.input,
.is-dark.is-active.textarea,
.is-dark.is-focused.input,
.is-dark.is-focused.textarea,
.is-dark.textarea:active,
.is-dark.textarea:focus {
  box-shadow: 0 0 0 0.125em rgba(54, 54, 54, 0.25);
}

.is-primary.input,
.is-primary.textarea {
  border-color: #00d1b2;
}

.is-primary.input:active,
.is-primary.input:focus,
.is-primary.is-active.input,
.is-primary.is-active.textarea,
.is-primary.is-focused.input,
.is-primary.is-focused.textarea,
.is-primary.textarea:active,
.is-primary.textarea:focus {
  box-shadow: 0 0 0 0.125em rgba(0, 209, 178, 0.25);
}

.is-link.input,
.is-link.textarea {
  border-color: var(--main-color);
}

.is-link.input:active,
.is-link.input:focus,
.is-link.is-active.input,
.is-link.is-active.textarea,
.is-link.is-focused.input,
.is-link.is-focused.textarea,
.is-link.textarea:active,
.is-link.textarea:focus {
  box-shadow: 0 0 0 0.125em rgba(50, 115, 220, 0.25);
}

.is-info.input,
.is-info.textarea {
  border-color: #209cee;
}

.is-info.input:active,
.is-info.input:focus,
.is-info.is-active.input,
.is-info.is-active.textarea,
.is-info.is-focused.input,
.is-info.is-focused.textarea,
.is-info.textarea:active,
.is-info.textarea:focus {
  box-shadow: 0 0 0 0.125em rgba(32, 156, 238, 0.25);
}

.is-success.input,
.is-success.textarea {
  border-color: #23d160;
}

.is-success.input:active,
.is-success.input:focus,
.is-success.is-active.input,
.is-success.is-active.textarea,
.is-success.is-focused.input,
.is-success.is-focused.textarea,
.is-success.textarea:active,
.is-success.textarea:focus {
  box-shadow: 0 0 0 0.125em rgba(35, 209, 96, 0.25);
}

.is-warning.input,
.is-warning.textarea {
  border-color: var(--main-color);
}

.is-warning.input:active,
.is-warning.input:focus,
.is-warning.is-active.input,
.is-warning.is-active.textarea,
.is-warning.is-focused.input,
.is-warning.is-focused.textarea,
.is-warning.textarea:active,
.is-warning.textarea:focus {
  box-shadow: 0 0 0 0.125em rgba(255, 221, 87, 0.25);
}

.is-danger.input,
.is-danger.textarea {
  border-color: #ff3860;
}

.is-danger.input:active,
.is-danger.input:focus,
.is-danger.is-active.input,
.is-danger.is-active.textarea,
.is-danger.is-focused.input,
.is-danger.is-focused.textarea,
.is-danger.textarea:active,
.is-danger.textarea:focus {
  box-shadow: 0 0 0 0.125em rgba(255, 56, 96, 0.25);
}

.is-small.input,
.is-small.textarea {
  border-radius: 2px;
  font-size: 0.75rem;
}

.is-medium.input,
.is-medium.textarea {
  font-size: 1.25rem;
}

.is-large.input,
.is-large.textarea {
  font-size: 1.5rem;
}

.is-fullwidth.input,
.is-fullwidth.textarea {
  display: block;
  width: 100%;
}

.is-inline.input,
.is-inline.textarea {
  display: inline;
  width: auto;
}

.input.is-rounded {
  border-radius: 290486px;
  padding-left: 1em;
  padding-right: 1em;
}

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

.textarea {
  display: block;
  max-width: 100%;
  min-width: 100%;
  padding: 0.625em;
  resize: vertical;
}

.textarea:not([rows]) {
  max-height: 600px;
  min-height: 120px;
}

.textarea[rows] {
  height: initial;
}

.textarea.has-fixed-size {
  resize: none;
}

.checkbox,
.radio {
  cursor: pointer;
  display: inline-block;
  line-height: 1.25;
  position: relative;
}

.checkbox input,
.radio input {
  cursor: pointer;
}

.checkbox:hover,
.radio:hover {
  color: #fff;
}

.checkbox[disabled],
.radio[disabled],
fieldset[disabled] .checkbox,
fieldset[disabled] .radio {
  color: #7a7a7a;
  cursor: not-allowed;
}

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

.select {
  display: inline-block;
  max-width: 100%;
  position: relative;
  vertical-align: top;
}

.select:not(.is-multiple) {
  height: 2.25em;
}

.select:not(.is-multiple):not(.is-loading)::after {
  border-color: var(--main-color);
  right: 1.125em;
  z-index: 4;
}

.select.is-rounded select {
  border-radius: 290486px;
  padding-left: 1em;
}

.select select {
  cursor: pointer;
  display: block;
  font-size: 1em;
  max-width: 100%;
  outline: 0;
}

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

.select select[disabled]:hover,
fieldset[disabled] .select select:hover {
  border-color: #f5f5f5;
}

.select select:not([multiple]) {
  padding-right: 2.5em;
}

.select select[multiple] {
  height: auto;
  padding: 0;
}

.select select[multiple] option {
  padding: 0.5em 1em;
}

.select:not(.is-multiple):not(.is-loading):hover::after {
  border-color: #fff;
}

.select.is-white:not(:hover)::after {
  border-color: #fff;
}

.select.is-white select {
  border-color: #fff;
}

.select.is-white select.is-hovered,
.select.is-white select:hover {
  border-color: #f2f2f2;
}

.select.is-white select.is-active,
.select.is-white select.is-focused,
.select.is-white select:active,
.select.is-white select:focus {
  box-shadow: 0 0 0 0.125em rgba(255, 255, 255, 0.25);
}

.select.is-black:not(:hover)::after {
  border-color: #0a0a0a;
}

.select.is-black select {
  border-color: #0a0a0a;
}

.select.is-black select.is-hovered,
.select.is-black select:hover {
  border-color: #000;
}

.select.is-black select.is-active,
.select.is-black select.is-focused,
.select.is-black select:active,
.select.is-black select:focus {
  box-shadow: 0 0 0 0.125em rgba(10, 10, 10, 0.25);
}

.select.is-light:not(:hover)::after {
  border-color: #f5f5f5;
}

.select.is-light select {
  border-color: #f5f5f5;
}

.select.is-light select.is-hovered,
.select.is-light select:hover {
  border-color: #e8e8e8;
}

.select.is-light select.is-active,
.select.is-light select.is-focused,
.select.is-light select:active,
.select.is-light select:focus {
  box-shadow: 0 0 0 0.125em rgba(245, 245, 245, 0.25);
}

.select.is-dark:not(:hover)::after {
  border-color: #fff;
}

.select.is-dark select {
  border-color: #fff;
}

.select.is-dark select.is-hovered,
.select.is-dark select:hover {
  border-color: #292929;
}

.select.is-dark select.is-active,
.select.is-dark select.is-focused,
.select.is-dark select:active,
.select.is-dark select:focus {
  box-shadow: 0 0 0 0.125em rgba(54, 54, 54, 0.25);
}

.select.is-primary:not(:hover)::after {
  border-color: #00d1b2;
}

.select.is-primary select {
  border-color: #00d1b2;
}

.select.is-primary select.is-hovered,
.select.is-primary select:hover {
  border-color: #00b89c;
}

.select.is-primary select.is-active,
.select.is-primary select.is-focused,
.select.is-primary select:active,
.select.is-primary select:focus {
  box-shadow: 0 0 0 0.125em rgba(0, 209, 178, 0.25);
}

.select.is-link:not(:hover)::after {
  border-color: var(--main-color);
}

.select.is-link select {
  border-color: var(--main-color);
}

.select.is-link select.is-hovered,
.select.is-link select:hover {
  border-color: #2366d1;
}

.select.is-link select.is-active,
.select.is-link select.is-focused,
.select.is-link select:active,
.select.is-link select:focus {
  box-shadow: 0 0 0 0.125em rgba(50, 115, 220, 0.25);
}

.select.is-info:not(:hover)::after {
  border-color: #209cee;
}

.select.is-info select {
  border-color: #209cee;
}

.select.is-info select.is-hovered,
.select.is-info select:hover {
  border-color: #118fe4;
}

.select.is-info select.is-active,
.select.is-info select.is-focused,
.select.is-info select:active,
.select.is-info select:focus {
  box-shadow: 0 0 0 0.125em rgba(32, 156, 238, 0.25);
}

.select.is-success:not(:hover)::after {
  border-color: #23d160;
}

.select.is-success select {
  border-color: #23d160;
}

.select.is-success select.is-hovered,
.select.is-success select:hover {
  border-color: #20bc56;
}

.select.is-success select.is-active,
.select.is-success select.is-focused,
.select.is-success select:active,
.select.is-success select:focus {
  box-shadow: 0 0 0 0.125em rgba(35, 209, 96, 0.25);
}

.select.is-warning:not(:hover)::after {
  border-color: var(--main-color);
}

.select.is-warning select {
  border-color: var(--main-color);
}

.select.is-warning select.is-hovered,
.select.is-warning select:hover {
  border-color: var(--main-color);
}

.select.is-warning select.is-active,
.select.is-warning select.is-focused,
.select.is-warning select:active,
.select.is-warning select:focus {
  box-shadow: 0 0 0 0.125em rgba(255, 221, 87, 0.25);
}

.select.is-danger:not(:hover)::after {
  border-color: #ff3860;
}

.select.is-danger select {
  border-color: #ff3860;
}

.select.is-danger select.is-hovered,
.select.is-danger select:hover {
  border-color: #ff1f4b;
}

.select.is-danger select.is-active,
.select.is-danger select.is-focused,
.select.is-danger select:active,
.select.is-danger select:focus {
  box-shadow: 0 0 0 0.125em rgba(255, 56, 96, 0.25);
}

.select.is-small {
  border-radius: 2px;
  font-size: 0.75rem;
}

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

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

.select.is-disabled::after {
  border-color: #7a7a7a;
}

.select.is-fullwidth {
  width: 100%;
}

.select.is-fullwidth select {
  width: 100%;
}

.dropdown {
  display: inline-flex;
  position: relative;
  vertical-align: top;
}

.dropdown.is-active .dropdown-menu,
.dropdown.is-hoverable:hover .dropdown-menu {
  display: block;
}

.dropdown.is-right .dropdown-menu {
  left: auto;
  right: 0;
}

.dropdown.is-up .dropdown-menu {
  bottom: 100%;
  padding-bottom: 4px;
  padding-top: initial;
  top: auto;
}

.dropdown-menu {
  display: none;
  left: 0;
  min-width: 12rem;
  padding-top: 4px;
  position: absolute;
  top: 100%;
  z-index: 20;
}

.dropdown-content {
  background-color: #fff;
  border-radius: 4px;
  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;
}

.dropdown-item {
  color: #fff;
  display: block;
  font-size: 0.875rem;
  line-height: 1.5;
  padding: 0.375rem 1rem;
  position: relative;
}

a.dropdown-item,
button.dropdown-item {
  padding-right: 3rem;
  text-align: left;
  white-space: nowrap;
  width: 100%;
}

a.dropdown-item:hover,
button.dropdown-item:hover {
  background-color: #f5f5f5;
  color: #0a0a0a;
}

a.dropdown-item.is-active,
button.dropdown-item.is-active {
  background-color: var(--main-color);
  color: #fff;
}

.dropdown-divider {
  background-color: #dbdbdb;
  border: none;
  display: block;
  height: 1px;
  margin: 0.5rem 0;
}

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

.list {
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0 2px 3px rgba(10, 10, 10, 0.1), 0 0 0 1px rgba(10, 10, 10, 0.1);
}

.list-item {
  display: block;
  padding: 0.5em 1em;
}

.list-item:not(a) {
  color: #fff;
}

.list-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.list-item:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.list-item:not(:last-child) {
  border-bottom: 1px solid #dbdbdb;
}

.list-item.is-active {
  background-color: var(--main-color);
  color: #fff;
}

a.list-item {
  background-color: #f5f5f5;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  .media-content {
    overflow-x: auto;
  }
}

.menu {
  font-size: 1rem;
}

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

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

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

.menu-list {
  line-height: 1.25;
}

.menu-list a {
  border-radius: 2px;
  color: var(--main-color);
  display: block;
  padding: 0.5em 0.75em;
}

.menu-list a:hover {
  background-color: #f5f5f5;
  color: #fff;
}

.menu-list a.is-active {
  background-color: var(--main-color);
  color: #fff;
}

.menu-list li ul {
  border-left: 1px solid #dbdbdb;
  margin: 0.75em;
  padding-left: 0.75em;
}

.menu-label {
  color: #7a7a7a;
  font-size: 0.75em;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.menu-label:not(:first-child) {
  margin-top: 1em;
}

.menu-label:not(:last-child) {
  margin-bottom: 1em;
}

.navbar {
  background-color: transparent;
  min-height: 3.25rem;
  position: relative;
  z-index: 30;
}

.navbar > .container {
  align-items: stretch;
  display: flex;
  min-height: 3.25rem;
  width: 100%;
}

.navbar.has-shadow {
  box-shadow: 0 2px 0 0 #f5f5f5;
}

.navbar.is-fixed-bottom,
.navbar.is-fixed-top {
  left: 0;
  position: fixed;
  z-index: 30;
}

.navbar.is-fixed-bottom {
  bottom: 0;
}

.navbar.is-fixed-top {
  top: 0;
}

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

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

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

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

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

.navbar-menu {
  display: none;
}

.navbar-item,
.navbar-link {
  color: var(--main-color);
  display: block;
  line-height: 1.5;
  padding: 0.5rem 0.75rem;
  position: relative;
}

.navbar-item .icon:only-child,
.navbar-link .icon:only-child {
  margin-left: -0.25rem;
  margin-right: -0.25rem;
}

.navbar-link,
a.navbar-item {
  cursor: pointer;
}

.navbar-link.is-active,
.navbar-link:focus,
.navbar-link:focus-within,
.navbar-link:hover,
a.navbar-item.is-active,
a.navbar-item:focus,
a.navbar-item:focus-within,
a.navbar-item:hover {
  color: #202020;
}

.navbar-item {
  display: block;
  flex-grow: 0;
  flex-shrink: 0;
}

.navbar-item img {
  max-height: 1.75rem;
}

.navbar-item.has-dropdown {
  padding: 0;
}

.navbar-item.is-expanded {
  flex-grow: 1;
  flex-shrink: 1;
}

.navbar-item.is-tab {
  border-bottom: 1px solid transparent;
  min-height: 3.25rem;
  padding-bottom: calc(0.5rem - 1px);
}

.navbar-item.is-tab:focus,
.navbar-item.is-tab:hover {
  background-color: transparent;
  border-bottom-color: var(--main-color);
}

.navbar-item.is-tab.is-active {
  background-color: transparent;
  border-bottom-color: var(--main-color);
  border-bottom-style: solid;
  border-bottom-width: 3px;
  color: var(--main-color);
  padding-bottom: calc(0.5rem - 3px);
}

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

.navbar-link:not(.is-arrowless) {
  padding-right: 2.5em;
}

.navbar-link:not(.is-arrowless)::after {
  border-color: var(--main-color);
  margin-top: -0.375em;
  right: 1.125em;
}

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

.navbar-dropdown .navbar-item {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.navbar.is-spaced {
  padding: 0.25rem 1.25rem;
}

@media screen and (max-width: 1023px) {
  .navbar-brand .navbar-item,
  .navbar-tabs .navbar-item {
    align-items: center;
    display: flex;
  }

  .navbar-link::after {
    display: none;
  }

  .navbar-menu {
    background-color: #fff;
    box-shadow: 0 8px 16px rgba(10, 10, 10, 0.1);
    padding: 0.5rem 0;
  }

  .navbar-menu.is-active {
    display: block;
  }

  .navbar.is-fixed-top .navbar-menu,
  .navbar.is-fixed-top-touch .navbar-menu {
    -webkit-overflow-scrolling: touch;
    overflow: auto;
  }

  div.navbar-menu::-webkit-scrollbar {
    width: 0;
    background: 0 0;
  }
}

@media screen and (min-width: 1024px) {
  .navbar {
    min-height: 3.25rem;
  }

  .navbar-burger {
    display: none;
  }

  .navbar-item,
  .navbar-link {
    align-items: center;
    display: flex;
  }

  .navbar-item {
    display: flex;
  }

  .navbar-item.has-dropdown {
    align-items: stretch;
  }

  .navbar-item.has-dropdown-up .navbar-link::after {
    -webkit-transform: rotate(135deg) translate(0.25em, -0.25em);
    transform: rotate(135deg) translate(0.25em, -0.25em);
  }

  .navbar-item.has-dropdown-up .navbar-dropdown {
    border-bottom: 2px solid #dbdbdb;
    border-radius: 6px 6px 0 0;
    border-top: none;
    bottom: 100%;
    box-shadow: 0 -8px 8px rgba(10, 10, 10, 0.1);
    top: auto;
  }

  .navbar-item.is-active .navbar-dropdown,
  .navbar-item.is-hoverable:focus .navbar-dropdown,
  .navbar-item.is-hoverable:focus-within .navbar-dropdown,
  .navbar-item.is-hoverable:hover .navbar-dropdown {
    display: block;
  }

  .navbar-item.is-active .navbar-dropdown.is-boxed,
  .navbar-item.is-hoverable:focus .navbar-dropdown.is-boxed,
  .navbar-item.is-hoverable:focus-within .navbar-dropdown.is-boxed,
  .navbar-item.is-hoverable:hover .navbar-dropdown.is-boxed,
  .navbar.is-spaced .navbar-item.is-active .navbar-dropdown,
  .navbar.is-spaced .navbar-item.is-hoverable:focus .navbar-dropdown,
  .navbar.is-spaced .navbar-item.is-hoverable:focus-within .navbar-dropdown,
  .navbar.is-spaced .navbar-item.is-hoverable:hover .navbar-dropdown {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  .navbar-menu {
    flex-grow: 1;
    flex-shrink: 0;
  }

  .navbar-dropdown {
    background-color: #fff;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    border-top: 2px solid #dbdbdb;
    box-shadow: 0 8px 8px rgba(10, 10, 10, 0.1);
    display: none;
    font-size: 0.875rem;
    left: 0;
    min-width: 100%;
    position: absolute;
    top: 100%;
    z-index: 20;
  }

  .navbar-dropdown .navbar-item {
    padding: 0.375rem 1rem;
    white-space: nowrap;
  }

  .navbar-dropdown a.navbar-item {
    padding-right: 3rem;
  }

  .navbar-dropdown a.navbar-item:focus,
  .navbar-dropdown a.navbar-item:hover {
    background-color: #f5f5f5;
    color: #0a0a0a;
  }

  .navbar-dropdown a.navbar-item.is-active {
    background-color: #f5f5f5;
    color: var(--main-color);
  }

  .navbar-dropdown.is-boxed,
  .navbar.is-spaced .navbar-dropdown {
    border-radius: 6px;
    border-top: none;
    box-shadow: 0 8px 8px rgba(10, 10, 10, 0.1), 0 0 0 1px rgba(10, 10, 10, 0.1);
    display: block;
    opacity: 0;
    pointer-events: none;
    top: calc(100% + (-4px));
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
    transition-duration: 86ms;
    transition-property: opacity, -webkit-transform;
    transition-property: opacity, transform;
    transition-property: opacity, transform, -webkit-transform;
  }

  .navbar-divider {
    display: block;
  }

  .container > .navbar .navbar-menu,
  .navbar > .container .navbar-menu {
    margin-right: -0.75rem;
  }

  .navbar.is-fixed-bottom-desktop,
  .navbar.is-fixed-top-desktop {
    left: 0;
    position: fixed;
    right: 0;
    z-index: 30;
  }

  .navbar.is-fixed-bottom-desktop {
    bottom: 0;
  }

  .navbar.is-fixed-bottom-desktop.has-shadow {
    box-shadow: 0 -2px 3px rgba(10, 10, 10, 0.1);
  }

  .navbar.is-fixed-top-desktop {
    top: 0;
  }

  .navbar-link.is-active,
  a.navbar-item.is-active {
    color: #0a0a0a;
  }

  .navbar-link.is-active:not(:focus):not(:hover),
  a.navbar-item.is-active:not(:focus):not(:hover) {
    background-color: transparent;
  }

  .navbar-item.has-dropdown.is-active .navbar-link,
  .navbar-item.has-dropdown:focus .navbar-link,
  .navbar-item.has-dropdown:hover .navbar-link {
    background-color: #fafafa;
  }

  .navbar.is-spaced {
    padding: 1rem 2rem;
  }
}

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

.column {
  display: block;
  flex-basis: 0;
  flex-grow: 1;
  flex-shrink: 1;
  padding: 0.75rem;
}

.columns.is-mobile > .column.is-narrow {
  flex: none;
}

.columns.is-mobile > .column.is-full {
  flex: none;
  width: 100%;
}

.columns.is-mobile > .column.is-three-quarters {
  flex: none;
  width: 75%;
}

.columns.is-mobile > .column.is-two-thirds {
  flex: none;
  width: 66.6666%;
}

.columns.is-mobile > .column.is-half {
  flex: none;
  width: 50%;
}

.columns.is-mobile > .column.is-one-third {
  flex: none;
  width: 33.3333%;
}

.columns.is-mobile > .column.is-one-quarter {
  flex: none;
  width: 25%;
}

.columns.is-mobile > .column.is-one-fifth {
  flex: none;
  width: 20%;
}

.columns.is-mobile > .column.is-two-fifths {
  flex: none;
  width: 40%;
}

.columns.is-mobile > .column.is-three-fifths {
  flex: none;
  width: 60%;
}

.columns.is-mobile > .column.is-four-fifths {
  flex: none;
  width: 80%;
}

.columns.is-mobile > .column.is-offset-three-quarters {
  margin-left: 75%;
}

.columns.is-mobile > .column.is-offset-two-thirds {
  margin-left: 66.6666%;
}

.columns.is-mobile > .column.is-offset-half {
  margin-left: 50%;
}

.columns.is-mobile > .column.is-offset-one-third {
  margin-left: 33.3333%;
}

.columns.is-mobile > .column.is-offset-one-quarter {
  margin-left: 25%;
}

.columns.is-mobile > .column.is-offset-one-fifth {
  margin-left: 20%;
}

.columns.is-mobile > .column.is-offset-two-fifths {
  margin-left: 40%;
}

.columns.is-mobile > .column.is-offset-three-fifths {
  margin-left: 60%;
}

.columns.is-mobile > .column.is-offset-four-fifths {
  margin-left: 80%;
}

.columns.is-mobile > .column.is-0 {
  flex: none;
  width: 0%;
}

.columns.is-mobile > .column.is-offset-0 {
  margin-left: 0;
}

.columns.is-mobile > .column.is-1 {
  flex: none;
  width: 8.33333%;
}

.columns.is-mobile > .column.is-offset-1 {
  margin-left: 8.33333%;
}

.columns.is-mobile > .column.is-2 {
  flex: none;
  width: 16.66667%;
}

.columns.is-mobile > .column.is-offset-2 {
  margin-left: 16.66667%;
}

.columns.is-mobile > .column.is-3 {
  flex: none;
  width: 25%;
}

.columns.is-mobile > .column.is-offset-3 {
  margin-left: 25%;
}

.columns.is-mobile > .column.is-4 {
  flex: none;
  width: 33.33333%;
}

.columns.is-mobile > .column.is-offset-4 {
  margin-left: 33.33333%;
}

.columns.is-mobile > .column.is-5 {
  flex: none;
  width: 41.66667%;
}

.columns.is-mobile > .column.is-offset-5 {
  margin-left: 41.66667%;
}

.columns.is-mobile > .column.is-6 {
  flex: none;
  width: 50%;
}

.columns.is-mobile > .column.is-offset-6 {
  margin-left: 50%;
}

.columns.is-mobile > .column.is-7 {
  flex: none;
  width: 58.33333%;
}

.columns.is-mobile > .column.is-offset-7 {
  margin-left: 58.33333%;
}

.columns.is-mobile > .column.is-8 {
  flex: none;
  width: 66.66667%;
}

.columns.is-mobile > .column.is-offset-8 {
  margin-left: 66.66667%;
}

.columns.is-mobile > .column.is-9 {
  flex: none;
  width: 75%;
}

.columns.is-mobile > .column.is-offset-9 {
  margin-left: 75%;
}

.columns.is-mobile > .column.is-10 {
  flex: none;
  width: 83.33333%;
}

.columns.is-mobile > .column.is-offset-10 {
  margin-left: 83.33333%;
}

.columns.is-mobile > .column.is-11 {
  flex: none;
  width: 91.66667%;
}

.columns.is-mobile > .column.is-offset-11 {
  margin-left: 91.66667%;
}

.columns.is-mobile > .column.is-12 {
  flex: none;
  width: 100%;
}

.columns.is-mobile > .column.is-offset-12 {
  margin-left: 100%;
}

@media screen and (max-width: 768px) {
  .column.is-narrow-mobile {
    flex: none;
  }

  .column.is-full-mobile {
    flex: none;
    width: 100%;
  }

  .column.is-three-quarters-mobile {
    flex: none;
    width: 75%;
  }

  .column.is-two-thirds-mobile {
    flex: none;
    width: 66.6666%;
  }

  .column.is-half-mobile {
    flex: none;
    width: 50%;
  }

  .column.is-one-third-mobile {
    flex: none;
    width: 33.3333%;
  }

  .column.is-one-quarter-mobile {
    flex: none;
    width: 25%;
  }

  .column.is-one-fifth-mobile {
    flex: none;
    width: 20%;
  }

  .column.is-two-fifths-mobile {
    flex: none;
    width: 40%;
  }

  .column.is-three-fifths-mobile {
    flex: none;
    width: 60%;
  }

  .column.is-four-fifths-mobile {
    flex: none;
    width: 80%;
  }

  .column.is-offset-three-quarters-mobile {
    margin-left: 75%;
  }

  .column.is-offset-two-thirds-mobile {
    margin-left: 66.6666%;
  }

  .column.is-offset-half-mobile {
    margin-left: 50%;
  }

  .column.is-offset-one-third-mobile {
    margin-left: 33.3333%;
  }

  .column.is-offset-one-quarter-mobile {
    margin-left: 25%;
  }

  .column.is-offset-one-fifth-mobile {
    margin-left: 20%;
  }

  .column.is-offset-two-fifths-mobile {
    margin-left: 40%;
  }

  .column.is-offset-three-fifths-mobile {
    margin-left: 60%;
  }

  .column.is-offset-four-fifths-mobile {
    margin-left: 80%;
  }

  .column.is-0-mobile {
    flex: none;
    width: 0%;
  }

  .column.is-offset-0-mobile {
    margin-left: 0;
  }

  .column.is-1-mobile {
    flex: none;
    width: 8.33333%;
  }

  .column.is-offset-1-mobile {
    margin-left: 8.33333%;
  }

  .column.is-2-mobile {
    flex: none;
    width: 16.66667%;
  }

  .column.is-offset-2-mobile {
    margin-left: 16.66667%;
  }

  .column.is-3-mobile {
    flex: none;
    width: 25%;
  }

  .column.is-offset-3-mobile {
    margin-left: 25%;
  }

  .column.is-4-mobile {
    flex: none;
    width: 33.33333%;
  }

  .column.is-offset-4-mobile {
    margin-left: 33.33333%;
  }

  .column.is-5-mobile {
    flex: none;
    width: 41.66667%;
  }

  .column.is-offset-5-mobile {
    margin-left: 41.66667%;
  }

  .column.is-6-mobile {
    flex: none;
    width: 50%;
  }

  .column.is-offset-6-mobile {
    margin-left: 50%;
  }

  .column.is-7-mobile {
    flex: none;
    width: 58.33333%;
  }

  .column.is-offset-7-mobile {
    margin-left: 58.33333%;
  }

  .column.is-8-mobile {
    flex: none;
    width: 66.66667%;
  }

  .column.is-offset-8-mobile {
    margin-left: 66.66667%;
  }

  .column.is-9-mobile {
    flex: none;
    width: 75%;
  }

  .column.is-offset-9-mobile {
    margin-left: 75%;
  }

  .column.is-10-mobile {
    flex: none;
    width: 83.33333%;
  }

  .column.is-offset-10-mobile {
    margin-left: 83.33333%;
  }

  .column.is-11-mobile {
    flex: none;
    width: 91.66667%;
  }

  .column.is-offset-11-mobile {
    margin-left: 91.66667%;
  }

  .column.is-12-mobile {
    flex: none;
    width: 100%;
  }

  .column.is-offset-12-mobile {
    margin-left: 100%;
  }
}

@media screen and (min-width: 769px), print {
  .column.is-narrow,
  .column.is-narrow-tablet {
    flex: none;
  }

  .column.is-full,
  .column.is-full-tablet {
    flex: none;
    width: 100%;
  }

  .column.is-three-quarters,
  .column.is-three-quarters-tablet {
    flex: none;
    width: 75%;
  }

  .column.is-two-thirds,
  .column.is-two-thirds-tablet {
    flex: none;
    width: 66.6666%;
  }

  .column.is-half,
  .column.is-half-tablet {
    flex: none;
    width: 50%;
  }

  .column.is-one-third,
  .column.is-one-third-tablet {
    flex: none;
    width: 33.3333%;
  }

  .column.is-one-quarter,
  .column.is-one-quarter-tablet {
    flex: none;
    width: 25%;
  }

  .column.is-one-fifth,
  .column.is-one-fifth-tablet {
    flex: none;
    width: 20%;
  }

  .column.is-two-fifths,
  .column.is-two-fifths-tablet {
    flex: none;
    width: 40%;
  }

  .column.is-three-fifths,
  .column.is-three-fifths-tablet {
    flex: none;
    width: 60%;
  }

  .column.is-four-fifths,
  .column.is-four-fifths-tablet {
    flex: none;
    width: 80%;
  }

  .column.is-offset-three-quarters,
  .column.is-offset-three-quarters-tablet {
    margin-left: 75%;
  }

  .column.is-offset-two-thirds,
  .column.is-offset-two-thirds-tablet {
    margin-left: 66.6666%;
  }

  .column.is-offset-half,
  .column.is-offset-half-tablet {
    margin-left: 50%;
  }

  .column.is-offset-one-third,
  .column.is-offset-one-third-tablet {
    margin-left: 33.3333%;
  }

  .column.is-offset-one-quarter,
  .column.is-offset-one-quarter-tablet {
    margin-left: 25%;
  }

  .column.is-offset-one-fifth,
  .column.is-offset-one-fifth-tablet {
    margin-left: 20%;
  }

  .column.is-offset-two-fifths,
  .column.is-offset-two-fifths-tablet {
    margin-left: 40%;
  }

  .column.is-offset-three-fifths,
  .column.is-offset-three-fifths-tablet {
    margin-left: 60%;
  }

  .column.is-offset-four-fifths,
  .column.is-offset-four-fifths-tablet {
    margin-left: 80%;
  }

  .column.is-0,
  .column.is-0-tablet {
    flex: none;
    width: 0%;
  }

  .column.is-offset-0,
  .column.is-offset-0-tablet {
    margin-left: 0;
  }

  .column.is-1,
  .column.is-1-tablet {
    flex: none;
    width: 8.33333%;
  }

  .column.is-offset-1,
  .column.is-offset-1-tablet {
    margin-left: 8.33333%;
  }

  .column.is-2,
  .column.is-2-tablet {
    flex: none;
    width: 16.66667%;
  }

  .column.is-offset-2,
  .column.is-offset-2-tablet {
    margin-left: 16.66667%;
  }

  .column.is-3,
  .column.is-3-tablet {
    flex: none;
    width: 25%;
  }

  .column.is-offset-3,
  .column.is-offset-3-tablet {
    margin-left: 25%;
  }

  .column.is-4,
  .column.is-4-tablet {
    flex: none;
    width: 33.33333%;
  }

  .column.is-offset-4,
  .column.is-offset-4-tablet {
    margin-left: 33.33333%;
  }

  .column.is-5,
  .column.is-5-tablet {
    flex: none;
    width: 41.66667%;
  }

  .column.is-offset-5,
  .column.is-offset-5-tablet {
    margin-left: 41.66667%;
  }

  .column.is-6,
  .column.is-6-tablet {
    flex: none;
    width: 50%;
  }

  .column.is-offset-6,
  .column.is-offset-6-tablet {
    margin-left: 50%;
  }

  .column.is-7,
  .column.is-7-tablet {
    flex: none;
    width: 58.33333%;
  }

  .column.is-offset-7,
  .column.is-offset-7-tablet {
    margin-left: 58.33333%;
  }

  .column.is-8,
  .column.is-8-tablet {
    flex: none;
    width: 66.66667%;
  }

  .column.is-offset-8,
  .column.is-offset-8-tablet {
    margin-left: 66.66667%;
  }

  .column.is-9,
  .column.is-9-tablet {
    flex: none;
    width: 75%;
  }

  .column.is-offset-9,
  .column.is-offset-9-tablet {
    margin-left: 75%;
  }

  .column.is-10,
  .column.is-10-tablet {
    flex: none;
    width: 83.33333%;
  }

  .column.is-offset-10,
  .column.is-offset-10-tablet {
    margin-left: 83.33333%;
  }

  .column.is-11,
  .column.is-11-tablet {
    flex: none;
    width: 91.66667%;
  }

  .column.is-offset-11,
  .column.is-offset-11-tablet {
    margin-left: 91.66667%;
  }

  .column.is-12,
  .column.is-12-tablet {
    flex: none;
    width: 100%;
  }

  .column.is-offset-12,
  .column.is-offset-12-tablet {
    margin-left: 100%;
  }
}

@media screen and (max-width: 1023px) {
  .column.is-narrow-touch {
    flex: none;
  }

  .column.is-full-touch {
    flex: none;
    width: 100%;
  }

  .column.is-three-quarters-touch {
    flex: none;
    width: 75%;
  }

  .column.is-two-thirds-touch {
    flex: none;
    width: 66.6666%;
  }

  .column.is-half-touch {
    flex: none;
    width: 50%;
  }

  .column.is-one-third-touch {
    flex: none;
    width: 33.3333%;
  }

  .column.is-one-quarter-touch {
    flex: none;
    width: 25%;
  }

  .column.is-one-fifth-touch {
    flex: none;
    width: 20%;
  }

  .column.is-two-fifths-touch {
    flex: none;
    width: 40%;
  }

  .column.is-three-fifths-touch {
    flex: none;
    width: 60%;
  }

  .column.is-four-fifths-touch {
    flex: none;
    width: 80%;
  }

  .column.is-offset-three-quarters-touch {
    margin-left: 75%;
  }

  .column.is-offset-two-thirds-touch {
    margin-left: 66.6666%;
  }

  .column.is-offset-half-touch {
    margin-left: 50%;
  }

  .column.is-offset-one-third-touch {
    margin-left: 33.3333%;
  }

  .column.is-offset-one-quarter-touch {
    margin-left: 25%;
  }

  .column.is-offset-one-fifth-touch {
    margin-left: 20%;
  }

  .column.is-offset-two-fifths-touch {
    margin-left: 40%;
  }

  .column.is-offset-three-fifths-touch {
    margin-left: 60%;
  }

  .column.is-offset-four-fifths-touch {
    margin-left: 80%;
  }

  .column.is-0-touch {
    flex: none;
    width: 0%;
  }

  .column.is-offset-0-touch {
    margin-left: 0;
  }

  .column.is-1-touch {
    flex: none;
    width: 8.33333%;
  }

  .column.is-offset-1-touch {
    margin-left: 8.33333%;
  }

  .column.is-2-touch {
    flex: none;
    width: 16.66667%;
  }

  .column.is-offset-2-touch {
    margin-left: 16.66667%;
  }

  .column.is-3-touch {
    flex: none;
    width: 25%;
  }

  .column.is-offset-3-touch {
    margin-left: 25%;
  }

  .column.is-4-touch {
    flex: none;
    width: 33.33333%;
  }

  .column.is-offset-4-touch {
    margin-left: 33.33333%;
  }

  .column.is-5-touch {
    flex: none;
    width: 41.66667%;
  }

  .column.is-offset-5-touch {
    margin-left: 41.66667%;
  }

  .column.is-6-touch {
    flex: none;
    width: 50%;
  }

  .column.is-offset-6-touch {
    margin-left: 50%;
  }

  .column.is-7-touch {
    flex: none;
    width: 58.33333%;
  }

  .column.is-offset-7-touch {
    margin-left: 58.33333%;
  }

  .column.is-8-touch {
    flex: none;
    width: 66.66667%;
  }

  .column.is-offset-8-touch {
    margin-left: 66.66667%;
  }

  .column.is-9-touch {
    flex: none;
    width: 75%;
  }

  .column.is-offset-9-touch {
    margin-left: 75%;
  }

  .column.is-10-touch {
    flex: none;
    width: 83.33333%;
  }

  .column.is-offset-10-touch {
    margin-left: 83.33333%;
  }

  .column.is-11-touch {
    flex: none;
    width: 91.66667%;
  }

  .column.is-offset-11-touch {
    margin-left: 91.66667%;
  }

  .column.is-12-touch {
    flex: none;
    width: 100%;
  }

  .column.is-offset-12-touch {
    margin-left: 100%;
  }
}

@media screen and (min-width: 1024px) {
  .column.is-narrow-desktop {
    flex: none;
  }

  .column.is-full-desktop {
    flex: none;
    width: 100%;
  }

  .column.is-three-quarters-desktop {
    flex: none;
    width: 75%;
  }

  .column.is-two-thirds-desktop {
    flex: none;
    width: 66.6666%;
  }

  .column.is-half-desktop {
    flex: none;
    width: 50%;
  }

  .column.is-one-third-desktop {
    flex: none;
    width: 33.3333%;
  }

  .column.is-one-quarter-desktop {
    flex: none;
    width: 25%;
  }

  .column.is-one-fifth-desktop {
    flex: none;
    width: 20%;
  }

  .column.is-two-fifths-desktop {
    flex: none;
    width: 40%;
  }

  .column.is-three-fifths-desktop {
    flex: none;
    width: 60%;
  }

  .column.is-four-fifths-desktop {
    flex: none;
    width: 80%;
  }

  .column.is-offset-three-quarters-desktop {
    margin-left: 75%;
  }

  .column.is-offset-two-thirds-desktop {
    margin-left: 66.6666%;
  }

  .column.is-offset-half-desktop {
    margin-left: 50%;
  }

  .column.is-offset-one-third-desktop {
    margin-left: 33.3333%;
  }

  .column.is-offset-one-quarter-desktop {
    margin-left: 25%;
  }

  .column.is-offset-one-fifth-desktop {
    margin-left: 20%;
  }

  .column.is-offset-two-fifths-desktop {
    margin-left: 40%;
  }

  .column.is-offset-three-fifths-desktop {
    margin-left: 60%;
  }

  .column.is-offset-four-fifths-desktop {
    margin-left: 80%;
  }

  .column.is-0-desktop {
    flex: none;
    width: 0%;
  }

  .column.is-offset-0-desktop {
    margin-left: 0;
  }

  .column.is-1-desktop {
    flex: none;
    width: 8.33333%;
  }

  .column.is-offset-1-desktop {
    margin-left: 8.33333%;
  }

  .column.is-2-desktop {
    flex: none;
    width: 16.66667%;
  }

  .column.is-offset-2-desktop {
    margin-left: 16.66667%;
  }

  .column.is-3-desktop {
    flex: none;
    width: 25%;
  }

  .column.is-offset-3-desktop {
    margin-left: 25%;
  }

  .column.is-4-desktop {
    flex: none;
    width: 33.33333%;
  }

  .column.is-offset-4-desktop {
    margin-left: 33.33333%;
  }

  .column.is-5-desktop {
    flex: none;
    width: 41.66667%;
  }

  .column.is-offset-5-desktop {
    margin-left: 41.66667%;
  }

  .column.is-6-desktop {
    flex: none;
    width: 50%;
  }

  .column.is-offset-6-desktop {
    margin-left: 50%;
  }

  .column.is-7-desktop {
    flex: none;
    width: 58.33333%;
  }

  .column.is-offset-7-desktop {
    margin-left: 58.33333%;
  }

  .column.is-8-desktop {
    flex: none;
    width: 66.66667%;
  }

  .column.is-offset-8-desktop {
    margin-left: 66.66667%;
  }

  .column.is-9-desktop {
    flex: none;
    width: 75%;
  }

  .column.is-offset-9-desktop {
    margin-left: 75%;
  }

  .column.is-10-desktop {
    flex: none;
    width: 83.33333%;
  }

  .column.is-offset-10-desktop {
    margin-left: 83.33333%;
  }

  .column.is-11-desktop {
    flex: none;
    width: 91.66667%;
  }

  .column.is-offset-11-desktop {
    margin-left: 91.66667%;
  }

  .column.is-12-desktop {
    flex: none;
    width: 100%;
  }

  .column.is-offset-12-desktop {
    margin-left: 100%;
  }
}

@media screen and (min-width: 1216px) {
  .column.is-narrow-widescreen {
    flex: none;
  }

  .column.is-full-widescreen {
    flex: none;
    width: 100%;
  }

  .column.is-three-quarters-widescreen {
    flex: none;
    width: 75%;
  }

  .column.is-two-thirds-widescreen {
    flex: none;
    width: 66.6666%;
  }

  .column.is-half-widescreen {
    flex: none;
    width: 50%;
  }

  .column.is-one-third-widescreen {
    flex: none;
    width: 33.3333%;
  }

  .column.is-one-quarter-widescreen {
    flex: none;
    width: 25%;
  }

  .column.is-one-fifth-widescreen {
    flex: none;
    width: 20%;
  }

  .column.is-two-fifths-widescreen {
    flex: none;
    width: 40%;
  }

  .column.is-three-fifths-widescreen {
    flex: none;
    width: 60%;
  }

  .column.is-four-fifths-widescreen {
    flex: none;
    width: 80%;
  }

  .column.is-offset-three-quarters-widescreen {
    margin-left: 75%;
  }

  .column.is-offset-two-thirds-widescreen {
    margin-left: 66.6666%;
  }

  .column.is-offset-half-widescreen {
    margin-left: 50%;
  }

  .column.is-offset-one-third-widescreen {
    margin-left: 33.3333%;
  }

  .column.is-offset-one-quarter-widescreen {
    margin-left: 25%;
  }

  .column.is-offset-one-fifth-widescreen {
    margin-left: 20%;
  }

  .column.is-offset-two-fifths-widescreen {
    margin-left: 40%;
  }

  .column.is-offset-three-fifths-widescreen {
    margin-left: 60%;
  }

  .column.is-offset-four-fifths-widescreen {
    margin-left: 80%;
  }

  .column.is-0-widescreen {
    flex: none;
    width: 0%;
  }

  .column.is-offset-0-widescreen {
    margin-left: 0;
  }

  .column.is-1-widescreen {
    flex: none;
    width: 8.33333%;
  }

  .column.is-offset-1-widescreen {
    margin-left: 8.33333%;
  }

  .column.is-2-widescreen {
    flex: none;
    width: 16.66667%;
  }

  .column.is-offset-2-widescreen {
    margin-left: 16.66667%;
  }

  .column.is-3-widescreen {
    flex: none;
    width: 25%;
  }

  .column.is-offset-3-widescreen {
    margin-left: 25%;
  }

  .column.is-4-widescreen {
    flex: none;
    width: 33.33333%;
  }

  .column.is-offset-4-widescreen {
    margin-left: 33.33333%;
  }

  .column.is-5-widescreen {
    flex: none;
    width: 41.66667%;
  }

  .column.is-offset-5-widescreen {
    margin-left: 41.66667%;
  }

  .column.is-6-widescreen {
    flex: none;
    width: 50%;
  }

  .column.is-offset-6-widescreen {
    margin-left: 50%;
  }

  .column.is-7-widescreen {
    flex: none;
    width: 58.33333%;
  }

  .column.is-offset-7-widescreen {
    margin-left: 58.33333%;
  }

  .column.is-8-widescreen {
    flex: none;
    width: 66.66667%;
  }

  .column.is-offset-8-widescreen {
    margin-left: 66.66667%;
  }

  .column.is-9-widescreen {
    flex: none;
    width: 75%;
  }

  .column.is-offset-9-widescreen {
    margin-left: 75%;
  }

  .column.is-10-widescreen {
    flex: none;
    width: 83.33333%;
  }

  .column.is-offset-10-widescreen {
    margin-left: 83.33333%;
  }

  .column.is-11-widescreen {
    flex: none;
    width: 91.66667%;
  }

  .column.is-offset-11-widescreen {
    margin-left: 91.66667%;
  }

  .column.is-12-widescreen {
    flex: none;
    width: 100%;
  }

  .column.is-offset-12-widescreen {
    margin-left: 100%;
  }
}

@media screen and (min-width: 1408px) {
  .column.is-narrow-fullhd {
    flex: none;
  }

  .column.is-full-fullhd {
    flex: none;
    width: 100%;
  }

  .column.is-three-quarters-fullhd {
    flex: none;
    width: 75%;
  }

  .column.is-two-thirds-fullhd {
    flex: none;
    width: 66.6666%;
  }

  .column.is-half-fullhd {
    flex: none;
    width: 50%;
  }

  .column.is-one-third-fullhd {
    flex: none;
    width: 33.3333%;
  }

  .column.is-one-quarter-fullhd {
    flex: none;
    width: 25%;
  }

  .column.is-one-fifth-fullhd {
    flex: none;
    width: 20%;
  }

  .column.is-two-fifths-fullhd {
    flex: none;
    width: 40%;
  }

  .column.is-three-fifths-fullhd {
    flex: none;
    width: 60%;
  }

  .column.is-four-fifths-fullhd {
    flex: none;
    width: 80%;
  }

  .column.is-offset-three-quarters-fullhd {
    margin-left: 75%;
  }

  .column.is-offset-two-thirds-fullhd {
    margin-left: 66.6666%;
  }

  .column.is-offset-half-fullhd {
    margin-left: 50%;
  }

  .column.is-offset-one-third-fullhd {
    margin-left: 33.3333%;
  }

  .column.is-offset-one-quarter-fullhd {
    margin-left: 25%;
  }

  .column.is-offset-one-fifth-fullhd {
    margin-left: 20%;
  }

  .column.is-offset-two-fifths-fullhd {
    margin-left: 40%;
  }

  .column.is-offset-three-fifths-fullhd {
    margin-left: 60%;
  }

  .column.is-offset-four-fifths-fullhd {
    margin-left: 80%;
  }

  .column.is-0-fullhd {
    flex: none;
    width: 0%;
  }

  .column.is-offset-0-fullhd {
    margin-left: 0;
  }

  .column.is-1-fullhd {
    flex: none;
    width: 8.33333%;
  }

  .column.is-offset-1-fullhd {
    margin-left: 8.33333%;
  }

  .column.is-2-fullhd {
    flex: none;
    width: 16.66667%;
  }

  .column.is-offset-2-fullhd {
    margin-left: 16.66667%;
  }

  .column.is-3-fullhd {
    flex: none;
    width: 25%;
  }

  .column.is-offset-3-fullhd {
    margin-left: 25%;
  }

  .column.is-4-fullhd {
    flex: none;
    width: 33.33333%;
  }

  .column.is-offset-4-fullhd {
    margin-left: 33.33333%;
  }

  .column.is-5-fullhd {
    flex: none;
    width: 41.66667%;
  }

  .column.is-offset-5-fullhd {
    margin-left: 41.66667%;
  }

  .column.is-6-fullhd {
    flex: none;
    width: 50%;
  }

  .column.is-offset-6-fullhd {
    margin-left: 50%;
  }

  .column.is-7-fullhd {
    flex: none;
    width: 58.33333%;
  }

  .column.is-offset-7-fullhd {
    margin-left: 58.33333%;
  }

  .column.is-8-fullhd {
    flex: none;
    width: 66.66667%;
  }

  .column.is-offset-8-fullhd {
    margin-left: 66.66667%;
  }

  .column.is-9-fullhd {
    flex: none;
    width: 75%;
  }

  .column.is-offset-9-fullhd {
    margin-left: 75%;
  }

  .column.is-10-fullhd {
    flex: none;
    width: 83.33333%;
  }

  .column.is-offset-10-fullhd {
    margin-left: 83.33333%;
  }

  .column.is-11-fullhd {
    flex: none;
    width: 91.66667%;
  }

  .column.is-offset-11-fullhd {
    margin-left: 91.66667%;
  }

  .column.is-12-fullhd {
    flex: none;
    width: 100%;
  }

  .column.is-offset-12-fullhd {
    margin-left: 100%;
  }
}

.columns {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
  margin-top: -0.75rem;
}

.columns:last-child {
  margin-bottom: -0.75rem;
}

.columns:not(:last-child) {
  margin-bottom: calc(1.5rem - 0.75rem);
}

.columns.is-centered {
  justify-content: center;
}

.columns.is-gapless {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
}

.columns.is-gapless > .column {
  margin: 0;
  padding: 0 !important;
}

.columns.is-gapless:not(:last-child) {
  margin-bottom: 1.5rem;
}

.columns.is-gapless:last-child {
  margin-bottom: 0;
}

.columns.is-mobile {
  display: flex;
}

.columns.is-multiline {
  flex-wrap: wrap;
}

.columns.is-vcentered {
  align-items: center;
}

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

@media screen and (min-width: 1024px) {
  .columns.is-desktop {
    display: flex;
  }
}

.hero,
.section.is-fullheight {
  align-items: stretch;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  position: relative;
}

.hero .navbar {
  background: 0 0;
}

.hero .tabs ul {
  border-bottom: none;
}

.hero.is-small .hero-body {
  padding-bottom: 1.5rem;
  padding-top: 1.5rem;
}

.hero.is-large .hero-body {
  padding-top: 6rem;
  padding-bottom: 2rem;
}

@media screen and (min-width: 769px), print {
  .hero.is-medium .hero-body {
    padding-bottom: 9rem;
    padding-top: 9rem;
  }
}

@media screen and (min-width: 769px), print {
  .hero.is-large .hero-body {
    padding-top: 12rem;
    padding-bottom: 3rem;
  }

  .hero.is-large .hero-body.more-space {
    padding-top: 12rem;
    margin-bottom: 6rem;
  }

  .hero.is-large .hero-body.more-space .subtitle {
    margin-bottom: 10vh;
  }
}

@media screen and (min-width: 2200px) {
  .hero.is-large .hero-body .subtitle {
    margin-bottom: 4vw;
  }
}

.hero.is-fullheight .hero-body,
.hero.is-fullheight-with-navbar .hero-body,
.hero.is-halfheight .hero-body,
.section.is-fullheight .section-body {
  align-items: center;
  display: flex;
}

.section.is-fullheight .section-body.align-top {
  align-items: flex-start;
}

.hero.is-fullheight .hero-body > .container,
.hero.is-fullheight-with-navbar .hero-body > .container,
.hero.is-halfheight .hero-body > .container,
.section.is-fullheight .section-body > .container {
  flex-grow: 1;
  flex-shrink: 1;
}

.hero.is-halfheight {
  min-height: 50vh;
}

.hero.is-fullheight,
.section.is-fullheight {
  min-height: 100vh;
}

.section.is-landingpage-section.is-fullheight {
  min-height: 774px;
}

.hero-body,
.section-body {
  flex-grow: 1;
  flex-shrink: 0;
  padding: 1.5rem 0;
}

.section {
  padding: 1.5rem 0;
}

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

  .section {
    padding: 3rem 0;
  }
}

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

  .section.is-large {
    padding: 18rem 1.5rem;
  }
}

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

.admin-bar #site-navigation {
  top: 32px;
}

html {
  opacity: 1;
}
