@charset "UTF-8";
/* Fonts
   ========================================================================== */
/* Breakpoints
   ========================================================================== */
/* Colors
   ========================================================================== */
/* Type
   ========================================================================== */
/* Spacing
   ========================================================================== */
/* Bulma Utilities */
.is-unselectable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.has-text-primary {
  color: hsl(171, 100%, 41%) !important;
}

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

.has-background-primary {
  background-color: hsl(171, 100%, 41%) !important;
}

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

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

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

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

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

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

.has-text-link {
  color: hsl(229, 53%, 53%) !important;
}

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

.has-background-link {
  background-color: hsl(229, 53%, 53%) !important;
}

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

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

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

.has-text-link-dark {
  color: #3850b7 !important;
}

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

.has-background-link-dark {
  background-color: #3850b7 !important;
}

.has-text-info {
  color: hsl(207, 61%, 53%) !important;
}

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

.has-background-info {
  background-color: hsl(207, 61%, 53%) !important;
}

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

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

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

.has-text-info-dark {
  color: #296fa8 !important;
}

a.has-text-info-dark:hover, a.has-text-info-dark:focus {
  color: #368ace !important;
}

.has-background-info-dark {
  background-color: #296fa8 !important;
}

.has-text-success {
  color: hsl(153, 53%, 53%) !important;
}

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

.has-background-success {
  background-color: hsl(153, 53%, 53%) !important;
}

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

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

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

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

a.has-text-success-dark:hover, a.has-text-success-dark:focus {
  color: #31a06e !important;
}

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

.has-text-warning {
  color: hsl(44, 100%, 77%) !important;
}

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

.has-background-warning {
  background-color: hsl(44, 100%, 77%) !important;
}

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

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

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

.has-text-warning-dark {
  color: #946c00 !important;
}

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

.has-background-warning-dark {
  background-color: #946c00 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.is-clickable {
  cursor: pointer !important;
  pointer-events: all !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 374px) {
  .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: 375px), 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;
  }
}
@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-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: 1200px) {
  .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: 374px) {
  .has-text-centered-mobile {
    text-align: center !important;
  }
}
@media screen and (min-width: 375px), print {
  .has-text-centered-tablet {
    text-align: center !important;
  }
}
@media screen and (min-width: 375px) 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: 1199px) {
  .has-text-centered-desktop-only {
    text-align: center !important;
  }
}
@media screen and (min-width: 1200px) {
  .has-text-centered-widescreen {
    text-align: center !important;
  }
}
@media screen and (min-width: 1200px) 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: 374px) {
  .has-text-justified-mobile {
    text-align: justify !important;
  }
}
@media screen and (min-width: 375px), print {
  .has-text-justified-tablet {
    text-align: justify !important;
  }
}
@media screen and (min-width: 375px) 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: 1199px) {
  .has-text-justified-desktop-only {
    text-align: justify !important;
  }
}
@media screen and (min-width: 1200px) {
  .has-text-justified-widescreen {
    text-align: justify !important;
  }
}
@media screen and (min-width: 1200px) 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: 374px) {
  .has-text-left-mobile {
    text-align: left !important;
  }
}
@media screen and (min-width: 375px), print {
  .has-text-left-tablet {
    text-align: left !important;
  }
}
@media screen and (min-width: 375px) 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: 1199px) {
  .has-text-left-desktop-only {
    text-align: left !important;
  }
}
@media screen and (min-width: 1200px) {
  .has-text-left-widescreen {
    text-align: left !important;
  }
}
@media screen and (min-width: 1200px) 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: 374px) {
  .has-text-right-mobile {
    text-align: right !important;
  }
}
@media screen and (min-width: 375px), print {
  .has-text-right-tablet {
    text-align: right !important;
  }
}
@media screen and (min-width: 375px) 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: 1199px) {
  .has-text-right-desktop-only {
    text-align: right !important;
  }
}
@media screen and (min-width: 1200px) {
  .has-text-right-widescreen {
    text-align: right !important;
  }
}
@media screen and (min-width: 1200px) 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;
}

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

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

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

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

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

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

