.mobile_menu{position:fixed;z-index:100;display:none}.mobile_menu .inner{height:100%;background:#000;overflow-y:scroll}.mobile_menu.active.position_left{box-shadow:2px 0 5px 0 rgba(0,0,0,.5)}.mobile_menu.active.position_top{box-shadow:0 2px 5px 0 rgba(0,0,0,.5)}.mobile_menu.active.position_right{box-shadow:-2px 0 5px 0 rgba(0,0,0,.5)}.mobile_menu.active.position_bottom{box-shadow:0 -2px 5px 0 rgba(0,0,0,.5)}.mobile_menu.active.no_shadow{box-shadow:none!important}.mobile_menu_trigger{display:none}.mobile_menu_wrapper{position:relative;width:100%;overflow:hidden}.mobile_menu_overlay{position:fixed;top:0;left:0;width:100%;height:100vh;z-index:99}.mobile_menu_overlay.background{background:rgba(0,0,0,.5)}.mobile_menu li.submenu_hide>ul{display:none}.mobile_menu li.submenu_show>ul{display:block}body.ie8 .mobile_menu,body.ie8 .mobile_menu_trigger,body.ie9 .mobile_menu,body.ie9 .mobile_menu_trigger{display:none!important}
/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin: 0;
	padding: 0;
	list-style: none;
}
.sf-menu li {
	position: relative;
}
.sf-menu ul {
	position: absolute;
	display: none;
	top: 100%;
	left: 0;
	z-index: 99;
}
.sf-menu > li {
	float: left;
}
.sf-menu li:hover > ul,
.sf-menu li.sfHover > ul {
	display: block;
}

.sf-menu a {
	display: block;
	position: relative;
}
.sf-menu ul ul {
	top: 0;
	left: 100%;
}

