/*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: 500;
  font-display: swap;
  src: local("Source Sans 3 Medium"), local("SourceSans3-Medium"), url("/wp-content/fonts/source_sans_3/SourceSans3-Medium.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: "Playfair Display";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local("Playfair Display Regular"), local("PlayfairDisplay-Regular"), url("/wp-content/fonts/Playfair_Display/PlayfairDisplay-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Playfair Display";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: local("Playfair Display Medium"), local("PlayfairDisplay-Medium"), url("/wp-content/fonts/Playfair_Display/PlayfairDisplay-Medium.ttf") format("truetype");
}
@font-face {
  font-family: "Playfair Display";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local("Playfair Display Bold"), local("PlayfairDisplay-Bold"), url("/wp-content/fonts/Playfair_Display/PlayfairDisplay-Bold.ttf") format("truetype");
}
/* Add more font-face blocks for other weights/styles */
@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;
}

a {
  -webkit-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
}

.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: 32.004px;
  margin-top: 32px;
  line-height: 42px;
  max-width: 580px;
}
@media (max-width: 959px) {
  .teaser_text p {
    font-size: 26px;
    line-height: 34px;
  }
}

.eyebrow,
.eyebrow-h1,
.eyebrow-h2 {
  font-family: "Source Sans 3", "Helvetica", "Arial", sans-serif !important;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1.1px !important;
  font-size: 14px !important;
  color: #000000;
  line-height: 24px;
}
.eyebrow p,
.eyebrow-h1 p,
.eyebrow-h2 p {
  font-family: "Source Sans 3", "Helvetica", "Arial", sans-serif !important;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px !important;
  font-size: 14px !important;
  color: #000000;
  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: #000000;
  font-family: "Playfair Display", "Helvetica", "Arial", sans-serif;
  font-size: 55.998px; /*fallback*/
  font-size: 4.667vw;
  font-weight: 400;
  line-height: 72px;
  margin-top: 64px;
  margin-bottom: 48px;
}
h1.yellow-bg,
.h1.yellow-bg {
  color: #3C3C3B !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: 70px;
    line-height: 90px;
    margin-top: 96px;
  }
}

h2,
.h2 {
  color: #000000;
  font-family: "Playfair Display", "Helvetica", "Arial", sans-serif;
  font-size: 39.996px; /*fallback*/
  font-size: 3.333vw;
  font-weight: 400;
  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: #000000;
  font-family: "Source Sans 3", "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: #3C3C3B;
  font-family: "Playfair Display", "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: #3C3C3B;
  font-family: "Playfair Display", "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: #c51b1a;
  border-left: 5px solid #c51b1a;
  font-size: 18px;
  font-style: italic;
  line-height: 1.555;
  margin-top: 0.5rem;
  padding: 2rem 1rem;
}

a {
  color: #c51b1a;
  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: #c51b1a;
  position: relative;
}
.link__icon a:hover, .link__icon a:focus {
  color: #a91515;
}
.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.open_in_new a::after {
  content: "open_in_new";
}
.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-child-0 > * {
  margin: 0px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mr-child-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-child-0 > * {
  padding: 0px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pr-child-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: #c51b1a;
}

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

.bg--petrolHover {
  background-color: #a91515;
}

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

.bg--petrolDark {
  background-color: #3C3C3B;
}

.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: rgb(136.5, 0, 0);
  color: #ffffff;
}

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

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

.bg--orangeDark {
  background-color: rgb(164.5, 80.5, 0);
  color: #ffffff;
}

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

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

.bg--yellowDark {
  background-color: rgb(178.5, 156.8, 0);
  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 */
}

.two-column {
  column-count: 2;
  column-gap: 32px;
}
@media screen and (max-width: 539px) {
  .two-column {
    column-count: 1;
  }
}
.two-column ul {
  display: contents;
}

