@import url(https://fonts.googleapis.com/css?family=Mada:400,400i,500,600,700,700i);@charset "UTF-8";
.sr-only, .screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.sr-only-focusable:active, .screen-reader-text:active, .sr-only-focusable:focus, .screen-reader-text:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.img-fluid, .wp-caption img {
  max-width: 100%;
  height: auto;
}

.img-thumbnail {
  padding: 0.25rem;
  background-color: #ffffff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}

.figure, .wp-caption {
  display: inline-block;
}

.figure-img, .wp-caption img {
  margin-bottom: 2.5rem;
  line-height: 1;
}

.figure-caption, .wp-caption-text {
  font-size: 90%;
  color: #6c757d;
}

:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #ffffff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 540px;
  --breakpoint-md: 720px;
  --breakpoint-lg: 1024px;
  --breakpoint-xl: 1116px;
  --breakpoint-xxl: 1400px;
  --breakpoint-xxxl: 1560px;
  --breakpoint-xxxxl: 1880px;
  --breakpoint-xxxxxl: 1920px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 1.7;
  color: #212529;
  text-align: left;
  background-color: #ffffff;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

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

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 2.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: #0056b3;
  text-decoration: underline;
}

a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

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

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

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

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}
@media (max-width: 1200px) {
  legend {
    font-size: calc(1.275rem + 0.3vw);
  }
}

progress {
  vertical-align: baseline;
}

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

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

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

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

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 2.5rem;
  font-weight: 500;
  line-height: 1.2;
}

h1, .h1 {
  font-size: 2.25rem;
}
@media (max-width: 1200px) {
  h1, .h1 {
    font-size: calc(1.35rem + 1.2vw);
  }
}

h2, .h2 {
  font-size: 1.8rem;
}
@media (max-width: 1200px) {
  h2, .h2 {
    font-size: calc(1.305rem + 0.66vw);
  }
}

h3, .h3 {
  font-size: 1.575rem;
}
@media (max-width: 1200px) {
  h3, .h3 {
    font-size: calc(1.2825rem + 0.39vw);
  }
}

h4, .h4 {
  font-size: 1.35rem;
}
@media (max-width: 1200px) {
  h4, .h4 {
    font-size: calc(1.26rem + 0.12vw);
  }
}

h5, .h5 {
  font-size: 1.125rem;
}

h6, .h6 {
  font-size: 0.9rem;
}

.lead {
  font-size: 1.125rem;
  font-weight: 300;
}

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}
@media (max-width: 1200px) {
  .display-1 {
    font-size: calc(1.725rem + 5.7vw);
  }
}

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}
@media (max-width: 1200px) {
  .display-2 {
    font-size: calc(1.675rem + 5.1vw);
  }
}

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}
@media (max-width: 1200px) {
  .display-3 {
    font-size: calc(1.575rem + 3.9vw);
  }
}

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}
@media (max-width: 1200px) {
  .display-4 {
    font-size: calc(1.475rem + 2.7vw);
  }
}

hr {
  margin-top: 5rem;
  margin-bottom: 5rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

small,
.small {
  font-size: 80%;
  font-weight: 400;
}

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 5rem;
  font-size: 1.125rem;
}

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d;
}
.blockquote-footer::before {
  content: "\2014\A0";
}