/*!
 * Bootstrap Grid v4.6.0 (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 {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

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

.container,
.container-fluid,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

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

.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: 15px;
  padding-left: 15px;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

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

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

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

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

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

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

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

.col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

.col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

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

.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

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

.col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

.col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

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

.col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

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

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

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

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

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

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

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

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

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

  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

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

  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

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

  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

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

  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

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

  .order-sm-first {
    order: -1;
  }

  .order-sm-last {
    order: 13;
  }

  .order-sm-0 {
    order: 0;
  }

  .order-sm-1 {
    order: 1;
  }

  .order-sm-2 {
    order: 2;
  }

  .order-sm-3 {
    order: 3;
  }

  .order-sm-4 {
    order: 4;
  }

  .order-sm-5 {
    order: 5;
  }

  .order-sm-6 {
    order: 6;
  }

  .order-sm-7 {
    order: 7;
  }

  .order-sm-8 {
    order: 8;
  }

  .order-sm-9 {
    order: 9;
  }

  .order-sm-10 {
    order: 10;
  }

  .order-sm-11 {
    order: 11;
  }

  .order-sm-12 {
    order: 12;
  }

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

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

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

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

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

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

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

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

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

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

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

  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

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

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

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

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

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

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

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

  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

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

  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

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

  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

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

  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

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

  .order-md-first {
    order: -1;
  }

  .order-md-last {
    order: 13;
  }

  .order-md-0 {
    order: 0;
  }

  .order-md-1 {
    order: 1;
  }

  .order-md-2 {
    order: 2;
  }

  .order-md-3 {
    order: 3;
  }

  .order-md-4 {
    order: 4;
  }

  .order-md-5 {
    order: 5;
  }

  .order-md-6 {
    order: 6;
  }

  .order-md-7 {
    order: 7;
  }

  .order-md-8 {
    order: 8;
  }

  .order-md-9 {
    order: 9;
  }

  .order-md-10 {
    order: 10;
  }

  .order-md-11 {
    order: 11;
  }

  .order-md-12 {
    order: 12;
  }

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

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

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

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

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

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

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

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

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

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

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

  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

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

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

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

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

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

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

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

  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

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

  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

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

  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

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

  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

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

  .order-lg-first {
    order: -1;
  }

  .order-lg-last {
    order: 13;
  }

  .order-lg-0 {
    order: 0;
  }

  .order-lg-1 {
    order: 1;
  }

  .order-lg-2 {
    order: 2;
  }

  .order-lg-3 {
    order: 3;
  }

  .order-lg-4 {
    order: 4;
  }

  .order-lg-5 {
    order: 5;
  }

  .order-lg-6 {
    order: 6;
  }

  .order-lg-7 {
    order: 7;
  }

  .order-lg-8 {
    order: 8;
  }

  .order-lg-9 {
    order: 9;
  }

  .order-lg-10 {
    order: 10;
  }

  .order-lg-11 {
    order: 11;
  }

  .order-lg-12 {
    order: 12;
  }

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

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

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

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

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

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

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

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

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

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

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

  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

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

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

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

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

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

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

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

  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

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

  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

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

  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

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

  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

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

  .order-xl-first {
    order: -1;
  }

  .order-xl-last {
    order: 13;
  }

  .order-xl-0 {
    order: 0;
  }

  .order-xl-1 {
    order: 1;
  }

  .order-xl-2 {
    order: 2;
  }

  .order-xl-3 {
    order: 3;
  }

  .order-xl-4 {
    order: 4;
  }

  .order-xl-5 {
    order: 5;
  }

  .order-xl-6 {
    order: 6;
  }

  .order-xl-7 {
    order: 7;
  }

  .order-xl-8 {
    order: 8;
  }

  .order-xl-9 {
    order: 9;
  }

  .order-xl-10 {
    order: 10;
  }

  .order-xl-11 {
    order: 11;
  }

  .order-xl-12 {
    order: 12;
  }

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

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

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

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

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

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

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

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

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

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

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

  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
.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: flex !important;
}

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

@media (min-width: 576px) {
  .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: flex !important;
  }

  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .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: flex !important;
  }

  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .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: flex !important;
  }

  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .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: flex !important;
  }

  .d-xl-inline-flex {
    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: flex !important;
  }

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

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

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

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

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

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

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

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

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

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

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

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

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

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

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

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

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

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

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }

  .flex-sm-column {
    flex-direction: column !important;
  }

  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }

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

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

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

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

  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }

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

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

  .justify-content-sm-start {
    justify-content: flex-start !important;
  }

  .justify-content-sm-end {
    justify-content: flex-end !important;
  }

  .justify-content-sm-center {
    justify-content: center !important;
  }

  .justify-content-sm-between {
    justify-content: space-between !important;
  }

  .justify-content-sm-around {
    justify-content: space-around !important;
  }

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

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

  .align-items-sm-center {
    align-items: center !important;
  }

  .align-items-sm-baseline {
    align-items: baseline !important;
  }

  .align-items-sm-stretch {
    align-items: stretch !important;
  }

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

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

  .align-content-sm-center {
    align-content: center !important;
  }

  .align-content-sm-between {
    align-content: space-between !important;
  }

  .align-content-sm-around {
    align-content: space-around !important;
  }

  .align-content-sm-stretch {
    align-content: stretch !important;
  }

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

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

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

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

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

  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }

  .flex-md-column {
    flex-direction: column !important;
  }

  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }

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

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

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

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

  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }

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

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

  .justify-content-md-start {
    justify-content: flex-start !important;
  }

  .justify-content-md-end {
    justify-content: flex-end !important;
  }

  .justify-content-md-center {
    justify-content: center !important;
  }

  .justify-content-md-between {
    justify-content: space-between !important;
  }

  .justify-content-md-around {
    justify-content: space-around !important;
  }

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

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

  .align-items-md-center {
    align-items: center !important;
  }

  .align-items-md-baseline {
    align-items: baseline !important;
  }

  .align-items-md-stretch {
    align-items: stretch !important;
  }

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

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

  .align-content-md-center {
    align-content: center !important;
  }

  .align-content-md-between {
    align-content: space-between !important;
  }

  .align-content-md-around {
    align-content: space-around !important;
  }

  .align-content-md-stretch {
    align-content: stretch !important;
  }

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

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

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

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

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

  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }

  .flex-lg-column {
    flex-direction: column !important;
  }

  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }

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

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

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

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

  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }

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

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

  .justify-content-lg-start {
    justify-content: flex-start !important;
  }

  .justify-content-lg-end {
    justify-content: flex-end !important;
  }

  .justify-content-lg-center {
    justify-content: center !important;
  }

  .justify-content-lg-between {
    justify-content: space-between !important;
  }

  .justify-content-lg-around {
    justify-content: space-around !important;
  }

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

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

  .align-items-lg-center {
    align-items: center !important;
  }

  .align-items-lg-baseline {
    align-items: baseline !important;
  }

  .align-items-lg-stretch {
    align-items: stretch !important;
  }

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

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

  .align-content-lg-center {
    align-content: center !important;
  }

  .align-content-lg-between {
    align-content: space-between !important;
  }

  .align-content-lg-around {
    align-content: space-around !important;
  }

  .align-content-lg-stretch {
    align-content: stretch !important;
  }

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

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

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

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

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

  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }

  .flex-xl-column {
    flex-direction: column !important;
  }

  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }

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

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

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

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

  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }

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

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

  .justify-content-xl-start {
    justify-content: flex-start !important;
  }

  .justify-content-xl-end {
    justify-content: flex-end !important;
  }

  .justify-content-xl-center {
    justify-content: center !important;
  }

  .justify-content-xl-between {
    justify-content: space-between !important;
  }

  .justify-content-xl-around {
    justify-content: space-around !important;
  }

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

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

  .align-items-xl-center {
    align-items: center !important;
  }

  .align-items-xl-baseline {
    align-items: baseline !important;
  }

  .align-items-xl-stretch {
    align-items: stretch !important;
  }

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

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

  .align-content-xl-center {
    align-content: center !important;
  }

  .align-content-xl-between {
    align-content: space-between !important;
  }

  .align-content-xl-around {
    align-content: space-around !important;
  }

  .align-content-xl-stretch {
    align-content: stretch !important;
  }

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

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

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

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

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

  .align-self-xl-stretch {
    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: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !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: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.m-n1 {
  margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

.m-n2 {
  margin: -0.5rem !important;
}

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

.m-n3 {
  margin: -1rem !important;
}

.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}

.m-n4 {
  margin: -1.5rem !important;
}

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}

.m-n5 {
  margin: -3rem !important;
}

.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -3rem !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: 576px) {
  .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: 0.25rem !important;
  }

  .mt-sm-1,
.my-sm-1 {
    margin-top: 0.25rem !important;
  }

  .mr-sm-1,
.mx-sm-1 {
    margin-right: 0.25rem !important;
  }

  .mb-sm-1,
.my-sm-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-sm-1,
.mx-sm-1 {
    margin-left: 0.25rem !important;
  }

  .m-sm-2 {
    margin: 0.5rem !important;
  }

  .mt-sm-2,
.my-sm-2 {
    margin-top: 0.5rem !important;
  }

  .mr-sm-2,
.mx-sm-2 {
    margin-right: 0.5rem !important;
  }

  .mb-sm-2,
.my-sm-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-sm-2,
.mx-sm-2 {
    margin-left: 0.5rem !important;
  }

  .m-sm-3 {
    margin: 1rem !important;
  }

  .mt-sm-3,
.my-sm-3 {
    margin-top: 1rem !important;
  }

  .mr-sm-3,
.mx-sm-3 {
    margin-right: 1rem !important;
  }

  .mb-sm-3,
.my-sm-3 {
    margin-bottom: 1rem !important;
  }

  .ml-sm-3,
.mx-sm-3 {
    margin-left: 1rem !important;
  }

  .m-sm-4 {
    margin: 1.5rem !important;
  }

  .mt-sm-4,
.my-sm-4 {
    margin-top: 1.5rem !important;
  }

  .mr-sm-4,
.mx-sm-4 {
    margin-right: 1.5rem !important;
  }

  .mb-sm-4,
.my-sm-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-sm-4,
.mx-sm-4 {
    margin-left: 1.5rem !important;
  }

  .m-sm-5 {
    margin: 3rem !important;
  }

  .mt-sm-5,
.my-sm-5 {
    margin-top: 3rem !important;
  }

  .mr-sm-5,
.mx-sm-5 {
    margin-right: 3rem !important;
  }

  .mb-sm-5,
.my-sm-5 {
    margin-bottom: 3rem !important;
  }

  .ml-sm-5,
.mx-sm-5 {
    margin-left: 3rem !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: 0.25rem !important;
  }

  .pt-sm-1,
.py-sm-1 {
    padding-top: 0.25rem !important;
  }

  .pr-sm-1,
.px-sm-1 {
    padding-right: 0.25rem !important;
  }

  .pb-sm-1,
.py-sm-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-sm-1,
.px-sm-1 {
    padding-left: 0.25rem !important;
  }

  .p-sm-2 {
    padding: 0.5rem !important;
  }

  .pt-sm-2,
.py-sm-2 {
    padding-top: 0.5rem !important;
  }

  .pr-sm-2,
.px-sm-2 {
    padding-right: 0.5rem !important;
  }

  .pb-sm-2,
.py-sm-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-sm-2,
.px-sm-2 {
    padding-left: 0.5rem !important;
  }

  .p-sm-3 {
    padding: 1rem !important;
  }

  .pt-sm-3,
.py-sm-3 {
    padding-top: 1rem !important;
  }

  .pr-sm-3,
.px-sm-3 {
    padding-right: 1rem !important;
  }

  .pb-sm-3,
.py-sm-3 {
    padding-bottom: 1rem !important;
  }

  .pl-sm-3,
.px-sm-3 {
    padding-left: 1rem !important;
  }

  .p-sm-4 {
    padding: 1.5rem !important;
  }

  .pt-sm-4,
.py-sm-4 {
    padding-top: 1.5rem !important;
  }

  .pr-sm-4,
.px-sm-4 {
    padding-right: 1.5rem !important;
  }

  .pb-sm-4,
.py-sm-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-sm-4,
.px-sm-4 {
    padding-left: 1.5rem !important;
  }

  .p-sm-5 {
    padding: 3rem !important;
  }

  .pt-sm-5,
.py-sm-5 {
    padding-top: 3rem !important;
  }

  .pr-sm-5,
.px-sm-5 {
    padding-right: 3rem !important;
  }

  .pb-sm-5,
.py-sm-5 {
    padding-bottom: 3rem !important;
  }

  .pl-sm-5,
.px-sm-5 {
    padding-left: 3rem !important;
  }

  .m-sm-n1 {
    margin: -0.25rem !important;
  }

  .mt-sm-n1,
.my-sm-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-sm-n1,
.mx-sm-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-sm-n1,
.my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-sm-n1,
.mx-sm-n1 {
    margin-left: -0.25rem !important;
  }

  .m-sm-n2 {
    margin: -0.5rem !important;
  }

  .mt-sm-n2,
.my-sm-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-sm-n2,
.mx-sm-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-sm-n2,
.my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-sm-n2,
.mx-sm-n2 {
    margin-left: -0.5rem !important;
  }

  .m-sm-n3 {
    margin: -1rem !important;
  }

  .mt-sm-n3,
.my-sm-n3 {
    margin-top: -1rem !important;
  }

  .mr-sm-n3,
.mx-sm-n3 {
    margin-right: -1rem !important;
  }

  .mb-sm-n3,
.my-sm-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-sm-n3,
.mx-sm-n3 {
    margin-left: -1rem !important;
  }

  .m-sm-n4 {
    margin: -1.5rem !important;
  }

  .mt-sm-n4,
.my-sm-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-sm-n4,
.mx-sm-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-sm-n4,
.my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-sm-n4,
.mx-sm-n4 {
    margin-left: -1.5rem !important;
  }

  .m-sm-n5 {
    margin: -3rem !important;
  }

  .mt-sm-n5,
.my-sm-n5 {
    margin-top: -3rem !important;
  }

  .mr-sm-n5,
.mx-sm-n5 {
    margin-right: -3rem !important;
  }

  .mb-sm-n5,
.my-sm-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-sm-n5,
.mx-sm-n5 {
    margin-left: -3rem !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: 768px) {
  .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: 0.25rem !important;
  }

  .mt-md-1,
.my-md-1 {
    margin-top: 0.25rem !important;
  }

  .mr-md-1,
.mx-md-1 {
    margin-right: 0.25rem !important;
  }

  .mb-md-1,
.my-md-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-md-1,
.mx-md-1 {
    margin-left: 0.25rem !important;
  }

  .m-md-2 {
    margin: 0.5rem !important;
  }

  .mt-md-2,
.my-md-2 {
    margin-top: 0.5rem !important;
  }

  .mr-md-2,
.mx-md-2 {
    margin-right: 0.5rem !important;
  }

  .mb-md-2,
.my-md-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-md-2,
.mx-md-2 {
    margin-left: 0.5rem !important;
  }

  .m-md-3 {
    margin: 1rem !important;
  }

  .mt-md-3,
.my-md-3 {
    margin-top: 1rem !important;
  }

  .mr-md-3,
.mx-md-3 {
    margin-right: 1rem !important;
  }

  .mb-md-3,
.my-md-3 {
    margin-bottom: 1rem !important;
  }

  .ml-md-3,
.mx-md-3 {
    margin-left: 1rem !important;
  }

  .m-md-4 {
    margin: 1.5rem !important;
  }

  .mt-md-4,
.my-md-4 {
    margin-top: 1.5rem !important;
  }

  .mr-md-4,
.mx-md-4 {
    margin-right: 1.5rem !important;
  }

  .mb-md-4,
.my-md-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-md-4,
.mx-md-4 {
    margin-left: 1.5rem !important;
  }

  .m-md-5 {
    margin: 3rem !important;
  }

  .mt-md-5,
.my-md-5 {
    margin-top: 3rem !important;
  }

  .mr-md-5,
.mx-md-5 {
    margin-right: 3rem !important;
  }

  .mb-md-5,
.my-md-5 {
    margin-bottom: 3rem !important;
  }

  .ml-md-5,
.mx-md-5 {
    margin-left: 3rem !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: 0.25rem !important;
  }

  .pt-md-1,
.py-md-1 {
    padding-top: 0.25rem !important;
  }

  .pr-md-1,
.px-md-1 {
    padding-right: 0.25rem !important;
  }

  .pb-md-1,
.py-md-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-md-1,
.px-md-1 {
    padding-left: 0.25rem !important;
  }

  .p-md-2 {
    padding: 0.5rem !important;
  }

  .pt-md-2,
.py-md-2 {
    padding-top: 0.5rem !important;
  }

  .pr-md-2,
.px-md-2 {
    padding-right: 0.5rem !important;
  }

  .pb-md-2,
.py-md-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-md-2,
.px-md-2 {
    padding-left: 0.5rem !important;
  }

  .p-md-3 {
    padding: 1rem !important;
  }

  .pt-md-3,
.py-md-3 {
    padding-top: 1rem !important;
  }

  .pr-md-3,
.px-md-3 {
    padding-right: 1rem !important;
  }

  .pb-md-3,
.py-md-3 {
    padding-bottom: 1rem !important;
  }

  .pl-md-3,
.px-md-3 {
    padding-left: 1rem !important;
  }

  .p-md-4 {
    padding: 1.5rem !important;
  }

  .pt-md-4,
.py-md-4 {
    padding-top: 1.5rem !important;
  }

  .pr-md-4,
.px-md-4 {
    padding-right: 1.5rem !important;
  }

  .pb-md-4,
.py-md-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-md-4,
.px-md-4 {
    padding-left: 1.5rem !important;
  }

  .p-md-5 {
    padding: 3rem !important;
  }

  .pt-md-5,
.py-md-5 {
    padding-top: 3rem !important;
  }

  .pr-md-5,
.px-md-5 {
    padding-right: 3rem !important;
  }

  .pb-md-5,
.py-md-5 {
    padding-bottom: 3rem !important;
  }

  .pl-md-5,
.px-md-5 {
    padding-left: 3rem !important;
  }

  .m-md-n1 {
    margin: -0.25rem !important;
  }

  .mt-md-n1,
.my-md-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-md-n1,
.mx-md-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-md-n1,
.my-md-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-md-n1,
.mx-md-n1 {
    margin-left: -0.25rem !important;
  }

  .m-md-n2 {
    margin: -0.5rem !important;
  }

  .mt-md-n2,
.my-md-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-md-n2,
.mx-md-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-md-n2,
.my-md-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-md-n2,
.mx-md-n2 {
    margin-left: -0.5rem !important;
  }

  .m-md-n3 {
    margin: -1rem !important;
  }

  .mt-md-n3,
.my-md-n3 {
    margin-top: -1rem !important;
  }

  .mr-md-n3,
.mx-md-n3 {
    margin-right: -1rem !important;
  }

  .mb-md-n3,
.my-md-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-md-n3,
.mx-md-n3 {
    margin-left: -1rem !important;
  }

  .m-md-n4 {
    margin: -1.5rem !important;
  }

  .mt-md-n4,
.my-md-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-md-n4,
.mx-md-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-md-n4,
.my-md-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-md-n4,
.mx-md-n4 {
    margin-left: -1.5rem !important;
  }

  .m-md-n5 {
    margin: -3rem !important;
  }

  .mt-md-n5,
.my-md-n5 {
    margin-top: -3rem !important;
  }

  .mr-md-n5,
.mx-md-n5 {
    margin-right: -3rem !important;
  }

  .mb-md-n5,
.my-md-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-md-n5,
.mx-md-n5 {
    margin-left: -3rem !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: 992px) {
  .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: 0.25rem !important;
  }

  .mt-lg-1,
.my-lg-1 {
    margin-top: 0.25rem !important;
  }

  .mr-lg-1,
.mx-lg-1 {
    margin-right: 0.25rem !important;
  }

  .mb-lg-1,
.my-lg-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-lg-1,
.mx-lg-1 {
    margin-left: 0.25rem !important;
  }

  .m-lg-2 {
    margin: 0.5rem !important;
  }

  .mt-lg-2,
.my-lg-2 {
    margin-top: 0.5rem !important;
  }

  .mr-lg-2,
.mx-lg-2 {
    margin-right: 0.5rem !important;
  }

  .mb-lg-2,
.my-lg-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-lg-2,
.mx-lg-2 {
    margin-left: 0.5rem !important;
  }

  .m-lg-3 {
    margin: 1rem !important;
  }

  .mt-lg-3,
.my-lg-3 {
    margin-top: 1rem !important;
  }

  .mr-lg-3,
.mx-lg-3 {
    margin-right: 1rem !important;
  }

  .mb-lg-3,
.my-lg-3 {
    margin-bottom: 1rem !important;
  }

  .ml-lg-3,
.mx-lg-3 {
    margin-left: 1rem !important;
  }

  .m-lg-4 {
    margin: 1.5rem !important;
  }

  .mt-lg-4,
.my-lg-4 {
    margin-top: 1.5rem !important;
  }

  .mr-lg-4,
.mx-lg-4 {
    margin-right: 1.5rem !important;
  }

  .mb-lg-4,
.my-lg-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-lg-4,
.mx-lg-4 {
    margin-left: 1.5rem !important;
  }

  .m-lg-5 {
    margin: 3rem !important;
  }

  .mt-lg-5,
.my-lg-5 {
    margin-top: 3rem !important;
  }

  .mr-lg-5,
.mx-lg-5 {
    margin-right: 3rem !important;
  }

  .mb-lg-5,
.my-lg-5 {
    margin-bottom: 3rem !important;
  }

  .ml-lg-5,
.mx-lg-5 {
    margin-left: 3rem !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: 0.25rem !important;
  }

  .pt-lg-1,
.py-lg-1 {
    padding-top: 0.25rem !important;
  }

  .pr-lg-1,
.px-lg-1 {
    padding-right: 0.25rem !important;
  }

  .pb-lg-1,
.py-lg-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-lg-1,
.px-lg-1 {
    padding-left: 0.25rem !important;
  }

  .p-lg-2 {
    padding: 0.5rem !important;
  }

  .pt-lg-2,
.py-lg-2 {
    padding-top: 0.5rem !important;
  }

  .pr-lg-2,
.px-lg-2 {
    padding-right: 0.5rem !important;
  }

  .pb-lg-2,
.py-lg-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-lg-2,
.px-lg-2 {
    padding-left: 0.5rem !important;
  }

  .p-lg-3 {
    padding: 1rem !important;
  }

  .pt-lg-3,
.py-lg-3 {
    padding-top: 1rem !important;
  }

  .pr-lg-3,
.px-lg-3 {
    padding-right: 1rem !important;
  }

  .pb-lg-3,
.py-lg-3 {
    padding-bottom: 1rem !important;
  }

  .pl-lg-3,
.px-lg-3 {
    padding-left: 1rem !important;
  }

  .p-lg-4 {
    padding: 1.5rem !important;
  }

  .pt-lg-4,
.py-lg-4 {
    padding-top: 1.5rem !important;
  }

  .pr-lg-4,
.px-lg-4 {
    padding-right: 1.5rem !important;
  }

  .pb-lg-4,
.py-lg-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-lg-4,
.px-lg-4 {
    padding-left: 1.5rem !important;
  }

  .p-lg-5 {
    padding: 3rem !important;
  }

  .pt-lg-5,
.py-lg-5 {
    padding-top: 3rem !important;
  }

  .pr-lg-5,
.px-lg-5 {
    padding-right: 3rem !important;
  }

  .pb-lg-5,
.py-lg-5 {
    padding-bottom: 3rem !important;
  }

  .pl-lg-5,
.px-lg-5 {
    padding-left: 3rem !important;
  }

  .m-lg-n1 {
    margin: -0.25rem !important;
  }

  .mt-lg-n1,
.my-lg-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-lg-n1,
.mx-lg-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-lg-n1,
.my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-lg-n1,
.mx-lg-n1 {
    margin-left: -0.25rem !important;
  }

  .m-lg-n2 {
    margin: -0.5rem !important;
  }

  .mt-lg-n2,
.my-lg-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-lg-n2,
.mx-lg-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-lg-n2,
.my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-lg-n2,
.mx-lg-n2 {
    margin-left: -0.5rem !important;
  }

  .m-lg-n3 {
    margin: -1rem !important;
  }

  .mt-lg-n3,
.my-lg-n3 {
    margin-top: -1rem !important;
  }

  .mr-lg-n3,
.mx-lg-n3 {
    margin-right: -1rem !important;
  }

  .mb-lg-n3,
.my-lg-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-lg-n3,
.mx-lg-n3 {
    margin-left: -1rem !important;
  }

  .m-lg-n4 {
    margin: -1.5rem !important;
  }

  .mt-lg-n4,
.my-lg-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-lg-n4,
.mx-lg-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-lg-n4,
.my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-lg-n4,
.mx-lg-n4 {
    margin-left: -1.5rem !important;
  }

  .m-lg-n5 {
    margin: -3rem !important;
  }

  .mt-lg-n5,
.my-lg-n5 {
    margin-top: -3rem !important;
  }

  .mr-lg-n5,
.mx-lg-n5 {
    margin-right: -3rem !important;
  }

  .mb-lg-n5,
.my-lg-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-lg-n5,
.mx-lg-n5 {
    margin-left: -3rem !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: 1200px) {
  .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: 0.25rem !important;
  }

  .mt-xl-1,
.my-xl-1 {
    margin-top: 0.25rem !important;
  }

  .mr-xl-1,
.mx-xl-1 {
    margin-right: 0.25rem !important;
  }

  .mb-xl-1,
.my-xl-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-xl-1,
.mx-xl-1 {
    margin-left: 0.25rem !important;
  }

  .m-xl-2 {
    margin: 0.5rem !important;
  }

  .mt-xl-2,
.my-xl-2 {
    margin-top: 0.5rem !important;
  }

  .mr-xl-2,
.mx-xl-2 {
    margin-right: 0.5rem !important;
  }

  .mb-xl-2,
.my-xl-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-xl-2,
.mx-xl-2 {
    margin-left: 0.5rem !important;
  }

  .m-xl-3 {
    margin: 1rem !important;
  }

  .mt-xl-3,
.my-xl-3 {
    margin-top: 1rem !important;
  }

  .mr-xl-3,
.mx-xl-3 {
    margin-right: 1rem !important;
  }

  .mb-xl-3,
.my-xl-3 {
    margin-bottom: 1rem !important;
  }

  .ml-xl-3,
.mx-xl-3 {
    margin-left: 1rem !important;
  }

  .m-xl-4 {
    margin: 1.5rem !important;
  }

  .mt-xl-4,
.my-xl-4 {
    margin-top: 1.5rem !important;
  }

  .mr-xl-4,
.mx-xl-4 {
    margin-right: 1.5rem !important;
  }

  .mb-xl-4,
.my-xl-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-xl-4,
.mx-xl-4 {
    margin-left: 1.5rem !important;
  }

  .m-xl-5 {
    margin: 3rem !important;
  }

  .mt-xl-5,
.my-xl-5 {
    margin-top: 3rem !important;
  }

  .mr-xl-5,
.mx-xl-5 {
    margin-right: 3rem !important;
  }

  .mb-xl-5,
.my-xl-5 {
    margin-bottom: 3rem !important;
  }

  .ml-xl-5,
.mx-xl-5 {
    margin-left: 3rem !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: 0.25rem !important;
  }

  .pt-xl-1,
.py-xl-1 {
    padding-top: 0.25rem !important;
  }

  .pr-xl-1,
.px-xl-1 {
    padding-right: 0.25rem !important;
  }

  .pb-xl-1,
.py-xl-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-xl-1,
.px-xl-1 {
    padding-left: 0.25rem !important;
  }

  .p-xl-2 {
    padding: 0.5rem !important;
  }

  .pt-xl-2,
.py-xl-2 {
    padding-top: 0.5rem !important;
  }

  .pr-xl-2,
.px-xl-2 {
    padding-right: 0.5rem !important;
  }

  .pb-xl-2,
.py-xl-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-xl-2,
.px-xl-2 {
    padding-left: 0.5rem !important;
  }

  .p-xl-3 {
    padding: 1rem !important;
  }

  .pt-xl-3,
.py-xl-3 {
    padding-top: 1rem !important;
  }

  .pr-xl-3,
.px-xl-3 {
    padding-right: 1rem !important;
  }

  .pb-xl-3,
.py-xl-3 {
    padding-bottom: 1rem !important;
  }

  .pl-xl-3,
.px-xl-3 {
    padding-left: 1rem !important;
  }

  .p-xl-4 {
    padding: 1.5rem !important;
  }

  .pt-xl-4,
.py-xl-4 {
    padding-top: 1.5rem !important;
  }

  .pr-xl-4,
.px-xl-4 {
    padding-right: 1.5rem !important;
  }

  .pb-xl-4,
.py-xl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-xl-4,
.px-xl-4 {
    padding-left: 1.5rem !important;
  }

  .p-xl-5 {
    padding: 3rem !important;
  }

  .pt-xl-5,
.py-xl-5 {
    padding-top: 3rem !important;
  }

  .pr-xl-5,
.px-xl-5 {
    padding-right: 3rem !important;
  }

  .pb-xl-5,
.py-xl-5 {
    padding-bottom: 3rem !important;
  }

  .pl-xl-5,
.px-xl-5 {
    padding-left: 3rem !important;
  }

  .m-xl-n1 {
    margin: -0.25rem !important;
  }

  .mt-xl-n1,
.my-xl-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-xl-n1,
.mx-xl-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-xl-n1,
.my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-xl-n1,
.mx-xl-n1 {
    margin-left: -0.25rem !important;
  }

  .m-xl-n2 {
    margin: -0.5rem !important;
  }

  .mt-xl-n2,
.my-xl-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-xl-n2,
.mx-xl-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-xl-n2,
.my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-xl-n2,
.mx-xl-n2 {
    margin-left: -0.5rem !important;
  }

  .m-xl-n3 {
    margin: -1rem !important;
  }

  .mt-xl-n3,
.my-xl-n3 {
    margin-top: -1rem !important;
  }

  .mr-xl-n3,
.mx-xl-n3 {
    margin-right: -1rem !important;
  }

  .mb-xl-n3,
.my-xl-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-xl-n3,
.mx-xl-n3 {
    margin-left: -1rem !important;
  }

  .m-xl-n4 {
    margin: -1.5rem !important;
  }

  .mt-xl-n4,
.my-xl-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-xl-n4,
.mx-xl-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-xl-n4,
.my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-xl-n4,
.mx-xl-n4 {
    margin-left: -1.5rem !important;
  }

  .m-xl-n5 {
    margin: -3rem !important;
  }

  .mt-xl-n5,
.my-xl-n5 {
    margin-top: -3rem !important;
  }

  .mr-xl-n5,
.mx-xl-n5 {
    margin-right: -3rem !important;
  }

  .mb-xl-n5,
.my-xl-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-xl-n5,
.mx-xl-n5 {
    margin-left: -3rem !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;
  }
}

html {
  box-sizing: border-box;
}

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

.float_left,
.float-left {
  float: left;
  padding-right: 30px;
}
.float_left .caption,
.float-left .caption {
  padding-right: 30px;
}

.float_right,
.float-right {
  float: right;
  padding-left: 30px;
}
.float_right .caption,
.float-right .caption {
  padding-left: 30px;
}

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

.block {
  overflow: hidden;
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.invisible,
.sr-only {
  width: 0;
  height: 0;
  left: -1000px;
  top: -1000px;
  position: absolute;
  overflow: hidden;
  display: inline;
}

/**
 * Text alignment
 */