@media (min-width: 720px) {
  .center-text h2 {
    text-align: center;
  }
  .center-paragraph p {
    text-align: center;
    word-break: auto-phrase;
  }
}
.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: #c51b1a;
  color: #ffffff;
}
.btn.btn__primary:hover, .btn.btn__primary:active, .btn.btn__primary:focus {
  background: #a91515;
}
.btn.btn__secondary {
  background: #EAE2DA;
  color: #000000;
}
.btn.btn__secondary:hover, .btn.btn__secondary:active, .btn.btn__secondary:focus {
  background: #D8D0C9;
  color: #000000 !important;
}

@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: 55px;
  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;
  place-content: center;
}

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

#header-button {
  display: none;
  box-shadow: 0px 0px 32px 0px rgba(0, 0, 0, 0.12);
  padding: 16px;
  justify-content: end;
}
#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: -40px;
  right: 30px;
  position: relative;
  padding: 8px;
}
.navbar.navbar-default.navbar-fixed-top .container label .hamb-line {
  height: 2px;
  background-color: #3C3C3B !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: #3C3C3B;
  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: 24px;
  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 #iteam-navbar-collapse {
  order: 2;
}
.navbar.navbar-default.navbar-fixed-top .container #iteam-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 #iteam-navbar-collapse .mobile-nav-back .material-symbols-rounded {
  font-size: 20px;
  position: relative;
  padding-right: 8px;
  color: #c51b1a !important;
}
.navbar.navbar-default.navbar-fixed-top .container #iteam-navbar-collapse .mobile-nav-back:hover {
  color: #c51b1a;
}
.navbar.navbar-default.navbar-fixed-top .container #iteam-navbar-collapse #menu-navigation {
  margin-top: 0px;
}
.navbar.navbar-default.navbar-fixed-top .container #iteam-navbar-collapse #menu-navigation.menu-open > .menu-item {
  display: none;
}
.navbar.navbar-default.navbar-fixed-top .container #iteam-navbar-collapse #menu-navigation.menu-open > .menu-item.nav-open {
  display: block;
  font-weight: bolder;
}
.navbar.navbar-default.navbar-fixed-top .container #iteam-navbar-collapse #menu-navigation.menu-open > .menu-item.nav-open a::after {
  content: "";
}
.navbar.navbar-default.navbar-fixed-top .container #iteam-navbar-collapse #menu-navigation > li.current_page_parent > a {
  color: #3C3C3B;
}
.navbar.navbar-default.navbar-fixed-top .container #iteam-navbar-collapse #menu-navigation > li > a {
  padding: 12px 0;
  display: block;
  color: #3C3C3B;
  text-decoration: none;
  font-size: 18px;
}
.navbar.navbar-default.navbar-fixed-top .container #iteam-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: #3C3C3B;
}
.navbar.navbar-default.navbar-fixed-top .container #iteam-navbar-collapse .sub-menu {
  display: none;
  margin-top: 0px;
}
.navbar.navbar-default.navbar-fixed-top .container #iteam-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 #iteam-navbar-collapse .sub-menu li a:hover {
  color: #c51b1a;
}
.navbar.navbar-default.navbar-fixed-top .container .menu-navigation-partnerbereich-container ul#menu-navigation {
  padding-right: 32px;
  padding-left: 32px;
}

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;
    margin-left: auto;
  }
  .navbar.navbar-default.navbar-fixed-top {
    top: 0px;
    transition: top 0.3s;
  }
  .navbar.navbar-default.navbar-fixed-top .container {
    display: block;
    overflow: visible;
    padding: 14px 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 #iteam-navbar-collapse {
    display: flex;
  }
  .navbar.navbar-default.navbar-fixed-top .container #iteam-navbar-collapse .menu-navigation-container {
    flex-grow: 1;
  }
  .navbar.navbar-default.navbar-fixed-top .container #iteam-navbar-collapse #menu-navigation {
    display: flex;
    flex-grow: 1;
  }
  .navbar.navbar-default.navbar-fixed-top .container #iteam-navbar-collapse #menu-navigation > li {
    position: relative;
    float: left;
    display: block;
  }
  .navbar.navbar-default.navbar-fixed-top .container #iteam-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 #iteam-navbar-collapse #menu-navigation > li:hover + .submenu {
    top: 0;
  }
  .navbar.navbar-default.navbar-fixed-top .container #iteam-navbar-collapse #menu-navigation > li:hover > a {
    color: #c51b1a;
    background-color: #fff;
    overflow: visible;
    z-index: 1;
  }
  .navbar.navbar-default.navbar-fixed-top .container #iteam-navbar-collapse #menu-navigation > li:active, .navbar.navbar-default.navbar-fixed-top .container #iteam-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 #iteam-navbar-collapse #menu-navigation > li:active + .submenu, .navbar.navbar-default.navbar-fixed-top .container #iteam-navbar-collapse #menu-navigation > li:focus + .submenu {
    top: 0;
  }
  .navbar.navbar-default.navbar-fixed-top .container #iteam-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 #iteam-navbar-collapse #menu-navigation > li > a:hover, .navbar.navbar-default.navbar-fixed-top .container #iteam-navbar-collapse #menu-navigation > li > a:active, .navbar.navbar-default.navbar-fixed-top .container #iteam-navbar-collapse #menu-navigation > li > a:focus {
    background-color: #fff;
    overflow: visible;
    z-index: 1;
  }
  .navbar.navbar-default.navbar-fixed-top .container #iteam-navbar-collapse #menu-navigation > li.menu-item-has-children > a::after {
    content: "";
  }
  .navbar.navbar-default.navbar-fixed-top .container #iteam-navbar-collapse li.menu-item:hover ul.sub-menu {
    display: block;
    position: absolute;
  }
  .navbar.navbar-default.navbar-fixed-top .container #iteam-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 #iteam-navbar-collapse .sub-menu li a {
    color: #3C3C3B;
    text-decoration: none;
    padding: 16px;
    min-width: 320px;
    font-size: 18px;
    line-height: 20px;
    display: inline-block;
  }
  .navbar.navbar-default.navbar-fixed-top .container #iteam-navbar-collapse .sub-menu li a:hover {
    color: #c51b1a;
  }
}
@media (min-width: 1200px) {
  main {
    margin-top: 98px;
  }
  .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: 12px;
  }
  .navbar.navbar-default.navbar-fixed-top .container #iteam-navbar-collapse #menu-navigation > li > a {
    padding: 16px;
  }
}
@media (min-width: 960px) and (max-width: 1199px) {
  .navbar.navbar-default.navbar-fixed-top .container #iteam-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 #iteam-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: #c51b1a;
  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: #f2c1c1 !important;
  color: #3C3C3B !important;
}

