@charset "UTF-8";

@font-face {
  font-family: 'BaileySans';
  src: url("../fonts/47c763ea-084a-46ab-99aa-d4f5f0448a9a.woff2") format("woff2"), url("../fonts/d4dcda7c-1162-4849-86ad-8c3710687c10.woff") format("woff"), url("../fonts/50ba5770-1aa2-45e7-a006-4ed5680dd0e0.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: 'BaileySans';
  src: url("../fonts/7e4132c8-ead5-4aca-8bd4-4cf997fa7405.woff2") format("woff2"), url("../fonts/251f4b6b-9fff-4d66-9ff9-3ca5d90f3db1.woff") format("woff"), url("../fonts/3dbdb32e-fd26-4fb5-b2cf-76c683938317.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: 'ValueSerif';
  src: url("../fonts/value-serif-bold.woff2") format("woff2"), url("../fonts/value-serif-bold.woff") format("woff"), url("../fonts/value-serif-bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}

.fade {
  opacity: 0;
  -webkit-transition: opacity .15s linear;
  transition: opacity .15s linear;
}

.fade.show {
  opacity: 1;
}

.collapse {
  display: none;
}

.collapse.show {
  display: block;
}

tr.collapse.show {
  display: table-row;
}

tbody.collapse.show {
  display: table-row-group;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height .35s ease;
  transition: height .35s ease;
}

/*!
 * Font Awesome Free 6.0.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2022 Fonticons, Inc.
 */

.fa {
  font-family: var(--fa-style-family, "Font Awesome 6 Free");
  font-weight: var(--fa-style, 900);
}

.fa,
.fas,
.fa-solid,
.far,
.fa-regular,
.fal,
.fa-light,
.fat,
.fa-thin,
.fad,
.fa-duotone,
.fab,
.fa-brands {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display, inline-block);
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
}

.fa-1x {
  font-size: 1em;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-6x {
  font-size: 6em;
}

.fa-7x {
  font-size: 7em;
}

.fa-8x {
  font-size: 8em;
}

.fa-9x {
  font-size: 9em;
}

.fa-10x {
  font-size: 10em;
}

.fa-2xs {
  font-size: 0.625em;
  line-height: 0.1em;
  vertical-align: 0.225em;
}

.fa-xs {
  font-size: 0.75em;
  line-height: 0.08333em;
  vertical-align: 0.125em;
}

.fa-sm {
  font-size: 0.875em;
  line-height: 0.07143em;
  vertical-align: 0.05357em;
}

.fa-lg {
  font-size: 1.25em;
  line-height: 0.05em;
  vertical-align: -0.075em;
}

.fa-xl {
  font-size: 1.5em;
  line-height: 0.04167em;
  vertical-align: -0.125em;
}

.fa-2xl {
  font-size: 2em;
  line-height: 0.03125em;
  vertical-align: -0.1875em;
}

.fa-fw {
  text-align: center;
  width: 1.25em;
}

.fa-ul {
  list-style-type: none;
  margin-left: var(--fa-li-margin, 2.5em);
  padding-left: 0;
}

.fa-ul > li {
  position: relative;
}

.fa-li {
  left: calc(var(--fa-li-width, 2em) * -1);
  position: absolute;
  text-align: center;
  width: var(--fa-li-width, 2em);
  line-height: inherit;
}

.fa-border {
  border-color: var(--fa-border-color, #eee);
  border-radius: var(--fa-border-radius, 0.1em);
  border-style: var(--fa-border-style, solid);
  border-width: var(--fa-border-width, 0.08em);
  padding: var(--fa-border-padding, 0.2em 0.25em 0.15em);
}

.fa-pull-left {
  float: left;
  margin-right: var(--fa-pull-margin, 0.3em);
}

.fa-pull-right {
  float: right;
  margin-left: var(--fa-pull-margin, 0.3em);
}

.fa-beat {
  -webkit-animation-name: fa-beat;
  animation-name: fa-beat;
  -webkit-animation-delay: var(--fa-animation-delay, 0);
  animation-delay: var(--fa-animation-delay, 0);
  -webkit-animation-direction: var(--fa-animation-direction, normal);
  animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
  animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing, ease-in-out);
  animation-timing-function: var(--fa-animation-timing, ease-in-out);
}

.fa-bounce {
  -webkit-animation-name: fa-bounce;
  animation-name: fa-bounce;
  -webkit-animation-delay: var(--fa-animation-delay, 0);
  animation-delay: var(--fa-animation-delay, 0);
  -webkit-animation-direction: var(--fa-animation-direction, normal);
  animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
  animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.28, 0.84, 0.42, 1));
  animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.28, 0.84, 0.42, 1));
}

.fa-fade {
  -webkit-animation-name: fa-fade;
  animation-name: fa-fade;
  -webkit-animation-delay: var(--fa-animation-delay, 0);
  animation-delay: var(--fa-animation-delay, 0);
  -webkit-animation-direction: var(--fa-animation-direction, normal);
  animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
  animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
  animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
}

.fa-beat-fade {
  -webkit-animation-name: fa-beat-fade;
  animation-name: fa-beat-fade;
  -webkit-animation-delay: var(--fa-animation-delay, 0);
  animation-delay: var(--fa-animation-delay, 0);
  -webkit-animation-direction: var(--fa-animation-direction, normal);
  animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
  animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
  animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
}

.fa-flip {
  -webkit-animation-name: fa-flip;
  animation-name: fa-flip;
  -webkit-animation-delay: var(--fa-animation-delay, 0);
  animation-delay: var(--fa-animation-delay, 0);
  -webkit-animation-direction: var(--fa-animation-direction, normal);
  animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
  animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing, ease-in-out);
  animation-timing-function: var(--fa-animation-timing, ease-in-out);
}

.fa-shake {
  -webkit-animation-name: fa-shake;
  animation-name: fa-shake;
  -webkit-animation-delay: var(--fa-animation-delay, 0);
  animation-delay: var(--fa-animation-delay, 0);
  -webkit-animation-direction: var(--fa-animation-direction, normal);
  animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
  animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing, linear);
  animation-timing-function: var(--fa-animation-timing, linear);
}

.fa-spin {
  -webkit-animation-name: fa-spin;
  animation-name: fa-spin;
  -webkit-animation-delay: var(--fa-animation-delay, 0);
  animation-delay: var(--fa-animation-delay, 0);
  -webkit-animation-direction: var(--fa-animation-direction, normal);
  animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: var(--fa-animation-duration, 2s);
  animation-duration: var(--fa-animation-duration, 2s);
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing, linear);
  animation-timing-function: var(--fa-animation-timing, linear);
}

.fa-spin-reverse {
  --fa-animation-direction: reverse;
}

.fa-pulse,
.fa-spin-pulse {
  -webkit-animation-name: fa-spin;
  animation-name: fa-spin;
  -webkit-animation-direction: var(--fa-animation-direction, normal);
  animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
  animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing, steps(8));
  animation-timing-function: var(--fa-animation-timing, steps(8));
}

@-webkit-keyframes fa-beat {
  0%, 90% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  45% {
    -webkit-transform: scale(var(--fa-beat-scale, 1.25));
    transform: scale(var(--fa-beat-scale, 1.25));
  }
}

@keyframes fa-beat {
  0%, 90% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  45% {
    -webkit-transform: scale(var(--fa-beat-scale, 1.25));
    transform: scale(var(--fa-beat-scale, 1.25));
  }
}

@-webkit-keyframes fa-bounce {
  0% {
    -webkit-transform: scale(1, 1) translateY(0);
    transform: scale(1, 1) translateY(0);
  }

  10% {
    -webkit-transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0);
    transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0);
  }

  30% {
    -webkit-transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em));
    transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em));
  }

  50% {
    -webkit-transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0);
    transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0);
  }

  57% {
    -webkit-transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em));
    transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em));
  }

  64% {
    -webkit-transform: scale(1, 1) translateY(0);
    transform: scale(1, 1) translateY(0);
  }

  100% {
    -webkit-transform: scale(1, 1) translateY(0);
    transform: scale(1, 1) translateY(0);
  }
}

@keyframes fa-bounce {
  0% {
    -webkit-transform: scale(1, 1) translateY(0);
    transform: scale(1, 1) translateY(0);
  }

  10% {
    -webkit-transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0);
    transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0);
  }

  30% {
    -webkit-transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em));
    transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em));
  }

  50% {
    -webkit-transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0);
    transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0);
  }

  57% {
    -webkit-transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em));
    transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em));
  }

  64% {
    -webkit-transform: scale(1, 1) translateY(0);
    transform: scale(1, 1) translateY(0);
  }

  100% {
    -webkit-transform: scale(1, 1) translateY(0);
    transform: scale(1, 1) translateY(0);
  }
}

@-webkit-keyframes fa-fade {
  50% {
    opacity: var(--fa-fade-opacity, 0.4);
  }
}

@keyframes fa-fade {
  50% {
    opacity: var(--fa-fade-opacity, 0.4);
  }
}

@-webkit-keyframes fa-beat-fade {
  0%, 100% {
    opacity: var(--fa-beat-fade-opacity, 0.4);
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  50% {
    opacity: 1;
    -webkit-transform: scale(var(--fa-beat-fade-scale, 1.125));
    transform: scale(var(--fa-beat-fade-scale, 1.125));
  }
}

@keyframes fa-beat-fade {
  0%, 100% {
    opacity: var(--fa-beat-fade-opacity, 0.4);
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  50% {
    opacity: 1;
    -webkit-transform: scale(var(--fa-beat-fade-scale, 1.125));
    transform: scale(var(--fa-beat-fade-scale, 1.125));
  }
}

@-webkit-keyframes fa-flip {
  50% {
    -webkit-transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg));
    transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg));
  }
}

@keyframes fa-flip {
  50% {
    -webkit-transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg));
    transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg));
  }
}

@-webkit-keyframes fa-shake {
  0% {
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg);
  }

  4% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }

  8%, 24% {
    -webkit-transform: rotate(-18deg);
    transform: rotate(-18deg);
  }

  12%, 28% {
    -webkit-transform: rotate(18deg);
    transform: rotate(18deg);
  }

  16% {
    -webkit-transform: rotate(-22deg);
    transform: rotate(-22deg);
  }

  20% {
    -webkit-transform: rotate(22deg);
    transform: rotate(22deg);
  }

  32% {
    -webkit-transform: rotate(-12deg);
    transform: rotate(-12deg);
  }

  36% {
    -webkit-transform: rotate(12deg);
    transform: rotate(12deg);
  }

  40%, 100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

@keyframes fa-shake {
  0% {
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg);
  }

  4% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }

  8%, 24% {
    -webkit-transform: rotate(-18deg);
    transform: rotate(-18deg);
  }

  12%, 28% {
    -webkit-transform: rotate(18deg);
    transform: rotate(18deg);
  }

  16% {
    -webkit-transform: rotate(-22deg);
    transform: rotate(-22deg);
  }

  20% {
    -webkit-transform: rotate(22deg);
    transform: rotate(22deg);
  }

  32% {
    -webkit-transform: rotate(-12deg);
    transform: rotate(-12deg);
  }

  36% {
    -webkit-transform: rotate(12deg);
    transform: rotate(12deg);
  }

  40%, 100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.fa-rotate-90 {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical {
  -webkit-transform: scale(-1, -1);
  -ms-transform: scale(-1, -1);
  transform: scale(-1, -1);
}

.fa-rotate-by {
  -webkit-transform: rotate(var(--fa-rotate-angle, none));
  -ms-transform: rotate(var(--fa-rotate-angle, none));
  transform: rotate(var(--fa-rotate-angle, none));
}

.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em;
}

.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: var(--fa-stack-z-index, auto);
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: var(--fa-inverse, #fff);
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */

.fa-0::before {
  content: "\30";
}

.fa-1::before {
  content: "\31";
}

.fa-2::before {
  content: "\32";
}

.fa-3::before {
  content: "\33";
}

.fa-4::before {
  content: "\34";
}

.fa-5::before {
  content: "\35";
}

.fa-6::before {
  content: "\36";
}

.fa-7::before {
  content: "\37";
}

.fa-8::before {
  content: "\38";
}

.fa-9::before {
  content: "\39";
}

.fa-a::before {
  content: "\41";
}

.fa-address-book::before {
  content: "\f2b9";
}

.fa-contact-book::before {
  content: "\f2b9";
}

.fa-address-card::before {
  content: "\f2bb";
}

.fa-contact-card::before {
  content: "\f2bb";
}

.fa-vcard::before {
  content: "\f2bb";
}

.fa-align-center::before {
  content: "\f037";
}

.fa-align-justify::before {
  content: "\f039";
}

.fa-align-left::before {
  content: "\f036";
}

.fa-align-right::before {
  content: "\f038";
}

.fa-anchor::before {
  content: "\f13d";
}

.fa-angle-down::before {
  content: "\f107";
}

.fa-angle-left::before {
  content: "\f104";
}

.fa-angle-right::before {
  content: "\f105";
}

.fa-angle-up::before {
  content: "\f106";
}

.fa-angles-down::before {
  content: "\f103";
}

.fa-angle-double-down::before {
  content: "\f103";
}

.fa-angles-left::before {
  content: "\f100";
}

.fa-angle-double-left::before {
  content: "\f100";
}

.fa-angles-right::before {
  content: "\f101";
}

.fa-angle-double-right::before {
  content: "\f101";
}

.fa-angles-up::before {
  content: "\f102";
}

.fa-angle-double-up::before {
  content: "\f102";
}

.fa-ankh::before {
  content: "\f644";
}

.fa-apple-whole::before {
  content: "\f5d1";
}

.fa-apple-alt::before {
  content: "\f5d1";
}

.fa-archway::before {
  content: "\f557";
}

.fa-arrow-down::before {
  content: "\f063";
}

.fa-arrow-down-1-9::before {
  content: "\f162";
}

.fa-sort-numeric-asc::before {
  content: "\f162";
}

.fa-sort-numeric-down::before {
  content: "\f162";
}

.fa-arrow-down-9-1::before {
  content: "\f886";
}

.fa-sort-numeric-desc::before {
  content: "\f886";
}

.fa-sort-numeric-down-alt::before {
  content: "\f886";
}

.fa-arrow-down-a-z::before {
  content: "\f15d";
}

.fa-sort-alpha-asc::before {
  content: "\f15d";
}

.fa-sort-alpha-down::before {
  content: "\f15d";
}

.fa-arrow-down-long::before {
  content: "\f175";
}

.fa-long-arrow-down::before {
  content: "\f175";
}

.fa-arrow-down-short-wide::before {
  content: "\f884";
}

.fa-sort-amount-desc::before {
  content: "\f884";
}

.fa-sort-amount-down-alt::before {
  content: "\f884";
}

.fa-arrow-down-wide-short::before {
  content: "\f160";
}

.fa-sort-amount-asc::before {
  content: "\f160";
}

.fa-sort-amount-down::before {
  content: "\f160";
}

.fa-arrow-down-z-a::before {
  content: "\f881";
}

.fa-sort-alpha-desc::before {
  content: "\f881";
}

.fa-sort-alpha-down-alt::before {
  content: "\f881";
}

.fa-arrow-left::before {
  content: "\f060";
}

.fa-arrow-left-long::before {
  content: "\f177";
}

.fa-long-arrow-left::before {
  content: "\f177";
}

.fa-arrow-pointer::before {
  content: "\f245";
}

.fa-mouse-pointer::before {
  content: "\f245";
}

.fa-arrow-right::before {
  content: "\f061";
}

.fa-arrow-right-arrow-left::before {
  content: "\f0ec";
}

.fa-exchange::before {
  content: "\f0ec";
}

.fa-arrow-right-from-bracket::before {
  content: "\f08b";
}

.fa-sign-out::before {
  content: "\f08b";
}

.fa-arrow-right-long::before {
  content: "\f178";
}

.fa-long-arrow-right::before {
  content: "\f178";
}

.fa-arrow-right-to-bracket::before {
  content: "\f090";
}

.fa-sign-in::before {
  content: "\f090";
}

.fa-arrow-rotate-left::before {
  content: "\f0e2";
}

.fa-arrow-left-rotate::before {
  content: "\f0e2";
}

.fa-arrow-rotate-back::before {
  content: "\f0e2";
}

.fa-arrow-rotate-backward::before {
  content: "\f0e2";
}

.fa-undo::before {
  content: "\f0e2";
}

.fa-arrow-rotate-right::before {
  content: "\f01e";
}

.fa-arrow-right-rotate::before {
  content: "\f01e";
}

.fa-arrow-rotate-forward::before {
  content: "\f01e";
}

.fa-redo::before {
  content: "\f01e";
}

.fa-arrow-trend-down::before {
  content: "\e097";
}

.fa-arrow-trend-up::before {
  content: "\e098";
}

.fa-arrow-turn-down::before {
  content: "\f149";
}

.fa-level-down::before {
  content: "\f149";
}

.fa-arrow-turn-up::before {
  content: "\f148";
}

.fa-level-up::before {
  content: "\f148";
}

.fa-arrow-up::before {
  content: "\f062";
}

.fa-arrow-up-1-9::before {
  content: "\f163";
}

.fa-sort-numeric-up::before {
  content: "\f163";
}

.fa-arrow-up-9-1::before {
  content: "\f887";
}

.fa-sort-numeric-up-alt::before {
  content: "\f887";
}

.fa-arrow-up-a-z::before {
  content: "\f15e";
}

.fa-sort-alpha-up::before {
  content: "\f15e";
}

.fa-arrow-up-from-bracket::before {
  content: "\e09a";
}

.fa-arrow-up-long::before {
  content: "\f176";
}

.fa-long-arrow-up::before {
  content: "\f176";
}

.fa-arrow-up-right-from-square::before {
  content: "\f08e";
}

.fa-external-link::before {
  content: "\f08e";
}

.fa-arrow-up-short-wide::before {
  content: "\f885";
}

.fa-sort-amount-up-alt::before {
  content: "\f885";
}

.fa-arrow-up-wide-short::before {
  content: "\f161";
}

.fa-sort-amount-up::before {
  content: "\f161";
}

.fa-arrow-up-z-a::before {
  content: "\f882";
}

.fa-sort-alpha-up-alt::before {
  content: "\f882";
}

.fa-arrows-left-right::before {
  content: "\f07e";
}

.fa-arrows-h::before {
  content: "\f07e";
}

.fa-arrows-rotate::before {
  content: "\f021";
}

.fa-refresh::before {
  content: "\f021";
}

.fa-sync::before {
  content: "\f021";
}

.fa-arrows-up-down::before {
  content: "\f07d";
}

.fa-arrows-v::before {
  content: "\f07d";
}

.fa-arrows-up-down-left-right::before {
  content: "\f047";
}

.fa-arrows::before {
  content: "\f047";
}

.fa-asterisk::before {
  content: "\2a";
}

.fa-at::before {
  content: "\40";
}

.fa-atom::before {
  content: "\f5d2";
}

.fa-audio-description::before {
  content: "\f29e";
}

.fa-austral-sign::before {
  content: "\e0a9";
}

.fa-award::before {
  content: "\f559";
}

.fa-b::before {
  content: "\42";
}

.fa-baby::before {
  content: "\f77c";
}

.fa-baby-carriage::before {
  content: "\f77d";
}

.fa-carriage-baby::before {
  content: "\f77d";
}

.fa-backward::before {
  content: "\f04a";
}

.fa-backward-fast::before {
  content: "\f049";
}

.fa-fast-backward::before {
  content: "\f049";
}

.fa-backward-step::before {
  content: "\f048";
}

.fa-step-backward::before {
  content: "\f048";
}

.fa-bacon::before {
  content: "\f7e5";
}

.fa-bacteria::before {
  content: "\e059";
}

.fa-bacterium::before {
  content: "\e05a";
}

.fa-bag-shopping::before {
  content: "\f290";
}

.fa-shopping-bag::before {
  content: "\f290";
}

.fa-bahai::before {
  content: "\f666";
}

.fa-baht-sign::before {
  content: "\e0ac";
}

.fa-ban::before {
  content: "\f05e";
}

.fa-cancel::before {
  content: "\f05e";
}

.fa-ban-smoking::before {
  content: "\f54d";
}

.fa-smoking-ban::before {
  content: "\f54d";
}

.fa-bandage::before {
  content: "\f462";
}

.fa-band-aid::before {
  content: "\f462";
}

.fa-barcode::before {
  content: "\f02a";
}

.fa-bars::before {
  content: "\f0c9";
}

.fa-navicon::before {
  content: "\f0c9";
}

.fa-bars-progress::before {
  content: "\f828";
}

.fa-tasks-alt::before {
  content: "\f828";
}

.fa-bars-staggered::before {
  content: "\f550";
}

.fa-reorder::before {
  content: "\f550";
}

.fa-stream::before {
  content: "\f550";
}

.fa-baseball::before {
  content: "\f433";
}

.fa-baseball-ball::before {
  content: "\f433";
}

.fa-baseball-bat-ball::before {
  content: "\f432";
}

.fa-basket-shopping::before {
  content: "\f291";
}

.fa-shopping-basket::before {
  content: "\f291";
}

.fa-basketball::before {
  content: "\f434";
}

.fa-basketball-ball::before {
  content: "\f434";
}

.fa-bath::before {
  content: "\f2cd";
}

.fa-bathtub::before {
  content: "\f2cd";
}

.fa-battery-empty::before {
  content: "\f244";
}

.fa-battery-0::before {
  content: "\f244";
}

.fa-battery-full::before {
  content: "\f240";
}

.fa-battery::before {
  content: "\f240";
}

.fa-battery-5::before {
  content: "\f240";
}

.fa-battery-half::before {
  content: "\f242";
}

.fa-battery-3::before {
  content: "\f242";
}

.fa-battery-quarter::before {
  content: "\f243";
}

.fa-battery-2::before {
  content: "\f243";
}

.fa-battery-three-quarters::before {
  content: "\f241";
}

.fa-battery-4::before {
  content: "\f241";
}

.fa-bed::before {
  content: "\f236";
}

.fa-bed-pulse::before {
  content: "\f487";
}

.fa-procedures::before {
  content: "\f487";
}

.fa-beer-mug-empty::before {
  content: "\f0fc";
}

.fa-beer::before {
  content: "\f0fc";
}

.fa-bell::before {
  content: "\f0f3";
}

.fa-bell-concierge::before {
  content: "\f562";
}

.fa-concierge-bell::before {
  content: "\f562";
}

.fa-bell-slash::before {
  content: "\f1f6";
}

.fa-bezier-curve::before {
  content: "\f55b";
}

.fa-bicycle::before {
  content: "\f206";
}

.fa-binoculars::before {
  content: "\f1e5";
}

.fa-biohazard::before {
  content: "\f780";
}

.fa-bitcoin-sign::before {
  content: "\e0b4";
}

.fa-blender::before {
  content: "\f517";
}

.fa-blender-phone::before {
  content: "\f6b6";
}

.fa-blog::before {
  content: "\f781";
}

.fa-bold::before {
  content: "\f032";
}

.fa-bolt::before {
  content: "\f0e7";
}

.fa-zap::before {
  content: "\f0e7";
}

.fa-bolt-lightning::before {
  content: "\e0b7";
}

.fa-bomb::before {
  content: "\f1e2";
}

.fa-bone::before {
  content: "\f5d7";
}

.fa-bong::before {
  content: "\f55c";
}

.fa-book::before {
  content: "\f02d";
}

.fa-book-atlas::before {
  content: "\f558";
}

.fa-atlas::before {
  content: "\f558";
}

.fa-book-bible::before {
  content: "\f647";
}

.fa-bible::before {
  content: "\f647";
}

.fa-book-journal-whills::before {
  content: "\f66a";
}

.fa-journal-whills::before {
  content: "\f66a";
}

.fa-book-medical::before {
  content: "\f7e6";
}

.fa-book-open::before {
  content: "\f518";
}

.fa-book-open-reader::before {
  content: "\f5da";
}

.fa-book-reader::before {
  content: "\f5da";
}

.fa-book-quran::before {
  content: "\f687";
}

.fa-quran::before {
  content: "\f687";
}

.fa-book-skull::before {
  content: "\f6b7";
}

.fa-book-dead::before {
  content: "\f6b7";
}

.fa-bookmark::before {
  content: "\f02e";
}

.fa-border-all::before {
  content: "\f84c";
}

.fa-border-none::before {
  content: "\f850";
}

.fa-border-top-left::before {
  content: "\f853";
}

.fa-border-style::before {
  content: "\f853";
}

.fa-bowling-ball::before {
  content: "\f436";
}

.fa-box::before {
  content: "\f466";
}

.fa-box-archive::before {
  content: "\f187";
}

.fa-archive::before {
  content: "\f187";
}

.fa-box-open::before {
  content: "\f49e";
}

.fa-box-tissue::before {
  content: "\e05b";
}

.fa-boxes-stacked::before {
  content: "\f468";
}

.fa-boxes::before {
  content: "\f468";
}

.fa-boxes-alt::before {
  content: "\f468";
}

.fa-braille::before {
  content: "\f2a1";
}

.fa-brain::before {
  content: "\f5dc";
}

.fa-brazilian-real-sign::before {
  content: "\e46c";
}

.fa-bread-slice::before {
  content: "\f7ec";
}

.fa-briefcase::before {
  content: "\f0b1";
}

.fa-briefcase-medical::before {
  content: "\f469";
}

.fa-broom::before {
  content: "\f51a";
}

.fa-broom-ball::before {
  content: "\f458";
}

.fa-quidditch::before {
  content: "\f458";
}

.fa-quidditch-broom-ball::before {
  content: "\f458";
}

.fa-brush::before {
  content: "\f55d";
}

.fa-bug::before {
  content: "\f188";
}

.fa-bug-slash::before {
  content: "\e490";
}

.fa-building::before {
  content: "\f1ad";
}

.fa-building-columns::before {
  content: "\f19c";
}

.fa-bank::before {
  content: "\f19c";
}

.fa-institution::before {
  content: "\f19c";
}

.fa-museum::before {
  content: "\f19c";
}

.fa-university::before {
  content: "\f19c";
}

.fa-bullhorn::before {
  content: "\f0a1";
}

.fa-bullseye::before {
  content: "\f140";
}

.fa-burger::before {
  content: "\f805";
}

.fa-hamburger::before {
  content: "\f805";
}

.fa-bus::before {
  content: "\f207";
}

.fa-bus-simple::before {
  content: "\f55e";
}

.fa-bus-alt::before {
  content: "\f55e";
}

.fa-business-time::before {
  content: "\f64a";
}

.fa-briefcase-clock::before {
  content: "\f64a";
}

.fa-c::before {
  content: "\43";
}

.fa-cake-candles::before {
  content: "\f1fd";
}

.fa-birthday-cake::before {
  content: "\f1fd";
}

.fa-cake::before {
  content: "\f1fd";
}

.fa-calculator::before {
  content: "\f1ec";
}

.fa-calendar::before {
  content: "\f133";
}

.fa-calendar-check::before {
  content: "\f274";
}

.fa-calendar-day::before {
  content: "\f783";
}

.fa-calendar-days::before {
  content: "\f073";
}

.fa-calendar-alt::before {
  content: "\f073";
}

.fa-calendar-minus::before {
  content: "\f272";
}

.fa-calendar-plus::before {
  content: "\f271";
}

.fa-calendar-week::before {
  content: "\f784";
}

.fa-calendar-xmark::before {
  content: "\f273";
}

.fa-calendar-times::before {
  content: "\f273";
}

.fa-camera::before {
  content: "\f030";
}

.fa-camera-alt::before {
  content: "\f030";
}

.fa-camera-retro::before {
  content: "\f083";
}

.fa-camera-rotate::before {
  content: "\e0d8";
}

.fa-campground::before {
  content: "\f6bb";
}

.fa-candy-cane::before {
  content: "\f786";
}

.fa-cannabis::before {
  content: "\f55f";
}

.fa-capsules::before {
  content: "\f46b";
}

.fa-car::before {
  content: "\f1b9";
}

.fa-automobile::before {
  content: "\f1b9";
}

.fa-car-battery::before {
  content: "\f5df";
}

.fa-battery-car::before {
  content: "\f5df";
}

.fa-car-crash::before {
  content: "\f5e1";
}

.fa-car-rear::before {
  content: "\f5de";
}

.fa-car-alt::before {
  content: "\f5de";
}

.fa-car-side::before {
  content: "\f5e4";
}

.fa-caravan::before {
  content: "\f8ff";
}

.fa-caret-down::before {
  content: "\f0d7";
}

.fa-caret-left::before {
  content: "\f0d9";
}

.fa-caret-right::before {
  content: "\f0da";
}

.fa-caret-up::before {
  content: "\f0d8";
}

.fa-carrot::before {
  content: "\f787";
}

.fa-cart-arrow-down::before {
  content: "\f218";
}

.fa-cart-flatbed::before {
  content: "\f474";
}

.fa-dolly-flatbed::before {
  content: "\f474";
}

.fa-cart-flatbed-suitcase::before {
  content: "\f59d";
}

.fa-luggage-cart::before {
  content: "\f59d";
}

.fa-cart-plus::before {
  content: "\f217";
}

.fa-cart-shopping::before {
  content: "\f07a";
}

.fa-shopping-cart::before {
  content: "\f07a";
}

.fa-cash-register::before {
  content: "\f788";
}

.fa-cat::before {
  content: "\f6be";
}

.fa-cedi-sign::before {
  content: "\e0df";
}

.fa-cent-sign::before {
  content: "\e3f5";
}

.fa-certificate::before {
  content: "\f0a3";
}

.fa-chair::before {
  content: "\f6c0";
}

.fa-chalkboard::before {
  content: "\f51b";
}

.fa-blackboard::before {
  content: "\f51b";
}

.fa-chalkboard-user::before {
  content: "\f51c";
}

.fa-chalkboard-teacher::before {
  content: "\f51c";
}

.fa-champagne-glasses::before {
  content: "\f79f";
}

.fa-glass-cheers::before {
  content: "\f79f";
}

.fa-charging-station::before {
  content: "\f5e7";
}

.fa-chart-area::before {
  content: "\f1fe";
}

.fa-area-chart::before {
  content: "\f1fe";
}

.fa-chart-bar::before {
  content: "\f080";
}

.fa-bar-chart::before {
  content: "\f080";
}

.fa-chart-column::before {
  content: "\e0e3";
}

.fa-chart-gantt::before {
  content: "\e0e4";
}

.fa-chart-line::before {
  content: "\f201";
}

.fa-line-chart::before {
  content: "\f201";
}

.fa-chart-pie::before {
  content: "\f200";
}

.fa-pie-chart::before {
  content: "\f200";
}

.fa-check::before {
  content: "\f00c";
}

.fa-check-double::before {
  content: "\f560";
}

.fa-check-to-slot::before {
  content: "\f772";
}

.fa-vote-yea::before {
  content: "\f772";
}

.fa-cheese::before {
  content: "\f7ef";
}

.fa-chess::before {
  content: "\f439";
}

.fa-chess-bishop::before {
  content: "\f43a";
}

.fa-chess-board::before {
  content: "\f43c";
}

.fa-chess-king::before {
  content: "\f43f";
}

.fa-chess-knight::before {
  content: "\f441";
}

.fa-chess-pawn::before {
  content: "\f443";
}

.fa-chess-queen::before {
  content: "\f445";
}

.fa-chess-rook::before {
  content: "\f447";
}

.fa-chevron-down::before {
  content: "\f078";
}

.fa-chevron-left::before {
  content: "\f053";
}

.fa-chevron-right::before {
  content: "\f054";
}

.fa-chevron-up::before {
  content: "\f077";
}

.fa-child::before {
  content: "\f1ae";
}

.fa-church::before {
  content: "\f51d";
}

.fa-circle::before {
  content: "\f111";
}

.fa-circle-arrow-down::before {
  content: "\f0ab";
}

.fa-arrow-circle-down::before {
  content: "\f0ab";
}

.fa-circle-arrow-left::before {
  content: "\f0a8";
}

.fa-arrow-circle-left::before {
  content: "\f0a8";
}

.fa-circle-arrow-right::before {
  content: "\f0a9";
}

.fa-arrow-circle-right::before {
  content: "\f0a9";
}

.fa-circle-arrow-up::before {
  content: "\f0aa";
}

.fa-arrow-circle-up::before {
  content: "\f0aa";
}

.fa-circle-check::before {
  content: "\f058";
}

.fa-check-circle::before {
  content: "\f058";
}

.fa-circle-chevron-down::before {
  content: "\f13a";
}

.fa-chevron-circle-down::before {
  content: "\f13a";
}

.fa-circle-chevron-left::before {
  content: "\f137";
}

.fa-chevron-circle-left::before {
  content: "\f137";
}

.fa-circle-chevron-right::before {
  content: "\f138";
}

.fa-chevron-circle-right::before {
  content: "\f138";
}

.fa-circle-chevron-up::before {
  content: "\f139";
}

.fa-chevron-circle-up::before {
  content: "\f139";
}

.fa-circle-dollar-to-slot::before {
  content: "\f4b9";
}

.fa-donate::before {
  content: "\f4b9";
}

.fa-circle-dot::before {
  content: "\f192";
}

.fa-dot-circle::before {
  content: "\f192";
}

.fa-circle-down::before {
  content: "\f358";
}

.fa-arrow-alt-circle-down::before {
  content: "\f358";
}

.fa-circle-exclamation::before {
  content: "\f06a";
}

.fa-exclamation-circle::before {
  content: "\f06a";
}

.fa-circle-h::before {
  content: "\f47e";
}

.fa-hospital-symbol::before {
  content: "\f47e";
}

.fa-circle-half-stroke::before {
  content: "\f042";
}

.fa-adjust::before {
  content: "\f042";
}

.fa-circle-info::before {
  content: "\f05a";
}

.fa-info-circle::before {
  content: "\f05a";
}

.fa-circle-left::before {
  content: "\f359";
}

.fa-arrow-alt-circle-left::before {
  content: "\f359";
}

.fa-circle-minus::before {
  content: "\f056";
}

.fa-minus-circle::before {
  content: "\f056";
}

.fa-circle-notch::before {
  content: "\f1ce";
}

.fa-circle-pause::before {
  content: "\f28b";
}

.fa-pause-circle::before {
  content: "\f28b";
}

.fa-circle-play::before {
  content: "\f144";
}

.fa-play-circle::before {
  content: "\f144";
}

.fa-circle-plus::before {
  content: "\f055";
}

.fa-plus-circle::before {
  content: "\f055";
}

.fa-circle-question::before {
  content: "\f059";
}

.fa-question-circle::before {
  content: "\f059";
}

.fa-circle-radiation::before {
  content: "\f7ba";
}

.fa-radiation-alt::before {
  content: "\f7ba";
}

.fa-circle-right::before {
  content: "\f35a";
}

.fa-arrow-alt-circle-right::before {
  content: "\f35a";
}

.fa-circle-stop::before {
  content: "\f28d";
}

.fa-stop-circle::before {
  content: "\f28d";
}

.fa-circle-up::before {
  content: "\f35b";
}

.fa-arrow-alt-circle-up::before {
  content: "\f35b";
}

.fa-circle-user::before {
  content: "\f2bd";
}

.fa-user-circle::before {
  content: "\f2bd";
}

.fa-circle-xmark::before {
  content: "\f057";
}

.fa-times-circle::before {
  content: "\f057";
}

.fa-xmark-circle::before {
  content: "\f057";
}

.fa-city::before {
  content: "\f64f";
}

.fa-clapperboard::before {
  content: "\e131";
}

.fa-clipboard::before {
  content: "\f328";
}

.fa-clipboard-check::before {
  content: "\f46c";
}

.fa-clipboard-list::before {
  content: "\f46d";
}

.fa-clock::before {
  content: "\f017";
}

.fa-clock-four::before {
  content: "\f017";
}

.fa-clock-rotate-left::before {
  content: "\f1da";
}

.fa-history::before {
  content: "\f1da";
}

.fa-clone::before {
  content: "\f24d";
}

.fa-closed-captioning::before {
  content: "\f20a";
}

.fa-cloud::before {
  content: "\f0c2";
}

.fa-cloud-arrow-down::before {
  content: "\f0ed";
}

.fa-cloud-download::before {
  content: "\f0ed";
}

.fa-cloud-download-alt::before {
  content: "\f0ed";
}

.fa-cloud-arrow-up::before {
  content: "\f0ee";
}

.fa-cloud-upload::before {
  content: "\f0ee";
}

.fa-cloud-upload-alt::before {
  content: "\f0ee";
}

.fa-cloud-meatball::before {
  content: "\f73b";
}

.fa-cloud-moon::before {
  content: "\f6c3";
}

.fa-cloud-moon-rain::before {
  content: "\f73c";
}

.fa-cloud-rain::before {
  content: "\f73d";
}

.fa-cloud-showers-heavy::before {
  content: "\f740";
}

.fa-cloud-sun::before {
  content: "\f6c4";
}

.fa-cloud-sun-rain::before {
  content: "\f743";
}

.fa-clover::before {
  content: "\e139";
}

.fa-code::before {
  content: "\f121";
}

.fa-code-branch::before {
  content: "\f126";
}

.fa-code-commit::before {
  content: "\f386";
}

.fa-code-compare::before {
  content: "\e13a";
}

.fa-code-fork::before {
  content: "\e13b";
}

.fa-code-merge::before {
  content: "\f387";
}

.fa-code-pull-request::before {
  content: "\e13c";
}

.fa-coins::before {
  content: "\f51e";
}

.fa-colon-sign::before {
  content: "\e140";
}

.fa-comment::before {
  content: "\f075";
}

.fa-comment-dollar::before {
  content: "\f651";
}

.fa-comment-dots::before {
  content: "\f4ad";
}

.fa-commenting::before {
  content: "\f4ad";
}

.fa-comment-medical::before {
  content: "\f7f5";
}

.fa-comment-slash::before {
  content: "\f4b3";
}

.fa-comment-sms::before {
  content: "\f7cd";
}

.fa-sms::before {
  content: "\f7cd";
}

.fa-comments::before {
  content: "\f086";
}

.fa-comments-dollar::before {
  content: "\f653";
}

.fa-compact-disc::before {
  content: "\f51f";
}

.fa-compass::before {
  content: "\f14e";
}

.fa-compass-drafting::before {
  content: "\f568";
}

.fa-drafting-compass::before {
  content: "\f568";
}

.fa-compress::before {
  content: "\f066";
}

.fa-computer-mouse::before {
  content: "\f8cc";
}

.fa-mouse::before {
  content: "\f8cc";
}

.fa-cookie::before {
  content: "\f563";
}

.fa-cookie-bite::before {
  content: "\f564";
}

.fa-copy::before {
  content: "\f0c5";
}

.fa-copyright::before {
  content: "\f1f9";
}

.fa-couch::before {
  content: "\f4b8";
}

.fa-credit-card::before {
  content: "\f09d";
}

.fa-credit-card-alt::before {
  content: "\f09d";
}

.fa-crop::before {
  content: "\f125";
}

.fa-crop-simple::before {
  content: "\f565";
}

.fa-crop-alt::before {
  content: "\f565";
}

.fa-cross::before {
  content: "\f654";
}

.fa-crosshairs::before {
  content: "\f05b";
}

.fa-crow::before {
  content: "\f520";
}

.fa-crown::before {
  content: "\f521";
}

.fa-crutch::before {
  content: "\f7f7";
}

.fa-cruzeiro-sign::before {
  content: "\e152";
}

.fa-cube::before {
  content: "\f1b2";
}

.fa-cubes::before {
  content: "\f1b3";
}

.fa-d::before {
  content: "\44";
}

.fa-database::before {
  content: "\f1c0";
}

.fa-delete-left::before {
  content: "\f55a";
}

.fa-backspace::before {
  content: "\f55a";
}

.fa-democrat::before {
  content: "\f747";
}

.fa-desktop::before {
  content: "\f390";
}

.fa-desktop-alt::before {
  content: "\f390";
}

.fa-dharmachakra::before {
  content: "\f655";
}

.fa-diagram-next::before {
  content: "\e476";
}

.fa-diagram-predecessor::before {
  content: "\e477";
}

.fa-diagram-project::before {
  content: "\f542";
}

.fa-project-diagram::before {
  content: "\f542";
}

.fa-diagram-successor::before {
  content: "\e47a";
}

.fa-diamond::before {
  content: "\f219";
}

.fa-diamond-turn-right::before {
  content: "\f5eb";
}

.fa-directions::before {
  content: "\f5eb";
}

.fa-dice::before {
  content: "\f522";
}

.fa-dice-d20::before {
  content: "\f6cf";
}

.fa-dice-d6::before {
  content: "\f6d1";
}

.fa-dice-five::before {
  content: "\f523";
}

.fa-dice-four::before {
  content: "\f524";
}

.fa-dice-one::before {
  content: "\f525";
}

.fa-dice-six::before {
  content: "\f526";
}

.fa-dice-three::before {
  content: "\f527";
}

.fa-dice-two::before {
  content: "\f528";
}

.fa-disease::before {
  content: "\f7fa";
}

.fa-divide::before {
  content: "\f529";
}

.fa-dna::before {
  content: "\f471";
}

.fa-dog::before {
  content: "\f6d3";
}

.fa-dollar-sign::before {
  content: "\24";
}

.fa-dollar::before {
  content: "\24";
}

.fa-usd::before {
  content: "\24";
}

.fa-dolly::before {
  content: "\f472";
}

.fa-dolly-box::before {
  content: "\f472";
}

.fa-dong-sign::before {
  content: "\e169";
}

.fa-door-closed::before {
  content: "\f52a";
}

.fa-door-open::before {
  content: "\f52b";
}

.fa-dove::before {
  content: "\f4ba";
}

.fa-down-left-and-up-right-to-center::before {
  content: "\f422";
}

.fa-compress-alt::before {
  content: "\f422";
}

.fa-down-long::before {
  content: "\f309";
}

.fa-long-arrow-alt-down::before {
  content: "\f309";
}

.fa-download::before {
  content: "\f019";
}

.fa-dragon::before {
  content: "\f6d5";
}

.fa-draw-polygon::before {
  content: "\f5ee";
}

.fa-droplet::before {
  content: "\f043";
}

.fa-tint::before {
  content: "\f043";
}

.fa-droplet-slash::before {
  content: "\f5c7";
}

.fa-tint-slash::before {
  content: "\f5c7";
}

.fa-drum::before {
  content: "\f569";
}

.fa-drum-steelpan::before {
  content: "\f56a";
}

.fa-drumstick-bite::before {
  content: "\f6d7";
}

.fa-dumbbell::before {
  content: "\f44b";
}

.fa-dumpster::before {
  content: "\f793";
}

.fa-dumpster-fire::before {
  content: "\f794";
}

.fa-dungeon::before {
  content: "\f6d9";
}

.fa-e::before {
  content: "\45";
}

.fa-ear-deaf::before {
  content: "\f2a4";
}

.fa-deaf::before {
  content: "\f2a4";
}

.fa-deafness::before {
  content: "\f2a4";
}

.fa-hard-of-hearing::before {
  content: "\f2a4";
}

.fa-ear-listen::before {
  content: "\f2a2";
}

.fa-assistive-listening-systems::before {
  content: "\f2a2";
}

.fa-earth-africa::before {
  content: "\f57c";
}

.fa-globe-africa::before {
  content: "\f57c";
}

.fa-earth-americas::before {
  content: "\f57d";
}

.fa-earth::before {
  content: "\f57d";
}

.fa-earth-america::before {
  content: "\f57d";
}

.fa-globe-americas::before {
  content: "\f57d";
}

.fa-earth-asia::before {
  content: "\f57e";
}

.fa-globe-asia::before {
  content: "\f57e";
}

.fa-earth-europe::before {
  content: "\f7a2";
}

.fa-globe-europe::before {
  content: "\f7a2";
}

.fa-earth-oceania::before {
  content: "\e47b";
}

.fa-globe-oceania::before {
  content: "\e47b";
}

.fa-egg::before {
  content: "\f7fb";
}

.fa-eject::before {
  content: "\f052";
}

.fa-elevator::before {
  content: "\e16d";
}

.fa-ellipsis::before {
  content: "\f141";
}

.fa-ellipsis-h::before {
  content: "\f141";
}

.fa-ellipsis-vertical::before {
  content: "\f142";
}

.fa-ellipsis-v::before {
  content: "\f142";
}

.fa-envelope::before {
  content: "\f0e0";
}

.fa-envelope-open::before {
  content: "\f2b6";
}

.fa-envelope-open-text::before {
  content: "\f658";
}

.fa-envelopes-bulk::before {
  content: "\f674";
}

.fa-mail-bulk::before {
  content: "\f674";
}

.fa-equals::before {
  content: "\3d";
}

.fa-eraser::before {
  content: "\f12d";
}

.fa-ethernet::before {
  content: "\f796";
}

.fa-euro-sign::before {
  content: "\f153";
}

.fa-eur::before {
  content: "\f153";
}

.fa-euro::before {
  content: "\f153";
}

.fa-exclamation::before {
  content: "\21";
}

.fa-expand::before {
  content: "\f065";
}

.fa-eye::before {
  content: "\f06e";
}

.fa-eye-dropper::before {
  content: "\f1fb";
}

.fa-eye-dropper-empty::before {
  content: "\f1fb";
}

.fa-eyedropper::before {
  content: "\f1fb";
}

.fa-eye-low-vision::before {
  content: "\f2a8";
}

.fa-low-vision::before {
  content: "\f2a8";
}

.fa-eye-slash::before {
  content: "\f070";
}

.fa-f::before {
  content: "\46";
}

.fa-face-angry::before {
  content: "\f556";
}

.fa-angry::before {
  content: "\f556";
}

.fa-face-dizzy::before {
  content: "\f567";
}

.fa-dizzy::before {
  content: "\f567";
}

.fa-face-flushed::before {
  content: "\f579";
}

.fa-flushed::before {
  content: "\f579";
}

.fa-face-frown::before {
  content: "\f119";
}

.fa-frown::before {
  content: "\f119";
}

.fa-face-frown-open::before {
  content: "\f57a";
}

.fa-frown-open::before {
  content: "\f57a";
}

.fa-face-grimace::before {
  content: "\f57f";
}

.fa-grimace::before {
  content: "\f57f";
}

.fa-face-grin::before {
  content: "\f580";
}

.fa-grin::before {
  content: "\f580";
}

.fa-face-grin-beam::before {
  content: "\f582";
}

.fa-grin-beam::before {
  content: "\f582";
}

.fa-face-grin-beam-sweat::before {
  content: "\f583";
}

.fa-grin-beam-sweat::before {
  content: "\f583";
}

.fa-face-grin-hearts::before {
  content: "\f584";
}

.fa-grin-hearts::before {
  content: "\f584";
}

.fa-face-grin-squint::before {
  content: "\f585";
}

.fa-grin-squint::before {
  content: "\f585";
}

.fa-face-grin-squint-tears::before {
  content: "\f586";
}

.fa-grin-squint-tears::before {
  content: "\f586";
}

.fa-face-grin-stars::before {
  content: "\f587";
}

.fa-grin-stars::before {
  content: "\f587";
}

.fa-face-grin-tears::before {
  content: "\f588";
}

.fa-grin-tears::before {
  content: "\f588";
}

.fa-face-grin-tongue::before {
  content: "\f589";
}

.fa-grin-tongue::before {
  content: "\f589";
}

.fa-face-grin-tongue-squint::before {
  content: "\f58a";
}

.fa-grin-tongue-squint::before {
  content: "\f58a";
}

.fa-face-grin-tongue-wink::before {
  content: "\f58b";
}

.fa-grin-tongue-wink::before {
  content: "\f58b";
}

.fa-face-grin-wide::before {
  content: "\f581";
}

.fa-grin-alt::before {
  content: "\f581";
}

.fa-face-grin-wink::before {
  content: "\f58c";
}

.fa-grin-wink::before {
  content: "\f58c";
}

.fa-face-kiss::before {
  content: "\f596";
}

.fa-kiss::before {
  content: "\f596";
}

.fa-face-kiss-beam::before {
  content: "\f597";
}

.fa-kiss-beam::before {
  content: "\f597";
}

.fa-face-kiss-wink-heart::before {
  content: "\f598";
}

.fa-kiss-wink-heart::before {
  content: "\f598";
}

.fa-face-laugh::before {
  content: "\f599";
}

.fa-laugh::before {
  content: "\f599";
}

.fa-face-laugh-beam::before {
  content: "\f59a";
}

.fa-laugh-beam::before {
  content: "\f59a";
}

.fa-face-laugh-squint::before {
  content: "\f59b";
}

.fa-laugh-squint::before {
  content: "\f59b";
}

.fa-face-laugh-wink::before {
  content: "\f59c";
}

.fa-laugh-wink::before {
  content: "\f59c";
}

.fa-face-meh::before {
  content: "\f11a";
}

.fa-meh::before {
  content: "\f11a";
}

.fa-face-meh-blank::before {
  content: "\f5a4";
}

.fa-meh-blank::before {
  content: "\f5a4";
}

.fa-face-rolling-eyes::before {
  content: "\f5a5";
}

.fa-meh-rolling-eyes::before {
  content: "\f5a5";
}

.fa-face-sad-cry::before {
  content: "\f5b3";
}

.fa-sad-cry::before {
  content: "\f5b3";
}

.fa-face-sad-tear::before {
  content: "\f5b4";
}

.fa-sad-tear::before {
  content: "\f5b4";
}

.fa-face-smile::before {
  content: "\f118";
}

.fa-smile::before {
  content: "\f118";
}

.fa-face-smile-beam::before {
  content: "\f5b8";
}

.fa-smile-beam::before {
  content: "\f5b8";
}

.fa-face-smile-wink::before {
  content: "\f4da";
}

.fa-smile-wink::before {
  content: "\f4da";
}

.fa-face-surprise::before {
  content: "\f5c2";
}

.fa-surprise::before {
  content: "\f5c2";
}

.fa-face-tired::before {
  content: "\f5c8";
}

.fa-tired::before {
  content: "\f5c8";
}

.fa-fan::before {
  content: "\f863";
}

.fa-faucet::before {
  content: "\e005";
}

.fa-fax::before {
  content: "\f1ac";
}

.fa-feather::before {
  content: "\f52d";
}

.fa-feather-pointed::before {
  content: "\f56b";
}

.fa-feather-alt::before {
  content: "\f56b";
}

.fa-file::before {
  content: "\f15b";
}

.fa-file-arrow-down::before {
  content: "\f56d";
}

.fa-file-download::before {
  content: "\f56d";
}

.fa-file-arrow-up::before {
  content: "\f574";
}

.fa-file-upload::before {
  content: "\f574";
}

.fa-file-audio::before {
  content: "\f1c7";
}

.fa-file-code::before {
  content: "\f1c9";
}

.fa-file-contract::before {
  content: "\f56c";
}

.fa-file-csv::before {
  content: "\f6dd";
}

.fa-file-excel::before {
  content: "\f1c3";
}

.fa-file-export::before {
  content: "\f56e";
}

.fa-arrow-right-from-file::before {
  content: "\f56e";
}

.fa-file-image::before {
  content: "\f1c5";
}

.fa-file-import::before {
  content: "\f56f";
}

.fa-arrow-right-to-file::before {
  content: "\f56f";
}

.fa-file-invoice::before {
  content: "\f570";
}

.fa-file-invoice-dollar::before {
  content: "\f571";
}

.fa-file-lines::before {
  content: "\f15c";
}

.fa-file-alt::before {
  content: "\f15c";
}

.fa-file-text::before {
  content: "\f15c";
}

.fa-file-medical::before {
  content: "\f477";
}

.fa-file-pdf::before {
  content: "\f1c1";
}

.fa-file-powerpoint::before {
  content: "\f1c4";
}

.fa-file-prescription::before {
  content: "\f572";
}

.fa-file-signature::before {
  content: "\f573";
}

.fa-file-video::before {
  content: "\f1c8";
}

.fa-file-waveform::before {
  content: "\f478";
}

.fa-file-medical-alt::before {
  content: "\f478";
}

.fa-file-word::before {
  content: "\f1c2";
}

.fa-file-zipper::before {
  content: "\f1c6";
}

.fa-file-archive::before {
  content: "\f1c6";
}

.fa-fill::before {
  content: "\f575";
}

.fa-fill-drip::before {
  content: "\f576";
}

.fa-film::before {
  content: "\f008";
}

.fa-filter::before {
  content: "\f0b0";
}

.fa-filter-circle-dollar::before {
  content: "\f662";
}

.fa-funnel-dollar::before {
  content: "\f662";
}

.fa-filter-circle-xmark::before {
  content: "\e17b";
}

.fa-fingerprint::before {
  content: "\f577";
}

.fa-fire::before {
  content: "\f06d";
}

.fa-fire-extinguisher::before {
  content: "\f134";
}

.fa-fire-flame-curved::before {
  content: "\f7e4";
}

.fa-fire-alt::before {
  content: "\f7e4";
}

.fa-fire-flame-simple::before {
  content: "\f46a";
}

.fa-burn::before {
  content: "\f46a";
}

.fa-fish::before {
  content: "\f578";
}

.fa-flag::before {
  content: "\f024";
}

.fa-flag-checkered::before {
  content: "\f11e";
}

.fa-flag-usa::before {
  content: "\f74d";
}

.fa-flask::before {
  content: "\f0c3";
}

.fa-floppy-disk::before {
  content: "\f0c7";
}

.fa-save::before {
  content: "\f0c7";
}

.fa-florin-sign::before {
  content: "\e184";
}

.fa-folder::before {
  content: "\f07b";
}

.fa-folder-minus::before {
  content: "\f65d";
}

.fa-folder-open::before {
  content: "\f07c";
}

.fa-folder-plus::before {
  content: "\f65e";
}

.fa-folder-tree::before {
  content: "\f802";
}

.fa-font::before {
  content: "\f031";
}

.fa-football::before {
  content: "\f44e";
}

.fa-football-ball::before {
  content: "\f44e";
}

.fa-forward::before {
  content: "\f04e";
}

.fa-forward-fast::before {
  content: "\f050";
}

.fa-fast-forward::before {
  content: "\f050";
}

.fa-forward-step::before {
  content: "\f051";
}

.fa-step-forward::before {
  content: "\f051";
}

.fa-franc-sign::before {
  content: "\e18f";
}

.fa-frog::before {
  content: "\f52e";
}

.fa-futbol::before {
  content: "\f1e3";
}

.fa-futbol-ball::before {
  content: "\f1e3";
}

.fa-soccer-ball::before {
  content: "\f1e3";
}

.fa-g::before {
  content: "\47";
}

.fa-gamepad::before {
  content: "\f11b";
}

.fa-gas-pump::before {
  content: "\f52f";
}

.fa-gauge::before {
  content: "\f624";
}

.fa-dashboard::before {
  content: "\f624";
}

.fa-gauge-med::before {
  content: "\f624";
}

.fa-tachometer-alt-average::before {
  content: "\f624";
}

.fa-gauge-high::before {
  content: "\f625";
}

.fa-tachometer-alt::before {
  content: "\f625";
}

.fa-tachometer-alt-fast::before {
  content: "\f625";
}

.fa-gauge-simple::before {
  content: "\f629";
}

.fa-gauge-simple-med::before {
  content: "\f629";
}

.fa-tachometer-average::before {
  content: "\f629";
}

.fa-gauge-simple-high::before {
  content: "\f62a";
}

.fa-tachometer::before {
  content: "\f62a";
}

.fa-tachometer-fast::before {
  content: "\f62a";
}

.fa-gavel::before {
  content: "\f0e3";
}

.fa-legal::before {
  content: "\f0e3";
}

.fa-gear::before {
  content: "\f013";
}

.fa-cog::before {
  content: "\f013";
}

.fa-gears::before {
  content: "\f085";
}

.fa-cogs::before {
  content: "\f085";
}

.fa-gem::before {
  content: "\f3a5";
}

.fa-genderless::before {
  content: "\f22d";
}

.fa-ghost::before {
  content: "\f6e2";
}

.fa-gift::before {
  content: "\f06b";
}

.fa-gifts::before {
  content: "\f79c";
}

.fa-glasses::before {
  content: "\f530";
}

.fa-globe::before {
  content: "\f0ac";
}

.fa-golf-ball-tee::before {
  content: "\f450";
}

.fa-golf-ball::before {
  content: "\f450";
}

.fa-gopuram::before {
  content: "\f664";
}

.fa-graduation-cap::before {
  content: "\f19d";
}

.fa-mortar-board::before {
  content: "\f19d";
}

.fa-greater-than::before {
  content: "\3e";
}

.fa-greater-than-equal::before {
  content: "\f532";
}

.fa-grip::before {
  content: "\f58d";
}

.fa-grip-horizontal::before {
  content: "\f58d";
}

.fa-grip-lines::before {
  content: "\f7a4";
}

.fa-grip-lines-vertical::before {
  content: "\f7a5";
}

.fa-grip-vertical::before {
  content: "\f58e";
}

.fa-guarani-sign::before {
  content: "\e19a";
}

.fa-guitar::before {
  content: "\f7a6";
}

.fa-gun::before {
  content: "\e19b";
}

.fa-h::before {
  content: "\48";
}

.fa-hammer::before {
  content: "\f6e3";
}

.fa-hamsa::before {
  content: "\f665";
}

.fa-hand::before {
  content: "\f256";
}

.fa-hand-paper::before {
  content: "\f256";
}

.fa-hand-back-fist::before {
  content: "\f255";
}

.fa-hand-rock::before {
  content: "\f255";
}

.fa-hand-dots::before {
  content: "\f461";
}

.fa-allergies::before {
  content: "\f461";
}

.fa-hand-fist::before {
  content: "\f6de";
}

.fa-fist-raised::before {
  content: "\f6de";
}

.fa-hand-holding::before {
  content: "\f4bd";
}

.fa-hand-holding-dollar::before {
  content: "\f4c0";
}

.fa-hand-holding-usd::before {
  content: "\f4c0";
}

.fa-hand-holding-droplet::before {
  content: "\f4c1";
}

.fa-hand-holding-water::before {
  content: "\f4c1";
}

.fa-hand-holding-heart::before {
  content: "\f4be";
}

.fa-hand-holding-medical::before {
  content: "\e05c";
}

.fa-hand-lizard::before {
  content: "\f258";
}

.fa-hand-middle-finger::before {
  content: "\f806";
}

.fa-hand-peace::before {
  content: "\f25b";
}

.fa-hand-point-down::before {
  content: "\f0a7";
}

.fa-hand-point-left::before {
  content: "\f0a5";
}

.fa-hand-point-right::before {
  content: "\f0a4";
}

.fa-hand-point-up::before {
  content: "\f0a6";
}

.fa-hand-pointer::before {
  content: "\f25a";
}

.fa-hand-scissors::before {
  content: "\f257";
}

.fa-hand-sparkles::before {
  content: "\e05d";
}

.fa-hand-spock::before {
  content: "\f259";
}

.fa-hands::before {
  content: "\f2a7";
}

.fa-sign-language::before {
  content: "\f2a7";
}

.fa-signing::before {
  content: "\f2a7";
}

.fa-hands-asl-interpreting::before {
  content: "\f2a3";
}

.fa-american-sign-language-interpreting::before {
  content: "\f2a3";
}

.fa-asl-interpreting::before {
  content: "\f2a3";
}

.fa-hands-american-sign-language-interpreting::before {
  content: "\f2a3";
}

.fa-hands-bubbles::before {
  content: "\e05e";
}

.fa-hands-wash::before {
  content: "\e05e";
}

.fa-hands-clapping::before {
  content: "\e1a8";
}

.fa-hands-holding::before {
  content: "\f4c2";
}

.fa-hands-praying::before {
  content: "\f684";
}

.fa-praying-hands::before {
  content: "\f684";
}

.fa-handshake::before {
  content: "\f2b5";
}

.fa-handshake-angle::before {
  content: "\f4c4";
}

.fa-hands-helping::before {
  content: "\f4c4";
}

.fa-handshake-simple-slash::before {
  content: "\e05f";
}

.fa-handshake-alt-slash::before {
  content: "\e05f";
}

.fa-handshake-slash::before {
  content: "\e060";
}

.fa-hanukiah::before {
  content: "\f6e6";
}

.fa-hard-drive::before {
  content: "\f0a0";
}

.fa-hdd::before {
  content: "\f0a0";
}

.fa-hashtag::before {
  content: "\23";
}

.fa-hat-cowboy::before {
  content: "\f8c0";
}

.fa-hat-cowboy-side::before {
  content: "\f8c1";
}

.fa-hat-wizard::before {
  content: "\f6e8";
}

.fa-head-side-cough::before {
  content: "\e061";
}

.fa-head-side-cough-slash::before {
  content: "\e062";
}

.fa-head-side-mask::before {
  content: "\e063";
}

.fa-head-side-virus::before {
  content: "\e064";
}

.fa-heading::before {
  content: "\f1dc";
}

.fa-header::before {
  content: "\f1dc";
}

.fa-headphones::before {
  content: "\f025";
}

.fa-headphones-simple::before {
  content: "\f58f";
}

.fa-headphones-alt::before {
  content: "\f58f";
}

.fa-headset::before {
  content: "\f590";
}

.fa-heart::before {
  content: "\f004";
}

.fa-heart-crack::before {
  content: "\f7a9";
}

.fa-heart-broken::before {
  content: "\f7a9";
}

.fa-heart-pulse::before {
  content: "\f21e";
}

.fa-heartbeat::before {
  content: "\f21e";
}

.fa-helicopter::before {
  content: "\f533";
}

.fa-helmet-safety::before {
  content: "\f807";
}

.fa-hard-hat::before {
  content: "\f807";
}

.fa-hat-hard::before {
  content: "\f807";
}

.fa-highlighter::before {
  content: "\f591";
}

.fa-hippo::before {
  content: "\f6ed";
}

.fa-hockey-puck::before {
  content: "\f453";
}

.fa-holly-berry::before {
  content: "\f7aa";
}

.fa-horse::before {
  content: "\f6f0";
}

.fa-horse-head::before {
  content: "\f7ab";
}

.fa-hospital::before {
  content: "\f0f8";
}

.fa-hospital-alt::before {
  content: "\f0f8";
}

.fa-hospital-wide::before {
  content: "\f0f8";
}

.fa-hospital-user::before {
  content: "\f80d";
}

.fa-hot-tub-person::before {
  content: "\f593";
}

.fa-hot-tub::before {
  content: "\f593";
}

.fa-hotdog::before {
  content: "\f80f";
}

.fa-hotel::before {
  content: "\f594";
}

.fa-hourglass::before {
  content: "\f254";
}

.fa-hourglass-2::before {
  content: "\f254";
}

.fa-hourglass-half::before {
  content: "\f254";
}

.fa-hourglass-empty::before {
  content: "\f252";
}

.fa-hourglass-end::before {
  content: "\f253";
}

.fa-hourglass-3::before {
  content: "\f253";
}

.fa-hourglass-start::before {
  content: "\f251";
}

.fa-hourglass-1::before {
  content: "\f251";
}

.fa-house::before {
  content: "\f015";
}

.fa-home::before {
  content: "\f015";
}

.fa-home-alt::before {
  content: "\f015";
}

.fa-home-lg-alt::before {
  content: "\f015";
}

.fa-house-chimney::before {
  content: "\e3af";
}

.fa-home-lg::before {
  content: "\e3af";
}

.fa-house-chimney-crack::before {
  content: "\f6f1";
}

.fa-house-damage::before {
  content: "\f6f1";
}

.fa-house-chimney-medical::before {
  content: "\f7f2";
}

.fa-clinic-medical::before {
  content: "\f7f2";
}

.fa-house-chimney-user::before {
  content: "\e065";
}

.fa-house-chimney-window::before {
  content: "\e00d";
}

.fa-house-crack::before {
  content: "\e3b1";
}

.fa-house-laptop::before {
  content: "\e066";
}

.fa-laptop-house::before {
  content: "\e066";
}

.fa-house-medical::before {
  content: "\e3b2";
}

.fa-house-user::before {
  content: "\e1b0";
}

.fa-home-user::before {
  content: "\e1b0";
}

.fa-hryvnia-sign::before {
  content: "\f6f2";
}

.fa-hryvnia::before {
  content: "\f6f2";
}

.fa-i::before {
  content: "\49";
}

.fa-i-cursor::before {
  content: "\f246";
}

.fa-ice-cream::before {
  content: "\f810";
}

.fa-icicles::before {
  content: "\f7ad";
}

.fa-icons::before {
  content: "\f86d";
}

.fa-heart-music-camera-bolt::before {
  content: "\f86d";
}

.fa-id-badge::before {
  content: "\f2c1";
}

.fa-id-card::before {
  content: "\f2c2";
}

.fa-drivers-license::before {
  content: "\f2c2";
}

.fa-id-card-clip::before {
  content: "\f47f";
}

.fa-id-card-alt::before {
  content: "\f47f";
}

.fa-igloo::before {
  content: "\f7ae";
}

.fa-image::before {
  content: "\f03e";
}

.fa-image-portrait::before {
  content: "\f3e0";
}

.fa-portrait::before {
  content: "\f3e0";
}

.fa-images::before {
  content: "\f302";
}

.fa-inbox::before {
  content: "\f01c";
}

.fa-indent::before {
  content: "\f03c";
}

.fa-indian-rupee-sign::before {
  content: "\e1bc";
}

.fa-indian-rupee::before {
  content: "\e1bc";
}

.fa-inr::before {
  content: "\e1bc";
}

.fa-industry::before {
  content: "\f275";
}

.fa-infinity::before {
  content: "\f534";
}

.fa-info::before {
  content: "\f129";
}

.fa-italic::before {
  content: "\f033";
}

.fa-j::before {
  content: "\4a";
}

.fa-jedi::before {
  content: "\f669";
}

.fa-jet-fighter::before {
  content: "\f0fb";
}

.fa-fighter-jet::before {
  content: "\f0fb";
}

.fa-joint::before {
  content: "\f595";
}

.fa-k::before {
  content: "\4b";
}

.fa-kaaba::before {
  content: "\f66b";
}

.fa-key::before {
  content: "\f084";
}

.fa-keyboard::before {
  content: "\f11c";
}

.fa-khanda::before {
  content: "\f66d";
}

.fa-kip-sign::before {
  content: "\e1c4";
}

.fa-kit-medical::before {
  content: "\f479";
}

.fa-first-aid::before {
  content: "\f479";
}

.fa-kiwi-bird::before {
  content: "\f535";
}

.fa-l::before {
  content: "\4c";
}

.fa-landmark::before {
  content: "\f66f";
}

.fa-language::before {
  content: "\f1ab";
}

.fa-laptop::before {
  content: "\f109";
}

.fa-laptop-code::before {
  content: "\f5fc";
}

.fa-laptop-medical::before {
  content: "\f812";
}

.fa-lari-sign::before {
  content: "\e1c8";
}

.fa-layer-group::before {
  content: "\f5fd";
}

.fa-leaf::before {
  content: "\f06c";
}

.fa-left-long::before {
  content: "\f30a";
}

.fa-long-arrow-alt-left::before {
  content: "\f30a";
}

.fa-left-right::before {
  content: "\f337";
}

.fa-arrows-alt-h::before {
  content: "\f337";
}

.fa-lemon::before {
  content: "\f094";
}

.fa-less-than::before {
  content: "\3c";
}

.fa-less-than-equal::before {
  content: "\f537";
}

.fa-life-ring::before {
  content: "\f1cd";
}

.fa-lightbulb::before {
  content: "\f0eb";
}

.fa-link::before {
  content: "\f0c1";
}

.fa-chain::before {
  content: "\f0c1";
}

.fa-link-slash::before {
  content: "\f127";
}

.fa-chain-broken::before {
  content: "\f127";
}

.fa-chain-slash::before {
  content: "\f127";
}

.fa-unlink::before {
  content: "\f127";
}

.fa-lira-sign::before {
  content: "\f195";
}

.fa-list::before {
  content: "\f03a";
}

.fa-list-squares::before {
  content: "\f03a";
}

.fa-list-check::before {
  content: "\f0ae";
}

.fa-tasks::before {
  content: "\f0ae";
}

.fa-list-ol::before {
  content: "\f0cb";
}

.fa-list-1-2::before {
  content: "\f0cb";
}

.fa-list-numeric::before {
  content: "\f0cb";
}

.fa-list-ul::before {
  content: "\f0ca";
}

.fa-list-dots::before {
  content: "\f0ca";
}

.fa-litecoin-sign::before {
  content: "\e1d3";
}

.fa-location-arrow::before {
  content: "\f124";
}

.fa-location-crosshairs::before {
  content: "\f601";
}

.fa-location::before {
  content: "\f601";
}

.fa-location-dot::before {
  content: "\f3c5";
}

.fa-map-marker-alt::before {
  content: "\f3c5";
}

.fa-location-pin::before {
  content: "\f041";
}

.fa-map-marker::before {
  content: "\f041";
}

.fa-lock::before {
  content: "\f023";
}

.fa-lock-open::before {
  content: "\f3c1";
}

.fa-lungs::before {
  content: "\f604";
}

.fa-lungs-virus::before {
  content: "\e067";
}

.fa-m::before {
  content: "\4d";
}

.fa-magnet::before {
  content: "\f076";
}

.fa-magnifying-glass::before {
  content: "\f002";
}

.fa-search::before {
  content: "\f002";
}

.fa-magnifying-glass-dollar::before {
  content: "\f688";
}

.fa-search-dollar::before {
  content: "\f688";
}

.fa-magnifying-glass-location::before {
  content: "\f689";
}

.fa-search-location::before {
  content: "\f689";
}

.fa-magnifying-glass-minus::before {
  content: "\f010";
}

.fa-search-minus::before {
  content: "\f010";
}

.fa-magnifying-glass-plus::before {
  content: "\f00e";
}

.fa-search-plus::before {
  content: "\f00e";
}

.fa-manat-sign::before {
  content: "\e1d5";
}

.fa-map::before {
  content: "\f279";
}

.fa-map-location::before {
  content: "\f59f";
}

.fa-map-marked::before {
  content: "\f59f";
}

.fa-map-location-dot::before {
  content: "\f5a0";
}

.fa-map-marked-alt::before {
  content: "\f5a0";
}

.fa-map-pin::before {
  content: "\f276";
}

.fa-marker::before {
  content: "\f5a1";
}

.fa-mars::before {
  content: "\f222";
}

.fa-mars-and-venus::before {
  content: "\f224";
}

.fa-mars-double::before {
  content: "\f227";
}

.fa-mars-stroke::before {
  content: "\f229";
}

.fa-mars-stroke-right::before {
  content: "\f22b";
}

.fa-mars-stroke-h::before {
  content: "\f22b";
}

.fa-mars-stroke-up::before {
  content: "\f22a";
}

.fa-mars-stroke-v::before {
  content: "\f22a";
}

.fa-martini-glass::before {
  content: "\f57b";
}

.fa-glass-martini-alt::before {
  content: "\f57b";
}

.fa-martini-glass-citrus::before {
  content: "\f561";
}

.fa-cocktail::before {
  content: "\f561";
}

.fa-martini-glass-empty::before {
  content: "\f000";
}

.fa-glass-martini::before {
  content: "\f000";
}

.fa-mask::before {
  content: "\f6fa";
}

.fa-mask-face::before {
  content: "\e1d7";
}

.fa-masks-theater::before {
  content: "\f630";
}

.fa-theater-masks::before {
  content: "\f630";
}

.fa-maximize::before {
  content: "\f31e";
}

.fa-expand-arrows-alt::before {
  content: "\f31e";
}

.fa-medal::before {
  content: "\f5a2";
}

.fa-memory::before {
  content: "\f538";
}

.fa-menorah::before {
  content: "\f676";
}

.fa-mercury::before {
  content: "\f223";
}

.fa-message::before {
  content: "\f27a";
}

.fa-comment-alt::before {
  content: "\f27a";
}

.fa-meteor::before {
  content: "\f753";
}

.fa-microchip::before {
  content: "\f2db";
}

.fa-microphone::before {
  content: "\f130";
}

.fa-microphone-lines::before {
  content: "\f3c9";
}

.fa-microphone-alt::before {
  content: "\f3c9";
}

.fa-microphone-lines-slash::before {
  content: "\f539";
}

.fa-microphone-alt-slash::before {
  content: "\f539";
}

.fa-microphone-slash::before {
  content: "\f131";
}

.fa-microscope::before {
  content: "\f610";
}

.fa-mill-sign::before {
  content: "\e1ed";
}

.fa-minimize::before {
  content: "\f78c";
}

.fa-compress-arrows-alt::before {
  content: "\f78c";
}

.fa-minus::before {
  content: "\f068";
}

.fa-subtract::before {
  content: "\f068";
}

.fa-mitten::before {
  content: "\f7b5";
}

.fa-mobile::before {
  content: "\f3ce";
}

.fa-mobile-android::before {
  content: "\f3ce";
}

.fa-mobile-phone::before {
  content: "\f3ce";
}

.fa-mobile-button::before {
  content: "\f10b";
}

.fa-mobile-screen-button::before {
  content: "\f3cd";
}

.fa-mobile-alt::before {
  content: "\f3cd";
}

.fa-money-bill::before {
  content: "\f0d6";
}

.fa-money-bill-1::before {
  content: "\f3d1";
}

.fa-money-bill-alt::before {
  content: "\f3d1";
}

.fa-money-bill-1-wave::before {
  content: "\f53b";
}

.fa-money-bill-wave-alt::before {
  content: "\f53b";
}

.fa-money-bill-wave::before {
  content: "\f53a";
}

.fa-money-check::before {
  content: "\f53c";
}

.fa-money-check-dollar::before {
  content: "\f53d";
}

.fa-money-check-alt::before {
  content: "\f53d";
}

.fa-monument::before {
  content: "\f5a6";
}

.fa-moon::before {
  content: "\f186";
}

.fa-mortar-pestle::before {
  content: "\f5a7";
}

.fa-mosque::before {
  content: "\f678";
}

.fa-motorcycle::before {
  content: "\f21c";
}

.fa-mountain::before {
  content: "\f6fc";
}

.fa-mug-hot::before {
  content: "\f7b6";
}

.fa-mug-saucer::before {
  content: "\f0f4";
}

.fa-coffee::before {
  content: "\f0f4";
}

.fa-music::before {
  content: "\f001";
}

.fa-n::before {
  content: "\4e";
}

.fa-naira-sign::before {
  content: "\e1f6";
}

.fa-network-wired::before {
  content: "\f6ff";
}

.fa-neuter::before {
  content: "\f22c";
}

.fa-newspaper::before {
  content: "\f1ea";
}

.fa-not-equal::before {
  content: "\f53e";
}

.fa-note-sticky::before {
  content: "\f249";
}

.fa-sticky-note::before {
  content: "\f249";
}

.fa-notes-medical::before {
  content: "\f481";
}

.fa-o::before {
  content: "\4f";
}

.fa-object-group::before {
  content: "\f247";
}

.fa-object-ungroup::before {
  content: "\f248";
}

.fa-oil-can::before {
  content: "\f613";
}

.fa-om::before {
  content: "\f679";
}

.fa-otter::before {
  content: "\f700";
}

.fa-outdent::before {
  content: "\f03b";
}

.fa-dedent::before {
  content: "\f03b";
}

.fa-p::before {
  content: "\50";
}

.fa-pager::before {
  content: "\f815";
}

.fa-paint-roller::before {
  content: "\f5aa";
}

.fa-paintbrush::before {
  content: "\f1fc";
}

.fa-paint-brush::before {
  content: "\f1fc";
}

.fa-palette::before {
  content: "\f53f";
}

.fa-pallet::before {
  content: "\f482";
}

.fa-panorama::before {
  content: "\e209";
}

.fa-paper-plane::before {
  content: "\f1d8";
}

.fa-paperclip::before {
  content: "\f0c6";
}

.fa-parachute-box::before {
  content: "\f4cd";
}

.fa-paragraph::before {
  content: "\f1dd";
}

.fa-passport::before {
  content: "\f5ab";
}

.fa-paste::before {
  content: "\f0ea";
}

.fa-file-clipboard::before {
  content: "\f0ea";
}

.fa-pause::before {
  content: "\f04c";
}

.fa-paw::before {
  content: "\f1b0";
}

.fa-peace::before {
  content: "\f67c";
}

.fa-pen::before {
  content: "\f304";
}

.fa-pen-clip::before {
  content: "\f305";
}

.fa-pen-alt::before {
  content: "\f305";
}

.fa-pen-fancy::before {
  content: "\f5ac";
}

.fa-pen-nib::before {
  content: "\f5ad";
}

.fa-pen-ruler::before {
  content: "\f5ae";
}

.fa-pencil-ruler::before {
  content: "\f5ae";
}

.fa-pen-to-square::before {
  content: "\f044";
}

.fa-edit::before {
  content: "\f044";
}

.fa-pencil::before {
  content: "\f303";
}

.fa-pencil-alt::before {
  content: "\f303";
}

.fa-people-arrows-left-right::before {
  content: "\e068";
}

.fa-people-arrows::before {
  content: "\e068";
}

.fa-people-carry-box::before {
  content: "\f4ce";
}

.fa-people-carry::before {
  content: "\f4ce";
}

.fa-pepper-hot::before {
  content: "\f816";
}

.fa-percent::before {
  content: "\25";
}

.fa-percentage::before {
  content: "\25";
}

.fa-person::before {
  content: "\f183";
}

.fa-male::before {
  content: "\f183";
}

.fa-person-biking::before {
  content: "\f84a";
}

.fa-biking::before {
  content: "\f84a";
}

.fa-person-booth::before {
  content: "\f756";
}

.fa-person-dots-from-line::before {
  content: "\f470";
}

.fa-diagnoses::before {
  content: "\f470";
}

.fa-person-dress::before {
  content: "\f182";
}

.fa-female::before {
  content: "\f182";
}

.fa-person-hiking::before {
  content: "\f6ec";
}

.fa-hiking::before {
  content: "\f6ec";
}

.fa-person-praying::before {
  content: "\f683";
}

.fa-pray::before {
  content: "\f683";
}

.fa-person-running::before {
  content: "\f70c";
}

.fa-running::before {
  content: "\f70c";
}

.fa-person-skating::before {
  content: "\f7c5";
}

.fa-skating::before {
  content: "\f7c5";
}

.fa-person-skiing::before {
  content: "\f7c9";
}

.fa-skiing::before {
  content: "\f7c9";
}

.fa-person-skiing-nordic::before {
  content: "\f7ca";
}

.fa-skiing-nordic::before {
  content: "\f7ca";
}

.fa-person-snowboarding::before {
  content: "\f7ce";
}

.fa-snowboarding::before {
  content: "\f7ce";
}

.fa-person-swimming::before {
  content: "\f5c4";
}

.fa-swimmer::before {
  content: "\f5c4";
}

.fa-person-walking::before {
  content: "\f554";
}

.fa-walking::before {
  content: "\f554";
}

.fa-person-walking-with-cane::before {
  content: "\f29d";
}

.fa-blind::before {
  content: "\f29d";
}

.fa-peseta-sign::before {
  content: "\e221";
}

.fa-peso-sign::before {
  content: "\e222";
}

.fa-phone::before {
  content: "\f095";
}

.fa-phone-flip::before {
  content: "\f879";
}

.fa-phone-alt::before {
  content: "\f879";
}

.fa-phone-slash::before {
  content: "\f3dd";
}

.fa-phone-volume::before {
  content: "\f2a0";
}

.fa-volume-control-phone::before {
  content: "\f2a0";
}

.fa-photo-film::before {
  content: "\f87c";
}

.fa-photo-video::before {
  content: "\f87c";
}

.fa-piggy-bank::before {
  content: "\f4d3";
}

.fa-pills::before {
  content: "\f484";
}

.fa-pizza-slice::before {
  content: "\f818";
}

.fa-place-of-worship::before {
  content: "\f67f";
}

.fa-plane::before {
  content: "\f072";
}

.fa-plane-arrival::before {
  content: "\f5af";
}

.fa-plane-departure::before {
  content: "\f5b0";
}

.fa-plane-slash::before {
  content: "\e069";
}

.fa-play::before {
  content: "\f04b";
}

.fa-plug::before {
  content: "\f1e6";
}

.fa-plus::before {
  content: "\2b";
}

.fa-add::before {
  content: "\2b";
}

.fa-plus-minus::before {
  content: "\e43c";
}

.fa-podcast::before {
  content: "\f2ce";
}

.fa-poo::before {
  content: "\f2fe";
}

.fa-poo-storm::before {
  content: "\f75a";
}

.fa-poo-bolt::before {
  content: "\f75a";
}

.fa-poop::before {
  content: "\f619";
}

.fa-power-off::before {
  content: "\f011";
}

.fa-prescription::before {
  content: "\f5b1";
}

.fa-prescription-bottle::before {
  content: "\f485";
}

.fa-prescription-bottle-medical::before {
  content: "\f486";
}

.fa-prescription-bottle-alt::before {
  content: "\f486";
}

.fa-print::before {
  content: "\f02f";
}

.fa-pump-medical::before {
  content: "\e06a";
}

.fa-pump-soap::before {
  content: "\e06b";
}

.fa-puzzle-piece::before {
  content: "\f12e";
}

.fa-q::before {
  content: "\51";
}

.fa-qrcode::before {
  content: "\f029";
}

.fa-question::before {
  content: "\3f";
}

.fa-quote-left::before {
  content: "\f10d";
}

.fa-quote-left-alt::before {
  content: "\f10d";
}

.fa-quote-right::before {
  content: "\f10e";
}

.fa-quote-right-alt::before {
  content: "\f10e";
}

.fa-r::before {
  content: "\52";
}

.fa-radiation::before {
  content: "\f7b9";
}

.fa-rainbow::before {
  content: "\f75b";
}

.fa-receipt::before {
  content: "\f543";
}

.fa-record-vinyl::before {
  content: "\f8d9";
}

.fa-rectangle-ad::before {
  content: "\f641";
}

.fa-ad::before {
  content: "\f641";
}

.fa-rectangle-list::before {
  content: "\f022";
}

.fa-list-alt::before {
  content: "\f022";
}

.fa-rectangle-xmark::before {
  content: "\f410";
}

.fa-rectangle-times::before {
  content: "\f410";
}

.fa-times-rectangle::before {
  content: "\f410";
}

.fa-window-close::before {
  content: "\f410";
}

.fa-recycle::before {
  content: "\f1b8";
}

.fa-registered::before {
  content: "\f25d";
}

.fa-repeat::before {
  content: "\f363";
}

.fa-reply::before {
  content: "\f3e5";
}

.fa-mail-reply::before {
  content: "\f3e5";
}

.fa-reply-all::before {
  content: "\f122";
}

.fa-mail-reply-all::before {
  content: "\f122";
}

.fa-republican::before {
  content: "\f75e";
}

.fa-restroom::before {
  content: "\f7bd";
}

.fa-retweet::before {
  content: "\f079";
}

.fa-ribbon::before {
  content: "\f4d6";
}

.fa-right-from-bracket::before {
  content: "\f2f5";
}

.fa-sign-out-alt::before {
  content: "\f2f5";
}

.fa-right-left::before {
  content: "\f362";
}

.fa-exchange-alt::before {
  content: "\f362";
}

.fa-right-long::before {
  content: "\f30b";
}

.fa-long-arrow-alt-right::before {
  content: "\f30b";
}

.fa-right-to-bracket::before {
  content: "\f2f6";
}

.fa-sign-in-alt::before {
  content: "\f2f6";
}

.fa-ring::before {
  content: "\f70b";
}

.fa-road::before {
  content: "\f018";
}

.fa-robot::before {
  content: "\f544";
}

.fa-rocket::before {
  content: "\f135";
}

.fa-rotate::before {
  content: "\f2f1";
}

.fa-sync-alt::before {
  content: "\f2f1";
}

.fa-rotate-left::before {
  content: "\f2ea";
}

.fa-rotate-back::before {
  content: "\f2ea";
}

.fa-rotate-backward::before {
  content: "\f2ea";
}

.fa-undo-alt::before {
  content: "\f2ea";
}

.fa-rotate-right::before {
  content: "\f2f9";
}

.fa-redo-alt::before {
  content: "\f2f9";
}

.fa-rotate-forward::before {
  content: "\f2f9";
}

.fa-route::before {
  content: "\f4d7";
}

.fa-rss::before {
  content: "\f09e";
}

.fa-feed::before {
  content: "\f09e";
}

.fa-ruble-sign::before {
  content: "\f158";
}

.fa-rouble::before {
  content: "\f158";
}

.fa-rub::before {
  content: "\f158";
}

.fa-ruble::before {
  content: "\f158";
}

.fa-ruler::before {
  content: "\f545";
}

.fa-ruler-combined::before {
  content: "\f546";
}

.fa-ruler-horizontal::before {
  content: "\f547";
}

.fa-ruler-vertical::before {
  content: "\f548";
}

.fa-rupee-sign::before {
  content: "\f156";
}

.fa-rupee::before {
  content: "\f156";
}

.fa-rupiah-sign::before {
  content: "\e23d";
}

.fa-s::before {
  content: "\53";
}

.fa-sailboat::before {
  content: "\e445";
}

.fa-satellite::before {
  content: "\f7bf";
}

.fa-satellite-dish::before {
  content: "\f7c0";
}

.fa-scale-balanced::before {
  content: "\f24e";
}

.fa-balance-scale::before {
  content: "\f24e";
}

.fa-scale-unbalanced::before {
  content: "\f515";
}

.fa-balance-scale-left::before {
  content: "\f515";
}

.fa-scale-unbalanced-flip::before {
  content: "\f516";
}

.fa-balance-scale-right::before {
  content: "\f516";
}

.fa-school::before {
  content: "\f549";
}

.fa-scissors::before {
  content: "\f0c4";
}

.fa-cut::before {
  content: "\f0c4";
}

.fa-screwdriver::before {
  content: "\f54a";
}

.fa-screwdriver-wrench::before {
  content: "\f7d9";
}

.fa-tools::before {
  content: "\f7d9";
}

.fa-scroll::before {
  content: "\f70e";
}

.fa-scroll-torah::before {
  content: "\f6a0";
}

.fa-torah::before {
  content: "\f6a0";
}

.fa-sd-card::before {
  content: "\f7c2";
}

.fa-section::before {
  content: "\e447";
}

.fa-seedling::before {
  content: "\f4d8";
}

.fa-sprout::before {
  content: "\f4d8";
}

.fa-server::before {
  content: "\f233";
}

.fa-shapes::before {
  content: "\f61f";
}

.fa-triangle-circle-square::before {
  content: "\f61f";
}

.fa-share::before {
  content: "\f064";
}

.fa-arrow-turn-right::before {
  content: "\f064";
}

.fa-mail-forward::before {
  content: "\f064";
}

.fa-share-from-square::before {
  content: "\f14d";
}

.fa-share-square::before {
  content: "\f14d";
}

.fa-share-nodes::before {
  content: "\f1e0";
}

.fa-share-alt::before {
  content: "\f1e0";
}

.fa-shekel-sign::before {
  content: "\f20b";
}

.fa-ils::before {
  content: "\f20b";
}

.fa-shekel::before {
  content: "\f20b";
}

.fa-sheqel::before {
  content: "\f20b";
}

.fa-sheqel-sign::before {
  content: "\f20b";
}

.fa-shield::before {
  content: "\f132";
}

.fa-shield-blank::before {
  content: "\f3ed";
}

.fa-shield-alt::before {
  content: "\f3ed";
}

.fa-shield-virus::before {
  content: "\e06c";
}

.fa-ship::before {
  content: "\f21a";
}

.fa-shirt::before {
  content: "\f553";
}

.fa-t-shirt::before {
  content: "\f553";
}

.fa-tshirt::before {
  content: "\f553";
}

.fa-shoe-prints::before {
  content: "\f54b";
}

.fa-shop::before {
  content: "\f54f";
}

.fa-store-alt::before {
  content: "\f54f";
}

.fa-shop-slash::before {
  content: "\e070";
}

.fa-store-alt-slash::before {
  content: "\e070";
}

.fa-shower::before {
  content: "\f2cc";
}

.fa-shrimp::before {
  content: "\e448";
}

.fa-shuffle::before {
  content: "\f074";
}

.fa-random::before {
  content: "\f074";
}

.fa-shuttle-space::before {
  content: "\f197";
}

.fa-space-shuttle::before {
  content: "\f197";
}

.fa-sign-hanging::before {
  content: "\f4d9";
}

.fa-sign::before {
  content: "\f4d9";
}

.fa-signal::before {
  content: "\f012";
}

.fa-signal-5::before {
  content: "\f012";
}

.fa-signal-perfect::before {
  content: "\f012";
}

.fa-signature::before {
  content: "\f5b7";
}

.fa-signs-post::before {
  content: "\f277";
}

.fa-map-signs::before {
  content: "\f277";
}

.fa-sim-card::before {
  content: "\f7c4";
}

.fa-sink::before {
  content: "\e06d";
}

.fa-sitemap::before {
  content: "\f0e8";
}

.fa-skull::before {
  content: "\f54c";
}

.fa-skull-crossbones::before {
  content: "\f714";
}

.fa-slash::before {
  content: "\f715";
}

.fa-sleigh::before {
  content: "\f7cc";
}

.fa-sliders::before {
  content: "\f1de";
}

.fa-sliders-h::before {
  content: "\f1de";
}

.fa-smog::before {
  content: "\f75f";
}

.fa-smoking::before {
  content: "\f48d";
}

.fa-snowflake::before {
  content: "\f2dc";
}

.fa-snowman::before {
  content: "\f7d0";
}

.fa-snowplow::before {
  content: "\f7d2";
}

.fa-soap::before {
  content: "\e06e";
}

.fa-socks::before {
  content: "\f696";
}

.fa-solar-panel::before {
  content: "\f5ba";
}

.fa-sort::before {
  content: "\f0dc";
}

.fa-unsorted::before {
  content: "\f0dc";
}

.fa-sort-down::before {
  content: "\f0dd";
}

.fa-sort-desc::before {
  content: "\f0dd";
}

.fa-sort-up::before {
  content: "\f0de";
}

.fa-sort-asc::before {
  content: "\f0de";
}

.fa-spa::before {
  content: "\f5bb";
}

.fa-spaghetti-monster-flying::before {
  content: "\f67b";
}

.fa-pastafarianism::before {
  content: "\f67b";
}

.fa-spell-check::before {
  content: "\f891";
}

.fa-spider::before {
  content: "\f717";
}

.fa-spinner::before {
  content: "\f110";
}

.fa-splotch::before {
  content: "\f5bc";
}

.fa-spoon::before {
  content: "\f2e5";
}

.fa-utensil-spoon::before {
  content: "\f2e5";
}

.fa-spray-can::before {
  content: "\f5bd";
}

.fa-spray-can-sparkles::before {
  content: "\f5d0";
}

.fa-air-freshener::before {
  content: "\f5d0";
}

.fa-square::before {
  content: "\f0c8";
}

.fa-square-arrow-up-right::before {
  content: "\f14c";
}

.fa-external-link-square::before {
  content: "\f14c";
}

.fa-square-caret-down::before {
  content: "\f150";
}

.fa-caret-square-down::before {
  content: "\f150";
}

.fa-square-caret-left::before {
  content: "\f191";
}

.fa-caret-square-left::before {
  content: "\f191";
}

.fa-square-caret-right::before {
  content: "\f152";
}

.fa-caret-square-right::before {
  content: "\f152";
}

.fa-square-caret-up::before {
  content: "\f151";
}

.fa-caret-square-up::before {
  content: "\f151";
}

.fa-square-check::before {
  content: "\f14a";
}

.fa-check-square::before {
  content: "\f14a";
}

.fa-square-envelope::before {
  content: "\f199";
}

.fa-envelope-square::before {
  content: "\f199";
}

.fa-square-full::before {
  content: "\f45c";
}

.fa-square-h::before {
  content: "\f0fd";
}

.fa-h-square::before {
  content: "\f0fd";
}

.fa-square-minus::before {
  content: "\f146";
}

.fa-minus-square::before {
  content: "\f146";
}

.fa-square-parking::before {
  content: "\f540";
}

.fa-parking::before {
  content: "\f540";
}

.fa-square-pen::before {
  content: "\f14b";
}

.fa-pen-square::before {
  content: "\f14b";
}

.fa-pencil-square::before {
  content: "\f14b";
}

.fa-square-phone::before {
  content: "\f098";
}

.fa-phone-square::before {
  content: "\f098";
}

.fa-square-phone-flip::before {
  content: "\f87b";
}

.fa-phone-square-alt::before {
  content: "\f87b";
}

.fa-square-plus::before {
  content: "\f0fe";
}

.fa-plus-square::before {
  content: "\f0fe";
}

.fa-square-poll-horizontal::before {
  content: "\f682";
}

.fa-poll-h::before {
  content: "\f682";
}

.fa-square-poll-vertical::before {
  content: "\f681";
}

.fa-poll::before {
  content: "\f681";
}

.fa-square-root-variable::before {
  content: "\f698";
}

.fa-square-root-alt::before {
  content: "\f698";
}

.fa-square-rss::before {
  content: "\f143";
}

.fa-rss-square::before {
  content: "\f143";
}

.fa-square-share-nodes::before {
  content: "\f1e1";
}

.fa-share-alt-square::before {
  content: "\f1e1";
}

.fa-square-up-right::before {
  content: "\f360";
}

.fa-external-link-square-alt::before {
  content: "\f360";
}

.fa-square-xmark::before {
  content: "\f2d3";
}

.fa-times-square::before {
  content: "\f2d3";
}

.fa-xmark-square::before {
  content: "\f2d3";
}

.fa-stairs::before {
  content: "\e289";
}

.fa-stamp::before {
  content: "\f5bf";
}

.fa-star::before {
  content: "\f005";
}

.fa-star-and-crescent::before {
  content: "\f699";
}

.fa-star-half::before {
  content: "\f089";
}

.fa-star-half-stroke::before {
  content: "\f5c0";
}

.fa-star-half-alt::before {
  content: "\f5c0";
}

.fa-star-of-david::before {
  content: "\f69a";
}

.fa-star-of-life::before {
  content: "\f621";
}

.fa-sterling-sign::before {
  content: "\f154";
}

.fa-gbp::before {
  content: "\f154";
}

.fa-pound-sign::before {
  content: "\f154";
}

.fa-stethoscope::before {
  content: "\f0f1";
}

.fa-stop::before {
  content: "\f04d";
}

.fa-stopwatch::before {
  content: "\f2f2";
}

.fa-stopwatch-20::before {
  content: "\e06f";
}

.fa-store::before {
  content: "\f54e";
}

.fa-store-slash::before {
  content: "\e071";
}

.fa-street-view::before {
  content: "\f21d";
}

.fa-strikethrough::before {
  content: "\f0cc";
}

.fa-stroopwafel::before {
  content: "\f551";
}

.fa-subscript::before {
  content: "\f12c";
}

.fa-suitcase::before {
  content: "\f0f2";
}

.fa-suitcase-medical::before {
  content: "\f0fa";
}

.fa-medkit::before {
  content: "\f0fa";
}

.fa-suitcase-rolling::before {
  content: "\f5c1";
}

.fa-sun::before {
  content: "\f185";
}

.fa-superscript::before {
  content: "\f12b";
}

.fa-swatchbook::before {
  content: "\f5c3";
}

.fa-synagogue::before {
  content: "\f69b";
}

.fa-syringe::before {
  content: "\f48e";
}

.fa-t::before {
  content: "\54";
}

.fa-table::before {
  content: "\f0ce";
}

.fa-table-cells::before {
  content: "\f00a";
}

.fa-th::before {
  content: "\f00a";
}

.fa-table-cells-large::before {
  content: "\f009";
}

.fa-th-large::before {
  content: "\f009";
}

.fa-table-columns::before {
  content: "\f0db";
}

.fa-columns::before {
  content: "\f0db";
}

.fa-table-list::before {
  content: "\f00b";
}

.fa-th-list::before {
  content: "\f00b";
}

.fa-table-tennis-paddle-ball::before {
  content: "\f45d";
}

.fa-ping-pong-paddle-ball::before {
  content: "\f45d";
}

.fa-table-tennis::before {
  content: "\f45d";
}

.fa-tablet::before {
  content: "\f3fb";
}

.fa-tablet-android::before {
  content: "\f3fb";
}

.fa-tablet-button::before {
  content: "\f10a";
}

.fa-tablet-screen-button::before {
  content: "\f3fa";
}

.fa-tablet-alt::before {
  content: "\f3fa";
}

.fa-tablets::before {
  content: "\f490";
}

.fa-tachograph-digital::before {
  content: "\f566";
}

.fa-digital-tachograph::before {
  content: "\f566";
}

.fa-tag::before {
  content: "\f02b";
}

.fa-tags::before {
  content: "\f02c";
}

.fa-tape::before {
  content: "\f4db";
}

.fa-taxi::before {
  content: "\f1ba";
}

.fa-cab::before {
  content: "\f1ba";
}

.fa-teeth::before {
  content: "\f62e";
}

.fa-teeth-open::before {
  content: "\f62f";
}

.fa-temperature-empty::before {
  content: "\f2cb";
}

.fa-temperature-0::before {
  content: "\f2cb";
}

.fa-thermometer-0::before {
  content: "\f2cb";
}

.fa-thermometer-empty::before {
  content: "\f2cb";
}

.fa-temperature-full::before {
  content: "\f2c7";
}

.fa-temperature-4::before {
  content: "\f2c7";
}

.fa-thermometer-4::before {
  content: "\f2c7";
}

.fa-thermometer-full::before {
  content: "\f2c7";
}

.fa-temperature-half::before {
  content: "\f2c9";
}

.fa-temperature-2::before {
  content: "\f2c9";
}

.fa-thermometer-2::before {
  content: "\f2c9";
}

.fa-thermometer-half::before {
  content: "\f2c9";
}

.fa-temperature-high::before {
  content: "\f769";
}

.fa-temperature-low::before {
  content: "\f76b";
}

.fa-temperature-quarter::before {
  content: "\f2ca";
}

.fa-temperature-1::before {
  content: "\f2ca";
}

.fa-thermometer-1::before {
  content: "\f2ca";
}

.fa-thermometer-quarter::before {
  content: "\f2ca";
}

.fa-temperature-three-quarters::before {
  content: "\f2c8";
}

.fa-temperature-3::before {
  content: "\f2c8";
}

.fa-thermometer-3::before {
  content: "\f2c8";
}

.fa-thermometer-three-quarters::before {
  content: "\f2c8";
}

.fa-tenge-sign::before {
  content: "\f7d7";
}

.fa-tenge::before {
  content: "\f7d7";
}

.fa-terminal::before {
  content: "\f120";
}

.fa-text-height::before {
  content: "\f034";
}

.fa-text-slash::before {
  content: "\f87d";
}

.fa-remove-format::before {
  content: "\f87d";
}

.fa-text-width::before {
  content: "\f035";
}

.fa-thermometer::before {
  content: "\f491";
}

.fa-thumbs-down::before {
  content: "\f165";
}

.fa-thumbs-up::before {
  content: "\f164";
}

.fa-thumbtack::before {
  content: "\f08d";
}

.fa-thumb-tack::before {
  content: "\f08d";
}

.fa-ticket::before {
  content: "\f145";
}

.fa-ticket-simple::before {
  content: "\f3ff";
}

.fa-ticket-alt::before {
  content: "\f3ff";
}

.fa-timeline::before {
  content: "\e29c";
}

.fa-toggle-off::before {
  content: "\f204";
}

.fa-toggle-on::before {
  content: "\f205";
}

.fa-toilet::before {
  content: "\f7d8";
}

.fa-toilet-paper::before {
  content: "\f71e";
}

.fa-toilet-paper-slash::before {
  content: "\e072";
}

.fa-toolbox::before {
  content: "\f552";
}

.fa-tooth::before {
  content: "\f5c9";
}

.fa-torii-gate::before {
  content: "\f6a1";
}

.fa-tower-broadcast::before {
  content: "\f519";
}

.fa-broadcast-tower::before {
  content: "\f519";
}

.fa-tractor::before {
  content: "\f722";
}

.fa-trademark::before {
  content: "\f25c";
}

.fa-traffic-light::before {
  content: "\f637";
}

.fa-trailer::before {
  content: "\e041";
}

.fa-train::before {
  content: "\f238";
}

.fa-train-subway::before {
  content: "\f239";
}

.fa-subway::before {
  content: "\f239";
}

.fa-train-tram::before {
  content: "\f7da";
}

.fa-tram::before {
  content: "\f7da";
}

.fa-transgender::before {
  content: "\f225";
}

.fa-transgender-alt::before {
  content: "\f225";
}

.fa-trash::before {
  content: "\f1f8";
}

.fa-trash-arrow-up::before {
  content: "\f829";
}

.fa-trash-restore::before {
  content: "\f829";
}

.fa-trash-can::before {
  content: "\f2ed";
}

.fa-trash-alt::before {
  content: "\f2ed";
}

.fa-trash-can-arrow-up::before {
  content: "\f82a";
}

.fa-trash-restore-alt::before {
  content: "\f82a";
}

.fa-tree::before {
  content: "\f1bb";
}

.fa-triangle-exclamation::before {
  content: "\f071";
}

.fa-exclamation-triangle::before {
  content: "\f071";
}

.fa-warning::before {
  content: "\f071";
}

.fa-trophy::before {
  content: "\f091";
}

.fa-truck::before {
  content: "\f0d1";
}

.fa-truck-fast::before {
  content: "\f48b";
}

.fa-shipping-fast::before {
  content: "\f48b";
}

.fa-truck-medical::before {
  content: "\f0f9";
}

.fa-ambulance::before {
  content: "\f0f9";
}

.fa-truck-monster::before {
  content: "\f63b";
}

.fa-truck-moving::before {
  content: "\f4df";
}

.fa-truck-pickup::before {
  content: "\f63c";
}

.fa-truck-ramp-box::before {
  content: "\f4de";
}

.fa-truck-loading::before {
  content: "\f4de";
}

.fa-tty::before {
  content: "\f1e4";
}

.fa-teletype::before {
  content: "\f1e4";
}

.fa-turkish-lira-sign::before {
  content: "\e2bb";
}

.fa-try::before {
  content: "\e2bb";
}

.fa-turkish-lira::before {
  content: "\e2bb";
}

.fa-turn-down::before {
  content: "\f3be";
}

.fa-level-down-alt::before {
  content: "\f3be";
}

.fa-turn-up::before {
  content: "\f3bf";
}

.fa-level-up-alt::before {
  content: "\f3bf";
}

.fa-tv::before {
  content: "\f26c";
}

.fa-television::before {
  content: "\f26c";
}

.fa-tv-alt::before {
  content: "\f26c";
}

.fa-u::before {
  content: "\55";
}

.fa-umbrella::before {
  content: "\f0e9";
}

.fa-umbrella-beach::before {
  content: "\f5ca";
}

.fa-underline::before {
  content: "\f0cd";
}

.fa-universal-access::before {
  content: "\f29a";
}

.fa-unlock::before {
  content: "\f09c";
}

.fa-unlock-keyhole::before {
  content: "\f13e";
}

.fa-unlock-alt::before {
  content: "\f13e";
}

.fa-up-down::before {
  content: "\f338";
}

.fa-arrows-alt-v::before {
  content: "\f338";
}

.fa-up-down-left-right::before {
  content: "\f0b2";
}

.fa-arrows-alt::before {
  content: "\f0b2";
}

.fa-up-long::before {
  content: "\f30c";
}

.fa-long-arrow-alt-up::before {
  content: "\f30c";
}

.fa-up-right-and-down-left-from-center::before {
  content: "\f424";
}

.fa-expand-alt::before {
  content: "\f424";
}

.fa-up-right-from-square::before {
  content: "\f35d";
}

.fa-external-link-alt::before {
  content: "\f35d";
}

.fa-upload::before {
  content: "\f093";
}

.fa-user::before {
  content: "\f007";
}

.fa-user-astronaut::before {
  content: "\f4fb";
}

.fa-user-check::before {
  content: "\f4fc";
}

.fa-user-clock::before {
  content: "\f4fd";
}

.fa-user-doctor::before {
  content: "\f0f0";
}

.fa-user-md::before {
  content: "\f0f0";
}

.fa-user-gear::before {
  content: "\f4fe";
}

.fa-user-cog::before {
  content: "\f4fe";
}

.fa-user-graduate::before {
  content: "\f501";
}

.fa-user-group::before {
  content: "\f500";
}

.fa-user-friends::before {
  content: "\f500";
}

.fa-user-injured::before {
  content: "\f728";
}

.fa-user-large::before {
  content: "\f406";
}

.fa-user-alt::before {
  content: "\f406";
}

.fa-user-large-slash::before {
  content: "\f4fa";
}

.fa-user-alt-slash::before {
  content: "\f4fa";
}

.fa-user-lock::before {
  content: "\f502";
}

.fa-user-minus::before {
  content: "\f503";
}

.fa-user-ninja::before {
  content: "\f504";
}

.fa-user-nurse::before {
  content: "\f82f";
}

.fa-user-pen::before {
  content: "\f4ff";
}

.fa-user-edit::before {
  content: "\f4ff";
}

.fa-user-plus::before {
  content: "\f234";
}

.fa-user-secret::before {
  content: "\f21b";
}

.fa-user-shield::before {
  content: "\f505";
}

.fa-user-slash::before {
  content: "\f506";
}

.fa-user-tag::before {
  content: "\f507";
}

.fa-user-tie::before {
  content: "\f508";
}

.fa-user-xmark::before {
  content: "\f235";
}

.fa-user-times::before {
  content: "\f235";
}

.fa-users::before {
  content: "\f0c0";
}

.fa-users-gear::before {
  content: "\f509";
}

.fa-users-cog::before {
  content: "\f509";
}

.fa-users-slash::before {
  content: "\e073";
}

.fa-utensils::before {
  content: "\f2e7";
}

.fa-cutlery::before {
  content: "\f2e7";
}

.fa-v::before {
  content: "\56";
}

.fa-van-shuttle::before {
  content: "\f5b6";
}

.fa-shuttle-van::before {
  content: "\f5b6";
}

.fa-vault::before {
  content: "\e2c5";
}

.fa-vector-square::before {
  content: "\f5cb";
}

.fa-venus::before {
  content: "\f221";
}

.fa-venus-double::before {
  content: "\f226";
}

.fa-venus-mars::before {
  content: "\f228";
}

.fa-vest::before {
  content: "\e085";
}

.fa-vest-patches::before {
  content: "\e086";
}

.fa-vial::before {
  content: "\f492";
}

.fa-vials::before {
  content: "\f493";
}

.fa-video::before {
  content: "\f03d";
}

.fa-video-camera::before {
  content: "\f03d";
}

.fa-video-slash::before {
  content: "\f4e2";
}

.fa-vihara::before {
  content: "\f6a7";
}

.fa-virus::before {
  content: "\e074";
}

.fa-virus-covid::before {
  content: "\e4a8";
}

.fa-virus-covid-slash::before {
  content: "\e4a9";
}

.fa-virus-slash::before {
  content: "\e075";
}

.fa-viruses::before {
  content: "\e076";
}

.fa-voicemail::before {
  content: "\f897";
}

.fa-volleyball::before {
  content: "\f45f";
}

.fa-volleyball-ball::before {
  content: "\f45f";
}

.fa-volume-high::before {
  content: "\f028";
}

.fa-volume-up::before {
  content: "\f028";
}

.fa-volume-low::before {
  content: "\f027";
}

.fa-volume-down::before {
  content: "\f027";
}

.fa-volume-off::before {
  content: "\f026";
}

.fa-volume-xmark::before {
  content: "\f6a9";
}

.fa-volume-mute::before {
  content: "\f6a9";
}

.fa-volume-times::before {
  content: "\f6a9";
}

.fa-vr-cardboard::before {
  content: "\f729";
}

.fa-w::before {
  content: "\57";
}

.fa-wallet::before {
  content: "\f555";
}

.fa-wand-magic::before {
  content: "\f0d0";
}

.fa-magic::before {
  content: "\f0d0";
}

.fa-wand-magic-sparkles::before {
  content: "\e2ca";
}

.fa-magic-wand-sparkles::before {
  content: "\e2ca";
}

.fa-wand-sparkles::before {
  content: "\f72b";
}

.fa-warehouse::before {
  content: "\f494";
}

.fa-water::before {
  content: "\f773";
}

.fa-water-ladder::before {
  content: "\f5c5";
}

.fa-ladder-water::before {
  content: "\f5c5";
}

.fa-swimming-pool::before {
  content: "\f5c5";
}

.fa-wave-square::before {
  content: "\f83e";
}

.fa-weight-hanging::before {
  content: "\f5cd";
}

.fa-weight-scale::before {
  content: "\f496";
}

.fa-weight::before {
  content: "\f496";
}

.fa-wheelchair::before {
  content: "\f193";
}

.fa-whiskey-glass::before {
  content: "\f7a0";
}

.fa-glass-whiskey::before {
  content: "\f7a0";
}

.fa-wifi::before {
  content: "\f1eb";
}

.fa-wifi-3::before {
  content: "\f1eb";
}

.fa-wifi-strong::before {
  content: "\f1eb";
}

.fa-wind::before {
  content: "\f72e";
}

.fa-window-maximize::before {
  content: "\f2d0";
}

.fa-window-minimize::before {
  content: "\f2d1";
}

.fa-window-restore::before {
  content: "\f2d2";
}

.fa-wine-bottle::before {
  content: "\f72f";
}

.fa-wine-glass::before {
  content: "\f4e3";
}

.fa-wine-glass-empty::before {
  content: "\f5ce";
}

.fa-wine-glass-alt::before {
  content: "\f5ce";
}

.fa-won-sign::before {
  content: "\f159";
}

.fa-krw::before {
  content: "\f159";
}

.fa-won::before {
  content: "\f159";
}

.fa-wrench::before {
  content: "\f0ad";
}

.fa-x::before {
  content: "\58";
}

.fa-x-ray::before {
  content: "\f497";
}

.fa-xmark::before {
  content: "\f00d";
}

.fa-close::before {
  content: "\f00d";
}

.fa-multiply::before {
  content: "\f00d";
}

.fa-remove::before {
  content: "\f00d";
}

.fa-times::before {
  content: "\f00d";
}

.fa-y::before {
  content: "\59";
}

.fa-yen-sign::before {
  content: "\f157";
}

.fa-cny::before {
  content: "\f157";
}

.fa-jpy::before {
  content: "\f157";
}

.fa-rmb::before {
  content: "\f157";
}

.fa-yen::before {
  content: "\f157";
}

.fa-yin-yang::before {
  content: "\f6ad";
}

.fa-z::before {
  content: "\5a";
}

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

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

/*!
 * Font Awesome Free 6.0.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2022 Fonticons, Inc.
 */

:root,
:host {
  --fa-font-solid: normal 900 1em/1 "Font Awesome 6 Free";
}

@font-face {
  font-family: 'Font Awesome 6 Free';
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("../fonts/fa-solid-900.woff2") format("woff2"), url("../fonts/fa-solid-900.ttf") format("truetype");
}

.fas,
.fa-solid {
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
}

/*!
 * Font Awesome Free 6.0.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2022 Fonticons, Inc.
 */

:root,
:host {
  --fa-font-brands: normal 400 1em/1 "Font Awesome 6 Brands";
}

@font-face {
  font-family: 'Font Awesome 6 Brands';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("../fonts/fa-brands-400.woff2") format("woff2"), url("../fonts/fa-brands-400.ttf") format("truetype");
}

.fab,
.fa-brands {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}

.fa-42-group:before {
  content: "\e080";
}

.fa-innosoft:before {
  content: "\e080";
}

.fa-500px:before {
  content: "\f26e";
}

.fa-accessible-icon:before {
  content: "\f368";
}

.fa-accusoft:before {
  content: "\f369";
}

.fa-adn:before {
  content: "\f170";
}

.fa-adversal:before {
  content: "\f36a";
}

.fa-affiliatetheme:before {
  content: "\f36b";
}

.fa-airbnb:before {
  content: "\f834";
}

.fa-algolia:before {
  content: "\f36c";
}

.fa-alipay:before {
  content: "\f642";
}

.fa-amazon:before {
  content: "\f270";
}

.fa-amazon-pay:before {
  content: "\f42c";
}

.fa-amilia:before {
  content: "\f36d";
}

.fa-android:before {
  content: "\f17b";
}

.fa-angellist:before {
  content: "\f209";
}

.fa-angrycreative:before {
  content: "\f36e";
}

.fa-angular:before {
  content: "\f420";
}

.fa-app-store:before {
  content: "\f36f";
}

.fa-app-store-ios:before {
  content: "\f370";
}

.fa-apper:before {
  content: "\f371";
}

.fa-apple:before {
  content: "\f179";
}

.fa-apple-pay:before {
  content: "\f415";
}

.fa-artstation:before {
  content: "\f77a";
}

.fa-asymmetrik:before {
  content: "\f372";
}

.fa-atlassian:before {
  content: "\f77b";
}

.fa-audible:before {
  content: "\f373";
}

.fa-autoprefixer:before {
  content: "\f41c";
}

.fa-avianex:before {
  content: "\f374";
}

.fa-aviato:before {
  content: "\f421";
}

.fa-aws:before {
  content: "\f375";
}

.fa-bandcamp:before {
  content: "\f2d5";
}

.fa-battle-net:before {
  content: "\f835";
}

.fa-behance:before {
  content: "\f1b4";
}

.fa-behance-square:before {
  content: "\f1b5";
}

.fa-bilibili:before {
  content: "\e3d9";
}

.fa-bimobject:before {
  content: "\f378";
}

.fa-bitbucket:before {
  content: "\f171";
}

.fa-bitcoin:before {
  content: "\f379";
}

.fa-bity:before {
  content: "\f37a";
}

.fa-black-tie:before {
  content: "\f27e";
}

.fa-blackberry:before {
  content: "\f37b";
}

.fa-blogger:before {
  content: "\f37c";
}

.fa-blogger-b:before {
  content: "\f37d";
}

.fa-bluetooth:before {
  content: "\f293";
}

.fa-bluetooth-b:before {
  content: "\f294";
}

.fa-bootstrap:before {
  content: "\f836";
}

.fa-bots:before {
  content: "\e340";
}

.fa-btc:before {
  content: "\f15a";
}

.fa-buffer:before {
  content: "\f837";
}

.fa-buromobelexperte:before {
  content: "\f37f";
}

.fa-buy-n-large:before {
  content: "\f8a6";
}

.fa-buysellads:before {
  content: "\f20d";
}

.fa-canadian-maple-leaf:before {
  content: "\f785";
}

.fa-cc-amazon-pay:before {
  content: "\f42d";
}

.fa-cc-amex:before {
  content: "\f1f3";
}

.fa-cc-apple-pay:before {
  content: "\f416";
}

.fa-cc-diners-club:before {
  content: "\f24c";
}

.fa-cc-discover:before {
  content: "\f1f2";
}

.fa-cc-jcb:before {
  content: "\f24b";
}

.fa-cc-mastercard:before {
  content: "\f1f1";
}

.fa-cc-paypal:before {
  content: "\f1f4";
}

.fa-cc-stripe:before {
  content: "\f1f5";
}

.fa-cc-visa:before {
  content: "\f1f0";
}

.fa-centercode:before {
  content: "\f380";
}

.fa-centos:before {
  content: "\f789";
}

.fa-chrome:before {
  content: "\f268";
}

.fa-chromecast:before {
  content: "\f838";
}

.fa-cloudflare:before {
  content: "\e07d";
}

.fa-cloudscale:before {
  content: "\f383";
}

.fa-cloudsmith:before {
  content: "\f384";
}

.fa-cloudversify:before {
  content: "\f385";
}

.fa-cmplid:before {
  content: "\e360";
}

.fa-codepen:before {
  content: "\f1cb";
}

.fa-codiepie:before {
  content: "\f284";
}

.fa-confluence:before {
  content: "\f78d";
}

.fa-connectdevelop:before {
  content: "\f20e";
}

.fa-contao:before {
  content: "\f26d";
}

.fa-cotton-bureau:before {
  content: "\f89e";
}

.fa-cpanel:before {
  content: "\f388";
}

.fa-creative-commons:before {
  content: "\f25e";
}

.fa-creative-commons-by:before {
  content: "\f4e7";
}

.fa-creative-commons-nc:before {
  content: "\f4e8";
}

.fa-creative-commons-nc-eu:before {
  content: "\f4e9";
}

.fa-creative-commons-nc-jp:before {
  content: "\f4ea";
}

.fa-creative-commons-nd:before {
  content: "\f4eb";
}

.fa-creative-commons-pd:before {
  content: "\f4ec";
}

.fa-creative-commons-pd-alt:before {
  content: "\f4ed";
}

.fa-creative-commons-remix:before {
  content: "\f4ee";
}

.fa-creative-commons-sa:before {
  content: "\f4ef";
}

.fa-creative-commons-sampling:before {
  content: "\f4f0";
}

.fa-creative-commons-sampling-plus:before {
  content: "\f4f1";
}

.fa-creative-commons-share:before {
  content: "\f4f2";
}

.fa-creative-commons-zero:before {
  content: "\f4f3";
}

.fa-critical-role:before {
  content: "\f6c9";
}

.fa-css3:before {
  content: "\f13c";
}

.fa-css3-alt:before {
  content: "\f38b";
}

.fa-cuttlefish:before {
  content: "\f38c";
}

.fa-d-and-d:before {
  content: "\f38d";
}

.fa-d-and-d-beyond:before {
  content: "\f6ca";
}

.fa-dailymotion:before {
  content: "\e052";
}

.fa-dashcube:before {
  content: "\f210";
}

.fa-deezer:before {
  content: "\e077";
}

.fa-delicious:before {
  content: "\f1a5";
}

.fa-deploydog:before {
  content: "\f38e";
}

.fa-deskpro:before {
  content: "\f38f";
}

.fa-dev:before {
  content: "\f6cc";
}

.fa-deviantart:before {
  content: "\f1bd";
}

.fa-dhl:before {
  content: "\f790";
}

.fa-diaspora:before {
  content: "\f791";
}

.fa-digg:before {
  content: "\f1a6";
}

.fa-digital-ocean:before {
  content: "\f391";
}

.fa-discord:before {
  content: "\f392";
}

.fa-discourse:before {
  content: "\f393";
}

.fa-dochub:before {
  content: "\f394";
}

.fa-docker:before {
  content: "\f395";
}

.fa-draft2digital:before {
  content: "\f396";
}

.fa-dribbble:before {
  content: "\f17d";
}

.fa-dribbble-square:before {
  content: "\f397";
}

.fa-dropbox:before {
  content: "\f16b";
}

.fa-drupal:before {
  content: "\f1a9";
}

.fa-dyalog:before {
  content: "\f399";
}

.fa-earlybirds:before {
  content: "\f39a";
}

.fa-ebay:before {
  content: "\f4f4";
}

.fa-edge:before {
  content: "\f282";
}

.fa-edge-legacy:before {
  content: "\e078";
}

.fa-elementor:before {
  content: "\f430";
}

.fa-ello:before {
  content: "\f5f1";
}

.fa-ember:before {
  content: "\f423";
}

.fa-empire:before {
  content: "\f1d1";
}

.fa-envira:before {
  content: "\f299";
}

.fa-erlang:before {
  content: "\f39d";
}

.fa-ethereum:before {
  content: "\f42e";
}

.fa-etsy:before {
  content: "\f2d7";
}

.fa-evernote:before {
  content: "\f839";
}

.fa-expeditedssl:before {
  content: "\f23e";
}

.fa-facebook:before {
  content: "\f09a";
}

.fa-facebook-f:before {
  content: "\f39e";
}

.fa-facebook-messenger:before {
  content: "\f39f";
}

.fa-facebook-square:before {
  content: "\f082";
}

.fa-fantasy-flight-games:before {
  content: "\f6dc";
}

.fa-fedex:before {
  content: "\f797";
}

.fa-fedora:before {
  content: "\f798";
}

.fa-figma:before {
  content: "\f799";
}

.fa-firefox:before {
  content: "\f269";
}

.fa-firefox-browser:before {
  content: "\e007";
}

.fa-first-order:before {
  content: "\f2b0";
}

.fa-first-order-alt:before {
  content: "\f50a";
}

.fa-firstdraft:before {
  content: "\f3a1";
}

.fa-flickr:before {
  content: "\f16e";
}

.fa-flipboard:before {
  content: "\f44d";
}

.fa-fly:before {
  content: "\f417";
}

.fa-font-awesome:before {
  content: "\f2b4";
}

.fa-font-awesome-flag:before {
  content: "\f2b4";
}

.fa-font-awesome-logo-full:before {
  content: "\f2b4";
}

.fa-fonticons:before {
  content: "\f280";
}

.fa-fonticons-fi:before {
  content: "\f3a2";
}

.fa-fort-awesome:before {
  content: "\f286";
}

.fa-fort-awesome-alt:before {
  content: "\f3a3";
}

.fa-forumbee:before {
  content: "\f211";
}

.fa-foursquare:before {
  content: "\f180";
}

.fa-free-code-camp:before {
  content: "\f2c5";
}

.fa-freebsd:before {
  content: "\f3a4";
}

.fa-fulcrum:before {
  content: "\f50b";
}

.fa-galactic-republic:before {
  content: "\f50c";
}

.fa-galactic-senate:before {
  content: "\f50d";
}

.fa-get-pocket:before {
  content: "\f265";
}

.fa-gg:before {
  content: "\f260";
}

.fa-gg-circle:before {
  content: "\f261";
}

.fa-git:before {
  content: "\f1d3";
}

.fa-git-alt:before {
  content: "\f841";
}

.fa-git-square:before {
  content: "\f1d2";
}

.fa-github:before {
  content: "\f09b";
}

.fa-github-alt:before {
  content: "\f113";
}

.fa-github-square:before {
  content: "\f092";
}

.fa-gitkraken:before {
  content: "\f3a6";
}

.fa-gitlab:before {
  content: "\f296";
}

.fa-gitter:before {
  content: "\f426";
}

.fa-glide:before {
  content: "\f2a5";
}

.fa-glide-g:before {
  content: "\f2a6";
}

.fa-gofore:before {
  content: "\f3a7";
}

.fa-golang:before {
  content: "\e40f";
}

.fa-goodreads:before {
  content: "\f3a8";
}

.fa-goodreads-g:before {
  content: "\f3a9";
}

.fa-google:before {
  content: "\f1a0";
}

.fa-google-drive:before {
  content: "\f3aa";
}

.fa-google-pay:before {
  content: "\e079";
}

.fa-google-play:before {
  content: "\f3ab";
}

.fa-google-plus:before {
  content: "\f2b3";
}

.fa-google-plus-g:before {
  content: "\f0d5";
}

.fa-google-plus-square:before {
  content: "\f0d4";
}

.fa-google-wallet:before {
  content: "\f1ee";
}

.fa-gratipay:before {
  content: "\f184";
}

.fa-grav:before {
  content: "\f2d6";
}

.fa-gripfire:before {
  content: "\f3ac";
}

.fa-grunt:before {
  content: "\f3ad";
}

.fa-guilded:before {
  content: "\e07e";
}

.fa-gulp:before {
  content: "\f3ae";
}

.fa-hacker-news:before {
  content: "\f1d4";
}

.fa-hacker-news-square:before {
  content: "\f3af";
}

.fa-hackerrank:before {
  content: "\f5f7";
}

.fa-hashnode:before {
  content: "\e499";
}

.fa-hips:before {
  content: "\f452";
}

.fa-hire-a-helper:before {
  content: "\f3b0";
}

.fa-hive:before {
  content: "\e07f";
}

.fa-hooli:before {
  content: "\f427";
}

.fa-hornbill:before {
  content: "\f592";
}

.fa-hotjar:before {
  content: "\f3b1";
}

.fa-houzz:before {
  content: "\f27c";
}

.fa-html5:before {
  content: "\f13b";
}

.fa-hubspot:before {
  content: "\f3b2";
}

.fa-ideal:before {
  content: "\e013";
}

.fa-imdb:before {
  content: "\f2d8";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-instagram-square:before {
  content: "\e055";
}

.fa-instalod:before {
  content: "\e081";
}

.fa-intercom:before {
  content: "\f7af";
}

.fa-internet-explorer:before {
  content: "\f26b";
}

.fa-invision:before {
  content: "\f7b0";
}

.fa-ioxhost:before {
  content: "\f208";
}

.fa-itch-io:before {
  content: "\f83a";
}

.fa-itunes:before {
  content: "\f3b4";
}

.fa-itunes-note:before {
  content: "\f3b5";
}

.fa-java:before {
  content: "\f4e4";
}

.fa-jedi-order:before {
  content: "\f50e";
}

.fa-jenkins:before {
  content: "\f3b6";
}

.fa-jira:before {
  content: "\f7b1";
}

.fa-joget:before {
  content: "\f3b7";
}

.fa-joomla:before {
  content: "\f1aa";
}

.fa-js:before {
  content: "\f3b8";
}

.fa-js-square:before {
  content: "\f3b9";
}

.fa-jsfiddle:before {
  content: "\f1cc";
}

.fa-kaggle:before {
  content: "\f5fa";
}

.fa-keybase:before {
  content: "\f4f5";
}

.fa-keycdn:before {
  content: "\f3ba";
}

.fa-kickstarter:before {
  content: "\f3bb";
}

.fa-kickstarter-k:before {
  content: "\f3bc";
}

.fa-korvue:before {
  content: "\f42f";
}

.fa-laravel:before {
  content: "\f3bd";
}

.fa-lastfm:before {
  content: "\f202";
}

.fa-lastfm-square:before {
  content: "\f203";
}

.fa-leanpub:before {
  content: "\f212";
}

.fa-less:before {
  content: "\f41d";
}

.fa-line:before {
  content: "\f3c0";
}

.fa-linkedin:before {
  content: "\f08c";
}

.fa-linkedin-in:before {
  content: "\f0e1";
}

.fa-linode:before {
  content: "\f2b8";
}

.fa-linux:before {
  content: "\f17c";
}

.fa-lyft:before {
  content: "\f3c3";
}

.fa-magento:before {
  content: "\f3c4";
}

.fa-mailchimp:before {
  content: "\f59e";
}

.fa-mandalorian:before {
  content: "\f50f";
}

.fa-markdown:before {
  content: "\f60f";
}

.fa-mastodon:before {
  content: "\f4f6";
}

.fa-maxcdn:before {
  content: "\f136";
}

.fa-mdb:before {
  content: "\f8ca";
}

.fa-medapps:before {
  content: "\f3c6";
}

.fa-medium:before {
  content: "\f23a";
}

.fa-medium-m:before {
  content: "\f23a";
}

.fa-medrt:before {
  content: "\f3c8";
}

.fa-meetup:before {
  content: "\f2e0";
}

.fa-megaport:before {
  content: "\f5a3";
}

.fa-mendeley:before {
  content: "\f7b3";
}

.fa-microblog:before {
  content: "\e01a";
}

.fa-microsoft:before {
  content: "\f3ca";
}

.fa-mix:before {
  content: "\f3cb";
}

.fa-mixcloud:before {
  content: "\f289";
}

.fa-mixer:before {
  content: "\e056";
}

.fa-mizuni:before {
  content: "\f3cc";
}

.fa-modx:before {
  content: "\f285";
}

.fa-monero:before {
  content: "\f3d0";
}

.fa-napster:before {
  content: "\f3d2";
}

.fa-neos:before {
  content: "\f612";
}

.fa-nimblr:before {
  content: "\f5a8";
}

.fa-node:before {
  content: "\f419";
}

.fa-node-js:before {
  content: "\f3d3";
}

.fa-npm:before {
  content: "\f3d4";
}

.fa-ns8:before {
  content: "\f3d5";
}

.fa-nutritionix:before {
  content: "\f3d6";
}

.fa-octopus-deploy:before {
  content: "\e082";
}

.fa-odnoklassniki:before {
  content: "\f263";
}

.fa-odnoklassniki-square:before {
  content: "\f264";
}

.fa-old-republic:before {
  content: "\f510";
}

.fa-opencart:before {
  content: "\f23d";
}

.fa-openid:before {
  content: "\f19b";
}

.fa-opera:before {
  content: "\f26a";
}

.fa-optin-monster:before {
  content: "\f23c";
}

.fa-orcid:before {
  content: "\f8d2";
}

.fa-osi:before {
  content: "\f41a";
}

.fa-padlet:before {
  content: "\e4a0";
}

.fa-page4:before {
  content: "\f3d7";
}

.fa-pagelines:before {
  content: "\f18c";
}

.fa-palfed:before {
  content: "\f3d8";
}

.fa-patreon:before {
  content: "\f3d9";
}

.fa-paypal:before {
  content: "\f1ed";
}

.fa-perbyte:before {
  content: "\e083";
}

.fa-periscope:before {
  content: "\f3da";
}

.fa-phabricator:before {
  content: "\f3db";
}

.fa-phoenix-framework:before {
  content: "\f3dc";
}

.fa-phoenix-squadron:before {
  content: "\f511";
}

.fa-php:before {
  content: "\f457";
}

.fa-pied-piper:before {
  content: "\f2ae";
}

.fa-pied-piper-alt:before {
  content: "\f1a8";
}

.fa-pied-piper-hat:before {
  content: "\f4e5";
}

.fa-pied-piper-pp:before {
  content: "\f1a7";
}

.fa-pied-piper-square:before {
  content: "\e01e";
}

.fa-pinterest:before {
  content: "\f0d2";
}

.fa-pinterest-p:before {
  content: "\f231";
}

.fa-pinterest-square:before {
  content: "\f0d3";
}

.fa-pix:before {
  content: "\e43a";
}

.fa-playstation:before {
  content: "\f3df";
}

.fa-product-hunt:before {
  content: "\f288";
}

.fa-pushed:before {
  content: "\f3e1";
}

.fa-python:before {
  content: "\f3e2";
}

.fa-qq:before {
  content: "\f1d6";
}

.fa-quinscape:before {
  content: "\f459";
}

.fa-quora:before {
  content: "\f2c4";
}

.fa-r-project:before {
  content: "\f4f7";
}

.fa-raspberry-pi:before {
  content: "\f7bb";
}

.fa-ravelry:before {
  content: "\f2d9";
}

.fa-react:before {
  content: "\f41b";
}

.fa-reacteurope:before {
  content: "\f75d";
}

.fa-readme:before {
  content: "\f4d5";
}

.fa-rebel:before {
  content: "\f1d0";
}

.fa-red-river:before {
  content: "\f3e3";
}

.fa-reddit:before {
  content: "\f1a1";
}

.fa-reddit-alien:before {
  content: "\f281";
}

.fa-reddit-square:before {
  content: "\f1a2";
}

.fa-redhat:before {
  content: "\f7bc";
}

.fa-renren:before {
  content: "\f18b";
}

.fa-replyd:before {
  content: "\f3e6";
}

.fa-researchgate:before {
  content: "\f4f8";
}

.fa-resolving:before {
  content: "\f3e7";
}

.fa-rev:before {
  content: "\f5b2";
}

.fa-rocketchat:before {
  content: "\f3e8";
}

.fa-rockrms:before {
  content: "\f3e9";
}

.fa-rust:before {
  content: "\e07a";
}

.fa-safari:before {
  content: "\f267";
}

.fa-salesforce:before {
  content: "\f83b";
}

.fa-sass:before {
  content: "\f41e";
}

.fa-schlix:before {
  content: "\f3ea";
}

.fa-scribd:before {
  content: "\f28a";
}

.fa-searchengin:before {
  content: "\f3eb";
}

.fa-sellcast:before {
  content: "\f2da";
}

.fa-sellsy:before {
  content: "\f213";
}

.fa-servicestack:before {
  content: "\f3ec";
}

.fa-shirtsinbulk:before {
  content: "\f214";
}

.fa-shopify:before {
  content: "\e057";
}

.fa-shopware:before {
  content: "\f5b5";
}

.fa-simplybuilt:before {
  content: "\f215";
}

.fa-sistrix:before {
  content: "\f3ee";
}

.fa-sith:before {
  content: "\f512";
}

.fa-sitrox:before {
  content: "\e44a";
}

.fa-sketch:before {
  content: "\f7c6";
}

.fa-skyatlas:before {
  content: "\f216";
}

.fa-skype:before {
  content: "\f17e";
}

.fa-slack:before {
  content: "\f198";
}

.fa-slack-hash:before {
  content: "\f198";
}

.fa-slideshare:before {
  content: "\f1e7";
}

.fa-snapchat:before {
  content: "\f2ab";
}

.fa-snapchat-ghost:before {
  content: "\f2ab";
}

.fa-snapchat-square:before {
  content: "\f2ad";
}

.fa-soundcloud:before {
  content: "\f1be";
}

.fa-sourcetree:before {
  content: "\f7d3";
}

.fa-speakap:before {
  content: "\f3f3";
}

.fa-speaker-deck:before {
  content: "\f83c";
}

.fa-spotify:before {
  content: "\f1bc";
}

.fa-square-font-awesome:before {
  content: "\f425";
}

.fa-square-font-awesome-stroke:before {
  content: "\f35c";
}

.fa-font-awesome-alt:before {
  content: "\f35c";
}

.fa-squarespace:before {
  content: "\f5be";
}

.fa-stack-exchange:before {
  content: "\f18d";
}

.fa-stack-overflow:before {
  content: "\f16c";
}

.fa-stackpath:before {
  content: "\f842";
}

.fa-staylinked:before {
  content: "\f3f5";
}

.fa-steam:before {
  content: "\f1b6";
}

.fa-steam-square:before {
  content: "\f1b7";
}

.fa-steam-symbol:before {
  content: "\f3f6";
}

.fa-sticker-mule:before {
  content: "\f3f7";
}

.fa-strava:before {
  content: "\f428";
}

.fa-stripe:before {
  content: "\f429";
}

.fa-stripe-s:before {
  content: "\f42a";
}

.fa-studiovinari:before {
  content: "\f3f8";
}

.fa-stumbleupon:before {
  content: "\f1a4";
}

.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

.fa-superpowers:before {
  content: "\f2dd";
}

.fa-supple:before {
  content: "\f3f9";
}

.fa-suse:before {
  content: "\f7d6";
}

.fa-swift:before {
  content: "\f8e1";
}

.fa-symfony:before {
  content: "\f83d";
}

.fa-teamspeak:before {
  content: "\f4f9";
}

.fa-telegram:before {
  content: "\f2c6";
}

.fa-telegram-plane:before {
  content: "\f2c6";
}

.fa-tencent-weibo:before {
  content: "\f1d5";
}

.fa-the-red-yeti:before {
  content: "\f69d";
}

.fa-themeco:before {
  content: "\f5c6";
}

.fa-themeisle:before {
  content: "\f2b2";
}

.fa-think-peaks:before {
  content: "\f731";
}

.fa-tiktok:before {
  content: "\e07b";
}

.fa-trade-federation:before {
  content: "\f513";
}

.fa-trello:before {
  content: "\f181";
}

.fa-tumblr:before {
  content: "\f173";
}

.fa-tumblr-square:before {
  content: "\f174";
}

.fa-twitch:before {
  content: "\f1e8";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-twitter-square:before {
  content: "\f081";
}

.fa-typo3:before {
  content: "\f42b";
}

.fa-uber:before {
  content: "\f402";
}

.fa-ubuntu:before {
  content: "\f7df";
}

.fa-uikit:before {
  content: "\f403";
}

.fa-umbraco:before {
  content: "\f8e8";
}

.fa-uncharted:before {
  content: "\e084";
}

.fa-uniregistry:before {
  content: "\f404";
}

.fa-unity:before {
  content: "\e049";
}

.fa-unsplash:before {
  content: "\e07c";
}

.fa-untappd:before {
  content: "\f405";
}

.fa-ups:before {
  content: "\f7e0";
}

.fa-usb:before {
  content: "\f287";
}

.fa-usps:before {
  content: "\f7e1";
}

.fa-ussunnah:before {
  content: "\f407";
}

.fa-vaadin:before {
  content: "\f408";
}

.fa-viacoin:before {
  content: "\f237";
}

.fa-viadeo:before {
  content: "\f2a9";
}

.fa-viadeo-square:before {
  content: "\f2aa";
}

.fa-viber:before {
  content: "\f409";
}

.fa-vimeo:before {
  content: "\f40a";
}

.fa-vimeo-square:before {
  content: "\f194";
}

.fa-vimeo-v:before {
  content: "\f27d";
}

.fa-vine:before {
  content: "\f1ca";
}

.fa-vk:before {
  content: "\f189";
}

.fa-vnv:before {
  content: "\f40b";
}

.fa-vuejs:before {
  content: "\f41f";
}

.fa-watchman-monitoring:before {
  content: "\e087";
}

.fa-waze:before {
  content: "\f83f";
}

.fa-weebly:before {
  content: "\f5cc";
}

.fa-weibo:before {
  content: "\f18a";
}

.fa-weixin:before {
  content: "\f1d7";
}

.fa-whatsapp:before {
  content: "\f232";
}

.fa-whatsapp-square:before {
  content: "\f40c";
}

.fa-whmcs:before {
  content: "\f40d";
}

.fa-wikipedia-w:before {
  content: "\f266";
}

.fa-windows:before {
  content: "\f17a";
}

.fa-wirsindhandwerk:before {
  content: "\e2d0";
}

.fa-wsh:before {
  content: "\e2d0";
}

.fa-wix:before {
  content: "\f5cf";
}

.fa-wizards-of-the-coast:before {
  content: "\f730";
}

.fa-wodu:before {
  content: "\e088";
}

.fa-wolf-pack-battalion:before {
  content: "\f514";
}

.fa-wordpress:before {
  content: "\f19a";
}

.fa-wordpress-simple:before {
  content: "\f411";
}

.fa-wpbeginner:before {
  content: "\f297";
}

.fa-wpexplorer:before {
  content: "\f2de";
}

.fa-wpforms:before {
  content: "\f298";
}

.fa-wpressr:before {
  content: "\f3e4";
}

.fa-xbox:before {
  content: "\f412";
}

.fa-xing:before {
  content: "\f168";
}

.fa-xing-square:before {
  content: "\f169";
}

.fa-y-combinator:before {
  content: "\f23b";
}

.fa-yahoo:before {
  content: "\f19e";
}

.fa-yammer:before {
  content: "\f840";
}

.fa-yandex:before {
  content: "\f413";
}

.fa-yandex-international:before {
  content: "\f414";
}

.fa-yarn:before {
  content: "\f7e3";
}

.fa-yelp:before {
  content: "\f1e9";
}

.fa-yoast:before {
  content: "\f2b1";
}

.fa-youtube:before {
  content: "\f167";
}

.fa-youtube-square:before {
  content: "\f431";
}

.fa-zhihu:before {
  content: "\f63f";
}

.color-black-base {
  color: #262626 !important;
}

.color-black-dark {
  color: #000 !important;
}

.color-white-base {
  color: #fff !important;
}

.color-white-dark {
  color: #f1f1f1 !important;
}

.color-white-darker {
  color: #d8d8d8 !important;
}

.color-pink-lighter {
  color: #fce7ef !important;
}

.color-pink-light {
  color: #ffcedf !important;
}

.color-pink-base {
  color: #fc84bc !important;
}

.color-pink-dark {
  color: #e6007e !important;
}

.color-grey-lighter {
  color: #9f9f9f !important;
}

.color-grey-light {
  color: #717171 !important;
}

.color-grey-base {
  color: #5e5e5e !important;
}

.color-grey-dark {
  color: #4c4c4c !important;
}

.color-grey-darker {
  color: #333 !important;
}

.color-blue-light {
  color: #d9f3f8 !important;
}

.color-blue-base {
  color: #8fe2f2 !important;
}

.color-blue-dark {
  color: #00b4d2 !important;
}

.color-red-base {
  color: #e00034 !important;
}

.color-green-base {
  color: #5fcb82 !important;
}

.color-yellow-light {
  color: #fff4d9 !important;
}

.color-yellow-base {
  color: #fed595 !important;
}

.color-yellow-dark {
  color: #f2ad42 !important;
}

.color-peach-base {
  color: #ffa499 !important;
}

.color-peach-dark {
  color: #f78577 !important;
}

.background-black-base {
  background-color: #262626 !important;
}

.background-black-dark {
  background-color: #000 !important;
}

.background-white-base {
  background-color: #fff !important;
}

.background-white-dark {
  background-color: #f1f1f1 !important;
}

.background-white-darker {
  background-color: #d8d8d8 !important;
}

.background-pink-lighter {
  background-color: #fce7ef !important;
}

.background-pink-light {
  background-color: #ffcedf !important;
}

.background-pink-base {
  background-color: #fc84bc !important;
}

.background-pink-dark {
  background-color: #e6007e !important;
}

.background-grey-lighter {
  background-color: #9f9f9f !important;
}

.background-grey-light {
  background-color: #717171 !important;
}

.background-grey-base {
  background-color: #5e5e5e !important;
}

.background-grey-dark {
  background-color: #4c4c4c !important;
}

.background-grey-darker {
  background-color: #333 !important;
}

.background-blue-light {
  background-color: #d9f3f8 !important;
}

.background-blue-base {
  background-color: #8fe2f2 !important;
}

.background-blue-dark {
  background-color: #00b4d2 !important;
}

.background-red-base {
  background-color: #e00034 !important;
}

.background-green-base {
  background-color: #5fcb82 !important;
}

.background-yellow-light {
  background-color: #fff4d9 !important;
}

.background-yellow-base {
  background-color: #fed595 !important;
}

.background-yellow-dark {
  background-color: #f2ad42 !important;
}

.background-peach-base {
  background-color: #ffa499 !important;
}

.background-peach-dark {
  background-color: #f78577 !important;
}

.o-row::after,
.o-wrapper::after,
.o-wrapper\@xlarge::after,
.c-article__header::after,
.c-article__footer::after,
.c-teaser::after,
.c-teaser-landscape::after,
.c-form__wrapper::after,
.c-fieldset::after,
.c-link-more::after,
.c-text-link::after,
.search-help-link::after,
.c-grey::after,
.c-light-grey::after,
.c-lighter-grey::after,
.c-white::after,
.c-dark-white::after,
.c-darker-white::after,
.c-pink::after,
.c-dark-pink::after,
.c-light-pink::after,
.c-lighter-pink::after,
.c-blue::after,
.c-light-blue::after,
.c-dark-blue::after,
.c-yellow::after,
.c-light-yellow::after,
.c-dark-yellow::after,
.c-peach::after,
.u-clearfix::after {
  content: '';
  display: table;
  clear: both;
}

.c-form__checkbox,
.c-form__radio,
.view-places .views-exposed-form .bef-nested .parent ul li .c-form__item .c-form__checkbox,
.view-places .views-exposed-form .bef-nested .parent ul li .c-form__item .c-form__radio,
.view-recipes .views-exposed-form .bef-nested .parent ul li .c-form__item .c-form__checkbox,
.view-recipes .views-exposed-form .bef-nested .parent ul li .c-form__item .c-form__radio,
.view-products .views-exposed-form .bef-nested .parent ul li .c-form__item .c-form__checkbox,
.view-products .views-exposed-form .bef-nested .parent ul li .c-form__item .c-form__radio,
.u-visually-hidden,
.u-focusable {
  width: 1px;
  height: 1px;
  position: absolute;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  border: 0;
}

html {
  font-family: sans-serif;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  scroll-behavior: smooth;
}

.m-0 {
  margin: 0 !important;
}

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

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

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

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

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

.m-auto {
  margin: auto !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pe-0 {
  padding-right: 0 !important;
}

.pe-1 {
  padding-right: 0.25rem !important;
}

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

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

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

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

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

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

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

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

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

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

.ps-0 {
  padding-left: 0 !important;
}

.ps-1 {
  padding-left: 0.25rem !important;
}

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

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

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

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

.collapse {
  display: none;
}

html {
  box-sizing: border-box;
}

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

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

audio,
canvas,
label,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

audio,
canvas,
embed,
iframe,
img,
object,
svg,
video {
  vertical-align: middle;
}

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

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

progress {
  vertical-align: baseline;
}

button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font: inherit;
  color: inherit;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

button,
select {
  text-transform: none;
}

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  padding: 0;
  border: 0;
  width: 100%;
  margin-bottom: 0.4em;
}

input {
  line-height: normal;
}

input[type="search"] {
  box-sizing: border-box;
  -webkit-appearance: textfield;
}

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

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

input::-moz-placeholder {
  opacity: 1;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

input[type="checkbox"],
input[type="radio"] {
  padding: 0;
  margin: 4px 0 0;
  line-height: normal;
  box-sizing: border-box;
}

textarea {
  padding: 0;
  vertical-align: top;
}

button {
  overflow: visible;
}

table {
  max-width: 100%;
  border-collapse: collapse;
}

th {
  text-align: left;
}

a {
  background: transparent;
}

hr {
  height: 0;
  box-sizing: content-box;
}

h1 {
  margin: 0.7em 0;
  font-size: 2em;
}

b,
strong {
  font-weight: bold;
}

small {
  font-size: 85%;
}

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

sup {
  top: -0.25em;
}

sub {
  bottom: -0.25em;
}

dfn {
  font-style: italic;
}

abbr[title] {
  border-bottom: 1px dotted;
}

mark {
  color: #000;
  background: #ff0;
}

blockquote:before,
blockquote:after {
  content: '';
}

code,
kbd,
pre,
samp {
  font-family: monospace;
  background: rgba(0, 0, 0, 0.1);
  padding: 0.1em 0.3em;
  font-size: 0.8em;
}

pre {
  overflow: auto;
  word-break: break-all;
  word-wrap: break-word;
  white-space: pre-wrap;
}

::-moz-selection {
  background: #e6007e;
  color: #fff;
}

::selection {
  background: #e6007e;
  color: #fff;
}

img {
  display: block;
  max-width: 100%;
  vertical-align: middle;
}

a {
  text-decoration: none;
  color: #fc84bc;
}

a:hover,
a:focus,
a:active {
  text-decoration: underline;
}

[tabindex="0"] {
  cursor: pointer;
}

ul {
  list-style: disc outside;
}

li > ul,
li > ol {
  margin-left: 1.92;
  margin-bottom: 0;
}

html {
  line-height: 1.6;
  padding: 0;
  background-color: #fff;
  color: #4c4c4c;
  font-family: "BaileySans", Helvetica, Arial, "Nimbus Sans L", sans-serif;
  height: 100%;
  min-height: 100%;
}

body.maintenance-page {
  background-color: #333;
  height: 100%;
  min-height: 100%;
}

blockquote {
  quotes: '“' '”';
}

[class^="o-"],
[class*=" o-"] {
  box-sizing: content-box;
}

.o-row {
  width: 100%;
  margin-bottom: 1.25em;
}

.o-row.-small {
  margin-bottom: 1.25em;
}

.o-row.-large {
  margin-bottom: 1.875em;
}

.o-faux-row {
  padding-top: 1.25em;
}

.o-faux-row.-small {
  padding-top: 1.25em;
}

.o-faux-row.-large {
  padding-top: 1.875em;
}

.-no-bottom {
  margin-bottom: 0 !important;
}

.o-banner {
  padding: 3em 0;
}

.o-banner h1,
.o-banner h2,
.o-banner h3,
.o-banner h4,
.o-banner h5,
.o-banner h6 {
  margin-top: 0;
}

.o-wrapper {
  box-sizing: content-box;
  position: relative;
  margin-right: 5%;
  margin-left: 5%;
}

.o-wrapper.-max {
  max-width: 80.125em;
}

.o-wrapper.-top-up {
  padding-top: 3em;
}

.o-wrapper.-masonry {
  overflow: hidden;
  box-sizing: border-box;
}

.o-wrapper\@xlarge.-max {
  max-width: 80.125em;
}

.o-wrapper\@xlarge.-top-up {
  padding-top: 5em;
}

.o-masonry {
  display: inline-block;
  width: 100%;
}

.-link-wrapper {
  font-size: 1.25em;
  margin: 0 0 2em;
}

.-link-wrapper.-top-up {
  margin-top: 1em;
}

.-link-wrapper.-left a,
.-link-wrapper.-right a {
  margin-right: 1em;
}

.-link-wrapper.-center a {
  margin-top: .5em;
  margin-bottom: .5em;
}

.path-frontpage .-type-topic > div:first-of-type > div:first-of-type > div:first-of-type {
  padding-top: 0;
}

.c-teaser {
  border-radius: 0 0 1.25em 1.25em;
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.25);
  width: 100%;
}

.rating {
  margin: .75em 0;
}

.rating .fa {
  margin: 0 0.25rem;
  color: #9f9f9f;
}

.rating .fa.fa-active,
.rating .fa.fa-selected {
  color: #f2ad42;
}

.field-tags,
.field-category {
  display: inline-block;
}

.field-tags div,
.field-category div {
  display: inherit;
}

.field-tags div:after,
.field-category div:after {
  content: ',';
}

.field-tags div:last-of-type:after,
.field-category div:last-of-type:after {
  content: '';
}

.c-type-tag {
  font-size: 1.5em;
  line-height: 1.25em;
  margin: 0 0 1em;
}

.c-article.node--bg-white {
  background-color: #fff !important;
}

.c-article.node--bg-grey {
  background-color: #f1f1f1 !important;
}

.c-article__header {
  padding: 1em;
}

.c-article__header h1 {
  margin-top: 0;
}

.c-article__date {
  font-size: 1.125em;
  color: #9f9f9f;
}

.c-article__header-image {
  position: relative;
  max-height: 600px;
  overflow: hidden;
}

.c-article__header-image img {
  width: 100%;
}

.c-article__header-image .c-image__byline {
  top: 0;
  bottom: auto;
}

.c-article .sub-header {
  font-size: 1.375em;
  line-height: 1.375em;
  color: #717171;
}

.c-article .field-category {
  margin: 1em 0;
}

.c-article .field-heading-text {
  font-size: 1.5em;
  line-height: 1.25em;
  margin: 0 0 2em;
}

.c-article .field-image-text {
  color: #9f9f9f;
  margin: 1em 0;
}

.c-article .-image-symbols {
  display: block;
  vertical-align: middle;
  margin: 1em 0;
}

.c-article .-image-symbols .-symbol {
  display: inline-block;
  vertical-align: middle;
}

.c-article .-image-symbols.-vertical .-symbol {
  margin: 0;
}

.c-article .-read-more-link {
  margin-bottom: .5em;
}

.c-article .paragraph--bg-white {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  background-color: #fff !important;
}

.c-article .paragraph--bg-grey {
  border-top: 1px solid #f1f1f1;
  border-bottom: 1px solid #f1f1f1;
  background-color: #f1f1f1 !important;
}

.c-article.-type-recipe .recipe-details {
  font-size: 1.125em;
}

.c-article.-type-recipe .recipe-ingredients {
  text-align: center;
  padding: 2em;
}

.c-article.-type-recipe .recipe-ingredients h3 {
  font-size: 1.625em;
  margin: 0 0 .5em;
}

.c-article.-type-recipe .recipe-ingredients h4 {
  margin: 1em 0 0;
}

.c-article.-type-recipe .recipe-ingredients__wrapper {
  font-size: 1.125em;
}

.c-article.-type-recipe .recipe-ingredients .o-row {
  margin-bottom: 1.25em;
}

.c-article.-type-recipe .field-recipe-author {
  vertical-align: middle;
}

.c-article.-type-recipe .field-recipe-author .image {
  display: inline-block;
  overflow: hidden;
  border-radius: 10em;
  vertical-align: middle;
  width: 2.5em;
  height: 2.5em;
  margin-right: .75em;
}

.c-article.-type-recipe .field-recipe-author .image i {
  font-size: 2.5em;
}

.c-article.-type-recipe .field-recipe-author .name {
  display: inline-block;
  vertical-align: middle;
  font-size: 1.25em;
  line-height: 1.25em;
  font-weight: bold;
}

.c-article.-type-recipe ol {
  padding-left: 4.75em;
  list-style: none;
  counter-reset: li;
}

.c-article.-type-recipe ol li {
  counter-increment: li;
  margin-bottom: 2.5em;
}

.c-article.-type-recipe ol li:before {
  content: counter(li) ".";
  font-size: 2.625em;
  line-height: 1;
  color: #00b4d2;
  text-align: right;
  font-weight: bold;
  margin-left: -1.25em;
  float: left;
}

.c-article.-type-accepted .c-article__header,
.c-article.-type-challenge .c-article__header {
  margin-bottom: 7.5em;
}

.c-article.-type-accepted .c-preamble,
.c-article.-type-challenge .c-preamble {
  color: #717171;
  margin-bottom: 2em;
}

.c-article.-type-accepted .c-button,
.c-article.-type-challenge .c-button {
  margin-bottom: .5em;
}

.c-article.-type-accepted .special-pusher,
.c-article.-type-challenge .special-pusher {
  margin-bottom: 2.25em;
}

.c-article.-type-accepted .paragraph--type--challenge-numbers .field-paragraph div,
.c-article.-type-challenge .paragraph--type--challenge-numbers .field-paragraph div {
  margin-bottom: 3em;
}

.c-article.-type-accepted .paragraph--type--challenge-numbers .field-paragraph div:before,
.c-article.-type-challenge .paragraph--type--challenge-numbers .field-paragraph div:before {
  content: " ";
  display: inline-block;
  border-radius: 50%;
  vertical-align: middle;
  color: #fff;
  background-color: #4c4c4c;
  height: .5em;
  width: .5em;
  padding: .75em;
  margin-bottom: .5em;
  font-size: 1.5em;
  line-height: .55em;
}

.c-article.-type-accepted .paragraph--type--challenge-numbers .field-paragraph div:nth-child(1):before,
.c-article.-type-challenge .paragraph--type--challenge-numbers .field-paragraph div:nth-child(1):before {
  content: "1";
}

.c-article.-type-accepted .paragraph--type--challenge-numbers .field-paragraph div:nth-child(2):before,
.c-article.-type-challenge .paragraph--type--challenge-numbers .field-paragraph div:nth-child(2):before {
  content: "2";
}

.c-article.-type-accepted .paragraph--type--challenge-numbers .field-paragraph div:nth-child(3):before,
.c-article.-type-challenge .paragraph--type--challenge-numbers .field-paragraph div:nth-child(3):before {
  content: "3";
}

.c-article.-type-accepted .paragraph--type--challenge-numbers .field-paragraph div:nth-child(4):before,
.c-article.-type-challenge .paragraph--type--challenge-numbers .field-paragraph div:nth-child(4):before {
  content: "4";
}

.c-article.-type-accepted .paragraph--type--challenge-numbers .field-paragraph div:nth-child(5):before,
.c-article.-type-challenge .paragraph--type--challenge-numbers .field-paragraph div:nth-child(5):before {
  content: "5";
}

.c-article.-type-accepted .paragraph--type--challenge-numbers--yellow .field-paragraph div:before,
.c-article.-type-challenge .paragraph--type--challenge-numbers--yellow .field-paragraph div:before {
  color: #fff;
  background-color: #f2ad42;
}

.c-article.-type-accepted .paragraph--type--challenge-numbers--blue .field-paragraph div:before,
.c-article.-type-challenge .paragraph--type--challenge-numbers--blue .field-paragraph div:before {
  color: #fff;
  background-color: #00b4d2;
}

.c-article.-type-accepted .paragraph--type--challenge-numbers--pink .field-paragraph div:before,
.c-article.-type-challenge .paragraph--type--challenge-numbers--pink .field-paragraph div:before {
  color: #fff;
  background-color: #e6007e;
}

.c-article.-type-accepted #challenge,
.c-article.-type-challenge #challenge {
  padding: 4em 0 0;
}

.c-article.-type-accepted #challenge h1,
.c-article.-type-accepted #challenge h2,
.c-article.-type-accepted #challenge h3,
.c-article.-type-accepted #challenge h4,
.c-article.-type-accepted #challenge h5,
.c-article.-type-accepted #challenge h6,
.c-article.-type-challenge #challenge h1,
.c-article.-type-challenge #challenge h2,
.c-article.-type-challenge #challenge h3,
.c-article.-type-challenge #challenge h4,
.c-article.-type-challenge #challenge h5,
.c-article.-type-challenge #challenge h6 {
  font-size: 2.625em;
  max-width: 500px;
  margin: 0 auto 1.5em auto;
}

.c-article.-type-accepted #challenge .policy,
.c-article.-type-challenge #challenge .policy {
  font-size: 1.125em;
  color: #717171;
  text-align: center;
  margin: 1em auto;
}

.c-article .o-row.-evert {
  margin-bottom: 0;
}

.c-article .o-row.-evert-mobile {
  position: relative;
  margin-bottom: -6em;
}

.c-article__footer {
  border-top: solid 6px #9f9f9f;
  padding-top: 0.75em;
}

.c-article .hide-mobile {
  display: none !important;
}

.c-teaser {
  position: relative;
  margin-bottom: 1.25em;
  background-color: #fff;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
  box-sizing: border-box;
  text-align: left;
}

.c-teaser h1,
.c-teaser h2,
.c-teaser h3,
.c-teaser h4,
.c-teaser h5,
.c-teaser h6 {
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  margin: 0 0 .5em;
}

.c-teaser.-type-article.-no-media {
  border-radius: 1.25em;
}

.c-teaser.-type-like .-inner .c-icon {
  margin: .5em 0;
}

.c-teaser.-type-like.-no-media {
  border-radius: 1.25em;
}

.c-teaser.-type-like.-no-media .sub-header {
  margin-top: 1.5em;
}

.c-teaser.-type-like.-no-media .-footer {
  margin-top: 1em;
}

.c-teaser.-type-guide {
  text-align: center;
}

.c-teaser.-type-guide .-inner {
  padding-bottom: 2em;
}

.c-teaser.-type-recipe .-footer {
  margin-top: 1.5em;
}

.c-teaser .-inner.body {
  padding: 1.5em 2em 2em;
}

.c-teaser .-footer {
  margin-top: 1.5em;
}

.c-teaser img {
  width: 100%;
  height: auto;
}

.c-teaser .-banner {
  font-family: "ValueSerif", Georgia, "Times New Roman", serif;
  font-size: .9em;
  background-color: #ffcedf;
  color: #000;
  padding: .5em .5em .5em 3.5em;
  height: 45px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.c-teaser .-banner.-absolute {
  position: absolute;
  top: 0;
  width: 100%;
}

.c-teaser .media--loading img {
  max-height: 150px;
}

.c-teaser .sub-header {
  font-size: 1.375em;
  line-height: 1.375em;
  color: #9f9f9f;
}

.c-teaser .excerpt {
  font-size: 1.25em;
  line-height: 1.25em;
  color: #717171;
}

.c-teaser .text {
  text-align: left;
  margin-bottom: 2em;
}

.c-teaser .text p {
  margin-top: 0;
}

.c-teaser .buttons {
  text-align: center;
}

.c-teaser .c-image-container {
  background-color: #fff;
  position: relative;
}

.c-teaser .c-image-container .field-media-image {
  overflow: visible;
}

.c-teaser .c-image-container.-square.-image:before {
  content: '';
  display: block;
  padding-top: 100%;
}

.c-teaser .c-image-container.-square.-image img {
  max-height: 100%;
  width: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.c-teaser .c-image-container.-icon {
  background-color: #d8d8d8;
  text-align: center;
}

.c-teaser .c-image-container.-icon .fa {
  color: #fff;
  font-size: 6em;
  padding: .42em .38em;
}

.c-teaser .c-image-container.-square.-icon .fa {
  font-size: 10em;
  padding: .35em .38em;
}

.c-teaser .c-image-container .-legend {
  font-size: 1.125em;
  color: #262626;
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 1.5em .9em .35em 2em;
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position-y: 1px;
  background-position-x: 1px;
}

.c-teaser .c-image-container .-legend.-open,
.c-teaser .c-image-container .-legend.-blue {
  color: #fff;
  background-image: url("../images/svg/bg--blob-blue.svg");
}

.c-teaser .c-image-container .-legend.-yellow {
  background-image: url("../images/svg/bg--blob-yellow.svg");
}

.c-teaser .c-image-container .-legend.-closed,
.c-teaser .c-image-container .-legend.-pink {
  color: #fff;
  background-image: url("../images/svg/bg--blob-pink.svg");
}

.c-teaser .c-image-container .-legend.-light-pink {
  color: #fff;
  background-image: url("../images/svg/bg--blob-light-pink.svg");
}

.c-teaser .c-image-container .-legends-modern {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50%;
}

.c-teaser .c-image-container .-legends-modern .-legend-modern {
  font-size: 0.75em;
  color: #262626;
  padding: 1.5em 2em .35em .6em;
  background-repeat: no-repeat;
  background-size: auto 100%;
  text-align: left;
}

.c-teaser .c-image-container .-legends-modern .-legend-modern.-legend-top {
  padding: .25em .4em .55em 1.5em;
}

.c-teaser .c-image-container .-legends-modern .-legend-modern.-legend-bottom {
  padding: .5em .4em .35em 1.5em;
}

.c-teaser .c-image-container .-legends-modern .-legend-modern.-pink.-legend-top {
  background-image: url("../images/svg/bg--blob-new-top-pink.svg");
}

.c-teaser .c-image-container .-legends-modern .-legend-modern.-pink.-legend-bottom {
  background-image: url("../images/svg/bg--blob-new-bottom-pink.svg");
}

.c-teaser .c-image-container .-legends-modern .-legend-modern.-yellow.-legend-top {
  background-image: url("../images/svg/bg--blob-new-top-yellow.svg");
}

.c-teaser .c-image-container .-legends-modern .-legend-modern.-yellow.-legend-bottom {
  background-image: url("../images/svg/bg--blob-new-bottom-yellow.svg");
}

.c-teaser .c-image-container .-image-symbols {
  position: absolute;
  top: 10px;
  right: -20px;
}

.c-teaser .c-image-container .-image-symbols .-symbol {
  margin: 0;
}

.c-teaser:not(.-has-button) a {
  display: block;
  color: #4c4c4c !important;
  text-decoration: none !important;
  border: 0 !important;
}

.c-teaser .field-category {
  margin: 0;
}

.c-teaser .field-tags {
  display: inline-block;
  color: #9f9f9f;
  margin: .25em 0;
}

.c-teaser .field-tags div {
  display: inline-block;
}

.c-teaser .field-recipe-author,
.c-teaser .field-content-author {
  color: #9f9f9f;
}

.c-teaser .field-recipe-author .-image-wrapper,
.c-teaser .field-content-author .-image-wrapper {
  display: inline-block;
  border-radius: 1.25em;
  border: 1px solid #d8d8d8;
  width: 25px;
  height: 25px;
  margin-right: .5em;
  text-align: center;
}

.c-dark-white .c-teaser {
  background-color: #fff !important;
}

.c-teaser-supersmall {
  background-color: #fff;
  text-align: left;
  border-radius: 1.25em;
  margin-bottom: 1.25em;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.15);
  width: 100%;
}

.c-teaser-supersmall .-inner {
  padding: 1.25em;
}

.c-teaser-supersmall h1,
.c-teaser-supersmall h2,
.c-teaser-supersmall h3,
.c-teaser-supersmall h4,
.c-teaser-supersmall h5,
.c-teaser-supersmall h6 {
  margin: 0;
}

.c-teaser-supersmall .field-heading-text {
  font-size: 1.125em;
  line-height: 1.125em;
  margin: .5em 0 0;
  color: #717171;
}

.c-teaser-supersmall a {
  display: block;
  color: #4c4c4c !important;
  text-decoration: none !important;
  border: 0 !important;
}

.c-teaser-color,
.c-teaser-vegovision {
  position: relative;
  overflow: hidden;
}

.c-teaser-color .c-heading-a,
.c-teaser-vegovision .c-heading-a {
  font-size: 2.875em;
}

.c-teaser-color__inner,
.c-teaser-vegovision__inner {
  padding: 2em;
}

.c-teaser-color__single-left,
.c-teaser-color__single-right,
.c-teaser-vegovision__single-left,
.c-teaser-vegovision__single-right {
  display: none;
}

.c-teaser-color__wave,
.c-teaser-vegovision__wave {
  display: none;
  position: absolute;
  top: -5px;
  right: -1px;
  height: 105%;
  width: 100%;
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: top right;
}

.c-teaser-color__left-first,
.c-teaser-vegovision__left-first {
  position: relative;
  overflow: hidden;
}

.c-teaser-color-title .c-heading-a,
.c-teaser-vegovision-title .c-heading-a {
  margin: 0 0 .35em;
}

.c-teaser-color-title .c-teaser-color__inner,
.c-teaser-vegovision-title .c-teaser-color__inner {
  padding: .5em 2em;
}

.c-teaser-color-title .c-preamble p,
.c-teaser-vegovision-title .c-preamble p {
  margin: 0;
}

.c-teaser-color__wave {
  background-image: url("../images/svg/bg--wave-dark-pink.svg");
}

.c-teaser-color__left {
  color: #fff;
}

.c-teaser-color__left h1,
.c-teaser-color__left h2,
.c-teaser-color__left h3,
.c-teaser-color__left h4,
.c-teaser-color__left h5,
.c-teaser-color__left h6 {
  color: #fff;
}

.c-teaser-vegovision {
  background-color: #ff50a1;
}

.c-teaser-vegovision .c-heading-a,
.c-teaser-vegovision .c-heading-b,
.c-teaser-vegovision .c-heading-c,
.c-teaser-vegovision .c-heading-d,
.c-teaser-vegovision .c-heading-e {
  font-family: "BaileySans", Helvetica, Arial, "Nimbus Sans L", sans-serif !important;
  font-weight: 900 !important;
}

.c-teaser-vegovision__single-middle {
  background-color: #ffe308;
}

.c-teaser-vegovision .c-button {
  font-style: italic;
  font-weight: 700;
  border: solid 1px #262626;
  background-color: #262626;
  color: #fff;
}

.c-teaser-vegovision .c-button.-before:before,
.c-teaser-vegovision .c-button.-after:after {
  color: #ff50a1;
}

.c-teaser-vegovision .c-button:hover,
.c-teaser-vegovision .c-button:focus,
.c-teaser-vegovision .c-button:active,
.c-teaser-vegovision .c-button[aria-expanded="true"] {
  border: solid 1px #fff;
  background-color: #fff;
  color: #262626;
}

.c-teaser-vegovision .c-button:hover.-before:before,
.c-teaser-vegovision .c-button:hover.-after:after,
.c-teaser-vegovision .c-button:focus.-before:before,
.c-teaser-vegovision .c-button:focus.-after:after,
.c-teaser-vegovision .c-button:active.-before:before,
.c-teaser-vegovision .c-button:active.-after:after,
.c-teaser-vegovision .c-button[aria-expanded="true"].-before:before,
.c-teaser-vegovision .c-button[aria-expanded="true"].-after:after {
  color: #262626;
}

.c-teaser-blob {
  position: relative;
}

.c-teaser-blob a,
.c-teaser-blob .-teaser-blob-image-wrapper {
  position: relative;
  display: block;
  text-decoration: none;
}

.c-teaser-blob .c-heading-d {
  font-size: 1.5em;
}

.headings-placement-center .c-teaser-blob .c-heading-d {
  color: #fff;
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.25);
  margin: 0 1em;
}

.headings-placement-top .c-teaser-blob .c-heading-d {
  margin: 0 0 1em;
}

.headings-placement-bottom .c-teaser-blob .c-heading-d {
  margin: 1em 0 0;
}

.o-flexbox .c-teaser-blob .c-heading-d {
  font-size: 1.25em;
}

.c-teaser-blob img:not(.-teaser-blob-image):not(.-not-inner),
.c-teaser-blob .-inner {
  position: absolute;
  top: 2px;
  left: 2px;
  height: 98%;
  width: 98%;
  background-repeat: no-repeat;
  background-size: cover;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -o-object-fit: cover;
  object-fit: cover;
}

.c-teaser-blob img:not(.-teaser-blob-image):not(.-not-inner).image-svg-xml,
.c-teaser-blob .-inner.image-svg-xml {
  -o-object-fit: unset;
  object-fit: unset;
  background-color: #fff;
}

.c-teaser-blob .-teaser-blob-image {
  position: relative;
}

.c-teaser-landscape {
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.15);
  width: 100%;
  position: relative;
  margin-bottom: 2em;
  background-color: #f1f1f1;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
  box-sizing: border-box;
}

.c-teaser-landscape img {
  width: 100%;
  height: auto;
}

.c-teaser-landscape a {
  color: #4c4c4c;
}

.c-teaser-landscape .c-heading-b {
  margin: 0;
}

.c-the-bottom {
  margin: 5em 0 0;
  padding: 5em 0;
}

.c-the-bottom ~ .c-the-bottom {
  background-color: #f1f1f1;
  margin-top: 0;
}

.c-the-bottom > div > h1,
.c-the-bottom > div > h2,
.c-the-bottom > div > h3,
.c-the-bottom > div > h4,
.c-the-bottom > div > h5,
.c-the-bottom > div > h6 {
  margin-bottom: 1.5em;
}

.c-madder-search {
  padding: 0 !important;
}

.c-madder-search form {
  padding: 0;
}

.c-madder-search .form-item-search {
  margin: 0 0 .5em;
}

.c-madder-search .form-item-search label {
  display: none;
}

.c-madder-search .form-item-search input {
  max-width: none;
  display: inline-block;
  width: 65%;
  margin-right: 2%;
  margin-bottom: 0;
}

.c-madder-search input[type="submit"] {
  display: none;
}

.c-madder-search .checkbox-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 2.5em 0 0;
}

.c-madder-search .checkbox-wrapper .-checkbox label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-radius: 0.3125em;
  margin: 0 .5em .5em;
}

.c-madder-search .checkbox-wrapper .-checkbox .c-form__description {
  line-height: 1.4;
  margin: 0;
}

.o-teaser-cta {
  background-color: #f1f1f1;
  padding: 3em;
}

.o-teaser-cta .-link-wrapper {
  margin-bottom: 0;
}

.node--type-topic .o-teaser-cta {
  background-color: #fff;
}

.c-yellow-bottom {
  padding: 75px 0 0;
  text-align: center;
  background-image: url("../images/svg/bg--wave-yellow-horiz.svg");
  background-repeat: no-repeat;
  background-position: top;
  background-size: 150%;
}

.c-yellow-bottom .c-form__submit {
  border: solid 2px #f2ad42;
  background-color: #f2ad42;
}

.c-yellow-bottom .c-form__submit:hover,
.c-yellow-bottom .c-form__submit:focus,
.c-yellow-bottom .c-form__submit:active {
  border: solid 2px #f2ad42;
  background-color: #fed595;
  color: #4c4c4c;
}

.c-yellow-bottom .sub-header {
  font-size: 1.375em;
  line-height: 1.375em;
  color: #5e5e5e;
}

.c-yellow-bottom__left {
  padding: 3em 0;
}

.c-yellow-bottom__left img {
  max-width: 50%;
  margin: 0 auto;
}

.c-yellow-bottom__left h1,
.c-yellow-bottom__left h2,
.c-yellow-bottom__left h3,
.c-yellow-bottom__left h4,
.c-yellow-bottom__left h5,
.c-yellow-bottom__left h6 {
  margin: 1em 0;
}

.c-yellow-bottom__right {
  padding: 3em 0;
  border-top: 2px dotted #f2ad42;
}

.c-yellow-bottom__right .c-form__text {
  margin: 0 0 1em 0;
}

.c-accordion__button {
  display: block;
  color: #5e5e5e;
  background-color: #f1f1f1;
  text-align: left;
  text-decoration: none;
  border-radius: .25em;
  border: 0;
  padding: 0;
  width: 100%;
}

.c-accordion__wrapper {
  padding: 1.1em 1em 1em;
}

.c-accordion__wrapper:before {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  font-family: "Font Awesome 6 Free";
  content: "\f067";
  color: #5e5e5e;
  display: inline-block;
  vertical-align: middle;
  float: right;
}

.c-accordion[aria-expanded="true"] .c-accordion__wrapper:before {
  content: "\f068";
}

.c-accordion__header {
  display: inline-block;
  max-width: 90%;
  font-size: 1.4em;
  line-height: 1.4em;
}

.c-accordion__content[aria-hidden="false"] {
  margin-top: 1em;
}

.c-accordion__pre {
  margin-bottom: 1em;
}

.c-accordion:hover,
.c-accordion:focus,
.c-accordion:active {
  color: inherit;
  border: inherit;
}

.c-read-more-banner {
  padding: 0 !important;
}

.c-button,
.c-form__submit,
.eu-cookie-compliance-banner .eu-cookie-compliance-save-preferences-button,
.eu-cookie-compliance-banner .eu-cookie-compliance-default-button,
#sub-nav-one .c-nav-cta-main-1__item a,
#sub-nav-two .c-nav-cta-main-2__item a,
#sub-nav-three .c-nav-cta-main-3__item a {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  text-decoration: none;
  font-size: 1.125em;
  padding: .8em 1em .65em;
  border-radius: .25em;
  border-style: none;
  font-weight: normal;
  cursor: pointer;
  display: inline-block;
  box-sizing: border-box;
  vertical-align: unset !important;
}

.c-button:hover,
.c-form__submit:hover,
.eu-cookie-compliance-banner .eu-cookie-compliance-save-preferences-button:hover,
.eu-cookie-compliance-banner .eu-cookie-compliance-default-button:hover,
#sub-nav-one .c-nav-cta-main-1__item a:hover,
#sub-nav-two .c-nav-cta-main-2__item a:hover,
#sub-nav-three .c-nav-cta-main-3__item a:hover,
.c-button:focus,
.c-form__submit:focus,
.eu-cookie-compliance-banner .eu-cookie-compliance-save-preferences-button:focus,
.eu-cookie-compliance-banner .eu-cookie-compliance-default-button:focus,
#sub-nav-one .c-nav-cta-main-1__item a:focus,
#sub-nav-two .c-nav-cta-main-2__item a:focus,
#sub-nav-three .c-nav-cta-main-3__item a:focus,
.c-button:active,
.c-form__submit:active,
.eu-cookie-compliance-banner .eu-cookie-compliance-save-preferences-button:active,
.eu-cookie-compliance-banner .eu-cookie-compliance-default-button:active,
#sub-nav-one .c-nav-cta-main-1__item a:active,
#sub-nav-two .c-nav-cta-main-2__item a:active,
#sub-nav-three .c-nav-cta-main-3__item a:active {
  text-decoration: none;
}

.c-button[disabled],
.c-form__submit[disabled],
.eu-cookie-compliance-banner .eu-cookie-compliance-save-preferences-button[disabled],
.eu-cookie-compliance-banner .eu-cookie-compliance-default-button[disabled],
#sub-nav-one .c-nav-cta-main-1__item a[disabled],
#sub-nav-two .c-nav-cta-main-2__item a[disabled],
#sub-nav-three .c-nav-cta-main-3__item a[disabled],
.pseudo-class-disabled.c-button,
.pseudo-class-disabled.c-form__submit,
.eu-cookie-compliance-banner .pseudo-class-disabled.eu-cookie-compliance-save-preferences-button,
.eu-cookie-compliance-banner .pseudo-class-disabled.eu-cookie-compliance-default-button,
#sub-nav-one .c-nav-cta-main-1__item a.pseudo-class-disabled,
#sub-nav-two .c-nav-cta-main-2__item a.pseudo-class-disabled,
#sub-nav-three .c-nav-cta-main-3__item a.pseudo-class-disabled {
  cursor: default;
  top: 0;
  box-shadow: none;
}

.c-button {
  border: solid 1px #4c4c4c;
  background-color: transparent;
  color: #4c4c4c;
}

.c-button [class^="c-icon"] {
  stroke: #4c4c4c;
}

.c-button:hover,
.c-button:focus,
.c-button:active,
.c-button[aria-expanded="true"] {
  border: solid 1px #fc84bc;
  background-color: #fc84bc;
  color: #fff;
}

.c-button:hover [class^="c-icon"],
.c-button:focus [class^="c-icon"],
.c-button:active [class^="c-icon"],
.c-button[aria-expanded="true"] [class^="c-icon"] {
  stroke: #fff;
}

.c-button.-thin {
  padding: .6em .75em .4em;
}

.c-button.-smaller {
  font-size: 1em;
}

.c-button.-smaller.-thin {
  padding: .5em .75em .4em;
}

.c-button.-square {
  border-radius: .25em;
}

.c-button.-bold-border {
  border-width: 2px !important;
}

.c-button.-no-border {
  border: none !important;
}

.c-button.-white {
  border: solid 2px #fff;
  color: #fff;
  background-color: transparent;
}

.c-button.-white:hover:not(.-no-hover),
.c-button.-white:focus:not(.-no-hover),
.c-button.-white:active:not(.-no-hover),
.c-button.-white[aria-expanded="true"]:not(.-no-hover) {
  border: solid 2px #fff;
  background-color: #fff;
  color: #e6007e;
}

.c-button.-white:hover:not(.-no-hover)[class~="c-icon"]:before,
.c-button.-white:hover:not(.-no-hover)[class~="c-icon"]:after,
.c-button.-white:focus:not(.-no-hover)[class~="c-icon"]:before,
.c-button.-white:focus:not(.-no-hover)[class~="c-icon"]:after,
.c-button.-white:active:not(.-no-hover)[class~="c-icon"]:before,
.c-button.-white:active:not(.-no-hover)[class~="c-icon"]:after,
.c-button.-white[aria-expanded="true"]:not(.-no-hover)[class~="c-icon"]:before,
.c-button.-white[aria-expanded="true"]:not(.-no-hover)[class~="c-icon"]:after {
  color: #e6007e;
}

.c-button.-white:hover:not(.-no-hover) span.ext:after,
.c-button.-white:focus:not(.-no-hover) span.ext:after,
.c-button.-white:active:not(.-no-hover) span.ext:after,
.c-button.-white[aria-expanded="true"]:not(.-no-hover) span.ext:after {
  color: #fff;
}

.c-button.-white-darker {
  border: solid 1px #d8d8d8;
  color: #d8d8d8;
  background-color: transparent;
}

.c-button.-white-darker:hover:not(.-no-hover),
.c-button.-white-darker:focus:not(.-no-hover),
.c-button.-white-darker:active:not(.-no-hover),
.c-button.-white-darker[aria-expanded="true"]:not(.-no-hover) {
  background-color: #d8d8d8;
  color: #fff;
}

.c-button.-white-darker:hover:not(.-no-hover)[class~="c-icon"]:before,
.c-button.-white-darker:hover:not(.-no-hover)[class~="c-icon"]:after,
.c-button.-white-darker:focus:not(.-no-hover)[class~="c-icon"]:before,
.c-button.-white-darker:focus:not(.-no-hover)[class~="c-icon"]:after,
.c-button.-white-darker:active:not(.-no-hover)[class~="c-icon"]:before,
.c-button.-white-darker:active:not(.-no-hover)[class~="c-icon"]:after,
.c-button.-white-darker[aria-expanded="true"]:not(.-no-hover)[class~="c-icon"]:before,
.c-button.-white-darker[aria-expanded="true"]:not(.-no-hover)[class~="c-icon"]:after {
  color: #fff;
}

.c-button.-white-darker:hover:not(.-no-hover) span.ext:after,
.c-button.-white-darker:focus:not(.-no-hover) span.ext:after,
.c-button.-white-darker:active:not(.-no-hover) span.ext:after,
.c-button.-white-darker[aria-expanded="true"]:not(.-no-hover) span.ext:after {
  color: #fff;
}

.c-button.-white-darker.-fill {
  background-color: #d8d8d8;
  color: #fff;
}

.c-button.-white-darker.-fill[class~="c-icon"]:before,
.c-button.-white-darker.-fill[class~="c-icon"]:after {
  color: #fff;
}

.c-button.-white-darker.-fill:hover:not(.-no-hover),
.c-button.-white-darker.-fill:focus:not(.-no-hover),
.c-button.-white-darker.-fill:active:not(.-no-hover),
.c-button.-white-darker.-fill[aria-expanded="true"]:not(.-no-hover) {
  background-color: #9f9f9f;
  border-color: #9f9f9f;
  color: #fff;
}

.c-button.-blue {
  border: solid 1px #00b4d2;
  color: #00b4d2;
  background-color: transparent;
}

.c-button.-blue:hover:not(.-no-hover),
.c-button.-blue:focus:not(.-no-hover),
.c-button.-blue:active:not(.-no-hover),
.c-button.-blue[aria-expanded="true"]:not(.-no-hover) {
  background-color: #00b4d2;
  color: #fff;
  border-color: #00b4d2;
}

.c-button.-blue:hover:not(.-no-hover)[class~="c-icon"]:before,
.c-button.-blue:hover:not(.-no-hover)[class~="c-icon"]:after,
.c-button.-blue:focus:not(.-no-hover)[class~="c-icon"]:before,
.c-button.-blue:focus:not(.-no-hover)[class~="c-icon"]:after,
.c-button.-blue:active:not(.-no-hover)[class~="c-icon"]:before,
.c-button.-blue:active:not(.-no-hover)[class~="c-icon"]:after,
.c-button.-blue[aria-expanded="true"]:not(.-no-hover)[class~="c-icon"]:before,
.c-button.-blue[aria-expanded="true"]:not(.-no-hover)[class~="c-icon"]:after {
  color: #fff;
}

.c-button.-blue:hover:not(.-no-hover) span.ext:after,
.c-button.-blue:focus:not(.-no-hover) span.ext:after,
.c-button.-blue:active:not(.-no-hover) span.ext:after,
.c-button.-blue[aria-expanded="true"]:not(.-no-hover) span.ext:after {
  color: #fff;
}

.c-button.-blue.-fill {
  background-color: #00b4d2;
  color: #fff;
  border-color: #00b4d2;
}

.c-button.-blue.-fill[class~="c-icon"]:before,
.c-button.-blue.-fill[class~="c-icon"]:after {
  color: #fff;
}

.c-button.-blue.-fill:hover:not(.-no-hover),
.c-button.-blue.-fill:focus:not(.-no-hover),
.c-button.-blue.-fill:active:not(.-no-hover),
.c-button.-blue.-fill[aria-expanded="true"]:not(.-no-hover) {
  background-color: #fff;
  color: #00b4d2;
  border-color: #00b4d2;
}

.c-button.-blue.-fill:hover:not(.-no-hover)[class~="c-icon"]:before,
.c-button.-blue.-fill:hover:not(.-no-hover)[class~="c-icon"]:after,
.c-button.-blue.-fill:focus:not(.-no-hover)[class~="c-icon"]:before,
.c-button.-blue.-fill:focus:not(.-no-hover)[class~="c-icon"]:after,
.c-button.-blue.-fill:active:not(.-no-hover)[class~="c-icon"]:before,
.c-button.-blue.-fill:active:not(.-no-hover)[class~="c-icon"]:after,
.c-button.-blue.-fill[aria-expanded="true"]:not(.-no-hover)[class~="c-icon"]:before,
.c-button.-blue.-fill[aria-expanded="true"]:not(.-no-hover)[class~="c-icon"]:after {
  color: #00b4d2;
}

.c-button.-light-blue {
  border: solid 1px #8fe2f2;
  color: #262626;
  background-color: transparent;
}

.c-button.-light-blue:hover:not(.-no-hover),
.c-button.-light-blue:focus:not(.-no-hover),
.c-button.-light-blue:active:not(.-no-hover),
.c-button.-light-blue[aria-expanded="true"]:not(.-no-hover) {
  background-color: #8fe2f2;
  color: #262626;
  border-color: #8fe2f2;
}

.c-button.-light-blue:hover:not(.-no-hover)[class~="c-icon"]:before,
.c-button.-light-blue:hover:not(.-no-hover)[class~="c-icon"]:after,
.c-button.-light-blue:focus:not(.-no-hover)[class~="c-icon"]:before,
.c-button.-light-blue:focus:not(.-no-hover)[class~="c-icon"]:after,
.c-button.-light-blue:active:not(.-no-hover)[class~="c-icon"]:before,
.c-button.-light-blue:active:not(.-no-hover)[class~="c-icon"]:after,
.c-button.-light-blue[aria-expanded="true"]:not(.-no-hover)[class~="c-icon"]:before,
.c-button.-light-blue[aria-expanded="true"]:not(.-no-hover)[class~="c-icon"]:after {
  color: #262626;
}

.c-button.-light-blue:hover:not(.-no-hover) span.ext:after,
.c-button.-light-blue:focus:not(.-no-hover) span.ext:after,
.c-button.-light-blue:active:not(.-no-hover) span.ext:after,
.c-button.-light-blue[aria-expanded="true"]:not(.-no-hover) span.ext:after {
  color: #262626;
}

.c-button.-light-blue.-fill {
  background-color: #8fe2f2;
  color: #262626;
  border-color: #8fe2f2;
}

.c-button.-light-blue.-fill[class~="c-icon"]:before,
.c-button.-light-blue.-fill[class~="c-icon"]:after {
  color: #262626;
}

.c-button.-light-blue.-fill:hover:not(.-no-hover),
.c-button.-light-blue.-fill:focus:not(.-no-hover),
.c-button.-light-blue.-fill:active:not(.-no-hover),
.c-button.-light-blue.-fill[aria-expanded="true"]:not(.-no-hover) {
  background-color: #fff;
  color: #262626;
  border-color: #8fe2f2;
}

.c-button.-light-blue.-fill:hover:not(.-no-hover)[class~="c-icon"]:before,
.c-button.-light-blue.-fill:hover:not(.-no-hover)[class~="c-icon"]:after,
.c-button.-light-blue.-fill:focus:not(.-no-hover)[class~="c-icon"]:before,
.c-button.-light-blue.-fill:focus:not(.-no-hover)[class~="c-icon"]:after,
.c-button.-light-blue.-fill:active:not(.-no-hover)[class~="c-icon"]:before,
.c-button.-light-blue.-fill:active:not(.-no-hover)[class~="c-icon"]:after,
.c-button.-light-blue.-fill[aria-expanded="true"]:not(.-no-hover)[class~="c-icon"]:before,
.c-button.-light-blue.-fill[aria-expanded="true"]:not(.-no-hover)[class~="c-icon"]:after {
  color: #8fe2f2;
}

.c-button.-pink,
.c-form__radio + .c-button.-pink,
.c-form__checkbox + .c-button.-pink {
  border: solid 1px #fc84bc;
  color: #fc84bc;
  background-color: transparent;
}

.c-button.-pink:hover:not(.-no-hover),
.c-button.-pink:focus:not(.-no-hover),
.c-button.-pink:active:not(.-no-hover),
.c-button.-pink[aria-expanded="true"]:not(.-no-hover),
.c-form__radio + .c-button.-pink:hover:not(.-no-hover),
.c-form__radio + .c-button.-pink:focus:not(.-no-hover),
.c-form__radio + .c-button.-pink:active:not(.-no-hover),
.c-form__radio + .c-button.-pink[aria-expanded="true"]:not(.-no-hover),
.c-form__checkbox + .c-button.-pink:hover:not(.-no-hover),
.c-form__checkbox + .c-button.-pink:focus:not(.-no-hover),
.c-form__checkbox + .c-button.-pink:active:not(.-no-hover),
.c-form__checkbox + .c-button.-pink[aria-expanded="true"]:not(.-no-hover) {
  background-color: #fc84bc;
  color: #fff;
  border-color: #fc84bc;
}

.c-button.-pink:hover:not(.-no-hover)[class~="c-icon"]:before,
.c-button.-pink:hover:not(.-no-hover)[class~="c-icon"]:after,
.c-button.-pink:focus:not(.-no-hover)[class~="c-icon"]:before,
.c-button.-pink:focus:not(.-no-hover)[class~="c-icon"]:after,
.c-button.-pink:active:not(.-no-hover)[class~="c-icon"]:before,
.c-button.-pink:active:not(.-no-hover)[class~="c-icon"]:after,
.c-button.-pink[aria-expanded="true"]:not(.-no-hover)[class~="c-icon"]:before,
.c-button.-pink[aria-expanded="true"]:not(.-no-hover)[class~="c-icon"]:after,
.c-form__radio + .c-button.-pink:hover:not(.-no-hover)[class~="c-icon"]:before,
.c-form__radio + .c-button.-pink:hover:not(.-no-hover)[class~="c-icon"]:after,
.c-form__radio + .c-button.-pink:focus:not(.-no-hover)[class~="c-icon"]:before,
.c-form__radio + .c-button.-pink:focus:not(.-no-hover)[class~="c-icon"]:after,
.c-form__radio + .c-button.-pink:active:not(.-no-hover)[class~="c-icon"]:before,
.c-form__radio + .c-button.-pink:active:not(.-no-hover)[class~="c-icon"]:after,
.c-form__radio + .c-button.-pink[aria-expanded="true"]:not(.-no-hover)[class~="c-icon"]:before,
.c-form__radio + .c-button.-pink[aria-expanded="true"]:not(.-no-hover)[class~="c-icon"]:after,
.c-form__checkbox + .c-button.-pink:hover:not(.-no-hover)[class~="c-icon"]:before,
.c-form__checkbox + .c-button.-pink:hover:not(.-no-hover)[class~="c-icon"]:after,
.c-form__checkbox + .c-button.-pink:focus:not(.-no-hover)[class~="c-icon"]:before,
.c-form__checkbox + .c-button.-pink:focus:not(.-no-hover)[class~="c-icon"]:after,
.c-form__checkbox + .c-button.-pink:active:not(.-no-hover)[class~="c-icon"]:before,
.c-form__checkbox + .c-button.-pink:active:not(.-no-hover)[class~="c-icon"]:after,
.c-form__checkbox + .c-button.-pink[aria-expanded="true"]:not(.-no-hover)[class~="c-icon"]:before,
.c-form__checkbox + .c-button.-pink[aria-expanded="true"]:not(.-no-hover)[class~="c-icon"]:after {
  color: #fff;
}

.c-button.-pink.-fill,
.c-form__radio + .c-button.-pink.-fill,
.c-form__checkbox + .c-button.-pink.-fill {
  background-color: #fc84bc;
  color: #fff;
  border-color: #fc84bc;
}

.c-button.-pink.-fill[class~="c-icon"]:before,
.c-button.-pink.-fill[class~="c-icon"]:after,
.c-form__radio + .c-button.-pink.-fill[class~="c-icon"]:before,
.c-form__radio + .c-button.-pink.-fill[class~="c-icon"]:after,
.c-form__checkbox + .c-button.-pink.-fill[class~="c-icon"]:before,
.c-form__checkbox + .c-button.-pink.-fill[class~="c-icon"]:after {
  color: #fff;
}

.c-button.-pink.-fill:hover:not(.-no-hover),
.c-button.-pink.-fill:focus:not(.-no-hover),
.c-button.-pink.-fill:active:not(.-no-hover),
.c-button.-pink.-fill[aria-expanded="true"]:not(.-no-hover),
.c-form__radio + .c-button.-pink.-fill:hover:not(.-no-hover),
.c-form__radio + .c-button.-pink.-fill:focus:not(.-no-hover),
.c-form__radio + .c-button.-pink.-fill:active:not(.-no-hover),
.c-form__radio + .c-button.-pink.-fill[aria-expanded="true"]:not(.-no-hover),
.c-form__checkbox + .c-button.-pink.-fill:hover:not(.-no-hover),
.c-form__checkbox + .c-button.-pink.-fill:focus:not(.-no-hover),
.c-form__checkbox + .c-button.-pink.-fill:active:not(.-no-hover),
.c-form__checkbox + .c-button.-pink.-fill[aria-expanded="true"]:not(.-no-hover) {
  background-color: #fff;
  color: #fc84bc;
  border-color: #fc84bc;
}

.c-button.-pink.-fill:hover:not(.-no-hover)[class~="c-icon"]:before,
.c-button.-pink.-fill:hover:not(.-no-hover)[class~="c-icon"]:after,
.c-button.-pink.-fill:focus:not(.-no-hover)[class~="c-icon"]:before,
.c-button.-pink.-fill:focus:not(.-no-hover)[class~="c-icon"]:after,
.c-button.-pink.-fill:active:not(.-no-hover)[class~="c-icon"]:before,
.c-button.-pink.-fill:active:not(.-no-hover)[class~="c-icon"]:after,
.c-button.-pink.-fill[aria-expanded="true"]:not(.-no-hover)[class~="c-icon"]:before,
.c-button.-pink.-fill[aria-expanded="true"]:not(.-no-hover)[class~="c-icon"]:after,
.c-form__radio + .c-button.-pink.-fill:hover:not(.-no-hover)[class~="c-icon"]:before,
.c-form__radio + .c-button.-pink.-fill:hover:not(.-no-hover)[class~="c-icon"]:after,
.c-form__radio + .c-button.-pink.-fill:focus:not(.-no-hover)[class~="c-icon"]:before,
.c-form__radio + .c-button.-pink.-fill:focus:not(.-no-hover)[class~="c-icon"]:after,
.c-form__radio + .c-button.-pink.-fill:active:not(.-no-hover)[class~="c-icon"]:before,
.c-form__radio + .c-button.-pink.-fill:active:not(.-no-hover)[class~="c-icon"]:after,
.c-form__radio + .c-button.-pink.-fill[aria-expanded="true"]:not(.-no-hover)[class~="c-icon"]:before,
.c-form__radio + .c-button.-pink.-fill[aria-expanded="true"]:not(.-no-hover)[class~="c-icon"]:after,
.c-form__checkbox + .c-button.-pink.-fill:hover:not(.-no-hover)[class~="c-icon"]:before,
.c-form__checkbox + .c-button.-pink.-fill:hover:not(.-no-hover)[class~="c-icon"]:after,
.c-form__checkbox + .c-button.-pink.-fill:focus:not(.-no-hover)[class~="c-icon"]:before,
.c-form__checkbox + .c-button.-pink.-fill:focus:not(.-no-hover)[class~="c-icon"]:after,
.c-form__checkbox + .c-button.-pink.-fill:active:not(.-no-hover)[class~="c-icon"]:before,
.c-form__checkbox + .c-button.-pink.-fill:active:not(.-no-hover)[class~="c-icon"]:after,
.c-form__checkbox + .c-button.-pink.-fill[aria-expanded="true"]:not(.-no-hover)[class~="c-icon"]:before,
.c-form__checkbox + .c-button.-pink.-fill[aria-expanded="true"]:not(.-no-hover)[class~="c-icon"]:after {
  color: #fc84bc;
}

.c-button.-dark-pink {
  border: solid 1px #e6007e;
  color: #e6007e;
  background-color: transparent;
}

.c-button.-dark-pink[class~="c-icon"]:before,
.c-button.-dark-pink[class~="c-icon"]:after {
  color: #e6007e;
}

.c-button.-dark-pink span.ext:after {
  color: #e6007e;
}

.c-button.-dark-pink:hover:not(.-no-hover),
.c-button.-dark-pink:focus:not(.-no-hover),
.c-button.-dark-pink:active:not(.-no-hover),
.c-button.-dark-pink[aria-expanded="true"]:not(.-no-hover) {
  background-color: #e6007e;
  color: #fff;
  border-color: #e6007e;
}

.c-button.-dark-pink:hover:not(.-no-hover).-black-text,
.c-button.-dark-pink:focus:not(.-no-hover).-black-text,
.c-button.-dark-pink:active:not(.-no-hover).-black-text,
.c-button.-dark-pink[aria-expanded="true"]:not(.-no-hover).-black-text {
  color: #fff !important;
}

.c-button.-dark-pink:hover:not(.-no-hover)[class~="c-icon"]:before,
.c-button.-dark-pink:hover:not(.-no-hover)[class~="c-icon"]:after,
.c-button.-dark-pink:focus:not(.-no-hover)[class~="c-icon"]:before,
.c-button.-dark-pink:focus:not(.-no-hover)[class~="c-icon"]:after,
.c-button.-dark-pink:active:not(.-no-hover)[class~="c-icon"]:before,
.c-button.-dark-pink:active:not(.-no-hover)[class~="c-icon"]:after,
.c-button.-dark-pink[aria-expanded="true"]:not(.-no-hover)[class~="c-icon"]:before,
.c-button.-dark-pink[aria-expanded="true"]:not(.-no-hover)[class~="c-icon"]:after {
  color: #fff;
}

.c-button.-dark-pink.-fill {
  background-color: #e6007e;
  color: #fff;
  border-color: #e6007e;
}

.c-button.-dark-pink.-fill[class~="c-icon"]:before,
.c-button.-dark-pink.-fill[class~="c-icon"]:after {
  color: #fff;
}

.c-button.-dark-pink.-fill:hover:not(.-no-hover),
.c-button.-dark-pink.-fill:focus:not(.-no-hover),
.c-button.-dark-pink.-fill:active:not(.-no-hover),
.c-button.-dark-pink.-fill[aria-expanded="true"]:not(.-no-hover) {
  background-color: #fff;
  color: #e6007e;
  border-color: #fc84bc;
}

.c-button.-dark-pink.-fill:hover:not(.-no-hover)[class~="c-icon"]:before,
.c-button.-dark-pink.-fill:hover:not(.-no-hover)[class~="c-icon"]:after,
.c-button.-dark-pink.-fill:focus:not(.-no-hover)[class~="c-icon"]:before,
.c-button.-dark-pink.-fill:focus:not(.-no-hover)[class~="c-icon"]:after,
.c-button.-dark-pink.-fill:active:not(.-no-hover)[class~="c-icon"]:before,
.c-button.-dark-pink.-fill:active:not(.-no-hover)[class~="c-icon"]:after,
.c-button.-dark-pink.-fill[aria-expanded="true"]:not(.-no-hover)[class~="c-icon"]:before,
.c-button.-dark-pink.-fill[aria-expanded="true"]:not(.-no-hover)[class~="c-icon"]:after {
  color: #e6007e;
}

.c-button.-dark-yellow {
  border: solid 2px #f2ad42;
  color: #f2ad42;
  background-color: transparent;
}

.c-button.-dark-yellow[class~="c-icon"]:before,
.c-button.-dark-yellow[class~="c-icon"]:after {
  color: #f2ad42;
}

.c-button.-dark-yellow span.ext:after {
  color: #f2ad42;
}

.c-button.-dark-yellow:hover:not(.-no-hover),
.c-button.-dark-yellow:focus:not(.-no-hover),
.c-button.-dark-yellow:active:not(.-no-hover),
.c-button.-dark-yellow[aria-expanded="true"]:not(.-no-hover) {
  background-color: #f2ad42;
  color: #fff;
  border-color: #f2ad42;
}

.c-button.-dark-yellow:hover:not(.-no-hover)[class~="c-icon"]:before,
.c-button.-dark-yellow:hover:not(.-no-hover)[class~="c-icon"]:after,
.c-button.-dark-yellow:focus:not(.-no-hover)[class~="c-icon"]:before,
.c-button.-dark-yellow:focus:not(.-no-hover)[class~="c-icon"]:after,
.c-button.-dark-yellow:active:not(.-no-hover)[class~="c-icon"]:before,
.c-button.-dark-yellow:active:not(.-no-hover)[class~="c-icon"]:after,
.c-button.-dark-yellow[aria-expanded="true"]:not(.-no-hover)[class~="c-icon"]:before,
.c-button.-dark-yellow[aria-expanded="true"]:not(.-no-hover)[class~="c-icon"]:after {
  color: #262626;
}

.c-button.-dark-yellow:hover:not(.-no-hover) span.ext:after,
.c-button.-dark-yellow:focus:not(.-no-hover) span.ext:after,
.c-button.-dark-yellow:active:not(.-no-hover) span.ext:after,
.c-button.-dark-yellow[aria-expanded="true"]:not(.-no-hover) span.ext:after {
  color: #262626;
}

.c-button.-dark-yellow.-fill {
  background-color: #f2ad42;
  color: #fff;
  font-weight: bold;
}

.c-button.-dark-yellow.-fill[class~="c-icon"]:before,
.c-button.-dark-yellow.-fill[class~="c-icon"]:after {
  color: #fff;
}

.c-button.-dark-yellow.-fill:hover:not(.-no-hover),
.c-button.-dark-yellow.-fill:focus:not(.-no-hover),
.c-button.-dark-yellow.-fill:active:not(.-no-hover),
.c-button.-dark-yellow.-fill[aria-expanded="true"]:not(.-no-hover) {
  background-color: #fed595;
  border-color: #fed595;
  color: #4c4c4c;
}

.c-button-menu {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: 0;
  padding: 0.4em 0.5em;
  background: #fc84bc;
  border-radius: 0.3125em;
  display: block;
}

.c-button-flip {
  font-weight: 700;
  color: #e6007e;
  background: none;
  border: 0;
  background-image: url("../images/svg/button--arrow-pink.svg");
  background-size: 115px auto;
  background-repeat: no-repeat;
  background-position: bottom center;
  padding: 1em;
}

.c-footer {
  background-color: #fff;
  padding: 1.5em 0 0;
  color: #262626;
}

.c-footer h2,
.c-footer h3,
.c-footer h4,
.c-footer h5,
.c-footer h6 {
  font-size: 1.625em;
}

.block-djurens-ratt-logo-block {
  text-align: center;
  color: #9f9f9f;
}

.c-form {
  padding: 1em;
}

.c-search .c-form__wrapper {
  display: inline;
}

.c-form__wrapper[id*='actions'] {
  text-align: center;
}

.c-form__list {
  list-style: none;
  margin: 0.2em 0;
  padding: 0;
}

.c-form__item {
  margin-bottom: 1.5em;
}

.c-form__item.-checkbox,
.c-form__item.-radio {
  margin-bottom: 0.5em;
}

[class^="c-form__"].-inline .c-form__item.-checkbox,
[class^="c-form__"].-inline .c-form__item.-radio {
  display: inline-block;
  margin-right: 0.5em;
}

.c-form__item.-other {
  max-width: 12.5em;
  margin-left: auto;
  margin-right: auto;
}

.c-form__item.-search {
  max-width: none;
  display: inline-block;
  width: 65%;
  margin-right: 2%;
  margin-bottom: 0;
}

.c-form__label {
  cursor: pointer;
  display: block;
  font-size: 1em;
  margin-bottom: 0.3125em;
  text-align: left;
}

.c-form__label.-option {
  font-weight: normal;
  display: block;
  margin: 0;
}

.c-form__label.-center {
  text-align: center;
  width: 100%;
}

.c-form__required {
  color: #fc84bc;
  font-weight: bold;
}

.c-form__description {
  margin-top: 0.5em;
  font-size: 0.875em;
  color: #5e5e5e;
  display: block;
}

.c-form__description a {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  color: #5e5e5e;
  text-decoration: underline;
}

.c-form__description a:hover,
.c-form__description a:focus,
.c-form__description a:active {
  color: #fc84bc;
}

.c-form__file:after,
.c-form__select,
.c-form__email,
.c-form__number,
.c-form__tel,
.c-form__url,
.c-form__date,
.c-form__search,
.c-form__password,
.c-form__text,
.c-form__textarea {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  border: 0;
  font-size: 1.125em;
  color: #333;
  padding: 0.9em 1em 0.8em;
  background-color: #fff;
  border-radius: 0.3125em;
  border: none;
  box-shadow: 0 0 0 1px #9f9f9f;
  box-sizing: border-box;
  width: calc(100% - 2px);
  margin: 1px;
  max-width: 38.375em;
}

.c-form__file:hover:after,
.c-form__select:hover,
.c-form__file:focus:after,
.c-form__select:focus,
.pseudo-class-focus.c-form__file:after,
.pseudo-class-focus.c-form__select,
.c-form__file:active:after,
.c-form__select:active,
.c-form__email:hover,
.c-form__email:focus,
.c-form__email.pseudo-class-focus,
.c-form__email:active,
.c-form__number:hover,
.c-form__number:focus,
.c-form__number.pseudo-class-focus,
.c-form__number:active,
.c-form__tel:hover,
.c-form__tel:focus,
.c-form__tel.pseudo-class-focus,
.c-form__tel:active,
.c-form__url:hover,
.c-form__url:focus,
.c-form__url.pseudo-class-focus,
.c-form__url:active,
.c-form__date:hover,
.c-form__date:focus,
.c-form__date.pseudo-class-focus,
.c-form__date:active,
.c-form__search:hover,
.c-form__search:focus,
.c-form__search.pseudo-class-focus,
.c-form__search:active,
.c-form__password:hover,
.c-form__password:focus,
.c-form__password.pseudo-class-focus,
.c-form__password:active,
.c-form__text:hover,
.c-form__text:focus,
.c-form__text.pseudo-class-focus,
.c-form__text:active,
.c-form__textarea:hover,
.c-form__textarea:focus,
.c-form__textarea.pseudo-class-focus,
.c-form__textarea:active {
  outline: 0;
  box-shadow: 0 0 0 1px #262626;
}

.-error.c-form__file:after,
.-error.c-form__select,
.c-form__email.-error,
.c-form__number.-error,
.c-form__tel.-error,
.c-form__url.-error,
.c-form__date.-error,
.c-form__search.-error,
.c-form__password.-error,
.c-form__text.-error,
.c-form__textarea.-error {
  box-shadow: 0 0 0 2px #e00034;
  border-radius: 0.3125em 0.3125em 0 0;
  margin: 2px;
  max-width: 38.25em;
}

.-error.c-form__file:not(.c-form__select):after,
.-error.c-form__select:not(.c-form__select),
.c-form__email.-error:not(.c-form__select),
.c-form__number.-error:not(.c-form__select),
.c-form__tel.-error:not(.c-form__select),
.c-form__url.-error:not(.c-form__select),
.c-form__date.-error:not(.c-form__select),
.c-form__search.-error:not(.c-form__select),
.c-form__password.-error:not(.c-form__select),
.c-form__text.-error:not(.c-form__select),
.c-form__textarea.-error:not(.c-form__select) {
  background-image: url("../images/svg/icon--warning.svg");
  background-repeat: no-repeat;
  background-position: right 0.6em center;
  background-size: 20px 20px;
}

.-success.c-form__file:after,
.-success.c-form__select,
.c-form__email.-success,
.c-form__number.-success,
.c-form__tel.-success,
.c-form__url.-success,
.c-form__date.-success,
.c-form__search.-success,
.c-form__password.-success,
.c-form__text.-success,
.c-form__textarea.-success {
  border-color: #5fcb82;
}

.-suffix.c-form__file:after,
.-suffix.c-form__select,
.c-form__email.-suffix,
.c-form__number.-suffix,
.c-form__tel.-suffix,
.c-form__url.-suffix,
.c-form__date.-suffix,
.c-form__search.-suffix,
.c-form__password.-suffix,
.c-form__text.-suffix,
.c-form__textarea.-suffix {
  width: calc(100% - 2px - 2.5em);
  float: left;
}

.c-form__file:disabled:after,
.c-form__select:disabled,
.pseudo-class-disabled.c-form__file:after,
.pseudo-class-disabled.c-form__select,
.c-form__email:disabled,
.c-form__email.pseudo-class-disabled,
.c-form__number:disabled,
.c-form__number.pseudo-class-disabled,
.c-form__tel:disabled,
.c-form__tel.pseudo-class-disabled,
.c-form__url:disabled,
.c-form__url.pseudo-class-disabled,
.c-form__date:disabled,
.c-form__date.pseudo-class-disabled,
.c-form__search:disabled,
.c-form__search.pseudo-class-disabled,
.c-form__password:disabled,
.c-form__password.pseudo-class-disabled,
.c-form__text:disabled,
.c-form__text.pseudo-class-disabled,
.c-form__textarea:disabled,
.c-form__textarea.pseudo-class-disabled {
  background-color: #717171;
  color: #5e5e5e;
  box-shadow: 0 0 0 1px #717171;
  cursor: not-allowed;
}

.c-search .c-form__file:after,
.c-search .c-form__select,
.c-search
  .c-form__email,
.c-search
  .c-form__number,
.c-search
  .c-form__tel,
.c-search
  .c-form__url,
.c-search
  .c-form__date,
.c-search
  .c-form__search,
.c-search
  .c-form__password,
.c-search
  .c-form__text,
.c-search
  .c-form__textarea {
  width: 100%;
  max-width: none;
}

.c-search .c-form__file:focus:after,
.c-search .c-form__select:focus,
.c-search
    .c-form__email:focus,
.c-search
    .c-form__number:focus,
.c-search
    .c-form__tel:focus,
.c-search
    .c-form__url:focus,
.c-search
    .c-form__date:focus,
.c-search
    .c-form__search:focus,
.c-search
    .c-form__password:focus,
.c-search
    .c-form__text:focus,
.c-search
    .c-form__textarea:focus {
  box-shadow: 0 0 0 1px #fc84bc;
}

.c-form__suffix {
  float: left;
  width: 2em;
  height: 3.125em;
  line-height: 3.125em;
  padding-left: 0.5em;
}

.c-form__file {
  clear: both;
  position: relative;
  width: 100%;
  min-height: 2.875em;
  margin-bottom: 1em;
  max-width: 35em;
}

.c-form__file:after {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  content: attr(data-text);
  position: absolute;
  top: 0;
  left: 0;
  color: #5e5e5e;
  font-weight: normal;
  pointer-events: none;
  z-index: 7000;
  -webkit-appearance: none;
  outline: 0;
  margin: 0;
  text-align: left;
  font-size: 1em;
  border: solid 1px #717171;
  height: 2.875em;
  line-height: 1.8;
  vertical-align: top;
  width: 100%;
  cursor: pointer;
}

.c-form__file:before {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  font-weight: bold;
  font-size: 1em;
  padding: 1em 1.2em 0.6em;
  border-radius: 0 0.3125em 0.3125em 0;
  text-decoration: none;
  display: inline-block;
  max-width: 100%;
  line-height: 1.4375em;
  background-color: #fc84bc;
  color: #fff;
  width: auto;
  content: 'Välj fil';
  position: absolute;
  top: -1px;
  right: -1px;
  pointer-events: none;
  z-index: 8000;
}

.c-form__file:hover:before,
.c-form__file:focus:before,
.c-form__file:active:before {
  background-color: #333;
}

.c-form__file:hover:after,
.c-form__file:focus:after,
.c-form__file:active:after {
  border: solid 1px #4c4c4c;
}

.c-form__file:active:before {
  box-shadow: inset 2px 2px 5px 0 rgba(50, 50, 50, 0.5);
}

.c-form__file [type="file"] {
  width: 100%;
  height: 2.875em;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8000;
  cursor: pointer;
}

.c-form__select {
  cursor: pointer;
  background-size: 0.5625em 1.4375em;
  background-position: right 1.3rem center;
  background-repeat: no-repeat;
  width: 100%;
  max-width: 38.375em;
}

.c-form__select:disabled,
.c-form__select.pseudo-class-disabled {
  background-image: none;
  color: #5e5e5e;
  background-color: #717171;
  top: 0;
  cursor: not-allowed;
}

.c-form__checkboxes,
.c-form__radios {
  padding: 0;
  margin: 0 0 1.5em;
  border: 0;
}

.c-form__checkboxes ul,
.c-form__radios ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.c-form__checkbox + .c-form__label,
.c-form__radio + .c-form__label {
  cursor: pointer;
  line-height: 1.2;
  padding: 0.7em 0.9em 0.7em 1.1em;
  color: #4c4c4c;
  font-weight: 500;
}

.c-form__checkbox + .c-form__label:not(.-checkbox-after)::before,
.c-form__radio + .c-form__label:not(.-checkbox-after)::before {
  background: white;
  content: '\a0';
  display: inline-block;
  line-height: 0.8;
  margin-right: 0.6em;
  text-indent: 0.15em;
  vertical-align: 0.2em;
}

.c-form__checkbox + .c-form__label.-checkbox-after::after,
.c-form__radio + .c-form__label.-checkbox-after::after {
  background: white;
  content: '\a0';
  display: inline-block;
  line-height: 0.8;
  margin-left: 0.6em;
  text-indent: 0.15em;
  vertical-align: 0.2em;
}

.c-form__checkbox:disabled + .c-form__label,
.c-form__radio:disabled + .c-form__label {
  background: #717171;
  color: #5e5e5e;
  border-color: #717171;
}

.c-form__radio + .c-form__label::before {
  background: #fff;
  border-radius: 100%;
  box-shadow: 0 0 0 4px #fff, 0 0 0 5px #fc84bc;
  content: '\a0';
  display: inline-block;
  line-height: 0.3;
  margin-right: 0.7em;
  text-indent: 0.15em;
  vertical-align: 0.2em;
  height: 0.7em;
  width: 0.7em;
  border-radius: 100%;
}

.c-form__radio:checked + .c-form__label {
  background: #fc84bc;
  color: #fff;
}

.c-form__radio:checked + .c-form__label::before {
  background: #fff;
  box-shadow: 0 0 0 4px #fc84bc, 0 0 0 6px #fff;
}

.c-form__radio:disabled + .c-form__label::before {
  background: #5e5e5e;
  box-shadow: 0 0 0 4px #5e5e5e;
  cursor: not-allowed;
}

.c-form__radio.is-tabbed + .c-form__label,
.c-form__radio:focus + .c-form__label,
.c-form__radio:active + .c-form__label {
  box-shadow: 0 0 3px #e6007e, 0 0 7px #e6007e;
}

.c-form__checkbox + .c-form__label:not(.-checkbox-after)::before {
  box-shadow: 0 0 0 1px;
  color: #fc84bc;
  vertical-align: middle;
  height: 0.7em;
  width: 0.7em;
  font-size: 1.5em;
  margin-right: 0.4em;
}

.c-form__checkbox + .c-form__label.-checkbox-after::after {
  box-shadow: 0 0 0 1px;
  color: #fc84bc;
  vertical-align: middle;
  height: 0.7em;
  width: 0.7em;
  font-size: 1.5em;
  margin-left: 0.4em;
}

.c-form__checkbox:checked + .c-form__label:not(.-checkbox-after)::before {
  background-image: url("../images/svg/icon--check.svg");
  background-repeat: no-repeat;
  background-color: #fc84bc;
  box-shadow: 0 0 0 2px #fc84bc;
  background-size: 100%;
}

.c-form__checkbox:checked + .c-form__label.-checkbox-after::after {
  background-image: url("../images/svg/icon--check.svg");
  background-repeat: no-repeat;
  background-color: #fc84bc;
  box-shadow: 0 0 0 2px #fc84bc;
  background-size: 100%;
}

.c-form__checkbox:disabled + .c-form__label:not(.-checkbox-after)::before {
  background: #5e5e5e;
  background-image: url("../images/svg/icon--check.svg");
  background-size: 100%;
  box-shadow: 0 0 0 2px #5e5e5e;
  cursor: not-allowed;
}

.c-form__checkbox:disabled + .c-form__label.-checkbox-after::after {
  background: #5e5e5e;
  background-image: url("../images/svg/icon--check.svg");
  background-size: 100%;
  box-shadow: 0 0 0 2px #5e5e5e;
  cursor: not-allowed;
}

.c-form__checkbox.is-tabbed + .c-form__label:not(.-checkbox-after)::before,
.c-form__checkbox:focus + .c-form__label:not(.-checkbox-after)::before,
.c-form__checkbox:active + .c-form__label:not(.-checkbox-after)::before {
  box-shadow: 0 0 0 2px #fc84bc, 0 0 10px #e6007e;
}

.c-form__checkbox.is-tabbed + .c-form__label:not(.-checkbox-after) + .c-form__label.-checkbox-after::after,
.c-form__checkbox:focus + .c-form__label:not(.-checkbox-after) + .c-form__label.-checkbox-after::after,
.c-form__checkbox:active + .c-form__label:not(.-checkbox-after) + .c-form__label.-checkbox-after::after {
  box-shadow: 0 0 0 2px #fc84bc, 0 0 10px #e6007e;
}

.c-form__error {
  background-color: #e00034;
  padding: 0.6em 1em 0.7em;
  color: #fff;
  font-size: 0.8125em;
  max-width: 47.61538em;
}

.c-form__list {
  list-style: none;
}

.c-form__list.-inline .c-form__item {
  display: inline-block;
}

.c-form__list.-inline .c-form__item.-radio,
.c-form__list.-inline .c-form__item.-checkbox {
  margin-right: 0.5em;
}

.c-form__list.-center {
  text-align: center;
}

.c-fieldset {
  padding: 0;
  margin-top: 2.5em;
  margin-bottom: 2.5em;
  border-bottom: 1px solid #717171;
  position: relative;
}

.c-fieldset:first-child {
  margin-top: 0;
}

.c-fieldset .c-fieldset {
  padding-top: 2em;
  border-bottom: 0;
  border-top: 1px solid #5e5e5e;
}

.c-fieldset .c-fieldset:last-child {
  border-bottom: 0;
}

.c-fieldset__legend {
  text-align: center;
  display: block;
  margin-bottom: 0.8em;
}

.c-fieldset__description {
  font-size: 1.125em;
  line-height: 1.65;
  margin: 0 0 2.2em;
  text-align: center;
}

.c-fieldset__description a {
  text-decoration: underline;
}

.c-form__submit {
  border: solid 1px #fc84bc;
  background-color: #fc84bc;
  color: #fff;
  border-radius: 5em;
}

.c-form__submit [class^="c-icon"] {
  stroke: #fff;
}

.c-form__submit.c-icon.-before:before,
.c-form__submit.c-icon.after:after {
  color: #fff !important;
}

.c-form__submit:hover,
.c-form__submit:focus,
.c-form__submit a:hover,
.c-form__submit a:focus {
  border: solid 1px #e6007e;
  background-color: #e6007e;
  color: #fff;
}

.c-form__submit.-light {
  border: solid 1px #ffcedf;
  background-color: #ffcedf;
}

.c-form__submit.-light:hover,
.c-form__submit.-light:focus {
  border: solid 1px #e6007e;
  background-color: #e6007e;
}

.c-form__submit.-dark {
  border: solid 1px #e6007e;
  background-color: #e6007e;
}

.c-form__submit.-dark:hover,
.c-form__submit.-dark:focus {
  border: solid 1px #e6007e;
  background-color: #e6007e;
}

.c-form__submit.-blue {
  color: #fff;
  background-color: #00b4d2;
}

.c-form__submit.-blue:hover,
.c-form__submit.-blue:focus {
  color: #262626;
  background-color: #8fe2f2;
}

.c-search .c-form__submit {
  vertical-align: top;
  /* Compensating for input field having box-shadow on top. */
  min-width: 0;
  width: 32%;
}

.-type-challenge .webform-submission-form .progress-tracker .progress-marker {
  padding: 0;
}

.-type-challenge .webform-submission-form .c-form__item {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  border: 0;
}

.-type-challenge .webform-submission-form .c-form__item .form-radios {
  text-align: center;
}

.-type-challenge .webform-submission-form .c-form__submit {
  font-weight: bold;
}

.-type-challenge--yellow .webform-submission-form .progress-tracker .progress-step.is-active .progress-marker,
.-type-challenge--yellow .webform-submission-form .progress-tracker .progress-step.is-complete .progress-marker,
.-type-challenge--yellow .webform-submission-form .progress-tracker .progress-step.is-active:hover .progress-marker,
.-type-challenge--yellow .webform-submission-form .progress-tracker .progress-step.is-complete:hover .progress-marker {
  background-color: #f2ad42;
}

.-type-challenge--yellow .webform-submission-form .c-form__submit {
  border: solid 1px #f2ad42;
  background-color: #f2ad42;
}

.-type-challenge--yellow .webform-submission-form .c-form__submit:hover,
.-type-challenge--yellow .webform-submission-form .c-form__submit:focus,
.-type-challenge--yellow .webform-submission-form .c-form__submit:active {
  background-color: #fed595;
  color: #4c4c4c;
}

.-type-challenge--blue .webform-submission-form .progress-tracker .progress-step.is-active .progress-marker,
.-type-challenge--blue .webform-submission-form .progress-tracker .progress-step.is-complete .progress-marker,
.-type-challenge--blue .webform-submission-form .progress-tracker .progress-step.is-active:hover .progress-marker,
.-type-challenge--blue .webform-submission-form .progress-tracker .progress-step.is-complete:hover .progress-marker {
  background-color: #00b4d2;
}

.-type-challenge--blue .webform-submission-form .c-form__submit {
  border: solid 1px #00b4d2;
  background-color: #00b4d2;
}

.-type-challenge--blue .webform-submission-form .c-form__submit:hover,
.-type-challenge--blue .webform-submission-form .c-form__submit:focus,
.-type-challenge--blue .webform-submission-form .c-form__submit:active {
  background-color: #8fe2f2;
  color: #4c4c4c;
}

.-type-challenge--pink .webform-submission-form .progress-tracker .progress-step.is-active .progress-marker,
.-type-challenge--pink .webform-submission-form .progress-tracker .progress-step.is-complete .progress-marker,
.-type-challenge--pink .webform-submission-form .progress-tracker .progress-step.is-active:hover .progress-marker,
.-type-challenge--pink .webform-submission-form .progress-tracker .progress-step.is-complete:hover .progress-marker {
  background-color: #e6007e;
}

.-type-challenge--pink .webform-submission-form .c-form__submit {
  border: solid 1px #e6007e;
  background-color: #e6007e;
}

.-type-challenge--pink .webform-submission-form .c-form__submit:hover,
.-type-challenge--pink .webform-submission-form .c-form__submit:focus,
.-type-challenge--pink .webform-submission-form .c-form__submit:active {
  background-color: #fc84bc;
  color: #4c4c4c;
}

html body div.ui-dialog.ui-widget.webform-confirmation-modal {
  max-width: 95% !important;
  border: none;
  border-radius: unset;
  padding: 0;
  background-image: url("../images/konfetti.png");
  background-position: top;
  background-repeat: no-repeat;
  background-size: 100%;
  background-color: #e6007e;
}

html body div.ui-dialog.ui-widget.webform-confirmation-modal .ui-dialog-titlebar {
  border: none;
  background: none;
  border-radius: unset;
  padding: 0;
  display: block;
}

html body div.ui-dialog.ui-widget.webform-confirmation-modal .ui-dialog-titlebar .ui-dialog-title {
  float: none;
  white-space: normal;
  width: 100%;
  margin: 0;
  font-family: "ValueSerif", Georgia, "Times New Roman", serif;
  font-size: 2.125em;
  line-height: 1.25em;
  display: block;
  text-align: center;
  color: #fff;
  padding: 4rem 3rem 0;
}

html body div.ui-dialog.ui-widget.webform-confirmation-modal .ui-dialog-titlebar .ui-dialog-titlebar-close {
  display: none;
}

html body div.ui-dialog.ui-widget.webform-confirmation-modal .ui-dialog-content {
  min-height: 100% !important;
  max-height: 100% !important;
  overflow: hidden;
  font-family: "BaileySans", Helvetica, Arial, "Nimbus Sans L", sans-serif;
  font-size: 1.5em;
  text-align: center;
  color: #fff;
  padding: 3rem 1rem 0;
}

html body div.ui-dialog.ui-widget.webform-confirmation-modal .ui-dialog-content a {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  text-decoration: underline;
  color: #fff;
}

html body div.ui-dialog.ui-widget.webform-confirmation-modal .ui-dialog-content a span.ext:after {
  color: #fff;
}

html body div.ui-dialog.ui-widget.webform-confirmation-modal .ui-dialog-content a:hover,
html body div.ui-dialog.ui-widget.webform-confirmation-modal .ui-dialog-content a:focus,
html body div.ui-dialog.ui-widget.webform-confirmation-modal .ui-dialog-content a:active {
  color: #f1f1f1;
}

html body div.ui-dialog.ui-widget.webform-confirmation-modal .ui-dialog-buttonpane {
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  text-align: center;
}

html body div.ui-dialog.ui-widget.webform-confirmation-modal .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: none;
}

html body div.ui-dialog.ui-widget.webform-confirmation-modal .ui-dialog-buttonpane .ui-dialog-buttonset .ui-button {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background: none;
  margin: 2rem 0 3rem;
  color: #fff;
  border: 2px solid #fff;
  border-radius: 5px;
  vertical-align: middle;
}

html body div.ui-dialog.ui-widget.webform-confirmation-modal .ui-dialog-buttonpane .ui-dialog-buttonset .ui-button:before {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  font-family: "Font Awesome 6 Free";
  font-size: .9em;
  color: #fff;
  display: inline-block;
  vertical-align: middle;
  margin: 0 .5em .2em 0;
  content: "\f00d";
}

html body div.ui-dialog.ui-widget.webform-confirmation-modal .ui-dialog-buttonpane .ui-dialog-buttonset .ui-button:hover,
html body div.ui-dialog.ui-widget.webform-confirmation-modal .ui-dialog-buttonpane .ui-dialog-buttonset .ui-button:focus,
html body div.ui-dialog.ui-widget.webform-confirmation-modal .ui-dialog-buttonpane .ui-dialog-buttonset .ui-button:active {
  background-color: #fff;
  color: #e6007e;
}

html body div.ui-dialog.ui-widget.webform-confirmation-modal .ui-dialog-buttonpane .ui-dialog-buttonset .ui-button:hover:before,
html body div.ui-dialog.ui-widget.webform-confirmation-modal .ui-dialog-buttonpane .ui-dialog-buttonset .ui-button:focus:before,
html body div.ui-dialog.ui-widget.webform-confirmation-modal .ui-dialog-buttonpane .ui-dialog-buttonset .ui-button:active:before {
  color: #e6007e;
}

div#sliding-popup,
div#sliding-popup .eu-cookie-withdraw-banner,
.eu-cookie-withdraw-tab {
  background-color: #fce7ef;
}

div#sliding-popup div,
div#sliding-popup p,
div#sliding-popup h1,
div#sliding-popup h2,
div#sliding-popup h3,
div#sliding-popup h4,
div#sliding-popup h5,
div#sliding-popup h6,
div#sliding-popup label,
div#sliding-popup .eu-cookie-withdraw-banner div,
div#sliding-popup .eu-cookie-withdraw-banner p,
div#sliding-popup .eu-cookie-withdraw-banner h1,
div#sliding-popup .eu-cookie-withdraw-banner h2,
div#sliding-popup .eu-cookie-withdraw-banner h3,
div#sliding-popup .eu-cookie-withdraw-banner h4,
div#sliding-popup .eu-cookie-withdraw-banner h5,
div#sliding-popup .eu-cookie-withdraw-banner h6,
div#sliding-popup .eu-cookie-withdraw-banner label,
.eu-cookie-withdraw-tab div,
.eu-cookie-withdraw-tab p,
.eu-cookie-withdraw-tab h1,
.eu-cookie-withdraw-tab h2,
.eu-cookie-withdraw-tab h3,
.eu-cookie-withdraw-tab h4,
.eu-cookie-withdraw-tab h5,
.eu-cookie-withdraw-tab h6,
.eu-cookie-withdraw-tab label {
  color: #262626 !important;
}

div#sliding-popup h1,
div#sliding-popup h2,
div#sliding-popup h3,
div#sliding-popup h4,
div#sliding-popup h5,
div#sliding-popup h6,
div#sliding-popup .eu-cookie-withdraw-banner h1,
div#sliding-popup .eu-cookie-withdraw-banner h2,
div#sliding-popup .eu-cookie-withdraw-banner h3,
div#sliding-popup .eu-cookie-withdraw-banner h4,
div#sliding-popup .eu-cookie-withdraw-banner h5,
div#sliding-popup .eu-cookie-withdraw-banner h6,
.eu-cookie-withdraw-tab h1,
.eu-cookie-withdraw-tab h2,
.eu-cookie-withdraw-tab h3,
.eu-cookie-withdraw-tab h4,
.eu-cookie-withdraw-tab h5,
.eu-cookie-withdraw-tab h6 {
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
  margin: 0;
}

div#sliding-popup p,
div#sliding-popup label,
div#sliding-popup button,
div#sliding-popup .eu-cookie-withdraw-banner p,
div#sliding-popup .eu-cookie-withdraw-banner label,
div#sliding-popup .eu-cookie-withdraw-banner button,
.eu-cookie-withdraw-tab p,
.eu-cookie-withdraw-tab label,
.eu-cookie-withdraw-tab button {
  font-size: 1em;
  line-height: 1.25em;
  font-weight: 400;
}

div#sliding-popup button,
div#sliding-popup .eu-cookie-withdraw-banner button,
.eu-cookie-withdraw-tab button {
  margin: 0;
}

.eu-cookie-compliance-banner {
  padding: 1rem;
}

.eu-cookie-compliance-banner .eu-cookie-compliance-message {
  padding: 0 1rem;
}

.eu-cookie-compliance-banner .eu-cookie-compliance-message button {
  color: #e6007e !important;
}

.eu-cookie-compliance-banner .eu-cookie-compliance-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.eu-cookie-compliance-banner .eu-cookie-compliance-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.eu-cookie-compliance-banner .eu-cookie-compliance-left .eu-cookie-compliance-image:before {
  content: url("data:image/svg+xml, %3Csvg viewBox='0 0 512 512' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23E6007E' d='M143.777,136.275c-21.816,0-39.564,17.749-39.564,39.564c0,21.815,17.749,39.564,39.564,39.564 c21.816,0,39.565-17.749,39.565-39.564C183.341,154.024,165.592,136.275,143.777,136.275z M143.777,200.404 c-13.545,0-24.564-11.02-24.564-24.564s11.02-24.564,24.564-24.564s24.565,11.02,24.565,24.564S157.321,200.404,143.777,200.404z'/%3E%3Cpath fill='%23E6007E' d='M312.113,320.646c-21.815,0-39.564,17.748-39.564,39.564c0,21.816,17.749,39.564,39.564,39.564 s39.564-17.749,39.564-39.564C351.677,338.395,333.928,320.646,312.113,320.646z M312.114,384.772 c-13.544,0-24.564-11.02-24.564-24.564s11.019-24.564,24.564-24.564s24.564,11.02,24.564,24.564S325.658,384.772,312.114,384.772z'/%3E%3Cpath fill='%23E6007E' d='M159.808,304.613c-17.396,0-31.548,14.153-31.548,31.549c0,17.396,14.152,31.548,31.548,31.548 c17.396,0,31.549-14.152,31.549-31.548C191.357,318.766,177.204,304.613,159.808,304.613z M159.808,352.71 c-9.125,0-16.548-7.423-16.548-16.548s7.423-16.549,16.548-16.549c9.125,0,16.549,7.424,16.549,16.549 S168.933,352.71,159.808,352.71z'/%3E%3Cpath fill='%23E6007E' d='M247.986,192.388c-12.975,0-23.532,10.557-23.532,23.532c0,12.976,10.557,23.532,23.532,23.532 c12.975,0,23.532-10.557,23.532-23.532C271.517,202.945,260.961,192.388,247.986,192.388z M247.986,224.452 c-4.704,0-8.532-3.828-8.532-8.532c0-4.704,3.827-8.532,8.532-8.532c4.705,0,8.532,3.828,8.532,8.532 C256.518,220.624,252.69,224.452,247.986,224.452z'/%3E%3Cpath fill='%23E6007E' d='M406.999,324.791l-8.016-16.033c-1.852-3.705-6.357-5.208-10.062-3.354c-3.705,1.852-5.207,6.357-3.354,10.062 l8.016,16.033c1.314,2.629,3.962,4.148,6.714,4.148c1.127,0,2.271-0.255,3.348-0.793 C407.35,333.001,408.852,328.497,406.999,324.791z'/%3E%3Cpath fill='%23E6007E' d='M334.854,268.679c-1.853-3.705-6.356-5.208-10.062-3.354l-16.032,8.016c-3.705,1.852-5.207,6.357-3.354,10.062 c1.314,2.628,3.962,4.147,6.714,4.147c1.127,0,2.271-0.255,3.348-0.793l16.032-8.016 C335.205,276.889,336.707,272.384,334.854,268.679z'/%3E%3Cpath fill='%23E6007E' d='M102.388,260.662l-8.016-16.032c-1.852-3.705-6.357-5.208-10.062-3.354c-3.705,1.852-5.207,6.357-3.354,10.062 l8.016,16.032c1.314,2.628,3.962,4.147,6.714,4.147c1.127,0,2.271-0.255,3.348-0.793 C102.739,268.872,104.241,264.367,102.388,260.662z'/%3E%3Cpath fill='%23E6007E' d='M222.63,396.935c-1.852-3.705-6.357-5.207-10.062-3.354l-16.032,8.016c-3.705,1.852-5.207,6.357-3.354,10.062 c1.314,2.628,3.962,4.147,6.714,4.147c1.127,0,2.271-0.255,3.348-0.793l16.032-8.016 C222.981,405.145,224.483,400.64,222.63,396.935z'/%3E%3Cpath fill='%23E6007E' d='M221.225,90.376l-8.016-8.017c-2.928-2.929-7.677-2.929-10.606,0c-2.929,2.929-2.929,7.677,0,10.606l8.017,8.017 c1.464,1.465,3.384,2.197,5.303,2.197c1.919,0,3.839-0.732,5.303-2.197C224.154,98.054,224.154,93.306,221.225,90.376z'/%3E%3Cpath fill='%23E6007E' d='M205.192,274.745l-8.016-8.016c-2.928-2.929-7.677-2.929-10.606,0c-2.929,2.929-2.929,7.678,0,10.606l8.016,8.016 c1.464,1.464,3.384,2.197,5.303,2.197c1.919,0,3.839-0.732,5.303-2.197C208.121,282.422,208.121,277.673,205.192,274.745z'/%3E%3Cpath fill='%23E6007E' d='M288.066,432.87c-4.142,0-7.5,3.358-7.5,7.5v8.016c0,4.142,3.358,7.5,7.5,7.5s7.5-3.358,7.5-7.5v-8.016 C295.566,436.228,292.208,432.87,288.066,432.87z'/%3E%3Cpath fill='%23E6007E' d='M253.289,130.457c-2.929-2.929-7.678-2.929-10.606,0l-8.016,8.016c-2.929,2.929-2.929,7.678,0,10.606 c1.464,1.464,3.384,2.197,5.303,2.197c1.919,0,3.839-0.733,5.303-2.197l8.016-8.016 C256.218,138.134,256.218,133.385,253.289,130.457z'/%3E%3Cpath fill='%23E6007E' d='M430.049,46.013c-8.312-7.935-19.844-10.7-30.85-7.398l-25.318,7.596c-11.435,3.43-20.092,13.255-22.054,25.031 l-2.3,13.799c-2.472,14.839,5.957,29.444,20.043,34.726l20.361,7.636c3.576,1.341,7.328,2.006,11.072,2.006 c5.059,0,10.103-1.214,14.672-3.614c7.951-4.175,13.761-11.567,15.939-20.28l7.257-29.03 C441.658,65.338,438.36,53.947,430.049,46.013z M424.32,72.846l-7.257,29.03c-1.16,4.638-4.129,8.416-8.361,10.638 c-4.232,2.222-9.027,2.522-13.504,0.844l-20.361-7.636c-7.389-2.771-11.81-10.431-10.513-18.215l2.3-13.799 c1.029-6.177,5.57-11.331,11.568-13.13l25.318-7.596c1.604-0.481,3.229-0.716,4.833-0.716c4.17,0,8.2,1.591,11.349,4.597 C424.051,61.024,425.781,66.999,424.32,72.846z'/%3E%3Cpath fill='%23E6007E' d='M481.551,179.395c-0.756-6.47-4.042-12.187-9.254-16.095l-10.637-7.978c-7.176-5.383-16.619-6.235-24.644-2.222 l-9.68,4.84c-11.129,5.564-16.007,18.881-11.106,30.318l7.789,18.173c3.251,7.584,10.066,12.824,18.231,14.016 c1.16,0.169,2.317,0.252,3.464,0.252c6.926,0,13.479-3.035,18.012-8.473l12.53-15.036 C480.426,192.185,482.307,185.865,481.551,179.395z M464.732,187.587l-12.53,15.036c-1.944,2.333-4.783,3.419-7.787,2.98 c-3.005-0.438-5.414-2.291-6.61-5.082l-7.789-18.173c-1.777-4.147-0.008-8.976,4.027-10.993l9.683-4.839 c1.217-0.609,2.524-0.909,3.824-0.909c1.806,0,3.597,0.58,5.11,1.714l10.637,7.978c1.89,1.417,3.082,3.49,3.355,5.836 C466.925,183.481,466.244,185.773,464.732,187.587z'/%3E%3Cpath fill='%23E6007E' d='M488.468,88.18c-12.975,0-23.532,10.557-23.532,23.532c0,12.975,10.556,23.532,23.532,23.532S512,124.686,512,111.711 C512,98.737,501.443,88.18,488.468,88.18z M488.468,120.243c-4.704,0-8.532-3.828-8.532-8.532c0-4.704,3.827-8.532,8.532-8.532 s8.532,3.828,8.532,8.532C497,116.415,493.172,120.243,488.468,120.243z'/%3E%3Cpath fill='%23E6007E' d='M504.446,284.35c-3.53-3.584-8.64-5.282-13.671-4.543c-3.424,0.502-6.897,0.757-10.323,0.757 c-31.672,0-59.458-20.258-69.146-50.412c-2.649-8.243-9.433-14.342-17.704-15.917c-56.806-10.815-98.036-60.676-98.036-118.558 c0-23.902,7-47.026,20.245-66.87c2.905-4.353,3.45-9.817,1.458-14.617c-1.996-4.809-6.261-8.288-11.408-9.307 c-25.516-5.053-51.697-6.19-77.811-3.377C175.79,7.133,127.081,28.688,87.187,63.844c-3.108,2.738-3.407,7.478-0.668,10.585 c2.738,3.107,7.478,3.407,10.585,0.668c37.556-33.095,83.391-53.385,132.551-58.676c24.608-2.65,49.267-1.58,73.292,3.178 c0.175,0.035,0.368,0.103,0.468,0.343c0.094,0.227,0.017,0.394-0.081,0.54c-14.895,22.318-22.768,48.321-22.768,75.196 c0,65.076,46.359,121.133,110.23,133.293c2.874,0.547,5.261,2.758,6.229,5.77c11.688,36.38,45.215,60.823,83.427,60.823 c4.153,0,8.359-0.309,12.502-0.917c0.553-0.082,0.835,0.245,0.847,0.328c-7.23,44.46-26.873,85.965-56.805,120.03 c-2.734,3.112-2.428,7.851,0.684,10.585c1.424,1.251,3.19,1.866,4.948,1.866c2.083,0,4.154-0.862,5.637-2.549 c31.793-36.184,52.659-80.28,60.341-127.523C509.389,292.58,507.873,287.83,504.446,284.35z'/%3E%3Cpath fill='%23E6007E' d='M425.595,437.681c-2.735-3.109-7.475-3.412-10.585-0.676c-43.976,38.688-100.446,59.994-159.009,59.994 c-33.757,0-66.405-6.84-97.038-20.332c-29.596-13.034-55.911-31.618-78.212-55.235c-22.266-23.579-39.282-50.858-50.576-81.08 c-11.744-31.428-16.711-64.588-14.764-98.559c3.035-52.954,24.24-104.336,59.708-144.683c2.735-3.111,2.43-7.85-0.681-10.584 c-3.11-2.735-7.85-2.431-10.584,0.681c-37.67,42.85-60.192,97.444-63.418,153.728c-2.067,36.063,3.211,71.278,15.689,104.668 c11.999,32.108,30.073,61.086,53.721,86.127c23.685,25.082,51.635,44.819,83.072,58.665 c32.55,14.335,67.232,21.603,103.083,21.603c62.211,0,122.201-22.634,168.917-63.732 C428.028,445.53,428.331,440.791,425.595,437.681z'/%3E%3C/svg%3E");
  width: 25px;
  display: block;
}

.eu-cookie-compliance-banner .eu-cookie-compliance-mid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.eu-cookie-compliance-banner .eu-cookie-compliance-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.eu-cookie-compliance-banner .eu-cookie-compliance-cats {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.eu-cookie-compliance-banner .eu-cookie-compliance-cats label {
  background: transparent !important;
  white-space: nowrap;
}

.eu-cookie-compliance-banner .eu-cookie-compliance-cats label:before {
  margin-right: .75em;
}

.eu-cookie-compliance-banner .eu-cookie-compliance-categories {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-basis: 66.67%;
  -ms-flex-preferred-size: 66.67%;
  flex-basis: 66.67%;
  padding: 1em 0;
}

.eu-cookie-compliance-banner .eu-cookie-compliance-category {
  border: 1px solid #fc84bc;
  border-bottom: 0;
}

.eu-cookie-compliance-banner .eu-cookie-compliance-category:last-child {
  border-bottom: 1px solid #fc84bc;
}

.eu-cookie-compliance-banner .eu-cookie-compliance-category .c-form__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
}

.eu-cookie-compliance-banner .eu-cookie-compliance-category [data-toggle="collapse"] {
  margin-left: auto !important;
  padding: .7rem 0;
  background: none;
  width: 2.5em;
  height: 100%;
  border: 0;
}

.eu-cookie-compliance-banner .eu-cookie-compliance-category [data-toggle="collapse"]:before {
  font-size: .75em;
  margin: 0;
}

.eu-cookie-compliance-banner .eu-cookie-compliance-category-description {
  font-size: 14px;
  line-height: 16px;
}

.eu-cookie-compliance-banner .eu-cookie-compliance-category-description span {
  display: block;
  padding: .25em 1em .75em;
  color: #e6007e !important;
}

.eu-cookie-compliance-banner .eu-cookie-compliance-buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-flex-basis: 33.33%;
  -ms-flex-preferred-size: 33.33%;
  flex-basis: 33.33%;
  -webkit-box-pack: stretch;
  -webkit-justify-content: stretch;
  -ms-flex-pack: stretch;
  justify-content: stretch;
  margin: 0;
  max-width: 100%;
  float: none;
}

.eu-cookie-compliance-banner .eu-cookie-compliance-buttons button {
  font-size: 0.9375em !important;
  padding: 1em;
}

.eu-cookie-compliance-banner .eu-cookie-compliance-button-primary,
.eu-cookie-compliance-banner .eu-cookie-compliance-button-secondary {
  display: block;
  width: 100%;
}

.eu-cookie-compliance-banner .eu-cookie-compliance-button-primary button,
.eu-cookie-compliance-banner .eu-cookie-compliance-button-secondary button {
  font-size: 1em !important;
  width: 100%;
}

.eu-cookie-compliance-banner .eu-cookie-compliance-button-primary {
  margin-left: .25rem;
  text-align: right;
}

.eu-cookie-compliance-banner .eu-cookie-compliance-button-secondary {
  margin-right: .25rem;
  text-align: left;
}

.eu-cookie-compliance-banner .eu-cookie-compliance-save-preferences-button {
  font-family: "BaileySans", Helvetica, Arial, "Nimbus Sans L", sans-serif;
  background: none;
  box-shadow: none;
  text-shadow: none;
  white-space: nowrap;
  border: solid 1px #e6007e !important;
  color: #e6007e !important;
  background-color: transparent !important;
}

.eu-cookie-compliance-banner .eu-cookie-compliance-save-preferences-button:hover:not(.-no-hover),
.eu-cookie-compliance-banner .eu-cookie-compliance-save-preferences-button:focus:not(.-no-hover),
.eu-cookie-compliance-banner .eu-cookie-compliance-save-preferences-button:active:not(.-no-hover),
.eu-cookie-compliance-banner .eu-cookie-compliance-save-preferences-button[aria-expanded="true"]:not(.-no-hover) {
  background-color: #e6007e !important;
  color: #fff !important;
  border-color: #e6007e !important;
}

.eu-cookie-compliance-banner .eu-cookie-compliance-default-button {
  font-family: "BaileySans", Helvetica, Arial, "Nimbus Sans L", sans-serif;
  background: none;
  box-shadow: none;
  text-shadow: none;
  white-space: nowrap;
  border: solid 1px #e6007e !important;
  background-color: #e6007e !important;
  color: #fff !important;
  border-color: #e6007e !important;
}

.eu-cookie-compliance-banner .eu-cookie-compliance-default-button:hover:not(.-no-hover),
.eu-cookie-compliance-banner .eu-cookie-compliance-default-button:focus:not(.-no-hover),
.eu-cookie-compliance-banner .eu-cookie-compliance-default-button:active:not(.-no-hover),
.eu-cookie-compliance-banner .eu-cookie-compliance-default-button[aria-expanded="true"]:not(.-no-hover) {
  background-color: #fff !important;
  color: #e6007e !important;
  border-color: #e6007e !important;
}

.c-header {
  position: relative;
  background-color: #fff;
  padding: 0.8em 0;
  z-index: 101;
}

.c-header > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.c-shadow {
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.15);
  width: 100%;
  position: absolute;
  z-index: 100;
}

.special-header-link-places {
  margin: 0 auto;
  display: none;
}

.special-header-link-places a {
  color: #262626 !important;
  text-transform: uppercase;
}

.node--type-place .special-header-link-places,
.path-alla-platser .special-header-link-places {
  display: block;
}

.node--type-place .c-nav-tertiary,
.path-alla-recept .c-nav-tertiary,
.path-alla-platser .c-nav-tertiary,
.path-alla-produkter .c-nav-tertiary {
  margin: 0 !important;
}

.node--type-place .c-teaser-color__inner {
  padding: 0;
}

.node--type-place .c-teaser-color-title .c-heading-a {
  margin: 0;
}

.node--type-place .c-teaser-color-title .c-preamble {
  display: none;
}

.node--type-place .c-teaser-color-title,
.path-alla-recept .c-teaser-color-title,
.path-alla-platser .c-teaser-color-title,
.path-alla-produkter .c-teaser-color-title {
  display: none;
}

.c-heading-a,
.c-heading-b,
.c-fieldset__legend,
.c-heading-c,
.c-heading-d,
.c-heading-e,
.c-heading-f {
  font-family: "BaileySans", Helvetica, Arial, "Nimbus Sans L", sans-serif;
  line-height: 1.2em;
  color: #333;
  word-wrap: normal;
  font-weight: 400;
}

.c-heading-a a,
.c-heading-b a,
.c-fieldset__legend a,
.c-heading-c a,
.c-heading-d a,
.c-heading-e a,
.c-heading-f a {
  color: #333;
  text-decoration: none;
}

.c-heading-a a:hover,
.c-heading-b a:hover,
.c-fieldset__legend a:hover,
.c-heading-c a:hover,
.c-heading-d a:hover,
.c-heading-e a:hover,
.c-heading-f a:hover,
.c-heading-a a:focus,
.c-heading-b a:focus,
.c-fieldset__legend a:focus,
.c-heading-c a:focus,
.c-heading-d a:focus,
.c-heading-e a:focus,
.c-heading-f a:focus,
.c-heading-a a:active,
.c-heading-b a:active,
.c-fieldset__legend a:active,
.c-heading-c a:active,
.c-heading-d a:active,
.c-heading-e a:active,
.c-heading-f a:active {
  text-decoration: underline;
}

.-no-margin.c-heading-a,
.-no-margin.c-heading-b,
.-no-margin.c-fieldset__legend,
.-no-margin.c-heading-c,
.-no-margin.c-heading-d,
.-no-margin.c-heading-e,
.-no-margin.c-heading-f {
  margin: 0;
}

.-center.c-heading-a,
.-center.c-heading-b,
.-center.c-fieldset__legend,
.-center.c-heading-c,
.-center.c-heading-d,
.-center.c-heading-e,
.-center.c-heading-f {
  text-align: center;
}

.-pink.c-heading-a,
.-pink.c-heading-b,
.-pink.c-fieldset__legend,
.-pink.c-heading-c,
.-pink.c-heading-d,
.-pink.c-heading-e,
.-pink.c-heading-f {
  color: #fc84bc;
}

.-pink.c-heading-a a,
.-pink.c-heading-b a,
.-pink.c-fieldset__legend a,
.-pink.c-heading-c a,
.-pink.c-heading-d a,
.-pink.c-heading-e a,
.-pink.c-heading-f a {
  color: #fc84bc;
}

.-dark-pink.c-heading-a,
.-dark-pink.c-heading-b,
.-dark-pink.c-fieldset__legend,
.-dark-pink.c-heading-c,
.-dark-pink.c-heading-d,
.-dark-pink.c-heading-e,
.-dark-pink.c-heading-f {
  color: #e6007e;
}

.-dark-pink.c-heading-a a,
.-dark-pink.c-heading-b a,
.-dark-pink.c-fieldset__legend a,
.-dark-pink.c-heading-c a,
.-dark-pink.c-heading-d a,
.-dark-pink.c-heading-e a,
.-dark-pink.c-heading-f a {
  color: #e6007e;
}

.-white.c-heading-a,
.-white.c-heading-b,
.-white.c-fieldset__legend,
.-white.c-heading-c,
.-white.c-heading-d,
.-white.c-heading-e,
.-white.c-heading-f {
  color: #fff;
}

.-white.c-heading-a a,
.-white.c-heading-b a,
.-white.c-fieldset__legend a,
.-white.c-heading-c a,
.-white.c-heading-d a,
.-white.c-heading-e a,
.-white.c-heading-f a {
  color: #fff;
}

.c-heading-a p,
.c-heading-b p,
.c-fieldset__legend p,
.c-heading-c p,
.c-heading-d p,
.c-heading-e p,
.c-heading-f p {
  margin: 0;
}

.c-heading-a {
  font-family: "ValueSerif", Georgia, "Times New Roman", serif;
  font-size: 2.5em;
  line-height: 0.875em;
  margin: .5em 0 1em;
}

.c-heading-b {
  font-size: 2.375em;
  line-height: 0.875em;
  margin: 0 0 .5em;
}

.c-fieldset__legend,
.c-heading-c {
  font-size: 2.125em;
  margin: 0 0 .5em;
}

.-margin-large.c-fieldset__legend,
.c-heading-c.-margin-large {
  margin: 0 0 .65em;
}

.c-heading-d {
  font-family: "ValueSerif", Georgia, "Times New Roman", serif;
  font-size: 1.875em;
  line-height: 1.25em;
  margin: 0 0 .5em;
}

.c-heading-e {
  font-size: 1.75em;
  line-height: 1em;
  font-weight: 700;
  margin: 0 0 .5em;
}

.c-heading-f {
  font-family: "ValueSerif", Georgia, "Times New Roman", serif;
  font-size: 1.25em;
  line-height: 1.5em;
  font-weight: 700;
  margin: 0 0 .5em;
}

.fa-meny {
  width: 1rem;
}

.fa-meny.-pink:before,
.fa-meny.color-pink-dark:before {
  content: url("data:image/svg+xml, %3Csvg viewBox='0 0 70 80' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='white' stroke-width='2' stroke='%23E6007E' d='M22.6789 1.56987L65.0562 6.65722C67.1934 6.91378 68.6624 8.79285 68.4026 10.8042L60.5449 71.6416C60.2851 73.6529 58.383 75.1273 56.2458 74.8707L13.8685 69.7834C11.7313 69.5268 10.2623 67.6478 10.5221 65.6364L18.3798 4.799C18.6396 2.78767 20.5418 1.31331 22.6789 1.56987Z'/%3E%3Cpath fill='%23E6007E' d='M0 13.9768C0 11.3722 2.17267 9.26083 4.8528 9.26083H47.5574C50.2375 9.26083 52.4102 11.3722 52.4102 13.9768V75.2841C52.4102 77.8886 50.2375 80 47.5574 80H4.8528C2.17267 80 0 77.8886 0 75.2841V13.9768Z'/%3E%3Cpath fill='white' fill-rule='evenodd' clip-rule='evenodd' d='M41.4523 39.4105H12.1321V36.5499H41.4523V39.4105ZM41.4523 48.9459H12.1321V46.0853H41.4523V48.9459ZM12.1321 58.4813V55.6207H41.4523V58.4813H12.1321Z'/%3E%3Cpath fill='white' fill-rule='evenodd' clip-rule='evenodd' d='M33.8695 68.2284H12.1321V65.3042H33.8695V68.2284Z'/%3E%3Cpath fill='white' d='M9.60577 27.2945V19.4967H12.1651L13.7019 24.8158L15.2214 19.4967H17.7865V27.2945H16.1978V21.1563L14.5165 27.2945H12.87L11.1946 21.1563V27.2945H9.60577Z'/%3E%3Cpath fill='white' d='M19.4851 27.2945V19.4967H25.7651V20.8158H21.1952V22.5446H25.4473V23.8584H21.1952V25.9807H25.9268V27.2945H19.4851Z'/%3E%3Cpath fill='white' d='M27.3943 27.2945V19.4967H29.0582L32.5246 24.7041V19.4967H34.1134V27.2945H32.3975L28.9831 22.2095V27.2945H27.3943Z'/%3E%3Cpath fill='white' d='M38.1518 27.2945V24.0126L35.0493 19.4967H37.0541L39.0472 22.5818L41 19.4967H42.9701L39.8561 24.0233V27.2945H38.1518Z'/%3E%3C/svg%3E");
}

.fa-meny.-blue:before,
.fa-meny.color-blue-dark:before {
  content: url("data:image/svg+xml, %3Csvg viewBox='0 0 70 80' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='white' stroke-width='2' stroke='%2300B4D2' d='M22.6789 1.56987L65.0562 6.65722C67.1934 6.91378 68.6624 8.79285 68.4026 10.8042L60.5449 71.6416C60.2851 73.6529 58.383 75.1273 56.2458 74.8707L13.8685 69.7834C11.7313 69.5268 10.2623 67.6478 10.5221 65.6364L18.3798 4.799C18.6396 2.78767 20.5418 1.31331 22.6789 1.56987Z'/%3E%3Cpath fill='%2300B4D2' d='M0 13.9768C0 11.3722 2.17267 9.26083 4.8528 9.26083H47.5574C50.2375 9.26083 52.4102 11.3722 52.4102 13.9768V75.2841C52.4102 77.8886 50.2375 80 47.5574 80H4.8528C2.17267 80 0 77.8886 0 75.2841V13.9768Z'/%3E%3Cpath fill='white' fill-rule='evenodd' clip-rule='evenodd' d='M41.4523 39.4105H12.1321V36.5499H41.4523V39.4105ZM41.4523 48.9459H12.1321V46.0853H41.4523V48.9459ZM12.1321 58.4813V55.6207H41.4523V58.4813H12.1321Z'/%3E%3Cpath fill='white' fill-rule='evenodd' clip-rule='evenodd' d='M33.8695 68.2284H12.1321V65.3042H33.8695V68.2284Z'/%3E%3Cpath fill='white' d='M9.60577 27.2945V19.4967H12.1651L13.7019 24.8158L15.2214 19.4967H17.7865V27.2945H16.1978V21.1563L14.5165 27.2945H12.87L11.1946 21.1563V27.2945H9.60577Z'/%3E%3Cpath fill='white' d='M19.4851 27.2945V19.4967H25.7651V20.8158H21.1952V22.5446H25.4473V23.8584H21.1952V25.9807H25.9268V27.2945H19.4851Z'/%3E%3Cpath fill='white' d='M27.3943 27.2945V19.4967H29.0582L32.5246 24.7041V19.4967H34.1134V27.2945H32.3975L28.9831 22.2095V27.2945H27.3943Z'/%3E%3Cpath fill='white' d='M38.1518 27.2945V24.0126L35.0493 19.4967H37.0541L39.0472 22.5818L41 19.4967H42.9701L39.8561 24.0233V27.2945H38.1518Z'/%3E%3C/svg%3E");
}

.fa-meny.fa-4x {
  width: 4rem;
}

.c-icon {
  vertical-align: middle;
}

.c-icon.-top.-before:before,
.c-icon.-top.-after:after {
  vertical-align: top;
  margin-top: .135em;
}

.c-icon.-push-up.-before:before,
.c-icon.-push-up.-after:after {
  margin-bottom: .25em;
}

.c-icon.-push-up-more.-before:before,
.c-icon.-push-up-more.-after:after {
  margin-bottom: .35em;
}

.c-icon.-push-hz.-before:before {
  margin-right: .15em;
}

.c-icon.-push-hz.-after:after {
  margin-left: .15em;
}

.c-icon.-before:before,
.c-icon.-after:after {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: #262626;
  display: inline-block;
  vertical-align: middle;
}

.c-icon.-before:before {
  margin-right: .5em;
}

.c-icon.-before.-dog:before {
  width: 20px;
  margin-right: .15em;
}

.c-icon.-before.-dog.-pink:before {
  content: url("data:image/svg+xml, %3Csvg viewBox='0 0 450.8 392.7' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23E6007E' d='M450.7,62.3c-2.2,20-11.5,38.2-26.3,51.3c-14.4,12.8-32.7,19.9-52.2,20.1v110.6c0,13-5.3,26.1-15.4,31v108.4c0,5-4,9-9,9 h-10.5c-4.4,0-8.2-3.2-8.9-7.6l-17-108.4c-38.1-6.1-97.4-16.4-143.8-24.6c-4.4,8.4-10.5,15.9-18,22.2l-83.4,57.6l6.8,50.5 c0.4,2.6-0.4,5.2-2.1,7.1c-1.7,2-4.2,3.1-6.8,3.1H51.4c-4.3,0-8.1-3.1-8.8-7.4l-12.5-68c-0.5-2.4,0.1-5,1.6-7l28.9-39.3 c-17.7-34.9-16-62.4-11.3-79.5c1.7-6.3,4-11.7,6.3-16.1c-27.8-3-51.2-24.5-55.4-53.5c-2.4-16.6,16.1-14.4,17.8-2.6 c3.5,24.5,26.1,41,50.8,38c1-0.1,220.3 19.1,220.3-19.1V8.9c0-3.9,2.5-7.3,6.2-8.5c3.7-1.2,7.8,0.1,10.1,3.2l16.4,22.2l7-17.7 c1.3-3.3,4.5-5.5,8.1-5.7c3.6-0.1,6.9,1.9,8.4,5.1l12.2,25.7c1.5-0.2,3.1-0.3,4.6-0.3c13,0,25,7,31.5,18l48.4,1.2 c2.5,0.1,4.9,1.2,6.5,3.1C450.2,57.2,451,59.7,450.7,62.3z'/%3E%3C/svg%3E");
}

.c-icon.-before.-dog.-blue:before {
  content: url("data:image/svg+xml, %3Csvg viewBox='0 0 450.8 392.7' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%2300B4D2' d='M450.7,62.3c-2.2,20-11.5,38.2-26.3,51.3c-14.4,12.8-32.7,19.9-52.2,20.1v110.6c0,13-5.3,26.1-15.4,31v108.4c0,5-4,9-9,9 h-10.5c-4.4,0-8.2-3.2-8.9-7.6l-17-108.4c-38.1-6.1-97.4-16.4-143.8-24.6c-4.4,8.4-10.5,15.9-18,22.2l-83.4,57.6l6.8,50.5 c0.4,2.6-0.4,5.2-2.1,7.1c-1.7,2-4.2,3.1-6.8,3.1H51.4c-4.3,0-8.1-3.1-8.8-7.4l-12.5-68c-0.5-2.4,0.1-5,1.6-7l28.9-39.3 c-17.7-34.9-16-62.4-11.3-79.5c1.7-6.3,4-11.7,6.3-16.1c-27.8-3-51.2-24.5-55.4-53.5c-2.4-16.6,16.1-14.4,17.8-2.6 c3.5,24.5,26.1,41,50.8,38c1-0.1,220.3 19.1,220.3-19.1V8.9c0-3.9,2.5-7.3,6.2-8.5c3.7-1.2,7.8,0.1,10.1,3.2l16.4,22.2l7-17.7 c1.3-3.3,4.5-5.5,8.1-5.7c3.6-0.1,6.9,1.9,8.4,5.1l12.2,25.7c1.5-0.2,3.1-0.3,4.6-0.3c13,0,25,7,31.5,18l48.4,1.2 c2.5,0.1,4.9,1.2,6.5,3.1C450.2,57.2,451,59.7,450.7,62.3z'/%3E%3C/svg%3E");
}

.c-icon.-before.-meny:before {
  width: 20px;
  margin-right: .15em;
}

.c-icon.-before.-meny.-pink:before {
  content: url("data:image/svg+xml, %3Csvg viewBox='0 0 70 80' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='white' stroke-width='2' stroke='%23E6007E' d='M22.6789 1.56987L65.0562 6.65722C67.1934 6.91378 68.6624 8.79285 68.4026 10.8042L60.5449 71.6416C60.2851 73.6529 58.383 75.1273 56.2458 74.8707L13.8685 69.7834C11.7313 69.5268 10.2623 67.6478 10.5221 65.6364L18.3798 4.799C18.6396 2.78767 20.5418 1.31331 22.6789 1.56987Z'/%3E%3Cpath fill='%23E6007E' d='M0 13.9768C0 11.3722 2.17267 9.26083 4.8528 9.26083H47.5574C50.2375 9.26083 52.4102 11.3722 52.4102 13.9768V75.2841C52.4102 77.8886 50.2375 80 47.5574 80H4.8528C2.17267 80 0 77.8886 0 75.2841V13.9768Z'/%3E%3Cpath fill='white' fill-rule='evenodd' clip-rule='evenodd' d='M41.4523 39.4105H12.1321V36.5499H41.4523V39.4105ZM41.4523 48.9459H12.1321V46.0853H41.4523V48.9459ZM12.1321 58.4813V55.6207H41.4523V58.4813H12.1321Z'/%3E%3Cpath fill='white' fill-rule='evenodd' clip-rule='evenodd' d='M33.8695 68.2284H12.1321V65.3042H33.8695V68.2284Z'/%3E%3Cpath fill='white' d='M9.60577 27.2945V19.4967H12.1651L13.7019 24.8158L15.2214 19.4967H17.7865V27.2945H16.1978V21.1563L14.5165 27.2945H12.87L11.1946 21.1563V27.2945H9.60577Z'/%3E%3Cpath fill='white' d='M19.4851 27.2945V19.4967H25.7651V20.8158H21.1952V22.5446H25.4473V23.8584H21.1952V25.9807H25.9268V27.2945H19.4851Z'/%3E%3Cpath fill='white' d='M27.3943 27.2945V19.4967H29.0582L32.5246 24.7041V19.4967H34.1134V27.2945H32.3975L28.9831 22.2095V27.2945H27.3943Z'/%3E%3Cpath fill='white' d='M38.1518 27.2945V24.0126L35.0493 19.4967H37.0541L39.0472 22.5818L41 19.4967H42.9701L39.8561 24.0233V27.2945H38.1518Z'/%3E%3C/svg%3E");
}

.c-icon.-before.-meny.-blue:before {
  content: url("data:image/svg+xml, %3Csvg viewBox='0 0 70 80' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='white' stroke-width='2' stroke='%2300B4D2' d='M22.6789 1.56987L65.0562 6.65722C67.1934 6.91378 68.6624 8.79285 68.4026 10.8042L60.5449 71.6416C60.2851 73.6529 58.383 75.1273 56.2458 74.8707L13.8685 69.7834C11.7313 69.5268 10.2623 67.6478 10.5221 65.6364L18.3798 4.799C18.6396 2.78767 20.5418 1.31331 22.6789 1.56987Z'/%3E%3Cpath fill='%2300B4D2' d='M0 13.9768C0 11.3722 2.17267 9.26083 4.8528 9.26083H47.5574C50.2375 9.26083 52.4102 11.3722 52.4102 13.9768V75.2841C52.4102 77.8886 50.2375 80 47.5574 80H4.8528C2.17267 80 0 77.8886 0 75.2841V13.9768Z'/%3E%3Cpath fill='white' fill-rule='evenodd' clip-rule='evenodd' d='M41.4523 39.4105H12.1321V36.5499H41.4523V39.4105ZM41.4523 48.9459H12.1321V46.0853H41.4523V48.9459ZM12.1321 58.4813V55.6207H41.4523V58.4813H12.1321Z'/%3E%3Cpath fill='white' fill-rule='evenodd' clip-rule='evenodd' d='M33.8695 68.2284H12.1321V65.3042H33.8695V68.2284Z'/%3E%3Cpath fill='white' d='M9.60577 27.2945V19.4967H12.1651L13.7019 24.8158L15.2214 19.4967H17.7865V27.2945H16.1978V21.1563L14.5165 27.2945H12.87L11.1946 21.1563V27.2945H9.60577Z'/%3E%3Cpath fill='white' d='M19.4851 27.2945V19.4967H25.7651V20.8158H21.1952V22.5446H25.4473V23.8584H21.1952V25.9807H25.9268V27.2945H19.4851Z'/%3E%3Cpath fill='white' d='M27.3943 27.2945V19.4967H29.0582L32.5246 24.7041V19.4967H34.1134V27.2945H32.3975L28.9831 22.2095V27.2945H27.3943Z'/%3E%3Cpath fill='white' d='M38.1518 27.2945V24.0126L35.0493 19.4967H37.0541L39.0472 22.5818L41 19.4967H42.9701L39.8561 24.0233V27.2945H38.1518Z'/%3E%3C/svg%3E");
}

.c-icon.-before.-person-walking:before {
  content: "\f554";
}

.c-icon.-before.-shopping-cart:before {
  content: "\f07a";
}

.c-icon.-before.-location-arrow:before {
  content: "\f124";
}

.c-icon.-before.-map-location-dot:before {
  content: "\f5a0";
}

.c-icon.-before.-map-marker:before {
  content: "\f3c5";
}

.c-icon.-before.-map:before {
  content: "\f279";
}

.c-icon.-before.-map-o:before {
  content: "\f278";
}

.c-icon.-before.-sliders:before {
  content: "\f1de";
}

.c-icon.-before.-trophy:before {
  content: "\f091";
}

.c-icon.-before.-leaf:before {
  content: "\f06c";
}

.c-icon.-before.-compass:before {
  content: "\f14e";
}

.c-icon.-before.-graduation-cap:before {
  content: "\f19d";
}

.c-icon.-before.-exclamation-triangle:before {
  content: "\f071";
}

.c-icon.-before.-life-ring:before {
  content: "\f1cd";
}

.c-icon.-before.-cutlery:before {
  content: "\f0f5";
}

.c-icon.-before.-thumbs-up:before {
  content: "\f164";
}

.c-icon.-before.-info-circle:before {
  content: "\f05a";
}

.c-icon.-before.-check-circle:before {
  content: "\f058";
}

.c-icon.-before.-tag:before {
  content: "\f02b";
}

.c-icon.-before.-clock:before {
  content: "\f017";
}

.c-icon.-before.-checkbox:before {
  content: "\f00c";
}

.c-icon.-before.-people:before {
  content: "\f0c0";
}

.c-icon.-before.-globe:before {
  content: "\f0ac";
}

.c-icon.-before.-reply:before {
  content: "\f112";
}

.c-icon.-before.-phone:before {
  content: "\f095";
}

.c-icon.-before.-wheelchair:before {
  content: "\f193";
}

.c-icon.-before.-sun:before {
  content: "\f185";
}

.c-icon.-before.-search:before {
  content: "\f002";
}

.c-icon.-before.-chevron-left:before {
  content: "\f053";
}

.c-icon.-before.-chevron-right:before {
  content: "\f054";
}

.c-icon.-before.-caret-down:before {
  content: "\f0d7";
}

.c-icon.-before.-caret-down[aria-expanded="true"]:before {
  content: "\f0d8";
}

.c-icon.-before.-chevron-down:before {
  content: "\f078";
}

.c-icon.-before.-chevron-down[aria-expanded="true"]:before {
  content: "\f077";
}

.c-icon.-before.-white:before {
  color: #fff;
}

.c-icon.-before.-pink:before {
  color: #e6007e;
}

.c-icon.-before.-blue:before {
  color: #00b4d2;
}

.c-icon.-before.-blue .ext:after {
  color: #00b4d2;
}

.c-icon.-before.-grey:before {
  color: #4c4c4c;
}

.c-icon.-before.-grey .ext:before {
  color: #4c4c4c;
}

.c-icon.-before.-light-grey:before {
  color: #5e5e5e;
}

.c-icon.-before.-light-grey .ext:before {
  color: #5e5e5e;
}

.c-icon.-before.-green:before {
  color: #5fcb82;
}

.c-icon.-before.-yellow:before {
  color: #fed595;
}

.c-icon.-before.-invert {
  margin-left: 22px;
}

.c-icon.-before.-invert:before {
  margin: 0 .5em 0 -1.2em;
}

.c-icon.-before.-small:before {
  font-size: .75em;
}

.c-icon.-before.-small.-invert {
  margin-left: 16px;
}

.c-icon.-before.-small.-invert:before {
  margin: 0 .5em 0 -1.2em;
}

.c-icon.-after:after {
  margin-left: .5em;
}

.c-icon.-after.-dog:after {
  width: 20px;
  margin-left: .15em;
}

.c-icon.-after.-dog.-pink:after {
  content: url("data:image/svg+xml, %3Csvg viewBox='0 0 450.8 392.7' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23E6007E' d='M450.7,62.3c-2.2,20-11.5,38.2-26.3,51.3c-14.4,12.8-32.7,19.9-52.2,20.1v110.6c0,13-5.3,26.1-15.4,31v108.4c0,5-4,9-9,9 h-10.5c-4.4,0-8.2-3.2-8.9-7.6l-17-108.4c-38.1-6.1-97.4-16.4-143.8-24.6c-4.4,8.4-10.5,15.9-18,22.2l-83.4,57.6l6.8,50.5 c0.4,2.6-0.4,5.2-2.1,7.1c-1.7,2-4.2,3.1-6.8,3.1H51.4c-4.3,0-8.1-3.1-8.8-7.4l-12.5-68c-0.5-2.4,0.1-5,1.6-7l28.9-39.3 c-17.7-34.9-16-62.4-11.3-79.5c1.7-6.3,4-11.7,6.3-16.1c-27.8-3-51.2-24.5-55.4-53.5c-2.4-16.6,16.1-14.4,17.8-2.6 c3.5,24.5,26.1,41,50.8,38c1-0.1,220.3 19.1,220.3-19.1V8.9c0-3.9,2.5-7.3,6.2-8.5c3.7-1.2,7.8,0.1,10.1,3.2l16.4,22.2l7-17.7 c1.3-3.3,4.5-5.5,8.1-5.7c3.6-0.1,6.9,1.9,8.4,5.1l12.2,25.7c1.5-0.2,3.1-0.3,4.6-0.3c13,0,25,7,31.5,18l48.4,1.2 c2.5,0.1,4.9,1.2,6.5,3.1C450.2,57.2,451,59.7,450.7,62.3z'/%3E%3C/svg%3E");
}

.c-icon.-after.-dog.-blue:after {
  content: url("data:image/svg+xml, %3Csvg viewBox='0 0 450.8 392.7' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%2300B4D2' d='M450.7,62.3c-2.2,20-11.5,38.2-26.3,51.3c-14.4,12.8-32.7,19.9-52.2,20.1v110.6c0,13-5.3,26.1-15.4,31v108.4c0,5-4,9-9,9 h-10.5c-4.4,0-8.2-3.2-8.9-7.6l-17-108.4c-38.1-6.1-97.4-16.4-143.8-24.6c-4.4,8.4-10.5,15.9-18,22.2l-83.4,57.6l6.8,50.5 c0.4,2.6-0.4,5.2-2.1,7.1c-1.7,2-4.2,3.1-6.8,3.1H51.4c-4.3,0-8.1-3.1-8.8-7.4l-12.5-68c-0.5-2.4,0.1-5,1.6-7l28.9-39.3 c-17.7-34.9-16-62.4-11.3-79.5c1.7-6.3,4-11.7,6.3-16.1c-27.8-3-51.2-24.5-55.4-53.5c-2.4-16.6,16.1-14.4,17.8-2.6 c3.5,24.5,26.1,41,50.8,38c1-0.1,220.3 19.1,220.3-19.1V8.9c0-3.9,2.5-7.3,6.2-8.5c3.7-1.2,7.8,0.1,10.1,3.2l16.4,22.2l7-17.7 c1.3-3.3,4.5-5.5,8.1-5.7c3.6-0.1,6.9,1.9,8.4,5.1l12.2,25.7c1.5-0.2,3.1-0.3,4.6-0.3c13,0,25,7,31.5,18l48.4,1.2 c2.5,0.1,4.9,1.2,6.5,3.1C450.2,57.2,451,59.7,450.7,62.3z'/%3E%3C/svg%3E");
}

.c-icon.-after.-meny:after {
  width: 20px;
  margin-left: .15em;
}

.c-icon.-after.-meny.-pink:after {
  content: url("data:image/svg+xml, %3Csvg viewBox='0 0 70 80' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='white' stroke-width='2' stroke='%23E6007E' d='M22.6789 1.56987L65.0562 6.65722C67.1934 6.91378 68.6624 8.79285 68.4026 10.8042L60.5449 71.6416C60.2851 73.6529 58.383 75.1273 56.2458 74.8707L13.8685 69.7834C11.7313 69.5268 10.2623 67.6478 10.5221 65.6364L18.3798 4.799C18.6396 2.78767 20.5418 1.31331 22.6789 1.56987Z'/%3E%3Cpath fill='%23E6007E' d='M0 13.9768C0 11.3722 2.17267 9.26083 4.8528 9.26083H47.5574C50.2375 9.26083 52.4102 11.3722 52.4102 13.9768V75.2841C52.4102 77.8886 50.2375 80 47.5574 80H4.8528C2.17267 80 0 77.8886 0 75.2841V13.9768Z'/%3E%3Cpath fill='white' fill-rule='evenodd' clip-rule='evenodd' d='M41.4523 39.4105H12.1321V36.5499H41.4523V39.4105ZM41.4523 48.9459H12.1321V46.0853H41.4523V48.9459ZM12.1321 58.4813V55.6207H41.4523V58.4813H12.1321Z'/%3E%3Cpath fill='white' fill-rule='evenodd' clip-rule='evenodd' d='M33.8695 68.2284H12.1321V65.3042H33.8695V68.2284Z'/%3E%3Cpath fill='white' d='M9.60577 27.2945V19.4967H12.1651L13.7019 24.8158L15.2214 19.4967H17.7865V27.2945H16.1978V21.1563L14.5165 27.2945H12.87L11.1946 21.1563V27.2945H9.60577Z'/%3E%3Cpath fill='white' d='M19.4851 27.2945V19.4967H25.7651V20.8158H21.1952V22.5446H25.4473V23.8584H21.1952V25.9807H25.9268V27.2945H19.4851Z'/%3E%3Cpath fill='white' d='M27.3943 27.2945V19.4967H29.0582L32.5246 24.7041V19.4967H34.1134V27.2945H32.3975L28.9831 22.2095V27.2945H27.3943Z'/%3E%3Cpath fill='white' d='M38.1518 27.2945V24.0126L35.0493 19.4967H37.0541L39.0472 22.5818L41 19.4967H42.9701L39.8561 24.0233V27.2945H38.1518Z'/%3E%3C/svg%3E");
}

.c-icon.-after.-meny.-blue:after {
  content: url("data:image/svg+xml, %3Csvg viewBox='0 0 70 80' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='white' stroke-width='2' stroke='%2300B4D2' d='M22.6789 1.56987L65.0562 6.65722C67.1934 6.91378 68.6624 8.79285 68.4026 10.8042L60.5449 71.6416C60.2851 73.6529 58.383 75.1273 56.2458 74.8707L13.8685 69.7834C11.7313 69.5268 10.2623 67.6478 10.5221 65.6364L18.3798 4.799C18.6396 2.78767 20.5418 1.31331 22.6789 1.56987Z'/%3E%3Cpath fill='%2300B4D2' d='M0 13.9768C0 11.3722 2.17267 9.26083 4.8528 9.26083H47.5574C50.2375 9.26083 52.4102 11.3722 52.4102 13.9768V75.2841C52.4102 77.8886 50.2375 80 47.5574 80H4.8528C2.17267 80 0 77.8886 0 75.2841V13.9768Z'/%3E%3Cpath fill='white' fill-rule='evenodd' clip-rule='evenodd' d='M41.4523 39.4105H12.1321V36.5499H41.4523V39.4105ZM41.4523 48.9459H12.1321V46.0853H41.4523V48.9459ZM12.1321 58.4813V55.6207H41.4523V58.4813H12.1321Z'/%3E%3Cpath fill='white' fill-rule='evenodd' clip-rule='evenodd' d='M33.8695 68.2284H12.1321V65.3042H33.8695V68.2284Z'/%3E%3Cpath fill='white' d='M9.60577 27.2945V19.4967H12.1651L13.7019 24.8158L15.2214 19.4967H17.7865V27.2945H16.1978V21.1563L14.5165 27.2945H12.87L11.1946 21.1563V27.2945H9.60577Z'/%3E%3Cpath fill='white' d='M19.4851 27.2945V19.4967H25.7651V20.8158H21.1952V22.5446H25.4473V23.8584H21.1952V25.9807H25.9268V27.2945H19.4851Z'/%3E%3Cpath fill='white' d='M27.3943 27.2945V19.4967H29.0582L32.5246 24.7041V19.4967H34.1134V27.2945H32.3975L28.9831 22.2095V27.2945H27.3943Z'/%3E%3Cpath fill='white' d='M38.1518 27.2945V24.0126L35.0493 19.4967H37.0541L39.0472 22.5818L41 19.4967H42.9701L39.8561 24.0233V27.2945H38.1518Z'/%3E%3C/svg%3E");
}

.c-icon.-after.-person-walking:after {
  content: "\f554";
}

.c-icon.-after.-shopping-cart:after {
  content: "\f07a";
}

.c-icon.-after.-location-arrow:after {
  content: "\f124";
}

.c-icon.-after.-map-location-dot:after {
  content: "\f5a0";
}

.c-icon.-after.-map-marker:after {
  content: "\f3c5";
}

.c-icon.-after.-map:after {
  content: "\f279";
}

.c-icon.-after.-map-o:after {
  content: "\f278";
}

.c-icon.-after.-sliders:after {
  content: "\f1de";
}

.c-icon.-after.-trophy:after {
  content: "\f091";
}

.c-icon.-after.-leaf:after {
  content: "\f06c";
}

.c-icon.-after.-compass:after {
  content: "\f14e";
}

.c-icon.-after.-graduation-cap:after {
  content: "\f19d";
}

.c-icon.-after.-exclamation-triangle:after {
  content: "\f071";
}

.c-icon.-after.-life-ring:after {
  content: "\f1cd";
}

.c-icon.-after.-thumbs-up:after {
  content: "\f164";
}

.c-icon.-after.-info-circle:after {
  content: "\f05a";
}

.c-icon.-after.-check-circle:after {
  content: "\f058";
}

.c-icon.-after.-tag:after {
  content: "\f02b";
}

.c-icon.-after.-clock:after {
  content: "\f017";
}

.c-icon.-after.-checkbox:after {
  content: "\f00c";
}

.c-icon.-after.-people:after {
  content: "\f0c0";
}

.c-icon.-after.-globe:after {
  content: "\f0ac";
}

.c-icon.-after.-reply:after {
  content: "\f112";
}

.c-icon.-after.-phone:after {
  content: "\f095";
}

.c-icon.-after.-wheelchair:after {
  content: "\f193";
}

.c-icon.-after.-sun:after {
  content: "\f185";
}

.c-icon.-after.-search:after {
  content: "\f002";
}

.c-icon.-after.-chevron-left:after {
  content: "\f053";
}

.c-icon.-after.-chevron-right:after {
  content: "\f054";
}

.c-icon.-after.-caret-down:after {
  content: "\f0d7";
}

.c-icon.-after.-caret-down[aria-expanded="true"]:after {
  content: "\f0d8";
}

.c-icon.-after.-chevron-down:after {
  content: "\f078";
}

.c-icon.-after.-chevron-down[aria-expanded="true"]:after {
  content: "\f077";
}

[aria-expanded="true"] .c-icon.-after.-chevron-down:after {
  content: "\f077";
}

.c-icon.-after.-white:after {
  color: #fff;
}

.c-icon.-after.-pink:after {
  color: #e6007e;
}

.c-icon.-after.-blue:after {
  color: #00b4d2;
}

.c-icon.-after.-blue .ext:after {
  color: #00b4d2;
}

.c-icon.-after.-grey:after {
  color: #4c4c4c;
}

.c-icon.-after.-grey .ext:after {
  color: #4c4c4c;
}

.c-icon.-after.-light-grey:after {
  color: #5e5e5e;
}

.c-icon.-after.-light-grey .ext:after {
  color: #5e5e5e;
}

.c-icon.-after.-green:after {
  color: #5fcb82;
}

.c-icon.-after.-yellow:after {
  color: #fed595;
}

.c-icon.-after.-small:after {
  font-size: .75em;
}

.c-icon-menu {
  float: right;
  display: block;
  position: relative;
  overflow: hidden;
  width: 1.5em;
  height: 1.5em;
}

.c-icon-menu__inner {
  display: block;
  position: absolute;
  top: 0.6875em;
  left: 0;
  right: 0;
  height: 0.1875em;
  background: #fff;
  -webkit-transition: background 0s 0.15s;
  transition: background 0s 0.15s;
}

.c-icon-menu__inner:before,
.c-icon-menu__inner:after {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 0.1875em;
  background-color: #fff;
  content: '';
  -webkit-transition-duration: 0.15s,0.15s;
  transition-duration: 0.15s,0.15s;
  -webkit-transition-delay: 0.15s,0s;
  transition-delay: 0.15s,0s;
}

.c-icon-menu__inner:before {
  top: -0.4375em;
  -webkit-transition-property: top,-webkit-transform;
  transition-property: top,-webkit-transform;
  transition-property: top,transform;
  transition-property: top,transform,-webkit-transform;
}

.c-icon-menu__inner:after {
  bottom: -0.4375em;
  -webkit-transition-property: bottom,-webkit-transform;
  transition-property: bottom,-webkit-transform;
  transition-property: bottom,transform;
  transition-property: bottom,transform,-webkit-transform;
}

.share-blobs__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 2em 0px;
}

.share-blobs__icon {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  background-color: #e6007e;
  color: #fff;
  margin: 0 .5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  position: relative;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  border-radius: 50%;
  width: 40px;
  height: 40px;
}

.share-blobs__icon:hover,
.share-blobs__icon:focus,
.share-blobs__icon:active {
  background-color: #4c4c4c;
  text-decoration: none;
}

[data-a11y-toggle] {
  cursor: pointer;
}

nav a.ext:after {
  font-family: "Font Awesome 6 Free";
  content: "\f08e";
  color: #e6007e;
  font-size: .75em;
  margin: 0 0 0 .5em;
  display: inline-block;
  background: none !important;
}

span.ext {
  background: 0;
  width: auto;
  height: auto;
  padding: 0;
  display: none;
}

span.ext:after {
  font-family: "Font Awesome 6 Free";
  content: "\f08e";
  color: #e6007e;
  font-size: .75em;
  margin: 0 .35em 0 .15em;
  display: inline-block;
  background: none !important;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.c-skip-link {
  background: #262626;
  color: #fff;
  text-align: center;
  padding: 1.5em 0;
  display: block;
  text-decoration: none;
  font-weight: bold;
}

.c-skip-link:focus {
  color: #fff;
}

.c-underlined {
  display: inline-block;
  text-decoration: none !important;
  color: #262626;
}

.c-underlined:after {
  content: '';
  height: 2px;
  background-color: #fc84bc;
  display: block;
  margin-top: -5px;
  margin-bottom: 3px;
}

.c-underlined.-blue:after {
  background-color: #8fe2f2;
}

.c-link-more,
.c-text-link,
.search-help-link {
  color: #4c4c4c;
  text-decoration: none;
  font-size: 1em;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  display: inline-block;
  cursor: pointer;
}

.c-link-more:hover,
.c-link-more:active,
.c-link-more:focus,
.c-text-link:hover,
.search-help-link:hover,
.c-text-link:active,
.search-help-link:active,
.c-text-link:focus,
.search-help-link:focus {
  color: #4c4c4c;
  text-decoration: underline;
}

.c-link-more::before,
.c-text-link::before,
.search-help-link::before {
  content: url("../images/svg/icon--arrow--link.svg");
  margin-right: 0.4em;
  height: 0.4375em;
  width: 0.4375em;
  display: block;
  float: left;
}

.c-link-more.-white,
.c-text-link.-white,
.-white.search-help-link {
  color: #fff;
}

.c-link-more.-white::before,
.c-text-link.-white::before,
.-white.search-help-link::before {
  content: url("../images/svg/icon--arrow--link--white.svg");
}

.c-link-more.-blue,
.c-text-link.-blue,
.-blue.search-help-link {
  color: #8fe2f2;
}

.c-link-more.-blue::before,
.c-text-link.-blue::before,
.-blue.search-help-link::before {
  content: url("../images/svg/icon--arrow--link--blue.svg");
}

.c-logo {
  background-image: url("../valjvego-djurensratt-logo-22.svg");
  background-repeat: no-repeat;
  background-size: 100% auto;
}

.c-logo__image {
  opacity: 0;
  width: 4.6875em;
  height: 3.75em;
}

.c-image {
  position: relative;
}

.c-image__byline {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: .5em 1em;
  background-color: #333;
  color: #fff;
}

.media img {
  width: 100%;
}

.c-message {
  padding: 1em 2em 1em 4em;
  color: #262626;
  background-color: #d2f1dc;
  border: 2px solid #5fcb82;
  background-image: url("../images/svg/icon--status.svg");
  background-repeat: no-repeat;
  background-position: 1.2em center;
  font-size: 1.125em;
  background-size: 2em 2em;
}

.c-message a {
  color: #262626;
  text-decoration: underline;
}

.c-message a:hover,
.c-message a:focus,
.c-message a:active {
  text-decoration: none;
}

.c-message.-warning {
  background-color: white;
  border-color: #fed595;
  background-image: url("../images/svg/icon--warning.svg");
}

.c-message.-error {
  background-color: #ffe0e7;
  border-color: #e00034;
  background-image: url("../images/svg/icon--error.svg");
}

/**
 * @file
 * Styles for system messages.
 */

[data-drupal-messages] {
  margin: 10px 15px;
}

.messages {
  padding: 15px 20px 15px 20px;
  /* LTR */
  word-wrap: break-word;
  border: 1px solid;
  border-width: 1px 1px 1px 0;
  /* LTR */
  border-radius: 2px;
  overflow-wrap: break-word;
}

[dir="rtl"] .messages {
  padding-right: 35px;
  padding-left: 20px;
  text-align: right;
  border-width: 1px 0 1px 1px;
  background-position: right 10px top 17px;
}

.messages + .messages {
  margin-top: 1.538em;
}

.messages__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.messages__item + .messages__item {
  margin-top: 0.769em;
}

.messages--status {
  color: #325e1c;
  border-color: #c9e1bd #c9e1bd #c9e1bd transparent;
  /* LTR */
  background-color: #f3faef;
  box-shadow: -8px 0 0 #77b259;
  /* LTR */
}

[dir="rtl"] .messages--status {
  margin-left: 0;
  border-color: #c9e1bd transparent #c9e1bd #c9e1bd;
  box-shadow: 8px 0 0 #77b259;
}

.messages--warning {
  color: #734c00;
  border-color: #f4daa6 #f4daa6 #f4daa6 transparent;
  /* LTR */
  background-color: #fdf8ed;
  box-shadow: -8px 0 0 #e09600;
  /* LTR */
}

[dir="rtl"] .messages--warning {
  border-color: #f4daa6 transparent #f4daa6 #f4daa6;
  box-shadow: 8px 0 0 #e09600;
}

.messages--error {
  color: #a51b00;
  border-color: #f9c9bf #f9c9bf #f9c9bf transparent;
  /* LTR */
  background-color: #fcf4f2;
  box-shadow: -8px 0 0 #e62600;
  /* LTR */
}

[dir="rtl"] .messages--error {
  border-color: #f9c9bf transparent #f9c9bf #f9c9bf;
  box-shadow: 8px 0 0 #e62600;
}

.messages--error p.error {
  color: #a51b00;
}

.c-menu {
  background-color: #fff;
}

nav a {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  color: #4c4c4c;
  -webkit-text-decoration-color: #fc84bc;
  text-decoration-color: #fc84bc;
  border-color: #fc84bc;
}

nav a span {
  -webkit-text-decoration-color: #fc84bc;
  text-decoration-color: #fc84bc;
}

nav a:hover,
nav a:focus,
nav a:active {
  color: #fc84bc;
  background-color: #ffcedf;
}

nav a:before {
  color: #e6007e;
}

nav a:after {
  background-color: #fc84bc;
}

nav a[aria-expanded="true"],
nav a[aria-expanded="false"]:hover,
nav a[aria-expanded="false"]:focus,
nav a[aria-expanded="false"]:active {
  background-color: #fce7ef;
}

nav .c-nav-main__item--active-trail .c-nav-pink .c-nav-main__wrapper {
  border-bottom-color: #e6007e !important;
}

nav .c-nav-pink:not([aria-expanded]):hover,
nav .c-nav-pink:not([aria-expanded]):focus,
nav .c-nav-pink:not([aria-expanded]):active,
nav .c-nav-pink[aria-expanded="true"],
nav .c-nav-pink[aria-expanded="false"]:hover,
nav .c-nav-pink[aria-expanded="false"]:focus,
nav .c-nav-pink[aria-expanded="false"]:active {
  background-color: #fce7ef;
}

nav .c-nav-pink:not([aria-expanded]):hover .c-nav-main__wrapper,
nav .c-nav-pink:not([aria-expanded]):focus .c-nav-main__wrapper,
nav .c-nav-pink:not([aria-expanded]):active .c-nav-main__wrapper,
nav .c-nav-pink[aria-expanded="true"] .c-nav-main__wrapper,
nav .c-nav-pink[aria-expanded="false"]:hover .c-nav-main__wrapper,
nav .c-nav-pink[aria-expanded="false"]:focus .c-nav-main__wrapper,
nav .c-nav-pink[aria-expanded="false"]:active .c-nav-main__wrapper {
  border-bottom-color: #fce7ef;
}

nav .c-nav-pink a,
nav .c-nav-pink ul li a.c-nav-override-pink {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  color: #4c4c4c;
  -webkit-text-decoration-color: #fc84bc;
  text-decoration-color: #fc84bc;
  border-color: #fc84bc;
}

nav .c-nav-pink a span,
nav .c-nav-pink ul li a.c-nav-override-pink span {
  -webkit-text-decoration-color: #fc84bc;
  text-decoration-color: #fc84bc;
}

nav .c-nav-pink a:hover,
nav .c-nav-pink a:focus,
nav .c-nav-pink a:active,
nav .c-nav-pink ul li a.c-nav-override-pink:hover,
nav .c-nav-pink ul li a.c-nav-override-pink:focus,
nav .c-nav-pink ul li a.c-nav-override-pink:active {
  color: #fc84bc;
  background-color: #ffcedf;
}

nav .c-nav-pink a:before,
nav .c-nav-pink ul li a.c-nav-override-pink:before {
  color: #e6007e !important;
}

nav .c-nav-pink a:after,
nav .c-nav-pink ul li a.c-nav-override-pink:after {
  background-color: #fc84bc;
}

nav .c-nav-main__item--active-trail .c-nav-blue .c-nav-main__wrapper {
  border-bottom-color: #00b4d2 !important;
}

nav .c-nav-blue:not([aria-expanded]):hover,
nav .c-nav-blue:not([aria-expanded]):focus,
nav .c-nav-blue:not([aria-expanded]):active,
nav .c-nav-blue[aria-expanded="true"],
nav .c-nav-blue[aria-expanded="false"]:hover,
nav .c-nav-blue[aria-expanded="false"]:focus,
nav .c-nav-blue[aria-expanded="false"]:active {
  background-color: #d9f3f8;
}

nav .c-nav-blue:not([aria-expanded]):hover .c-nav-main__wrapper,
nav .c-nav-blue:not([aria-expanded]):focus .c-nav-main__wrapper,
nav .c-nav-blue:not([aria-expanded]):active .c-nav-main__wrapper,
nav .c-nav-blue[aria-expanded="true"] .c-nav-main__wrapper,
nav .c-nav-blue[aria-expanded="false"]:hover .c-nav-main__wrapper,
nav .c-nav-blue[aria-expanded="false"]:focus .c-nav-main__wrapper,
nav .c-nav-blue[aria-expanded="false"]:active .c-nav-main__wrapper {
  border-bottom-color: #d9f3f8;
}

nav .c-nav-blue a,
nav .c-nav-blue ul li a.c-nav-override-blue {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  color: #4c4c4c;
  -webkit-text-decoration-color: #8fe2f2;
  text-decoration-color: #8fe2f2;
  border-color: #8fe2f2;
}

nav .c-nav-blue a span,
nav .c-nav-blue ul li a.c-nav-override-blue span {
  -webkit-text-decoration-color: #8fe2f2;
  text-decoration-color: #8fe2f2;
}

nav .c-nav-blue a:hover,
nav .c-nav-blue a:focus,
nav .c-nav-blue a:active,
nav .c-nav-blue ul li a.c-nav-override-blue:hover,
nav .c-nav-blue ul li a.c-nav-override-blue:focus,
nav .c-nav-blue ul li a.c-nav-override-blue:active {
  color: #00b4d2;
  background-color: #8fe2f2;
}

nav .c-nav-blue a:before,
nav .c-nav-blue ul li a.c-nav-override-blue:before {
  color: #00b4d2 !important;
}

nav .c-nav-blue a:after,
nav .c-nav-blue ul li a.c-nav-override-blue:after {
  background-color: #00b4d2;
}

nav .c-nav-main__item--active-trail .c-nav-yellow .c-nav-main__wrapper {
  border-bottom-color: #f2ad42 !important;
}

nav .c-nav-yellow:not([aria-expanded]):hover,
nav .c-nav-yellow:not([aria-expanded]):focus,
nav .c-nav-yellow:not([aria-expanded]):active,
nav .c-nav-yellow[aria-expanded="true"],
nav .c-nav-yellow[aria-expanded="false"]:hover,
nav .c-nav-yellow[aria-expanded="false"]:focus,
nav .c-nav-yellow[aria-expanded="false"]:active {
  background-color: #fff4d9;
}

nav .c-nav-yellow:not([aria-expanded]):hover .c-nav-main__wrapper,
nav .c-nav-yellow:not([aria-expanded]):focus .c-nav-main__wrapper,
nav .c-nav-yellow:not([aria-expanded]):active .c-nav-main__wrapper,
nav .c-nav-yellow[aria-expanded="true"] .c-nav-main__wrapper,
nav .c-nav-yellow[aria-expanded="false"]:hover .c-nav-main__wrapper,
nav .c-nav-yellow[aria-expanded="false"]:focus .c-nav-main__wrapper,
nav .c-nav-yellow[aria-expanded="false"]:active .c-nav-main__wrapper {
  border-bottom-color: #fff4d9;
}

nav .c-nav-yellow a,
nav .c-nav-yellow ul li a.c-nav-override-yellow {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  color: #4c4c4c;
  -webkit-text-decoration-color: #fed595;
  text-decoration-color: #fed595;
  border-color: #fed595;
}

nav .c-nav-yellow a span,
nav .c-nav-yellow ul li a.c-nav-override-yellow span {
  -webkit-text-decoration-color: #fed595;
  text-decoration-color: #fed595;
}

nav .c-nav-yellow a:hover,
nav .c-nav-yellow a:focus,
nav .c-nav-yellow a:active,
nav .c-nav-yellow ul li a.c-nav-override-yellow:hover,
nav .c-nav-yellow ul li a.c-nav-override-yellow:focus,
nav .c-nav-yellow ul li a.c-nav-override-yellow:active {
  color: #f2ad42;
  background-color: #fed595;
}

nav .c-nav-yellow a:before,
nav .c-nav-yellow ul li a.c-nav-override-yellow:before {
  color: #f2ad42 !important;
}

nav .c-nav-yellow a:after,
nav .c-nav-yellow ul li a.c-nav-override-yellow:after {
  background-color: #f2ad42;
}

header .c-nav-main {
  display: none;
}

header .c-nav-main__menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

header .c-nav-main__item {
  display: inline-block;
}

header .c-nav-main__link {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  font-size: 1.5em;
  color: #5e5e5e;
  display: inline-block;
  position: relative;
  padding: 0.5em 1.2em 1em;
  border-radius: 0.5em 0.5em 0 0;
}

header .c-nav-main__link:hover,
header .c-nav-main__link:focus,
header .c-nav-main__link:active,
header .c-nav-main__link[aria-expanded="true"] {
  color: #5e5e5e;
  text-decoration: none;
}

#sub-nav-one .c-nav-main,
#sub-nav-two .c-nav-main,
#sub-nav-three .c-nav-main {
  display: inline-block;
  padding: 2em 0;
  float: left;
  width: 80%;
}

#sub-nav-one .c-nav-main__menu,
#sub-nav-two .c-nav-main__menu,
#sub-nav-three .c-nav-main__menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#sub-nav-one .c-nav-main__heading,
#sub-nav-two .c-nav-main__heading,
#sub-nav-three .c-nav-main__heading {
  font-size: 1em;
  text-transform: uppercase;
  font-family: "BaileySans", Helvetica, Arial, "Nimbus Sans L", sans-serif;
  font-weight: 700;
  letter-spacing: 0.05em;
}

#sub-nav-one .c-nav-main__item,
#sub-nav-two .c-nav-main__item,
#sub-nav-three .c-nav-main__item {
  font-size: 1.5em;
  line-height: 1.5em;
  width: 33%;
  padding: 0 0 .55em;
}

#sub-nav-one .c-nav-main__item a,
#sub-nav-two .c-nav-main__item a,
#sub-nav-three .c-nav-main__item a {
  display: block;
  padding: .55em 0 0;
  background: none;
  text-decoration: none;
}

#sub-nav-one .c-nav-main__wrapper,
#sub-nav-two .c-nav-main__wrapper,
#sub-nav-three .c-nav-main__wrapper {
  display: inline-block;
}

#sub-nav-one .c-nav-main__title,
#sub-nav-two .c-nav-main__title,
#sub-nav-three .c-nav-main__title {
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
}

#sub-nav-one .c-nav-main__text,
#sub-nav-two .c-nav-main__text,
#sub-nav-three .c-nav-main__text {
  display: block;
  color: #4c4c4c;
  font-size: .65em;
  line-height: 1;
  text-decoration: none;
}

#sub-nav-one .c-nav-cta-main-1,
#sub-nav-two .c-nav-cta-main-2,
#sub-nav-three .c-nav-cta-main-3 {
  display: inline-block;
  padding: 2em 0;
  width: 20%;
}

#sub-nav-one .c-nav-cta-main-1__menu,
#sub-nav-two .c-nav-cta-main-2__menu,
#sub-nav-three .c-nav-cta-main-3__menu {
  list-style: none;
  padding: 0;
  margin: 0;
}

#sub-nav-one .c-nav-cta-main-1__heading,
#sub-nav-two .c-nav-cta-main-2__heading,
#sub-nav-three .c-nav-cta-main-3__heading {
  font-size: 1em;
  text-transform: uppercase;
  font-family: "BaileySans", Helvetica, Arial, "Nimbus Sans L", sans-serif;
  font-weight: 700;
  letter-spacing: 0.05em;
}

#sub-nav-one .c-nav-cta-main-1__item,
#sub-nav-two .c-nav-cta-main-2__item,
#sub-nav-three .c-nav-cta-main-3__item {
  font-size: 1.125em;
  line-height: 1.125em;
  display: block;
  margin-bottom: .75em;
}

#sub-nav-one .c-nav-cta-main-1__item a,
#sub-nav-two .c-nav-cta-main-2__item a,
#sub-nav-three .c-nav-cta-main-3__item a {
  color: #262626;
  border-style: solid;
  border-width: 2px;
  padding: .45em 1em;
  white-space: nowrap;
}

#sub-nav-one .c-nav-cta-main-1__item a:before,
#sub-nav-two .c-nav-cta-main-2__item a:before,
#sub-nav-three .c-nav-cta-main-3__item a:before {
  font-family: "Font Awesome 6 Free";
  content: "\f054";
  font-size: .75em;
  margin-right: .5em;
  display: inline-block;
}

#sub-nav-one .c-nav-cta-main-1__item a:hover,
#sub-nav-two .c-nav-cta-main-2__item a:hover,
#sub-nav-three .c-nav-cta-main-3__item a:hover {
  text-decoration: none;
}

.c-nav-tertiary {
  margin-left: auto !important;
}

.c-nav-tertiary__item {
  display: block;
}

.c-nav-tertiary__item a {
  background-color: unset !important;
}

.c-nav-tertiary__item a span {
  display: none;
}

.c-nav-tertiary__item:last-of-type {
  margin: 0;
}

.c-nav-tertiary__menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.c-nav-tertiary__link {
  font-size: 1.25em;
  display: block;
  padding: .25em .75em;
  color: #fc84bc;
  text-decoration: none;
  margin-bottom: .5em;
}

.c-nav-tertiary__link:before {
  margin-right: .25em !important;
}

.c-nav-sub-main-1,
.c-nav-sub-main-2,
.c-nav-sub-main-3 {
  padding: 1em 0;
  text-align: center;
}

nav .c-nav-sub-main-1,
nav
  .c-nav-sub-main-2,
nav
  .c-nav-sub-main-3 {
  text-align: left;
  clear: both;
}

nav .c-nav-sub-main-1 .c-nav-learn-more-submenu__link,
nav .c-nav-sub-main-1 .c-nav-get-involved-submenu__link,
nav
    .c-nav-sub-main-2 .c-nav-learn-more-submenu__link,
nav
    .c-nav-sub-main-2 .c-nav-get-involved-submenu__link,
nav
    .c-nav-sub-main-3 .c-nav-learn-more-submenu__link,
nav
    .c-nav-sub-main-3 .c-nav-get-involved-submenu__link {
  color: #262626;
}

nav .c-nav-sub-main-1 .c-nav-learn-more-submenu__link.is-active,
nav .c-nav-sub-main-1 .c-nav-get-involved-submenu__link.is-active,
nav
      .c-nav-sub-main-2 .c-nav-learn-more-submenu__link.is-active,
nav
      .c-nav-sub-main-2 .c-nav-get-involved-submenu__link.is-active,
nav
      .c-nav-sub-main-3 .c-nav-learn-more-submenu__link.is-active,
nav
      .c-nav-sub-main-3 .c-nav-get-involved-submenu__link.is-active {
  color: #262626;
}

nav .c-nav-sub-main-1 .c-nav-learn-more-submenu__link:before,
nav .c-nav-sub-main-1 .c-nav-get-involved-submenu__link:before,
nav
      .c-nav-sub-main-2 .c-nav-learn-more-submenu__link:before,
nav
      .c-nav-sub-main-2 .c-nav-get-involved-submenu__link:before,
nav
      .c-nav-sub-main-3 .c-nav-learn-more-submenu__link:before,
nav
      .c-nav-sub-main-3 .c-nav-get-involved-submenu__link:before {
  font-family: "Font Awesome 6 Free";
  content: "\f054";
  color: #fff;
  font-size: .75em;
  margin-right: .5em;
  display: inline-block;
}

.c-nav-sub-main-1__menu,
.c-nav-sub-main-2__menu,
.c-nav-sub-main-3__menu {
  list-style: none;
  padding: 0;
  margin: 0;
}

.c-nav-sub-main-1__item,
.c-nav-sub-main-2__item,
.c-nav-sub-main-3__item {
  display: inline-block;
  margin-right: 1em;
  margin-left: 1em;
}

.c-nav-sub-main-1__item:first-of-type,
.c-nav-sub-main-2__item:first-of-type,
.c-nav-sub-main-3__item:first-of-type {
  margin-left: 1em;
}

.c-nav-sub-main-1__link,
.c-nav-sub-main-2__link,
.c-nav-sub-main-3__link {
  font-size: 1.1em;
  color: #262626;
}

.c-nav-sub-main-1__link.is-active,
.c-nav-sub-main-2__link.is-active,
.c-nav-sub-main-3__link.is-active {
  color: #262626;
}

.c-nav-sub-main-1__link:before,
.c-nav-sub-main-2__link:before,
.c-nav-sub-main-3__link:before {
  font-family: "Font Awesome 6 Free";
  content: "\f054";
  font-size: .75em;
  margin: 0 .5em 0 -1.2em;
  display: inline-block;
}

.c-nav-sub-main-1__link:after,
.c-nav-sub-main-2__link:after,
.c-nav-sub-main-3__link:after {
  content: '';
  height: 2px;
  display: block;
  margin-top: -5px;
}

.c-nav-sub-main-1__link:hover,
.c-nav-sub-main-2__link:hover,
.c-nav-sub-main-3__link:hover {
  text-decoration: none;
}

.c-nav-compact__menu {
  list-style: none;
  padding: 0;
  margin: 0;
}

.c-nav-compact__item {
  border-bottom: 1px solid #fce7ef;
}

.c-nav-compact__link {
  display: block;
  background-color: #fc84bc;
  color: #fff;
  padding-top: 0.25em;
  padding-bottom: 0.25em;
  padding-right: 5%;
  padding-left: 5%;
  font-size: 1.375em;
}

.c-nav-overview {
  overflow: hidden;
  margin-bottom: 1.25em;
  background-color: #fff;
  border-radius: 0.3125em;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.15);
  width: 100%;
}

.c-nav-overview [class^='c-heading'] {
  margin: 1em 0;
}

.c-nav-overview__menu {
  list-style: none;
  margin: 0;
  padding: 0;
  border-top: 1px solid #9f9f9f;
}

.c-nav-overview__menu a {
  display: block;
  color: #4c4c4c;
  font-size: 1.125em;
  padding: 0.9em 1.6em;
  border-bottom: 1px solid #9f9f9f;
}

.c-nav-overview__menu a:before {
  font-family: "Font Awesome 6 Free";
  content: "\f054";
  color: #e6007e;
  font-size: .75em;
  margin-right: .5em;
  display: inline-block;
}

.c-nav-overview__menu a:hover {
  text-decoration: none;
}

.c-nav-overview__menu a:hover:before,
.c-nav-overview__menu a:focus:before,
.c-nav-overview__menu a:active:before {
  margin-right: 0.3em;
  width: 0.375em;
}

.c-nav-overview .c-text-link,
.c-nav-overview .search-help-link {
  margin: 1.2em 1.6em;
}

.c-nav-socmed-header__menu,
.c-nav-socmed-footer__menu {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-bottom: 1em;
}

.c-nav-socmed-header__item,
.c-nav-socmed-footer__item {
  list-style: none;
  display: inline-block;
  margin: 0;
  margin-right: .5em;
  font-size: 1.25em;
}

.c-nav-socmed-header__item a,
.c-nav-socmed-footer__item a {
  background: none;
  text-decoration: none;
  margin-right: .5em;
}

.c-nav-socmed-header__item a:hover,
.c-nav-socmed-header__item a:focus,
.c-nav-socmed-header__item a:active,
.c-nav-socmed-footer__item a:hover,
.c-nav-socmed-footer__item a:focus,
.c-nav-socmed-footer__item a:active {
  background: none;
}

.c-nav-socmed-header__item:last-child,
.c-nav-socmed-footer__item:last-child {
  margin-right: 0;
}

.c-nav-socmed-header__link[href*="facebook"],
.c-nav-socmed-header__link[href*="instagram"],
.c-nav-socmed-footer__link[href*="facebook"],
.c-nav-socmed-footer__link[href*="instagram"] {
  font-size: 0;
  line-height: 0;
  color: transparent;
}

.c-nav-socmed-header__link[href*="facebook"]:before,
.c-nav-socmed-header__link[href*="instagram"]:before,
.c-nav-socmed-footer__link[href*="facebook"]:before,
.c-nav-socmed-footer__link[href*="instagram"]:before {
  font-family: "Font Awesome 6 Brands";
  color: #4c4c4c;
  font-weight: 400;
  font-size: 28px;
  line-height: 22px;
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 6px;
}

.c-nav-socmed-header__link[href*="facebook"]:after,
.c-nav-socmed-header__link[href*="instagram"]:after,
.c-nav-socmed-footer__link[href*="facebook"]:after,
.c-nav-socmed-footer__link[href*="instagram"]:after {
  content: '' !important;
}

.c-nav-socmed-header__link[href*="facebook"]:hover:before,
.c-nav-socmed-header__link[href*="facebook"]:focus:before,
.c-nav-socmed-header__link[href*="facebook"]:active:before,
.c-nav-socmed-header__link[href*="instagram"]:hover:before,
.c-nav-socmed-header__link[href*="instagram"]:focus:before,
.c-nav-socmed-header__link[href*="instagram"]:active:before,
.c-nav-socmed-footer__link[href*="facebook"]:hover:before,
.c-nav-socmed-footer__link[href*="facebook"]:focus:before,
.c-nav-socmed-footer__link[href*="facebook"]:active:before,
.c-nav-socmed-footer__link[href*="instagram"]:hover:before,
.c-nav-socmed-footer__link[href*="instagram"]:focus:before,
.c-nav-socmed-footer__link[href*="instagram"]:active:before {
  color: #e6007e;
}

.c-nav-socmed-header__link[href*="facebook"]:before,
.c-nav-socmed-footer__link[href*="facebook"]:before {
  content: "\f082";
}

.c-nav-socmed-header__link[href*="instagram"]:before,
.c-nav-socmed-footer__link[href*="instagram"]:before {
  content: "\f16d";
}

.c-nav-socmed-header {
  display: none;
  margin-top: 1.5em;
  position: absolute;
  top: 0;
  right: 0;
}

.c-nav-socmed-footer__link[href*="facebook"]:before,
.c-nav-socmed-footer__link[href*="instagram"]:before {
  color: #e6007e;
  font-size: 28px;
  line-height: 28px;
}

.c-nav-socmed-footer__link[href*="facebook"]:hover:before,
.c-nav-socmed-footer__link[href*="facebook"]:focus:before,
.c-nav-socmed-footer__link[href*="facebook"]:active:before,
.c-nav-socmed-footer__link[href*="instagram"]:hover:before,
.c-nav-socmed-footer__link[href*="instagram"]:focus:before,
.c-nav-socmed-footer__link[href*="instagram"]:active:before {
  color: #4c4c4c;
}

nav .c-nav-us-footer h2,
nav .c-nav-more-footer h2 {
  font-weight: 400;
  margin: 0 0 .25em;
}

nav .c-nav-us-footer__menu,
nav .c-nav-more-footer__menu {
  padding: 0;
  margin: 0;
}

nav .c-nav-us-footer__item,
nav .c-nav-more-footer__item {
  list-style: none;
  margin: 0;
  padding: 0;
}

nav .c-nav-us-footer__item a,
nav .c-nav-more-footer__item a {
  background: none;
}

nav .c-nav-us-footer__link,
nav .c-nav-more-footer__link {
  color: #4c4c4c;
  font-size: 1.2em;
  padding: .15em 0;
  display: block;
}

.c-breadcrumb {
  font-size: 16px;
  margin-bottom: 1.25em;
}

.c-breadcrumb a {
  text-transform: uppercase;
}

.c-breadcrumb a:hover,
.c-breadcrumb a:focus,
.c-breadcrumb a:active {
  color: #4c4c4c;
  background-color: unset;
}

.c-pager {
  text-align: center;
  padding: 2em 0;
}

.c-pager .js-pager__items .c-pager__item {
  display: inline-block;
}

.c-pager__items {
  margin: 0;
  padding: 0;
  list-style: none;
}

.c-pager__item {
  display: inline-block;
  margin: 0 0.2em;
}

.c-pager__item a {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
}

html body .c-main {
  position: relative;
  overflow: visible;
  /* node type article */
}

html body .c-main .-center {
  text-align: center;
}

html body .c-main .-center img,
html body .c-main .-center .c-body {
  margin-left: auto;
  margin-right: auto;
}

html body .c-main .-right {
  text-align: right;
}

html body .c-main .-right img,
html body .c-main .-right .c-body {
  float: right;
}

html body .c-main .-left {
  text-align: left;
}

html body .c-main .-float-right {
  float: right;
}

html body .c-main .-black-text {
  color: #262626 !important;
}

html body .c-main .field-image-text {
  clear: both;
}

html body .c-main .field-content-paragraph .paragraph > .c-heading-a,
html body .c-main .field-content-paragraph .paragraph > .c-heading-b,
html body .c-main .field-content-paragraph .paragraph > .c-heading-c,
html body .c-main .field-content-paragraph .paragraph > .c-heading-d,
html body .c-main .field-content-paragraph .paragraph > .c-heading-e {
  margin-bottom: 1em;
  line-height: 1.2em;
}

html body .c-main .article-header-row {
  border-top: 4px dotted #e6007e;
  padding-top: 1em;
}

html body .c-main .article-header-row .block-region-article-header-right {
  float: right;
}

html body .c-main .paragraph--type--content-paragraph-quote .field-quote {
  display: block;
  color: #e6007e;
  font-size: 1.5em;
  font-weight: 700;
  margin-top: 2.25em;
}

html body .c-main .paragraph--type--content-paragraph-quote .field-quote .quote-start {
  display: block;
  font-size: 5em;
  line-height: 0;
}

html body .c-main .paragraph--type--content-paragraph-quote .field-quote-poster {
  font-size: 1.125em;
  line-height: 1.125em;
  color: #9f9f9f;
  margin-top: .5em;
}

.accepted-harts {
  width: 100px;
  margin-top: 4em;
  margin-bottom: 4em;
}

body:not(.path-frontpage) .field-content-paragraph-topic > div:first-child {
  padding-top: 1.25em;
}

.-social-sticky-wrapper {
  display: none;
}

.-social-sticky-wrapper .-link-wrapper {
  height: 100%;
  z-index: 1000;
}

.-social-sticky-wrapper .-social-sticky__true {
  position: fixed;
  top: 15px;
}

.-social-sticky-wrapper .-social-sticky__hug-footer {
  position: absolute;
  bottom: 0;
}

.-social-symbols .label {
  font-size: .75em;
  color: #e6007e;
}

.-image-symbols {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.-image-symbols.-vertical {
  margin: 0 !important;
}

.-image-symbols.-vertical > div {
  display: block;
  margin: 0 0 .5em;
}

.-image-symbols.-horizontal {
  margin: 0 !important;
}

.-image-symbols.-horizontal > div {
  display: inline-block;
  margin: 0 .25em;
}

.-image-symbols > div {
  margin-bottom: .5em;
}

.-image-symbols > div:last-child {
  margin-bottom: 0;
}

.-image-symbols a:hover.-symbol.-pink,
.-image-symbols a:focus.-symbol.-pink,
.-image-symbols a:active.-symbol.-pink {
  background-color: #fc84bc;
}

.-image-symbols a:hover.-symbol.-pink.-fa:before,
.-image-symbols a:focus.-symbol.-pink.-fa:before,
.-image-symbols a:active.-symbol.-pink.-fa:before {
  color: #fff;
}

.-image-symbols a:hover.-symbol.-pink.-fill,
.-image-symbols a:focus.-symbol.-pink.-fill,
.-image-symbols a:active.-symbol.-pink.-fill {
  background-color: #fff;
}

.-image-symbols a:hover.-symbol.-pink.-fill.-fa:before,
.-image-symbols a:focus.-symbol.-pink.-fill.-fa:before,
.-image-symbols a:active.-symbol.-pink.-fill.-fa:before {
  color: #fc84bc;
}

.-image-symbols a:hover.-symbol.-light-pink,
.-image-symbols a:focus.-symbol.-light-pink,
.-image-symbols a:active.-symbol.-light-pink {
  background-color: #ffcedf;
}

.-image-symbols a:hover.-symbol.-light-pink.-fa:before,
.-image-symbols a:focus.-symbol.-light-pink.-fa:before,
.-image-symbols a:active.-symbol.-light-pink.-fa:before {
  color: #fff;
}

.-image-symbols a:hover.-symbol.-light-pink.-fill,
.-image-symbols a:focus.-symbol.-light-pink.-fill,
.-image-symbols a:active.-symbol.-light-pink.-fill {
  background-color: #fff;
}

.-image-symbols a:hover.-symbol.-light-pink.-fill.-fa:before,
.-image-symbols a:focus.-symbol.-light-pink.-fill.-fa:before,
.-image-symbols a:active.-symbol.-light-pink.-fill.-fa:before {
  color: #ffcedf;
}

.-image-symbols a:hover.-symbol.-dark-pink,
.-image-symbols a:focus.-symbol.-dark-pink,
.-image-symbols a:active.-symbol.-dark-pink {
  background-color: #e6007e;
}

.-image-symbols a:hover.-symbol.-dark-pink.-fa:before,
.-image-symbols a:focus.-symbol.-dark-pink.-fa:before,
.-image-symbols a:active.-symbol.-dark-pink.-fa:before {
  color: #fff;
}

.-image-symbols a:hover.-symbol.-dark-pink.-fill,
.-image-symbols a:focus.-symbol.-dark-pink.-fill,
.-image-symbols a:active.-symbol.-dark-pink.-fill {
  background-color: #fff;
}

.-image-symbols a:hover.-symbol.-dark-pink.-fill.-fa:before,
.-image-symbols a:focus.-symbol.-dark-pink.-fill.-fa:before,
.-image-symbols a:active.-symbol.-dark-pink.-fill.-fa:before {
  color: #e6007e;
}

.-image-symbols a:hover.-symbol.-blue,
.-image-symbols a:focus.-symbol.-blue,
.-image-symbols a:active.-symbol.-blue {
  background-color: #8fe2f2;
}

.-image-symbols a:hover.-symbol.-blue.-fa:before,
.-image-symbols a:focus.-symbol.-blue.-fa:before,
.-image-symbols a:active.-symbol.-blue.-fa:before {
  color: #fff;
}

.-image-symbols a:hover.-symbol.-blue.-fill,
.-image-symbols a:focus.-symbol.-blue.-fill,
.-image-symbols a:active.-symbol.-blue.-fill {
  background-color: #fff;
}

.-image-symbols a:hover.-symbol.-blue.-fill.-fa:before,
.-image-symbols a:focus.-symbol.-blue.-fill.-fa:before,
.-image-symbols a:active.-symbol.-blue.-fill.-fa:before {
  color: #8fe2f2;
}

.-image-symbols a:hover.-symbol.-light-blue,
.-image-symbols a:focus.-symbol.-light-blue,
.-image-symbols a:active.-symbol.-light-blue {
  background-color: #d9f3f8;
}

.-image-symbols a:hover.-symbol.-light-blue.-fa:before,
.-image-symbols a:focus.-symbol.-light-blue.-fa:before,
.-image-symbols a:active.-symbol.-light-blue.-fa:before {
  color: #fff;
}

.-image-symbols a:hover.-symbol.-light-blue.-fill,
.-image-symbols a:focus.-symbol.-light-blue.-fill,
.-image-symbols a:active.-symbol.-light-blue.-fill {
  background-color: #fff;
}

.-image-symbols a:hover.-symbol.-light-blue.-fill.-fa:before,
.-image-symbols a:focus.-symbol.-light-blue.-fill.-fa:before,
.-image-symbols a:active.-symbol.-light-blue.-fill.-fa:before {
  color: #d9f3f8;
}

.-image-symbols a:hover.-symbol.-dark-blue,
.-image-symbols a:focus.-symbol.-dark-blue,
.-image-symbols a:active.-symbol.-dark-blue {
  background-color: #00b4d2;
}

.-image-symbols a:hover.-symbol.-dark-blue.-fa:before,
.-image-symbols a:focus.-symbol.-dark-blue.-fa:before,
.-image-symbols a:active.-symbol.-dark-blue.-fa:before {
  color: #fff;
}

.-image-symbols a:hover.-symbol.-dark-blue.-fill,
.-image-symbols a:focus.-symbol.-dark-blue.-fill,
.-image-symbols a:active.-symbol.-dark-blue.-fill {
  background-color: #fff;
}

.-image-symbols a:hover.-symbol.-dark-blue.-fill.-fa:before,
.-image-symbols a:focus.-symbol.-dark-blue.-fill.-fa:before,
.-image-symbols a:active.-symbol.-dark-blue.-fill.-fa:before {
  color: #00b4d2;
}

.-image-symbols .-symbol {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: block;
  border-radius: 1.25em;
  width: 40px;
  height: 40px;
  margin: 0;
  text-align: center;
  background-repeat: no-repeat;
}

.-image-symbols .-symbol.-pink.-fa:before {
  color: #fc84bc;
}

.-image-symbols .-symbol.-pink.-border {
  border: 2px solid #fc84bc;
}

.-image-symbols .-symbol.-pink.-fill {
  background-color: #fc84bc;
}

.-image-symbols .-symbol.-pink.-fill.-fa:before {
  color: #fff;
}

.-image-symbols .-symbol.-light-pink.-fa:before {
  color: #ffcedf;
}

.-image-symbols .-symbol.-light-pink.-border {
  border: 2px solid #ffcedf;
}

.-image-symbols .-symbol.-light-pink.-fill {
  background-color: #ffcedf;
}

.-image-symbols .-symbol.-light-pink.-fill.-fa:before {
  color: #fff;
}

.-image-symbols .-symbol.-dark-pink.-fa:before {
  color: #e6007e;
}

.-image-symbols .-symbol.-dark-pink.-border {
  border: 2px solid #e6007e;
}

.-image-symbols .-symbol.-dark-pink.-fill {
  background-color: #e6007e;
}

.-image-symbols .-symbol.-dark-pink.-fill.-fa:before {
  color: #fff;
}

.-image-symbols .-symbol.-blue.-fa:before {
  color: #8fe2f2;
}

.-image-symbols .-symbol.-blue.-border {
  border: 2px solid #8fe2f2;
}

.-image-symbols .-symbol.-blue.-fill {
  background-color: #8fe2f2;
}

.-image-symbols .-symbol.-blue.-fill.-fa:before {
  color: #fff;
}

.-image-symbols .-symbol.-light-blue.-fa:before {
  color: #d9f3f8;
}

.-image-symbols .-symbol.-light-blue.-border {
  border: 2px solid #d9f3f8;
}

.-image-symbols .-symbol.-light-blue.-fill {
  background-color: #d9f3f8;
}

.-image-symbols .-symbol.-light-blue.-fill.-fa:before {
  color: #fff;
}

.-image-symbols .-symbol.-dark-blue.-fa:before {
  color: #00b4d2;
}

.-image-symbols .-symbol.-dark-blue.-border {
  border: 2px solid #00b4d2;
}

.-image-symbols .-symbol.-dark-blue.-fill {
  background-color: #00b4d2;
}

.-image-symbols .-symbol.-dark-blue.-fill.-fa:before {
  color: #fff;
}

.-image-symbols .-symbol.-fa:before {
  font-family: "Font Awesome 6 Free";
  display: inline-block;
  vertical-align: middle;
  margin-top: 5px;
}

.-image-symbols .-symbol.-facebook:before {
  font-family: "Font Awesome 6 Brands";
  content: "\f39e";
}

.-image-symbols .-symbol.-twitter:before {
  font-family: "Font Awesome 6 Brands";
  content: "\f099";
}

.-image-symbols .-symbol.-mail:before {
  content: "\f0e0";
}

.-image-symbols .-symbol.-times:before {
  content: "\f00d";
}

.-image-symbols .-symbol.-new {
  background-image: url("../images/svg/icon--ny.svg");
}

.-image-symbols .-symbol.-vegan {
  background-image: url("../images/svg/icon--im-vegan.svg");
}

.-image-symbols .-symbol.-eco {
  background-image: url("../images/svg/icon--eko.svg");
}

.-image-symbols .-symbol.-fairtrade {
  background-image: url("../images/svg/icon--fairtrade.svg");
}

.-image-symbols.-small .-symbol {
  width: 25px;
  height: 25px;
}

.-image-symbols.-small .-symbol.-fa:before {
  font-size: 0.625em;
  margin: -10px 0 -1px 0 !important;
}

.-image-symbols.-big .-symbol {
  width: 100px;
  height: 100px;
}

.-image-symbols.-bigger.-center {
  margin-top: -3.5em;
  margin-bottom: .5em;
}

.-image-symbols.-bigger .-symbol {
  width: 150px;
  height: 150px;
}

.-image-symbols.-mega.-center {
  margin-top: -6em;
}

.-image-symbols.-mega .-symbol {
  width: 250px;
  height: 250px;
}

.ajax-progress-fullscreen {
  left: 0;
  top: 0;
  border-radius: 0;
  opacity: .75;
  padding: 0;
  width: 100%;
  height: 100%;
  z-index: 10001;
}

.my-modal-mobile {
  display: none;
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  margin: 1%;
  width: 98%;
  height: 98%;
  background-color: #fff;
}

.my-modal-mobile__guts {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 96%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  padding: 2% 0;
}

.my-modal-mobile .-my-modal-close {
  position: absolute;
  top: 1em;
  right: 1em;
  box-sizing: content-box;
  z-index: 1001;
}

.my-modal-mobile .-my-modal-close a {
  font-size: 20px;
}

#map-wrapper {
  max-height: 0;
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  margin: 1%;
  width: 98%;
  height: 98%;
  background: none;
  overflow: hidden;
}

#map-wrapper .map-wrapper-close {
  position: absolute;
  top: 1em;
  right: 1em;
  box-sizing: content-box;
  z-index: 1001;
}

#map-wrapper .map-wrapper-close a {
  font-size: 20px;
  cursor: pointer;
}

#map-wrapper .views-element-container {
  display: block;
  width: 100%;
  height: 100%;
}

#map-wrapper .views-element-container .geolocation-map-wrapper {
  display: block;
  width: 100%;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
}

.map-button-mobile {
  display: inline-block;
}

.map-button-desktop {
  display: none;
}

.ui-dialog {
  z-index: 101;
  width: 92% !important;
}

.ui-dialog .ui-dialog-titlebar {
  background: none;
  border: 0;
  padding: 0;
}

.ui-dialog .ui-dialog-titlebar .ui-dialog-title {
  display: none;
}

.ui-dialog .ui-dialog-titlebar-close {
  right: 1em;
  top: .5em;
  margin: 0;
  z-index: 999;
}

.ui-dialog .ui-dialog-buttonpane {
  background: none;
  border: 0;
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset button:last-of-type {
  margin-right: 0;
}

.view-search .bef-radios {
  text-align: center;
}

.view-search .bef-radios .c-form__item {
  display: inline-block;
  margin: 0 .5em;
}

.view-search .bef-radios .c-form__radio + .c-form__label {
  color: #262626;
  background-color: #fff;
  border-radius: 2em;
}

.view-search .bef-radios .c-form__radio:checked + .c-form__label {
  background-color: #fc84bc;
}

.view-places .views-exposed-form,
.view-recipes .views-exposed-form,
.view-products .views-exposed-form {
  padding: 0;
}

.view-places .views-exposed-form ul,
.view-recipes .views-exposed-form ul,
.view-products .views-exposed-form ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.view-places .views-exposed-form .search-container,
.view-recipes .views-exposed-form .search-container,
.view-products .views-exposed-form .search-container {
  padding: 1em 0;
  background-color: #fff;
}

.view-places .views-exposed-form .search-container .c-form__item,
.view-recipes .views-exposed-form .search-container .c-form__item,
.view-products .views-exposed-form .search-container .c-form__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
}

.view-places .views-exposed-form .search-container .c-form__item a,
.view-recipes .views-exposed-form .search-container .c-form__item a,
.view-products .views-exposed-form .search-container .c-form__item a {
  font-size: 1.375em;
  color: #5e5e5e;
  display: inline-block;
}

.view-places .views-exposed-form .search-container .c-form__item input[type=text],
.view-recipes .views-exposed-form .search-container .c-form__item input[type=text],
.view-products .views-exposed-form .search-container .c-form__item input[type=text] {
  width: 100%;
  margin-right: .5em;
}

.view-places .views-exposed-form .search-container .c-form__item input[type=submit],
.view-places .views-exposed-form .search-container .c-form__item button[type=submit],
.view-recipes .views-exposed-form .search-container .c-form__item input[type=submit],
.view-recipes .views-exposed-form .search-container .c-form__item button[type=submit],
.view-products .views-exposed-form .search-container .c-form__item input[type=submit],
.view-products .views-exposed-form .search-container .c-form__item button[type=submit] {
  padding: .55em .9em .1em;
}

.view-places .views-exposed-form .search-container .c-form__item input[type=submit] span,
.view-places .views-exposed-form .search-container .c-form__item button[type=submit] span,
.view-recipes .views-exposed-form .search-container .c-form__item input[type=submit] span,
.view-recipes .views-exposed-form .search-container .c-form__item button[type=submit] span,
.view-products .views-exposed-form .search-container .c-form__item input[type=submit] span,
.view-products .views-exposed-form .search-container .c-form__item button[type=submit] span {
  display: none;
}

.view-places .views-exposed-form .search-container .c-form__item input[type=submit]:before,
.view-places .views-exposed-form .search-container .c-form__item button[type=submit]:before,
.view-recipes .views-exposed-form .search-container .c-form__item input[type=submit]:before,
.view-recipes .views-exposed-form .search-container .c-form__item button[type=submit]:before,
.view-products .views-exposed-form .search-container .c-form__item input[type=submit]:before,
.view-products .views-exposed-form .search-container .c-form__item button[type=submit]:before {
  margin-right: 0;
}

.view-places .views-exposed-form .search-container .c-form__item input[type=submit]:after,
.view-places .views-exposed-form .search-container .c-form__item button[type=submit]:after,
.view-recipes .views-exposed-form .search-container .c-form__item input[type=submit]:after,
.view-recipes .views-exposed-form .search-container .c-form__item button[type=submit]:after,
.view-products .views-exposed-form .search-container .c-form__item input[type=submit]:after,
.view-products .views-exposed-form .search-container .c-form__item button[type=submit]:after {
  margin-left: 0;
}

.view-places .views-exposed-form .filter-mobile-heading,
.view-recipes .views-exposed-form .filter-mobile-heading,
.view-products .views-exposed-form .filter-mobile-heading {
  margin: .5em 0 1.25em;
}

.view-places .views-exposed-form .filter-mobile-heading h2,
.view-places .views-exposed-form .filter-mobile-heading h3,
.view-places .views-exposed-form .filter-mobile-heading h4,
.view-places .views-exposed-form .filter-mobile-heading h5,
.view-places .views-exposed-form .filter-mobile-heading h6,
.view-recipes .views-exposed-form .filter-mobile-heading h2,
.view-recipes .views-exposed-form .filter-mobile-heading h3,
.view-recipes .views-exposed-form .filter-mobile-heading h4,
.view-recipes .views-exposed-form .filter-mobile-heading h5,
.view-recipes .views-exposed-form .filter-mobile-heading h6,
.view-products .views-exposed-form .filter-mobile-heading h2,
.view-products .views-exposed-form .filter-mobile-heading h3,
.view-products .views-exposed-form .filter-mobile-heading h4,
.view-products .views-exposed-form .filter-mobile-heading h5,
.view-products .views-exposed-form .filter-mobile-heading h6 {
  margin: 0;
}

.view-places .views-exposed-form .filters-container .c-button:nth-child(n+2),
.view-recipes .views-exposed-form .filters-container .c-button:nth-child(n+2),
.view-products .views-exposed-form .filters-container .c-button:nth-child(n+2) {
  margin-left: .5em;
}

.view-places .views-exposed-form .bef-links .description,
.view-places .views-exposed-form .bef-nested .description,
.view-recipes .views-exposed-form .bef-links .description,
.view-recipes .views-exposed-form .bef-nested .description,
.view-products .views-exposed-form .bef-links .description,
.view-products .views-exposed-form .bef-nested .description {
  display: none;
  color: #262626;
}

.view-places .views-exposed-form .bef-links .description .-left,
.view-places .views-exposed-form .bef-nested .description .-left,
.view-recipes .views-exposed-form .bef-links .description .-left,
.view-recipes .views-exposed-form .bef-nested .description .-left,
.view-products .views-exposed-form .bef-links .description .-left,
.view-products .views-exposed-form .bef-nested .description .-left {
  display: inline-block;
  width: 50%;
}

.view-places .views-exposed-form .bef-links .description .-right,
.view-places .views-exposed-form .bef-nested .description .-right,
.view-recipes .views-exposed-form .bef-links .description .-right,
.view-recipes .views-exposed-form .bef-nested .description .-right,
.view-products .views-exposed-form .bef-links .description .-right,
.view-products .views-exposed-form .bef-nested .description .-right {
  display: inline-block;
  width: 50%;
}

.view-places .views-exposed-form .bef-links .js-connected-toggles,
.view-places .views-exposed-form .bef-nested .js-connected-toggles,
.view-recipes .views-exposed-form .bef-links .js-connected-toggles,
.view-recipes .views-exposed-form .bef-nested .js-connected-toggles,
.view-products .views-exposed-form .bef-links .js-connected-toggles,
.view-products .views-exposed-form .bef-nested .js-connected-toggles {
  display: inline-block;
}

.view-places .views-exposed-form .bef-links .-float-right,
.view-places .views-exposed-form .bef-nested .-float-right,
.view-recipes .views-exposed-form .bef-links .-float-right,
.view-recipes .views-exposed-form .bef-nested .-float-right,
.view-products .views-exposed-form .bef-links .-float-right,
.view-products .views-exposed-form .bef-nested .-float-right {
  float: right;
}

.view-places .views-exposed-form .bef-links .not-parent,
.view-places .views-exposed-form .bef-nested .not-parent,
.view-recipes .views-exposed-form .bef-links .not-parent,
.view-recipes .views-exposed-form .bef-nested .not-parent,
.view-products .views-exposed-form .bef-links .not-parent,
.view-products .views-exposed-form .bef-nested .not-parent {
  display: none;
}

.view-places .views-exposed-form .bef-links .parent,
.view-places .views-exposed-form .bef-nested .parent,
.view-recipes .views-exposed-form .bef-links .parent,
.view-recipes .views-exposed-form .bef-nested .parent,
.view-products .views-exposed-form .bef-links .parent,
.view-products .views-exposed-form .bef-nested .parent {
  position: relative;
  display: block;
  margin: 0 0 1em;
}

.view-places .views-exposed-form .bef-links .parent .modal-mobile,
.view-places .views-exposed-form .bef-nested .parent .modal-mobile,
.view-recipes .views-exposed-form .bef-links .parent .modal-mobile,
.view-recipes .views-exposed-form .bef-nested .parent .modal-mobile,
.view-products .views-exposed-form .bef-links .parent .modal-mobile,
.view-products .views-exposed-form .bef-nested .parent .modal-mobile {
  color: #5e5e5e;
  text-decoration: none;
}

.view-places .views-exposed-form .bef-links .parent [data-a11y-desktop],
.view-places .views-exposed-form .bef-nested .parent [data-a11y-desktop],
.view-recipes .views-exposed-form .bef-links .parent [data-a11y-desktop],
.view-recipes .views-exposed-form .bef-nested .parent [data-a11y-desktop],
.view-products .views-exposed-form .bef-links .parent [data-a11y-desktop],
.view-products .views-exposed-form .bef-nested .parent [data-a11y-desktop] {
  display: inline-block;
}

.view-places .views-exposed-form .bef-links .parent:last-of-type,
.view-places .views-exposed-form .bef-nested .parent:last-of-type,
.view-recipes .views-exposed-form .bef-links .parent:last-of-type,
.view-recipes .views-exposed-form .bef-nested .parent:last-of-type,
.view-products .views-exposed-form .bef-links .parent:last-of-type,
.view-products .views-exposed-form .bef-nested .parent:last-of-type {
  margin: 0;
}

.view-places .views-exposed-form .bef-links .parent ul,
.view-places .views-exposed-form .bef-nested .parent ul,
.view-recipes .views-exposed-form .bef-links .parent ul,
.view-recipes .views-exposed-form .bef-nested .parent ul,
.view-products .views-exposed-form .bef-links .parent ul,
.view-products .views-exposed-form .bef-nested .parent ul {
  width: 100%;
}

.view-places .views-exposed-form .bef-links .parent ul li,
.view-places .views-exposed-form .bef-nested .parent ul li,
.view-recipes .views-exposed-form .bef-links .parent ul li,
.view-recipes .views-exposed-form .bef-nested .parent ul li,
.view-products .views-exposed-form .bef-links .parent ul li,
.view-products .views-exposed-form .bef-nested .parent ul li {
  white-space: nowrap;
}

.view-places .views-exposed-form .bef-links,
.view-recipes .views-exposed-form .bef-links,
.view-products .views-exposed-form .bef-links {
  margin: 0 0 1em;
}

.view-places .views-exposed-form .bef-links .parent .child a,
.view-recipes .views-exposed-form .bef-links .parent .child a,
.view-products .views-exposed-form .bef-links .parent .child a {
  padding: .5em 0;
}

.view-places .views-exposed-form .bef-links .parent .child a:hover,
.view-places .views-exposed-form .bef-links .parent .child a:focus,
.view-places .views-exposed-form .bef-links .parent .child a:active,
.view-recipes .views-exposed-form .bef-links .parent .child a:hover,
.view-recipes .views-exposed-form .bef-links .parent .child a:focus,
.view-recipes .views-exposed-form .bef-links .parent .child a:active,
.view-products .views-exposed-form .bef-links .parent .child a:hover,
.view-products .views-exposed-form .bef-links .parent .child a:focus,
.view-products .views-exposed-form .bef-links .parent .child a:active {
  text-decoration: underline;
}

.view-places .views-exposed-form .bef-nested .parent .modal-mobile,
.view-recipes .views-exposed-form .bef-nested .parent .modal-mobile,
.view-products .views-exposed-form .bef-nested .parent .modal-mobile {
  font-size: 1.15em;
  color: #262626;
  cursor: default;
  font-weight: 400;
  margin-bottom: .35em;
}

.view-places .views-exposed-form .bef-nested .parent ul,
.view-recipes .views-exposed-form .bef-nested .parent ul,
.view-products .views-exposed-form .bef-nested .parent ul {
  margin: 0 0 0 .15em;
}

.view-places .views-exposed-form .bef-nested .parent ul li:last-of-type,
.view-recipes .views-exposed-form .bef-nested .parent ul li:last-of-type,
.view-products .views-exposed-form .bef-nested .parent ul li:last-of-type {
  border: none;
}

.view-places .views-exposed-form .bef-nested .parent ul li .c-form__item,
.view-recipes .views-exposed-form .bef-nested .parent ul li .c-form__item,
.view-products .views-exposed-form .bef-nested .parent ul li .c-form__item {
  margin: 0;
}

.view-places .views-exposed-form .bef-nested .parent ul li .c-form__item .c-form__checkbox + .c-form__label,
.view-places .views-exposed-form .bef-nested .parent ul li .c-form__item .c-form__radio + .c-form__label,
.view-recipes .views-exposed-form .bef-nested .parent ul li .c-form__item .c-form__checkbox + .c-form__label,
.view-recipes .views-exposed-form .bef-nested .parent ul li .c-form__item .c-form__radio + .c-form__label,
.view-products .views-exposed-form .bef-nested .parent ul li .c-form__item .c-form__checkbox + .c-form__label,
.view-products .views-exposed-form .bef-nested .parent ul li .c-form__item .c-form__radio + .c-form__label {
  cursor: pointer;
  line-height: 1.2;
  padding: .45em 0;
  border-radius: 2em;
  color: #262626;
  font-weight: 500;
}

.view-places .views-exposed-form .bef-nested .parent ul li .c-form__item .c-form__checkbox + .c-form__label::before,
.view-places .views-exposed-form .bef-nested .parent ul li .c-form__item .c-form__radio + .c-form__label::before,
.view-recipes .views-exposed-form .bef-nested .parent ul li .c-form__item .c-form__checkbox + .c-form__label::before,
.view-recipes .views-exposed-form .bef-nested .parent ul li .c-form__item .c-form__radio + .c-form__label::before,
.view-products .views-exposed-form .bef-nested .parent ul li .c-form__item .c-form__checkbox + .c-form__label::before,
.view-products .views-exposed-form .bef-nested .parent ul li .c-form__item .c-form__radio + .c-form__label::before {
  content: '\a0';
  display: inline-block;
  background-color: #fff;
  color: #ffcedf;
  line-height: .15em;
  margin-right: .5em;
  text-indent: .15em;
  vertical-align: .2em;
}

.view-places .views-exposed-form .bef-nested .parent ul li .c-form__item .c-form__checkbox:checked + .c-form__label::before,
.view-places .views-exposed-form .bef-nested .parent ul li .c-form__item .c-form__radio:checked + .c-form__label::before,
.view-recipes .views-exposed-form .bef-nested .parent ul li .c-form__item .c-form__checkbox:checked + .c-form__label::before,
.view-recipes .views-exposed-form .bef-nested .parent ul li .c-form__item .c-form__radio:checked + .c-form__label::before,
.view-products .views-exposed-form .bef-nested .parent ul li .c-form__item .c-form__checkbox:checked + .c-form__label::before,
.view-products .views-exposed-form .bef-nested .parent ul li .c-form__item .c-form__radio:checked + .c-form__label::before {
  background-image: url("../images/svg/icon--check.svg");
  background-repeat: no-repeat;
  background-color: #fc84bc;
  box-shadow: 0 0 0 2px #fc84bc;
}

.view-places .views-exposed-form .bef-nested .parent ul li .c-form__item .c-form__checkbox:disabled + .c-form__label::before,
.view-places .views-exposed-form .bef-nested .parent ul li .c-form__item .c-form__radio:disabled + .c-form__label::before,
.view-recipes .views-exposed-form .bef-nested .parent ul li .c-form__item .c-form__checkbox:disabled + .c-form__label::before,
.view-recipes .views-exposed-form .bef-nested .parent ul li .c-form__item .c-form__radio:disabled + .c-form__label::before,
.view-products .views-exposed-form .bef-nested .parent ul li .c-form__item .c-form__checkbox:disabled + .c-form__label::before,
.view-products .views-exposed-form .bef-nested .parent ul li .c-form__item .c-form__radio:disabled + .c-form__label::before {
  background: #5e5e5e;
  box-shadow: 0 0 0 1px #5e5e5e;
  cursor: not-allowed;
}

.view-places .views-exposed-form .bef-nested .parent ul li .c-form__item .c-form__checkbox.is-tabbed + .c-form__label::before,
.view-places .views-exposed-form .bef-nested .parent ul li .c-form__item .c-form__checkbox:focus + .c-form__label::before,
.view-places .views-exposed-form .bef-nested .parent ul li .c-form__item .c-form__checkbox:active + .c-form__label::before,
.view-places .views-exposed-form .bef-nested .parent ul li .c-form__item .c-form__radio.is-tabbed + .c-form__label::before,
.view-places .views-exposed-form .bef-nested .parent ul li .c-form__item .c-form__radio:focus + .c-form__label::before,
.view-places .views-exposed-form .bef-nested .parent ul li .c-form__item .c-form__radio:active + .c-form__label::before,
.view-recipes .views-exposed-form .bef-nested .parent ul li .c-form__item .c-form__checkbox.is-tabbed + .c-form__label::before,
.view-recipes .views-exposed-form .bef-nested .parent ul li .c-form__item .c-form__checkbox:focus + .c-form__label::before,
.view-recipes .views-exposed-form .bef-nested .parent ul li .c-form__item .c-form__checkbox:active + .c-form__label::before,
.view-recipes .views-exposed-form .bef-nested .parent ul li .c-form__item .c-form__radio.is-tabbed + .c-form__label::before,
.view-recipes .views-exposed-form .bef-nested .parent ul li .c-form__item .c-form__radio:focus + .c-form__label::before,
.view-recipes .views-exposed-form .bef-nested .parent ul li .c-form__item .c-form__radio:active + .c-form__label::before,
.view-products .views-exposed-form .bef-nested .parent ul li .c-form__item .c-form__checkbox.is-tabbed + .c-form__label::before,
.view-products .views-exposed-form .bef-nested .parent ul li .c-form__item .c-form__checkbox:focus + .c-form__label::before,
.view-products .views-exposed-form .bef-nested .parent ul li .c-form__item .c-form__checkbox:active + .c-form__label::before,
.view-products .views-exposed-form .bef-nested .parent ul li .c-form__item .c-form__radio.is-tabbed + .c-form__label::before,
.view-products .views-exposed-form .bef-nested .parent ul li .c-form__item .c-form__radio:focus + .c-form__label::before,
.view-products .views-exposed-form .bef-nested .parent ul li .c-form__item .c-form__radio:active + .c-form__label::before {
  box-shadow: 0 0 0 2px #fc84bc, 0 0 10px #e6007e;
}

.view-places .-my-fixed-buttons,
.view-recipes .-my-fixed-buttons,
.view-products .-my-fixed-buttons {
  position: fixed;
  bottom: 1.5em;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.view-places .-my-fixed-buttons a,
.view-recipes .-my-fixed-buttons a,
.view-products .-my-fixed-buttons a {
  white-space: nowrap;
}

.view-places .views-exposed-form .search-container {
  background-color: #fff;
}

.view-places .views-exposed-form [data-drupal-selector="edit-field-geolocation-boundary-wrapper"] {
  display: none;
}

.view-places .views-exposed-form .js-form-item-locate {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0.5em 0;
  font-size: .8em;
}

.view-places .views-exposed-form .js-form-item-locate label {
  padding: 1.5em 0 .7em;
}

.view-places .views-exposed-form .js-form-item-horizontal-rule {
  margin: 1em 0 !important;
}

.view-places .views-exposed-form .js-form-item-horizontal-rule div {
  font-size: 1.15em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  color: #d6d6d6;
  width: 100%;
}

.view-places .views-exposed-form .js-form-item-horizontal-rule div::before,
.view-places .views-exposed-form .js-form-item-horizontal-rule div::after {
  content: '';
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-bottom: 1px solid #d6d6d6;
}

.view-places .views-exposed-form .js-form-item-horizontal-rule div::before {
  margin-left: .5em;
}

.view-places .views-exposed-form .js-form-item-horizontal-rule div::after {
  margin-right: .5em;
}

.view-places .views-exposed-form .js-form-item-horizontal-rule div:not(:empty)::before {
  margin-right: .5em;
}

.view-places .views-exposed-form .js-form-item-horizontal-rule div:not(:empty)::after {
  margin-left: .5em;
}

.path-alla-platser .view-places .views-exposed-form .search-container {
  background-color: #8fe2f2;
}

.view-places .views-exposed-form .filters-container .-flex-fix .js-connected-toggles {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.view-places .views-exposed-form .filters-container .-flex-fix .js-connected-toggles .js-form-item-places-left {
  margin: 0;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
}

.view-places .views-exposed-form .filters-container .-flex-fix .js-connected-toggles .js-form-item-places-right {
  margin: 0;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.view-places .views-exposed-form .filters-container .-flex-fix .js-connected-toggles .js-form-item-places-right label {
  padding: 0 0 1.5em;
  float: none;
}

.c-search {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  overflow: hidden;
}

.c-search[aria-hidden='true'] {
  padding: 0;
}

.c-search-results {
  margin: 0;
  padding: 0;
  list-style: none;
}

.c-search-results__item {
  margin: 0 0 1.25em;
  background-color: #fff;
  border-radius: 0.3125em;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.15);
  padding: 1.5em 2em;
}

.search-help-link {
  margin: 0.6em 0;
}

.c-body {
  font-family: "BaileySans", Helvetica, Arial, "Nimbus Sans L", sans-serif;
  font-size: 1.25em;
  line-height: 1.52381em;
  max-width: 40em;
  margin: 0;
}

.c-body.-small {
  font-size: 0.875em;
  line-height: 1.66667em;
}

.c-body__preamble {
  font-size: 1.3em;
  line-height: 1.5;
}

.c-body video,
.c-body object,
.c-body iframe {
  max-width: 100%;
  margin: 0 0 1.5em;
}

.c-body ul,
.c-body ol {
  padding-left: 3em;
  margin-top: 0;
  margin-bottom: 1.6em;
}

.c-body ul:last-child,
.c-body ol:last-child {
  margin: 0;
}

.c-body li {
  padding-left: 0.3em;
}

.c-body table {
  margin-bottom: 1.6em;
}

.c-body h2 {
  font-family: "BaileySans", Helvetica, Arial, "Nimbus Sans L", sans-serif;
  font-weight: normal;
  font-size: 1.375em;
  margin: 2em 0 0.3em;
  color: #333;
}

.c-body h3 {
  font-family: "BaileySans", Helvetica, Arial, "Nimbus Sans L", sans-serif;
  font-weight: normal;
  font-size: 1.125em;
  margin: 2em 0 0.3em;
  color: #333;
}

.c-body p {
  margin: 0 0 1em;
}

.c-body p:last-child {
  margin: 0;
}

.c-body blockquote {
  font-family: "BaileySans", Helvetica, Arial, "Nimbus Sans L", sans-serif;
  position: relative;
  font-size: 1.125em;
  line-height: 1.25em;
  text-align: center;
  margin: 3em 0.5em 1.5em;
}

.c-body blockquote::before {
  position: absolute;
  content: '”';
  font-size: 3.5em;
  line-height: 1em;
  color: #e6007e;
  top: -0.5em;
  left: 0;
  right: 0;
}

.c-body *:first-child {
  margin-top: 0;
}

.c-preamble {
  color: #4c4c4c;
  font-size: 1.125em;
  line-height: 1.2963em;
  max-width: 32em;
}

.c-preamble p {
  margin: 0 0 1em;
}

.c-preamble.-pink {
  color: #fc84bc;
}

.c-preamble.-center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.node--type-topic .c-light-pink .c-preamble {
  text-align: center;
  color: #fc84bc;
}

.c-subheader {
  font-size: 1.25em;
  line-height: 1.44444em;
  color: #4c4c4c;
  margin: 0 1em 0.4em;
}

.c-subheader.-white {
  color: #fff;
}

.c-pubdate {
  color: #5e5e5e;
  font-size: 1.125em;
  line-height: 1.16667em;
  margin: 0;
}

.c-pubdate.-right {
  float: right;
  max-width: 33%;
  text-align: right;
}

.c-meta {
  font-size: 1.125em;
  line-height: 1.33333em;
  margin-bottom: 0.2em;
}

.c-meta.-margin {
  margin-bottom: 1em;
}

.c-meta .c-date {
  color: #8fe2f2;
}

.c-text {
  font-size: 1.125em;
  line-height: 1.33333em;
  margin: 0;
}

.c-text.-small {
  font-size: 1em;
  line-height: 1.5em;
}

.c-text.-large {
  font-size: 1.125em;
}

.c-text.-white {
  color: #fff;
}

.c-text.-margin {
  margin-bottom: 2em;
}

.c-text.-margin-small {
  margin-bottom: 1em;
}

.c-text p {
  margin: 0;
}

.c-tag {
  padding: 0.3em 0.8em 0.25em;
  display: inline-block;
  margin: 0 0.5em 1em 0;
  border-radius: 0.3125em;
}

.c-date {
  color: #717171;
}

.c-footer-text {
  font-family: "BaileySans", Helvetica, Arial, "Nimbus Sans L", sans-serif;
  color: #262626;
  font-size: 1em;
  line-height: 1.3;
  margin-bottom: 2.5em;
}

.c-footer-text p {
  margin: 0;
}

.c-footer-text a {
  color: #fff;
  text-decoration: underline;
  padding: 0 0.2em;
}

.c-footer-text a:hover,
.c-footer-text a:focus,
.c-footer-text a:active {
  text-decoration: none;
  color: #8fe2f2;
  background: #fff;
  border-radius: 0.3125em;
}

.c-caption {
  text-align: right;
  color: #5e5e5e;
  margin-top: 0.4em;
}

.c-new-uppercase {
  font-size: 1.25rem !important;
  line-height: 1.5rem !important;
  text-transform: uppercase !important;
  font-weight: normal !important;
}

html body.path-sok,
html body.path-search,
html body.path-taxonomy,
html body.path-vegokoll,
html body.path-alla-recept,
html body.path-alla-produkter,
html body.path-alla-utmaningar,
html body.node--type-topic {
  background-color: #f1f1f1;
}

html body.path-sok .c-teaser,
html body.path-search .c-teaser,
html body.path-taxonomy .c-teaser,
html body.path-vegokoll .c-teaser,
html body.path-alla-recept .c-teaser,
html body.path-alla-produkter .c-teaser,
html body.path-alla-utmaningar .c-teaser,
html body.node--type-topic .c-teaser {
  background-color: #fff;
}

.c-grey {
  background-color: #5e5e5e;
}

.c-light-grey {
  background-color: #717171;
}

.c-lighter-grey {
  background-color: #9f9f9f;
}

.c-white {
  background-color: #fff;
}

.c-dark-white {
  background-color: #f1f1f1;
}

.c-darker-white {
  background-color: #d8d8d8;
}

.c-pink {
  background-color: #fc84bc;
}

.c-dark-pink {
  background-color: #e6007e;
}

.c-light-pink {
  background-color: #ffcedf;
}

.c-lighter-pink {
  background-color: #fce7ef;
}

.c-blue {
  background-color: #8fe2f2;
}

.c-light-blue {
  background-color: #d9f3f8;
}

.c-dark-blue {
  background-color: #00b4d2;
}

.c-yellow {
  background-color: #fed595;
}

.c-light-yellow {
  background-color: #fff4d9;
}

.c-dark-yellow {
  background-color: #f2ad42;
}

.c-peach {
  background-color: #ffa499;
}

.o-carousel-1 .views-row:nth-child(n+5),
.o-carousel-2 .views-row:nth-child(n+5),
.o-carousel-3 .views-row:nth-child(n+5),
.o-carousel-4 .views-row:nth-child(n+5) {
  display: none;
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

.slick-slide[aria-hidden="true"] .c-teaser {
  box-shadow: none;
}

.slick-slide > div {
  margin-left: 25px;
  margin-right: 25px;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Icons */

@font-face {
  font-family: "slick";
  src: url("../fonts/slick.eot");
  src: url("../fonts/slick.eot?#iefix") format("embedded-opentype"), url("../fonts/slick.woff") format("woff"), url("../fonts/slick.ttf") format("truetype"), url("../fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Arrows */

.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 60px;
  width: 20px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 0;
  border: none;
  outline: none;
  z-index: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "Font Awesome 6 Free";
  font-weight: 700;
  color: #333;
  font-size: 30px;
  line-height: 30px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -10px;
}

.slick-prev:before {
  content: "\f104";
}

.slick-next {
  right: -10px;
}

.slick-next:before {
  content: "\f105";
}

/* Dots */

.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

.ajax-spinner {
  position: relative;
}

@-webkit-keyframes spinner {
  0% {
    -webkit-transform: translate3d(-50%, -50%, 0) rotate(0deg);
    transform: translate3d(-50%, -50%, 0) rotate(0deg);
  }

  100% {
    -webkit-transform: translate3d(-50%, -50%, 0) rotate(360deg);
    transform: translate3d(-50%, -50%, 0) rotate(360deg);
  }
}

@keyframes spinner {
  0% {
    -webkit-transform: translate3d(-50%, -50%, 0) rotate(0deg);
    transform: translate3d(-50%, -50%, 0) rotate(0deg);
  }

  100% {
    -webkit-transform: translate3d(-50%, -50%, 0) rotate(360deg);
    transform: translate3d(-50%, -50%, 0) rotate(360deg);
  }
}

.ajax-spinner.-loaded {
  opacity: 0;
  -webkit-transition: opacity linear 0.1s;
  transition: opacity linear 0.1s;
}

.ajax-spinner::before {
  -webkit-animation: 1.5s linear infinite spinner;
  animation: 1.5s linear infinite spinner;
  border: solid 3px #eee;
  border-bottom-color: #e6007e;
  border-radius: 50%;
  content: "";
  height: 40px;
  left: 50%;
  opacity: inherit;
  position: absolute;
  top: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  width: 40px;
  will-change: transform;
}

.ajax-spinner--inline {
  display: inline;
}

.ajax-spinner--fullscreen {
  z-index: 10000;
  background: #000;
  opacity: 0.85;
  filter: Alpha(Opacity=85);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ajax-spinner--fullscreen .ajax-spinner__label {
  position: absolute;
  left: 50%;
  top: 60%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  color: #fff;
}

/* Helper to see utility-classes /*
/*[class^="u-"],
[class*=" u-"] {
  outline: 5px solid cyan;
}*/

.u-clear-both {
  clear: both !important;
}

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

.u-middle-vertical {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.u-left\@xsmall {
  float: left;
}

.u-full {
  clear: both;
  overflow: hidden;
}

.u-center-align {
  text-align: center;
}

.u-center-align img {
  margin-left: auto;
  margin-right: auto;
}

.u-center {
  margin-right: auto;
  margin-left: auto;
}

.u-center-vertical {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.u-relative {
  position: relative;
}

.u-first {
  clear: left;
}

.u-overflow-hidden {
  overflow: hidden;
}

[aria-labelledby^='a11y-toggle'][aria-hidden='false'] {
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: .5s;
  transition-duration: .5s;
}

[aria-labelledby^='a11y-toggle'][aria-hidden='true'] {
  max-height: 0 !important;
  overflow-y: hidden;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: .5s;
  transition-duration: .5s;
}

[aria-labelledby^='a11y-toggle'][aria-hidden='true'][id^='article-body'] {
  margin-bottom: 0;
}

[data-a11y-toggle]:not([data-a11y-mobile]):not([data-a11y-desktop]):not([aria-controls]) {
  display: none;
}

[data-a11y-mobile]:not([aria-controls]) {
  display: none;
}

[data-a11y-desktop] {
  display: none;
}

[data-a11y-toggle-hidden-default]:not([data-a11y-mobile]):not([data-a11y-desktop]):not([aria-labelledby]) {
  display: none;
}

[data-a11y-toggle-hidden-default][data-a11y-mobile]:not([aria-labelledby]) {
  display: none;
}

[data-a11y-toggle-hidden-default][data-a11y-desktop] {
  display: none;
}

.is-tabbed {
  outline: 2px solid #fc84bc;
  outline-offset: -2px !important;
}

.u-focusable:active,
.u-focusable:focus {
  position: static;
  clip: auto;
  height: auto;
  width: auto;
  overflow: auto;
}

.u-hidden {
  display: none;
}

@media (min-width: 22.5em) {
  .o-1-12\@small {
    margin-right: 3.90015%;
    width: 4.758%;
  }

  .o-2-12\@small {
    margin-right: 3.90015%;
    width: 13.41615%;
  }

  .o-3-12\@small {
    margin-right: 3.90015%;
    width: 22.0743%;
  }

  .o-4-12\@small {
    margin-right: 3.90015%;
    width: 30.73245%;
  }

  .o-5-12\@small {
    margin-right: 3.90015%;
    width: 39.3906%;
  }

  .o-6-12\@small {
    margin-right: 3.90015%;
    width: 48.04875%;
  }

  .o-7-12\@small {
    margin-right: 3.90015%;
    width: 56.7069%;
  }

  .o-8-12\@small {
    margin-right: 3.90015%;
    width: 65.36505%;
  }

  .o-9-12\@small {
    margin-right: 3.90015%;
    width: 74.0232%;
  }

  .o-10-12\@small {
    margin-right: 3.90015%;
    width: 82.68135%;
  }

  .o-11-12\@small {
    margin-right: 3.90015%;
    width: 91.3395%;
  }

  .o-12-12\@small {
    margin-right: 3.90015%;
    width: 99.99765%;
  }

  .o-grid .o-2-12\@small:nth-child(6n) {
    margin-right: 0;
  }

  .o-grid .o-2-12\@small:nth-child(6n+1) {
    clear: left;
  }

  .o-grid .o-3-12\@small:nth-child(4n) {
    margin-right: 0;
  }

  .o-grid .o-3-12\@small:nth-child(4n+1) {
    clear: left;
  }

  .o-grid .o-4-12\@small:nth-child(3n) {
    margin-right: 0;
  }

  .o-grid .o-4-12\@small:nth-child(3n+1) {
    clear: left;
  }

  .o-grid .o-6-12\@small:nth-child(2n) {
    margin-right: 0;
  }

  .o-grid .o-6-12\@small:nth-child(2n+1) {
    clear: left;
  }

  .o-grid .o-12-12\@small:nth-child(12n) {
    margin-right: 0;
  }

  .u-left\small {
    float: left;
  }
}

@media (min-width: 34.375em) {
  .o-1-12\@medium {
    margin-right: 3.90015%;
    width: 4.758%;
  }

  .o-2-12\@medium {
    margin-right: 3.90015%;
    width: 13.41615%;
  }

  .o-3-12\@medium {
    margin-right: 3.90015%;
    width: 22.0743%;
  }

  .o-4-12\@medium {
    margin-right: 3.90015%;
    width: 30.73245%;
  }

  .o-5-12\@medium {
    margin-right: 3.90015%;
    width: 39.3906%;
  }

  .o-6-12\@medium {
    margin-right: 3.90015%;
    width: 48.04875%;
  }

  .o-7-12\@medium {
    margin-right: 3.90015%;
    width: 56.7069%;
  }

  .o-8-12\@medium {
    margin-right: 3.90015%;
    width: 65.36505%;
  }

  .o-9-12\@medium {
    margin-right: 3.90015%;
    width: 74.0232%;
  }

  .o-10-12\@medium {
    margin-right: 3.90015%;
    width: 82.68135%;
  }

  .o-11-12\@medium {
    margin-right: 3.90015%;
    width: 91.3395%;
  }

  .o-12-12\@medium {
    margin-right: 3.90015%;
    width: 99.99765%;
  }

  .o-grid .o-2-12\@medium:nth-child(6n) {
    margin-right: 0;
  }

  .o-grid .o-2-12\@medium:nth-child(6n+1) {
    clear: left;
  }

  .o-grid .o-3-12\@medium:nth-child(4n) {
    margin-right: 0;
  }

  .o-grid .o-3-12\@medium:nth-child(4n+1) {
    clear: left;
  }

  .o-grid .o-4-12\@medium:nth-child(3n) {
    margin-right: 0;
  }

  .o-grid .o-4-12\@medium:nth-child(3n+1) {
    clear: left;
  }

  .o-grid .o-6-12\@medium:nth-child(2n) {
    margin-right: 0;
  }

  .o-grid .o-6-12\@medium:nth-child(2n+1) {
    clear: left;
  }

  .o-grid .o-12-12\@medium:nth-child(12n) {
    margin-right: 0;
  }

  .o-row {
    margin-bottom: 2.5em;
  }

  .o-row.-small {
    margin-bottom: 1.5625em;
  }

  .o-row.-large {
    margin-bottom: 3.75em;
  }

  .o-faux-row {
    padding-top: 2.5em;
  }

  .o-faux-row.-small {
    padding-top: 1.5625em;
  }

  .o-faux-row.-large {
    padding-top: 3.75em;
  }

  .o-wrapper {
    margin-right: 3%;
    margin-left: 3%;
  }

  .o-wrapper.-masonry {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 1.25em;
    -moz-column-gap: 1.25em;
    column-gap: 1.25em;
  }

  .c-teaser__inner {
    width: 100%;
  }

  .c-teaser-landscape__inner {
    width: 100%;
  }

  .c-madder-search .form-item-search input {
    width: 78%;
  }

  .c-form__item.-search {
    width: 78%;
  }

  .c-form__file:after {
    padding: 0.625em 5.8% 0.625em 2.8%;
    width: 100%;
  }

  .c-search .c-form__submit {
    width: 19%;
  }

  html body div.ui-dialog.ui-widget.webform-confirmation-modal {
    max-width: 90% !important;
  }

  html body div.ui-dialog.ui-widget.webform-confirmation-modal .ui-dialog-titlebar .ui-dialog-title {
    padding: 5rem 2rem 0;
  }

  html body div.ui-dialog.ui-widget.webform-confirmation-modal .ui-dialog-content {
    padding: 3rem 5rem 0;
  }

  .c-nav-compact__link {
    padding-right: 3%;
    padding-left: 3%;
  }

  body:not(.path-frontpage) .field-content-paragraph-topic > div:first-child {
    padding-top: 2.5em;
  }

  .c-body.-small {
    font-size: 1em;
  }

  .c-preamble {
    font-size: 1.375em;
  }

  .c-pubdate.-right {
    margin-top: 0.6em;
  }

  .c-text.-large {
    font-size: 1.375em;
  }

  .c-footer-text {
    font-size: 1.125em;
  }

  .c-sub-footer-text.u-left\@medium {
    text-align: right;
  }

  .u-left\@medium {
    float: left;
  }
}

@media (min-width: 84.375em) {
  .o-1-12\@xxxlarge {
    margin-right: 3.90015%;
    width: 4.758%;
  }

  .o-2-12\@xxxlarge {
    margin-right: 3.90015%;
    width: 13.41615%;
  }

  .o-3-12\@xxxlarge {
    margin-right: 3.90015%;
    width: 22.0743%;
  }

  .o-4-12\@xxxlarge {
    margin-right: 3.90015%;
    width: 30.73245%;
  }

  .o-5-12\@xxxlarge {
    margin-right: 3.90015%;
    width: 39.3906%;
  }

  .o-6-12\@xxxlarge {
    margin-right: 3.90015%;
    width: 48.04875%;
  }

  .o-7-12\@xxxlarge {
    margin-right: 3.90015%;
    width: 56.7069%;
  }

  .o-8-12\@xxxlarge {
    margin-right: 3.90015%;
    width: 65.36505%;
  }

  .o-9-12\@xxxlarge {
    margin-right: 3.90015%;
    width: 74.0232%;
  }

  .o-10-12\@xxxlarge {
    margin-right: 3.90015%;
    width: 82.68135%;
  }

  .o-11-12\@xxxlarge {
    margin-right: 3.90015%;
    width: 91.3395%;
  }

  .o-12-12\@xxxlarge {
    margin-right: 3.90015%;
    width: 99.99765%;
  }

  .o-grid .o-2-12\@xxxlarge:nth-child(6n) {
    margin-right: 0;
  }

  .o-grid .o-2-12\@xxxlarge:nth-child(6n+1) {
    clear: left;
  }

  .o-grid .o-3-12\@xxxlarge:nth-child(4n) {
    margin-right: 0;
  }

  .o-grid .o-3-12\@xxxlarge:nth-child(4n+1) {
    clear: left;
  }

  .o-grid .o-4-12\@xxxlarge:nth-child(3n) {
    margin-right: 0;
  }

  .o-grid .o-4-12\@xxxlarge:nth-child(3n+1) {
    clear: left;
  }

  .o-grid .o-6-12\@xxxlarge:nth-child(2n) {
    margin-right: 0;
  }

  .o-grid .o-6-12\@xxxlarge:nth-child(2n+1) {
    clear: left;
  }

  .o-grid .o-12-12\@xxxlarge:nth-child(12n) {
    margin-right: 0;
  }

  .o-wrapper {
    margin-right: auto;
    margin-left: auto;
  }

  .o-wrapper\@xlarge {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (min-width: 48em) {
  .o-1-12\@large {
    margin-right: 3.90015%;
    width: 4.758%;
  }

  .o-2-12\@large {
    margin-right: 3.90015%;
    width: 13.41615%;
  }

  .o-3-12\@large {
    margin-right: 3.90015%;
    width: 22.0743%;
  }

  .o-4-12\@large {
    margin-right: 3.90015%;
    width: 30.73245%;
  }

  .o-5-12\@large {
    margin-right: 3.90015%;
    width: 39.3906%;
  }

  .o-6-12\@large {
    margin-right: 3.90015%;
    width: 48.04875%;
  }

  .o-7-12\@large {
    margin-right: 3.90015%;
    width: 56.7069%;
  }

  .o-8-12\@large {
    margin-right: 3.90015%;
    width: 65.36505%;
  }

  .o-9-12\@large {
    margin-right: 3.90015%;
    width: 74.0232%;
  }

  .o-10-12\@large {
    margin-right: 3.90015%;
    width: 82.68135%;
  }

  .o-11-12\@large {
    margin-right: 3.90015%;
    width: 91.3395%;
  }

  .o-12-12\@large {
    margin-right: 3.90015%;
    width: 99.99765%;
  }

  .o-grid .o-2-12\@large:nth-child(6n) {
    margin-right: 0;
  }

  .o-grid .o-2-12\@large:nth-child(6n+1) {
    clear: left;
  }

  .o-grid .o-3-12\@large:nth-child(4n) {
    margin-right: 0;
  }

  .o-grid .o-3-12\@large:nth-child(4n+1) {
    clear: left;
  }

  .o-grid .o-4-12\@large:nth-child(3n) {
    margin-right: 0;
  }

  .o-grid .o-4-12\@large:nth-child(3n+1) {
    clear: left;
  }

  .o-grid .o-6-12\@large:nth-child(2n) {
    margin-right: 0;
  }

  .o-grid .o-6-12\@large:nth-child(2n+1) {
    clear: left;
  }

  .o-grid .o-12-12\@large:nth-child(12n) {
    margin-right: 0;
  }

  .o-row {
    margin-bottom: 3.75em;
  }

  .o-row.-small {
    margin-bottom: 1.875em;
  }

  .o-row.-large {
    margin-bottom: 5.625em;
  }

  .o-faux-row {
    padding-top: 3.75em;
  }

  .o-faux-row.-small {
    padding-top: 1.875em;
  }

  .o-faux-row.-large {
    padding-top: 5.625em;
  }

  .o-wrapper.-masonry {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 1.875em;
    -moz-column-gap: 1.875em;
    column-gap: 1.875em;
  }

  .c-article .show-mobile {
    display: none !important;
  }

  .c-article .hide-mobile {
    display: block !important;
  }

  .c-teaser {
    margin-bottom: 1.875em;
  }

  .o-flexbox .c-teaser-blob .c-heading-d {
    font-size: 1.5em;
  }

  .c-footer {
    padding: 2.2em 0 0;
  }

  .c-form {
    padding: 2em;
  }

  .c-form__item.-one-half\@large {
    float: left;
    width: 48%;
    margin-right: 4%;
  }

  .c-form__item.-one-half\@large.-last\@large {
    margin-right: 0;
  }

  .c-form__label {
    font-size: 1.25em;
  }

  .c-form__label.-option {
    font-size: 1.125em;
  }

  .c-form__file:after {
    padding: 0.625em 35px 0.625em 15px;
    max-width: 100%;
  }

  html body div.ui-dialog.ui-widget.webform-confirmation-modal {
    max-width: 800px !important;
  }

  html body div.ui-dialog.ui-widget.webform-confirmation-modal .ui-dialog-titlebar .ui-dialog-title {
    font-size: 2.625em;
    padding: 8rem 12rem 0;
  }

  html body div.ui-dialog.ui-widget.webform-confirmation-modal .ui-dialog-content {
    padding: 3rem 8rem 1rem;
  }

  .c-heading-a {
    font-size: 3.25em;
    line-height: 1em;
  }

  .c-heading-b {
    font-size: 3.125em;
    line-height: 1em;
  }

  .c-nav-sub-main-1__item,
  .c-nav-sub-main-2__item,
  .c-nav-sub-main-3__item {
    margin-right: 4em;
    margin-left: 0;
  }

  body:not(.path-frontpage) .field-content-paragraph-topic > div:first-child {
    padding-top: 3.75em;
  }

  .my-modal-mobile__guts {
    position: relative;
    top: auto;
    left: auto;
    width: auto;
    height: auto;
    overflow: unset;
    padding: 0;
  }

  .my-modal-mobile {
    position: relative;
    display: initial;
    top: auto;
    left: auto;
    width: auto;
    height: auto;
    margin: 0;
    z-index: auto;
    background-color: transparent;
  }

  .map-button-mobile {
    display: none;
  }

  .map-button-desktop {
    display: inline-block;
  }

  .ui-dialog {
    width: 50% !important;
  }

  .view-places .views-exposed-form .search-container .c-form__item input[type=submit],
  .view-places .views-exposed-form .search-container .c-form__item button[type=submit],
  .view-recipes .views-exposed-form .search-container .c-form__item input[type=submit],
  .view-recipes .views-exposed-form .search-container .c-form__item button[type=submit],
  .view-products .views-exposed-form .search-container .c-form__item input[type=submit],
  .view-products .views-exposed-form .search-container .c-form__item button[type=submit] {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .view-places .views-exposed-form .search-container .c-form__item input[type=submit] span,
  .view-places .views-exposed-form .search-container .c-form__item button[type=submit] span,
  .view-recipes .views-exposed-form .search-container .c-form__item input[type=submit] span,
  .view-recipes .views-exposed-form .search-container .c-form__item button[type=submit] span,
  .view-products .views-exposed-form .search-container .c-form__item input[type=submit] span,
  .view-products .views-exposed-form .search-container .c-form__item button[type=submit] span {
    display: inline;
  }

  .view-places .views-exposed-form .search-container .c-form__item input[type=submit]:before,
  .view-places .views-exposed-form .search-container .c-form__item button[type=submit]:before,
  .view-recipes .views-exposed-form .search-container .c-form__item input[type=submit]:before,
  .view-recipes .views-exposed-form .search-container .c-form__item button[type=submit]:before,
  .view-products .views-exposed-form .search-container .c-form__item input[type=submit]:before,
  .view-products .views-exposed-form .search-container .c-form__item button[type=submit]:before {
    margin-right: .5em;
  }

  .view-places .views-exposed-form .search-container .c-form__item input[type=submit]:after,
  .view-places .views-exposed-form .search-container .c-form__item button[type=submit]:after,
  .view-recipes .views-exposed-form .search-container .c-form__item input[type=submit]:after,
  .view-recipes .views-exposed-form .search-container .c-form__item button[type=submit]:after,
  .view-products .views-exposed-form .search-container .c-form__item input[type=submit]:after,
  .view-products .views-exposed-form .search-container .c-form__item button[type=submit]:after {
    margin-left: .5em;
  }

  .view-places .views-exposed-form .bef-links .description,
  .view-places .views-exposed-form .bef-nested .description,
  .view-recipes .views-exposed-form .bef-links .description,
  .view-recipes .views-exposed-form .bef-nested .description,
  .view-products .views-exposed-form .bef-links .description,
  .view-products .views-exposed-form .bef-nested .description {
    display: block;
  }

  .view-places .views-exposed-form .bef-links .parent,
  .view-places .views-exposed-form .bef-nested .parent,
  .view-recipes .views-exposed-form .bef-links .parent,
  .view-recipes .views-exposed-form .bef-nested .parent,
  .view-products .views-exposed-form .bef-links .parent,
  .view-products .views-exposed-form .bef-nested .parent {
    display: inline-block;
    margin: 0 1em 0 0;
  }

  .view-places .views-exposed-form .bef-nested .parent ul,
  .view-recipes .views-exposed-form .bef-nested .parent ul,
  .view-products .views-exposed-form .bef-nested .parent ul {
    position: absolute;
    margin: 1em 0 0;
    background-color: #ffcedf;
    border-radius: .5em;
    z-index: 899;
    min-width: 200px;
    width: auto;
  }

  .view-places .views-exposed-form .bef-nested .parent ul li,
  .view-recipes .views-exposed-form .bef-nested .parent ul li,
  .view-products .views-exposed-form .bef-nested .parent ul li {
    border-bottom: 1px solid #fc84bc;
  }

  .view-places .views-exposed-form .bef-nested .parent ul li .c-form__item .c-form__checkbox + .c-form__label,
  .view-places .views-exposed-form .bef-nested .parent ul li .c-form__item .c-form__radio + .c-form__label,
  .view-recipes .views-exposed-form .bef-nested .parent ul li .c-form__item .c-form__checkbox + .c-form__label,
  .view-recipes .views-exposed-form .bef-nested .parent ul li .c-form__item .c-form__radio + .c-form__label,
  .view-products .views-exposed-form .bef-nested .parent ul li .c-form__item .c-form__checkbox + .c-form__label,
  .view-products .views-exposed-form .bef-nested .parent ul li .c-form__item .c-form__radio + .c-form__label {
    padding: 1em;
  }

  .view-places .views-exposed-form .filters-container .-flex-fix .js-connected-toggles .js-form-item-places-right label.-float-right {
    float: right;
  }

  .view-places .views-exposed-form .bef-links,
  .view-recipes .views-exposed-form .bef-links,
  .view-products .views-exposed-form .bef-links {
    margin: 0;
    padding: 0;
    width: 100%;
  }

  .view-places .views-exposed-form .bef-nested,
  .view-recipes .views-exposed-form .bef-nested,
  .view-products .views-exposed-form .bef-nested {
    margin: 0;
    padding: 0;
    width: 100%;
    margin-left: -12px;
  }

  .view-places .filters-container,
  .view-recipes .filters-container,
  .view-products .filters-container {
    padding: 1em 0;
  }

  .filter-mobile-heading {
    display: none;
  }

  .view-places .views-exposed-form .search-container .-textfield,
  .view-recipes .views-exposed-form .search-container .-textfield {
    margin: 0 auto;
    width: 42%;
  }

  .view-places .views-exposed-form .js-form-item-locate {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: end;
    -ms-flex-pack: end;
    justify-content: end;
  }

  .view-places .views-exposed-form .filters-container .-flex-fix .js-connected-toggles {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .view-places .views-exposed-form .filters-container .-flex-fix .js-connected-toggles > div {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 50%;
    -ms-flex: 1 0 50%;
    flex: 1 0 50%;
  }

  .view-places .views-exposed-form .filters-container .-flex-fix .js-connected-toggles .js-form-item-places-left {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .view-places .views-exposed-form .filters-container .-flex-fix .js-connected-toggles .js-form-item-places-right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -webkit-align-items: end;
    -ms-flex-align: end;
    align-items: end;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }

  .view-places .views-exposed-form .filters-container .-flex-fix .js-connected-toggles .js-form-item-places-right label {
    padding: 1.5em 0 0.7em;
  }

  .view-places .views-exposed-form .search-container .places-container {
    margin: 1em auto;
  }

  .view-places .views-exposed-form .places-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 40%;
    margin: 3em auto;
  }

  .view-places .views-exposed-form .places-container .c-form__item,
  .view-places .views-exposed-form .places-container .textfield-wrapper {
    width: 100%;
  }

  .view-places .views-exposed-form .places-container .c-form__item .-textfield,
  .view-places .views-exposed-form .places-container .textfield-wrapper .-textfield {
    width: 100%;
  }

  .view-places .views-exposed-form .places-container h3 {
    margin-bottom: 1.5em;
  }

  .view-places .views-exposed-form .places-container .js-form-item-horizontal-rule div::before {
    margin-left: 2em;
  }

  .view-places .views-exposed-form .places-container .js-form-item-horizontal-rule div::after {
    margin-right: 2em;
  }

  .view-products .views-exposed-form .search-container .o-wrapper {
    position: unset;
  }

  .view-products .views-exposed-form .search-container .c-wrapper .c-form__item {
    margin: 0;
  }

  .view-products .views-exposed-form .search-container .c-wrapper .c-form__item a {
    padding: .5em;
  }

  .view-products .views-exposed-form .search-container .c-wrapper .c-form__item ul {
    margin-left: -10px;
  }

  .view-products .views-exposed-form .search-container .c-wrapper .c-form__item ul .parent {
    position: unset;
  }

  .view-products .views-exposed-form .search-container .c-wrapper .c-form__item ul .parent ul {
    position: absolute;
    margin-top: 1em;
    border-radius: 0;
    width: 100%;
    left: 0;
    padding: 0 6%;
    background-color: #d9f3f8;
    z-index: 999;
  }

  .view-products .views-exposed-form .search-container .c-wrapper .c-form__item ul .parent ul .child {
    display: inline-block;
    width: 25%;
    padding: 0 0 .55em;
  }

  .view-products .views-exposed-form .search-container .c-wrapper .c-form__item ul .parent ul .child:first-child {
    margin-top: 1em;
  }

  .view-products .views-exposed-form .search-container .c-wrapper .c-form__item ul .parent ul .child:last-child {
    margin-bottom: 1em;
  }

  .view-products .views-exposed-form .search-container .c-wrapper .c-form__item ul .parent ul .child__wrapper {
    display: inline-block;
  }

  .view-products .views-exposed-form .search-container .c-wrapper .c-form__item ul .parent ul .child__title {
    -webkit-text-decoration-color: #8fe2f2;
    text-decoration-color: #8fe2f2;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
  }

  .view-products .views-exposed-form .search-container .c-wrapper .c-form__item ul .parent ul .child a {
    padding: .55em 0 0;
  }

  .view-products .views-exposed-form .search-container .c-wrapper .c-form__item ul .parent ul .child a:hover,
  .view-products .views-exposed-form .search-container .c-wrapper .c-form__item ul .parent ul .child a:focus,
  .view-products .views-exposed-form .search-container .c-wrapper .c-form__item ul .parent ul .child a:active {
    color: #8fe2f2;
    text-decoration: underline;
  }

  .view-products .views-exposed-form .search-container .s-wrapper {
    text-align: right;
  }

  .view-products .views-exposed-form .search-container .s-wrapper .-textfield {
    text-align: right;
  }

  .view-products .views-exposed-form .search-container .s-wrapper .-textfield input[type=text] {
    margin-right: .25em;
  }

  .c-body.-small {
    font-size: 1.125em;
  }

  .c-body h2 {
    font-size: 1.4em;
  }

  .c-body h3 {
    font-size: 1.2em;
  }

  .c-body blockquote {
    font-size: 1.28571em;
    line-height: 1.2963em;
  }

  .c-preamble {
    font-size: 1.6875em;
  }

  .c-footer-text {
    margin-bottom: 0;
  }

  .slick-prev {
    left: 0;
  }

  .slick-next {
    right: 0;
  }

  .u-flex\@large {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .u-left\@large {
    float: left;
  }

  .u-right\@large {
    float: right;
  }

  .u-last\@large {
    margin-right: 0 !important;
  }

  .u-center\@large {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .u-clear-none\@large {
    clear: none !important;
  }

  [data-a11y-mobile] {
    display: none;
  }

  [data-a11y-desktop][aria-controls] {
    display: inline-block;
  }

  [data-a11y-toggle-hidden-default][data-a11y-mobile] {
    display: none;
  }

  [data-a11y-toggle-hidden-default][data-a11y-desktop][aria-labelledby] {
    display: inline-block;
  }

  .u-hidden\@large {
    display: none;
  }
}

@media (min-width: 64em) {
  .o-1-12\@xlarge {
    margin-right: 3.90015%;
    width: 4.758%;
  }

  .o-2-12\@xlarge {
    margin-right: 3.90015%;
    width: 13.41615%;
  }

  .o-3-12\@xlarge {
    margin-right: 3.90015%;
    width: 22.0743%;
  }

  .o-4-12\@xlarge {
    margin-right: 3.90015%;
    width: 30.73245%;
  }

  .o-5-12\@xlarge {
    margin-right: 3.90015%;
    width: 39.3906%;
  }

  .o-6-12\@xlarge {
    margin-right: 3.90015%;
    width: 48.04875%;
  }

  .o-7-12\@xlarge {
    margin-right: 3.90015%;
    width: 56.7069%;
  }

  .o-8-12\@xlarge {
    margin-right: 3.90015%;
    width: 65.36505%;
  }

  .o-9-12\@xlarge {
    margin-right: 3.90015%;
    width: 74.0232%;
  }

  .o-10-12\@xlarge {
    margin-right: 3.90015%;
    width: 82.68135%;
  }

  .o-11-12\@xlarge {
    margin-right: 3.90015%;
    width: 91.3395%;
  }

  .o-12-12\@xlarge {
    margin-right: 3.90015%;
    width: 99.99765%;
  }

  .o-grid .o-2-12\@xlarge:nth-child(6n) {
    margin-right: 0;
  }

  .o-grid .o-2-12\@xlarge:nth-child(6n+1) {
    clear: left;
  }

  .o-grid .o-3-12\@xlarge:nth-child(4n) {
    margin-right: 0;
  }

  .o-grid .o-3-12\@xlarge:nth-child(4n+1) {
    clear: left;
  }

  .o-grid .o-4-12\@xlarge:nth-child(3n) {
    margin-right: 0;
  }

  .o-grid .o-4-12\@xlarge:nth-child(3n+1) {
    clear: left;
  }

  .o-grid .o-6-12\@xlarge:nth-child(2n) {
    margin-right: 0;
  }

  .o-grid .o-6-12\@xlarge:nth-child(2n+1) {
    clear: left;
  }

  .o-grid .o-12-12\@xlarge:nth-child(12n) {
    margin-right: 0;
  }

  .o-1-left\@xlarge {
    margin-left: 8.65815%;
  }

  .o-2-left\@xlarge {
    margin-left: 12.5583%;
  }

  .o-wrapper.-masonry {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 3.125em;
    -moz-column-gap: 3.125em;
    column-gap: 3.125em;
  }

  .o-wrapper\@xlarge {
    box-sizing: content-box;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    padding-right: 3%;
    padding-left: 3%;
  }

  .c-article__header {
    padding: 3em 0;
  }

  .-type-challenge .c-article__header .-evert div {
    width: 100%;
  }

  .-type-challenge .c-article__header .-evert div p {
    font-size: 1.125em;
    color: #717171;
  }

  .c-article__header-image {
    min-height: 600px;
  }

  .c-article .-read-more-link {
    margin: 0 1% 1% 0;
  }

  .c-article .-read-more-link:nth-child(even) {
    margin-right: 0;
  }

  .c-article.-type-recipe .recipe-ingredients {
    text-align: left;
  }

  .c-article.-type-accepted .paragraph--type--challenge-numbers .field-paragraph,
  .c-article.-type-challenge .paragraph--type--challenge-numbers .field-paragraph {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .c-article.-type-accepted .paragraph--type--challenge-numbers .field-paragraph div,
  .c-article.-type-challenge .paragraph--type--challenge-numbers .field-paragraph div {
    padding: 0 5%;
    margin: 0;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border-right: 2px dotted #9f9f9f;
  }

  .c-article.-type-accepted .paragraph--type--challenge-numbers .field-paragraph div:first-of-type,
  .c-article.-type-challenge .paragraph--type--challenge-numbers .field-paragraph div:first-of-type {
    margin: 0 0 0 5%;
    padding: 0 5% 0 0;
  }

  .c-article.-type-accepted .paragraph--type--challenge-numbers .field-paragraph div:last-of-type,
  .c-article.-type-challenge .paragraph--type--challenge-numbers .field-paragraph div:last-of-type {
    border: none;
    margin: 0 5% 0 0;
    padding: 0 0 0 5%;
  }

  .c-article.-type-accepted .paragraph--type--challenge-numbers .field-paragraph div p,
  .c-article.-type-challenge .paragraph--type--challenge-numbers .field-paragraph div p {
    text-align: left;
  }

  .c-article.-type-accepted #challenge .policy,
  .c-article.-type-challenge #challenge .policy {
    max-width: 500px;
  }

  .c-article .o-row.-invert {
    position: relative;
    margin-top: -16em;
  }

  .c-article .o-row.-evert,
  .c-article .o-row.-evert-mobile {
    position: relative;
    margin-bottom: -9em;
  }

  .c-teaser {
    margin-bottom: 3.125em;
  }

  .c-teaser-color__inner,
  .c-teaser-vegovision__inner {
    padding: 4em 2.8em;
    margin: 1em 0;
  }

  .c-teaser-color__inner.-special-title,
  .c-teaser-vegovision__inner.-special-title {
    padding: 2em;
  }

  .c-teaser-color__left,
  .c-teaser-vegovision__left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .c-teaser-color__left-first .c-image,
  .c-teaser-vegovision__left-first .c-image {
    height: 100%;
  }

  .c-teaser-color__left-first .c-image > div,
  .c-teaser-color__left-first .c-image > article,
  .c-teaser-vegovision__left-first .c-image > div,
  .c-teaser-vegovision__left-first .c-image > article {
    height: 100%;
  }

  .c-teaser-color__left-first .c-image > div > div,
  .c-teaser-color__left-first .c-image > article > div,
  .c-teaser-vegovision__left-first .c-image > div > div,
  .c-teaser-vegovision__left-first .c-image > article > div {
    height: 100%;
  }

  .c-teaser-color__left-first .c-image > div > div > div,
  .c-teaser-color__left-first .c-image > article > div > div,
  .c-teaser-vegovision__left-first .c-image > div > div > div,
  .c-teaser-vegovision__left-first .c-image > article > div > div {
    height: 100%;
  }

  .c-teaser-color__left-first .c-image img,
  .c-teaser-vegovision__left-first .c-image img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .c-teaser-color__wave,
  .c-teaser-vegovision__wave {
    display: block;
  }

  .c-teaser-color-title .c-heading-a,
  .c-teaser-vegovision-title .c-heading-a {
    margin: .5em 0 1em;
  }

  .c-teaser-color-title .c-preamble p,
  .c-teaser-vegovision-title .c-preamble p {
    margin: 0 0 1em;
  }

  .c-teaser-color__single-left,
  .c-teaser-color__single-right,
  .c-teaser-vegovision__single-left,
  .c-teaser-vegovision__single-right {
    display: block;
    margin: 0;
    background-repeat: no-repeat;
  }

  .c-teaser-color__single-left,
  .c-teaser-vegovision__single-left {
    padding-right: 3.90015%;
    background-position: top right;
    background-size: cover;
  }

  .c-teaser-color__single-right,
  .c-teaser-vegovision__single-right {
    padding-left: 3.90015%;
    background-position: top left;
    background-size: cover;
  }

  .c-teaser-color__single-left-white,
  .c-teaser-color__single-left-vegovision,
  .c-teaser-color__single-left-blue,
  .c-teaser-color__single-left-light-blue,
  .c-teaser-color__single-left-pink,
  .c-teaser-color__single-left-light-pink,
  .c-teaser-vegovision__single-left-white,
  .c-teaser-vegovision__single-left-vegovision,
  .c-teaser-vegovision__single-left-blue,
  .c-teaser-vegovision__single-left-light-blue,
  .c-teaser-vegovision__single-left-pink,
  .c-teaser-vegovision__single-left-light-pink {
    display: block;
    overflow: hidden;
    position: absolute;
    top: -1px;
    left: -100%;
    height: 101%;
    width: 100.3%;
    background-repeat: no-repeat;
    background-position: top right;
  }

  .c-teaser-color__single-right-white,
  .c-teaser-color__single-right-vegovision,
  .c-teaser-color__single-right-blue,
  .c-teaser-color__single-right-light-blue,
  .c-teaser-color__single-right-pink,
  .c-teaser-color__single-right-light-pink,
  .c-teaser-vegovision__single-right-white,
  .c-teaser-vegovision__single-right-vegovision,
  .c-teaser-vegovision__single-right-blue,
  .c-teaser-vegovision__single-right-light-blue,
  .c-teaser-vegovision__single-right-pink,
  .c-teaser-vegovision__single-right-light-pink {
    display: block;
    overflow: hidden;
    position: absolute;
    top: -1px;
    right: -100%;
    height: 101%;
    width: 100.3%;
    background-repeat: no-repeat;
  }

  .c-teaser-color__single-left-white {
    background-image: url("../images/svg/bg--wave-white-left.svg");
  }

  .c-teaser-color__single-left-blue {
    background-image: url("../images/svg/bg--wave-blue-left.svg");
  }

  .c-teaser-color__single-left-light-blue {
    background-image: url("../images/svg/bg--wave-light-blue-left.svg");
  }

  .c-teaser-color__single-left-pink {
    background-image: url("../images/svg/bg--wave-pink-left.svg");
  }

  .c-teaser-color__single-left-light-pink {
    background-image: url("../images/svg/bg--wave-light-pink-left.svg");
  }

  .c-teaser-color__single-right-white {
    background-image: url("../images/svg/bg--wave-white-right.svg");
  }

  .c-teaser-color__single-right-blue {
    background-image: url("../images/svg/bg--wave-blue-right.svg");
  }

  .c-teaser-color__single-right-light-blue {
    background-image: url("../images/svg/bg--wave-light-blue-right.svg");
  }

  .c-teaser-color__single-right-pink {
    background-image: url("../images/svg/bg--wave-pink-right.svg");
  }

  .c-teaser-color__single-right-light-pink {
    background-image: url("../images/svg/bg--wave-light-pink-right.svg");
  }

  .c-teaser-vegovision__single-left-vegovision {
    background-image: url("../images/svg/bg--wave-vegovision-left.svg");
  }

  .c-teaser-vegovision__single-right-vegovision {
    background-image: url("../images/svg/bg--wave-vegovision-right.svg");
  }

  .c-yellow-bottom {
    background-size: 105%;
  }

  .c-yellow-bottom {
    text-align: left;
  }

  .c-yellow-bottom__left-border {
    border-right: 2px dotted #f2ad42;
    margin-bottom: 2em;
  }

  .c-yellow-bottom__inner {
    padding: 3.90015%;
  }

  .c-yellow-bottom__left {
    padding: 0;
  }

  .c-yellow-bottom__left img {
    max-width: 100%;
  }

  .c-yellow-bottom__left h1,
  .c-yellow-bottom__left h2,
  .c-yellow-bottom__left h3,
  .c-yellow-bottom__left h4,
  .c-yellow-bottom__left h5,
  .c-yellow-bottom__left h6 {
    margin-top: 0;
  }

  .c-yellow-bottom__right {
    padding: 0;
    border: none;
  }

  .c-yellow-bottom__right .c-form__text {
    max-width: 240px;
    margin: 0 1em 0 0;
  }

  .c-footer {
    padding: 3em 0 0;
  }

  .block-djurens-ratt-logo-block {
    padding: 0 3em;
  }

  .block-djurens-ratt-logo-block img {
    display: inline-block;
  }

  div#sliding-popup h1,
  div#sliding-popup h2,
  div#sliding-popup h3,
  div#sliding-popup h4,
  div#sliding-popup h5,
  div#sliding-popup h6,
  div#sliding-popup .eu-cookie-withdraw-banner h1,
  div#sliding-popup .eu-cookie-withdraw-banner h2,
  div#sliding-popup .eu-cookie-withdraw-banner h3,
  div#sliding-popup .eu-cookie-withdraw-banner h4,
  div#sliding-popup .eu-cookie-withdraw-banner h5,
  div#sliding-popup .eu-cookie-withdraw-banner h6,
  .eu-cookie-withdraw-tab h1,
  .eu-cookie-withdraw-tab h2,
  .eu-cookie-withdraw-tab h3,
  .eu-cookie-withdraw-tab h4,
  .eu-cookie-withdraw-tab h5,
  .eu-cookie-withdraw-tab h6 {
    font-size: 24px;
    line-height: 28px;
    font-weight: 400;
  }

  .eu-cookie-compliance-banner {
    padding: 2rem 1rem 1rem;
  }

  .eu-cookie-compliance-banner .eu-cookie-compliance-message {
    padding: 0;
  }

  .eu-cookie-compliance-banner .eu-cookie-compliance-content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    max-width: 100%;
  }

  .eu-cookie-compliance-banner .eu-cookie-compliance-left {
    -webkit-flex-basis: 15%;
    -ms-flex-preferred-size: 15%;
    flex-basis: 15%;
  }

  .eu-cookie-compliance-banner .eu-cookie-compliance-left .eu-cookie-compliance-image:before {
    width: 40px;
  }

  .eu-cookie-compliance-banner .eu-cookie-compliance-mid {
    -webkit-flex-basis: 55%;
    -ms-flex-preferred-size: 55%;
    flex-basis: 55%;
  }

  .eu-cookie-compliance-banner .eu-cookie-compliance-right {
    -webkit-flex-basis: 30%;
    -ms-flex-preferred-size: 30%;
    flex-basis: 30%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .eu-cookie-compliance-banner .eu-cookie-compliance-cats {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .eu-cookie-compliance-banner .eu-cookie-compliance-cats label {
    padding-left: 0;
  }

  .eu-cookie-compliance-banner .eu-cookie-compliance-categories {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    padding: 0;
  }

  .eu-cookie-compliance-banner .eu-cookie-compliance-category .c-form__item {
    margin-right: 1.5em;
    text-align: left;
    -webkit-box-pack: unset;
    -webkit-justify-content: unset;
    -ms-flex-pack: unset;
    justify-content: unset;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .eu-cookie-compliance-banner .eu-cookie-compliance-category {
    border: 0 !important;
    -webkit-flex-basis: 20%;
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
  }

  .eu-cookie-compliance-banner .eu-cookie-compliance-category [data-toggle="collapse"] {
    width: 1.5em;
    height: 2.75em;
  }

  .eu-cookie-compliance-banner .eu-cookie-compliance-category [data-toggle="collapse"]:before {
    margin-bottom: .75em;
  }

  .eu-cookie-compliance-banner .eu-cookie-compliance-category-description span {
    padding: 0 .5rem 0 0;
  }

  .eu-cookie-compliance-banner .eu-cookie-compliance-buttons {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .eu-cookie-compliance-banner .eu-cookie-compliance-buttons button {
    padding: 1em 1.5em;
  }

  .eu-cookie-compliance-banner .eu-cookie-compliance-button-primary,
  .eu-cookie-compliance-banner .eu-cookie-compliance-button-secondary {
    -webkit-flex-basis: 40%;
    -ms-flex-preferred-size: 40%;
    flex-basis: 40%;
    max-width: unset;
    min-width: auto;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-bottom: 0.5em;
  }

  .eu-cookie-compliance-banner .eu-cookie-compliance-button-primary {
    text-align: center;
  }

  .eu-cookie-compliance-banner .eu-cookie-compliance-button-secondary {
    text-align: center;
  }

  .c-header {
    padding: 0;
  }

  .c-header > div {
    -webkit-box-align: end;
    -webkit-align-items: end;
    -ms-flex-align: end;
    align-items: end;
  }

  .special-header-link-places {
    display: none;
  }

  .node--type-place .special-header-link-places,
  .path-alla-platser .special-header-link-places {
    display: none;
  }

  .node--type-place .c-logo,
  .path-alla-recept .c-logo,
  .path-alla-platser .c-logo,
  .path-alla-produkter .c-logo {
    margin-top: 1em;
    margin-right: 1em;
    margin-bottom: 1em;
  }

  .node--type-place .c-logo__image,
  .path-alla-recept .c-logo__image,
  .path-alla-platser .c-logo__image,
  .path-alla-produkter .c-logo__image {
    width: 3.75em;
    height: 3em;
  }

  .node--type-place header > .o-wrapper.-max,
  .path-alla-recept header > .o-wrapper.-max,
  .path-alla-platser header > .o-wrapper.-max,
  .path-alla-produkter header > .o-wrapper.-max {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .node--type-place header .c-nav-main,
  .path-alla-recept header .c-nav-main,
  .path-alla-platser header .c-nav-main,
  .path-alla-produkter header .c-nav-main {
    margin: auto auto 0;
  }

  .node--type-place header .c-nav-main__link,
  .path-alla-recept header .c-nav-main__link,
  .path-alla-platser header .c-nav-main__link,
  .path-alla-produkter header .c-nav-main__link {
    font-size: 1.35em;
  }

  .node--type-place header .c-nav-socmed-header,
  .path-alla-recept header .c-nav-socmed-header,
  .path-alla-platser header .c-nav-socmed-header,
  .path-alla-produkter header .c-nav-socmed-header {
    position: relative;
    margin: 0 .5em 0 0;
  }

  .node--type-place header .c-nav-socmed-header__menu,
  .path-alla-recept header .c-nav-socmed-header__menu,
  .path-alla-platser header .c-nav-socmed-header__menu,
  .path-alla-produkter header .c-nav-socmed-header__menu {
    margin: 0;
  }

  .node--type-place header .c-nav-socmed-header__item,
  .path-alla-recept header .c-nav-socmed-header__item,
  .path-alla-platser header .c-nav-socmed-header__item,
  .path-alla-produkter header .c-nav-socmed-header__item {
    margin-right: .25em;
  }

  .node--type-place header .c-nav-socmed-header__item a,
  .path-alla-recept header .c-nav-socmed-header__item a,
  .path-alla-platser header .c-nav-socmed-header__item a,
  .path-alla-produkter header .c-nav-socmed-header__item a {
    margin-right: .25em;
  }

  .node--type-place header .c-nav-socmed-header__item.c-icon a,
  .path-alla-recept header .c-nav-socmed-header__item.c-icon a,
  .path-alla-platser header .c-nav-socmed-header__item.c-icon a,
  .path-alla-produkter header .c-nav-socmed-header__item.c-icon a {
    font-size: 1em;
  }

  .node--type-place header .c-nav-socmed-header__item.c-icon,
  .path-alla-recept header .c-nav-socmed-header__item.c-icon,
  .path-alla-platser header .c-nav-socmed-header__item.c-icon,
  .path-alla-produkter header .c-nav-socmed-header__item.c-icon {
    display: none;
  }

  .node--type-place header .c-nav-tertiary,
  .path-alla-recept header .c-nav-tertiary,
  .path-alla-platser header .c-nav-tertiary,
  .path-alla-produkter header .c-nav-tertiary {
    margin: 0 .75em 0 0 !important;
  }

  .node--type-place header .c-nav-tertiary__item a,
  .path-alla-recept header .c-nav-tertiary__item a,
  .path-alla-platser header .c-nav-tertiary__item a,
  .path-alla-produkter header .c-nav-tertiary__item a {
    padding: .75em 0;
    line-height: 1;
    background-color: initial;
    margin: .15em 0 0;
  }

  .node--type-place header .c-nav-tertiary__link,
  .path-alla-recept header .c-nav-tertiary__link,
  .path-alla-platser header .c-nav-tertiary__link,
  .path-alla-produkter header .c-nav-tertiary__link {
    color: #e6007e !important;
  }

  .node--type-place header .c-nav-tertiary__link:before,
  .path-alla-recept header .c-nav-tertiary__link:before,
  .path-alla-platser header .c-nav-tertiary__link:before,
  .path-alla-produkter header .c-nav-tertiary__link:before {
    color: #e6007e !important;
  }

  .node--type-place .c-teaser-color-title,
  .path-alla-recept .c-teaser-color-title,
  .path-alla-platser .c-teaser-color-title,
  .path-alla-produkter .c-teaser-color-title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .node--type-place .c-teaser-color-title .-special-title,
  .path-alla-recept .c-teaser-color-title .-special-title,
  .path-alla-platser .c-teaser-color-title .-special-title,
  .path-alla-produkter .c-teaser-color-title .-special-title {
    padding: 1em;
  }

  .node--type-place .c-teaser-color-title .c-heading-a,
  .path-alla-recept .c-teaser-color-title .c-heading-a,
  .path-alla-platser .c-teaser-color-title .c-heading-a,
  .path-alla-produkter .c-teaser-color-title .c-heading-a {
    font-size: 2.125em;
    margin: 0;
  }

  .node--type-place .c-teaser-color-title .c-preamble,
  .path-alla-recept .c-teaser-color-title .c-preamble,
  .path-alla-platser .c-teaser-color-title .c-preamble,
  .path-alla-produkter .c-teaser-color-title .c-preamble {
    display: none;
  }

  .node--type-place .view-filters,
  .path-alla-recept .view-filters,
  .path-alla-platser .view-filters,
  .path-alla-produkter .view-filters {
    z-index: 2;
  }

  .node--type-place .view-filters .o-wrapper,
  .path-alla-recept .view-filters .o-wrapper,
  .path-alla-platser .view-filters .o-wrapper,
  .path-alla-produkter .view-filters .o-wrapper {
    z-index: 2;
  }

  .node--type-place .c-result-meta,
  .path-alla-recept .c-result-meta,
  .path-alla-platser .c-result-meta,
  .path-alla-produkter .c-result-meta {
    z-index: 1;
    padding: 0;
    margin: -3em 0 0;
  }

  .node--type-place .c-result-meta .o-wrapper,
  .path-alla-recept .c-result-meta .o-wrapper,
  .path-alla-platser .c-result-meta .o-wrapper,
  .path-alla-produkter .c-result-meta .o-wrapper {
    z-index: 1;
  }

  .node--type-place .c-result-meta .c-heading-c,
  .path-alla-recept .c-result-meta .c-heading-c,
  .path-alla-platser .c-result-meta .c-heading-c,
  .path-alla-produkter .c-result-meta .c-heading-c {
    max-width: 500px;
    margin: 0 auto;
  }

  .node--type-place .c-result-meta .c-article p,
  .path-alla-recept .c-result-meta .c-article p,
  .path-alla-platser .c-result-meta .c-article p,
  .path-alla-produkter .c-result-meta .c-article p {
    margin: 1.5em 0 0 0;
  }

  .node--type-place .c-result-content,
  .path-alla-recept .c-result-content,
  .path-alla-platser .c-result-content,
  .path-alla-produkter .c-result-content {
    padding-top: 3em;
  }

  .path-alla-platser .c-result-meta {
    margin: -4em 0 0;
  }

  .path-alla-recept .c-result-meta {
    margin: 1em 0 0;
  }

  .c-logo {
    margin-right: 2em;
  }

  .c-logo {
    margin-top: 1.8em;
    margin-right: 4em;
    margin-bottom: 1.8em;
  }

  .maintenance-page .c-logo {
    padding-bottom: 1.8em;
  }

  .c-logo__image {
    width: 9.875em;
    height: 7.875em;
  }

  header .c-nav-main {
    display: block;
  }

  header .c-nav-main__wrapper {
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    display: inline-block;
    padding-bottom: .3em;
    border-bottom-width: 5px;
    border-bottom-style: solid;
    border-bottom-color: #fff;
    vertical-align: middle;
  }

  header .c-nav-main__item {
    margin-right: .25em;
    margin-left: 0;
  }

  header .c-nav-main__item .c-icon:before {
    margin-right: 0;
  }

  header .c-nav-main__item:last-child {
    margin-right: 0;
  }

  header .c-nav-main__link {
    padding: .65em .85em 0;
  }

  .c-nav-tertiary__item {
    margin: 0;
  }

  .c-nav-compact {
    display: none;
  }

  .c-nav-socmed-header {
    display: block;
  }

  .-social-sticky-wrapper {
    display: block !important;
  }

  .-image-symbols.-bigger.-center {
    margin-top: -7em;
    margin-bottom: 2em;
  }

  .-image-symbols.-mega.-center {
    margin-top: -12em;
  }

  .o-carousel-1 .views-row:nth-child(n+5),
  .o-carousel-2 .views-row:nth-child(n+5),
  .o-carousel-3 .views-row:nth-child(n+5),
  .o-carousel-4 .views-row:nth-child(n+5) {
    display: block;
  }

  .slick-prev {
    left: -60px;
  }

  .slick-next {
    right: -60px;
  }

  .u-flex\@xlarge {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .u-left\@xlarge {
    float: left;
  }

  .u-right\@xlarge {
    float: right;
  }

  .u-last\@xlarge {
    margin-right: 0;
    clear: right;
  }

  .u-center\@xlarge {
    margin-left: auto;
    margin-right: auto;
  }

  .u-center-align\@xlarge {
    text-align: center;
  }

  .u-absolute\@xlarge {
    position: absolute;
  }

  .u-hidden\@xlarge {
    display: none;
  }
}

@media (min-width: 75em) {
  .o-1-12\@xxlarge {
    margin-right: 3.90015%;
    width: 4.758%;
  }

  .o-2-12\@xxlarge {
    margin-right: 3.90015%;
    width: 13.41615%;
  }

  .o-3-12\@xxlarge {
    margin-right: 3.90015%;
    width: 22.0743%;
  }

  .o-4-12\@xxlarge {
    margin-right: 3.90015%;
    width: 30.73245%;
  }

  .o-5-12\@xxlarge {
    margin-right: 3.90015%;
    width: 39.3906%;
  }

  .o-6-12\@xxlarge {
    margin-right: 3.90015%;
    width: 48.04875%;
  }

  .o-7-12\@xxlarge {
    margin-right: 3.90015%;
    width: 56.7069%;
  }

  .o-8-12\@xxlarge {
    margin-right: 3.90015%;
    width: 65.36505%;
  }

  .o-9-12\@xxlarge {
    margin-right: 3.90015%;
    width: 74.0232%;
  }

  .o-10-12\@xxlarge {
    margin-right: 3.90015%;
    width: 82.68135%;
  }

  .o-11-12\@xxlarge {
    margin-right: 3.90015%;
    width: 91.3395%;
  }

  .o-12-12\@xxlarge {
    margin-right: 3.90015%;
    width: 99.99765%;
  }

  .o-grid .o-2-12\@xxlarge:nth-child(6n) {
    margin-right: 0;
  }

  .o-grid .o-2-12\@xxlarge:nth-child(6n+1) {
    clear: left;
  }

  .o-grid .o-3-12\@xxlarge:nth-child(4n) {
    margin-right: 0;
  }

  .o-grid .o-3-12\@xxlarge:nth-child(4n+1) {
    clear: left;
  }

  .o-grid .o-4-12\@xxlarge:nth-child(3n) {
    margin-right: 0;
  }

  .o-grid .o-4-12\@xxlarge:nth-child(3n+1) {
    clear: left;
  }

  .o-grid .o-6-12\@xxlarge:nth-child(2n) {
    margin-right: 0;
  }

  .o-grid .o-6-12\@xxlarge:nth-child(2n+1) {
    clear: left;
  }

  .o-grid .o-12-12\@xxlarge:nth-child(12n) {
    margin-right: 0;
  }

  .o-2-left\@xxlarge {
    margin-left: 12.5583%;
  }

  .c-yellow-bottom__left-border {
    margin-bottom: 1em;
  }

  .c-yellow-bottom__left-border .c-button {
    margin-bottom: 2.75em;
  }

  .c-yellow-bottom__right .o-row {
    max-width: 420px;
  }

  .u-left\@xxlarge {
    float: left;
  }

  .u-right\@xxlarge {
    float: right;
  }

  .u-last\@xxlarge {
    margin-right: 0;
    clear: right;
  }

  .u-center\@xxlarge {
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 63.9375em) {
  .o-1-12\@xsmall-xlarge {
    margin-right: 3.90015%;
    width: 4.758%;
  }

  .o-2-12\@xsmall-xlarge {
    margin-right: 3.90015%;
    width: 13.41615%;
  }

  .o-3-12\@xsmall-xlarge {
    margin-right: 3.90015%;
    width: 22.0743%;
  }

  .o-4-12\@xsmall-xlarge {
    margin-right: 3.90015%;
    width: 30.73245%;
  }

  .o-5-12\@xsmall-xlarge {
    margin-right: 3.90015%;
    width: 39.3906%;
  }

  .o-6-12\@xsmall-xlarge {
    margin-right: 3.90015%;
    width: 48.04875%;
  }

  .o-7-12\@xsmall-xlarge {
    margin-right: 3.90015%;
    width: 56.7069%;
  }

  .o-8-12\@xsmall-xlarge {
    margin-right: 3.90015%;
    width: 65.36505%;
  }

  .o-9-12\@xsmall-xlarge {
    margin-right: 3.90015%;
    width: 74.0232%;
  }

  .o-10-12\@xsmall-xlarge {
    margin-right: 3.90015%;
    width: 82.68135%;
  }

  .o-11-12\@xsmall-xlarge {
    margin-right: 3.90015%;
    width: 91.3395%;
  }

  .o-12-12\@xsmall-xlarge {
    margin-right: 3.90015%;
    width: 99.99765%;
  }

  .o-grid .o-2-12\@xsmall-xlarge:nth-child(6n) {
    margin-right: 0;
  }

  .o-grid .o-2-12\@xsmall-xlarge:nth-child(6n+1) {
    clear: left;
  }

  .o-grid .o-3-12\@xsmall-xlarge:nth-child(4n) {
    margin-right: 0;
  }

  .o-grid .o-3-12\@xsmall-xlarge:nth-child(4n+1) {
    clear: left;
  }

  .o-grid .o-4-12\@xsmall-xlarge:nth-child(3n) {
    margin-right: 0;
  }

  .o-grid .o-4-12\@xsmall-xlarge:nth-child(3n+1) {
    clear: left;
  }

  .o-grid .o-6-12\@xsmall-xlarge:nth-child(2n) {
    margin-right: 0;
  }

  .o-grid .o-6-12\@xsmall-xlarge:nth-child(2n+1) {
    clear: left;
  }

  .o-grid .o-12-12\@xsmall-xlarge:nth-child(12n) {
    margin-right: 0;
  }

  .c-nav-tertiary__link[data-a11y-toggle='search'] {
    display: block;
    vertical-align: super;
    margin: 0;
  }

  .u-hidden\@xsmall-xlarge {
    display: none;
  }
}

@media (max-width: 47.9375em) {
  .c-pager__item {
    display: none;
  }

  .c-pager__item.-previous,
  .c-pager__item.-next {
    display: inline-block;
  }
}

@media (max-width: 34.3125em) {
  .u-hidden\@xsmall-medium {
    display: none;
  }
}

@media (min-width: 22.5em) and (max-width: 63.9375em) {
  .o-1-12\@small-xlarge {
    margin-right: 3.90015%;
    width: 4.758%;
  }

  .o-2-12\@small-xlarge {
    margin-right: 3.90015%;
    width: 13.41615%;
  }

  .o-3-12\@small-xlarge {
    margin-right: 3.90015%;
    width: 22.0743%;
  }

  .o-4-12\@small-xlarge {
    margin-right: 3.90015%;
    width: 30.73245%;
  }

  .o-5-12\@small-xlarge {
    margin-right: 3.90015%;
    width: 39.3906%;
  }

  .o-6-12\@small-xlarge {
    margin-right: 3.90015%;
    width: 48.04875%;
  }

  .o-7-12\@small-xlarge {
    margin-right: 3.90015%;
    width: 56.7069%;
  }

  .o-8-12\@small-xlarge {
    margin-right: 3.90015%;
    width: 65.36505%;
  }

  .o-9-12\@small-xlarge {
    margin-right: 3.90015%;
    width: 74.0232%;
  }

  .o-10-12\@small-xlarge {
    margin-right: 3.90015%;
    width: 82.68135%;
  }

  .o-11-12\@small-xlarge {
    margin-right: 3.90015%;
    width: 91.3395%;
  }

  .o-12-12\@small-xlarge {
    margin-right: 3.90015%;
    width: 99.99765%;
  }

  .o-grid .o-2-12\@small-xlarge:nth-child(6n) {
    margin-right: 0;
  }

  .o-grid .o-2-12\@small-xlarge:nth-child(6n+1) {
    clear: left;
  }

  .o-grid .o-3-12\@small-xlarge:nth-child(4n) {
    margin-right: 0;
  }

  .o-grid .o-3-12\@small-xlarge:nth-child(4n+1) {
    clear: left;
  }

  .o-grid .o-4-12\@small-xlarge:nth-child(3n) {
    margin-right: 0;
  }

  .o-grid .o-4-12\@small-xlarge:nth-child(3n+1) {
    clear: left;
  }

  .o-grid .o-6-12\@small-xlarge:nth-child(2n) {
    margin-right: 0;
  }

  .o-grid .o-6-12\@small-xlarge:nth-child(2n+1) {
    clear: left;
  }

  .o-grid .o-12-12\@small-xlarge:nth-child(12n) {
    margin-right: 0;
  }
}

@media (min-width: 34.375em) and (max-width: 47.9375em) {
  .o-1-12\@medium-large {
    margin-right: 3.90015%;
    width: 4.758%;
  }

  .o-2-12\@medium-large {
    margin-right: 3.90015%;
    width: 13.41615%;
  }

  .o-3-12\@medium-large {
    margin-right: 3.90015%;
    width: 22.0743%;
  }

  .o-4-12\@medium-large {
    margin-right: 3.90015%;
    width: 30.73245%;
  }

  .o-5-12\@medium-large {
    margin-right: 3.90015%;
    width: 39.3906%;
  }

  .o-6-12\@medium-large {
    margin-right: 3.90015%;
    width: 48.04875%;
  }

  .o-7-12\@medium-large {
    margin-right: 3.90015%;
    width: 56.7069%;
  }

  .o-8-12\@medium-large {
    margin-right: 3.90015%;
    width: 65.36505%;
  }

  .o-9-12\@medium-large {
    margin-right: 3.90015%;
    width: 74.0232%;
  }

  .o-10-12\@medium-large {
    margin-right: 3.90015%;
    width: 82.68135%;
  }

  .o-11-12\@medium-large {
    margin-right: 3.90015%;
    width: 91.3395%;
  }

  .o-12-12\@medium-large {
    margin-right: 3.90015%;
    width: 99.99765%;
  }

  .o-grid .o-2-12\@medium-large:nth-child(6n) {
    margin-right: 0;
  }

  .o-grid .o-2-12\@medium-large:nth-child(6n+1) {
    clear: left;
  }

  .o-grid .o-3-12\@medium-large:nth-child(4n) {
    margin-right: 0;
  }

  .o-grid .o-3-12\@medium-large:nth-child(4n+1) {
    clear: left;
  }

  .o-grid .o-4-12\@medium-large:nth-child(3n) {
    margin-right: 0;
  }

  .o-grid .o-4-12\@medium-large:nth-child(3n+1) {
    clear: left;
  }

  .o-grid .o-6-12\@medium-large:nth-child(2n) {
    margin-right: 0;
  }

  .o-grid .o-6-12\@medium-large:nth-child(2n+1) {
    clear: left;
  }

  .o-grid .o-12-12\@medium-large:nth-child(12n) {
    margin-right: 0;
  }

  .u-flex\@medium-large {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .u-last\@medium-large {
    margin-right: 0 !important;
  }

  .u-left\@medium-large {
    float: left;
  }

  .u-center\@medium-large {
    margin-right: auto !important;
    margin-left: auto !important;
  }
}

@media (min-width: 34.375em) and (max-width: 63.9375em) {
  .o-1-12\@medium-xlarge {
    margin-right: 3.90015%;
    width: 4.758%;
  }

  .o-2-12\@medium-xlarge {
    margin-right: 3.90015%;
    width: 13.41615%;
  }

  .o-3-12\@medium-xlarge {
    margin-right: 3.90015%;
    width: 22.0743%;
  }

  .o-4-12\@medium-xlarge {
    margin-right: 3.90015%;
    width: 30.73245%;
  }

  .o-5-12\@medium-xlarge {
    margin-right: 3.90015%;
    width: 39.3906%;
  }

  .o-6-12\@medium-xlarge {
    margin-right: 3.90015%;
    width: 48.04875%;
  }

  .o-7-12\@medium-xlarge {
    margin-right: 3.90015%;
    width: 56.7069%;
  }

  .o-8-12\@medium-xlarge {
    margin-right: 3.90015%;
    width: 65.36505%;
  }

  .o-9-12\@medium-xlarge {
    margin-right: 3.90015%;
    width: 74.0232%;
  }

  .o-10-12\@medium-xlarge {
    margin-right: 3.90015%;
    width: 82.68135%;
  }

  .o-11-12\@medium-xlarge {
    margin-right: 3.90015%;
    width: 91.3395%;
  }

  .o-12-12\@medium-xlarge {
    margin-right: 3.90015%;
    width: 99.99765%;
  }

  .o-grid .o-2-12\@medium-xlarge:nth-child(6n) {
    margin-right: 0;
  }

  .o-grid .o-2-12\@medium-xlarge:nth-child(6n+1) {
    clear: left;
  }

  .o-grid .o-3-12\@medium-xlarge:nth-child(4n) {
    margin-right: 0;
  }

  .o-grid .o-3-12\@medium-xlarge:nth-child(4n+1) {
    clear: left;
  }

  .o-grid .o-4-12\@medium-xlarge:nth-child(3n) {
    margin-right: 0;
  }

  .o-grid .o-4-12\@medium-xlarge:nth-child(3n+1) {
    clear: left;
  }

  .o-grid .o-6-12\@medium-xlarge:nth-child(2n) {
    margin-right: 0;
  }

  .o-grid .o-6-12\@medium-xlarge:nth-child(2n+1) {
    clear: left;
  }

  .o-grid .o-12-12\@medium-xlarge:nth-child(12n) {
    margin-right: 0;
  }

  .u-flex\@medium-xlarge {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .u-left\@medium-xlarge {
    float: left;
  }

  .u-last\@medium-xlarge {
    margin-right: 0 !important;
  }
}

@media (min-width: 48em) and (max-width: 74.9375em) {
  .o-1-12\@large-xxlarge {
    margin-right: 3.90015%;
    width: 4.758%;
  }

  .o-2-12\@large-xxlarge {
    margin-right: 3.90015%;
    width: 13.41615%;
  }

  .o-3-12\@large-xxlarge {
    margin-right: 3.90015%;
    width: 22.0743%;
  }

  .o-4-12\@large-xxlarge {
    margin-right: 3.90015%;
    width: 30.73245%;
  }

  .o-5-12\@large-xxlarge {
    margin-right: 3.90015%;
    width: 39.3906%;
  }

  .o-6-12\@large-xxlarge {
    margin-right: 3.90015%;
    width: 48.04875%;
  }

  .o-7-12\@large-xxlarge {
    margin-right: 3.90015%;
    width: 56.7069%;
  }

  .o-8-12\@large-xxlarge {
    margin-right: 3.90015%;
    width: 65.36505%;
  }

  .o-9-12\@large-xxlarge {
    margin-right: 3.90015%;
    width: 74.0232%;
  }

  .o-10-12\@large-xxlarge {
    margin-right: 3.90015%;
    width: 82.68135%;
  }

  .o-11-12\@large-xxlarge {
    margin-right: 3.90015%;
    width: 91.3395%;
  }

  .o-12-12\@large-xxlarge {
    margin-right: 3.90015%;
    width: 99.99765%;
  }

  .o-grid .o-2-12\@large-xxlarge:nth-child(6n) {
    margin-right: 0;
  }

  .o-grid .o-2-12\@large-xxlarge:nth-child(6n+1) {
    clear: left;
  }

  .o-grid .o-3-12\@large-xxlarge:nth-child(4n) {
    margin-right: 0;
  }

  .o-grid .o-3-12\@large-xxlarge:nth-child(4n+1) {
    clear: left;
  }

  .o-grid .o-4-12\@large-xxlarge:nth-child(3n) {
    margin-right: 0;
  }

  .o-grid .o-4-12\@large-xxlarge:nth-child(3n+1) {
    clear: left;
  }

  .o-grid .o-6-12\@large-xxlarge:nth-child(2n) {
    margin-right: 0;
  }

  .o-grid .o-6-12\@large-xxlarge:nth-child(2n+1) {
    clear: left;
  }

  .o-grid .o-12-12\@large-xxlarge:nth-child(12n) {
    margin-right: 0;
  }

  .u-left\@large-xxlarge {
    float: left;
  }

  .u-right\@large-xxlarge {
    float: right;
  }

  .u-last\@large-xxlarge {
    margin-right: 0;
    clear: right;
  }

  .u-center\@large-xxlarge {
    margin-left: auto;
    margin-right: auto;
  }
}

@media (min-width: 48em) and (max-width: 63.9375em) {
  .u-flex\@large-xlarge {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .u-last\@large-xlarge {
    margin-right: 0 !important;
  }

  .u-center\@large-xlarge {
    margin-right: auto !important;
    margin-left: auto !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .fa-beat,
  .fa-bounce,
  .fa-fade,
  .fa-beat-fade,
  .fa-flip,
  .fa-pulse,
  .fa-shake,
  .fa-spin,
  .fa-spin-pulse {
    -webkit-animation-delay: -1ms;
    animation-delay: -1ms;
    -webkit-animation-duration: 1ms;
    animation-duration: 1ms;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transition-duration: 0s;
    transition-duration: 0s;
  }
}
/*# sourceMappingURL=../css/maps/screen.css.map */