.text-left {
  text-align: left !important;
}

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

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

/**
 * Font weight
 *
 * ^deprecated: `.weight-x`
 */
.text-light,
.weight-light {
  font-weight: 300 !important;
}

.text-normal,
.weight-normal {
  font-weight: 400 !important;
}

.text-semibold,
.weight-semibold {
  font-weight: 600 !important;
}

/**
 * Capitals/lowercase
 *
 * ^deprecated: non prefixed with `text-`
 */
.text-caps,
.caps {
  text-transform: uppercase !important;
}

.text-lowercase,
.lowercase {
  text-transform: lowercase !important;
}

.text-firstcap,
.firstcap {
  text-transform: capitalize !important;
}

/*  Misc
\*--------------------------------------*/
/**
 * Hide from screanreaders & browsers
 */
.hidden {
  display: none !important;
  visibility: hidden;
}

/**
 * Hide visually and from screenreaders, but maintain layout
 */
.invisible {
  visibility: hidden;
}

/**
 * Hide only visually, but have it available for screenreaders
 * as per: h5bp.com/v
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.grayscale img {
  filter: grayscale(100%);
}

.ratio-3-4 {
  aspect-ratio: 3/4;
}
.ratio-3-4 figure,
.ratio-3-4 img {
  height: 100%;
  width: 100%;
}
.ratio-3-4 img {
  object-fit: cover;
}

.position-absolute {
  position: absolute;
}

.position-relative {
  position: relative;
}

.position-static {
  position: static;
}

@media (min-width: 0) {
  .m-x-0 {
    margin: 0 0 !important;
  }
}

@media (min-width: 0) {
  .m-x-1 {
    margin: 6px 0 !important;
  }
}

@media (min-width: 0) {
  .m-x-2 {
    margin: 12px 0 !important;
  }
}

@media (min-width: 0) {
  .m-x-3 {
    margin: 16px 0 !important;
  }
}

@media (min-width: 0) {
  .m-x-4 {
    margin: 24px 0 !important;
  }
}

@media (min-width: 0) {
  .m-x-5 {
    margin: 48px 0 !important;
  }
}

@media (min-width: 0) {
  .m-x-6 {
    margin: 72px 0 !important;
  }
}

@media (min-width: 0) {
  .m-x-7 {
    margin: 96px 0 !important;
  }
}

@media (min-width: 0) {
  .m-x-8 {
    margin: 120px 0 !important;
  }
}

@media (min-width: 768px) {
  .m-x-md-0 {
    margin: 0 0 !important;
  }
}

@media (min-width: 768px) {
  .m-x-md-1 {
    margin: 6px 0 !important;
  }
}

@media (min-width: 768px) {
  .m-x-md-2 {
    margin: 12px 0 !important;
  }
}

@media (min-width: 768px) {
  .m-x-md-3 {
    margin: 16px 0 !important;
  }
}

@media (min-width: 768px) {
  .m-x-md-4 {
    margin: 24px 0 !important;
  }
}

@media (min-width: 768px) {
  .m-x-md-5 {
    margin: 48px 0 !important;
  }
}

@media (min-width: 768px) {
  .m-x-md-6 {
    margin: 72px 0 !important;
  }
}

@media (min-width: 768px) {
  .m-x-md-7 {
    margin: 96px 0 !important;
  }
}

@media (min-width: 768px) {
  .m-x-md-8 {
    margin: 120px 0 !important;
  }
}

@media (min-width: 992px) {
  .m-x-lg-0 {
    margin: 0 0 !important;
  }
}

@media (min-width: 992px) {
  .m-x-lg-1 {
    margin: 6px 0 !important;
  }
}

@media (min-width: 992px) {
  .m-x-lg-2 {
    margin: 12px 0 !important;
  }
}

@media (min-width: 992px) {
  .m-x-lg-3 {
    margin: 16px 0 !important;
  }
}

@media (min-width: 992px) {
  .m-x-lg-4 {
    margin: 24px 0 !important;
  }
}

@media (min-width: 992px) {
  .m-x-lg-5 {
    margin: 48px 0 !important;
  }
}

@media (min-width: 992px) {
  .m-x-lg-6 {
    margin: 72px 0 !important;
  }
}

@media (min-width: 992px) {
  .m-x-lg-7 {
    margin: 96px 0 !important;
  }
}

@media (min-width: 992px) {
  .m-x-lg-8 {
    margin: 120px 0 !important;
  }
}

@media (min-width: 0) {
  .m-y-0 {
    margin: 0 0 !important;
  }
}

@media (min-width: 0) {
  .m-y-1 {
    margin: 0 6px !important;
  }
}

@media (min-width: 0) {
  .m-y-2 {
    margin: 0 12px !important;
  }
}

@media (min-width: 0) {
  .m-y-3 {
    margin: 0 16px !important;
  }
}

@media (min-width: 0) {
  .m-y-4 {
    margin: 0 24px !important;
  }
}

@media (min-width: 0) {
  .m-y-5 {
    margin: 0 48px !important;
  }
}

@media (min-width: 0) {
  .m-y-6 {
    margin: 0 72px !important;
  }
}

@media (min-width: 0) {
  .m-y-7 {
    margin: 0 96px !important;
  }
}

@media (min-width: 0) {
  .m-y-8 {
    margin: 0 120px !important;
  }
}

@media (min-width: 768px) {
  .m-y-md-0 {
    margin: 0 0 !important;
  }
}

@media (min-width: 768px) {
  .m-y-md-1 {
    margin: 0 6px !important;
  }
}

@media (min-width: 768px) {
  .m-y-md-2 {
    margin: 0 12px !important;
  }
}

@media (min-width: 768px) {
  .m-y-md-3 {
    margin: 0 16px !important;
  }
}

@media (min-width: 768px) {
  .m-y-md-4 {
    margin: 0 24px !important;
  }
}

@media (min-width: 768px) {
  .m-y-md-5 {
    margin: 0 48px !important;
  }
}

@media (min-width: 768px) {
  .m-y-md-6 {
    margin: 0 72px !important;
  }
}

@media (min-width: 768px) {
  .m-y-md-7 {
    margin: 0 96px !important;
  }
}

@media (min-width: 768px) {
  .m-y-md-8 {
    margin: 0 120px !important;
  }
}

@media (min-width: 992px) {
  .m-y-lg-0 {
    margin: 0 0 !important;
  }
}

@media (min-width: 992px) {
  .m-y-lg-1 {
    margin: 0 6px !important;
  }
}

@media (min-width: 992px) {
  .m-y-lg-2 {
    margin: 0 12px !important;
  }
}

@media (min-width: 992px) {
  .m-y-lg-3 {
    margin: 0 16px !important;
  }
}

@media (min-width: 992px) {
  .m-y-lg-4 {
    margin: 0 24px !important;
  }
}

@media (min-width: 992px) {
  .m-y-lg-5 {
    margin: 0 48px !important;
  }
}

@media (min-width: 992px) {
  .m-y-lg-6 {
    margin: 0 72px !important;
  }
}

@media (min-width: 992px) {
  .m-y-lg-7 {
    margin: 0 96px !important;
  }
}

@media (min-width: 992px) {
  .m-y-lg-8 {
    margin: 0 120px !important;
  }
}

@media (min-width: 0) {
  .m-b-0 {
    margin-bottom: 0 !important;
  }
}

@media (min-width: 0) {
  .m-b-1 {
    margin-bottom: 6px !important;
  }
}

@media (min-width: 0) {
  .m-b-2 {
    margin-bottom: 12px !important;
  }
}

@media (min-width: 0) {
  .m-b-3 {
    margin-bottom: 16px !important;
  }
}

@media (min-width: 0) {
  .m-b-4 {
    margin-bottom: 24px !important;
  }
}

@media (min-width: 0) {
  .m-b-5 {
    margin-bottom: 48px !important;
  }
}

@media (min-width: 0) {
  .m-b-6 {
    margin-bottom: 72px !important;
  }
}

@media (min-width: 0) {
  .m-b-7 {
    margin-bottom: 96px !important;
  }
}

@media (min-width: 0) {
  .m-b-8 {
    margin-bottom: 120px !important;
  }
}

@media (min-width: 0) {
  .m-t-0 {
    margin-top: 0 !important;
  }
}

@media (min-width: 0) {
  .m-t-1 {
    margin-top: 6px !important;
  }
}

@media (min-width: 0) {
  .m-t-2 {
    margin-top: 12px !important;
  }
}

@media (min-width: 0) {
  .m-t-3 {
    margin-top: 16px !important;
  }
}

@media (min-width: 0) {
  .m-t-4 {
    margin-top: 24px !important;
  }
}

@media (min-width: 0) {
  .m-t-5 {
    margin-top: 48px !important;
  }
}

@media (min-width: 0) {
  .m-t-6 {
    margin-top: 72px !important;
  }
}

@media (min-width: 0) {
  .m-t-7 {
    margin-top: 96px !important;
  }
}

@media (min-width: 0) {
  .m-t-8 {
    margin-top: 120px !important;
  }
}

@media (min-width: 0) {
  .m-l-0 {
    margin-left: 0 !important;
  }
}

@media (min-width: 0) {
  .m-l-1 {
    margin-left: 6px !important;
  }
}

@media (min-width: 0) {
  .m-l-2 {
    margin-left: 12px !important;
  }
}

@media (min-width: 0) {
  .m-l-3 {
    margin-left: 16px !important;
  }
}

@media (min-width: 0) {
  .m-l-4 {
    margin-left: 24px !important;
  }
}

@media (min-width: 0) {
  .m-l-5 {
    margin-left: 48px !important;
  }
}

@media (min-width: 0) {
  .m-l-6 {
    margin-left: 72px !important;
  }
}

@media (min-width: 0) {
  .m-l-7 {
    margin-left: 96px !important;
  }
}

@media (min-width: 0) {
  .m-l-8 {
    margin-left: 120px !important;
  }
}

@media (min-width: 0) {
  .m-r-0 {
    margin-right: 0 !important;
  }
}

@media (min-width: 0) {
  .m-r-1 {
    margin-right: 6px !important;
  }
}

@media (min-width: 0) {
  .m-r-2 {
    margin-right: 12px !important;
  }
}

@media (min-width: 0) {
  .m-r-3 {
    margin-right: 16px !important;
  }
}

@media (min-width: 0) {
  .m-r-4 {
    margin-right: 24px !important;
  }
}

@media (min-width: 0) {
  .m-r-5 {
    margin-right: 48px !important;
  }
}

@media (min-width: 0) {
  .m-r-6 {
    margin-right: 72px !important;
  }
}

@media (min-width: 0) {
  .m-r-7 {
    margin-right: 96px !important;
  }
}

@media (min-width: 0) {
  .m-r-8 {
    margin-right: 120px !important;
  }
}

@media (min-width: 768px) {
  .m-x-md-0 {
    margin: 0 0 !important;
  }
}

@media (min-width: 768px) {
  .m-x-md-1 {
    margin: 6px 0 !important;
  }
}

@media (min-width: 768px) {
  .m-x-md-2 {
    margin: 12px 0 !important;
  }
}

@media (min-width: 768px) {
  .m-x-md-3 {
    margin: 16px 0 !important;
  }
}

@media (min-width: 768px) {
  .m-x-md-4 {
    margin: 24px 0 !important;
  }
}

@media (min-width: 768px) {
  .m-x-md-5 {
    margin: 48px 0 !important;
  }
}

@media (min-width: 768px) {
  .m-x-md-6 {
    margin: 72px 0 !important;
  }
}

@media (min-width: 768px) {
  .m-x-md-7 {
    margin: 96px 0 !important;
  }
}

@media (min-width: 768px) {
  .m-x-md-8 {
    margin: 120px 0 !important;
  }
}

@media (min-width: 768px) {
  .m-y-md-0 {
    margin: 0 0 !important;
  }
}

@media (min-width: 768px) {
  .m-y-md-1 {
    margin: 0 6px !important;
  }
}

@media (min-width: 768px) {
  .m-y-md-2 {
    margin: 0 12px !important;
  }
}

@media (min-width: 768px) {
  .m-y-md-3 {
    margin: 0 16px !important;
  }
}

@media (min-width: 768px) {
  .m-y-md-4 {
    margin: 0 24px !important;
  }
}

@media (min-width: 768px) {
  .m-y-md-5 {
    margin: 0 48px !important;
  }
}

@media (min-width: 768px) {
  .m-y-md-6 {
    margin: 0 72px !important;
  }
}

@media (min-width: 768px) {
  .m-y-md-7 {
    margin: 0 96px !important;
  }
}

@media (min-width: 768px) {
  .m-y-md-8 {
    margin: 0 120px !important;
  }
}

@media (min-width: 768px) {
  .m-b-md-0 {
    margin-bottom: 0 !important;
  }
}

@media (min-width: 768px) {
  .m-b-md-1 {
    margin-bottom: 6px !important;
  }
}

@media (min-width: 768px) {
  .m-b-md-2 {
    margin-bottom: 12px !important;
  }
}

@media (min-width: 768px) {
  .m-b-md-3 {
    margin-bottom: 16px !important;
  }
}

@media (min-width: 768px) {
  .m-b-md-4 {
    margin-bottom: 24px !important;
  }
}

@media (min-width: 768px) {
  .m-b-md-5 {
    margin-bottom: 48px !important;
  }
}

@media (min-width: 768px) {
  .m-b-md-6 {
    margin-bottom: 72px !important;
  }
}

@media (min-width: 768px) {
  .m-b-md-7 {
    margin-bottom: 96px !important;
  }
}

@media (min-width: 768px) {
  .m-b-md-8 {
    margin-bottom: 120px !important;
  }
}

@media (min-width: 768px) {
  .m-t-md-0 {
    margin-top: 0 !important;
  }
}

@media (min-width: 768px) {
  .m-t-md-1 {
    margin-top: 6px !important;
  }
}

@media (min-width: 768px) {
  .m-t-md-2 {
    margin-top: 12px !important;
  }
}

@media (min-width: 768px) {
  .m-t-md-3 {
    margin-top: 16px !important;
  }
}

@media (min-width: 768px) {
  .m-t-md-4 {
    margin-top: 24px !important;
  }
}

@media (min-width: 768px) {
  .m-t-md-5 {
    margin-top: 48px !important;
  }
}

@media (min-width: 768px) {
  .m-t-md-6 {
    margin-top: 72px !important;
  }
}

@media (min-width: 768px) {
  .m-t-md-7 {
    margin-top: 96px !important;
  }
}

@media (min-width: 768px) {
  .m-t-md-8 {
    margin-top: 120px !important;
  }
}

@media (min-width: 768px) {
  .m-l-md-0 {
    margin-left: 0 !important;
  }
}

@media (min-width: 768px) {
  .m-l-md-1 {
    margin-left: 6px !important;
  }
}

@media (min-width: 768px) {
  .m-l-md-2 {
    margin-left: 12px !important;
  }
}

@media (min-width: 768px) {
  .m-l-md-3 {
    margin-left: 16px !important;
  }
}

@media (min-width: 768px) {
  .m-l-md-4 {
    margin-left: 24px !important;
  }
}

@media (min-width: 768px) {
  .m-l-md-5 {
    margin-left: 48px !important;
  }
}

@media (min-width: 768px) {
  .m-l-md-6 {
    margin-left: 72px !important;
  }
}

@media (min-width: 768px) {
  .m-l-md-7 {
    margin-left: 96px !important;
  }
}

@media (min-width: 768px) {
  .m-l-md-8 {
    margin-left: 120px !important;
  }
}

@media (min-width: 768px) {
  .m-r-md-0 {
    margin-right: 0 !important;
  }
}

@media (min-width: 768px) {
  .m-r-md-1 {
    margin-right: 6px !important;
  }
}

@media (min-width: 768px) {
  .m-r-md-2 {
    margin-right: 12px !important;
  }
}

@media (min-width: 768px) {
  .m-r-md-3 {
    margin-right: 16px !important;
  }
}

@media (min-width: 768px) {
  .m-r-md-4 {
    margin-right: 24px !important;
  }
}

@media (min-width: 768px) {
  .m-r-md-5 {
    margin-right: 48px !important;
  }
}

@media (min-width: 768px) {
  .m-r-md-6 {
    margin-right: 72px !important;
  }
}

@media (min-width: 768px) {
  .m-r-md-7 {
    margin-right: 96px !important;
  }
}

@media (min-width: 768px) {
  .m-r-md-8 {
    margin-right: 120px !important;
  }
}

@media (min-width: 992px) {
  .m-x-lg-0 {
    margin: 0 0 !important;
  }
}

@media (min-width: 992px) {
  .m-x-lg-1 {
    margin: 6px 0 !important;
  }
}

@media (min-width: 992px) {
  .m-x-lg-2 {
    margin: 12px 0 !important;
  }
}

@media (min-width: 992px) {
  .m-x-lg-3 {
    margin: 16px 0 !important;
  }
}

@media (min-width: 992px) {
  .m-x-lg-4 {
    margin: 24px 0 !important;
  }
}

@media (min-width: 992px) {
  .m-x-lg-5 {
    margin: 48px 0 !important;
  }
}

@media (min-width: 992px) {
  .m-x-lg-6 {
    margin: 72px 0 !important;
  }
}

@media (min-width: 992px) {
  .m-x-lg-7 {
    margin: 96px 0 !important;
  }
}

@media (min-width: 992px) {
  .m-x-lg-8 {
    margin: 120px 0 !important;
  }
}

@media (min-width: 992px) {
  .m-y-lg-0 {
    margin: 0 0 !important;
  }
}

@media (min-width: 992px) {
  .m-y-lg-1 {
    margin: 0 6px !important;
  }
}

@media (min-width: 992px) {
  .m-y-lg-2 {
    margin: 0 12px !important;
  }
}

@media (min-width: 992px) {
  .m-y-lg-3 {
    margin: 0 16px !important;
  }
}

@media (min-width: 992px) {
  .m-y-lg-4 {
    margin: 0 24px !important;
  }
}

@media (min-width: 992px) {
  .m-y-lg-5 {
    margin: 0 48px !important;
  }
}

@media (min-width: 992px) {
  .m-y-lg-6 {
    margin: 0 72px !important;
  }
}

@media (min-width: 992px) {
  .m-y-lg-7 {
    margin: 0 96px !important;
  }
}

@media (min-width: 992px) {
  .m-y-lg-8 {
    margin: 0 120px !important;
  }
}

@media (min-width: 992px) {
  .m-b-lg-0 {
    margin-bottom: 0 !important;
  }
}

@media (min-width: 992px) {
  .m-b-lg-1 {
    margin-bottom: 6px !important;
  }
}

@media (min-width: 992px) {
  .m-b-lg-2 {
    margin-bottom: 12px !important;
  }
}

@media (min-width: 992px) {
  .m-b-lg-3 {
    margin-bottom: 16px !important;
  }
}

@media (min-width: 992px) {
  .m-b-lg-4 {
    margin-bottom: 24px !important;
  }
}

@media (min-width: 992px) {
  .m-b-lg-5 {
    margin-bottom: 48px !important;
  }
}

@media (min-width: 992px) {
  .m-b-lg-6 {
    margin-bottom: 72px !important;
  }
}

@media (min-width: 992px) {
  .m-b-lg-7 {
    margin-bottom: 96px !important;
  }
}

@media (min-width: 992px) {
  .m-b-lg-8 {
    margin-bottom: 120px !important;
  }
}

@media (min-width: 992px) {
  .m-t-lg-0 {
    margin-top: 0 !important;
  }
}

@media (min-width: 992px) {
  .m-t-lg-1 {
    margin-top: 6px !important;
  }
}

@media (min-width: 992px) {
  .m-t-lg-2 {
    margin-top: 12px !important;
  }
}

@media (min-width: 992px) {
  .m-t-lg-3 {
    margin-top: 16px !important;
  }
}

@media (min-width: 992px) {
  .m-t-lg-4 {
    margin-top: 24px !important;
  }
}

@media (min-width: 992px) {
  .m-t-lg-5 {
    margin-top: 48px !important;
  }
}

@media (min-width: 992px) {
  .m-t-lg-6 {
    margin-top: 72px !important;
  }
}

@media (min-width: 992px) {
  .m-t-lg-7 {
    margin-top: 96px !important;
  }
}

@media (min-width: 992px) {
  .m-t-lg-8 {
    margin-top: 120px !important;
  }
}

@media (min-width: 992px) {
  .m-l-lg-0 {
    margin-left: 0 !important;
  }
}

@media (min-width: 992px) {
  .m-l-lg-1 {
    margin-left: 6px !important;
  }
}

@media (min-width: 992px) {
  .m-l-lg-2 {
    margin-left: 12px !important;
  }
}

@media (min-width: 992px) {
  .m-l-lg-3 {
    margin-left: 16px !important;
  }
}

@media (min-width: 992px) {
  .m-l-lg-4 {
    margin-left: 24px !important;
  }
}

@media (min-width: 992px) {
  .m-l-lg-5 {
    margin-left: 48px !important;
  }
}

@media (min-width: 992px) {
  .m-l-lg-6 {
    margin-left: 72px !important;
  }
}

@media (min-width: 992px) {
  .m-l-lg-7 {
    margin-left: 96px !important;
  }
}

@media (min-width: 992px) {
  .m-l-lg-8 {
    margin-left: 120px !important;
  }
}

@media (min-width: 992px) {
  .m-r-lg-0 {
    margin-right: 0 !important;
  }
}

@media (min-width: 992px) {
  .m-r-lg-1 {
    margin-right: 6px !important;
  }
}

@media (min-width: 992px) {
  .m-r-lg-2 {
    margin-right: 12px !important;
  }
}

@media (min-width: 992px) {
  .m-r-lg-3 {
    margin-right: 16px !important;
  }
}

@media (min-width: 992px) {
  .m-r-lg-4 {
    margin-right: 24px !important;
  }
}

@media (min-width: 992px) {
  .m-r-lg-5 {
    margin-right: 48px !important;
  }
}

@media (min-width: 992px) {
  .m-r-lg-6 {
    margin-right: 72px !important;
  }
}

@media (min-width: 992px) {
  .m-r-lg-7 {
    margin-right: 96px !important;
  }
}

@media (min-width: 992px) {
  .m-r-lg-8 {
    margin-right: 120px !important;
  }
}

@media (min-width: 0) {
  .p-x-0 {
    padding: 0 0 !important;
  }
}

@media (min-width: 0) {
  .p-x-1 {
    padding: 6px 0 !important;
  }
}

@media (min-width: 0) {
  .p-x-2 {
    padding: 12px 0 !important;
  }
}

@media (min-width: 0) {
  .p-x-3 {
    padding: 16px 0 !important;
  }
}

@media (min-width: 0) {
  .p-x-4 {
    padding: 24px 0 !important;
  }
}

@media (min-width: 0) {
  .p-x-5 {
    padding: 48px 0 !important;
  }
}

@media (min-width: 0) {
  .p-x-6 {
    padding: 72px 0 !important;
  }
}

@media (min-width: 0) {
  .p-x-7 {
    padding: 96px 0 !important;
  }
}

@media (min-width: 0) {
  .p-x-8 {
    padding: 120px 0 !important;
  }
}

@media (min-width: 768px) {
  .p-x-md-0 {
    padding: 0 0 !important;
  }
}

@media (min-width: 768px) {
  .p-x-md-1 {
    padding: 6px 0 !important;
  }
}

@media (min-width: 768px) {
  .p-x-md-2 {
    padding: 12px 0 !important;
  }
}

@media (min-width: 768px) {
  .p-x-md-3 {
    padding: 16px 0 !important;
  }
}

@media (min-width: 768px) {
  .p-x-md-4 {
    padding: 24px 0 !important;
  }
}

@media (min-width: 768px) {
  .p-x-md-5 {
    padding: 48px 0 !important;
  }
}

@media (min-width: 768px) {
  .p-x-md-6 {
    padding: 72px 0 !important;
  }
}

@media (min-width: 768px) {
  .p-x-md-7 {
    padding: 96px 0 !important;
  }
}

@media (min-width: 768px) {
  .p-x-md-8 {
    padding: 120px 0 !important;
  }
}

@media (min-width: 992px) {
  .p-x-lg-0 {
    padding: 0 0 !important;
  }
}

@media (min-width: 992px) {
  .p-x-lg-1 {
    padding: 6px 0 !important;
  }
}

@media (min-width: 992px) {
  .p-x-lg-2 {
    padding: 12px 0 !important;
  }
}

@media (min-width: 992px) {
  .p-x-lg-3 {
    padding: 16px 0 !important;
  }
}

@media (min-width: 992px) {
  .p-x-lg-4 {
    padding: 24px 0 !important;
  }
}

@media (min-width: 992px) {
  .p-x-lg-5 {
    padding: 48px 0 !important;
  }
}

@media (min-width: 992px) {
  .p-x-lg-6 {
    padding: 72px 0 !important;
  }
}

@media (min-width: 992px) {
  .p-x-lg-7 {
    padding: 96px 0 !important;
  }
}

@media (min-width: 992px) {
  .p-x-lg-8 {
    padding: 120px 0 !important;
  }
}

@media (min-width: 0) {
  .p-y-0 {
    padding: 0 0 !important;
  }
}

@media (min-width: 0) {
  .p-y-1 {
    padding: 0 6px !important;
  }
}

@media (min-width: 0) {
  .p-y-2 {
    padding: 0 12px !important;
  }
}

@media (min-width: 0) {
  .p-y-3 {
    padding: 0 16px !important;
  }
}

@media (min-width: 0) {
  .p-y-4 {
    padding: 0 24px !important;
  }
}

@media (min-width: 0) {
  .p-y-5 {
    padding: 0 48px !important;
  }
}

@media (min-width: 0) {
  .p-y-6 {
    padding: 0 72px !important;
  }
}

@media (min-width: 0) {
  .p-y-7 {
    padding: 0 96px !important;
  }
}

@media (min-width: 0) {
  .p-y-8 {
    padding: 0 120px !important;
  }
}

@media (min-width: 768px) {
  .p-y-md-0 {
    padding: 0 0 !important;
  }
}

@media (min-width: 768px) {
  .p-y-md-1 {
    padding: 0 6px !important;
  }
}

@media (min-width: 768px) {
  .p-y-md-2 {
    padding: 0 12px !important;
  }
}

@media (min-width: 768px) {
  .p-y-md-3 {
    padding: 0 16px !important;
  }
}

@media (min-width: 768px) {
  .p-y-md-4 {
    padding: 0 24px !important;
  }
}

@media (min-width: 768px) {
  .p-y-md-5 {
    padding: 0 48px !important;
  }
}

@media (min-width: 768px) {
  .p-y-md-6 {
    padding: 0 72px !important;
  }
}

@media (min-width: 768px) {
  .p-y-md-7 {
    padding: 0 96px !important;
  }
}

@media (min-width: 768px) {
  .p-y-md-8 {
    padding: 0 120px !important;
  }
}

@media (min-width: 992px) {
  .p-y-lg-0 {
    padding: 0 0 !important;
  }
}

@media (min-width: 992px) {
  .p-y-lg-1 {
    padding: 0 6px !important;
  }
}

@media (min-width: 992px) {
  .p-y-lg-2 {
    padding: 0 12px !important;
  }
}

@media (min-width: 992px) {
  .p-y-lg-3 {
    padding: 0 16px !important;
  }
}

@media (min-width: 992px) {
  .p-y-lg-4 {
    padding: 0 24px !important;
  }
}

@media (min-width: 992px) {
  .p-y-lg-5 {
    padding: 0 48px !important;
  }
}

@media (min-width: 992px) {
  .p-y-lg-6 {
    padding: 0 72px !important;
  }
}

@media (min-width: 992px) {
  .p-y-lg-7 {
    padding: 0 96px !important;
  }
}

@media (min-width: 992px) {
  .p-y-lg-8 {
    padding: 0 120px !important;
  }
}

@media (min-width: 0) {
  .p-b-0 {
    padding-bottom: 0 !important;
  }
}

@media (min-width: 0) {
  .p-b-1 {
    padding-bottom: 6px !important;
  }
}

@media (min-width: 0) {
  .p-b-2 {
    padding-bottom: 12px !important;
  }
}

@media (min-width: 0) {
  .p-b-3 {
    padding-bottom: 16px !important;
  }
}

@media (min-width: 0) {
  .p-b-4 {
    padding-bottom: 24px !important;
  }
}

@media (min-width: 0) {
  .p-b-5 {
    padding-bottom: 48px !important;
  }
}

@media (min-width: 0) {
  .p-b-6 {
    padding-bottom: 72px !important;
  }
}

@media (min-width: 0) {
  .p-b-7 {
    padding-bottom: 96px !important;
  }
}

@media (min-width: 0) {
  .p-b-8 {
    padding-bottom: 120px !important;
  }
}

@media (min-width: 0) {
  .p-t-0 {
    padding-top: 0 !important;
  }
}

@media (min-width: 0) {
  .p-t-1 {
    padding-top: 6px !important;
  }
}

@media (min-width: 0) {
  .p-t-2 {
    padding-top: 12px !important;
  }
}

@media (min-width: 0) {
  .p-t-3 {
    padding-top: 16px !important;
  }
}

@media (min-width: 0) {
  .p-t-4 {
    padding-top: 24px !important;
  }
}

@media (min-width: 0) {
  .p-t-5 {
    padding-top: 48px !important;
  }
}

@media (min-width: 0) {
  .p-t-6 {
    padding-top: 72px !important;
  }
}

@media (min-width: 0) {
  .p-t-7 {
    padding-top: 96px !important;
  }
}

@media (min-width: 0) {
  .p-t-8 {
    padding-top: 120px !important;
  }
}

@media (min-width: 0) {
  .p-l-0 {
    padding-left: 0 !important;
  }
}

@media (min-width: 0) {
  .p-l-1 {
    padding-left: 6px !important;
  }
}

@media (min-width: 0) {
  .p-l-2 {
    padding-left: 12px !important;
  }
}

@media (min-width: 0) {
  .p-l-3 {
    padding-left: 16px !important;
  }
}

@media (min-width: 0) {
  .p-l-4 {
    padding-left: 24px !important;
  }
}

@media (min-width: 0) {
  .p-l-5 {
    padding-left: 48px !important;
  }
}

@media (min-width: 0) {
  .p-l-6 {
    padding-left: 72px !important;
  }
}

@media (min-width: 0) {
  .p-l-7 {
    padding-left: 96px !important;
  }
}

@media (min-width: 0) {
  .p-l-8 {
    padding-left: 120px !important;
  }
}

@media (min-width: 0) {
  .p-r-0 {
    padding-right: 0 !important;
  }
}

@media (min-width: 0) {
  .p-r-1 {
    padding-right: 6px !important;
  }
}

@media (min-width: 0) {
  .p-r-2 {
    padding-right: 12px !important;
  }
}

@media (min-width: 0) {
  .p-r-3 {
    padding-right: 16px !important;
  }
}

@media (min-width: 0) {
  .p-r-4 {
    padding-right: 24px !important;
  }
}

@media (min-width: 0) {
  .p-r-5 {
    padding-right: 48px !important;
  }
}

@media (min-width: 0) {
  .p-r-6 {
    padding-right: 72px !important;
  }
}

@media (min-width: 0) {
  .p-r-7 {
    padding-right: 96px !important;
  }
}

@media (min-width: 0) {
  .p-r-8 {
    padding-right: 120px !important;
  }
}

@media (min-width: 768px) {
  .p-b-md-0 {
    padding-bottom: 0 !important;
  }
}

@media (min-width: 768px) {
  .p-b-md-1 {
    padding-bottom: 6px !important;
  }
}

@media (min-width: 768px) {
  .p-b-md-2 {
    padding-bottom: 12px !important;
  }
}

@media (min-width: 768px) {
  .p-b-md-3 {
    padding-bottom: 16px !important;
  }
}

@media (min-width: 768px) {
  .p-b-md-4 {
    padding-bottom: 24px !important;
  }
}

@media (min-width: 768px) {
  .p-b-md-5 {
    padding-bottom: 48px !important;
  }
}

@media (min-width: 768px) {
  .p-b-md-6 {
    padding-bottom: 72px !important;
  }
}

@media (min-width: 768px) {
  .p-b-md-7 {
    padding-bottom: 96px !important;
  }
}

@media (min-width: 768px) {
  .p-b-md-8 {
    padding-bottom: 120px !important;
  }
}

@media (min-width: 768px) {
  .p-t-md-0 {
    padding-top: 0 !important;
  }
}

@media (min-width: 768px) {
  .p-t-md-1 {
    padding-top: 6px !important;
  }
}

@media (min-width: 768px) {
  .p-t-md-2 {
    padding-top: 12px !important;
  }
}

@media (min-width: 768px) {
  .p-t-md-3 {
    padding-top: 16px !important;
  }
}

@media (min-width: 768px) {
  .p-t-md-4 {
    padding-top: 24px !important;
  }
}

@media (min-width: 768px) {
  .p-t-md-5 {
    padding-top: 48px !important;
  }
}

@media (min-width: 768px) {
  .p-t-md-6 {
    padding-top: 72px !important;
  }
}

@media (min-width: 768px) {
  .p-t-md-7 {
    padding-top: 96px !important;
  }
}

@media (min-width: 768px) {
  .p-t-md-8 {
    padding-top: 120px !important;
  }
}

@media (min-width: 768px) {
  .p-l-md-0 {
    padding-left: 0 !important;
  }
}

@media (min-width: 768px) {
  .p-l-md-1 {
    padding-left: 6px !important;
  }
}

@media (min-width: 768px) {
  .p-l-md-2 {
    padding-left: 12px !important;
  }
}

@media (min-width: 768px) {
  .p-l-md-3 {
    padding-left: 16px !important;
  }
}

@media (min-width: 768px) {
  .p-l-md-4 {
    padding-left: 24px !important;
  }
}

@media (min-width: 768px) {
  .p-l-md-5 {
    padding-left: 48px !important;
  }
}

@media (min-width: 768px) {
  .p-l-md-6 {
    padding-left: 72px !important;
  }
}

@media (min-width: 768px) {
  .p-l-md-7 {
    padding-left: 96px !important;
  }
}

@media (min-width: 768px) {
  .p-l-md-8 {
    padding-left: 120px !important;
  }
}

@media (min-width: 768px) {
  .p-r-md-0 {
    padding-right: 0 !important;
  }
}

@media (min-width: 768px) {
  .p-r-md-1 {
    padding-right: 6px !important;
  }
}

@media (min-width: 768px) {
  .p-r-md-2 {
    padding-right: 12px !important;
  }
}

@media (min-width: 768px) {
  .p-r-md-3 {
    padding-right: 16px !important;
  }
}

@media (min-width: 768px) {
  .p-r-md-4 {
    padding-right: 24px !important;
  }
}

@media (min-width: 768px) {
  .p-r-md-5 {
    padding-right: 48px !important;
  }
}

@media (min-width: 768px) {
  .p-r-md-6 {
    padding-right: 72px !important;
  }
}

@media (min-width: 768px) {
  .p-r-md-7 {
    padding-right: 96px !important;
  }
}

@media (min-width: 768px) {
  .p-r-md-8 {
    padding-right: 120px !important;
  }
}

@media (min-width: 992px) {
  .p-b-lg-0 {
    padding-bottom: 0 !important;
  }
}

@media (min-width: 992px) {
  .p-b-lg-1 {
    padding-bottom: 6px !important;
  }
}

@media (min-width: 992px) {
  .p-b-lg-2 {
    padding-bottom: 12px !important;
  }
}

@media (min-width: 992px) {
  .p-b-lg-3 {
    padding-bottom: 16px !important;
  }
}

@media (min-width: 992px) {
  .p-b-lg-4 {
    padding-bottom: 24px !important;
  }
}

@media (min-width: 992px) {
  .p-b-lg-5 {
    padding-bottom: 48px !important;
  }
}

@media (min-width: 992px) {
  .p-b-lg-6 {
    padding-bottom: 72px !important;
  }
}

@media (min-width: 992px) {
  .p-b-lg-7 {
    padding-bottom: 96px !important;
  }
}

@media (min-width: 992px) {
  .p-b-lg-8 {
    padding-bottom: 120px !important;
  }
}

@media (min-width: 992px) {
  .p-t-lg-0 {
    padding-top: 0 !important;
  }
}

@media (min-width: 992px) {
  .p-t-lg-1 {
    padding-top: 6px !important;
  }
}

@media (min-width: 992px) {
  .p-t-lg-2 {
    padding-top: 12px !important;
  }
}

@media (min-width: 992px) {
  .p-t-lg-3 {
    padding-top: 16px !important;
  }
}

@media (min-width: 992px) {
  .p-t-lg-4 {
    padding-top: 24px !important;
  }
}

@media (min-width: 992px) {
  .p-t-lg-5 {
    padding-top: 48px !important;
  }
}

@media (min-width: 992px) {
  .p-t-lg-6 {
    padding-top: 72px !important;
  }
}

@media (min-width: 992px) {
  .p-t-lg-7 {
    padding-top: 96px !important;
  }
}

@media (min-width: 992px) {
  .p-t-lg-8 {
    padding-top: 120px !important;
  }
}

@media (min-width: 992px) {
  .p-l-lg-0 {
    padding-left: 0 !important;
  }
}

@media (min-width: 992px) {
  .p-l-lg-1 {
    padding-left: 6px !important;
  }
}

@media (min-width: 992px) {
  .p-l-lg-2 {
    padding-left: 12px !important;
  }
}

@media (min-width: 992px) {
  .p-l-lg-3 {
    padding-left: 16px !important;
  }
}

@media (min-width: 992px) {
  .p-l-lg-4 {
    padding-left: 24px !important;
  }
}

@media (min-width: 992px) {
  .p-l-lg-5 {
    padding-left: 48px !important;
  }
}

@media (min-width: 992px) {
  .p-l-lg-6 {
    padding-left: 72px !important;
  }
}

@media (min-width: 992px) {
  .p-l-lg-7 {
    padding-left: 96px !important;
  }
}

@media (min-width: 992px) {
  .p-l-lg-8 {
    padding-left: 120px !important;
  }
}

@media (min-width: 992px) {
  .p-r-lg-0 {
    padding-right: 0 !important;
  }
}

@media (min-width: 992px) {
  .p-r-lg-1 {
    padding-right: 6px !important;
  }
}

@media (min-width: 992px) {
  .p-r-lg-2 {
    padding-right: 12px !important;
  }
}

@media (min-width: 992px) {
  .p-r-lg-3 {
    padding-right: 16px !important;
  }
}

@media (min-width: 992px) {
  .p-r-lg-4 {
    padding-right: 24px !important;
  }
}

@media (min-width: 992px) {
  .p-r-lg-5 {
    padding-right: 48px !important;
  }
}

@media (min-width: 992px) {
  .p-r-lg-6 {
    padding-right: 72px !important;
  }
}

@media (min-width: 992px) {
  .p-r-lg-7 {
    padding-right: 96px !important;
  }
}

@media (min-width: 992px) {
  .p-r-lg-8 {
    padding-right: 120px !important;
  }
}

/*! normalize.css v4.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary { /* 1 */
  display: block;
}

