@charset "UTF-8";
/**
 *
 * Abstracts
 *
 */
/**
 *
 * Utilities
 *
 */
.text-center {
  text-align: center !important;
}

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

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

.text-flip {
  direction: rtl;
  unicode-bidi: bidi-override;
  text-align: left;
}

.cc-revoke.cc-cookie-icon::before, .carousel .owl-carousel .owl-nav .owl-prev::before,
.carousel .owl-carousel .owl-nav .owl-next::before, .alert.icon-before::before, .accordion .panel-toggle::after {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}

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

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

@media (max-width: 539px) {
  .d-xs-none {
    display: none !important;
  }
}
@media (min-width: 540px) and (max-width: 719px) {
  .d-sm-none {
    display: none !important;
  }
}
@media (min-width: 720px) and (max-width: 959px) {
  .d-md-none {
    display: none !important;
  }
}
@media (min-width: 960px) and (max-width: 1139px) {
  .d-lg-none {
    display: none !important;
  }
}
@media (min-width: 1140px) {
  .d-xl-none {
    display: none !important;
  }
}
.justify-content-center {
  justify-content: center !important;
}

.sr-only {
  width: 1px;
  height: 1px;
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
  padding: 0;
  white-space: nowrap;
  border: 0;
  position: absolute;
}

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

html {
  height: 100%;
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  position: relative;
}
html.sr [data-reveal] {
  visibility: hidden;
}

body {
  min-height: 100%;
  color: rgb(66.3, 66.3, 66.3);
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
  font-size: 85%;
  display: block;
}
h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child {
  margin-top: 0;
}
h1:last-child, h2:last-child, h3:last-child, h4:last-child, h5:last-child, h6:last-child {
  margin-bottom: 0;
}

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

