
@import url(https://fonts.googleapis.com/css?family=Poppins:200,400,600,700);
/**
 * Foundation for Sites
 * Version 6.8.1
 * https://get.foundation
 * Licensed under MIT Open Source
 */
@import '@splidejs/splide/dist/css/splide.min.css';
@media print, screen and (min-width: 40em) {
  .reveal.large, .reveal.small, .reveal.tiny, .reveal {
    right: auto;
    left: auto;
    margin: 0 auto;
  }
}
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: 0;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

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

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

[data-whatintent=mouse] *, [data-whatintent=mouse] *:focus,
[data-whatintent=touch] *,
[data-whatintent=touch] *:focus,
[data-whatinput=mouse] *,
[data-whatinput=mouse] *:focus,
[data-whatinput=touch] *,
[data-whatinput=touch] *:focus {
  outline: none;
}

[draggable=false] {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
}

.foundation-mq {
  font-family: "small=0em&medium=40em&large=64em&xlarge=75em&xxlarge=90em";
}

html {
  box-sizing: border-box;
  font-size: 100%;
}

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

body {
  margin: 0;
  padding: 0;
  background: #fefefe;
  font-family: "Poppins", "Comic Sans", sans-serif;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
}

textarea {
  height: auto;
  min-height: 50px;
  border-radius: 0;
}

select {
  box-sizing: border-box;
  width: 100%;
  border-radius: 0;
}

.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
  max-width: none !important;
}

button {
  padding: 0;
  appearance: none;
  border: 0;
  border-radius: 0;
  background: transparent;
  line-height: 1;
  cursor: auto;
}
[data-whatinput=mouse] button {
  outline: 0;
}

pre {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
}

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

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

[type=text], [type=password], [type=date], [type=datetime], [type=datetime-local], [type=month], [type=week], [type=email], [type=number], [type=search], [type=tel], [type=time], [type=url], [type=color],
textarea {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  appearance: none;
}
[type=text]:focus, [type=password]:focus, [type=date]:focus, [type=datetime]:focus, [type=datetime-local]:focus, [type=month]:focus, [type=week]:focus, [type=email]:focus, [type=number]:focus, [type=search]:focus, [type=tel]:focus, [type=time]:focus, [type=url]:focus, [type=color]:focus,
textarea:focus {
  outline: none;
  border: 1px solid #8a8a8a;
  background-color: #fefefe;
  box-shadow: 0 0 5px #cacaca;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}

textarea {
  max-width: 100%;
}
textarea[rows] {
  height: auto;
}

input:disabled, input[readonly],
textarea:disabled,
textarea[readonly] {
  background-color: #e6e6e6;
  cursor: not-allowed;
}

[type=submit],
[type=button] {
  appearance: none;
  border-radius: 0;
}

input[type=search] {
  box-sizing: border-box;
}

::placeholder {
  color: #cacaca;
}

[type=file],
[type=checkbox],
[type=radio] {
  margin: 0 0 1rem;
}

[type=checkbox] + label,
[type=radio] + label {
  display: inline-block;
  vertical-align: baseline;
  margin-left: 0.5rem;
  margin-right: 1rem;
  margin-bottom: 0;
}
[type=checkbox] + label[for],
[type=radio] + label[for] {
  cursor: pointer;
}

label > [type=checkbox],
label > [type=radio] {
  margin-right: 0.5rem;
}

[type=file] {
  width: 100%;
}

label {
  display: block;
  margin: 0;
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1.8;
  color: #0a0a0a;
}
label.middle {
  margin: 0 0 1rem;
  line-height: 1.5;
  padding: 0.5625rem 0;
}

.help-text {
  margin-top: -0.5rem;
  font-size: 0.8125rem;
  font-style: italic;
  color: #0a0a0a;
}

.input-group {
  display: flex;
  width: 100%;
  margin-bottom: 1rem;
  align-items: stretch;
}
.input-group > :first-child, .input-group > :first-child.input-group-button > * {
  border-radius: 0 0 0 0;
}
.input-group > :last-child, .input-group > :last-child.input-group-button > * {
  border-radius: 0 0 0 0;
}

.input-group-button a,
.input-group-button input,
.input-group-button button,
.input-group-button label, .input-group-button, .input-group-field, .input-group-label {
  margin: 0;
  white-space: nowrap;
}

.input-group-label {
  padding: 0 1rem;
  border: 1px solid #cacaca;
  background: #e6e6e6;
  color: #0a0a0a;
  text-align: center;
  white-space: nowrap;
  display: flex;
  flex: 0 0 auto;
  align-items: center;
}
.input-group-label:first-child {
  border-right: 0;
}
.input-group-label:last-child {
  border-left: 0;
}

.input-group-field {
  border-radius: 0;
  flex: 1 1 0px;
  min-width: 0;
}

.input-group-button {
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  display: flex;
  flex: 0 0 auto;
}
.input-group-button a,
.input-group-button input,
.input-group-button button,
.input-group-button label {
  align-self: stretch;
  height: auto;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 1rem;
}

fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}

legend {
  max-width: 100%;
  margin-bottom: 0.5rem;
}

.fieldset {
  margin: 1.125rem 0;
  padding: 1.25rem;
  border: 1px solid #cacaca;
}
.fieldset legend {
  margin: 0;
  margin-left: -0.1875rem;
  padding: 0 0.1875rem;
}

select {
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  appearance: none;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="32" height="24" viewBox="0 0 32 24"><polygon points="0,0 32,0 16,24" style="fill: rgb%28138, 138, 138%29"></polygon></svg>');
  background-origin: content-box;
  background-position: right -1rem center;
  background-repeat: no-repeat;
  background-size: 9px 6px;
  padding-right: 1.5rem;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}
