/*abstracts*/
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: "";
  content: none;
}

q:before, q:after {
  content: "";
  content: none;
}

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

/* following NOT to change */
:root {
  --bg-color: #ffffff;
  --text-color: #000000;
}

/*mixins*/
@media (max-width: 539px) {
  .text-align-xs-left {
    text-align: left !important;
  }
}

@media (max-width: 539px) {
  .text-align-xs-center {
    text-align: center !important;
  }
}

@media (max-width: 539px) {
  .text-align-xs-right {
    text-align: right !important;
  }
}

@media (min-width: 540px) and (max-width: 719px) {
  .text-align-sm-left {
    text-align: left !important;
  }
}

@media (min-width: 540px) and (max-width: 719px) {
  .text-align-sm-center {
    text-align: center !important;
  }
}

@media (min-width: 540px) and (max-width: 719px) {
  .text-align-sm-right {
    text-align: right !important;
  }
}

@media (min-width: 720px) and (max-width: 959px) {
  .text-align-md-left {
    text-align: left !important;
  }
}

@media (min-width: 720px) and (max-width: 959px) {
  .text-align-md-center {
    text-align: center !important;
  }
}

@media (min-width: 720px) and (max-width: 959px) {
  .text-align-md-right {
    text-align: right !important;
  }
}

@media (min-width: 960px) and (max-width: 1199px) {
  .text-align-lg-left {
    text-align: left !important;
  }
}

@media (min-width: 960px) and (max-width: 1199px) {
  .text-align-lg-center {
    text-align: center !important;
  }
}

@media (min-width: 960px) and (max-width: 1199px) {
  .text-align-lg-right {
    text-align: right !important;
  }
}

@media (min-width: 1200px) and (max-width: 1439px) {
  .text-align-xl-left {
    text-align: left !important;
  }
}

@media (min-width: 1200px) and (max-width: 1439px) {
  .text-align-xl-center {
    text-align: center !important;
  }
}

@media (min-width: 1200px) and (max-width: 1439px) {
  .text-align-xl-right {
    text-align: right !important;
  }
}

@media (min-width: 1440px) {
  .text-align-wd-left {
    text-align: left !important;
  }
}

@media (min-width: 1440px) {
  .text-align-wd-center {
    text-align: center !important;
  }
}

@media (min-width: 1440px) {
  .text-align-wd-right {
    text-align: right !important;
  }
}