a {
  color: #209cee;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

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

ul, ol, dl {
  margin-top: 0;
  margin-bottom: 0;
  list-style: none;
  padding-left: 0;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

figure {
  margin: 0 auto;
}

address {
  color: inherit;
  font-style: normal;
}
address .street-address {
  display: block;
}
address .postal-code + span::before {
  content: " ";
}

[role=button] {
  cursor: pointer;
}

.fa-phone {
  transform: scaleX(-1);
}

.accordion .panel {
  margin-bottom: 16px;
  overflow: hidden;
  border: 1px solid rgb(238.425, 238.425, 238.425);
  border-radius: 0.25rem;
  background-color: #fff;
}
.accordion .panel:last-child {
  margin-bottom: 0 !important;
}
@media (min-width: 992px) {
  .accordion .panel {
    margin-bottom: 24px;
  }
}
.accordion .panel-header {
  background-color: rgb(238.425, 238.425, 238.425);
}
.accordion .panel-title {
  color: inherit;
}
.accordion .panel-toggle {
  color: inherit;
  text-decoration: none;
  display: block;
  padding: 1rem;
  position: relative;
}
.accordion .panel-toggle::after {
  width: 1.5rem;
  height: 1.5rem;
  content: "\f067";
  color: rgb(158.1, 158.1, 158.1);
  font-family: "Font Awesome 5 Pro";
  line-height: 1.5rem;
  text-align: center;
  position: absolute;
  top: 50%;
  right: 0.75rem;
  transform: translateY(-50%);
}
.accordion .panel.is-open > .panel-header .panel-toggle::after {
  content: "\f068";
}
.accordion .panel-collapse.collapsing {
  transition: height 350ms, visibility 350ms;
  height: 0;
  overflow: hidden;
  position: relative;
}
.accordion .panel-collapse.collapse {
  display: none;
}
.accordion .panel-collapse.collapse.in {
  display: block;
}
.accordion .panel-content {
  padding: 1rem;
}

.alert {
  margin-bottom: 1.5rem;
  padding: 1rem 1.25rem;
  border-radius: 0.25rem;
  border-left-width: 0.25rem;
  border-left-style: solid;
  border-left-color: #23282d;
  background-color: rgb(247.3, 247.475, 247.65);
  box-shadow: 0 1px 1px 0 rgba(35, 40, 45, 0.15);
  position: relative;
}
.alert:last-child {
  margin-bottom: 0 !important;
}
.alert .btn-close {
  cursor: pointer;
  display: inline-block;
  padding: 0;
  border: 0;
  border-radius: 1.5rem;
  background-color: rgba(0, 0, 0, 0.15);
  position: absolute;
  top: 1.25rem;
  right: 1.5rem;
  transform: translateX(50%);
}
.alert .btn-close .icon {
  color: #fff;
}
.alert .btn-close:hover {
  background-color: rgba(0, 0, 0, 0.35);
}
.alert.icon-before {
  padding-left: 3rem;
}
.alert.icon-before::before {
  width: 1.5rem;
  height: 1.5rem;
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  font-size: 18px;
  line-height: 1.5rem;
  text-align: center;
  top: 1rem;
  left: 1.5rem;
  position: absolute;
  transform: translateX(-50%);
}
.alert--info {
  color: rgb(27.2, 132.6, 202.3);
  border-color: #209cee;
  background-color: rgb(247.195, 251.535, 254.405);
}
.alert--info.icon-before::before {
  color: #209cee;
  content: "\f05a";
}
.alert--success {
  color: rgb(29.75, 177.65, 81.6);
  border-color: #23d160;
  background-color: rgb(247.3, 253.39, 249.435);
}
.alert--success.icon-before::before {
  color: #23d160;
  content: "\f058";
}
.alert--warning {
  color: rgb(212.5, 147.05, 17);
  border-color: #faad14;
  background-color: rgb(254.825, 252.13, 246.775);
}
.alert--warning.icon-before::before {
  color: #faad14;
  content: "\f06a";
}
.alert--danger {
  color: rgb(194.65, 29.75, 37.4);
  border-color: #e5232c;
  background-color: rgb(254.09, 247.3, 247.615);
}
.alert--danger.icon-before::before {
  color: #e5232c;
  content: "\f071";
}

/**
 *
 * Variables
 *
 */
/**
 *
 * Defaults
 *
 */
.btn, .dropdown-toggle {
  transition: all 350ms;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.5rem;
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
  user-select: none;
  vertical-align: middle;
  padding: 0.375rem 0.75rem;
  border-radius: 0.25rem;
  border: 2px solid rgb(245.4375, 245.4375, 245.4375);
  background-color: rgb(245.4375, 245.4375, 245.4375);
  position: relative;
}
.btn:hover, .dropdown-toggle:hover, .btn.hover, .hover.dropdown-toggle {
  text-decoration: none;
  border-color: rgb(223.348125, 223.348125, 223.348125);
  background-color: rgb(223.348125, 223.348125, 223.348125);
}
.btn.icon-only, .icon-only.dropdown-toggle {
  padding: 0.375rem;
}
.btn.icon-before .icon, .icon-before.dropdown-toggle .icon, .btn.icon-after .icon, .icon-after.dropdown-toggle .icon {
  width: 1.5rem;
  height: 1.5rem;
  transition: opacity 350ms;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.btn.icon-before:hover .icon, .icon-before.dropdown-toggle:hover .icon, .btn.icon-before.hover .icon, .icon-before.hover.dropdown-toggle .icon, .btn.icon-after:hover .icon, .icon-after.dropdown-toggle:hover .icon, .btn.icon-after.hover .icon, .icon-after.hover.dropdown-toggle .icon {
  opacity: 1;
}
.btn.icon-before .icon, .icon-before.dropdown-toggle .icon {
  left: 0.375rem;
}
.btn.icon-before:hover, .icon-before.dropdown-toggle:hover, .btn.icon-before.hover, .icon-before.hover.dropdown-toggle {
  padding-left: 2.25rem;
}
.btn.icon-after .icon, .icon-after.dropdown-toggle .icon {
  right: 0.375rem;
}
.btn.icon-after:hover, .icon-after.dropdown-toggle:hover, .btn.icon-after.hover, .icon-after.hover.dropdown-toggle {
  padding-right: 2.25rem;
}

/**
 *
 * Sizes
 *
 */
.btn--sm {
  font-size: 0.7rem;
  line-height: 1.2rem;
  padding: 0.25rem 0.5rem;
}
.btn--sm.icon-only {
  padding: 0.25rem;
}
.btn--sm.icon-before .icon, .btn--sm.icon-after .icon {
  width: 1.2rem;
  height: 1.2rem;
}
.btn--sm.icon-before .icon {
  left: 0.25rem;
}
.btn--sm.icon-before:hover, .btn--sm.icon-before.hover {
  padding-left: 1.7rem;
}
.btn--sm.icon-after .icon {
  right: 0.25rem;
}
.btn--sm.icon-after:hover, .btn--sm.icon-after.hover {
  padding-right: 1.7rem;
}

.btn--lg {
  font-size: 1.00625rem;
  line-height: 1.725rem;
  padding: 0.5rem 1rem;
}
.btn--lg.icon-only {
  padding: 0.5rem;
}
.btn--lg.icon-before .icon, .btn--lg.icon-after .icon {
  width: 1.725rem;
  height: 1.725rem;
}
.btn--lg.icon-before .icon {
  left: 0.5rem;
}
.btn--lg.icon-before:hover, .btn--lg.icon-before.hover {
  padding-left: 2.725rem;
}
.btn--lg.icon-after .icon {
  right: 0.375rem;
}
.btn--lg.icon-after:hover, .btn--lg.icon-after.hover {
  padding-right: 2.25rem;
}

.btn--xl {
  font-size: 1.09375rem;
  line-height: 1.875rem;
  padding: 0.625rem 1.25rem;
}
.btn--xl.icon-only {
  padding: 0.625rem;
}
.btn--xl.icon-before .icon, .btn--xl.icon-after .icon {
  width: 1.875rem;
  height: 1.875rem;
}
.btn--xl.icon-before .icon {
  left: 0.625rem;
}
.btn--xl.icon-before:hover, .btn--xl.icon-before.hover {
  padding-left: 3.125rem;
}
.btn--xl.icon-after .icon {
  right: 0.625rem;
}
.btn--xl.icon-after:hover, .btn--xl.icon-after.hover {
  padding-right: 3.125rem;
}

.breadcrumb {
  padding: 0.75rem 1rem;
}
.breadcrumb::after {
  content: "";
  display: block;
  clear: both;
}
.breadcrumb li {
  float: left;
  list-style: none;
}
.breadcrumb li + li::before {
  color: rgb(224.4, 224.4, 224.4);
  content: "•";
  display: inline-block;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

.card {
  overflow: hidden;
  border-radius: 0.5rem;
  box-shadow: 0 0.25rem 0.5rem rgba(35, 40, 45, 0.075);
  background-color: #fff;
  position: relative;
  /**
   *
   * Link wrapper
   *
   */
  /**
   *
   * Modifiers
   *
   */
}
.card,
.card > a:not(.contextual-edit) {
  min-width: 0;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  flex-basis: auto;
}
.card .card-media,
.card .card-content,
.card .card-footer {
  width: 100%;
  position: relative;
}
.card .card-media {
  overflow: hidden;
}
.card .card-media img[src$=svg] {
  width: 100%;
  max-width: 7.5rem;
}
.card .card-content {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: auto;
  padding: 1.25rem 1.5rem;
}
.card .card-content + .card-footer {
  padding-top: 0;
}
.card .card-footer {
  padding: 1.25rem 1.5rem;
}
.card .card-title:last-child,
.card .card-subtitle:last-child,
.card .card-desc:last-child {
  margin-bottom: 0;
}
.card .card-title {
  margin-bottom: 0.75rem;
}
.card .card-subtitle {
  margin-bottom: 0.75rem;
}
.card .card-desc {
  margin-bottom: 0.75rem;
}
.card > a:not(.contextual-edit) {
  color: inherit;
  text-decoration: none;
}
.card > a:not(.contextual-edit) .card-media .image {
  transition: transform 350ms;
}
.card > a:not(.contextual-edit):hover .card-media .image {
  transform: scale(1.07);
}
.card.card--seamless {
  border-radius: 0;
  box-shadow: none;
}
.card.card--seamless .card-content {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
}
.card.text-center .card-media .image {
  display: inline-block;
}
.is-ie .card,
.is-ie .card > a:not(.contextual-edit) {
  display: block;
}

.carousel .owl-carousel .owl-nav {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
}
.carousel .owl-carousel .owl-nav .owl-prev,
.carousel .owl-carousel .owl-nav .owl-next {
  width: 3rem;
  height: 6rem;
  display: block;
  outline: none;
  background-color: transparent;
  position: absolute;
  top: 0;
  transform: translateY(-50%);
}
.carousel .owl-carousel .owl-nav .owl-prev::before,
.carousel .owl-carousel .owl-nav .owl-next::before {
  color: #999;
  font-family: "Font Awesome 5 Pro";
  font-size: 2rem;
}
@media (min-width: 992px) {
  .carousel .owl-carousel .owl-nav .owl-prev::before,
  .carousel .owl-carousel .owl-nav .owl-next::before {
    font-size: 2.625rem;
  }
}
.carousel .owl-carousel .owl-nav .owl-prev:hover::before,
.carousel .owl-carousel .owl-nav .owl-next:hover::before {
  color: rgb(171.36, 171.36, 171.36);
}
.carousel .owl-carousel .owl-nav .owl-prev {
  left: 0;
}
.carousel .owl-carousel .owl-nav .owl-prev::before {
  content: "\f104";
}
.carousel .owl-carousel .owl-nav .owl-next {
  right: 0;
}
.carousel .owl-carousel .owl-nav .owl-next::before {
  content: "\f105";
}
.carousel--sm, .carousel--md, .carousel--lg {
  margin-left: auto;
  margin-right: auto;
}
.carousel--sm {
  width: 35%;
}
.carousel--md {
  width: 50%;
}
.carousel--lg {
  width: 65%;
}
.carousel--debug .owl-carousel {
  border: 1px dashed rgba(229, 35, 44, 0.65);
  background-color: rgba(229, 35, 44, 0.15);
}
.carousel--debug .owl-carousel::after {
  color: #e5232c;
  font-size: 0.75rem;
  content: "carousel area";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(-100%);
}
.carousel .slide:not(:first-child) {
  display: none;
}
.is-loaded .carousel .slide:not(:first-child), .owl-loaded .carousel .slide:not(:first-child) {
  display: block;
}
.carousel-footer {
  margin-top: 12px;
}
.carousel-thumbs {
  margin-left: -6px;
  margin-right: -6px;
  margin-bottom: -12px;
}
.carousel-thumbs::after {
  content: "";
  display: block;
  clear: both;
}
.carousel-thumb {
  transition: opacity 350ms;
  width: 100%;
  max-width: 100px;
  user-select: none;
  cursor: pointer;
  float: left;
  opacity: 0.5;
  padding-left: 6px;
  padding-right: 6px;
  padding-bottom: 12px;
}
.carousel-thumb.active {
  opacity: 1;
}

.component {
  position: relative;
}
.component .contextual-edit {
  top: 0;
}
.component .component-header {
  margin-bottom: 1rem;
}
.component .component-content ul li {
  list-style: none;
}

.component--address address {
  margin-bottom: 0.75rem;
}
.component--address address:last-child {
  margin-bottom: 0;
}
.component--address ul .vatID {
  margin-top: 0.75rem;
}

.component--google-map {
  background-color: rgb(245.4375, 245.4375, 245.4375);
}
.component--google-map > .component-content {
  padding-top: 25%;
  position: relative;
}
@supports (height: 50vh) {
  .component--google-map > .component-content {
    min-height: 15rem;
    height: 50vh;
  }
}
.component--google-map .google-map {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.component--opening-hours .component-content {
  width: 100%;
  display: table;
}
.component--opening-hours .component-content .day {
  display: table-row;
}
.component--opening-hours .component-content .day .day-name,
.component--opening-hours .component-content .day .slot {
  display: table-cell;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.component--opening-hours .component-content .day .day-name:first-child,
.component--opening-hours .component-content .day .slot:first-child {
  padding-left: 0;
}
.component--opening-hours .component-content .day .day-name:last-child,
.component--opening-hours .component-content .day .slot:last-child {
  padding-right: 0;
}
.component--opening-hours .component-content .day .day-name {
  width: 1.5rem;
  font-weight: 700;
}
.component--opening-hours .component-content .day .slot span + span::before {
  display: inline-block;
  content: "-";
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.component--opening-hours .component-content .day.d-flex {
  flex-wrap: wrap;
}
.component--opening-hours .component-content .day.d-flex .day-name {
  width: auto;
  min-width: 1.25rem;
  margin-right: 0.75rem;
  padding-right: 0;
}
.component--opening-hours .component-content .day.d-flex .day-slots {
  display: flex;
  flex-wrap: wrap;
  flex-grow: 1;
}
.component--opening-hours .component-content .day.d-flex .day-slots .slot {
  min-width: 100px;
  display: flex;
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
}
.component--opening-hours .component-content .day.d-flex .day-slots .slot:first-child {
  margin-right: 0.75rem;
}
.component--opening-hours .component-content .day.d-flex .day-slots .slot:first-child:last-child {
  width: 100%;
  margin-right: 0;
}

.contextual-edit {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  z-index: 98;
}
.contextual-edit svg {
  width: 1em;
  display: block;
}

form.contextual-edit {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  z-index: 98;
}
form.contextual-edit [type=submit] {
  width: 2.66667em;
  height: 2.66667em;
  color: #fff;
  font-size: 1.125rem;
  text-decoration: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 9999px;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
  background-color: #ef4444;
}
form.contextual-edit [type=submit]:hover, form.contextual-edit [type=submit]:focus {
  text-decoration: none;
  background-color: #dc2626;
}

a.contextual-edit {
  width: 2.66667em;
  height: 2.66667em;
  color: #fff;
  font-size: 1.125rem;
  text-decoration: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 9999px;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
  background-color: #ef4444;
}
a.contextual-edit:hover, a.contextual-edit:focus {
  text-decoration: none;
  background-color: #dc2626;
}

@media all and (-ms-high-contrast: none) {
  .cc-window.cc-floating .cc-compliance {
    flex: auto;
  }
  .cc-window .cc-btn:last-child {
    min-width: auto;
  }
}
.cc-window.cc-floating.cc-theme-classic {
  border-radius: 0;
}

.cc-revoke.cc-left {
  left: 0.75rem !important;
}
@media (min-width: 768px) {
  .cc-revoke.cc-left {
    left: 1.5rem !important;
  }
}
.cc-revoke.cc-cookie-icon {
  padding: 1rem;
  box-shadow: 0 0 8px #23282d;
}
.cc-revoke.cc-cookie-icon:hover {
  text-decoration: none;
}
.cc-revoke.cc-cookie-icon::before {
  color: inherit;
  content: "\f564";
  display: inline-block;
  font-family: "Font Awesome 5 Pro";
  font-size: 1rem;
  line-height: 1;
}

.dropdown {
  position: relative;
}
.dropdown-toggle {
  font-size: inherit;
  font-weight: inherit;
  text-transform: inherit;
  white-space: nowrap;
}
.dropdown-toggle:focus {
  outline: none;
  box-shadow: 0 0 0 0.25rem rgba(32, 156, 238, 0.25);
}
.dropdown-toggle .icon {
  color: inherit;
}
.dropdown-menu {
  transition: opacity 350ms;
  min-width: 10rem;
  display: none;
  list-style: none;
  opacity: 0;
  padding: 0.5rem 0;
  margin-top: 0.25rem;
  border-radius: 0.25rem;
  box-shadow: 0 0.25rem 0.5rem rgba(35, 40, 45, 0.075);
  background-color: #fff;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 2;
}
.dropdown-menu > li > a {
  text-decoration: none;
  line-height: 1.25rem;
  display: block;
  padding: 0.5rem 1rem;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li.active > a {
  background-color: rgb(245.4375, 245.4375, 245.4375);
}
.dropdown.open > .dropdown-menu {
  display: block;
  opacity: 1;
}

.embed-responsive {
  width: 100%;
  display: block;
  overflow: hidden;
  position: relative;
  /**
   *
   * Modifiers
   *
   */
}
.embed-responsive > iframe,
.embed-responsive > .embed-responsive-item,
.embed-responsive > .fb-video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
}
.embed-responsive--16by9 {
  padding-top: 56.25%;
}
.embed-responsive--4by3 {
  padding-top: 75%;
}
.embed-responsive--3by2 {
  padding-top: 66.6666666667%;
}
.embed-responsive--1by1 {
  padding-top: 100%;
}

.fancybox-slide .fancybox-content {
  padding: 2rem;
}
.fancybox-slide .fancybox-button {
  width: 2.5rem;
  height: 2.5rem;
}

.icon {
  width: 1.5rem;
  height: 1.5rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.image {
  overflow: hidden;
  position: relative;
  /**
   * Sizes
   */
  /**
   * Legacy
   */
  /**
   * Offset
   */
  /**
   * Background fill
   */
  /**
   * Lightbox ( Fancybox )
   */
}
.image img {
  margin-left: auto;
  margin-right: auto;
}
.image--1by1, .image--16by9, .image--4by3, .image--3by2, .image.w-bg, .image--3by4, .image--2by3 {
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.image--1by1 > a,
.image--1by1 > a > img,
.image--1by1 > img, .image--16by9 > a,
.image--16by9 > a > img,
.image--16by9 > img, .image--4by3 > a,
.image--4by3 > a > img,
.image--4by3 > img, .image--3by2 > a, .image.w-bg > a,
.image--3by2 > a > img,
.image.w-bg > a > img,
.image--3by2 > img,
.image.w-bg > img, .image--3by4 > a,
.image--3by4 > a > img,
.image--3by4 > img, .image--2by3 > a,
.image--2by3 > a > img,
.image--2by3 > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.image--1by1[style] img, .image--16by9[style] img, .image--4by3[style] img, .image--3by2[style] img, [style].image.w-bg img, .image--3by4[style] img, .image--2by3[style] img {
  opacity: 0;
}
.image--1by1 [data-fancybox], .image--16by9 [data-fancybox], .image--4by3 [data-fancybox], .image--3by2 [data-fancybox], .image.w-bg [data-fancybox], .image--3by4 [data-fancybox], .image--2by3 [data-fancybox] {
  position: absolute !important;
}
.image--1by1 {
  padding-top: 100%;
}
.image--16by9 {
  padding-top: 56.25%;
}
.image--4by3 {
  padding-top: 75%;
}
.image--3by2, .image.w-bg {
  padding-top: 66.6666666667%;
}
.image--3by4 {
  padding-top: 133.3333333333%;
}
.image--2by3 {
  padding-top: 150%;
}
.image.aspect-auto img {
  aspect-ratio: auto;
}
.image.aspect-1by1 img {
  aspect-ratio: 1;
}
.image.aspect-16by9 img {
  aspect-ratio: 16/9;
}
.image.aspect-4by3 img {
  aspect-ratio: 4/3;
}
.image.aspect-3by2 img {
  aspect-ratio: 3/2;
}
.image.aspect-3by4 img {
  aspect-ratio: 3/4;
}
.image.aspect-2by3 img {
  aspect-ratio: 2/3;
}
.image.object-contain img {
  object-fit: fill;
}
.image.object-cover img {
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
}
.image.can-offset {
  width: 100%;
  height: 100%;
}
.image.can-offset img {
  object-fit: cover;
  object-position: center calc(var(--background-position-y, 50%)) !important;
}
.image.can-offset.w-bg, .image.can-offset.has-bg {
  background-position-y: var(--background-position-y, 50%);
}
.image.bg-fixed {
  background-attachment: fixed !important;
}
.image.bg-cover {
  background-size: cover !important;
}
.image.bg-contain {
  background-size: contain !important;
}
.image [data-fancybox] {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}
.image [data-fancybox] .icon {
  transition: background-color 350ms;
  width: 2.375rem;
  height: 2.375rem;
  color: #fff;
  font-size: 0.875rem;
  background-color: rgba(35, 40, 45, 0.35);
  position: absolute;
  bottom: 0;
  right: 0;
}
.image [data-fancybox]:hover .icon {
  background-color: rgba(35, 40, 45, 0.65);
}

/**
 * Position control
 */
.fluo-control--image-position {
  position: absolute;
  top: 50%;
  left: 24px;
  z-index: 90;
  transform: translateY(-50%);
}

.language-switcher {
  font-size: 0.875rem;
  font-weight: 700;
  text-transform: uppercase;
}
@media (min-width: 992px) {
  .navbar .language-switcher {
    float: right;
  }
}
.navbar .language-switcher .menu > li {
  display: inline-block;
  list-style: none;
}
.navbar .language-switcher .menu > li > a {
  color: white;
  line-height: 1.5rem;
  display: block;
  padding: 0.5rem 0.75rem;
}
.navbar .language-switcher .dropdown-toggle,
.navbar .language-switcher .dropdown-menu {
  width: 4rem;
}
.navbar .language-switcher .dropdown-toggle {
  padding-left: 0.5rem;
  padding-right: 1.5rem;
}
.navbar .language-switcher .dropdown-toggle:focus {
  box-shadow: none;
}
.navbar .language-switcher .dropdown-toggle .icon {
  position: absolute;
  top: 50%;
  right: 0.25rem;
  transform: translateY(-50%);
}
@media (max-width: 991.98px) {
  .navbar .language-switcher .dropdown-toggle {
    display: none;
  }
}
.navbar .language-switcher .dropdown-menu {
  min-width: auto;
  margin-top: 0;
  left: auto;
  right: 0;
}
@media (max-width: 991.98px) {
  .navbar .language-switcher .dropdown-menu {
    width: auto;
    display: block;
    padding: 0;
    opacity: 1;
    box-shadow: none;
    border-radius: 0;
    background-color: transparent;
    position: static;
  }
  .navbar .language-switcher .dropdown-menu > li {
    display: inline-block;
  }
}
.navbar .language-switcher.open .dropdown-toggle {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.navbar .language-switcher.open .dropdown-menu {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.masonry-grid {
  padding-left: -0.5rem;
  padding-right: -0.5rem;
  margin-bottom: 1rem;
}
.masonry-grid::after {
  content: "";
  display: block;
  clear: both;
}
.masonry-grid-item {
  float: left;
}
.masonry-grid-sizer, .masonry-grid-item {
  width: 50%;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-bottom: 1rem;
  position: relative;
}
@media (min-width: 768px) {
  .masonry-grid-sizer, .masonry-grid-item {
    width: 33.3333333333%;
  }
}
@media (min-width: 992px) {
  .masonry-grid-sizer, .masonry-grid-item {
    width: 25%;
  }
}
@media (min-width: 1200px) {
  .masonry-grid-sizer, .masonry-grid-item {
    width: 20%;
  }
}

.page-numbers {
  display: flex;
  justify-content: center;
  list-style: none;
}
.page-numbers > li > a,
.page-numbers > li > span {
  transition: color 350ms, border-color 350ms, background-color 350ms;
  min-width: 2.375rem;
  line-height: 1.25rem;
  text-align: center;
  text-decoration: none;
  display: block;
  margin-left: -1px;
  padding: 0.5rem 0.75rem;
  border: 1px solid rgb(224.4, 224.4, 224.4);
  position: relative;
}
.page-numbers > li > a:hover,
.page-numbers > li > a:focus {
  border-color: rgb(117.3, 117.3, 117.3);
  z-index: 1;
}
.page-numbers > li > a.current,
.page-numbers > li > span.current {
  color: #fff;
  border-color: rgb(117.3, 117.3, 117.3);
  background-color: rgb(117.3, 117.3, 117.3);
  z-index: 2;
}

.rangeslider .rangeslider__fill {
  background: #e5232c;
}
.rangeslider .rangeslider__handle {
  width: 24px;
  height: 24px;
  box-shadow: none;
}
.rangeslider .rangeslider__handle::after {
  width: 10.8px;
  height: 10.8px;
}
.rangeslider.rangeslider--vertical {
  width: 12px;
}
.rangeslider.rangeslider--vertical .rangeslider__handle {
  left: -6px;
}

.table {
  width: 100%;
  border-collapse: collapse;
  /**
   * Modifiers
   */
}
.table th,
.table td {
  padding: 0.5rem;
  border-bottom: 1px solid rgb(238.425, 238.425, 238.425);
}
.table tbody {
  vertical-align: inherit;
}
.table thead th {
  vertical-align: bottom;
  border-bottom-color: rgb(238.425, 238.425, 238.425);
}
.table tbody + tbody {
  border-top: 2px solid rgb(238.425, 238.425, 238.425);
}
.table--sm th,
.table--sm td {
  padding: 0.25rem;
}
.table--bordered {
  border: 1px solid rgb(238.425, 238.425, 238.425);
}
.table--bordered th,
.table--bordered td {
  border: 1px solid rgb(238.425, 238.425, 238.425);
}
.table--bordered thead th,
.table--bordered thead td {
  border-bottom-width: 2px;
}
.table--borderless th,
.table--borderless td,
.table--borderless thead th,
.table--borderless tbody + tbody {
  border: 0;
}
.table--striped tbody tr:nth-child(odd) td {
  background-color: rgb(245.4375, 245.4375, 245.4375);
}

#the-password-form {
  background-color: rgb(238.425, 238.425, 238.425);
}
#the-password-form .card {
  max-width: 26.25rem;
  margin-left: auto;
  margin-right: auto;
}
#the-password-form .card-content {
  padding: 2rem;
}
@media (min-width: 768px) {
  #the-password-form .card-content {
    padding: 2.3rem;
  }
}
@media (min-width: 992px) {
  #the-password-form .card-content {
    padding: 2.7rem;
  }
}
@media (min-width: 1200px) {
  #the-password-form .card-content {
    padding: 3rem;
  }
}
#the-password-form .card-title {
  margin-bottom: 0.25rem;
}

.widget ul li {
  list-style: none;
}
.widget ul li > a {
  color: rgb(66.3, 66.3, 66.3);
  text-decoration: none;
}
.widget ul li > a:hover, .widget ul li[class^=current] > a, .widget ul li.chosen > a {
  color: #e5232c;
}
.widget + .widget {
  margin-top: 1.5rem;
}

.wysiwyg a {
  text-decoration: underline;
}
.wysiwyg p, .wysiwyg ul, .wysiwyg ol, .wysiwyg dl, .wysiwyg blockquote, .wysiwyg table {
  margin-top: 0.75rem;
}
.wysiwyg p:first-child, .wysiwyg ul:first-child, .wysiwyg ol:first-child, .wysiwyg dl:first-child, .wysiwyg blockquote:first-child, .wysiwyg table:first-child {
  margin-top: 0;
}
.wysiwyg ul, .wysiwyg ol, .wysiwyg dl {
  padding-left: 1.25rem;
}
.wysiwyg ul {
  list-style: disc;
}
.wysiwyg ol {
  list-style: decimal;
}
.wysiwyg table {
  border-collapse: collapse;
  border-spacing: 0;
  border: 1px solid rgb(238.425, 238.425, 238.425);
}
.wysiwyg table th, .wysiwyg table td {
  padding: 0.375rem 0.75rem;
  border-top: 1px solid rgb(238.425, 238.425, 238.425);
  border-left: 1px solid rgb(238.425, 238.425, 238.425);
}
.wysiwyg table tbody tr:nth-child(odd) th, .wysiwyg table tbody tr:nth-child(odd) td {
  background-color: rgb(245.4375, 245.4375, 245.4375);
}

.container-fluid {
  width: 100%;
  position: relative;
}
.container {
  width: 100%;
  padding-right: 12px;
  padding-left: 12px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

/**
 *
 * Rows
 *
 */
.row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -12px;
  margin-right: -12px;
  margin-bottom: -24px;
}

.no-gutters, .container-fluid > .row {
  margin: 0;
}
.no-gutters > [class^=col-], .container-fluid > .row > [class^=col-] {
  padding: 0;
}

/**
 *
 * Columns
 *
 */
.col-xl-15, .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-xl, .col-lg-15, .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-lg, .col-md-15, .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-md, .col-sm-15, .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-sm, .col-xs-15, .col-xs-12, .col-xs-11, .col-xs-10, .col-xs-9, .col-xs-8, .col-xs-7, .col-xs-6, .col-xs-5, .col-xs-4, .col-xs-3, .col-xs-2, .col-xs-1, .col-xs {
  position: relative;
  width: 100%;
  padding-left: 12px;
  padding-right: 12px;
  padding-bottom: 24px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

/**
 * Handle 5th's
 */
.col-xs-15 {
  flex-basis: 0;
  flex-grow: 1;
  flex: 0 0 20%;
  max-width: 20%;
}

.col-xl-15, .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-xl, .col-lg-15, .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-lg, .col-md-15, .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-md, .col-sm-15, .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-sm, .col-xs, .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-15 {
  position: relative;
  width: 100%;
  padding-left: 12px;
  padding-right: 12px;
  padding-bottom: 24px;
}

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    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%;
  }
}
/**
 * Handle 5th's
 */
@media (min-width: 576px) {
  .col-sm-15 {
    flex-basis: 0;
    flex-grow: 1;
    flex: 0 0 20%;
    max-width: 20%;
  }
}
.col-xl-15, .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-xl, .col-lg-15, .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-lg, .col-md-15, .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-md, .col-xs, .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-15, .col-sm, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-15 {
  position: relative;
  width: 100%;
  padding-left: 12px;
  padding-right: 12px;
  padding-bottom: 24px;
}

@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    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%;
  }
}
/**
 * Handle 5th's
 */
@media (min-width: 768px) {
  .col-md-15 {
    flex-basis: 0;
    flex-grow: 1;
    flex: 0 0 20%;
    max-width: 20%;
  }
}
.col-xl-15, .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-xl, .col-lg-15, .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-lg, .col-xs, .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-15, .col-sm, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-15, .col-md, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md-15 {
  position: relative;
  width: 100%;
  padding-left: 12px;
  padding-right: 12px;
  padding-bottom: 24px;
}

@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    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%;
  }
}
/**
 * Handle 5th's
 */