@media screen and (min-width: 0\0 ) {
  select {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg==");
  }
}
select:focus {
  outline: none;
  border: 1px solid #8a8a8a;
  background-color: #fefefe;
  box-shadow: 0 0 5px #cacaca;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}
select:disabled {
  background-color: #e6e6e6;
  cursor: not-allowed;
}
select::-ms-expand {
  display: none;
}
select[multiple] {
  height: auto;
  background-image: none;
}
select:not([multiple]) {
  padding-top: 0;
  padding-bottom: 0;
}

.is-invalid-input:not(:focus) {
  border-color: #cc4b37;
  background-color: #f9ecea;
}
.is-invalid-input:not(:focus)::placeholder {
  color: #cc4b37;
}

.is-invalid-label {
  color: #cc4b37;
}

.form-error {
  display: none;
  margin-top: -0.5rem;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: bold;
  color: #cc4b37;
}
.form-error.is-visible {
  display: block;
}

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

p {
  margin-bottom: 1rem;
  font-size: inherit;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
}

em,
i {
  font-style: italic;
  line-height: inherit;
}

strong,
b {
  font-weight: bold;
  line-height: inherit;
}

small {
  font-size: 1rem;
  line-height: inherit;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  font-family: "Poppins", "Comic Sans", sans-serif;
  font-style: normal;
  font-weight: normal;
  color: inherit;
  text-rendering: optimizeLegibility;
}
h1 small, .h1 small,
h2 small, .h2 small,
h3 small, .h3 small,
h4 small, .h4 small,
h5 small, .h5 small,
h6 small, .h6 small {
  line-height: 0;
  color: #cacaca;
}

h1, .h1 {
  font-size: 1.5rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h2, .h2 {
  font-size: 1.25rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h3, .h3 {
  font-size: 1.1875rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h4, .h4 {
  font-size: 1.125rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h5, .h5 {
  font-size: 1.0625rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h6, .h6 {
  font-size: 1rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

@media print, screen and (min-width: 40em) {
  h1, .h1 {
    font-size: 3rem;
  }
  h2, .h2 {
    font-size: 1.625rem;
  }
  h3, .h3 {
    font-size: 1.625rem;
  }
  h4, .h4 {
    font-size: 1.5rem;
  }
  h5, .h5 {
    font-size: 1.25rem;
  }
  h6, .h6 {
    font-size: 1rem;
  }
}
a {
  line-height: inherit;
  color: #1779ba;
  text-decoration: none;
  cursor: pointer;
}
a:hover, a:focus {
  color: #1468a0;
}
a img {
  border: 0;
}

hr {
  clear: both;
  max-width: 75rem;
  height: 0;
  margin: 1.25rem auto;
  border-top: 0;
  border-right: 0;
  border-bottom: 1px solid #cacaca;
  border-left: 0;
}

ul,
ol,
dl {
  margin-bottom: 1rem;
  list-style-position: outside;
  line-height: 1.6;
}

li {
  font-size: inherit;
}

ul {
  margin-left: 1.25rem;
  list-style-type: disc;
}

ol {
  margin-left: 1.25rem;
}

ul ul, ul ol, ol ul, ol ol {
  margin-left: 1.25rem;
  margin-bottom: 0;
}

dl {
  margin-bottom: 1rem;
}
dl dt {
  margin-bottom: 0.3rem;
  font-weight: bold;
}

blockquote {
  margin: 0 0 1rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #cacaca;
}
blockquote, blockquote p {
  line-height: 1.6;
  color: #8a8a8a;
}

abbr, abbr[title] {
  border-bottom: 1px dotted #0a0a0a;
  cursor: help;
  text-decoration: none;
}

figure {
  margin: 0;
}

kbd {
  margin: 0;
  padding: 0.125rem 0.25rem 0;
  background-color: #e6e6e6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  color: #0a0a0a;
}

.subheader {
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  font-weight: normal;
  line-height: 1.4;
  color: #8a8a8a;
}

.lead {
  font-size: 125%;
  line-height: 1.6;
}

.stat {
  font-size: 2.5rem;
  line-height: 1;
}
p + .stat {
  margin-top: -1rem;
}

ul.no-bullet, ol.no-bullet {
  margin-left: 0;
  list-style: none;
}

.cite-block, cite {
  display: block;
  color: #8a8a8a;
  font-size: 0.8125rem;
}
.cite-block:before, cite:before {
  content: "— ";
}

.code-inline, code {
  border: 1px solid #cacaca;
  background-color: #e6e6e6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #0a0a0a;
  display: inline;
  max-width: 100%;
  word-wrap: break-word;
  padding: 0.125rem 0.3125rem 0.0625rem;
}

.code-block {
  border: 1px solid #cacaca;
  background-color: #e6e6e6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #0a0a0a;
  display: block;
  overflow: auto;
  white-space: pre;
  padding: 1rem;
  margin-bottom: 1.5rem;
}

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

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

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

.text-justify {
  text-align: justify;
}

@media print, screen and (min-width: 40em) {
  .medium-text-left {
    text-align: left;
  }
  .medium-text-right {
    text-align: right;
  }
  .medium-text-center {
    text-align: center;
  }
  .medium-text-justify {
    text-align: justify;
  }
}
@media print, screen and (min-width: 64em) {
  .large-text-left {
    text-align: left;
  }
  .large-text-right {
    text-align: right;
  }
  .large-text-center {
    text-align: center;
  }
  .large-text-justify {
    text-align: justify;
  }
}
.show-for-print {
  display: none !important;
}

@media print {
  * {
    background: transparent !important;
    color: black !important;
    print-color-adjust: economy;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  .show-for-print {
    display: block !important;
  }
  .hide-for-print {
    display: none !important;
  }
  table.show-for-print {
    display: table !important;
  }
  thead.show-for-print {
    display: table-header-group !important;
  }
  tbody.show-for-print {
    display: table-row-group !important;
  }
  tr.show-for-print {
    display: table-row !important;
  }
  td.show-for-print {
    display: table-cell !important;
  }
  th.show-for-print {
    display: table-cell !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  pre,
  blockquote {
    border: 1px solid #8a8a8a;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .print-break-inside {
    page-break-inside: auto;
  }
}
.row {
  max-width: 75rem;
  margin-right: auto;
  margin-left: auto;
}
.row::before, .row::after {
  display: table;
  content: " ";
  flex-basis: 0;
  order: 1;
}
.row::after {
  clear: both;
}
.row.collapse > .column, .row.collapse > .columns {
  padding-right: 0;
  padding-left: 0;
}
.row .row {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}
@media print, screen and (min-width: 40em) {
  .row .row {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
}
@media print, screen and (min-width: 64em) {
  .row .row {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
}
.row .row.collapse {
  margin-right: 0;
  margin-left: 0;
}
.row.expanded {
  max-width: none;
}
.row.expanded .row {
  margin-right: auto;
  margin-left: auto;
}
.row:not(.expanded) .row {
  max-width: none;
}
.row.gutter-small > .column, .row.gutter-small > .columns {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}
.row.gutter-medium > .column, .row.gutter-medium > .columns {
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}

.column, .columns {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  width: 100%;
  float: left;
}
@media print, screen and (min-width: 40em) {
  .column, .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
.column, .columns, .column:last-child:not(:first-child) {
  float: left;
  clear: none;
}
.column:last-child:not(:first-child), .columns:last-child:not(:first-child) {
  float: right;
}
.column.end:last-child:last-child, .end.columns:last-child:last-child {
  float: left;
}

.column.row.row, .row.row.columns {
  float: none;
}

.row .column.row.row, .row .row.row.columns {
  margin-right: 0;
  margin-left: 0;
  padding-right: 0;
  padding-left: 0;
}

.small-1 {
  width: 8.3333333333%;
}

.small-push-1 {
  position: relative;
  left: 8.3333333333%;
}

.small-pull-1 {
  position: relative;
  left: -8.3333333333%;
}

.small-offset-0 {
  margin-left: 0%;
}

.small-2 {
  width: 16.6666666667%;
}

.small-push-2 {
  position: relative;
  left: 16.6666666667%;
}

.small-pull-2 {
  position: relative;
  left: -16.6666666667%;
}

.small-offset-1 {
  margin-left: 8.3333333333%;
}

.small-3 {
  width: 25%;
}

.small-push-3 {
  position: relative;
  left: 25%;
}

.small-pull-3 {
  position: relative;
  left: -25%;
}

.small-offset-2 {
  margin-left: 16.6666666667%;
}

.small-4 {
  width: 33.3333333333%;
}

.small-push-4 {
  position: relative;
  left: 33.3333333333%;
}

.small-pull-4 {
  position: relative;
  left: -33.3333333333%;
}

.small-offset-3 {
  margin-left: 25%;
}

.small-5 {
  width: 41.6666666667%;
}

.small-push-5 {
  position: relative;
  left: 41.6666666667%;
}

.small-pull-5 {
  position: relative;
  left: -41.6666666667%;
}

.small-offset-4 {
  margin-left: 33.3333333333%;
}

.small-6 {
  width: 50%;
}

.small-push-6 {
  position: relative;
  left: 50%;
}

.small-pull-6 {
  position: relative;
  left: -50%;
}

.small-offset-5 {
  margin-left: 41.6666666667%;
}

.small-7 {
  width: 58.3333333333%;
}

.small-push-7 {
  position: relative;
  left: 58.3333333333%;
}

.small-pull-7 {
  position: relative;
  left: -58.3333333333%;
}

.small-offset-6 {
  margin-left: 50%;
}

.small-8 {
  width: 66.6666666667%;
}

.small-push-8 {
  position: relative;
  left: 66.6666666667%;
}

.small-pull-8 {
  position: relative;
  left: -66.6666666667%;
}

.small-offset-7 {
  margin-left: 58.3333333333%;
}

.small-9 {
  width: 75%;
}

.small-push-9 {
  position: relative;
  left: 75%;
}

.small-pull-9 {
  position: relative;
  left: -75%;
}

.small-offset-8 {
  margin-left: 66.6666666667%;
}

.small-10 {
  width: 83.3333333333%;
}

.small-push-10 {
  position: relative;
  left: 83.3333333333%;
}

.small-pull-10 {
  position: relative;
  left: -83.3333333333%;
}

.small-offset-9 {
  margin-left: 75%;
}

.small-11 {
  width: 91.6666666667%;
}

.small-push-11 {
  position: relative;
  left: 91.6666666667%;
}

.small-pull-11 {
  position: relative;
  left: -91.6666666667%;
}

.small-offset-10 {
  margin-left: 83.3333333333%;
}

.small-12 {
  width: 100%;
}

.small-offset-11 {
  margin-left: 91.6666666667%;
}

.small-up-1 > .column, .small-up-1 > .columns {
  float: left;
  width: 100%;
}
.small-up-1 > .column:nth-of-type(1n), .small-up-1 > .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-1 > .column:nth-of-type(1n+1), .small-up-1 > .columns:nth-of-type(1n+1) {
  clear: both;
}
.small-up-1 > .column:last-child, .small-up-1 > .columns:last-child {
  float: left;
}

.small-up-2 > .column, .small-up-2 > .columns {
  float: left;
  width: 50%;
}
.small-up-2 > .column:nth-of-type(1n), .small-up-2 > .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-2 > .column:nth-of-type(2n+1), .small-up-2 > .columns:nth-of-type(2n+1) {
  clear: both;
}
.small-up-2 > .column:last-child, .small-up-2 > .columns:last-child {
  float: left;
}

.small-up-3 > .column, .small-up-3 > .columns {
  float: left;
  width: 33.3333333333%;
}
.small-up-3 > .column:nth-of-type(1n), .small-up-3 > .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-3 > .column:nth-of-type(3n+1), .small-up-3 > .columns:nth-of-type(3n+1) {
  clear: both;
}
.small-up-3 > .column:last-child, .small-up-3 > .columns:last-child {
  float: left;
}

.small-up-4 > .column, .small-up-4 > .columns {
  float: left;
  width: 25%;
}
.small-up-4 > .column:nth-of-type(1n), .small-up-4 > .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-4 > .column:nth-of-type(4n+1), .small-up-4 > .columns:nth-of-type(4n+1) {
  clear: both;
}
.small-up-4 > .column:last-child, .small-up-4 > .columns:last-child {
  float: left;
}

.small-up-5 > .column, .small-up-5 > .columns {
  float: left;
  width: 20%;
}
.small-up-5 > .column:nth-of-type(1n), .small-up-5 > .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-5 > .column:nth-of-type(5n+1), .small-up-5 > .columns:nth-of-type(5n+1) {
  clear: both;
}
.small-up-5 > .column:last-child, .small-up-5 > .columns:last-child {
  float: left;
}

.small-up-6 > .column, .small-up-6 > .columns {
  float: left;
  width: 16.6666666667%;
}
.small-up-6 > .column:nth-of-type(1n), .small-up-6 > .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-6 > .column:nth-of-type(6n+1), .small-up-6 > .columns:nth-of-type(6n+1) {
  clear: both;
}
.small-up-6 > .column:last-child, .small-up-6 > .columns:last-child {
  float: left;
}

.small-up-7 > .column, .small-up-7 > .columns {
  float: left;
  width: 14.2857142857%;
}
.small-up-7 > .column:nth-of-type(1n), .small-up-7 > .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-7 > .column:nth-of-type(7n+1), .small-up-7 > .columns:nth-of-type(7n+1) {
  clear: both;
}
.small-up-7 > .column:last-child, .small-up-7 > .columns:last-child {
  float: left;
}

.small-up-8 > .column, .small-up-8 > .columns {
  float: left;
  width: 12.5%;
}
.small-up-8 > .column:nth-of-type(1n), .small-up-8 > .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-8 > .column:nth-of-type(8n+1), .small-up-8 > .columns:nth-of-type(8n+1) {
  clear: both;
}
.small-up-8 > .column:last-child, .small-up-8 > .columns:last-child {
  float: left;
}

.small-collapse > .column, .small-collapse > .columns {
  padding-right: 0;
  padding-left: 0;
}
.small-collapse .row {
  margin-right: 0;
  margin-left: 0;
}

.expanded.row .small-collapse.row {
  margin-right: 0;
  margin-left: 0;
}

.small-uncollapse > .column, .small-uncollapse > .columns {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}

.small-centered {
  margin-right: auto;
  margin-left: auto;
}
.small-centered, .small-centered:last-child:not(:first-child) {
  float: none;
  clear: both;
}

.small-uncentered, .small-push-0, .small-pull-0 {
  position: static;
  margin-right: 0;
  margin-left: 0;
}
.small-uncentered, .small-uncentered:last-child:not(:first-child), .small-push-0, .small-push-0:last-child:not(:first-child), .small-pull-0, .small-pull-0:last-child:not(:first-child) {
  float: left;
  clear: none;
}
.small-uncentered:last-child:not(:first-child), .small-push-0:last-child:not(:first-child), .small-pull-0:last-child:not(:first-child) {
  float: right;
}

@media print, screen and (min-width: 40em) {
  .medium-1 {
    width: 8.3333333333%;
  }
  .medium-push-1 {
    position: relative;
    left: 8.3333333333%;
  }
  .medium-pull-1 {
    position: relative;
    left: -8.3333333333%;
  }
  .medium-offset-0 {
    margin-left: 0%;
  }
  .medium-2 {
    width: 16.6666666667%;
  }
  .medium-push-2 {
    position: relative;
    left: 16.6666666667%;
  }
  .medium-pull-2 {
    position: relative;
    left: -16.6666666667%;
  }
  .medium-offset-1 {
    margin-left: 8.3333333333%;
  }
  .medium-3 {
    width: 25%;
  }
  .medium-push-3 {
    position: relative;
    left: 25%;
  }
  .medium-pull-3 {
    position: relative;
    left: -25%;
  }
  .medium-offset-2 {
    margin-left: 16.6666666667%;
  }
  .medium-4 {
    width: 33.3333333333%;
  }
  .medium-push-4 {
    position: relative;
    left: 33.3333333333%;
  }
  .medium-pull-4 {
    position: relative;
    left: -33.3333333333%;
  }
  .medium-offset-3 {
    margin-left: 25%;
  }
  .medium-5 {
    width: 41.6666666667%;
  }
  .medium-push-5 {
    position: relative;
    left: 41.6666666667%;
  }
  .medium-pull-5 {
    position: relative;
    left: -41.6666666667%;
  }
  .medium-offset-4 {
    margin-left: 33.3333333333%;
  }
  .medium-6 {
    width: 50%;
  }
  .medium-push-6 {
    position: relative;
    left: 50%;
  }
  .medium-pull-6 {
    position: relative;
    left: -50%;
  }
  .medium-offset-5 {
    margin-left: 41.6666666667%;
  }
  .medium-7 {
    width: 58.3333333333%;
  }
  .medium-push-7 {
    position: relative;
    left: 58.3333333333%;
  }
  .medium-pull-7 {
    position: relative;
    left: -58.3333333333%;
  }
  .medium-offset-6 {
    margin-left: 50%;
  }
  .medium-8 {
    width: 66.6666666667%;
  }
  .medium-push-8 {
    position: relative;
    left: 66.6666666667%;
  }
  .medium-pull-8 {
    position: relative;
    left: -66.6666666667%;
  }
  .medium-offset-7 {
    margin-left: 58.3333333333%;
  }
  .medium-9 {
    width: 75%;
  }
  .medium-push-9 {
    position: relative;
    left: 75%;
  }
  .medium-pull-9 {
    position: relative;
    left: -75%;
  }
  .medium-offset-8 {
    margin-left: 66.6666666667%;
  }
  .medium-10 {
    width: 83.3333333333%;
  }
  .medium-push-10 {
    position: relative;
    left: 83.3333333333%;
  }
  .medium-pull-10 {
    position: relative;
    left: -83.3333333333%;
  }
  .medium-offset-9 {
    margin-left: 75%;
  }
  .medium-11 {
    width: 91.6666666667%;
  }
  .medium-push-11 {
    position: relative;
    left: 91.6666666667%;
  }
  .medium-pull-11 {
    position: relative;
    left: -91.6666666667%;
  }
  .medium-offset-10 {
    margin-left: 83.3333333333%;
  }
  .medium-12 {
    width: 100%;
  }
  .medium-offset-11 {
    margin-left: 91.6666666667%;
  }
  .medium-up-1 > .column, .medium-up-1 > .columns {
    float: left;
    width: 100%;
  }
  .medium-up-1 > .column:nth-of-type(1n), .medium-up-1 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-1 > .column:nth-of-type(1n+1), .medium-up-1 > .columns:nth-of-type(1n+1) {
    clear: both;
  }
  .medium-up-1 > .column:last-child, .medium-up-1 > .columns:last-child {
    float: left;
  }
  .medium-up-2 > .column, .medium-up-2 > .columns {
    float: left;
    width: 50%;
  }
  .medium-up-2 > .column:nth-of-type(1n), .medium-up-2 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-2 > .column:nth-of-type(2n+1), .medium-up-2 > .columns:nth-of-type(2n+1) {
    clear: both;
  }
  .medium-up-2 > .column:last-child, .medium-up-2 > .columns:last-child {
    float: left;
  }
  .medium-up-3 > .column, .medium-up-3 > .columns {
    float: left;
    width: 33.3333333333%;
  }
  .medium-up-3 > .column:nth-of-type(1n), .medium-up-3 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-3 > .column:nth-of-type(3n+1), .medium-up-3 > .columns:nth-of-type(3n+1) {
    clear: both;
  }
  .medium-up-3 > .column:last-child, .medium-up-3 > .columns:last-child {
    float: left;
  }
  .medium-up-4 > .column, .medium-up-4 > .columns {
    float: left;
    width: 25%;
  }
  .medium-up-4 > .column:nth-of-type(1n), .medium-up-4 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-4 > .column:nth-of-type(4n+1), .medium-up-4 > .columns:nth-of-type(4n+1) {
    clear: both;
  }
  .medium-up-4 > .column:last-child, .medium-up-4 > .columns:last-child {
    float: left;
  }
  .medium-up-5 > .column, .medium-up-5 > .columns {
    float: left;
    width: 20%;
  }
  .medium-up-5 > .column:nth-of-type(1n), .medium-up-5 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-5 > .column:nth-of-type(5n+1), .medium-up-5 > .columns:nth-of-type(5n+1) {
    clear: both;
  }
  .medium-up-5 > .column:last-child, .medium-up-5 > .columns:last-child {
    float: left;
  }
  .medium-up-6 > .column, .medium-up-6 > .columns {
    float: left;
    width: 16.6666666667%;
  }
  .medium-up-6 > .column:nth-of-type(1n), .medium-up-6 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-6 > .column:nth-of-type(6n+1), .medium-up-6 > .columns:nth-of-type(6n+1) {
    clear: both;
  }
  .medium-up-6 > .column:last-child, .medium-up-6 > .columns:last-child {
    float: left;
  }
  .medium-up-7 > .column, .medium-up-7 > .columns {
    float: left;
    width: 14.2857142857%;
  }
  .medium-up-7 > .column:nth-of-type(1n), .medium-up-7 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-7 > .column:nth-of-type(7n+1), .medium-up-7 > .columns:nth-of-type(7n+1) {
    clear: both;
  }
  .medium-up-7 > .column:last-child, .medium-up-7 > .columns:last-child {
    float: left;
  }
  .medium-up-8 > .column, .medium-up-8 > .columns {
    float: left;
    width: 12.5%;
  }
  .medium-up-8 > .column:nth-of-type(1n), .medium-up-8 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-8 > .column:nth-of-type(8n+1), .medium-up-8 > .columns:nth-of-type(8n+1) {
    clear: both;
  }
  .medium-up-8 > .column:last-child, .medium-up-8 > .columns:last-child {
    float: left;
  }
  .medium-collapse > .column, .medium-collapse > .columns {
    padding-right: 0;
    padding-left: 0;
  }
  .medium-collapse .row {
    margin-right: 0;
    margin-left: 0;
  }
  .expanded.row .medium-collapse.row {
    margin-right: 0;
    margin-left: 0;
  }
  .medium-uncollapse > .column, .medium-uncollapse > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
  .medium-centered {
    margin-right: auto;
    margin-left: auto;
  }
  .medium-centered, .medium-centered:last-child:not(:first-child) {
    float: none;
    clear: both;
  }
  .medium-uncentered, .medium-push-0, .medium-pull-0 {
    position: static;
    margin-right: 0;
    margin-left: 0;
  }
  .medium-uncentered, .medium-uncentered:last-child:not(:first-child), .medium-push-0, .medium-push-0:last-child:not(:first-child), .medium-pull-0, .medium-pull-0:last-child:not(:first-child) {
    float: left;
    clear: none;
  }
  .medium-uncentered:last-child:not(:first-child), .medium-push-0:last-child:not(:first-child), .medium-pull-0:last-child:not(:first-child) {
    float: right;
  }
}
@media print, screen and (min-width: 64em) {
  .large-1 {
    width: 8.3333333333%;
  }
  .large-push-1 {
    position: relative;
    left: 8.3333333333%;
  }
  .large-pull-1 {
    position: relative;
    left: -8.3333333333%;
  }
  .large-offset-0 {
    margin-left: 0%;
  }
  .large-2 {
    width: 16.6666666667%;
  }
  .large-push-2 {
    position: relative;
    left: 16.6666666667%;
  }
  .large-pull-2 {
    position: relative;
    left: -16.6666666667%;
  }
  .large-offset-1 {
    margin-left: 8.3333333333%;
  }
  .large-3 {
    width: 25%;
  }
  .large-push-3 {
    position: relative;
    left: 25%;
  }
  .large-pull-3 {
    position: relative;
    left: -25%;
  }
  .large-offset-2 {
    margin-left: 16.6666666667%;
  }
  .large-4 {
    width: 33.3333333333%;
  }
  .large-push-4 {
    position: relative;
    left: 33.3333333333%;
  }
  .large-pull-4 {
    position: relative;
    left: -33.3333333333%;
  }
  .large-offset-3 {
    margin-left: 25%;
  }
  .large-5 {
    width: 41.6666666667%;
  }
  .large-push-5 {
    position: relative;
    left: 41.6666666667%;
  }
  .large-pull-5 {
    position: relative;
    left: -41.6666666667%;
  }
  .large-offset-4 {
    margin-left: 33.3333333333%;
  }
  .large-6 {
    width: 50%;
  }
  .large-push-6 {
    position: relative;
    left: 50%;
  }
  .large-pull-6 {
    position: relative;
    left: -50%;
  }
  .large-offset-5 {
    margin-left: 41.6666666667%;
  }
  .large-7 {
    width: 58.3333333333%;
  }
  .large-push-7 {
    position: relative;
    left: 58.3333333333%;
  }
  .large-pull-7 {
    position: relative;
    left: -58.3333333333%;
  }
  .large-offset-6 {
    margin-left: 50%;
  }
  .large-8 {
    width: 66.6666666667%;
  }
  .large-push-8 {
    position: relative;
    left: 66.6666666667%;
  }
  .large-pull-8 {
    position: relative;
    left: -66.6666666667%;
  }
  .large-offset-7 {
    margin-left: 58.3333333333%;
  }
  .large-9 {
    width: 75%;
  }
  .large-push-9 {
    position: relative;
    left: 75%;
  }
  .large-pull-9 {
    position: relative;
    left: -75%;
  }
  .large-offset-8 {
    margin-left: 66.6666666667%;
  }
  .large-10 {
    width: 83.3333333333%;
  }
  .large-push-10 {
    position: relative;
    left: 83.3333333333%;
  }
  .large-pull-10 {
    position: relative;
    left: -83.3333333333%;
  }
  .large-offset-9 {
    margin-left: 75%;
  }
  .large-11 {
    width: 91.6666666667%;
  }
  .large-push-11 {
    position: relative;
    left: 91.6666666667%;
  }
  .large-pull-11 {
    position: relative;
    left: -91.6666666667%;
  }
  .large-offset-10 {
    margin-left: 83.3333333333%;
  }
  .large-12 {
    width: 100%;
  }
  .large-offset-11 {
    margin-left: 91.6666666667%;
  }
  .large-up-1 > .column, .large-up-1 > .columns {
    float: left;
    width: 100%;
  }
  .large-up-1 > .column:nth-of-type(1n), .large-up-1 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-1 > .column:nth-of-type(1n+1), .large-up-1 > .columns:nth-of-type(1n+1) {
    clear: both;
  }
  .large-up-1 > .column:last-child, .large-up-1 > .columns:last-child {
    float: left;
  }
  .large-up-2 > .column, .large-up-2 > .columns {
    float: left;
    width: 50%;
  }
  .large-up-2 > .column:nth-of-type(1n), .large-up-2 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-2 > .column:nth-of-type(2n+1), .large-up-2 > .columns:nth-of-type(2n+1) {
    clear: both;
  }
  .large-up-2 > .column:last-child, .large-up-2 > .columns:last-child {
    float: left;
  }
  .large-up-3 > .column, .large-up-3 > .columns {
    float: left;
    width: 33.3333333333%;
  }
  .large-up-3 > .column:nth-of-type(1n), .large-up-3 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-3 > .column:nth-of-type(3n+1), .large-up-3 > .columns:nth-of-type(3n+1) {
    clear: both;
  }
  .large-up-3 > .column:last-child, .large-up-3 > .columns:last-child {
    float: left;
  }
  .large-up-4 > .column, .large-up-4 > .columns {
    float: left;
    width: 25%;
  }
  .large-up-4 > .column:nth-of-type(1n), .large-up-4 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-4 > .column:nth-of-type(4n+1), .large-up-4 > .columns:nth-of-type(4n+1) {
    clear: both;
  }
  .large-up-4 > .column:last-child, .large-up-4 > .columns:last-child {
    float: left;
  }
  .large-up-5 > .column, .large-up-5 > .columns {
    float: left;
    width: 20%;
  }
  .large-up-5 > .column:nth-of-type(1n), .large-up-5 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-5 > .column:nth-of-type(5n+1), .large-up-5 > .columns:nth-of-type(5n+1) {
    clear: both;
  }
  .large-up-5 > .column:last-child, .large-up-5 > .columns:last-child {
    float: left;
  }
  .large-up-6 > .column, .large-up-6 > .columns {
    float: left;
    width: 16.6666666667%;
  }
  .large-up-6 > .column:nth-of-type(1n), .large-up-6 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-6 > .column:nth-of-type(6n+1), .large-up-6 > .columns:nth-of-type(6n+1) {
    clear: both;
  }
  .large-up-6 > .column:last-child, .large-up-6 > .columns:last-child {
    float: left;
  }
  .large-up-7 > .column, .large-up-7 > .columns {
    float: left;
    width: 14.2857142857%;
  }
  .large-up-7 > .column:nth-of-type(1n), .large-up-7 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-7 > .column:nth-of-type(7n+1), .large-up-7 > .columns:nth-of-type(7n+1) {
    clear: both;
  }
  .large-up-7 > .column:last-child, .large-up-7 > .columns:last-child {
    float: left;
  }
  .large-up-8 > .column, .large-up-8 > .columns {
    float: left;
    width: 12.5%;
  }
  .large-up-8 > .column:nth-of-type(1n), .large-up-8 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-8 > .column:nth-of-type(8n+1), .large-up-8 > .columns:nth-of-type(8n+1) {
    clear: both;
  }
  .large-up-8 > .column:last-child, .large-up-8 > .columns:last-child {
    float: left;
  }
  .large-collapse > .column, .large-collapse > .columns {
    padding-right: 0;
    padding-left: 0;
  }
  .large-collapse .row {
    margin-right: 0;
    margin-left: 0;
  }
  .expanded.row .large-collapse.row {
    margin-right: 0;
    margin-left: 0;
  }
  .large-uncollapse > .column, .large-uncollapse > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
  .large-centered {
    margin-right: auto;
    margin-left: auto;
  }
  .large-centered, .large-centered:last-child:not(:first-child) {
    float: none;
    clear: both;
  }
  .large-uncentered, .large-push-0, .large-pull-0 {
    position: static;
    margin-right: 0;
    margin-left: 0;
  }
  .large-uncentered, .large-uncentered:last-child:not(:first-child), .large-push-0, .large-push-0:last-child:not(:first-child), .large-pull-0, .large-pull-0:last-child:not(:first-child) {
    float: left;
    clear: none;
  }
  .large-uncentered:last-child:not(:first-child), .large-push-0:last-child:not(:first-child), .large-pull-0:last-child:not(:first-child) {
    float: right;
  }
}
.column-block {
  margin-bottom: 1.25rem;
}
.column-block > :last-child {
  margin-bottom: 0;
}
@media print, screen and (min-width: 40em) {
  .column-block {
    margin-bottom: 1.875rem;
  }
  .column-block > :last-child {
    margin-bottom: 0;
  }
}

.button {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  padding: 0.85em 1em;
  border: 1px solid transparent;
  border-radius: 0;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-family: inherit;
  font-size: 0.9rem;
  -webkit-appearance: none;
  line-height: 1;
  text-align: center;
  cursor: pointer;
}
[data-whatinput=mouse] .button {
  outline: 0;
}
.button.tiny {
  font-size: 0.6rem;
}
.button.small {
  font-size: 0.75rem;
}
.button.large {
  font-size: 1.25rem;
}
.button.expanded {
  display: block;
  width: 100%;
  margin-right: 0;
  margin-left: 0;
}
.button, .button.disabled, .button[disabled], .button.disabled:hover, .button[disabled]:hover, .button.disabled:focus, .button[disabled]:focus {
  background-color: #1779ba;
  color: #fefefe;
}
.button:hover, .button:focus {
  background-color: #14679e;
  color: #fefefe;
}
.button.primary, .button.primary.disabled, .button.primary[disabled], .button.primary.disabled:hover, .button.primary[disabled]:hover, .button.primary.disabled:focus, .button.primary[disabled]:focus {
  background-color: #1779ba;
  color: #fefefe;
}
.button.primary:hover, .button.primary:focus {
  background-color: #126195;
  color: #fefefe;
}
.button.secondary, .button.secondary.disabled, .button.secondary[disabled], .button.secondary.disabled:hover, .button.secondary[disabled]:hover, .button.secondary.disabled:focus, .button.secondary[disabled]:focus {
  background-color: #767676;
  color: #fefefe;
}
.button.secondary:hover, .button.secondary:focus {
  background-color: #5e5e5e;
  color: #fefefe;
}
.button.success, .button.success.disabled, .button.success[disabled], .button.success.disabled:hover, .button.success[disabled]:hover, .button.success.disabled:focus, .button.success[disabled]:focus {
  background-color: #3adb76;
  color: #0a0a0a;
}
.button.success:hover, .button.success:focus {
  background-color: #22bb5b;
  color: #0a0a0a;
}
.button.warning, .button.warning.disabled, .button.warning[disabled], .button.warning.disabled:hover, .button.warning[disabled]:hover, .button.warning.disabled:focus, .button.warning[disabled]:focus {
  background-color: #ffae00;
  color: #0a0a0a;
}
.button.warning:hover, .button.warning:focus {
  background-color: #cc8b00;
  color: #0a0a0a;
}
.button.alert, .button.alert.disabled, .button.alert[disabled], .button.alert.disabled:hover, .button.alert[disabled]:hover, .button.alert.disabled:focus, .button.alert[disabled]:focus {
  background-color: #cc4b37;
  color: #fefefe;
}
.button.alert:hover, .button.alert:focus {
  background-color: #a53b2a;
  color: #fefefe;
}
.button.hollow, .button.hollow:hover, .button.hollow:focus, .button.hollow.disabled, .button.hollow.disabled:hover, .button.hollow.disabled:focus, .button.hollow[disabled], .button.hollow[disabled]:hover, .button.hollow[disabled]:focus {
  background-color: transparent;
}
.button.hollow, .button.hollow.disabled, .button.hollow[disabled], .button.hollow.disabled:hover, .button.hollow[disabled]:hover, .button.hollow.disabled:focus, .button.hollow[disabled]:focus {
  border: 1px solid #1779ba;
  color: #1779ba;
}
.button.hollow:hover, .button.hollow:focus {
  border-color: #0c3d5d;
  color: #0c3d5d;
}
.button.hollow.primary, .button.hollow.primary.disabled, .button.hollow.primary[disabled], .button.hollow.primary.disabled:hover, .button.hollow.primary[disabled]:hover, .button.hollow.primary.disabled:focus, .button.hollow.primary[disabled]:focus {
  border: 1px solid #1779ba;
  color: #1779ba;
}
.button.hollow.primary:hover, .button.hollow.primary:focus {
  border-color: #0c3d5d;
  color: #0c3d5d;
}
.button.hollow.secondary, .button.hollow.secondary.disabled, .button.hollow.secondary[disabled], .button.hollow.secondary.disabled:hover, .button.hollow.secondary[disabled]:hover, .button.hollow.secondary.disabled:focus, .button.hollow.secondary[disabled]:focus {
  border: 1px solid #767676;
  color: #767676;
}
.button.hollow.secondary:hover, .button.hollow.secondary:focus {
  border-color: #3b3b3b;
  color: #3b3b3b;
}
.button.hollow.success, .button.hollow.success.disabled, .button.hollow.success[disabled], .button.hollow.success.disabled:hover, .button.hollow.success[disabled]:hover, .button.hollow.success.disabled:focus, .button.hollow.success[disabled]:focus {
  border: 1px solid #3adb76;
  color: #3adb76;
}
.button.hollow.success:hover, .button.hollow.success:focus {
  border-color: #157539;
  color: #157539;
}
.button.hollow.warning, .button.hollow.warning.disabled, .button.hollow.warning[disabled], .button.hollow.warning.disabled:hover, .button.hollow.warning[disabled]:hover, .button.hollow.warning.disabled:focus, .button.hollow.warning[disabled]:focus {
  border: 1px solid #ffae00;
  color: #ffae00;
}
.button.hollow.warning:hover, .button.hollow.warning:focus {
  border-color: #805700;
  color: #805700;
}
.button.hollow.alert, .button.hollow.alert.disabled, .button.hollow.alert[disabled], .button.hollow.alert.disabled:hover, .button.hollow.alert[disabled]:hover, .button.hollow.alert.disabled:focus, .button.hollow.alert[disabled]:focus {
  border: 1px solid #cc4b37;
  color: #cc4b37;
}
.button.hollow.alert:hover, .button.hollow.alert:focus {
  border-color: #67251a;
  color: #67251a;
}
.button.clear, .button.clear:hover, .button.clear:focus, .button.clear.disabled, .button.clear.disabled:hover, .button.clear.disabled:focus, .button.clear[disabled], .button.clear[disabled]:hover, .button.clear[disabled]:focus {
  border-color: transparent;
  background-color: transparent;
}
.button.clear, .button.clear.disabled, .button.clear[disabled], .button.clear.disabled:hover, .button.clear[disabled]:hover, .button.clear.disabled:focus, .button.clear[disabled]:focus {
  color: #1779ba;
}
.button.clear:hover, .button.clear:focus {
  color: #0c3d5d;
}
.button.clear.primary, .button.clear.primary.disabled, .button.clear.primary[disabled], .button.clear.primary.disabled:hover, .button.clear.primary[disabled]:hover, .button.clear.primary.disabled:focus, .button.clear.primary[disabled]:focus {
  color: #1779ba;
}
.button.clear.primary:hover, .button.clear.primary:focus {
  color: #0c3d5d;
}
.button.clear.secondary, .button.clear.secondary.disabled, .button.clear.secondary[disabled], .button.clear.secondary.disabled:hover, .button.clear.secondary[disabled]:hover, .button.clear.secondary.disabled:focus, .button.clear.secondary[disabled]:focus {
  color: #767676;
}
.button.clear.secondary:hover, .button.clear.secondary:focus {
  color: #3b3b3b;
}
.button.clear.success, .button.clear.success.disabled, .button.clear.success[disabled], .button.clear.success.disabled:hover, .button.clear.success[disabled]:hover, .button.clear.success.disabled:focus, .button.clear.success[disabled]:focus {
  color: #3adb76;
}
.button.clear.success:hover, .button.clear.success:focus {
  color: #157539;
}
.button.clear.warning, .button.clear.warning.disabled, .button.clear.warning[disabled], .button.clear.warning.disabled:hover, .button.clear.warning[disabled]:hover, .button.clear.warning.disabled:focus, .button.clear.warning[disabled]:focus {
  color: #ffae00;
}
.button.clear.warning:hover, .button.clear.warning:focus {
  color: #805700;
}
.button.clear.alert, .button.clear.alert.disabled, .button.clear.alert[disabled], .button.clear.alert.disabled:hover, .button.clear.alert[disabled]:hover, .button.clear.alert.disabled:focus, .button.clear.alert[disabled]:focus {
  color: #cc4b37;
}
.button.clear.alert:hover, .button.clear.alert:focus {
  color: #67251a;
}
.button.disabled, .button[disabled] {
  opacity: 0.25;
  cursor: not-allowed;
}
.button.dropdown::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.4em;
  content: "";
  border-bottom-width: 0;
  border-color: #fefefe transparent transparent;
  position: relative;
  top: 0.4em;
  display: inline-block;
  float: right;
  margin-left: 1em;
}
.button.dropdown.hollow::after, .button.dropdown.clear::after {
  border-top-color: #1779ba;
}
.button.dropdown.hollow.primary::after, .button.dropdown.clear.primary::after {
  border-top-color: #1779ba;
}
.button.dropdown.hollow.secondary::after, .button.dropdown.clear.secondary::after {
  border-top-color: #767676;
}
.button.dropdown.hollow.success::after, .button.dropdown.clear.success::after {
  border-top-color: #3adb76;
}
.button.dropdown.hollow.warning::after, .button.dropdown.clear.warning::after {
  border-top-color: #ffae00;
}
.button.dropdown.hollow.alert::after, .button.dropdown.clear.alert::after {
  border-top-color: #cc4b37;
}
.button.arrow-only::after {
  top: -0.1em;
  float: none;
  margin-left: 0;
}

a.button:hover, a.button:focus {
  text-decoration: none;
}

.button-group {
  margin-bottom: 1rem;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  flex-grow: 1;
}
.button-group::before, .button-group::after {
  display: table;
  content: " ";
  flex-basis: 0;
  order: 1;
}
.button-group::after {
  clear: both;
}
.button-group::before, .button-group::after {
  display: none;
}
.button-group .button {
  margin: 0;
  margin-right: 1px;
  margin-bottom: 1px;
  font-size: 0.9rem;
  flex: 0 0 auto;
}
.button-group .button:last-child {
  margin-right: 0;
}
.button-group.tiny .button {
  font-size: 0.6rem;
}
.button-group.small .button {
  font-size: 0.75rem;
}
.button-group.large .button {
  font-size: 1.25rem;
}
.button-group.expanded .button {
  flex: 1 1 0px;
}
.button-group.primary .button, .button-group.primary .button.disabled, .button-group.primary .button[disabled], .button-group.primary .button.disabled:hover, .button-group.primary .button[disabled]:hover, .button-group.primary .button.disabled:focus, .button-group.primary .button[disabled]:focus {
  background-color: #1779ba;
  color: #fefefe;
}
.button-group.primary .button:hover, .button-group.primary .button:focus {
  background-color: #126195;
  color: #fefefe;
}
.button-group.secondary .button, .button-group.secondary .button.disabled, .button-group.secondary .button[disabled], .button-group.secondary .button.disabled:hover, .button-group.secondary .button[disabled]:hover, .button-group.secondary .button.disabled:focus, .button-group.secondary .button[disabled]:focus {
  background-color: #767676;
  color: #fefefe;
}
.button-group.secondary .button:hover, .button-group.secondary .button:focus {
  background-color: #5e5e5e;
  color: #fefefe;
}
.button-group.success .button, .button-group.success .button.disabled, .button-group.success .button[disabled], .button-group.success .button.disabled:hover, .button-group.success .button[disabled]:hover, .button-group.success .button.disabled:focus, .button-group.success .button[disabled]:focus {
  background-color: #3adb76;
  color: #0a0a0a;
}
.button-group.success .button:hover, .button-group.success .button:focus {
  background-color: #22bb5b;
  color: #0a0a0a;
}
.button-group.warning .button, .button-group.warning .button.disabled, .button-group.warning .button[disabled], .button-group.warning .button.disabled:hover, .button-group.warning .button[disabled]:hover, .button-group.warning .button.disabled:focus, .button-group.warning .button[disabled]:focus {
  background-color: #ffae00;
  color: #0a0a0a;
}
.button-group.warning .button:hover, .button-group.warning .button:focus {
  background-color: #cc8b00;
  color: #0a0a0a;
}
.button-group.alert .button, .button-group.alert .button.disabled, .button-group.alert .button[disabled], .button-group.alert .button.disabled:hover, .button-group.alert .button[disabled]:hover, .button-group.alert .button.disabled:focus, .button-group.alert .button[disabled]:focus {
  background-color: #cc4b37;
  color: #fefefe;
}
.button-group.alert .button:hover, .button-group.alert .button:focus {
  background-color: #a53b2a;
  color: #fefefe;
}
.button-group.hollow .button, .button-group.hollow .button:hover, .button-group.hollow .button:focus, .button-group.hollow .button.disabled, .button-group.hollow .button.disabled:hover, .button-group.hollow .button.disabled:focus, .button-group.hollow .button[disabled], .button-group.hollow .button[disabled]:hover, .button-group.hollow .button[disabled]:focus {
  background-color: transparent;
}
.button-group.hollow .button, .button-group.hollow .button.disabled, .button-group.hollow .button[disabled], .button-group.hollow .button.disabled:hover, .button-group.hollow .button[disabled]:hover, .button-group.hollow .button.disabled:focus, .button-group.hollow .button[disabled]:focus {
  border: 1px solid #1779ba;
  color: #1779ba;
}
.button-group.hollow .button:hover, .button-group.hollow .button:focus {
  border-color: #0c3d5d;
  color: #0c3d5d;
}
.button-group.hollow.primary .button, .button-group.hollow.primary .button.disabled, .button-group.hollow.primary .button[disabled], .button-group.hollow.primary .button.disabled:hover, .button-group.hollow.primary .button[disabled]:hover, .button-group.hollow.primary .button.disabled:focus, .button-group.hollow.primary .button[disabled]:focus, .button-group.hollow .button.primary, .button-group.hollow .button.primary.disabled, .button-group.hollow .button.primary[disabled], .button-group.hollow .button.primary.disabled:hover, .button-group.hollow .button.primary[disabled]:hover, .button-group.hollow .button.primary.disabled:focus, .button-group.hollow .button.primary[disabled]:focus {
  border: 1px solid #1779ba;
  color: #1779ba;
}
.button-group.hollow.primary .button:hover, .button-group.hollow.primary .button:focus, .button-group.hollow .button.primary:hover, .button-group.hollow .button.primary:focus {
  border-color: #0c3d5d;
  color: #0c3d5d;
}
.button-group.hollow.secondary .button, .button-group.hollow.secondary .button.disabled, .button-group.hollow.secondary .button[disabled], .button-group.hollow.secondary .button.disabled:hover, .button-group.hollow.secondary .button[disabled]:hover, .button-group.hollow.secondary .button.disabled:focus, .button-group.hollow.secondary .button[disabled]:focus, .button-group.hollow .button.secondary, .button-group.hollow .button.secondary.disabled, .button-group.hollow .button.secondary[disabled], .button-group.hollow .button.secondary.disabled:hover, .button-group.hollow .button.secondary[disabled]:hover, .button-group.hollow .button.secondary.disabled:focus, .button-group.hollow .button.secondary[disabled]:focus {
  border: 1px solid #767676;
  color: #767676;
}
.button-group.hollow.secondary .button:hover, .button-group.hollow.secondary .button:focus, .button-group.hollow .button.secondary:hover, .button-group.hollow .button.secondary:focus {
  border-color: #3b3b3b;
  color: #3b3b3b;
}
.button-group.hollow.success .button, .button-group.hollow.success .button.disabled, .button-group.hollow.success .button[disabled], .button-group.hollow.success .button.disabled:hover, .button-group.hollow.success .button[disabled]:hover, .button-group.hollow.success .button.disabled:focus, .button-group.hollow.success .button[disabled]:focus, .button-group.hollow .button.success, .button-group.hollow .button.success.disabled, .button-group.hollow .button.success[disabled], .button-group.hollow .button.success.disabled:hover, .button-group.hollow .button.success[disabled]:hover, .button-group.hollow .button.success.disabled:focus, .button-group.hollow .button.success[disabled]:focus {
  border: 1px solid #3adb76;
  color: #3adb76;
}
.button-group.hollow.success .button:hover, .button-group.hollow.success .button:focus, .button-group.hollow .button.success:hover, .button-group.hollow .button.success:focus {
  border-color: #157539;
  color: #157539;
}
.button-group.hollow.warning .button, .button-group.hollow.warning .button.disabled, .button-group.hollow.warning .button[disabled], .button-group.hollow.warning .button.disabled:hover, .button-group.hollow.warning .button[disabled]:hover, .button-group.hollow.warning .button.disabled:focus, .button-group.hollow.warning .button[disabled]:focus, .button-group.hollow .button.warning, .button-group.hollow .button.warning.disabled, .button-group.hollow .button.warning[disabled], .button-group.hollow .button.warning.disabled:hover, .button-group.hollow .button.warning[disabled]:hover, .button-group.hollow .button.warning.disabled:focus, .button-group.hollow .button.warning[disabled]:focus {
  border: 1px solid #ffae00;
  color: #ffae00;
}
.button-group.hollow.warning .button:hover, .button-group.hollow.warning .button:focus, .button-group.hollow .button.warning:hover, .button-group.hollow .button.warning:focus {
  border-color: #805700;
  color: #805700;
}
.button-group.hollow.alert .button, .button-group.hollow.alert .button.disabled, .button-group.hollow.alert .button[disabled], .button-group.hollow.alert .button.disabled:hover, .button-group.hollow.alert .button[disabled]:hover, .button-group.hollow.alert .button.disabled:focus, .button-group.hollow.alert .button[disabled]:focus, .button-group.hollow .button.alert, .button-group.hollow .button.alert.disabled, .button-group.hollow .button.alert[disabled], .button-group.hollow .button.alert.disabled:hover, .button-group.hollow .button.alert[disabled]:hover, .button-group.hollow .button.alert.disabled:focus, .button-group.hollow .button.alert[disabled]:focus {
  border: 1px solid #cc4b37;
  color: #cc4b37;
}
.button-group.hollow.alert .button:hover, .button-group.hollow.alert .button:focus, .button-group.hollow .button.alert:hover, .button-group.hollow .button.alert:focus {
  border-color: #67251a;
  color: #67251a;
}
.button-group.clear .button, .button-group.clear .button:hover, .button-group.clear .button:focus, .button-group.clear .button.disabled, .button-group.clear .button.disabled:hover, .button-group.clear .button.disabled:focus, .button-group.clear .button[disabled], .button-group.clear .button[disabled]:hover, .button-group.clear .button[disabled]:focus {
  border-color: transparent;
  background-color: transparent;
}
.button-group.clear .button, .button-group.clear .button.disabled, .button-group.clear .button[disabled], .button-group.clear .button.disabled:hover, .button-group.clear .button[disabled]:hover, .button-group.clear .button.disabled:focus, .button-group.clear .button[disabled]:focus {
  color: #1779ba;
}
.button-group.clear .button:hover, .button-group.clear .button:focus {
  color: #0c3d5d;
}
.button-group.clear.primary .button, .button-group.clear.primary .button.disabled, .button-group.clear.primary .button[disabled], .button-group.clear.primary .button.disabled:hover, .button-group.clear.primary .button[disabled]:hover, .button-group.clear.primary .button.disabled:focus, .button-group.clear.primary .button[disabled]:focus, .button-group.clear .button.primary, .button-group.clear .button.primary.disabled, .button-group.clear .button.primary[disabled], .button-group.clear .button.primary.disabled:hover, .button-group.clear .button.primary[disabled]:hover, .button-group.clear .button.primary.disabled:focus, .button-group.clear .button.primary[disabled]:focus {
  color: #1779ba;
}
.button-group.clear.primary .button:hover, .button-group.clear.primary .button:focus, .button-group.clear .button.primary:hover, .button-group.clear .button.primary:focus {
  color: #0c3d5d;
}
.button-group.clear.secondary .button, .button-group.clear.secondary .button.disabled, .button-group.clear.secondary .button[disabled], .button-group.clear.secondary .button.disabled:hover, .button-group.clear.secondary .button[disabled]:hover, .button-group.clear.secondary .button.disabled:focus, .button-group.clear.secondary .button[disabled]:focus, .button-group.clear .button.secondary, .button-group.clear .button.secondary.disabled, .button-group.clear .button.secondary[disabled], .button-group.clear .button.secondary.disabled:hover, .button-group.clear .button.secondary[disabled]:hover, .button-group.clear .button.secondary.disabled:focus, .button-group.clear .button.secondary[disabled]:focus {
  color: #767676;
}
.button-group.clear.secondary .button:hover, .button-group.clear.secondary .button:focus, .button-group.clear .button.secondary:hover, .button-group.clear .button.secondary:focus {
  color: #3b3b3b;
}
.button-group.clear.success .button, .button-group.clear.success .button.disabled, .button-group.clear.success .button[disabled], .button-group.clear.success .button.disabled:hover, .button-group.clear.success .button[disabled]:hover, .button-group.clear.success .button.disabled:focus, .button-group.clear.success .button[disabled]:focus, .button-group.clear .button.success, .button-group.clear .button.success.disabled, .button-group.clear .button.success[disabled], .button-group.clear .button.success.disabled:hover, .button-group.clear .button.success[disabled]:hover, .button-group.clear .button.success.disabled:focus, .button-group.clear .button.success[disabled]:focus {
  color: #3adb76;
}
.button-group.clear.success .button:hover, .button-group.clear.success .button:focus, .button-group.clear .button.success:hover, .button-group.clear .button.success:focus {
  color: #157539;
}
.button-group.clear.warning .button, .button-group.clear.warning .button.disabled, .button-group.clear.warning .button[disabled], .button-group.clear.warning .button.disabled:hover, .button-group.clear.warning .button[disabled]:hover, .button-group.clear.warning .button.disabled:focus, .button-group.clear.warning .button[disabled]:focus, .button-group.clear .button.warning, .button-group.clear .button.warning.disabled, .button-group.clear .button.warning[disabled], .button-group.clear .button.warning.disabled:hover, .button-group.clear .button.warning[disabled]:hover, .button-group.clear .button.warning.disabled:focus, .button-group.clear .button.warning[disabled]:focus {
  color: #ffae00;
}
.button-group.clear.warning .button:hover, .button-group.clear.warning .button:focus, .button-group.clear .button.warning:hover, .button-group.clear .button.warning:focus {
  color: #805700;
}
.button-group.clear.alert .button, .button-group.clear.alert .button.disabled, .button-group.clear.alert .button[disabled], .button-group.clear.alert .button.disabled:hover, .button-group.clear.alert .button[disabled]:hover, .button-group.clear.alert .button.disabled:focus, .button-group.clear.alert .button[disabled]:focus, .button-group.clear .button.alert, .button-group.clear .button.alert.disabled, .button-group.clear .button.alert[disabled], .button-group.clear .button.alert.disabled:hover, .button-group.clear .button.alert[disabled]:hover, .button-group.clear .button.alert.disabled:focus, .button-group.clear .button.alert[disabled]:focus {
  color: #cc4b37;
}
.button-group.clear.alert .button:hover, .button-group.clear.alert .button:focus, .button-group.clear .button.alert:hover, .button-group.clear .button.alert:focus {
  color: #67251a;
}
.button-group.no-gaps .button {
  margin-right: -0.0625rem;
}
.button-group.no-gaps .button + .button {
  border-left-color: transparent;
}
.button-group.stacked, .button-group.stacked-for-small, .button-group.stacked-for-medium {
  flex-wrap: wrap;
}
.button-group.stacked .button, .button-group.stacked-for-small .button, .button-group.stacked-for-medium .button {
  flex: 0 0 100%;
}
.button-group.stacked .button:last-child, .button-group.stacked-for-small .button:last-child, .button-group.stacked-for-medium .button:last-child {
  margin-bottom: 0;
}
.button-group.stacked.expanded .button, .button-group.stacked-for-small.expanded .button, .button-group.stacked-for-medium.expanded .button {
  flex: 1 1 0px;
}
@media print, screen and (min-width: 40em) {
  .button-group.stacked-for-small .button {
    flex: 0 0 auto;
    margin-bottom: 0;
  }
}
@media print, screen and (min-width: 64em) {
  .button-group.stacked-for-medium .button {
    flex: 0 0 auto;
    margin-bottom: 0;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .button-group.stacked-for-small.expanded {
    display: block;
  }
  .button-group.stacked-for-small.expanded .button {
    display: block;
    margin-right: 0;
  }
}
@media print, screen and (max-width: 63.99875em) {
  .button-group.stacked-for-medium.expanded {
    display: block;
  }
  .button-group.stacked-for-medium.expanded .button {
    display: block;
    margin-right: 0;
  }
}

.close-button {
  position: absolute;
  z-index: 10;
  color: #8a8a8a;
  cursor: pointer;
}
[data-whatinput=mouse] .close-button {
  outline: 0;
}
.close-button:hover, .close-button:focus {
  color: #0a0a0a;
}
.close-button.small {
  right: 0.66rem;
  top: 0.33em;
  font-size: 1.5em;
  line-height: 1;
}

.close-button.medium, .close-button {
  right: 1rem;
  top: 0.5rem;
  font-size: 2em;
  line-height: 1;
}

.label {
  display: inline-block;
  padding: 0.33333rem 0.5rem;
  border-radius: 0;
  font-size: 0.8rem;
  line-height: 1;
  white-space: nowrap;
  cursor: default;
  background: #1779ba;
  color: #fefefe;
}
.label.primary {
  background: #1779ba;
  color: #fefefe;
}
.label.secondary {
  background: #767676;
  color: #fefefe;
}
.label.success {
  background: #3adb76;
  color: #0a0a0a;
}
.label.warning {
  background: #ffae00;
  color: #0a0a0a;
}
.label.alert {
  background: #cc4b37;
  color: #fefefe;
}

.progress {
  height: 1rem;
  margin-bottom: 1rem;
  border-radius: 0;
  background-color: #cacaca;
}
.progress.primary .progress-meter {
  background-color: #1779ba;
}
.progress.secondary .progress-meter {
  background-color: #767676;
}
.progress.success .progress-meter {
  background-color: #3adb76;
}
.progress.warning .progress-meter {
  background-color: #ffae00;
}
.progress.alert .progress-meter {
  background-color: #cc4b37;
}

.progress-meter {
  position: relative;
  display: block;
  width: 0%;
  height: 100%;
  background-color: #1779ba;
}

.progress-meter-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
  font-size: 0.75rem;
  font-weight: bold;
  color: #fefefe;
  white-space: nowrap;
}

.slider {
  position: relative;
  height: 0.5rem;
  margin-top: 1.25rem;
  margin-bottom: 2.25rem;
  background-color: #e6e6e6;
  cursor: pointer;
  user-select: none;
  touch-action: none;
}

.slider-fill {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  max-width: 100%;
  height: 0.5rem;
  background-color: #cacaca;
  transition: all 0.2s ease-in-out;
}
.slider-fill.is-dragging {
  transition: all 0s linear;
}

.slider-handle {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  z-index: 1;
  cursor: grab;
  display: inline-block;
  width: 1.4rem;
  height: 1.4rem;
  border-radius: 0;
  background-color: #1779ba;
  transition: all 0.2s ease-in-out;
  touch-action: manipulation;
}
[data-whatinput=mouse] .slider-handle {
  outline: 0;
}
.slider-handle:hover {
  background-color: #14679e;
}
.slider-handle.is-dragging {
  transition: all 0s linear;
  cursor: grabbing;
}

.slider.disabled,
.slider[disabled] {
  opacity: 0.25;
  cursor: not-allowed;
}

.slider.vertical {
  display: inline-block;
  width: 0.5rem;
  height: 12.5rem;
  margin: 0 1.25rem;
  transform: scale(1, -1);
}
.slider.vertical .slider-fill {
  top: 0;
  width: 0.5rem;
  max-height: 100%;
}
.slider.vertical .slider-handle {
  position: absolute;
  top: 0;
  left: 50%;
  width: 1.4rem;
  height: 1.4rem;
  transform: translateX(-50%);
}

.switch {
  position: relative;
  margin-bottom: 1rem;
  outline: 0;
  font-size: 0.875rem;
  font-weight: bold;
  color: #fefefe;
  user-select: none;
  height: 2rem;
}

.switch-input {
  position: absolute;
  margin-bottom: 0;
  opacity: 0;
}

.switch-paddle {
  position: relative;
  display: block;
  width: 4rem;
  height: 2rem;
  border-radius: 0;
  background: #cacaca;
  transition: all 0.25s ease-out;
  font-weight: inherit;
  color: inherit;
  cursor: pointer;
}
input + .switch-paddle {
  margin: 0;
}
.switch-paddle::after {
  position: absolute;
  top: 0.25rem;
  left: 0.25rem;
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  transform: translate3d(0, 0, 0);
  border-radius: 0;
  background: #fefefe;
  transition: all 0.25s ease-out;
  content: "";
}
input:checked ~ .switch-paddle {
  background: #1779ba;
}
input:checked ~ .switch-paddle::after {
  left: 2.25rem;
}
input:disabled ~ .switch-paddle {
  cursor: not-allowed;
  opacity: 0.5;
}
[data-whatinput=mouse] input:focus ~ .switch-paddle {
  outline: 0;
}

.switch-inactive, .switch-active {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.switch-active {
  left: 8%;
  display: none;
}
input:checked + label > .switch-active {
  display: block;
}

.switch-inactive {
  right: 15%;
}
input:checked + label > .switch-inactive {
  display: none;
}

.switch.tiny {
  height: 1.5rem;
}
.switch.tiny .switch-paddle {
  width: 3rem;
  height: 1.5rem;
  font-size: 0.625rem;
}
.switch.tiny .switch-paddle::after {
  top: 0.25rem;
  left: 0.25rem;
  width: 1rem;
  height: 1rem;
}
.switch.tiny input:checked ~ .switch-paddle::after {
  left: 1.75rem;
}

.switch.small {
  height: 1.75rem;
}
.switch.small .switch-paddle {
  width: 3.5rem;
  height: 1.75rem;
  font-size: 0.75rem;
}
.switch.small .switch-paddle::after {
  top: 0.25rem;
  left: 0.25rem;
  width: 1.25rem;
  height: 1.25rem;
}
.switch.small input:checked ~ .switch-paddle::after {
  left: 2rem;
}

.switch.large {
  height: 2.5rem;
}
.switch.large .switch-paddle {
  width: 5rem;
  height: 2.5rem;
  font-size: 1rem;
}
.switch.large .switch-paddle::after {
  top: 0.25rem;
  left: 0.25rem;
  width: 2rem;
  height: 2rem;
}
.switch.large input:checked ~ .switch-paddle::after {
  left: 2.75rem;
}

table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 1rem;
  border-radius: 0;
}
thead,
tbody,
tfoot {
  border: 1px solid #f1f1f1;
  background-color: #fefefe;
}

caption {
  padding: 0.5rem 0.625rem 0.625rem;
  font-weight: bold;
}

thead {
  background: #f8f8f8;
  color: #0a0a0a;
}

tfoot {
  background: #f1f1f1;
  color: #0a0a0a;
}

thead tr,
tfoot tr {
  background: transparent;
}
thead th,
thead td,
tfoot th,
tfoot td {
  padding: 0.5rem 0.625rem 0.625rem;
  font-weight: bold;
  text-align: left;
}

tbody th,
tbody td {
  padding: 0.5rem 0.625rem 0.625rem;
}

tbody tr:nth-child(even) {
  border-bottom: 0;
  background-color: #f1f1f1;
}

table.unstriped tbody {
  background-color: #fefefe;
}
table.unstriped tbody tr {
  border-bottom: 1px solid #f1f1f1;
  background-color: #fefefe;
}

@media print, screen and (max-width: 63.99875em) {
  table.stack thead {
    display: none;
  }
  table.stack tfoot {
    display: none;
  }
  table.stack tr,
  table.stack th,
  table.stack td {
    display: block;
  }
  table.stack td {
    border-top: 0;
  }
}

table.scroll {
  display: block;
  width: 100%;
  overflow-x: auto;
}

table.hover thead tr:hover {
  background-color: #f3f3f3;
}
table.hover tfoot tr:hover {
  background-color: #ececec;
}
table.hover tbody tr:hover {
  background-color: #f9f9f9;
}
table.hover:not(.unstriped) tr:nth-of-type(even):hover {
  background-color: #ececec;
}

.table-scroll {
  overflow-x: auto;
}

.badge {
  display: inline-block;
  min-width: 2.1em;
  padding: 0.3em;
  border-radius: 50%;
  font-size: 0.6rem;
  text-align: center;
  background: #1779ba;
  color: #fefefe;
}
.badge.primary {
  background: #1779ba;
  color: #fefefe;
}
.badge.secondary {
  background: #767676;
  color: #fefefe;
}
.badge.success {
  background: #3adb76;
  color: #0a0a0a;
}
.badge.warning {
  background: #ffae00;
  color: #0a0a0a;
}
.badge.alert {
  background: #cc4b37;
  color: #fefefe;
}

.breadcrumbs {
  margin: 0 0 1rem 0;
  list-style: none;
}
.breadcrumbs::before, .breadcrumbs::after {
  display: table;
  content: " ";
  flex-basis: 0;
  order: 1;
}
.breadcrumbs::after {
  clear: both;
}
.breadcrumbs li {
  float: left;
  font-size: 0.6875rem;
  color: #0a0a0a;
  cursor: default;
  text-transform: uppercase;
}
.breadcrumbs li:not(:last-child)::after {
  position: relative;
  margin: 0 0.75rem;
  opacity: 1;
  content: "/";
  color: #cacaca;
}
.breadcrumbs a {
  color: #1779ba;
}
.breadcrumbs a:hover {
  text-decoration: underline;
}
.breadcrumbs .disabled {
  color: #cacaca;
  cursor: not-allowed;
}

.callout {
  position: relative;
  margin: 0 0 1rem 0;
  padding: 1rem;
  border: 1px solid rgba(10, 10, 10, 0.25);
  border-radius: 0;
  background-color: white;
  color: #0a0a0a;
}
.callout > :first-child {
  margin-top: 0;
}
.callout > :last-child {
  margin-bottom: 0;
}
.callout.primary {
  background-color: #d7ecfa;
  color: #0a0a0a;
}
.callout.secondary {
  background-color: #eaeaea;
  color: #0a0a0a;
}
.callout.success {
  background-color: #e1faea;
  color: #0a0a0a;
}
.callout.warning {
  background-color: #fff3d9;
  color: #0a0a0a;
}
.callout.alert {
  background-color: #f7e4e1;
  color: #0a0a0a;
}
.callout.small {
  padding-top: 0.5rem;
  padding-right: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.5rem;
}
.callout.large {
  padding-top: 3rem;
  padding-right: 3rem;
  padding-bottom: 3rem;
  padding-left: 3rem;
}

.card {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  margin-bottom: 1rem;
  border: 1px solid #e6e6e6;
  border-radius: 0;
  background: #fefefe;
  box-shadow: none;
  overflow: hidden;
  color: #0a0a0a;
}
.card > :last-child {
  margin-bottom: 0;
}

.card-divider {
  display: flex;
  flex: 0 1 auto;
  padding: 1rem;
  background: #e6e6e6;
}
.card-divider > :last-child {
  margin-bottom: 0;
}

.card-section {
  flex: 1 0 auto;
  padding: 1rem;
}
.card-section > :last-child {
  margin-bottom: 0;
}

.card-image {
  min-height: 1px;
}

.dropdown-pane {
  position: absolute;
  z-index: 10;
  display: none;
  width: 300px;
  padding: 1rem;
  visibility: hidden;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  font-size: 1rem;
}
.dropdown-pane.is-opening {
  display: block;
}
.dropdown-pane.is-open {
  display: block;
  visibility: visible;
}

.dropdown-pane.tiny {
  width: 100px;
}

.dropdown-pane.small {
  width: 200px;
}

.dropdown-pane.large {
  width: 400px;
}

.pagination {
  margin-left: 0;
  margin-bottom: 1rem;
}
.pagination::before, .pagination::after {
  display: table;
  content: " ";
  flex-basis: 0;
  order: 1;
}
.pagination::after {
  clear: both;
}
.pagination li {
  margin-right: 0.0625rem;
  border-radius: 0;
  font-size: 0.875rem;
  display: none;
}
.pagination li:last-child, .pagination li:first-child {
  display: inline-block;
}
@media print, screen and (min-width: 40em) {
  .pagination li {
    display: inline-block;
  }
}
.pagination a,
.pagination button {
  display: block;
  padding: 0.1875rem 0.625rem;
  border-radius: 0;
  color: #0a0a0a;
}
.pagination a:hover,
.pagination button:hover {
  background: #e6e6e6;
}
.pagination .current {
  padding: 0.1875rem 0.625rem;
  background: #1779ba;
  color: #fefefe;
  cursor: default;
}
.pagination .disabled {
  padding: 0.1875rem 0.625rem;
  color: #cacaca;
  cursor: not-allowed;
}
.pagination .disabled:hover {
  background: transparent;
}
.pagination .ellipsis::after {
  padding: 0.1875rem 0.625rem;
  content: "…";
  color: #0a0a0a;
}

.pagination-previous a::before,
.pagination-previous.disabled::before {
  display: inline-block;
  margin-right: 0.5rem;
  content: "«";
}

.pagination-next a::after,
.pagination-next.disabled::after {
  display: inline-block;
  margin-left: 0.5rem;
  content: "»";
}

.has-tip {
  position: relative;
  display: inline-block;
  border-bottom: dotted 1px #8a8a8a;
  font-weight: bold;
  cursor: help;
}

.tooltip {
  position: absolute;
  top: calc(100% + 0.6495rem);
  z-index: 1200;
  max-width: 10rem;
  padding: 0.75rem;
  border-radius: 0;
  background-color: #0a0a0a;
  font-size: 1rem;
  color: #fefefe;
}
.tooltip::before {
  position: absolute;
}
.tooltip.bottom::before {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.75rem;
  content: "";
  border-top-width: 0;
  border-color: transparent transparent #0a0a0a;
  bottom: 100%;
}
.tooltip.bottom.align-center::before {
  left: 50%;
  transform: translateX(-50%);
}
.tooltip.top::before {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.75rem;
  content: "";
  border-bottom-width: 0;
  border-color: #0a0a0a transparent transparent;
  top: 100%;
  bottom: auto;
}
.tooltip.top.align-center::before {
  left: 50%;
  transform: translateX(-50%);
}
.tooltip.left::before {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.75rem;
  content: "";
  border-right-width: 0;
  border-color: transparent transparent transparent #0a0a0a;
  left: 100%;
}
.tooltip.left.align-center::before {
  bottom: auto;
  top: 50%;
  transform: translateY(-50%);
}
.tooltip.right::before {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.75rem;
  content: "";
  border-left-width: 0;
  border-color: transparent #0a0a0a transparent transparent;
  right: 100%;
  left: auto;
}
.tooltip.right.align-center::before {
  bottom: auto;
  top: 50%;
  transform: translateY(-50%);
}
.tooltip.align-top::before {
  bottom: auto;
  top: 10%;
}
.tooltip.align-bottom::before {
  bottom: 10%;
  top: auto;
}
.tooltip.align-left::before {
  left: 10%;
  right: auto;
}
.tooltip.align-right::before {
  left: auto;
  right: 10%;
}

.accordion {
  margin-left: 0;
  background: #fefefe;
  list-style-type: none;
}
.accordion[disabled] .accordion-title {
  cursor: not-allowed;
}

.accordion-item:first-child > :first-child {
  border-radius: 0 0 0 0;
}
.accordion-item:last-child > :last-child {
  border-radius: 0 0 0 0;
}

.accordion-title {
  position: relative;
  display: block;
  padding: 1.25rem 1rem;
  border: 1px solid #e6e6e6;
  border-bottom: 0;
  font-size: 0.75rem;
  line-height: 1;
  color: #1779ba;
}
:last-child:not(.is-active) > .accordion-title {
  border-bottom: 1px solid #e6e6e6;
  border-radius: 0 0 0 0;
}
.accordion-title:hover, .accordion-title:focus {
  background-color: #e6e6e6;
}
.accordion-title::before {
  position: absolute;
  top: 50%;
  right: 1rem;
  margin-top: -0.5rem;
  content: "+";
}
.is-active > .accordion-title::before {
  content: "–";
}

.accordion-content {
  display: none;
  padding: 1rem;
  border: 1px solid #e6e6e6;
  border-bottom: 0;
  background-color: #fefefe;
  color: #0a0a0a;
}
:last-child > .accordion-content:last-child {
  border-bottom: 1px solid #e6e6e6;
}

.media-object {
  display: flex;
  margin-bottom: 1rem;
  flex-wrap: nowrap;
}
.media-object img {
  max-width: none;
}
@media print, screen and (max-width: 39.99875em) {
  .media-object.stack-for-small {
    flex-wrap: wrap;
  }
}

.media-object-section {
  flex: 0 1 auto;
}
.media-object-section:first-child {
  padding-right: 1rem;
}
.media-object-section:last-child:not(:nth-child(2)) {
  padding-left: 1rem;
}
.media-object-section > :last-child {
  margin-bottom: 0;
}
@media print, screen and (max-width: 39.99875em) {
  .stack-for-small .media-object-section {
    padding: 0;
    padding-bottom: 1rem;
    flex-basis: 100%;
    max-width: 100%;
  }
  .stack-for-small .media-object-section img {
    width: 100%;
  }
}
.media-object-section.main-section {
  flex: 1 1 0px;
}

.orbit {
  position: relative;
}

.orbit-container {
  position: relative;
  height: 0;
  margin: 0;
  list-style: none;
  overflow: hidden;
}

.orbit-slide {
  width: 100%;
  position: absolute;
}
.orbit-slide.no-motionui.is-active {
  top: 0;
  left: 0;
}

.orbit-figure {
  margin: 0;
}

.orbit-image {
  width: 100%;
  max-width: 100%;
  margin: 0;
}

.orbit-caption {
  position: absolute;
  bottom: 0;
  width: 100%;
  margin-bottom: 0;
  padding: 1rem;
  background-color: rgba(10, 10, 10, 0.5);
  color: #fefefe;
}

.orbit-next, .orbit-previous {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  padding: 1rem;
  color: #fefefe;
}
[data-whatinput=mouse] .orbit-next, [data-whatinput=mouse] .orbit-previous {
  outline: 0;
}
.orbit-next:hover, .orbit-previous:hover, .orbit-next:active, .orbit-previous:active, .orbit-next:focus, .orbit-previous:focus {
  background-color: rgba(10, 10, 10, 0.5);
}

.orbit-previous {
  left: 0;
}

.orbit-next {
  left: auto;
  right: 0;
}

.orbit-bullets {
  position: relative;
  margin-top: 0.8rem;
  margin-bottom: 0.8rem;
  text-align: center;
}
[data-whatinput=mouse] .orbit-bullets {
  outline: 0;
}
.orbit-bullets button {
  width: 1.2rem;
  height: 1.2rem;
  margin: 0.1rem;
  border-radius: 50%;
  background-color: #cacaca;
}
.orbit-bullets button:hover {
  background-color: #8a8a8a;
}
.orbit-bullets button.is-active {
  background-color: #8a8a8a;
}

.responsive-embed,
.flex-video {
  position: relative;
  height: 0;
  margin-bottom: 1rem;
  padding-bottom: 75%;
  overflow: hidden;
}
.responsive-embed iframe,
.responsive-embed object,
.responsive-embed embed,
.responsive-embed video,
.flex-video iframe,
.flex-video object,
.flex-video embed,
.flex-video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.responsive-embed.widescreen,
.flex-video.widescreen {
  padding-bottom: 56.25%;
}

.tabs {
  margin: 0;
  border: 1px solid #e6e6e6;
  background: #fefefe;
  list-style-type: none;
}
.tabs::before, .tabs::after {
  display: table;
  content: " ";
  flex-basis: 0;
  order: 1;
}
.tabs::after {
  clear: both;
}

.tabs.vertical > li {
  display: block;
  float: none;
  width: auto;
}

.tabs.simple > li > a {
  padding: 0;
}
.tabs.simple > li > a:hover {
  background: transparent;
}

.tabs.primary {
  background: #1779ba;
}
.tabs.primary > li > a {
  color: #fefefe;
}
.tabs.primary > li > a:hover, .tabs.primary > li > a:focus {
  background: #1673b1;
}

.tabs-title {
  float: left;
}
.tabs-title > a {
  display: block;
  padding: 1.25rem 1.5rem;
  font-size: 0.75rem;
  line-height: 1;
  color: #1779ba;
}
[data-whatinput=mouse] .tabs-title > a {
  outline: 0;
}
.tabs-title > a:hover {
  background: #fefefe;
  color: #1468a0;
}
.tabs-title > a:focus, .tabs-title > a[aria-selected=true] {
  background: #e6e6e6;
  color: #1779ba;
}

.tabs-content {
  border: 1px solid #e6e6e6;
  border-top: 0;
  background: #fefefe;
  color: #0a0a0a;
  transition: all 0.5s ease;
}

.tabs-content.vertical {
  border: 1px solid #e6e6e6;
  border-left: 0;
}

.tabs-panel {
  display: none;
  padding: 1rem;
}
.tabs-panel.is-active {
  display: block;
}

.thumbnail {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 1rem;
  border: 4px solid #fefefe;
  border-radius: 0;
  box-shadow: 0 0 0 1px rgba(10, 10, 10, 0.2);
  line-height: 0;
}

a.thumbnail {
  transition: box-shadow 200ms ease-out;
}
a.thumbnail:hover, a.thumbnail:focus {
  box-shadow: 0 0 6px 1px rgba(23, 121, 186, 0.5);
}
a.thumbnail image {
  box-shadow: none;
}

.menu {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
[data-whatinput=mouse] .menu li {
  outline: 0;
}
.menu a,
.menu .button {
  line-height: 1;
  text-decoration: none;
  display: block;
  padding: 0.7rem 1rem;
}
.menu input,
.menu select,
.menu a,
.menu button {
  margin-bottom: 0;
}
.menu input {
  display: inline-block;
}
.menu, .menu.horizontal {
  flex-wrap: wrap;
  flex-direction: row;
}
.menu.vertical {
  flex-wrap: nowrap;
  flex-direction: column;
}
.menu.vertical.icon-top li a img,
.menu.vertical.icon-top li a i,
.menu.vertical.icon-top li a svg, .menu.vertical.icon-bottom li a img,
.menu.vertical.icon-bottom li a i,
.menu.vertical.icon-bottom li a svg {
  text-align: left;
}
.menu.expanded li {
  flex: 1 1 0px;
}
.menu.expanded.icon-top li a img,
.menu.expanded.icon-top li a i,
.menu.expanded.icon-top li a svg, .menu.expanded.icon-bottom li a img,
.menu.expanded.icon-bottom li a i,
.menu.expanded.icon-bottom li a svg {
  text-align: left;
}
.menu.simple {
  align-items: center;
}
.menu.simple li + li {
  margin-left: 1rem;
}
.menu.simple a {
  padding: 0;
}
@media print, screen and (min-width: 40em) {
  .menu.medium-horizontal {
    flex-wrap: wrap;
    flex-direction: row;
  }
  .menu.medium-vertical {
    flex-wrap: nowrap;
    flex-direction: column;
  }
  .menu.medium-expanded li {
    flex: 1 1 0px;
  }
  .menu.medium-simple li {
    flex: 1 1 0px;
  }
}
@media print, screen and (min-width: 64em) {
  .menu.large-horizontal {
    flex-wrap: wrap;
    flex-direction: row;
  }
  .menu.large-vertical {
    flex-wrap: nowrap;
    flex-direction: column;
  }
  .menu.large-expanded li {
    flex: 1 1 0px;
  }
  .menu.large-simple li {
    flex: 1 1 0px;
  }
}
.menu.nested {
  margin-right: 0;
  margin-left: 1rem;
}
.menu.icons a {
  display: flex;
}
.menu.icon-top a, .menu.icon-right a, .menu.icon-bottom a, .menu.icon-left a {
  display: flex;
}
.menu.icon-left li a, .menu.nested.icon-left li a {
  flex-flow: row nowrap;
}
.menu.icon-left li a img,
.menu.icon-left li a i,
.menu.icon-left li a svg, .menu.nested.icon-left li a img,
.menu.nested.icon-left li a i,
.menu.nested.icon-left li a svg {
  margin-right: 0.25rem;
}
.menu.icon-right li a, .menu.nested.icon-right li a {
  flex-flow: row nowrap;
}
.menu.icon-right li a img,
.menu.icon-right li a i,
.menu.icon-right li a svg, .menu.nested.icon-right li a img,
.menu.nested.icon-right li a i,
.menu.nested.icon-right li a svg {
  margin-left: 0.25rem;
}
.menu.icon-top li a, .menu.nested.icon-top li a {
  flex-flow: column nowrap;
}
.menu.icon-top li a img,
.menu.icon-top li a i,
.menu.icon-top li a svg, .menu.nested.icon-top li a img,
.menu.nested.icon-top li a i,
.menu.nested.icon-top li a svg {
  align-self: stretch;
  margin-bottom: 0.25rem;
  text-align: center;
}
.menu.icon-bottom li a, .menu.nested.icon-bottom li a {
  flex-flow: column nowrap;
}
.menu.icon-bottom li a img,
.menu.icon-bottom li a i,
.menu.icon-bottom li a svg, .menu.nested.icon-bottom li a img,
.menu.nested.icon-bottom li a i,
.menu.nested.icon-bottom li a svg {
  align-self: stretch;
  margin-bottom: 0.25rem;
  text-align: center;
}
.menu .is-active > a {
  background: #1779ba;
  color: #fefefe;
}
.menu .active > a {
  background: #1779ba;
  color: #fefefe;
}
.menu.align-left {
  justify-content: flex-start;
}
.menu.align-right li {
  display: flex;
  justify-content: flex-end;
}
.menu.align-right li .submenu li {
  justify-content: flex-start;
}
.menu.align-right.vertical li {
  display: block;
  text-align: right;
}
.menu.align-right.vertical li .submenu li {
  text-align: right;
}
.menu.align-right.icon-top li a img,
.menu.align-right.icon-top li a i,
.menu.align-right.icon-top li a svg, .menu.align-right.icon-bottom li a img,
.menu.align-right.icon-bottom li a i,
.menu.align-right.icon-bottom li a svg {
  text-align: right;
}
.menu.align-right .nested {
  margin-right: 1rem;
  margin-left: 0;
}
.menu.align-center li {
  display: flex;
  justify-content: center;
}
.menu.align-center li .submenu li {
  justify-content: flex-start;
}
.menu .menu-text {
  padding: 0.7rem 1rem;
  font-weight: bold;
  line-height: 1;
  color: inherit;
}

.menu-centered > .menu {
  justify-content: center;
}
.menu-centered > .menu li {
  display: flex;
  justify-content: center;
}
.menu-centered > .menu li .submenu li {
  justify-content: flex-start;
}

.no-js [data-responsive-menu] ul {
  display: none;
}

.menu-icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 16px;
  cursor: pointer;
}
.menu-icon::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  background: #fefefe;
  box-shadow: 0 7px 0 #fefefe, 0 14px 0 #fefefe;
  content: "";
}
.menu-icon:hover::after {
  background: #cacaca;
  box-shadow: 0 7px 0 #cacaca, 0 14px 0 #cacaca;
}

.menu-icon.dark {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 16px;
  cursor: pointer;
}
.menu-icon.dark::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  background: #0a0a0a;
  box-shadow: 0 7px 0 #0a0a0a, 0 14px 0 #0a0a0a;
  content: "";
}
.menu-icon.dark:hover::after {
  background: #8a8a8a;
  box-shadow: 0 7px 0 #8a8a8a, 0 14px 0 #8a8a8a;
}

.accordion-menu li {
  width: 100%;
}
.accordion-menu a {
  padding: 0.7rem 1rem;
}
.accordion-menu .is-accordion-submenu a {
  padding: 0.7rem 1rem;
}
.accordion-menu .nested.is-accordion-submenu {
  margin-right: 0;
  margin-left: 1rem;
}
.accordion-menu.align-right .nested.is-accordion-submenu {
  margin-right: 1rem;
  margin-left: 0;
}
.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle) > a {
  position: relative;
}
.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle) > a::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-bottom-width: 0;
  border-color: #1779ba transparent transparent;
  position: absolute;
  top: 50%;
  margin-top: -3px;
  right: 1rem;
}
.accordion-menu.align-left .is-accordion-submenu-parent > a::after {
  right: 1rem;
  left: auto;
}
.accordion-menu.align-right .is-accordion-submenu-parent > a::after {
  right: auto;
  left: 1rem;
}
.accordion-menu .is-accordion-submenu-parent[aria-expanded=true] > a::after {
  transform: rotate(180deg);
  transform-origin: 50% 50%;
}

.is-accordion-submenu-parent {
  position: relative;
}

.has-submenu-toggle > a {
  margin-right: 40px;
}

.submenu-toggle {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  cursor: pointer;
}
.submenu-toggle::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-bottom-width: 0;
  border-color: #1779ba transparent transparent;
  top: 0;
  bottom: 0;
  margin: auto;
}

.submenu-toggle[aria-expanded=true]::after {
  transform: scaleY(-1);
  transform-origin: 50% 50%;
}

.submenu-toggle-text {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.is-drilldown {
  position: relative;
  overflow: hidden;
}
.is-drilldown li {
  display: block;
}
.is-drilldown.animate-height {
  transition: height 0.5s;
}

.drilldown a {
  padding: 0.7rem 1rem;
  background: #fefefe;
}
.drilldown .is-drilldown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: -1;
  width: 100%;
  background: #fefefe;
  transition: transform 0.15s linear;
}
.drilldown .is-drilldown-submenu.is-active {
  z-index: 1;
  display: block;
  transform: translateX(-100%);
}
.drilldown .is-drilldown-submenu.is-closing {
  transform: translateX(100%);
}
.drilldown .is-drilldown-submenu a {
  padding: 0.7rem 1rem;
}
.drilldown .nested.is-drilldown-submenu {
  margin-right: 0;
  margin-left: 0;
}
.drilldown .drilldown-submenu-cover-previous {
  min-height: 100%;
}
.drilldown .is-drilldown-submenu-parent > a {
  position: relative;
}
.drilldown .is-drilldown-submenu-parent > a::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-right-width: 0;
  border-color: transparent transparent transparent #1779ba;
  position: absolute;
  top: 50%;
  margin-top: -6px;
  right: 1rem;
}
.drilldown.align-left .is-drilldown-submenu-parent > a::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-right-width: 0;
  border-color: transparent transparent transparent #1779ba;
  right: 1rem;
  left: auto;
}
.drilldown.align-right .is-drilldown-submenu-parent > a::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-left-width: 0;
  border-color: transparent #1779ba transparent transparent;
  right: auto;
  left: 1rem;
}
.drilldown .js-drilldown-back > a::before {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-left-width: 0;
  border-color: transparent #1779ba transparent transparent;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.75rem;
}

.dropdown.menu > li.opens-left > .is-dropdown-submenu {
  top: 100%;
  right: 0;
  left: auto;
}
.dropdown.menu > li.opens-right > .is-dropdown-submenu {
  top: 100%;
  right: auto;
  left: 0;
}
.dropdown.menu > li.is-dropdown-submenu-parent > a {
  position: relative;
  padding-right: 1.5rem;
}
.dropdown.menu > li.is-dropdown-submenu-parent > a::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-bottom-width: 0;
  border-color: #1779ba transparent transparent;
  right: 5px;
  left: auto;
  margin-top: -3px;
}
[data-whatinput=mouse] .dropdown.menu a {
  outline: 0;
}
.dropdown.menu > li > a {
  padding: 0.7rem 1rem;
}
.dropdown.menu > li.is-active > a {
  background: transparent;
  color: #1779ba;
}
.no-js .dropdown.menu ul {
  display: none;
}
.dropdown.menu .nested.is-dropdown-submenu {
  margin-right: 0;
  margin-left: 0;
}
.dropdown.menu.vertical > li .is-dropdown-submenu {
  top: 0;
}
.dropdown.menu.vertical > li.opens-left > .is-dropdown-submenu {
  top: 0;
  right: 100%;
  left: auto;
}
.dropdown.menu.vertical > li.opens-right > .is-dropdown-submenu {
  right: auto;
  left: 100%;
}
.dropdown.menu.vertical > li > a::after {
  right: 14px;
}
.dropdown.menu.vertical > li.opens-left > a::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-left-width: 0;
  border-color: transparent #1779ba transparent transparent;
  right: auto;
  left: 5px;
}
.dropdown.menu.vertical > li.opens-right > a::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-right-width: 0;
  border-color: transparent transparent transparent #1779ba;
}
@media print, screen and (min-width: 40em) {
  .dropdown.menu.medium-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto;
  }
  .dropdown.menu.medium-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0;
  }
  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem;
  }
  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    content: "";
    border-bottom-width: 0;
    border-color: #1779ba transparent transparent;
    right: 5px;
    left: auto;
    margin-top: -3px;
  }
  .dropdown.menu.medium-vertical > li .is-dropdown-submenu {
    top: 0;
  }
  .dropdown.menu.medium-vertical > li.opens-left > .is-dropdown-submenu {
    top: 0;
    right: 100%;
    left: auto;
  }
  .dropdown.menu.medium-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%;
  }
  .dropdown.menu.medium-vertical > li > a::after {
    right: 14px;
  }
  .dropdown.menu.medium-vertical > li.opens-left > a::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    content: "";
    border-left-width: 0;
    border-color: transparent #1779ba transparent transparent;
    right: auto;
    left: 5px;
  }
  .dropdown.menu.medium-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    content: "";
    border-right-width: 0;
    border-color: transparent transparent transparent #1779ba;
  }
}
@media print, screen and (min-width: 64em) {
  .dropdown.menu.large-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto;
  }
  .dropdown.menu.large-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0;
  }
  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem;
  }
  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    content: "";
    border-bottom-width: 0;
    border-color: #1779ba transparent transparent;
    right: 5px;
    left: auto;
    margin-top: -3px;
  }
  .dropdown.menu.large-vertical > li .is-dropdown-submenu {
    top: 0;
  }
  .dropdown.menu.large-vertical > li.opens-left > .is-dropdown-submenu {
    top: 0;
    right: 100%;
    left: auto;
  }
  .dropdown.menu.large-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%;
  }
  .dropdown.menu.large-vertical > li > a::after {
    right: 14px;
  }
  .dropdown.menu.large-vertical > li.opens-left > a::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    content: "";
    border-left-width: 0;
    border-color: transparent #1779ba transparent transparent;
    right: auto;
    left: 5px;
  }
  .dropdown.menu.large-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    content: "";
    border-right-width: 0;
    border-color: transparent transparent transparent #1779ba;
  }
}
.dropdown.menu.align-right .is-dropdown-submenu.first-sub {
  top: 100%;
  right: 0;
  left: auto;
}

