.row:before, .row:after {
  content: " ";
  display: table
}

.row .row:before, .row .row:after {
  content: " ";
  display: table
}

.component-meta {
  text-align: center;
}

.component-meta .component-footer {
  color: #ababab;
  font-size: 1.125rem;
}

.component-header {
  padding: 18vh 0;
}

button {
  overflow: visible;
  margin: 0;
  padding: 0;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: normal;
  line-height: inherit;
  text-align: left;
  cursor: pointer;
  border: 0;
  outline: 0;
  background: transparent;
  -webkit-appearance: none;
}

img {
  display: block;
  max-width: 100%;
  border: 0;
}

.small-centered, .columns.small-centered {
  margin-left: auto;
  margin-right: auto;
  float: none
}

.small-uncentered, .columns.small-uncentered {
  float: left;
  margin-left: 0;
  margin-right: 0
}

.small-centered:last-child, .columns.small-centered:last-child {
  float: none
}

.component {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.text {
  color: #fff;
  word-wrap: break-word;
}

.text-theme-dark {
  color: #646363;
}

.lang_notactive {
  font-weight: normal;
}