@media (min-width: 992px) {
  .col-lg-15 {
    flex-basis: 0;
    flex-grow: 1;
    flex: 0 0 20%;
    max-width: 20%;
  }
}
.col-xl-15, .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-xl, .col-xs, .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-15, .col-sm, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-15, .col-md, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md-15, .col-lg, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-15 {
  position: relative;
  width: 100%;
  padding-left: 12px;
  padding-right: 12px;
  padding-bottom: 24px;
}

@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    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%;
  }
}
/**
 * Handle 5th's
 */
@media (min-width: 1200px) {
  .col-xl-15 {
    flex-basis: 0;
    flex-grow: 1;
    flex: 0 0 20%;
    max-width: 20%;
  }
}
.navbar {
  transition: background-color 350ms, padding 350ms, height 350ms;
  width: 100%;
  background-color: white;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
}
.navbar::after {
  content: "";
  display: block;
  clear: both;
}

.navbar-header {
  position: relative;
  z-index: 2;
}
.navbar-header::after {
  content: "";
  display: block;
  clear: both;
}
[class^=container] > .navbar-header {
  margin-right: -12px;
  margin-left: -12px;
}
@media (min-width: 992px) {
  .navbar-header {
    float: left;
  }
}

.navbar-collapse {
  padding-left: 12px;
  padding-right: 12px;
  overflow-x: visible;
  -webkit-overflow-scrolling: touch;
  border-top: 1px solid rgb(238.425, 238.425, 238.425);
  box-shadow: 0 1rem 2rem -1rem rgba(35, 40, 45, 0.1);
  position: relative;
  z-index: 1;
}
.navbar-collapse::after {
  content: "";
  display: block;
  clear: both;
}
.navbar-collapse.collapse {
  display: none;
}
.navbar-collapse.collapse.in {
  display: block;
}
.navbar-collapse.collapsing {
  transition: height 350ms, visibility 350ms;
  transition-timing-function: ease;
  height: 0;
  overflow: hidden;
}
.navbar-collapse.in {
  overflow-y: auto;
}
[class^=container] > .navbar-collapse {
  margin-right: -12px;
  margin-left: -12px;
}
@media (min-width: 992px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed .navbar-collapse {
    padding-right: 0;
    padding-left: 0;
  }
}