.is-dropdown-menu.vertical {
  width: 100px;
}
.is-dropdown-menu.vertical.align-right {
  float: right;
}

.is-dropdown-submenu-parent {
  position: relative;
}
.is-dropdown-submenu-parent a::after {
  position: absolute;
  top: 50%;
  right: 5px;
  left: auto;
  margin-top: -6px;
}
.is-dropdown-submenu-parent.opens-inner > .is-dropdown-submenu {
  top: 100%;
  left: auto;
}
.is-dropdown-submenu-parent.opens-left > .is-dropdown-submenu {
  right: 100%;
  left: auto;
}
.is-dropdown-submenu-parent.opens-right > .is-dropdown-submenu {
  right: auto;
  left: 100%;
}

.is-dropdown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 1;
  display: none;
  min-width: 200px;
  border: 1px solid #cacaca;
  background: #fefefe;
}
.dropdown .is-dropdown-submenu a {
  padding: 0.7rem 1rem;
}
.is-dropdown-submenu .is-dropdown-submenu-parent > a::after {
  right: 14px;
}
.is-dropdown-submenu .is-dropdown-submenu-parent.opens-left > a::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-left-width: 0;
  border-color: transparent #1779ba transparent transparent;
  right: auto;
  left: 5px;
}
.is-dropdown-submenu .is-dropdown-submenu-parent.opens-right > a::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-right-width: 0;
  border-color: transparent transparent transparent #1779ba;
}
.is-dropdown-submenu .is-dropdown-submenu {
  margin-top: -1px;
}
.is-dropdown-submenu > li {
  width: 100%;
}
.is-dropdown-submenu.js-dropdown-active {
  display: block;
}