@font-face {
  font-family: "Source Sans 3";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/wp-content/fonts/source_sans_3/SourceSans3-Regular.ttf");
  src: local("Source Sans 3 Regular"), local("SourceSans3-Regular"), url("/wp-content/fonts/source_sans_3/SourceSans3-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Source Sans 3";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("/wp-content/fonts/source_sans_3/SourceSans3-Bold.ttf");
  src: local("Source Sans 3 Bold"), local("SourceSans3-Bold"), url("/wp-content/fonts/source_sans_3/SourceSans3-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/wp-content/fonts/ubuntu/Ubuntu-Regular.ttf");
  src: local("Ubuntu Regular"), local("Ubuntu-Regular"), url("/wp-content/fonts/ubuntu/Ubuntu-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("/wp-content/fonts/ubuntu/Ubuntu-Bold.ttf");
  src: local("Ubuntu Bold"), local("Ubuntu-Bold"), url("/wp-content/fonts/ubuntu/Ubuntu-Bold.ttf") format("truetype");
}
/* fallback */
@font-face {
  font-family: "Material Symbols Rounded";
  font-style: normal;
  font-weight: 400;
  src: url("/wp-content/fonts/MaterialSymbolsRounded.woff2") format("woff2");
}
@font-face {
  font-family: "Material Symbols Outlined";
  font-style: normal;
  font-weight: 400;
  src: url("/wp-content/fonts/MaterialSymbols.woff2") format("woff2");
}
.material-symbols-rounded {
  font-family: "Material Symbols Rounded";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
}

.material-symbols-outlined {
  font-family: "Material Symbols Outlined";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
}

h1, p {
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  -webkit-hyphenate-limit-chars: 8 4 4;
  -ms-hyphenate-limit-chars: 8 4 4;
  hyphenate-limit-chars: 8 4 4;
  -webkit-hyphenate-limit-lines: 2;
  -ms-hyphenate-limit-lines: 2;
  hyphenate-limit-lines: 2;
}

.text__left {
  text-align: left;
}
.text__right {
  text-align: right;
}
.text__center {
  text-align: center;
}
.text--underline {
  text-decoration: underline;
}
.text--lineThrough {
  text-decoration: line-through;
}

p {
  font-family: "Source Sans 3", "Helvetica", "Arial", sans-serif;
  font-size: 18px; /*fallback*/
  line-height: 28px;
  /*margin-top: $spacing--4; */
}

.teaser_text p {
  font-size: 21.996px;
  margin-top: 32px;
  line-height: 36px;
  max-width: 580px;
}

.eyebrow, .eyebrow-h1, .eyebrow-h2 {
  font-family: "Ubuntu", "Helvetica", "Arial", sans-serif !important;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1.1px !important;
  font-size: 14px !important;
  color: #00787a;
  line-height: 24px;
}
.eyebrow p, .eyebrow-h1 p, .eyebrow-h2 p {
  font-family: "Ubuntu", "Helvetica", "Arial", sans-serif !important;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1.1px !important;
  font-size: 14px !important;
  color: #00787a;
  line-height: 24px;
}

.eyebrow-h1 {
  margin-top: 64px;
  padding-bottom: 8px;
}
@media (max-width: 959px) {
  .eyebrow-h1.yellow-bg {
    margin-top: -40px;
  }
}

.eyebrow-h2 {
  font-size: 16px !important;
}
.eyebrow-h2 p {
  font-size: 16px !important;
}

h1, .h1 {
  color: #003c3c;
  font-family: "Ubuntu", "Helvetica", "Arial", sans-serif;
  font-size: 55.998px; /*fallback*/
  font-size: 4.667vw;
  font-weight: 700;
  line-height: 72px;
  margin-top: 64px;
  margin-bottom: 48px;
}
h1.yellow-bg, .h1.yellow-bg {
  color: #003c3c !important;
  background-color: #d2e100;
  width: fit-content;
  display: inline;
  line-height: 1.6em;
  padding-left: 0px;
  padding-top: 5px;
  padding-bottom: 5px;
}
h1.yellow-bg .spacing, .h1.yellow-bg .spacing {
  padding: 0 20px;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}
@media (max-width: 959px) {
  h1, .h1 {
    font-size: 40px;
    line-height: 56px;
  }
  h1.yellow-bg, .h1.yellow-bg {
    margin-top: -40px;
    line-height: 65px;
  }
}
@media (min-width: 1200px) {
  h1, .h1 {
    font-size: 56px;
    line-height: 72px;
    margin-top: 96px;
  }
}

h2, .h2 {
  color: #003c3c;
  font-family: "Ubuntu", "Helvetica", "Arial", sans-serif;
  font-size: 39.996px; /*fallback*/
  font-size: 3.333vw;
  font-weight: 700;
  line-height: 4.667vw;
  margin-top: 64px;
  margin-bottom: 16px !important;
}
@media (max-width: 959px) {
  h2, .h2 {
    font-size: 32px;
    line-height: 48px;
  }
}
@media (min-width: 1200px) {
  h2, .h2 {
    font-size: 40px;
    line-height: 56px;
  }
}

h3, .h3 {
  color: #003c3c;
  font-family: "Ubuntu", "Helvetica", "Arial", sans-serif;
  font-size: 23.994px; /*fallback*/
  font-size: 2vw;
  font-weight: 700;
  line-height: 36px;
  margin-top: 32px;
  margin-bottom: 16px !important;
}
@media (max-width: 959px) {
  h3, .h3 {
    font-size: 24px;
    line-height: 36px;
  }
}
@media (min-width: 1200px) {
  h3, .h3 {
    font-size: 24px;
    line-height: 36px;
  }
}

h4, .h4 {
  color: #003c3c;
  font-family: "Ubuntu", "Helvetica", "Arial", sans-serif;
  font-size: 19.998px; /*fallback*/
  font-size: 1.667vw;
  font-weight: 700;
  line-height: 28px;
  margin-top: 32px;
  margin-bottom: 16px;
}
@media (max-width: 959px) {
  h4, .h4 {
    font-size: 20px;
    line-height: 28px;
  }
}
@media (min-width: 1200px) {
  h4, .h4 {
    font-size: 20px;
    line-height: 28px;
  }
}

h6, .h6 {
  color: #003c3c;
  font-family: "Ubuntu", "Helvetica", "Arial", sans-serif;
  font-size: 18px; /*fallback*/
  font-weight: 700;
  line-height: 28px;
  margin-top: clamp(3.556rem, 5vw + 2.695rem, 5.333rem);
  margin-bottom: 16px;
}

.has-eyebrow h1, .has-eyebrow h2, .has-eyebrow h3 {
  margin-top: 8px !important;
}

.small-text {
  font-size: 14px;
  color: #999999;
}
.small-text p {
  font-size: 14px;
  color: #999999;
}

.after-button .small-text {
  display: block;
  padding-top: 16px;
}

@media (min-width: 1200px) {
  .after-button .small-text {
    display: inline;
    padding-left: 32px;
    padding-top: unset;
  }
}
blockquote {
  background: #00787a;
  border-left: 5px solid #00787a;
  font-size: 18px;
  font-style: italic;
  line-height: 1.555;
  margin-top: 0.5rem;
  padding: 2rem 1rem;
}

a {
  color: #00787a;
  display: inline-block;
  text-decoration: underline;
  font-family: "Source Sans 3", "Helvetica", "Arial", sans-serif;
}
a:hover, a--hover, a:active, a--active, a:focus, a--focus {
  cursor: pointer;
}

.link__icon {
  padding-top: 32px;
}
.link__icon a {
  color: #00787a;
  position: relative;
}
.link__icon a:hover, .link__icon a:focus {
  color: #008c91;
}
.link__icon a::after {
  content: "chevron_right";
  font-family: "Material Symbols Rounded";
  position: absolute;
  text-decoration: none !important;
  right: -30px;
  bottom: -1px;
}
.link__icon.check a::after {
  content: "check";
}
.link-icon {
  padding-top: 16px;
}
.link-icon:before {
  font-family: "Material Symbols Rounded";
  top: 5px;
  position: relative;
  margin-right: 10px;
  text-align: left;
  font-size: 20px;
  text-decoration: none;
  display: inline-block;
}
.link-icon.description:before {
  content: "description";
}

/* fix for row 2% not belonging to vw but to closest container */
.container-fluid {
  overflow: hidden;
  width: 100vw;
}

.container {
  max-width: 100vw;
  margin: auto;
  overflow: hidden;
  padding-right: 2%;
  padding-left: 2%;
}
@media screen and (max-width: 539px) {
  .container {
    padding-right: 4%;
    padding-left: 4%;
  }
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -2vw;
  margin-left: -2vw;
}
.row .row {
  margin-right: -2%;
  margin-left: -2%;
}
@media screen and (max-width: 539px) {
  .row {
    margin-right: -4%;
    margin-left: -4%;
  }
}
.row.row-center {
  justify-content: center;
}

.col-xs-1 {
  max-width: calc(100% / (12 / 1) - 4% * (12 - 1) / 12 + 2 * 2%);
  width: calc(100% / (12 / 1) - 4% * (12 - 1) / 12);
  flex-grow: 1;
  padding: 0 2%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
@media screen and (max-width: 539px) {
  .col-xs-1 {
    max-width: calc(100% / (12 / 1) - 4% * (12 - 1) / 12 + 2 * 4%);
  }
}
@media screen and (max-width: 539px) {
  .col-xs-1 {
    padding: 0 4%;
  }
}
.col-xs-1.align-center {
  align-self: center;
}

.col-xs-offset-1 {
  margin-left: calc(100% / (12 / 1));
}

.col-xs-2 {
  max-width: calc(100% / (12 / 2) - 4% * (12 - 2) / 12 + 2 * 2%);
  width: calc(100% / (12 / 2) - 4% * (12 - 2) / 12);
  flex-grow: 1;
  padding: 0 2%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
@media screen and (max-width: 539px) {
  .col-xs-2 {
    max-width: calc(100% / (12 / 2) - 4% * (12 - 2) / 12 + 2 * 4%);
  }
}
@media screen and (max-width: 539px) {
  .col-xs-2 {
    padding: 0 4%;
  }
}
.col-xs-2.align-center {
  align-self: center;
}

.col-xs-offset-2 {
  margin-left: calc(100% / (12 / 2));
}

.col-xs-3 {
  max-width: calc(100% / (12 / 3) - 4% * (12 - 3) / 12 + 2 * 2%);
  width: calc(100% / (12 / 3) - 4% * (12 - 3) / 12);
  flex-grow: 1;
  padding: 0 2%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
@media screen and (max-width: 539px) {
  .col-xs-3 {
    max-width: calc(100% / (12 / 3) - 4% * (12 - 3) / 12 + 2 * 4%);
  }
}
@media screen and (max-width: 539px) {
  .col-xs-3 {
    padding: 0 4%;
  }
}
.col-xs-3.align-center {
  align-self: center;
}

.col-xs-offset-3 {
  margin-left: calc(100% / (12 / 3));
}

.col-xs-4 {
  max-width: calc(100% / (12 / 4) - 4% * (12 - 4) / 12 + 2 * 2%);
  width: calc(100% / (12 / 4) - 4% * (12 - 4) / 12);
  flex-grow: 1;
  padding: 0 2%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
@media screen and (max-width: 539px) {
  .col-xs-4 {
    max-width: calc(100% / (12 / 4) - 4% * (12 - 4) / 12 + 2 * 4%);
  }
}
@media screen and (max-width: 539px) {
  .col-xs-4 {
    padding: 0 4%;
  }
}
.col-xs-4.align-center {
  align-self: center;
}

.col-xs-offset-4 {
  margin-left: calc(100% / (12 / 4));
}

.col-xs-5 {
  max-width: calc(100% / (12 / 5) - 4% * (12 - 5) / 12 + 2 * 2%);
  width: calc(100% / (12 / 5) - 4% * (12 - 5) / 12);
  flex-grow: 1;
  padding: 0 2%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
@media screen and (max-width: 539px) {
  .col-xs-5 {
    max-width: calc(100% / (12 / 5) - 4% * (12 - 5) / 12 + 2 * 4%);
  }
}
@media screen and (max-width: 539px) {
  .col-xs-5 {
    padding: 0 4%;
  }
}
.col-xs-5.align-center {
  align-self: center;
}

.col-xs-offset-5 {
  margin-left: calc(100% / (12 / 5));
}

.col-xs-6 {
  max-width: calc(100% / (12 / 6) - 4% * (12 - 6) / 12 + 2 * 2%);
  width: calc(100% / (12 / 6) - 4% * (12 - 6) / 12);
  flex-grow: 1;
  padding: 0 2%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
@media screen and (max-width: 539px) {
  .col-xs-6 {
    max-width: calc(100% / (12 / 6) - 4% * (12 - 6) / 12 + 2 * 4%);
  }
}
@media screen and (max-width: 539px) {
  .col-xs-6 {
    padding: 0 4%;
  }
}
.col-xs-6.align-center {
  align-self: center;
}

.col-xs-offset-6 {
  margin-left: calc(100% / (12 / 6));
}

.col-xs-7 {
  max-width: calc(100% / (12 / 7) - 4% * (12 - 7) / 12 + 2 * 2%);
  width: calc(100% / (12 / 7) - 4% * (12 - 7) / 12);
  flex-grow: 1;
  padding: 0 2%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
@media screen and (max-width: 539px) {
  .col-xs-7 {
    max-width: calc(100% / (12 / 7) - 4% * (12 - 7) / 12 + 2 * 4%);
  }
}
@media screen and (max-width: 539px) {
  .col-xs-7 {
    padding: 0 4%;
  }
}
.col-xs-7.align-center {
  align-self: center;
}

.col-xs-offset-7 {
  margin-left: calc(100% / (12 / 7));
}

.col-xs-8 {
  max-width: calc(100% / (12 / 8) - 4% * (12 - 8) / 12 + 2 * 2%);
  width: calc(100% / (12 / 8) - 4% * (12 - 8) / 12);
  flex-grow: 1;
  padding: 0 2%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
@media screen and (max-width: 539px) {
  .col-xs-8 {
    max-width: calc(100% / (12 / 8) - 4% * (12 - 8) / 12 + 2 * 4%);
  }
}
@media screen and (max-width: 539px) {
  .col-xs-8 {
    padding: 0 4%;
  }
}
.col-xs-8.align-center {
  align-self: center;
}

.col-xs-offset-8 {
  margin-left: calc(100% / (12 / 8));
}

.col-xs-9 {
  max-width: calc(100% / (12 / 9) - 4% * (12 - 9) / 12 + 2 * 2%);
  width: calc(100% / (12 / 9) - 4% * (12 - 9) / 12);
  flex-grow: 1;
  padding: 0 2%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
@media screen and (max-width: 539px) {
  .col-xs-9 {
    max-width: calc(100% / (12 / 9) - 4% * (12 - 9) / 12 + 2 * 4%);
  }
}
@media screen and (max-width: 539px) {
  .col-xs-9 {
    padding: 0 4%;
  }
}
.col-xs-9.align-center {
  align-self: center;
}

.col-xs-offset-9 {
  margin-left: calc(100% / (12 / 9));
}

.col-xs-10 {
  max-width: calc(100% / (12 / 10) - 4% * (12 - 10) / 12 + 2 * 2%);
  width: calc(100% / (12 / 10) - 4% * (12 - 10) / 12);
  flex-grow: 1;
  padding: 0 2%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
@media screen and (max-width: 539px) {
  .col-xs-10 {
    max-width: calc(100% / (12 / 10) - 4% * (12 - 10) / 12 + 2 * 4%);
  }
}
@media screen and (max-width: 539px) {
  .col-xs-10 {
    padding: 0 4%;
  }
}
.col-xs-10.align-center {
  align-self: center;
}

.col-xs-offset-10 {
  margin-left: calc(100% / (12 / 10));
}

.col-xs-11 {
  max-width: calc(100% / (12 / 11) - 4% * (12 - 11) / 12 + 2 * 2%);
  width: calc(100% / (12 / 11) - 4% * (12 - 11) / 12);
  flex-grow: 1;
  padding: 0 2%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
@media screen and (max-width: 539px) {
  .col-xs-11 {
    max-width: calc(100% / (12 / 11) - 4% * (12 - 11) / 12 + 2 * 4%);
  }
}
@media screen and (max-width: 539px) {
  .col-xs-11 {
    padding: 0 4%;
  }
}
.col-xs-11.align-center {
  align-self: center;
}

.col-xs-offset-11 {
  margin-left: calc(100% / (12 / 11));
}

.col-xs-12 {
  max-width: calc(100% + 2 * 2%);
  width: 100%;
  flex-grow: 1;
  padding: 0 2%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
@media screen and (max-width: 539px) {
  .col-xs-12 {
    max-width: calc(100% + 2 * 4%);
  }
}
@media screen and (max-width: 539px) {
  .col-xs-12 {
    padding: 0 4%;
  }
}
.col-xs-12.align-center {
  align-self: center;
}

.col-xs-offset-0 {
  margin-left: 0;
}

@media only screen and (min-width: 33.75em) {
  .container {
    max-width: 75em;
  }
  .alert.fixed {
    max-width: 75em;
  }
  .col-sm-1 {
    max-width: calc(100% / (12 / 1) - 4% * (12 - 1) / 12 + 2 * 2%);
    width: calc(100% / (12 / 1) - 4% * (12 - 1) / 12);
    flex-grow: 1;
    padding: 0 2%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
}
@media only screen and (min-width: 33.75em) and (max-width: 539px) {
  .col-sm-1 {
    max-width: calc(100% / (12 / 1) - 4% * (12 -1) / 12 + 2 * 4%);
  }
}
@media only screen and (min-width: 33.75em) and (max-width: 539px) {
  .col-sm-1 {
    padding: 0 4%;
  }
}
@media only screen and (min-width: 33.75em) {
  .col-sm-offset-1 {
    margin-left: auto;
  }
  .col-sm-2 {
    max-width: calc(100% / (12 / 2) - 4% * (12 - 2) / 12 + 2 * 2%);
    width: calc(100% / (12 / 2) - 4% * (12 - 2) / 12);
    flex-grow: 1;
    padding: 0 2%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
}
@media only screen and (min-width: 33.75em) and (max-width: 539px) {
  .col-sm-2 {
    max-width: calc(100% / (12 / 2) - 4% * (12 -2) / 12 + 2 * 4%);
  }
}
@media only screen and (min-width: 33.75em) and (max-width: 539px) {
  .col-sm-2 {
    padding: 0 4%;
  }
}
@media only screen and (min-width: 33.75em) {
  .col-sm-offset-2 {
    margin-left: auto;
  }
  .col-sm-3 {
    max-width: calc(100% / (12 / 3) - 4% * (12 - 3) / 12 + 2 * 2%);
    width: calc(100% / (12 / 3) - 4% * (12 - 3) / 12);
    flex-grow: 1;
    padding: 0 2%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
}
@media only screen and (min-width: 33.75em) and (max-width: 539px) {
  .col-sm-3 {
    max-width: calc(100% / (12 / 3) - 4% * (12 -3) / 12 + 2 * 4%);
  }
}
@media only screen and (min-width: 33.75em) and (max-width: 539px) {
  .col-sm-3 {
    padding: 0 4%;
  }
}
@media only screen and (min-width: 33.75em) {
  .col-sm-offset-3 {
    margin-left: auto;
  }
  .col-sm-4 {
    max-width: calc(100% / (12 / 4) - 4% * (12 - 4) / 12 + 2 * 2%);
    width: calc(100% / (12 / 4) - 4% * (12 - 4) / 12);
    flex-grow: 1;
    padding: 0 2%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
}
@media only screen and (min-width: 33.75em) and (max-width: 539px) {
  .col-sm-4 {
    max-width: calc(100% / (12 / 4) - 4% * (12 -4) / 12 + 2 * 4%);
  }
}
@media only screen and (min-width: 33.75em) and (max-width: 539px) {
  .col-sm-4 {
    padding: 0 4%;
  }
}
@media only screen and (min-width: 33.75em) {
  .col-sm-offset-4 {
    margin-left: auto;
  }
  .col-sm-5 {
    max-width: calc(100% / (12 / 5) - 4% * (12 - 5) / 12 + 2 * 2%);
    width: calc(100% / (12 / 5) - 4% * (12 - 5) / 12);
    flex-grow: 1;
    padding: 0 2%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
}
@media only screen and (min-width: 33.75em) and (max-width: 539px) {
  .col-sm-5 {
    max-width: calc(100% / (12 / 5) - 4% * (12 -5) / 12 + 2 * 4%);
  }
}
@media only screen and (min-width: 33.75em) and (max-width: 539px) {
  .col-sm-5 {
    padding: 0 4%;
  }
}
@media only screen and (min-width: 33.75em) {
  .col-sm-offset-5 {
    margin-left: auto;
  }
  .col-sm-6 {
    max-width: calc(100% / (12 / 6) - 4% * (12 - 6) / 12 + 2 * 2%);
    width: calc(100% / (12 / 6) - 4% * (12 - 6) / 12);
    flex-grow: 1;
    padding: 0 2%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
}
@media only screen and (min-width: 33.75em) and (max-width: 539px) {
  .col-sm-6 {
    max-width: calc(100% / (12 / 6) - 4% * (12 -6) / 12 + 2 * 4%);
  }
}
@media only screen and (min-width: 33.75em) and (max-width: 539px) {
  .col-sm-6 {
    padding: 0 4%;
  }
}
@media only screen and (min-width: 33.75em) {
  .col-sm-offset-6 {
    margin-left: auto;
  }
  .col-sm-7 {
    max-width: calc(100% / (12 / 7) - 4% * (12 - 7) / 12 + 2 * 2%);
    width: calc(100% / (12 / 7) - 4% * (12 - 7) / 12);
    flex-grow: 1;
    padding: 0 2%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
}
@media only screen and (min-width: 33.75em) and (max-width: 539px) {
  .col-sm-7 {
    max-width: calc(100% / (12 / 7) - 4% * (12 -7) / 12 + 2 * 4%);
  }
}
@media only screen and (min-width: 33.75em) and (max-width: 539px) {
  .col-sm-7 {
    padding: 0 4%;
  }
}
@media only screen and (min-width: 33.75em) {
  .col-sm-offset-7 {
    margin-left: auto;
  }
  .col-sm-8 {
    max-width: calc(100% / (12 / 8) - 4% * (12 - 8) / 12 + 2 * 2%);
    width: calc(100% / (12 / 8) - 4% * (12 - 8) / 12);
    flex-grow: 1;
    padding: 0 2%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
}
@media only screen and (min-width: 33.75em) and (max-width: 539px) {
  .col-sm-8 {
    max-width: calc(100% / (12 / 8) - 4% * (12 -8) / 12 + 2 * 4%);
  }
}
@media only screen and (min-width: 33.75em) and (max-width: 539px) {
  .col-sm-8 {
    padding: 0 4%;
  }
}
@media only screen and (min-width: 33.75em) {
  .col-sm-offset-8 {
    margin-left: auto;
  }
  .col-sm-9 {
    max-width: calc(100% / (12 / 9) - 4% * (12 - 9) / 12 + 2 * 2%);
    width: calc(100% / (12 / 9) - 4% * (12 - 9) / 12);
    flex-grow: 1;
    padding: 0 2%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
}
@media only screen and (min-width: 33.75em) and (max-width: 539px) {
  .col-sm-9 {
    max-width: calc(100% / (12 / 9) - 4% * (12 -9) / 12 + 2 * 4%);
  }
}
@media only screen and (min-width: 33.75em) and (max-width: 539px) {
  .col-sm-9 {
    padding: 0 4%;
  }
}
@media only screen and (min-width: 33.75em) {
  .col-sm-offset-9 {
    margin-left: auto;
  }
  .col-sm-10 {
    max-width: calc(100% / (12 / 10) - 4% * (12 - 10) / 12 + 2 * 2%);
    width: calc(100% / (12 / 10) - 4% * (12 - 10) / 12);
    flex-grow: 1;
    padding: 0 2%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
}
@media only screen and (min-width: 33.75em) and (max-width: 539px) {
  .col-sm-10 {
    max-width: calc(100% / (12 / 10) - 4% * (12 -10) / 12 + 2 * 4%);
  }
}
@media only screen and (min-width: 33.75em) and (max-width: 539px) {
  .col-sm-10 {
    padding: 0 4%;
  }
}
@media only screen and (min-width: 33.75em) {
  .col-sm-offset-10 {
    margin-left: auto;
  }
  .col-sm-11 {
    max-width: calc(100% / (12 / 11) - 4% * (12 - 11) / 12 + 2 * 2%);
    width: calc(100% / (12 / 11) - 4% * (12 - 11) / 12);
    flex-grow: 1;
    padding: 0 2%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
}
@media only screen and (min-width: 33.75em) and (max-width: 539px) {
  .col-sm-11 {
    max-width: calc(100% / (12 / 11) - 4% * (12 -11) / 12 + 2 * 4%);
  }
}
@media only screen and (min-width: 33.75em) and (max-width: 539px) {
  .col-sm-11 {
    padding: 0 4%;
  }
}
@media only screen and (min-width: 33.75em) {
  .col-sm-offset-11 {
    margin-left: auto;
  }
  .col-sm-12 {
    max-width: calc(100% + 2 * 2%);
    width: 100%;
    flex-grow: 1;
    padding: 0 2%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
}
@media only screen and (min-width: 33.75em) and (max-width: 539px) {
  .col-sm-12 {
    max-width: calc(100% + 2 * 4%);
  }
}
@media only screen and (min-width: 33.75em) and (max-width: 539px) {
  .col-sm-12 {
    padding: 0 4%;
  }
}
@media only screen and (min-width: 33.75em) {
  .col-sm-offset-0 {
    margin-left: 0;
  }
}
@media only screen and (min-width: 45em) {
  .container {
    max-width: 45em;
  }
  .alert.fixed {
    max-width: 45em;
  }
  .col-md-1 {
    max-width: calc(100% / (12 / 1) - 4% * (12 - 1) / 12 + 2 * 2%);
    width: calc(100% / (12 / 1) - 4% * (12 - 1) / 12);
    flex-grow: 1;
    padding: 0 2%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
}
@media only screen and (min-width: 45em) and (max-width: 539px) {
  .col-md-1 {
    max-width: calc(100% / (12 / 1) - 4% * (12 -1) / 12 + 2 * 4%);
  }
}
@media only screen and (min-width: 45em) and (max-width: 539px) {
  .col-md-1 {
    padding: 0 4%;
  }
}
@media only screen and (min-width: 45em) {
  .col-md-offset-1 {
    margin-left: auto;
  }
  .col-md-2 {
    max-width: calc(100% / (12 / 2) - 4% * (12 - 2) / 12 + 2 * 2%);
    width: calc(100% / (12 / 2) - 4% * (12 - 2) / 12);
    flex-grow: 1;
    padding: 0 2%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
}
@media only screen and (min-width: 45em) and (max-width: 539px) {
  .col-md-2 {
    max-width: calc(100% / (12 / 2) - 4% * (12 -2) / 12 + 2 * 4%);
  }
}
@media only screen and (min-width: 45em) and (max-width: 539px) {
  .col-md-2 {
    padding: 0 4%;
  }
}
@media only screen and (min-width: 45em) {
  .col-md-offset-2 {
    margin-left: auto;
  }
  .col-md-3 {
    max-width: calc(100% / (12 / 3) - 4% * (12 - 3) / 12 + 2 * 2%);
    width: calc(100% / (12 / 3) - 4% * (12 - 3) / 12);
    flex-grow: 1;
    padding: 0 2%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
}
@media only screen and (min-width: 45em) and (max-width: 539px) {
  .col-md-3 {
    max-width: calc(100% / (12 / 3) - 4% * (12 -3) / 12 + 2 * 4%);
  }
}
@media only screen and (min-width: 45em) and (max-width: 539px) {
  .col-md-3 {
    padding: 0 4%;
  }
}
@media only screen and (min-width: 45em) {
  .col-md-offset-3 {
    margin-left: auto;
  }
  .col-md-4 {
    max-width: calc(100% / (12 / 4) - 4% * (12 - 4) / 12 + 2 * 2%);
    width: calc(100% / (12 / 4) - 4% * (12 - 4) / 12);
    flex-grow: 1;
    padding: 0 2%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
}
@media only screen and (min-width: 45em) and (max-width: 539px) {
  .col-md-4 {
    max-width: calc(100% / (12 / 4) - 4% * (12 -4) / 12 + 2 * 4%);
  }
}
@media only screen and (min-width: 45em) and (max-width: 539px) {
  .col-md-4 {
    padding: 0 4%;
  }
}
@media only screen and (min-width: 45em) {
  .col-md-offset-4 {
    margin-left: auto;
  }
  .col-md-5 {
    max-width: calc(100% / (12 / 5) - 4% * (12 - 5) / 12 + 2 * 2%);
    width: calc(100% / (12 / 5) - 4% * (12 - 5) / 12);
    flex-grow: 1;
    padding: 0 2%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
}
@media only screen and (min-width: 45em) and (max-width: 539px) {
  .col-md-5 {
    max-width: calc(100% / (12 / 5) - 4% * (12 -5) / 12 + 2 * 4%);
  }
}
@media only screen and (min-width: 45em) and (max-width: 539px) {
  .col-md-5 {
    padding: 0 4%;
  }
}
@media only screen and (min-width: 45em) {
  .col-md-offset-5 {
    margin-left: auto;
  }
  .col-md-6 {
    max-width: calc(100% / (12 / 6) - 4% * (12 - 6) / 12 + 2 * 2%);
    width: calc(100% / (12 / 6) - 4% * (12 - 6) / 12);
    flex-grow: 1;
    padding: 0 2%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
}
@media only screen and (min-width: 45em) and (max-width: 539px) {
  .col-md-6 {
    max-width: calc(100% / (12 / 6) - 4% * (12 -6) / 12 + 2 * 4%);
  }
}
@media only screen and (min-width: 45em) and (max-width: 539px) {
  .col-md-6 {
    padding: 0 4%;
  }
}
@media only screen and (min-width: 45em) {
  .col-md-offset-6 {
    margin-left: auto;
  }
  .col-md-7 {
    max-width: calc(100% / (12 / 7) - 4% * (12 - 7) / 12 + 2 * 2%);
    width: calc(100% / (12 / 7) - 4% * (12 - 7) / 12);
    flex-grow: 1;
    padding: 0 2%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
}
@media only screen and (min-width: 45em) and (max-width: 539px) {
  .col-md-7 {
    max-width: calc(100% / (12 / 7) - 4% * (12 -7) / 12 + 2 * 4%);
  }
}
@media only screen and (min-width: 45em) and (max-width: 539px) {
  .col-md-7 {
    padding: 0 4%;
  }
}
@media only screen and (min-width: 45em) {
  .col-md-offset-7 {
    margin-left: auto;
  }
  .col-md-8 {
    max-width: calc(100% / (12 / 8) - 4% * (12 - 8) / 12 + 2 * 2%);
    width: calc(100% / (12 / 8) - 4% * (12 - 8) / 12);
    flex-grow: 1;
    padding: 0 2%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
}
@media only screen and (min-width: 45em) and (max-width: 539px) {
  .col-md-8 {
    max-width: calc(100% / (12 / 8) - 4% * (12 -8) / 12 + 2 * 4%);
  }
}
@media only screen and (min-width: 45em) and (max-width: 539px) {
  .col-md-8 {
    padding: 0 4%;
  }
}
@media only screen and (min-width: 45em) {
  .col-md-offset-8 {
    margin-left: auto;
  }
  .col-md-9 {
    max-width: calc(100% / (12 / 9) - 4% * (12 - 9) / 12 + 2 * 2%);
    width: calc(100% / (12 / 9) - 4% * (12 - 9) / 12);
    flex-grow: 1;
    padding: 0 2%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
}
@media only screen and (min-width: 45em) and (max-width: 539px) {
  .col-md-9 {
    max-width: calc(100% / (12 / 9) - 4% * (12 -9) / 12 + 2 * 4%);
  }
}
@media only screen and (min-width: 45em) and (max-width: 539px) {
  .col-md-9 {
    padding: 0 4%;
  }
}
@media only screen and (min-width: 45em) {
  .col-md-offset-9 {
    margin-left: auto;
  }
  .col-md-10 {
    max-width: calc(100% / (12 / 10) - 4% * (12 - 10) / 12 + 2 * 2%);
    width: calc(100% / (12 / 10) - 4% * (12 - 10) / 12);
    flex-grow: 1;
    padding: 0 2%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
}
@media only screen and (min-width: 45em) and (max-width: 539px) {
  .col-md-10 {
    max-width: calc(100% / (12 / 10) - 4% * (12 -10) / 12 + 2 * 4%);
  }
}
@media only screen and (min-width: 45em) and (max-width: 539px) {
  .col-md-10 {
    padding: 0 4%;
  }
}
@media only screen and (min-width: 45em) {
  .col-md-offset-10 {
    margin-left: auto;
  }
  .col-md-11 {
    max-width: calc(100% / (12 / 11) - 4% * (12 - 11) / 12 + 2 * 2%);
    width: calc(100% / (12 / 11) - 4% * (12 - 11) / 12);
    flex-grow: 1;
    padding: 0 2%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
}
@media only screen and (min-width: 45em) and (max-width: 539px) {
  .col-md-11 {
    max-width: calc(100% / (12 / 11) - 4% * (12 -11) / 12 + 2 * 4%);
  }
}
@media only screen and (min-width: 45em) and (max-width: 539px) {
  .col-md-11 {
    padding: 0 4%;
  }
}
@media only screen and (min-width: 45em) {
  .col-md-offset-11 {
    margin-left: auto;
  }
  .col-md-12 {
    max-width: calc(100% + 2 * 2%);
    width: 100%;
    flex-grow: 1;
    padding: 0 2%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
}
@media only screen and (min-width: 45em) and (max-width: 539px) {
  .col-md-12 {
    max-width: calc(100% + 2 * 4%);
  }
}
@media only screen and (min-width: 45em) and (max-width: 539px) {
  .col-md-12 {
    padding: 0 4%;
  }
}
@media only screen and (min-width: 45em) {
  .col-md-offset-0 {
    margin-left: 0;
  }
}
@media only screen and (min-width: 60em) {
  .container {
    max-width: 60em;
  }
  .alert.fixed {
    max-width: 60em;
  }
  .col-lg-1 {
    max-width: calc(100% / (12 / 1) - 4% * (12 - 1) / 12 + 2 * 2%);
    width: calc(100% / (12 / 1) - 4% * (12 - 1) / 12);
    flex-grow: 1;
    padding: 0 2%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
}
@media only screen and (min-width: 60em) and (max-width: 539px) {
  .col-lg-1 {
    max-width: calc(100% / (12 / 1) - 4% * (12 -1) / 12 + 2 * 4%);
  }
}
@media only screen and (min-width: 60em) and (max-width: 539px) {
  .col-lg-1 {
    padding: 0 4%;
  }
}
@media only screen and (min-width: 60em) {
  .col-lg-offset-1 {
    margin-left: auto;
  }
  .col-lg-2 {
    max-width: calc(100% / (12 / 2) - 4% * (12 - 2) / 12 + 2 * 2%);
    width: calc(100% / (12 / 2) - 4% * (12 - 2) / 12);
    flex-grow: 1;
    padding: 0 2%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
}
@media only screen and (min-width: 60em) and (max-width: 539px) {
  .col-lg-2 {
    max-width: calc(100% / (12 / 2) - 4% * (12 -2) / 12 + 2 * 4%);
  }
}
@media only screen and (min-width: 60em) and (max-width: 539px) {
  .col-lg-2 {
    padding: 0 4%;
  }
}
@media only screen and (min-width: 60em) {
  .col-lg-offset-2 {
    margin-left: auto;
  }
  .col-lg-3 {
    max-width: calc(100% / (12 / 3) - 4% * (12 - 3) / 12 + 2 * 2%);
    width: calc(100% / (12 / 3) - 4% * (12 - 3) / 12);
    flex-grow: 1;
    padding: 0 2%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
}
@media only screen and (min-width: 60em) and (max-width: 539px) {
  .col-lg-3 {
    max-width: calc(100% / (12 / 3) - 4% * (12 -3) / 12 + 2 * 4%);
  }
}
@media only screen and (min-width: 60em) and (max-width: 539px) {
  .col-lg-3 {
    padding: 0 4%;
  }
}
@media only screen and (min-width: 60em) {
  .col-lg-offset-3 {
    margin-left: auto;
  }
  .col-lg-4 {
    max-width: calc(100% / (12 / 4) - 4% * (12 - 4) / 12 + 2 * 2%);
    width: calc(100% / (12 / 4) - 4% * (12 - 4) / 12);
    flex-grow: 1;
    padding: 0 2%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
}
@media only screen and (min-width: 60em) and (max-width: 539px) {
  .col-lg-4 {
    max-width: calc(100% / (12 / 4) - 4% * (12 -4) / 12 + 2 * 4%);
  }
}
@media only screen and (min-width: 60em) and (max-width: 539px) {
  .col-lg-4 {
    padding: 0 4%;
  }
}
@media only screen and (min-width: 60em) {
  .col-lg-offset-4 {
    margin-left: auto;
  }
  .col-lg-5 {
    max-width: calc(100% / (12 / 5) - 4% * (12 - 5) / 12 + 2 * 2%);
    width: calc(100% / (12 / 5) - 4% * (12 - 5) / 12);
    flex-grow: 1;
    padding: 0 2%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
}
@media only screen and (min-width: 60em) and (max-width: 539px) {
  .col-lg-5 {
    max-width: calc(100% / (12 / 5) - 4% * (12 -5) / 12 + 2 * 4%);
  }
}
@media only screen and (min-width: 60em) and (max-width: 539px) {
  .col-lg-5 {
    padding: 0 4%;
  }
}
@media only screen and (min-width: 60em) {
  .col-lg-offset-5 {
    margin-left: auto;
  }
  .col-lg-6 {
    max-width: calc(100% / (12 / 6) - 4% * (12 - 6) / 12 + 2 * 2%);
    width: calc(100% / (12 / 6) - 4% * (12 - 6) / 12);
    flex-grow: 1;
    padding: 0 2%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
}
@media only screen and (min-width: 60em) and (max-width: 539px) {
  .col-lg-6 {
    max-width: calc(100% / (12 / 6) - 4% * (12 -6) / 12 + 2 * 4%);
  }
}
@media only screen and (min-width: 60em) and (max-width: 539px) {
  .col-lg-6 {
    padding: 0 4%;
  }
}
@media only screen and (min-width: 60em) {
  .col-lg-offset-6 {
    margin-left: auto;
  }
  .col-lg-7 {
    max-width: calc(100% / (12 / 7) - 4% * (12 - 7) / 12 + 2 * 2%);
    width: calc(100% / (12 / 7) - 4% * (12 - 7) / 12);
    flex-grow: 1;
    padding: 0 2%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
}
@media only screen and (min-width: 60em) and (max-width: 539px) {
  .col-lg-7 {
    max-width: calc(100% / (12 / 7) - 4% * (12 -7) / 12 + 2 * 4%);
  }
}
@media only screen and (min-width: 60em) and (max-width: 539px) {
  .col-lg-7 {
    padding: 0 4%;
  }
}
@media only screen and (min-width: 60em) {
  .col-lg-offset-7 {
    margin-left: auto;
  }
  .col-lg-8 {
    max-width: calc(100% / (12 / 8) - 4% * (12 - 8) / 12 + 2 * 2%);
    width: calc(100% / (12 / 8) - 4% * (12 - 8) / 12);
    flex-grow: 1;
    padding: 0 2%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
}
@media only screen and (min-width: 60em) and (max-width: 539px) {
  .col-lg-8 {
    max-width: calc(100% / (12 / 8) - 4% * (12 -8) / 12 + 2 * 4%);
  }
}
@media only screen and (min-width: 60em) and (max-width: 539px) {
  .col-lg-8 {
    padding: 0 4%;
  }
}
@media only screen and (min-width: 60em) {
  .col-lg-offset-8 {
    margin-left: auto;
  }
  .col-lg-9 {
    max-width: calc(100% / (12 / 9) - 4% * (12 - 9) / 12 + 2 * 2%);
    width: calc(100% / (12 / 9) - 4% * (12 - 9) / 12);
    flex-grow: 1;
    padding: 0 2%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
}
@media only screen and (min-width: 60em) and (max-width: 539px) {
  .col-lg-9 {
    max-width: calc(100% / (12 / 9) - 4% * (12 -9) / 12 + 2 * 4%);
  }
}
@media only screen and (min-width: 60em) and (max-width: 539px) {
  .col-lg-9 {
    padding: 0 4%;
  }
}
@media only screen and (min-width: 60em) {
  .col-lg-offset-9 {
    margin-left: auto;
  }
  .col-lg-10 {
    max-width: calc(100% / (12 / 10) - 4% * (12 - 10) / 12 + 2 * 2%);
    width: calc(100% / (12 / 10) - 4% * (12 - 10) / 12);
    flex-grow: 1;
    padding: 0 2%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
}
@media only screen and (min-width: 60em) and (max-width: 539px) {
  .col-lg-10 {
    max-width: calc(100% / (12 / 10) - 4% * (12 -10) / 12 + 2 * 4%);
  }
}
@media only screen and (min-width: 60em) and (max-width: 539px) {
  .col-lg-10 {
    padding: 0 4%;
  }
}
@media only screen and (min-width: 60em) {
  .col-lg-offset-10 {
    margin-left: auto;
  }
  .col-lg-11 {
    max-width: calc(100% / (12 / 11) - 4% * (12 - 11) / 12 + 2 * 2%);
    width: calc(100% / (12 / 11) - 4% * (12 - 11) / 12);
    flex-grow: 1;
    padding: 0 2%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
}
@media only screen and (min-width: 60em) and (max-width: 539px) {
  .col-lg-11 {
    max-width: calc(100% / (12 / 11) - 4% * (12 -11) / 12 + 2 * 4%);
  }
}
@media only screen and (min-width: 60em) and (max-width: 539px) {
  .col-lg-11 {
    padding: 0 4%;
  }
}
@media only screen and (min-width: 60em) {
  .col-lg-offset-11 {
    margin-left: auto;
  }
  .col-lg-12 {
    max-width: calc(100% + 2 * 2%);
    width: 100%;
    flex-grow: 1;
    padding: 0 2%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
}
@media only screen and (min-width: 60em) and (max-width: 539px) {
  .col-lg-12 {
    max-width: calc(100% + 2 * 4%);
  }
}
@media only screen and (min-width: 60em) and (max-width: 539px) {
  .col-lg-12 {
    padding: 0 4%;
  }
}
@media only screen and (min-width: 60em) {
  .col-lg-offset-0 {
    margin-left: 0;
  }
}
@media only screen and (min-width: 75em) {
  .container {
    max-width: 75em;
  }
  .alert.fixed {
    max-width: 75em;
  }
  .col-xl-1 {
    max-width: calc(100% / (12 / 1) - 4% * (12 - 1) / 12 + 2 * 2%);
    width: calc(100% / (12 / 1) - 4% * (12 - 1) / 12);
    flex-grow: 1;
    padding: 0 2%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
}
@media only screen and (min-width: 75em) and (max-width: 539px) {
  .col-xl-1 {
    max-width: calc(100% / (12 / 1) - 4% * (12 -1) / 12 + 2 * 4%);
  }
}
@media only screen and (min-width: 75em) and (max-width: 539px) {
  .col-xl-1 {
    padding: 0 4%;
  }
}
@media only screen and (min-width: 75em) {
  .col-xl-offset-1 {
    margin-left: auto;
  }
  .col-xl-2 {
    max-width: calc(100% / (12 / 2) - 4% * (12 - 2) / 12 + 2 * 2%);
    width: calc(100% / (12 / 2) - 4% * (12 - 2) / 12);
    flex-grow: 1;
    padding: 0 2%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
}
@media only screen and (min-width: 75em) and (max-width: 539px) {
  .col-xl-2 {
    max-width: calc(100% / (12 / 2) - 4% * (12 -2) / 12 + 2 * 4%);
  }
}
@media only screen and (min-width: 75em) and (max-width: 539px) {
  .col-xl-2 {
    padding: 0 4%;
  }
}
@media only screen and (min-width: 75em) {
  .col-xl-offset-2 {
    margin-left: auto;
  }
  .col-xl-3 {
    max-width: calc(100% / (12 / 3) - 4% * (12 - 3) / 12 + 2 * 2%);
    width: calc(100% / (12 / 3) - 4% * (12 - 3) / 12);
    flex-grow: 1;
    padding: 0 2%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
}
@media only screen and (min-width: 75em) and (max-width: 539px) {
  .col-xl-3 {
    max-width: calc(100% / (12 / 3) - 4% * (12 -3) / 12 + 2 * 4%);
  }
}
@media only screen and (min-width: 75em) and (max-width: 539px) {
  .col-xl-3 {
    padding: 0 4%;
  }
}
@media only screen and (min-width: 75em) {
  .col-xl-offset-3 {
    margin-left: auto;
  }
  .col-xl-4 {
    max-width: calc(100% / (12 / 4) - 4% * (12 - 4) / 12 + 2 * 2%);
    width: calc(100% / (12 / 4) - 4% * (12 - 4) / 12);
    flex-grow: 1;
    padding: 0 2%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
}
@media only screen and (min-width: 75em) and (max-width: 539px) {
  .col-xl-4 {
    max-width: calc(100% / (12 / 4) - 4% * (12 -4) / 12 + 2 * 4%);
  }
}
@media only screen and (min-width: 75em) and (max-width: 539px) {
  .col-xl-4 {
    padding: 0 4%;
  }
}
@media only screen and (min-width: 75em) {
  .col-xl-offset-4 {
    margin-left: auto;
  }
  .col-xl-5 {
    max-width: calc(100% / (12 / 5) - 4% * (12 - 5) / 12 + 2 * 2%);
    width: calc(100% / (12 / 5) - 4% * (12 - 5) / 12);
    flex-grow: 1;
    padding: 0 2%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
}
@media only screen and (min-width: 75em) and (max-width: 539px) {
  .col-xl-5 {
    max-width: calc(100% / (12 / 5) - 4% * (12 -5) / 12 + 2 * 4%);
  }
}
@media only screen and (min-width: 75em) and (max-width: 539px) {
  .col-xl-5 {
    padding: 0 4%;
  }
}
@media only screen and (min-width: 75em) {
  .col-xl-offset-5 {
    margin-left: auto;
  }
  .col-xl-6 {
    max-width: calc(100% / (12 / 6) - 4% * (12 - 6) / 12 + 2 * 2%);
    width: calc(100% / (12 / 6) - 4% * (12 - 6) / 12);
    flex-grow: 1;
    padding: 0 2%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
}
@media only screen and (min-width: 75em) and (max-width: 539px) {
  .col-xl-6 {
    max-width: calc(100% / (12 / 6) - 4% * (12 -6) / 12 + 2 * 4%);
  }
}
@media only screen and (min-width: 75em) and (max-width: 539px) {
  .col-xl-6 {
    padding: 0 4%;
  }
}
@media only screen and (min-width: 75em) {
  .col-xl-offset-6 {
    margin-left: auto;
  }
  .col-xl-7 {
    max-width: calc(100% / (12 / 7) - 4% * (12 - 7) / 12 + 2 * 2%);
    width: calc(100% / (12 / 7) - 4% * (12 - 7) / 12);
    flex-grow: 1;
    padding: 0 2%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
}
@media only screen and (min-width: 75em) and (max-width: 539px) {
  .col-xl-7 {
    max-width: calc(100% / (12 / 7) - 4% * (12 -7) / 12 + 2 * 4%);
  }
}
@media only screen and (min-width: 75em) and (max-width: 539px) {
  .col-xl-7 {
    padding: 0 4%;
  }
}
@media only screen and (min-width: 75em) {
  .col-xl-offset-7 {
    margin-left: auto;
  }
  .col-xl-8 {
    max-width: calc(100% / (12 / 8) - 4% * (12 - 8) / 12 + 2 * 2%);
    width: calc(100% / (12 / 8) - 4% * (12 - 8) / 12);
    flex-grow: 1;
    padding: 0 2%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
}
@media only screen and (min-width: 75em) and (max-width: 539px) {
  .col-xl-8 {
    max-width: calc(100% / (12 / 8) - 4% * (12 -8) / 12 + 2 * 4%);
  }
}
@media only screen and (min-width: 75em) and (max-width: 539px) {
  .col-xl-8 {
    padding: 0 4%;
  }
}
@media only screen and (min-width: 75em) {
  .col-xl-offset-8 {
    margin-left: auto;
  }
  .col-xl-9 {
    max-width: calc(100% / (12 / 9) - 4% * (12 - 9) / 12 + 2 * 2%);
    width: calc(100% / (12 / 9) - 4% * (12 - 9) / 12);
    flex-grow: 1;
    padding: 0 2%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
}
@media only screen and (min-width: 75em) and (max-width: 539px) {
  .col-xl-9 {
    max-width: calc(100% / (12 / 9) - 4% * (12 -9) / 12 + 2 * 4%);
  }
}
@media only screen and (min-width: 75em) and (max-width: 539px) {
  .col-xl-9 {
    padding: 0 4%;
  }
}
@media only screen and (min-width: 75em) {
  .col-xl-offset-9 {
    margin-left: auto;
  }
  .col-xl-10 {
    max-width: calc(100% / (12 / 10) - 4% * (12 - 10) / 12 + 2 * 2%);
    width: calc(100% / (12 / 10) - 4% * (12 - 10) / 12);
    flex-grow: 1;
    padding: 0 2%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
}
@media only screen and (min-width: 75em) and (max-width: 539px) {
  .col-xl-10 {
    max-width: calc(100% / (12 / 10) - 4% * (12 -10) / 12 + 2 * 4%);
  }
}
@media only screen and (min-width: 75em) and (max-width: 539px) {
  .col-xl-10 {
    padding: 0 4%;
  }
}
@media only screen and (min-width: 75em) {
  .col-xl-offset-10 {
    margin-left: auto;
  }
  .col-xl-11 {
    max-width: calc(100% / (12 / 11) - 4% * (12 - 11) / 12 + 2 * 2%);
    width: calc(100% / (12 / 11) - 4% * (12 - 11) / 12);
    flex-grow: 1;
    padding: 0 2%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
}
@media only screen and (min-width: 75em) and (max-width: 539px) {
  .col-xl-11 {
    max-width: calc(100% / (12 / 11) - 4% * (12 -11) / 12 + 2 * 4%);
  }
}
@media only screen and (min-width: 75em) and (max-width: 539px) {
  .col-xl-11 {
    padding: 0 4%;
  }
}
@media only screen and (min-width: 75em) {
  .col-xl-offset-11 {
    margin-left: auto;
  }
  .col-xl-12 {
    max-width: calc(100% + 2 * 2%);
    width: 100%;
    flex-grow: 1;
    padding: 0 2%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
}
@media only screen and (min-width: 75em) and (max-width: 539px) {
  .col-xl-12 {
    max-width: calc(100% + 2 * 4%);
  }
}
@media only screen and (min-width: 75em) and (max-width: 539px) {
  .col-xl-12 {
    padding: 0 4%;
  }
}
@media only screen and (min-width: 75em) {
  .col-xl-offset-0 {
    margin-left: 0;
  }
}
@media only screen and (min-width: 90em) {
  .container {
    max-width: 75em;
  }
  .alert.fixed {
    max-width: 75em;
  }
  .col-wd-1 {
    max-width: calc(100% / (12 / 1) - 4% * (12 - 1) / 12 + 2 * 2%);
    width: calc(100% / (12 / 1) - 4% * (12 - 1) / 12);
    flex-grow: 1;
    padding: 0 2%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
}
@media only screen and (min-width: 90em) and (max-width: 539px) {
  .col-wd-1 {
    max-width: calc(100% / (12 / 1) - 4% * (12 -1) / 12 + 2 * 4%);
  }
}
@media only screen and (min-width: 90em) and (max-width: 539px) {
  .col-wd-1 {
    padding: 0 4%;
  }
}
@media only screen and (min-width: 90em) {
  .col-wd-offset-1 {
    margin-left: auto;
  }
  .col-wd-2 {
    max-width: calc(100% / (12 / 2) - 4% * (12 - 2) / 12 + 2 * 2%);
    width: calc(100% / (12 / 2) - 4% * (12 - 2) / 12);
    flex-grow: 1;
    padding: 0 2%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
}
@media only screen and (min-width: 90em) and (max-width: 539px) {
  .col-wd-2 {
    max-width: calc(100% / (12 / 2) - 4% * (12 -2) / 12 + 2 * 4%);
  }
}
@media only screen and (min-width: 90em) and (max-width: 539px) {
  .col-wd-2 {
    padding: 0 4%;
  }
}
@media only screen and (min-width: 90em) {
  .col-wd-offset-2 {
    margin-left: auto;
  }
  .col-wd-3 {
    max-width: calc(100% / (12 / 3) - 4% * (12 - 3) / 12 + 2 * 2%);
    width: calc(100% / (12 / 3) - 4% * (12 - 3) / 12);
    flex-grow: 1;
    padding: 0 2%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
}
@media only screen and (min-width: 90em) and (max-width: 539px) {
  .col-wd-3 {
    max-width: calc(100% / (12 / 3) - 4% * (12 -3) / 12 + 2 * 4%);
  }
}
@media only screen and (min-width: 90em) and (max-width: 539px) {
  .col-wd-3 {
    padding: 0 4%;
  }
}
@media only screen and (min-width: 90em) {
  .col-wd-offset-3 {
    margin-left: auto;
  }
  .col-wd-4 {
    max-width: calc(100% / (12 / 4) - 4% * (12 - 4) / 12 + 2 * 2%);
    width: calc(100% / (12 / 4) - 4% * (12 - 4) / 12);
    flex-grow: 1;
    padding: 0 2%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
}
@media only screen and (min-width: 90em) and (max-width: 539px) {
  .col-wd-4 {
    max-width: calc(100% / (12 / 4) - 4% * (12 -4) / 12 + 2 * 4%);
  }
}
@media only screen and (min-width: 90em) and (max-width: 539px) {
  .col-wd-4 {
    padding: 0 4%;
  }
}
@media only screen and (min-width: 90em) {
  .col-wd-offset-4 {
    margin-left: auto;
  }
  .col-wd-5 {
    max-width: calc(100% / (12 / 5) - 4% * (12 - 5) / 12 + 2 * 2%);
    width: calc(100% / (12 / 5) - 4% * (12 - 5) / 12);
    flex-grow: 1;
    padding: 0 2%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
}
@media only screen and (min-width: 90em) and (max-width: 539px) {
  .col-wd-5 {
    max-width: calc(100% / (12 / 5) - 4% * (12 -5) / 12 + 2 * 4%);
  }
}
@media only screen and (min-width: 90em) and (max-width: 539px) {
  .col-wd-5 {
    padding: 0 4%;
  }
}
@media only screen and (min-width: 90em) {
  .col-wd-offset-5 {
    margin-left: auto;
  }
  .col-wd-6 {
    max-width: calc(100% / (12 / 6) - 4% * (12 - 6) / 12 + 2 * 2%);
    width: calc(100% / (12 / 6) - 4% * (12 - 6) / 12);
    flex-grow: 1;
    padding: 0 2%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
}
@media only screen and (min-width: 90em) and (max-width: 539px) {
  .col-wd-6 {
    max-width: calc(100% / (12 / 6) - 4% * (12 -6) / 12 + 2 * 4%);
  }
}
@media only screen and (min-width: 90em) and (max-width: 539px) {
  .col-wd-6 {
    padding: 0 4%;
  }
}
@media only screen and (min-width: 90em) {
  .col-wd-offset-6 {
    margin-left: auto;
  }
  .col-wd-7 {
    max-width: calc(100% / (12 / 7) - 4% * (12 - 7) / 12 + 2 * 2%);
    width: calc(100% / (12 / 7) - 4% * (12 - 7) / 12);
    flex-grow: 1;
    padding: 0 2%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
}
@media only screen and (min-width: 90em) and (max-width: 539px) {
  .col-wd-7 {
    max-width: calc(100% / (12 / 7) - 4% * (12 -7) / 12 + 2 * 4%);
  }
}
@media only screen and (min-width: 90em) and (max-width: 539px) {
  .col-wd-7 {
    padding: 0 4%;
  }
}
@media only screen and (min-width: 90em) {
  .col-wd-offset-7 {
    margin-left: auto;
  }
  .col-wd-8 {
    max-width: calc(100% / (12 / 8) - 4% * (12 - 8) / 12 + 2 * 2%);
    width: calc(100% / (12 / 8) - 4% * (12 - 8) / 12);
    flex-grow: 1;
    padding: 0 2%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
}
@media only screen and (min-width: 90em) and (max-width: 539px) {
  .col-wd-8 {
    max-width: calc(100% / (12 / 8) - 4% * (12 -8) / 12 + 2 * 4%);
  }
}
@media only screen and (min-width: 90em) and (max-width: 539px) {
  .col-wd-8 {
    padding: 0 4%;
  }
}
@media only screen and (min-width: 90em) {
  .col-wd-offset-8 {
    margin-left: auto;
  }
  .col-wd-9 {
    max-width: calc(100% / (12 / 9) - 4% * (12 - 9) / 12 + 2 * 2%);
    width: calc(100% / (12 / 9) - 4% * (12 - 9) / 12);
    flex-grow: 1;
    padding: 0 2%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
}
@media only screen and (min-width: 90em) and (max-width: 539px) {
  .col-wd-9 {
    max-width: calc(100% / (12 / 9) - 4% * (12 -9) / 12 + 2 * 4%);
  }
}
@media only screen and (min-width: 90em) and (max-width: 539px) {
  .col-wd-9 {
    padding: 0 4%;
  }
}
@media only screen and (min-width: 90em) {
  .col-wd-offset-9 {
    margin-left: auto;
  }
  .col-wd-10 {
    max-width: calc(100% / (12 / 10) - 4% * (12 - 10) / 12 + 2 * 2%);
    width: calc(100% / (12 / 10) - 4% * (12 - 10) / 12);
    flex-grow: 1;
    padding: 0 2%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
}
@media only screen and (min-width: 90em) and (max-width: 539px) {
  .col-wd-10 {
    max-width: calc(100% / (12 / 10) - 4% * (12 -10) / 12 + 2 * 4%);
  }
}
@media only screen and (min-width: 90em) and (max-width: 539px) {
  .col-wd-10 {
    padding: 0 4%;
  }
}
@media only screen and (min-width: 90em) {
  .col-wd-offset-10 {
    margin-left: auto;
  }
  .col-wd-11 {
    max-width: calc(100% / (12 / 11) - 4% * (12 - 11) / 12 + 2 * 2%);
    width: calc(100% / (12 / 11) - 4% * (12 - 11) / 12);
    flex-grow: 1;
    padding: 0 2%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
}
@media only screen and (min-width: 90em) and (max-width: 539px) {
  .col-wd-11 {
    max-width: calc(100% / (12 / 11) - 4% * (12 -11) / 12 + 2 * 4%);
  }
}
@media only screen and (min-width: 90em) and (max-width: 539px) {
  .col-wd-11 {
    padding: 0 4%;
  }
}
@media only screen and (min-width: 90em) {
  .col-wd-offset-11 {
    margin-left: auto;
  }
  .col-wd-12 {
    max-width: calc(100% + 2 * 2%);
    width: 100%;
    flex-grow: 1;
    padding: 0 2%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
}
@media only screen and (min-width: 90em) and (max-width: 539px) {
  .col-wd-12 {
    max-width: calc(100% + 2 * 4%);
  }
}
@media only screen and (min-width: 90em) and (max-width: 539px) {
  .col-wd-12 {
    padding: 0 4%;
  }
}
@media only screen and (min-width: 90em) {
  .col-wd-offset-0 {
    margin-left: 0;
  }
}
.ult-content-box-container .ult-content-box {
  height: 100%;
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  margin-left: auto;
  margin-right: auto;
}
.ult-content-box-container .ult-content-box > div {
  width: 100%;
}

.vc_row .vc_row {
  margin-left: 0;
  margin-right: 0;
}

@media (min-width: 850px) and (max-width: 960px) {
  .container {
    margin: 0px;
    max-width: 100%;
  }
}
.m-0 {
  margin: 0px !important;
}

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

.m-2 {
  margin: 8px !important;
}

.m-3 {
  margin: 12px !important;
}

.m-4 {
  margin: 16px !important;
}

.m-5 {
  margin: 20px !important;
}

.m-6 {
  margin: 24px !important;
}

.m-7 {
  margin: 28px !important;
}

.m-8 {
  margin: 32px !important;
}

.m-9 {
  margin: 36px !important;
}

.m-10 {
  margin: 40px !important;
}

.m-11 {
  margin: 44px !important;
}

.m-12 {
  margin: 48px !important;
}

.m-13 {
  margin: 52px !important;
}

.m-14 {
  margin: 56px !important;
}

.m-15 {
  margin: 60px !important;
}

.m-16 {
  margin: 64px !important;
}

.m-17 {
  margin: 68px !important;
}

.m-18 {
  margin: 72px !important;
}

.m-19 {
  margin: 76px !important;
}

.m-20 {
  margin: 80px !important;
}

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

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

.mx-2 {
  margin-left: 8px !important;
  margin-right: 8px !important;
}

.mx-3 {
  margin-left: 12px !important;
  margin-right: 12px !important;
}

.mx-4 {
  margin-left: 16px !important;
  margin-right: 16px !important;
}

.mx-5 {
  margin-left: 20px !important;
  margin-right: 20px !important;
}

.mx-6 {
  margin-left: 24px !important;
  margin-right: 24px !important;
}

.mx-7 {
  margin-left: 28px !important;
  margin-right: 28px !important;
}

.mx-8 {
  margin-left: 32px !important;
  margin-right: 32px !important;
}

.mx-9 {
  margin-left: 36px !important;
  margin-right: 36px !important;
}

.mx-10 {
  margin-left: 40px !important;
  margin-right: 40px !important;
}

.mx-11 {
  margin-left: 44px !important;
  margin-right: 44px !important;
}

.mx-12 {
  margin-left: 48px !important;
  margin-right: 48px !important;
}

.mx-13 {
  margin-left: 52px !important;
  margin-right: 52px !important;
}

.mx-14 {
  margin-left: 56px !important;
  margin-right: 56px !important;
}

.mx-15 {
  margin-left: 60px !important;
  margin-right: 60px !important;
}

.mx-16 {
  margin-left: 64px !important;
  margin-right: 64px !important;
}

.mx-17 {
  margin-left: 68px !important;
  margin-right: 68px !important;
}

.mx-18 {
  margin-left: 72px !important;
  margin-right: 72px !important;
}

.mx-19 {
  margin-left: 76px !important;
  margin-right: 76px !important;
}

.mx-20 {
  margin-left: 80px !important;
  margin-right: 80px !important;
}

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

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

.my-2 {
  margin-top: 8px !important;
  margin-bottom: 8px !important;
}

.my-3 {
  margin-top: 12px !important;
  margin-bottom: 12px !important;
}

.my-4 {
  margin-top: 16px !important;
  margin-bottom: 16px !important;
}

.my-5 {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}

.my-6 {
  margin-top: 24px !important;
  margin-bottom: 24px !important;
}

.my-7 {
  margin-top: 28px !important;
  margin-bottom: 28px !important;
}

.my-8 {
  margin-top: 32px !important;
  margin-bottom: 32px !important;
}

.my-9 {
  margin-top: 36px !important;
  margin-bottom: 36px !important;
}

.my-10 {
  margin-top: 40px !important;
  margin-bottom: 40px !important;
}

.my-11 {
  margin-top: 44px !important;
  margin-bottom: 44px !important;
}

.my-12 {
  margin-top: 48px !important;
  margin-bottom: 48px !important;
}

.my-13 {
  margin-top: 52px !important;
  margin-bottom: 52px !important;
}

.my-14 {
  margin-top: 56px !important;
  margin-bottom: 56px !important;
}

.my-15 {
  margin-top: 60px !important;
  margin-bottom: 60px !important;
}

.my-16 {
  margin-top: 64px !important;
  margin-bottom: 64px !important;
}

.my-17 {
  margin-top: 68px !important;
  margin-bottom: 68px !important;
}

.my-18 {
  margin-top: 72px !important;
  margin-bottom: 72px !important;
}

.my-19 {
  margin-top: 76px !important;
  margin-bottom: 76px !important;
}

.my-20 {
  margin-top: 80px !important;
  margin-bottom: 80px !important;
}

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

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

.mt-2 {
  margin-top: 8px !important;
}

.mt-3 {
  margin-top: 12px !important;
}

.mt-4 {
  margin-top: 16px !important;
}

.mt-5 {
  margin-top: 20px !important;
}

.mt-6 {
  margin-top: 24px !important;
}

.mt-7 {
  margin-top: 28px !important;
}

.mt-8 {
  margin-top: 32px !important;
}

.mt-9 {
  margin-top: 36px !important;
}

.mt-10 {
  margin-top: 40px !important;
}

.mt-11 {
  margin-top: 44px !important;
}

.mt-12 {
  margin-top: 48px !important;
}

.mt-13 {
  margin-top: 52px !important;
}

.mt-14 {
  margin-top: 56px !important;
}

.mt-15 {
  margin-top: 60px !important;
}

.mt-16 {
  margin-top: 64px !important;
}

.mt-17 {
  margin-top: 68px !important;
}

.mt-18 {
  margin-top: 72px !important;
}

.mt-19 {
  margin-top: 76px !important;
}

.mt-20 {
  margin-top: 80px !important;
}

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

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

.ml-2 {
  margin-left: 8px !important;
}

.ml-3 {
  margin-left: 12px !important;
}

.ml-4 {
  margin-left: 16px !important;
}

.ml-5 {
  margin-left: 20px !important;
}

.ml-6 {
  margin-left: 24px !important;
}

.ml-7 {
  margin-left: 28px !important;
}

.ml-8 {
  margin-left: 32px !important;
}

.ml-9 {
  margin-left: 36px !important;
}

.ml-10 {
  margin-left: 40px !important;
}

.ml-11 {
  margin-left: 44px !important;
}

.ml-12 {
  margin-left: 48px !important;
}

.ml-13 {
  margin-left: 52px !important;
}

.ml-14 {
  margin-left: 56px !important;
}

.ml-15 {
  margin-left: 60px !important;
}

.ml-16 {
  margin-left: 64px !important;
}

.ml-17 {
  margin-left: 68px !important;
}

.ml-18 {
  margin-left: 72px !important;
}

.ml-19 {
  margin-left: 76px !important;
}

.ml-20 {
  margin-left: 80px !important;
}

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

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

.mb-2 {
  margin-bottom: 8px !important;
}

.mb-3 {
  margin-bottom: 12px !important;
}

.mb-4 {
  margin-bottom: 16px !important;
}

.mb-5 {
  margin-bottom: 20px !important;
}

.mb-6 {
  margin-bottom: 24px !important;
}

.mb-7 {
  margin-bottom: 28px !important;
}

.mb-8 {
  margin-bottom: 32px !important;
}

.mb-9 {
  margin-bottom: 36px !important;
}

.mb-10 {
  margin-bottom: 40px !important;
}

.mb-11 {
  margin-bottom: 44px !important;
}

.mb-12 {
  margin-bottom: 48px !important;
}

.mb-13 {
  margin-bottom: 52px !important;
}

.mb-14 {
  margin-bottom: 56px !important;
}

.mb-15 {
  margin-bottom: 60px !important;
}

.mb-16 {
  margin-bottom: 64px !important;
}

.mb-17 {
  margin-bottom: 68px !important;
}

.mb-18 {
  margin-bottom: 72px !important;
}

.mb-19 {
  margin-bottom: 76px !important;
}

.mb-20 {
  margin-bottom: 80px !important;
}

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

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

.mr-2 {
  margin-right: 8px !important;
}

.mr-3 {
  margin-right: 12px !important;
}

.mr-4 {
  margin-right: 16px !important;
}

.mr-5 {
  margin-right: 20px !important;
}

.mr-6 {
  margin-right: 24px !important;
}

.mr-7 {
  margin-right: 28px !important;
}

.mr-8 {
  margin-right: 32px !important;
}

.mr-9 {
  margin-right: 36px !important;
}

.mr-10 {
  margin-right: 40px !important;
}

.mr-11 {
  margin-right: 44px !important;
}

.mr-12 {
  margin-right: 48px !important;
}

.mr-13 {
  margin-right: 52px !important;
}

.mr-14 {
  margin-right: 56px !important;
}

.mr-15 {
  margin-right: 60px !important;
}

.mr-16 {
  margin-right: 64px !important;
}

.mr-17 {
  margin-right: 68px !important;
}

.mr-18 {
  margin-right: 72px !important;
}

.mr-19 {
  margin-right: 76px !important;
}

.mr-20 {
  margin-right: 80px !important;
}

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

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

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

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

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

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

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

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

.p-2 {
  padding: 8px !important;
}

.p-3 {
  padding: 12px !important;
}

.p-4 {
  padding: 16px !important;
}

.p-5 {
  padding: 20px !important;
}

.p-6 {
  padding: 24px !important;
}

.p-7 {
  padding: 28px !important;
}

.p-8 {
  padding: 32px !important;
}

.p-9 {
  padding: 36px !important;
}

.p-10 {
  padding: 40px !important;
}

.p-11 {
  padding: 44px !important;
}

.p-12 {
  padding: 48px !important;
}

.p-13 {
  padding: 52px !important;
}

.p-14 {
  padding: 56px !important;
}

.p-15 {
  padding: 60px !important;
}

.p-16 {
  padding: 64px !important;
}

.p-17 {
  padding: 68px !important;
}

.p-18 {
  padding: 72px !important;
}

.p-19 {
  padding: 76px !important;
}

.p-20 {
  padding: 80px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.py-2 {
  padding-top: 8px !important;
  padding-bottom: 8px !important;
}

.py-3 {
  padding-top: 12px !important;
  padding-bottom: 12px !important;
}

.py-4 {
  padding-top: 16px !important;
  padding-bottom: 16px !important;
}

.py-5 {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

.py-6 {
  padding-top: 24px !important;
  padding-bottom: 24px !important;
}

.py-7 {
  padding-top: 28px !important;
  padding-bottom: 28px !important;
}

.py-8 {
  padding-top: 32px !important;
  padding-bottom: 32px !important;
}

.py-9 {
  padding-top: 36px !important;
  padding-bottom: 36px !important;
}

.py-10 {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}

.py-11 {
  padding-top: 44px !important;
  padding-bottom: 44px !important;
}

.py-12 {
  padding-top: 48px !important;
  padding-bottom: 48px !important;
}

.py-13 {
  padding-top: 52px !important;
  padding-bottom: 52px !important;
}

.py-14 {
  padding-top: 56px !important;
  padding-bottom: 56px !important;
}

.py-15 {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}

.py-16 {
  padding-top: 64px !important;
  padding-bottom: 64px !important;
}

.py-17 {
  padding-top: 68px !important;
  padding-bottom: 68px !important;
}

.py-18 {
  padding-top: 72px !important;
  padding-bottom: 72px !important;
}

.py-19 {
  padding-top: 76px !important;
  padding-bottom: 76px !important;
}

.py-20 {
  padding-top: 80px !important;
  padding-bottom: 80px !important;
}

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

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

.pt-2 {
  padding-top: 8px !important;
}

.pt-3 {
  padding-top: 12px !important;
}

.pt-4 {
  padding-top: 16px !important;
}

.pt-5 {
  padding-top: 20px !important;
}

.pt-6 {
  padding-top: 24px !important;
}

.pt-7 {
  padding-top: 28px !important;
}

.pt-8 {
  padding-top: 32px !important;
}

.pt-9 {
  padding-top: 36px !important;
}

.pt-10 {
  padding-top: 40px !important;
}

.pt-11 {
  padding-top: 44px !important;
}

.pt-12 {
  padding-top: 48px !important;
}

.pt-13 {
  padding-top: 52px !important;
}

.pt-14 {
  padding-top: 56px !important;
}

.pt-15 {
  padding-top: 60px !important;
}

.pt-16 {
  padding-top: 64px !important;
}

.pt-17 {
  padding-top: 68px !important;
}

.pt-18 {
  padding-top: 72px !important;
}

.pt-19 {
  padding-top: 76px !important;
}

.pt-20 {
  padding-top: 80px !important;
}

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

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

.pl-2 {
  padding-left: 8px !important;
}

.pl-3 {
  padding-left: 12px !important;
}

.pl-4 {
  padding-left: 16px !important;
}

.pl-5 {
  padding-left: 20px !important;
}

.pl-6 {
  padding-left: 24px !important;
}

.pl-7 {
  padding-left: 28px !important;
}

.pl-8 {
  padding-left: 32px !important;
}

.pl-9 {
  padding-left: 36px !important;
}

.pl-10 {
  padding-left: 40px !important;
}

.pl-11 {
  padding-left: 44px !important;
}

.pl-12 {
  padding-left: 48px !important;
}

.pl-13 {
  padding-left: 52px !important;
}

.pl-14 {
  padding-left: 56px !important;
}

.pl-15 {
  padding-left: 60px !important;
}

.pl-16 {
  padding-left: 64px !important;
}

.pl-17 {
  padding-left: 68px !important;
}

.pl-18 {
  padding-left: 72px !important;
}

.pl-19 {
  padding-left: 76px !important;
}

.pl-20 {
  padding-left: 80px !important;
}

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

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

.pb-2 {
  padding-bottom: 8px !important;
}

.pb-3 {
  padding-bottom: 12px !important;
}

.pb-4 {
  padding-bottom: 16px !important;
}

.pb-5 {
  padding-bottom: 20px !important;
}

.pb-6 {
  padding-bottom: 24px !important;
}

.pb-7 {
  padding-bottom: 28px !important;
}

.pb-8 {
  padding-bottom: 32px !important;
}

.pb-9 {
  padding-bottom: 36px !important;
}

.pb-10 {
  padding-bottom: 40px !important;
}

.pb-11 {
  padding-bottom: 44px !important;
}

.pb-12 {
  padding-bottom: 48px !important;
}

.pb-13 {
  padding-bottom: 52px !important;
}

.pb-14 {
  padding-bottom: 56px !important;
}

.pb-15 {
  padding-bottom: 60px !important;
}

.pb-16 {
  padding-bottom: 64px !important;
}

.pb-17 {
  padding-bottom: 68px !important;
}

.pb-18 {
  padding-bottom: 72px !important;
}

.pb-19 {
  padding-bottom: 76px !important;
}

.pb-20 {
  padding-bottom: 80px !important;
}

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

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

.pr-2 {
  padding-right: 8px !important;
}

.pr-3 {
  padding-right: 12px !important;
}

.pr-4 {
  padding-right: 16px !important;
}

.pr-5 {
  padding-right: 20px !important;
}

.pr-6 {
  padding-right: 24px !important;
}

.pr-7 {
  padding-right: 28px !important;
}

.pr-8 {
  padding-right: 32px !important;
}

.pr-9 {
  padding-right: 36px !important;
}

.pr-10 {
  padding-right: 40px !important;
}

.pr-11 {
  padding-right: 44px !important;
}

.pr-12 {
  padding-right: 48px !important;
}

.pr-13 {
  padding-right: 52px !important;
}

.pr-14 {
  padding-right: 56px !important;
}

.pr-15 {
  padding-right: 60px !important;
}

.pr-16 {
  padding-right: 64px !important;
}

.pr-17 {
  padding-right: 68px !important;
}

.pr-18 {
  padding-right: 72px !important;
}

.pr-19 {
  padding-right: 76px !important;
}

.pr-20 {
  padding-right: 80px !important;
}

div[class^=m]:empty, div[class*=p]:empty,
article[class^=m]:empty, article[class*=p]:empty,
section[class^=m]:empty, section[class*=p]:empty,
aside[class^=m]:empty, aside[class*=p]:empty,
div[class^=m]:empty, div[class*=p]:empty,
span[class^=m]:empty, span[class*=p]:empty {
  display: none;
}

.boxSizing--borderBox {
  box-sizing: border-box;
}
.boxSizing--contentBox {
  box-sizing: content-box;
}
.boxSizing--inherit {
  box-sizing: inherit;
}
.boxSizing--unset {
  box-sizing: unset;
}

.height__viewport--full {
  height: 100vw;
}
.height__viewport--half {
  height: 50vw;
}
.height__viewport--third {
  height: 33vw;
}
.height__percent--full {
  height: 100%;
}
.height__percent--half {
  height: 50%;
}
.height__percent--third {
  height: 33.333%;
}
.height--auto {
  height: auto;
}
.height--inherit {
  height: inherit;
}

.width__viewport--full {
  width: 100vw;
}
.width__viewport--half {
  width: 50vw;
}
.width__viewport--third {
  width: 33vw;
}
.width__percent--full {
  width: 100%;
}
.width__percent--half {
  width: 50%;
}
.width__percent--third {
  width: 33.333%;
}
.width--auto {
  width: auto;
}
.width--inherit {
  width: inherit;
}

.bg--black {
  background-color: #000000;
  color: #ffffff;
}

.bg--white {
  background-color: #ffffff;
  color: #000000;
}

.bg--petrol {
  background-color: #00787a;
}

.bg--petrolPale {
  background-color: #e1f0eb;
}

.bg--petrolHover {
  background-color: #008c91;
}

.bg--petrolLight {
  background-color: #a5dcd7;
}

.bg--petrolDark {
  background-color: #003c3c;
}

.bg--lime {
  background-color: #d2e100;
}

.bg--limeLight {
  background-color: #d7eb00;
}

.bg--green {
  background-color: #1e8200;
  color: #ffffff;
}

.bg--greenLight {
  background-color: #d2e6cc;
}

.bg--greenDark {
  background-color: #155b00;
  color: #ffffff;
}

.bg--red {
  background-color: #c30000;
  color: #ffffff;
}

.bg--redLight {
  background-color: #edb3b3;
}

.bg--redDark {
  background-color: #890000;
  color: #ffffff;
}

.bg--orange {
  background-color: #eb7300;
}

.bg--orangeLight {
  background-color: #f9d5b3;
}

.bg--orangeDark {
  background-color: #a55100;
  color: #ffffff;
}

.bg--yellow {
  background-color: #ffe000;
  color: #000000;
}

.bg--yellowLight {
  background-color: #ffed50;
  color: #000000;
}

.bg--yellowDark {
  background-color: #b39d00;
  color: #000000;
}

.success {
  background: #d2e6cc;
  border-left: 4px solid #1e8200;
  box-sizing: border-box;
  color: #000000;
  padding: 8px 8px 8px 16px;
}

.error {
  background: #edb3b3;
  border-left: 4px solid #c30000;
  box-sizing: border-box;
  color: #000000;
  padding: 8px 8px 8px 16px;
}

.warning {
  background: #f9d5b3;
  border-left: 4px solid #eb7300;
  box-sizing: border-box;
  color: #000000;
  padding: 8px 8px 8px 16px;
}

.information {
  background: #e4e4e4;
  border-left: 4px solid #aaaaaa;
  box-sizing: border-box;
  color: #000000;
  padding: 8px 8px 8px 16px;
}

.success.small,
.error.small,
.warning.small,
.information.small {
  font-size: 14px;
  padding: 4px 4px 4px 8px;
}

img {
  border: 0;
  display: block;
  margin: 1rem 0;
  object-fit: cover;
  max-width: 100%;
  border-radius: 4px;
  /* hiding images not loaded or set */
}
img[src=""], img:not[src] {
  opacity: 0;
}
img.img__fit--cover {
  object-fit: cover;
}
img.img__fit--fill {
  object-fit: fill;
}
img.img__fit--contain {
  object-fit: contain;
}
img.img__fit--scaleDown {
  object-fit: scale-down;
}
img.img__fit--none {
  object-fit: none;
}
img.img__fit--inherit {
  object-fit: inherit;
}

.display__none {
  display: none;
}
@media screen and (max-width: 539px) {
  .display__none--xs {
    display: none !important;
  }
}
@media screen and (min-width: 540px) and (max-width: 719px) {
  .display__none--sm {
    display: none !important;
  }
}
@media screen and (min-width: 720px) and (max-width: 959px) {
  .display__none--md {
    display: none !important;
  }
}
@media screen and (min-width: 960px) and (max-width: 1199px) {
  .display__none--lg {
    display: none !important;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1439px) {
  .display__none--xl {
    display: none !important;
  }
}
@media screen and (min-width: 90em) {
  .display__none--wide {
    display: none !important;
  }
}
.display__block {
  display: block;
}
@media screen and (max-width: 539px) {
  .display__block--xs {
    display: block !important;
  }
}
@media screen and (min-width: 540px) and (max-width: 719px) {
  .display__block--sm {
    display: block !important;
  }
}
@media screen and (min-width: 720px) and (max-width: 959px) {
  .display__block--md {
    display: block !important;
  }
}
@media screen and (min-width: 960px) and (max-width: 1199px) {
  .display__block--lg {
    display: block !important;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1439px) {
  .display__block--xl {
    display: block !important;
  }
}
@media screen and (min-width: 90em) {
  .display__block--wide {
    display: block !important;
  }
}
.display__inline {
  display: inline;
}
@media screen and (max-width: 539px) {
  .display__inline--xs {
    display: inline !important;
  }
}
@media screen and (min-width: 540px) and (max-width: 719px) {
  .display__inline--sm {
    display: inline !important;
  }
}
@media screen and (min-width: 720px) and (max-width: 959px) {
  .display__inline--md {
    display: inline !important;
  }
}
@media screen and (min-width: 960px) and (max-width: 1199px) {
  .display__inline--lg {
    display: inline !important;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1439px) {
  .display__inline--xl {
    display: inline !important;
  }
}
@media screen and (min-width: 90em) {
  .display__inline--wide {
    display: inline !important;
  }
}
.display__inlineblock {
  display: inline-block;
}
@media screen and (max-width: 539px) {
  .display__inlineblock--xs {
    display: inline-block !important;
  }
}
@media screen and (min-width: 540px) and (max-width: 719px) {
  .display__inlineblock--sm {
    display: inline-block !important;
  }
}
@media screen and (min-width: 720px) and (max-width: 959px) {
  .display__inlineblock--md {
    display: inline-block !important;
  }
}
@media screen and (min-width: 960px) and (max-width: 1199px) {
  .display__inlineblock--lg {
    display: inline-block !important;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1439px) {
  .display__inlineblock--xl {
    display: inline-block !important;
  }
}
@media screen and (min-width: 90em) {
  .display__inlineblock--wide {
    display: inline-block !important;
  }
}
.display__flex {
  display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox; /* TWEENER - IE 10 */
  display: -webkit-flex; /* NEW - Chrome */
  display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
}
@media screen and (max-width: 719px) {
  .display__flex--mobile {
    flex-flow: row wrap !important;
  }
  .display__flex--mobile > * {
    width: 100%;
  }
}
.display__flexRow {
  flex-direction: row;
}
.display__flexColumn {
  flex-direction: column;
}
.display__flexWrap {
  flex-flow: wrap;
}
.display__flexNowrap {
  flex-flow: nowrap;
}
.display__flexSpacebetween {
  justify-content: space-between;
}
.display__flexSpaceaorund {
  justify-content: space-around;
}
.display__flexSpaceevenly {
  justify-content: space-evenly;
}
.display__flexAligncenter {
  align-items: center;
}
.display__flexAlignstretch {
  align-items: stretch;
}
.display__flexAlignend {
  align-items: flex-end;
}
.display__flexAlignstart {
  align-items: flex-start;
}
.display__flexJustifystart {
  justify-content: flex-start;
}
.display__flexJustifycenter {
  justify-content: center;
}
.display__flexJustifyend {
  justify-content: flex-end;
}
.display__flexAlignselfcenter {
  align-self: center;
}

.scrollbar {
  scrollbar-color: #aaaaaa #e4e4e4;
}
.scrollbar::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
.scrollbar::-webkit-scrollbar-thumb {
  background: #aaaaaa;
}
.scrollbar::-webkit-scrollbar-track {
  background: #e4e4e4;
}
.scrollbar--disabled {
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* IE 10+ */
}
.scrollbar--disabled::-webkit-scrollbar {
  width: 0px;
  background: transparent; /* Chrome/Safari/Webkit */
}

.btn {
  align-items: center;
  border-radius: 8px;
  box-sizing: border-box;
  border: 0;
  cursor: pointer;
  display: inline-flex;
  font-size: 18px;
  font-weight: 400;
  min-height: 44px;
  justify-content: center;
  text-decoration: none;
  transition: all 0.33s;
  font-family: "Source Sans 3", sans-serif;
  padding: 16px 32px;
  margin-top: 32px;
  line-height: 20px;
}
.btn:focus, .btn:active, .btn:hover {
  outline: none;
}
.btn.btn__primary {
  background: #e1f0eb;
  color: #003c3c;
}
.btn.btn__primary:hover, .btn.btn__primary:active, .btn.btn__primary:focus {
  background: #d7eb00 !important;
}
.btn.btn__secondary {
  background: #00787a;
  color: #ffffff;
}
.btn.btn__secondary:hover, .btn.btn__secondary:active, .btn.btn__secondary:focus {
  background: #d7eb00 !important;
  color: #003c3c !important;
}
.btn.btn__primary__icon {
  background: #e1f0eb;
  color: #00787a;
  border-radius: 16px;
}
.btn.btn__primary__icon::before {
  content: "send";
  font-family: "Material Symbols Rounded";
}
.btn.btn__secondary__icon {
  background: #e1f0eb;
  color: #00787a;
  border-radius: 16px;
}
.btn.btn__secondary__icon::before {
  content: "ckeck";
  font-family: "Material Symbols Rounded";
}
.btn.btn__secondary__icon:hover, .btn.btn__secondary__icon:active, .btn.btn__secondary__icon:focus {
  background: #d7eb00;
}
.btn.btn__cta {
  background-color: #d2e100;
  color: #003c3c;
}
.btn.btn__cta:hover, .btn.btn__cta:active, .btn.btn__cta:focus {
  background: #d7eb00;
}
.btn.btn-icon:before {
  font-family: "Material Symbols Rounded";
  top: 0;
  position: relative;
  margin-right: 10px;
  text-align: left;
  font-size: 20px;
}
.btn.btn-icon.download:before {
  content: "download";
}
.btn.btn-icon.play:before {
  content: "play_arrow";
}
.btn.btn-icon.search:before {
  content: "search";
}

@media (max-width: 719px) {
  .btn {
    text-align: center;
  }
}
/* @import 'layout/buttons'; */
html {
  scroll-behavior: smooth;
}
html * {
  scrollbar-color: #aaaaaa #e4e4e4;
}
html *::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
html *::-webkit-scrollbar-thumb {
  background: #aaaaaa;
}
html *::-webkit-scrollbar-track {
  background: #e4e4e4;
}

html, body {
  height: 100%;
  width: 100%;
}

body {
  background: var(--bg-color);
  color: var(--text-color);
  font-family: "Source Sans 3", "Helvetica", "Arial", sans-serif;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 1.555;
  overflow-x: hidden; /* prevent horizontal scrolling */
  overflow-y: scroll; /* always show scrollbar / prevent 17px jump while cruising through pages */
  transition: all 0.33s ease;
  min-width: 320px; /* set minimum display width */
}

.cursor-pointer {
  cursor: pointer;
}
.cursor-default {
  cursor: default;
}
.cursor-notallowed {
  cursor: not-allowed;
}

.wpb_button, .wpb_content_element, ul.wpb_thumbnails-fluid > li {
  margin-bottom: 0 !important;
}

.vc_column-inner .vc_column-inner {
  padding: 0 !important;
}

pre {
  background: #ccc;
  border: 1px solid #888;
  margin: 8px 0;
  padding: 3px 6px;
}
pre > code {
  font-size: 14px;
}

/* following NOT to change */
:root {
  --bg-color: #ffffff;
  --text-color: #000000;
}

main {
  margin-top: 74px;
  margin-bottom: 20px;
}
main.home {
  margin-bottom: 0px;
}
main > .container {
  overflow: unset;
}

.anchor-class {
  scroll-margin-top: 160px;
  scroll-snap-margin: 160px;
}

#main-nav {
  display: none;
}

#main-nav-mobile .material-symbols-rounded {
  padding: 16px 0px;
}

#mobile-menu {
  display: none;
}

.login-bar-desktop {
  display: none;
}

.login-bar-mobile {
  display: block;
}

.menu-logo-area {
  padding-right: 0px !important;
}

.menu-area {
  padding: 0px !important;
}

.menu-navigation-container {
  padding-left: 32px;
}

#header-button {
  display: none;
  box-shadow: 0px 0px 32px 0px rgba(0, 0, 0, 0.12);
  padding: 16px;
}
#header-button .btn {
  margin-top: 0px;
}

.navbar.navbar-default.navbar-fixed-top {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1110;
  top: 0;
  min-height: 50px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 5px rgba(0, 0, 0, 0.08);
  background-color: #ffffff;
}
.navbar.navbar-default.navbar-fixed-top .container {
  background-color: #ffffff;
}
.navbar.navbar-default.navbar-fixed-top .container label {
  border: none;
  background-color: #ffffff;
  color: #7f7f7f;
  float: right;
  top: -30px;
  right: 30px;
  position: relative;
  padding: 8px;
}
.navbar.navbar-default.navbar-fixed-top .container label .hamb-line {
  height: 2px;
  background-color: #003c3c !important;
  display: block;
  position: relative;
  width: 20px;
  border-radius: 4px;
}
.navbar.navbar-default.navbar-fixed-top .container label .hamb-line::before, .navbar.navbar-default.navbar-fixed-top .container label .hamb-line::after {
  background-color: #003c3c;
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  width: 100%;
  border-radius: 4px;
}
.navbar.navbar-default.navbar-fixed-top .container label .hamb-line::before {
  top: 5px;
}
.navbar.navbar-default.navbar-fixed-top .container label .hamb-line::after {
  top: -5px;
}
.navbar.navbar-default.navbar-fixed-top .container .navbar-brand {
  align-self: center;
}
.navbar.navbar-default.navbar-fixed-top .container .navbar-brand img {
  margin-top: 28px;
  margin-bottom: 0px;
  border-radius: 0px;
}
.navbar.navbar-default.navbar-fixed-top .container #menu-checkbox {
  display: none;
}
.navbar.navbar-default.navbar-fixed-top .container #menu-checkbox:checked ~ .collapse {
  display: block;
}
.navbar.navbar-default.navbar-fixed-top .container #menu-checkbox:checked ~ .hamb .hamb-line {
  background: transparent !important;
}
.navbar.navbar-default.navbar-fixed-top .container #menu-checkbox:checked ~ .hamb .hamb-line::before {
  transform: rotate(-45deg);
  top: 0;
}
.navbar.navbar-default.navbar-fixed-top .container #menu-checkbox:checked ~ .hamb .hamb-line::after {
  transform: rotate(45deg);
  top: 0;
}
.navbar.navbar-default.navbar-fixed-top .container #menu-checkbox ~ .collapse {
  display: none;
}
.navbar.navbar-default.navbar-fixed-top .container #synaxon-navbar-collapse {
  order: 2;
}
.navbar.navbar-default.navbar-fixed-top .container #synaxon-navbar-collapse a.egis-login {
  text-decoration: none;
  color: #000;
  margin-top: 16px;
}
.navbar.navbar-default.navbar-fixed-top .container #synaxon-navbar-collapse a.egis-login:hover {
  text-decoration: underline;
  color: #00787a;
}
.navbar.navbar-default.navbar-fixed-top .container #synaxon-navbar-collapse #login-bar-mobile {
  width: 100%;
  background-color: #e1f0eb;
  padding-top: 16px;
  padding-bottom: 16px;
  color: #000;
  text-align: right;
  border-top: solid 1px #d4d4d4;
  margin-bottom: 12px;
}
.navbar.navbar-default.navbar-fixed-top .container #synaxon-navbar-collapse #login-bar-mobile span:nth-child(2) {
  padding-right: 33px;
}
.navbar.navbar-default.navbar-fixed-top .container #synaxon-navbar-collapse #login-bar-mobile .material-symbols-rounded {
  font-size: 20px;
  position: relative;
  top: 3px;
  padding-right: 8px;
}
.navbar.navbar-default.navbar-fixed-top .container #synaxon-navbar-collapse #login-bar-mobile:hover {
  color: #00787a;
}
.navbar.navbar-default.navbar-fixed-top .container #synaxon-navbar-collapse .mobile-nav-back {
  width: 100%;
  background-color: #ebebeb;
  padding-top: 16px;
  padding-bottom: 16px;
  color: #000;
  display: none;
  padding-left: 32px;
  border-top: solid 1px #d4d4d4;
  margin-bottom: 12px;
}
.navbar.navbar-default.navbar-fixed-top .container #synaxon-navbar-collapse .mobile-nav-back .material-symbols-rounded {
  font-size: 20px;
  position: relative;
  top: 3px;
  padding-right: 8px;
}
.navbar.navbar-default.navbar-fixed-top .container #synaxon-navbar-collapse .mobile-nav-back:hover {
  color: #00787a;
}
.navbar.navbar-default.navbar-fixed-top .container #synaxon-navbar-collapse #menu-navigation {
  margin-top: 0px;
}
.navbar.navbar-default.navbar-fixed-top .container #synaxon-navbar-collapse #menu-navigation.menu-open > .menu-item {
  display: none;
}
.navbar.navbar-default.navbar-fixed-top .container #synaxon-navbar-collapse #menu-navigation.menu-open > .menu-item.nav-open {
  display: block;
  font-weight: bolder;
}
.navbar.navbar-default.navbar-fixed-top .container #synaxon-navbar-collapse #menu-navigation.menu-open > .menu-item.nav-open a::after {
  content: "";
}
.navbar.navbar-default.navbar-fixed-top .container #synaxon-navbar-collapse #menu-navigation > li.current_page_parent > a {
  color: #003c3c;
}
.navbar.navbar-default.navbar-fixed-top .container #synaxon-navbar-collapse #menu-navigation > li > a {
  padding: 12px 0;
  display: block;
  color: #003c3c;
  text-decoration: none;
  font-size: 18px;
}
.navbar.navbar-default.navbar-fixed-top .container #synaxon-navbar-collapse #menu-navigation > li.menu-item-has-children > a::after {
  content: "chevron_right";
  font-family: "Material Symbols Rounded";
  right: 30px;
  position: absolute;
  font-size: 20px;
  color: #003c3c;
}
.navbar.navbar-default.navbar-fixed-top .container #synaxon-navbar-collapse .sub-menu {
  display: none;
  margin-top: 0px;
}
.navbar.navbar-default.navbar-fixed-top .container #synaxon-navbar-collapse .sub-menu li a {
  color: #000;
  text-decoration: none;
  padding: 16px 16px 16px 0px;
  font-size: 18px;
  line-height: 20px;
  display: inline-block;
  font-weight: normal !important;
}
.navbar.navbar-default.navbar-fixed-top .container #synaxon-navbar-collapse .sub-menu li a:hover {
  color: #00787a;
}

section.jump-mark {
  scroll-margin-top: 80px;
  scroll-snap-margin: 80px;
}

@media (max-width: 1199px) {
  .navbar.navbar-default.navbar-fixed-top {
    top: 0 !important;
  }
}
@media (min-width: 1200px) {
  .navbar.navbar-default.navbar-fixed-top .container label {
    display: none;
  }
  main {
    margin-top: 179px;
    margin-bottom: 32px;
  }
  main.home {
    margin-bottom: 0px;
  }
  #header-button {
    display: block;
    box-shadow: none;
    padding: 0px;
    text-align: right;
    padding-right: 35px;
  }
  .navbar.navbar-default.navbar-fixed-top-login {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1120;
    top: 0;
    min-height: 57px;
    background-color: #e1f0eb;
    transition: top 0.3s;
  }
  .navbar.navbar-default.navbar-fixed-top-login .login-bar-desktop {
    display: block;
  }
  .navbar.navbar-default.navbar-fixed-top-login .login-bar-desktop a.egis-login {
    text-decoration: none;
    color: #000;
  }
  .navbar.navbar-default.navbar-fixed-top-login .login-bar-desktop a.egis-login:hover {
    color: #00787a;
  }
  .navbar.navbar-default.navbar-fixed-top-login .login-bar-desktop #login-bar-desktop {
    width: 100%;
    background-color: #e1f0eb;
    padding-top: 16px;
    padding-bottom: 16px;
    color: #000;
    text-align: right;
    line-height: 20px;
  }
  .navbar.navbar-default.navbar-fixed-top-login .login-bar-desktop #login-bar-desktop span:nth-child(2) {
    padding-right: 20px;
    line-height: 20px;
    font-size: 18px;
  }
  .navbar.navbar-default.navbar-fixed-top-login .login-bar-desktop #login-bar-desktop .material-symbols-rounded {
    font-size: 20px;
    position: relative;
    top: 3px;
    padding-right: 8px;
  }
  .navbar.navbar-default.navbar-fixed-top-login .login-bar-desktop #login-bar-desktop:hover {
    color: #00787a;
  }
  .navbar.navbar-default.navbar-fixed-top-login .login-bar-desktop #login-bar-desktop .egis-user-menu {
    position: relative;
  }
  .navbar.navbar-default.navbar-fixed-top-login .login-bar-desktop #login-bar-desktop .egis-user-menu .sub-menu {
    margin-top: 16px;
    margin-right: 20px;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 100%;
    right: 0;
    background-color: #fff;
    padding: 10px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    z-index: 1120;
    transition: opacity 0.3s ease, visibility 0.3s ease;
  }
  .navbar.navbar-default.navbar-fixed-top-login .login-bar-desktop #login-bar-desktop .egis-user-menu .sub-menu ul {
    margin-top: 16px;
  }
  .navbar.navbar-default.navbar-fixed-top-login .login-bar-desktop #login-bar-desktop .egis-user-menu .sub-menu li {
    display: flex;
    align-items: center;
    padding: 8px 10px;
  }
  .navbar.navbar-default.navbar-fixed-top-login .login-bar-desktop #login-bar-desktop .egis-user-menu .sub-menu li a {
    display: flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    color: #000;
  }
  .navbar.navbar-default.navbar-fixed-top-login .login-bar-desktop #login-bar-desktop .egis-user-menu .sub-menu li a span.material-symbols-rounded {
    font-size: 20px;
    color: #666;
  }
  .navbar.navbar-default.navbar-fixed-top-login .login-bar-desktop #login-bar-desktop .egis-user-menu .sub-menu li span.material-symbols-rounded {
    color: aqua;
  }
  .navbar.navbar-default.navbar-fixed-top-login .login-bar-desktop #login-bar-desktop .egis-user-menu:hover .sub-menu, .navbar.navbar-default.navbar-fixed-top-login .login-bar-desktop #login-bar-desktop .egis-user-menu:focus-within .sub-menu {
    opacity: 1;
    visibility: visible;
  }
  .navbar.navbar-default.navbar-fixed-top {
    top: 57px;
    transition: top 0.3s;
  }
  .navbar.navbar-default.navbar-fixed-top .container {
    display: block;
    overflow: visible;
    padding: 32px 2%;
  }
  .navbar.navbar-default.navbar-fixed-top .container .navbar-header label {
    display: none;
  }
  .navbar.navbar-default.navbar-fixed-top .container .btn {
    margin-top: 0px;
  }
  .navbar.navbar-default.navbar-fixed-top .container #menu-checkbox ~ .collapse {
    display: flex;
  }
  .navbar.navbar-default.navbar-fixed-top .container #synaxon-navbar-collapse {
    display: flex;
  }
  .navbar.navbar-default.navbar-fixed-top .container #synaxon-navbar-collapse .menu-navigation-container {
    flex-grow: 1;
  }
  .navbar.navbar-default.navbar-fixed-top .container #synaxon-navbar-collapse #menu-navigation {
    display: flex;
    flex-grow: 1;
  }
  .navbar.navbar-default.navbar-fixed-top .container #synaxon-navbar-collapse #menu-navigation > li {
    position: relative;
    float: left;
    display: block;
  }
  .navbar.navbar-default.navbar-fixed-top .container #synaxon-navbar-collapse #menu-navigation > li:hover {
    color: #4d868e;
    box-shadow: 0px 0px 32px 0px rgba(0, 0, 0, 0.12);
    z-index: 1;
    overflow: visible;
  }
  .navbar.navbar-default.navbar-fixed-top .container #synaxon-navbar-collapse #menu-navigation > li:hover + .submenu {
    top: 0;
  }
  .navbar.navbar-default.navbar-fixed-top .container #synaxon-navbar-collapse #menu-navigation > li:hover > a {
    color: #00787a;
    background-color: #fff;
    overflow: visible;
    z-index: 1;
  }
  .navbar.navbar-default.navbar-fixed-top .container #synaxon-navbar-collapse #menu-navigation > li:active, .navbar.navbar-default.navbar-fixed-top .container #synaxon-navbar-collapse #menu-navigation > li:focus {
    color: #4d868e;
    box-shadow: 0px 0px 32px 0px rgba(0, 0, 0, 0.12);
    z-index: 1;
    overflow: visible;
  }
  .navbar.navbar-default.navbar-fixed-top .container #synaxon-navbar-collapse #menu-navigation > li:active + .submenu, .navbar.navbar-default.navbar-fixed-top .container #synaxon-navbar-collapse #menu-navigation > li:focus + .submenu {
    top: 0;
  }
  .navbar.navbar-default.navbar-fixed-top .container #synaxon-navbar-collapse #menu-navigation > li > a {
    padding: 8px;
    font-weight: 500;
    line-height: 20px;
    position: relative;
    display: block;
    color: #000;
    text-decoration: none;
  }
  .navbar.navbar-default.navbar-fixed-top .container #synaxon-navbar-collapse #menu-navigation > li > a:hover, .navbar.navbar-default.navbar-fixed-top .container #synaxon-navbar-collapse #menu-navigation > li > a:active, .navbar.navbar-default.navbar-fixed-top .container #synaxon-navbar-collapse #menu-navigation > li > a:focus {
    background-color: #fff;
    overflow: visible;
    z-index: 1;
  }
  .navbar.navbar-default.navbar-fixed-top .container #synaxon-navbar-collapse #menu-navigation > li.menu-item-has-children > a::after {
    content: "";
  }
  .navbar.navbar-default.navbar-fixed-top .container #synaxon-navbar-collapse li.menu-item:hover ul.sub-menu {
    display: block;
    position: absolute;
  }
  .navbar.navbar-default.navbar-fixed-top .container #synaxon-navbar-collapse .sub-menu {
    min-width: 200px;
    background-color: #ffffff;
    list-style-type: none;
    margin-top: 0px;
    box-shadow: 0px 0px 32px 0px rgba(0, 0, 0, 0.12);
    overflow: hidden;
  }
  .navbar.navbar-default.navbar-fixed-top .container #synaxon-navbar-collapse .sub-menu li a {
    color: #003c3c;
    text-decoration: none;
    padding: 16px;
    min-width: 320px;
    font-size: 18px;
    line-height: 20px;
    display: inline-block;
  }
  .navbar.navbar-default.navbar-fixed-top .container #synaxon-navbar-collapse .sub-menu li a:hover {
    color: #00787a;
  }
}
@media (min-width: 1200px) {
  main {
    margin-top: 177px;
  }
  .anchor-class {
    scroll-margin-top: 240px;
    scroll-snap-margin: 240px;
  }
  .login-bar-mobile {
    display: none;
  }
  #main-nav-mobile {
    display: none;
  }
  #main-nav {
    display: block;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  #main-nav img {
    margin: 0px;
  }
  .menu-navigation-container {
    padding-left: unset;
  }
  .navbar.navbar-default.navbar-fixed-top .container .navbar-brand img {
    padding-left: 10px;
    margin-top: 16px;
  }
  .navbar.navbar-default.navbar-fixed-top .container #synaxon-navbar-collapse #menu-navigation > li > a {
    padding: 16px;
  }
}
@media (min-width: 960px) and (max-width: 1199px) {
  .navbar.navbar-default.navbar-fixed-top .container #synaxon-navbar-collapse #menu-navigation > li {
    margin-right: 20px;
  }
}
@media (min-width: 1200px) and (max-width: 1439px) {
  .menu-navigation-container {
    padding-left: 32px;
  }
}
@media (min-width: 960px) and (max-width: 1120px) {
  .navbar.navbar-default.navbar-fixed-top .container #synaxon-navbar-collapse #menu-navigation > li > a {
    white-space: nowrap;
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media (min-width: 1200px) {
  #header-button {
    padding-right: 45px;
  }
}
#sprungmenu-bar {
  position: sticky !important;
  top: 115px;
  box-shadow: 0 2px 3px -2px rgba(127, 127, 127, 0.33);
  background-color: #ffffff;
  z-index: 100;
  left: 0 !important;
  margin-left: -50vw;
  margin-right: -50vw;
}
#sprungmenu-bar > .vc_row {
  display: flex;
  flex-direction: column;
  padding-top: 16px;
  padding-bottom: 16px;
  margin: 0 auto;
}
@media screen and (min-width: 540px) {
  #sprungmenu-bar > .vc_row {
    flex-direction: row;
    align-items: center;
    max-width: 33.75em !important;
  }
}
@media screen and (min-width: 720px) {
  #sprungmenu-bar > .vc_row {
    max-width: 45em !important;
  }
}
@media screen and (min-width: 960px) {
  #sprungmenu-bar > .vc_row {
    max-width: 75em !important;
  }
}

.sprungmenu a {
  color: #00787a;
  padding: 16px;
  text-decoration: none;
}
.sprungmenu a.btn.btn__primary {
  margin-top: 0px !important;
  padding: 16px;
}
.sprungmenu a.btn.btn__primary:hover, .sprungmenu a.btn.btn__primary:active, .sprungmenu a.btn.btn__primary:focus {
  background: #e1f0eb !important;
  color: #003c3c !important;
}

@media (max-width: 1199px) {
  #sprungmenu-bar {
    top: 74px;
  }
  .sprungmenu {
    overflow-x: scroll;
    white-space: nowrap;
  }
}
@media (prefers-color-scheme: dark) {
  .favicon {
    fill: #ffffff;
  }
}
section.whole_header {
  left: calc(-50vw + 50%) !important;
  width: 100vw !important;
  padding-left: 0px !important;
  padding-right: 0px !important;
  max-width: unset !important;
  background-color: #003c3c;
}
section.whole_header > .vc_row {
  width: 100% !important;
  max-width: unset !important;
}
section.whole_header.text_only {
  padding-bottom: clamp(3.556rem, 5vw + 2.695rem, 5.333rem); /*Min value (64px) ends at 310 px. Max value (96px) starts at 950 px.*/
  background-color: #ffffff;
}
section.whole_header.text_only.header_only h1 {
  margin-bottom: 100px !important;
}
section.whole_header.text_only::after {
  content: " ";
  position: absolute;
  /*top: calc(100% - 1px);*/
  left: 0;
  right: 0;
  width: 100%;
  height: 8vw; /*fallback*/
  height: clamp(3.556rem, 5vw + 2.695rem, 5.333rem); /*Min value (64px) ends at 310 px. Max value (96px) starts at 950 px.*/
  background-color: #003c3c;
  clip-path: polygon(0 100%, 0 0, 100% 0);
}
section.whole_header .header_text {
  background: #003c3c;
  padding-left: 20px;
  padding-right: 20px;
  margin-top: -1px;
}
section.whole_header .header_text h1 {
  color: #ffffff;
}
section.whole_header .header_text p {
  color: #e1f0eb;
  margin-bottom: 96px !important;
}
section.whole_header .header_text .btn {
  margin-bottom: 100px !important;
}
section.whole_header .header_text .small_text_margin_bottom .wpb_wrapper p {
  margin-bottom: 32px !important;
}
section.whole_header .header_text .no-text {
  margin-bottom: 96px !important;
}
section.whole_header .header_text .teaser_text.large-header {
  margin-bottom: 96px !important;
}
section.whole_header .header_image {
  min-height: 200px;
}
section.whole_header .header_image .vc_column-inner {
  height: 100%;
  padding: 0px !important;
}
section.whole_header .header_image .vc_column-inner .wpb_wrapper {
  height: 100%;
}
section.whole_header .header_image .vc_column-inner .wpb_wrapper .vc_row {
  min-height: 300px;
  height: 100%;
  background-size: cover !important;
  background-position: center 25% !important;
}
section.whole_header .header_image .vc_column-inner .wpb_wrapper .vc_row::after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 8vw;
  height: clamp(3.556rem, 5vw + 2.695rem, 5.333rem);
  background-color: #003c3c;
  clip-path: polygon(100% 100%, 0 100%, 100% 0);
}

section.whole_header_dynamic .header_image .vc_column-inner .wpb_wrapper .wpb_single_image {
  height: 100%;
}
section.whole_header_dynamic .header_image .vc_column-inner .wpb_wrapper .wpb_single_image figure {
  height: 100%;
}
section.whole_header_dynamic .header_image .vc_column-inner .wpb_wrapper .wpb_single_image figure .vc_single_image-wrapper {
  height: 100%;
}
section.whole_header_dynamic .header_image .vc_column-inner .wpb_wrapper .wpb_single_image figure .vc_single_image-wrapper img {
  margin: 0;
  min-height: 100%;
}
section.whole_header_dynamic .header_image .vc_column-inner .wpb_wrapper .wpb_single_image:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 8vw;
  height: clamp(3.556rem, 5vw + 2.695rem, 5.333rem);
  background-color: #003c3c;
  clip-path: polygon(100% 100%, 0 100%, 100% 0);
}

.video_header h1 {
  line-height: 120px;
  font-size: 96px;
  color: #ffffff;
  margin-top: 0px;
  text-shadow: 0px 0px 32px 0px #aaaaaa;
}
@media (max-width: 959px) {
  .video_header h1 {
    font-size: 40px;
    line-height: 56px;
  }
}
.video_header .video-header-text p {
  font-size: 24px;
  line-height: 36px;
  padding-top: 32px;
  color: #ffffff;
}
.video_header .btn {
  margin-top: 20px !important;
  width: 60% !important;
}
.video_header::after {
  position: absolute;
  top: 0;
  right: 0;
  height: 100% !important;
  clip-path: polygon(100% 50%, 70% 100%, 100% 100%);
  background-color: #003c3c;
  visibility: visible !important;
}
.video_header .vidbg-overlay::after {
  content: "";
  display: inline-block !important;
  position: absolute;
  top: 0;
  left: 0;
  height: 100% !important;
  clip-path: polygon(0 0, 0 26%, 56% 0);
  background-color: #003c3c;
  visibility: visible !important;
  width: 100%;
}
.video_header .center-buttons .wpb_wrapper {
  text-align: center;
}

.karriere_header_large {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: inset 0 0 0 50vw rgba(0, 0, 0, 0.1);
}
.karriere_header_large .vc_column-inner {
  margin-top: 64px !important;
}
.karriere_header_large h1 {
  color: #003c3c;
  background-color: #d2e100;
  line-height: 64px;
  font-size: 40px;
  display: inline;
  padding-bottom: 5px;
  padding-top: 5px;
}
.karriere_header_large h1 .spacing {
  padding: 0px 12px;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  position: relative;
}
.karriere_header_large::after {
  content: "";
  display: inline-block !important;
  position: absolute;
  top: 0;
  left: 0;
  height: 100% !important;
  clip-path: polygon(0 0, 100% 0, 100% 20%, 0% 32%);
  background-color: #003c3c;
  visibility: visible !important;
  width: 100%;
}
.karriere_header_large .btn {
  position: absolute;
  bottom: -115px;
}

#header_template .header_text .teaser_text {
  font-size: 21.996px;
  margin-top: 32px;
  line-height: 36px;
  max-width: 580px;
  color: #E1F0EB;
}

h1.small-mt {
  margin-top: 64px;
}

@media only screen and (width: 1366px) and (height: 768px) {
  .vidbg-container video {
    top: 65%;
  }
}
@media (min-width: 720px) {
  .video_header .vidbg-overlay::after {
    clip-path: polygon(0 0, 0 26%, 36% 0);
  }
  .video_header h1 {
    font-size: 60px;
    line-height: 80px;
  }
  .karriere_header_large .vc_column-inner {
    margin-top: 120px !important;
  }
  .karriere_header_large h1 {
    line-height: 135px;
    font-size: 96px;
  }
  .karriere_header_large h1 .spacing {
    padding: 0px 20px;
  }
  .karriere_header_large::after {
    clip-path: polygon(0 0, 25% 0, 10% 100%, 0% 100%);
  }
  .karriere_header_large .btn {
    position: relative;
    bottom: unset;
  }
}
@media (min-width: 960px) {
  section.whole_header .header_wrapper {
    display: flex;
    flex-direction: row-reverse;
  }
  section.whole_header .header_wrapper .header_image {
    min-height: 404px;
  }
  section.whole_header .header_wrapper .header_image .vc_column-inner .wpb_wrapper .vc_row::after {
    top: 0;
    width: 8vw;
    height: 100%; /*fallback*/
    width: clamp(3.556rem, 1vw + 2.695rem, 5.333rem); /*Min value (64px) ends at 310 px. Max value (96px) starts at 950 px.*/
    clip-path: polygon(0 0, 100% 0, 0% 100%);
  }
  section.whole_header .header_wrapper .header_text {
    padding-left: calc(30% - 280px);
    padding-right: unset;
    margin-left: -1px;
    /*   h1 {
          font-size: 56px;
          line-height: 72px;
      } */
  }
  section.whole_header .header_wrapper .header_text .btn {
    margin-bottom: 216px !important;
  }
  section.whole_header .header_wrapper .header_text .teaser_text.large-header {
    margin-bottom: 276px !important;
  }
  section.whole_header.whole_header_dynamic.event-page .header_text .btn {
    margin-bottom: 32px !important;
  }
  section.whole_header_dynamic.event-page .header_wrapper {
    height: unset;
  }
  section.whole_header_dynamic.event-page .header_image .vc_column-inner .wpb_wrapper > .wpb_single_image::after {
    top: 0;
    width: 8vw;
    height: 100%; /*fallback*/
    width: clamp(3.556rem, 1vw + 2.695rem, 5.333rem); /*Min value (64px) ends at 310 px. Max value (96px) starts at 950 px.*/
    clip-path: polygon(0 0, 100% 0, 0% 100%);
  }
  .container {
    overflow: visible !important;
  }
  .video_header::after {
    clip-path: polygon(100% 25%, 85% 100%, 100% 100%);
  }
  .video_header .vidbg-overlay::after {
    clip-path: polygon(0 0, 0 40%, 30% 0);
  }
  .video_header .header-content-area {
    margin-top: -64px;
  }
  .video_header h1 {
    font-size: 60px;
    line-height: 80px;
  }
  .video_header .video-header-text p {
    font-size: 24px;
    line-height: 40px;
    padding-top: 16px;
  }
  .video_header .btn {
    margin-top: 32px !important;
    width: fit-content !important;
  }
  .video_header .center-buttons .wpb_wrapper {
    text-align: center;
  }
  .video_header .center-buttons .wpb_wrapper a {
    margin-right: 20px !important;
    margin-top: 30px !important;
  }
}
@media (min-width: 1024px) {
  section.whole_header .header_wrapper .header_text {
    padding-left: calc(30% - 295px);
  }
}
@media (min-width: 1200px) {
  section.whole_header .header_wrapper .header_text {
    padding-left: calc(30% - 335px);
  }
  .karriere_header_large::after {
    clip-path: polygon(0 0, 17% 0, 5% 100%, 0% 100%);
  }
}
@media (min-width: 1300px) {
  section.whole_header .header_wrapper .header_text {
    padding-left: calc(30% - 383px);
  }
  .video_header h1 {
    font-size: 88px;
    line-height: 108px;
  }
  .video_header .video-header-text p {
    font-size: 32px;
    line-height: 48px;
  }
}
@media (min-width: 1440px) {
  section.whole_header .header_wrapper .header_text {
    padding-left: calc(30% - 380px);
  }
  .karriere_header_large::after {
    clip-path: polygon(0 0, 20% 0, 5% 100%, 0% 100%);
  }
}
@media (min-width: 1600px) {
  section.whole_header .header_wrapper .header_text {
    padding-left: calc(30% - 340px);
  }
  .video_header h1 {
    font-size: 96px;
    line-height: 120px;
  }
  .video_header .video-header-text p {
    font-size: 40px;
    line-height: 56px;
    padding-top: 32px;
  }
  .karriere_header_large::after {
    clip-path: polygon(0 0, 22% 0, 10% 100%, 0% 100%);
  }
}
@media (min-width: 1800px) {
  section.whole_header .header_wrapper .header_text {
    padding-left: calc(30% - 310px);
  }
  section.whole_header .header_wrapper .header_text.events-header {
    padding-left: calc(30% - 285px) !important;
  }
  .karriere_header_large::after {
    clip-path: polygon(0 0, 25% 0, 12% 100%, 0% 100%);
  }
}
@media (min-width: 2000px) {
  section.whole_header .header_wrapper .header_text {
    padding-left: calc(30% - 290px);
  }
  .karriere_header_large::after {
    clip-path: polygon(0 0, 29% 0, 17% 100%, 0% 100%);
  }
}
@media (min-width: 2100px) {
  section.whole_header .header_wrapper .header_text {
    padding-left: calc(30% - 270px);
  }
}
@media (min-width: 2200px) {
  section.whole_header .header_wrapper .header_text {
    padding-left: calc(30% - 220px);
  }
  .karriere_header_large::after {
    clip-path: polygon(0 0, 31% 0, 19% 100%, 0% 100%);
  }
}
@media (min-width: 2500px) {
  section.whole_header .header_wrapper .header_text {
    padding-left: calc(30% - 190px);
  }
  .karriere_header_large::after {
    clip-path: polygon(0 0, 35% 0, 23% 100%, 0% 100%);
  }
}
.boxes-overlay {
  margin-top: -90px;
}
.boxes-overlay .card .material-symbols-rounded {
  font-size: 40px;
  position: relative;
  top: 5px;
  color: #003c3c;
}
@media (min-width: 959px) {
  .boxes-overlay .card .material-symbols-rounded {
    top: 10px;
  }
}

.counter {
  color: #003c3c;
  font-family: "Ubuntu", "Helvetica", "Arial", sans-serif;
  font-size: 39.996px; /*fallback*/
  font-weight: 700;
  line-height: 56px;
  margin-top: 0px;
  margin-bottom: 0px;
}

.counter-text {
  color: #003c3c;
  font-family: "Ubuntu", "Helvetica", "Arial", sans-serif;
  font-size: 23.994px; /*fallback*/
  font-size: clamp(1.125rem, 1.0179rem + 0.5357vw, 1.5rem);
  line-height: 36px;
  margin-top: 0px;
  margin-bottom: 0px;
  hyphens: auto;
}

#counters > div {
  row-gap: 1rem;
}
#counters > div > .wpb_column > .vc_column-inner > .wpb_wrapper {
  flex: 1;
}
@media (min-width: 768px) {
  #counters .card {
    min-width: 250px;
  }
}
@media (min-width: 959px) {
  #counters .card {
    min-width: 300px;
  }
}
@media (max-width: 767px) {
  #counters .card .ult-content-box {
    flex-direction: column;
    justify-content: center;
  }
}
#counters .card .ult-content-box .counter {
  padding-right: 20px;
}
@media (max-width: 767.9px) {
  #counters .card .ult-content-box .counter {
    font-size: 48px;
  }
}
@media (max-width: 767px) {
  #counters .card .ult-content-box .counter-text {
    padding-top: 12px;
    font-size: 22px;
  }
}

@media (min-width: 767px) and (max-width: 959px) {
  #counters .ult-content-box-container {
    height: 90%;
  }
  #counters .ult-content-box-container.card {
    min-height: unset !important;
  }
  #counters .ult-content-box-container .ult-content-box {
    height: auto;
  }
  #counters .ult-content-box-container .ult-content-box .counter {
    font-size: 33px;
  }
  #counters .ult-content-box-container .ult-content-box .counter .material-symbols-rounded {
    font-size: 33px;
  }
}