.navbar-fixed {
  position: fixed;
}
.navbar-fixed .navbar-collapse {
  max-height: 200px;
}
.is-logged-in .navbar-fixed {
  top: 32px;
}
@media (max-width: 782px) {
  .is-logged-in .navbar-fixed {
    top: 46px;
  }
}

.navbar .site-brand {
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.75rem;
  display: block;
  float: left;
  padding: 1rem 0.75rem;
}
.navbar .site-brand > img,
.navbar .site-brand > svg {
  width: auto;
  max-width: none;
  height: 2rem;
  display: block;
}
@media (min-width: 992px) {
  .navbar .site-brand > img,
  .navbar .site-brand > svg {
    height: 3rem;
  }
}
@media (min-width: 1200px) {
  .navbar .site-brand > img,
  .navbar .site-brand > svg {
    height: 4rem;
  }
}
.navbar .site-brand:hover, .navbar .site-brand:focus {
  text-decoration: none;
}
@media (min-width: 992px) {
  .navbar > [class^=container] .navbar .site-brand {
    margin-left: -12px;
  }
}

.navbar-toggle {
  color: #e5232c;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.25rem;
  text-align: left;
  text-transform: uppercase;
  cursor: pointer;
  float: right;
  margin-right: 12px;
  margin: 0.75rem 0.75rem;
  padding: 0.625rem 2.3125rem 0.625rem 1.5rem;
  border: 0;
  background-color: transparent;
  background-image: none;
  position: relative;
}
.navbar-toggle .bars {
  position: absolute;
  top: 9px;
  right: 0;
}
.navbar-toggle .bar {
  transition: transform 350ms, opacity 350ms;
  width: 22px;
  height: 2px;
  display: block;
  margin: 4px 0;
  background-color: rgb(66.3, 66.3, 66.3);
}
.navbar-toggle .bar.bar-two {
  width: 16px;
}
.navbar-toggle:not(.collapsed) .bar-one {
  transform: translateY(6px) rotate(45deg);
}
.navbar-toggle:not(.collapsed) .bar-two {
  transform: translateX(3px);
  opacity: 0;
}
.navbar-toggle:not(.collapsed) .bar-three {
  transform: translateY(-6px) rotate(-45deg);
}
.navbar-toggle:focus {
  outline: 0;
}
@media (min-width: 992px) {
  .navbar-toggle {
    display: none;
  }
}