/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/* Forms
   ========================================================================== */
/**
 * Change font properties to `inherit` in all browsers (opinionated).
 */
button,
input,
select,
textarea {
  font: inherit;
}

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 * 2. Show the overflow in Edge, Firefox, and IE.
 */
button,
input,
select { /* 2 */
  overflow: visible;
}

/**
 * Remove the margin in Safari.
 * 1. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea { /* 1 */
  margin: 0;
}

/**
 * Remove the inheritence of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritence of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Change the cursor in all browsers (opinionated).
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

/**
 * Restore the default cursor to disabled elements unset by the previous rule.
 */
[disabled] {
  cursor: default;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the odd appearance of search inputs in Chrome and Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
}

/**
 * Remove the inner padding and cancel buttons in Chrome on OS X and
 * Safari on OS X.
 */
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* rubik-regular - latin */
@font-face {
  font-family: "Rubik";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../../files/theme/fonts/rubik-v14-latin-regular.eot"); /* IE9 Compat Modes */
  src: local(""), url("../../files/theme/fonts/rubik-v14-latin-regular.eot?#iefix") format("embedded-opentype"), url("../../files/theme/fonts/rubik-v14-latin-regular.woff2") format("woff2"), url("../../files/theme/fonts/rubik-v14-latin-regular.woff") format("woff"), url("../../files/theme/fonts/rubik-v14-latin-regular.ttf") format("truetype"), url("../../files/theme/fonts/rubik-v14-latin-regular.svg#Rubik") format("svg"); /* Legacy iOS */
}
/* rubik-500 - latin */
@font-face {
  font-family: "Rubik";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../../files/theme/fonts/rubik-v14-latin-500.eot"); /* IE9 Compat Modes */
  src: local(""), url("../../files/theme/fonts/rubik-v14-latin-500.eot?#iefix") format("embedded-opentype"), url("../../files/theme/fonts/rubik-v14-latin-500.woff2") format("woff2"), url("../../files/theme/fonts/rubik-v14-latin-500.woff") format("woff"), url("../../files/theme/fonts/rubik-v14-latin-500.ttf") format("truetype"), url("../../files/theme/fonts/rubik-v14-latin-500.svg#Rubik") format("svg"); /* Legacy iOS */
}
/* rubik-600 - latin */
@font-face {
  font-family: "Rubik";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../../files/theme/fonts/rubik-v14-latin-600.eot"); /* IE9 Compat Modes */
  src: local(""), url("../../files/theme/fonts/rubik-v14-latin-600.eot?#iefix") format("embedded-opentype"), url("../../files/theme/fonts/rubik-v14-latin-600.woff2") format("woff2"), url("../../files/theme/fonts/rubik-v14-latin-600.woff") format("woff"), url("../../files/theme/fonts/rubik-v14-latin-600.ttf") format("truetype"), url("../../files/theme/fonts/rubik-v14-latin-600.svg#Rubik") format("svg"); /* Legacy iOS */
}
/* rubik-700 - latin */
@font-face {
  font-family: "Rubik";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../../files/theme/fonts/rubik-v14-latin-700.eot"); /* IE9 Compat Modes */
  src: local(""), url("../../files/theme/fonts/rubik-v14-latin-700.eot?#iefix") format("embedded-opentype"), url("../../files/theme/fonts/rubik-v14-latin-700.woff2") format("woff2"), url("../../files/theme/fonts/rubik-v14-latin-700.woff") format("woff"), url("../../files/theme/fonts/rubik-v14-latin-700.ttf") format("truetype"), url("../../files/theme/fonts/rubik-v14-latin-700.svg#Rubik") format("svg"); /* Legacy iOS */
}
/* rubik-italic - latin */
@font-face {
  font-family: "Rubik";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url("../../files/theme/fonts/rubik-v14-latin-italic.eot"); /* IE9 Compat Modes */
  src: local(""), url("../../files/theme/fonts/rubik-v14-latin-italic.eot?#iefix") format("embedded-opentype"), url("../../files/theme/fonts/rubik-v14-latin-italic.woff2") format("woff2"), url("../../files/theme/fonts/rubik-v14-latin-italic.woff") format("woff"), url("../../files/theme/fonts/rubik-v14-latin-italic.ttf") format("truetype"), url("../../files/theme/fonts/rubik-v14-latin-italic.svg#Rubik") format("svg"); /* Legacy iOS */
}
/* rubik-500italic - latin */
@font-face {
  font-family: "Rubik";
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url("../../files/theme/fonts/rubik-v14-latin-500italic.eot"); /* IE9 Compat Modes */
  src: local(""), url("../../files/theme/fonts/rubik-v14-latin-500italic.eot?#iefix") format("embedded-opentype"), url("../../files/theme/fonts/rubik-v14-latin-500italic.woff2") format("woff2"), url("../../files/theme/fonts/rubik-v14-latin-500italic.woff") format("woff"), url("../../files/theme/fonts/rubik-v14-latin-500italic.ttf") format("truetype"), url("../../files/theme/fonts/rubik-v14-latin-500italic.svg#Rubik") format("svg"); /* Legacy iOS */
}
/* rubik-600italic - latin */
@font-face {
  font-family: "Rubik";
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url("../../files/theme/fonts/rubik-v14-latin-600italic.eot"); /* IE9 Compat Modes */
  src: local(""), url("../../files/theme/fonts/rubik-v14-latin-600italic.eot?#iefix") format("embedded-opentype"), url("../../files/theme/fonts/rubik-v14-latin-600italic.woff2") format("woff2"), url("../../files/theme/fonts/rubik-v14-latin-600italic.woff") format("woff"), url("../../files/theme/fonts/rubik-v14-latin-600italic.ttf") format("truetype"), url("../../files/theme/fonts/rubik-v14-latin-600italic.svg#Rubik") format("svg"); /* Legacy iOS */
}
/* rubik-700italic - latin */
@font-face {
  font-family: "Rubik";
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url("../../files/theme/fonts/rubik-v14-latin-700italic.eot"); /* IE9 Compat Modes */
  src: local(""), url("../../files/theme/fonts/rubik-v14-latin-700italic.eot?#iefix") format("embedded-opentype"), url("../../files/theme/fonts/rubik-v14-latin-700italic.woff2") format("woff2"), url("../../files/theme/fonts/rubik-v14-latin-700italic.woff") format("woff"), url("../../files/theme/fonts/rubik-v14-latin-700italic.ttf") format("truetype"), url("../../files/theme/fonts/rubik-v14-latin-700italic.svg#Rubik") format("svg"); /* Legacy iOS */
}
/* bitter-regular - latin */
@font-face {
  font-family: "Bitter";
  font-style: normal;
  font-weight: 400;
  src: url("../../files/theme/fonts/bitter-v19-latin-regular.eot"); /* IE9 Compat Modes */
  src: local(""), url("../../files/theme/fonts/bitter-v19-latin-regular.eot?#iefix") format("embedded-opentype"), url("../../files/theme/fonts/bitter-v19-latin-regular.woff2") format("woff2"), url("../../files/theme/fonts/bitter-v19-latin-regular.woff") format("woff"), url("../../files/theme/fonts/bitter-v19-latin-regular.ttf") format("truetype"), url("../../files/theme/fonts/bitter-v19-latin-regular.svg#Bitter") format("svg"); /* Legacy iOS */
}
/* bitter-500 - latin */
@font-face {
  font-family: "Bitter";
  font-style: normal;
  font-weight: 500;
  src: url("../../files/theme/fonts/bitter-v19-latin-500.eot"); /* IE9 Compat Modes */
  src: local(""), url("../../files/theme/fonts/bitter-v19-latin-500.eot?#iefix") format("embedded-opentype"), url("../../files/theme/fonts/bitter-v19-latin-500.woff2") format("woff2"), url("../../files/theme/fonts/bitter-v19-latin-500.woff") format("woff"), url("../../files/theme/fonts/bitter-v19-latin-500.ttf") format("truetype"), url("../../files/theme/fonts/bitter-v19-latin-500.svg#Bitter") format("svg"); /* Legacy iOS */
}
/* bitter-600 - latin */
@font-face {
  font-family: "Bitter";
  font-style: normal;
  font-display: swap;
  font-weight: 600;
  src: url("../../files/theme/fonts/bitter-v19-latin-600.eot"); /* IE9 Compat Modes */
  src: local(""), url("../../files/theme/fonts/bitter-v19-latin-600.eot?#iefix") format("embedded-opentype"), url("../../files/theme/fonts/bitter-v19-latin-600.woff2") format("woff2"), url("../../files/theme/fonts/bitter-v19-latin-600.woff") format("woff"), url("../../files/theme/fonts/bitter-v19-latin-600.ttf") format("truetype"), url("../../files/theme/fonts/bitter-v19-latin-600.svg#Bitter") format("svg"); /* Legacy iOS */
}
/* bitter-700 - latin */
@font-face {
  font-family: "Bitter";
  font-style: normal;
  font-display: swap;
  font-weight: 700;
  src: url("../../files/theme/fonts/bitter-v19-latin-700.eot"); /* IE9 Compat Modes */
  src: local(""), url("../../files/theme/fonts/bitter-v19-latin-700.eot?#iefix") format("embedded-opentype"), url("../../files/theme/fonts/bitter-v19-latin-700.woff2") format("woff2"), url("../../files/theme/fonts/bitter-v19-latin-700.woff") format("woff"), url("../../files/theme/fonts/bitter-v19-latin-700.ttf") format("truetype"), url("../../files/theme/fonts/bitter-v19-latin-700.svg#Bitter") format("svg"); /* Legacy iOS */
}
/* bitter-800 - latin */
@font-face {
  font-family: "Bitter";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url("../../files/theme/fonts/bitter-v19-latin-800.eot"); /* IE9 Compat Modes */
  src: local(""), url("../../files/theme/fonts/bitter-v19-latin-800.eot?#iefix") format("embedded-opentype"), url("../../files/theme/fonts/bitter-v19-latin-800.woff2") format("woff2"), url("../../files/theme/fonts/bitter-v19-latin-800.woff") format("woff"), url("../../files/theme/fonts/bitter-v19-latin-800.ttf") format("truetype"), url("../../files/theme/fonts/bitter-v19-latin-800.svg#Bitter") format("svg"); /* Legacy iOS */
}
.svg-icon {
  fill: currentColor;
  height: auto;
  width: 1em;
}