/*!
 * Bootstrap Grid v4.6.1 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

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

.container,
.container-fluid,
.container-xxxxxl,
.container-xxxxl,
.container-xxxl,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm,
.container-xs {
  width: 100%;
  padding-right: 25px;
  padding-left: 25px;
  margin-right: auto;
  margin-left: auto;
}

.container {
  max-width: 0;
}

@media (min-width: 540px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 720px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 1024px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 1024px;
  }
}
@media (min-width: 1116px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1116px;
  }
}
@media (min-width: 1400px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1400px;
  }
}
@media (min-width: 1560px) {
  .container-xxxl, .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1560px;
  }
}
@media (min-width: 1880px) {
  .container-xxxxl, .container-xxxl, .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1880px;
  }
}
@media (min-width: 1920px) {
  .container-xxxxxl, .container-xxxxl, .container-xxxl, .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1920px;
  }
}
.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -25px;
  margin-left: -25px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col-xxxxxl,
.col-xxxxxl-auto, .col-xxxxxl-12, .col-xxxxxl-11, .col-xxxxxl-10, .col-xxxxxl-9, .col-xxxxxl-8, .col-xxxxxl-7, .col-xxxxxl-6, .col-xxxxxl-5, .col-xxxxxl-4, .col-xxxxxl-3, .col-xxxxxl-2, .col-xxxxxl-1, .col-xxxxl,
.col-xxxxl-auto, .col-xxxxl-12, .col-xxxxl-11, .col-xxxxl-10, .col-xxxxl-9, .col-xxxxl-8, .col-xxxxl-7, .col-xxxxl-6, .col-xxxxl-5, .col-xxxxl-4, .col-xxxxl-3, .col-xxxxl-2, .col-xxxxl-1, .col-xxxl,
.col-xxxl-auto, .col-xxxl-12, .col-xxxl-11, .col-xxxl-10, .col-xxxl-9, .col-xxxl-8, .col-xxxl-7, .col-xxxl-6, .col-xxxl-5, .col-xxxl-4, .col-xxxl-3, .col-xxxl-2, .col-xxxl-1, .col-xxl,
.col-xxl-auto, .col-xxl-12, .col-xxl-11, .col-xxl-10, .col-xxl-9, .col-xxl-8, .col-xxl-7, .col-xxl-6, .col-xxl-5, .col-xxl-4, .col-xxl-3, .col-xxl-2, .col-xxl-1, .col-xl,
.col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg,
.col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md,
.col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm,
.col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col,
.col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
  position: relative;
  width: 100%;
  padding-right: 25px;
  padding-left: 25px;
}

.col {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 100%;
}

.row-cols-1 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

.row-cols-2 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}

.row-cols-3 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.3333333333%;
          flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.row-cols-4 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
}

.row-cols-5 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
  max-width: 20%;
}

.row-cols-6 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16.6666666667%;
          flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-auto {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 8.33333333%;
          flex: 0 0 8.33333333%;
  max-width: 8.33333333%;
}

.col-2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16.66666667%;
          flex: 0 0 16.66666667%;
  max-width: 16.66666667%;
}

.col-3 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33333333%;
          flex: 0 0 33.33333333%;
  max-width: 33.33333333%;
}

.col-5 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 41.66666667%;
          flex: 0 0 41.66666667%;
  max-width: 41.66666667%;
}

.col-6 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 58.33333333%;
          flex: 0 0 58.33333333%;
  max-width: 58.33333333%;
}

.col-8 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 66.66666667%;
          flex: 0 0 66.66666667%;
  max-width: 66.66666667%;
}

.col-9 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 75%;
          flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 83.33333333%;
          flex: 0 0 83.33333333%;
  max-width: 83.33333333%;
}

.col-11 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 91.66666667%;
          flex: 0 0 91.66666667%;
  max-width: 91.66666667%;
}

.col-12 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}

.order-last {
  -webkit-box-ordinal-group: 14;
      -ms-flex-order: 13;
          order: 13;
}

.order-0 {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}

.order-1 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.order-2 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.order-3 {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

.order-4 {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}

.order-5 {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
}

.order-6 {
  -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
          order: 6;
}

.order-7 {
  -webkit-box-ordinal-group: 8;
      -ms-flex-order: 7;
          order: 7;
}

.order-8 {
  -webkit-box-ordinal-group: 9;
      -ms-flex-order: 8;
          order: 8;
}

.order-9 {
  -webkit-box-ordinal-group: 10;
      -ms-flex-order: 9;
          order: 9;
}

.order-10 {
  -webkit-box-ordinal-group: 11;
      -ms-flex-order: 10;
          order: 10;
}

.order-11 {
  -webkit-box-ordinal-group: 12;
      -ms-flex-order: 11;
          order: 11;
}

.order-12 {
  -webkit-box-ordinal-group: 13;
      -ms-flex-order: 12;
          order: 12;
}

.offset-1 {
  margin-left: 8.33333333%;
}

.offset-2 {
  margin-left: 16.66666667%;
}

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

.offset-4 {
  margin-left: 33.33333333%;
}

.offset-5 {
  margin-left: 41.66666667%;
}

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

.offset-7 {
  margin-left: 58.33333333%;
}

.offset-8 {
  margin-left: 66.66666667%;
}

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

.offset-10 {
  margin-left: 83.33333333%;
}

.offset-11 {
  margin-left: 91.66666667%;
}

@media (min-width: 540px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }

  .row-cols-sm-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-sm-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-sm-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .row-cols-sm-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-sm-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-sm-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-sm-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-sm-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333333%;
            flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }

  .col-sm-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66666667%;
            flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }

  .col-sm-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }

  .col-sm-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333333%;
            flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }

  .col-sm-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66666667%;
            flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }

  .col-sm-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }

  .col-sm-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333333%;
            flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }

  .col-sm-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66666667%;
            flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }

  .col-sm-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }

  .col-sm-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333333%;
            flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }

  .col-sm-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66666667%;
            flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }

  .col-sm-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }

  .order-sm-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }

  .order-sm-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }

  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }

  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }

  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }

  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }

  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }

  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }

  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }

  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }

  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }

  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }

  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }

  .offset-sm-0 {
    margin-left: 0;
  }

  .offset-sm-1 {
    margin-left: 8.33333333%;
  }

  .offset-sm-2 {
    margin-left: 16.66666667%;
  }

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

  .offset-sm-4 {
    margin-left: 33.33333333%;
  }

  .offset-sm-5 {
    margin-left: 41.66666667%;
  }

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

  .offset-sm-7 {
    margin-left: 58.33333333%;
  }

  .offset-sm-8 {
    margin-left: 66.66666667%;
  }

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

  .offset-sm-10 {
    margin-left: 83.33333333%;
  }

  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 720px) {
  .col-md {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }

  .row-cols-md-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-md-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-md-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .row-cols-md-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-md-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-md-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-md-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-md-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333333%;
            flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }

  .col-md-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66666667%;
            flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }

  .col-md-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }

  .col-md-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333333%;
            flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }

  .col-md-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66666667%;
            flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }

  .col-md-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }

  .col-md-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333333%;
            flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }

  .col-md-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66666667%;
            flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }

  .col-md-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }

  .col-md-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333333%;
            flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }

  .col-md-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66666667%;
            flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }

  .col-md-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }

  .order-md-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }

  .order-md-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }

  .order-md-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }

  .order-md-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .order-md-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .order-md-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }

  .order-md-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }

  .order-md-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }

  .order-md-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }

  .order-md-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }

  .order-md-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }

  .order-md-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }

  .order-md-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }

  .order-md-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }

  .order-md-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }

  .offset-md-0 {
    margin-left: 0;
  }

  .offset-md-1 {
    margin-left: 8.33333333%;
  }

  .offset-md-2 {
    margin-left: 16.66666667%;
  }

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

  .offset-md-4 {
    margin-left: 33.33333333%;
  }

  .offset-md-5 {
    margin-left: 41.66666667%;
  }

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

  .offset-md-7 {
    margin-left: 58.33333333%;
  }

  .offset-md-8 {
    margin-left: 66.66666667%;
  }

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

  .offset-md-10 {
    margin-left: 83.33333333%;
  }

  .offset-md-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 1024px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }

  .row-cols-lg-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-lg-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-lg-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .row-cols-lg-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-lg-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-lg-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-lg-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-lg-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333333%;
            flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }

  .col-lg-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66666667%;
            flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }

  .col-lg-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }

  .col-lg-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333333%;
            flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }

  .col-lg-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66666667%;
            flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }

  .col-lg-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }

  .col-lg-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333333%;
            flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }

  .col-lg-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66666667%;
            flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }

  .col-lg-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }

  .col-lg-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333333%;
            flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }

  .col-lg-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66666667%;
            flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }

  .col-lg-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }

  .order-lg-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }

  .order-lg-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }

  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }

  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }

  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }

  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }

  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }

  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }

  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }

  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }

  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }

  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }

  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }

  .offset-lg-0 {
    margin-left: 0;
  }

  .offset-lg-1 {
    margin-left: 8.33333333%;
  }

  .offset-lg-2 {
    margin-left: 16.66666667%;
  }

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

  .offset-lg-4 {
    margin-left: 33.33333333%;
  }

  .offset-lg-5 {
    margin-left: 41.66666667%;
  }

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

  .offset-lg-7 {
    margin-left: 58.33333333%;
  }

  .offset-lg-8 {
    margin-left: 66.66666667%;
  }

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

  .offset-lg-10 {
    margin-left: 83.33333333%;
  }

  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 1116px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }

  .row-cols-xl-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-xl-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-xl-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .row-cols-xl-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-xl-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-xl-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-xl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-xl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333333%;
            flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }

  .col-xl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66666667%;
            flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }

  .col-xl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333333%;
            flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }

  .col-xl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66666667%;
            flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }

  .col-xl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333333%;
            flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }

  .col-xl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66666667%;
            flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }

  .col-xl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333333%;
            flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }

  .col-xl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66666667%;
            flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }

  .col-xl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }

  .order-xl-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }

  .order-xl-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }

  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }

  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }

  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }

  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }

  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }

  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }

  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }

  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }

  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }

  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }

  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }

  .offset-xl-0 {
    margin-left: 0;
  }

  .offset-xl-1 {
    margin-left: 8.33333333%;
  }

  .offset-xl-2 {
    margin-left: 16.66666667%;
  }

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

  .offset-xl-4 {
    margin-left: 33.33333333%;
  }

  .offset-xl-5 {
    margin-left: 41.66666667%;
  }

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

  .offset-xl-7 {
    margin-left: 58.33333333%;
  }

  .offset-xl-8 {
    margin-left: 66.66666667%;
  }

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

  .offset-xl-10 {
    margin-left: 83.33333333%;
  }

  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 1400px) {
  .col-xxl {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }

  .row-cols-xxl-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-xxl-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-xxl-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .row-cols-xxl-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-xxl-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-xxl-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-xxl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-xxl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333333%;
            flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }

  .col-xxl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66666667%;
            flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }

  .col-xxl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xxl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333333%;
            flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }

  .col-xxl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66666667%;
            flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }

  .col-xxl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xxl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333333%;
            flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }

  .col-xxl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66666667%;
            flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }

  .col-xxl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xxl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333333%;
            flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }

  .col-xxl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66666667%;
            flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }

  .col-xxl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }

  .order-xxl-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }

  .order-xxl-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }

  .order-xxl-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }

  .order-xxl-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .order-xxl-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .order-xxl-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }

  .order-xxl-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }

  .order-xxl-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }

  .order-xxl-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }

  .order-xxl-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }

  .order-xxl-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }

  .order-xxl-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }

  .order-xxl-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }

  .order-xxl-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }

  .order-xxl-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }

  .offset-xxl-0 {
    margin-left: 0;
  }

  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }

  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }

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

  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }

  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }

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

  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }

  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }

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

  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }

  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 1560px) {
  .col-xxxl {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }

  .row-cols-xxxl-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-xxxl-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-xxxl-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .row-cols-xxxl-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-xxxl-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-xxxl-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-xxxl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-xxxl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333333%;
            flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }

  .col-xxxl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66666667%;
            flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }

  .col-xxxl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xxxl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333333%;
            flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }

  .col-xxxl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66666667%;
            flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }

  .col-xxxl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xxxl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333333%;
            flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }

  .col-xxxl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66666667%;
            flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }

  .col-xxxl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xxxl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333333%;
            flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }

  .col-xxxl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66666667%;
            flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }

  .col-xxxl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }

  .order-xxxl-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }

  .order-xxxl-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }

  .order-xxxl-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }

  .order-xxxl-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .order-xxxl-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .order-xxxl-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }

  .order-xxxl-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }

  .order-xxxl-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }

  .order-xxxl-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }

  .order-xxxl-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }

  .order-xxxl-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }

  .order-xxxl-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }

  .order-xxxl-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }

  .order-xxxl-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }

  .order-xxxl-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }

  .offset-xxxl-0 {
    margin-left: 0;
  }

  .offset-xxxl-1 {
    margin-left: 8.33333333%;
  }

  .offset-xxxl-2 {
    margin-left: 16.66666667%;
  }

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

  .offset-xxxl-4 {
    margin-left: 33.33333333%;
  }

  .offset-xxxl-5 {
    margin-left: 41.66666667%;
  }

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

  .offset-xxxl-7 {
    margin-left: 58.33333333%;
  }

  .offset-xxxl-8 {
    margin-left: 66.66666667%;
  }

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

  .offset-xxxl-10 {
    margin-left: 83.33333333%;
  }

  .offset-xxxl-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 1880px) {
  .col-xxxxl {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }

  .row-cols-xxxxl-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-xxxxl-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-xxxxl-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .row-cols-xxxxl-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-xxxxl-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-xxxxl-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-xxxxl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-xxxxl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333333%;
            flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }

  .col-xxxxl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66666667%;
            flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }

  .col-xxxxl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xxxxl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333333%;
            flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }

  .col-xxxxl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66666667%;
            flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }

  .col-xxxxl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xxxxl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333333%;
            flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }

  .col-xxxxl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66666667%;
            flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }

  .col-xxxxl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xxxxl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333333%;
            flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }

  .col-xxxxl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66666667%;
            flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }

  .col-xxxxl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }

  .order-xxxxl-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }

  .order-xxxxl-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }

  .order-xxxxl-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }

  .order-xxxxl-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .order-xxxxl-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .order-xxxxl-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }

  .order-xxxxl-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }

  .order-xxxxl-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }

  .order-xxxxl-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }

  .order-xxxxl-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }

  .order-xxxxl-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }

  .order-xxxxl-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }

  .order-xxxxl-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }

  .order-xxxxl-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }

  .order-xxxxl-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }

  .offset-xxxxl-0 {
    margin-left: 0;
  }

  .offset-xxxxl-1 {
    margin-left: 8.33333333%;
  }

  .offset-xxxxl-2 {
    margin-left: 16.66666667%;
  }

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

  .offset-xxxxl-4 {
    margin-left: 33.33333333%;
  }

  .offset-xxxxl-5 {
    margin-left: 41.66666667%;
  }

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

  .offset-xxxxl-7 {
    margin-left: 58.33333333%;
  }

  .offset-xxxxl-8 {
    margin-left: 66.66666667%;
  }

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

  .offset-xxxxl-10 {
    margin-left: 83.33333333%;
  }

  .offset-xxxxl-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 1920px) {
  .col-xxxxxl {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }

  .row-cols-xxxxxl-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-xxxxxl-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-xxxxxl-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .row-cols-xxxxxl-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-xxxxxl-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-xxxxxl-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-xxxxxl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-xxxxxl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333333%;
            flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }

  .col-xxxxxl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66666667%;
            flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }

  .col-xxxxxl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xxxxxl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333333%;
            flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }

  .col-xxxxxl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66666667%;
            flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }

  .col-xxxxxl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xxxxxl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333333%;
            flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }

  .col-xxxxxl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66666667%;
            flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }

  .col-xxxxxl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xxxxxl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333333%;
            flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }

  .col-xxxxxl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66666667%;
            flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }

  .col-xxxxxl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }

  .order-xxxxxl-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }

  .order-xxxxxl-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }

  .order-xxxxxl-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }

  .order-xxxxxl-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .order-xxxxxl-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .order-xxxxxl-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }

  .order-xxxxxl-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }

  .order-xxxxxl-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }

  .order-xxxxxl-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }

  .order-xxxxxl-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }

  .order-xxxxxl-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }

  .order-xxxxxl-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }

  .order-xxxxxl-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }

  .order-xxxxxl-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }

  .order-xxxxxl-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }

  .offset-xxxxxl-0 {
    margin-left: 0;
  }

  .offset-xxxxxl-1 {
    margin-left: 8.33333333%;
  }

  .offset-xxxxxl-2 {
    margin-left: 16.66666667%;
  }

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

  .offset-xxxxxl-4 {
    margin-left: 33.33333333%;
  }

  .offset-xxxxxl-5 {
    margin-left: 41.66666667%;
  }

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

  .offset-xxxxxl-7 {
    margin-left: 58.33333333%;
  }

  .offset-xxxxxl-8 {
    margin-left: 66.66666667%;
  }

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

  .offset-xxxxxl-10 {
    margin-left: 83.33333333%;
  }

  .offset-xxxxxl-11 {
    margin-left: 91.66666667%;
  }
}
.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

@media (min-width: 540px) {
  .d-sm-none {
    display: none !important;
  }

  .d-sm-inline {
    display: inline !important;
  }

  .d-sm-inline-block {
    display: inline-block !important;
  }

  .d-sm-block {
    display: block !important;
  }

  .d-sm-table {
    display: table !important;
  }

  .d-sm-table-row {
    display: table-row !important;
  }

  .d-sm-table-cell {
    display: table-cell !important;
  }

  .d-sm-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 720px) {
  .d-md-none {
    display: none !important;
  }

  .d-md-inline {
    display: inline !important;
  }

  .d-md-inline-block {
    display: inline-block !important;
  }

  .d-md-block {
    display: block !important;
  }

  .d-md-table {
    display: table !important;
  }

  .d-md-table-row {
    display: table-row !important;
  }

  .d-md-table-cell {
    display: table-cell !important;
  }

  .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 1024px) {
  .d-lg-none {
    display: none !important;
  }

  .d-lg-inline {
    display: inline !important;
  }

  .d-lg-inline-block {
    display: inline-block !important;
  }

  .d-lg-block {
    display: block !important;
  }

  .d-lg-table {
    display: table !important;
  }

  .d-lg-table-row {
    display: table-row !important;
  }

  .d-lg-table-cell {
    display: table-cell !important;
  }

  .d-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 1116px) {
  .d-xl-none {
    display: none !important;
  }

  .d-xl-inline {
    display: inline !important;
  }

  .d-xl-inline-block {
    display: inline-block !important;
  }

  .d-xl-block {
    display: block !important;
  }

  .d-xl-table {
    display: table !important;
  }

  .d-xl-table-row {
    display: table-row !important;
  }

  .d-xl-table-cell {
    display: table-cell !important;
  }

  .d-xl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 1400px) {
  .d-xxl-none {
    display: none !important;
  }

  .d-xxl-inline {
    display: inline !important;
  }

  .d-xxl-inline-block {
    display: inline-block !important;
  }

  .d-xxl-block {
    display: block !important;
  }

  .d-xxl-table {
    display: table !important;
  }

  .d-xxl-table-row {
    display: table-row !important;
  }

  .d-xxl-table-cell {
    display: table-cell !important;
  }

  .d-xxl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-xxl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 1560px) {
  .d-xxxl-none {
    display: none !important;
  }

  .d-xxxl-inline {
    display: inline !important;
  }

  .d-xxxl-inline-block {
    display: inline-block !important;
  }

  .d-xxxl-block {
    display: block !important;
  }

  .d-xxxl-table {
    display: table !important;
  }

  .d-xxxl-table-row {
    display: table-row !important;
  }

  .d-xxxl-table-cell {
    display: table-cell !important;
  }

  .d-xxxl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-xxxl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 1880px) {
  .d-xxxxl-none {
    display: none !important;
  }

  .d-xxxxl-inline {
    display: inline !important;
  }

  .d-xxxxl-inline-block {
    display: inline-block !important;
  }

  .d-xxxxl-block {
    display: block !important;
  }

  .d-xxxxl-table {
    display: table !important;
  }

  .d-xxxxl-table-row {
    display: table-row !important;
  }

  .d-xxxxl-table-cell {
    display: table-cell !important;
  }

  .d-xxxxl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-xxxxl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 1920px) {
  .d-xxxxxl-none {
    display: none !important;
  }

  .d-xxxxxl-inline {
    display: inline !important;
  }

  .d-xxxxxl-inline-block {
    display: inline-block !important;
  }

  .d-xxxxxl-block {
    display: block !important;
  }

  .d-xxxxxl-table {
    display: table !important;
  }

  .d-xxxxxl-table-row {
    display: table-row !important;
  }

  .d-xxxxxl-table-cell {
    display: table-cell !important;
  }

  .d-xxxxxl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-xxxxxl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }

  .d-print-inline {
    display: inline !important;
  }

  .d-print-inline-block {
    display: inline-block !important;
  }

  .d-print-block {
    display: block !important;
  }

  .d-print-table {
    display: table !important;
  }

  .d-print-table-row {
    display: table-row !important;
  }

  .d-print-table-cell {
    display: table-cell !important;
  }

  .d-print-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
}

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
}

.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: row-reverse !important;
          flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: column-reverse !important;
          flex-direction: column-reverse !important;
}

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

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

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

.flex-fill {
  -webkit-box-flex: 1 !important;
      -ms-flex: 1 1 auto !important;
          flex: 1 1 auto !important;
}

.flex-grow-0 {
  -webkit-box-flex: 0 !important;
      -ms-flex-positive: 0 !important;
          flex-grow: 0 !important;
}

.flex-grow-1 {
  -webkit-box-flex: 1 !important;
      -ms-flex-positive: 1 !important;
          flex-grow: 1 !important;
}

.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
      flex-shrink: 0 !important;
}

.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
      flex-shrink: 1 !important;
}

.justify-content-start {
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
}

.justify-content-end {
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important;
}

.justify-content-center {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}

.justify-content-between {
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
}

.justify-content-around {
  -ms-flex-pack: distribute !important;
      justify-content: space-around !important;
}

.align-items-start {
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
}

.align-items-end {
  -webkit-box-align: end !important;
      -ms-flex-align: end !important;
          align-items: flex-end !important;
}

.align-items-center {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}

.align-items-baseline {
  -webkit-box-align: baseline !important;
      -ms-flex-align: baseline !important;
          align-items: baseline !important;
}

.align-items-stretch {
  -webkit-box-align: stretch !important;
      -ms-flex-align: stretch !important;
          align-items: stretch !important;
}

.align-content-start {
  -ms-flex-line-pack: start !important;
      align-content: flex-start !important;
}

.align-content-end {
  -ms-flex-line-pack: end !important;
      align-content: flex-end !important;
}

.align-content-center {
  -ms-flex-line-pack: center !important;
      align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
      align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
      align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
      align-content: stretch !important;
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
      align-self: auto !important;
}

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

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

.align-self-center {
  -ms-flex-item-align: center !important;
      align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
      align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
      align-self: stretch !important;
}

@media (min-width: 540px) {
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }

  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }

  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }

  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }

  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }

  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }

  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }

  .flex-sm-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }

  .flex-sm-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }

  .flex-sm-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }

  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }

  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }

  .justify-content-sm-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }

  .justify-content-sm-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }

  .justify-content-sm-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }

  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }

  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }

  .align-items-sm-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }

  .align-items-sm-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }

  .align-items-sm-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }

  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }

  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }

  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }

  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }

  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }

  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }

  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }

  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }

  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }

  .align-self-sm-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }

  .align-self-sm-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }

  .align-self-sm-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }

  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }

  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}
@media (min-width: 720px) {
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }

  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }

  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }

  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }

  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }

  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }

  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }

  .flex-md-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }

  .flex-md-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }

  .flex-md-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }

  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }

  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }

  .justify-content-md-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }

  .justify-content-md-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }

  .justify-content-md-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }

  .justify-content-md-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }

  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }

  .align-items-md-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }

  .align-items-md-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }

  .align-items-md-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }

  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }

  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }

  .align-content-md-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }

  .align-content-md-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }

  .align-content-md-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }

  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }

  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }

  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }

  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }

  .align-self-md-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }

  .align-self-md-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }

  .align-self-md-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }

  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }

  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}
@media (min-width: 1024px) {
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }

  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }

  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }

  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }

  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }

  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }

  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }

  .flex-lg-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }

  .flex-lg-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }

  .flex-lg-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }

  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }

  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }

  .justify-content-lg-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }

  .justify-content-lg-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }

  .justify-content-lg-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }

  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }

  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }

  .align-items-lg-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }

  .align-items-lg-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }

  .align-items-lg-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }

  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }

  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }

  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }

  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }

  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }

  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }

  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }

  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }

  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }

  .align-self-lg-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }

  .align-self-lg-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }

  .align-self-lg-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }

  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }

  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}
@media (min-width: 1116px) {
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }

  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }

  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }

  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }

  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }

  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }

  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }

  .flex-xl-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }

  .flex-xl-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }

  .flex-xl-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }

  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }

  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }

  .justify-content-xl-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }

  .justify-content-xl-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }

  .justify-content-xl-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }

  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }

  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }

  .align-items-xl-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }

  .align-items-xl-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }

  .align-items-xl-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }

  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }

  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }

  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }

  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }

  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }

  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }

  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }

  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }

  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }

  .align-self-xl-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }

  .align-self-xl-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }

  .align-self-xl-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }

  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }

  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}
@media (min-width: 1400px) {
  .flex-xxl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }

  .flex-xxl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }

  .flex-xxl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }

  .flex-xxl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }

  .flex-xxl-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }

  .flex-xxl-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }

  .flex-xxl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }

  .flex-xxl-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }

  .flex-xxl-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }

  .flex-xxl-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }

  .flex-xxl-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }

  .flex-xxl-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }

  .justify-content-xxl-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }

  .justify-content-xxl-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }

  .justify-content-xxl-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }

  .justify-content-xxl-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }

  .justify-content-xxl-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }

  .align-items-xxl-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }

  .align-items-xxl-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }

  .align-items-xxl-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }

  .align-items-xxl-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }

  .align-items-xxl-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }

  .align-content-xxl-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }

  .align-content-xxl-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }

  .align-content-xxl-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }

  .align-content-xxl-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }

  .align-content-xxl-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }

  .align-content-xxl-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }

  .align-self-xxl-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }

  .align-self-xxl-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }

  .align-self-xxl-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }

  .align-self-xxl-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }

  .align-self-xxl-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }

  .align-self-xxl-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}
@media (min-width: 1560px) {
  .flex-xxxl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }

  .flex-xxxl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }

  .flex-xxxl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }

  .flex-xxxl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }

  .flex-xxxl-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }

  .flex-xxxl-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }

  .flex-xxxl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }

  .flex-xxxl-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }

  .flex-xxxl-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }

  .flex-xxxl-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }

  .flex-xxxl-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }

  .flex-xxxl-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }

  .justify-content-xxxl-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }

  .justify-content-xxxl-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }

  .justify-content-xxxl-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }

  .justify-content-xxxl-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }

  .justify-content-xxxl-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }

  .align-items-xxxl-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }

  .align-items-xxxl-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }

  .align-items-xxxl-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }

  .align-items-xxxl-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }

  .align-items-xxxl-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }

  .align-content-xxxl-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }

  .align-content-xxxl-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }

  .align-content-xxxl-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }

  .align-content-xxxl-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }

  .align-content-xxxl-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }

  .align-content-xxxl-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }

  .align-self-xxxl-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }

  .align-self-xxxl-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }

  .align-self-xxxl-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }

  .align-self-xxxl-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }

  .align-self-xxxl-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }

  .align-self-xxxl-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}
@media (min-width: 1880px) {
  .flex-xxxxl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }

  .flex-xxxxl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }

  .flex-xxxxl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }

  .flex-xxxxl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }

  .flex-xxxxl-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }

  .flex-xxxxl-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }

  .flex-xxxxl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }

  .flex-xxxxl-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }

  .flex-xxxxl-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }

  .flex-xxxxl-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }

  .flex-xxxxl-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }

  .flex-xxxxl-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }

  .justify-content-xxxxl-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }

  .justify-content-xxxxl-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }

  .justify-content-xxxxl-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }

  .justify-content-xxxxl-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }

  .justify-content-xxxxl-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }

  .align-items-xxxxl-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }

  .align-items-xxxxl-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }

  .align-items-xxxxl-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }

  .align-items-xxxxl-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }

  .align-items-xxxxl-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }

  .align-content-xxxxl-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }

  .align-content-xxxxl-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }

  .align-content-xxxxl-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }

  .align-content-xxxxl-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }

  .align-content-xxxxl-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }

  .align-content-xxxxl-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }

  .align-self-xxxxl-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }

  .align-self-xxxxl-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }

  .align-self-xxxxl-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }

  .align-self-xxxxl-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }

  .align-self-xxxxl-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }

  .align-self-xxxxl-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}
@media (min-width: 1920px) {
  .flex-xxxxxl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }

  .flex-xxxxxl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }

  .flex-xxxxxl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }

  .flex-xxxxxl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }

  .flex-xxxxxl-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }

  .flex-xxxxxl-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }

  .flex-xxxxxl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }

  .flex-xxxxxl-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }

  .flex-xxxxxl-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }

  .flex-xxxxxl-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }

  .flex-xxxxxl-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }

  .flex-xxxxxl-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }

  .justify-content-xxxxxl-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }

  .justify-content-xxxxxl-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }

  .justify-content-xxxxxl-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }

  .justify-content-xxxxxl-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }

  .justify-content-xxxxxl-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }

  .align-items-xxxxxl-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }

  .align-items-xxxxxl-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }

  .align-items-xxxxxl-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }

  .align-items-xxxxxl-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }

  .align-items-xxxxxl-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }

  .align-content-xxxxxl-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }

  .align-content-xxxxxl-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }

  .align-content-xxxxxl-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }

  .align-content-xxxxxl-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }

  .align-content-xxxxxl-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }

  .align-content-xxxxxl-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }

  .align-self-xxxxxl-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }

  .align-self-xxxxxl-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }

  .align-self-xxxxxl-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }

  .align-self-xxxxxl-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }

  .align-self-xxxxxl-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }

  .align-self-xxxxxl-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}
.m-0 {
  margin: 0 !important;
}

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

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

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

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

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

.mt-1,
.my-1 {
  margin-top: 1.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 1.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 1.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 1.25rem !important;
}

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

.mt-2,
.my-2 {
  margin-top: 2.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 2.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 2.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 2.5rem !important;
}

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

.mt-3,
.my-3 {
  margin-top: 5rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 5rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 5rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 5rem !important;
}

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

.mt-4,
.my-4 {
  margin-top: 7.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 7.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 7.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 7.5rem !important;
}

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

.mt-5,
.my-5 {
  margin-top: 15rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 15rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 15rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 15rem !important;
}

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

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

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

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

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

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

.pt-1,
.py-1 {
  padding-top: 1.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 1.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 1.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 1.25rem !important;
}

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

.pt-2,
.py-2 {
  padding-top: 2.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 2.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 2.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 2.5rem !important;
}

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

.pt-3,
.py-3 {
  padding-top: 5rem !important;
}

.pr-3,
.px-3 {
  padding-right: 5rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 5rem !important;
}

.pl-3,
.px-3 {
  padding-left: 5rem !important;
}

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

.pt-4,
.py-4 {
  padding-top: 7.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 7.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 7.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 7.5rem !important;
}

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

.pt-5,
.py-5 {
  padding-top: 15rem !important;
}

.pr-5,
.px-5 {
  padding-right: 15rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 15rem !important;
}

.pl-5,
.px-5 {
  padding-left: 15rem !important;
}

.m-n1 {
  margin: -1.25rem !important;
}

.mt-n1,
.my-n1 {
  margin-top: -1.25rem !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -1.25rem !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -1.25rem !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -1.25rem !important;
}

.m-n2 {
  margin: -2.5rem !important;
}

.mt-n2,
.my-n2 {
  margin-top: -2.5rem !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -2.5rem !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -2.5rem !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -2.5rem !important;
}

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

.mt-n3,
.my-n3 {
  margin-top: -5rem !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -5rem !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -5rem !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -5rem !important;
}

.m-n4 {
  margin: -7.5rem !important;
}

.mt-n4,
.my-n4 {
  margin-top: -7.5rem !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -7.5rem !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -7.5rem !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -7.5rem !important;
}

.m-n5 {
  margin: -15rem !important;
}

.mt-n5,
.my-n5 {
  margin-top: -15rem !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -15rem !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -15rem !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -15rem !important;
}

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

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

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

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

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

@media (min-width: 540px) {
  .m-sm-0 {
    margin: 0 !important;
  }

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

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

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

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

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

  .mt-sm-1,
.my-sm-1 {
    margin-top: 1.25rem !important;
  }

  .mr-sm-1,
.mx-sm-1 {
    margin-right: 1.25rem !important;
  }

  .mb-sm-1,
.my-sm-1 {
    margin-bottom: 1.25rem !important;
  }

  .ml-sm-1,
.mx-sm-1 {
    margin-left: 1.25rem !important;
  }

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

  .mt-sm-2,
.my-sm-2 {
    margin-top: 2.5rem !important;
  }

  .mr-sm-2,
.mx-sm-2 {
    margin-right: 2.5rem !important;
  }

  .mb-sm-2,
.my-sm-2 {
    margin-bottom: 2.5rem !important;
  }

  .ml-sm-2,
.mx-sm-2 {
    margin-left: 2.5rem !important;
  }

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

  .mt-sm-3,
.my-sm-3 {
    margin-top: 5rem !important;
  }

  .mr-sm-3,
.mx-sm-3 {
    margin-right: 5rem !important;
  }

  .mb-sm-3,
.my-sm-3 {
    margin-bottom: 5rem !important;
  }

  .ml-sm-3,
.mx-sm-3 {
    margin-left: 5rem !important;
  }

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

  .mt-sm-4,
.my-sm-4 {
    margin-top: 7.5rem !important;
  }

  .mr-sm-4,
.mx-sm-4 {
    margin-right: 7.5rem !important;
  }

  .mb-sm-4,
.my-sm-4 {
    margin-bottom: 7.5rem !important;
  }

  .ml-sm-4,
.mx-sm-4 {
    margin-left: 7.5rem !important;
  }

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

  .mt-sm-5,
.my-sm-5 {
    margin-top: 15rem !important;
  }

  .mr-sm-5,
.mx-sm-5 {
    margin-right: 15rem !important;
  }

  .mb-sm-5,
.my-sm-5 {
    margin-bottom: 15rem !important;
  }

  .ml-sm-5,
.mx-sm-5 {
    margin-left: 15rem !important;
  }

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

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

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

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

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

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

  .pt-sm-1,
.py-sm-1 {
    padding-top: 1.25rem !important;
  }

  .pr-sm-1,
.px-sm-1 {
    padding-right: 1.25rem !important;
  }

  .pb-sm-1,
.py-sm-1 {
    padding-bottom: 1.25rem !important;
  }

  .pl-sm-1,
.px-sm-1 {
    padding-left: 1.25rem !important;
  }

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

  .pt-sm-2,
.py-sm-2 {
    padding-top: 2.5rem !important;
  }

  .pr-sm-2,
.px-sm-2 {
    padding-right: 2.5rem !important;
  }

  .pb-sm-2,
.py-sm-2 {
    padding-bottom: 2.5rem !important;
  }

  .pl-sm-2,
.px-sm-2 {
    padding-left: 2.5rem !important;
  }

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

  .pt-sm-3,
.py-sm-3 {
    padding-top: 5rem !important;
  }

  .pr-sm-3,
.px-sm-3 {
    padding-right: 5rem !important;
  }

  .pb-sm-3,
.py-sm-3 {
    padding-bottom: 5rem !important;
  }

  .pl-sm-3,
.px-sm-3 {
    padding-left: 5rem !important;
  }

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

  .pt-sm-4,
.py-sm-4 {
    padding-top: 7.5rem !important;
  }

  .pr-sm-4,
.px-sm-4 {
    padding-right: 7.5rem !important;
  }

  .pb-sm-4,
.py-sm-4 {
    padding-bottom: 7.5rem !important;
  }

  .pl-sm-4,
.px-sm-4 {
    padding-left: 7.5rem !important;
  }

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

  .pt-sm-5,
.py-sm-5 {
    padding-top: 15rem !important;
  }

  .pr-sm-5,
.px-sm-5 {
    padding-right: 15rem !important;
  }

  .pb-sm-5,
.py-sm-5 {
    padding-bottom: 15rem !important;
  }

  .pl-sm-5,
.px-sm-5 {
    padding-left: 15rem !important;
  }

  .m-sm-n1 {
    margin: -1.25rem !important;
  }

  .mt-sm-n1,
.my-sm-n1 {
    margin-top: -1.25rem !important;
  }

  .mr-sm-n1,
.mx-sm-n1 {
    margin-right: -1.25rem !important;
  }

  .mb-sm-n1,
.my-sm-n1 {
    margin-bottom: -1.25rem !important;
  }

  .ml-sm-n1,
.mx-sm-n1 {
    margin-left: -1.25rem !important;
  }

  .m-sm-n2 {
    margin: -2.5rem !important;
  }

  .mt-sm-n2,
.my-sm-n2 {
    margin-top: -2.5rem !important;
  }

  .mr-sm-n2,
.mx-sm-n2 {
    margin-right: -2.5rem !important;
  }

  .mb-sm-n2,
.my-sm-n2 {
    margin-bottom: -2.5rem !important;
  }

  .ml-sm-n2,
.mx-sm-n2 {
    margin-left: -2.5rem !important;
  }

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

  .mt-sm-n3,
.my-sm-n3 {
    margin-top: -5rem !important;
  }

  .mr-sm-n3,
.mx-sm-n3 {
    margin-right: -5rem !important;
  }

  .mb-sm-n3,
.my-sm-n3 {
    margin-bottom: -5rem !important;
  }

  .ml-sm-n3,
.mx-sm-n3 {
    margin-left: -5rem !important;
  }

  .m-sm-n4 {
    margin: -7.5rem !important;
  }

  .mt-sm-n4,
.my-sm-n4 {
    margin-top: -7.5rem !important;
  }

  .mr-sm-n4,
.mx-sm-n4 {
    margin-right: -7.5rem !important;
  }

  .mb-sm-n4,
.my-sm-n4 {
    margin-bottom: -7.5rem !important;
  }

  .ml-sm-n4,
.mx-sm-n4 {
    margin-left: -7.5rem !important;
  }

  .m-sm-n5 {
    margin: -15rem !important;
  }

  .mt-sm-n5,
.my-sm-n5 {
    margin-top: -15rem !important;
  }

  .mr-sm-n5,
.mx-sm-n5 {
    margin-right: -15rem !important;
  }

  .mb-sm-n5,
.my-sm-n5 {
    margin-bottom: -15rem !important;
  }

  .ml-sm-n5,
.mx-sm-n5 {
    margin-left: -15rem !important;
  }

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

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

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

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

  .ml-sm-auto,
.mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 720px) {
  .m-md-0 {
    margin: 0 !important;
  }

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

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

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

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

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

  .mt-md-1,
.my-md-1 {
    margin-top: 1.25rem !important;
  }

  .mr-md-1,
.mx-md-1 {
    margin-right: 1.25rem !important;
  }

  .mb-md-1,
.my-md-1 {
    margin-bottom: 1.25rem !important;
  }

  .ml-md-1,
.mx-md-1 {
    margin-left: 1.25rem !important;
  }

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

  .mt-md-2,
.my-md-2 {
    margin-top: 2.5rem !important;
  }

  .mr-md-2,
.mx-md-2 {
    margin-right: 2.5rem !important;
  }

  .mb-md-2,
.my-md-2 {
    margin-bottom: 2.5rem !important;
  }

  .ml-md-2,
.mx-md-2 {
    margin-left: 2.5rem !important;
  }

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

  .mt-md-3,
.my-md-3 {
    margin-top: 5rem !important;
  }

  .mr-md-3,
.mx-md-3 {
    margin-right: 5rem !important;
  }

  .mb-md-3,
.my-md-3 {
    margin-bottom: 5rem !important;
  }

  .ml-md-3,
.mx-md-3 {
    margin-left: 5rem !important;
  }

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

  .mt-md-4,
.my-md-4 {
    margin-top: 7.5rem !important;
  }

  .mr-md-4,
.mx-md-4 {
    margin-right: 7.5rem !important;
  }

  .mb-md-4,
.my-md-4 {
    margin-bottom: 7.5rem !important;
  }

  .ml-md-4,
.mx-md-4 {
    margin-left: 7.5rem !important;
  }

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

  .mt-md-5,
.my-md-5 {
    margin-top: 15rem !important;
  }

  .mr-md-5,
.mx-md-5 {
    margin-right: 15rem !important;
  }

  .mb-md-5,
.my-md-5 {
    margin-bottom: 15rem !important;
  }

  .ml-md-5,
.mx-md-5 {
    margin-left: 15rem !important;
  }

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

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

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

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

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

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

  .pt-md-1,
.py-md-1 {
    padding-top: 1.25rem !important;
  }

  .pr-md-1,
.px-md-1 {
    padding-right: 1.25rem !important;
  }

  .pb-md-1,
.py-md-1 {
    padding-bottom: 1.25rem !important;
  }

  .pl-md-1,
.px-md-1 {
    padding-left: 1.25rem !important;
  }

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

  .pt-md-2,
.py-md-2 {
    padding-top: 2.5rem !important;
  }

  .pr-md-2,
.px-md-2 {
    padding-right: 2.5rem !important;
  }

  .pb-md-2,
.py-md-2 {
    padding-bottom: 2.5rem !important;
  }

  .pl-md-2,
.px-md-2 {
    padding-left: 2.5rem !important;
  }

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

  .pt-md-3,
.py-md-3 {
    padding-top: 5rem !important;
  }

  .pr-md-3,
.px-md-3 {
    padding-right: 5rem !important;
  }

  .pb-md-3,
.py-md-3 {
    padding-bottom: 5rem !important;
  }

  .pl-md-3,
.px-md-3 {
    padding-left: 5rem !important;
  }

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

  .pt-md-4,
.py-md-4 {
    padding-top: 7.5rem !important;
  }

  .pr-md-4,
.px-md-4 {
    padding-right: 7.5rem !important;
  }

  .pb-md-4,
.py-md-4 {
    padding-bottom: 7.5rem !important;
  }

  .pl-md-4,
.px-md-4 {
    padding-left: 7.5rem !important;
  }

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

  .pt-md-5,
.py-md-5 {
    padding-top: 15rem !important;
  }

  .pr-md-5,
.px-md-5 {
    padding-right: 15rem !important;
  }

  .pb-md-5,
.py-md-5 {
    padding-bottom: 15rem !important;
  }

  .pl-md-5,
.px-md-5 {
    padding-left: 15rem !important;
  }

  .m-md-n1 {
    margin: -1.25rem !important;
  }

  .mt-md-n1,
.my-md-n1 {
    margin-top: -1.25rem !important;
  }

  .mr-md-n1,
.mx-md-n1 {
    margin-right: -1.25rem !important;
  }

  .mb-md-n1,
.my-md-n1 {
    margin-bottom: -1.25rem !important;
  }

  .ml-md-n1,
.mx-md-n1 {
    margin-left: -1.25rem !important;
  }

  .m-md-n2 {
    margin: -2.5rem !important;
  }

  .mt-md-n2,
.my-md-n2 {
    margin-top: -2.5rem !important;
  }

  .mr-md-n2,
.mx-md-n2 {
    margin-right: -2.5rem !important;
  }

  .mb-md-n2,
.my-md-n2 {
    margin-bottom: -2.5rem !important;
  }

  .ml-md-n2,
.mx-md-n2 {
    margin-left: -2.5rem !important;
  }

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

  .mt-md-n3,
.my-md-n3 {
    margin-top: -5rem !important;
  }

  .mr-md-n3,
.mx-md-n3 {
    margin-right: -5rem !important;
  }

  .mb-md-n3,
.my-md-n3 {
    margin-bottom: -5rem !important;
  }

  .ml-md-n3,
.mx-md-n3 {
    margin-left: -5rem !important;
  }

  .m-md-n4 {
    margin: -7.5rem !important;
  }

  .mt-md-n4,
.my-md-n4 {
    margin-top: -7.5rem !important;
  }

  .mr-md-n4,
.mx-md-n4 {
    margin-right: -7.5rem !important;
  }

  .mb-md-n4,
.my-md-n4 {
    margin-bottom: -7.5rem !important;
  }

  .ml-md-n4,
.mx-md-n4 {
    margin-left: -7.5rem !important;
  }

  .m-md-n5 {
    margin: -15rem !important;
  }

  .mt-md-n5,
.my-md-n5 {
    margin-top: -15rem !important;
  }

  .mr-md-n5,
.mx-md-n5 {
    margin-right: -15rem !important;
  }

  .mb-md-n5,
.my-md-n5 {
    margin-bottom: -15rem !important;
  }

  .ml-md-n5,
.mx-md-n5 {
    margin-left: -15rem !important;
  }

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

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

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

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

  .ml-md-auto,
.mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1024px) {
  .m-lg-0 {
    margin: 0 !important;
  }

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

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

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

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

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

  .mt-lg-1,
.my-lg-1 {
    margin-top: 1.25rem !important;
  }

  .mr-lg-1,
.mx-lg-1 {
    margin-right: 1.25rem !important;
  }

  .mb-lg-1,
.my-lg-1 {
    margin-bottom: 1.25rem !important;
  }

  .ml-lg-1,
.mx-lg-1 {
    margin-left: 1.25rem !important;
  }

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

  .mt-lg-2,
.my-lg-2 {
    margin-top: 2.5rem !important;
  }

  .mr-lg-2,
.mx-lg-2 {
    margin-right: 2.5rem !important;
  }

  .mb-lg-2,
.my-lg-2 {
    margin-bottom: 2.5rem !important;
  }

  .ml-lg-2,
.mx-lg-2 {
    margin-left: 2.5rem !important;
  }

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

  .mt-lg-3,
.my-lg-3 {
    margin-top: 5rem !important;
  }

  .mr-lg-3,
.mx-lg-3 {
    margin-right: 5rem !important;
  }

  .mb-lg-3,
.my-lg-3 {
    margin-bottom: 5rem !important;
  }

  .ml-lg-3,
.mx-lg-3 {
    margin-left: 5rem !important;
  }

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

  .mt-lg-4,
.my-lg-4 {
    margin-top: 7.5rem !important;
  }

  .mr-lg-4,
.mx-lg-4 {
    margin-right: 7.5rem !important;
  }

  .mb-lg-4,
.my-lg-4 {
    margin-bottom: 7.5rem !important;
  }

  .ml-lg-4,
.mx-lg-4 {
    margin-left: 7.5rem !important;
  }

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

  .mt-lg-5,
.my-lg-5 {
    margin-top: 15rem !important;
  }

  .mr-lg-5,
.mx-lg-5 {
    margin-right: 15rem !important;
  }

  .mb-lg-5,
.my-lg-5 {
    margin-bottom: 15rem !important;
  }

  .ml-lg-5,
.mx-lg-5 {
    margin-left: 15rem !important;
  }

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

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

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

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

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

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

  .pt-lg-1,
.py-lg-1 {
    padding-top: 1.25rem !important;
  }

  .pr-lg-1,
.px-lg-1 {
    padding-right: 1.25rem !important;
  }

  .pb-lg-1,
.py-lg-1 {
    padding-bottom: 1.25rem !important;
  }

  .pl-lg-1,
.px-lg-1 {
    padding-left: 1.25rem !important;
  }

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

  .pt-lg-2,
.py-lg-2 {
    padding-top: 2.5rem !important;
  }

  .pr-lg-2,
.px-lg-2 {
    padding-right: 2.5rem !important;
  }

  .pb-lg-2,
.py-lg-2 {
    padding-bottom: 2.5rem !important;
  }

  .pl-lg-2,
.px-lg-2 {
    padding-left: 2.5rem !important;
  }

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

  .pt-lg-3,
.py-lg-3 {
    padding-top: 5rem !important;
  }

  .pr-lg-3,
.px-lg-3 {
    padding-right: 5rem !important;
  }

  .pb-lg-3,
.py-lg-3 {
    padding-bottom: 5rem !important;
  }

  .pl-lg-3,
.px-lg-3 {
    padding-left: 5rem !important;
  }

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

  .pt-lg-4,
.py-lg-4 {
    padding-top: 7.5rem !important;
  }

  .pr-lg-4,
.px-lg-4 {
    padding-right: 7.5rem !important;
  }

  .pb-lg-4,
.py-lg-4 {
    padding-bottom: 7.5rem !important;
  }

  .pl-lg-4,
.px-lg-4 {
    padding-left: 7.5rem !important;
  }

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

  .pt-lg-5,
.py-lg-5 {
    padding-top: 15rem !important;
  }

  .pr-lg-5,
.px-lg-5 {
    padding-right: 15rem !important;
  }

  .pb-lg-5,
.py-lg-5 {
    padding-bottom: 15rem !important;
  }

  .pl-lg-5,
.px-lg-5 {
    padding-left: 15rem !important;
  }

  .m-lg-n1 {
    margin: -1.25rem !important;
  }

  .mt-lg-n1,
.my-lg-n1 {
    margin-top: -1.25rem !important;
  }

  .mr-lg-n1,
.mx-lg-n1 {
    margin-right: -1.25rem !important;
  }

  .mb-lg-n1,
.my-lg-n1 {
    margin-bottom: -1.25rem !important;
  }

  .ml-lg-n1,
.mx-lg-n1 {
    margin-left: -1.25rem !important;
  }

  .m-lg-n2 {
    margin: -2.5rem !important;
  }

  .mt-lg-n2,
.my-lg-n2 {
    margin-top: -2.5rem !important;
  }

  .mr-lg-n2,
.mx-lg-n2 {
    margin-right: -2.5rem !important;
  }

  .mb-lg-n2,
.my-lg-n2 {
    margin-bottom: -2.5rem !important;
  }

  .ml-lg-n2,
.mx-lg-n2 {
    margin-left: -2.5rem !important;
  }

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

  .mt-lg-n3,
.my-lg-n3 {
    margin-top: -5rem !important;
  }

  .mr-lg-n3,
.mx-lg-n3 {
    margin-right: -5rem !important;
  }

  .mb-lg-n3,
.my-lg-n3 {
    margin-bottom: -5rem !important;
  }

  .ml-lg-n3,
.mx-lg-n3 {
    margin-left: -5rem !important;
  }

  .m-lg-n4 {
    margin: -7.5rem !important;
  }

  .mt-lg-n4,
.my-lg-n4 {
    margin-top: -7.5rem !important;
  }

  .mr-lg-n4,
.mx-lg-n4 {
    margin-right: -7.5rem !important;
  }

  .mb-lg-n4,
.my-lg-n4 {
    margin-bottom: -7.5rem !important;
  }

  .ml-lg-n4,
.mx-lg-n4 {
    margin-left: -7.5rem !important;
  }

  .m-lg-n5 {
    margin: -15rem !important;
  }

  .mt-lg-n5,
.my-lg-n5 {
    margin-top: -15rem !important;
  }

  .mr-lg-n5,
.mx-lg-n5 {
    margin-right: -15rem !important;
  }

  .mb-lg-n5,
.my-lg-n5 {
    margin-bottom: -15rem !important;
  }

  .ml-lg-n5,
.mx-lg-n5 {
    margin-left: -15rem !important;
  }

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

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

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

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

  .ml-lg-auto,
.mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1116px) {
  .m-xl-0 {
    margin: 0 !important;
  }

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

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

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

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

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

  .mt-xl-1,
.my-xl-1 {
    margin-top: 1.25rem !important;
  }

  .mr-xl-1,
.mx-xl-1 {
    margin-right: 1.25rem !important;
  }

  .mb-xl-1,
.my-xl-1 {
    margin-bottom: 1.25rem !important;
  }

  .ml-xl-1,
.mx-xl-1 {
    margin-left: 1.25rem !important;
  }

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

  .mt-xl-2,
.my-xl-2 {
    margin-top: 2.5rem !important;
  }

  .mr-xl-2,
.mx-xl-2 {
    margin-right: 2.5rem !important;
  }

  .mb-xl-2,
.my-xl-2 {
    margin-bottom: 2.5rem !important;
  }

  .ml-xl-2,
.mx-xl-2 {
    margin-left: 2.5rem !important;
  }

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

  .mt-xl-3,
.my-xl-3 {
    margin-top: 5rem !important;
  }

  .mr-xl-3,
.mx-xl-3 {
    margin-right: 5rem !important;
  }

  .mb-xl-3,
.my-xl-3 {
    margin-bottom: 5rem !important;
  }

  .ml-xl-3,
.mx-xl-3 {
    margin-left: 5rem !important;
  }

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

  .mt-xl-4,
.my-xl-4 {
    margin-top: 7.5rem !important;
  }

  .mr-xl-4,
.mx-xl-4 {
    margin-right: 7.5rem !important;
  }

  .mb-xl-4,
.my-xl-4 {
    margin-bottom: 7.5rem !important;
  }

  .ml-xl-4,
.mx-xl-4 {
    margin-left: 7.5rem !important;
  }

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

  .mt-xl-5,
.my-xl-5 {
    margin-top: 15rem !important;
  }

  .mr-xl-5,
.mx-xl-5 {
    margin-right: 15rem !important;
  }

  .mb-xl-5,
.my-xl-5 {
    margin-bottom: 15rem !important;
  }

  .ml-xl-5,
.mx-xl-5 {
    margin-left: 15rem !important;
  }

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

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

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

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

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

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

  .pt-xl-1,
.py-xl-1 {
    padding-top: 1.25rem !important;
  }

  .pr-xl-1,
.px-xl-1 {
    padding-right: 1.25rem !important;
  }

  .pb-xl-1,
.py-xl-1 {
    padding-bottom: 1.25rem !important;
  }

  .pl-xl-1,
.px-xl-1 {
    padding-left: 1.25rem !important;
  }

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

  .pt-xl-2,
.py-xl-2 {
    padding-top: 2.5rem !important;
  }

  .pr-xl-2,
.px-xl-2 {
    padding-right: 2.5rem !important;
  }

  .pb-xl-2,
.py-xl-2 {
    padding-bottom: 2.5rem !important;
  }

  .pl-xl-2,
.px-xl-2 {
    padding-left: 2.5rem !important;
  }

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

  .pt-xl-3,
.py-xl-3 {
    padding-top: 5rem !important;
  }

  .pr-xl-3,
.px-xl-3 {
    padding-right: 5rem !important;
  }

  .pb-xl-3,
.py-xl-3 {
    padding-bottom: 5rem !important;
  }

  .pl-xl-3,
.px-xl-3 {
    padding-left: 5rem !important;
  }

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

  .pt-xl-4,
.py-xl-4 {
    padding-top: 7.5rem !important;
  }

  .pr-xl-4,
.px-xl-4 {
    padding-right: 7.5rem !important;
  }

  .pb-xl-4,
.py-xl-4 {
    padding-bottom: 7.5rem !important;
  }

  .pl-xl-4,
.px-xl-4 {
    padding-left: 7.5rem !important;
  }

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

  .pt-xl-5,
.py-xl-5 {
    padding-top: 15rem !important;
  }

  .pr-xl-5,
.px-xl-5 {
    padding-right: 15rem !important;
  }

  .pb-xl-5,
.py-xl-5 {
    padding-bottom: 15rem !important;
  }

  .pl-xl-5,
.px-xl-5 {
    padding-left: 15rem !important;
  }

  .m-xl-n1 {
    margin: -1.25rem !important;
  }

  .mt-xl-n1,
.my-xl-n1 {
    margin-top: -1.25rem !important;
  }

  .mr-xl-n1,
.mx-xl-n1 {
    margin-right: -1.25rem !important;
  }

  .mb-xl-n1,
.my-xl-n1 {
    margin-bottom: -1.25rem !important;
  }

  .ml-xl-n1,
.mx-xl-n1 {
    margin-left: -1.25rem !important;
  }

  .m-xl-n2 {
    margin: -2.5rem !important;
  }

  .mt-xl-n2,
.my-xl-n2 {
    margin-top: -2.5rem !important;
  }

  .mr-xl-n2,
.mx-xl-n2 {
    margin-right: -2.5rem !important;
  }

  .mb-xl-n2,
.my-xl-n2 {
    margin-bottom: -2.5rem !important;
  }

  .ml-xl-n2,
.mx-xl-n2 {
    margin-left: -2.5rem !important;
  }

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

  .mt-xl-n3,
.my-xl-n3 {
    margin-top: -5rem !important;
  }

  .mr-xl-n3,
.mx-xl-n3 {
    margin-right: -5rem !important;
  }

  .mb-xl-n3,
.my-xl-n3 {
    margin-bottom: -5rem !important;
  }

  .ml-xl-n3,
.mx-xl-n3 {
    margin-left: -5rem !important;
  }

  .m-xl-n4 {
    margin: -7.5rem !important;
  }

  .mt-xl-n4,
.my-xl-n4 {
    margin-top: -7.5rem !important;
  }

  .mr-xl-n4,
.mx-xl-n4 {
    margin-right: -7.5rem !important;
  }

  .mb-xl-n4,
.my-xl-n4 {
    margin-bottom: -7.5rem !important;
  }

  .ml-xl-n4,
.mx-xl-n4 {
    margin-left: -7.5rem !important;
  }

  .m-xl-n5 {
    margin: -15rem !important;
  }

  .mt-xl-n5,
.my-xl-n5 {
    margin-top: -15rem !important;
  }

  .mr-xl-n5,
.mx-xl-n5 {
    margin-right: -15rem !important;
  }

  .mb-xl-n5,
.my-xl-n5 {
    margin-bottom: -15rem !important;
  }

  .ml-xl-n5,
.mx-xl-n5 {
    margin-left: -15rem !important;
  }

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

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

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

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

  .ml-xl-auto,
.mx-xl-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1400px) {
  .m-xxl-0 {
    margin: 0 !important;
  }

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

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

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

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

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

  .mt-xxl-1,
.my-xxl-1 {
    margin-top: 1.25rem !important;
  }

  .mr-xxl-1,
.mx-xxl-1 {
    margin-right: 1.25rem !important;
  }

  .mb-xxl-1,
.my-xxl-1 {
    margin-bottom: 1.25rem !important;
  }

  .ml-xxl-1,
.mx-xxl-1 {
    margin-left: 1.25rem !important;
  }

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

  .mt-xxl-2,
.my-xxl-2 {
    margin-top: 2.5rem !important;
  }

  .mr-xxl-2,
.mx-xxl-2 {
    margin-right: 2.5rem !important;
  }

  .mb-xxl-2,
.my-xxl-2 {
    margin-bottom: 2.5rem !important;
  }

  .ml-xxl-2,
.mx-xxl-2 {
    margin-left: 2.5rem !important;
  }

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

  .mt-xxl-3,
.my-xxl-3 {
    margin-top: 5rem !important;
  }

  .mr-xxl-3,
.mx-xxl-3 {
    margin-right: 5rem !important;
  }

  .mb-xxl-3,
.my-xxl-3 {
    margin-bottom: 5rem !important;
  }

  .ml-xxl-3,
.mx-xxl-3 {
    margin-left: 5rem !important;
  }

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

  .mt-xxl-4,
.my-xxl-4 {
    margin-top: 7.5rem !important;
  }

  .mr-xxl-4,
.mx-xxl-4 {
    margin-right: 7.5rem !important;
  }

  .mb-xxl-4,
.my-xxl-4 {
    margin-bottom: 7.5rem !important;
  }

  .ml-xxl-4,
.mx-xxl-4 {
    margin-left: 7.5rem !important;
  }

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

  .mt-xxl-5,
.my-xxl-5 {
    margin-top: 15rem !important;
  }

  .mr-xxl-5,
.mx-xxl-5 {
    margin-right: 15rem !important;
  }

  .mb-xxl-5,
.my-xxl-5 {
    margin-bottom: 15rem !important;
  }

  .ml-xxl-5,
.mx-xxl-5 {
    margin-left: 15rem !important;
  }

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

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

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

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

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

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

  .pt-xxl-1,
.py-xxl-1 {
    padding-top: 1.25rem !important;
  }

  .pr-xxl-1,
.px-xxl-1 {
    padding-right: 1.25rem !important;
  }

  .pb-xxl-1,
.py-xxl-1 {
    padding-bottom: 1.25rem !important;
  }

  .pl-xxl-1,
.px-xxl-1 {
    padding-left: 1.25rem !important;
  }

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

  .pt-xxl-2,
.py-xxl-2 {
    padding-top: 2.5rem !important;
  }

  .pr-xxl-2,
.px-xxl-2 {
    padding-right: 2.5rem !important;
  }

  .pb-xxl-2,
.py-xxl-2 {
    padding-bottom: 2.5rem !important;
  }

  .pl-xxl-2,
.px-xxl-2 {
    padding-left: 2.5rem !important;
  }

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

  .pt-xxl-3,
.py-xxl-3 {
    padding-top: 5rem !important;
  }

  .pr-xxl-3,
.px-xxl-3 {
    padding-right: 5rem !important;
  }

  .pb-xxl-3,
.py-xxl-3 {
    padding-bottom: 5rem !important;
  }

  .pl-xxl-3,
.px-xxl-3 {
    padding-left: 5rem !important;
  }

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

  .pt-xxl-4,
.py-xxl-4 {
    padding-top: 7.5rem !important;
  }

  .pr-xxl-4,
.px-xxl-4 {
    padding-right: 7.5rem !important;
  }

  .pb-xxl-4,
.py-xxl-4 {
    padding-bottom: 7.5rem !important;
  }

  .pl-xxl-4,
.px-xxl-4 {
    padding-left: 7.5rem !important;
  }

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

  .pt-xxl-5,
.py-xxl-5 {
    padding-top: 15rem !important;
  }

  .pr-xxl-5,
.px-xxl-5 {
    padding-right: 15rem !important;
  }

  .pb-xxl-5,
.py-xxl-5 {
    padding-bottom: 15rem !important;
  }

  .pl-xxl-5,
.px-xxl-5 {
    padding-left: 15rem !important;
  }

  .m-xxl-n1 {
    margin: -1.25rem !important;
  }

  .mt-xxl-n1,
.my-xxl-n1 {
    margin-top: -1.25rem !important;
  }

  .mr-xxl-n1,
.mx-xxl-n1 {
    margin-right: -1.25rem !important;
  }

  .mb-xxl-n1,
.my-xxl-n1 {
    margin-bottom: -1.25rem !important;
  }

  .ml-xxl-n1,
.mx-xxl-n1 {
    margin-left: -1.25rem !important;
  }

  .m-xxl-n2 {
    margin: -2.5rem !important;
  }

  .mt-xxl-n2,
.my-xxl-n2 {
    margin-top: -2.5rem !important;
  }

  .mr-xxl-n2,
.mx-xxl-n2 {
    margin-right: -2.5rem !important;
  }

  .mb-xxl-n2,
.my-xxl-n2 {
    margin-bottom: -2.5rem !important;
  }

  .ml-xxl-n2,
.mx-xxl-n2 {
    margin-left: -2.5rem !important;
  }

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

  .mt-xxl-n3,
.my-xxl-n3 {
    margin-top: -5rem !important;
  }

  .mr-xxl-n3,
.mx-xxl-n3 {
    margin-right: -5rem !important;
  }

  .mb-xxl-n3,
.my-xxl-n3 {
    margin-bottom: -5rem !important;
  }

  .ml-xxl-n3,
.mx-xxl-n3 {
    margin-left: -5rem !important;
  }

  .m-xxl-n4 {
    margin: -7.5rem !important;
  }

  .mt-xxl-n4,
.my-xxl-n4 {
    margin-top: -7.5rem !important;
  }

  .mr-xxl-n4,
.mx-xxl-n4 {
    margin-right: -7.5rem !important;
  }

  .mb-xxl-n4,
.my-xxl-n4 {
    margin-bottom: -7.5rem !important;
  }

  .ml-xxl-n4,
.mx-xxl-n4 {
    margin-left: -7.5rem !important;
  }

  .m-xxl-n5 {
    margin: -15rem !important;
  }

  .mt-xxl-n5,
.my-xxl-n5 {
    margin-top: -15rem !important;
  }

  .mr-xxl-n5,
.mx-xxl-n5 {
    margin-right: -15rem !important;
  }

  .mb-xxl-n5,
.my-xxl-n5 {
    margin-bottom: -15rem !important;
  }

  .ml-xxl-n5,
.mx-xxl-n5 {
    margin-left: -15rem !important;
  }

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

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

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

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

  .ml-xxl-auto,
.mx-xxl-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1560px) {
  .m-xxxl-0 {
    margin: 0 !important;
  }

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

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

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

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

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

  .mt-xxxl-1,
.my-xxxl-1 {
    margin-top: 1.25rem !important;
  }

  .mr-xxxl-1,
.mx-xxxl-1 {
    margin-right: 1.25rem !important;
  }

  .mb-xxxl-1,
.my-xxxl-1 {
    margin-bottom: 1.25rem !important;
  }

  .ml-xxxl-1,
.mx-xxxl-1 {
    margin-left: 1.25rem !important;
  }

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

  .mt-xxxl-2,
.my-xxxl-2 {
    margin-top: 2.5rem !important;
  }

  .mr-xxxl-2,
.mx-xxxl-2 {
    margin-right: 2.5rem !important;
  }

  .mb-xxxl-2,
.my-xxxl-2 {
    margin-bottom: 2.5rem !important;
  }

  .ml-xxxl-2,
.mx-xxxl-2 {
    margin-left: 2.5rem !important;
  }

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

  .mt-xxxl-3,
.my-xxxl-3 {
    margin-top: 5rem !important;
  }

  .mr-xxxl-3,
.mx-xxxl-3 {
    margin-right: 5rem !important;
  }

  .mb-xxxl-3,
.my-xxxl-3 {
    margin-bottom: 5rem !important;
  }

  .ml-xxxl-3,
.mx-xxxl-3 {
    margin-left: 5rem !important;
  }

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

  .mt-xxxl-4,
.my-xxxl-4 {
    margin-top: 7.5rem !important;
  }

  .mr-xxxl-4,
.mx-xxxl-4 {
    margin-right: 7.5rem !important;
  }

  .mb-xxxl-4,
.my-xxxl-4 {
    margin-bottom: 7.5rem !important;
  }

  .ml-xxxl-4,
.mx-xxxl-4 {
    margin-left: 7.5rem !important;
  }

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

  .mt-xxxl-5,
.my-xxxl-5 {
    margin-top: 15rem !important;
  }

  .mr-xxxl-5,
.mx-xxxl-5 {
    margin-right: 15rem !important;
  }

  .mb-xxxl-5,
.my-xxxl-5 {
    margin-bottom: 15rem !important;
  }

  .ml-xxxl-5,
.mx-xxxl-5 {
    margin-left: 15rem !important;
  }

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

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

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

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

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

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

  .pt-xxxl-1,
.py-xxxl-1 {
    padding-top: 1.25rem !important;
  }

  .pr-xxxl-1,
.px-xxxl-1 {
    padding-right: 1.25rem !important;
  }

  .pb-xxxl-1,
.py-xxxl-1 {
    padding-bottom: 1.25rem !important;
  }

  .pl-xxxl-1,
.px-xxxl-1 {
    padding-left: 1.25rem !important;
  }

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

  .pt-xxxl-2,
.py-xxxl-2 {
    padding-top: 2.5rem !important;
  }

  .pr-xxxl-2,
.px-xxxl-2 {
    padding-right: 2.5rem !important;
  }

  .pb-xxxl-2,
.py-xxxl-2 {
    padding-bottom: 2.5rem !important;
  }

  .pl-xxxl-2,
.px-xxxl-2 {
    padding-left: 2.5rem !important;
  }

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

  .pt-xxxl-3,
.py-xxxl-3 {
    padding-top: 5rem !important;
  }

  .pr-xxxl-3,
.px-xxxl-3 {
    padding-right: 5rem !important;
  }

  .pb-xxxl-3,
.py-xxxl-3 {
    padding-bottom: 5rem !important;
  }

  .pl-xxxl-3,
.px-xxxl-3 {
    padding-left: 5rem !important;
  }

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

  .pt-xxxl-4,
.py-xxxl-4 {
    padding-top: 7.5rem !important;
  }

  .pr-xxxl-4,
.px-xxxl-4 {
    padding-right: 7.5rem !important;
  }

  .pb-xxxl-4,
.py-xxxl-4 {
    padding-bottom: 7.5rem !important;
  }

  .pl-xxxl-4,
.px-xxxl-4 {
    padding-left: 7.5rem !important;
  }

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

  .pt-xxxl-5,
.py-xxxl-5 {
    padding-top: 15rem !important;
  }

  .pr-xxxl-5,
.px-xxxl-5 {
    padding-right: 15rem !important;
  }

  .pb-xxxl-5,
.py-xxxl-5 {
    padding-bottom: 15rem !important;
  }

  .pl-xxxl-5,
.px-xxxl-5 {
    padding-left: 15rem !important;
  }

  .m-xxxl-n1 {
    margin: -1.25rem !important;
  }

  .mt-xxxl-n1,
.my-xxxl-n1 {
    margin-top: -1.25rem !important;
  }

  .mr-xxxl-n1,
.mx-xxxl-n1 {
    margin-right: -1.25rem !important;
  }

  .mb-xxxl-n1,
.my-xxxl-n1 {
    margin-bottom: -1.25rem !important;
  }

  .ml-xxxl-n1,
.mx-xxxl-n1 {
    margin-left: -1.25rem !important;
  }

  .m-xxxl-n2 {
    margin: -2.5rem !important;
  }

  .mt-xxxl-n2,
.my-xxxl-n2 {
    margin-top: -2.5rem !important;
  }

  .mr-xxxl-n2,
.mx-xxxl-n2 {
    margin-right: -2.5rem !important;
  }

  .mb-xxxl-n2,
.my-xxxl-n2 {
    margin-bottom: -2.5rem !important;
  }

  .ml-xxxl-n2,
.mx-xxxl-n2 {
    margin-left: -2.5rem !important;
  }

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

  .mt-xxxl-n3,
.my-xxxl-n3 {
    margin-top: -5rem !important;
  }

  .mr-xxxl-n3,
.mx-xxxl-n3 {
    margin-right: -5rem !important;
  }

  .mb-xxxl-n3,
.my-xxxl-n3 {
    margin-bottom: -5rem !important;
  }

  .ml-xxxl-n3,
.mx-xxxl-n3 {
    margin-left: -5rem !important;
  }

  .m-xxxl-n4 {
    margin: -7.5rem !important;
  }

  .mt-xxxl-n4,
.my-xxxl-n4 {
    margin-top: -7.5rem !important;
  }

  .mr-xxxl-n4,
.mx-xxxl-n4 {
    margin-right: -7.5rem !important;
  }

  .mb-xxxl-n4,
.my-xxxl-n4 {
    margin-bottom: -7.5rem !important;
  }

  .ml-xxxl-n4,
.mx-xxxl-n4 {
    margin-left: -7.5rem !important;
  }

  .m-xxxl-n5 {
    margin: -15rem !important;
  }

  .mt-xxxl-n5,
.my-xxxl-n5 {
    margin-top: -15rem !important;
  }

  .mr-xxxl-n5,
.mx-xxxl-n5 {
    margin-right: -15rem !important;
  }

  .mb-xxxl-n5,
.my-xxxl-n5 {
    margin-bottom: -15rem !important;
  }

  .ml-xxxl-n5,
.mx-xxxl-n5 {
    margin-left: -15rem !important;
  }

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

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

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

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

  .ml-xxxl-auto,
.mx-xxxl-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1880px) {
  .m-xxxxl-0 {
    margin: 0 !important;
  }

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

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

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

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

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

  .mt-xxxxl-1,
.my-xxxxl-1 {
    margin-top: 1.25rem !important;
  }

  .mr-xxxxl-1,
.mx-xxxxl-1 {
    margin-right: 1.25rem !important;
  }

  .mb-xxxxl-1,
.my-xxxxl-1 {
    margin-bottom: 1.25rem !important;
  }

  .ml-xxxxl-1,
.mx-xxxxl-1 {
    margin-left: 1.25rem !important;
  }

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

  .mt-xxxxl-2,
.my-xxxxl-2 {
    margin-top: 2.5rem !important;
  }

  .mr-xxxxl-2,
.mx-xxxxl-2 {
    margin-right: 2.5rem !important;
  }

  .mb-xxxxl-2,
.my-xxxxl-2 {
    margin-bottom: 2.5rem !important;
  }

  .ml-xxxxl-2,
.mx-xxxxl-2 {
    margin-left: 2.5rem !important;
  }

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

  .mt-xxxxl-3,
.my-xxxxl-3 {
    margin-top: 5rem !important;
  }

  .mr-xxxxl-3,
.mx-xxxxl-3 {
    margin-right: 5rem !important;
  }

  .mb-xxxxl-3,
.my-xxxxl-3 {
    margin-bottom: 5rem !important;
  }

  .ml-xxxxl-3,
.mx-xxxxl-3 {
    margin-left: 5rem !important;
  }

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

  .mt-xxxxl-4,
.my-xxxxl-4 {
    margin-top: 7.5rem !important;
  }

  .mr-xxxxl-4,
.mx-xxxxl-4 {
    margin-right: 7.5rem !important;
  }

  .mb-xxxxl-4,
.my-xxxxl-4 {
    margin-bottom: 7.5rem !important;
  }

  .ml-xxxxl-4,
.mx-xxxxl-4 {
    margin-left: 7.5rem !important;
  }

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

  .mt-xxxxl-5,
.my-xxxxl-5 {
    margin-top: 15rem !important;
  }

  .mr-xxxxl-5,
.mx-xxxxl-5 {
    margin-right: 15rem !important;
  }

  .mb-xxxxl-5,
.my-xxxxl-5 {
    margin-bottom: 15rem !important;
  }

  .ml-xxxxl-5,
.mx-xxxxl-5 {
    margin-left: 15rem !important;
  }

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

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

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

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

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

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

  .pt-xxxxl-1,
.py-xxxxl-1 {
    padding-top: 1.25rem !important;
  }

  .pr-xxxxl-1,
.px-xxxxl-1 {
    padding-right: 1.25rem !important;
  }

  .pb-xxxxl-1,
.py-xxxxl-1 {
    padding-bottom: 1.25rem !important;
  }

  .pl-xxxxl-1,
.px-xxxxl-1 {
    padding-left: 1.25rem !important;
  }

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

  .pt-xxxxl-2,
.py-xxxxl-2 {
    padding-top: 2.5rem !important;
  }

  .pr-xxxxl-2,
.px-xxxxl-2 {
    padding-right: 2.5rem !important;
  }

  .pb-xxxxl-2,
.py-xxxxl-2 {
    padding-bottom: 2.5rem !important;
  }

  .pl-xxxxl-2,
.px-xxxxl-2 {
    padding-left: 2.5rem !important;
  }

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

  .pt-xxxxl-3,
.py-xxxxl-3 {
    padding-top: 5rem !important;
  }

  .pr-xxxxl-3,
.px-xxxxl-3 {
    padding-right: 5rem !important;
  }

  .pb-xxxxl-3,
.py-xxxxl-3 {
    padding-bottom: 5rem !important;
  }

  .pl-xxxxl-3,
.px-xxxxl-3 {
    padding-left: 5rem !important;
  }

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

  .pt-xxxxl-4,
.py-xxxxl-4 {
    padding-top: 7.5rem !important;
  }

  .pr-xxxxl-4,
.px-xxxxl-4 {
    padding-right: 7.5rem !important;
  }

  .pb-xxxxl-4,
.py-xxxxl-4 {
    padding-bottom: 7.5rem !important;
  }

  .pl-xxxxl-4,
.px-xxxxl-4 {
    padding-left: 7.5rem !important;
  }

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

  .pt-xxxxl-5,
.py-xxxxl-5 {
    padding-top: 15rem !important;
  }

  .pr-xxxxl-5,
.px-xxxxl-5 {
    padding-right: 15rem !important;
  }

  .pb-xxxxl-5,
.py-xxxxl-5 {
    padding-bottom: 15rem !important;
  }

  .pl-xxxxl-5,
.px-xxxxl-5 {
    padding-left: 15rem !important;
  }

  .m-xxxxl-n1 {
    margin: -1.25rem !important;
  }

  .mt-xxxxl-n1,
.my-xxxxl-n1 {
    margin-top: -1.25rem !important;
  }

  .mr-xxxxl-n1,
.mx-xxxxl-n1 {
    margin-right: -1.25rem !important;
  }

  .mb-xxxxl-n1,
.my-xxxxl-n1 {
    margin-bottom: -1.25rem !important;
  }

  .ml-xxxxl-n1,
.mx-xxxxl-n1 {
    margin-left: -1.25rem !important;
  }

  .m-xxxxl-n2 {
    margin: -2.5rem !important;
  }

  .mt-xxxxl-n2,
.my-xxxxl-n2 {
    margin-top: -2.5rem !important;
  }

  .mr-xxxxl-n2,
.mx-xxxxl-n2 {
    margin-right: -2.5rem !important;
  }

  .mb-xxxxl-n2,
.my-xxxxl-n2 {
    margin-bottom: -2.5rem !important;
  }

  .ml-xxxxl-n2,
.mx-xxxxl-n2 {
    margin-left: -2.5rem !important;
  }

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

  .mt-xxxxl-n3,
.my-xxxxl-n3 {
    margin-top: -5rem !important;
  }

  .mr-xxxxl-n3,
.mx-xxxxl-n3 {
    margin-right: -5rem !important;
  }

  .mb-xxxxl-n3,
.my-xxxxl-n3 {
    margin-bottom: -5rem !important;
  }

  .ml-xxxxl-n3,
.mx-xxxxl-n3 {
    margin-left: -5rem !important;
  }

  .m-xxxxl-n4 {
    margin: -7.5rem !important;
  }

  .mt-xxxxl-n4,
.my-xxxxl-n4 {
    margin-top: -7.5rem !important;
  }

  .mr-xxxxl-n4,
.mx-xxxxl-n4 {
    margin-right: -7.5rem !important;
  }

  .mb-xxxxl-n4,
.my-xxxxl-n4 {
    margin-bottom: -7.5rem !important;
  }

  .ml-xxxxl-n4,
.mx-xxxxl-n4 {
    margin-left: -7.5rem !important;
  }

  .m-xxxxl-n5 {
    margin: -15rem !important;
  }

  .mt-xxxxl-n5,
.my-xxxxl-n5 {
    margin-top: -15rem !important;
  }

  .mr-xxxxl-n5,
.mx-xxxxl-n5 {
    margin-right: -15rem !important;
  }

  .mb-xxxxl-n5,
.my-xxxxl-n5 {
    margin-bottom: -15rem !important;
  }

  .ml-xxxxl-n5,
.mx-xxxxl-n5 {
    margin-left: -15rem !important;
  }

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

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

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

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

  .ml-xxxxl-auto,
.mx-xxxxl-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1920px) {
  .m-xxxxxl-0 {
    margin: 0 !important;
  }

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

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

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

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

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

  .mt-xxxxxl-1,
.my-xxxxxl-1 {
    margin-top: 1.25rem !important;
  }

  .mr-xxxxxl-1,
.mx-xxxxxl-1 {
    margin-right: 1.25rem !important;
  }

  .mb-xxxxxl-1,
.my-xxxxxl-1 {
    margin-bottom: 1.25rem !important;
  }

  .ml-xxxxxl-1,
.mx-xxxxxl-1 {
    margin-left: 1.25rem !important;
  }

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

  .mt-xxxxxl-2,
.my-xxxxxl-2 {
    margin-top: 2.5rem !important;
  }

  .mr-xxxxxl-2,
.mx-xxxxxl-2 {
    margin-right: 2.5rem !important;
  }

  .mb-xxxxxl-2,
.my-xxxxxl-2 {
    margin-bottom: 2.5rem !important;
  }

  .ml-xxxxxl-2,
.mx-xxxxxl-2 {
    margin-left: 2.5rem !important;
  }

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

  .mt-xxxxxl-3,
.my-xxxxxl-3 {
    margin-top: 5rem !important;
  }

  .mr-xxxxxl-3,
.mx-xxxxxl-3 {
    margin-right: 5rem !important;
  }

  .mb-xxxxxl-3,
.my-xxxxxl-3 {
    margin-bottom: 5rem !important;
  }

  .ml-xxxxxl-3,
.mx-xxxxxl-3 {
    margin-left: 5rem !important;
  }

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

  .mt-xxxxxl-4,
.my-xxxxxl-4 {
    margin-top: 7.5rem !important;
  }

  .mr-xxxxxl-4,
.mx-xxxxxl-4 {
    margin-right: 7.5rem !important;
  }

  .mb-xxxxxl-4,
.my-xxxxxl-4 {
    margin-bottom: 7.5rem !important;
  }

  .ml-xxxxxl-4,
.mx-xxxxxl-4 {
    margin-left: 7.5rem !important;
  }

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

  .mt-xxxxxl-5,
.my-xxxxxl-5 {
    margin-top: 15rem !important;
  }

  .mr-xxxxxl-5,
.mx-xxxxxl-5 {
    margin-right: 15rem !important;
  }

  .mb-xxxxxl-5,
.my-xxxxxl-5 {
    margin-bottom: 15rem !important;
  }

  .ml-xxxxxl-5,
.mx-xxxxxl-5 {
    margin-left: 15rem !important;
  }

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

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

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

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

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

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

  .pt-xxxxxl-1,
.py-xxxxxl-1 {
    padding-top: 1.25rem !important;
  }

  .pr-xxxxxl-1,
.px-xxxxxl-1 {
    padding-right: 1.25rem !important;
  }

  .pb-xxxxxl-1,
.py-xxxxxl-1 {
    padding-bottom: 1.25rem !important;
  }

  .pl-xxxxxl-1,
.px-xxxxxl-1 {
    padding-left: 1.25rem !important;
  }

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

  .pt-xxxxxl-2,
.py-xxxxxl-2 {
    padding-top: 2.5rem !important;
  }

  .pr-xxxxxl-2,
.px-xxxxxl-2 {
    padding-right: 2.5rem !important;
  }

  .pb-xxxxxl-2,
.py-xxxxxl-2 {
    padding-bottom: 2.5rem !important;
  }

  .pl-xxxxxl-2,
.px-xxxxxl-2 {
    padding-left: 2.5rem !important;
  }

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

  .pt-xxxxxl-3,
.py-xxxxxl-3 {
    padding-top: 5rem !important;
  }

  .pr-xxxxxl-3,
.px-xxxxxl-3 {
    padding-right: 5rem !important;
  }

  .pb-xxxxxl-3,
.py-xxxxxl-3 {
    padding-bottom: 5rem !important;
  }

  .pl-xxxxxl-3,
.px-xxxxxl-3 {
    padding-left: 5rem !important;
  }

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

  .pt-xxxxxl-4,
.py-xxxxxl-4 {
    padding-top: 7.5rem !important;
  }

  .pr-xxxxxl-4,
.px-xxxxxl-4 {
    padding-right: 7.5rem !important;
  }

  .pb-xxxxxl-4,
.py-xxxxxl-4 {
    padding-bottom: 7.5rem !important;
  }

  .pl-xxxxxl-4,
.px-xxxxxl-4 {
    padding-left: 7.5rem !important;
  }

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

  .pt-xxxxxl-5,
.py-xxxxxl-5 {
    padding-top: 15rem !important;
  }

  .pr-xxxxxl-5,
.px-xxxxxl-5 {
    padding-right: 15rem !important;
  }

  .pb-xxxxxl-5,
.py-xxxxxl-5 {
    padding-bottom: 15rem !important;
  }

  .pl-xxxxxl-5,
.px-xxxxxl-5 {
    padding-left: 15rem !important;
  }

  .m-xxxxxl-n1 {
    margin: -1.25rem !important;
  }

  .mt-xxxxxl-n1,
.my-xxxxxl-n1 {
    margin-top: -1.25rem !important;
  }

  .mr-xxxxxl-n1,
.mx-xxxxxl-n1 {
    margin-right: -1.25rem !important;
  }

  .mb-xxxxxl-n1,
.my-xxxxxl-n1 {
    margin-bottom: -1.25rem !important;
  }

  .ml-xxxxxl-n1,
.mx-xxxxxl-n1 {
    margin-left: -1.25rem !important;
  }

  .m-xxxxxl-n2 {
    margin: -2.5rem !important;
  }

  .mt-xxxxxl-n2,
.my-xxxxxl-n2 {
    margin-top: -2.5rem !important;
  }

  .mr-xxxxxl-n2,
.mx-xxxxxl-n2 {
    margin-right: -2.5rem !important;
  }

  .mb-xxxxxl-n2,
.my-xxxxxl-n2 {
    margin-bottom: -2.5rem !important;
  }

  .ml-xxxxxl-n2,
.mx-xxxxxl-n2 {
    margin-left: -2.5rem !important;
  }

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

  .mt-xxxxxl-n3,
.my-xxxxxl-n3 {
    margin-top: -5rem !important;
  }

  .mr-xxxxxl-n3,
.mx-xxxxxl-n3 {
    margin-right: -5rem !important;
  }

  .mb-xxxxxl-n3,
.my-xxxxxl-n3 {
    margin-bottom: -5rem !important;
  }

  .ml-xxxxxl-n3,
.mx-xxxxxl-n3 {
    margin-left: -5rem !important;
  }

  .m-xxxxxl-n4 {
    margin: -7.5rem !important;
  }

  .mt-xxxxxl-n4,
.my-xxxxxl-n4 {
    margin-top: -7.5rem !important;
  }

  .mr-xxxxxl-n4,
.mx-xxxxxl-n4 {
    margin-right: -7.5rem !important;
  }

  .mb-xxxxxl-n4,
.my-xxxxxl-n4 {
    margin-bottom: -7.5rem !important;
  }

  .ml-xxxxxl-n4,
.mx-xxxxxl-n4 {
    margin-left: -7.5rem !important;
  }

  .m-xxxxxl-n5 {
    margin: -15rem !important;
  }

  .mt-xxxxxl-n5,
.my-xxxxxl-n5 {
    margin-top: -15rem !important;
  }

  .mr-xxxxxl-n5,
.mx-xxxxxl-n5 {
    margin-right: -15rem !important;
  }

  .mb-xxxxxl-n5,
.my-xxxxxl-n5 {
    margin-bottom: -15rem !important;
  }

  .ml-xxxxxl-n5,
.mx-xxxxxl-n5 {
    margin-left: -15rem !important;
  }

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

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

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

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

  .ml-xxxxxl-auto,
.mx-xxxxxl-auto {
    margin-left: auto !important;
  }
}
.btn {
  display: inline-block;
  font-weight: 700;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 25px 50px;
  font-size: 0.8rem;
  line-height: 1.7;
  border-radius: 0px;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}
.btn:hover {
  color: #212529;
  text-decoration: none;
}
.btn:focus, .btn.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.btn.disabled, .btn:disabled {
  opacity: 0.65;
}
.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}
a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}

.btn-primary {
  color: #ffffff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-primary:hover {
  color: #ffffff;
  background-color: #0069d9;
  border-color: #0062cc;
}
.btn-primary:focus, .btn-primary.focus {
  color: #ffffff;
  background-color: #0069d9;
  border-color: #0062cc;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}
.btn-primary.disabled, .btn-primary:disabled {
  color: #ffffff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
  color: #ffffff;
  background-color: #0062cc;
  border-color: #005cbf;
}
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

.btn-secondary {
  color: #ffffff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-secondary:hover {
  color: #ffffff;
  background-color: #5a6268;
  border-color: #545b62;
}
.btn-secondary:focus, .btn-secondary.focus {
  color: #ffffff;
  background-color: #5a6268;
  border-color: #545b62;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}
.btn-secondary.disabled, .btn-secondary:disabled {
  color: #ffffff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
  color: #ffffff;
  background-color: #545b62;
  border-color: #4e555b;
}
.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

.btn-success {
  color: #ffffff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-success:hover {
  color: #ffffff;
  background-color: #218838;
  border-color: #1e7e34;
}
.btn-success:focus, .btn-success.focus {
  color: #ffffff;
  background-color: #218838;
  border-color: #1e7e34;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}
.btn-success.disabled, .btn-success:disabled {
  color: #ffffff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
  color: #ffffff;
  background-color: #1e7e34;
  border-color: #1c7430;
}
.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus, .show > .btn-success.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}

.btn-info {
  color: #ffffff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:hover {
  color: #ffffff;
  background-color: #138496;
  border-color: #117a8b;
}
.btn-info:focus, .btn-info.focus {
  color: #ffffff;
  background-color: #138496;
  border-color: #117a8b;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}
.btn-info.disabled, .btn-info:disabled {
  color: #ffffff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle {
  color: #ffffff;
  background-color: #117a8b;
  border-color: #10707f;
}
.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus, .show > .btn-info.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
}
.btn-warning:focus, .btn-warning.focus {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}
.btn-warning.disabled, .btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500;
}
.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-warning.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}

.btn-danger {
  color: #ffffff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:hover {
  color: #ffffff;
  background-color: #c82333;
  border-color: #bd2130;
}
.btn-danger:focus, .btn-danger.focus {
  color: #ffffff;
  background-color: #c82333;
  border-color: #bd2130;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}
.btn-danger.disabled, .btn-danger:disabled {
  color: #ffffff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
  color: #ffffff;
  background-color: #bd2130;
  border-color: #b21f2d;
}
.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-danger.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}
.btn-light:focus, .btn-light.focus {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}
.btn-light.disabled, .btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}
.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus, .show > .btn-light.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

.btn-dark {
  color: #ffffff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:hover {
  color: #ffffff;
  background-color: #23272b;
  border-color: #1d2124;
}
.btn-dark:focus, .btn-dark.focus {
  color: #ffffff;
  background-color: #23272b;
  border-color: #1d2124;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}
.btn-dark.disabled, .btn-dark:disabled {
  color: #ffffff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .show > .btn-dark.dropdown-toggle {
  color: #ffffff;
  background-color: #1d2124;
  border-color: #171a1d;
}
.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-dark.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

.btn-outline-primary {
  color: #007bff;
  border-color: #007bff;
}
.btn-outline-primary:hover {
  color: #ffffff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-outline-primary:focus, .btn-outline-primary.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #007bff;
  background-color: transparent;
}
.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle {
  color: #ffffff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:hover {
  color: #ffffff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .btn-outline-secondary.dropdown-toggle {
  color: #ffffff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-success {
  color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:hover {
  color: #ffffff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:focus, .btn-outline-success.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent;
}
.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active, .show > .btn-outline-success.dropdown-toggle {
  color: #ffffff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-success.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:hover {
  color: #ffffff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:focus, .btn-outline-info.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}
.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active, .show > .btn-outline-info.dropdown-toggle {
  color: #ffffff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-info.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:focus, .btn-outline-warning.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}
.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active, .show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-warning.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:hover {
  color: #ffffff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:focus, .btn-outline-danger.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent;
}
.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active, .show > .btn-outline-danger.dropdown-toggle {
  color: #ffffff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-danger.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:focus, .btn-outline-light.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}
.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active, .show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-light.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-dark {
  color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:hover {
  color: #ffffff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:focus, .btn-outline-dark.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}
.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active, .show > .btn-outline-dark.dropdown-toggle {
  color: #ffffff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-dark.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-link {
  font-weight: 400;
  color: #007bff;
  text-decoration: none;
}
.btn-link:hover {
  color: #0056b3;
  text-decoration: underline;
}
.btn-link:focus, .btn-link.focus {
  text-decoration: underline;
}
.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}

.btn-lg {
  padding: 0.5rem 1rem;
  font-size: 1.8rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}
@media (max-width: 1200px) {
  .btn-lg {
    font-size: calc(1.305rem + 0.66vw);
  }
}

.btn-sm {
  padding: 0.25rem 0.5rem;
  font-size: 0.675rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 0.5rem;
}

input[type=submit].btn-block,
input[type=reset].btn-block,
input[type=button].btn-block {
  width: 100%;
}

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
}

.alert-dismissible {
  padding-right: 3.85rem;
}
.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

.alert-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff;
}
.alert-primary hr {
  border-top-color: #9fcdff;
}
.alert-primary .alert-link {
  color: #002752;
}

.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db;
}
.alert-secondary hr {
  border-top-color: #c8cbcf;
}
.alert-secondary .alert-link {
  color: #202326;
}

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}
.alert-success hr {
  border-top-color: #b1dfbb;
}
.alert-success .alert-link {
  color: #0b2e13;
}

.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}
.alert-info hr {
  border-top-color: #abdde5;
}
.alert-info .alert-link {
  color: #062c33;
}

.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}
.alert-warning hr {
  border-top-color: #ffe8a1;
}
.alert-warning .alert-link {
  color: #533f03;
}

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}
.alert-danger hr {
  border-top-color: #f1b0b7;
}
.alert-danger .alert-link {
  color: #491217;
}

.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
}
.alert-light hr {
  border-top-color: #ececf6;
}
.alert-light .alert-link {
  color: #686868;
}

.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}
.alert-dark hr {
  border-top-color: #b9bbbe;
}
.alert-dark .alert-link {
  color: #040505;
}

.fade {
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  -o-transition: height 0.35s ease;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

/**
 * WordPress Generated Classes
 * @see http://codex.wordpress.org/CSS#WordPress_Generated_Classes
 */