.is-off-canvas-open {
  overflow: hidden;
}

.js-off-canvas-overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 11;
  width: 100%;
  height: 100%;
  transition: opacity 0.5s ease, visibility 0.5s ease;
  background: rgba(254, 254, 254, 0.25);
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
}
.js-off-canvas-overlay.is-visible {
  opacity: 1;
  visibility: visible;
}
.js-off-canvas-overlay.is-closable {
  cursor: pointer;
}
.js-off-canvas-overlay.is-overlay-absolute {
  position: absolute;
}
.js-off-canvas-overlay.is-overlay-fixed {
  position: fixed;
}

.off-canvas-wrapper {
  position: relative;
  overflow: hidden;
}

.off-canvas {
  position: fixed;
  z-index: 12;
  transition: transform 0.5s ease;
  backface-visibility: hidden;
  background: #e6e6e6;
}
[data-whatinput=mouse] .off-canvas {
  outline: 0;
}
.off-canvas.is-transition-push {
  z-index: 12;
}
.off-canvas.is-closed {
  visibility: hidden;
}
.off-canvas.is-transition-overlap {
  z-index: 13;
}
.off-canvas.is-transition-overlap.is-open {
  box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
}
.off-canvas.is-open {
  transform: translate(0, 0);
}

.off-canvas-absolute {
  position: absolute;
  z-index: 12;
  transition: transform 0.5s ease;
  backface-visibility: hidden;
  background: #e6e6e6;
}
[data-whatinput=mouse] .off-canvas-absolute {
  outline: 0;
}
.off-canvas-absolute.is-transition-push {
  z-index: 12;
}
.off-canvas-absolute.is-closed {
  visibility: hidden;
}
.off-canvas-absolute.is-transition-overlap {
  z-index: 13;
}
.off-canvas-absolute.is-transition-overlap.is-open {
  box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
}
.off-canvas-absolute.is-open {
  transform: translate(0, 0);
}

.position-left {
  top: 0;
  left: 0;
  height: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  width: 250px;
  transform: translateX(-250px);
}
.off-canvas-content .off-canvas.position-left {
  transform: translateX(-250px);
}
.off-canvas-content .off-canvas.position-left.is-transition-overlap.is-open {
  transform: translate(0, 0);
}

.off-canvas-content.is-open-left.has-transition-push {
  transform: translateX(250px);
}

.position-left.is-transition-push {
  box-shadow: inset -13px 0 20px -13px rgba(10, 10, 10, 0.25);
}

.position-right {
  top: 0;
  right: 0;
  height: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  width: 250px;
  transform: translateX(250px);
}
.off-canvas-content .off-canvas.position-right {
  transform: translateX(250px);
}
.off-canvas-content .off-canvas.position-right.is-transition-overlap.is-open {
  transform: translate(0, 0);
}

.off-canvas-content.is-open-right.has-transition-push {
  transform: translateX(-250px);
}

.position-right.is-transition-push {
  box-shadow: inset 13px 0 20px -13px rgba(10, 10, 10, 0.25);
}

.position-top {
  top: 0;
  left: 0;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  height: 250px;
  transform: translateY(-250px);
}
.off-canvas-content .off-canvas.position-top {
  transform: translateY(-250px);
}
.off-canvas-content .off-canvas.position-top.is-transition-overlap.is-open {
  transform: translate(0, 0);
}

.off-canvas-content.is-open-top.has-transition-push {
  transform: translateY(250px);
}

.position-top.is-transition-push {
  box-shadow: inset 0 -13px 20px -13px rgba(10, 10, 10, 0.25);
}

.position-bottom {
  bottom: 0;
  left: 0;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  height: 250px;
  transform: translateY(250px);
}
.off-canvas-content .off-canvas.position-bottom {
  transform: translateY(250px);
}
.off-canvas-content .off-canvas.position-bottom.is-transition-overlap.is-open {
  transform: translate(0, 0);
}

.off-canvas-content.is-open-bottom.has-transition-push {
  transform: translateY(-250px);
}

.position-bottom.is-transition-push {
  box-shadow: inset 0 13px 20px -13px rgba(10, 10, 10, 0.25);
}

.off-canvas-content {
  transform: none;
  backface-visibility: hidden;
}
.off-canvas-content.has-transition-overlap, .off-canvas-content.has-transition-push {
  transition: transform 0.5s ease;
}
.off-canvas-content.has-transition-push {
  transform: translate(0, 0);
}
.off-canvas-content .off-canvas.is-open {
  transform: translate(0, 0);
}