@font-face {
  font-family: "icomoon";
  src: url("../../files/theme/fonts/icomoon.eot?v2fgc3");
  src: url("../../files/theme/fonts/icomoon.eot?v2fgc3#iefix") format("embedded-opentype"), url("../../files/theme/fonts/icomoon.ttf?v2fgc3") format("truetype"), url("../../files/theme/fonts/icomoon.woff?v2fgc3") format("woff"), url("../../files/theme/fonts/icomoon.svg?v2fgc3#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-angle-right:before {
  content: "\e900";
}

.icon-angle-down:before {
  content: "\e901";
}

.icon-angle-left:before {
  content: "\e902";
}

.icon-angle-up:before {
  content: "\e903";
}

.icon-arrow-left-long:before {
  content: "\e904";
}

.icon-arrow-left:before {
  content: "\e905";
}

.icon-arrow-right-long:before {
  content: "\e906";
}

.icon-arrow-right:before {
  content: "\e907";
}

.icon-bars:before {
  content: "\e908";
}

.icon-chevron-down:before {
  content: "\e909";
}

.icon-chevron-left:before {
  content: "\e90a";
}

.icon-chevron-right:before {
  content: "\e90b";
}

.icon-chevron-up:before {
  content: "\e90c";
}

.icon-circle-info-bold:before {
  content: "\e90d";
}

.icon-circle-info:before {
  content: "\e90e";
}

.icon-search:before {
  content: "\e90f";
}

.icon-xmark:before {
  content: "\e910";
}

html {
  background-color: #fff;
  color: #333;
  overflow-y: scroll;
  min-height: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

ul,
ol,
dl,
blockquote,
p,
address,
hr,
fieldset,
figure,
pre {
  margin-bottom: 18px;
}

a {
  color: #53a427;
  text-decoration: underline;
}
a:hover {
  color: #acacac;
}

figure {
  margin: 0;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

.ce_text:last-child,
.ce_image:last-child,
.ce_gallery:last-child,
.ce_player:last-child {
  margin-bottom: 0;
}

hr {
  border: none;
  border-bottom: 1px solid #e7e7e7;
}

body {
  font-family: "Rubik", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif, sans-serif;
  font-weight: 400;
}
@media (min-width: 0) {
  body {
    line-height: 24px;
    font-size: 1.0625rem;
  }
}
@media (min-width: 768px) {
  body {
    line-height: 30px;
    font-size: 1.125rem;
  }
}

h1,
h2,
h3,
h4,
h5,
h6,
strong {
  font-family: "Rubik", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif;
  font-weight: 600;
}

h1 {
  font-family: "Bitter", serif;
  font-weight: 600;
  color: #333;
  margin-top: 0;
}
@media (min-width: 0) {
  h1 {
    hyphens: auto;
    font-size: 2.625rem;
    line-height: 3rem;
    margin-bottom: 0.5em;
  }
}
@media (min-width: 992px) {
  h1 {
    hyphens: none;
    font-size: 3.75rem;
    line-height: 4.125rem;
    margin-bottom: 1em;
  }
}

h2 {
  font-weight: 400;
  margin-top: 0;
}
@media (min-width: 0) {
  h2 {
    hyphens: none;
    font-size: 1.75rem;
    line-height: 2.125rem;
    margin-bottom: 1em;
  }
}
@media (min-width: 768px) {
  h2 {
    hyphens: none;
    font-size: 1.875rem;
    line-height: 2.25rem;
    margin-bottom: 1em;
  }
}
@media (min-width: 992px) {
  h2 {
    hyphens: none;
    font-size: 2.25rem;
    line-height: 2.625rem;
    margin-bottom: 2.625rem;
  }
}

h3 {
  font-size: 1.5rem;
  line-height: 1.875rem;
  margin-bottom: 0.75rem;
  color: #333;
}

h4 {
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 0.375rem;
}

h5 {
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 0.375rem;
}

h6 {
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 0.375rem;
}

p,
ul,
ol {
  margin-top: 0;
  line-height: 30px !important;
  margin-bottom: 30px;
}
pre {
  padding: 1rem;
  overflow-x: scroll;
}

ul,
ol {
  padding-left: 1em;
}

::selection,
mark {
  background: transparent;
  color: #333;
  opacity: 1;
}

mark {
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  padding: 6px;
}

.layout--bio-uebersicht {
  background-color: #333;
}

.container {
  position: relative;
  height: 100%;
  margin: 0 auto;
  max-width: 1270px;
}
@media (min-width: 0) {
  .container {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .container {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (min-width: 992px) {
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.mod_article {
  position: relative;
}
@media (min-width: 0) {
  .mod_article {
    padding: 60px 0;
  }
}
@media (min-width: 992px) {
  .mod_article {
    padding: 84px 0;
  }
}

.mod_article.full-width {
  width: 100%;
}

.mod_article.small-width {
  width: 83.3333333333%;
  margin: 0 auto;
}

.article--full {
  padding-top: 0;
  padding-bottom: 0;
}

.article--band {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw !important;
  margin-right: -50vw !important;
  background-color: #f7f7f7;
}

.bg--gray-light {
  background-color: #e7e7e7;
}

.bg--gray-lighter {
  background-color: #e7e7e7;
}

.article--box {
  background-color: #e7e7e7;
  padding: 60px 0;
  margin-bottom: 72px;
}

.box {
  padding: 30px;
  background-color: #e7e7e7;
}

.bg--highlight {
  background-color: #53a427;
}

.ce_text {
  margin-bottom: 60px;
}
.ce_text:last-of-type {
  margin-bottom: 0;
}

#header {
  z-index: 10;
  position: relative;
}

.header--top {
  height: 78px;
  background-color: #53a427;
  color: #fff;
}
.header--top .container {
  display: flex;
  align-items: center;
}
.header--top .title a {
  text-decoration: none;
  line-height: 1em;
  color: #fff;
}
.header--top .maintitle {
  font-size: 1.375rem;
  line-height: 1.375rem;
  letter-spacing: -0.034375rem;
  text-transform: uppercase;
  font-weight: 800;
  padding-right: 6px;
}
.header--top .subtitle {
  font-size: 14px;
  line-height: 14px;
}
@media (min-width: 0) {
  .header--top .subtitle {
    display: none;
  }
}
@media (min-width: 992px) {
  .header--top .subtitle {
    display: inline;
  }
}

.header-navigation {
  width: 100%;
}

@media (min-width: 768px) {
  .search--panel {
    display: block;
  }
}

.search--panel .mobile_menu_trigger,
.mobile--nav .mobile_menu_trigger {
  position: absolute;
  top: 25px;
  cursor: pointer;
  position: absolute;
  right: 15px;
  font-size: 1.375rem;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
}
.search--panel .mobile_menu_trigger .svg-icon,
.mobile--nav .mobile_menu_trigger .svg-icon {
  width: 30px !important;
}

#mobile-menu-10 .close {
  position: absolute;
  top: 25px;
  cursor: pointer;
  position: absolute;
  right: 15px;
  font-size: 1.375rem;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  display: block;
}
#mobile-menu-10 .close .svg-icon {
  width: 30px !important;
}

@media (min-width: 0) {
  .search--panel .mobile_menu_trigger {
    right: 55px;
  }
}
@media (min-width: 992px) {
  .search--panel .mobile_menu_trigger {
    right: 15px;
  }
}

#mobile-menu-10 {
  height: 78px !important;
  width: 100% !important;
}
#mobile-menu-10 .inner {
  background-color: #212121;
}
#mobile-menu-10 svg {
  fill: #ffffff;
}
#mobile-menu-10 form {
  margin-top: 18px;
  position: relative;
}
#mobile-menu-10 form label {
  display: none;
}
#mobile-menu-10 form input.text {
  border-radius: 0;
  background-color: #ffffff;
  border: none;
  margin: 0;
  height: 42px;
}
#mobile-menu-10 form .widget-submit {
  position: absolute;
  height: 42px;
  top: 0;
  right: 0;
}
#mobile-menu-10 form .widget-submit .submit {
  margin: 0;
  padding: 0;
  height: 42px;
  border-radius: 0;
  padding: 10px;
  background-color: transparent;
  border: 0;
}