/** Media alignment */
.alignnone {
  margin-left: 0;
  margin-right: 0;
  max-width: 100%;
  height: auto;
}

.aligncenter {
  display: block;
  margin: 2.5rem auto;
  height: auto;
}

.alignleft,
.alignright {
  margin-bottom: 2.5rem;
  height: auto;
}

@media (min-width: 540px) {
  .alignleft {
    float: left;
    margin-right: 2.5rem;
  }

  .alignright {
    float: right;
    margin-left: 2.5rem;
  }
}
/** Captions */
/** Text meant only for screen readers */
.formcraft-css .form-cover .fc-form {
  background-color: transparent !important;
}
@media (max-width: 719.98px) {
  .formcraft-css .form-cover .fc-form .form-page-content {
    margin-top: 1.6666666667rem;
  }
  .formcraft-css .form-cover .fc-form .form-page-content .sub-label,
.formcraft-css .form-cover .fc-form .form-page-content .sub-label-false,
.formcraft-css .form-cover .fc-form .form-page-content .sub-label-true {
    width: 100% !important;
  }
  .formcraft-css .form-cover .fc-form .form-page-content .field-cover > div {
    width: 100% !important;
  }
  .formcraft-css .form-cover .fc-form .form-page-content .submit-cover {
    margin-top: 1.25rem !important;
    margin-left: 0 !important;
  }
}
@media (min-width: 720px) {
  .formcraft-css .form-cover .fc-form .form-page-content {
    margin-top: 3.3333333333rem;
  }
  .formcraft-css .form-cover .fc-form .form-page-content .sub-label,
.formcraft-css .form-cover .fc-form .form-page-content .sub-label-false,
.formcraft-css .form-cover .fc-form .form-page-content .sub-label-true {
    width: 25% !important;
  }
  .formcraft-css .form-cover .fc-form .form-page-content .field-cover > div {
    width: 75% !important;
  }
  .formcraft-css .form-cover .fc-form .form-page-content .submit-cover {
    margin-top: 2.5rem !important;
    margin-left: 25% !important;
  }
}
@media (min-width: 1024px) {
  .formcraft-css .form-cover .fc-form .form-page-content {
    margin-top: 3.3333333333rem;
  }
  .formcraft-css .form-cover .fc-form .form-page-content .sub-label,
.formcraft-css .form-cover .fc-form .form-page-content .sub-label-false,
.formcraft-css .form-cover .fc-form .form-page-content .sub-label-true {
    width: 15% !important;
  }
  .formcraft-css .form-cover .fc-form .form-page-content .field-cover > div {
    width: 85% !important;
  }
  .formcraft-css .form-cover .fc-form .form-page-content .submit-cover {
    margin-top: 2.5rem !important;
    margin-left: 15% !important;
  }
}
.formcraft-css .form-cover .fc-form .form-page-content .form-element .form-element-html .submit-cover .submit-button,
.formcraft-css .form-cover .fc-form .form-page-content .form-element .form-element-html .simple_button {
  border-radius: 0px !important;
  font-size: 1.28rem !important;
  padding: 42.5px 65px 42.5px 65px !important;
  padding-top: 25px !important;
  padding-bottom: 25px !important;
  line-height: 1;
}
@media (max-width: 719.98px) {
  .formcraft-css .form-cover .fc-form .form-page-content .form-element .form-element-html .submit-cover .submit-button,
.formcraft-css .form-cover .fc-form .form-page-content .form-element .form-element-html .simple_button {
    width: 100% !important;
  }
}
.formcraft-css .form-cover .fc-form .form-page-content .form-element .form-element-html .sub-label,
.formcraft-css .form-cover .fc-form .form-page-content .form-element .form-element-html .sub-label-false,
.formcraft-css .form-cover .fc-form .form-page-content .form-element .form-element-html .sub-label-true {
  text-align: left !important;
  font-size: 1.5em !important;
  font-weight: 100 !important;
  top: 0 !important;
}
.formcraft-css .form-cover .fc-form .form-page-content .form-element .form-element-html .main-label span::after {
  right: -0.5em !important;
}
@media (max-width: 719.98px) {
  .formcraft-css .form-cover .fc-form .form-page-content .form-element .form-element-html .main-label {
    margin-bottom: 0.5em !important;
  }
}
.formcraft-css .form-cover .fc-form .form-page-content .form-element .form-element-html input[type=text],
.formcraft-css .form-cover .fc-form .form-page-content .form-element .form-element-html input[type=email],
.formcraft-css .form-cover .fc-form .form-page-content .form-element .form-element-html input[type=password],
.formcraft-css .form-cover .fc-form .form-page-content .form-element .form-element-html input[type=number],
.formcraft-css .form-cover .fc-form .form-page-content .form-element .form-element-html select,
.formcraft-css .form-cover .fc-form .form-page-content .form-element .form-element-html textarea {
  border-radius: 0;
  font-size: 1.2em;
}
.formcraft-css .powered-by {
  display: none !important;
}

.form7 .row {
  margin-bottom: 1em;
}
.form7 label {
  text-align: left !important;
  font-size: 1.5em !important;
  font-weight: 100 !important;
  top: 0 !important;
}
.form7 .wpcf7-form-control-wrap {
  width: 100%;
}
.form7 input[type=text],
.form7 input[type=email],
.form7 input[type=password],
.form7 input[type=number],
.form7 select,
.form7 textarea {
  border-radius: 0;
  font-size: 1.2em;
}
.form7 input[type=text],
.form7 input[type=email],
.form7 select,
.form7 textarea {
  width: 100%;
}
.form7 .wpcf7-submit {
  font-size: 1.28rem !important;
  padding: 42.5px 65px 42.5px 65px !important;
  line-height: 1;
  border: none;
}
@media (max-width: 719.98px) {
  .form7 .wpcf7-submit {
    width: 100% !important;
  }
}

.skewed {
  -webkit-clip-path: polygon(0 50%, 50% 50%, 100% 100%, 50% 100%);
          clip-path: polygon(0 50%, 50% 50%, 100% 100%, 50% 100%);
  -webkit-transform: translateY(-25%);
      -ms-transform: translateY(-25%);
          transform: translateY(-25%);
}

img,
figure {
  width: auto;
  height: auto;
  max-width: 100%;
}

video, iframe {
  max-width: 100%;
}