.navbar-nav {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}
.navbar-nav > li {
  list-style: none;
}
.navbar-nav > li > a,
.navbar-nav > li > span {
  transition: all 350ms;
  color: rgb(66.3, 66.3, 66.3);
  font-size: 1.0625rem;
  font-weight: 400;
  line-height: 1.5rem;
  text-decoration: none;
  display: block;
  padding: 0.5rem 0.75rem;
  position: relative;
}
@supports (width: calc(100% - 24px)) {
  .navbar-nav > li > a::after,
  .navbar-nav > li > span::after {
    width: calc(100% - 24px);
    content: "";
    display: block;
    border-bottom: 1px solid rgb(245.4375, 245.4375, 245.4375);
    position: absolute;
    left: 12px;
    bottom: 0;
  }
}
.navbar-nav > li > a:hover, .navbar-nav > li.active > a {
  background-color: rgb(238.425, 238.425, 238.425);
}
@media (max-width: 991.98px) {
  .navbar-nav .open .dropdown-menu {
    width: auto;
    float: none;
    margin-top: 0;
    border: 0;
    box-shadow: none;
    background-color: transparent;
    position: static;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 992px) {
  .navbar-nav {
    float: left;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .navbar-nav > li {
    float: left;
    margin-right: 12px;
  }
  .navbar-nav > li:last-child {
    margin-right: 0;
  }
  .navbar-nav > li > a {
    font-size: 16px;
  }
  .navbar-nav > li > a::after {
    display: none;
  }
}
@media (min-width: 1200px) {
  .navbar-nav {
    margin-top: 28px;
    margin-bottom: 28px;
  }
}

.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

@media (min-width: 992px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -12px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.section {
  position: relative;
  /**
   *
   * Modifiers
   *
   */
}
.section {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media (min-width: 768px) {
  .section {
    padding-top: 3rem;
  }
}
@media (min-width: 992px) {
  .section {
    padding-top: 4rem;
  }
}
@media (min-width: 768px) {
  .section {
    padding-bottom: 3rem;
  }
}
@media (min-width: 992px) {
  .section {
    padding-bottom: 4rem;
  }
}
@media (min-width: 768px) {
  .section .section-header .container {
    width: 83.3333333333%;
  }
}
@media (min-width: 992px) {
  .section .section-header .container {
    width: 66.6666666667%;
  }
}
.section--alt {
  background-color: rgb(245.4375, 245.4375, 245.4375);
}
.section--primary {
  background-color: #e5232c;
}
.section--primary .section-title,
.section--primary .section-desc {
  color: white;
}
.section--seamless {
  padding-top: 0;
  padding-bottom: 0;
}

#hero {
  position: relative;
  /* end .carousel */
  /* end .slide */
}
#hero .owl-dots {
  line-height: 0;
  text-align: center;
  width: 100%;
  padding-top: 8px;
  padding-bottom: 8px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
#hero .owl-dot {
  display: inline-block;
  padding: 0.5rem !important;
  outline: none;
}
#hero .owl-dot span {
  width: 0.75rem;
  height: 0.75rem;
  display: block;
  border-radius: 0.75rem;
  background-color: rgb(158.1, 158.1, 158.1);
}
#hero .carousel {
  background-color: rgb(245.4375, 245.4375, 245.4375);
  position: relative;
}
#hero .slide {
  height: 26.25rem;
  position: relative;
}
@media (min-width: 768px) {
  #hero .slide {
    height: 0;
    padding-top: 50%;
  }
}
@media (min-width: 992px) {
  #hero .slide {
    padding-top: 40%;
  }
}
@media (min-width: 1200px) {
  #hero .slide {
    padding-top: 35%;
  }
}
#hero .slide .slide-media {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
#hero .slide .slide-media .image {
  width: 100%;
  height: 100%;
  padding-top: 0;
}
#hero .slide .slide-content {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
#hero .slide .slide-content .container {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#hero .slide .slide-title {
  margin-bottom: 0;
}
#hero .slide .slide-subtitle {
  margin-top: 0;
  margin-bottom: 0;
}