@media (max-width: 1199px) {
  #sprungmenu-bar {
    top: 74px;
  }
  .sprungmenu {
    overflow-x: scroll;
    white-space: nowrap;
  }
}
#small-navi {
  box-shadow: 0 0 32px rgba(0, 0, 0, 0.12);
  position: sticky !important;
  top: 93px;
  z-index: 10;
  background-color: #ffffff;
  padding: 0 !important;
  left: 0 !important;
  margin-left: -50vw;
  margin-right: -50vw;
}
#small-navi > .vc_row {
  max-width: 75em !important;
  flex-direction: row;
  align-items: center;
  margin: 0 auto;
}
#small-navi .small-navi ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  overflow: auto;
}
#small-navi .small-navi ul li {
  margin: 16px 0;
  padding: 12px 16px;
  font-weight: 500;
  place-content: center;
}
#small-navi .small-navi ul li a {
  display: block;
  font-size: 16px;
  line-height: 20px;
  color: #000;
  text-decoration: none;
  position: relative;
}
#small-navi .small-navi ul li.active {
  background-color: rgba(0, 0, 0, 0.05);
}
@media (min-width: 768px) {
  #small-navi .small-navi ul li {
    padding: 16px;
  }
  #small-navi .small-navi ul li a {
    font-size: 18px;
  }
}

[id^=nav-] {
  scroll-margin-top: 160px;
}