button styling a.button,
a.btn,
button,
.btn,
.button,
a.btn[data-mce-selected] {
  display: inline-block;
  font-weight: 700;
  font-family: "Mada", sans-serif;
  border-left: none;
  border-right: none;
  border-top: none;
  border-bottom: 10px solid;
  padding: 26px 50px 25px 50px;
  border-radius: 0px;
  text-decoration: none !important;
  text-transform: uppercase;
}
button:hover,
.btn:hover,
.button:hover,
button a:hover,
.btn a:hover,
.button a:hover {
  text-decoration: none;
}
button:active,
.btn:active,
.button:active,
button:focus,
.btn:focus,
.button:focus {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
button.btn-lg,
.btn-lg.btn,
.btn-lg.button {
  padding: 40px 80px 40px 80px;
  font-size: 0.8rem;
  border-radius: 0px;
}
button.btn-xl,
.btn-xl.btn,
.btn-xl.button {
  padding: 62.5px 125px 62.5px 125px;
  font-size: 0.96rem;
  border-radius: 0px;
}
button.full-width,
.full-width.btn,
.full-width.button {
  width: 100%;
  text-align: center;
}

a:hover {
  text-decoration: underline;
}

a.btn[data-mce-selected] {
  margin-left: 0;
}

.panel-grid.panel-has-style > .panel-row-style,
.panel-grid.panel-no-style {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -25px;
  margin-left: -25px;
}

.col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.col > .inner {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 100%;
}

h1:first-child,
.h1:first-child,
h2:first-child,
.h2:first-child,
h3:first-child,
.h3:first-child,
h4:first-child,
.h4:first-child,
h5:first-child,
.h5:first-child,
h6:first-child,
.h6:first-child,
p:first-child,
.p:first-child,
.btn:first-child,
blockquote:first-child {
  margin-top: 0;
}
h1:last-child,
.h1:last-child,
h2:last-child,
.h2:last-child,
h3:last-child,
.h3:last-child,
h4:last-child,
.h4:last-child,
h5:last-child,
.h5:last-child,
h6:last-child,
.h6:last-child,
p:last-child,
.p:last-child,
.btn:last-child,
blockquote:last-child {
  margin-bottom: 0;
}

@media (max-width: 719.98px) {
  .row {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }

  .col {
    margin-top: 10px;
  }
  .col:first-child {
    margin-top: 0;
  }
  .col:last-child {
    margin-bottom: 0;
  }
  .col.col-6:nth-child(2) {
    margin-top: 0;
  }
}
body {
  font-family: "Mada", sans-serif;
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 1.7;
}

a {
  font-weight: inherit;
}

p,
.p {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  opacity: 0.9;
}
p.strong,
.p.strong {
  opacity: 1;
}
p + p,
p + .p,
.p + p,
.p + .p {
  margin-top: 1rem;
}
p + h1,
p + h2,
p + h3,
p + h3,
p + .h1,
p + .h2,
p + .h3,
.p + h1,
.p + h2,
.p + h3,
.p + h3,
.p + .h1,
.p + .h2,
.p + .h3 {
  margin-top: 2rem;
}
p + h4,
p + h5,
p + h6,
p + .h4,
p + .h5,
p + .h6,
.p + h4,
.p + h5,
.p + h6,
.p + .h4,
.p + .h5,
.p + .h6 {
  margin-top: 2rem;
}

.text-size-extreme {
  font-family: "Mada", sans-serif;
  font-size: 7em;
  font-weight: 400;
  line-height: 0.85;
  letter-spacing: -0.05em;
  margin: 0;
}
.text-size-extreme + p,
.text-size-extreme .p {
  margin-top: 1rem;
}
.text-size-extreme + h1,
.text-size-extreme + h2,
.text-size-extreme + h3,
.text-size-extreme + .h1,
.text-size-extreme + .h2,
.text-size-extreme + .h3 {
  margin-top: -1rem;
}

.text-size-extra {
  font-family: "Mada", sans-serif;
  font-size: 6em;
  font-weight: 400;
  line-height: 0.85;
  letter-spacing: -0.05em;
  margin: 0;
}
.text-size-extra + p,
.text-size-extra .p {
  margin-top: 1rem;
}
.text-size-extra + h1,
.text-size-extra + h2,
.text-size-extra + h3,
.text-size-extra + .h1,
.text-size-extra + .h2,
.text-size-extra + .h3 {
  margin-top: -1rem;
}

h1,
.h1 {
  font-family: "Mada", sans-serif;
  font-size: 4.3em;
  font-weight: 700;
  line-height: 1em;
  margin: 0;
}
@media (max-width: 719.98px) {
  h1,
.h1 {
    font-size: 2.5em;
    word-wrap: break-word;
  }
}
h1 + p,
h1 + .p,
.h1 + p,
.h1 + .p {
  margin-top: 1.85rem;
}
h1 + .text-variant-excerpt,
.h1 + .text-variant-excerpt {
  margin-top: 3em;
}
h1 + h1,
h1 + h2,
h1 + h3,
h1 + .h1,
h1 + .h2,
h1 + .h3,
.h1 + h1,
.h1 + h2,
.h1 + h3,
.h1 + .h1,
.h1 + .h2,
.h1 + .h3 {
  margin-top: -1rem;
}
h1 + mark,
.h1 + mark {
  margin-top: 2rem;
}

h2,
.h2 {
  font-family: "Mada", sans-serif;
  font-size: 1.75em;
  font-weight: 400;
  line-height: 1.19;
  margin: 0;
}
@media (max-width: 719.98px) {
  h2,
.h2 {
    font-size: 1.4em;
    word-wrap: break-word;
  }
}
h2 + p,
h2 + .p,
.h2 + p,
.h2 + .p {
  margin-top: 1rem;
}

h3,
.h3 {
  font-family: "Mada", sans-serif;
  font-size: 1.75em;
  font-weight: 400;
  line-height: 1.19;
  margin: 0;
}
h3 + p,
h3 + .p,
.h3 + p,
.h3 + .p {
  margin-top: 1rem;
}
h3 + h1,
h3 + .h1,
.h3 + h1,
.h3 + .h1 {
  margin-top: 1rem;
}

h4,
.h4 {
  font-family: "Mada", sans-serif;
  font-size: 3.3em;
  font-weight: 700;
  line-height: 0.935;
  margin: 0;
}
@media (max-width: 719.98px) {
  h4,
.h4 {
    font-size: 2.2em;
    word-wrap: break-word;
  }
}
h4 + p,
h4 + .p,
.h4 + p,
.h4 + .p {
  margin-top: 1rem;
}

h5,
.h5 {
  font-family: "Mada", sans-serif;
  font-size: 1.75em;
  font-weight: 700;
  line-height: 1.19;
  margin: 0;
}
h5 + p,
h5 + .p,
.h5 + p,
.h5 + .p {
  margin-top: 1rem;
}

h6,
.h6 {
  font-family: "Mada", sans-serif;
  font-size: 3.38em;
  font-weight: 700;
  line-height: 0.935;
  margin: 0;
}
@media (max-width: 719.98px) {
  h6,
.h6 {
    font-size: 2.8em;
    word-wrap: break-word;
  }
}
h6 + p,
h6 + .p,
.h6 + p,
.h6 + .p {
  margin-top: 1rem;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-lowercase {
  text-transform: none;
}

hr {
  margin: 1rem;
}

mark {
  display: inline-block;
  padding: 0.7em 1em;
  font-size: 0.85em;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-top: 1em;
  margin-right: 1em;
}
mark.small {
  font-size: 0.7em;
  padding: 0.4em 1.2em;
}
mark + h2,
mark + .h2 {
  margin-top: 1.5rem;
}

.text-variant-excerpt {
  font-family: "Mada", sans-serif;
}

a.rss {
  margin-left: 10px;
}

form {
  /* Safari selects are sort of ugly too.  Unfortunately this applies to both Safari *and* Chrome */
}
form input,
form select,
form textarea,
form button {
  display: inline-block;
  vertical-align: top;
  border: 1px solid #000;
  padding: 0.4em 1em;
  margin: 0;
  border-radius: 0;
}
form select.form-control.form-control-lg {
  background-color: #fff;
  padding: 0.5em 1em;
  width: 100%;
}
@media (-webkit-min-device-pixel-ratio: 0) {
  form select {
    -webkit-appearance: none;
    background-image: url("https://cdn4.iconfinder.com/data/icons/ionicons/512/icon-chevron-down-16.png") !important;
    background-position: right 12px center;
    background-repeat: no-repeat;
    padding-right: 20px;
  }
}

body .org-switcher #org-switcher-intro {
  color: #6E6E6E;
}
body .org-switcher .org-switcher-desktop {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  display: none;
}
@media (min-width: 1024px) {
  body .org-switcher .org-switcher-desktop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
body .org-switcher .org-switcher-desktop #org-switcher-intro {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  height: 45px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 40px;
  color: #6E6E6E;
}
@media (max-width: 1023.98px) {
  body .org-switcher .org-switcher-desktop #org-switcher-intro {
    display: none;
  }
}
body .org-switcher .org-switcher-desktop .so-widget-sow-tabs {
  height: 61px;
  margin-bottom: -1rem;
  margin-right: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 0;
}
@media (max-width: 1023.98px) {
  body .org-switcher .org-switcher-desktop .so-widget-sow-tabs {
    margin-right: 0;
  }
}
body .org-switcher .org-switcher-mobile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
body .org-switcher .org-switcher-mobile #org-switcher-intro {
  color: #6E6E6E;
}
@media (min-width: 1024px) {
  body .org-switcher .org-switcher-mobile {
    display: none;
  }
}
body .org-switcher .so-widget-sow-tabs .sow-tabs-tab {
  margin: 0 -2px 0 -2px;
}
body .org-switcher .so-widget-sow-tabs .sow-tabs-tab .sow-tabs-link {
  padding: 0.7142857143rem 1.6666666667rem;
  color: #fff;
  width: 100%;
  height: 100%;
  display: block;
}
@media (min-width: 1024px) {
  body .org-switcher .so-widget-sow-tabs .sow-tabs-tab .sow-tabs-link .sow-tabs-arrow {
    display: none;
  }
}
body .org-switcher .so-widget-sow-tabs .sow-tabs-tab .sow-tabs-link:hover {
  text-decoration: none;
}
@media (min-width: 1024px) {
  body .org-switcher .so-widget-sow-tabs .sow-tabs-tab {
    -webkit-transform: skew(-45deg, 0);
        -ms-transform: skew(-45deg, 0);
            transform: skew(-45deg, 0);
  }
}
body .org-switcher .so-widget-sow-tabs .sow-tabs-tab[data-anchor=makerfestivaltwente] {
  background: #00c4ff;
  color: #fff;
}
body .org-switcher .so-widget-sow-tabs .sow-tabs-tab[data-anchor=makerfestivaltwente]:hover {
  background: #66dcff;
}
body .org-switcher .so-widget-sow-tabs .sow-tabs-tab[data-anchor=makerfestivaltwente].sow-tabs-tab-selected {
  margin: 0 10px 0 0px;
}
body .org-switcher .so-widget-sow-tabs .sow-tabs-tab[data-anchor=maakplaatsen] {
  background: #0b85ff;
  color: #fff;
}
body .org-switcher .so-widget-sow-tabs .sow-tabs-tab[data-anchor=maakplaatsen]:hover {
  background: #71b8ff;
}
body .org-switcher .so-widget-sow-tabs .sow-tabs-tab[data-anchor=maakplaatsen].sow-tabs-tab-selected {
  margin: 0 0px 0 0px;
}
body .org-switcher .so-widget-sow-tabs .sow-tabs-tab[data-anchor=generators] {
  background: #242582;
  color: #fff;
}
body .org-switcher .so-widget-sow-tabs .sow-tabs-tab[data-anchor=generators]:hover {
  background: #4143cb;
}
body .org-switcher .so-widget-sow-tabs .sow-tabs-tab[data-anchor=generators].sow-tabs-tab-selected {
  margin: 0 0px 0 -8px;
}
body .org-switcher .so-widget-sow-tabs .sow-tabs-tab[data-anchor=athome] {
  background: #d870c1;
  color: #fff;
}
body .org-switcher .so-widget-sow-tabs .sow-tabs-tab[data-anchor=athome]:hover {
  background: #eec0e4;
}
body .org-switcher .so-widget-sow-tabs .sow-tabs-tab[data-anchor=athome].sow-tabs-tab-selected {
  margin: 0 10px 0 0px;
}
body .org-switcher .so-widget-sow-tabs .sow-tabs-tab .sow-tabs-title {
  text-transform: uppercase;
  font-size: 0.9em;
  text-align: center;
}
@media (min-width: 1024px) {
  body .org-switcher .so-widget-sow-tabs .sow-tabs-tab .sow-tabs-title {
    -webkit-transform: skew(45deg, 0);
        -ms-transform: skew(45deg, 0);
            transform: skew(45deg, 0);
  }
}
@media (max-width: 1115.98px) {
  body .org-switcher .so-widget-sow-tabs .sow-tabs-tab .sow-tabs-title {
    font-size: 1.2em;
  }
}
@media (max-width: 1023.98px) {
  body .org-switcher .so-widget-sow-tabs .sow-tabs-tab .sow-tabs-title .sow-tabs-link {
    padding: 0.4166666667rem 1.6666666667rem 0.4166666667rem 1.6666666667rem;
  }
}
body .org-switcher .so-widget-sow-tabs .sow-tabs-tab:hover .sow-tabs-link {
  padding: 0.7142857143rem 1.6666666667rem;
}
@media (max-width: 1023.98px) {
  body .org-switcher .so-widget-sow-tabs .org-selector-mobile {
    position: fixed;
    z-index: 10000;
    top: 0;
    right: 0;
    -webkit-transition: -webkit-transform 0.4s ease-in-out;
    transition: -webkit-transform 0.4s ease-in-out;
    -o-transition: transform 0.4s ease-in-out;
    transition: transform 0.4s ease-in-out;
    transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
    -webkit-transform: translateY(calc(-100% - 2px));
        -ms-transform: translateY(calc(-100% - 2px));
            transform: translateY(calc(-100% - 2px));
  }
  body .org-switcher .so-widget-sow-tabs .org-selector-mobile ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  body .org-switcher .so-widget-sow-tabs .org-selector-mobile ul li {
    margin-top: 30px;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
  }
  body .org-switcher .so-widget-sow-tabs .org-selector-mobile.expanded {
    -webkit-transform: translateY(44px);
        -ms-transform: translateY(44px);
            transform: translateY(44px);
  }
  body .org-switcher .so-widget-sow-tabs .org-selector-mobile.expanded ul li {
    margin-top: 0;
  }
  body .org-switcher .so-widget-sow-tabs .org-selector-mobile .sow-tabs-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  body .org-switcher .so-widget-sow-tabs .org-selector-mobile .sow-tabs-link .sow-tabs-arrow {
    margin-left: 1.25rem;
  }
  body .org-switcher .so-widget-sow-tabs .org-selector-mobile .sow-tabs-link .sow-tabs-arrow svg {
    color: #fff;
  }
  body .org-switcher .so-widget-sow-tabs .toggler-org-selector-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: #ccc;
    -webkit-transform: skew(-45deg, 0);
        -ms-transform: skew(-45deg, 0);
            transform: skew(-45deg, 0);
    padding: 10px 150px 10px 50px;
    margin-right: -125px;
  }
  body .org-switcher .so-widget-sow-tabs .toggler-org-selector-mobile .toggler-title {
    font-weight: 700;
    text-transform: uppercase;
    -webkit-transform: skew(45deg, 0);
        -ms-transform: skew(45deg, 0);
            transform: skew(45deg, 0);
    font-size: 0.75em;
    line-height: 120%;
  }
  body .org-switcher .so-widget-sow-tabs .toggler-org-selector-mobile .toggler-button {
    -webkit-transform: skew(45deg, 0);
        -ms-transform: skew(45deg, 0);
            transform: skew(45deg, 0);
    margin-left: 1.25rem;
  }
  body .org-switcher .so-widget-sow-tabs .toggler-org-selector-mobile.expanded .toggle-icon svg {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
  }
}
@media (min-width: 1024px) {
  body.maakplaatsen .org-switcher .so-widget-sow-tabs .sow-tabs-tab-container .org-switcher-desktop {
    margin-bottom: -6px;
  }
  body.maakplaatsen .org-switcher .so-widget-sow-tabs .sow-tabs-tab-container .org-switcher-desktop .sow-tabs-tab .sow-tabs-title {
    font-size: 0.9em;
  }
  body.maakplaatsen .org-switcher .so-widget-sow-tabs .sow-tabs-tab-container .org-switcher-desktop .sow-tabs-tab .sow-tabs-link {
    padding: 0.7142857143rem 2.5rem;
  }
  body.maakplaatsen .org-switcher .so-widget-sow-tabs .sow-tabs-tab-container .org-switcher-desktop .sow-tabs-tab[data-anchor=maakplaatsen] {
    margin: 0px 5px 0 -2px;
  }
  body.maakplaatsen .org-switcher .so-widget-sow-tabs .sow-tabs-tab-container .org-switcher-desktop .sow-tabs-tab[data-anchor=maakplaatsen] .sow-tabs-link {
    padding: 0.7142857143rem 5rem;
  }
  body.maakplaatsen .org-switcher .so-widget-sow-tabs .sow-tabs-tab-container .org-switcher-desktop .sow-tabs-tab[data-anchor=maakplaatsen] .sow-tabs-title {
    font-size: 1.2em;
  }
  body.generators .org-switcher .so-widget-sow-tabs .sow-tabs-tab-container .org-switcher-desktop {
    margin-bottom: -6px;
  }
  body.generators .org-switcher .so-widget-sow-tabs .sow-tabs-tab-container .org-switcher-desktop .sow-tabs-tab .sow-tabs-title {
    font-size: 0.9em;
  }
  body.generators .org-switcher .so-widget-sow-tabs .sow-tabs-tab-container .org-switcher-desktop .sow-tabs-tab .sow-tabs-link {
    padding: 0.7142857143rem 2.5rem;
  }
  body.generators .org-switcher .so-widget-sow-tabs .sow-tabs-tab-container .org-switcher-desktop .sow-tabs-tab[data-anchor=generators] {
    margin: 0px 5px 0 -2px;
  }
  body.generators .org-switcher .so-widget-sow-tabs .sow-tabs-tab-container .org-switcher-desktop .sow-tabs-tab[data-anchor=generators] .sow-tabs-link {
    padding: 0.7142857143rem 5rem;
  }
  body.generators .org-switcher .so-widget-sow-tabs .sow-tabs-tab-container .org-switcher-desktop .sow-tabs-tab[data-anchor=generators] .sow-tabs-title {
    font-size: 1.2em;
  }
  body.makerfestivaltwente .org-switcher .so-widget-sow-tabs .sow-tabs-tab-container .org-switcher-desktop {
    margin-bottom: -6px;
  }
  body.makerfestivaltwente .org-switcher .so-widget-sow-tabs .sow-tabs-tab-container .org-switcher-desktop .sow-tabs-tab .sow-tabs-title {
    font-size: 0.9em;
  }
  body.makerfestivaltwente .org-switcher .so-widget-sow-tabs .sow-tabs-tab-container .org-switcher-desktop .sow-tabs-tab .sow-tabs-link {
    padding: 0.7142857143rem 2.5rem;
  }
  body.makerfestivaltwente .org-switcher .so-widget-sow-tabs .sow-tabs-tab-container .org-switcher-desktop .sow-tabs-tab[data-anchor=makerfestivaltwente] {
    margin: 0px 5px 0 -2px;
  }
  body.makerfestivaltwente .org-switcher .so-widget-sow-tabs .sow-tabs-tab-container .org-switcher-desktop .sow-tabs-tab[data-anchor=makerfestivaltwente] .sow-tabs-link {
    padding: 0.7142857143rem 5rem;
  }
  body.makerfestivaltwente .org-switcher .so-widget-sow-tabs .sow-tabs-tab-container .org-switcher-desktop .sow-tabs-tab[data-anchor=makerfestivaltwente] .sow-tabs-title {
    font-size: 1.2em;
  }
  body.athome .org-switcher .so-widget-sow-tabs .sow-tabs-tab-container .org-switcher-desktop {
    margin-bottom: -6px;
  }
  body.athome .org-switcher .so-widget-sow-tabs .sow-tabs-tab-container .org-switcher-desktop .sow-tabs-tab .sow-tabs-title {
    font-size: 0.9em;
  }
  body.athome .org-switcher .so-widget-sow-tabs .sow-tabs-tab-container .org-switcher-desktop .sow-tabs-tab .sow-tabs-link {
    padding: 0.7142857143rem 2.5rem;
  }
  body.athome .org-switcher .so-widget-sow-tabs .sow-tabs-tab-container .org-switcher-desktop .sow-tabs-tab[data-anchor=athome] {
    margin: 0px 5px 0 -2px;
  }
  body.athome .org-switcher .so-widget-sow-tabs .sow-tabs-tab-container .org-switcher-desktop .sow-tabs-tab[data-anchor=athome] .sow-tabs-link {
    padding: 0.7142857143rem 5rem;
  }
  body.athome .org-switcher .so-widget-sow-tabs .sow-tabs-tab-container .org-switcher-desktop .sow-tabs-tab[data-anchor=athome] .sow-tabs-title {
    font-size: 1.2em;
  }
}

.acf-form {
  margin: 20px 0 40px;
}

#message.updated {
  background-color: #fc4445;
  color: #fff;
  padding: 5px 10px;
}

.gform_wrapper {
  font-size: 16px;
}
.gform_wrapper input[type=submit] {
  background-color: #fc4445;
  color: #fff;
  padding: 15px 20px;
}
.gform_wrapper input[type=submit]:hover {
  color: #fff;
  background-color: #000;
}
.gform_wrapper .ginput_container_select select {
  max-width: 180px;
  padding-left: 10px;
}
.gform_wrapper .gfield_checkbox li input, .gform_wrapper .gform_wrapper.gf_browser_chrome .gfield_checkbox li input[type=checkbox], .gform_wrapper .gform_wrapper.gf_browser_chrome .gfield_radio li input[type=radio] {
  margin-top: 0 !important;
}

.container-fluid, .container-xs, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl, .container-xxxl, .container-xxxxl, .container-xxxxxl {
  position: relative;
  margin: 0 auto;
  padding: 50px 25px;
  width: 100%;
  max-width: 1166px;
}
.container-fluid.remove-top-padding, .remove-top-padding.container-xs, .remove-top-padding.container-sm, .remove-top-padding.container-md, .remove-top-padding.container-lg, .remove-top-padding.container-xl, .remove-top-padding.container-xxl, .remove-top-padding.container-xxxl, .remove-top-padding.container-xxxxl, .remove-top-padding.container-xxxxxl {
  padding-top: 0;
}
.container-fluid.remove-bottom-padding, .remove-bottom-padding.container-xs, .remove-bottom-padding.container-sm, .remove-bottom-padding.container-md, .remove-bottom-padding.container-lg, .remove-bottom-padding.container-xl, .remove-bottom-padding.container-xxl, .remove-bottom-padding.container-xxxl, .remove-bottom-padding.container-xxxxl, .remove-bottom-padding.container-xxxxxl {
  padding-bottom: 0;
}
.container-fluid.remove-left-padding, .remove-left-padding.container-xs, .remove-left-padding.container-sm, .remove-left-padding.container-md, .remove-left-padding.container-lg, .remove-left-padding.container-xl, .remove-left-padding.container-xxl, .remove-left-padding.container-xxxl, .remove-left-padding.container-xxxxl, .remove-left-padding.container-xxxxxl {
  padding-left: 0;
}
.container-fluid.remove-right-padding, .remove-right-padding.container-xs, .remove-right-padding.container-sm, .remove-right-padding.container-md, .remove-right-padding.container-lg, .remove-right-padding.container-xl, .remove-right-padding.container-xxl, .remove-right-padding.container-xxxl, .remove-right-padding.container-xxxxl, .remove-right-padding.container-xxxxxl {
  padding-right: 0;
}
.container-fluid.remove-padding, .remove-padding.container-xs, .remove-padding.container-sm, .remove-padding.container-md, .remove-padding.container-lg, .remove-padding.container-xl, .remove-padding.container-xxl, .remove-padding.container-xxxl, .remove-padding.container-xxxxl, .remove-padding.container-xxxxxl {
  padding: 0;
}
.container-fluid.narrow, .narrow.container-xs, .narrow.container-sm, .narrow.container-md, .narrow.container-lg, .narrow.container-xl, .narrow.container-xxl, .narrow.container-xxxl, .narrow.container-xxxxl, .narrow.container-xxxxxl {
  max-width: 1066px;
}
.container-fluid.wide, .wide.container-xs, .wide.container-sm, .wide.container-md, .wide.container-lg, .wide.container-xl, .wide.container-xxl, .wide.container-xxxl, .wide.container-xxxxl, .wide.container-xxxxxl {
  max-width: 1516px;
}
.container-fluid.wider, .wider.container-xs, .wider.container-sm, .wider.container-md, .wider.container-lg, .wider.container-xl, .wider.container-xxl, .wider.container-xxxl, .wider.container-xxxxl, .wider.container-xxxxxl {
  max-width: 1666px;
}
.container-fluid.stretch, .stretch.container-xs, .stretch.container-sm, .stretch.container-md, .stretch.container-lg, .stretch.container-xl, .stretch.container-xxl, .stretch.container-xxxl, .stretch.container-xxxxl, .stretch.container-xxxxxl {
  max-width: 100%;
}
.container-fluid.no-vertical-padding, .no-vertical-padding.container-xs, .no-vertical-padding.container-sm, .no-vertical-padding.container-md, .no-vertical-padding.container-lg, .no-vertical-padding.container-xl, .no-vertical-padding.container-xxl, .no-vertical-padding.container-xxxl, .no-vertical-padding.container-xxxxl, .no-vertical-padding.container-xxxxxl {
  padding-top: 0;
  padding-bottom: 0;
}
.container-fluid.none, .none.container-xs, .none.container-sm, .none.container-md, .none.container-lg, .none.container-xl, .none.container-xxl, .none.container-xxxl, .none.container-xxxxl, .none.container-xxxxxl {
  max-width: none;
  padding: 0;
}
@media (max-width: 719.98px) {
  .container-fluid, .container-xs, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl, .container-xxxl, .container-xxxxl, .container-xxxxxl {
    padding: 25px 25px;
  }
}

.archive-card-default {
  position: relative;
  width: 100%;
  padding-right: 25px;
  padding-left: 25px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  border: 0;
  border-radius: 0;
  font-size: 1em;
}
.archive-card-default .card-inner {
  padding: 25px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 2px solid #eee;
  -webkit-box-align: top;
      -ms-flex-align: top;
          align-items: top;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.archive-card-default .read-more {
  float: right;
}
.archive-card-default .card-block {
  padding: 0;
}
.archive-card-default .card-title {
  margin-top: 0;
  margin-bottom: 1em;
  font-size: 1.6em;
}
.archive-card-default .card-meta {
  font-size: 0.85em;
  color: #5e5e5e;
  margin-top: -20px;
  text-align: right;
}
.archive-card-default .card-img-left {
  width: 30%;
  min-width: 120px;
  max-width: 200px;
  min-height: 120px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  padding-right: 25px;
}
.archive-card-default .card-img-left img {
  width: 100%;
}
@media (max-width: 719.98px) {
  .archive-card-default {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    font-size: 0.825em;
  }
  .archive-card-default p {
    font-size: 1.1em;
  }
  .archive-card-default .card-inner {
    display: block;
  }
  .archive-card-default .card-meta {
    margin-top: -2px;
    margin-bottom: 5px;
    text-align: left;
    font-size: 1em;
  }
  .archive-card-default .card-img-left {
    float: left;
    margin: 0 20px 10px 0;
    padding: 0;
  }
}

.post-pagination {
  text-align: center;
  position: relative;
}
.post-pagination .page-numbers.next {
  position: absolute;
  right: 0;
  width: 100px;
  text-align: end;
}
.post-pagination .page-numbers.prev {
  position: absolute;
  left: 0;
  width: 100px;
  text-align: start;
}

#breadcrumbs {
  z-index: 99;
}
@media (max-width: 1023.98px) {
  #breadcrumbs {
    margin-top: 10px;
  }
}

aside#main {
  border-left: 1px solid #000000;
  padding: 40px;
}

.mc4wp-form {
  margin-bottom: 60px;
}

.mc4wp-form-fields {
  position: relative;
  width: 400px;
  max-width: 100%;
}
.mc4wp-form-fields input[type=email] {
  width: 400px;
  max-width: 100%;
  border-radius: 0;
  border: 2px solid #000;
  padding-left: 40px;
  position: relative;
  top: 0px;
  height: 45px;
  overflow-y: hidden;
}
.mc4wp-form-fields svg.fa-envelope {
  position: absolute;
  left: 14px;
  top: 15px;
  color: #000;
  z-index: 9;
  font-size: 1.2em;
}
.mc4wp-form-fields button[type=submit] {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  border-radius: 0;
  border: 2px solid #000;
  background-color: #fff;
  color: #000;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  width: 45px;
  height: 45px;
}
.mc4wp-form-fields button[type=submit]:hover {
  border: 2px solid #000;
  background-color: #6c757d;
  color: #fff;
}
.mc4wp-form-fields button[type=submit]:hover svg {
  -webkit-transform: translateX(20%);
      -ms-transform: translateX(20%);
          transform: translateX(20%);
}

.list-group-horizontal {
  padding: 0;
}

.list-group-horizontal .list-group-item {
  display: inline-block;
}

.list-group-horizontal .list-group-item {
  margin-bottom: 0;
  margin-left: -4px;
  margin-right: 0;
}

.list-group-horizontal .list-group-item:first-child {
  border-top-right-radius: 0;
  border-bottom-left-radius: 4px;
}

.list-group-horizontal .list-group-item:last-child {
  border-top-right-radius: 4px;
  border-bottom-left-radius: 0;
}

.list-group-horizontal .list-group-item .sep {
  padding: 0 0.5em;
}

@media (max-width: 719.98px) {
  .sow-google-map-canvas {
    max-height: 250px;
  }
}
.zoom-fx {
  overflow: hidden;
}
.zoom-fx img {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -webkit-transition: -webkit-transform 0.25s ease-out 0s;
  transition: -webkit-transform 0.25s ease-out 0s;
  -o-transition: transform 0.25s ease-out 0s;
  transition: transform 0.25s ease-out 0s;
  transition: transform 0.25s ease-out 0s, -webkit-transform 0.25s ease-out 0s;
}
.zoom-fx:hover img {
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
}

@media (min-width: 720px) {
  body::after {
    content: "";
    position: fixed;
    left: 50vw;
    top: 0;
    bottom: 0;
    border-left: 1px solid #e6e6e6;
    z-index: -1;
    width: 100%;
    margin: 0 auto;
  }
}
@media (min-width: 1024px) {
  body::before {
    content: "";
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
    width: 100%;
    margin: 0 auto;
  }
  body::after {
    content: "";
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border-left: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
    z-index: -1;
    width: 100%;
    margin: 0 auto;
  }
}
@media (min-width: 720px) {
  body::before {
    max-width: 770px;
  }
  body::after {
    max-width: 256.6666666667px;
  }
}
@media (min-width: 1024px) {
  body::before {
    max-width: 1074px;
  }
  body::after {
    max-width: 345.5px;
  }
}
@media (min-width: 1116px) {
  body::before {
    max-width: 1166px;
    border-left: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
  }
  body::after {
    max-width: 388.6666666667px;
  }
}
.recent-vlog {
  position: relative;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0;
}
.recent-vlog .overlay {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.recent-vlog:hover .overlay {
  background-color: rgba(0, 0, 0, 0.2);
}
.recent-vlog:hover .overlay svg {
  background-color: #000;
  color: #fff;
}
.recent-vlog svg {
  border-radius: 100%;
  padding: 5px;
  background-color: #fff;
  color: #000;
  font-size: 50px;
  position: absolute;
  z-index: 999;
  width: 50px;
  height: 50px;
  top: calc(50% - 25px);
  left: calc(50% - 25px);
}

.widget.widget-header .inner,
.widget.widget-header-secondary .inner {
  position: relative;
  margin: 0 auto;
  padding: 50px 25px;
  width: 100%;
  max-width: 1166px;
}
.widget.widget-header .inner.remove-top-padding,
.widget.widget-header-secondary .inner.remove-top-padding {
  padding-top: 0;
}
.widget.widget-header .inner.remove-bottom-padding,
.widget.widget-header-secondary .inner.remove-bottom-padding {
  padding-bottom: 0;
}
.widget.widget-header .inner.remove-left-padding,
.widget.widget-header-secondary .inner.remove-left-padding {
  padding-left: 0;
}
.widget.widget-header .inner.remove-right-padding,
.widget.widget-header-secondary .inner.remove-right-padding {
  padding-right: 0;
}
.widget.widget-header .inner.remove-padding,
.widget.widget-header-secondary .inner.remove-padding {
  padding: 0;
}
.widget.widget-header .inner.narrow,
.widget.widget-header-secondary .inner.narrow {
  max-width: 1066px;
}
.widget.widget-header .inner.wide,
.widget.widget-header-secondary .inner.wide {
  max-width: 1516px;
}
.widget.widget-header .inner.wider,
.widget.widget-header-secondary .inner.wider {
  max-width: 1666px;
}
.widget.widget-header .inner.stretch,
.widget.widget-header-secondary .inner.stretch {
  max-width: 100%;
}
.widget.widget-header .inner.no-vertical-padding,
.widget.widget-header-secondary .inner.no-vertical-padding {
  padding-top: 0;
  padding-bottom: 0;
}
.widget.widget-header .inner.none,
.widget.widget-header-secondary .inner.none {
  max-width: none;
  padding: 0;
}
@media (max-width: 719.98px) {
  .widget.widget-header .inner,
.widget.widget-header-secondary .inner {
    padding: 25px 25px;
  }
}

.widget.widget-header {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 50px;
}
.widget.widget-header p {
  opacity: 0.9;
}
.widget.widget-header .content-2 {
  max-width: 400px;
  font-size: 0.85em;
}
@media (max-width: 719.98px) {
  .widget.widget-header .content-2 {
    margin-top: 35px;
  }
}
@media (min-width: 720px) {
  .widget.widget-header .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: top;
        -ms-flex-align: top;
            align-items: top;
  }
  .widget.widget-header .content-2 {
    text-align: right;
  }
}