.lead {
  overflow: hidden;
  position: relative;
  /**
   *
   * Modifiers
   *
   */
}
.lead .lead-title {
  font-size: 1.75rem;
  margin-top: 0;
}
@media (min-width: 992px) {
  .lead .lead-title {
    font-size: 2rem;
  }
}
@media (min-width: 1200px) {
  .lead .lead-title {
    font-size: 2.25rem;
  }
}
.lead .lead-desc {
  font-size: 115%;
}
.lead--default .lead-media .image {
  padding-top: 15rem;
}
@media (min-width: 992px) {
  .lead--default .lead-media .image {
    padding-top: 20rem;
  }
}
.lead--default .lead-content {
  text-align: center;
}
.lead--default .lead-content [class^=container] {
  padding-top: 2rem;
}
@media (min-width: 768px) {
  .lead--default .lead-content [class^=container] {
    padding-top: 3rem;
  }
}
@media (min-width: 992px) {
  .lead--default .lead-content [class^=container] {
    padding-top: 4rem;
  }
}
.lead--default .lead-desc {
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  .lead--default .lead-desc {
    width: 600px;
  }
}
@media (min-width: 992px) {
  .lead--default .lead-desc {
    width: 640px;
  }
}
@media (min-width: 1200px) {
  .lead--default .lead-desc {
    width: 760px;
  }
}
.lead--overlay {
  /**
   * Modifiers
   */
}
.lead--overlay .lead-media {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
}
.lead--overlay .lead-media .image {
  height: 100%;
  padding-top: 0;
  filter: grayscale(1);
}
@supports (mix-blend-mode: darken) {
  .lead--overlay .lead-media .image {
    opacity: 0.15;
  }
}
.lead--overlay .lead-media::after {
  width: 100%;
  height: 100%;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
@supports (mix-blend-mode: darken) {
  .lead--overlay .lead-media::after {
    mix-blend-mode: darken;
  }
}
.lead--overlay .lead-content {
  min-height: 15rem;
  text-align: center;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 2;
}
@media (min-width: 992px) {
  .lead--overlay .lead-content {
    min-height: 20rem;
  }
}
.lead--overlay .lead-content [class^=container] {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media (min-width: 768px) {
  .lead--overlay .lead-content [class^=container] {
    padding-top: 3rem;
  }
}
@media (min-width: 992px) {
  .lead--overlay .lead-content [class^=container] {
    padding-top: 4rem;
  }
}
@media (min-width: 768px) {
  .lead--overlay .lead-content [class^=container] {
    padding-bottom: 3rem;
  }
}
@media (min-width: 992px) {
  .lead--overlay .lead-content [class^=container] {
    padding-bottom: 4rem;
  }
}
.lead--overlay .lead-title {
  color: #fff;
}
.lead--overlay .lead-desc {
  color: rgba(255, 255, 255, 0.65);
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  .lead--overlay .lead-desc {
    width: 600px;
  }
}
@media (min-width: 992px) {
  .lead--overlay .lead-desc {
    width: 640px;
  }
}
@media (min-width: 1200px) {
  .lead--overlay .lead-desc {
    width: 760px;
  }
}
.is-logged-in .lead--overlay .lead-media::after,
.is-logged-in .lead--overlay .lead-content {
  pointer-events: none;
}
.lead--2-col [class^=col] {
  display: flex;
  align-items: center;
}
.lead--2-col .lead-media,
.lead--2-col .lead-content {
  width: 100%;
}
.lead--2-col .lead-content {
  padding-left: 3rem;
  padding-right: 3rem;
}
@media (min-width: 768px) {
  .lead--2-col .lead-content {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }
}
@media (min-width: 992px) {
  .lead--2-col .lead-content {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
@media (min-width: 1200px) {
  .lead--2-col .lead-content {
    padding-left: 4.5rem;
    padding-right: 4.5rem;
  }
}

.site-footer .footer-directory,
.site-footer .footer-legal {
  position: relative;
  z-index: 1;
}
.site-footer .footer-directory a:not(.contextual-edit),
.site-footer .footer-legal a:not(.contextual-edit) {
  color: inherit;
}
.site-footer .footer-directory a:not(.contextual-edit):hover, .site-footer .footer-directory a:not(.contextual-edit):focus,
.site-footer .footer-legal a:not(.contextual-edit):hover,
.site-footer .footer-legal a:not(.contextual-edit):focus {
  text-decoration: underline;
}
.site-footer .footer-directory {
  padding-top: 2rem;
  padding-bottom: 0.5rem;
}
@media (min-width: 768px) {
  .site-footer .footer-directory {
    padding-top: 3rem;
  }
}
@media (min-width: 992px) {
  .site-footer .footer-directory {
    padding-top: 4rem;
  }
}
@media (min-width: 768px) {
  .site-footer .footer-directory {
    padding-bottom: 1.5rem;
  }
}
@media (min-width: 992px) {
  .site-footer .footer-directory {
    padding-bottom: 2.5rem;
  }
}
.site-footer .footer-legal {
  font-size: 0.8125rem;
}
.site-footer .footer-legal .container {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.site-footer .footer-legal .container::after {
  content: "";
  display: block;
  clear: both;
}
.site-footer .footer-legal .contextual-edit {
  right: auto;
  top: 50%;
  transform: translateY(-50%);
}
.site-footer .footer-legal hr {
  width: 100%;
  height: 1px;
  margin-top: 0;
  margin-bottom: 0;
  border: 0;
  background-color: rgb(245.4375, 245.4375, 245.4375);
  position: relative;
  top: -1rem;
}
.site-footer .footer-legal ul::after, .site-footer .footer-legal ol::after {
  content: "";
  display: block;
  clear: both;
}
.site-footer .footer-legal ul li, .site-footer .footer-legal ol li {
  list-style: none;
  float: left;
  position: relative;
}
.site-footer .footer-legal ul li:not(:last-child)::after, .site-footer .footer-legal ol li:not(:last-child)::after {
  color: rgb(238.425, 238.425, 238.425);
  content: "•";
  display: inline-block;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
@media (min-width: 768px) {
  .site-footer .footer-legal .float-left {
    float: left;
  }
}
@media (min-width: 768px) {
  .site-footer .footer-legal .float-right {
    float: right;
  }
}

/**
 *
 * Layout - Defaults
 *
 */
.layout {
  padding-top: 2rem;
}
@media (min-width: 768px) {
  .layout {
    padding-top: 3rem;
  }
}
@media (min-width: 992px) {
  .layout {
    padding-top: 4rem;
  }
}
.layout:last-child {
  padding-bottom: 2rem;
}
@media (min-width: 768px) {
  .layout:last-child {
    padding-bottom: 3rem;
  }
}
@media (min-width: 992px) {
  .layout:last-child {
    padding-bottom: 4rem;
  }
}
.layout .layout-content .layout-title:last-child,
.layout .layout-content .layout-desc:last-child {
  margin-bottom: 0 !important;
}
.layout .layout-content .layout-desc {
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .layout .layout-content .layout-desc {
    margin-bottom: 1.25rem;
  }
}
[class^=col] > #the-content > .layout .layout-content {
  width: 100% !important;
}

/**
 *
 * Modifiers
 *
 */
.layout--rtl .row {
  flex-direction: row-reverse;
}

@media (min-width: 768px) {
  .layout.text-columns .layout-desc {
    column-count: 2;
    column-gap: 24px;
  }
}
.layout--code {
  padding-top: 0;
  padding-bottom: 0;
}

@media (min-width: 576px) {
  .layout--paragraph .layout-content {
    width: 83.3333333333%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 992px) {
  .layout--paragraph .layout-content {
    width: 66.6666666667%;
  }
}

/**
 *
 * Layout - Parity
 *
 */
.layout--parity .row > [class^=col],
.layout--parity-oembed .row > [class^=col] {
  display: flex;
  align-items: center;
}
.layout--parity .layout-media,
.layout--parity-oembed .layout-media {
  width: 100%;
}
.layout--parity .layout-content,
.layout--parity-oembed .layout-content {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
@media (min-width: 992px) {
  .layout--parity .layout-content,
  .layout--parity-oembed .layout-content {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }
}
@media (min-width: 1200px) {
  .layout--parity .layout-content,
  .layout--parity-oembed .layout-content {
    padding-left: 3.25rem;
    padding-right: 3.25rem;
  }
}

.layout--gallery.is-grid + .layout--gallery.is-grid {
  padding-top: 1.5rem;
}
@supports (object-fit: cover) {
  .layout--gallery.is-grid--844 .col-md-8 .image, .layout--gallery.is-grid--448 .col-md-8 .image, .layout--gallery.is-grid--84 .col-md-8 .image, .layout--gallery.is-grid--48 .col-md-8 .image {
    height: 100%;
  }
  .layout--gallery.is-grid--844 .col-md-8 .image img, .layout--gallery.is-grid--448 .col-md-8 .image img, .layout--gallery.is-grid--84 .col-md-8 .image img, .layout--gallery.is-grid--48 .col-md-8 .image img {
    height: 100%;
    object-fit: cover;
  }
}

/**
 * @updated 210921-1700
 */
.layout--oembed .embed-wrapper,
.layout--oembed-grid .embed-wrapper {
  position: relative;
}
.layout--oembed .embed-wrapper iframe,
.layout--oembed-grid .embed-wrapper iframe {
  border: 0;
}
.layout--oembed .embed-wrapper > .fb-video,
.layout--oembed-grid .embed-wrapper > .fb-video {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.layout--oembed .embed-wrapper .fb_iframe_widget_fluid_desktop,
.layout--oembed .embed-wrapper .fb_iframe_widget_fluid_desktop span,
.layout--oembed .embed-wrapper .fb_iframe_widget_fluid_desktop iframe,
.layout--oembed-grid .embed-wrapper .fb_iframe_widget_fluid_desktop,
.layout--oembed-grid .embed-wrapper .fb_iframe_widget_fluid_desktop span,
.layout--oembed-grid .embed-wrapper .fb_iframe_widget_fluid_desktop iframe {
  width: 100% !important;
  height: 100% !important;
}
.layout--oembed [data-object-fit=cover],
.layout--oembed-grid [data-object-fit=cover] {
  height: 0;
}
.layout--oembed [data-object-fit=cover] iframe,
.layout--oembed-grid [data-object-fit=cover] iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.layout--oembed [data-object-fit=cover][data-ratio="3by2"],
.layout--oembed-grid [data-object-fit=cover][data-ratio="3by2"] {
  padding-top: 66.6666666667%;
}
.layout--oembed [data-object-fit=cover][data-ratio="4by3"],
.layout--oembed-grid [data-object-fit=cover][data-ratio="4by3"] {
  padding-top: 75%;
}
.layout--oembed [data-object-fit=cover][data-ratio="16by9"],
.layout--oembed-grid [data-object-fit=cover][data-ratio="16by9"] {
  padding-top: 56.25%;
}
.layout--oembed [data-object-fit=cover][data-ratio="2by3"],
.layout--oembed-grid [data-object-fit=cover][data-ratio="2by3"] {
  padding-top: 150%;
}
.layout--oembed [data-object-fit=cover][data-ratio="3by4"],
.layout--oembed-grid [data-object-fit=cover][data-ratio="3by4"] {
  padding-top: 133.3333333333%;
}
.layout--oembed [data-object-fit=cover][data-ratio="1by1"],
.layout--oembed-grid [data-object-fit=cover][data-ratio="1by1"] {
  padding-top: 100%;
}

.layout--files {
  /* end .file */
  /**
   *
   * Modifiers
   *
   */
}
.layout--files .file .card-media .image {
  padding-top: 150%;
}
.layout--files .file .card-media .image.is-landscape {
  padding-top: 66.6666666667%;
}
.layout--files .file .card-content {
  padding-right: 5.5rem;
}
.layout--files .file .card-title + .card-desc {
  margin-top: 0.25rem;
}
.layout--files .file .card-title,
.layout--files .file .card-desc {
  margin-bottom: 0;
}
.layout--files .file .card-desc {
  color: rgb(151.215, 151.215, 151.215);
  text-transform: uppercase;
}
.layout--files .file .card-desc span {
  display: inline-block;
  margin-right: 0.5rem;
}
.layout--files .file .card-desc span:last-child {
  margin-right: 0;
}
.layout--files .file .btn, .layout--files .file .dropdown-toggle {
  position: absolute;
  top: 50%;
  right: 1.5rem;
  transform: translateY(-50%);
}
.layout--files.is-list .file {
  border-bottom: 1px solid rgb(238.425, 238.425, 238.425);
}
.layout--files.is-list .file .card-content {
  padding: 0.75rem 0;
}
.layout--files.is-list .file .btn, .layout--files.is-list .file .dropdown-toggle {
  right: 0;
}

@media (min-width: 576px) {
  .layout--form .layout-content {
    width: 83.3333333333%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 992px) {
  .layout--form .layout-content {
    width: 66.6666666667%;
  }
}

.is-archive .site-main,
.is-taxonomy .site-main {
  background-color: rgb(245.4375, 245.4375, 245.4375);
}

.is-template-contact #the-content .layout:first-child {
  padding-top: 0;
}
.is-template-contact #the-content .layout:last-child {
  padding-bottom: 0;
}