.is-family-primary {
  font-family: 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: 374px) {
  .is-block-mobile {
    display: block !important;
  }
}
@media screen and (min-width: 375px), print {
  .is-block-tablet {
    display: block !important;
  }
}
@media screen and (min-width: 375px) 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: 1199px) {
  .is-block-desktop-only {
    display: block !important;
  }
}
@media screen and (min-width: 1200px) {
  .is-block-widescreen {
    display: block !important;
  }
}
@media screen and (min-width: 1200px) 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: 374px) {
  .is-flex-mobile {
    display: flex !important;
  }
}
@media screen and (min-width: 375px), print {
  .is-flex-tablet {
    display: flex !important;
  }
}
@media screen and (min-width: 375px) 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: 1199px) {
  .is-flex-desktop-only {
    display: flex !important;
  }
}
@media screen and (min-width: 1200px) {
  .is-flex-widescreen {
    display: flex !important;
  }
}
@media screen and (min-width: 1200px) 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: 374px) {
  .is-inline-mobile {
    display: inline !important;
  }
}
@media screen and (min-width: 375px), print {
  .is-inline-tablet {
    display: inline !important;
  }
}
@media screen and (min-width: 375px) 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: 1199px) {
  .is-inline-desktop-only {
    display: inline !important;
  }
}
@media screen and (min-width: 1200px) {
  .is-inline-widescreen {
    display: inline !important;
  }
}
@media screen and (min-width: 1200px) 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: 374px) {
  .is-inline-block-mobile {
    display: inline-block !important;
  }
}
@media screen and (min-width: 375px), print {
  .is-inline-block-tablet {
    display: inline-block !important;
  }
}
@media screen and (min-width: 375px) 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: 1199px) {
  .is-inline-block-desktop-only {
    display: inline-block !important;
  }
}
@media screen and (min-width: 1200px) {
  .is-inline-block-widescreen {
    display: inline-block !important;
  }
}
@media screen and (min-width: 1200px) 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: 374px) {
  .is-inline-flex-mobile {
    display: inline-flex !important;
  }
}
@media screen and (min-width: 375px), print {
  .is-inline-flex-tablet {
    display: inline-flex !important;
  }
}
@media screen and (min-width: 375px) 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: 1199px) {
  .is-inline-flex-desktop-only {
    display: inline-flex !important;
  }
}
@media screen and (min-width: 1200px) {
  .is-inline-flex-widescreen {
    display: inline-flex !important;
  }
}
@media screen and (min-width: 1200px) 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: 374px) {
  .is-hidden-mobile {
    display: none !important;
  }
}
@media screen and (min-width: 375px), print {
  .is-hidden-tablet {
    display: none !important;
  }
}
@media screen and (min-width: 375px) 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: 1199px) {
  .is-hidden-desktop-only {
    display: none !important;
  }
}
@media screen and (min-width: 1200px) {
  .is-hidden-widescreen {
    display: none !important;
  }
}
@media screen and (min-width: 1200px) 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: 374px) {
  .is-invisible-mobile {
    visibility: hidden !important;
  }
}
@media screen and (min-width: 375px), print {
  .is-invisible-tablet {
    visibility: hidden !important;
  }
}
@media screen and (min-width: 375px) 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: 1199px) {
  .is-invisible-desktop-only {
    visibility: hidden !important;
  }
}
@media screen and (min-width: 1200px) {
  .is-invisible-widescreen {
    visibility: hidden !important;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1407px) {
  .is-invisible-widescreen-only {
    visibility: hidden !important;
  }
}
@media screen and (min-width: 1408px) {
  .is-invisible-fullhd {
    visibility: hidden !important;
  }
}
.column {
  display: block;
  flex-basis: 0;
  flex-grow: 1;
  flex-shrink: 1;
  padding: 12px;
}
.columns.is-mobile > .column.is-narrow {
  flex: none;
  width: unset;
}
.columns.is-mobile > .column.is-full {
  flex: none;
  width: 100%;
}
.columns.is-mobile > .column.is-three-quarters {
  flex: none;
  width: 75%;
}
.columns.is-mobile > .column.is-two-thirds {
  flex: none;
  width: 66.6666%;
}
.columns.is-mobile > .column.is-half {
  flex: none;
  width: 50%;
}
.columns.is-mobile > .column.is-one-third {
  flex: none;
  width: 33.3333%;
}
.columns.is-mobile > .column.is-one-quarter {
  flex: none;
  width: 25%;
}
.columns.is-mobile > .column.is-one-fifth {
  flex: none;
  width: 20%;
}
.columns.is-mobile > .column.is-two-fifths {
  flex: none;
  width: 40%;
}
.columns.is-mobile > .column.is-three-fifths {
  flex: none;
  width: 60%;
}
.columns.is-mobile > .column.is-four-fifths {
  flex: none;
  width: 80%;
}
.columns.is-mobile > .column.is-offset-three-quarters {
  margin-left: 75%;
}
.columns.is-mobile > .column.is-offset-two-thirds {
  margin-left: 66.6666%;
}
.columns.is-mobile > .column.is-offset-half {
  margin-left: 50%;
}
.columns.is-mobile > .column.is-offset-one-third {
  margin-left: 33.3333%;
}
.columns.is-mobile > .column.is-offset-one-quarter {
  margin-left: 25%;
}
.columns.is-mobile > .column.is-offset-one-fifth {
  margin-left: 20%;
}
.columns.is-mobile > .column.is-offset-two-fifths {
  margin-left: 40%;
}
.columns.is-mobile > .column.is-offset-three-fifths {
  margin-left: 60%;
}
.columns.is-mobile > .column.is-offset-four-fifths {
  margin-left: 80%;
}
.columns.is-mobile > .column.is-0 {
  flex: none;
  width: 0%;
}
.columns.is-mobile > .column.is-offset-0 {
  margin-left: 0%;
}
.columns.is-mobile > .column.is-1 {
  flex: none;
  width: 8.33333337%;
}
.columns.is-mobile > .column.is-offset-1 {
  margin-left: 8.33333337%;
}
.columns.is-mobile > .column.is-2 {
  flex: none;
  width: 16.66666674%;
}
.columns.is-mobile > .column.is-offset-2 {
  margin-left: 16.66666674%;
}
.columns.is-mobile > .column.is-3 {
  flex: none;
  width: 25%;
}
.columns.is-mobile > .column.is-offset-3 {
  margin-left: 25%;
}
.columns.is-mobile > .column.is-4 {
  flex: none;
  width: 33.33333337%;
}
.columns.is-mobile > .column.is-offset-4 {
  margin-left: 33.33333337%;
}
.columns.is-mobile > .column.is-5 {
  flex: none;
  width: 41.66666674%;
}
.columns.is-mobile > .column.is-offset-5 {
  margin-left: 41.66666674%;
}
.columns.is-mobile > .column.is-6 {
  flex: none;
  width: 50%;
}
.columns.is-mobile > .column.is-offset-6 {
  margin-left: 50%;
}
.columns.is-mobile > .column.is-7 {
  flex: none;
  width: 58.33333337%;
}
.columns.is-mobile > .column.is-offset-7 {
  margin-left: 58.33333337%;
}
.columns.is-mobile > .column.is-8 {
  flex: none;
  width: 66.66666674%;
}
.columns.is-mobile > .column.is-offset-8 {
  margin-left: 66.66666674%;
}
.columns.is-mobile > .column.is-9 {
  flex: none;
  width: 75%;
}
.columns.is-mobile > .column.is-offset-9 {
  margin-left: 75%;
}
.columns.is-mobile > .column.is-10 {
  flex: none;
  width: 83.33333337%;
}
.columns.is-mobile > .column.is-offset-10 {
  margin-left: 83.33333337%;
}
.columns.is-mobile > .column.is-11 {
  flex: none;
  width: 91.66666674%;
}
.columns.is-mobile > .column.is-offset-11 {
  margin-left: 91.66666674%;
}
.columns.is-mobile > .column.is-12 {
  flex: none;
  width: 100%;
}
.columns.is-mobile > .column.is-offset-12 {
  margin-left: 100%;
}
@media screen and (max-width: 374px) {
  .column.is-narrow-mobile {
    flex: none;
    width: unset;
  }
  .column.is-full-mobile {
    flex: none;
    width: 100%;
  }
  .column.is-three-quarters-mobile {
    flex: none;
    width: 75%;
  }
  .column.is-two-thirds-mobile {
    flex: none;
    width: 66.6666%;
  }
  .column.is-half-mobile {
    flex: none;
    width: 50%;
  }
  .column.is-one-third-mobile {
    flex: none;
    width: 33.3333%;
  }
  .column.is-one-quarter-mobile {
    flex: none;
    width: 25%;
  }
  .column.is-one-fifth-mobile {
    flex: none;
    width: 20%;
  }
  .column.is-two-fifths-mobile {
    flex: none;
    width: 40%;
  }
  .column.is-three-fifths-mobile {
    flex: none;
    width: 60%;
  }
  .column.is-four-fifths-mobile {
    flex: none;
    width: 80%;
  }
  .column.is-offset-three-quarters-mobile {
    margin-left: 75%;
  }
  .column.is-offset-two-thirds-mobile {
    margin-left: 66.6666%;
  }
  .column.is-offset-half-mobile {
    margin-left: 50%;
  }
  .column.is-offset-one-third-mobile {
    margin-left: 33.3333%;
  }
  .column.is-offset-one-quarter-mobile {
    margin-left: 25%;
  }
  .column.is-offset-one-fifth-mobile {
    margin-left: 20%;
  }
  .column.is-offset-two-fifths-mobile {
    margin-left: 40%;
  }
  .column.is-offset-three-fifths-mobile {
    margin-left: 60%;
  }
  .column.is-offset-four-fifths-mobile {
    margin-left: 80%;
  }
  .column.is-0-mobile {
    flex: none;
    width: 0%;
  }
  .column.is-offset-0-mobile {
    margin-left: 0%;
  }
  .column.is-1-mobile {
    flex: none;
    width: 8.33333337%;
  }
  .column.is-offset-1-mobile {
    margin-left: 8.33333337%;
  }
  .column.is-2-mobile {
    flex: none;
    width: 16.66666674%;
  }
  .column.is-offset-2-mobile {
    margin-left: 16.66666674%;
  }
  .column.is-3-mobile {
    flex: none;
    width: 25%;
  }
  .column.is-offset-3-mobile {
    margin-left: 25%;
  }
  .column.is-4-mobile {
    flex: none;
    width: 33.33333337%;
  }
  .column.is-offset-4-mobile {
    margin-left: 33.33333337%;
  }
  .column.is-5-mobile {
    flex: none;
    width: 41.66666674%;
  }
  .column.is-offset-5-mobile {
    margin-left: 41.66666674%;
  }
  .column.is-6-mobile {
    flex: none;
    width: 50%;
  }
  .column.is-offset-6-mobile {
    margin-left: 50%;
  }
  .column.is-7-mobile {
    flex: none;
    width: 58.33333337%;
  }
  .column.is-offset-7-mobile {
    margin-left: 58.33333337%;
  }
  .column.is-8-mobile {
    flex: none;
    width: 66.66666674%;
  }
  .column.is-offset-8-mobile {
    margin-left: 66.66666674%;
  }
  .column.is-9-mobile {
    flex: none;
    width: 75%;
  }
  .column.is-offset-9-mobile {
    margin-left: 75%;
  }
  .column.is-10-mobile {
    flex: none;
    width: 83.33333337%;
  }
  .column.is-offset-10-mobile {
    margin-left: 83.33333337%;
  }
  .column.is-11-mobile {
    flex: none;
    width: 91.66666674%;
  }
  .column.is-offset-11-mobile {
    margin-left: 91.66666674%;
  }
  .column.is-12-mobile {
    flex: none;
    width: 100%;
  }
  .column.is-offset-12-mobile {
    margin-left: 100%;
  }
}
@media screen and (min-width: 375px), print {
  .column.is-narrow, .column.is-narrow-tablet {
    flex: none;
    width: unset;
  }
  .column.is-full, .column.is-full-tablet {
    flex: none;
    width: 100%;
  }
  .column.is-three-quarters, .column.is-three-quarters-tablet {
    flex: none;
    width: 75%;
  }
  .column.is-two-thirds, .column.is-two-thirds-tablet {
    flex: none;
    width: 66.6666%;
  }
  .column.is-half, .column.is-half-tablet {
    flex: none;
    width: 50%;
  }
  .column.is-one-third, .column.is-one-third-tablet {
    flex: none;
    width: 33.3333%;
  }
  .column.is-one-quarter, .column.is-one-quarter-tablet {
    flex: none;
    width: 25%;
  }
  .column.is-one-fifth, .column.is-one-fifth-tablet {
    flex: none;
    width: 20%;
  }
  .column.is-two-fifths, .column.is-two-fifths-tablet {
    flex: none;
    width: 40%;
  }
  .column.is-three-fifths, .column.is-three-fifths-tablet {
    flex: none;
    width: 60%;
  }
  .column.is-four-fifths, .column.is-four-fifths-tablet {
    flex: none;
    width: 80%;
  }
  .column.is-offset-three-quarters, .column.is-offset-three-quarters-tablet {
    margin-left: 75%;
  }
  .column.is-offset-two-thirds, .column.is-offset-two-thirds-tablet {
    margin-left: 66.6666%;
  }
  .column.is-offset-half, .column.is-offset-half-tablet {
    margin-left: 50%;
  }
  .column.is-offset-one-third, .column.is-offset-one-third-tablet {
    margin-left: 33.3333%;
  }
  .column.is-offset-one-quarter, .column.is-offset-one-quarter-tablet {
    margin-left: 25%;
  }
  .column.is-offset-one-fifth, .column.is-offset-one-fifth-tablet {
    margin-left: 20%;
  }
  .column.is-offset-two-fifths, .column.is-offset-two-fifths-tablet {
    margin-left: 40%;
  }
  .column.is-offset-three-fifths, .column.is-offset-three-fifths-tablet {
    margin-left: 60%;
  }
  .column.is-offset-four-fifths, .column.is-offset-four-fifths-tablet {
    margin-left: 80%;
  }
  .column.is-0, .column.is-0-tablet {
    flex: none;
    width: 0%;
  }
  .column.is-offset-0, .column.is-offset-0-tablet {
    margin-left: 0%;
  }
  .column.is-1, .column.is-1-tablet {
    flex: none;
    width: 8.33333337%;
  }
  .column.is-offset-1, .column.is-offset-1-tablet {
    margin-left: 8.33333337%;
  }
  .column.is-2, .column.is-2-tablet {
    flex: none;
    width: 16.66666674%;
  }
  .column.is-offset-2, .column.is-offset-2-tablet {
    margin-left: 16.66666674%;
  }
  .column.is-3, .column.is-3-tablet {
    flex: none;
    width: 25%;
  }
  .column.is-offset-3, .column.is-offset-3-tablet {
    margin-left: 25%;
  }
  .column.is-4, .column.is-4-tablet {
    flex: none;
    width: 33.33333337%;
  }
  .column.is-offset-4, .column.is-offset-4-tablet {
    margin-left: 33.33333337%;
  }
  .column.is-5, .column.is-5-tablet {
    flex: none;
    width: 41.66666674%;
  }
  .column.is-offset-5, .column.is-offset-5-tablet {
    margin-left: 41.66666674%;
  }
  .column.is-6, .column.is-6-tablet {
    flex: none;
    width: 50%;
  }
  .column.is-offset-6, .column.is-offset-6-tablet {
    margin-left: 50%;
  }
  .column.is-7, .column.is-7-tablet {
    flex: none;
    width: 58.33333337%;
  }
  .column.is-offset-7, .column.is-offset-7-tablet {
    margin-left: 58.33333337%;
  }
  .column.is-8, .column.is-8-tablet {
    flex: none;
    width: 66.66666674%;
  }
  .column.is-offset-8, .column.is-offset-8-tablet {
    margin-left: 66.66666674%;
  }
  .column.is-9, .column.is-9-tablet {
    flex: none;
    width: 75%;
  }
  .column.is-offset-9, .column.is-offset-9-tablet {
    margin-left: 75%;
  }
  .column.is-10, .column.is-10-tablet {
    flex: none;
    width: 83.33333337%;
  }
  .column.is-offset-10, .column.is-offset-10-tablet {
    margin-left: 83.33333337%;
  }
  .column.is-11, .column.is-11-tablet {
    flex: none;
    width: 91.66666674%;
  }
  .column.is-offset-11, .column.is-offset-11-tablet {
    margin-left: 91.66666674%;
  }
  .column.is-12, .column.is-12-tablet {
    flex: none;
    width: 100%;
  }
  .column.is-offset-12, .column.is-offset-12-tablet {
    margin-left: 100%;
  }
}
@media screen and (max-width: 1023px) {
  .column.is-narrow-touch {
    flex: none;
    width: unset;
  }
  .column.is-full-touch {
    flex: none;
    width: 100%;
  }
  .column.is-three-quarters-touch {
    flex: none;
    width: 75%;
  }
  .column.is-two-thirds-touch {
    flex: none;
    width: 66.6666%;
  }
  .column.is-half-touch {
    flex: none;
    width: 50%;
  }
  .column.is-one-third-touch {
    flex: none;
    width: 33.3333%;
  }
  .column.is-one-quarter-touch {
    flex: none;
    width: 25%;
  }
  .column.is-one-fifth-touch {
    flex: none;
    width: 20%;
  }
  .column.is-two-fifths-touch {
    flex: none;
    width: 40%;
  }
  .column.is-three-fifths-touch {
    flex: none;
    width: 60%;
  }
  .column.is-four-fifths-touch {
    flex: none;
    width: 80%;
  }
  .column.is-offset-three-quarters-touch {
    margin-left: 75%;
  }
  .column.is-offset-two-thirds-touch {
    margin-left: 66.6666%;
  }
  .column.is-offset-half-touch {
    margin-left: 50%;
  }
  .column.is-offset-one-third-touch {
    margin-left: 33.3333%;
  }
  .column.is-offset-one-quarter-touch {
    margin-left: 25%;
  }
  .column.is-offset-one-fifth-touch {
    margin-left: 20%;
  }
  .column.is-offset-two-fifths-touch {
    margin-left: 40%;
  }
  .column.is-offset-three-fifths-touch {
    margin-left: 60%;
  }
  .column.is-offset-four-fifths-touch {
    margin-left: 80%;
  }
  .column.is-0-touch {
    flex: none;
    width: 0%;
  }
  .column.is-offset-0-touch {
    margin-left: 0%;
  }
  .column.is-1-touch {
    flex: none;
    width: 8.33333337%;
  }
  .column.is-offset-1-touch {
    margin-left: 8.33333337%;
  }
  .column.is-2-touch {
    flex: none;
    width: 16.66666674%;
  }
  .column.is-offset-2-touch {
    margin-left: 16.66666674%;
  }
  .column.is-3-touch {
    flex: none;
    width: 25%;
  }
  .column.is-offset-3-touch {
    margin-left: 25%;
  }
  .column.is-4-touch {
    flex: none;
    width: 33.33333337%;
  }
  .column.is-offset-4-touch {
    margin-left: 33.33333337%;
  }
  .column.is-5-touch {
    flex: none;
    width: 41.66666674%;
  }
  .column.is-offset-5-touch {
    margin-left: 41.66666674%;
  }
  .column.is-6-touch {
    flex: none;
    width: 50%;
  }
  .column.is-offset-6-touch {
    margin-left: 50%;
  }
  .column.is-7-touch {
    flex: none;
    width: 58.33333337%;
  }
  .column.is-offset-7-touch {
    margin-left: 58.33333337%;
  }
  .column.is-8-touch {
    flex: none;
    width: 66.66666674%;
  }
  .column.is-offset-8-touch {
    margin-left: 66.66666674%;
  }
  .column.is-9-touch {
    flex: none;
    width: 75%;
  }
  .column.is-offset-9-touch {
    margin-left: 75%;
  }
  .column.is-10-touch {
    flex: none;
    width: 83.33333337%;
  }
  .column.is-offset-10-touch {
    margin-left: 83.33333337%;
  }
  .column.is-11-touch {
    flex: none;
    width: 91.66666674%;
  }
  .column.is-offset-11-touch {
    margin-left: 91.66666674%;
  }
  .column.is-12-touch {
    flex: none;
    width: 100%;
  }
  .column.is-offset-12-touch {
    margin-left: 100%;
  }
}
@media screen and (min-width: 1024px) {
  .column.is-narrow-desktop {
    flex: none;
    width: unset;
  }
  .column.is-full-desktop {
    flex: none;
    width: 100%;
  }
  .column.is-three-quarters-desktop {
    flex: none;
    width: 75%;
  }
  .column.is-two-thirds-desktop {
    flex: none;
    width: 66.6666%;
  }
  .column.is-half-desktop {
    flex: none;
    width: 50%;
  }
  .column.is-one-third-desktop {
    flex: none;
    width: 33.3333%;
  }
  .column.is-one-quarter-desktop {
    flex: none;
    width: 25%;
  }
  .column.is-one-fifth-desktop {
    flex: none;
    width: 20%;
  }
  .column.is-two-fifths-desktop {
    flex: none;
    width: 40%;
  }
  .column.is-three-fifths-desktop {
    flex: none;
    width: 60%;
  }
  .column.is-four-fifths-desktop {
    flex: none;
    width: 80%;
  }
  .column.is-offset-three-quarters-desktop {
    margin-left: 75%;
  }
  .column.is-offset-two-thirds-desktop {
    margin-left: 66.6666%;
  }
  .column.is-offset-half-desktop {
    margin-left: 50%;
  }
  .column.is-offset-one-third-desktop {
    margin-left: 33.3333%;
  }
  .column.is-offset-one-quarter-desktop {
    margin-left: 25%;
  }
  .column.is-offset-one-fifth-desktop {
    margin-left: 20%;
  }
  .column.is-offset-two-fifths-desktop {
    margin-left: 40%;
  }
  .column.is-offset-three-fifths-desktop {
    margin-left: 60%;
  }
  .column.is-offset-four-fifths-desktop {
    margin-left: 80%;
  }
  .column.is-0-desktop {
    flex: none;
    width: 0%;
  }
  .column.is-offset-0-desktop {
    margin-left: 0%;
  }
  .column.is-1-desktop {
    flex: none;
    width: 8.33333337%;
  }
  .column.is-offset-1-desktop {
    margin-left: 8.33333337%;
  }
  .column.is-2-desktop {
    flex: none;
    width: 16.66666674%;
  }
  .column.is-offset-2-desktop {
    margin-left: 16.66666674%;
  }
  .column.is-3-desktop {
    flex: none;
    width: 25%;
  }
  .column.is-offset-3-desktop {
    margin-left: 25%;
  }
  .column.is-4-desktop {
    flex: none;
    width: 33.33333337%;
  }
  .column.is-offset-4-desktop {
    margin-left: 33.33333337%;
  }
  .column.is-5-desktop {
    flex: none;
    width: 41.66666674%;
  }
  .column.is-offset-5-desktop {
    margin-left: 41.66666674%;
  }
  .column.is-6-desktop {
    flex: none;
    width: 50%;
  }
  .column.is-offset-6-desktop {
    margin-left: 50%;
  }
  .column.is-7-desktop {
    flex: none;
    width: 58.33333337%;
  }
  .column.is-offset-7-desktop {
    margin-left: 58.33333337%;
  }
  .column.is-8-desktop {
    flex: none;
    width: 66.66666674%;
  }
  .column.is-offset-8-desktop {
    margin-left: 66.66666674%;
  }
  .column.is-9-desktop {
    flex: none;
    width: 75%;
  }
  .column.is-offset-9-desktop {
    margin-left: 75%;
  }
  .column.is-10-desktop {
    flex: none;
    width: 83.33333337%;
  }
  .column.is-offset-10-desktop {
    margin-left: 83.33333337%;
  }
  .column.is-11-desktop {
    flex: none;
    width: 91.66666674%;
  }
  .column.is-offset-11-desktop {
    margin-left: 91.66666674%;
  }
  .column.is-12-desktop {
    flex: none;
    width: 100%;
  }
  .column.is-offset-12-desktop {
    margin-left: 100%;
  }
}
@media screen and (min-width: 1200px) {
  .column.is-narrow-widescreen {
    flex: none;
    width: unset;
  }
  .column.is-full-widescreen {
    flex: none;
    width: 100%;
  }
  .column.is-three-quarters-widescreen {
    flex: none;
    width: 75%;
  }
  .column.is-two-thirds-widescreen {
    flex: none;
    width: 66.6666%;
  }
  .column.is-half-widescreen {
    flex: none;
    width: 50%;
  }
  .column.is-one-third-widescreen {
    flex: none;
    width: 33.3333%;
  }
  .column.is-one-quarter-widescreen {
    flex: none;
    width: 25%;
  }
  .column.is-one-fifth-widescreen {
    flex: none;
    width: 20%;
  }
  .column.is-two-fifths-widescreen {
    flex: none;
    width: 40%;
  }
  .column.is-three-fifths-widescreen {
    flex: none;
    width: 60%;
  }
  .column.is-four-fifths-widescreen {
    flex: none;
    width: 80%;
  }
  .column.is-offset-three-quarters-widescreen {
    margin-left: 75%;
  }
  .column.is-offset-two-thirds-widescreen {
    margin-left: 66.6666%;
  }
  .column.is-offset-half-widescreen {
    margin-left: 50%;
  }
  .column.is-offset-one-third-widescreen {
    margin-left: 33.3333%;
  }
  .column.is-offset-one-quarter-widescreen {
    margin-left: 25%;
  }
  .column.is-offset-one-fifth-widescreen {
    margin-left: 20%;
  }
  .column.is-offset-two-fifths-widescreen {
    margin-left: 40%;
  }
  .column.is-offset-three-fifths-widescreen {
    margin-left: 60%;
  }
  .column.is-offset-four-fifths-widescreen {
    margin-left: 80%;
  }
  .column.is-0-widescreen {
    flex: none;
    width: 0%;
  }
  .column.is-offset-0-widescreen {
    margin-left: 0%;
  }
  .column.is-1-widescreen {
    flex: none;
    width: 8.33333337%;
  }
  .column.is-offset-1-widescreen {
    margin-left: 8.33333337%;
  }
  .column.is-2-widescreen {
    flex: none;
    width: 16.66666674%;
  }
  .column.is-offset-2-widescreen {
    margin-left: 16.66666674%;
  }
  .column.is-3-widescreen {
    flex: none;
    width: 25%;
  }
  .column.is-offset-3-widescreen {
    margin-left: 25%;
  }
  .column.is-4-widescreen {
    flex: none;
    width: 33.33333337%;
  }
  .column.is-offset-4-widescreen {
    margin-left: 33.33333337%;
  }
  .column.is-5-widescreen {
    flex: none;
    width: 41.66666674%;
  }
  .column.is-offset-5-widescreen {
    margin-left: 41.66666674%;
  }
  .column.is-6-widescreen {
    flex: none;
    width: 50%;
  }
  .column.is-offset-6-widescreen {
    margin-left: 50%;
  }
  .column.is-7-widescreen {
    flex: none;
    width: 58.33333337%;
  }
  .column.is-offset-7-widescreen {
    margin-left: 58.33333337%;
  }
  .column.is-8-widescreen {
    flex: none;
    width: 66.66666674%;
  }
  .column.is-offset-8-widescreen {
    margin-left: 66.66666674%;
  }
  .column.is-9-widescreen {
    flex: none;
    width: 75%;
  }
  .column.is-offset-9-widescreen {
    margin-left: 75%;
  }
  .column.is-10-widescreen {
    flex: none;
    width: 83.33333337%;
  }
  .column.is-offset-10-widescreen {
    margin-left: 83.33333337%;
  }
  .column.is-11-widescreen {
    flex: none;
    width: 91.66666674%;
  }
  .column.is-offset-11-widescreen {
    margin-left: 91.66666674%;
  }
  .column.is-12-widescreen {
    flex: none;
    width: 100%;
  }
  .column.is-offset-12-widescreen {
    margin-left: 100%;
  }
}
@media screen and (min-width: 1408px) {
  .column.is-narrow-fullhd {
    flex: none;
    width: unset;
  }
  .column.is-full-fullhd {
    flex: none;
    width: 100%;
  }
  .column.is-three-quarters-fullhd {
    flex: none;
    width: 75%;
  }
  .column.is-two-thirds-fullhd {
    flex: none;
    width: 66.6666%;
  }
  .column.is-half-fullhd {
    flex: none;
    width: 50%;
  }
  .column.is-one-third-fullhd {
    flex: none;
    width: 33.3333%;
  }
  .column.is-one-quarter-fullhd {
    flex: none;
    width: 25%;
  }
  .column.is-one-fifth-fullhd {
    flex: none;
    width: 20%;
  }
  .column.is-two-fifths-fullhd {
    flex: none;
    width: 40%;
  }
  .column.is-three-fifths-fullhd {
    flex: none;
    width: 60%;
  }
  .column.is-four-fifths-fullhd {
    flex: none;
    width: 80%;
  }
  .column.is-offset-three-quarters-fullhd {
    margin-left: 75%;
  }
  .column.is-offset-two-thirds-fullhd {
    margin-left: 66.6666%;
  }
  .column.is-offset-half-fullhd {
    margin-left: 50%;
  }
  .column.is-offset-one-third-fullhd {
    margin-left: 33.3333%;
  }
  .column.is-offset-one-quarter-fullhd {
    margin-left: 25%;
  }
  .column.is-offset-one-fifth-fullhd {
    margin-left: 20%;
  }
  .column.is-offset-two-fifths-fullhd {
    margin-left: 40%;
  }
  .column.is-offset-three-fifths-fullhd {
    margin-left: 60%;
  }
  .column.is-offset-four-fifths-fullhd {
    margin-left: 80%;
  }
  .column.is-0-fullhd {
    flex: none;
    width: 0%;
  }
  .column.is-offset-0-fullhd {
    margin-left: 0%;
  }
  .column.is-1-fullhd {
    flex: none;
    width: 8.33333337%;
  }
  .column.is-offset-1-fullhd {
    margin-left: 8.33333337%;
  }
  .column.is-2-fullhd {
    flex: none;
    width: 16.66666674%;
  }
  .column.is-offset-2-fullhd {
    margin-left: 16.66666674%;
  }
  .column.is-3-fullhd {
    flex: none;
    width: 25%;
  }
  .column.is-offset-3-fullhd {
    margin-left: 25%;
  }
  .column.is-4-fullhd {
    flex: none;
    width: 33.33333337%;
  }
  .column.is-offset-4-fullhd {
    margin-left: 33.33333337%;
  }
  .column.is-5-fullhd {
    flex: none;
    width: 41.66666674%;
  }
  .column.is-offset-5-fullhd {
    margin-left: 41.66666674%;
  }
  .column.is-6-fullhd {
    flex: none;
    width: 50%;
  }
  .column.is-offset-6-fullhd {
    margin-left: 50%;
  }
  .column.is-7-fullhd {
    flex: none;
    width: 58.33333337%;
  }
  .column.is-offset-7-fullhd {
    margin-left: 58.33333337%;
  }
  .column.is-8-fullhd {
    flex: none;
    width: 66.66666674%;
  }
  .column.is-offset-8-fullhd {
    margin-left: 66.66666674%;
  }
  .column.is-9-fullhd {
    flex: none;
    width: 75%;
  }
  .column.is-offset-9-fullhd {
    margin-left: 75%;
  }
  .column.is-10-fullhd {
    flex: none;
    width: 83.33333337%;
  }
  .column.is-offset-10-fullhd {
    margin-left: 83.33333337%;
  }
  .column.is-11-fullhd {
    flex: none;
    width: 91.66666674%;
  }
  .column.is-offset-11-fullhd {
    margin-left: 91.66666674%;
  }
  .column.is-12-fullhd {
    flex: none;
    width: 100%;
  }
  .column.is-offset-12-fullhd {
    margin-left: 100%;
  }
}

.columns {
  margin-left: -12px;
  margin-right: -12px;
  margin-top: -12px;
}
.columns:last-child {
  margin-bottom: -12px;
}
.columns:not(:last-child) {
  margin-bottom: calc(1.5rem - 12px);
}
.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: 375px), print {
  .columns:not(.is-desktop) {
    display: flex;
  }
}
@media screen and (min-width: 1024px) {
  .columns.is-desktop {
    display: flex;
  }
}

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

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