.widget.widget-header-secondary {
  margin-top: 0;
}
.widget.widget-header-secondary .inner {
  padding-top: 20px;
  padding-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.sow-icon-fontawesome {
  margin-left: 7px;
  margin-right: -7px;
}

.widget.core-slider .carousel-cell {
  width: 100%;
}
.widget.core-slider .flickity-button {
  padding: 0;
}
@media (max-width: 1023.98px) {
  .widget.core-slider.content-slider .flickity-prev-next-button {
    top: 35vw;
  }
  .widget.core-slider.content-slider .flickity-prev-next-button {
    color: #fff;
    background-color: transparent;
  }
  .widget.core-slider.content-slider .flickity-prev-next-button:active {
    color: #6c757d;
  }
  .widget.core-slider.content-slider .flickity-prev-next-button.previous {
    margin-left: -15px !important;
  }
  .widget.core-slider.content-slider .flickity-prev-next-button.next {
    margin-right: -15px !important;
  }
}
.widget.core-slider.content-slider .slider-text h1 a:hover {
  text-decoration: none;
}
.widget.core-slider.content-slider .slider-text .slider-prefix {
  margin-bottom: 1.2em;
}
.widget.core-slider.content-slider .slider-text .slider-excerpt {
  margin-top: 1.2em;
}
.widget.core-slider.content-slider .slider-text .slider-date {
  margin-top: 1.7em;
}
.widget.core-slider.content-slider .slider-text .slider-cat {
  margin-top: 1em;
  display: inline-block;
}
.widget.core-slider.content-slider .slider-text .slider-readmore {
  margin-top: 1em;
}
@media (max-width: 1023.98px) {
  .widget.core-slider.content-slider .slider-text h3 {
    font-size: 1.5em;
  }
}
@media (min-width: 720px) {
  .widget.core-slider.content-slider .slider-text {
    margin-top: 2em;
  }
}
@media (min-width: 1024px) {
  .widget.core-slider.content-slider .slider-text {
    margin-top: 0;
  }
}
.widget.core-slider.content-slider .flickity-viewport {
  pointer-events: none;
}
.widget.core-slider.content-slider .flickity-viewport .slider-image,
.widget.core-slider.content-slider .flickity-viewport .slider-title a,
.widget.core-slider.content-slider .flickity-viewport .slider-readmore,
.widget.core-slider.content-slider .flickity-viewport .slider-excerpt {
  pointer-events: auto;
}
@media (max-width: 1023.98px) {
  .widget.core-slider.content-slider .flickity-viewport {
    width: 100vw;
    height: Auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .widget.core-slider.content-slider .flickity-viewport .flickity-slider .carousel-cell .slider-image {
    position: relative;
    max-height: 250px;
  }
  .widget.core-slider.content-slider .flickity-viewport .flickity-slider .carousel-cell .slider-image.has-corner-curl {
    -webkit-clip-path: polygon(100% 0, 100% calc(100% - 75px), calc(100% - 75px) 100%, 0 100%, 0 0);
            clip-path: polygon(100% 0, 100% calc(100% - 75px), calc(100% - 75px) 100%, 0 100%, 0 0);
  }
  .widget.core-slider.content-slider .flickity-viewport .flickity-slider .carousel-cell .slider-image.has-corner-curl::after {
    position: absolute;
    content: " ";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 75px 75px;
    border-color: transparent transparent white transparent;
    bottom: 0;
    right: 0;
  }
  .widget.core-slider.content-slider .flickity-viewport .flickity-slider .carousel-cell .slider-image img {
    width: 100vw;
    height: auto;
  }
}
@media (min-width: 1024px) {
  .widget.core-slider.content-slider .flickity-viewport {
    height: 556px;
    width: 100%;
    display: block !important;
  }
  .widget.core-slider.content-slider .flickity-viewport .flickity-slider {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
  }
  .widget.core-slider.content-slider .flickity-viewport .flickity-slider .carousel {
    height: 100%;
  }
  .widget.core-slider.content-slider .carousel-cell {
    width: 100%;
    padding: 0;
    margin-right: 0px;
    height: 100%;
  }
  .widget.core-slider.content-slider .carousel-cell .container-fluid, .widget.core-slider.content-slider .carousel-cell .container-xs, .widget.core-slider.content-slider .carousel-cell .container-sm, .widget.core-slider.content-slider .carousel-cell .container-md, .widget.core-slider.content-slider .carousel-cell .container-lg, .widget.core-slider.content-slider .carousel-cell .container-xl, .widget.core-slider.content-slider .carousel-cell .container-xxl, .widget.core-slider.content-slider .carousel-cell .container-xxxl, .widget.core-slider.content-slider .carousel-cell .container-xxxxl, .widget.core-slider.content-slider .carousel-cell .container-xxxxxl {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .widget.core-slider.content-slider .carousel-cell .inner {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-self: center;
  }
  .widget.core-slider.content-slider .carousel-cell .inner .slider-text {
    opacity: 0;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    max-width: 80%;
  }
  .widget.core-slider.content-slider .carousel-cell .inner .slider-text h1 {
    max-width: 70%;
  }
  .widget.core-slider.content-slider .carousel-cell .inner .slider-text .slider-excerpt {
    max-width: 35%;
  }
  .widget.core-slider.content-slider .carousel-cell .inner .slider-text .slider-date {
    max-width: 35%;
  }
  .widget.core-slider.content-slider .carousel-cell .inner .slider-image {
    position: absolute;
    top: 0;
    z-index: -1;
    left: calc(33.333% - 1px);
    width: calc(66.667% + 1px);
    height: auto;
    max-height: 530px;
    -webkit-transition: left 0.5s;
    -o-transition: left 0.5s;
    transition: left 0.5s;
  }
  .widget.core-slider.content-slider .carousel-cell .inner .slider-image.has-corner-curl {
    -webkit-clip-path: polygon(100% 0, 100% calc(100% - 100px), calc(100% - 100px) 100%, 0 100%, 0 0);
            clip-path: polygon(100% 0, 100% calc(100% - 100px), calc(100% - 100px) 100%, 0 100%, 0 0);
  }
  .widget.core-slider.content-slider .carousel-cell .inner .slider-image.has-corner-curl::after {
    position: absolute;
    content: " ";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 100px 100px;
    border-color: transparent transparent white transparent;
    bottom: 0;
    right: 0;
  }
  .widget.core-slider.content-slider .carousel-cell .inner .slider-image img {
    width: 100%;
    height: Auto;
  }
  .widget.core-slider.content-slider .carousel-cell.is-selected .inner .slider-text {
    opacity: 1;
  }
  .widget.core-slider.content-slider .carousel-cell.is-selected + .carousel-cell .slider-image {
    left: 0;
  }
}
@media (min-width: 1116px) {
  .widget.core-slider.content-slider .carousel-cell {
    width: 1266px !important;
    padding: 0 50px;
  }
}
.widget.core-slider.content-slider .gallery-text {
  width: 100%;
  padding-top: 25px;
  pointer-events: none;
}
@media (min-width: 1024px) {
  .widget.core-slider.content-slider .gallery-text {
    padding: 0 1.5625rem;
    position: absolute;
    padding-top: 0;
    top: 0;
    z-index: 1000;
    left: 0;
  }
}
.widget.core-slider.content-slider .gallery-text .slider-image,
.widget.core-slider.content-slider .gallery-text .slider-title a,
.widget.core-slider.content-slider .gallery-text .slider-readmore,
.widget.core-slider.content-slider .gallery-text .slider-excerpt {
  pointer-events: auto;
}
@media (min-width: 1024px) {
  .widget.core-slider.content-slider .gallery-text-container {
    max-width: 80%;
    overflow-y: hidden !important;
    height: 560px;
  }
  .widget.core-slider.content-slider .gallery-text-container h1 {
    max-width: 70%;
  }
  .widget.core-slider.content-slider .gallery-text-container .slider-excerpt {
    max-width: 35%;
  }
  .widget.core-slider.content-slider .gallery-text-container .slider-date {
    max-width: 35%;
  }
}
.widget.core-slider.content-slider .gallery-text-container .container-fluid, .widget.core-slider.content-slider .gallery-text-container .container-xs, .widget.core-slider.content-slider .gallery-text-container .container-sm, .widget.core-slider.content-slider .gallery-text-container .container-md, .widget.core-slider.content-slider .gallery-text-container .container-lg, .widget.core-slider.content-slider .gallery-text-container .container-xl, .widget.core-slider.content-slider .gallery-text-container .container-xxl, .widget.core-slider.content-slider .gallery-text-container .container-xxxl, .widget.core-slider.content-slider .gallery-text-container .container-xxxxl, .widget.core-slider.content-slider .gallery-text-container .container-xxxxxl {
  padding-top: 0;
  padding-bottom: 0;
}
.widget.core-slider.content-slider .flickity-prev-next-button {
  display: block;
}
@media (min-width: 540px) {
  .widget.core-slider.content-slider.no-tabs .tabs {
    display: none;
  }
  .widget.core-slider.content-slider.no-arrows .flickity-prev-next-button {
    display: none;
  }
  .widget.core-slider.content-slider.no-bullets .flickity-page-dots {
    display: none;
  }
}
@media (max-width: 719.98px) {
  .widget.core-slider.content-slider.no-tabs-mobile .tabs {
    display: none;
  }
  .widget.core-slider.content-slider.no-mobile-bullets .flickity-page-dots, .widget.core-slider.content-slider.no-bullets-mobile .flickity-page-dots {
    display: none;
  }
  .widget.core-slider.content-slider.no-mobile-arrows .flickity-prev-next-button, .widget.core-slider.content-slider.no-arrows-mobile .flickity-prev-next-button {
    display: none;
  }
}
.widget.core-slider.content-slider .carousel-cell .slider-image img {
  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.widget.core-slider.content-slider .carousel-cell .slider-image img.flickity-lazyloaded, .widget.core-slider.content-slider .carousel-cell .slider-image img.flickity-lazyerror {
  opacity: 1;
}
.widget.core-slider.content-custom-slider div.read-more {
  margin: 1em 0;
}
@media (max-width: 719.98px) {
  .widget.core-slider.content-custom-slider div.title {
    margin-top: 2em;
  }
}
.widget.core-slider.content-custom-slider .flickity-viewport .carousel-cell .slider-image {
  position: relative;
}
.widget.core-slider.content-custom-slider .flickity-viewport .carousel-cell .slider-image.has-corner-curl {
  -webkit-clip-path: polygon(100% 0, 100% calc(100% - 75px), calc(100% - 75px) 100%, 0 100%, 0 0);
          clip-path: polygon(100% 0, 100% calc(100% - 75px), calc(100% - 75px) 100%, 0 100%, 0 0);
}
.widget.core-slider.content-custom-slider .flickity-viewport .carousel-cell .slider-image.has-corner-curl::after {
  position: absolute;
  content: " ";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 75px 75px;
  border-color: transparent transparent white transparent;
  bottom: 0;
  right: 0;
}
.widget.core-slider.content-custom-slider .flickity-viewport .carousel-cell .slider-image img {
  width: 100vw;
  height: auto;
}
.widget.core-slider.content-custom-slider .flickity-prev-next-button {
  display: block;
}
@media (min-width: 540px) {
  .widget.core-slider.content-custom-slider.no-tabs .tabs {
    display: none;
  }
  .widget.core-slider.content-custom-slider.no-arrows .flickity-prev-next-button {
    display: none;
  }
  .widget.core-slider.content-custom-slider.no-bullets .flickity-page-dots {
    display: none;
  }
}
@media (max-width: 719.98px) {
  .widget.core-slider.content-custom-slider.no-tabs-mobile .tabs {
    display: none;
  }
  .widget.core-slider.content-custom-slider.no-mobile-bullets .flickity-page-dots, .widget.core-slider.content-custom-slider.no-bullets-mobile .flickity-page-dots {
    display: none;
  }
  .widget.core-slider.content-custom-slider.no-mobile-arrows .flickity-prev-next-button, .widget.core-slider.content-custom-slider.no-arrows-mobile .flickity-prev-next-button {
    display: none;
  }
}
.widget.core-slider.content-custom-slider .carousel-cell .slider-image img {
  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.widget.core-slider.content-custom-slider .carousel-cell .slider-image img.flickity-lazyloaded, .widget.core-slider.content-custom-slider .carousel-cell .slider-image img.flickity-lazyerror {
  opacity: 1;
}
.widget.core-slider.content-custom-slider .tabs {
  margin-bottom: -20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.widget.core-slider.content-custom-slider .tabs .container-fluid, .widget.core-slider.content-custom-slider .tabs .container-xs, .widget.core-slider.content-custom-slider .tabs .container-sm, .widget.core-slider.content-custom-slider .tabs .container-md, .widget.core-slider.content-custom-slider .tabs .container-lg, .widget.core-slider.content-custom-slider .tabs .container-xl, .widget.core-slider.content-custom-slider .tabs .container-xxl, .widget.core-slider.content-custom-slider .tabs .container-xxxl, .widget.core-slider.content-custom-slider .tabs .container-xxxxl, .widget.core-slider.content-custom-slider .tabs .container-xxxxxl {
  padding-top: 0;
  padding-bottom: 0;
  min-height: 0;
}
@media (max-width: 1023.98px) {
  .widget.core-slider.content-custom-slider .tabs {
    margin-right: 0;
  }
}
@media (max-width: 719.98px) {
  .widget.core-slider.content-custom-slider .tabs .container-fluid, .widget.core-slider.content-custom-slider .tabs .container-xs, .widget.core-slider.content-custom-slider .tabs .container-sm, .widget.core-slider.content-custom-slider .tabs .container-md, .widget.core-slider.content-custom-slider .tabs .container-lg, .widget.core-slider.content-custom-slider .tabs .container-xl, .widget.core-slider.content-custom-slider .tabs .container-xxl, .widget.core-slider.content-custom-slider .tabs .container-xxxl, .widget.core-slider.content-custom-slider .tabs .container-xxxxl, .widget.core-slider.content-custom-slider .tabs .container-xxxxxl {
    padding: 0;
  }
  .widget.core-slider.content-custom-slider .tabs .container-fluid .slider-tabs, .widget.core-slider.content-custom-slider .tabs .container-xs .slider-tabs, .widget.core-slider.content-custom-slider .tabs .container-sm .slider-tabs, .widget.core-slider.content-custom-slider .tabs .container-md .slider-tabs, .widget.core-slider.content-custom-slider .tabs .container-lg .slider-tabs, .widget.core-slider.content-custom-slider .tabs .container-xl .slider-tabs, .widget.core-slider.content-custom-slider .tabs .container-xxl .slider-tabs, .widget.core-slider.content-custom-slider .tabs .container-xxxl .slider-tabs, .widget.core-slider.content-custom-slider .tabs .container-xxxxl .slider-tabs, .widget.core-slider.content-custom-slider .tabs .container-xxxxxl .slider-tabs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.widget.core-slider.content-custom-slider .tabs .slider-tabs {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 0;
}
.widget.core-slider.content-custom-slider .tabs .slider-tabs .sow-tabs-tab {
  cursor: pointer;
  margin: 0 -2px 0 -2px;
}
@media (max-width: 719.98px) {
  .widget.core-slider.content-custom-slider .tabs .slider-tabs .sow-tabs-tab {
    width: 100%;
  }
}
.widget.core-slider.content-custom-slider .tabs .slider-tabs .sow-tabs-tab .sow-tabs-link {
  padding: 0.7142857143rem 5rem;
  color: #fff;
  width: 100%;
  height: 100%;
  display: block;
}
@media (max-width: 719.98px) {
  .widget.core-slider.content-custom-slider .tabs .slider-tabs .sow-tabs-tab .sow-tabs-link {
    padding: 0.7142857143rem 0;
  }
}
.widget.core-slider.content-custom-slider .tabs .slider-tabs .sow-tabs-tab .sow-tabs-link:hover {
  text-decoration: none;
}
@media (min-width: 540px) {
  .widget.core-slider.content-custom-slider .tabs .slider-tabs .sow-tabs-tab {
    -webkit-transform: skew(-45deg, 0);
        -ms-transform: skew(-45deg, 0);
            transform: skew(-45deg, 0);
  }
}
.widget.core-slider.content-custom-slider .tabs .slider-tabs .sow-tabs-tab .sow-tabs-title {
  text-transform: uppercase;
  font-size: 0.9em;
  text-align: center;
}
@media (max-width: 719.98px) {
  .widget.core-slider.content-custom-slider .tabs .slider-tabs .sow-tabs-tab .sow-tabs-title {
    font-size: 1.1em !important;
  }
}
@media (min-width: 540px) {
  .widget.core-slider.content-custom-slider .tabs .slider-tabs .sow-tabs-tab .sow-tabs-title {
    -webkit-transform: skew(45deg, 0);
        -ms-transform: skew(45deg, 0);
            transform: skew(45deg, 0);
  }
}
@media (max-width: 1115.98px) {
  .widget.core-slider.content-custom-slider .tabs .slider-tabs .sow-tabs-tab .sow-tabs-title {
    font-size: 1.2em;
  }
}
@media (max-width: 1023.98px) {
  .widget.core-slider.content-custom-slider .tabs .slider-tabs .sow-tabs-tab .sow-tabs-title .sow-tabs-link {
    padding: 0.4166666667rem 1.6666666667rem 0.4166666667rem 1.6666666667rem;
  }
}
@media (min-width: 1024px) {
  .widget.core-slider.content-custom-slider .tabs .slider-tabs .sow-tabs-tab.theme-default:hover {
    background-color: #66dcff;
  }
  .widget.core-slider.content-custom-slider .tabs .slider-tabs .sow-tabs-tab.theme-primary:hover {
    background-color: #333333;
  }
  .widget.core-slider.content-custom-slider .tabs .slider-tabs .sow-tabs-tab.theme-secondary:hover {
    background-color: #66dcff;
  }
  .widget.core-slider.content-custom-slider .tabs .slider-tabs .sow-tabs-tab.theme-tertiary:hover {
    background-color: #fea8a9;
  }
}
@media (max-width: 719.98px) {
  .widget.core-slider.image-slider .carousel.has-corner-curl {
    -webkit-clip-path: polygon(100% 0, 100% calc(100% - 25px), calc(100% - 25px) 100%, 0 100%, 0 0);
            clip-path: polygon(100% 0, 100% calc(100% - 25px), calc(100% - 25px) 100%, 0 100%, 0 0);
  }
  .widget.core-slider.image-slider .carousel.has-corner-curl::after {
    position: absolute;
    content: " ";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 25px 25px;
    border-color: transparent transparent white transparent;
    bottom: 0;
    right: 0;
  }
  .widget.core-slider.image-slider .carousel.has-corner-curl .flickity-viewport .img {
    -webkit-clip-path: polygon(100% 0, 100% calc(100% - 25px), calc(100% - 25px) 100%, 0 100%, 0 0);
            clip-path: polygon(100% 0, 100% calc(100% - 25px), calc(100% - 25px) 100%, 0 100%, 0 0);
  }
  .widget.core-slider.image-slider .carousel.has-corner-curl .flickity-viewport .img::after {
    position: absolute;
    content: " ";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 25px 25px;
    border-color: transparent transparent white transparent;
    bottom: 0;
    right: 0;
  }
}
@media (min-width: 540px) {
  .widget.core-slider.image-slider .carousel.has-corner-curl {
    -webkit-clip-path: polygon(100% 0, 100% calc(100% - 75px), calc(100% - 75px) 100%, 0 100%, 0 0);
            clip-path: polygon(100% 0, 100% calc(100% - 75px), calc(100% - 75px) 100%, 0 100%, 0 0);
  }
  .widget.core-slider.image-slider .carousel.has-corner-curl::after {
    position: absolute;
    content: " ";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 75px 75px;
    border-color: transparent transparent white transparent;
    bottom: 0;
    right: 0;
  }
  .widget.core-slider.image-slider .carousel.has-corner-curl .flickity-viewport .img {
    -webkit-clip-path: polygon(100% 0, 100% calc(100% - 75px), calc(100% - 75px) 100%, 0 100%, 0 0);
            clip-path: polygon(100% 0, 100% calc(100% - 75px), calc(100% - 75px) 100%, 0 100%, 0 0);
  }
  .widget.core-slider.image-slider .carousel.has-corner-curl .flickity-viewport .img::after {
    position: absolute;
    content: " ";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 75px 75px;
    border-color: transparent transparent white transparent;
    bottom: 0;
    right: 0;
  }
}
.widget.core-slider.image-slider .carousel .flickity-prev-next-button {
  background-color: transparent;
  color: #fff;
}
.widget.core-slider.image-slider .flickity-prev-next-button {
  display: block;
}
@media (min-width: 540px) {
  .widget.core-slider.image-slider.no-tabs .tabs {
    display: none;
  }
  .widget.core-slider.image-slider.no-arrows .flickity-prev-next-button {
    display: none;
  }
  .widget.core-slider.image-slider.no-bullets .flickity-page-dots {
    display: none;
  }
}
@media (max-width: 719.98px) {
  .widget.core-slider.image-slider.no-tabs-mobile .tabs {
    display: none;
  }
  .widget.core-slider.image-slider.no-mobile-bullets .flickity-page-dots, .widget.core-slider.image-slider.no-bullets-mobile .flickity-page-dots {
    display: none;
  }
  .widget.core-slider.image-slider.no-mobile-arrows .flickity-prev-next-button, .widget.core-slider.image-slider.no-arrows-mobile .flickity-prev-next-button {
    display: none;
  }
}
.widget.core-slider.image-slider .carousel-cell .slider-image img {
  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.widget.core-slider.image-slider .carousel-cell .slider-image img.flickity-lazyloaded, .widget.core-slider.image-slider .carousel-cell .slider-image img.flickity-lazyerror {
  opacity: 1;
}
.widget.core-slider.event-slider .flickity-slider {
  left: 0 !important;
  margin-left: 0px !important;
}
.widget.core-slider.event-slider .carousel {
  height: 650px;
  margin-left: -1.5625rem;
  width: 100vw;
}
.widget.core-slider.event-slider .loop-item.event {
  padding: 0 1.5625rem;
  height: 650px;
  width: 100%;
}
.widget.core-slider.event-slider .loop-item.event.is-selected {
  margin-right: 10px;
  margin-left: -45px;
}
.widget.core-slider.event-slider .loop-item.event:not(.is-selected) {
  margin-left: -45px;
}
@media (max-width: 1023.98px) {
  .widget.core-slider.event-slider .flickity-prev-next-button {
    top: 35vw;
  }
  .widget.core-slider.event-slider .flickity-prev-next-button {
    color: #fff;
    background-color: transparent;
  }
  .widget.core-slider.event-slider .flickity-prev-next-button:active {
    color: #6c757d;
  }
  .widget.core-slider.event-slider .flickity-prev-next-button.previous {
    margin-left: -15px !important;
  }
  .widget.core-slider.event-slider .flickity-prev-next-button.next {
    margin-right: -15px !important;
  }
}
.widget.core-slider.event-slider .flickity-prev-next-button {
  display: block;
}
@media (min-width: 540px) {
  .widget.core-slider.event-slider.no-tabs .tabs {
    display: none;
  }
  .widget.core-slider.event-slider.no-arrows .flickity-prev-next-button {
    display: none;
  }
  .widget.core-slider.event-slider.no-bullets .flickity-page-dots {
    display: none;
  }
}
@media (max-width: 719.98px) {
  .widget.core-slider.event-slider.no-tabs-mobile .tabs {
    display: none;
  }
  .widget.core-slider.event-slider.no-mobile-bullets .flickity-page-dots, .widget.core-slider.event-slider.no-bullets-mobile .flickity-page-dots {
    display: none;
  }
  .widget.core-slider.event-slider.no-mobile-arrows .flickity-prev-next-button, .widget.core-slider.event-slider.no-arrows-mobile .flickity-prev-next-button {
    display: none;
  }
}
.widget.core-slider.event-slider .carousel-cell .slider-image img {
  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.widget.core-slider.event-slider .carousel-cell .slider-image img.flickity-lazyloaded, .widget.core-slider.event-slider .carousel-cell .slider-image img.flickity-lazyerror {
  opacity: 1;
}

body.makerfestivaltwente-overzicht .slider-tabs .theme-default:hover {
  background-color: rgb(93, 220, 243) !important;
}
body.makerfestivaltwente-overzicht section#Tabs .theme-default, body.makerfestivaltwente-overzicht .slider-tabs .theme-default {
  background-color: rgb(52, 222, 252);
  color: #fff;
}
body.makerfestivaltwente-overzicht section#Tabs .theme-default .title h2, body.makerfestivaltwente-overzicht .slider-tabs .theme-default .title h2 {
  color: #fff;
}

div[id^=simple-social-].fixed-variant {
  position: fixed;
  z-index: 3000 !important;
  bottom: 0;
  padding-bottom: 10px;
  right: 0;
  width: 32px;
}
div[id^=simple-social-].fixed-variant::before {
  position: absolute;
  content: " ";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 32px 32px;
  top: -32px;
  right: 0;
}
div[id^=simple-social-].fixed-variant .list-group {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
div[id^=simple-social-].fixed-variant .list-group .list-group-item {
  margin: 6px 0;
}
div[id^=simple-social-].fixed-variant a {
  display: block;
  text-align: center;
  /* width: 24px; */
  height: 24px;
  padding: 0 5px;
  margin: 0;
}
div[id^=simple-social-].fixed-variant a svg {
  width: 70%;
  height: 70%;
}
div[id^=simple-social-] a {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
body {
  overflow-y: auto;
}
body #main-menu {
  overflow: hidden;
  overflow-y: scroll;
  opacity: 0;
  visibility: hidden;
  height: 100%;
  position: fixed;
  z-index: 4010;
  height: 100%;
  width: 100vw;
}
@media (max-width: 1023.98px) {
  body #main-menu {
    left: -100vw;
    top: 0;
    -webkit-transition: left 0.3s, opacity 0.7s, visibility 0.7s;
    -o-transition: left 0.3s, opacity 0.7s, visibility 0.7s;
    transition: left 0.3s, opacity 0.7s, visibility 0.7s;
  }
}
@media (min-width: 720px) {
  body #main-menu {
    left: 0;
    top: -200vh;
    -webkit-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
  }
}
body #main-menu #main-menu-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
body #main-menu #main-menu-container .panel-layout {
  height: 100%;
}
@media (max-width: 719.98px) {
  body > #main-menu-container {
    position: absolute;
    top: 0;
  }
  body > #main-menu-container .widget_nav_menu {
    margin-top: 1.5em;
  }
  body > #main-menu-container .widget_nav_menu .menu a {
    border-bottom: none;
  }
}
@media (max-width: 1115.98px) {
  body body #main-menu {
    overflow: Scroll !important;
  }
  body body #main-menu .panel-layout {
    overflow: Scroll !important;
  }
}
@media (max-width: 719.98px) {
  body body #main-menu {
    overflow: Scroll !important;
  }
  body body #main-menu .panel-layout {
    overflow: Scroll !important;
  }
}

#main-menu {
  background-color: #fff;
}
#main-menu #main-menu-container {
  padding: 0;
}
#main-menu #main-menu-container a,
#main-menu #main-menu-container a:link,
#main-menu #main-menu-container a:visited {
  color: #000;
}
#main-menu #main-menu-container a:hover,
#main-menu #main-menu-container a:active {
  color: #fc4445 !important;
}
#main-menu #main-menu-container h3.widget-title {
  color: #fc4445 !important;
}
#main-menu #main-menu-container ul.menu {
  margin-top: 2.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#main-menu #main-menu-container ul.menu li {
  display: block;
}
#main-menu #main-menu-container ul.menu li a {
  font-family: "Mada", sans-serif;
  display: inline-block;
  padding: 0;
}
#main-menu #main-menu-container ul.menu .menu-item a:link,
#main-menu #main-menu-container ul.menu .menu-item a:visited {
  color: #000;
  border-bottom: none;
  text-decoration: none;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  position: relative;
}
#main-menu #main-menu-container ul.menu .menu-item a:link::after,
#main-menu #main-menu-container ul.menu .menu-item a:visited::after {
  content: "";
  position: absolute;
  display: block;
  border-bottom: solid 2px transparent;
  bottom: -1px;
  height: 0;
  width: 0;
}
#main-menu #main-menu-container ul.menu .menu-item a:link:hover::after,
#main-menu #main-menu-container ul.menu .menu-item a:visited:hover::after {
  width: 100%;
  -webkit-transition: width 0.5s ease;
  -o-transition: width 0.5s ease;
  transition: width 0.5s ease;
}
#main-menu #main-menu-container ul.menu .menu-item:not(.current-menu-item):hover {
  cursor: pointer;
}
#main-menu #main-menu-container ul.menu .menu-item:not(.current-menu-item):hover a {
  color: #fc4445 !important;
  position: relative;
}
#main-menu #main-menu-container ul.menu .menu-item:not(.current-menu-item):hover a::after {
  content: "";
  position: absolute;
  display: block;
  border-bottom: solid 2px #fc4445;
  bottom: -1px;
  height: 0;
  width: 0;
}
#main-menu #main-menu-container ul.menu .menu-item:not(.current-menu-item):hover a:hover::after {
  width: 100%;
  -webkit-transition: width 0.5s ease;
  -o-transition: width 0.5s ease;
  transition: width 0.5s ease;
}
#main-menu #main-menu-container ul.menu .menu-item.current-menu-item a {
  position: relative;
}
#main-menu #main-menu-container ul.menu .menu-item.current-menu-item a::after {
  content: "";
  position: absolute;
  display: block;
  border-bottom: solid 2px #000;
  bottom: -1px;
  height: 0;
  width: 100%;
}
#main-menu #main-menu-container ul.menu .menu-item.current-menu-item a:hover::after {
  width: 100%;
  -webkit-transition: width 0.5s ease;
  -o-transition: width 0.5s ease;
  transition: width 0.5s ease;
}

@media (max-width: 1115.98px) {
  #main-menu #main-menu-container #fs-menu-head .container-fluid, #main-menu #main-menu-container #fs-menu-head .container-xs, #main-menu #main-menu-container #fs-menu-head .container-sm, #main-menu #main-menu-container #fs-menu-head .container-md, #main-menu #main-menu-container #fs-menu-head .container-lg, #main-menu #main-menu-container #fs-menu-head .container-xl, #main-menu #main-menu-container #fs-menu-head .container-xxl, #main-menu #main-menu-container #fs-menu-head .container-xxxl, #main-menu #main-menu-container #fs-menu-head .container-xxxxl, #main-menu #main-menu-container #fs-menu-head .container-xxxxxl {
    padding-top: 0em;
    padding-bottom: 0;
  }
  #main-menu #main-menu-container #fs-menu-head .container-fluid img, #main-menu #main-menu-container #fs-menu-head .container-xs img, #main-menu #main-menu-container #fs-menu-head .container-sm img, #main-menu #main-menu-container #fs-menu-head .container-md img, #main-menu #main-menu-container #fs-menu-head .container-lg img, #main-menu #main-menu-container #fs-menu-head .container-xl img, #main-menu #main-menu-container #fs-menu-head .container-xxl img, #main-menu #main-menu-container #fs-menu-head .container-xxxl img, #main-menu #main-menu-container #fs-menu-head .container-xxxxl img, #main-menu #main-menu-container #fs-menu-head .container-xxxxxl img {
    -webkit-transform: scale(0.6);
        -ms-transform: scale(0.6);
            transform: scale(0.6);
  }
}
#main-menu #main-menu-container #fs-menu-main .col {
  padding-bottom: 1.6666666667rem;
  margin-top: 3.3333333333rem;
  margin-bottom: 3.3333333333rem;
}
#main-menu #main-menu-container #fs-menu-main .col:last-of-type img {
  margin-top: 1em;
  margin-bottom: 1em;
}
#main-menu #main-menu-container #fs-menu-main .col:last-of-type .icon-button {
  margin-top: 1em;
}
@media (max-width: 1115.98px) {
  #main-menu #main-menu-container #fs-menu-main .col {
    margin-top: 0;
    margin-bottom: 1.25rem;
  }
}
@media (max-width: 719.98px) {
  #main-menu #main-menu-container #fs-menu-main .col {
    margin-top: 0;
    padding-bottom: 1.25rem;
  }
}
#main-menu #main-menu-container #fs-menu-main .widget_media_image img {
  width: 227px;
  height: auto;
}
#main-menu #main-menu-container #fs-menu-main .container-fluid, #main-menu #main-menu-container #fs-menu-main .container-xs, #main-menu #main-menu-container #fs-menu-main .container-sm, #main-menu #main-menu-container #fs-menu-main .container-md, #main-menu #main-menu-container #fs-menu-main .container-lg, #main-menu #main-menu-container #fs-menu-main .container-xl, #main-menu #main-menu-container #fs-menu-main .container-xxl, #main-menu #main-menu-container #fs-menu-main .container-xxxl, #main-menu #main-menu-container #fs-menu-main .container-xxxxl, #main-menu #main-menu-container #fs-menu-main .container-xxxxxl {
  padding-top: 0em;
  padding-bottom: 0em;
}
@media (min-width: 720px) {
  #main-menu #main-menu-container #fs-menu-main .container-fluid, #main-menu #main-menu-container #fs-menu-main .container-xs, #main-menu #main-menu-container #fs-menu-main .container-sm, #main-menu #main-menu-container #fs-menu-main .container-md, #main-menu #main-menu-container #fs-menu-main .container-lg, #main-menu #main-menu-container #fs-menu-main .container-xl, #main-menu #main-menu-container #fs-menu-main .container-xxl, #main-menu #main-menu-container #fs-menu-main .container-xxxl, #main-menu #main-menu-container #fs-menu-main .container-xxxxl, #main-menu #main-menu-container #fs-menu-main .container-xxxxxl {
    padding-top: 3em;
  }
}
#main-menu #main-menu-container #fs-menu-main ul.menu li {
  display: block;
}
#main-menu #main-menu-container #fs-menu-main ul.menu li a {
  font-size: 1.5em;
}
@media (max-width: 719.98px) {
  #main-menu #main-menu-container #fs-menu-main ul.menu li a {
    font-size: 1.45em;
  }
}
@media (max-width: 1115.98px) {
  #main-menu #main-menu-container #fs-menu-main ul.menu li {
    line-height: 2.9em;
  }
}
@media (max-width: 719.98px) {
  #main-menu #main-menu-container #fs-menu-main ul.menu li {
    line-height: 2em;
  }
}
#main-menu #main-menu-container #fs-menu-main h3.widget-title {
  font-family: "Mada", sans-serif;
  font-size: 2.1em;
  font-weight: 700;
  color: #6c757d;
  margin-bottom: -1em !important;
}
@media (max-width: 1115.98px) {
  #main-menu #main-menu-container #fs-menu-main h3.widget-title {
    font-size: 1.8em;
  }
}
#main-menu #main-menu-container #fs-menu-main .menu-hoofdnavigatie-container ul.menu {
  margin-top: -1.3em;
}
@media (max-width: 1115.98px) {
  #main-menu #main-menu-container #fs-menu-main .menu-hoofdnavigatie-container ul.menu {
    margin-top: -0.9em;
  }
}
@media (max-width: 719.98px) {
  #main-menu #main-menu-container #fs-menu-main .menu-hoofdnavigatie-container ul.menu {
    margin-top: 1em;
  }
}
#main-menu #main-menu-container #fs-menu-main .menu-hoofdnavigatie-container ul.menu li {
  padding: 0.3em 0;
  font-weight: 700;
}
#main-menu #main-menu-container #fs-menu-main .menu-hoofdnavigatie-container ul.menu li a {
  font-size: 2.2em;
  font-family: "Mada", sans-serif;
}
@media (max-width: 1115.98px) {
  #main-menu #main-menu-container #fs-menu-main .menu-hoofdnavigatie-container ul.menu li a {
    font-size: 2em;
  }
}
@media (max-width: 719.98px) {
  #main-menu #main-menu-container #fs-menu-main .menu-hoofdnavigatie-container ul.menu li a {
    font-size: 1.85em;
  }
}
#main-menu #main-menu-container #fs-menu-foot div[id^=simple-social-] ul {
  margin-left: -1em;
}
@media (max-width: 719.98px) {
  #main-menu #main-menu-container #fs-menu-foot div[id^=simple-social-] ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (max-width: 719.98px) {
  #main-menu #main-menu-container #fs-menu-foot div[id^=simple-social-] ul li a {
    margin: 1em 1em;
  }
}
#main-menu #main-menu-container #fs-menu-foot div[id^=simple-social-] ul li a svg {
  width: 2em;
  height: 2em;
}
#main-menu #main-menu-container #fs-menu-foot .container-fluid, #main-menu #main-menu-container #fs-menu-foot .container-xs, #main-menu #main-menu-container #fs-menu-foot .container-sm, #main-menu #main-menu-container #fs-menu-foot .container-md, #main-menu #main-menu-container #fs-menu-foot .container-lg, #main-menu #main-menu-container #fs-menu-foot .container-xl, #main-menu #main-menu-container #fs-menu-foot .container-xxl, #main-menu #main-menu-container #fs-menu-foot .container-xxxl, #main-menu #main-menu-container #fs-menu-foot .container-xxxxl, #main-menu #main-menu-container #fs-menu-foot .container-xxxxxl {
  padding-top: 3em;
  padding-bottom: 0em;
}

.toggle-mainmenu-button {
  z-index: 9000;
  position: relative;
  display: block;
  margin-left: auto !important;
  width: 20px;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

body.menu-main-menu-active {
  overflow-y: hidden;
}
body.menu-main-menu-active #main-menu {
  pointer-events: auto;
  overflow-y: auto;
  opacity: 1;
  visibility: visible;
}
@media (max-width: 1023.98px) {
  body.menu-main-menu-active #main-menu {
    left: 0;
  }
}
@media (min-width: 720px) {
  body.menu-main-menu-active #main-menu {
    top: 0;
  }
}

@media (min-width: 1116px) {
  body.menu-main-menu-active:not(.macintosh) #quick-nav {
    padding-right: 8px;
  }
}

body #main-menu #main-menu-container .panel-layout {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
body #main-menu .sow-image-container img {
  height: auto;
}

.header-image-container {
  position: relative;
}
.header-image-container .has_corner {
  -webkit-clip-path: polygon(100% 0, 100% calc(100% - 100px), calc(100% - 100px) 100%, 0 100%, 0 0);
          clip-path: polygon(100% 0, 100% calc(100% - 100px), calc(100% - 100px) 100%, 0 100%, 0 0);
}
.header-image-container .has_corner::after {
  position: absolute;
  content: " ";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 100px 100px;
  border-color: transparent transparent white transparent;
  bottom: 0;
  right: 0;
}
.header-image-container img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

div.widget.quote blockquote.blockquote {
  position: relative;
  text-align: left;
  background: transparent;
  color: inherit;
  padding: 0;
  font-family: "Mada", sans-serif;
  font-weight: 400;
  padding: 0;
  margin: 8.125rem 0 2.5rem 0;
}
div.widget.quote blockquote.blockquote h3 {
  margin: 0;
  padding: 0;
  text-transform: none;
  letter-spacing: normal;
}
@media (max-width: 1023.98px) {
  div.widget.quote blockquote.blockquote h3 {
    font-size: 1.4em;
  }
}
div.widget.quote blockquote.blockquote footer {
  font-family: "Mada", sans-serif;
  margin-top: 1em;
  font-style: normal;
  font-size: 1.3rem;
  line-height: 1.5rem;
}
@media (max-width: 1023.98px) {
  div.widget.quote blockquote.blockquote footer {
    font-size: 0.9em;
  }
}
div.widget.quote blockquote.blockquote footer::before {
  content: "";
}
div.widget.quote blockquote.blockquote::before {
  content: " ";
  display: block;
  width: 4rem;
  height: 3.125rem;
  position: absolute;
  top: -5.625rem;
  left: 0px;
  background: url("/wp-content/themes/coderehab-theme/assets/images/quote.svg") no-repeat center;
}
@media (max-width: 1023.98px) {
  div.widget.quote blockquote.blockquote::before {
    left: 1.25rem;
    top: -4.6875rem;
  }
}
@media (max-width: 1023.98px) {
  div.widget.quote blockquote.blockquote {
    padding: 1.25rem;
  }
}