.layout--default #main,
.small-width {
  margin: 0 auto;
}
@media (min-width: 0) {
  .layout--default #main,
  .small-width {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .layout--default #main,
  .small-width {
    width: 66.6666666667%;
  }
}

@media (min-width: 0) {
  #main {
    padding-top: 30px;
  }
}
@media (min-width: 992px) {
  #main {
    padding-top: 120px;
  }
}

.layout--home #main {
  padding-top: 0;
}

.bottom {
  background-color: #d8d8d8;
}
@media (min-width: 0) {
  .bottom {
    font-size: 1rem;
  }
}
@media (min-width: 992px) {
  .bottom {
    font-size: 18px;
  }
}
.bottom nav {
  margin: 0 auto;
}
@media (min-width: 0) {
  .bottom nav {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .bottom nav {
    width: 66.6666666667%;
  }
}
.bottom nav li {
  line-height: 2.25rem;
  white-space: normal;
}
.bottom nav a {
  color: #333;
  display: inline-block;
}

#footer .footer--band {
  background-color: #212121;
  color: #e7e7e7;
  font-size: 15px;
}
@media (min-width: 0) {
  #footer .logo-dav {
    display: none;
  }
}
@media (min-width: 992px) {
  #footer .logo-dav {
    display: block;
  }
}
#footer .logo-foerderer {
  float: left;
  margin-top: 15px;
  margin-right: 15px;
}
#footer .top-link {
  position: absolute;
  font-size: 1rem;
  line-height: 30px;
  top: -40px;
  right: 0;
}
@media (min-width: 0) {
  #footer .top-link {
    display: none;
  }
}
@media (min-width: 768px) {
  #footer .top-link {
    display: block;
  }
}
#footer .top-link a {
  color: #333;
  text-decoration: none;
  align-items: center;
  display: inline-flex;
}
#footer .top-link a svg {
  margin-right: 0.5em;
}
#footer h4 {
  font-size: 1.1875rem;
  font-weight: 400;
  margin: 0 0 6px 0;
}
#footer nav {
  margin-bottom: 30px;
}
@media (min-width: 0) {
  #footer nav {
    font-size: 1rem;
  }
}
@media (min-width: 768px) {
  #footer nav {
    font-size: 1rem;
  }
}
#footer nav li {
  white-space: normal;
}
#footer nav li a,
#footer nav li strong {
  color: #999999;
  text-decoration: none;
}
#footer nav li a:hover {
  color: #fff;
}
#footer .footer--bottom {
  background-color: #333;
}
#footer .footer--bottom nav {
  margin-bottom: 0;
}
#footer .footer--bottom nav li {
  display: inline-block;
  margin-right: 30px;
}