/* ==========================================================================
   FUNCTIONS
   ========================================================================== */
/* ==========================================================================
   MIXINS
   ========================================================================== */
/* ==========================================================================
   #BOX-SIZING
   ========================================================================== */
/**
 * More sensible default box-sizing:
 * css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice
 */
html {
  box-sizing: border-box;
}

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

/* ==========================================================================
   #FONT-FACE
   ========================================================================== */
/**
 * Add font-display: swap to font-face blocks here
 * https://www.zachleat.com/web/comprehensive-webfonts/#font-display
 */
/* instrument-sans-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "InstrumentSans";
  font-style: normal;
  font-weight: 400;
  src: url("../assets/fonts/instrument-sans-v1-latin-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* instrument-sans-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "InstrumentSans";
  font-style: normal;
  font-weight: 500;
  src: url("../assets/fonts/instrument-sans-v1-latin-500.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* instrument-sans-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "InstrumentSans";
  font-style: normal;
  font-weight: 600;
  src: url("../assets/fonts/instrument-sans-v1-latin-600.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* ==========================================================================
   #NORMALIZE
   ========================================================================== */
/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
figcaption,
figure {
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * Add the correct display in IE.
 */
main {
  display: block;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 */
button {
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* 2 */
}

button,
[type=button],
[type=reset],
[type=submit] {
  /**
   * Remove the inner border and padding in Firefox.
   */
  /**
   * Restore the focus styles unset by the previous rule.
   */
}
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Show the overflow in Edge.
 */
input {
  overflow: visible;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
  /**
   * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
   */
}
[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  color: inherit; /* 2 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Add the correct display in IE 9-.
 */
menu {
  display: block;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

/* ==========================================================================
   #RESET
   ========================================================================== */
/**
 * A very simple reset that sits on top of Normalize.css.
 */
body,
h1,
h2,
h3,
h4,
h5,
h6,
blockquote,
p,
pre,
dl,
dd,
ol,
ul,
figure,
hr,
fieldset,
legend {
  margin: 0;
  padding: 0;
}

/**
 * Remove trailing margins from nested lists.
 */
li > ol,
li > ul {
  margin-bottom: 0;
}

/**
 * Remove default table spacing.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/**
 * 1. Reset Chrome and Firefox behaviour which sets a `min-width: min-content;`
 *    on fieldsets.
 */
fieldset {
  min-width: 0; /* [1] */
  border: 0;
}

/* ==========================================================================
   #SHARED
   ========================================================================== */
strong,
b {
  font-weight: 500;
}

/* ==========================================================================
   #BLOCKQUOTES
   ========================================================================== */
blockquote {
  quotes: "“" "”" "‘" "’";
  font-style: italic;
}
blockquote p:first-child:before {
  content: open-quote;
}
blockquote p:last-child:after {
  content: close-quote;
}

/* ==========================================================================
   BODY
   ========================================================================== */
body {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 2;
  overflow-x: hidden;
  touch-action: pan-x pan-y;
}
body main {
  flex: 1 0 auto;
}
body footer {
  flex-shrink: 0;
}

/* ==========================================================================
   #HEADINGS
   ========================================================================== */
/**
 * Simple default styles for headings 1 through 6. Anything more opinionated
 * than simple font-size changes should likely be applied via classes (see:
 * http://csswizardry.com/2016/02/managing-typography-on-large-apps/).
 */
h1 {
  font-family: "InstrumentSans", frutiger, "Frutiger Linotype", univers, calibri, "Myriad Pro", myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", tahoma, geneva, "Helvetica Neue", helvetica, arial, sans-serif;
  font-weight: 600;
  font-size: 2.5rem;
  line-height: 1.25;
  letter-spacing: 0;
}
@media screen and (min-width: 375px) {
  h1 {
    font-size: calc(2.5rem + 2.5 * (100vw - 375px) / 649);
  }
}
@media screen and (min-width: 1024px) {
  h1 {
    font-size: 5rem;
  }
}
@media (min-width: 1024px) {
  h1 {
    line-height: 1.125;
  }
}

h2 {
  font-family: "InstrumentSans", frutiger, "Frutiger Linotype", univers, calibri, "Myriad Pro", myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", tahoma, geneva, "Helvetica Neue", helvetica, arial, sans-serif;
  font-weight: 600;
  font-size: 1.875rem;
  line-height: 1.2;
  letter-spacing: 0;
}
@media screen and (min-width: 375px) {
  h2 {
    font-size: calc(1.875rem + 1.875 * (100vw - 375px) / 649);
  }
}
@media screen and (min-width: 1024px) {
  h2 {
    font-size: 3.75rem;
  }
}
@media (min-width: 1024px) {
  h2 {
    line-height: 1.16;
  }
}

/* ==========================================================================
   #HR
   ========================================================================== */
hr {
  display: block;
}

/* ==========================================================================
   #PAGE
   ========================================================================== */
/**
 * Simple page-level setup.
 *
 * 1. Set the default `font-size` and `line-height` for the entire project.
 */
html {
  background-size: cover;
  height: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font: normal 1rem/1.5 "InstrumentSans", frutiger, "Frutiger Linotype", univers, calibri, "Myriad Pro", myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", tahoma, geneva, "Helvetica Neue", helvetica, arial, sans-serif;
  overflow-x: hidden;
}

/* ==========================================================================
   #IMAGES
   ========================================================================== */
/**
 * 1. Fluid images for responsive purposes.
 * 2. Offset `alt` text from surrounding copy.
 * 3. Setting `vertical-align` removes the whitespace that appears under `img`
 *    elements when they are dropped into a page as-is. Safer alternative to
 *    using `display: block;`.
 */
img {
  font-style: italic; /* [2] */
  max-width: 100%; /* [1] */
  vertical-align: middle; /* [3] */
}

/**
 * 1. If a `width` and/or `height` attribute have been explicitly defined, let’s
 *    not make the image fluid.
 */
img[width],
img[height] {
  max-width: none;
}

/* ==========================================================================
   #LINKS
   ========================================================================== */
a {
  transition: color 0.3s cubic-bezier(0.7, 0.6, 0.1, 0.8);
  color: #002B54;
  text-decoration: underline;
}
a:hover {
  color: #002B54;
}
a:focus-visible:not(.c-btn), a.is-focused:not(.c-btn) {
  outline: none;
  box-shadow: -4px -4px 0 0 hsl(13, 74%, 70%), 4px 4px 0 0 hsl(13, 74%, 70%), -4px 4px 0 0 hsl(13, 74%, 70%), 4px -4px 0 0 hsl(13, 74%, 70%), 0 1px 2px 0 hsla(0, 0%, 0%, 0.06), 0 1px 3px 0 hsla(0, 0%, 0%, 0.1);
}

/* ==========================================================================
   #LISTS
   ========================================================================== */
ul {
  margin-left: 1em;
  padding-left: 1em;
}

li {
  margin-bottom: 0.5em;
}
li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1em;
  margin-top: 0.5em;
}

dt {
  font-weight: bold;
}

dd {
  margin-bottom: 1em;
  margin-left: 1em;
}

/* ==========================================================================
   #PARAGRAPHS
   ========================================================================== */
/**
 * Simple default styles for paragraphs. Anything more opinionated
 * than simple font-size changes should likely be applied via classes (see:
 * http://csswizardry.com/2016/02/managing-typography-on-large-apps/).
 */
p {
  font-size: 14;
  line-height: 1.4;
}
@media screen and (min-width: 375px) {
  p {
    font-size: calc(14 + 2 * (100vw - 375px) / 649);
  }
}
@media screen and (min-width: 1024px) {
  p {
    font-size: 16;
  }
}
p:not(:last-child) {
  margin-bottom: 14;
}
@media screen and (min-width: 375px) {
  p:not(:last-child) {
    margin-bottom: calc(14 + 2 * (100vw - 375px) / 649);
  }
}
@media screen and (min-width: 1024px) {
  p:not(:last-child) {
    margin-bottom: 16;
  }
}

/* ==========================================================================
   SVG
   ========================================================================== */
/* ==========================================================================
   #TABLES
   ========================================================================== */
/**
 * 1. Ensure tables fill up as much space as possible.
 */
table {
  width: 100%; /* [1] */
}

/* ==========================================================================
   #BUTTONS
   ========================================================================== */
/**
 * This is an example component. Extend inuitcss by building your own components
 * that make up your UI. Component classes are prefixed with a `c-`.
 */
.c-btn {
  transition: all 0.3s cubic-bezier(0.7, 0.6, 0.1, 0.8);
  font-family: "InstrumentSans", frutiger, "Frutiger Linotype", univers, calibri, "Myriad Pro", myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", tahoma, geneva, "Helvetica Neue", helvetica, arial, sans-serif;
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.25;
  letter-spacing: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin: 0 0.75rem 0 0;
  cursor: pointer;
  text-decoration: none;
  color: #35CCC4;
  border-bottom: 2px solid #35CCC4;
}
@media screen and (min-width: 375px) {
  .c-btn {
    font-size: calc(1.25rem + 0.25 * (100vw - 375px) / 649);
  }
}
@media screen and (min-width: 1024px) {
  .c-btn {
    font-size: 1.5rem;
  }
}
@media (min-width: 1024px) {
  .c-btn {
    line-height: 1.75;
  }
}
.c-btn:hover {
  color: #187E8C;
  border-bottom: 2px solid #187E8C;
}
.c-btn:focus-visible, .c-btn.is-focused, .c-btn:active, .c-btn.is-active {
  color: #F3F3F2;
}

/* Style variants
   ========================================================================== */
/*.c-btn--white {
  background-color: map-get($brand-colors, 'white', '900');
  color: map-get($brand-colors, 'black', '800');
  border-color: map-get($brand-colors, 'white', '900');
}

.c-btn--black {
  background-color: map-get($brand-colors, 'black', '800');
  color: map-get($brand-colors, 'white', '900');
  border-color: map-get($brand-colors, 'black', '800');
}*/
.c-contact-section {
  max-width: 1650px;
  padding: 2.75rem 0;
  margin: 0 auto;
  position: relative;
}
@media (min-width: 1024px) {
  .c-contact-section {
    padding: 3.25rem 2.5rem;
  }
}
@media (min-width: 1650px) {
  .c-contact-section {
    padding: 3.25rem 0;
  }
}
.c-contact-section.has-image {
  max-width: unset;
  margin: unset;
  position: relative;
  padding: 2.75rem 0;
}
@media (min-width: 1024px) {
  .c-contact-section.has-image {
    padding: 3.25rem 0;
  }
}

.c-contact-section__image {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  transform: translateY(-2.75rem);
}
.c-contact-section__image .c-img {
  height: 100%;
}
@media (min-width: 1024px) {
  .c-contact-section__image {
    transform: translateY(-3.25rem);
  }
}

.c-contact-section__content {
  position: relative;
  padding: 0 1.25rem;
  z-index: 2;
}
.c-contact-section__content.has-image {
  max-width: 1650px;
  padding: 0 1.25rem;
  margin: 0 auto;
}

.c-contact-section__flagline {
  margin-bottom: 1rem;
  width: 100%;
  color: #002B54;
  font-family: "InstrumentSans", frutiger, "Frutiger Linotype", univers, calibri, "Myriad Pro", myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", tahoma, geneva, "Helvetica Neue", helvetica, arial, sans-serif;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1;
  letter-spacing: 0;
}
@media screen and (min-width: 375px) {
  .c-contact-section__flagline {
    font-size: calc(1rem + 0.25 * (100vw - 375px) / 649);
  }
}
@media screen and (min-width: 1024px) {
  .c-contact-section__flagline {
    font-size: 1.25rem;
  }
}
@media (min-width: 1024px) {
  .c-contact-section__flagline {
    line-height: 1;
  }
}
@media (min-width: 1024px) {
  .c-contact-section__flagline {
    margin-bottom: 2rem;
    width: 100%;
  }
}
.c-contact-section__flagline.has-image {
  color: #FFFFFF;
}

.c-contact-section__headline,
.c-contact-section__social {
  font-family: "InstrumentSans", frutiger, "Frutiger Linotype", univers, calibri, "Myriad Pro", myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", tahoma, geneva, "Helvetica Neue", helvetica, arial, sans-serif;
  font-weight: 600;
  font-size: 1.875rem;
  line-height: 1.2;
  letter-spacing: 0;
  color: #002B54;
  margin-bottom: 1.75rem;
}
@media screen and (min-width: 375px) {
  .c-contact-section__headline,
  .c-contact-section__social {
    font-size: calc(1.875rem + 1.875 * (100vw - 375px) / 649);
  }
}
@media screen and (min-width: 1024px) {
  .c-contact-section__headline,
  .c-contact-section__social {
    font-size: 3.75rem;
  }
}
@media (min-width: 1024px) {
  .c-contact-section__headline,
  .c-contact-section__social {
    line-height: 1.16;
  }
}
@media (min-width: 1024px) {
  .c-contact-section__headline,
  .c-contact-section__social {
    margin-bottom: 3rem;
    width: 50%;
  }
}
.c-contact-section__headline.has-image,
.c-contact-section__social.has-image {
  color: #FFFFFF;
}

.c-contact-section__social.is-marginless,
.c-contact-section__subheadline {
  margin: 0;
}

.c-contact-section__social-item {
  color: #002B54;
  font-family: "InstrumentSans", frutiger, "Frutiger Linotype", univers, calibri, "Myriad Pro", myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", tahoma, geneva, "Helvetica Neue", helvetica, arial, sans-serif;
  font-weight: 500;
  font-size: 1.875rem;
  line-height: 1.33;
  letter-spacing: 0;
  text-decoration: none;
  display: block;
  width: 100%;
}
@media screen and (min-width: 375px) {
  .c-contact-section__social-item {
    font-size: calc(1.875rem + 1.875 * (100vw - 375px) / 649);
  }
}
@media screen and (min-width: 1024px) {
  .c-contact-section__social-item {
    font-size: 3.75rem;
  }
}
@media (min-width: 1024px) {
  .c-contact-section__social-item {
    line-height: 1.16;
  }
}
@media (min-width: 1024px) {
  .c-contact-section__social-item {
    width: 152%;
  }
}
@media (min-width: 1200px) {
  .c-contact-section__social-item {
    width: 130%;
  }
}
.c-contact-section__social-item:hover {
  color: #35CCC4;
}
.c-contact-section__social-item.has-image {
  color: #FFFFFF;
}
.c-contact-section__social-item.has-image:hover {
  color: #35CCC4;
}

.c-counter {
  position: relative;
  padding: 2.75rem 0;
  min-height: 560px;
  height: 100%;
}
@media (min-width: 1024px) {
  .c-counter {
    padding: 3.25rem 0;
    display: flex;
    flex-direction: column;
  }
}

.c-counter__image {
  position: absolute;
  width: 100%;
  min-height: 560px;
  height: 100%;
  z-index: 1;
  transform: translateY(-2.75rem);
}
.c-counter__image .c-img {
  height: 100%;
}
@media (min-width: 1024px) {
  .c-counter__image {
    transform: translateY(-3.25rem);
  }
}

.c-counter__content {
  max-width: 1650px;
  padding: 0 1.25rem;
  margin: auto;
  z-index: 2;
  position: relative;
}
@media (min-width: 1024px) {
  .c-counter__content {
    position: unset;
  }
}

.c-counter__flagline {
  margin-bottom: 2rem;
  width: 100%;
  color: #FFFFFF;
  font-family: "InstrumentSans", frutiger, "Frutiger Linotype", univers, calibri, "Myriad Pro", myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", tahoma, geneva, "Helvetica Neue", helvetica, arial, sans-serif;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1;
  letter-spacing: 0;
}
@media screen and (min-width: 375px) {
  .c-counter__flagline {
    font-size: calc(1rem + 0.25 * (100vw - 375px) / 649);
  }
}
@media screen and (min-width: 1024px) {
  .c-counter__flagline {
    font-size: 1.25rem;
  }
}
@media (min-width: 1024px) {
  .c-counter__flagline {
    line-height: 1;
  }
}
@media (min-width: 1024px) {
  .c-counter__flagline {
    margin-bottom: 3rem;
    width: 100%;
    position: absolute;
    top: 3.25rem;
  }
}

.c-counter__counts {
  display: flex;
  flex-direction: column;
  gap: 3.25rem;
}
@media (min-width: 1024px) {
  .c-counter__counts {
    flex-direction: row;
    gap: 5.25rem;
  }
}

.c-counter__count-item {
  width: 100%;
  color: #FFFFFF;
}
@media (min-width: 1024px) {
  .c-counter__count-item {
    width: 33%;
  }
}

.c-counter__number {
  font-family: "InstrumentSans", frutiger, "Frutiger Linotype", univers, calibri, "Myriad Pro", myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", tahoma, geneva, "Helvetica Neue", helvetica, arial, sans-serif;
  font-weight: 600;
  font-size: 3.75rem;
  line-height: 1.16;
  letter-spacing: 0;
}
@media screen and (min-width: 375px) {
  .c-counter__number {
    font-size: calc(3.75rem + 2.5 * (100vw - 375px) / 649);
  }
}
@media screen and (min-width: 1024px) {
  .c-counter__number {
    font-size: 6.25rem;
  }
}
@media (min-width: 1024px) {
  .c-counter__number {
    line-height: 0.7;
  }
}
@media (min-width: 1024px) {
  .c-counter__number {
    margin-bottom: 1rem;
  }
}

.c-counter__headline {
  font-family: "InstrumentSans", frutiger, "Frutiger Linotype", univers, calibri, "Myriad Pro", myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", tahoma, geneva, "Helvetica Neue", helvetica, arial, sans-serif;
  font-weight: 600;
  font-size: 1.875rem;
  line-height: 1.2;
  letter-spacing: 0;
}
@media screen and (min-width: 375px) {
  .c-counter__headline {
    font-size: calc(1.875rem + 1.875 * (100vw - 375px) / 649);
  }
}
@media screen and (min-width: 1024px) {
  .c-counter__headline {
    font-size: 3.75rem;
  }
}
@media (min-width: 1024px) {
  .c-counter__headline {
    line-height: 1.16;
  }
}
@media (min-width: 1024px) {
  .c-counter__headline {
    font-size: 45px;
  }
}
@media (min-width: 1200px) {
  .c-counter__headline {
    font-family: "InstrumentSans", frutiger, "Frutiger Linotype", univers, calibri, "Myriad Pro", myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", tahoma, geneva, "Helvetica Neue", helvetica, arial, sans-serif;
    font-weight: 600;
    font-size: 1.875rem;
    line-height: 1.2;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 1200px) and (min-width: 375px) {
  .c-counter__headline {
    font-size: calc(1.875rem + 1.875 * (100vw - 375px) / 649);
  }
}
@media screen and (min-width: 1200px) and (min-width: 1024px) {
  .c-counter__headline {
    font-size: 3.75rem;
  }
}
@media (min-width: 1200px) and (min-width: 1024px) {
  .c-counter__headline {
    line-height: 1.16;
  }
}

.c-footer {
  background-color: #F3F3F2;
  width: 100%;
  padding: 2rem 1.5rem;
  font-family: "InstrumentSans", frutiger, "Frutiger Linotype", univers, calibri, "Myriad Pro", myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", tahoma, geneva, "Helvetica Neue", helvetica, arial, sans-serif;
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 1.5;
  letter-spacing: 0;
  color: #002B54;
  display: flex;
  flex-direction: column;
  row-gap: 2.5rem;
}
@media screen and (min-width: 375px) {
  .c-footer {
    font-size: calc(1.25rem + 0 * (100vw - 375px) / 649);
  }
}
@media screen and (min-width: 1024px) {
  .c-footer {
    font-size: 1.25rem;
  }
}
@media (min-width: 1024px) {
  .c-footer {
    line-height: 1.5;
  }
}
@media (min-width: 1024px) {
  .c-footer {
    flex-direction: row;
    flex-wrap: wrap;
    padding: 3.25rem 3.75rem;
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
    row-gap: 3rem;
  }
}
@media (min-width: 1024px) {
  .c-footer {
    -moz-column-gap: 5.5rem;
         column-gap: 5.5rem;
  }
}

.c-footer__row {
  width: 100%;
  flex-wrap: wrap;
}
@media (min-width: 1024px) {
  .c-footer__row {
    width: 20%;
  }
}

.c-footer__menu-item {
  display: block;
  width: 100%;
  font-family: "InstrumentSans", frutiger, "Frutiger Linotype", univers, calibri, "Myriad Pro", myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", tahoma, geneva, "Helvetica Neue", helvetica, arial, sans-serif;
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 1.5;
  letter-spacing: 0;
  color: #002B54;
  cursor: pointer;
  text-decoration: none;
}
@media screen and (min-width: 375px) {
  .c-footer__menu-item {
    font-size: calc(1.25rem + 0 * (100vw - 375px) / 649);
  }
}
@media screen and (min-width: 1024px) {
  .c-footer__menu-item {
    font-size: 1.25rem;
  }
}
@media (min-width: 1024px) {
  .c-footer__menu-item {
    line-height: 1.5;
  }
}
.c-footer__menu-item:hover {
  color: #187E8C;
}

.c-footer__social-item {
  width: 120%;
}

.c-footer__logo {
  width: 100%;
  height: auto;
}
.c-footer__logo .c-footer__image {
  width: 11.25rem;
}
.c-footer__logo .c-img--inline .c-img__full {
  -o-object-fit: contain;
     object-fit: contain;
}

@media (min-width: 1024px) {
  .c-footer__copyright {
    width: 180%;
  }
}

.c-header__social {
  width: 100%;
  background-color: #002B54;
  color: #FFFFFF;
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  padding: 0.5rem 0;
}
.c-header.is-active .c-header__social {
  visibility: hidden;
}

.c-header__social-menu__item {
  text-decoration: none;
  color: #FFFFFF;
  padding: 0 0.75rem;
  font-family: "InstrumentSans", frutiger, "Frutiger Linotype", univers, calibri, "Myriad Pro", myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", tahoma, geneva, "Helvetica Neue", helvetica, arial, sans-serif;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1;
  letter-spacing: 0;
}
@media screen and (min-width: 375px) {
  .c-header__social-menu__item {
    font-size: calc(1rem + 0.25 * (100vw - 375px) / 649);
  }
}
@media screen and (min-width: 1024px) {
  .c-header__social-menu__item {
    font-size: 1.25rem;
  }
}
@media (min-width: 1024px) {
  .c-header__social-menu__item {
    line-height: 1;
  }
}
.c-header__social-menu__item:hover {
  color: #35CCC4;
}

.c-header__menu {
  width: 100%;
  display: flex;
  padding: 2.5rem 1.75rem;
}
.c-header__menu.is-active {
  flex-direction: column;
  background-color: #FFFFFF;
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 32px;
  left: 0;
  z-index: 98;
}
@media (min-width: 1024px) {
  .c-header__menu {
    padding: 2.5rem 3.25rem;
  }
}

.c-header__container {
  display: flex;
  flex-direction: row;
  width: 100%;
}

.c-header__logo {
  width: 10.75rem;
  height: auto;
  align-self: flex-start;
}
.c-header__logo .c-img--inline .c-img__full {
  -o-object-fit: contain;
     object-fit: contain;
}
@media (min-width: 1024px) {
  .c-header__logo {
    width: 14.5rem;
  }
}

.c-header__nav {
  display: none;
}
.c-header__nav.is-active {
  display: flex;
  flex-direction: column;
  margin-top: 3rem;
}
@media (min-width: 1024px) {
  .c-header__nav {
    display: flex;
    flex-direction: row;
    align-self: flex-end;
    margin: auto 0 auto auto;
  }
}

.c-header__item {
  font-family: "InstrumentSans", frutiger, "Frutiger Linotype", univers, calibri, "Myriad Pro", myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", tahoma, geneva, "Helvetica Neue", helvetica, arial, sans-serif;
  font-weight: 500;
  font-size: 2.5rem;
  line-height: 1.5;
  letter-spacing: 0;
  color: #002B54;
  text-decoration: none;
  margin: 0.25rem 0;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  white-space: nowrap;
}
@media screen and (min-width: 375px) {
  .c-header__item {
    font-size: calc(2.5rem + -1 * (100vw - 375px) / 649);
  }
}
@media screen and (min-width: 1024px) {
  .c-header__item {
    font-size: 1.5rem;
  }
}
@media (min-width: 1024px) {
  .c-header__item {
    line-height: 1.33;
  }
}
@media (min-width: 1024px) {
  .c-header__item {
    margin: 0 1rem;
    width: unset;
  }
}
.c-header__item:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 2px;
  width: 0;
  height: 2px;
  margin: 5px 0 0;
  transition: all 0.1s ease-in-out;
  transition-duration: 0.15s;
  opacity: 0;
  background: #002B54;
}
@media (min-width: 1024px) {
  .c-header__item:before {
    bottom: -2px;
  }
}
.c-header__item:hover:before, .c-header__item.is-current:before {
  opacity: 1;
  width: 100%;
}

/* Mobile Header Toogle */
.c-mobile-header__toggle {
  width: 40px;
  height: 32px;
  position: relative;
  cursor: pointer;
  display: inline-block;
  margin: auto 0 auto auto;
  z-index: 99;
}
@media (min-width: 1024px) {
  .c-mobile-header__toggle {
    display: none;
  }
}

.c-mobile-header__toggle span {
  background-color: #002B54;
  position: absolute;
  transition: 0.3s cubic-bezier(0.8, 0.5, 0.2, 1.4);
  width: 100%;
  height: 4px;
  transition: all 0.3s cubic-bezier(0.7, 0.6, 0.1, 0.8);
}

.c-mobile-header__toggle span:nth-child(1) {
  top: 0;
  left: 0;
}

.c-mobile-header__toggle span:nth-child(2) {
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}

.c-mobile-header__toggle span:nth-child(3) {
  bottom: 0;
  left: 0;
}

.c-mobile-header__toggle.is-active span:nth-child(1) {
  transform: rotate(45deg);
  top: 15px;
  background-color: #002B54;
}

.c-mobile-header__toggle.is-active span:nth-child(2) {
  display: none;
}

.c-mobile-header__toggle.is-active span:nth-child(3) {
  transform: rotate(-45deg);
  bottom: 0;
  top: 15px;
  background-color: #002B54;
}

.c-hero {
  width: 100%;
  height: 360px;
  position: relative;
}
@media (min-width: 1024px) {
  .c-hero {
    height: 720px;
  }
}

.c-hero__image-item {
  width: 100%;
  height: 360px;
}
@media (min-width: 1024px) {
  .c-hero__image-item {
    height: 720px;
  }
}

.c-hero__text {
  position: absolute;
  text-align: center;
  z-index: 4;
  width: 90%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #FFFFFF;
}
@media (min-width: 1024px) {
  .c-hero__text {
    width: 65%;
  }
}
@media (min-width: 1440px) {
  .c-hero__text {
    width: 45%;
  }
}

.c-hero__headline {
  font-family: "InstrumentSans", frutiger, "Frutiger Linotype", univers, calibri, "Myriad Pro", myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", tahoma, geneva, "Helvetica Neue", helvetica, arial, sans-serif;
  font-weight: 600;
  font-size: 2.5rem;
  line-height: 1.25;
  letter-spacing: 0;
  margin-bottom: 1rem;
}
@media screen and (min-width: 375px) {
  .c-hero__headline {
    font-size: calc(2.5rem + 2.5 * (100vw - 375px) / 649);
  }
}
@media screen and (min-width: 1024px) {
  .c-hero__headline {
    font-size: 5rem;
  }
}
@media (min-width: 1024px) {
  .c-hero__headline {
    line-height: 1.125;
  }
}

.c-hero__subheadline {
  font-family: "InstrumentSans", frutiger, "Frutiger Linotype", univers, calibri, "Myriad Pro", myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", tahoma, geneva, "Helvetica Neue", helvetica, arial, sans-serif;
  font-weight: 600;
  font-size: 1.875rem;
  line-height: 1.5;
  letter-spacing: 0;
}
@media screen and (min-width: 375px) {
  .c-hero__subheadline {
    font-size: calc(1.875rem + 0 * (100vw - 375px) / 649);
  }
}
@media screen and (min-width: 1024px) {
  .c-hero__subheadline {
    font-size: 1.875rem;
  }
}
@media (min-width: 1024px) {
  .c-hero__subheadline {
    line-height: 1.5;
  }
}

.c-hero__video {
  min-height: 360px;
  width: 100vw;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 1024px) {
  .c-hero__video {
    height: 720px;
  }
}

/* ==========================================================================
   IMAGE
   ========================================================================== */
.c-img {
  position: relative;
}
.c-img::before {
  content: "";
  position: relative;
  display: block;
  padding-bottom: var(--image-aspect--mobile);
}
@media (min-width: 1024px) {
  .c-img::before {
    padding-bottom: var(--image-aspect);
  }
}

.c-img__wrap {
  position: absolute;
  overflow: hidden;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.c-img--loaded .c-img__wrap {
  background: transparent;
}

.c-img__full,
.c-img__placeholder {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.c-img--inline .c-img__full,
.c-img--inline .c-img__placeholder {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: var(--image-focuspoint);
     object-position: var(--image-focuspoint);
}
.c-img--bg .c-img__full,
.c-img--bg .c-img__placeholder {
  background: transparent no-repeat var(--image-focuspoint)/cover;
}

.c-img__placeholder {
  transition: opacity 0.3s cubic-bezier(0.7, 0.6, 0.1, 0.8);
  filter: blur(8px);
  transform: scale(1.125);
}
[data-loaded=true] + .c-img__placeholder {
  opacity: 0;
}

.c-info-card {
  background-color: #F3F3F2;
  padding: 2rem;
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  transition: background 1s ease;
}
@media (min-width: 1024px) {
  .c-info-card {
    width: calc(33% - 10px);
  }
}
.c-info-card:has(.c-info-card__trigger.is-active) {
  background-color: transparent;
}
@media (min-width: 1024px) {
  .c-info-card.has-list {
    height: -moz-fit-content;
    height: fit-content;
  }
}
@media (min-width: 768px) {
  .c-info-grid--height .c-info-card {
    min-height: 18.75rem;
  }
}
@media (min-width: 1024px) {
  .c-info-grid--height .c-info-card {
    min-height: 32.5rem;
    justify-content: center;
  }
}
@media (min-width: 1200px) {
  .c-info-grid--height .c-info-card {
    min-height: 26.25rem;
  }
}
@media (min-width: 1650px) {
  .c-info-grid--height .c-info-card {
    min-height: 23.75rem;
    justify-content: unset;
  }
}

.c-info-card__icon {
  margin: 0 auto 1rem;
  color: #002B54;
  height: 100px;
  width: 100px;
}
@media (min-width: 1024px) {
  .c-info-card__icon {
    margin: 0 auto 1.75rem;
  }
}

.c-info-card__number {
  font-family: "InstrumentSans", frutiger, "Frutiger Linotype", univers, calibri, "Myriad Pro", myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", tahoma, geneva, "Helvetica Neue", helvetica, arial, sans-serif;
  font-weight: 600;
  font-size: 1.875rem;
  line-height: 1.2;
  letter-spacing: 0;
  color: #002B54;
}
@media screen and (min-width: 375px) {
  .c-info-card__number {
    font-size: calc(1.875rem + 1.875 * (100vw - 375px) / 649);
  }
}
@media screen and (min-width: 1024px) {
  .c-info-card__number {
    font-size: 3.75rem;
  }
}
@media (min-width: 1024px) {
  .c-info-card__number {
    line-height: 1.16;
  }
}

.c-info-card__headline {
  font-family: "InstrumentSans", frutiger, "Frutiger Linotype", univers, calibri, "Myriad Pro", myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", tahoma, geneva, "Helvetica Neue", helvetica, arial, sans-serif;
  font-weight: 600;
  font-size: 1.875rem;
  line-height: 1.5;
  letter-spacing: 0;
  color: #002B54;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 375px) {
  .c-info-card__headline {
    font-size: calc(1.875rem + 0 * (100vw - 375px) / 649);
  }
}
@media screen and (min-width: 1024px) {
  .c-info-card__headline {
    font-size: 1.875rem;
  }
}
@media (min-width: 1024px) {
  .c-info-card__headline {
    line-height: 1.5;
  }
}
@media (min-width: 1024px) {
  .c-info-card__headline {
    margin-bottom: 1rem;
  }
}

.c-info-card__subheadline {
  font-family: "InstrumentSans", frutiger, "Frutiger Linotype", univers, calibri, "Myriad Pro", myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", tahoma, geneva, "Helvetica Neue", helvetica, arial, sans-serif;
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 1.4;
  letter-spacing: 0;
  color: #002B54;
  margin-bottom: 1.75rem;
}
@media screen and (min-width: 375px) {
  .c-info-card__subheadline {
    font-size: calc(1.25rem + 0.25 * (100vw - 375px) / 649);
  }
}
@media screen and (min-width: 1024px) {
  .c-info-card__subheadline {
    font-size: 1.5rem;
  }
}
@media (min-width: 1024px) {
  .c-info-card__subheadline {
    line-height: 1.4;
  }
}
@media (min-width: 1024px) {
  .c-info-card__subheadline {
    margin-bottom: 1.5rem;
  }
}

.c-info-card__trigger {
  border: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #35CCC4;
  padding: 0;
  cursor: pointer;
  border-radius: 50%;
  width: 3.75rem;
  height: 3.75rem;
}
.c-info-card__trigger:hover, .c-info-card__trigger.is-active {
  background-color: #187E8C;
}

.c-info-card__trigger-icon {
  width: 2.5rem;
  height: 2.5rem;
  margin: auto;
  color: #FFFFFF;
  transition: all 0.3s cubic-bezier(0.7, 0.6, 0.1, 0.8);
}
.c-info-card__trigger-icon:last-of-type {
  display: none;
}
.c-info-card__trigger.is-active .c-info-card__trigger-icon:first-of-type, .c-info-card__trigger-btn.is-active .c-info-card__trigger-icon:first-of-type {
  display: none;
}
.c-info-card__trigger.is-active .c-info-card__trigger-icon:last-of-type, .c-info-card__trigger-btn.is-active .c-info-card__trigger-icon:last-of-type {
  display: block;
}

.c-info-card__desc {
  font-family: "InstrumentSans", frutiger, "Frutiger Linotype", univers, calibri, "Myriad Pro", myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", tahoma, geneva, "Helvetica Neue", helvetica, arial, sans-serif;
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 1.4;
  letter-spacing: 0;
  color: #002B54;
  text-align: left;
  transition: all 0.7s ease-in-out;
  max-height: 0;
  padding: 1.25rem 0 0;
  overflow: hidden;
}
@media screen and (min-width: 375px) {
  .c-info-card__desc {
    font-size: calc(1.25rem + 0.25 * (100vw - 375px) / 649);
  }
}
@media screen and (min-width: 1024px) {
  .c-info-card__desc {
    font-size: 1.5rem;
  }
}
@media (min-width: 1024px) {
  .c-info-card__desc {
    line-height: 1.4;
  }
}
@media (min-width: 1024px) {
  .c-info-card__desc {
    padding: 2rem 0 0;
  }
}
.c-info-card__desc.is-active {
  max-height: 2000px;
  transition: all 0.5s ease-in-out;
}

.c-info-card__list {
  text-align: left;
  margin: 0;
}

.c-info-card__list-item {
  font-family: "InstrumentSans", frutiger, "Frutiger Linotype", univers, calibri, "Myriad Pro", myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", tahoma, geneva, "Helvetica Neue", helvetica, arial, sans-serif;
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 1.4;
  letter-spacing: 0;
  color: #002B54;
}
@media screen and (min-width: 375px) {
  .c-info-card__list-item {
    font-size: calc(1.25rem + 0.25 * (100vw - 375px) / 649);
  }
}
@media screen and (min-width: 1024px) {
  .c-info-card__list-item {
    font-size: 1.5rem;
  }
}
@media (min-width: 1024px) {
  .c-info-card__list-item {
    line-height: 1.4;
  }
}

.c-info-grid {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 20px;
  margin: 0.5rem 0 1.75rem;
}
@media (min-width: 1024px) {
  .c-info-grid {
    margin: 1rem 0 3.75rem;
  }
}

.c-intro-section {
  padding: 1.875rem 0;
}
@media (min-width: 1024px) {
  .c-intro-section {
    padding: 3.75rem 0;
  }
}

.c-intro-section__flagline {
  margin-bottom: 1rem;
  color: #002B54;
  font-family: "InstrumentSans", frutiger, "Frutiger Linotype", univers, calibri, "Myriad Pro", myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", tahoma, geneva, "Helvetica Neue", helvetica, arial, sans-serif;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1;
  letter-spacing: 0;
  width: 100%;
}
@media screen and (min-width: 375px) {
  .c-intro-section__flagline {
    font-size: calc(1rem + 0.25 * (100vw - 375px) / 649);
  }
}
@media screen and (min-width: 1024px) {
  .c-intro-section__flagline {
    font-size: 1.25rem;
  }
}
@media (min-width: 1024px) {
  .c-intro-section__flagline {
    line-height: 1;
  }
}
@media (min-width: 1024px) {
  .c-intro-section__flagline {
    margin-bottom: 2rem;
  }
}

.c-intro-section__row {
  display: flex;
  flex-direction: column;
  width: 100%;
}
@media (min-width: 1024px) {
  .c-intro-section__row {
    flex-direction: row;
  }
}

.c-intro-section__row-item {
  width: 100%;
  display: flex;
}
@media (min-width: 1024px) {
  .c-intro-section__row-item:first-of-type {
    margin-right: 6.25rem;
    width: calc(65% - 3.125rem);
  }
  .c-intro-section__row-item:last-of-type {
    width: calc(35% - 3.125rem);
  }
}

.c-intro-section__row-wrap {
  display: block;
}

.c-intro-section__headline {
  font-family: "InstrumentSans", frutiger, "Frutiger Linotype", univers, calibri, "Myriad Pro", myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", tahoma, geneva, "Helvetica Neue", helvetica, arial, sans-serif;
  font-weight: 600;
  font-size: 1.875rem;
  line-height: 1.2;
  letter-spacing: 0;
  color: #002B54;
  margin-bottom: 2.5rem;
}
@media screen and (min-width: 375px) {
  .c-intro-section__headline {
    font-size: calc(1.875rem + 1.875 * (100vw - 375px) / 649);
  }
}
@media screen and (min-width: 1024px) {
  .c-intro-section__headline {
    font-size: 3.75rem;
  }
}
@media (min-width: 1024px) {
  .c-intro-section__headline {
    line-height: 1.16;
  }
}
@media (min-width: 1024px) {
  .c-intro-section__headline {
    margin: 0;
  }
}

.c-intro-section__button {
  margin-top: 2.5rem;
}
@media (min-width: 1024px) {
  .c-intro-section__button {
    margin-top: 3rem;
  }
}

.c-intro-section__desc {
  color: #002B54;
  margin-bottom: 3rem;
  font-family: "InstrumentSans", frutiger, "Frutiger Linotype", univers, calibri, "Myriad Pro", myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", tahoma, geneva, "Helvetica Neue", helvetica, arial, sans-serif;
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 1.4;
  letter-spacing: 0;
}
@media screen and (min-width: 375px) {
  .c-intro-section__desc {
    font-size: calc(1.25rem + 0.25 * (100vw - 375px) / 649);
  }
}
@media screen and (min-width: 1024px) {
  .c-intro-section__desc {
    font-size: 1.5rem;
  }
}
@media (min-width: 1024px) {
  .c-intro-section__desc {
    line-height: 1.4;
  }
}
@media (min-width: 1024px) {
  .c-intro-section__desc {
    margin-bottom: 0;
  }
}

.c-intro-section__icon {
  margin: auto;
  color: #002B54;
  height: 100px;
  width: 100px;
}

.c-text-section {
  padding: 2.25rem 0 3.125rem;
  display: flex;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .c-text-section {
    padding: 2.5rem 0 3.75rem;
    flex-direction: row;
    flex-wrap: wrap;
  }
}

.c-text-section__flagline {
  margin-bottom: 1rem;
  width: 100%;
  color: #002B54;
  font-family: "InstrumentSans", frutiger, "Frutiger Linotype", univers, calibri, "Myriad Pro", myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", tahoma, geneva, "Helvetica Neue", helvetica, arial, sans-serif;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1;
  letter-spacing: 0;
}
@media screen and (min-width: 375px) {
  .c-text-section__flagline {
    font-size: calc(1rem + 0.25 * (100vw - 375px) / 649);
  }
}
@media screen and (min-width: 1024px) {
  .c-text-section__flagline {
    font-size: 1.25rem;
  }
}
@media (min-width: 1024px) {
  .c-text-section__flagline {
    line-height: 1;
  }
}
@media (min-width: 1024px) {
  .c-text-section__flagline {
    margin-bottom: 2rem;
    width: 100%;
  }
}

.c-text-section__headline {
  font-family: "InstrumentSans", frutiger, "Frutiger Linotype", univers, calibri, "Myriad Pro", myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", tahoma, geneva, "Helvetica Neue", helvetica, arial, sans-serif;
  font-weight: 600;
  font-size: 1.875rem;
  line-height: 1.2;
  letter-spacing: 0;
  color: #002B54;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 375px) {
  .c-text-section__headline {
    font-size: calc(1.875rem + 1.875 * (100vw - 375px) / 649);
  }
}
@media screen and (min-width: 1024px) {
  .c-text-section__headline {
    font-size: 3.75rem;
  }
}
@media (min-width: 1024px) {
  .c-text-section__headline {
    line-height: 1.16;
  }
}
@media (min-width: 1024px) {
  .c-text-section__headline {
    margin-bottom: 2rem;
    width: 50%;
  }
}

.c-text-section__content {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.c-text-section__content--reverse {
  flex-direction: column-reverse;
}
@media (min-width: 1024px) {
  .c-text-section__content--reverse {
    flex-direction: row;
  }
}
@media (min-width: 1024px) {
  .c-text-section__content {
    flex-direction: row;
  }
}

.c-text-section__column {
  display: flex;
}
.c-text-section__column.is-column {
  flex-direction: column;
}
@media (min-width: 1024px) {
  .c-text-section__column {
    width: 50%;
  }
  .c-text-section__column:first-of-type {
    padding-right: 3rem;
  }
  .c-text-section__column:last-of-type {
    padding-left: 3rem;
  }
  .c-text-section__column--large:first-of-type {
    width: 70%;
  }
  .c-text-section__column--large:last-of-type {
    width: 30%;
  }
}

.c-text-section__desc {
  margin-bottom: 1.75rem;
  font-family: "InstrumentSans", frutiger, "Frutiger Linotype", univers, calibri, "Myriad Pro", myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", tahoma, geneva, "Helvetica Neue", helvetica, arial, sans-serif;
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 1.4;
  letter-spacing: 0;
  color: #002B54;
  width: 100%;
}
@media screen and (min-width: 375px) {
  .c-text-section__desc {
    font-size: calc(1.25rem + 0.25 * (100vw - 375px) / 649);
  }
}
@media screen and (min-width: 1024px) {
  .c-text-section__desc {
    font-size: 1.5rem;
  }
}
@media (min-width: 1024px) {
  .c-text-section__desc {
    line-height: 1.4;
  }
}
@media (min-width: 1024px) {
  .c-text-section__desc {
    margin-bottom: 2rem;
  }
}
.c-text-section__desc--right {
  font-family: "InstrumentSans", frutiger, "Frutiger Linotype", univers, calibri, "Myriad Pro", myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", tahoma, geneva, "Helvetica Neue", helvetica, arial, sans-serif;
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.4;
  letter-spacing: 0;
}
@media screen and (min-width: 375px) {
  .c-text-section__desc--right {
    font-size: calc(1.25rem + 0.25 * (100vw - 375px) / 649);
  }
}
@media screen and (min-width: 1024px) {
  .c-text-section__desc--right {
    font-size: 1.5rem;
  }
}
@media (min-width: 1024px) {
  .c-text-section__desc--right {
    line-height: 1.4;
  }
}

.c-text-section__icon {
  margin: 0 auto 2.5rem;
  color: #002B54;
  height: 100px;
  width: 100px;
}

.c-widget {
  width: 100vw;
  overflow: hidden;
}
@media (min-width: 1024px) {
  .c-widget {
    padding: 0 2.5rem;
  }
}
.c-widget--theme-default {
  background-color: transparent;
}
.c-widget--theme-light {
  background-color: #F3F3F2;
}
.c-widget:first-of-type {
  padding-top: calc(var(--page-header-height));
}
.c-widget--full {
  padding: 0;
}

.c-widget__inner {
  width: 100%;
  max-width: 1650px;
  padding: 0 1.25rem;
  margin: 0 auto;
}
.c-widget__inner--full {
  max-width: unset;
  padding: 0;
  margin: unset;
}
@media (max-width: 1023.98px) {
  .c-widget--info-grid .c-widget__inner {
    padding: 0;
  }
}

/* ==========================================================================
   #ALIGN
   ========================================================================== */
.u-float-left {
  float: left;
}

.u-float-right {
  float: right;
}

.u-clear {
  clear: both;
}

.u-text-center {
  text-align: center;
}

.u-text-left {
  text-align: left;
}

.u-text-right {
  text-align: right;
}

/* ==========================================================================
   #CLEARFIX
   ========================================================================== */
/**
 * Attach our clearfix mixin to a utility class.
 */
.u-clearfix:after {
  content: "" !important;
  display: block !important;
  clear: both !important;
}

.u-color-blue--300 {
  background-color: #35CCC4;
  height: 200px;
  width: 200px;
  margin: 20px;
  border: 2px solid #000000;
  display: flex;
  position: relative;
}
.u-color-blue--300 > div {
  background-color: #ffffff;
  display: flex;
  flex-wrap: wrap;
  margin-top: auto;
  width: 100%;
  padding: 5px;
  font-weight: bold;
}
.u-color-blue--300 > div:after {
  width: 100%;
  content: "#35CCC4";
  font-weight: normal;
}
.u-color-blue--500 {
  background-color: #187E8C;
  height: 200px;
  width: 200px;
  margin: 20px;
  border: 2px solid #000000;
  display: flex;
  position: relative;
}
.u-color-blue--500 > div {
  background-color: #ffffff;
  display: flex;
  flex-wrap: wrap;
  margin-top: auto;
  width: 100%;
  padding: 5px;
  font-weight: bold;
}
.u-color-blue--500 > div:after {
  width: 100%;
  content: "#187E8C";
  font-weight: normal;
}
.u-color-blue--900 {
  background-color: #002B54;
  height: 200px;
  width: 200px;
  margin: 20px;
  border: 2px solid #000000;
  display: flex;
  position: relative;
}
.u-color-blue--900 > div {
  background-color: #ffffff;
  display: flex;
  flex-wrap: wrap;
  margin-top: auto;
  width: 100%;
  padding: 5px;
  font-weight: bold;
}
.u-color-blue--900 > div:after {
  width: 100%;
  content: "#002B54";
  font-weight: normal;
}

.u-color-functional--100 {
  background-color: #FFFFFF;
  height: 200px;
  width: 200px;
  margin: 20px;
  border: 2px solid #000000;
  display: flex;
  position: relative;
}
.u-color-functional--100 > div {
  background-color: #ffffff;
  display: flex;
  flex-wrap: wrap;
  margin-top: auto;
  width: 100%;
  padding: 5px;
  font-weight: bold;
}
.u-color-functional--100 > div:after {
  width: 100%;
  content: "#FFFFFF";
  font-weight: normal;
}
.u-color-functional--300 {
  background-color: #F3F3F2;
  height: 200px;
  width: 200px;
  margin: 20px;
  border: 2px solid #000000;
  display: flex;
  position: relative;
}
.u-color-functional--300 > div {
  background-color: #ffffff;
  display: flex;
  flex-wrap: wrap;
  margin-top: auto;
  width: 100%;
  padding: 5px;
  font-weight: bold;
}
.u-color-functional--300 > div:after {
  width: 100%;
  content: "#F3F3F2";
  font-weight: normal;
}

/* ==========================================================================
   #HIDE
   ========================================================================== */
/**
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */
.u-hidden-visually {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
          clip-path: inset(50%) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  white-space: nowrap !important;
  width: 1px !important;
}

/**
 * Hide visually and from screen readers.
 */
.u-hidden {
  display: none !important;
}

.u-hidden\@small {
  display: none;
}
@media (min-width: 768px) {
  .u-hidden\@small {
    display: block;
  }
}

.u-no-break {
  white-space: nowrap;
  word-break: keep-all;
}

/* ==========================================================================
   PADDING
   ========================================================================== */
.is-paddingless--top {
  padding-top: 0;
}

@media (max-width: 1023.98px) {
  .is-paddingless--top-mobile {
    padding-top: 0;
  }
}
@media (min-width: 1024px) {
  .is-paddingless--top-desktop {
    padding-top: 0;
  }
}
.is-paddingless--bottom {
  padding-bottom: 0;
}

@media (max-width: 1023.98px) {
  .is-paddingless--bottom-mobile {
    padding-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .is-paddingless--bottom-desktop {
    padding-bottom: 0;
  }
}
.is-paddingless--left {
  padding-left: 0;
}

@media (max-width: 1023.98px) {
  .is-paddingless--left-mobile {
    padding-left: 0;
  }
}
@media (min-width: 1024px) {
  .is-paddingless--left-desktop {
    padding-left: 0;
  }
}
.is-paddingless--right {
  padding-right: 0;
}

@media (max-width: 1023.98px) {
  .is-paddingless--right-mobile {
    padding-right: 0;
  }
}
@media (min-width: 1024px) {
  .is-paddingless--right-desktop {
    padding-right: 0;
  }
}
/* ==========================================================================
   SPACING
   ========================================================================== */
.u-space--xl-top {
  padding-top: 48px;
}
@media screen and (min-width: 375px) {
  .u-space--xl-top {
    padding-top: calc(48px + 48 * (100vw - 375px) / 649);
  }
}
@media screen and (min-width: 1024px) {
  .u-space--xl-top {
    padding-top: 96px;
  }
}

@media (max-width: 1023.98px) {
  .u-space--xl-top-mobile {
    padding-top: 48px;
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 375px) {
  .u-space--xl-top-mobile {
    padding-top: calc(48px + 48 * (100vw - 375px) / 649);
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 1024px) {
  .u-space--xl-top-mobile {
    padding-top: 96px;
  }
}
.u-space--xl-bottom {
  padding-bottom: 48px;
}
@media screen and (min-width: 375px) {
  .u-space--xl-bottom {
    padding-bottom: calc(48px + 48 * (100vw - 375px) / 649);
  }
}
@media screen and (min-width: 1024px) {
  .u-space--xl-bottom {
    padding-bottom: 96px;
  }
}

@media (max-width: 1023.98px) {
  .u-space--xl-bottom-mobile {
    padding-bottom: 48px;
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 375px) {
  .u-space--xl-bottom-mobile {
    padding-bottom: calc(48px + 48 * (100vw - 375px) / 649);
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 1024px) {
  .u-space--xl-bottom-mobile {
    padding-bottom: 96px;
  }
}
.u-space--l-top {
  padding-top: 32px;
}
@media screen and (min-width: 375px) {
  .u-space--l-top {
    padding-top: calc(32px + 32 * (100vw - 375px) / 649);
  }
}
@media screen and (min-width: 1024px) {
  .u-space--l-top {
    padding-top: 64px;
  }
}

@media (max-width: 1023.98px) {
  .u-space--l-top-mobile {
    padding-top: 32px;
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 375px) {
  .u-space--l-top-mobile {
    padding-top: calc(32px + 32 * (100vw - 375px) / 649);
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 1024px) {
  .u-space--l-top-mobile {
    padding-top: 64px;
  }
}
.u-space--l-bottom {
  padding-bottom: 32px;
}
@media screen and (min-width: 375px) {
  .u-space--l-bottom {
    padding-bottom: calc(32px + 32 * (100vw - 375px) / 649);
  }
}
@media screen and (min-width: 1024px) {
  .u-space--l-bottom {
    padding-bottom: 64px;
  }
}

@media (max-width: 1023.98px) {
  .u-space--l-bottom-mobile {
    padding-bottom: 32px;
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 375px) {
  .u-space--l-bottom-mobile {
    padding-bottom: calc(32px + 32 * (100vw - 375px) / 649);
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 1024px) {
  .u-space--l-bottom-mobile {
    padding-bottom: 64px;
  }
}
.u-space--m-top {
  padding-top: 24px;
}
@media screen and (min-width: 375px) {
  .u-space--m-top {
    padding-top: calc(24px + 24 * (100vw - 375px) / 649);
  }
}
@media screen and (min-width: 1024px) {
  .u-space--m-top {
    padding-top: 48px;
  }
}

@media (max-width: 1023.98px) {
  .u-space--m-top-mobile {
    padding-top: 24px;
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 375px) {
  .u-space--m-top-mobile {
    padding-top: calc(24px + 24 * (100vw - 375px) / 649);
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 1024px) {
  .u-space--m-top-mobile {
    padding-top: 48px;
  }
}
.u-space--m-bottom {
  padding-bottom: 24px;
}
@media screen and (min-width: 375px) {
  .u-space--m-bottom {
    padding-bottom: calc(24px + 24 * (100vw - 375px) / 649);
  }
}
@media screen and (min-width: 1024px) {
  .u-space--m-bottom {
    padding-bottom: 48px;
  }
}

@media (max-width: 1023.98px) {
  .u-space--m-bottom-mobile {
    padding-bottom: 24px;
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 375px) {
  .u-space--m-bottom-mobile {
    padding-bottom: calc(24px + 24 * (100vw - 375px) / 649);
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 1024px) {
  .u-space--m-bottom-mobile {
    padding-bottom: 48px;
  }
}
.u-space--s-top {
  padding-top: 16px;
}
@media screen and (min-width: 375px) {
  .u-space--s-top {
    padding-top: calc(16px + 16 * (100vw - 375px) / 649);
  }
}
@media screen and (min-width: 1024px) {
  .u-space--s-top {
    padding-top: 32px;
  }
}

@media (max-width: 1023.98px) {
  .u-space--s-top-mobile {
    padding-top: 16px;
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 375px) {
  .u-space--s-top-mobile {
    padding-top: calc(16px + 16 * (100vw - 375px) / 649);
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 1024px) {
  .u-space--s-top-mobile {
    padding-top: 32px;
  }
}
.u-space--s-bottom {
  padding-bottom: 16px;
}
@media screen and (min-width: 375px) {
  .u-space--s-bottom {
    padding-bottom: calc(16px + 16 * (100vw - 375px) / 649);
  }
}
@media screen and (min-width: 1024px) {
  .u-space--s-bottom {
    padding-bottom: 32px;
  }
}

@media (max-width: 1023.98px) {
  .u-space--s-bottom-mobile {
    padding-bottom: 16px;
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 375px) {
  .u-space--s-bottom-mobile {
    padding-bottom: calc(16px + 16 * (100vw - 375px) / 649);
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 1024px) {
  .u-space--s-bottom-mobile {
    padding-bottom: 32px;
  }
}
/* ==========================================================================
   TOOLTIP
   ========================================================================== */
.u-tooltip__content {
  display: none;
  max-width: 60ch;
}

.u-tooltip__icon-wrap {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  margin-left: 0.5rem;
}
.c-btn--pill-small .u-tooltip__icon-wrap {
  width: 1rem;
  height: 1rem;
  margin-left: 0.375rem;
}
@media (min-width: 1024px) {
  .c-btn--pill-small .u-tooltip__icon-wrap {
    width: 1.25rem;
    height: 1.25rem;
  }
}

.u-tooltip__icon {
  position: relative;
  width: 0.375rem;
  height: 0.75rem;
}
.c-btn--pill-small .u-tooltip__icon {
  width: 0.25rem;
  height: 0.5rem;
}
@media (min-width: 1024px) {
  .u-tooltip__icon {
    width: 0.5rem;
    height: 1rem;
  }
  .c-btn--pill-small .u-tooltip__icon {
    width: 0.375rem;
    height: 0.75rem;
  }
}

.tippy-box[data-theme~=vowo] {
  padding: 0.625rem;
}
.tippy-box[data-theme~=vowo-dark] {
  padding: 0.625rem;
}

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