.widget.widget-popup .modal-backdrop {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.4);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 1000;
}
.widget.widget-popup .modal-inner {
  width: 100%;
  height: 100%;
  z-index: 1010;
  background: -o-linear-gradient(135deg, transparent 50px, #ffffff 50px);
  background: linear-gradient(315deg, transparent 50px, #ffffff 50px);
}
.widget.widget-popup .modal-inner .main.scrollable-y {
  overflow: hidden;
  overflow-y: auto;
}
.widget.widget-popup .modal-inner header .panel-layout {
  width: 100%;
}
@media (min-width: 1024px) {
  .widget.widget-popup .popup,
.widget.widget-popup .popup .modal-inner {
    width: 900px;
    position: fixed;
    left: calc((100vw - 900px) / 2);
  }
}
@media (max-width: 1023.98px) {
  .widget.widget-popup .popup,
.widget.widget-popup .popup .modal-inner {
    width: 90vw;
    top: 5vh !important;
    left: 5vw;
  }
}
@media (max-width: 719.98px) {
  .widget.widget-popup .popup,
.widget.widget-popup .popup .modal-inner {
    width: 100vw;
    top: 0vh;
    left: 0vw;
  }
}
.widget.widget-popup .popup.popup-type-subscribe .modal-inner .main.scrollable-y {
  height: calc(65vh - 70px - 50px - (50px / 2));
}
@media (min-width: 720px) {
  .widget.widget-popup .popup.popup-type-subscribe,
.widget.widget-popup .popup.popup-type-subscribe .modal-inner {
    height: 65vh;
    top: calc((100vh - 65vh) / 2);
  }
}
.widget.widget-popup .popup.popup-type-message .modal-inner .main.scrollable-y {
  height: calc(360px - 70px - 50px - (50px / 2));
}
@media (min-width: 720px) {
  .widget.widget-popup .popup.popup-type-message,
.widget.widget-popup .popup.popup-type-message .modal-inner {
    height: 360px;
    top: calc((100vh - 360px) / 2);
  }
}
.widget.widget-popup .popup.popup-type-vimeo .modal-inner .main.scrollable-y {
  height: calc(510px);
}
@media (min-width: 720px) {
  .widget.widget-popup .popup.popup-type-vimeo,
.widget.widget-popup .popup.popup-type-vimeo .modal-inner {
    height: 510px;
    top: calc((100vh - 510px) / 2);
  }
}
@media (max-width: 1023.98px) {
  .widget.widget-popup .popup.popup-type-message,
.widget.widget-popup .popup.popup-type-subscribe {
    height: 90vh;
  }
  .widget.widget-popup .popup.popup.popup-type-message .modal-inner,
.widget.widget-popup .popup.popup.popup-type-subscribe .modal-inner {
    height: 90vh;
  }
  .widget.widget-popup .popup.popup.popup-type-message .modal-inner .main.scrollable-y,
.widget.widget-popup .popup.popup.popup-type-subscribe .modal-inner .main.scrollable-y {
    height: calc(90vh - 70px - 50px - (50px / 2));
  }
  .widget.widget-popup .popup.popup.popup-type-vimeo .modal-inner {
    height: calc((100vh - 210px) / 2);
  }
  .widget.widget-popup .popup.popup.popup-type-vimeo .modal-inner .main.scrollable-y {
    height: calc((100vh - 210px) / 2);
  }
}
@media (max-width: 1023.98px) and (orientation: landscape) {
  .widget.widget-popup .popup.popup.popup-type-vimeo .modal-inner {
    max-width: 310px;
    min-height: 170px;
  }
  .widget.widget-popup .popup.popup.popup-type-vimeo .modal-inner .main.scrollable-y {
    margin-top: -30px;
    min-height: 170px;
  }
}
.widget.widget-popup .popup.popup-type-message {
  color: #fff;
}
.widget.widget-popup .popup.popup-type-message h1 + p {
  margin: 0;
}
.widget.widget-popup .popup.popup-type-message h1 + p + h3 {
  margin-top: 0;
}
.widget.widget-popup .popup.popup-type-message h2,
.widget.widget-popup .popup.popup-type-message h3,
.widget.widget-popup .popup.popup-type-message h4,
.widget.widget-popup .popup.popup-type-message h5,
.widget.widget-popup .popup.popup-type-message h6 {
  color: #fff;
}
.widget.widget-popup .popup.popup-type-message .modal-inner {
  background: #000;
}
.widget.widget-popup .popup.popup-type-message .modal-inner::after {
  position: absolute;
  content: " ";
  width: 250px;
  height: 40px;
  bottom: 0;
  right: 0;
  background: url("/wp-content/themes/coderehab-theme/assets/images/stripes.svg") no-repeat center -220px;
  -webkit-filter: invert(100%);
          filter: invert(100%);
}
.widget.widget-popup .popup.popup-type-subscribe {
  color: #000;
}
.widget.widget-popup .popup.popup-type-subscribe .modal-inner {
  background: #fff;
}
.widget.widget-popup .popup.popup-type-subscribe.has-shadow .modal-inner {
  background: -o-linear-gradient(135deg, transparent 50px, #ffffff 50px);
  background: linear-gradient(315deg, transparent 50px, #ffffff 50px);
}
.widget.widget-popup .popup.popup-type-vimeo {
  color: #fff;
}
.widget.widget-popup .popup.popup-type-vimeo .modal-inner {
  background: transparent;
}
.widget.widget-popup .popup header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 70px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.5rem 1rem;
}
.widget.widget-popup .popup header a {
  font-size: 2em;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 1.6666666667rem;
  outline: none;
}
.widget.widget-popup .popup header a:hover {
  color: #545b62;
}
.widget.widget-popup section {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.widget.widget-popup section > div {
  -webkit-box-flex: 1;
  -ms-flex: 1 50%;
  flex: 1 50%;
}
.widget.widget-popup section .container-fluid, .widget.widget-popup section .container-xs, .widget.widget-popup section .container-sm, .widget.widget-popup section .container-md, .widget.widget-popup section .container-lg, .widget.widget-popup section .container-xl, .widget.widget-popup section .container-xxl, .widget.widget-popup section .container-xxxl, .widget.widget-popup section .container-xxxxl, .widget.widget-popup section .container-xxxxxl {
  padding-top: 2.5rem;
}
.widget.widget-popup .popup.has-shadow::before {
  position: absolute;
  width: calc(100% - 80px);
  height: calc(100% - 80px);
  left: 40px;
  top: 40px;
  content: " ";
  -webkit-box-shadow: 0px 0px 85px rgb(0, 0, 0);
          box-shadow: 0px 0px 85px rgb(0, 0, 0);
}
.widget.widget-popup {
  position: relative;
  display: block;
}
.widget.widget-popup.hidden {
  display: none;
}
.widget.widget-popup .popup {
  cursor: default;
  position: fixed;
  z-index: 9000;
}
.widget.widget-popup .popup.active {
  display: block;
}

button.popup-open-btn {
  font-size: 1.4em;
  border-bottom: 3px solid #c43132;
  margin: 40px 0 10px 0;
  padding: 10px 50px;
  text-transform: inherit;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
button.popup-open-btn svg {
  font-size: 1.3em;
  margin-right: 20px;
  position: relative;
  top: 4px;
}
@media (max-width: 1023.98px) {
  button.popup-open-btn {
    font-size: 1em;
  }
}

.close-btn {
  color: #fff;
}

.floating-image {
  top: 0;
  left: 0;
}
.floating-image.right {
  right: 0;
  left: auto;
}
@media (max-width: 719.98px) {
  .floating-image {
    position: relative;
    width: auto;
  }
}
@media (min-width: 720px) {
  .floating-image {
    position: relative;
    width: auto;
  }
}
@media (min-width: 1024px) {
  .floating-image {
    position: absolute;
    width: 100vw;
    max-width: 80vw !important;
  }
}
@media (min-width: 1400px) {
  .floating-image {
    max-width: 80vw !important;
  }
}
@media (min-width: 1560px) {
  .floating-image {
    width: 70vw !important;
    max-width: 70vw !important;
  }
}
@media (min-width: 1880px) {
  .floating-image {
    width: 70vw !important;
    max-width: 70vw !important;
  }
}
@media (min-width: 1920px) {
  .floating-image {
    width: 50vw !important;
    max-width: 50vw !important;
  }
}

@media (max-width: 1023.98px) {
  #quote-top .panel-grid {
    margin-top: -4em;
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  #quote-top .panel-grid img {
    margin-left: -1.5625rem;
    width: 100vw;
    max-width: 100vw;
  }
  #quote-top .panel-grid .widget.quote {
    margin-top: -80px;
  }
}
@media (max-width: 719.98px) {
  #quote-top .panel-grid {
    margin-top: 1em;
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

@media (max-width: 1023.98px) {
  #quote-bottom .panel-grid {
    margin-top: -150px;
  }
  #quote-bottom .panel-grid .widget.quote {
    margin-top: -100px;
  }
}
@media (max-width: 719.98px) {
  #quote-bottom .panel-grid {
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin-top: -100px;
  }
  #quote-bottom .panel-grid .widget.quote {
    margin-top: auto;
  }
}

@media (max-width: 1023.98px) {
  #quote2-top .panel-grid {
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin-top: -50px;
  }
  #quote2-top .panel-grid img {
    margin-left: -1.5625rem;
    width: 100vw;
    max-width: 100vw;
  }
  #quote2-top .panel-grid .widget.quote {
    margin-top: -80px;
  }
}
@media (max-width: 719.98px) {
  #quote2-top .panel-grid {
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

@media (max-width: 1023.98px) {
  #quote2-bottom .panel-grid {
    margin-top: -350px;
  }
  #quote2-bottom .panel-grid .widget.quote {
    margin-top: -100px;
  }
}
@media (max-width: 719.98px) {
  #quote2-bottom .panel-grid {
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin-top: -100px;
  }
  #quote2-bottom .panel-grid .widget.quote {
    margin-top: auto;
  }
}

@media (min-width: 720px) {
  #quote-top .panel-grid img {
    opacity: 0;
    -webkit-transform: translate(-100px, 300px);
        -ms-transform: translate(-100px, 300px);
            transform: translate(-100px, 300px);
    will-change: transform;
  }
  #quote-top .panel-grid img.animated {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    opacity: 1;
    -webkit-transition: all 0.7s;
    -o-transition: all 0.7s;
    transition: all 0.7s;
  }

  #quote-bottom .panel-grid img {
    opacity: 0;
    -webkit-transform: translate(100px, 300px);
        -ms-transform: translate(100px, 300px);
            transform: translate(100px, 300px);
    will-change: transform;
  }
  #quote-bottom .panel-grid img.animated {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    opacity: 1;
    -webkit-transition: all 0.7s;
    -o-transition: all 0.7s;
    transition: all 0.7s;
  }

  #quote2-top .panel-grid img {
    opacity: 0;
    -webkit-transform: translate(-100px, 300px);
        -ms-transform: translate(-100px, 300px);
            transform: translate(-100px, 300px);
    will-change: transform;
  }
  #quote2-top .panel-grid img.animated {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    opacity: 1;
    -webkit-transition: all 0.7s;
    -o-transition: all 0.7s;
    transition: all 0.7s;
  }

  #quote2-bottom .panel-grid img {
    opacity: 0;
    -webkit-transform: translate(100px, 300px);
        -ms-transform: translate(100px, 300px);
            transform: translate(100px, 300px);
    will-change: transform;
  }
  #quote2-bottom .panel-grid img.animated {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    opacity: 1;
    -webkit-transition: all 0.7s;
    -o-transition: all 0.7s;
    transition: all 0.7s;
  }

  .widget.quote {
    -webkit-transform: translate(300px, 100px);
        -ms-transform: translate(300px, 100px);
            transform: translate(300px, 100px);
    will-change: transform;
    opacity: 0;
  }
  .widget.quote.animated {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    opacity: 1;
    -webkit-transition: all 0.7s;
    -o-transition: all 0.7s;
    transition: all 0.7s;
  }
}
.widget_coderehab-icon-prepender {
  margin-top: 20px;
}
.widget_coderehab-icon-prepender .content {
  margin-top: 10px;
  margin-left: -20px;
}
.widget_coderehab-icon-prepender .icon svg {
  margin-top: 10px;
  font-size: 1.7em;
}

.so-widget-coderehab-event-attachments {
  margin-top: 2em;
}
.so-widget-coderehab-event-attachments .event-attachments {
  display: block;
  border-bottom: 1px solid #dee2e6;
  margin: 0 -25px;
  padding: 0 25px 25px 25px;
}
.so-widget-coderehab-event-attachments .event-attachments .url a,
.so-widget-coderehab-event-attachments .event-attachments .url a:link,
.so-widget-coderehab-event-attachments .event-attachments .url a:visited {
  color: #000;
}
.so-widget-coderehab-event-attachments .event-attachments .url a:hover,
.so-widget-coderehab-event-attachments .event-attachments .url a:active {
  color: #6c757d;
  text-decoration: none;
}
.so-widget-coderehab-event-attachments .event-attachments .text-above {
  margin-bottom: 1.5em;
}
.so-widget-coderehab-event-attachments .event-attachments .download {
  margin-top: 1.8em;
}

.related-events-title {
  color: #000;
  font-size: 3em;
  margin-bottom: 40px;
}

.search-form input.search-field {
  height: 50px;
  font-size: 2em;
  color: #6c757d;
  border: 1px solid #000;
  padding: 0 0.5em !important;
  line-height: 1.5em;
  border-radius: 0;
  width: 100%;
}
.search-form input.search-field::-webkit-input-placeholder {
  color: #6c757d;
}
.search-form input.search-field::-moz-placeholder {
  color: #6c757d;
}
.search-form input.search-field:-ms-input-placeholder {
  color: #6c757d;
}
.search-form input.search-field::-ms-input-placeholder {
  color: #6c757d;
}
.search-form input.search-field::placeholder {
  color: #6c757d;
}
.search-form input[type=submit] {
  height: 50px;
  border-radius: 0;
  display: none;
}

.widget.widget-event-data .card .card-header button {
  cursor: default;
  padding: 1.6666666667rem;
  width: 100%;
  text-align: left;
  border-bottom: none;
  border-left: none;
  border-right: none;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-clip-path: polygon(100% 0, 100% calc(100% - 25px), calc(100% - 25px) 100%, 0 100%, 0 0);
          clip-path: polygon(100% 0, 100% calc(100% - 25px), calc(100% - 25px) 100%, 0 100%, 0 0);
}
.widget.widget-event-data .card .card-header button[data-toggle=collapse] {
  cursor: pointer;
}
.widget.widget-event-data .card .card-header button::after {
  position: absolute;
  content: " ";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 25px 25px;
  border-color: transparent transparent white transparent;
  bottom: 0;
  right: 0;
}
.widget.widget-event-data .card .card-header button span {
  font-weight: 400;
  font-size: 1.4em;
  text-transform: none;
}
.widget.widget-event-data .card .card-header button h3 {
  font-size: 2em;
  text-transform: none;
  font-weight: 700;
  display: none;
}
.widget.widget-event-data .card .card-body svg {
  width: 24px;
  height: 24px;
  margin-top: 0.5em;
}
.widget.widget-event-data .card .card-body .row {
  margin: 1em 0;
}
.widget.widget-event-data .card .card-body .event-price-wrapper span {
  display: inline-block;
  width: 40%;
}
.widget.widget-event-data .card .card-body .event-price-wrapper span.additional-info {
  width: 100%;
  padding-bottom: 1em;
}
.widget.widget-event-data .card .card-body .event-price-wrapper span.additional-info::before {
  content: " ";
  clear: right;
  display: block;
}
.widget.widget-event-data .card.general-info svg {
  margin-top: 0em;
}
.widget.widget-event-data .card.meer-daags .row {
  padding-top: 12px;
  padding-bottom: 12px;
}
.widget.widget-event-data .card.meer-daags h3 {
  font-weight: 700;
}

.widget_coderehab-event-form h1 {
  margin: 10px 0 20px;
}
.widget_coderehab-event-form .event-availability {
  margin: 30px 0 20px;
  font-size: 23px;
  font-family: "Mada", sans-serif;
}
.widget_coderehab-event-form .event-availability span {
  color: #6c757d;
}
.widget_coderehab-event-form .event-sign-up-form .wpcf7-form .form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 15px 0;
}
.widget_coderehab-event-form .event-sign-up-form .wpcf7-form .form-row .ajax-loader {
  background-image: none;
}
.widget_coderehab-event-form .event-sign-up-form .wpcf7-form .form-row label {
  min-width: 170px;
}
.widget_coderehab-event-form .event-sign-up-form .wpcf7-form .form-row span {
  width: 80%;
}
.widget_coderehab-event-form .event-sign-up-form .wpcf7-form .form-row span input[type=number] {
  width: 10%;
}
.widget_coderehab-event-form .event-sign-up-form .wpcf7-form .form-row span input[type=text],
.widget_coderehab-event-form .event-sign-up-form .wpcf7-form .form-row span input[type=email] {
  width: 100%;
}

.so-widget-coderehab-share {
  margin-bottom: -30px;
  z-index: 1;
  position: relative;
}
.so-widget-coderehab-share .inner {
  z-index: 3000;
  position: absolute;
  position: relative;
  height: 60px;
}
.so-widget-coderehab-share .inner .trigger-button {
  height: 100%;
}
.so-widget-coderehab-share .inner .share_btn {
  margin-right: 13.3333333333px;
  cursor: pointer;
}
.so-widget-coderehab-share .inner .share_btn svg {
  width: 20px !important;
  height: 20px !important;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.so-widget-coderehab-share .inner .popup {
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  position: absolute;
  bottom: 0;
  opacity: 0;
}
.so-widget-coderehab-share .inner:hover .popup {
  opacity: 1;
}

body.Event-single .so-widget-coderehab-share {
  margin-top: 2.5rem;
}

.so-widget-coderehab-searchfield {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: relative;
}
.so-widget-coderehab-searchfield .search-button {
  position: absolute;
  right: 5px;
  top: 0;
}
@media (max-width: 719.98px) {
  .so-widget-coderehab-searchfield .search-button {
    top: 2px;
  }
}
.so-widget-coderehab-searchfield .searchform-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 30px;
}
.so-widget-coderehab-searchfield .searchform-container input[type=submit] {
  display: none;
}
.so-widget-coderehab-searchfield .searchform-container input[type=text] {
  height: 38px;
  -ms-touch-action: none;
      touch-action: none;
}
.so-widget-coderehab-searchfield .searchform-container input[type=text]:focus {
  outline: none;
  -ms-touch-action: auto;
      touch-action: auto;
}
.so-widget-coderehab-searchfield .searchform-container form {
  display: inline-block;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  opacity: 0;
  -webkit-transform: translateX(10%) scale(0);
      -ms-transform: translateX(10%) scale(0);
          transform: translateX(10%) scale(0);
  -webkit-transform-origin: center right;
      -ms-transform-origin: center right;
          transform-origin: center right;
  position: absolute;
  right: 50px;
  top: 0;
}
.so-widget-coderehab-searchfield .searchform-container:hover form {
  -webkit-transform: translateX(0) scale(1);
      -ms-transform: translateX(0) scale(1);
          transform: translateX(0) scale(1);
  opacity: 1;
}
@media (max-width: 719.98px) {
  .so-widget-coderehab-searchfield .searchform-container form#searchform {
    pointer-events: none;
    width: 100vw;
    position: fixed;
    right: 0;
    top: 96px;
    left: auto;
    -webkit-transform: unset;
        -ms-transform: unset;
            transform: unset;
  }
  .so-widget-coderehab-searchfield .searchform-container form#searchform .search-field {
    width: 100%;
    padding: 0 25px;
  }
}
.so-widget-coderehab-searchfield .searchform-container .fa-search {
  display: block;
  width: 40px;
  height: 40px;
  background-color: #fff;
  padding: 10px;
  cursor: pointer;
  font-size: 1.5em;
  position: relative;
  right: 0;
  top: 0;
  z-index: 99;
}

.so-widget-coderehab-add-to-calendar {
  /* The button */
  /* Drop down */
}
.so-widget-coderehab-add-to-calendar .addeventatc {
  visibility: hidden;
}
.so-widget-coderehab-add-to-calendar .addeventatc_icon {
  display: none;
}
.so-widget-coderehab-add-to-calendar .addeventatc {
  z-index: 2500 !important;
  outline: none;
  font-family: "Mada", sans-serif;
  font-size: 0.9rem;
  font-weight: 400;
  padding: 0 0 0 24px !important;
  height: 28px !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: none;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  background: none !important;
}
.so-widget-coderehab-add-to-calendar .addeventatc svg {
  width: 24px;
  height: 24px;
  margin-left: -24px;
  margin-right: 12px;
  pointer-events: none;
}
.so-widget-coderehab-add-to-calendar .addeventatc:hover {
  font-size: 0.9rem;
}
.so-widget-coderehab-add-to-calendar .addeventatc .start,
.so-widget-coderehab-add-to-calendar .addeventatc .end,
.so-widget-coderehab-add-to-calendar .addeventatc .timezone,
.so-widget-coderehab-add-to-calendar .addeventatc .title,
.so-widget-coderehab-add-to-calendar .addeventatc .description,
.so-widget-coderehab-add-to-calendar .addeventatc .location,
.so-widget-coderehab-add-to-calendar .addeventatc .organizer,
.so-widget-coderehab-add-to-calendar .addeventatc .organizer_email,
.so-widget-coderehab-add-to-calendar .addeventatc .facebook_event,
.so-widget-coderehab-add-to-calendar .addeventatc .all_day_event,
.so-widget-coderehab-add-to-calendar .addeventatc .date_format,
.so-widget-coderehab-add-to-calendar .addeventatc .alarm_reminder,
.so-widget-coderehab-add-to-calendar .addeventatc .recurring,
.so-widget-coderehab-add-to-calendar .addeventatc .attendees,
.so-widget-coderehab-add-to-calendar .addeventatc .calname,
.so-widget-coderehab-add-to-calendar .addeventatc .uid,
.so-widget-coderehab-add-to-calendar .addeventatc .status,
.so-widget-coderehab-add-to-calendar .addeventatc .method,
.so-widget-coderehab-add-to-calendar .addeventatc .client,
.so-widget-coderehab-add-to-calendar .addeventatc .transp {
  display: none !important;
}
.so-widget-coderehab-add-to-calendar .addeventatc_dropdown {
  width: 230px;
  position: absolute;
  padding: 0px;
  line-height: 100%;
  border-radius: 0 !important;
  text-decoration: none;
  text-align: left;
  margin-left: -1px;
  display: none;
  -webkit-box-shadow: rgba(0, 0, 0, 0.4) 0px 10px 26px;
  box-shadow: rgba(0, 0, 0, 0.4) 0px 10px 26px;
  -webkit-transform: scale(0.98, 0.98) translateY(5px);
      -ms-transform: scale(0.98, 0.98) translateY(5px);
          transform: scale(0.98, 0.98) translateY(5px);
  z-index: -1;
  -webkit-transition: -webkit-transform 0.15s ease;
  transition: -webkit-transform 0.15s ease;
  -o-transition: transform 0.15s ease;
  transition: transform 0.15s ease;
  transition: transform 0.15s ease, -webkit-transform 0.15s ease;
  -webkit-user-select: none;
}
.so-widget-coderehab-add-to-calendar .addeventatc_dropdown .copyx {
  display: none !important;
}
.so-widget-coderehab-add-to-calendar .addeventatc_dropdown.addeventatc_dropdown.topdown {
  -webkit-transform: scale(0.98, 0.98) translateY(-5px) !important;
      -ms-transform: scale(0.98, 0.98) translateY(-5px) !important;
          transform: scale(0.98, 0.98) translateY(-5px) !important;
}
.so-widget-coderehab-add-to-calendar .addeventatc_dropdown span {
  display: block;
  line-height: 100%;
  text-decoration: none;
  cursor: pointer;
  padding: 14px 10px 14px 55px;
  -webkit-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.so-widget-coderehab-add-to-calendar .addeventatc_dropdown em {
  color: #999 !important;
  font-size: 12px !important;
  font-weight: 400;
}
.so-widget-coderehab-add-to-calendar .addeventatc_dropdown .frs a {
  cursor: pointer;
  font-size: 9px !important;
  font-style: normal !important;
  font-weight: 400 !important;
  line-height: 110% !important;
  padding-left: 10px;
  position: absolute;
  right: 10px;
  text-align: right;
  text-decoration: none;
  top: 5px;
  z-index: 101;
}
.so-widget-coderehab-add-to-calendar .addeventatc_dropdown .copyx {
  height: 21px;
  display: block;
  position: relative;
  cursor: default;
}
.so-widget-coderehab-add-to-calendar .addeventatc_dropdown .brx {
  height: 1px;
  overflow: hidden;
  position: absolute;
  z-index: 100;
  left: 10px;
  right: 10px;
  top: 9px;
}
.so-widget-coderehab-add-to-calendar .addeventatc_dropdown .addeventatc_dropdown.addeventatc-selected {
  -webkit-transform: scale(1, 1) translateY(0px);
      -ms-transform: scale(1, 1) translateY(0px);
          transform: scale(1, 1) translateY(0px);
  z-index: 99999999999;
}
.so-widget-coderehab-add-to-calendar .addeventatc_dropdown .addeventatc_dropdown.topdown.addeventatc-selected {
  -webkit-transform: scale(1, 1) translateY(0px) !important;
      -ms-transform: scale(1, 1) translateY(0px) !important;
          transform: scale(1, 1) translateY(0px) !important;
}

body.Event-single .so-widget-coderehab-add-to-calendar {
  margin-top: 2.4rem;
}

.widget.core-pubdate {
  margin-top: 2em;
}

section#maakplaatsen-header .container-fluid::before, section#maakplaatsen-header .container-xs::before, section#maakplaatsen-header .container-sm::before, section#maakplaatsen-header .container-md::before, section#maakplaatsen-header .container-lg::before, section#maakplaatsen-header .container-xl::before, section#maakplaatsen-header .container-xxl::before, section#maakplaatsen-header .container-xxxl::before, section#maakplaatsen-header .container-xxxxl::before, section#maakplaatsen-header .container-xxxxxl::before,
section#generators-header .container-fluid::before,
section#generators-header .container-xs::before,
section#generators-header .container-sm::before,
section#generators-header .container-md::before,
section#generators-header .container-lg::before,
section#generators-header .container-xl::before,
section#generators-header .container-xxl::before,
section#generators-header .container-xxxl::before,
section#generators-header .container-xxxxl::before,
section#generators-header .container-xxxxxl::before {
  background-image: url("/wp-content/themes/coderehab-theme/assets/images/stripes_flat.svg");
  background-repeat: repeat-x;
  background-position: right top;
  background-size: auto 200px;
  content: " ";
  display: block;
  position: absolute;
  height: 20px;
  width: 50vw;
  left: -50vw;
  top: calc(100% - 20px);
}
section#maakplaatsen-header .so-widget-coderehab-maker-head .widget.core-slider.content-slider,
section#generators-header .so-widget-coderehab-maker-head .widget.core-slider.content-slider {
  min-height: 556px;
}
@media (min-width: 1024px) {
  section#maakplaatsen-header .so-widget-coderehab-maker-head .widget.core-slider.content-slider,
section#generators-header .so-widget-coderehab-maker-head .widget.core-slider.content-slider {
    max-height: 556px;
  }
}
@media (min-width: 720px) {
  section#maakplaatsen-header .so-widget-coderehab-maker-head .widget.core-slider.content-slider .carousel,
section#generators-header .so-widget-coderehab-maker-head .widget.core-slider.content-slider .carousel {
    min-height: 556px;
  }
}
section#maakplaatsen-header .so-widget-coderehab-maker-head .maakplaats-header-image-wrapper,
section#generators-header .so-widget-coderehab-maker-head .maakplaats-header-image-wrapper {
  width: 66.67vw;
  position: absolute;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 556px;
  overflow-y: hidden;
}
@media (min-width: 720px) {
  section#maakplaatsen-header .so-widget-coderehab-maker-head .maakplaats-header-image-wrapper,
section#generators-header .so-widget-coderehab-maker-head .maakplaats-header-image-wrapper {
    min-height: 556px;
    left: 33.33%;
  }
}
@media (min-width: 1116px) {
  section#maakplaatsen-header .so-widget-coderehab-maker-head .maakplaats-header-image-wrapper,
section#generators-header .so-widget-coderehab-maker-head .maakplaats-header-image-wrapper {
    left: calc(33.33% - 50px);
  }
}
section#maakplaatsen-header .so-widget-coderehab-maker-head .maakplaats-header-image-wrapper img,
section#generators-header .so-widget-coderehab-maker-head .maakplaats-header-image-wrapper img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
@media (max-width: 1023.98px) {
  section#maakplaatsen-header .so-widget-coderehab-maker-head .maakplaats-header-image-wrapper img,
section#generators-header .so-widget-coderehab-maker-head .maakplaats-header-image-wrapper img {
    min-width: 100vw;
  }
}
@media (min-width: 720px) {
  section#maakplaatsen-header .so-widget-coderehab-maker-head .maakplaats-header-image-wrapper img,
section#generators-header .so-widget-coderehab-maker-head .maakplaats-header-image-wrapper img {
    min-height: 556px;
  }
}
@media (max-width: 1023.98px) {
  section#maakplaatsen-header .so-widget-coderehab-maker-head .maakplaats-header-image-wrapper,
section#generators-header .so-widget-coderehab-maker-head .maakplaats-header-image-wrapper {
    position: unset;
    width: auto;
    min-width: 100vw;
    height: 250px;
  }
}
@media (max-width: 1023.98px) {
  section#maakplaatsen-header .so-widget-coderehab-maker-head .gallery-text,
section#generators-header .so-widget-coderehab-maker-head .gallery-text {
    position: unset;
  }
}

section#makerfestivaltwente-header .flickity-slider::before {
  background-image: url("/wp-content/themes/coderehab-theme/assets/images/stripes_flat.svg");
  background-repeat: repeat-x;
  background-position: right top;
  background-size: auto 200px;
  content: " ";
  display: block;
  position: absolute;
  height: 20px;
  width: 50vw;
  left: calc(-50vw + 50px);
  bottom: 0;
}
@media (max-width: 1023.98px) {
  section#makerfestivaltwente-header .so-widget-coderehab-makerfestivaltwente-head .flickity-viewport {
    height: 556px !important;
  }
}
@media (max-width: 719.98px) {
  section#makerfestivaltwente-header .so-widget-coderehab-makerfestivaltwente-head .flickity-viewport {
    height: 250px !important;
  }
}
@media (min-width: 1024px) {
  section#makerfestivaltwente-header .so-widget-coderehab-makerfestivaltwente-head .widget.core-slider.content-slider {
    max-height: 556px;
  }
}
@media (min-width: 720px) {
  section#makerfestivaltwente-header .so-widget-coderehab-makerfestivaltwente-head .widget.core-slider.content-slider .carousel {
    min-height: 556px;
  }
}
section#makerfestivaltwente-header .so-widget-coderehab-makerfestivaltwente-head .makerfestivaltwente-header-image-wrapper {
  width: 66.67vw;
  position: absolute;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow-y: hidden;
}
@media (min-width: 720px) {
  section#makerfestivaltwente-header .so-widget-coderehab-makerfestivaltwente-head .makerfestivaltwente-header-image-wrapper {
    height: 556px;
    min-height: 556px;
    left: 33.33%;
  }
}
@media (min-width: 1116px) {
  section#makerfestivaltwente-header .so-widget-coderehab-makerfestivaltwente-head .makerfestivaltwente-header-image-wrapper {
    left: 33.33%;
  }
}
section#makerfestivaltwente-header .so-widget-coderehab-makerfestivaltwente-head .makerfestivaltwente-header-image-wrapper img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
@media (max-width: 1023.98px) {
  section#makerfestivaltwente-header .so-widget-coderehab-makerfestivaltwente-head .makerfestivaltwente-header-image-wrapper img {
    min-width: 100vw;
  }
}
@media (min-width: 720px) {
  section#makerfestivaltwente-header .so-widget-coderehab-makerfestivaltwente-head .makerfestivaltwente-header-image-wrapper img {
    min-height: 556px;
  }
}
@media (max-width: 1023.98px) {
  section#makerfestivaltwente-header .so-widget-coderehab-makerfestivaltwente-head .makerfestivaltwente-header-image-wrapper {
    position: unset;
    width: auto;
    min-width: 100vw;
    height: 250px;
  }
}
@media (max-width: 1023.98px) {
  section#makerfestivaltwente-header .so-widget-coderehab-makerfestivaltwente-head .gallery-text {
    position: unset;
  }
}

section#makerfestivaltwente-sub-header {
  position: relative;
}
section#makerfestivaltwente-sub-header > .container-fluid::before, section#makerfestivaltwente-sub-header > .container-xs::before, section#makerfestivaltwente-sub-header > .container-sm::before, section#makerfestivaltwente-sub-header > .container-md::before, section#makerfestivaltwente-sub-header > .container-lg::before, section#makerfestivaltwente-sub-header > .container-xl::before, section#makerfestivaltwente-sub-header > .container-xxl::before, section#makerfestivaltwente-sub-header > .container-xxxl::before, section#makerfestivaltwente-sub-header > .container-xxxxl::before, section#makerfestivaltwente-sub-header > .container-xxxxxl::before {
  background-image: url("/wp-content/themes/coderehab-theme/assets/images/stripes_flat.svg");
  background-repeat: repeat-x;
  background-position: right top;
  background-size: auto 200px;
  content: " ";
  display: block;
  position: absolute;
  height: 20px;
  width: 50vw;
  left: -50vw;
  bottom: 0;
}

section#makerfestivaltwente-tabs {
  position: relative;
}
section#makerfestivaltwente-tabs .content {
  height: 840px;
  overflow: hidden;
}
@media (min-width: 720px) {
  section#makerfestivaltwente-tabs .content {
    height: 405px;
  }
}
@media (min-width: 1024px) {
  section#makerfestivaltwente-tabs .content {
    height: 460px;
  }
}
section#makerfestivaltwente-tabs::before {
  background-image: url("/wp-content/themes/coderehab-theme/assets/images/stripes_flat.svg");
  background-repeat: repeat-x;
  background-position: right top;
  background-size: auto 200px;
  content: " ";
  display: block;
  position: absolute;
  height: 20px;
  width: 100vw;
  left: calc(100vw - calc((100vw - (1116px + (25px * 2))) / 2) - 10px);
  top: calc(100% - 20px);
  z-index: 9999;
}

.user-login-form {
  border: 1px solid #ccc;
  border-radius: 20px;
  padding: 20px;
}
.user-login-form label {
  font-weight: bold;
}
.user-login-form input[type=text], .user-login-form input[type=password] {
  width: 100%;
}

.widget.core-user-info .login-header {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: absolute;
  right: 25px;
  top: -25px;
}
.widget.core-user-info hr {
  border-top: 1px solid #000;
}
.widget.core-user-info .instruction,
.widget.core-user-info .status {
  font-style: italic;
}
.widget.core-user-info .event {
  border-radius: 10px;
  border: 1px solid #ccc;
  padding: 0 10px;
  margin-bottom: 10px;
}

.user-editor .acf-field {
  padding: 15px 0 !important;
}
.user-editor .acf-button {
  padding: 5px 12px 4px 12px;
  border: 0;
}
.user-editor .instruction {
  font-style: italic;
}

body #login-logout,
body.logged-in.admin-bar #login-logout {
  display: none;
}
body #header-main,
body.logged-in.admin-bar #header-main {
  border-bottom: 1px solid #e6e6e6;
}

body.logged-in #login-logout {
  display: block;
}
body.logged-in #header-main {
  border-bottom: 0;
}

.widget.core-user-login-logout {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1em;
  padding: 4px 0;
}
.widget.core-user-login-logout .login-header {
  width: 100%;
  text-align: right;
}
.widget.core-user-login-logout a.button {
  padding: 5px 8px;
  color: #fff !important;
  background-color: #fc4445 !important;
}
.widget.core-user-login-logout a.button.account {
  float: left;
}
.widget.core-user-login-logout a {
  color: #fff;
}
.widget.core-user-login-logout svg {
  font-size: 15px;
}

body.single-generators .widget-maakplaats-naw .website {
  color: #242582;
  text-decoration: underline;
}

body.single-maakplaatsen .widget-maakplaats-naw .website {
  color: #0b85ff;
  text-decoration: underline;
}

body.generator-single-event .tickets .website {
  text-decoration: underline;
  color: #242582;
}

body.maakplaats-single-event .tickets .website {
  text-decoration: underline;
  color: #0b85ff;
}

.so-widget-coderehab-core-actionbuttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.so-widget-coderehab-core-actionbuttons #action-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.so-widget-coderehab-core-actionbuttons #action-buttons .action-item {
  height: 45px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 18px;
  position: relative;
}
.so-widget-coderehab-core-actionbuttons #action-buttons .action-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  bottom: 6px;
  width: 1px;
  display: block;
  background-color: #e6e6e6;
}
.so-widget-coderehab-core-actionbuttons #action-buttons .action-item:first-child::before {
  display: none;
}
.so-widget-coderehab-core-actionbuttons #action-buttons .action-item.menu {
  padding-right: 0;
}
.so-widget-coderehab-core-actionbuttons #action-buttons .action-item.menu #quick-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: center;
      align-self: center;
}
@media (max-width: 1023.98px) {
  .so-widget-coderehab-core-actionbuttons #action-buttons .action-item.menu #quick-nav {
    width: 108px;
  }
}
.so-widget-coderehab-core-actionbuttons #action-buttons .action-item.menu .hamburger {
  min-width: 120px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1023.98px) {
  .so-widget-coderehab-core-actionbuttons #action-buttons .action-item.menu .hamburger .hamburger-box {
    width: 22px;
  }
}
.so-widget-coderehab-core-actionbuttons #action-buttons .action-item.menu .hamburger .hamburger-text {
  font-weight: 600;
  margin-left: 10px;
}