nav ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
nav li {
  white-space: nowrap;
}
nav a,
nav strong.active,
nav strong.forward,
nav strong.trail {
  display: block;
}

.mod_changelanguage {
  position: absolute;
  top: 0;
  z-index: 2;
  right: 0;
  display: block;
  font-size: 1rem;
}
@media (min-width: 0) {
  .mod_changelanguage {
    display: none;
  }
}
@media (min-width: 992px) {
  .mod_changelanguage {
    display: block;
  }
}

.mod_changelanguage li a {
  display: block;
  text-decoration: none;
}

.layout--bio-uebersicht .mod_changelanguage li a,
.layout--home .mod_changelanguage li a,
.layout--bio .mod_changelanguage li a {
  color: #ffffff;
}

.nav--main.block {
  overflow: visible;
}

@media (min-width: 0) {
  .nav--main {
    display: none;
  }
}
@media (min-width: 992px) {
  .nav--main {
    display: block;
  }
}
.nav--main .level_1 {
  margin-top: 6px;
}
.nav--main .level_1 > li {
  text-transform: uppercase;
}
.nav--main .level_1 li:not(:last-child) {
  margin-right: 40px;
}
.nav--main .level_1 li a,
.nav--main .level_1 li strong {
  font-weight: 700;
  font-size: 1.25rem;
  color: #53a427;
  display: block;
  padding: 5px 0;
  padding-bottom: 4px;
  line-height: 1em;
  margin-bottom: 20px;
  text-decoration: none;
  border-bottom: 1px solid #53a427;
}
.nav--main .level_1 li .active,
.nav--main .level_1 li .trail {
  border-bottom: 3px solid #53a427;
}
.nav--main .level_2 {
  background-color: #e7e7e7;
  min-width: 300px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.nav--main .level_2 li a,
.nav--main .level_2 li strong {
  margin-bottom: 0;
  font-weight: 400;
  font-size: 1.0625rem;
  text-transform: none;
  color: #333;
  padding: 10px;
  border-bottom: none !important;
}
.nav--main .level_2 li.active,
.nav--main .level_2 li .active,
.nav--main .level_2 li .trail {
  border-bottom: none !important;
}

.layout--home .nav--main .level_1 > li > a,
.layout--home .nav--main .level_1 > li > strong,
.layout--bio .nav--main .level_1 > li > a,
.layout--bio .nav--main .level_1 > li > strong,
.layout--bio-uebersicht .nav--main .level_1 > li > a,
.layout--bio-uebersicht .nav--main .level_1 > li > strong {
  color: #ffffff;
  border-bottom-color: rgba(255, 255, 255, 0.3);
}
.layout--home .nav--main .level_1 > li > strong,
.layout--bio .nav--main .level_1 > li > strong,
.layout--bio-uebersicht .nav--main .level_1 > li > strong {
  border-bottom-color: white;
}

.nav--breadcrumb {
  font-size: 0.875rem;
  color: #acacac;
  padding-top: 6px;
}
@media (min-width: 0) {
  .nav--breadcrumb {
    display: none;
  }
}
@media (min-width: 768px) {
  .nav--breadcrumb {
    display: block;
  }
}
.nav--breadcrumb ul {
  padding-left: 0;
}
.nav--breadcrumb li {
  display: inline-block;
}
.nav--breadcrumb li:after {
  content: "/";
  padding-left: 5px;
  padding-right: 2px;
}
.nav--breadcrumb li a {
  color: #acacac;
}

#mobile-menu-30 {
  max-width: 300px;
}
#mobile-menu-30 .inner {
  background-color: #212121;
  padding: 30px;
  padding-top: 78px;
}
#mobile-menu-30 .inner .close {
  position: absolute;
  top: 0;
  color: #ffffff;
  text-decoration: none;
  right: 30px;
  top: 25px;
}
#mobile-menu-30 .inner .close svg {
  width: 30px;
}
#mobile-menu-30 .inner nav {
  padding-top: 0;
}
#mobile-menu-30 .inner ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
#mobile-menu-30 .inner li a,
#mobile-menu-30 .inner li strong {
  color: #fff;
  padding: 0;
  font-size: 1.125rem;
  font-weight: normal;
  text-decoration: none;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding: 12px 0;
  white-space: normal;
  line-height: 1.2em;
  font-family: "Rubik", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif;
}
#mobile-menu-30 .inner .active,
#mobile-menu-30 .inner .trail {
  font-weight: 600;
}
#mobile-menu-30 .inner .level_2 {
  border-bottom: 0;
}
#mobile-menu-30 .inner .level_2 .active,
#mobile-menu-30 .inner .level_2 .trail {
  border-top: none !important;
}
#mobile-menu-30 .inner .level_2 li a,
#mobile-menu-30 .inner .level_2 li strong {
  border-top: 0 solid rgba(255, 255, 255, 0.2);
  font-size: 1rem;
  font-family: "Rubik", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif;
  color: #acacac;
}

.nav--content h2 {
  font-size: 1.3125rem;
  font-weight: 700;
  margin-bottom: 1em;
  color: #fff;
}
.nav--content li a,
.nav--content li strong {
  color: #fff;
}

.bottom nav li a,
.bottom nav li strong {
  text-decoration: none;
}
.bottom nav li a .svg-icon,
.bottom nav li strong .svg-icon {
  top: 3px;
  position: relative;
  margin-right: 0.5em;
}

.ce_form {
  overflow: visible;
}

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

label {
  display: inline-block;
  max-width: 100%;
  font-size: 0.875rem;
}

input.text,
input.captcha,
textarea {
  display: block;
  width: 100%;
  padding: 6px 12px;
  border-radius: 3px;
  border: 1px solid #e5e5e5;
  background-clip: padding-box;
  background-image: none;
  background-color: #e7e7e7;
  outline: 0;
}
input.text:focus,
input.captcha:focus,
textarea:focus {
  border-color: #53a427;
  background-color: #fff;
}

textarea.textarea {
  height: auto;
}

.widget-text,
.widget-textarea {
  margin-bottom: 12px;
}

input.submit,
button.submit {
  border: 2px solid #53a427;
  background-color: #53a427;
  color: #fff;
  padding: 12px 18px;
  border-radius: 30px;
  font-size: 0.9375rem;
  font-weight: 600;
  margin-top: 18px;
}
input.submit:active,
button.submit:active {
  position: relative;
  top: 1px;
}

#footer input.submit,
#footer button.submit {
  border: 2px solid #fff;
  background-color: #53a427;
  color: #fff;
  padding: 12px 18px;
  border-radius: 30px;
  font-size: 0.9375rem;
  font-weight: 600;
  margin-top: 18px;
  transition: all 0.3s;
}
#footer input.submit:hover,
#footer button.submit:hover {
  background-color: #fff;
  color: #53a427;
}
#footer input.submit:active,
#footer button.submit:active {
  position: relative;
  top: 1px;
}

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

input[type=file] {
  display: block;
  vertical-align: middle;
  line-height: 1;
}

input.radio,
input.checkbox {
  margin-left: 1px;
  margin-right: 6px;
  line-height: 30px;
  vertical-align: middle;
}
input.radio + label,
input.checkbox + label {
  margin-right: 6px;
  margin-bottom: 0;
  font-weight: normal;
}

select.select {
  margin-left: 6px;
}

.widget-radio,
.widget-checkbox,
.widget-select,
.widget-upload {
  margin-bottom: 18px;
}
.widget-radio legend,
.widget-checkbox legend,
.widget-select legend,
.widget-upload legend {
  font-weight: 700;
}

.radio_container > span,
.checkbox_container > span {
  display: inline-flex;
  align-items: center;
}

::-webkit-input-placeholder { /* Edge */
  color: #acacac;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #acacac;
}

::placeholder {
  color: #acacac;
}

span.mandatory {
  color: #53a427;
}

p.error {
  margin-bottom: 0;
}

#footer label {
  display: none;
}
#footer input.text,
#footer input.captcha,
#footer textarea {
  background-color: #fff;
  border: 0;
}