@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: #3C3C3B;
}
section.whole_header > .vc_row {
  width: 100% !important;
  max-width: unset !important;
}
section.whole_header > .vc_row.start .header_text-start {
  margin-bottom: 44px;
}
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 .header_text {
  background: #3C3C3B;
  padding-left: 20px;
  padding-right: 20px;
  margin-top: -1px;
  align-self: center;
}
@media (max-width: 959px) {
  section.whole_header .header_text {
    margin-top: 32px;
  }
}
section.whole_header .header_text h1 {
  color: #ffffff;
  margin-top: 32px !important;
}
@media (min-width: 720px) {
  section.whole_header .header_text h1 {
    margin-top: 0 !important;
  }
}
section.whole_header .header_text.header_text-start h1 {
  margin-top: 32px !important;
}
section.whole_header .header_text p {
  color: #ffffff;
}
section.whole_header .header_text .btn:first-of-type {
  margin-right: 20px !important;
}
section.whole_header .header_text .btn:first-of-type:not(:last-of-type) {
  margin-bottom: 20px !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: 500px;
  height: 100%;
  background-size: cover !important;
  background-position: center 25% !important;
}

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

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

@media (min-width: 720px) {
  .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 .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_text {
    padding-left: calc(30% - 260px);
    padding-right: unset;
    margin-left: -1px;
  }
  section.whole_header .header_wrapper.start {
    height: 720px;
  }
  section.whole_header.whole_header_dynamic.event-page .header_text .btn {
    margin-bottom: 32px !important;
  }
  .container {
    overflow: visible !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);
  }
}
@media (min-width: 1300px) {
  section.whole_header .header_wrapper .header_text {
    padding-left: calc(30% - 350px);
  }
}
@media (min-width: 1440px) {
  section.whole_header .header_wrapper .header_text {
    padding-left: calc(30% - 365px);
  }
}
@media (min-width: 1600px) {
  section.whole_header .header_wrapper .header_text {
    padding-left: calc(30% - 335px);
  }
}
@media (min-width: 1700px) {
  section.whole_header .header_wrapper .header_text {
    padding-left: calc(30% - 310px);
  }
}
@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;
  }
}
@media (min-width: 2000px) {
  section.whole_header .header_wrapper .header_text {
    padding-left: calc(30% - 290px);
  }
}
@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);
  }
}
@media (min-width: 2500px) {
  section.whole_header .header_wrapper .header_text {
    padding-left: calc(30% - 190px);
  }
}
.boxes-overlay .card .material-symbols-rounded {
  font-size: 40px;
  position: relative;
  top: 5px;
  color: #3C3C3B;
}
@media (min-width: 959px) {
  .boxes-overlay .card .material-symbols-rounded {
    top: 10px;
  }
}
@media (min-width: 959px) {
  .boxes-overlay {
    margin-top: -90px;
  }
}

.counter {
  color: #3C3C3B;
  font-family: "Playfair Display", "Helvetica", "Arial", sans-serif;
  font-size: 39.996px; /*fallback*/
  font-weight: 400;
  line-height: 56px;
  margin-top: 0px;
  margin-bottom: 0px;
}
.counter strong {
  font-weight: 400;
}

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

#counters > div {
  display: flex;
  gap: 2rem;
  flex-wrap: wrap;
}
#counters > div > .wpb_column > .vc_column-inner > .wpb_wrapper {
  flex: 1;
}
#counters .card {
  z-index: 1;
  background-color: #ffffff;
  padding: 32px;
  border: 1px solid #fff;
  border-radius: 4px;
  box-sizing: border-box;
  padding: 32px;
}
@media (max-width: 767.9px) {
  #counters .card .counter {
    font-size: 48px;
  }
}
@media (max-width: 767px) {
  #counters .card .counter-text {
    padding-top: 12px;
    font-size: 22px;
  }
}

@media (min-width: 767px) {
  #counters .card {
    min-height: unset !important;
  }
  #counters .card .counter {
    font-size: 33px;
  }
  #counters > div {
    flex-wrap: nowrap;
  }
}