section#core-head .flickity-slider::before {
  background-image: url("/wp-content/themes/coderehab-theme/assets/images/stripes_flat.svg");
  background-repeat: repeat-x;
  background-position: right top;
  background-size: auto 200px;
  content: " ";
  display: block;
  position: absolute;
  height: 20px;
  width: 50vw;
  left: calc(-50vw + 50px);
  bottom: 0;
}
@media (max-width: 1023.98px) {
  section#core-head .so-widget-coderehab-core-head .flickity-viewport {
    height: 556px !important;
  }
}
@media (max-width: 719.98px) {
  section#core-head .so-widget-coderehab-core-head .flickity-viewport {
    height: 250px !important;
  }
}
@media (min-width: 1024px) {
  section#core-head .so-widget-coderehab-core-head .widget.core-slider.content-slider {
    max-height: 556px;
  }
}
@media (min-width: 720px) {
  section#core-head .so-widget-coderehab-core-head .widget.core-slider.content-slider .carousel {
    min-height: 556px;
  }
}
section#core-head .so-widget-coderehab-core-head .image-wrapper {
  width: 66.67vw;
  position: absolute;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow-y: hidden;
}
@media (min-width: 720px) {
  section#core-head .so-widget-coderehab-core-head .image-wrapper {
    height: 556px;
    min-height: 556px;
    left: 33.33%;
  }
}
@media (min-width: 1116px) {
  section#core-head .so-widget-coderehab-core-head .image-wrapper {
    left: 33.33%;
  }
}
section#core-head .so-widget-coderehab-core-head .image-wrapper img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
@media (max-width: 1023.98px) {
  section#core-head .so-widget-coderehab-core-head .image-wrapper img {
    min-width: 100vw;
  }
}
@media (min-width: 720px) {
  section#core-head .so-widget-coderehab-core-head .image-wrapper img {
    min-height: 556px;
  }
}
@media (max-width: 1023.98px) {
  section#core-head .so-widget-coderehab-core-head .image-wrapper {
    position: unset;
    width: auto;
    min-width: 100vw;
    height: 250px;
  }
}
@media (max-width: 1023.98px) {
  section#core-head .so-widget-coderehab-core-head .gallery-text {
    position: unset;
  }
}

#header-main {
  position: fixed;
  z-index: 4000;
  top: 0;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: height 0.3s;
  -o-transition: height 0.3s;
  transition: height 0.3s;
  border-bottom: 1px solid #e6e6e6;
}
#header-main img {
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -webkit-transform-origin: center left;
      -ms-transform-origin: center left;
          transform-origin: center left;
}
#header-main .container-fluid, #header-main .container-xs, #header-main .container-sm, #header-main .container-md, #header-main .container-lg, #header-main .container-xl, #header-main .container-xxl, #header-main .container-xxxl, #header-main .container-xxxxl, #header-main .container-xxxxxl {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  padding-top: 5px;
  padding-bottom: 5px;
}
#header-main .container-fluid .col, #header-main .container-xs .col, #header-main .container-sm .col, #header-main .container-md .col, #header-main .container-lg .col, #header-main .container-xl .col, #header-main .container-xxl .col, #header-main .container-xxxl .col, #header-main .container-xxxxl .col, #header-main .container-xxxxxl .col {
  margin: 0;
}
#header-main .container-fluid .col .col:first-of-type img, #header-main .container-xs .col .col:first-of-type img, #header-main .container-sm .col .col:first-of-type img, #header-main .container-md .col .col:first-of-type img, #header-main .container-lg .col .col:first-of-type img, #header-main .container-xl .col .col:first-of-type img, #header-main .container-xxl .col .col:first-of-type img, #header-main .container-xxxl .col .col:first-of-type img, #header-main .container-xxxxl .col .col:first-of-type img, #header-main .container-xxxxxl .col .col:first-of-type img {
  -webkit-transform: scale(0.6);
      -ms-transform: scale(0.6);
          transform: scale(0.6);
}

#header-maakplaatsen {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#header-maakplaatsen .container-fluid, #header-maakplaatsen .container-xs, #header-maakplaatsen .container-sm, #header-maakplaatsen .container-md, #header-maakplaatsen .container-lg, #header-maakplaatsen .container-xl, #header-maakplaatsen .container-xxl, #header-maakplaatsen .container-xxxl, #header-maakplaatsen .container-xxxxl, #header-maakplaatsen .container-xxxxxl {
  padding-top: 8px;
  padding-bottom: 8px;
}
@media (min-width: 1024px) {
  #header-maakplaatsen .container-fluid, #header-maakplaatsen .container-xs, #header-maakplaatsen .container-sm, #header-maakplaatsen .container-md, #header-maakplaatsen .container-lg, #header-maakplaatsen .container-xl, #header-maakplaatsen .container-xxl, #header-maakplaatsen .container-xxxl, #header-maakplaatsen .container-xxxxl, #header-maakplaatsen .container-xxxxxl {
    padding-top: 12px;
    padding-bottom: 12px;
  }
}
#header-maakplaatsen .container-fluid .col, #header-maakplaatsen .container-xs .col, #header-maakplaatsen .container-sm .col, #header-maakplaatsen .container-md .col, #header-maakplaatsen .container-lg .col, #header-maakplaatsen .container-xl .col, #header-maakplaatsen .container-xxl .col, #header-maakplaatsen .container-xxxl .col, #header-maakplaatsen .container-xxxxl .col, #header-maakplaatsen .container-xxxxxl .col {
  margin: 0;
}

section#footer-main {
  margin-top: 100px;
  z-index: 0;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  section#footer-main {
    /* IE10+ CSS styles go here */
    z-index: auto;
  }
}
@media (min-width: 720px) {
  section#footer-main::after {
    position: absolute;
    content: " ";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 100px 100px;
    border-color: transparent transparent #ffffff transparent;
    bottom: 0;
    right: 0;
  }
}
section#footer-main::before {
  position: absolute;
  content: " ";
  border-bottom: 44px solid #000;
  border-left: 44px solid transparent;
  border-right: 0px solid transparent;
  height: 0;
  width: 25%;
  top: -44px;
  right: 0;
}
@media (max-width: 1023.98px) {
  section#footer-main::before {
    border-bottom: 16px solid #000;
    border-left: 16px solid transparent;
    width: 45%;
    top: -16px;
  }
}
section#footer-main > .container-fluid, section#footer-main > .container-xs, section#footer-main > .container-sm, section#footer-main > .container-md, section#footer-main > .container-lg, section#footer-main > .container-xl, section#footer-main > .container-xxl, section#footer-main > .container-xxxl, section#footer-main > .container-xxxxl, section#footer-main > .container-xxxxxl {
  position: relative;
}
section#footer-main > .container-fluid::before, section#footer-main > .container-xs::before, section#footer-main > .container-sm::before, section#footer-main > .container-md::before, section#footer-main > .container-lg::before, section#footer-main > .container-xl::before, section#footer-main > .container-xxl::before, section#footer-main > .container-xxxl::before, section#footer-main > .container-xxxxl::before, section#footer-main > .container-xxxxxl::before {
  position: absolute;
  content: " ";
  width: 50vw;
  height: 88px;
  top: -88px;
  left: 53.4%;
  background: url("/wp-content/themes/coderehab-theme/assets/images/stripes.svg") no-repeat -220px top;
}
@media (max-width: 1023.98px) {
  section#footer-main > .container-fluid::before, section#footer-main > .container-xs::before, section#footer-main > .container-sm::before, section#footer-main > .container-md::before, section#footer-main > .container-lg::before, section#footer-main > .container-xl::before, section#footer-main > .container-xxl::before, section#footer-main > .container-xxxl::before, section#footer-main > .container-xxxxl::before, section#footer-main > .container-xxxxxl::before {
    width: 100vw;
    height: 16px;
    top: -16px;
    left: 0%;
    background: url("/wp-content/themes/coderehab-theme/assets/images/stripes.svg") no-repeat -320px -10px;
  }
}
section#footer-main a,
section#footer-main a:link,
section#footer-main a:visited {
  color: #ffffff;
}
section#footer-main a:hover,
section#footer-main a:active {
  color: #6c757d;
}
section#footer-main a.icon-button {
  color: #ffffff;
}
section#footer-main div[id^=simple-social-] {
  margin-top: -1em;
}
section#footer-main div[id^=simple-social-] ul {
  margin-top: 1em;
}
section#footer-main div[id^=simple-social-] ul li a {
  font-size: 2em !important;
  margin-right: 1em;
}
section#footer-main div[id^=simple-social-] ul li:last-child a {
  margin-right: 0;
}
section#footer-main h3.widget-title {
  margin-bottom: 1em;
}
@media (max-width: 1115.98px) {
  section#footer-main h3.widget-title {
    margin-top: 1em;
    margin-bottom: 0.5em;
  }
}
section#footer-main #laatste-updates h3.h5 {
  margin-bottom: 0.2em;
}
@media (max-width: 1023.98px) {
  section#footer-main #laatste-updates h3.h5 {
    margin-top: 2em;
    font-size: 1.25em;
  }
}
section#footer-main #footer-latest > .container-fluid, section#footer-main #footer-latest > .container-xs, section#footer-main #footer-latest > .container-sm, section#footer-main #footer-latest > .container-md, section#footer-main #footer-latest > .container-lg, section#footer-main #footer-latest > .container-xl, section#footer-main #footer-latest > .container-xxl, section#footer-main #footer-latest > .container-xxxl, section#footer-main #footer-latest > .container-xxxxl, section#footer-main #footer-latest > .container-xxxxxl {
  padding: 0;
}
section#footer-main {
  position: relative;
}
section#footer-main #footer-logo-mobile img {
  width: 120px;
  margin-top: 2em;
  margin-bottom: 1em;
}
@media (min-width: 720px) {
  section#footer-main #footer-adres .col:nth-of-type(3) {
    margin-left: 50%;
  }
}
@media (min-width: 1024px) {
  section#footer-main #footer-logo img {
    -webkit-transform-origin: center left;
        -ms-transform-origin: center left;
            transform-origin: center left;
    -webkit-transform: scale(0.6);
        -ms-transform: scale(0.6);
            transform: scale(0.6);
  }
  section#footer-main #footer-adres .col:nth-of-type(3) {
    margin-left: unset;
  }
}
section#footer-main #footer-tabs {
  display: none;
}

body.makerfestivaltwente section#footer-main #footer-tabs {
  display: block;
}
body.makerfestivaltwente section#footer-main section#footer-tabs {
  margin-top: -131px;
  width: 100%;
  margin-bottom: 50px;
}
@media (min-width: 720px) {
  body.makerfestivaltwente section#footer-main section#footer-tabs {
    margin-top: -110px;
  }
}
@media (min-width: 1024px) {
  body.makerfestivaltwente section#footer-main section#footer-tabs {
    width: calc(50% + 60px);
    margin-top: -100px;
  }
}
body.makerfestivaltwente section#footer-main section#footer-tabs .sow-tabs-tab-container {
  padding: 0;
  background: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 719.98px) {
  body.makerfestivaltwente section#footer-main section#footer-tabs .sow-tabs-tab-container {
    background: #ededed;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-left: -25px;
    margin-right: -25px;
  }
}
body.makerfestivaltwente section#footer-main section#footer-tabs .sow-tabs-tab-container .sow-tabs-tab {
  width: 100%;
  margin: 0 -2px 0 -2px;
  -webkit-transform: skew(-45deg, 0);
      -ms-transform: skew(-45deg, 0);
          transform: skew(-45deg, 0);
}
body.makerfestivaltwente section#footer-main section#footer-tabs .sow-tabs-tab-container .sow-tabs-tab:first-child {
  background: #aaa;
}
body.makerfestivaltwente section#footer-main section#footer-tabs .sow-tabs-tab-container .sow-tabs-tab:first-child .sow-tabs-link {
  color: #000;
}
body.makerfestivaltwente section#footer-main section#footer-tabs .sow-tabs-tab-container .sow-tabs-tab:last-child {
  background: #666;
  color: #fff;
}
body.makerfestivaltwente section#footer-main section#footer-tabs .sow-tabs-tab-container .sow-tabs-tab:hover {
  background: #00c4ff;
  color: #fff;
}
body.makerfestivaltwente section#footer-main section#footer-tabs .sow-tabs-tab-container .sow-tabs-tab .sow-tabs-link {
  padding: 0.7142857143rem 1.6666666667rem;
  color: #fff;
  width: 100%;
  height: 100%;
  display: block;
  font-size: 1.3em;
  font-weight: 600;
}
body.makerfestivaltwente section#footer-main section#footer-tabs .sow-tabs-tab-container .sow-tabs-tab .sow-tabs-link:hover {
  text-decoration: none;
  color: #fff !important;
}
body.makerfestivaltwente section#footer-main section#footer-tabs .sow-tabs-tab-container .sow-tabs-tab .sow-tabs-title {
  text-align: right;
  text-transform: uppercase;
  font-size: 0.9em !important;
  -webkit-transform: skew(45deg, 0);
      -ms-transform: skew(45deg, 0);
          transform: skew(45deg, 0);
}
@media (max-width: 1115.98px) {
  body.makerfestivaltwente section#footer-main section#footer-tabs .sow-tabs-tab-container .sow-tabs-tab .sow-tabs-title {
    font-size: 1.2em;
  }
}
@media (min-width: 720px) {
  body.makerfestivaltwente section#footer-main section#footer-tabs .sow-tabs-tab-container .sow-tabs-tab .sow-tabs-title {
    text-align: center;
  }
}
@media (max-width: 719.98px) {
  body.makerfestivaltwente section#footer-main section#footer-tabs .sow-tabs-tab-container .sow-tabs-tab:first-child {
    margin-left: calc(-30% + 51px);
  }
  body.makerfestivaltwente section#footer-main section#footer-tabs .sow-tabs-tab-container .sow-tabs-tab:last-child {
    margin-left: -30%;
  }
}
body.makerfestivaltwente section#footer-main section#footer-tabs .sow-tabs-panel-container {
  display: none;
}

body {
  padding-top: 96px;
}
@media (min-width: 720px) {
  body {
    padding-top: 96px;
  }
}
@media (min-width: 1024px) {
  body {
    padding-top: 150px;
  }
}

.post-loop.loop-events .loop-item {
  margin-bottom: 5rem;
}
.post-loop.loop-events .loop-item figure {
  position: relative;
  -webkit-clip-path: polygon(100% 0, 100% calc(100% - 50px), calc(100% - 50px) 100%, 0 100%, 0 0);
          clip-path: polygon(100% 0, 100% calc(100% - 50px), calc(100% - 50px) 100%, 0 100%, 0 0);
}
.post-loop.loop-events .loop-item figure::after {
  position: absolute;
  content: " ";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 50px 50px;
  border-color: transparent transparent white transparent;
  bottom: 0;
  right: 0;
}
.post-loop.loop-events .loop-item h2.entry-title {
  margin-top: 1.25em;
}
.post-loop.loop-events .loop-item h2.entry-title a {
  text-decoration: none;
  color: inherit;
}
.post-loop.loop-events .loop-item span.entry-date,
.post-loop.loop-events .loop-item span.entry-location {
  display: block;
  font-size: 1.2em;
  font-weight: 100;
  line-height: 160%;
}
.post-loop.loop-events .loop-item span.entry-date {
  margin-top: 0.7em;
}
.post-loop.loop-events .loop-item span.entry-excerpt {
  display: block;
  margin-top: 0.5em;
}
.post-loop.loop-events .loop-item footer a.icon-button {
  margin-top: 1em;
}
@media (max-width: 1023.98px) {
  .post-loop.loop-events .loop-item {
    margin: 1.25rem 0;
  }
}

.loop-item.vlog .vimeo-embed img {
  width: 100%;
  height: auto;
}
.loop-item.vlog .entry-producer,
.loop-item.vlog .entry-title,
.loop-item.vlog .entry-data {
  color: #fff;
}
.loop-item.vlog a.close-btn {
  position: fixed;
  top: 1.25rem;
  right: 1.25rem;
  font-size: 2em;
  cursor: pointer;
}
.loop-item.vlog footer {
  pointer-events: none;
}
@media (max-width: 719.98px) {
  .loop-item.vlog footer {
    padding: 10px;
  }
}

.post-loop.loop-in-de-media .loop-item {
  margin-bottom: 5rem;
}
.post-loop.loop-in-de-media .loop-item figure {
  position: relative;
  -webkit-clip-path: polygon(100% 0, 100% calc(100% - 50px), calc(100% - 50px) 100%, 0 100%, 0 0);
          clip-path: polygon(100% 0, 100% calc(100% - 50px), calc(100% - 50px) 100%, 0 100%, 0 0);
  background-size: cover;
  height: 230px;
}
.post-loop.loop-in-de-media .loop-item figure::after {
  position: absolute;
  content: " ";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 50px 50px;
  border-color: transparent transparent white transparent;
  bottom: 0;
  right: 0;
}
.post-loop.loop-in-de-media .loop-item h2.entry-title {
  margin-top: 1.25em;
}
.post-loop.loop-in-de-media .loop-item h2.entry-title a {
  color: #000;
  text-decoration: none;
}
.post-loop.loop-in-de-media .loop-item span.entry-date {
  display: block;
  color: #b3b3b3;
  font-size: 1.2em;
  font-weight: 100;
  margin-top: 0.5em;
}
.post-loop.loop-in-de-media .loop-item span.entry-excerpt {
  display: block;
  margin-top: 0.5em;
}
.post-loop.loop-in-de-media .loop-item footer a.icon-button {
  margin-top: 1em;
}
@media (max-width: 1023.98px) {
  .post-loop.loop-in-de-media .loop-item {
    margin: 1.25rem 0;
  }
}

.so-panel.widget.widget_siteorigin-panels-postloop h3.widget-title {
  margin-bottom: 1em !important;
}

.post-loop.loop-news,
post-loop.loop-news-aside {
  margin-top: -25px;
}
.post-loop.loop-news .loop-item,
post-loop.loop-news-aside .loop-item {
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 2.5rem;
  padding-top: 2.5rem;
}
.post-loop.loop-news .loop-item header,
post-loop.loop-news-aside .loop-item header {
  display: none;
}
.post-loop.loop-news .loop-item h2.entry-title,
post-loop.loop-news-aside .loop-item h2.entry-title {
  margin-bottom: 0.5em;
  color: #000;
  font-size: 1.5em;
  position: relative;
  padding-right: 2em;
}
.post-loop.loop-news .loop-item h2.entry-title svg,
post-loop.loop-news-aside .loop-item h2.entry-title svg {
  position: absolute;
  top: 0.3em;
  right: 0;
}
.post-loop.loop-news .loop-item span.entry-date,
post-loop.loop-news-aside .loop-item span.entry-date {
  display: block;
  color: #b3b3b3;
  font-size: 1.1em;
  font-weight: 100;
}
.post-loop.loop-news .loop-item span.entry-excerpt,
post-loop.loop-news-aside .loop-item span.entry-excerpt {
  display: block;
}
.post-loop.loop-news .loop-item footer a.icon-button,
post-loop.loop-news-aside .loop-item footer a.icon-button {
  margin-top: 1em;
}

#blog-home .loop-pagination {
  display: none;
}
#blog-home .loop-item.col-md-6.col-lg-4.news {
  width: 100% !important;
  min-width: 100% !important;
}
#blog-home #blog-content {
  -webkit-clip-path: polygon(100% 0, 100% calc(100% - 100px), calc(100% - 100px) 100%, 0 100%, 0 0);
          clip-path: polygon(100% 0, 100% calc(100% - 100px), calc(100% - 100px) 100%, 0 100%, 0 0);
}
@media (max-width: 719.98px) {
  #blog-home #blog-content .container-fluid.wide, #blog-home #blog-content .wide.container-xs, #blog-home #blog-content .wide.container-sm, #blog-home #blog-content .wide.container-md, #blog-home #blog-content .wide.container-lg, #blog-home #blog-content .wide.container-xl, #blog-home #blog-content .wide.container-xxl, #blog-home #blog-content .wide.container-xxxl, #blog-home #blog-content .wide.container-xxxxl, #blog-home #blog-content .wide.container-xxxxxl {
    padding: 0;
  }
}
#blog-home #blog-content::after {
  position: absolute;
  content: " ";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 100px 100px;
  border-color: transparent transparent white transparent;
  bottom: 0;
  right: 0;
}
@media (min-width: 720px) {
  #blog-home .so-widget-sow-button .icon-button.ani {
    position: absolute;
    right: 1.5625rem;
    font-size: 1.7em;
  }
  #blog-home .so-widget-sow-button .icon-button.ani svg {
    margin-top: 3px;
    margin-right: 0;
  }
  #blog-home .so-widget-sow-button .icon-button.ani:hover svg {
    margin-right: -20px;
  }
}
#blog-home h3.widget-title {
  font-size: 4em;
  margin-bottom: 0.5em !important;
}
#blog-home .post-loop.loop-news .loop-item {
  border-bottom: none;
  padding-bottom: 2.5rem;
  padding-top: 2.5rem;
}
#blog-home .post-loop.loop-news .loop-item header {
  display: unset;
}
@media (min-width: 720px) {
  #blog-home .post-loop.loop-news .loop-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
#blog-home .post-loop.loop-news .loop-item .thumb-container .entry-thumb {
  position: relative;
  display: block;
  width: 100%;
  -webkit-clip-path: polygon(100% 0, 100% calc(100% - 75px), calc(100% - 75px) 100%, 0 100%, 0 0);
          clip-path: polygon(100% 0, 100% calc(100% - 75px), calc(100% - 75px) 100%, 0 100%, 0 0);
}
@media (min-width: 720px) {
  #blog-home .post-loop.loop-news .loop-item .thumb-container .entry-thumb {
    width: 240px;
    margin-top: 1em;
  }
}
@media (min-width: 1024px) {
  #blog-home .post-loop.loop-news .loop-item .thumb-container .entry-thumb {
    width: 320px;
  }
}
#blog-home .post-loop.loop-news .loop-item .thumb-container .entry-thumb::after {
  position: absolute;
  content: " ";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 75px 75px;
  border-color: transparent transparent black transparent;
  bottom: 0;
  right: 0;
}
@media (min-width: 720px) {
  #blog-home .post-loop.loop-news .loop-item .content-container {
    margin-left: 5rem;
  }
}
#blog-home .post-loop.loop-news .loop-item h2.entry-title {
  margin-bottom: 0.5em;
  color: #fff;
  font-size: 1.8em;
  position: relative;
  padding-right: 2em;
}
#blog-home .post-loop.loop-news .loop-item h2.entry-title a {
  color: rgba(244, 244, 244, 0.5);
}
#blog-home .post-loop.loop-news .loop-item h2.entry-title svg {
  position: absolute;
  top: 0.3em;
  right: 0;
}
#blog-home .post-loop.loop-news .loop-item span.entry-date {
  display: block;
  color: #b3b3b3;
  font-size: 1.2em;
  font-weight: 400;
}
#blog-home .post-loop.loop-news .loop-item span.entry-excerpt {
  display: block;
}
#blog-home .post-loop.loop-news .loop-item footer a.icon-button {
  margin-top: 1em;
}

.loop-item.news-aside {
  margin-bottom: 2.5rem;
}
.loop-item.news-aside .thumb-container {
  display: none !important;
}

.skewed {
  -webkit-clip-path: polygon(0 50%, 50% 50%, 100% 100%, 50% 100%);
          clip-path: polygon(0 50%, 50% 50%, 100% 100%, 50% 100%);
  -webkit-transform: translateY(-25%);
      -ms-transform: translateY(-25%);
          transform: translateY(-25%);
}

img,
figure {
  width: auto;
  height: auto;
  max-width: 100%;
}

video, iframe {
  max-width: 100%;
}