.ce_text figure,
.ce_accordion figure {
  display: table;
  margin: 0;
  margin-bottom: 1em;
}
@media (min-width: 0) {
  .ce_text figure,
  .ce_accordion figure {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .ce_text figure,
  .ce_accordion figure {
    width: auto;
  }
}
.ce_text .figure img,
.ce_accordion .figure img {
  max-width: 100%;
}
.ce_text figcaption,
.ce_accordion figcaption {
  display: table-caption;
  caption-side: bottom;
  padding-top: 10px;
}

.image--left img {
  text-align: left;
  margin-left: 0;
}

.image--right img {
  text-align: right;
  margin-right: 0;
}

.image--center img {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.ce_image .caption,
.ce_text .caption,
.image_container .caption {
  font-size: 1rem;
  line-height: 1.125rem;
  color: #acacac;
}

/*****    Galerien    *****/
.ce_gallery {
  margin-left: -6px;
  margin-right: -6px;
}

.ce_gallery > ul {
  margin: 0;
  padding: 0;
  overflow: hidden;
  list-style: none;
}

.ce_gallery > ul li {
  float: left;
  padding: 6px;
}

.ce_gallery > ul li.col_first {
  clear: left;
}

.ce_gallery figure {
  line-height: 0;
  overflow: hidden;
}
.ce_gallery figure img {
  transition: all 0.3s;
}
.ce_gallery .cols_1 li {
  width: 100%;
}
.ce_gallery .cols_2 li {
  width: 50%;
}
.ce_gallery .cols_3 li {
  width: 33.3333333333%;
}
.ce_gallery .cols_4 li {
  width: 25%;
}
.ce_gallery .cols_5 li {
  width: 20%;
}
.ce_gallery .cols_6 li {
  width: 16.6666666667%;
}
.ce_gallery .cols_7 li {
  width: 14.2857142857%;
}
.ce_gallery .cols_8 li {
  width: 12.5%;
}
.ce_gallery .cols_9 li {
  width: 11.1111111111%;
}
.ce_gallery .cols_10 li {
  width: 10%;
}
.ce_gallery .cols_11 li {
  width: 9.0909090909%;
}
.ce_gallery .cols_12 li {
  width: 8.3333333333%;
}

.ce_player .video_container,
.ce_youtube .video_container {
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}

.ce_player video {
  border: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100% !important;
  height: 100% !important;
}

.ce_youtube iframe {
  border: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100% !important;
  height: 100% !important;
}

.link-more {
  display: inline-block !important;
}
.link-more a {
  font-size: 0.9375rem;
  color: #333;
  font-weight: 600;
  border-bottom: 1px solid rgba(51, 51, 51, 0.2);
  display: block;
  text-decoration: none;
}

.backlink,
.quellen {
  display: inline-block;
}
.backlink a,
.quellen a {
  align-items: center;
  display: inline-flex;
  text-decoration: none;
}
.backlink a .svg-icon,
.quellen a .svg-icon {
  margin-right: 0.25em;
}

.ce_comments {
  overflow: visible;
}
.ce_comments .widget {
  margin-bottom: 18px;
}
.ce_comments p.error {
  margin-bottom: 0;
  color: #ff5636;
}
.swiper-pagination {
  bottom: 0;
}

.slider-bio .teaser-img {
  border: 10px solid #ffffff;
}
.slider-bio .caption {
  line-height: 1.5rem;
  font-size: 1rem;
  text-align: center;
}
.slider-bio .name {
  font-weight: 600;
}

.ce_rsce_bilderstrecke,
.gallery-slider {
  padding-bottom: 24px;
}
.ce_rsce_bilderstrecke img,
.gallery-slider img {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 16px;
}
.ce_rsce_bilderstrecke .slider-navigation,
.gallery-slider .slider-navigation {
  position: absolute;
  width: 100%;
  bottom: 0;
}
.ce_rsce_bilderstrecke .caption,
.gallery-slider .caption {
  line-height: 1.25rem;
  font-size: 1rem;
  text-align: center;
  margin-bottom: 30px;
  padding: 0 30px;
}
.ce_rsce_bilderstrecke .license,
.gallery-slider .license {
  color: #acacac !important;
  text-align: center;
}
.ce_rsce_bilderstrecke .swiper-button-next,
.ce_rsce_bilderstrecke .swiper-button-prev,
.gallery-slider .swiper-button-next,
.gallery-slider .swiper-button-prev {
  width: 48px;
  height: 48px;
  background-color: #53a427;
  bottom: 0;
  top: auto;
}
.ce_rsce_bilderstrecke .image_container,
.gallery-slider .image_container {
  border-top: 1px solid #d8d8d8;
  border-bottom: 1px solid #d8d8d8;
  padding-bottom: 30px;
  padding-top: 30px;
  margin-bottom: 30px;
  margin-top: 30px;
}
.ce_rsce_bilderstrecke .image_container img,
.gallery-slider .image_container img {
  border: 10px solid #ffffff;
}
.ce_rsce_bilderstrecke .swiper-button-next,
.gallery-slider .swiper-button-next {
  left: 54px;
}
.ce_rsce_bilderstrecke .swiper-button-prev,
.gallery-slider .swiper-button-prev {
  left: 0;
}
.ce_rsce_bilderstrecke .swiper-button-next::after,
.ce_rsce_bilderstrecke .swiper-button-prev::after,
.gallery-slider .swiper-button-next::after,
.gallery-slider .swiper-button-prev::after {
  font-size: 1.5rem;
  color: #ffffff;
}
.ce_rsce_bilderstrecke .swiper-horizontal > .swiper-pagination-bullets,
.ce_rsce_bilderstrecke .swiper-pagination-bullets.swiper-pagination-horizontal,
.ce_rsce_bilderstrecke .swiper-pagination-custom,
.ce_rsce_bilderstrecke .swiper-pagination-fraction,
.gallery-slider .swiper-horizontal > .swiper-pagination-bullets,
.gallery-slider .swiper-pagination-bullets.swiper-pagination-horizontal,
.gallery-slider .swiper-pagination-custom,
.gallery-slider .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: auto;
  left: 130px;
  font-size: 16px;
  color: #acacac;
}

.ce_gallery {
  margin-left: -6px;
  margin-right: -6px;
}

.ce_gallery > ul {
  margin: 0;
  padding: 0;
  overflow: hidden;
  list-style: none;
}

.ce_gallery > ul li {
  float: left;
  padding: 6px;
}

.ce_gallery > ul li.col_first {
  clear: left;
}

.ce_gallery figure {
  line-height: 0;
  overflow: hidden;
}
.ce_gallery figure img {
  transition: all 0.3s;
}
.ce_gallery .cols_1 li {
  width: 100%;
}
.ce_gallery .cols_2 li {
  width: 50%;
}
.ce_gallery .cols_3 li {
  width: 33.3333333333%;
}
.ce_gallery .cols_4 li {
  width: 25%;
}
.ce_gallery .cols_5 li {
  width: 20%;
}
.ce_gallery .cols_6 li {
  width: 16.6666666667%;
}
.ce_gallery .cols_7 li {
  width: 14.2857142857%;
}
.ce_gallery .cols_8 li {
  width: 12.5%;
}
.ce_gallery .cols_9 li {
  width: 11.1111111111%;
}
.ce_gallery .cols_10 li {
  width: 10%;
}
.ce_gallery .cols_11 li {
  width: 9.0909090909%;
}
.ce_gallery .cols_12 li {
  width: 8.3333333333%;
}

.ce_accordion {
  margin-bottom: -1px;
}
.ce_accordion .toggler {
  font-size: 1.3125rem;
  font-weight: 500;
  cursor: pointer;
  background: transparent;
  color: #333;
  padding: 30px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
  transition: all 0.3s;
  position: relative;
  line-height: 1.2em;
  padding-right: 40px;
}
.ce_accordion .toggler .svg-icon {
  position: absolute;
  right: 20px;
  width: 24px;
}
@media (min-width: 0) {
  .ce_accordion .toggler {
    font-size: 1rem;
  }
}
@media (min-width: 768px) {
  .ce_accordion .toggler {
    font-size: 1.3125rem;
  }
}
.ce_accordion .toggler:focus {
  outline: 0;
}
.ce_accordion .toggler.active .svg-icon {
  transform: rotate(180deg);
}
.ce_accordion .accordion {
  margin-bottom: 30px;
  overflow: hidden;
  border-top: 0;
}

.ce_accordion:last-of-type {
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  margin-bottom: 60px;
}

.ce_download,
.ce_downloads {
  margin-bottom: 1rem;
}
.ce_download .mime_icon,
.ce_downloads .mime_icon {
  display: inline-block;
  vertical-align: middle;
}
.ce_download a,
.ce_downloads a {
  display: inline-block;
  color: inherit;
  text-decoration: none;
}

.modal--quellen {
  background: #fff;
  max-width: 1240px;
  padding: 30px;
  font-size: 16px;
}
.modal--quellen p,
.modal--quellen ul,
.modal--quellen li {
  line-height: 1.5rem !important;
  margin-bottom: 1em !important;
}

.events-list {
  margin-bottom: var(--base-spacing-unit);
}
.events-list .float_left {
  margin-right: 18px;
}
.events-list .float_right {
  margin-left: 18px;
}
.events-list .layout_upcoming time,
.events-list .layout_upcoming a {
  display: inline-block;
}
.newslist-home .layout_latest {
  margin-bottom: 36px;
}
.newslist-home .info {
  color: #acacac;
  margin-bottom: 0;
  padding-bottom: 0;
}
.newslist-home p:last-child {
  margin-bottom: 0;
}
.newslist-home h3 {
  margin-top: 0;
  font-size: 1.3125rem;
}
.newslist-home h3 a {
  color: #333;
  text-decoration: none;
}
.newslist-home .more a {
  color: #333;
  border-bottom: 1px solid #000;
  text-decoration: none;
}

.layout--bio #main {
  margin: 0 auto;
  padding-top: 0 !important;
}
@media (min-width: 0) {
  .layout--bio #main {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .layout--bio #main {
    width: 66.6666666667%;
  }
}
.layout--bio .small-links > div {
  padding-right: 30px;
}
@media (min-width: 0) {
  .layout--bio .small-links > div {
    display: block;
  }
}
@media (min-width: 768px) {
  .layout--bio .small-links > div {
    display: inline-block;
  }
}
.layout--bio .small-links > div a {
  border-bottom: 1px solid #d8d8d8;
  font-size: 1rem;
  color: #333;
}

@media (min-width: 0) {
  .layout--bio-uebersicht .image_container,
  .layout--bio #cover .image_container {
    border: 7px solid #fff;
  }
}
@media (min-width: 768px) {
  .layout--bio-uebersicht .image_container,
  .layout--bio #cover .image_container {
    border: 10px solid #fff;
  }
}
.layout--bio-uebersicht .image_container img,
.layout--bio #cover .image_container img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}

.layout--bio #cover {
  background-color: #333;
  padding: 210px 0 120px 0;
  height: auto;
  min-height: auto;
}
.layout--bio #cover .intro {
  color: #fff;
}
.layout--bio #cover .intro h1 {
  color: #fff;
}
.layout--bio #cover .intro .live-data {
  color: #acacac;
  font-weight: 400;
}
@media (min-width: 0) {
  .layout--bio #cover {
    padding: 60px 0 60px 0;
    font-size: 1rem;
  }
}
@media (min-width: 992px) {
  .layout--bio #cover {
    padding: 210px 0 120px 0;
    font-size: 1.25rem;
  }
}
@media (min-width: 0) {
  .layout--bio #cover p {
    line-height: 1.375rem !important;
  }
}
@media (min-width: 992px) {
  .layout--bio #cover p {
    line-height: 1.875rem !important;
  }
}
@media (min-width: 0) {
  .layout--bio #cover .cover-portrait {
    border: 5px solid #fff;
  }
}
@media (min-width: 768px) {
  .layout--bio #cover .cover-portrait {
    border: 10px solid #fff;
  }
}
.layout--bio #cover .cover-portrait img {
  filter: grayscale(100%);
}

.layout--bio-uebersicht {
  color: #ffffff;
}
.layout--bio-uebersicht .caption {
  text-align: center;
  color: #ffffff;
}
@media (min-width: 0) {
  .layout--bio-uebersicht .caption {
    line-height: 1.125rem;
    font-size: 0.9375rem;
  }
}
@media (min-width: 768px) {
  .layout--bio-uebersicht .caption {
    line-height: 1.5rem;
    font-size: 1rem;
  }
}
.layout--bio-uebersicht .name {
  font-weight: 600;
}

.layout--bio .section {
  margin-bottom: 84px;
  position: relative;
}

.ce_zitat {
  text-align: center;
}
.ce_zitat .zitat {
  font-family: "Bitter", serif;
  font-weight: 700;
  margin-bottom: 30px;
}
@media (min-width: 0) {
  .ce_zitat .zitat {
    font-size: 1.5rem;
    line-height: 2.25rem;
  }
}
@media (min-width: 768px) {
  .ce_zitat .zitat {
    font-size: 2.25rem;
    line-height: 3rem;
  }
}
.ce_zitat .zitat-info {
  font-size: 1rem;
  line-height: 1.5rem;
  color: #acacac;
}
.ce_zitat .zitat-info .author {
  color: #333;
}

.ce_fallbeispiel_audio {
  text-align: center;
}
.ce_fallbeispiel_audio audio {
  width: 100%;
}
.ce_fallbeispiel_audio .caption {
  line-height: 1.5rem;
  padding: 30px 0;
}
.ce_fallbeispiel_audio .cite {
  font-size: 2.25rem;
  line-height: 3rem;
  font-family: "Bitter", serif;
  font-weight: 700;
  margin-bottom: 30px;
}
.ce_fallbeispiel_audio .beziehung {
  color: #acacac;
}
.ce_fallbeispiel_audio .image_container {
  text-align: center;
}
.ce_fallbeispiel_audio .image_container img {
  margin: auto;
}
.ce_fallbeispiel_audio .round-img {
  border-radius: 50%;
  margin: auto;
}

.ce_fallbeispiel_accordion .image_container {
  margin-bottom: 30px;
}
.ce_fallbeispiel_accordion .image_container .caption {
  font-size: 0.9375rem;
  line-height: 1.25rem;
}

.bilderstrecke {
  background-color: #e7e7e7;
}
.bilderstrecke .ce_gallery {
  position: relative;
  margin-left: 0;
  margin-right: 0;
}
.bilderstrecke .caption {
  color: #333 !important;
}

.letter-filter,
.pagination {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.letter-filter li,
.pagination li {
  display: inline-block;
}
.letter-filter li a,
.letter-filter li strong,
.pagination li a,
.pagination li strong {
  display: block;
  padding: 6px;
  text-decoration: none;
}
.letter-filter li.active a,
.pagination li.active a {
  color: #fff;
}

.ce_catalogFilterForm {
  margin-bottom: 30px;
}
.ce_catalogFilterForm h4 {
  margin-bottom: 0;
  margin-top: 0;
}

#cover {
  width: 100%;
  min-height: 100vh;
  overflow: hidden;
  position: relative;
  font-size: 1.25rem;
  line-height: 2.25rem;
}
@media (min-width: 0) {
  #cover {
    min-height: calc(100vh - 72px);
  }
}
@media (min-width: 992px) {
  #cover {
    min-height: calc(90vh - 72px);
  }
}
#cover .inside,
#cover .mod_article,
#cover .cover,
#cover .cover-img {
  min-height: inherit;
}
#cover .cover {
  display: flex;
  position: relative;
}
#cover .mod_article {
  padding: 0;
}
#cover .cover-img {
  position: absolute;
  top: 0;
  display: block;
  width: 100%;
  z-index: -1;
}
#cover .cover-img img {
  position: absolute;
  width: 100%;
  height: 100% !important;
  -o-object-fit: cover;
  object-fit: cover;
}
#cover .cover-gradient {
  position: absolute;
  top: 0;
  width: 100%;
  bottom: 0;
  background-image: linear-gradient(270deg, rgba(32, 32, 34, 0.45) 0%, #202020 100%);
}
#cover .cover-text {
  color: #fff;
  align-self: center;
}
@media (min-width: 0) {
  #cover .cover-text {
    font-size: 1.125rem;
    line-height: 1.5rem;
  }
}
@media (min-width: 768px) {
  #cover .cover-text {
    font-size: 1.25rem;
    line-height: 1.875rem;
  }
}
#cover .cover-text p {
  hyphens: none;
}
#cover .cover-text h1 {
  color: #ffffff;
  font-weight: 700;
  font-family: "Rubik", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif, sans-serif;
  margin-bottom: 30px;
}
@media (min-width: 0) {
  #cover .cover-text h1 {
    font-size: 3rem;
    line-height: 3.375rem;
  }
}
@media (min-width: 768px) {
  #cover .cover-text h1 {
    font-size: 4.875rem;
    line-height: 5rem;
  }
}
@media (min-width: 992px) {
  #cover .cover-text h1 {
    font-size: 4.875rem;
    line-height: 5rem;
  }
}
#cover .logo-dav {
  position: absolute;
  width: 100%;
}
@media (min-width: 0) {
  #cover .logo-dav {
    bottom: 20px;
  }
}
@media (min-width: 768px) {
  #cover .logo-dav {
    bottom: 30px;
  }
}

.layout--home #cover .intro {
  font-size: 1.375rem;
}

.page-teaser p:last-of-type {
  margin-bottom: 0;
}

.contao-cookiebar .cc-inner {
  padding: 30px;
  border-radius: 0;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
}
.contao-cookiebar .cc-inner p {
  font-size: 1rem;
  line-height: 1.5em !important;
  color: #333;
}
.contao-cookiebar .cc-inner .contao-cookiebar .highlight .cc-btn.success {
  background: #53a427 !important;
  border-color: #53a427 !important;
  color: #fff;
}

.ce_text figure,
.ce_accordion figure {
  display: table;
  margin: 0;
  margin-bottom: 1em;
}
@media (min-width: 0) {
  .ce_text figure,
  .ce_accordion figure {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .ce_text figure,
  .ce_accordion figure {
    width: auto;
  }
}
.ce_text .figure img,
.ce_accordion .figure img {
  max-width: 100%;
}
.ce_text figcaption,
.ce_accordion figcaption {
  display: table-caption;
  caption-side: bottom;
  padding-top: 10px;
}

.image--left img {
  text-align: left;
  margin-left: 0;
}

.image--right img {
  text-align: right;
  margin-right: 0;
}

.image--center img {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.ce_image .caption,
.ce_text .caption,
.image_container .caption {
  font-size: 1rem;
  line-height: 1.125rem;
  color: #acacac;
}

/*****    Galerien    *****/
.ce_gallery {
  margin-left: -6px;
  margin-right: -6px;
}

.ce_gallery > ul {
  margin: 0;
  padding: 0;
  overflow: hidden;
  list-style: none;
}

.ce_gallery > ul li {
  float: left;
  padding: 6px;
}

.ce_gallery > ul li.col_first {
  clear: left;
}

.ce_gallery figure {
  line-height: 0;
  overflow: hidden;
}
.ce_gallery figure img {
  transition: all 0.3s;
}
.ce_gallery .cols_1 li {
  width: 100%;
}
.ce_gallery .cols_2 li {
  width: 50%;
}
.ce_gallery .cols_3 li {
  width: 33.3333333333%;
}
.ce_gallery .cols_4 li {
  width: 25%;
}
.ce_gallery .cols_5 li {
  width: 20%;
}
.ce_gallery .cols_6 li {
  width: 16.6666666667%;
}
.ce_gallery .cols_7 li {
  width: 14.2857142857%;
}
.ce_gallery .cols_8 li {
  width: 12.5%;
}
.ce_gallery .cols_9 li {
  width: 11.1111111111%;
}
.ce_gallery .cols_10 li {
  width: 10%;
}
.ce_gallery .cols_11 li {
  width: 9.0909090909%;
}
.ce_gallery .cols_12 li {
  width: 8.3333333333%;
}

.ce_player .video_container,
.ce_youtube .video_container {
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}

.ce_player video {
  border: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100% !important;
  height: 100% !important;
}

.ce_youtube iframe {
  border: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100% !important;
  height: 100% !important;
}