@media print, screen and (min-width: 40em) {
  .position-left.reveal-for-medium {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-left.reveal-for-medium .close-button {
    display: none;
  }
  .off-canvas-content .position-left.reveal-for-medium {
    transform: none;
  }
  .off-canvas-content.has-reveal-left {
    margin-left: 250px;
  }
  .position-left.reveal-for-medium ~ .off-canvas-content {
    margin-left: 250px;
  }
  .position-right.reveal-for-medium {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-right.reveal-for-medium .close-button {
    display: none;
  }
  .off-canvas-content .position-right.reveal-for-medium {
    transform: none;
  }
  .off-canvas-content.has-reveal-right {
    margin-right: 250px;
  }
  .position-right.reveal-for-medium ~ .off-canvas-content {
    margin-right: 250px;
  }
  .position-top.reveal-for-medium {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-top.reveal-for-medium .close-button {
    display: none;
  }
  .off-canvas-content .position-top.reveal-for-medium {
    transform: none;
  }
  .off-canvas-content.has-reveal-top {
    margin-top: 250px;
  }
  .position-top.reveal-for-medium ~ .off-canvas-content {
    margin-top: 250px;
  }
  .position-bottom.reveal-for-medium {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-bottom.reveal-for-medium .close-button {
    display: none;
  }
  .off-canvas-content .position-bottom.reveal-for-medium {
    transform: none;
  }
  .off-canvas-content.has-reveal-bottom {
    margin-bottom: 250px;
  }
  .position-bottom.reveal-for-medium ~ .off-canvas-content {
    margin-bottom: 250px;
  }
}
@media print, screen and (min-width: 64em) {
  .position-left.reveal-for-large {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-left.reveal-for-large .close-button {
    display: none;
  }
  .off-canvas-content .position-left.reveal-for-large {
    transform: none;
  }
  .off-canvas-content.has-reveal-left {
    margin-left: 250px;
  }
  .position-left.reveal-for-large ~ .off-canvas-content {
    margin-left: 250px;
  }
  .position-right.reveal-for-large {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-right.reveal-for-large .close-button {
    display: none;
  }
  .off-canvas-content .position-right.reveal-for-large {
    transform: none;
  }
  .off-canvas-content.has-reveal-right {
    margin-right: 250px;
  }
  .position-right.reveal-for-large ~ .off-canvas-content {
    margin-right: 250px;
  }
  .position-top.reveal-for-large {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-top.reveal-for-large .close-button {
    display: none;
  }
  .off-canvas-content .position-top.reveal-for-large {
    transform: none;
  }
  .off-canvas-content.has-reveal-top {
    margin-top: 250px;
  }
  .position-top.reveal-for-large ~ .off-canvas-content {
    margin-top: 250px;
  }
  .position-bottom.reveal-for-large {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-bottom.reveal-for-large .close-button {
    display: none;
  }
  .off-canvas-content .position-bottom.reveal-for-large {
    transform: none;
  }
  .off-canvas-content.has-reveal-bottom {
    margin-bottom: 250px;
  }
  .position-bottom.reveal-for-large ~ .off-canvas-content {
    margin-bottom: 250px;
  }
}
@media print, screen and (min-width: 40em) {
  .off-canvas.in-canvas-for-medium {
    visibility: visible;
    height: auto;
    position: static;
    background: none;
    width: auto;
    overflow: visible;
    transition: none;
  }
  .off-canvas.in-canvas-for-medium.position-left, .off-canvas.in-canvas-for-medium.position-right, .off-canvas.in-canvas-for-medium.position-top, .off-canvas.in-canvas-for-medium.position-bottom {
    box-shadow: none;
    transform: none;
  }
  .off-canvas.in-canvas-for-medium .close-button {
    display: none;
  }
}
@media print, screen and (min-width: 64em) {
  .off-canvas.in-canvas-for-large {
    visibility: visible;
    height: auto;
    position: static;
    background: none;
    width: auto;
    overflow: visible;
    transition: none;
  }
  .off-canvas.in-canvas-for-large.position-left, .off-canvas.in-canvas-for-large.position-right, .off-canvas.in-canvas-for-large.position-top, .off-canvas.in-canvas-for-large.position-bottom {
    box-shadow: none;
    transform: none;
  }
  .off-canvas.in-canvas-for-large .close-button {
    display: none;
  }
}
html.is-reveal-open {
  position: fixed;
  width: 100%;
  overflow-y: hidden;
}
html.is-reveal-open.zf-has-scroll {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
html.is-reveal-open body {
  overflow-y: hidden;
}

.reveal-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1005;
  display: none;
  background-color: rgba(10, 10, 10, 0.45);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.reveal {
  z-index: 1006;
  backface-visibility: hidden;
  display: none;
  padding: 1rem;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  position: relative;
  top: 100px;
  margin-right: auto;
  margin-left: auto;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
[data-whatinput=mouse] .reveal {
  outline: 0;
}
@media print, screen and (min-width: 40em) {
  .reveal {
    min-height: 0;
  }
}
.reveal .column, .reveal .columns {
  min-width: 0;
}
.reveal > :last-child {
  margin-bottom: 0;
}
@media print, screen and (min-width: 40em) {
  .reveal {
    width: 600px;
    max-width: 75rem;
  }
}
.reveal.collapse {
  padding: 0;
}
@media print, screen and (min-width: 40em) {
  .reveal.tiny {
    width: 30%;
    max-width: 75rem;
  }
}
@media print, screen and (min-width: 40em) {
  .reveal.small {
    width: 50%;
    max-width: 75rem;
  }
}
@media print, screen and (min-width: 40em) {
  .reveal.large {
    width: 90%;
    max-width: 75rem;
  }
}
.reveal.full {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  max-width: none;
  height: 100%;
  min-height: 100%;
  margin-left: 0;
  border: 0;
  border-radius: 0;
}
@media print, screen and (max-width: 39.99875em) {
  .reveal {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    max-width: none;
    height: 100%;
    min-height: 100%;
    margin-left: 0;
    border: 0;
    border-radius: 0;
  }
}
.reveal.without-overlay {
  position: fixed;
}

.sticky-container {
  position: relative;
}

.sticky {
  position: relative;
  z-index: 0;
  transform: translate3d(0, 0, 0);
}

.sticky.is-stuck {
  position: fixed;
  z-index: 5;
  width: 100%;
}
.sticky.is-stuck.is-at-top {
  top: 0;
}
.sticky.is-stuck.is-at-bottom {
  bottom: 0;
}

.sticky.is-anchored {
  position: relative;
  right: auto;
  left: auto;
}
.sticky.is-anchored.is-at-bottom {
  bottom: 0;
}

.title-bar {
  padding: 0.5rem;
  background: #0a0a0a;
  color: #fefefe;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.title-bar .menu-icon {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

.title-bar-left,
.title-bar-right {
  flex: 1 1 0px;
}

.title-bar-right {
  text-align: right;
}

.title-bar-title {
  display: inline-block;
  vertical-align: middle;
  font-weight: bold;
}

.top-bar {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  padding: 0.5rem;
  flex-wrap: wrap;
}
.top-bar,
.top-bar ul {
  background-color: #e6e6e6;
}
.top-bar input {
  max-width: 200px;
  margin-right: 1rem;
}
.top-bar .input-group-field {
  width: 100%;
  margin-right: 0;
}
.top-bar input.button {
  width: auto;
}
.top-bar .top-bar-left,
.top-bar .top-bar-right {
  flex: 0 0 100%;
  max-width: 100%;
}
@media print, screen and (min-width: 40em) {
  .top-bar {
    flex-wrap: nowrap;
  }
  .top-bar .top-bar-left {
    flex: 1 1 auto;
    margin-right: auto;
  }
  .top-bar .top-bar-right {
    flex: 0 1 auto;
    margin-left: auto;
  }
}
@media print, screen and (max-width: 63.99875em) {
  .top-bar.stacked-for-medium {
    flex-wrap: wrap;
  }
  .top-bar.stacked-for-medium .top-bar-left,
  .top-bar.stacked-for-medium .top-bar-right {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media print, screen and (max-width: 74.99875em) {
  .top-bar.stacked-for-large {
    flex-wrap: wrap;
  }
  .top-bar.stacked-for-large .top-bar-left,
  .top-bar.stacked-for-large .top-bar-right {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.top-bar-title {
  flex: 0 0 auto;
  margin: 0.5rem 1rem 0.5rem 0;
}

.top-bar-left,
.top-bar-right {
  flex: 0 0 auto;
}

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

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

.float-center {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.clearfix::before, .clearfix::after {
  display: table;
  content: " ";
  flex-basis: 0;
  order: 1;
}
.clearfix::after {
  clear: both;
}

.hide {
  display: none !important;
}

.invisible {
  visibility: hidden;
}

.visible {
  visibility: visible;
}

@media print, screen and (max-width: 39.99875em) {
  .hide-for-small-only {
    display: none !important;
  }
}

@media screen and (max-width: 0em), screen and (min-width: 40em) {
  .show-for-small-only {
    display: none !important;
  }
}

@media print, screen and (min-width: 40em) {
  .hide-for-medium {
    display: none !important;
  }
}

@media screen and (max-width: 39.99875em) {
  .show-for-medium {
    display: none !important;
  }
}

@media print, screen and (min-width: 40em) and (max-width: 63.99875em) {
  .hide-for-medium-only {
    display: none !important;
  }
}

@media screen and (max-width: 39.99875em), screen and (min-width: 64em) {
  .show-for-medium-only {
    display: none !important;
  }
}

@media print, screen and (min-width: 64em) {
  .hide-for-large {
    display: none !important;
  }
}

@media screen and (max-width: 63.99875em) {
  .show-for-large {
    display: none !important;
  }
}

@media print, screen and (min-width: 64em) and (max-width: 74.99875em) {
  .hide-for-large-only {
    display: none !important;
  }
}

@media screen and (max-width: 63.99875em), screen and (min-width: 75em) {
  .show-for-large-only {
    display: none !important;
  }
}

.show-for-sr,
.show-on-focus {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.show-on-focus:active, .show-on-focus:focus {
  position: static !important;
  width: auto !important;
  height: auto !important;
  overflow: visible !important;
  clip: auto !important;
  white-space: normal !important;
}

.show-for-landscape,
.hide-for-portrait {
  display: block !important;
}
@media screen and (orientation: landscape) {
  .show-for-landscape,
  .hide-for-portrait {
    display: block !important;
  }
}
@media screen and (orientation: portrait) {
  .show-for-landscape,
  .hide-for-portrait {
    display: none !important;
  }
}

.hide-for-landscape,
.show-for-portrait {
  display: none !important;
}
@media screen and (orientation: landscape) {
  .hide-for-landscape,
  .show-for-portrait {
    display: none !important;
  }
}
@media screen and (orientation: portrait) {
  .hide-for-landscape,
  .show-for-portrait {
    display: block !important;
  }
}

.show-for-dark-mode {
  display: none;
}

.hide-for-dark-mode {
  display: block;
}

@media screen and (prefers-color-scheme: dark) {
  .show-for-dark-mode {
    display: block !important;
  }
  .hide-for-dark-mode {
    display: none !important;
  }
}
.show-for-ie {
  display: none;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .show-for-ie {
    display: block !important;
  }
  .hide-for-ie {
    display: none !important;
  }
}
.show-for-sticky {
  display: none;
}

.is-stuck .show-for-sticky {
  display: block;
}

.is-stuck .hide-for-sticky {
  display: none;
}

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

.Center {
  display: flex;
  justify-content: center;
  align-items: center;
}
.Center.asSpecial {
  min-height: 300px;
}
@media screen and (max-width: 39.99875em) {
  .Center.asSpecial {
    min-height: 0;
  }
}

.as-right {
  float: right;
}

.as-left {
  float: left;
}

.uSmall {
  font-size: 1rem;
  line-height: 120%;
}

.uMarginBottomSmall {
  margin-bottom: 10px;
}

.uMarginBottom {
  margin-bottom: 20px;
}

.uMarginTop {
  margin-top: 20px;
}

.uMarginTopLarge {
  margin-top: 40px;
}
@media screen and (max-width: 39.99875em) {
  .uMarginTopLarge {
    margin-top: 20px;
  }
}

.uMarginBottomLarge {
  margin-bottom: 40px;
}
@media screen and (max-width: 39.99875em) {
  .uMarginBottomLarge {
    margin-bottom: 20px;
  }
}

.uMarginLeft {
  margin-left: 20px;
}

@media screen and (max-width: 39.99875em) {
  .uMobileMargin {
    margin: 20px 0;
  }
}

.uBold {
  font-weight: 700;
}

.Flex {
  display: flex;
}
.Flex .Flex-image {
  flex-shrink: 0;
}
.Flex > * {
  margin-right: 20px;
}
.Flex > *:last-child {
  margin-right: 0;
}
.Flex.Flex--align {
  align-items: center;
}
.Flex .Flex-main {
  flex: 4 0 0;
}
.Flex .Flex-small {
  flex: 1;
}
.Flex.asCenter {
  align-items: center;
}
@media screen and (max-width: 39.99875em) {
  .Flex {
    flex-direction: column;
  }
  .Flex .Flex-image {
    margin: 0 auto -1rem;
    max-width: 4rem;
  }
}

.Circle {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 200px;
  color: #fefefe;
  background: #0588b7;
  padding: 40px;
  border-radius: 50%;
  text-align: center;
  font-size: 24px;
}
@media screen and (max-width: 39.99875em) {
  .Circle {
    font-size: 20px;
    width: 100px;
    height: 100px;
  }
}

.TextCenter {
  text-align: center;
}

body {
  color: #3b464d;
  font-size: 16px;
}
@media screen and (max-width: 39.99875em) {
  body {
    font-size: 1rem;
  }
}

a {
  text-decoration: none;
  font-style: normal;
  color: #9ac442;
}
a:hover {
  color: #7da132;
}

ul {
  list-style-type: square;
}

ul.row {
  list-style-type: none;
  margin-left: 0;
  padding-left: 0;
}

::-webkit-input-placeholder {
  color: #979797;
}

:-moz-placeholder {
  color: #0a0a0a;
}

::-moz-placeholder {
  color: #0a0a0a;
}

:-ms-input-placeholder {
  color: #0a0a0a;
}

h1 {
  line-height: 110%;
}

select {
  padding-right: 20px;
}

.orbit-timer {
  opacity: 0;
  display: none;
}

.cookies {
  background: #eeeeee;
}
.cookies .cookies-eu {
  background: #eeeeee;
  font-size: 12px;
  line-height: 14px;
  padding: 10px;
}
.cookies .cookies-eu .cookies-eu-content-holder {
  margin-bottom: 5px;
  display: block;
}
.cookies .cookies-eu button {
  margin-bottom: 0;
}

@media screen and (max-width: 39.99875em) {
  .row.mobile-switch {
    display: flex;
    flex-direction: column-reverse;
  }
}

img.margin-bottom {
  display: block;
  margin-bottom: 20px;
}
@media screen and (max-width: 39.99875em) {
  img.mobile-margin-bottom {
    margin-bottom: 20px;
  }
}

.u-margin-top {
  margin-top: 40px;
}

.u-margin-bottom {
  margin-bottom: 40px;
}

.Accordion .Accordion-item .a-paragraph {
  max-height: 0;
  overflow: hidden;
  transition: 0.2s ease-in-out max-height;
}
.Accordion .Accordion-item .a-headline {
  cursor: pointer;
}
.Accordion .Accordion-item.asOpen .a-paragraph {
  max-height: 100vh;
}
.Accordion .Accordion-image {
  max-width: 800px;
  height: auto;
  padding: 10px 10px 20px 10px;
  margin: 0 auto;
}

@media screen and (min-width: 40em) {
  .pages_about_us .aArrowHeader {
    background-size: 60vw;
    background-position: 40vw top;
  }
}

@media screen and (min-width: 40em) {
  .pages_leadership_development .aArrowHeader {
    background-size: 50vw;
  }
}

@media screen and (min-width: 40em) {
  .open_trainings_index .aArrowHeader {
    background-size: 60vw;
    background-position: 40vw top;
  }
}

@media screen and (min-width: 40em) {
  .pages_middle_class .aArrowHeader {
    background-size: 60vw;
  }
}

.aArrowHeader {
  position: relative;
  overflow: hidden;
}
.aArrowHeader .row {
  width: 100%;
}
.aArrowHeader .aArrowHeader-text {
  position: relative;
  margin: 0;
  background: #0588b7;
  display: inline-flex;
  align-items: center;
  font-size: 1.75rem;
  line-height: 130%;
  color: #fefefe;
  font-weight: 700;
  margin: 0 -1rem;
  padding: 20px;
  text-align: center;
  width: 100vw;
}
@media screen and (min-width: 40em) {
  .aArrowHeader {
    display: flex;
    align-items: center;
    background-position: 40vw center;
    background-size: cover;
    font-size: 2.25rem;
  }
  .aArrowHeader .aArrowHeader-text {
    width: 40%;
    margin: 0;
    padding: 0;
    text-align: left;
    height: 10rem;
  }
  .aArrowHeader .aArrowHeader-text:before {
    content: "";
    display: block;
    width: 100vw;
    height: 100%;
    position: absolute;
    right: 100%;
    background: #0588b7;
  }
  .aArrowHeader .aArrowHeader-text:after {
    content: "";
    width: 0;
    height: 0;
    border-top: 5rem solid transparent;
    border-bottom: 5rem solid transparent;
    border-left: 5rem solid #0588b7;
    position: absolute;
    right: -5rem;
    top: 50%;
    margin-top: -5rem;
  }
}
@media screen and (min-width: 64em) {
  .aArrowHeader .aArrowHeader-text {
    height: 16rem;
    font-size: 2.5rem;
  }
  .aArrowHeader .aArrowHeader-text:after {
    border-top: 8rem solid transparent;
    border-bottom: 8rem solid transparent;
    border-left: 8rem solid #0588b7;
    right: -8rem;
    margin-top: -8rem;
  }
}

.a-author-box {
  border: 1px solid #0a0a0a;
}
.a-author-box::before, .a-author-box::after {
  display: table;
  content: " ";
  flex-basis: 0;
  order: 1;
}
.a-author-box::after {
  clear: both;
}
.a-author-box .a-author-box--image, .a-author-box .a-author-box--content {
  width: 50%;
  float: left;
  min-height: 200px;
}
.a-author-box .a-author-box--content {
  padding: 10px 20px;
}
.a-author-box .a-author-box--name {
  margin-top: 10px;
}
.a-author-box .a-author-box--button {
  margin-top: 20px;
  display: inline-block;
}
@media screen and (max-width: 39.99875em) {
  .a-author-box .a-author-box--image, .a-author-box .a-author-box--content {
    float: none;
    width: 100%;
  }
  .a-author-box .a-author-box--content {
    text-align: center;
    margin-top: 10px;
  }
}

.a-benefits-box {
  border: 1px solid #0588b7;
  margin-bottom: 20px;
}
.a-benefits-box h2 {
  background: #0588b7;
  color: white;
  margin-top: 0;
  padding: 10px;
  font-size: 1em;
  text-transform: none;
}
.a-benefits-box .a-benefits {
  list-style-type: none;
  margin-left: 0;
  padding-left: 15px;
  margin-bottom: 0;
}
.a-benefits-box .a-benefits .a-benefits-item::before, .a-benefits-box .a-benefits .a-benefits-item::after {
  display: table;
  content: " ";
  flex-basis: 0;
  order: 1;
}
.a-benefits-box .a-benefits .a-benefits-item::after {
  clear: both;
}
.a-benefits-box .a-benefits .a-benefits-item .a-benefits-item--icon {
  display: block;
  height: 44px;
  width: 44px;
  margin-bottom: 20px;
  float: left;
}
.a-benefits-box .a-benefits .a-benefits-item .a-benefits-item--text {
  padding-left: 44px;
  padding-right: 15px;
  font-size: 0.8em;
  margin-left: 10px;
  line-height: 1.4em;
  margin-bottom: 20px;
  color: #757575;
}

.a-advantage-box {
  border: none;
  background-image: url(/assets/blue-disrupter-cce3cd700e6133d04e54de6aacc41884fadfabcc7953e10ea1cbc4775436bad9.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 10px;
  margin-bottom: 20px;
  color: #fefefe;
}
@media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3/2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
  .a-advantage-box {
    background-image: url(/assets/blue-disrupter@2x-2a1ef56fa7a5222bcc9ec2e63e7a163d384314c40c75d281858d622d48fe972e.jpg);
    background-size: cover;
  }
}
.a-advantage-box h2 {
  background: none;
}

.a-button, .stripe-button-el {
  text-transform: uppercase;
  color: #fefefe;
  background-color: #0588b7;
  padding: 10px;
  text-decoration: none;
  font-weight: 600;
  letter-spacing: 1px;
  border: 2px solid transparent;
  font-family: "Poppins", "Comic Sans", sans-serif;
  font-size: 1rem;
  cursor: pointer;
  transition: 0.2s ease-in all;
}
.a-button .a-button--subline, .stripe-button-el .a-button--subline {
  font-size: 1rem;
}
@media screen and (max-width: 39.99875em) {
  .a-button, .stripe-button-el {
    display: inline-block;
  }
}
.a-button:hover, .stripe-button-el:hover {
  background-color: #0283bd;
  color: #fefefe;
}
.a-button.as-bordered, .as-bordered.stripe-button-el {
  border: 2px solid #fefefe;
}
.a-button.as-block, .as-block.stripe-button-el {
  display: inline-block;
}
.a-button.as-white, .as-white.stripe-button-el {
  color: #0588b7;
  background-color: #fefefe;
}
.a-button.as-white.as-bordered, .as-white.as-bordered.stripe-button-el {
  border: 2px solid #0588b7;
}
.a-button.as-white:hover, .as-white.stripe-button-el:hover {
  color: #fefefe;
  background-color: #0588b7;
}
.a-button.with-margin-top, .with-margin-top.stripe-button-el {
  margin-top: 20px;
}
.a-button.as-blue, .as-blue.stripe-button-el {
  color: #0588b7;
}
.a-button.as-blue:hover, .as-blue.stripe-button-el:hover {
  background-color: #0588b7;
  color: #fefefe;
}
.a-button.as-blue.as-bordered, .as-blue.as-bordered.stripe-button-el {
  border: 2px solid #0588b7;
  background: #fefefe;
  color: #0588b7;
}
.a-button.as-green, .as-green.stripe-button-el {
  color: #fefefe;
  background-color: #fa7a2a;
}
.a-button.as-green:hover, .as-green.stripe-button-el:hover {
  background-color: #f96a11;
}
.a-button.as-blueish, .as-blueish.stripe-button-el {
  color: #fefefe;
  background-color: #0588b7;
}
.a-button.as-blueish:hover, .as-blueish.stripe-button-el:hover {
  background-color: #04769e;
}
.a-button.as-success, .as-success.stripe-button-el {
  color: #fefefe;
  background-color: #9ac442;
}
.a-button.as-success:hover, .as-success.stripe-button-el:hover {
  background-color: #8cb438;
}
.a-button.as-orange, .as-orange.stripe-button-el {
  color: #fefefe;
  background-color: #fa7a2a;
}
.a-button.as-orange:hover, .as-orange.stripe-button-el:hover {
  background-color: #f96a11;
}
.a-button.as-orange.as-bordered, .as-orange.as-bordered.stripe-button-el, .a-button.as-orange.as-pure, .as-orange.as-pure.stripe-button-el {
  background: #fefefe;
  color: #fa7a2a;
}
.a-button.as-orange.as-bordered path, .as-orange.as-bordered.stripe-button-el path, .a-button.as-orange.as-pure path, .as-orange.as-pure.stripe-button-el path {
  fill: #fa7a2a;
}
.a-button.as-orange.as-bordered, .as-orange.as-bordered.stripe-button-el {
  border: 2px solid #fa7a2a;
}
.a-button.as-orange.as-pure:hover, .as-orange.as-pure.stripe-button-el:hover {
  background: #fa7a2a;
  color: #fefefe;
}
.a-button.as-orange.as-pure:hover path, .as-orange.as-pure.stripe-button-el:hover path {
  fill: #fefefe;
}
.a-button.as-red, .as-red.stripe-button-el {
  background-color: #ca3a3b;
}
.a-button.as-red.as-bordered, .as-red.as-bordered.stripe-button-el {
  border: 2px solid #ca3a3b;
  background: #fefefe;
  color: #ca3a3b;
}
.a-button.as-centered, .as-centered.stripe-button-el {
  margin: 0 auto;
}
.a-button.as-full-width, .as-full-width.stripe-button-el {
  width: 100%;
  display: block;
  text-align: center;
}
.a-button.as-centered-text, .as-centered-text.stripe-button-el {
  text-align: center;
}
.a-button.as-with-large-inner-padding, .as-with-large-inner-padding.stripe-button-el {
  padding: 20px;
}
.a-button.as-small, .as-small.stripe-button-el {
  padding: 5px;
  font-size: 1rem;
}
.a-button.with-small-font, .with-small-font.stripe-button-el {
  font-size: 1rem;
}
.a-button.as-hidden, .as-hidden.stripe-button-el {
  display: none;
}
.a-button.as-training-style, .as-training-style.stripe-button-el {
  border-radius: 15px;
  font-size: 14px;
  padding: 3px 20px;
}

.a-calc .a-calc--headline {
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.a-calc .a-calc--item {
  border-bottom: 1px solid #0a0a0a;
  display: flex;
  justify-content: space-between;
  padding: 10px 3px;
  line-height: 120%;
  font-size: 1rem;
}
.a-calc .a-calc--item .a-calc--label .a-calc--label--sub {
  font-size: 14px;
}
.a-calc .a-calc--item .a-calc--label.as-red {
  color: #ca3a3b;
}
.a-calc .a-calc--item.as-sum {
  border: none;
  border-top: 1px solid #0a0a0a;
  margin-bottom: 10px;
}
.a-calc .a-calc--item.as-sum .a-calc--value {
  font-size: 22px;
  font-weight: bold;
}
.a-calc .a-calc--notes {
  font-size: 12px;
  line-height: 120%;
  margin-bottom: 20px;
}
@media screen and (max-width: 39.99875em) {
  .a-calc .a-calc--item.as-sum .a-calc--value {
    font-size: 18px;
  }
}

.aCheckbox {
  display: flex;
  margin-bottom: 10px;
  align-items: flex-start;
  margin-bottom: 20px;
}
.aCheckbox input {
  flex-shrink: 0;
}
.aCheckbox .aCheckboxLabel {
  font-size: 1rem;
  margin-left: 20px;
  margin-top: -5px;
}
.aCheckbox .aCheckboxLabel a {
  color: #0588b7;
}
.aCheckbox .field_with_errors {
  display: inline-block;
}
.aCheckbox .field_with_errors label {
  margin-left: 10px;
  color: #ca3a3b;
}

.a-coach-profile {
  margin-bottom: 40px;
}
.a-coach-profile .a-coach-profile--inner {
  border: 1px solid #979797;
  background-color: #fefefe;
  padding-bottom: 60px;
  position: relative;
}
.a-coach-profile .a-coach-profile--inner.withoutPadding {
  padding-bottom: 0;
}
.a-coach-profile .a-coach-profile--inner .a-coach-profile--picture {
  min-height: 250px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
}
.a-coach-profile .a-coach-profile--inner .a-coach-profile--tag {
  background: #0588b7;
  text-align: right;
  color: #fefefe;
  font-size: 1.5rem;
  font-weight: bold;
  padding: 15px;
  margin-bottom: 20px;
}
.a-coach-profile .a-coach-profile--inner .a-coach-profile--info {
  font-size: 16px;
  padding: 0 20px;
}
.a-coach-profile .a-coach-profile--inner .a-coach-profile--city {
  font-size: 16px;
  padding: 10px 20px 0;
}
.a-coach-profile .a-coach-profile--inner .a-coach-profile--name {
  font-size: 18px;
  font-weight: 700;
  padding: 10px 20px;
  position: relative;
}
.a-coach-profile .a-coach-profile--inner .a-coach-profile--name a {
  color: #0a0a0a;
}
.a-coach-profile .a-coach-profile--inner .a-coach-profile--name.as-small {
  font-size: 25px;
}
.a-coach-profile .a-coach-profile--inner .a-coach-profile--name.as-large {
  font-size: 20px;
  line-height: 1.3;
}
.a-coach-profile .a-coach-profile--inner .a-coach-profile--description {
  padding: 10px 20px;
}
.a-coach-profile .a-coach-profile--inner .a-coach-profile--description p:first-child {
  margin-top: 0;
}
.a-coach-profile .a-coach-profile--inner .a-coach-profile--description.as-fadeout {
  position: relative;
  overflow: hidden;
  max-height: 140px;
}
.a-coach-profile .a-coach-profile--inner .a-coach-profile--description.as-fadeout:after {
  content: "";
  height: 40px;
  width: 100%;
  background: linear-gradient(0deg, #fefefe, rgba(254, 254, 254, 0));
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
}
.a-coach-profile .a-coach-profile--inner .a-coach-profile--description.as-large {
  max-height: 180px;
  position: relative;
  overflow: hidden;
}
.a-coach-profile .a-coach-profile--inner .a-coach-profile--description.as-large:after {
  content: "";
  height: 80px;
  width: 100%;
  background: linear-gradient(0deg, #fefefe, rgba(254, 254, 254, 0));
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
}
.a-coach-profile .a-coach-profile--inner .a-coach-profile--button {
  position: absolute;
  width: 100%;
  bottom: 0;
}
.a-coach-profile .a-coach-profile--inner .a-coach-profile--line {
  width: 60px;
  border-color: #0588b7;
  border-style: solid;
  border-width: 2px;
  margin-left: 20px;
}
.a-coach-profile.as-small {
  margin-bottom: 0;
}
.a-coach-profile.as-small .a-coach-profile--inner {
  padding-bottom: 10px;
}
.a-coach-profile.as-small .a-coach-profile--picture {
  min-height: 200px;
}
.a-coach-profile.as-small .a-coach-profile--city {
  font-size: 1rem;
  padding: 10px 10px 0;
  color: #0a0a0a;
}
.a-coach-profile.as-small .a-coach-profile--name {
  font-size: 16px;
  line-height: 18px;
  text-transform: uppercase;
  padding: 0 10px 10px;
}
@media screen and (max-width: 39.99875em) {
  .a-coach-profile.as-small .a-coach-profile--picture {
    min-height: 220px;
  }
}
.coaches.coaches_business .a-coach-profile .a-coach-profile--banner, .coaches.coaches_speaker .a-coach-profile .a-coach-profile--banner {
  position: absolute;
  width: 100%;
  background: rgba(5, 136, 183, 0.8);
  color: #fefefe;
  text-align: center;
  padding: 5px;
}
.coaches.coaches_business .a-coach-profile .a-coach-profile--line, .coaches.coaches_speaker .a-coach-profile .a-coach-profile--line {
  border-color: #0588b7;
}
.coaches.coaches_business .a-coach-profile .a-coach-profile--button .a-button, .coaches.coaches_business .a-coach-profile .a-coach-profile--button .stripe-button-el, .coaches.coaches_speaker .a-coach-profile .a-coach-profile--button .a-button, .coaches.coaches_speaker .a-coach-profile .a-coach-profile--button .stripe-button-el {
  background: #0588b7;
}

.a-coach-side-profile .a-coach-side-profile--area {
  padding-top: 20px;
}
.a-coach-side-profile .a-coach-side-profile--name {
  margin-top: 10px;
  text-transform: uppercase;
  font-size: 18px;
}
.a-coach-side-profile .a-coach-side-profile--banner {
  position: absolute;
  margin-left: 342px;
  top: 164px;
  width: 200px;
  text-align: center;
  background: #0588b7;
  color: #fefefe;
  padding: 5px 10px;
}

.a-coach-side--video {
  margin-top: 20px;
  width: 100%;
  height: 180px;
}

.Contact {
  position: relative;
}
.Contact .Contact-boxImage {
  position: relative;
}
.Contact .Contact-boxImage img {
  height: 270px;
  width: auto;
  transform: translateY(20px);
}
.Contact .Contact-boxImage.asSmall img {
  height: auto;
  transform: translateY(42px);
}
.Contact .Contact-details {
  padding-left: 10rem;
}
.Contact .a-headline {
  margin-top: 0;
}
.Contact a {
  color: #fefefe;
}
.Contact a:hover {
  color: #fefefe;
  text-decoration: underline;
}
@media screen and (max-width: 39.99875em) {
  .Contact .Contact-boxImage {
    display: none;
  }
  .Contact .Contact-details {
    padding-left: 0;
  }
}

.a-dashboard .a-dashboard-filters {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.a-dashboard .a-dashboard-filter {
  display: flex;
  color: #0a0a0a;
}
.a-dashboard .a-dashboard-filter .a-dashboard-filter-option {
  margin: 0 20px;
}
.a-dashboard .a-dashboard-filter .a-dashboard-filter-option a {
  color: #0a0a0a;
}
.a-dashboard .a-dashboard-filter .a-dashboard-filter-option.as-active {
  font-weight: bold;
}
.a-dashboard .a-dashboard-cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.a-dashboard .a-dashboard-card {
  background: #fafafa;
  padding: 20px 40px;
}
.a-dashboard .a-dashboard-card .a-dashboard-card-headline {
  margin-bottom: 20px;
  font-weight: bold;
  text-align: center;
}
.a-dashboard .a-dashboard-list {
  margin-top: 20px;
  border-top: 1px solid #eeeeee;
  padding-top: 20px;
}
.a-dashboard .a-dashboard-item {
  display: flex;
  justify-content: space-between;
  position: relative;
  font-size: 1rem;
  padding-bottom: 10px;
}
.a-dashboard .a-dashboard-item:before {
  position: absolute;
  content: "";
  width: 6px;
  height: 24px;
  display: block;
  background: currentColor;
}
.a-dashboard .a-dashboard-key {
  color: #0a0a0a;
  margin-left: 15px;
}
.a-dashboard .a-dashboard-value {
  font-weight: bold;
}

.a-document {
  display: flex;
  border-bottom: 1px solid #f5f5f5;
  justify-content: space-between;
  padding: 5px;
}

.a-filters {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.a-filters.as-bordered {
  border-bottom: 1px solid #979797;
}

.a-filter {
  padding: 10px 20px;
  border: 2px solid #979797;
  color: #979797;
  background: #fefefe;
  margin-right: 10px;
  margin-bottom: 10px;
  cursor: pointer;
}
.a-filter:hover {
  border-color: #fa7a2a;
}
.a-filter.asActive {
  border-color: #fa7a2a;
  color: #fa7a2a;
}
.a-filter.asActive:hover {
  border-color: #979797;
}

.a-flash {
  font-weight: bold;
  border: 2px solid #7da132;
  margin-top: 20px;
  line-height: 130%;
  padding-left: 30px;
}
.a-flash.notice {
  background: #d8e8b7;
  color: #7da132;
}
.a-flash.notice a {
  color: #7da132;
  opacity: 0.8;
}
.a-flash.alert {
  background: #eab3b3;
  color: #a52c2d;
  border-color: #a52c2d;
}
.a-flash.alert a {
  color: #a52c2d;
  opacity: 0.8;
}
.a-flash.banner {
  background: #fa7a2a;
  color: #fefefe;
  margin-top: 0;
  border: none;
  padding: 20px;
}
.a-flash.banner a {
  color: #0588b7;
  text-decoration: underline;
}

.a-footer-navigation {
  color: #fefefe;
  list-style-type: none;
  text-transform: uppercase;
  margin-top: 40px;
  font-size: 1rem;
  line-height: 14px;
  font-weight: 600;
  padding-left: 0;
  margin-left: 0;
  letter-spacing: 1px;
}
.a-footer-navigation a {
  color: #fefefe;
}
.a-footer-navigation a:hover {
  color: #0588b7;
}
.a-footer-navigation .a-footer-navigation--item {
  padding: 0 20px;
  border-left: 1px solid #fefefe;
  display: inline-block;
}
.a-footer-navigation .a-footer-navigation--item:first-child {
  border-left: 0px;
  padding-left: 0px;
}
.a-footer-navigation .a-footer-navigation--item.as-copyright {
  border: 0;
  float: right;
}
@media screen and (max-width: 39.99875em) {
  .a-footer-navigation .a-footer-navigation--item {
    display: block;
    margin-bottom: 20px;
    text-align: center;
    border-left: 0;
    padding: 0;
  }
  .a-footer-navigation .a-footer-navigation--item.as-copyright {
    border: 0;
    float: none;
    margin-top: 40px;
  }
}

.a-header-navigation {
  padding: 20px 0;
}
.a-header-navigation .a-header-navigation--trigger {
  position: absolute;
  clip: rect(0, 0, 0, 0);
}
.a-header-navigation .a-header-navigation--menu {
  position: absolute;
  top: 27px;
  right: 0;
}
.a-header-navigation .a-header-navigation--item {
  float: left;
  font-weight: 700;
  font-family: "Poppins", "Comic Sans", sans-serif;
  font-size: 1rem;
  letter-spacing: 1px;
  border: 2px solid transparent;
  transition: 0.2s ease-in-out all;
}
.a-header-navigation .a-header-navigation--item img {
  height: 20px;
}
.a-header-navigation .a-header-navigation--item a {
  display: block;
  padding: 5px 10px;
  color: #3b464d;
  text-decoration: none;
}
.a-header-navigation .a-header-navigation--item.as-bordered {
  border: 2px solid #0588b7;
}
.a-header-navigation .a-header-navigation--item.as-bordered:hover {
  background-color: #0588b7;
  text-decoration: none;
}
.a-header-navigation .a-header-navigation--item.as-bordered:hover a {
  color: #fefefe;
}
.a-header-navigation .a-header-navigation--item:hover {
  text-decoration: underline;
}
.a-header-navigation .a-header-navigation--item.as-active {
  text-decoration: underline;
}
.a-header-navigation .a-header-navigation--item.as-active a {
  color: #0588b7;
}
@media screen and (max-width: 39.99875em) {
  .a-header-navigation {
    padding: 0;
    z-index: 3;
  }
  .a-header-navigation .a-header-navigation--items {
    display: block;
    height: 0;
    transition: 0.5s ease-in-out all;
    overflow: hidden;
    background: rgba(254, 254, 254, 0.95);
    box-shadow: 0 6px 6px -6px black;
    width: 100%;
    position: absolute;
    z-index: 3;
    top: 65px;
    left: 0;
  }
  .a-header-navigation .a-header-navigation--items .a-header-navigation--item {
    display: block;
    float: none;
    margin-bottom: 5px;
    font-size: 16px;
    text-align: center;
  }
  .a-header-navigation .a-header-navigation--items .a-header-navigation--item.as-bordered {
    border: none;
  }
  .a-header-navigation .a-header-navigation--items .a-header-navigation--item:hover {
    border-color: transparent;
  }
  .a-header-navigation .a-header-navigation--trigger:checked ~ .a-header-navigation--items {
    height: 400px;
  }
}
.a-header-navigation .a-header-navigation--selects form, .a-header-navigation .a-header-navigation--selects input, .a-header-navigation .a-header-navigation--selects select {
  margin-bottom: 0;
}
.a-header-navigation .a-header-navigation--selects form {
  padding: 0 10px;
}

.a-header-subnavigation {
  clear: both;
  max-height: 0;
  overflow: hidden;
  transition: 0.2s ease-in-out all;
}
.a-header-subnavigation::before, .a-header-subnavigation::after {
  display: table;
  content: " ";
  flex-basis: 0;
  order: 1;
}
.a-header-subnavigation::after {
  clear: both;
}
.a-header-subnavigation.as-visible {
  max-height: 50px;
}
.a-header-subnavigation .a-header-navigation--item {
  margin: 0 10px 20px;
  float: right;
  max-width: 23%;
}
.a-header-subnavigation .a-header-navigation--item form, .a-header-subnavigation .a-header-navigation--item input, .a-header-subnavigation .a-header-navigation--item select {
  margin-bottom: 0;
}

.a-headline {
  color: #3b464d;
  position: relative;
  line-height: 125%;
  font-weight: 400;
}
@media screen and (max-width: 39.99875em) {
  .a-headline {
    word-break: break-word;
  }
}
.a-headline a {
  color: #3b464d;
  text-decoration: underline;
}
.a-headline ul {
  padding-left: 20px;
}
.a-headline.as-huge, .a-headline.as-giant {
  font-family: "Poppins", "Comic Sans", sans-serif;
  font-size: 36px;
  line-height: 2.75rem;
}
.a-headline.as-huge em, .a-headline.as-giant em {
  font-size: 26px;
  font-style: normal;
}
@media screen and (max-width: 39.99875em) {
  .a-headline.as-huge, .a-headline.as-giant {
    font-size: 18px;
    line-height: 20px;
    word-wrap: break-word;
  }
  .a-headline.as-huge em, .a-headline.as-giant em {
    font-size: 14px;
  }
}
.a-headline.as-giant {
  font-size: 5rem;
  margin-top: 0;
}
@media screen and (max-width: 39.99875em) {
  .a-headline.as-giant {
    font-size: 36px;
    line-height: 38px;
  }
}
.a-headline.as-large {
  font-size: 24px;
}
@media screen and (max-width: 39.99875em) {
  .a-headline.as-large {
    font-size: 18px;
  }
}
.a-headline.as-medium {
  font-size: 18px;
}
@media screen and (max-width: 39.99875em) {
  .a-headline.as-medium {
    font-size: 16px;
  }
}
.a-headline.as-regular {
  font-weight: 200;
  margin-top: -15px;
}
.a-headline.as-normalcase {
  text-transform: none;
}
.a-headline.as-small {
  font-size: 16px;
  font-weight: 600;
}
.a-headline.as-centered {
  text-align: center;
}
.a-headline.asSub {
  margin-top: 40px;
}
.a-headline.as-white {
  color: #fefefe;
}
.a-headline.as-white.as-underlined:after, .a-headline.as-white.as-underlined_left:after {
  border-bottom: 4px solid #fefefe;
}
.a-headline.as-green {
  color: #9ac442;
}
.a-headline.as-blue {
  color: #0588b7;
}
.a-headline.as-orange {
  color: #fa7a2a;
}
.a-headline.as-grey {
  color: #979797;
}
.a-headline.as-bold {
  font-weight: 600;
}
.a-headline.as-underlined, .a-headline.as-underlined_left {
  margin-bottom: 60px;
}
@media screen and (max-width: 39.99875em) {
  .a-headline.as-underlined, .a-headline.as-underlined_left {
    margin-bottom: 40px;
  }
}
.a-headline.as-underlined:after, .a-headline.as-underlined_left:after {
  content: "";
  width: 80px;
  height: 1px;
  border-bottom: 4px solid #0588b7;
  position: absolute;
  left: 50%;
  margin-left: -40px;
  bottom: -20px;
}
.a-headline.as-underlined.as-personal:after, .a-headline.as-personal.as-underlined_left:after {
  border-color: #9ac442;
}
.a-headline.as-underlined.with-margin-bottom, .a-headline.with-margin-bottom.as-underlined_left {
  margin-bottom: 60px;
}
.a-headline.as-underlined_left:after {
  margin-left: 0;
  left: 0;
}
.a-headline.as-padded {
  padding: 20px 0;
}
.a-headline.with-rating {
  line-height: 36px;
}
.a-headline.with-rating::before, .a-headline.with-rating::after {
  display: table;
  content: " ";
  flex-basis: 0;
  order: 1;
}
.a-headline.with-rating::after {
  clear: both;
}
.a-headline.with-rating .a-rating {
  float: right;
}
.a-headline.with-count .a-headline--count {
  color: #979797;
  font-weight: normal;
  padding-left: 5px;
}
.a-headline.with-margin-bottom {
  margin-bottom: 20px;
}
.a-headline.without-margin-top {
  margin-top: 0;
}
.a-headline.with-margin-bottom-large {
  margin-bottom: 40px;
}
.a-headline.with-small-margin-bottom {
  margin-bottom: 10px;
}
.a-headline.with-margin-top {
  margin-top: 40px;
}
.a-headline.without-margin-bottom {
  margin-bottom: 0;
}

.a-hint {
  font-size: 0.8rem;
  margin-top: 24px;
}
@media screen and (max-width: 39.99875em) {
  .a-hint {
    margin-top: 0;
    margin-bottom: 1.5rem;
  }
}

.a-icon-box {
  display: flex;
  margin-bottom: 40px;
}
.a-icon-box .a-icon-box--icon {
  width: 120px;
  height: 120px;
  background: #0588b7;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 20px;
}
.a-icon-box .a-icon-box--icon svg {
  width: 70%;
  height: 70%;
}
.a-icon-box .a-icon-box--icon svg * {
  fill: #fefefe;
}
@media screen and (max-width: 39.99875em) {
  .a-icon-box .a-icon-box--icon {
    display: none;
  }
}
.a-icon-box .a-icon-box--content {
  flex: 1;
  font-size: 16px;
}
.a-icon-box .a-icon-box--content p {
  margin-bottom: 5px;
  margin-top: 0;
  line-height: 125%;
}
.a-icon-box .a-icon-box--headline {
  font-weight: 600;
  margin-bottom: 5px;
}

.a-link {
  color: #9ac442;
}
.a-link.as-white {
  color: #fefefe;
}
.a-link.as-blue {
  color: #0588b7;
}
.a-link.as-black {
  color: #757575;
}
.a-link.as-back:before {
  content: "";
  width: 14px;
  height: 14px;
  display: inline-block;
  margin-right: 10px;
  background: image-url(/assets/trainings/back-807ea9fa7bd78632c76933e1f2cd514edf167073da0687eb31c9afdb21e2b511.svg) no-repeat center center/contain;
}
.a-link.as-capitalized {
  text-transform: uppercase;
}
.a-link.as-underlined, .a-link.a-headline.as-underlined_left {
  text-decoration: underline;
}
.a-link:hover {
  text-decoration: underline;
}
.a-link img {
  max-height: 1rem;
}

.a-logo {
  padding: 10px;
}
.a-logo svg, .a-logo img {
  height: 60px;
  border: none;
}
.a-logo a {
  color: none;
  border: none;
}
@media screen and (min-width: 40em) {
  .a-logo {
    height: 80px;
  }
  .a-logo svg, .a-logo img {
    height: 100%;
  }
}
@media screen and (min-width: 40em) and (max-width: 63.99875em) {
  .a-logo svg, .a-logo img {
    height: 42px;
    margin-top: 5px;
  }
}
@media screen and (max-width: 39.99875em) {
  .a-logo svg, .a-logo img {
    height: 42px;
    margin-top: 5px;
  }
}

.a-notice {
  font-size: 13px;
  line-height: 16px;
}
.a-notice a {
  color: #0588b7;
}
.a-notice.with-margin {
  margin-bottom: 20px;
}

.a-paragraph ul {
  list-style: disc;
  padding-left: 20px;
}
.a-paragraph.as-small {
  font-size: 1rem;
  line-height: 1.6rem;
}
.a-paragraph.as-large {
  font-size: 18px;
  line-height: 23.4px;
}
.a-paragraph.as-close-with-next-paragraph {
  margin-bottom: -10px;
}
.a-paragraph.as-centered {
  text-align: center;
}
.a-paragraph.as-white {
  color: white;
}
.a-paragraph.as-tiny {
  font-size: 0.6em;
  color: #979797;
  line-height: 1.3em;
}
.a-paragraph.as-padded {
  padding: 0 10px;
}
.a-paragraph.with-no-bullets img {
  margin: 20px 0;
}
.a-paragraph.with-no-bullets em {
  font-style: normal;
  font-weight: bold;
}
.a-paragraph.with-no-bullets ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.a-paragraph a {
  color: #0588b7;
  text-decoration: underline;
}

.aPasswordField {
  position: relative;
  display: flex;
  align-items: center;
}
.aPasswordField .aPasswordField-input {
  padding-right: 30px;
}
.aPasswordField .aPasswordField-toggle {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 20px;
  height: 20px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.aPasswordField .aPasswordField-toggle svg:last-child {
  display: none;
}
.aPasswordField .aPasswordField-toggle.is-active svg:first-child {
  display: none;
}
.aPasswordField .aPasswordField-toggle.is-active svg:last-child {
  display: block;
}

.pointWithCount {
  display: flex;
  font-size: 1rem;
  background: #eeeeee;
  margin-bottom: 20px;
}
.pointWithCount .pointWithCount-number {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #0588b7;
  color: white;
  flex: 0 0 40px;
}
.pointWithCount .pointWithCount-content {
  padding: 10px;
  line-height: 130%;
}
.pointWithCount .pointWithCount-headline {
  font-weight: bold;
  margin-bottom: 5px;
}
.pointWithCount:nth-child(odd) .pointWithCount-number {
  background: #fa7a2a;
}

.a-post-header {
  margin-bottom: 40px;
  text-align: center;
}
.a-post-header .a-post-header--image {
  margin-bottom: 40px;
}
.a-post-header .a-post-header--headline {
  margin-bottom: 40px;
  position: relative;
  text-align: center;
}
.a-post-header .a-post-header--date, .a-post-header .a-post-header--coach {
  display: inline-block;
}
.a-post-header .a-post-header--coach {
  font-weight: bold;
  text-decoration: underline;
}

.a-post {
  list-style-type: none;
  position: relative;
}
@media screen and (min-width: 40em) {
  .a-post.without-image .a-post--info {
    min-height: 40px;
  }
  .a-post.without-image:last-child .a-post--image {
    height: 0;
  }
  .a-post:first-child:before {
    content: "";
    width: 15px;
    height: 15px;
    background-color: #fefefe;
    position: absolute;
    top: 0px;
    left: 50%;
    margin-left: -7px;
    z-index: 100;
  }
  .b-posts.on-white .a-post:first-child:before {
    background: #fefefe;
  }
  .a-post:last-child .a-post--image {
    height: 380px;
  }
  .a-post:after {
    content: "";
    width: 15px;
    height: 15px;
    border-radius: 100%;
    background-color: #0588b7;
    position: absolute;
    top: 7px;
    left: 50%;
    margin-left: -8px;
    z-index: 101;
  }
}
@media screen and (min-width: 40em) {
  .a-post .a-post--image {
    position: relative;
    left: 1px;
    border-right: 1px solid #0588b7;
  }
}
.a-post .a-post--image img {
  margin: 0 0 40px 0;
  width: 100%;
}
.a-post .a-post--info {
  min-height: 330px;
  padding: 0 20px 40px 20px;
  border-left: 1px solid #0588b7;
  position: relative;
}
.a-post .a-post--info .a-post--info--meta {
  font-size: 16px;
  margin-bottom: 10px;
}
.a-post .a-post--info .a-post--info--meta a {
  text-decoration: underline;
  color: #3b464d;
  font-weight: 700;
}
.a-post .a-post--info .a-post--info--headline {
  text-transform: uppercase;
  color: #3b464d;
  font-size: 18px;
  line-height: 23.4px;
}
.a-post .a-post--info .a-post--info--headline a {
  color: #3b464d;
}
.a-post .a-post--info .a-post--info--description {
  font-size: 16px;
  margin-top: 20px;
}
.a-post .a-post--info .a-post--info--description a {
  color: #0588b7;
  text-decoration: underline;
  font-weight: 700;
}
.a-post .a-post--info .a-post--info--tags {
  margin-top: 10px;
  font-size: 1rem;
  font-style: italic;
}
@media screen and (min-width: 40em) {
  .a-post:nth-of-type(2n) .a-post--image {
    float: right;
    border-right: 0;
    border-left: 1px solid #0588b7;
    left: 0;
  }
  .a-post:nth-of-type(2n) .a-post--info {
    float: left;
    border-left: 0;
    border-right: 1px solid #0588b7;
    left: 1px;
    text-align: right;
  }
}
.a-post.with-dynamic-height .a-post--info {
  min-height: 0px;
}
.a-post.with-dynamic-height:last-child .a-post--image {
  height: 0;
}
@media screen and (max-width: 39.99875em) {
  .a-post.with-dynamic-height .a-post--image, .a-post.with-dynamic-height .a-post--info {
    border: none;
  }
}

.a-process-step {
  margin: 20px 0;
}
@media screen and (max-width: 39.99875em) {
  .a-process-step {
    margin-bottom: 0;
  }
}
.a-process-step .a-process-step--image {
  text-align: center;
}
.a-process-step .a-process-step--image img {
  height: 100px;
}
.a-process-step .a-process-step--description {
  padding: 0 10px;
  text-align: center;
}

.a-rating {
  text-align: center;
  margin: 10px 0;
}
.a-rating .a-rating--star {
  display: inline-block;
  width: 30px;
  height: 30px;
  background-size: cover;
  background-position: no-repeat;
}
.a-rating .a-rating--star.as-empty {
  background-image: image_url(/assets/svg/icon_star_off-a4b273c7011e2b595fa4cab7be454a83d76d60ed43f040c76cbbe6a5bf6280ae.svg);
}
.a-rating .a-rating--star.as-full {
  background-image: image_url(/assets/svg/icon_star_on-a4b4eced9d7a04229bfeccabc998f4dc39015ea65de66f6aff165b504ea875f4.svg);
}
.a-rating svg {
  width: 30px;
  height: 30px;
}
.a-rating.as-inline {
  margin: 0;
}
.a-rating.as-inline svg {
  width: 24px;
  height: 24px;
  margin-right: -5px;
}
.a-rating.on-white svg path, .a-rating.on-white svg polygon {
  fill: #fefefe;
}

.a-raty {
  text-align: center;
  margin: 10px 0;
}
.a-raty img {
  width: 30px;
  height: 30px;
}

.a-review {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #979797;
}
.a-review:first-child {
  padding-top: 20px;
  border-top: 1px solid #979797;
}
.a-review .a-review--header::before, .a-review .a-review--header::after {
  display: table;
  content: " ";
  flex-basis: 0;
  order: 1;
}
.a-review .a-review--header::after {
  clear: both;
}
.a-review .a-review--user {
  float: left;
}
.a-review .a-review--rating {
  float: right;
}
.a-review .a-review--text {
  font-style: italic;
  font-size: 1rem;
}

.aShare {
  margin-top: 20px;
  display: flex;
  align-items: center;
}
.aShare .aShare-label {
  margin-right: 20px;
}
.aShare .aShare-input {
  flex: 1;
}
.aShare .aShare-input > input {
  margin: 0;
}

.a-social-links {
  list-style-type: none;
  padding-left: 0;
  margin-left: 0;
}
.a-social-links .a-social-link {
  display: inline-block;
  width: 55px;
  height: 55px;
  border-radius: 100%;
  border: 2px solid #fefefe;
  margin-right: 20px;
  font-size: 18px;
}
.a-social-links .a-social-link a {
  color: #fefefe;
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  padding: 12px 0px;
}
.a-social-links .a-social-link a .svg-icon {
  width: 24px;
}
.a-social-links .a-social-link a .svg-icon .svg-icon--fill {
  fill: #fefefe;
}
.a-social-links .a-social-link a .svg-icon .svg-icon--stroke {
  stroke: #fefefe;
}
.a-social-links .a-social-link.as-facebook:hover {
  border-radius: 100%;
  background-color: #3e5a8f;
}
.a-social-links .a-social-link.as-twitter:hover {
  border-radius: 100%;
  background-color: #63b5ed;
}
.a-social-links .a-social-link.as-google:hover {
  border-radius: 100%;
  background-color: #dc5545;
}
.a-social-links .a-social-link.as-xing:hover {
  border-radius: 100%;
  background-color: #006567;
}
.a-social-links .a-social-link.as-linked-in:hover {
  border-radius: 100%;
  background-color: #0274B3;
}
@media screen and (max-width: 39.99875em) {
  .a-social-links {
    text-align: center;
  }
  .a-social-links .a-social-link {
    margin-left: 10px;
    margin-right: 10px;
  }
}

.Switch {
  display: inline-flex;
  border: 1px solid #0588b7;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 20px;
}
.Switch .Switch-option {
  color: black;
  text-align: center;
  flex: 1;
  padding: 10px 20px;
}
.Switch .Switch-option:first-child {
  border-right: 1px solid #0588b7;
}
.Switch .Switch-option:hover {
  text-decoration: underline;
}
.Switch .Switch-option.asSelected {
  background: #0588b7;
  color: #fefefe;
  font-weight: bold;
  text-decoration: none;
}
@media screen and (max-width: 39.99875em) {
  .Switch {
    display: flex;
  }
}

.Price {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 80px;
  gap: 1rem;
}
.Price .Price-value {
  font-size: 36px;
  font-weight: bold;
  color: #0588b7;
}
@media screen and (max-width: 39.99875em) {
  .Price {
    flex-direction: column;
  }
}

.a-table a {
  color: #0588b7;
}
.a-table a:hover {
  color: #023e54;
}
.a-table.full-width {
  width: 100%;
}
.a-table.as-simple {
  border: none;
  border-collapse: collapse;
  margin-bottom: 40px;
}
.a-table.as-simple a {
  color: #0588b7;
}
.a-table.as-simple a:hover {
  color: #023e54;
}
.a-table.as-simple tr {
  border: none;
}
.a-table.as-simple tr:nth-child(2n) {
  background: #fefefe;
}
.a-table.as-simple tr td {
  border: none;
  border-bottom: 2px solid #eeeeee;
}
.a-table.as-simple tr:hover:not(.without-hover) td {
  border-bottom: 2px solid #0588b7;
}

.a-tabs {
  margin-bottom: 40px;
}
.a-tabs .a-tabs--links {
  padding-left: 0;
}
.a-tabs .a-tabs--links .a-tabs--link {
  border: 1px solid #0588b7;
  border-bottom: none;
}
.a-tabs .a-tabs--links .a-tabs--link:not(.active) a {
  background: transparent;
  color: #3b464d;
}
.a-tabs .a-tabs--links a:focus {
  outline: none;
}
.a-tabs .a-tabs--content-area {
  border: 2px solid #0588b7;
}
.a-tabs .a-tabs--content {
  padding: 20px;
}
.a-tabs .a-tabs--content h4 {
  color: #0588b7;
  margin: 0 0;
}
.a-tabs .a-tabs--content p {
  margin: 0 0 20px 0;
}
@media screen and (max-width: 39.99875em) {
  .a-tabs .a-tabs--link-wrapper {
    width: 100%;
    overflow: scroll;
  }
  .a-tabs .a-tabs--links {
    width: 430px;
  }
  .a-tabs .a-tabs--links a {
    padding: 8px;
    font-size: 15px;
  }
}

.a-teaser-boxes .a-teaser-box {
  display: flex;
  flex-direction: column;
  border: 1px solid #535C62;
  background: #fefefe;
}
.a-teaser-boxes .a-teaser-box .a-teaser-box--image {
  height: 200px;
  background-image: url(/assets/teaser/firmenkunden-abb243a7a47b0e49013fdbfe3015813f3d87cdb2b2e5324010f81c80d9128574.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
@media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3/2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
  .a-teaser-boxes .a-teaser-box .a-teaser-box--image {
    background-image: url(/assets/teaser/firmenkunden@2x-293327c410a0db8d72c749cd5c9207b30854eb1bfec426abd73e4d7207876658.jpg);
    background-size: cover;
  }
}
.a-teaser-boxes .a-teaser-box .a-teaser-box--image.for-design-thinking {
  background-image: url(/assets/categories/design-thinking-9d79069309d1295ed4af4a4b8718cc87744afbd86d60a2a8cb1a715b50df8992.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
@media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3/2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
  .a-teaser-boxes .a-teaser-box .a-teaser-box--image.for-design-thinking {
    background-image: url(/assets/categories/design-thinking@2x-2f9971cd861996b68e259057a0c7ab469eaa8015add6ba77400af96278c866c9.jpg);
    background-size: cover;
  }
}
.a-teaser-boxes .a-teaser-box .a-teaser-box--image.for-scrum {
  background-image: url(/assets/categories/scrum-a36ddc85d3acc0c85f2afe1c55bdbadaa43eefb9618bb621741347d873be2487.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
@media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3/2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
  .a-teaser-boxes .a-teaser-box .a-teaser-box--image.for-scrum {
    background-image: url(/assets/categories/scrum@2x-cc9705f0c1e1e4d89b9cca38a011150a1ae09e55f5dc31a08b376a91c0dcad5b.jpg);
    background-size: cover;
  }
}
.a-teaser-boxes .a-teaser-box .a-teaser-box--image.for-agile-transformation {
  background-image: url(/assets/categories/example-b384d4e72d3f8d53fea474855c8eb805304fe86ade99fb5092bd36abf4d77406.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
@media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3/2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
  .a-teaser-boxes .a-teaser-box .a-teaser-box--image.for-agile-transformation {
    background-image: url(/assets/categories/example-b384d4e72d3f8d53fea474855c8eb805304fe86ade99fb5092bd36abf4d77406.jpg);
    background-size: cover;
  }
}
.a-teaser-boxes .a-teaser-box .a-teaser-box--headline {
  padding: 10px;
  color: #fefefe;
  text-align: center;
  text-transform: uppercase;
  font-size: 25px;
  background: #0588b7;
}
.a-teaser-boxes .a-teaser-box .a-teaser-box--headline.as-icon {
  font-size: 32px;
  padding: 20px;
}
.a-teaser-boxes .a-teaser-box .a-teaser-box--text {
  padding: 10px;
  color: #0a0a0a;
  flex-grow: 1;
}
.a-teaser-boxes .a-teaser-box .a-teaser-box--text a {
  color: #0a0a0a;
}
.a-teaser-boxes .a-teaser-box .a-teaser-box--text a:hover {
  text-decoration: underline;
}
.a-teaser-boxes .a-teaser-box .a-teaser-box--text p {
  margin: 0 0 10px;
}
.a-teaser-boxes .a-teaser-box .a-teaser-box--text p:last-child {
  margin: 0;
}
.a-teaser-boxes .a-teaser-box .a-teaser-box--buttons {
  padding: 20px;
  display: flex;
  justify-content: space-between;
}
.a-teaser-boxes .a-teaser-box.fixed-height .a-teaser-box--text {
  height: 220px;
}
@media screen and (max-width: 39.99875em) {
  .a-teaser-boxes .a-teaser-box.fixed-height .a-teaser-box--text {
    height: inherit;
  }
}

.a-testimonial {
  position: relative;
  padding: 20px;
}
.a-testimonial .a-testimonial-wrapper {
  position: relative;
}
.a-testimonial .a-testimonial-wrapper:before, .a-testimonial .a-testimonial-wrapper:after {
  content: "";
  position: absolute;
  width: 6rem;
  height: 6rem;
  display: block;
  border: 4px solid #0283bd;
}
.a-testimonial .a-testimonial-wrapper:before {
  top: 1px;
  left: 1px;
  border-right: none;
  border-bottom: none;
}
.a-testimonial .a-testimonial-wrapper:after {
  bottom: 1px;
  right: 1px;
  border-left: none;
  border-top: none;
}
.a-testimonial .a-testimonial--text {
  text-align: center;
  font-size: 18px;
  line-height: 130%;
  margin-bottom: 20px;
  color: #0283bd;
  font-weight: 400;
  position: relative;
  padding: 2rem;
}
.a-testimonial .a-testimonial--text:before, .a-testimonial .a-testimonial--text:after {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  z-index: 1;
  width: 4rem;
  height: 4rem;
  background: url(/assets/quotes-36e41c8aa1851b70ce058f981d19faa97f98485d584abf0f910e5b255f699991.png) no-repeat center center/contain;
}
.a-testimonial .a-testimonial--text:before {
  content: "";
  top: -2rem;
  left: -1.25rem;
}
.a-testimonial .a-testimonial--text:after {
  content: "";
  bottom: -2rem;
  right: -1.25rem;
  transform: rotate(180deg);
}
.a-testimonial .a-testimonial--person {
  display: flex;
  justify-content: center;
  align-items: center;
}
.a-testimonial .a-testimonial--job {
  font-size: 14px;
}
.a-testimonial .a-testimonial--details {
  line-height: 22px;
}
.a-testimonial .a-testimonial--details.as-centered {
  text-align: center;
}
.a-testimonial .a-testimonial--details.as-centered .a-testimonial--name {
  margin-top: 5px;
}
@media screen and (max-width: 39.99875em) {
  .a-testimonial .a-testimonial--text {
    font-size: 16px;
  }
  .a-testimonial .a-testimonial--text:before, .a-testimonial .a-testimonial--text:after {
    background-size: 60%;
  }
}

.a-text-field {
  border-radius: 0;
  background-color: #FFF;
  border-style: solid;
  border-width: 1px;
  border-color: #cccccc;
  box-shadow: inset 0 1px 2px;
  color: rgba(0, 0, 0, 0.75);
  display: block;
  font-family: inherit;
  font-size: 0.875rem;
  height: 2.3125rem;
  margin: 0 0 1rem 0;
  padding: 0.5rem;
  width: 100%;
}

.a-text {
  color: #3b464d;
}
.a-text .a-text-small {
  font-size: 0.8rem;
}
.a-text p:first-child {
  margin-top: 0;
}
.a-text h4 {
  margin-top: 0;
}
.a-text h2:first-child {
  margin-top: 0;
}
.a-text.as-white {
  color: white;
}
@media screen and (max-width: 39.99875em) {
  .a-text ul {
    padding-left: 0.5rem;
  }
}
.a-text ul > li {
  margin-bottom: 8px;
}
.a-text .a-text-countList .a-text-countList-entry {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 20px;
}
.a-text .a-text-countList .a-text-countList-headline {
  font-weight: bold;
  margin-bottom: 0.25rem;
}
.a-text .a-text-countList .a-text-countList-number {
  font-weight: bold;
  color: #0588b7;
  font-size: 1.25rem;
}
.a-text.withNiceLists ul {
  list-style-image: url(/assets/svg/change/phase_6-b63f39000103230f80db1ec0adc4d3cb308ebe2b9af346a41c984892989b6b8a.svg);
}
.a-text.withIdeaLists ul {
  list-style-image: url(/assets/svg/change/phase_1-aeee25bbf51eba32c0aa1191d0cd393ef4ba45d046b57a461b233422160a8e8e.svg);
}
.a-text.as-large {
  font-size: 1.5rem;
  line-height: 2rem;
}
.a-text.as-enlarged {
  font-size: 1.25rem;
  line-height: 1.5rem;
}
.a-text.as-triangle ul {
  list-style-image: url(/assets/mittelstand/list_icon-d107ea154a5cf361bdea93b5e27ce5ecc249225d2939e3416b6439e5e571c880.png);
  margin-top: 20px;
}
.a-text.as-triangle ul li:marker {
  font-size: 0.8rem;
}

.special-text em {
  color: #0588b7;
  font-style: normal;
  font-weight: bold;
  font-size: 1.25rem;
}

.a-textarea {
  height: 100px;
}
.a-textarea.as-large {
  height: 400px;
}
.a-textarea.as-medium {
  height: 200px;
  margin-bottom: 20px;
}
.a-textarea.as-medium textarea {
  height: 100%;
}

.a-topic {
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 600;
  background-color: #fefefe;
  display: inline-block;
  margin-bottom: 20px;
  margin-right: 20px;
  letter-spacing: 1px;
}
@media screen and (max-width: 39.99875em) {
  .a-topic {
    display: block;
    margin-right: 0;
    color: #0588b7;
  }
}
.a-topic a {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #0588b7;
  position: relative;
  font-size: 1rem;
  padding: 10px 10px 10px 20px;
  display: block;
}
@media screen and (max-width: 39.99875em) {
  .a-topic a {
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
  }
}
@media screen and (min-width: 40em) {
  .a-topic a {
    font-size: 16px;
    padding-left: 40px;
  }
  .a-topic a:before {
    content: "";
    width: 0;
    height: 0;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-left: 12px solid #0588b7;
    position: absolute;
    left: 15px;
    top: 25%;
    transition: 0.2s ease-in-out all;
  }
}
.a-topic.as-bordered {
  margin: 0;
}
.a-topic.as-bordered a {
  text-align: center;
  display: block;
  border: 2px solid #0588b7;
  padding: 10px;
}
.a-topic.as-bordered a:before {
  display: none;
}
.a-topic:hover a:before {
  left: 20px;
}

.a-training-wrapper .a-training-icon {
  padding: 1px;
  display: flex;
  float: right;
  min-width: 170px;
  justify-content: flex-end;
  transform: translateX(28px);
}
.a-training-wrapper .a-training-icon .a-training-icon--text {
  max-width: 0;
  overflow: hidden;
  transition: 0.2s ease-in-out all;
  color: white;
  display: flex;
  align-items: center;
  text-transform: uppercase;
}
.a-training-wrapper .a-training-icon svg {
  transform: translateX(-28px);
  z-index: 1;
}
.a-training-wrapper .a-training-icon .stroke-dark-blue {
  stroke: #3D7698;
}
.a-training-wrapper .a-training-icon .fill-dark-blue {
  fill: #3D7698;
}
.a-training-wrapper:hover .a-training-icon .a-training-icon--text {
  max-width: 140px;
  background: #3D7698;
  font-size: 14px;
  border-radius: 15px;
  padding-left: 20px;
  padding-right: 90px;
}
.a-training-wrapper:hover .a-training-icon .fill-dark-blue-hover {
  fill: #3D7698;
}
.a-training-wrapper:hover .a-training-icon .fill-light-blue-hover {
  fill: #5AC8FF;
}
.a-training-wrapper:hover .a-training-icon .fill-white-hover {
  fill: #fefefe;
}
@media screen and (min-width: 40em) and (max-width: 63.99875em) {
  .a-training-wrapper .a-training-icon .a-training-icon--text {
    max-width: 120px;
    background: #3D7698;
    font-size: 14px;
    border-radius: 15px 0 0 15px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .a-training-wrapper .a-training-icon .fill-dark-blue-hover {
    fill: #3D7698;
  }
  .a-training-wrapper .a-training-icon .fill-light-blue-hover {
    fill: #5AC8FF;
  }
  .a-training-wrapper .a-training-icon .fill-white-hover {
    fill: #fefefe;
  }
}

.a-upload-control {
  margin-bottom: 10px;
  background-color: #eeeeee;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
  position: relative;
}
.a-upload-control.with-image {
  background-size: cover;
  background-position: center;
}
.a-upload-control.with-image .svg-icon {
  opacity: 0.75;
}
.a-upload-control.with-image .svg-icon .svg-icon--fill {
  fill: #fefefe;
}
.a-upload-control.with-image .svg-icon .svg-icon--stroke {
  stroke: #fefefe;
}
.a-upload-control.with-image .svg-icon.icon-camera {
  display: none;
}
.a-upload-control.with-image .svg-icon.icon-camera-check {
  display: block;
}
.a-upload-control.with-image .a-upload-control--image-button--label {
  display: none;
}
.a-upload-control .a-upload-control--image-button {
  width: 100%;
  cursor: pointer;
  position: absolute;
  text-align: center;
  z-index: 0;
}
.a-upload-control .a-upload-control--image-button--label {
  color: #fefefe;
  font-size: 14px;
  text-shadow: 0 0 6px #0a0a0a;
}
.a-upload-control .svg-icon {
  margin: 10px auto -20px;
  display: block;
  width: 100px;
  height: 100px;
}
.a-upload-control .svg-icon .svg-icon--fill {
  fill: #0a0a0a;
}
.a-upload-control .svg-icon .svg-icon--stroke {
  stroke: #0a0a0a;
}
.a-upload-control .svg-icon.icon-camera-check {
  display: none;
  width: 66px;
}
.a-upload-control .a-upload-control--file-input {
  position: relative;
  z-index: 2;
  cursor: pointer;
  opacity: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 39.99875em) {
  .a-upload-control .svg-icon {
    width: 60px;
    height: 60px;
    margin: 0 auto -15px;
  }
}

.a-webinar {
  border: 1px solid #9ac442;
  position: relative;
  padding-bottom: 60px;
  background: #fefefe;
}
.a-webinar .a-webinar--inner {
  padding: 10px;
}
.a-webinar .a-webinar--inner a {
  color: #0a0a0a;
}
.a-webinar .a-webinar--button {
  position: absolute;
  bottom: 0;
  width: 100%;
}
.a-webinar .a-webinar--title {
  margin: 4px 0;
  font-size: 18px;
}
.a-webinar .a-webinar--details {
  font-size: 14px;
  line-height: 150%;
}
.a-webinar .a-webinar--coach {
  font-size: 14px;
  text-decoration: underline;
}
.a-webinar:hover .a-webinar--button .a-button, .a-webinar:hover .a-webinar--button .stripe-button-el {
  background: #7da132;
}
.a-webinar.as-old {
  opacity: 0.8;
}

.a-webinar-facts {
  padding-left: 20px;
  color: #fefefe;
  clear: both;
  margin-top: 10px;
}
.a-webinar-facts .a-webinar-fact--title {
  display: inline-block;
  width: 120px;
}
.a-webinar-facts .a-webinar-fact--content {
  display: inline-block;
}
.a-webinar-facts .a-webinar-fact--content .a-rating {
  position: relative;
  top: 5px;
}

.a-webinar-header {
  color: #fefefe;
  padding-bottom: 10px;
  border-bottom: 1px solid #fefefe;
  margin-bottom: 10px;
}
.a-webinar-header .a-webinar-header--coach {
  float: left;
}
.a-webinar-header .a-webinar-header--coach img {
  height: 60px;
  margin-right: 10px;
}
.a-webinar-header .a-webinar-header--small a {
  color: #fefefe;
}
.a-webinar-header .a-webinar-header--small a:hover {
  color: #fefefe;
  text-decoration: underline;
}
.a-webinar-header .a-headline {
  color: #fefefe;
  margin: 0 0 10px;
}
@media screen and (max-width: 39.99875em) {
  .a-webinar-header {
    padding-top: 20px;
  }
}

.a-webinar-price {
  color: #fefefe;
  font-size: 18px;
  padding-top: 10px;
}
.a-webinar-price .a-button, .a-webinar-price .stripe-button-el {
  margin-top: 20px;
  display: block;
}
.a-webinar-price.as-black {
  color: #0a0a0a;
}

.a-workshop {
  margin-bottom: 20px;
  border: 2px solid #eeeeee;
  padding: 20px;
  position: relative;
}
.a-workshop--success {
  position: absolute;
  width: 100%;
  padding: 10px;
  background: #9ac442;
  color: #fefefe;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.a-workshop--form {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(254, 254, 254, 0.95);
  box-shadow: #979797 0 0 20px;
  overflow: hidden;
  display: none;
}
.a-workshop--form textarea {
  height: 125px;
  margin-bottom: 32px;
}
.a-workshop--form .a-button, .a-workshop--form .stripe-button-el {
  text-align: center;
}
.a-workshop--form--left, .a-workshop--form--right {
  flex: 0 0 50%;
  padding: 20px;
}
.a-workshop--title {
  font-size: 21px;
  font-weight: 600;
}
.a-workshop--subline {
  color: #979797;
  font-size: 1rem;
}
@media screen and (min-width: 64em) and (max-width: 74.99875em) {
  .a-workshop--subline {
    max-width: 80ch;
    overflow: hidden;
    white-space: nowrap;
  }
}
.a-workshop--text {
  margin-right: 20px;
}
@media screen and (max-width: 39.99875em) {
  .a-workshop--text {
    margin-right: 0;
  }
}
.a-workshop--action {
  padding-left: 20px;
  border-left: 2px solid #eeeeee;
}
.a-workshop--action .a-button, .a-workshop--action .stripe-button-el {
  white-space: nowrap;
}
@media screen and (max-width: 39.99875em) {
  .a-workshop--action {
    padding: 20px 0;
    border: none;
    border-top: 2px solid #eeeeee;
    border-bottom: 2px solid #eeeeee;
    margin-top: 10px;
    display: flex;
    justify-content: center;
  }
}
.a-workshop--head {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 39.99875em) {
  .a-workshop--head {
    flex-direction: column;
  }
}
.a-workshop--body {
  overflow: hidden;
  height: 0;
  margin: 0;
}
.a-workshop--body .a-button, .a-workshop--body .stripe-button-el {
  margin-top: 20px;
}
.a-workshop--more, .a-workshop--less {
  margin-top: 20px;
  color: #0588b7;
  cursor: pointer;
}
.a-workshop--more:hover, .a-workshop--less:hover {
  text-decoration: underline;
}
@media screen and (max-width: 39.99875em) {
  .a-workshop--more, .a-workshop--less {
    text-align: center;
  }
}
.a-workshop.asOpen .a-workshop--body {
  height: auto;
  margin-top: 20px 0;
}
.a-workshop.asOpen .a-workshop--more {
  display: none;
}
.a-workshop.asContact {
  min-height: 280px;
}
.a-workshop.asContact .a-workshop--form {
  display: flex;
}
@media screen and (max-width: 39.99875em) {
  .a-workshop--form {
    flex-direction: column;
  }
  .a-workshop--form--left, .a-workshop--form--right {
    flex: 1;
  }
  .a-workshop--form--left {
    padding-bottom: 0;
  }
  .a-workshop--form--right {
    padding-top: 0;
  }
  .a-workshop.asContact {
    min-height: 550px;
  }
}

.b-attention-seeker {
  padding: 20px;
  background: rgba(61, 118, 152, 0.95);
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 100;
  color: #fefefe;
  visibility: hidden;
}
.b-attention-seeker .b-attention-seeker--teaser-circle {
  transform: rotate(-8deg);
  border-radius: 100px;
  width: 100px;
  height: 100px;
  border: 3px solid #fefefe;
  background-color: #9ac442;
  text-align: center;
  font-size: 22px;
  color: #fefefe;
  font-weight: bold;
  float: left;
  padding-top: 35px;
  margin-top: -35px;
  margin-bottom: 20px;
  margin-right: 20px;
  overflow: hidden;
}
.b-attention-seeker .b-attention-seeker--close {
  float: right;
  color: #fefefe;
  text-decoration: underline;
}
.b-attention-seeker .b-attention-seeker--button {
  background: #9ac442;
}
.b-attention-seeker .b-attention-seeker--selling-points {
  margin-top: 0;
}
.b-attention-seeker .b-attention-seeker--label {
  color: #fefefe;
}
.b-attention-seeker.visible {
  opacity: 1;
  visibility: visible;
}

.b-call-us-header {
  background: #0588b7;
  padding: 0.5rem 0;
}
.b-call-us-header--content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.b-call-us-header .a-call-us-eye-catcher {
  margin-right: 1em;
  color: white;
}
.b-call-us-header .number {
  font-size: 1.1rem;
  font-weight: bold;
}
.b-call-us-header a {
  color: white;
  text-decoration: underline;
}
.b-call-us-header p {
  margin: 0;
}

.b-category-choose {
  margin-top: 20px;
  margin-bottom: 40px;
  text-align: center;
}
.b-category-choose .a-button, .b-category-choose .stripe-button-el {
  margin: 0 10px;
}
@media screen and (max-width: 39.99875em) {
  .b-category-choose .a-button, .b-category-choose .stripe-button-el {
    margin: 0 10px 20px;
  }
}

.aCategory .aCategory-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.aCategory .aCategory-header span {
  margin: 0 20px;
}

.a-category-display {
  width: 100%;
}
.a-category-display select {
  margin: 4px 0;
  font-size: 14px;
}
.a-category-display .a-category-display--row {
  display: flex;
  align-items: center;
  border: 1px solid #cccccc;
  margin-bottom: 1rem;
  background: #f5f5f5;
  justify-content: space-between;
}
.a-category-display .a-category-display--row.asHidden {
  display: none;
}
.a-category-display .a-category-display--a-button {
  padding: 0;
  width: 1.5rem;
  height: 3rem;
  margin: 0 10px 0 0;
  background-color: #c45f68;
  display: flex;
  align-items: center;
  justify-content: center;
}
.a-category-display .a-category-display--a-button .a-category-display--svg {
  width: 50%;
  height: 50%;
}
.a-category-display .a-category-display--name {
  width: 50%;
  margin: 0;
  font-size: 0.875rem;
  align-self: center;
}
.a-category-display .a-category-display--input {
  width: 44%;
  margin: 0;
  align-self: center;
  margin-right: 0.34375rem;
}
.a-category-display .a-category-display--b-button {
  height: 3rem;
  height-padding: 0.5rem;
}

.b-change-phases {
  list-style-type: none;
  padding: 0;
  margin: 40px 0;
  display: flex;
  flex-wrap: wrap;
}
@supports (display: grid) {
  .b-change-phases {
    display: grid;
    grid-gap: 10px;
    grid-template-columns: 1fr 1fr 1fr;
  }
  @media screen and (min-width: 40em) and (max-width: 63.99875em) {
    .b-change-phases {
      grid-template-columns: 1fr 1fr;
    }
  }
  @media screen and (max-width: 39.99875em) {
    .b-change-phases {
      grid-template-columns: 1fr;
    }
  }
}

.b-change-phase {
  padding: 20px;
  flex: 0 0 50%;
  background: #0588b7;
  color: #fefefe;
  display: flex;
  align-items: center;
  font-weight: 600;
  text-transform: uppercase;
}
.b-change-phase svg {
  width: 30px;
  height: 30px;
  margin-right: 20px;
}
.b-change-phase path {
  fill: #fefefe;
}
.b-change-phase:hover {
  color: #fefefe;
  background: #046385;
}

.b-change-workshop--list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.b-change-workshop--phase {
  background: #f5f5f5;
  padding: 20px;
  display: flex;
  color: #0588b7;
  margin-bottom: 20px;
  font-weight: 600;
  text-transform: uppercase;
  margin-top: 60px;
}
.b-change-workshop--phase svg {
  width: 24px;
  height: 24px;
  margin-right: 10px;
  display: inline-block;
}

.b-coach-booking-form {
  border: 1px solid #3b464d;
  background: white;
  margin-bottom: 20px;
}
.b-coach-booking-form .b-coach-booking-form--price {
  background: #3b464d;
  color: white;
  padding: 10px;
  font-weight: bold;
}
.b-coach-booking-form .b-coach-booking-form--price p {
  margin: 0;
}
.b-coach-booking-form .b-coach-booking-form--price span {
  display: inline-block;
}
.b-coach-booking-form .b-coach-booking-form--price .b-coach-booking-form--price--tag {
  margin-top: 4px;
  font-size: 1.5em;
  font-weight: bold;
}
.b-coach-booking-form .b-coach-booking-form--form {
  padding: 10px;
}
.b-coach-booking-form .b-coach-booking-form--form .b-coach-booking-form--form--label {
  text-transform: uppercase;
  color: #3b464d;
  font-weight: bold;
  font-size: 1rem;
}
.b-coach-booking-form .b-coach-booking-form--form textarea {
  min-height: 100px;
}
.b-coach-booking-form .b-coach-booking-form--form input[type=checkbox] {
  float: left;
  clear: left;
  margin-top: 5px;
  margin-right: 10px;
}
.b-coach-booking-form .b-coach-booking-form--form .b-coach-booking-form--form--checkbox--label {
  float: left;
}
.b-coach-booking-form .b-coach-booking-form--form .b-coach-booking-form--form--checkbox--label small {
  text-transform: none;
}

.b-section.b-coach-header {
  background-image: url(/assets/categories/example-b384d4e72d3f8d53fea474855c8eb805304fe86ade99fb5092bd36abf4d77406.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  padding-top: 220px;
}
.b-section.b-coach-header.as-business {
  background-image: url(/assets/firmenkunden-8fd81ed89e4cceb8316aa4023b3c8289b25154fe5918a0600824d8c3b6d1d5a9.jpg);
}
.b-section.b-coach-header.as-students {
  background-image: url(/assets/studenten-8e58717d04256f625b875fd7c6508d85808758ff34fc775f74b7b3a8b3e94ea3.jpg);
}
.b-section.b-coach-header.as-top_speakers {
  background-image: url(/assets/topspeaker-38b91548c0777054660fc06103afa0ab7af66586bffa3c3035a7f750a57c6b5b.jpg);
}
.b-section.b-coach-header.as-private {
  background-image: url(/assets/privatkunden-6949e8e221a24a52b4d52ff11e00d13d6a5e82ccfc9c13722242236433bdb7ee.jpg);
}
.b-section.b-coach-header.as-open-training {
  background-image: url(/assets/open_training-1a07d9213688ea046bbc8aabafab04e43b4293f827b72bf5d4b24950a2c273de.jpg);
}
@media screen and (min-width: 40em) {
  .b-section.b-coach-header.as-open-training {
    padding-top: 280px;
  }
}
.b-section.b-coach-header .b-coach-header--headline {
  font-size: 2rem;
  margin: 0 0 20px 0;
}

@media screen and (min-width: 40em) {
  .b-coach-page-content {
    padding-top: 250px;
  }
}

.b-flash-message {
  position: relative;
  z-index: 3;
}

.pages_landingpage .b-footer {
  margin-top: -20px;
}

.b-header {
  color: #3b464d;
  background: rgba(254, 254, 254, 0.8);
  border-bottom: 1px solid #eeeeee;
  width: 100%;
}
.b-header .b-header-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.b-header.as-dark {
  background: #3b464d;
  color: #fefefe;
  font-size: 1rem;
}
.b-header.as-dark .b-header--content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.b-header.as-dark .b-header--navigation {
  text-align: right;
}
.b-header.as-dark .b-header--navigation-items {
  display: flex;
}
.b-header.as-dark .b-header--navigation-items .b-header--navigation--link {
  margin-left: 1rem;
}

.b-managed-trainings {
  margin-bottom: 20px;
}

.b-managed-training {
  border-bottom: 1px solid #0a0a0a;
  margin-top: 40px;
  padding-bottom: 40px;
}
.b-managed-training .b-managed-training--content {
  margin-right: 40px;
  flex: 1;
}
.b-managed-training .b-managed-training--title {
  color: #0588b7;
  font-size: 22px;
  margin-bottom: 10px;
}
.b-managed-training .b-managed-training--action {
  margin-top: 20px;
  display: flex;
  justify-content: flex-end;
}
.b-managed-training .b-managed-training--action .a-button:first-child, .b-managed-training .b-managed-training--action .stripe-button-el:first-child {
  margin-right: 10px;
}
.b-managed-training .b-managed-training--categories {
  color: #979797;
  margin-top: 20px;
  display: flex;
}
.b-managed-training .b-managed-training--category {
  margin-right: 10px;
  padding-right: 10px;
  border-right: 1px solid #979797;
}
.b-managed-training .b-managed-training--category:last-child {
  border: none;
  margin-right: 0;
}
.b-managed-training .b-managed-training--more {
  margin-top: 20px;
  display: none;
}
.b-managed-training .b-managed-training--more textarea {
  height: 100px;
}
.b-managed-training .b-managed-training--trainers {
  display: flex;
  margin-bottom: 20px;
}
.b-managed-training .b-managed-training--trainer {
  margin-right: 20px;
  height: 180px;
}
.b-managed-training.asOpen .b-managed-training--more {
  display: block;
}

.b-managed-selected {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100vw;
  background: #fa7a2a;
  color: #fefefe;
  padding: 20px;
  z-index: 1;
  text-align: center;
}
.b-managed-selected .b-managed-selected--count {
  margin-bottom: 20px;
}
.b-managed-selected .b-managed-selected--input {
  max-width: 320px;
  margin: 0 auto;
  margin-bottom: 20px;
  background: rgba(255, 255, 255, 0.75);
  border: none;
}
.b-managed-selected .b-managed-selected--action {
  font-size: 18px;
  text-transform: uppercase;
  cursor: pointer;
  border: 2px solid transparent;
  padding: 10px;
  display: inline-block;
}
.b-managed-selected .b-managed-selected--action:hover {
  border-color: #fefefe;
}
.b-managed-selected .b-managed-selected--action.asSent {
  border-color: #eeeeee;
  color: #eeeeee;
  cursor: auto;
}

.b-posts {
  margin: 80px 0 -20px 0;
  padding: 0;
}
.b-posts.with-regular-margin {
  margin: 20px 0;
}
.b-posts.on-white .a-post:first-child:before {
  background-color: #fefefe;
}
.b-posts.as-personal .a-post .a-post--image, .b-posts.as-personal .a-post .a-post--info {
  border-color: #9ac442;
}
.b-posts.as-personal .a-post .a-post--info--description a {
  color: #9ac442;
}
.b-posts.as-personal .a-post:after {
  background-color: #9ac442;
}

.b-process {
  margin: 40px 0;
  background: white;
  padding: 10px;
}

.b-registration-login-modal {
  width: 45%;
  padding: 0;
  margin: 0 auto;
  right: 0;
}
@media screen and (max-width: 39.99875em) {
  .b-registration-login-modal {
    width: 90%;
    margin-top: 20px;
  }
}
.b-registration-login-modal .b-registration-login-modal--close {
  color: #fefefe;
  background-color: #0588b7;
  top: 0;
  right: 0;
  padding: 0 5px;
  font-weight: normal;
  font-size: 26px;
}
.b-registration-login-modal .b-registration-login-modal--submit {
  margin-bottom: 0;
}
.b-registration-login-modal .b-registration-login-modal--already-have-an-account, .b-registration-login-modal .b-registration-login-modal--need-an-account {
  font-size: 16px;
  color: #757575;
  margin-bottom: 20px;
}

.b-review-form .b-review-form--hint {
  text-align: center;
  color: #979797;
  font-size: 1rem;
  margin-bottom: 20px;
  font-style: italic;
}
.b-review-form .field_with_errors textarea {
  background: #eab3b3;
}

.b-section {
  padding: 60px 0;
  overflow: hidden;
}
@media screen and (max-width: 39.99875em) {
  .b-section {
    padding: 40px 0;
  }
}
.b-section .b-section--two-buttons {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap-reverse;
}
.b-section .b-section--two-buttons > a {
  margin-bottom: 10px;
}
.b-section .b-section-image {
  width: 100%;
  height: 300px;
  background: no-repeat center center/cover;
  margin-bottom: 40px;
}
.b-section.b-section-sticky {
  position: sticky;
  top: 0;
  z-index: 1;
  border-top: 1px solid #c1ced1;
  border-bottom: 1px solid #c1ced1;
}
.b-section.b-section-sticky ul {
  list-style-type: none;
  padding: 10px;
  margin: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.b-section.b-section-sticky ul a {
  color: #fefefe;
  text-decoration: underline;
}
@media screen and (max-width: 39.99875em) {
  .b-section.b-section-sticky ul {
    gap: 10px;
    flex-direction: column;
  }
}
.b-section.asStage {
  position: absolute;
  height: 550px;
  z-index: 2;
  width: 100%;
  top: 120px;
}
.b-section.with-overflow {
  overflow: visible;
}
.b-section.as-white {
  background: #fefefe;
}
.b-section.as-grey {
  background: #eeeeee;
}
.b-section.as-light-grey {
  background: #f5f5f5;
}
.b-section.as-dark {
  background: #3b464d;
}
.b-section.as-light-green {
  background: #d8e8b7;
}
.b-section.as-light-blue {
  background: #E2EBF1;
}
.b-section.as-green {
  background: #0588b7;
}
.b-section.as-orange {
  background: #fa7a2a;
  color: #fefefe;
}
.b-section.as-blue {
  background: #0588b7;
  color: #fefefe;
}
.b-section.as-blue .a-headline {
  color: #fefefe;
}
.b-section.as-lens-flared {
  background-image: url(/assets/disrupter-d8852085ed0c71ec3ecdfed657a0095c69a609c29bb1dd8232bb95bcf3ad1a6f.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
@media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3/2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
  .b-section.as-lens-flared {
    background-image: url(/assets/disrupter@2x-3fc2957eae3bc87c62fd43864e8453c3eedc263295e8fa26308ab94adf9d2a74.jpg);
    background-size: cover;
  }
}
.b-section.as-business-blue {
  background-image: url(/assets/blue-disrupter-cce3cd700e6133d04e54de6aacc41884fadfabcc7953e10ea1cbc4775436bad9.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
@media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3/2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
  .b-section.as-business-blue {
    background-image: url(/assets/blue-disrupter@2x-2a1ef56fa7a5222bcc9ec2e63e7a163d384314c40c75d281858d622d48fe972e.jpg);
    background-size: cover;
  }
}
.b-section.as-business-blue .a-headline {
  color: #fefefe;
}
.b-section.as-business-blue .a-headline.as-underlined:after, .b-section.as-business-blue .a-headline.as-underlined_left:after {
  border-color: white;
  color: #fefefe;
}
.b-section.as-after-video {
  padding: 550px 0 0 0;
}
.b-section.as-after-video .a-headline {
  margin-top: 30px;
}
.b-section.as-after-video.as-small {
  padding-top: 580px;
  padding-bottom: 20px;
}
.b-section.as-small {
  padding: 20px 0;
}
.b-section.as-small-bottom {
  padding: 60px 0 20px 0;
}
.b-section.without-padding {
  padding: 0;
}
.b-section.with-background-image {
  height: 280px;
  background-size: cover;
}
.b-section.with-background-image .b-section--headline {
  text-align: center;
  color: #fefefe;
  text-shadow: 0 0 5px #0a0a0a;
  margin-top: 80px;
  line-height: 120%;
  font-size: 40px;
}
.b-section.with-background-image .b-section--headline a {
  color: #fefefe;
}
.b-section.with-background-image.as-centered {
  background-position: center center;
}
@media screen and (max-width: 39.99875em) {
  .b-section.with-background-image {
    height: 160px;
  }
  .b-section.with-background-image .b-section--headline {
    margin-top: 0px;
    word-wrap: break-word;
    font-size: 32px;
  }
}
.pages_interim_management .b-section.with-background-image {
  height: 340px;
  background-position: center -150px;
}
@media screen and (min-width: 40em) and (max-width: 63.99875em) {
  .pages_interim_management .b-section.with-background-image {
    background-position: center center;
  }
}
.b-section.flexible-height {
  height: auto;
}
.b-section.as-navigation {
  padding: 5px;
  position: absolute;
  top: 80px;
  width: 100%;
  height: 40px;
}
@media screen and (min-width: 40em) {
  .b-section.as-navigation {
    top: 125px;
  }
}
.b-section.as-navigation a.a-link {
  font-size: 0.8em;
  display: block;
  position: absolute;
  padding-left: 15.3846153846px;
  top: 25%;
}
.b-section.as-navigation a.a-link:before {
  content: "";
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-right: 6px solid white;
  position: absolute;
  left: 0;
  top: 25%;
}
.b-section.as-seo {
  padding: 0;
}
.b-section.as-seo h1 {
  font-size: 28px;
}
.b-section.as-seo h2 {
  font-size: 24px;
}

.b-stage {
  position: absolute;
  height: 550px;
  z-index: 2;
  width: 100%;
  top: 120px;
  pointer-events: none;
}
.b-stage .a-headline {
  text-shadow: 1px 1px 4px #121212;
  margin-top: 170px;
}
.b-stage .b-stage--stoerer {
  position: absolute;
  right: 20px;
  color: #fefefe;
  text-transform: uppercase;
  background: linear-gradient(#819632, #3b6e42);
  width: 150px;
  height: 150px;
  padding: 25px 10px 10px;
  display: block;
  border-radius: 50%;
  font-size: 26px;
  font-weight: bold;
  line-height: 24px;
  letter-spacing: -1px;
  transform: rotate(6deg);
}
.b-stage .b-stage--stoerer small {
  font-size: 16px;
  line-height: 18px;
  display: block;
  font-weight: normal;
  letter-spacing: 0px;
}
.b-stage .b-stage--stoerer:after {
  content: "";
  position: absolute;
  width: 138px;
  height: 138px;
  left: 6px;
  top: 6px;
  border-radius: 50%;
  border: 2px solid #fefefe;
}
@media screen and (max-width: 39.99875em) {
  .b-stage .b-stage--stoerer {
    width: 130px;
    height: 130px;
    font-size: 22px;
    font-weight: bold;
    line-height: 20px;
    padding-top: 20px;
    margin-top: 20px;
  }
  .b-stage .b-stage--stoerer small {
    font-size: 16px;
  }
  .b-stage .b-stage--stoerer:after {
    content: "";
    position: absolute;
    width: 122px;
    height: 122px;
    left: 4px;
    top: 4px;
  }
}
.b-stage .b-stage--stoerer.as-left {
  left: 20px;
  transform: rotate(-6deg);
  padding-top: 36px;
  background: linear-gradient(#A6A9A9, #535353);
}
.b-stage.with-call2action {
  pointer-events: all;
}
.b-stage.with-call2action .a-button, .b-stage.with-call2action .stripe-button-el {
  margin-top: 60px;
}

.b-video {
  position: absolute;
  height: 550px;
  overflow: hidden;
  width: 100%;
  background-image: url(/assets/video_startscreen-b9cd71ef8ff27789b29a3756d55ccaaa3339d565f648d9bd62c2d1204b33387c.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
@media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3/2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
  .b-video {
    background-image: url(/assets/video_startscreen-b9cd71ef8ff27789b29a3756d55ccaaa3339d565f648d9bd62c2d1204b33387c.jpg);
    background-size: cover;
  }
}
.pages_students .b-video {
  background-image: url(/assets/students-bd51a2584a4980273bab6d68a7b75d0a3ea72bd024ba218490cac2c4c11dc2b0.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
@media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3/2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
  .pages_students .b-video {
    background-image: url(/assets/students-bd51a2584a4980273bab6d68a7b75d0a3ea72bd024ba218490cac2c4c11dc2b0.jpg);
    background-size: cover;
  }
}
.pages_webinars .b-video {
  background-image: url(/assets/teaser/webinare@2x-74d75241d3c8294d94825d0cd20b0f33a6ad1961f11d901e818f1a1573b464d7.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
@media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3/2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
  .pages_webinars .b-video {
    background-image: url(/assets/teaser/webinare@2x-74d75241d3c8294d94825d0cd20b0f33a6ad1961f11d901e818f1a1573b464d7.jpg);
    background-size: cover;
  }
}
.pages_agile_transformation .b-video {
  background-image: url(/assets/categories/scrum@2x-cc9705f0c1e1e4d89b9cca38a011150a1ae09e55f5dc31a08b376a91c0dcad5b.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
@media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3/2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
  .pages_agile_transformation .b-video {
    background-image: url(/assets/categories/scrum@2x-cc9705f0c1e1e4d89b9cca38a011150a1ae09e55f5dc31a08b376a91c0dcad5b.jpg);
    background-size: cover;
  }
}
.b-video.as-top_speakers {
  background-image: url(/assets/header_speaker-e1f63b4ca184cb1db9535f54fb20a68196fb391f31599612048230038d5387a8.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-position: top center;
}
@media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3/2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
  .b-video.as-top_speakers {
    background-image: url(/assets/header_speaker-e1f63b4ca184cb1db9535f54fb20a68196fb391f31599612048230038d5387a8.jpg);
    background-size: cover;
  }
}
.b-video.as-business {
  background-image: url(/assets/header_business-d3615ec7ce6a5aa1b1209171570e6dbd28362130ec5640d4306be6fcad29caf7.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-position: top center;
}
@media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3/2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
  .b-video.as-business {
    background-image: url(/assets/header_business-d3615ec7ce6a5aa1b1209171570e6dbd28362130ec5640d4306be6fcad29caf7.jpg);
    background-size: cover;
  }
}
.b-video video {
  width: 100%;
  min-height: 550px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
@media screen and (max-width: 39.99875em) {
  .b-video {
    background-position: left center;
  }
}

.b-training-slot {
  color: #979797;
}
.b-training-slot.as-open {
  color: #9ac442;
  font-weight: bold;
}

.b-training-coach {
  display: flex;
  font-size: 1rem;
  line-height: 130%;
}
.b-training-coach .b-training-coach--image {
  width: 200px;
  margin-right: 20px;
}
.b-training-coach .b-training-coach--facts {
  flex: 1;
}
.b-training-coach .b-training-coach--facts .b-training-coach--name {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0;
}
.b-training-coach .b-training-coach--facts .b-training-coach--skills {
  font-weight: bold;
}

.b-transparent-box {
  background: rgba(254, 254, 254, 0.9);
  padding: 20px;
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border: 2px solid #0588b7;
}
.b-transparent-box ul {
  margin-top: 0;
  padding-left: 30px;
  font-size: 1rem;
}

.c-contact-header {
  background: #3b464d;
}
.c-contact-header .c-contact-header--content {
  background: image_url(/assets/contact/header-47b2eda535c6859a43a9caf90f006f67d984408f67eb0d38f8225f2335254a9c.jpg) no-repeat center center/cover;
  padding: 100px 0;
  color: #fefefe;
}

.c-contact.c-contact {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
}
.c-contact.c-contact .c-contact--name {
  font-size: 1rem;
}
.c-contact.c-contact .c-contact--image {
  width: 200px;
  height: 200px;
  background-size: cover;
  background-position: center top;
  margin-bottom: 20px;
}

.c-experts--video {
  width: 860px;
  height: 484px;
}
@media screen and (min-width: 40em) and (max-width: 63.99875em) {
  .c-experts--video {
    width: 90vw;
    height: 50.625vw;
  }
}
@media screen and (max-width: 39.99875em) {
  .c-experts--video {
    width: 90vw;
    height: 50.625vw;
  }
}

.pages .a-landing-pointList, .change_transformations .a-landing-pointList {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  font-size: 18px;
}
@media screen and (max-width: 39.99875em) {
  .pages .a-landing-pointList, .change_transformations .a-landing-pointList {
    font-size: 20px;
    gap: 20px;
  }
  .pages .a-landing-pointList strong, .change_transformations .a-landing-pointList strong {
    display: block;
  }
}
.pages .a-imagebox, .change_transformations .a-imagebox {
  background: #f5f5f5;
}
.pages .a-imagebox img, .change_transformations .a-imagebox img {
  width: 100%;
  height: auto;
  display: inline-block;
}
.pages .a-imagebox .a-imagebox--title, .change_transformations .a-imagebox .a-imagebox--title {
  color: #0a0a0a;
  text-align: center;
  font-size: 20px;
  padding: 10px 0;
}
.pages .c-landing-foerderer, .change_transformations .c-landing-foerderer {
  margin: 20px 0;
  display: flex;
  justify-content: center;
}
.pages .c-landing-foerderer img, .change_transformations .c-landing-foerderer img {
  width: 10rem;
}
.pages .c-landing-partner, .change_transformations .c-landing-partner {
  margin-top: 30px;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pages .c-landing-partner .c-landing-partner--text, .change_transformations .c-landing-partner .c-landing-partner--text {
  margin-right: 20px;
  font-weight: bold;
}
.pages .c-landing-partner .c-landing-partner--image, .change_transformations .c-landing-partner .c-landing-partner--image {
  background: white;
  border-radius: 10px;
  padding: 10px;
  height: 70px;
}
.pages .c-landing-partner .c-landing-partner--image img, .change_transformations .c-landing-partner .c-landing-partner--image img {
  height: 100%;
}
.pages .b-stage .a-headline, .change_transformations .b-stage .a-headline {
  text-transform: none;
}
.pages .b-stage .a-button, .pages .b-stage .stripe-button-el, .change_transformations .b-stage .a-button, .change_transformations .b-stage .stripe-button-el {
  margin-top: 80px;
  background-color: rgba(5, 136, 183, 0.85);
  border-radius: 10px;
}
.pages .b-stage .a-button span, .pages .b-stage .stripe-button-el span, .change_transformations .b-stage .a-button span, .change_transformations .b-stage .stripe-button-el span {
  padding: 0 5px;
  border-bottom: 2px solid white;
}
.pages .b-stage .a-button:hover, .pages .b-stage .stripe-button-el:hover, .change_transformations .b-stage .a-button:hover, .change_transformations .b-stage .stripe-button-el:hover {
  background-color: #0588b7;
}
.pages .b-stage .a-button:hover span, .pages .b-stage .stripe-button-el:hover span, .change_transformations .b-stage .a-button:hover span, .change_transformations .b-stage .stripe-button-el:hover span {
  border-color: white;
}
.pages .a-landing-page--headerBox, .change_transformations .a-landing-page--headerBox {
  background: rgba(255, 255, 255, 0.75);
  padding: 2rem 5rem;
  text-align: center;
  margin-bottom: 3rem;
}
.pages .a-landing-page--headerBox .a-headline, .change_transformations .a-landing-page--headerBox .a-headline {
  font-weight: 400;
  color: #0283bd;
  text-transform: none;
  line-height: 130%;
}
.pages .a-landing-page--headerBox .a-headline.as-giant, .change_transformations .a-landing-page--headerBox .a-headline.as-giant {
  margin-bottom: 2rem;
}
.pages .a-landing-page--headerBox .a-headline.as-huge, .change_transformations .a-landing-page--headerBox .a-headline.as-huge {
  margin-bottom: 0rem;
  font-size: 32px;
}
@media screen and (max-width: 39.99875em) {
  .pages .a-landing-page--headerBox, .change_transformations .a-landing-page--headerBox {
    padding: 1rem;
    margin: 0.5rem;
  }
  .pages .a-landing-page--headerBox .a-headline.as-huge, .change_transformations .a-landing-page--headerBox .a-headline.as-huge {
    font-size: 24px;
  }
}
.pages .a-landingpage-boxes .a-landingpage-box, .change_transformations .a-landingpage-boxes .a-landingpage-box {
  background: #fefefe;
}
.pages .a-landingpage-boxes .a-landingpage-box--body, .change_transformations .a-landingpage-boxes .a-landingpage-box--body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 220px;
}
.pages .a-landingpage-boxes .a-landingpage-box .a-landingpage-box--headline, .change_transformations .a-landingpage-boxes .a-landingpage-box .a-landingpage-box--headline {
  padding: 10px 20px;
  color: #fefefe;
  text-align: center;
  text-transform: uppercase;
  font-size: 20px;
  background: #0588b7;
  min-height: 75px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pages .a-landingpage-boxes .a-landingpage-box .a-landingpage-box--bullets, .change_transformations .a-landingpage-boxes .a-landingpage-box .a-landingpage-box--bullets {
  padding: 10px;
  color: #0a0a0a;
}
.pages .a-landingpage-boxes .a-landingpage-box .a-landingpage-box--text, .change_transformations .a-landingpage-boxes .a-landingpage-box .a-landingpage-box--text {
  padding: 10px;
  color: #0a0a0a;
}
.pages .a-landingpage-boxes .a-landingpage-box .a-landingpage-box--text p, .change_transformations .a-landingpage-boxes .a-landingpage-box .a-landingpage-box--text p {
  margin: 0 0 10px;
}
.pages .a-landingpage-boxes .a-landingpage-box .a-landingpage-box--text p:last-child, .change_transformations .a-landingpage-boxes .a-landingpage-box .a-landingpage-box--text p:last-child {
  margin: 0;
}
.pages .a-landingpage-boxes .a-landingpage-box .a-landingpage-box--text.with-svg, .pages .a-landingpage-boxes .a-landingpage-box .a-landingpage-box--text.with-image, .change_transformations .a-landingpage-boxes .a-landingpage-box .a-landingpage-box--text.with-svg, .change_transformations .a-landingpage-boxes .a-landingpage-box .a-landingpage-box--text.with-image {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.pages .a-landingpage-boxes .a-landingpage-box .a-landingpage-box--text.with-image, .change_transformations .a-landingpage-boxes .a-landingpage-box .a-landingpage-box--text.with-image {
  height: 100%;
  padding: 0;
}
.pages .a-landingpage-boxes .a-landingpage-box .a-landingpage-box--text.with-image img, .change_transformations .a-landingpage-boxes .a-landingpage-box .a-landingpage-box--text.with-image img {
  width: 100%;
}
@media screen and (max-width: 39.99875em) {
  .pages .a-landingpage-boxes .a-landingpage-box .a-landingpage-box--text.with-image img, .change_transformations .a-landingpage-boxes .a-landingpage-box .a-landingpage-box--text.with-image img {
    width: inherit;
    height: 100%;
  }
}
.pages .a-landingpage-boxes .a-landingpage-box .a-landingpage-box--text.with-svg, .change_transformations .a-landingpage-boxes .a-landingpage-box .a-landingpage-box--text.with-svg {
  flex: 0 0 245px;
}
.pages .a-landingpage-boxes .a-landingpage-box .a-landingpage-box--text.with-svg svg, .change_transformations .a-landingpage-boxes .a-landingpage-box .a-landingpage-box--text.with-svg svg {
  min-width: 260px;
  min-height: 140px;
}
@media screen and (max-width: 39.99875em) {
  .pages .a-landingpage-boxes .a-landingpage-box .a-landingpage-box--text.with-svg, .change_transformations .a-landingpage-boxes .a-landingpage-box .a-landingpage-box--text.with-svg {
    flex: 1;
  }
}
.pages .a-landingpage-boxes .a-landingpage-box--button, .change_transformations .a-landingpage-boxes .a-landingpage-box--button {
  margin-top: 20px;
  text-align: center;
}
.pages .a-landingpage-boxes .a-landingpage-box--button .a-button, .pages .a-landingpage-boxes .a-landingpage-box--button .stripe-button-el, .change_transformations .a-landingpage-boxes .a-landingpage-box--button .a-button, .change_transformations .a-landingpage-boxes .a-landingpage-box--button .stripe-button-el {
  display: flex;
  justify-content: center;
  align-items: center;
}
.pages .a-landingpage-boxes .a-landingpage-box--button .a-button svg, .pages .a-landingpage-boxes .a-landingpage-box--button .stripe-button-el svg, .change_transformations .a-landingpage-boxes .a-landingpage-box--button .a-button svg, .change_transformations .a-landingpage-boxes .a-landingpage-box--button .stripe-button-el svg {
  margin-left: 6px;
}
.pages .a-landingpage-boxes .a-landingpage-box .a-landingpage-box--line, .change_transformations .a-landingpage-boxes .a-landingpage-box .a-landingpage-box--line {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 20px;
  border-bottom: 2px solid #eeeeee;
  color: #0a0a0a;
  flex: 1;
}
.pages .a-landingpage-boxes .a-landingpage-box .a-landingpage-box--line .a-landingpage-box--icon, .change_transformations .a-landingpage-boxes .a-landingpage-box .a-landingpage-box--line .a-landingpage-box--icon {
  width: 20px;
  height: 20px;
}
.pages .a-landingpage-boxes .a-landingpage-box .a-landingpage-box--line .a-landingpage-box--icon svg, .change_transformations .a-landingpage-boxes .a-landingpage-box .a-landingpage-box--line .a-landingpage-box--icon svg {
  width: 100%;
  height: 100%;
}
.pages .a-landingpage-boxes .a-landingpage-box .a-landingpage-box--line .a-landingpage-box--icon path, .pages .a-landingpage-boxes .a-landingpage-box .a-landingpage-box--line .a-landingpage-box--icon circle, .change_transformations .a-landingpage-boxes .a-landingpage-box .a-landingpage-box--line .a-landingpage-box--icon path, .change_transformations .a-landingpage-boxes .a-landingpage-box .a-landingpage-box--line .a-landingpage-box--icon circle {
  fill: #fa7a2a;
}
.pages .a-landingpage-boxes .a-landingpage-box .a-landingpage-box--line:hover, .change_transformations .a-landingpage-boxes .a-landingpage-box .a-landingpage-box--line:hover {
  background: rgba(250, 122, 42, 0.15);
}
.pages .a-landingpage-boxes .a-landingpage-box .a-landingpage-box--line:last-child, .change_transformations .a-landingpage-boxes .a-landingpage-box .a-landingpage-box--line:last-child {
  border-bottom: none;
}
.pages .a-landingpage-boxes .a-landingpage-box.with-image .a-landingpage-box--button, .change_transformations .a-landingpage-boxes .a-landingpage-box.with-image .a-landingpage-box--button {
  margin: 0;
}
.pages .a-landingpage-boxes .a-landingpage-box.with-image .a-landingpage-box--body, .change_transformations .a-landingpage-boxes .a-landingpage-box.with-image .a-landingpage-box--body {
  height: 280px;
}
.pages .a-landingpage-boxes .a-landingpage-box.as-dynamic, .change_transformations .a-landingpage-boxes .a-landingpage-box.as-dynamic {
  margin-top: 10px;
}
.pages .a-landingpage-boxes .a-landingpage-box.as-dynamic .a-landingpage-box--headline, .change_transformations .a-landingpage-boxes .a-landingpage-box.as-dynamic .a-landingpage-box--headline {
  min-height: 0;
}
.pages .a-landingpage-boxes .a-landingpage-box.as-dynamic .a-landingpage-box--body, .change_transformations .a-landingpage-boxes .a-landingpage-box.as-dynamic .a-landingpage-box--body {
  height: inherit;
}
.pages .a-landingpage-boxes .a-landingpage-box.as-dynamic .a-landingpage-box--body .a-landingpage-box--button, .change_transformations .a-landingpage-boxes .a-landingpage-box.as-dynamic .a-landingpage-box--body .a-landingpage-box--button {
  margin-top: 0;
  flex: 1;
}
.pages .a-landingpage-boxes .a-landingpage-box.as-dynamic .a-landingpage-box--text, .change_transformations .a-landingpage-boxes .a-landingpage-box.as-dynamic .a-landingpage-box--text {
  background: #fefefe;
  padding: 20px 10px;
}
.pages .a-landingpage-boxes .a-landingpage-box.as-dynamic ul, .change_transformations .a-landingpage-boxes .a-landingpage-box.as-dynamic ul {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  padding-left: 10px;
}
.pages .a-landingpage-boxes .a-landingpage-box.as-dynamic ul li, .change_transformations .a-landingpage-boxes .a-landingpage-box.as-dynamic ul li {
  flex: 0 0 44%;
  margin: 0 3%;
}
@media screen and (max-width: 39.99875em) {
  .pages .a-landingpage-boxes .a-landingpage-box.as-dynamic ul li, .change_transformations .a-landingpage-boxes .a-landingpage-box.as-dynamic ul li {
    flex: 0 0 96%;
  }
}
.pages .c-landing-business .c-landing-business--details, .change_transformations .c-landing-business .c-landing-business--details {
  margin-top: 40px;
}
.pages .c-landing-business .c-landing-business--contact, .change_transformations .c-landing-business .c-landing-business--contact {
  margin-top: 80px;
}
.pages .c-landing-business .c-landing-business--right, .change_transformations .c-landing-business .c-landing-business--right {
  font-weight: bold;
  color: #fefefe;
  letter-spacing: 1px;
}
.pages .c-landing-business .c-landing-business--right li, .change_transformations .c-landing-business .c-landing-business--right li {
  margin-bottom: 20px;
}
@media screen and (max-width: 39.99875em) {
  .pages .a-landingpage-box--buttons, .change_transformations .a-landingpage-box--buttons {
    text-align: center;
  }
  .pages .a-landingpage-box--buttons .a-button, .pages .a-landingpage-box--buttons .stripe-button-el, .change_transformations .a-landingpage-box--buttons .a-button, .change_transformations .a-landingpage-box--buttons .stripe-button-el {
    display: block;
  }
  .pages .c-landing-business .c-landing-business--contact, .change_transformations .c-landing-business .c-landing-business--contact {
    margin-top: 20px;
  }
  .pages .b-stage .a-button, .pages .b-stage .stripe-button-el, .change_transformations .b-stage .a-button, .change_transformations .b-stage .stripe-button-el {
    margin-top: 20px;
  }
}

.a-landing-item .a-landing-item--icon {
  width: 120px;
  float: left;
  margin-right: 10px;
}
.a-landing-item .a-landing-item--icon.as-font {
  background: #0588b7;
  height: 120px;
  border-radius: 5px;
  color: white;
  font-size: 80px;
  text-align: center;
  padding: 20px 0;
}
@media screen and (max-width: 39.99875em) {
  .a-landing-item .a-landing-item--icon.as-font {
    width: 60px;
    height: 60px;
    font-size: 32px;
    padding: 14px 0;
  }
}
.a-landing-item .a-landing-item--text {
  font-size: 1rem;
  line-height: 140%;
}
.a-landing-item.as-blue .a-landing-item--headline {
  color: #0588b7;
}

.c-landing-advantages .c-landing-advantage {
  display: flex;
  font-size: 24px;
  align-items: center;
  margin-bottom: 20px;
}
.c-landing-advantages .c-landing-advantage .c-landing-advantages--icon {
  width: 50px;
  height: 50px;
  margin-right: 10px;
}
.c-landing-advantages .c-landing-advantage .c-landing-advantages--icon svg {
  width: 100%;
  height: 100%;
}
.c-landing-advantages .c-landing-advantage .c-landing-advantages--icon path {
  fill: #fa7a2a;
}
.c-landing-advantages.in-sidebar .c-landing-advantage {
  font-size: 16px;
}
.c-landing-advantages.in-sidebar .c-landing-advantage .c-landing-advantages--icon {
  width: 30px;
  height: 30px;
}

.pages .c-video {
  width: 100%;
  height: 400px;
}
.pages .a-landing-item .a-landing-item--text {
  font-size: 16px;
  line-height: 140%;
}
@media screen and (min-width: 40em) and (max-width: 63.99875em) {
  .pages .c-video {
    height: 50vw;
  }
}
@media screen and (max-width: 39.99875em) {
  .pages .c-landing-partner {
    flex-direction: column;
  }
  .pages .c-landing-partner .c-landing-partner--text {
    margin-bottom: 10px;
  }
  .pages .c-video {
    height: 50vw;
  }
}

.pages_private .a-landing-item--icon path.st0, .pages_webinars .a-landing-item--icon path.st0, .pages_students .a-landing-item--icon path.st0 {
  fill: #9ac442;
}
.pages_private .a-headline.as-underlined:after, .pages_private .a-headline.as-underlined_left:after, .pages_webinars .a-headline.as-underlined:after, .pages_webinars .a-headline.as-underlined_left:after, .pages_students .a-headline.as-underlined:after, .pages_students .a-headline.as-underlined_left:after {
  border-color: #9ac442;
}
.pages_private .b-section.as-light-blue .a-headline.as-underlined:after, .pages_private .b-section.as-light-blue .a-headline.as-underlined_left:after, .pages_webinars .b-section.as-light-blue .a-headline.as-underlined:after, .pages_webinars .b-section.as-light-blue .a-headline.as-underlined_left:after, .pages_students .b-section.as-light-blue .a-headline.as-underlined:after, .pages_students .b-section.as-light-blue .a-headline.as-underlined_left:after {
  border-color: #0588b7;
}
.pages_private .a-button, .pages_private .stripe-button-el, .pages_webinars .a-button, .pages_webinars .stripe-button-el, .pages_students .a-button, .pages_students .stripe-button-el {
  background: #9ac442;
}
.pages_private .a-button:hover, .pages_private .stripe-button-el:hover, .pages_webinars .a-button:hover, .pages_webinars .stripe-button-el:hover, .pages_students .a-button:hover, .pages_students .stripe-button-el:hover {
  background: #7da132;
}

.c-landing-imagePoints {
  display: flex;
}
.c-landing-imagePoints .c-landing-imagePoints--image {
  flex: 0 0 50%;
  margin-right: 40px;
}
.c-landing-imagePoints .c-landing-points {
  flex: 1;
}
@media screen and (max-width: 39.99875em) {
  .c-landing-imagePoints {
    flex-direction: column;
  }
  .c-landing-imagePoints .c-landing-imagePoints--image {
    flex: 1;
    margin: 20px 0;
  }
}

.c-landing-point {
  margin-bottom: 20px;
}
.c-landing-point .c-landing-point--headline {
  font-weight: 600;
}
.c-landing-point .c-landing-point--text {
  font-size: 16px;
}
.c-landing-point .c-landing-point--text em {
  font-weight: bold;
  font-style: normal;
}
.c-landing-point.with-icon {
  padding-right: 80px;
  position: relative;
}
.c-landing-point.with-icon:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 10px;
  width: 60px;
  height: 30px;
  background: url(/assets/svg/landingpage/neu/pfeile-b80abcbb6bcf44dd427f96238f8b7bf0e5d1067d21277635e534c4322374386d.svg) no-repeat center center/contain;
}
@media screen and (max-width: 39.99875em) {
  .c-landing-point.with-icon {
    padding-right: 0px;
    padding-bottom: 70px;
    margin-top: 60px;
  }
  .c-landing-point.with-icon:after {
    transform: rotate(90deg);
    top: 70%;
    left: 40%;
  }
}

.c-landing-split {
  display: flex;
}
.c-landing-split .c-landing-split--element {
  flex: 0 0 50%;
}
.c-landing-split .c-landing-split--element:first-child {
  padding-right: 20px;
}
.c-landing-split .c-landing-split--element:last-child {
  padding-left: 20px;
}
@media screen and (max-width: 39.99875em) {
  .c-landing-split {
    flex-direction: column;
  }
  .c-landing-split.no-mobile {
    display: none;
  }
  .c-landing-split .c-landing-split--element {
    flex: 1;
  }
  .c-landing-split .c-landing-split--element:first-child, .c-landing-split .c-landing-split--element:last-child {
    padding: 0;
  }
}

.youtube-link {
  display: block;
  padding: 4px;
  border-radius: 8px;
  width: 180px;
  height: 60px;
  background: white image_url(/assets/april_2021_new/yt_logo_rgb_light-cdf565c4d24ea2afb24ad8d9e9bdaa9e741a19c50e607e6abafbcb51134521d5.png) no-repeat center center/80%;
  box-shadow: 0 0 15px #444;
}

.a-contactButton {
  text-align: center;
  border-radius: 2rem;
  text-transform: none;
  max-width: 20ch;
  display: inline-block;
}
@media screen and (max-width: 39.99875em) {
  .a-contactButton {
    display: block;
    max-width: 100%;
  }
}
.a-contactButton.asLarge {
  max-width: 30ch;
}

.imageList {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}

.maxWidthImage {
  display: flex;
  justify-content: center;
}
.maxWidthImage img {
  max-width: 12rem;
}
.maxWidthImage.maxHeight img {
  max-width: -webkit-fill-available;
  height: 2.5rem;
}
.maxWidthImage.inCarousel {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.maxWidthImage.inCarousel img {
  display: flex;
  width: 100%;
}

.as-logo-wall-black img {
  filter: grayscale(100%);
}

.c-phase {
  margin-bottom: 40px;
}
.c-phase--head {
  display: flex;
  align-items: flex-end;
  margin-bottom: 20px;
}
.c-phase--head--text {
  flex: 1;
}
.c-phase--image {
  flex: 0 0 200px;
  margin-right: 20px;
}
.c-phase--headline {
  margin-top: 10px;
  margin-bottom: 0;
}
.c-phase--title {
  font-size: 18px;
}
@media screen and (max-width: 39.99875em) {
  .c-phase--head {
    flex-direction: column-reverse;
    align-items: flex-start;
  }
  .c-phase--image {
    flex: 1;
    margin-right: 0;
  }
}

.c-post-image-upload {
  height: 300px;
}
.c-post-image-upload .a-upload-control--image-button {
  top: 30%;
}

@media screen and (max-width: 39.99875em) {
  .c-post-show--navigation-header .a-link {
    float: none;
    display: block;
    margin-bottom: 5px;
    text-align: center;
  }
}

.trainings_show .c-participant-form input, .trainings_show .c-participant-form button {
  margin-bottom: 0;
}
.trainings_show .c-participant-form button {
  float: right;
}
.trainings_show .c-training-fact .c-training-fact--label {
  display: inline-block;
  width: 100px;
}
.trainings_show .c-training-fact .c-training-fact--value {
  display: inline-block;
}

@media screen and (min-width: 40em) {
  .coaches_show .b-header, .categories_show .b-header, .pages_business .b-header, .pages_private .b-header, .pages_students .b-header, .pages_webinars .b-header, .pages_top_speakers .b-header, .pages_agile_transformation .b-header, .pages_interim_management .b-header {
    position: absolute;
    z-index: 3;
  }
  .coaches_show .b-flash-message, .categories_show .b-flash-message, .pages_business .b-flash-message, .pages_private .b-flash-message, .pages_students .b-flash-message, .pages_webinars .b-flash-message, .pages_top_speakers .b-flash-message, .pages_agile_transformation .b-flash-message, .pages_interim_management .b-flash-message {
    position: absolute;
    z-index: 4;
    top: 80px;
    width: 100%;
  }
}
@media screen and (max-width: 39.99875em) {
  .coaches_show .b-header, .pages_business .b-header, .pages_private .b-header, .pages_students .b-header, .pages_webinars .b-header, .pages_top_speakers .b-header, .pages_agile_transformation .b-header {
    position: absolute;
    z-index: 3;
  }
  .coaches_show .b-flash-message, .pages_business .b-flash-message, .pages_private .b-flash-message, .pages_students .b-flash-message, .pages_webinars .b-flash-message, .pages_top_speakers .b-flash-message, .pages_agile_transformation .b-flash-message {
    position: absolute;
    z-index: 4;
    top: 80px;
    width: 100%;
  }
  .pages_interim_management .b-section.with-background-image {
    background-position: center;
  }
  .pages_interim_management .b-section.with-background-image .a-headline.as-regular {
    text-shadow: 0 0 4px #333;
  }
}
.c-webinar--video {
  width: 100%;
  height: 188px;
}
@media screen and (max-width: 39.99875em) {
  .c-webinar--video {
    width: 320px;
    height: 180px;
  }
}

.c-webinar--description p:first-child {
  margin-top: 0;
}

.c-webinar--bottom-call2action {
  position: absolute;
  margin-top: -130px;
}
@media screen and (max-width: 39.99875em) {
  .c-webinar--bottom-call2action {
    position: relative;
    margin-top: 20px;
  }
}

.c-contact-header {
  background: #3b464d;
}
.c-contact-header .c-contact-header--content {
  background: image_url(/assets/contact/header-47b2eda535c6859a43a9caf90f006f67d984408f67eb0d38f8225f2335254a9c.jpg) no-repeat center center/cover;
  padding: 100px 0;
  color: #fefefe;
}

.c-contact.c-contact {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
}
.c-contact.c-contact .c-contact--name {
  font-size: 1rem;
}
.c-contact.c-contact .c-contact--image {
  width: 200px;
  height: 200px;
  background-size: cover;
  background-position: center top;
  margin-bottom: 20px;
}

.stripe-button-el {
  box-shadow: none !important;
  border-radius: 0 !important;
  background-image: none !important;
  background-color: #9ac442 !important;
  border: 0 !important;
  padding: 10px !important;
  float: right;
  margin-top: 6px !important;
}
.stripe-button-el span {
  padding: 0 !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  background-image: none !important;
  background-color: #9ac442 !important;
  border: 0 !important;
  text-shadow: none !important;
  font-size: 16px !important;
}

.full-width {
  width: 100%;
}

.image-text-block.with-3-columns ul {
  column-count: 3;
  column-gap: 3%;
}
@media screen and (max-width: 39.99875em) {
  .image-text-block.with-3-columns ul {
    column-count: 1;
    column-gap: 0;
  }
}