.loop-pagination {
  margin-right: 0;
  margin-left: 0;
  width: 100% !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.icon-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.icon-button .button-text {
  display: inline-block;
  margin-right: 10px;
}
.icon-button svg {
  font-size: 1.5rem;
  width: 24px !important;
  height: 24px !important;
}
.icon-button.ani:hover svg {
  margin-left: 20px;
}
.icon-button.icon-left .button-text {
  margin-right: 0;
  margin-left: 10px;
}
.icon-button.icon-left.ani {
  margin-left: -10px;
}
.icon-button.icon-button-small .button-text {
  margin-left: 0;
  margin-right: 0;
}
.icon-button.icon-button-small svg {
  margin-left: 10px;
  width: 16px !important;
  height: 16px !important;
}
.icon-button.icon-button-small.ani:hover svg {
  margin-left: 30px;
}
.icon-button.icon-button-small.ani:hover .button-text {
  margin-left: 0;
}
.icon-button.icon-button-small.ani.icon-left.ani svg {
  margin-right: 10px;
}
.icon-button.icon-button-small.ani.icon-left.ani:hover svg {
  margin-left: -10px;
  margin-right: 10px;
}
.icon-button.icon-button-small.ani.icon-left.ani:hover .button-text {
  margin-left: 0;
  margin-right: 0;
  padding-left: 20px;
}
.icon-button.icon-button-small.ani.alignright:hover .button-text {
  margin-right: 0;
  margin-left: 0;
}
.icon-button.icon-button-small.ani.alignright:hover svg {
  margin-left: 30px;
  margin-right: -20px;
}

svg,
.button-text {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

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

.timeline {
  padding-top: 70px;
  padding-bottom: 70px;
}
.timeline .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.timeline .wrapper .item {
  background: #00c4ff;
  border-radius: 100%;
  width: 100px;
  height: 100px;
}
.timeline .wrapper .item .info {
  position: relative;
  margin-top: 50px;
  margin-bottom: -50px;
  display: block;
}
.timeline .wrapper .item:last-child .info {
  margin-top: 65px;
  margin-bottom: -65px;
}
.timeline .wrapper .item .upper-text,
.timeline .wrapper .item .lower-text {
  position: absolute;
  display: block;
  text-align: center;
  height: 50px;
  width: 100%;
}
.timeline .wrapper .item .upper-text {
  font-weight: 700;
  top: 0;
  left: 0;
  margin-top: -135px;
}
.timeline .wrapper .item .lower-text {
  top: 85px;
  width: 150px;
  margin-left: -25px;
  text-align: center;
}
.timeline .wrapper .item:last-child .upper-text,
.timeline .wrapper .item:last-child .lower-text {
  width: 130px;
  margin-left: auto;
}
.timeline .wrapper .item .inner {
  overflow: hidden;
  text-align: center;
  background: #00c4ff;
  border-radius: 100%;
  height: 100%;
  width: 100%;
  -webkit-transform: scale(1) rotate(0deg);
      -ms-transform: scale(1) rotate(0deg);
          transform: scale(1) rotate(0deg);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0);
          box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0);
}
.timeline .wrapper .item .inner:hover {
  -webkit-transform: scale(1.3) rotate(20deg);
      -ms-transform: scale(1.3) rotate(20deg);
          transform: scale(1.3) rotate(20deg);
  -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.2);
}
.timeline .wrapper .item .inner a {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.timeline .wrapper .item .inner a img {
  min-width: 50px;
  max-width: 50px;
  height: auto;
}
.timeline .wrapper .item::before {
  z-index: -1;
  content: " ";
  position: absolute;
  border-bottom: 4px solid #00c4ff;
  width: calc(25% + (100px / 2));
  height: 0px;
  top: calc(50% - (4px / 2));
  margin-left: 47.619047619px;
}
.timeline .wrapper .item:last-child {
  background: #fc4445;
}
.timeline .wrapper .item:last-child .inner {
  background: #fc4445;
}
.timeline .wrapper .item:last-child .inner a img {
  min-width: 65px;
  max-width: 65px;
}
.timeline .wrapper .item:last-child {
  width: 130px;
  height: 130px;
}
.timeline .wrapper .item:last-child::before {
  margin-left: 65px;
  width: calc(25% + (130px / 2));
}
.timeline .wrapper .item:last-of-type::before {
  display: none;
}
@media (max-width: 719.98px) {
  .timeline {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .timeline .wrapper {
    width: 100%;
    max-width: 320px;
    margin: 0 auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .timeline .wrapper .item {
    position: relative;
    margin-bottom: 25px;
    width: auto;
    height: auto;
    background: transparent;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .timeline .wrapper .item::before {
    display: none;
  }
  .timeline .wrapper .item::after {
    content: "";
    width: 4px;
    height: 150px;
    background: #00c4ff;
    position: absolute;
    z-index: -1;
    top: 45px;
    opacity: 0.33;
  }
  .timeline .wrapper .item .inner {
    width: 100px;
    height: 100px;
  }
  .timeline .wrapper .item .info {
    margin: 10px 0 0;
    background: #fff;
    border-radius: 35px;
    padding: 5px 25px;
    -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
    line-height: 18px;
  }
  .timeline .wrapper .item .info .upper-text {
    position: inherit;
    margin: 0;
    padding: 0;
    height: auto;
  }
  .timeline .wrapper .item .info .lower-text {
    position: inherit;
    margin: 0;
    padding: 0;
    height: auto;
    top: auto;
  }
  .timeline .wrapper .item:last-child {
    background: transparent;
    height: auto;
    width: auto;
  }
  .timeline .wrapper .item:last-child::after {
    display: none;
  }
  .timeline .wrapper .item:last-child .inner {
    overflow: auto;
    width: 130px;
    height: 130px;
  }
  .timeline .wrapper .item:last-child .info {
    margin: 10px 0 0;
    padding: 5px 25px;
    line-height: 18px;
  }
  .timeline .wrapper .item:last-child .info .upper-text {
    position: inherit;
    margin: 0;
    padding: 0;
    height: auto;
    width: auto;
  }
  .timeline .wrapper .item:last-child .info .lower-text {
    position: inherit;
    margin: 0;
    padding: 0;
    height: auto;
    top: auto;
    width: auto;
  }
}

.timeline.kids {
  padding-top: 70px;
  padding-bottom: 70px;
}
.timeline.kids .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.timeline.kids .wrapper .item {
  background: #000;
  border-radius: 100%;
  width: 100px;
  height: 100px;
}
.timeline.kids .wrapper .item .info {
  position: relative;
  margin-top: 50px;
  margin-bottom: -50px;
  display: block;
}
.timeline.kids .wrapper .item:last-child .info {
  margin-top: 65px;
  margin-bottom: -65px;
}
.timeline.kids .wrapper .item .upper-text,
.timeline.kids .wrapper .item .lower-text {
  position: absolute;
  display: block;
  text-align: center;
  height: 50px;
  width: 100%;
}
.timeline.kids .wrapper .item .upper-text {
  font-weight: 700;
  top: 0;
  left: 0;
  margin-top: -135px;
}
.timeline.kids .wrapper .item .lower-text {
  top: 85px;
  width: 150px;
  margin-left: -25px;
  text-align: center;
}
.timeline.kids .wrapper .item:last-child .upper-text,
.timeline.kids .wrapper .item:last-child .lower-text {
  width: 130px;
  margin-left: auto;
}
.timeline.kids .wrapper .item .inner {
  overflow: hidden;
  text-align: center;
  background: #d870c1;
  border-radius: 100%;
  height: 100%;
  width: 100%;
  -webkit-transform: scale(1) rotate(0deg);
      -ms-transform: scale(1) rotate(0deg);
          transform: scale(1) rotate(0deg);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0);
          box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0);
}
.timeline.kids .wrapper .item .inner:hover {
  -webkit-transform: scale(1.3) rotate(20deg);
      -ms-transform: scale(1.3) rotate(20deg);
          transform: scale(1.3) rotate(20deg);
  -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.2);
}
.timeline.kids .wrapper .item .inner a {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.timeline.kids .wrapper .item .inner a img {
  min-width: 50px;
  max-width: 50px;
  height: auto;
}
.timeline.kids .wrapper .item::before {
  z-index: -1;
  content: " ";
  position: absolute;
  border-bottom: 4px solid #000;
  width: calc(25% + (100px / 2));
  height: 0px;
  top: calc(50% - (4px / 2));
  margin-left: 47.619047619px;
}
.timeline.kids .wrapper .item:last-child {
  background: #d870c1;
}
.timeline.kids .wrapper .item:last-child .inner {
  border: 4px solid #000;
  background: #d870c1;
}
.timeline.kids .wrapper .item:last-child .inner a img {
  min-width: 65px;
  max-width: 65px;
}
.timeline.kids .wrapper .item:last-child {
  width: 130px;
  height: 130px;
}
.timeline.kids .wrapper .item:last-child::before {
  margin-left: 65px;
  width: calc(25% + (130px / 2));
}
.timeline.kids .wrapper .item:last-of-type::before {
  display: none;
}
@media (max-width: 719.98px) {
  .timeline.kids {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .timeline.kids .wrapper {
    width: 100%;
    max-width: 320px;
    margin: 0 auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .timeline.kids .wrapper .item {
    position: relative;
    margin-bottom: 25px;
    width: auto;
    height: auto;
    background: transparent;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .timeline.kids .wrapper .item::before {
    display: none;
  }
  .timeline.kids .wrapper .item::after {
    content: "";
    width: 4px;
    height: 150px;
    background: #000;
    position: absolute;
    z-index: -1;
    top: 45px;
    opacity: 0.33;
  }
  .timeline.kids .wrapper .item .inner {
    width: 100px;
    height: 100px;
  }
  .timeline.kids .wrapper .item .info {
    margin: 10px 0 0;
    background: #fff;
    border-radius: 35px;
    padding: 5px 25px;
    -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
    line-height: 18px;
  }
  .timeline.kids .wrapper .item .info .upper-text {
    position: inherit;
    margin: 0;
    padding: 0;
    height: auto;
  }
  .timeline.kids .wrapper .item .info .lower-text {
    position: inherit;
    margin: 0;
    padding: 0;
    height: auto;
    top: auto;
  }
  .timeline.kids .wrapper .item:last-child {
    background: transparent;
    height: auto;
    width: auto;
  }
  .timeline.kids .wrapper .item:last-child::after {
    display: none;
  }
  .timeline.kids .wrapper .item:last-child .inner {
    overflow: auto;
    width: 130px;
    height: 130px;
  }
  .timeline.kids .wrapper .item:last-child .info {
    margin: 10px 0 0;
    padding: 5px 25px;
    line-height: 18px;
  }
  .timeline.kids .wrapper .item:last-child .info .upper-text {
    position: inherit;
    margin: 0;
    padding: 0;
    height: auto;
    width: auto;
  }
  .timeline.kids .wrapper .item:last-child .info .lower-text {
    position: inherit;
    margin: 0;
    padding: 0;
    height: auto;
    top: auto;
    width: auto;
  }
}

.calendars {
  z-index: 2900;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1rem;
}
@media (max-width: 719.98px) {
  .calendars {
    position: fixed;
    right: Auto;
    left: 25px;
    top: 10rem;
  }
}

.vdp-datepicker {
  -webkit-box-shadow: rgba(0, 0, 0, 0.4) 0px 10px 26px;
          box-shadow: rgba(0, 0, 0, 0.4) 0px 10px 26px;
}
.vdp-datepicker .cell:not(.blank):not(.disabled).day:hover,
.vdp-datepicker .vdp-datepicker__calendar .cell:not(.blank):not(.disabled).month:hover,
.vdp-datepicker .vdp-datepicker__calendar .cell:not(.blank):not(.disabled).year:hover {
  border: 1px solid #6c757d;
}
.vdp-datepicker .cell.selected {
  background: #6c757d !important;
  color: #fff;
}
.vdp-datepicker .cell.day-header {
  font-size: 90%;
  font-weight: 700;
}
.vdp-datepicker .cell.highlighted {
  background: rgba(252, 68, 69, 0.1);
}
.vdp-datepicker .day__month_btn {
  font-weight: 700;
  font-size: 1.3em;
}
.vdp-datepicker:first-of-type {
  margin-right: 30px;
}

.event-filtering {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.event-filtering .container-fluid.default, .event-filtering .default.container-xs, .event-filtering .default.container-sm, .event-filtering .default.container-md, .event-filtering .default.container-lg, .event-filtering .default.container-xl, .event-filtering .default.container-xxl, .event-filtering .default.container-xxxl, .event-filtering .default.container-xxxxl, .event-filtering .default.container-xxxxxl {
  padding: 0 0 1.6666666667rem 0;
}
.event-filtering .events-filter li.list-group-item,
.event-filtering .events-sub-filter li.list-group-item {
  position: relative;
}
.event-filtering .events-filter li.list-group-item::after,
.event-filtering .events-sub-filter li.list-group-item::after {
  position: absolute;
  top: 25%;
  display: block;
  content: " ";
  height: 50%;
  width: 0px;
}
.event-filtering .events-filter li.list-group-item:first-of-type,
.event-filtering .events-sub-filter li.list-group-item:first-of-type {
  margin-left: 0;
}
.event-filtering .events-filter li.list-group-item:first-of-type::after,
.event-filtering .events-sub-filter li.list-group-item:first-of-type::after {
  display: none;
}
.event-filtering .events-filter li.list-group-item:last-of-type,
.event-filtering .events-sub-filter li.list-group-item:last-of-type {
  margin-right: 0;
}
.event-filtering .events-filter li.list-group-item h3,
.event-filtering .events-filter li.list-group-item a,
.event-filtering .events-sub-filter li.list-group-item h3,
.event-filtering .events-sub-filter li.list-group-item a {
  font-weight: 100;
}
.event-filtering .events-filter li.list-group-item a,
.event-filtering .events-sub-filter li.list-group-item a {
  cursor: pointer;
}
.event-filtering .events-filter li.list-group-item .counter,
.event-filtering .events-sub-filter li.list-group-item .counter {
  display: block;
  width: 25px;
  position: absolute;
  height: 25px;
  text-align: center;
  font-size: 0.6em;
  border-radius: 100%;
  right: -10px;
  top: 15px;
  z-index: 99999;
  line-height: 250%;
  -webkit-transform: scale(0.7);
      -ms-transform: scale(0.7);
          transform: scale(0.7);
  opacity: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.event-filtering .events-filter li.list-group-item:hover .counter,
.event-filtering .events-sub-filter li.list-group-item:hover .counter {
  opacity: 1;
}
.event-filtering .events-filter {
  width: 100%;
  min-width: 100%;
}
@media (max-width: 719.98px) {
  .event-filtering .events-filter {
    margin-bottom: 0.5em;
  }
}
.event-filtering .events-filter li.list-group-item {
  margin-right: 1.5em;
  margin-left: 1.5em;
  line-height: 3em;
}
.event-filtering .events-filter li.list-group-item::after {
  left: -1.5em;
}
@media (max-width: 719.98px) {
  .event-filtering .events-filter li.list-group-item h3 {
    font-size: 1.25em;
  }
}
.event-filtering .events-filter li.list-group-item .calendars {
  z-index: 2900;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1rem;
}
@media (max-width: 719.98px) {
  .event-filtering .events-filter li.list-group-item .calendars {
    position: fixed;
    right: Auto;
    left: 25px;
    top: 10rem;
  }
}
.event-filtering .events-filter li.list-group-item .vdp-datepicker {
  -webkit-box-shadow: rgba(0, 0, 0, 0.4) 0px 10px 26px;
          box-shadow: rgba(0, 0, 0, 0.4) 0px 10px 26px;
}
.event-filtering .events-filter li.list-group-item .vdp-datepicker .cell:not(.blank):not(.disabled).day:hover,
.event-filtering .events-filter li.list-group-item .vdp-datepicker .vdp-datepicker__calendar .cell:not(.blank):not(.disabled).month:hover,
.event-filtering .events-filter li.list-group-item .vdp-datepicker .vdp-datepicker__calendar .cell:not(.blank):not(.disabled).year:hover {
  border: 1px solid #6c757d;
}
.event-filtering .events-filter li.list-group-item .vdp-datepicker .cell.selected {
  background: #6c757d !important;
  color: #fff;
}
.event-filtering .events-filter li.list-group-item .vdp-datepicker .cell.day-header {
  font-size: 90%;
  font-weight: 700;
}
.event-filtering .events-filter li.list-group-item .vdp-datepicker .cell.highlighted {
  background: rgba(252, 68, 69, 0.1);
}
.event-filtering .events-filter li.list-group-item .vdp-datepicker .day__month_btn {
  font-weight: 700;
  font-size: 1.3em;
}
.event-filtering .events-filter li.list-group-item .vdp-datepicker:first-of-type {
  margin-right: 30px;
}
.event-filtering .events-filter li.list-group-item .filter-clear {
  margin-left: 20px;
}
.event-filtering .events-filter li.list-group-item .filter-clear a:hover::after {
  border: none;
}
@media (max-width: 719.98px) {
  .event-filtering .events-filter li.list-group-item.cals_active {
    margin-left: -15px;
  }
}
@media (max-width: 719.98px) {
  .event-filtering .events-filter li.list-group-item:last-of-type {
    margin-left: -1em;
  }
}
.event-filtering .events-filter a {
  padding-bottom: 6px;
  text-decoration: none;
  cursor: pointer;
}
.event-filtering .events-filter.cities {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-auto-rows: 40px;
  grid-gap: 10px;
}
@media (max-width: 1023.98px) {
  .event-filtering .events-filter.cities {
    grid-template-columns: repeat(5, 1fr);
  }
}
@media (max-width: 719.98px) {
  .event-filtering .events-filter.cities {
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: 25px;
  }
}
.event-filtering .events-filter.cities .filter-item {
  position: relative;
}
.event-filtering .events-filter.cities .filter-item::before {
  position: absolute;
  content: " ";
  height: 20px;
  right: 0;
  top: 0px;
}
.event-filtering .events-filter.cities .filter-item:last-of-type::before {
  display: none;
}
@media (min-width: 1024px) {
  .event-filtering .events-filter.cities .filter-item:nth-of-type(6n)::before {
    display: none;
  }
}
@media (min-width: 720px) {
  .event-filtering .events-filter.cities .filter-item:nth-of-type(5n)::before {
    display: none;
  }
}
@media (max-width: 719.98px) {
  .event-filtering .events-filter.cities .filter-item::before {
    display: none;
  }
}
.event-filtering .events-filter.cities .filter-item h3 {
  font-size: 1.3em;
}
.event-filtering .events-filter.cities .filter-item h3 a {
  position: relative;
}
@media (max-width: 1023.98px) {
  .event-filtering .events-filter.cities .filter-item h3 {
    font-size: 1.1em;
  }
}
@media (max-width: 719.98px) {
  .event-filtering .events-filter.cities .filter-item h3 {
    font-size: 1.1em;
  }
}
.event-filtering .events-filter .badge {
  position: absolute;
  top: 0;
  right: -22px;
  display: block;
  border-radius: 50%;
  font-size: 0.7em;
  line-height: 1.5em;
  text-align: center;
  width: 18px;
  height: 18px;
}
.event-filtering .events-sub-filter {
  font-size: 1.25em;
}
@media (max-width: 719.98px) {
  .event-filtering .events-sub-filter.mobile {
    margin-bottom: 0.5em;
  }
}
.event-filtering .events-sub-filter li.list-group-item {
  line-height: 2em;
  margin-right: 1em;
  margin-left: 1em;
}
.event-filtering .events-sub-filter li.list-group-item::after {
  left: -1em;
}
.event-filtering .events-sub-filter a {
  padding-bottom: 6px;
  text-decoration: none;
  cursor: pointer;
}
.event-filtering .event-filtering-wrapper span {
  width: 100%;
}
.event-filtering .events-filter.cities.mobile select {
  font-size: 1.25em;
}
.event-filtering .events-filter.cities.mobile,
.event-filtering .events-sub-filter.mobile {
  display: block;
  width: 100%;
}
.event-filtering .events-filter.cities.mobile select,
.event-filtering .events-sub-filter.mobile select {
  background: #fff;
  width: 100%;
  height: 45px;
  padding: 10px;
}
.event-filtering .event-filtering.fixed {
  padding-top: 7px;
}
@media (max-width: 1023.98px) {
  .event-filtering .events-filter.cities {
    height: 0px;
    overflow: hidden;
  }
  .event-filtering .events-filter.cities.mobile {
    height: Auto;
  }
}
@media (min-width: 720px) {
  .event-filtering .events-filter.cities {
    height: Auto;
  }
  .event-filtering .events-filter.cities.mobile {
    height: 0px;
    overflow: hidden;
  }
}
@media (max-width: 1023.98px) {
  .event-filtering .events-sub-filter {
    height: 0px;
    overflow: hidden;
    margin: 0;
  }
  .event-filtering .events-sub-filter.mobile {
    height: Auto;
  }
}
@media (min-width: 720px) {
  .event-filtering .events-sub-filter {
    height: Auto;
  }
  .event-filtering .events-sub-filter.mobile {
    height: 0px;
    overflow: hidden;
  }
}

.event-filtering.animated,
.event-filtering.fixed {
  border-bottom: 1px solid #e6e6e6;
  margin: 0 auto;
  position: fixed;
  top: 96px;
  width: 100%;
  background-color: #fff;
  z-index: 3000 !important;
  left: 0;
}
.event-filtering.animated .container-fluid.default, .event-filtering.animated .default.container-xs, .event-filtering.animated .default.container-sm, .event-filtering.animated .default.container-md, .event-filtering.animated .default.container-lg, .event-filtering.animated .default.container-xl, .event-filtering.animated .default.container-xxl, .event-filtering.animated .default.container-xxxl, .event-filtering.animated .default.container-xxxxl, .event-filtering.animated .default.container-xxxxxl,
.event-filtering.fixed .container-fluid.default,
.event-filtering.fixed .default.container-xs,
.event-filtering.fixed .default.container-sm,
.event-filtering.fixed .default.container-md,
.event-filtering.fixed .default.container-lg,
.event-filtering.fixed .default.container-xl,
.event-filtering.fixed .default.container-xxl,
.event-filtering.fixed .default.container-xxxl,
.event-filtering.fixed .default.container-xxxxl,
.event-filtering.fixed .default.container-xxxxxl {
  padding: 0 1.6666666667rem 0;
}
@media (min-width: 720px) {
  .event-filtering.animated,
.event-filtering.fixed {
    top: 105px;
  }
}
@media (min-width: 1024px) {
  .event-filtering.animated,
.event-filtering.fixed {
    top: 120px;
  }
}

.event-filtering.animated {
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}

.event-filtering.fixed {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  padding-top: 1.6666666667rem;
  padding-bottom: 0.3571428571rem;
}
@media (max-width: 1023.98px) {
  .event-filtering.fixed {
    padding-top: 20px;
    padding-bottom: 0;
  }
}

@media (max-width: 1023.98px) {
  .events-filter {
    line-height: 250%;
  }
}

.events-filter li.list-group-item,
.events-sub-filter li.list-group-item {
  position: relative;
}
.events-filter li.list-group-item::after,
.events-sub-filter li.list-group-item::after {
  position: absolute;
  top: 25%;
  display: block;
  content: " ";
  height: 50%;
  width: 0px;
}
.events-filter li.list-group-item:first-of-type,
.events-sub-filter li.list-group-item:first-of-type {
  margin-left: 0;
}
.events-filter li.list-group-item:first-of-type::after,
.events-sub-filter li.list-group-item:first-of-type::after {
  display: none;
}
.events-filter li.list-group-item:last-of-type,
.events-sub-filter li.list-group-item:last-of-type {
  margin-right: 0;
}
.events-filter li.list-group-item h3,
.events-filter li.list-group-item a,
.events-sub-filter li.list-group-item h3,
.events-sub-filter li.list-group-item a {
  font-weight: 100;
}
.events-filter li.list-group-item a,
.events-sub-filter li.list-group-item a {
  cursor: pointer;
}
.events-filter li.list-group-item .counter,
.events-sub-filter li.list-group-item .counter {
  display: block;
  width: 25px;
  position: absolute;
  height: 25px;
  text-align: center;
  font-size: 0.6em;
  border-radius: 100%;
  right: -10px;
  top: 15px;
  z-index: 99999;
  line-height: 250%;
  -webkit-transform: scale(0.7);
      -ms-transform: scale(0.7);
          transform: scale(0.7);
  opacity: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.events-filter li.list-group-item:hover .counter,
.events-sub-filter li.list-group-item:hover .counter {
  opacity: 1;
}

.events-filter {
  width: 100%;
  min-width: 100%;
}
@media (max-width: 719.98px) {
  .events-filter {
    margin-bottom: 0.5em;
  }
}
.events-filter li.list-group-item {
  margin-right: 1.5em;
  margin-left: 1.5em;
  line-height: 3em;
}
.events-filter li.list-group-item::after {
  left: -1.5em;
}
@media (max-width: 719.98px) {
  .events-filter li.list-group-item h3 {
    font-size: 1.25em;
  }
}
.events-filter li.list-group-item .calendars {
  z-index: 2900;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1rem;
}
@media (max-width: 719.98px) {
  .events-filter li.list-group-item .calendars {
    position: fixed;
    right: Auto;
    left: 25px;
    top: 10rem;
  }
}
.events-filter li.list-group-item .vdp-datepicker {
  -webkit-box-shadow: rgba(0, 0, 0, 0.4) 0px 10px 26px;
          box-shadow: rgba(0, 0, 0, 0.4) 0px 10px 26px;
}
.events-filter li.list-group-item .vdp-datepicker .cell:not(.blank):not(.disabled).day:hover,
.events-filter li.list-group-item .vdp-datepicker .vdp-datepicker__calendar .cell:not(.blank):not(.disabled).month:hover,
.events-filter li.list-group-item .vdp-datepicker .vdp-datepicker__calendar .cell:not(.blank):not(.disabled).year:hover {
  border: 1px solid #6c757d;
}
.events-filter li.list-group-item .vdp-datepicker .cell.selected {
  background: #6c757d !important;
  color: #fff;
}
.events-filter li.list-group-item .vdp-datepicker .cell.day-header {
  font-size: 90%;
  font-weight: 700;
}
.events-filter li.list-group-item .vdp-datepicker .cell.highlighted {
  background: rgba(252, 68, 69, 0.1);
}
.events-filter li.list-group-item .vdp-datepicker .day__month_btn {
  font-weight: 700;
  font-size: 1.3em;
}
.events-filter li.list-group-item .vdp-datepicker:first-of-type {
  margin-right: 30px;
}
.events-filter li.list-group-item .filter-clear {
  margin-left: 20px;
}
.events-filter li.list-group-item .filter-clear a:hover::after {
  border: none;
}
@media (max-width: 719.98px) {
  .events-filter li.list-group-item.cals_active {
    margin-left: -15px;
  }
}
@media (max-width: 719.98px) {
  .events-filter li.list-group-item:last-of-type {
    margin-left: -1em;
  }
}
.events-filter a {
  padding-bottom: 6px;
  text-decoration: none;
  cursor: pointer;
}
.events-filter.cities {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-auto-rows: 40px;
  grid-gap: 10px;
}
@media (max-width: 1023.98px) {
  .events-filter.cities {
    grid-template-columns: repeat(5, 1fr);
  }
}
@media (max-width: 719.98px) {
  .events-filter.cities {
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: 25px;
  }
}
.events-filter.cities .filter-item {
  position: relative;
}
.events-filter.cities .filter-item::before {
  position: absolute;
  content: " ";
  height: 20px;
  right: 0;
  top: 0px;
}
.events-filter.cities .filter-item:last-of-type::before {
  display: none;
}
@media (min-width: 1024px) {
  .events-filter.cities .filter-item:nth-of-type(6n)::before {
    display: none;
  }
}
@media (min-width: 720px) {
  .events-filter.cities .filter-item:nth-of-type(5n)::before {
    display: none;
  }
}
@media (max-width: 719.98px) {
  .events-filter.cities .filter-item::before {
    display: none;
  }
}
.events-filter.cities .filter-item h3 {
  font-size: 1.3em;
}
.events-filter.cities .filter-item h3 a {
  position: relative;
}
@media (max-width: 1023.98px) {
  .events-filter.cities .filter-item h3 {
    font-size: 1.1em;
  }
}
@media (max-width: 719.98px) {
  .events-filter.cities .filter-item h3 {
    font-size: 1.1em;
  }
}
.events-filter .badge {
  position: absolute;
  top: 0;
  right: -22px;
  display: block;
  border-radius: 50%;
  font-size: 0.7em;
  line-height: 1.5em;
  text-align: center;
  width: 18px;
  height: 18px;
}
.events-sub-filter {
  font-size: 1.25em;
}
@media (max-width: 719.98px) {
  .events-sub-filter.mobile {
    margin-bottom: 0.5em;
  }
}
.events-sub-filter li.list-group-item {
  line-height: 2em;
  margin-right: 1em;
  margin-left: 1em;
}
.events-sub-filter li.list-group-item::after {
  left: -1em;
}
.events-sub-filter a {
  padding-bottom: 6px;
  text-decoration: none;
  cursor: pointer;
}
.event-filtering-wrapper span {
  width: 100%;
}

.events-filter.cities.mobile select {
  font-size: 1.25em;
}

.events-filter.cities.mobile,
.events-sub-filter.mobile {
  display: block;
  width: 100%;
}
.events-filter.cities.mobile select,
.events-sub-filter.mobile select {
  background: #fff;
  width: 100%;
  height: 45px;
  padding: 10px;
}

.event-filtering.fixed {
  padding-top: 7px;
}

@media (max-width: 1023.98px) {
  .events-filter.cities {
    height: 0px;
    overflow: hidden;
  }

  .events-filter.cities.mobile {
    height: Auto;
  }
}
@media (min-width: 720px) {
  .events-filter.cities {
    height: Auto;
  }

  .events-filter.cities.mobile {
    height: 0px;
    overflow: hidden;
  }
}
@media (max-width: 1023.98px) {
  .events-sub-filter {
    height: 0px;
    overflow: hidden;
    margin: 0;
  }

  .events-sub-filter.mobile {
    height: Auto;
  }
}
@media (min-width: 720px) {
  .events-sub-filter {
    height: Auto;
  }

  .events-sub-filter.mobile {
    height: 0px;
    overflow: hidden;
  }
}
/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 0px 0px;
  display: inline-block;
  cursor: pointer;
  -webkit-transition-property: opacity, -webkit-filter;
  transition-property: opacity, -webkit-filter;
  -o-transition-property: opacity, filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  -webkit-transition-duration: 0.15s;
       -o-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: linear;
       -o-transition-timing-function: linear;
          transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}
.hamburger:hover {
  opacity: 0.7;
}
.hamburger.is-active:hover {
  opacity: 0.7;
}
.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: #000;
}

.hamburger-box {
  width: 20px;
  height: 16px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -1px;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 20px;
  height: 2px;
  background-color: #000;
  border-radius: 4px;
  position: absolute;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.15s;
       -o-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
}
.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}
.hamburger-inner::before {
  top: -7px;
}
.hamburger-inner::after {
  bottom: -7px;
}

/*
 * Spring
 */
.hamburger--spring .hamburger-inner {
  top: 1px;
  -webkit-transition: background-color 0s 0.13s linear;
  -o-transition: background-color 0s 0.13s linear;
  transition: background-color 0s 0.13s linear;
}
.hamburger--spring .hamburger-inner::before {
  top: 7px;
  -webkit-transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -o-transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring .hamburger-inner::after {
  top: 14px;
  -webkit-transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -o-transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring.is-active .hamburger-inner {
  -webkit-transition-delay: 0.22s;
       -o-transition-delay: 0.22s;
          transition-delay: 0.22s;
  background-color: transparent !important;
}
.hamburger--spring.is-active .hamburger-inner::before {
  top: 0;
  -webkit-transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transform: translate3d(0, 7px, 0) rotate(45deg);
          transform: translate3d(0, 7px, 0) rotate(45deg);
}
.hamburger--spring.is-active .hamburger-inner::after {
  top: 0;
  -webkit-transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transform: translate3d(0, 7px, 0) rotate(-45deg);
          transform: translate3d(0, 7px, 0) rotate(-45deg);
}

.has_corner,
img.has_corner {
  -webkit-clip-path: polygon(100% 0, 100% calc(100% - 100px), calc(100% - 100px) 100%, 0 100%, 0 0);
          clip-path: polygon(100% 0, 100% calc(100% - 100px), calc(100% - 100px) 100%, 0 100%, 0 0);
}
.has_corner::after,
img.has_corner::after {
  position: absolute;
  content: " ";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 100px 100px;
  border-color: transparent transparent white transparent;
  bottom: 0;
  right: 0;
}

.has_small_corner,
img.has_small_corner {
  -webkit-clip-path: polygon(100% 0, 100% calc(100% - 50px), calc(100% - 50px) 100%, 0 100%, 0 0);
          clip-path: polygon(100% 0, 100% calc(100% - 50px), calc(100% - 50px) 100%, 0 100%, 0 0);
}
.has_small_corner::after,
img.has_small_corner::after {
  position: absolute;
  content: " ";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 50px 50px;
  border-color: transparent transparent white transparent;
  bottom: 0;
  right: 0;
}

.has_medium_corner,
img.has_medium_corner {
  -webkit-clip-path: polygon(100% 0, 100% calc(100% - 75px), calc(100% - 75px) 100%, 0 100%, 0 0);
          clip-path: polygon(100% 0, 100% calc(100% - 75px), calc(100% - 75px) 100%, 0 100%, 0 0);
}
.has_medium_corner::after,
img.has_medium_corner::after {
  position: absolute;
  content: " ";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 75px 75px;
  border-color: transparent transparent white transparent;
  bottom: 0;
  right: 0;
}

body.single-event .widget.core-title h1 {
  font-size: 2.5em;
}
body.single-event .theme-secondary .widget.core-title h1 {
  font-size: 3em;
}

body.generator-overzicht .widget.core-slider.image-slider .carousel.has-corner-curl::after {
  display: none !important;
}

#main-menu {
  z-index: 3001;
}
#main-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 1rem;
}
#main-menu li a {
  display: inline-block;
  vertical-align: middle;
}
#main-menu ul li:hover > ul, #main-menu ul li ul.active {
  visibility: visible;
}
#main-menu .handle {
  padding: 10px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25px;
          flex: 0 0 25px;
  cursor: pointer;
  vertical-align: middle;
}
#main-menu .handle:after {
  content: "";
  position: relative;
  border: solid #555;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 2px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

@media screen and (min-width: 720px) {
  #main-menu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #main-menu li {
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
  #main-menu li a {
    padding: 0.8em 1em;
  }
  #main-menu li .handle {
    margin-left: -15px;
  }
  #main-menu li ul {
    position: absolute;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    background: #fff;
    display: block;
    min-width: 200px;
    -webkit-transform-origin: top;
        -ms-transform-origin: top;
            transform-origin: top;
    -webkit-transform: scaleY(0);
        -ms-transform: scaleY(0);
            transform: scaleY(0);
    border: 1px solid #e5e5e5;
    border-top: none;
  }
  #main-menu li:hover > ul, #main-menu li ul.active {
    -webkit-transform: scaleY(1);
        -ms-transform: scaleY(1);
            transform: scaleY(1);
  }
  #main-menu li ul li {
    position: relative;
  }
  #main-menu li ul li a {
    border-top: 1px solid #e5e5e5;
    width: 100%;
  }
  #main-menu li ul li .handle {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 50px;
  }
  #main-menu li ul li .handle:after {
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  #main-menu li ul li ul {
    top: 0;
    left: 100%;
    position: absolute;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    overflow: hidden;
    background: #fff;
    display: block;
  }
}

#quick-nav .hamburger-box {
  padding: 0;
  margin: 0;
  cursor: pointer;
}
#quick-nav .hamburger {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#quick-nav .hamburger-text {
  font-weight: bold;
}

.nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}
.nav-link:hover, .nav-link:focus {
  text-decoration: none;
}
.nav-link.disabled {
  color: #6c757d;
}

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}
.nav-tabs .nav-item {
  margin-bottom: -1px;
}
.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
}
.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #ffffff;
  border-color: #dee2e6 #dee2e6 #ffffff;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  border-radius: 0.25rem;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #ffffff;
  background-color: #007bff;
}

.nav-fill .nav-item {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  text-align: center;
}

.nav-justified .nav-item {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: center;
}

.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}

body,
html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  overflow-x: hidden;
}

@supports (-webkit-overflow-scrolling: touch) {
  /* CSS specific to iOS devices, for weird horizontal scrolling bug */
  html {
    overflow-x: hidden;
  }
}
#app {
  opacity: 0;
  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

body.ready #app {
  opacity: 1;
}

body.siteorigin-panels-live-editor {
  background-color: #fff !important;
}

.acf-map {
  width: 100%;
  height: 349px;
  border: #ccc solid 1px;
  margin: 20px 0;
}

/* fixes potential theme css conflict */
.acf-map img {
  max-width: inherit !important;
}

#contact-form {
  margin-bottom: 2.5rem;
}
#contact-form .container-fluid.default, #contact-form .default.container-xs, #contact-form .default.container-sm, #contact-form .default.container-md, #contact-form .default.container-lg, #contact-form .default.container-xl, #contact-form .default.container-xxl, #contact-form .default.container-xxxl, #contact-form .default.container-xxxxl, #contact-form .default.container-xxxxxl {
  background-color: #f8f8f8;
}
@media (max-width: 719.98px) {
  #contact-form .container-fluid.default, #contact-form .default.container-xs, #contact-form .default.container-sm, #contact-form .default.container-md, #contact-form .default.container-lg, #contact-form .default.container-xl, #contact-form .default.container-xxl, #contact-form .default.container-xxxl, #contact-form .default.container-xxxxl, #contact-form .default.container-xxxxxl {
    -webkit-clip-path: polygon(100% 0, 100% calc(100% - 25px), calc(100% - 25px) 100%, 0 100%, 0 0);
            clip-path: polygon(100% 0, 100% calc(100% - 25px), calc(100% - 25px) 100%, 0 100%, 0 0);
  }
  #contact-form .container-fluid.default::after, #contact-form .default.container-xs::after, #contact-form .default.container-sm::after, #contact-form .default.container-md::after, #contact-form .default.container-lg::after, #contact-form .default.container-xl::after, #contact-form .default.container-xxl::after, #contact-form .default.container-xxxl::after, #contact-form .default.container-xxxxl::after, #contact-form .default.container-xxxxxl::after {
    position: absolute;
    content: " ";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 25px 25px;
    border-color: transparent transparent white transparent;
    bottom: 0;
    right: 0;
  }
}
@media (min-width: 540px) {
  #contact-form .container-fluid.default, #contact-form .default.container-xs, #contact-form .default.container-sm, #contact-form .default.container-md, #contact-form .default.container-lg, #contact-form .default.container-xl, #contact-form .default.container-xxl, #contact-form .default.container-xxxl, #contact-form .default.container-xxxxl, #contact-form .default.container-xxxxxl {
    -webkit-clip-path: polygon(100% 0, 100% calc(100% - 75px), calc(100% - 75px) 100%, 0 100%, 0 0);
            clip-path: polygon(100% 0, 100% calc(100% - 75px), calc(100% - 75px) 100%, 0 100%, 0 0);
  }
  #contact-form .container-fluid.default::after, #contact-form .default.container-xs::after, #contact-form .default.container-sm::after, #contact-form .default.container-md::after, #contact-form .default.container-lg::after, #contact-form .default.container-xl::after, #contact-form .default.container-xxl::after, #contact-form .default.container-xxxl::after, #contact-form .default.container-xxxxl::after, #contact-form .default.container-xxxxxl::after {
    position: absolute;
    content: " ";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 75px 75px;
    border-color: transparent transparent white transparent;
    bottom: 0;
    right: 0;
  }
}
@media (min-width: 1116px) {
  #contact-form .container-fluid.default, #contact-form .default.container-xs, #contact-form .default.container-sm, #contact-form .default.container-md, #contact-form .default.container-lg, #contact-form .default.container-xl, #contact-form .default.container-xxl, #contact-form .default.container-xxxl, #contact-form .default.container-xxxxl, #contact-form .default.container-xxxxxl {
    padding-left: 3.3333333333rem;
    padding-right: 3.3333333333rem;
    border-left: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
  }
}

@media (min-width: 720px) {
  #contact-row1 h3,
#contact-row2 h3 {
    margin-top: 2.5rem;
  }
}

@media (min-width: 720px) {
  #contact-row1 {
    margin-bottom: -5rem;
  }
}

@media (min-width: 720px) {
  #event-data .col:last-of-type {
    margin-top: 50px;
  }
  #event-data .col:last-of-type .col:last-of-type {
    margin-top: 0px;
  }
}
@media (min-width: 1024px) {
  #event-data .col:last-of-type {
    margin-top: 0px;
  }
}

#header .widget_coderehab-searchfield {
  margin-right: -50px;
}

.underline a {
  text-decoration: underline;
}

.date-picker-li svg {
  font-size: 0.7em;
  margin-bottom: 0.1em;
}

@media (max-width: 1023.98px) {
  .event-filtering .events-filter li.list-group-item {
    margin-left: 0.5em;
    margin-right: 0.5em;
  }

  .event-filtering .events-filter li.list-group-item::after,
.event-filtering .events-sub-filter li.list-group-item::after {
    height: 0%;
  }

  .date-picker-li {
    margin-top: 8px;
    left: 15px;
  }
}
@media (min-width: 1024px) {
  .events-sub-filter {
    margin-top: 20px;
  }
}
@media (min-width: 720px) {
  #header-maakplaatsen .icon-button {
    font-size: 120%;
  }
}

@media (min-width: 1024px) {
  .event-filtering-wrapper {
    margin-bottom: 25px;
  }
}
.location-url.col-12 {
  padding-left: 0;
  padding-right: 0;
}

.button.small {
  padding: 10px 25px 8px 25px;
  border: 0;
}

.button.icon-small {
  padding: 5px 12px 4px 12px;
  border: 0;
  background-color: #000;
}

#header-maakplaatsen .searchform-container {
  margin-right: 30px;
}
#header-maakplaatsen .panel-grid > div:nth-child(2) .icon-button {
  position: absolute;
  right: 20px;
  top: 8px;
}

.event-maakplaatsen .zoom-fx,
.maakplaatsen .zoom-fx {
  -webkit-clip-path: unset !important;
          clip-path: unset !important;
}
.event-maakplaatsen .zoom-fx:after,
.maakplaatsen .zoom-fx:after {
  display: none;
}

.generator-single-event .has_corner,
.maakplaatsen-single-event .has_corner {
  -webkit-clip-path: unset !important;
          clip-path: unset !important;
}
.generator-single-event .has_corner:after,
.maakplaatsen-single-event .has_corner:after {
  display: none;
}

.cn-notice-buttons a {
  background-color: #fc4445 !important;
}

#cookie-notice .cn-button {
  padding: 10px 20px;
}

body.single-generators #content-main .container-fluid .container-fluid, body.single-generators #content-main .container-xs .container-fluid, body.single-generators #content-main .container-sm .container-fluid, body.single-generators #content-main .container-md .container-fluid, body.single-generators #content-main .container-lg .container-fluid, body.single-generators #content-main .container-xl .container-fluid, body.single-generators #content-main .container-xxl .container-fluid, body.single-generators #content-main .container-xxxl .container-fluid, body.single-generators #content-main .container-xxxxl .container-fluid, body.single-generators #content-main .container-xxxxxl .container-fluid, body.single-generators #content-main .container-fluid .container-xs, body.single-generators #content-main .container-xs .container-xs, body.single-generators #content-main .container-sm .container-xs, body.single-generators #content-main .container-md .container-xs, body.single-generators #content-main .container-lg .container-xs, body.single-generators #content-main .container-xl .container-xs, body.single-generators #content-main .container-xxl .container-xs, body.single-generators #content-main .container-xxxl .container-xs, body.single-generators #content-main .container-xxxxl .container-xs, body.single-generators #content-main .container-xxxxxl .container-xs, body.single-generators #content-main .container-fluid .container-sm, body.single-generators #content-main .container-xs .container-sm, body.single-generators #content-main .container-sm .container-sm, body.single-generators #content-main .container-md .container-sm, body.single-generators #content-main .container-lg .container-sm, body.single-generators #content-main .container-xl .container-sm, body.single-generators #content-main .container-xxl .container-sm, body.single-generators #content-main .container-xxxl .container-sm, body.single-generators #content-main .container-xxxxl .container-sm, body.single-generators #content-main .container-xxxxxl .container-sm, body.single-generators #content-main .container-fluid .container-md, body.single-generators #content-main .container-xs .container-md, body.single-generators #content-main .container-sm .container-md, body.single-generators #content-main .container-md .container-md, body.single-generators #content-main .container-lg .container-md, body.single-generators #content-main .container-xl .container-md, body.single-generators #content-main .container-xxl .container-md, body.single-generators #content-main .container-xxxl .container-md, body.single-generators #content-main .container-xxxxl .container-md, body.single-generators #content-main .container-xxxxxl .container-md, body.single-generators #content-main .container-fluid .container-lg, body.single-generators #content-main .container-xs .container-lg, body.single-generators #content-main .container-sm .container-lg, body.single-generators #content-main .container-md .container-lg, body.single-generators #content-main .container-lg .container-lg, body.single-generators #content-main .container-xl .container-lg, body.single-generators #content-main .container-xxl .container-lg, body.single-generators #content-main .container-xxxl .container-lg, body.single-generators #content-main .container-xxxxl .container-lg, body.single-generators #content-main .container-xxxxxl .container-lg, body.single-generators #content-main .container-fluid .container-xl, body.single-generators #content-main .container-xs .container-xl, body.single-generators #content-main .container-sm .container-xl, body.single-generators #content-main .container-md .container-xl, body.single-generators #content-main .container-lg .container-xl, body.single-generators #content-main .container-xl .container-xl, body.single-generators #content-main .container-xxl .container-xl, body.single-generators #content-main .container-xxxl .container-xl, body.single-generators #content-main .container-xxxxl .container-xl, body.single-generators #content-main .container-xxxxxl .container-xl, body.single-generators #content-main .container-fluid .container-xxl, body.single-generators #content-main .container-xs .container-xxl, body.single-generators #content-main .container-sm .container-xxl, body.single-generators #content-main .container-md .container-xxl, body.single-generators #content-main .container-lg .container-xxl, body.single-generators #content-main .container-xl .container-xxl, body.single-generators #content-main .container-xxl .container-xxl, body.single-generators #content-main .container-xxxl .container-xxl, body.single-generators #content-main .container-xxxxl .container-xxl, body.single-generators #content-main .container-xxxxxl .container-xxl, body.single-generators #content-main .container-fluid .container-xxxl, body.single-generators #content-main .container-xs .container-xxxl, body.single-generators #content-main .container-sm .container-xxxl, body.single-generators #content-main .container-md .container-xxxl, body.single-generators #content-main .container-lg .container-xxxl, body.single-generators #content-main .container-xl .container-xxxl, body.single-generators #content-main .container-xxl .container-xxxl, body.single-generators #content-main .container-xxxl .container-xxxl, body.single-generators #content-main .container-xxxxl .container-xxxl, body.single-generators #content-main .container-xxxxxl .container-xxxl, body.single-generators #content-main .container-fluid .container-xxxxl, body.single-generators #content-main .container-xs .container-xxxxl, body.single-generators #content-main .container-sm .container-xxxxl, body.single-generators #content-main .container-md .container-xxxxl, body.single-generators #content-main .container-lg .container-xxxxl, body.single-generators #content-main .container-xl .container-xxxxl, body.single-generators #content-main .container-xxl .container-xxxxl, body.single-generators #content-main .container-xxxl .container-xxxxl, body.single-generators #content-main .container-xxxxl .container-xxxxl, body.single-generators #content-main .container-xxxxxl .container-xxxxl, body.single-generators #content-main .container-fluid .container-xxxxxl, body.single-generators #content-main .container-xs .container-xxxxxl, body.single-generators #content-main .container-sm .container-xxxxxl, body.single-generators #content-main .container-md .container-xxxxxl, body.single-generators #content-main .container-lg .container-xxxxxl, body.single-generators #content-main .container-xl .container-xxxxxl, body.single-generators #content-main .container-xxl .container-xxxxxl, body.single-generators #content-main .container-xxxl .container-xxxxxl, body.single-generators #content-main .container-xxxxl .container-xxxxxl, body.single-generators #content-main .container-xxxxxl .container-xxxxxl {
  padding: 0px 0 40px 0;
  margin: 0;
}

#header-main .search-button {
  top: -10px !important;
}
#header-main .search-button svg {
  max-width: 25px;
  background-color: transparent;
}