@charset "UTF-8";
@import "../fonts/Platform/1704-GSLZZJ.css";
@import "../fonts/Platform/1808-BMDEFD.css";
@import "../fonts/Freigth/style.css";
.shk {
  --color-primary:#0d6efd;
  --color-opac:hsla(0,0%,72.5%,0.30196078431372547);
  --color-theme:#fff;
  --color-secondary:#767676;
  --color-text:#333;
  --color-shadow:hsla(0,2.1%,72%,0.5019607843137255);
  --color-handle-shadow-mobile:#b9b6b6;
  --background-body:var(--color-theme);
  --color-title:var(--color-text);
  --color-artist:var(--color-secondary);
  --color-button:var(--color-primary);
  --color-button-disabled:var(--color-opac);
  --color-button-active-background:var(--color-opac);
  --color-handle:var(--color-primary);
  --color-handle-disabled:#b9b9b9;
  --color-bar-loaded:var(--color-opac);
  --color-bar-played:var(--color-primary);
  --color-time:var(--color-secondary);
  --color-spinner:var(--color-primary);
  --color-live-symbol:var(--color-primary);
  --color-live-text:var(--color-primary);
  --shadow-body:2px 2px 8px -2px var(--color-shadow);
  --shadow-body-mobile:0 -2px 6px -2px var(--color-shadow);
  --shadow-handle:0px 2px 10px 2px var(--color-shadow);
  --shadow-handle-mobile:2px 2px 8px -2px var(--color-handle-shadow-mobile);
}

.shk[data-theme=dark] {
  --color-theme:#333;
  --color-secondary:#b9b6b6;
  --color-text:#f8f9fa;
  --color-handle-shadow-mobile:#141414;
  --color-shadow:rgba(20,20,20,0.5019607843137255);
}

@media (prefers-color-scheme: dark) {
  .shk[data-theme=auto] {
    --color-theme:#333;
    --color-secondary:#b9b6b6;
    --color-text:#fff;
    --color-handle-shadow-mobile:#141414;
    --color-shadow:rgba(20,20,20,0.5019607843137255);
  }
}
@-webkit-keyframes rotate {
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
@keyframes rotate {
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
@-webkit-keyframes marquee {
  0% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@keyframes marquee {
  0% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.shk {
  font-weight: 400;
  font-size: 16px;
  font-family: inherit;
  line-height: 1.42;
  cursor: auto;
  position: relative;
  border: none;
  color: var(--color-text);
}

.js-focus-visible:focus:not(.focus-visible), .js-focus-visible :focus:not(.focus-visible) {
  outline: none;
}

.shk[data-fixed-type=fixed] {
  position: fixed;
  bottom: 0;
  left: 0;
  margin: 0;
  width: 100%;
}

.shk[data-fixed-type=fixed][data-fixed-pos=top] {
  top: 0;
  bottom: auto;
}

.shk[data-seeking] .shk-player {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.shk button {
  font-family: inherit;
}

.shk-player {
  height: 120px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 2px;
  background: var(--background-body);
  position: relative;
  z-index: 10;
}

.shk-body {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
       user-select: none;
  position: relative;
}

.shk-cover {
  width: 80px;
  height: 80px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-right: 16px;
  background-repeat: no-repeat;
  background-size: cover;
}

.shk-main {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.shk-text {
  overflow: hidden;
}

.shk-artist, .shk-title {
  white-space: nowrap;
  margin: auto;
}

.shk-artist {
  text-overflow: clip;
  font-weight: 500;
  color: var(--color-artist);
}

.shk-title_wrap[data-overflow] {
  -webkit-mask-image: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(5%, #202124), color-stop(95%, #202124), to(transparent));
  -webkit-mask-image: linear-gradient(90deg, transparent, #202124 5%, #202124 95%, transparent);
  mask-image: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(5%, #202124), color-stop(95%, #202124), to(transparent));
  mask-image: linear-gradient(90deg, transparent, #202124 5%, #202124 95%, transparent);
}

.shk-title_inner {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  overflow: visible;
}

.shk-title_wrap[data-overflow] .shk-title_inner {
  padding: 0 3%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  white-space: nowrap;
  -webkit-animation-duration: inherit;
  animation-duration: inherit;
}

.shk-title_wrap[data-overflow] .shk-title_inner:after {
  display: inline-block;
  content: attr(data-title);
}

.shk-title, .shk-title_wrap[data-overflow] .shk-title_inner:after {
  font-weight: 300;
  font-size: 1.33em;
  color: var(--color-title);
}

.shk-title_wrap[data-overflow] .shk-title, .shk-title_wrap[data-overflow] .shk-title_inner:after {
  -webkit-animation: marquee linear infinite;
  animation: marquee linear infinite;
  -webkit-animation-duration: inherit;
  animation-duration: inherit;
  padding-right: 60px;
}

.shk-btn, .chapters button {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  background: transparent;
  border: none;
  cursor: pointer;
  color: var(--color-button);
  fill: currentColor;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  padding: 10px;
  position: relative;
  font-size: 1em;
  line-height: normal;
}

.shk-btn:disabled, .chapters button:disabled {
  color: var(--color-button-disabled);
  cursor: not-allowed;
}

.shk-btn:after, .chapters button:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: var(--color-button-active-background);
  z-index: -1;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 1s cubic-bezier(0, 0, 0.2, 1), visibility 1s linear;
  transition: opacity 1s cubic-bezier(0, 0, 0.2, 1), visibility 1s linear;
}

.shk-btn:not(:disabled):active:after, .chapters button:not(:disabled):active:after {
  opacity: 1;
  visibility: visible;
}

a.shk-btn:visited {
  color: var(--color-button);
}

.shk-btn svg, .chapters button svg {
  width: 24px;
  height: 24px;
  vertical-align: middle;
}

.shk-controls {
  position: relative;
  width: 280px;
  margin: 0 auto;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.shk-controls .shk-btn, .shk-controls .chapters button, .chapters .shk-controls button {
  border-radius: 100%;
}

.shk-controls > div {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.shk-controls_basic {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.shk-controls_extra {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  margin-right: 44px;
  padding-right: 0 8px;
  white-space: nowrap;
  overflow: hidden;
  z-index: 10;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  background: var(--background-body);
  -webkit-transition: width 0.2s ease-in-out, opacity 0.1s linear 0.1s, visibility 0.2s;
  transition: width 0.2s ease-in-out, opacity 0.1s linear 0.1s, visibility 0.2s;
}

.shk[data-extra] .shk-controls_extra {
  opacity: 1;
  visibility: visible;
  width: calc(100% - 44px);
  -webkit-transition: width 0.2s ease-in-out, opacity 0.1s linear;
  transition: width 0.2s ease-in-out, opacity 0.1s linear;
}

.shk[data-extra] .shk-controls_extra .shk-btn, .shk[data-extra] .shk-controls_extra .chapters button, .chapters .shk[data-extra] .shk-controls_extra button {
  display: inline-block;
}

.shk-btn_toggle svg {
  width: 32px;
  height: 32px;
}

.shk[data-play=paused] .shk-btn_play, .shk[data-play=playing] .shk-btn_pause {
  display: inline;
}

.shk[data-play=paused] .shk-btn_pause, .shk[data-play=playing] .shk-btn_play {
  display: none;
}

.shk-btn_speed {
  font-size: 0.86em;
  font-weight: 400;
  width: 44px;
  height: 44px;
  padding: 0;
}

.shk-btn_more {
  position: relative;
  z-index: 11;
  -webkit-transform: none;
  -ms-transform: none;
      transform: none;
  transition: -webkit-transform 0.2s 0.1s;
  -webkit-transition: -webkit-transform 0.2s 0.1s;
  transition: transform 0.2s 0.1s;
  transition: transform 0.2s 0.1s, -webkit-transform 0.2s 0.1s;
}

.shk[data-extra] .shk-btn_more {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
      transform: rotate(90deg);
}

.shk[data-mute] svg.shk-btn_mute, svg.shk-btn_unmute {
  display: inline-block;
}

.shk[data-mute] svg.shk-btn_unmute, svg.shk-btn_mute {
  display: none;
}

.shk-bar_wrap {
  cursor: pointer;
  position: relative;
  z-index: 1;
}

.shk-bar {
  position: relative;
  height: 4px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: var(--background-body);
}

.shk-bar_loaded, .shk-bar_played {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 0;
  -webkit-transition: width 0.1s ease-in;
  transition: width 0.1s ease-in;
}

.shk-bar_loaded {
  background: var(--color-bar-loaded);
}

.shk-bar_played {
  background: var(--color-bar-played);
}

.shk[data-seeking] .shk-bar_played {
  -webkit-transition: none;
  transition: none;
}

.shk-bar-handle {
  background: var(--color-handle);
  position: absolute;
  right: -10px;
  width: 20px;
  height: 20px;
  padding: 0;
  border: 0;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  cursor: -webkit-grab;
  cursor: grab;
  border-radius: 20px;
}

.shk-bar-handle:disabled {
  cursor: not-allowed;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: var(--color-handle-disabled);
}

.shk-bar-handle:active {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.shk-display {
  position: absolute;
}

.shk-loader {
  display: none;
  vertical-align: middle;
  color: var(--color-spinner);
}

.shk[data-loading] .shk-loader {
  display: inline-block;
}

.shk-loader svg {
  width: 12px;
  height: 12px;
  -webkit-animation: rotate 1.4s linear infinite;
  animation: rotate 1.4s linear infinite;
  position: relative;
}

.shk-visuallyhidden:not(:focus):not(:active) {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  -webkit-clip-path: inset(100%);
  clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden;
}

.shk-time {
  display: inline-block;
  vertical-align: middle;
  font-size: 0.8em;
  font-weight: 300;
  color: var(--color-time);
}

.shk .shk-live {
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-transform: uppercase;
  font-size: 0.8em;
  font-family: sans-serif;
  color: var(--color-live-text);
}

.shk .shk-live:before {
  content: "";
  background: var(--color-live-symbol);
  border-radius: 50%;
  width: 0.5em;
  height: 0.5em;
  margin-right: 2px;
}

.shk-icons, .shk[data-live] .shk-bar, .shk[data-live] .shk-time {
  display: none;
}

.shk[data-live] .shk-live {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

@media (min-width: 641px) {
  .shk-player {
    margin-top: 4px;
    padding: 20px 16px;
    -webkit-box-shadow: var(--shadow-body);
            box-shadow: var(--shadow-body);
  }
  .shk-main {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    padding: 10px 0;
    max-width: calc(100% - 96px);
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .shk-text {
    -webkit-box-flex: 2;
        -ms-flex: 2 1 auto;
            flex: 2 1 auto;
  }
  .shk-bar_wrap {
    position: absolute;
    top: -4px;
    left: 0;
    right: 0;
    padding: 4px 0 16px;
  }
  .shk-bar {
    -webkit-transition: height 0.15s ease-in;
    transition: height 0.15s ease-in;
  }
  .shk-bar_wrap:hover .shk-bar {
    height: 10px;
  }
  .shk-bar-handle {
    top: -9.5px;
    border: 4px solid transparent;
    -webkit-box-shadow: var(--shadow-handle);
            box-shadow: var(--shadow-handle);
    -webkit-transform: scale(0.0001);
    -ms-transform: scale(0.0001);
        transform: scale(0.0001);
    -webkit-transition: all 0.1s ease-in;
    transition: all 0.1s ease-in;
  }
  .shk-bar-handle.focus-visible, .shk-bar_wrap:hover .shk-bar-handle:not(:disabled) {
    border-color: #fff;
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
        transform: scale(0.8);
  }
  .shk-display {
    top: -6px;
    right: 8px;
  }
  .shk-loader {
    margin-right: 4px;
  }
  .shk-time_duration:before {
    content: "/";
    margin: 0 4px;
  }
}
@media (max-width: 640px) {
  .shk-player {
    padding: 5px 16px;
    -webkit-box-shadow: var(--shadow-body-mobile);
            box-shadow: var(--shadow-body-mobile);
  }
  .shk[data-fixed-type=auto] {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
  }
  .shk[data-fixed-type=auto][data-fixed-pos=top] {
    top: 0;
    bottom: auto;
  }
  .shk[data-live] .shk-bar_wrap {
    height: 4px;
  }
  .shk-cover {
    display: none;
  }
  .shk-main {
    width: 100%;
    max-width: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0;
  }
  .shk-text {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
    text-align: center;
  }
  .shk-artist_wrap {
    font-size: 0.8em;
    line-height: 1.1;
  }
  .shk-artist {
    display: inline-block;
  }
  .shk-title, .shk-title_wrap[data-overflow] .shk-title_inner:after {
    font-size: 1em;
    line-height: 1;
  }
  .shk-bar_wrap {
    padding: 8px 0;
    margin: 0 60px;
  }
  .shk-bar-handle {
    display: inline-block;
    top: -8px;
    -webkit-box-shadow: var(--shadow-handle-mobile);
            box-shadow: var(--shadow-handle-mobile);
  }
  .shk-bar {
    background: var(--color-opac);
    border-radius: 2px;
  }
  .shk-display {
    top: -16px;
    left: 0;
    right: 0;
  }
  .shk-loader {
    position: absolute;
    left: -10px;
    top: -5px;
  }
  .shk-time {
    margin: 0 5px;
    font-size: 0.7em;
    line-height: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
  }
  .shk-time_now {
    width: 40px;
    text-align: right;
  }
  .shk-time_duration {
    width: 40px;
    text-align: left;
  }
  .shk-live {
    position: absolute;
    right: 0;
    top: 0;
  }
}
@-webkit-keyframes stretch {
  0%, to {
    -webkit-box-shadow: 0 0;
            box-shadow: 0 0;
  }
  50% {
    -webkit-box-shadow: 0 -5px;
            box-shadow: 0 -5px;
  }
}
@keyframes stretch {
  0%, to {
    -webkit-box-shadow: 0 0;
            box-shadow: 0 0;
  }
  50% {
    -webkit-box-shadow: 0 -5px;
            box-shadow: 0 -5px;
  }
}
.shk .shk-controls_extra .shk-btn.shk-btn_chapter, .shk .shk-controls_extra .chapters button.shk-btn_chapter, .chapters .shk .shk-controls_extra button.shk-btn_chapter {
  display: none;
}

.shk[data-has-chapter] .shk-controls_extra .shk-btn.shk-btn_chapter, .shk[data-has-chapter] .shk-controls_extra .chapters button.shk-btn_chapter, .chapters .shk[data-has-chapter] .shk-controls_extra button.shk-btn_chapter {
  display: inline-block;
}

.shk-chapter {
  position: absolute;
  height: 0;
  bottom: 0;
  left: 20px;
  right: 20px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0 0 10px rgba(0, 41, 37, 0.07);
          box-shadow: 0 0 10px rgba(0, 41, 37, 0.07);
  border: 1px solid rgba(0, 41, 37, 0.05);
  border-radius: 2px;
  background: var(--color-theme);
  z-index: 0;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  -webkit-transition: height 0.2s ease-in-out, bottom 0.1s ease-in-out, opacity 0.1s linear, visibility 0.1s 0.2s;
  transition: height 0.2s ease-in-out, bottom 0.1s ease-in-out, opacity 0.1s linear, visibility 0.1s 0.2s;
}

.shk[data-show-chapter] .shk-chapter {
  visibility: visible;
  height: 340px;
  bottom: 120px;
  opacity: 1;
  -webkit-transition: height 0.2s ease-in-out, bottom 0.1s ease-in-out, opacity 0.1s linear;
  transition: height 0.2s ease-in-out, bottom 0.1s ease-in-out, opacity 0.1s linear;
}

.shk-btn_close {
  position: absolute;
  top: 4px;
  right: 4px;
  fill: var(--color-primary);
  font-size: 0;
}

.shk-btn .shk-icon_close, .chapters button .shk-icon_close {
  width: 16px;
  height: 16px;
}

.shk-chapter_main {
  overflow-x: hidden;
  overflow-y: scroll;
  height: calc(100% - 60px);
  margin: 40px 0 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 40px;
  -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(5%, #202124), color-stop(95%, #202124), to(transparent));
  -webkit-mask-image: linear-gradient(180deg, transparent, #202124 5%, #202124 95%, transparent);
  mask-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(5%, #202124), color-stop(95%, #202124), to(transparent));
  mask-image: linear-gradient(180deg, transparent, #202124 5%, #202124 95%, transparent);
  scroll-behavior: smooth;
}

.shk-chapter_list {
  padding: 0;
  margin: 10px 0 0;
  list-style: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.shk-chapter_item {
  margin: 5px 0;
}

.shk-chapter .shk-chapter_btn, .shk-chapter .chapters button, .chapters .shk-chapter button {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: var(--color-text);
  overflow: hidden;
}

.shk-chapter .shk-chapter_btn:after, .shk-chapter .chapters button:after, .chapters .shk-chapter button:after {
  border-radius: 2px;
}

.shk-chapter_btn div, .chapters button div {
  color: currentColor;
  fill: currentColor;
}

.shk-chapter_item[data-active] .shk-chapter_btn div, .shk-chapter_item[data-active] .chapters button div, .chapters .shk-chapter_item[data-active] button div {
  color: var(--color-primary);
  font-weight: 600;
}

.shk-icon_chapter {
  width: 12px;
  height: 12px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.shk[data-play=playing] .shk-chapter_item[data-active] .shk-icon_playing, .shk[data-play=playing] .shk-chapter_item[data-active] .shk-icon_playing:after, .shk[data-play=playing] .shk-chapter_item[data-active] .shk-icon_playing:before {
  display: block;
}

.shk-icon_playing, .shk-icon_playing:after, .shk-icon_playing:before {
  display: none;
  background: currentColor;
  color: currentColor;
  -webkit-animation: stretch 1s ease-in-out infinite;
  animation: stretch 1s ease-in-out infinite;
  width: 3px;
  left: 4px;
  top: 6px;
  height: 5px;
}

.shk-icon_playing {
  position: relative;
  -webkit-animation-delay: 0.16s;
  animation-delay: 0.16s;
}

.shk-icon_playing:after, .shk-icon_playing:before {
  position: absolute;
  top: 0;
  content: "";
}

.shk-icon_playing:before {
  left: -4px;
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

.shk-icon_playing:after {
  left: 4px;
}

.shk-icon_triangle {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.shk[data-play=playing] .shk-chapter_item[data-active] .shk-icon_triangle {
  display: none;
}

.shk-icon_triangle svg {
  width: 12px;
  height: 12px;
  fill: currentColor;
}

.shk-chapter_duration {
  color: var(--color-secondary);
  font-weight: 200;
  margin: 0 5%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  min-width: 60px;
  text-align: left;
}

.shk-chapter_title_wrap {
  overflow: hidden;
  white-space: nowrap;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.shk-chapter_item[data-active] .shk-chapter_title_wrap[data-overflow] {
  -webkit-mask-image: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(2%, #202124), color-stop(98%, #202124), to(transparent));
  -webkit-mask-image: linear-gradient(90deg, transparent, #202124 2%, #202124 98%, transparent);
  mask-image: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(2%, #202124), color-stop(98%, #202124), to(transparent));
  mask-image: linear-gradient(90deg, transparent, #202124 2%, #202124 98%, transparent);
}

.shk-chapter_title_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-animation-duration: inherit;
  animation-duration: inherit;
}

.shk-chapter_item[data-active] .shk-chapter_title_wrap[data-overflow] .shk-chapter_title_inner {
  padding: 0 3%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.shk-chapter_item[data-active] .shk-chapter_title_wrap[data-overflow] .shk-chapter_title_inner:after {
  display: block;
  content: attr(data-chapter);
}

.shk-chapter_title {
  color: var(--color-text);
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
}

.shk-chapter_item[data-active] .shk-chapter_title {
  overflow: visible;
}

.shk-chapter_item[data-active] .shk-chapter_title_wrap[data-overflow] .shk-chapter_title, .shk-chapter_item[data-active] .shk-chapter_title_wrap[data-overflow] .shk-chapter_title_inner:after {
  -webkit-animation: marquee linear infinite;
  animation: marquee linear infinite;
  -webkit-animation-duration: inherit;
  animation-duration: inherit;
  padding-right: 60px;
  color: currentColor;
}

@media (max-width: 640px) {
  .shk-chapter {
    left: 10px;
    right: 10px;
  }
  .shk-chapter_main {
    padding: 0 10px;
  }
}
/**
 * Swiper 8.2.6
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2022 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: June 29, 2022
 */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color:#007aff;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.swiper-android .swiper-slide, .swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
          transform: translate3d(0px, 0, 0);
}

.swiper-pointer-events {
  -ms-touch-action: pan-y;
      touch-action: pan-y;
}

.swiper-pointer-events.swiper-vertical {
  -ms-touch-action: pan-x;
      touch-action: pan-x;
}

.swiper-slide {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-autoheight, .swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

.swiper-backface-hidden .swiper-slide {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-3d, .swiper-3d.swiper-css-mode .swiper-wrapper {
  -webkit-perspective: 1200px;
          perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide, .swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top, .swiper-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
      scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
  content: "";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-ordinal-group: 10000;
      -ms-flex-order: 9999;
          order: 9999;
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
          margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
          margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
}

.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size:44px;
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next.swiper-button-hidden, .swiper-button-prev.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-next, .swiper-navigation-disabled .swiper-button-prev {
  display: none !important;
}

.swiper-button-next:after, .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 0.3s opacity;
  transition: 0.3s opacity;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-disabled > .swiper-pagination, .swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
      -ms-transform: scale(0.33);
          transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
      -ms-transform: scale(0.66);
          transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
      -ms-transform: scale(0.33);
          transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
      -ms-transform: scale(0.66);
          transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
      -ms-transform: scale(0.33);
          transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: 50%;
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
          transform: translate3d(0px, -50%, 0);
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 8px;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 0.2s top, 0.2s -webkit-transform;
  transition: 0.2s top, 0.2s -webkit-transform;
  transition: 0.2s transform, 0.2s top;
  transition: 0.2s transform, 0.2s top, 0.2s -webkit-transform;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 0.2s left, 0.2s -webkit-transform;
  transition: 0.2s left, 0.2s -webkit-transform;
  transition: 0.2s transform, 0.2s left;
  transition: 0.2s transform, 0.2s left, 0.2s -webkit-transform;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 0.2s right, 0.2s -webkit-transform;
  transition: 0.2s right, 0.2s -webkit-transform;
  transition: 0.2s transform, 0.2s right;
  transition: 0.2s transform, 0.2s right, 0.2s -webkit-transform;
}

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: left top;
      -ms-transform-origin: left top;
          transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
      -ms-transform-origin: right top;
          transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-scrollbar-disabled > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-scrollbar.swiper-scrollbar-vertical, .swiper-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
      -ms-transform-origin: 50%;
          transform-origin: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader, .swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
          animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color:#fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color:#000;
}

@-webkit-keyframes swiper-preloader-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active, .swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
      -ms-transform-origin: 0 0;
          transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
      -ms-transform-origin: 100% 0;
          transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-next, .swiper-cube .swiper-slide-next + .swiper-slide, .swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-slide-shadow-bottom, .swiper-cube .swiper-slide-shadow-left, .swiper-cube .swiper-slide-shadow-right, .swiper-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  -webkit-filter: blur(50px);
          filter: blur(50px);
}

.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active, .swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-bottom, .swiper-flip .swiper-slide-shadow-left, .swiper-flip .swiper-slide-shadow-right, .swiper-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  -webkit-transition-property: opacity, height, -webkit-transform;
  transition-property: opacity, height, -webkit-transform;
  transition-property: transform, opacity, height;
  transition-property: transform, opacity, height, -webkit-transform;
}

.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  -webkit-transform-origin: center bottom;
      -ms-transform-origin: center bottom;
          transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}

:root {
  --color-primary: hsl(var(--color),var(--l));
  --color-primary-darker: hsl(var(--color),calc(var(--l) - -50%));
  --color-primary-darkest: hsl(var(--color),calc(var(--l) - 10%));
}

:root {
  --light: #ffffff;
  --medium: #FCE5D8;
  --accent: #E40521;
  --accent-reverse: #ffffff;
  --accent-darker: #B4041A;
}

[data-theme=eldfesten] {
  --primary: hsl(352, 96%, 46%);
  --secondary: hsl(352, 96%, 46%);
  --cta-text: #ffffff;
  --footer: #000000;
  --footer-text: #ffffff;
  --gradient: linear-gradient(90deg, #E40521 0%, #FECC00 30.43%, #E40521 68.23%, #FECC00 100%);
  --cta: #E40521;
}
[data-theme=eldfesten] .jumbotron .navbar.submenu .dropdown .accordion-button:after {
  -webkit-filter: invert(100%);
          filter: invert(100%);
}

[data-theme=yellow] {
  --primary: hsl(52, 100%, 50%);
  --primary-lighter: hsl(52, 100%, 90%);
  --primary-darker: hsl(52, 100%, 30%);
  --secondary: hsl(135, 78%, 30%);
  --secondary-lightest: hsl(135, 78%, 95%);
  --secondary-lighter: hsl(135, 78%, 90%);
  --secondary-darker: hsl(135, 78%, 15%);
  --secondary-light: hsl(135, 78%, 70%);
  --footer: #11882F;
  --footer-text: #ffffff;
  --light: hsl(52, 100%, 70%);
  --medium: #FFF6DB;
  --mediumdark: #FFF6DB;
  --accent: #FFDD00;
  --cta: #FFDD00;
  --cta-text: #000000;
  --accent-reverse: #000000;
  --accent-darker: #F0D000;
  --converse: #13A538;
  --converse-cta: #11882F;
  --converse-text: #ffffff;
}
[data-theme=yellow] .jumbotron .navbar.submenu .dropdown .accordion-button:after {
  -webkit-filter: invert(100%);
          filter: invert(100%);
}

[data-theme=pink] {
  --primary: hsl(332, 79%, 49%);
  --primary-lighter: hsl(332, 79%, 90%);
  --primary-darker: hsl(332, 79%, 30%);
  --secondary: hsl(262, 55%, 33.1%);
  --secondary-lightest: hsl(262, 55%, 95%);
  --secondary-lighter: hsl(262, 55%, 90%);
  --secondary-darker: hsl(262, 55%, 22%);
  --secondary-light: hsl(262, 55%, 70%);
  --footer: hsl(262, 55%, 33.1%);
  --footer-text: #ffffff;
  --light: hsl(332, 79%, 70%);
  --medium: #FCDEEC;
  --mediumdark: #FCDEEC;
  --accent: #E94190;
  --cta: #E01A76;
  --cta-text: #ffffff;
  --accent-reverse: #ffffff;
  --accent-darker: #E62881;
  --converse: hsl(262, 55%, 33.1%);
  --converse-cta: hsl(262, 55%, 33.1%);
  --converse-text: #ffffff;
}
[data-theme=pink] .jumbotron .navbar.submenu .dropdown .accordion-button:after {
  -webkit-filter: invert(100%);
          filter: invert(100%);
}

[data-theme=red] {
  --primary: hsl(352, 96%, 46%);
  --primary-lighter: hsl(352, 96%, 90%);
  --primary-darker: hsl(352, 96%, 25%);
  --secondary: hsl(332, 79%, 49%);
  --secondary-lightest: hsl(332, 79%, 95%);
  --secondary-lighter: hsl(332, 79%, 90%);
  --secondary-darker: hsl(332, 79%, 30%);
  --secondary-light: hsl(332, 79%, 70%);
  --footer: #E01A76;
  --footer-text: #ffffff;
  --light: hsl(352, 96%, 70%);
  --medium: #FEDCE0;
  --mediumdark: #FEDCE0;
  --accent: #E40521;
  --cta: #E40521;
  --cta-text: #ffffff;
  --accent-reverse: #ffffff;
  --accent-darker: #B4041A;
  --converse: #E94190;
  --converse-cta: #E01A76;
  --converse-text: #ffffff;
}
[data-theme=red] .jumbotron .navbar.submenu .dropdown .accordion-button:after {
  -webkit-filter: invert(100%);
          filter: invert(100%);
}

[data-theme=purple] {
  --primary: hsl(262, 55%, 33.1%);
  --primary-lighter: hsl(262, 55%, 90%);
  --primary-darker: hsl(262, 55%, 22%);
  --secondary: hsl(192, 100%, 39%);
  --secondary-lightest: hsl(192, 100%, 95%);
  --secondary-lighter: hsl(192, 100%, 90%);
  --secondary-darker: hsl(192, 100%, 20%);
  --secondary-light: hsl(192, 100%, 70%);
  --footer: #11882F;
  --footer-text: #ffffff;
  --light: hsl(262, 55%, 70%);
  --medium: #EAE2F8;
  --mediumdark: #EAE2F8;
  --accent: hsl(262, 55%, 33.1%);
  --cta: hsl(262, 55%, 33.1%);
  --cta-text: #ffffff;
  --accent-reverse: #ffffff;
  --accent-darker: #3D206F;
  --converse: hsl(135, 78%, 30%);
  --converse-cta: #11882F;
  --converse-text: #ffffff;
}
[data-theme=purple] .jumbotron .navbar.submenu .dropdown .accordion-button:after {
  -webkit-filter: invert(100%);
          filter: invert(100%);
}

[data-theme=blue] {
  --primary: hsl(192, 100%, 39%);
  --primary-lighter: hsl(192, 100%, 90%);
  --primary-darker: hsl(192, 100%, 20%);
  --secondary: hsl(262, 55%, 33.1%);
  --secondary-lightest: hsl(262, 55%, 95%);
  --secondary-lighter: hsl(262, 55%, 90%);
  --secondary-darker: hsl(262, 55%, 22%);
  --secondary-light: hsl(262, 55%, 70%);
  --footer: hsl(262, 55%, 33.1%);
  --footer-text: #ffffff;
  --light: hsl(192, 100%, 70%);
  --medium: #DBF8FF;
  --mediumdark: #DBF8FF;
  --accent: #00B5E2;
  --cta: #009FC7;
  --cta-text: #ffffff;
  --accent-reverse: #ffffff;
  --accent-darker: #009FC7;
  --converse: hsl(262, 55%, 33.1%);
  --converse-cta: hsl(262, 55%, 33.1%);
  --converse-text: #ffffff;
}
[data-theme=blue] .jumbotron .navbar.submenu .dropdown .accordion-button:after {
  -webkit-filter: invert(100%);
          filter: invert(100%);
}

[data-theme=green] {
  --primary: hsl(135, 78%, 30%);
  --primary-lighter: hsl(135, 78%, 90%);
  --primary-darker: hsl(135, 78%, 15%);
  --secondary: hsl(332, 79%, 49%);
  --secondary-lightest: hsl(332, 79%, 95%);
  --secondary-lighter: hsl(332, 79%, 90%);
  --secondary-darker: hsl(332, 79%, 30%);
  --secondary-light: hsl(332, 79%, 70%);
  --footer: #E01A76;
  --footer-text: #ffffff;
  --light: hsl(135, 78%, 70%);
  --medium: #DFFBE6;
  --mediumdark: #DFFBE6;
  --accent: #13A538;
  --cta: #11882F;
  --cta-text: #ffffff;
  --accent-reverse: #ffffff;
  --accent-darker: #0F7A2A;
  --converse: #E94190;
  --converse-cta: #E01A76;
  --converse-text: #ffffff;
}
[data-theme=green] .jumbotron .navbar.submenu .dropdown .accordion-button:after {
  -webkit-filter: invert(100%);
          filter: invert(100%);
}

[data-theme=black] {
  --primary: hsl(0, 0%, 0%);
  --primary-lighter: hsl(0, 0%, 90%);
  --primary-darker: hsl(0, 0%, 0%);
  --secondary: hsl(262, 55%, 33.1%);
  --secondary-lightest: hsl(262, 55%, 95%);
  --secondary-lighter: hsl(262, 55%, 90%);
  --secondary-darker: hsl(262, 55%, 22%);
  --secondary-light: hsl(262, 55%, 70%);
  --footer: hsl(262, 55%, 33.1%);
  --footer-text: #ffffff;
  --light: hsl(0, 0%, 70%);
  --medium: #eeeeee;
  --mediumdark: #dddddd;
  --accent: hsl(262, 55%, 33.1%);
  --cta: #000000;
  --cta-text: #ffffff;
  --accent-reverse: #ffffff;
  --accent-darker: #222222;
  --converse-text: #000000;
  --converse: hsl(262, 55%, 33.1%);
  --converse-cta: hsl(262, 55%, 33.1%);
  --converse-text: #ffffff;
}
[data-theme=black] .block--darker {
  --cta: #ffffff;
  --cta-text: #000000;
}
[data-theme=black] .block--darker .btn-primary:hover, [data-theme=black] .block--darker .cards--with-buttons .card-footer a:hover, .cards--with-buttons .card-footer [data-theme=black] .block--darker a:hover, [data-theme=black] .block--darker .EPiServerForms button[type=submit]:hover, .EPiServerForms [data-theme=black] .block--darker button[type=submit]:hover, [data-theme=black] .block--darker .EPiServerForms input[type=reset]:hover, .EPiServerForms [data-theme=black] .block--darker input[type=reset]:hover, [data-theme=black] .block--darker .btn-primary:focus, [data-theme=black] .block--darker .cards--with-buttons .card-footer a:focus, .cards--with-buttons .card-footer [data-theme=black] .block--darker a:focus, [data-theme=black] .block--darker .EPiServerForms button[type=submit]:focus, .EPiServerForms [data-theme=black] .block--darker button[type=submit]:focus, [data-theme=black] .block--darker .EPiServerForms input[type=reset]:focus, .EPiServerForms [data-theme=black] .block--darker input[type=reset]:focus, [data-theme=black] .block--darker.cards--with-buttons .card-footer a:hover, [data-theme=black] .block--darker.cards--with-buttons .card-footer a:focus {
  background-color: #ccc;
  color: #000000;
}
[data-theme=black] .jumbotron .navbar.submenu .dropdown .accordion-button:after {
  -webkit-filter: invert(100%);
          filter: invert(100%);
}

/*!
 * Bootstrap v5.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-info: hsl(192, 100%, 39%);
  --bs-danger: hsl(352, 96%, 46%);
  --bs-light: #ffffff;
  --bs-dark: #000000;
  --bs-info-rgb: 0, 159, 199;
  --bs-danger-rgb: 230, 5, 35;
  --bs-light-rgb: 255, 255, 255;
  --bs-dark-rgb: 0, 0, 0;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-body-color-rgb: 0, 0, 0;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #000;
  --bs-body-bg: #fff;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}

body {
  margin: 0;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

hr {
  margin: 1rem 0;
  color: inherit;
  background-color: currentColor;
  border: 0;
  opacity: 0.25;
}

hr:not([size]) {
  height: 1px;
}

h6, .h6, .cards--no-images .amplify, h5, .accordion-item .accordion-button, .h5, h4, .h4, h3, .EPiServerForms .Form__Title, .h3, h2, .h2, h1, .h1, .block--quote .quote-icon {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

h1, .h1, .block--quote .quote-icon {
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  h1, .h1, .block--quote .quote-icon {
    font-size: 2.5rem;
  }
}

h2, .h2 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  h2, .h2 {
    font-size: 2rem;
  }
}

h3, .EPiServerForms .Form__Title, .h3 {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  h3, .EPiServerForms .Form__Title, .h3 {
    font-size: 1.75rem;
  }
}

h4, .h4 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  h4, .h4 {
    font-size: 1.5rem;
  }
}

h5, .accordion-item .accordion-button, .h5 {
  font-size: 1.25rem;
}

h6, .h6, .cards--no-images .amplify {
  font-size: 1rem;
}

p, .modal--search input, .rt-podcastplayer.fixed .shk-chapter_title, .rt-podcastplayer.fixed .shk-chapter_duration, .chapters button, .filters-button-group .button, .rt-editor ol, .rt-editor ul {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-bs-original-title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul {
  padding-left: 2rem;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small, .small, .floating-grid__item, .rt-podcastplayer.fixed .shk-title, .chapters button, .EPiServerForms + p, .modal--search .EPiServerForms + input, .rt-podcastplayer.fixed .EPiServerForms + .shk-chapter_title, .rt-podcastplayer.fixed .EPiServerForms + .shk-chapter_duration, .rt-editor .EPiServerForms + ul, .rt-editor .EPiServerForms + ol, .filters-button-group .button {
  font-size: 0.875em;
}

mark, .mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

sub,
sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #0d6efd;
  text-decoration: underline;
}
a:hover {
  color: #0a58ca;
}

a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
  direction: ltr /* rtl:ignore */;
  unicode-bidi: bidi-override;
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

code {
  font-size: 0.875em;
  color: #d63384;
  word-wrap: break-word;
}
a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 0.875em;
  color: #fff;
  background-color: #212529;
  border-radius: 0;
}
kbd kbd {
  padding: 0;
  font-size: 1em;
  font-weight: 700;
}

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

table {
  caption-side: bottom;
  border-collapse: collapse;
}

caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: #6c757d;
  text-align: left;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}
select:disabled {
  opacity: 1;
}

[list]::-webkit-calendar-picker-indicator {
  display: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}
button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

textarea {
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
}
@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}
legend + * {
  clear: left;
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}

::-webkit-inner-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: textfield;
}

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

::-webkit-file-upload-button {
  font: inherit;
}

::file-selector-button {
  font: inherit;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

iframe {
  border: 0;
}

summary {
  display: list-item;
  cursor: pointer;
}

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

.lead, .EPiServerForms .Form__Description {
  font-size: 1.25rem;
  font-weight: 300;
}

.display-1 {
  font-size: calc(1.625rem + 4.5vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-1 {
    font-size: 5rem;
  }
}

.display-2 {
  font-size: calc(1.575rem + 3.9vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-2 {
    font-size: 4.5rem;
  }
}

.display-3 {
  font-size: calc(1.525rem + 3.3vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-3 {
    font-size: 4rem;
  }
}

.display-4 {
  font-size: calc(1.475rem + 2.7vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-4 {
    font-size: 3.5rem;
  }
}

.display-5 {
  font-size: calc(1.425rem + 2.1vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-5 {
    font-size: 3rem;
  }
}

.display-6 {
  font-size: calc(1.375rem + 1.5vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-6 {
    font-size: 2.5rem;
  }
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.initialism {
  font-size: 0.875em;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}
.blockquote > :last-child {
  margin-bottom: 0;
}

.blockquote-footer {
  margin-top: -1rem;
  margin-bottom: 1rem;
  font-size: 0.875em;
  color: #6c757d;
}
.blockquote-footer::before {
  content: "— ";
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0;
  -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
          box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.figure-caption {
  font-size: 0.875em;
  color: #6c757d;
}

.container, .offcanvas-body, .modal--search .modal-dialog,
.container-fluid,
.with-navigation .navbar.submenu,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm, .container, .offcanvas-body, .modal--search .modal-dialog {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container, .offcanvas-body, .modal--search .modal-dialog {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container, .offcanvas-body, .modal--search .modal-dialog {
    max-width: 960px;
  }
}
@media (min-width: 1400px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container, .offcanvas-body, .modal--search .modal-dialog {
    max-width: 1280px;
  }
}
@media (min-width: 1600px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container, .offcanvas-body, .modal--search .modal-dialog {
    max-width: 1440px;
  }
}
.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.row > * {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

.col {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0%;
          flex: 1 0 0%;
}

.row-cols-auto > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
}

.row-cols-1 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100%;
}

.row-cols-2 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 50%;
}

.row-cols-3 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 33.3333333333%;
}

.row-cols-4 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 25%;
}

.row-cols-5 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 20%;
}

.row-cols-6 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 16.6666666667%;
}

.col-auto {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
}

.col-1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 8.33333333%;
}

.col-2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 16.66666667%;
}

.col-3 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 25%;
}

.col-4 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 33.33333333%;
}

.col-5 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 41.66666667%;
}

.col-6 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 50%;
}

.col-7 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 58.33333333%;
}

.col-8 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 66.66666667%;
}

.col-9 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 75%;
}

.col-10 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 83.33333333%;
}

.col-11 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 91.66666667%;
}

.col-12 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100%;
}

.offset-1 {
  margin-left: 8.33333333%;
}

.offset-2 {
  margin-left: 16.66666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.33333333%;
}

.offset-5 {
  margin-left: 41.66666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.33333333%;
}

.offset-8 {
  margin-left: 66.66666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.33333333%;
}

.offset-11 {
  margin-left: 91.66666667%;
}

.g-0,
.gx-0 {
  --bs-gutter-x: 0;
}

.g-0,
.gy-0 {
  --bs-gutter-y: 0;
}

.g-1,
.gx-1 {
  --bs-gutter-x: 0.25rem;
}

.g-1,
.gy-1 {
  --bs-gutter-y: 0.25rem;
}

.g-2,
.gx-2 {
  --bs-gutter-x: 0.5rem;
}

.g-2,
.gy-2 {
  --bs-gutter-y: 0.5rem;
}

.g-3,
.gx-3 {
  --bs-gutter-x: 1rem;
}

.g-3,
.gy-3 {
  --bs-gutter-y: 1rem;
}

.g-4,
.gx-4 {
  --bs-gutter-x: 1.5rem;
}

.g-4,
.gy-4 {
  --bs-gutter-y: 1.5rem;
}

.g-5, .cards--no-images .g-4,
.gx-5 {
  --bs-gutter-x: 3rem;
}

.g-5, .cards--no-images .g-4,
.gy-5 {
  --bs-gutter-y: 3rem;
}

.g-6,
.gx-6 {
  --bs-gutter-x: 4rem;
}

.g-6,
.gy-6 {
  --bs-gutter-y: 4rem;
}

.g-7,
.gx-7 {
  --bs-gutter-x: 5rem;
}

.g-7,
.gy-7 {
  --bs-gutter-y: 5rem;
}

.g-8,
.gx-8 {
  --bs-gutter-x: 6rem;
}

.g-8,
.gy-8 {
  --bs-gutter-y: 6rem;
}

.g-9,
.gx-9 {
  --bs-gutter-x: 7.5rem;
}

.g-9,
.gy-9 {
  --bs-gutter-y: 7.5rem;
}

@media (min-width: 576px) {
  .col-sm {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
  }
  .row-cols-sm-auto > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .row-cols-sm-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-sm-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-sm-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-sm-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-sm-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-sm-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-sm-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-sm-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-sm-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-sm-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-sm-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
  .g-sm-0,
  .gx-sm-0 {
    --bs-gutter-x: 0;
  }
  .g-sm-0,
  .gy-sm-0 {
    --bs-gutter-y: 0;
  }
  .g-sm-1,
  .gx-sm-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-sm-1,
  .gy-sm-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-sm-2,
  .gx-sm-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-sm-2,
  .gy-sm-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-sm-3,
  .gx-sm-3 {
    --bs-gutter-x: 1rem;
  }
  .g-sm-3,
  .gy-sm-3 {
    --bs-gutter-y: 1rem;
  }
  .g-sm-4,
  .gx-sm-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-sm-4,
  .gy-sm-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-sm-5,
  .gx-sm-5 {
    --bs-gutter-x: 3rem;
  }
  .g-sm-5,
  .gy-sm-5 {
    --bs-gutter-y: 3rem;
  }
  .g-sm-6,
  .gx-sm-6 {
    --bs-gutter-x: 4rem;
  }
  .g-sm-6,
  .gy-sm-6 {
    --bs-gutter-y: 4rem;
  }
  .g-sm-7,
  .gx-sm-7 {
    --bs-gutter-x: 5rem;
  }
  .g-sm-7,
  .gy-sm-7 {
    --bs-gutter-y: 5rem;
  }
  .g-sm-8,
  .gx-sm-8 {
    --bs-gutter-x: 6rem;
  }
  .g-sm-8,
  .gy-sm-8 {
    --bs-gutter-y: 6rem;
  }
  .g-sm-9,
  .gx-sm-9 {
    --bs-gutter-x: 7.5rem;
  }
  .g-sm-9,
  .gy-sm-9 {
    --bs-gutter-y: 7.5rem;
  }
}
@media (min-width: 768px) {
  .col-md {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
  }
  .row-cols-md-auto > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .row-cols-md-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-md-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
  .g-md-0,
  .gx-md-0 {
    --bs-gutter-x: 0;
  }
  .g-md-0,
  .gy-md-0 {
    --bs-gutter-y: 0;
  }
  .g-md-1,
  .gx-md-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-md-1,
  .gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-md-2,
  .gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-md-2,
  .gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-md-3,
  .gx-md-3 {
    --bs-gutter-x: 1rem;
  }
  .g-md-3,
  .gy-md-3 {
    --bs-gutter-y: 1rem;
  }
  .g-md-4,
  .gx-md-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-md-4,
  .gy-md-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-md-5,
  .gx-md-5 {
    --bs-gutter-x: 3rem;
  }
  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y: 3rem;
  }
  .g-md-6,
  .gx-md-6 {
    --bs-gutter-x: 4rem;
  }
  .g-md-6,
  .gy-md-6 {
    --bs-gutter-y: 4rem;
  }
  .g-md-7,
  .gx-md-7 {
    --bs-gutter-x: 5rem;
  }
  .g-md-7,
  .gy-md-7 {
    --bs-gutter-y: 5rem;
  }
  .g-md-8,
  .gx-md-8 {
    --bs-gutter-x: 6rem;
  }
  .g-md-8,
  .gy-md-8 {
    --bs-gutter-y: 6rem;
  }
  .g-md-9,
  .gx-md-9 {
    --bs-gutter-x: 7.5rem;
  }
  .g-md-9,
  .gy-md-9 {
    --bs-gutter-y: 7.5rem;
  }
}
@media (min-width: 992px) {
  .col-lg {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
  }
  .row-cols-lg-auto > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lg-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lg-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lg-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-lg-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
  .g-lg-0,
  .gx-lg-0 {
    --bs-gutter-x: 0;
  }
  .g-lg-0,
  .gy-lg-0 {
    --bs-gutter-y: 0;
  }
  .g-lg-1,
  .gx-lg-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-lg-1,
  .gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-lg-2,
  .gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-lg-2,
  .gy-lg-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-lg-3,
  .gx-lg-3 {
    --bs-gutter-x: 1rem;
  }
  .g-lg-3,
  .gy-lg-3 {
    --bs-gutter-y: 1rem;
  }
  .g-lg-4,
  .gx-lg-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-lg-4,
  .gy-lg-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-lg-5,
  .gx-lg-5 {
    --bs-gutter-x: 3rem;
  }
  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
  .g-lg-6,
  .gx-lg-6 {
    --bs-gutter-x: 4rem;
  }
  .g-lg-6,
  .gy-lg-6 {
    --bs-gutter-y: 4rem;
  }
  .g-lg-7,
  .gx-lg-7 {
    --bs-gutter-x: 5rem;
  }
  .g-lg-7,
  .gy-lg-7 {
    --bs-gutter-y: 5rem;
  }
  .g-lg-8,
  .gx-lg-8 {
    --bs-gutter-x: 6rem;
  }
  .g-lg-8,
  .gy-lg-8 {
    --bs-gutter-y: 6rem;
  }
  .g-lg-9,
  .gx-lg-9 {
    --bs-gutter-x: 7.5rem;
  }
  .g-lg-9,
  .gy-lg-9 {
    --bs-gutter-y: 7.5rem;
  }
}
@media (min-width: 1400px) {
  .col-xl {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
  }
  .row-cols-xl-auto > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xl-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xl-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xl-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xl-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
  .g-xl-0,
  .gx-xl-0 {
    --bs-gutter-x: 0;
  }
  .g-xl-0,
  .gy-xl-0 {
    --bs-gutter-y: 0;
  }
  .g-xl-1,
  .gx-xl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xl-1,
  .gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xl-2,
  .gx-xl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xl-2,
  .gy-xl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xl-3,
  .gx-xl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xl-3,
  .gy-xl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xl-4,
  .gx-xl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xl-4,
  .gy-xl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xl-5,
  .gx-xl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xl-5,
  .gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
  .g-xl-6,
  .gx-xl-6 {
    --bs-gutter-x: 4rem;
  }
  .g-xl-6,
  .gy-xl-6 {
    --bs-gutter-y: 4rem;
  }
  .g-xl-7,
  .gx-xl-7 {
    --bs-gutter-x: 5rem;
  }
  .g-xl-7,
  .gy-xl-7 {
    --bs-gutter-y: 5rem;
  }
  .g-xl-8,
  .gx-xl-8 {
    --bs-gutter-x: 6rem;
  }
  .g-xl-8,
  .gy-xl-8 {
    --bs-gutter-y: 6rem;
  }
  .g-xl-9,
  .gx-xl-9 {
    --bs-gutter-x: 7.5rem;
  }
  .g-xl-9,
  .gy-xl-9 {
    --bs-gutter-y: 7.5rem;
  }
}
@media (min-width: 1600px) {
  .col-xxl {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
  }
  .row-cols-xxl-auto > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxl-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxl-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxl-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xxl-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxl-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxl-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xxl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
  .g-xxl-0,
  .gx-xxl-0 {
    --bs-gutter-x: 0;
  }
  .g-xxl-0,
  .gy-xxl-0 {
    --bs-gutter-y: 0;
  }
  .g-xxl-1,
  .gx-xxl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xxl-1,
  .gy-xxl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xxl-2,
  .gx-xxl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xxl-2,
  .gy-xxl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xxl-3,
  .gx-xxl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xxl-3,
  .gy-xxl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xxl-4,
  .gx-xxl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xxl-4,
  .gy-xxl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xxl-5,
  .gx-xxl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xxl-5,
  .gy-xxl-5 {
    --bs-gutter-y: 3rem;
  }
  .g-xxl-6,
  .gx-xxl-6 {
    --bs-gutter-x: 4rem;
  }
  .g-xxl-6,
  .gy-xxl-6 {
    --bs-gutter-y: 4rem;
  }
  .g-xxl-7,
  .gx-xxl-7 {
    --bs-gutter-x: 5rem;
  }
  .g-xxl-7,
  .gy-xxl-7 {
    --bs-gutter-y: 5rem;
  }
  .g-xxl-8,
  .gx-xxl-8 {
    --bs-gutter-x: 6rem;
  }
  .g-xxl-8,
  .gy-xxl-8 {
    --bs-gutter-y: 6rem;
  }
  .g-xxl-9,
  .gx-xxl-9 {
    --bs-gutter-x: 7.5rem;
  }
  .g-xxl-9,
  .gy-xxl-9 {
    --bs-gutter-y: 7.5rem;
  }
}
.table {
  --bs-table-bg: transparent;
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: #000;
  --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
  --bs-table-active-color: #000;
  --bs-table-active-bg: rgba(0, 0, 0, 0.1);
  --bs-table-hover-color: #000;
  --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
  width: 100%;
  margin-bottom: 1rem;
  color: #000;
  vertical-align: top;
  border-color: rgba(255, 255, 255, 0.07);
}
.table > :not(caption) > * > * {
  padding: 0.5rem 0.5rem;
  background-color: var(--bs-table-bg);
  border-bottom-width: 1px;
  -webkit-box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
          box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}
.table > tbody {
  vertical-align: inherit;
}
.table > thead {
  vertical-align: bottom;
}
.table > :not(:first-child) {
  border-top: 2px solid currentColor;
}

.caption-top {
  caption-side: top;
}

.table-sm > :not(caption) > * > * {
  padding: 0.25rem 0.25rem;
}

.table-bordered > :not(caption) > * {
  border-width: 1px 0;
}
.table-bordered > :not(caption) > * > * {
  border-width: 0 1px;
}

.table-borderless > :not(caption) > * > * {
  border-bottom-width: 0;
}
.table-borderless > :not(:first-child) {
  border-top-width: 0;
}

.table-striped > tbody > tr:nth-of-type(odd) > * {
  --bs-table-accent-bg: var(--bs-table-striped-bg);
  color: var(--bs-table-striped-color);
}

.table-active {
  --bs-table-accent-bg: var(--bs-table-active-bg);
  color: var(--bs-table-active-color);
}

.table-hover > tbody > tr:hover > * {
  --bs-table-accent-bg: var(--bs-table-hover-bg);
  color: var(--bs-table-hover-color);
}

.table-primary {
  --bs-table-bg: #cfe2ff;
  --bs-table-striped-bg: #c5d7f2;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #bacbe6;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #bfd1ec;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #bacbe6;
}

.table-secondary {
  --bs-table-bg: #e2e3e5;
  --bs-table-striped-bg: #d7d8da;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #cbccce;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #d1d2d4;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #cbccce;
}

.table-success {
  --bs-table-bg: #d1e7dd;
  --bs-table-striped-bg: #c7dbd2;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #bcd0c7;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #c1d6cc;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #bcd0c7;
}

.table-info {
  --bs-table-bg: #cff4fc;
  --bs-table-striped-bg: #c5e8ef;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #badce3;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #bfe2e9;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #badce3;
}

.table-warning {
  --bs-table-bg: #fff3cd;
  --bs-table-striped-bg: #f2e7c3;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #e6dbb9;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #ece1be;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #e6dbb9;
}

.table-danger {
  --bs-table-bg: #facdd3;
  --bs-table-striped-bg: #eec3c8;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #e1b9be;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e7bec3;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #e1b9be;
}

.table-light {
  --bs-table-bg: #f8f9fa;
  --bs-table-striped-bg: #ecedee;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #dfe0e1;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e5e6e7;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #dfe0e1;
}

.table-dark {
  --bs-table-bg: #212529;
  --bs-table-striped-bg: #2c3034;
  --bs-table-striped-color: #fff;
  --bs-table-active-bg: #373b3e;
  --bs-table-active-color: #fff;
  --bs-table-hover-bg: #323539;
  --bs-table-hover-color: #fff;
  color: #fff;
  border-color: #373b3e;
}

.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1399.98px) {
  .table-responsive-xl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1599.98px) {
  .table-responsive-xxl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.form-label, .EPiServerForms .Form__Element .Form__Element__Caption {
  margin-bottom: 0.5rem;
}

.col-form-label {
  padding-top: 13px;
  padding-bottom: 13px;
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.2rem;
}

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
}

.form-text {
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #6c757d;
}

.form-control, .EPiServerForms .Form__Element .FormTextbox__Input {
  display: block;
  width: 100%;
  padding: 12px 16px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #000;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 4px;
  -webkit-box-shadow: 0;
          box-shadow: 0;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control, .EPiServerForms .Form__Element .FormTextbox__Input {
    -webkit-transition: none;
    transition: none;
  }
}
.form-control[type=file], .EPiServerForms .Form__Element [type=file].FormTextbox__Input {
  overflow: hidden;
}
.form-control[type=file]:not(:disabled):not([readonly]), .EPiServerForms .Form__Element [type=file].FormTextbox__Input:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control:focus, .EPiServerForms .Form__Element .FormTextbox__Input:focus {
  color: #000;
  background-color: #fff;
  border-color: #000000;
  outline: 0;
  -webkit-box-shadow: 0, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
          box-shadow: 0, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-control::-webkit-date-and-time-value, .EPiServerForms .Form__Element .FormTextbox__Input::-webkit-date-and-time-value {
  height: 1.5em;
}
.form-control::-webkit-input-placeholder, .EPiServerForms .Form__Element .FormTextbox__Input::-webkit-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::-moz-placeholder, .EPiServerForms .Form__Element .FormTextbox__Input::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:-ms-input-placeholder, .EPiServerForms .Form__Element .FormTextbox__Input:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::-ms-input-placeholder, .EPiServerForms .Form__Element .FormTextbox__Input::-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::placeholder, .EPiServerForms .Form__Element .FormTextbox__Input::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:disabled, .EPiServerForms .Form__Element .FormTextbox__Input:disabled, .form-control[readonly], .EPiServerForms .Form__Element [readonly].FormTextbox__Input {
  background-color: #e9ecef;
  opacity: 1;
}
.form-control::-webkit-file-upload-button, .EPiServerForms .Form__Element .FormTextbox__Input::-webkit-file-upload-button {
  padding: 12px 16px;
  margin: -12px -16px;
  -webkit-margin-end: 16px;
          margin-inline-end: 16px;
  color: #000;
  background-color: #e9ecef;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, transform 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, transform 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
}
.form-control::file-selector-button, .EPiServerForms .Form__Element .FormTextbox__Input::file-selector-button {
  padding: 12px 16px;
  margin: -12px -16px;
  -webkit-margin-end: 16px;
          margin-inline-end: 16px;
  color: #000;
  background-color: #e9ecef;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, transform 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, transform 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control::-webkit-file-upload-button, .EPiServerForms .Form__Element .FormTextbox__Input::-webkit-file-upload-button {
    -webkit-transition: none;
    transition: none;
  }
  .form-control::file-selector-button, .EPiServerForms .Form__Element .FormTextbox__Input::file-selector-button {
    -webkit-transition: none;
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button, .EPiServerForms .Form__Element .FormTextbox__Input:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
  background-color: #dde0e3;
}
.form-control:hover:not(:disabled):not([readonly])::file-selector-button, .EPiServerForms .Form__Element .FormTextbox__Input:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: #dde0e3;
}
.form-control::-webkit-file-upload-button, .EPiServerForms .Form__Element .FormTextbox__Input::-webkit-file-upload-button {
  padding: 12px 16px;
  margin: -12px -16px;
  -webkit-margin-end: 16px;
          margin-inline-end: 16px;
  color: #000;
  background-color: #e9ecef;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, transform 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, transform 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control::-webkit-file-upload-button, .EPiServerForms .Form__Element .FormTextbox__Input::-webkit-file-upload-button {
    -webkit-transition: none;
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button, .EPiServerForms .Form__Element .FormTextbox__Input:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
  background-color: #dde0e3;
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 12px 0;
  margin-bottom: 0;
  line-height: 1.5;
  color: #000;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  min-height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0;
}
.form-control-sm::-webkit-file-upload-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  -webkit-margin-end: 0.5rem;
          margin-inline-end: 0.5rem;
}
.form-control-sm::file-selector-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  -webkit-margin-end: 0.5rem;
          margin-inline-end: 0.5rem;
}
.form-control-sm::-webkit-file-upload-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  -webkit-margin-end: 0.5rem;
          margin-inline-end: 0.5rem;
}

.form-control-lg {
  min-height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.2rem;
  border-radius: 0;
}
.form-control-lg::-webkit-file-upload-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  -webkit-margin-end: 1rem;
          margin-inline-end: 1rem;
}
.form-control-lg::file-selector-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  -webkit-margin-end: 1rem;
          margin-inline-end: 1rem;
}
.form-control-lg::-webkit-file-upload-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  -webkit-margin-end: 1rem;
          margin-inline-end: 1rem;
}

textarea.form-control, .EPiServerForms .Form__Element textarea.FormTextbox__Input {
  min-height: calc(1.5em + 26px);
}
textarea.form-control-sm {
  min-height: calc(1.5em + 0.5rem + 2px);
}
textarea.form-control-lg {
  min-height: calc(1.5em + 1rem + 2px);
}

.form-control-color {
  width: 3rem;
  height: auto;
  padding: 12px;
}
.form-control-color:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control-color::-moz-color-swatch {
  height: 1.5em;
  border-radius: 4px;
}
.form-control-color::-webkit-color-swatch {
  height: 1.5em;
  border-radius: 4px;
}

.form-select, .EPiServerForms .Form__Element .FormSelection select {
  display: block;
  width: 100%;
  padding: 12px 48px 12px 16px;
  -moz-padding-start: 13px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #000;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 16px center;
  background-size: 16px 12px;
  border: 1px solid #ced4da;
  border-radius: 4px;
  -webkit-box-shadow: 0;
          box-shadow: 0;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .form-select, .EPiServerForms .Form__Element .FormSelection select {
    -webkit-transition: none;
    transition: none;
  }
}
.form-select:focus, .EPiServerForms .Form__Element .FormSelection select:focus {
  border-color: #000000;
  outline: 0;
  -webkit-box-shadow: 0, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
          box-shadow: 0, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-select[multiple], .EPiServerForms .Form__Element .FormSelection select[multiple], .form-select[size]:not([size="1"]), .EPiServerForms .Form__Element .FormSelection select[size]:not([size="1"]) {
  padding-right: 16px;
  background-image: none;
}
.form-select:disabled, .EPiServerForms .Form__Element .FormSelection select:disabled {
  background-color: #e9ecef;
}
.form-select:-moz-focusring, .EPiServerForms .Form__Element .FormSelection select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}

.form-select-sm {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
  border-radius: 0;
}

.form-select-lg {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.2rem;
  border-radius: 0;
}

.form-check, .EPiServerForms .FormChoice label {
  display: block;
  min-height: 1.5rem;
  padding-left: 1.7em;
  margin-bottom: 0.125rem;
}
.form-check .form-check-input, .form-check .EPiServerForms .FormChoice input, .EPiServerForms .FormChoice .form-check input, .EPiServerForms .FormChoice label .form-check-input, .EPiServerForms .FormChoice label input {
  float: left;
  margin-left: -1.7em;
}

.form-check-input, .EPiServerForms .FormChoice input {
  width: 1.2em;
  height: 1.2em;
  margin-top: 0.15em;
  vertical-align: top;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid rgba(0, 0, 0, 0.25);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-print-color-adjust: exact;
          color-adjust: exact;
}
.form-check-input[type=checkbox], .EPiServerForms .FormChoice input[type=checkbox] {
  border-radius: 0.25em;
}
.form-check-input[type=radio], .EPiServerForms .FormChoice input[type=radio] {
  border-radius: 50%;
}
.form-check-input:active, .EPiServerForms .FormChoice input:active {
  -webkit-filter: brightness(90%);
          filter: brightness(90%);
}
.form-check-input:focus, .EPiServerForms .FormChoice input:focus {
  border-color: #000000;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 0 0.25rem rgba(0, 0, 0, 0.1);
}
.form-check-input:checked, .EPiServerForms .FormChoice input:checked {
  background-color: var(--secondary);
  border-color: var(--secondary);
}
.form-check-input:checked[type=checkbox], .EPiServerForms .FormChoice input:checked[type=checkbox] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}
.form-check-input:checked[type=radio], .EPiServerForms .FormChoice input:checked[type=radio] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}
.form-check-input[type=checkbox]:indeterminate, .EPiServerForms .FormChoice input[type=checkbox]:indeterminate {
  background-color: #0d6efd;
  border-color: #0d6efd;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}
.form-check-input:disabled, .EPiServerForms .FormChoice input:disabled {
  pointer-events: none;
  -webkit-filter: none;
          filter: none;
  opacity: 0.5;
}
.form-check-input[disabled] ~ .form-check-label, .EPiServerForms .FormChoice input[disabled] ~ .form-check-label, .EPiServerForms .FormChoice .form-check-input[disabled] ~ label, .EPiServerForms .FormChoice input[disabled] ~ label, .form-check-input:disabled ~ .form-check-label, .EPiServerForms .FormChoice input:disabled ~ .form-check-label, .EPiServerForms .FormChoice .form-check-input:disabled ~ label, .EPiServerForms .FormChoice input:disabled ~ label {
  opacity: 0.5;
}

.form-switch {
  padding-left: 2.5em;
}
.form-switch .form-check-input, .form-switch .EPiServerForms .FormChoice input, .EPiServerForms .FormChoice .form-switch input {
  width: 2em;
  margin-left: -2.5em;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
  background-position: left center;
  border-radius: 2em;
  -webkit-transition: background-position 0.15s ease-in-out;
  transition: background-position 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-switch .form-check-input, .form-switch .EPiServerForms .FormChoice input, .EPiServerForms .FormChoice .form-switch input {
    -webkit-transition: none;
    transition: none;
  }
}
.form-switch .form-check-input:focus, .form-switch .EPiServerForms .FormChoice input:focus, .EPiServerForms .FormChoice .form-switch input:focus {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23000000'/%3e%3c/svg%3e");
}
.form-switch .form-check-input:checked, .form-switch .EPiServerForms .FormChoice input:checked, .EPiServerForms .FormChoice .form-switch input:checked {
  background-position: right center;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

.form-check-inline {
  display: inline-block;
  margin-right: 1rem;
}

.btn-check {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.btn-check[disabled] + .btn, .block--callout .link .btn-check[disabled] + span, .cards--with-buttons .card-footer .btn-check[disabled] + a, .EPiServerForms .btn-check[disabled] + button[type=submit], .EPiServerForms .btn-check[disabled] + input[type=reset], .btn-check:disabled + .btn, .block--callout .link .btn-check:disabled + span, .cards--with-buttons .card-footer .btn-check:disabled + a, .EPiServerForms .btn-check:disabled + button[type=submit], .EPiServerForms .btn-check:disabled + input[type=reset] {
  pointer-events: none;
  -webkit-filter: none;
          filter: none;
  opacity: 0.65;
}

.form-range, .EPiServerForms .FormRange .FormRange__Input {
  width: 100%;
  height: 1.5rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.form-range:focus, .EPiServerForms .FormRange .FormRange__Input:focus {
  outline: 0;
}
.form-range:focus::-webkit-slider-thumb, .EPiServerForms .FormRange .FormRange__Input:focus::-webkit-slider-thumb {
  -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
          box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-range:focus::-moz-range-thumb, .EPiServerForms .FormRange .FormRange__Input:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-range::-moz-focus-outer, .EPiServerForms .FormRange .FormRange__Input::-moz-focus-outer {
  border: 0;
}
.form-range::-webkit-slider-thumb, .EPiServerForms .FormRange .FormRange__Input::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #0d6efd;
  border: 0;
  border-radius: 1rem;
  -webkit-box-shadow: 0 0.1rem 0.25rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.1rem 0.25rem rgba(0, 0, 0, 0.1);
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
          appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-webkit-slider-thumb, .EPiServerForms .FormRange .FormRange__Input::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}
.form-range::-webkit-slider-thumb:active, .EPiServerForms .FormRange .FormRange__Input::-webkit-slider-thumb:active {
  background-color: #b6d4fe;
}
.form-range::-webkit-slider-runnable-track, .EPiServerForms .FormRange .FormRange__Input::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075);
}
.form-range::-moz-range-thumb, .EPiServerForms .FormRange .FormRange__Input::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #0d6efd;
  border: 0;
  border-radius: 1rem;
  box-shadow: 0 0.1rem 0.25rem rgba(0, 0, 0, 0.1);
  -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
       appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-moz-range-thumb, .EPiServerForms .FormRange .FormRange__Input::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}
.form-range::-moz-range-thumb:active, .EPiServerForms .FormRange .FormRange__Input::-moz-range-thumb:active {
  background-color: #b6d4fe;
}
.form-range::-moz-range-track, .EPiServerForms .FormRange .FormRange__Input::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075);
}
.form-range:disabled, .EPiServerForms .FormRange .FormRange__Input:disabled {
  pointer-events: none;
}
.form-range:disabled::-webkit-slider-thumb, .EPiServerForms .FormRange .FormRange__Input:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}
.form-range:disabled::-moz-range-thumb, .EPiServerForms .FormRange .FormRange__Input:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}

.form-floating {
  position: relative;
}
.form-floating > .form-control, .EPiServerForms .Form__Element .form-floating > .FormTextbox__Input,
.form-floating > .form-select,
.EPiServerForms .Form__Element .FormSelection .form-floating > select {
  height: calc(3.5rem + 2px);
  line-height: 1.25;
}
.form-floating > label {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  padding: 1rem 16px;
  pointer-events: none;
  border: 1px solid transparent;
  -webkit-transform-origin: 0 0;
      -ms-transform-origin: 0 0;
          transform-origin: 0 0;
  -webkit-transition: opacity 0.1s ease-in-out, -webkit-transform 0.1s ease-in-out;
  transition: opacity 0.1s ease-in-out, -webkit-transform 0.1s ease-in-out;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out, -webkit-transform 0.1s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-floating > label {
    -webkit-transition: none;
    transition: none;
  }
}
.form-floating > .form-control, .EPiServerForms .Form__Element .form-floating > .FormTextbox__Input {
  padding: 1rem 16px;
}
.form-floating > .form-control::-webkit-input-placeholder, .EPiServerForms .Form__Element .form-floating > .FormTextbox__Input::-webkit-input-placeholder {
  color: transparent;
}
.form-floating > .form-control::-moz-placeholder, .EPiServerForms .Form__Element .form-floating > .FormTextbox__Input::-moz-placeholder {
  color: transparent;
}
.form-floating > .form-control:-ms-input-placeholder, .EPiServerForms .Form__Element .form-floating > .FormTextbox__Input:-ms-input-placeholder {
  color: transparent;
}
.form-floating > .form-control::-ms-input-placeholder, .EPiServerForms .Form__Element .form-floating > .FormTextbox__Input::-ms-input-placeholder {
  color: transparent;
}
.form-floating > .form-control::placeholder, .EPiServerForms .Form__Element .form-floating > .FormTextbox__Input::placeholder {
  color: transparent;
}
.form-floating > .form-control:not(:-moz-placeholder-shown), .EPiServerForms .Form__Element .form-floating > .FormTextbox__Input:not(:-moz-placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:not(:-ms-input-placeholder), .EPiServerForms .Form__Element .form-floating > .FormTextbox__Input:not(:-ms-input-placeholder) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:focus, .EPiServerForms .Form__Element .form-floating > .FormTextbox__Input:focus, .form-floating > .form-control:not(:placeholder-shown), .EPiServerForms .Form__Element .form-floating > .FormTextbox__Input:not(:placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:-webkit-autofill, .EPiServerForms .Form__Element .form-floating > .FormTextbox__Input:-webkit-autofill {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-select, .EPiServerForms .Form__Element .FormSelection .form-floating > select {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:not(:-moz-placeholder-shown) ~ label, .EPiServerForms .Form__Element .form-floating > .FormTextbox__Input:not(:-moz-placeholder-shown) ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:not(:-ms-input-placeholder) ~ label, .EPiServerForms .Form__Element .form-floating > .FormTextbox__Input:not(:-ms-input-placeholder) ~ label {
  opacity: 0.65;
  -ms-transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
      transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:focus ~ label, .EPiServerForms .Form__Element .form-floating > .FormTextbox__Input:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.EPiServerForms .Form__Element .form-floating > .FormTextbox__Input:not(:placeholder-shown) ~ label,
.form-floating > .form-select ~ label,
.EPiServerForms .Form__Element .FormSelection .form-floating > select ~ label {
  opacity: 0.65;
  -webkit-transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
      -ms-transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
          transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:-webkit-autofill ~ label, .EPiServerForms .Form__Element .form-floating > .FormTextbox__Input:-webkit-autofill ~ label {
  opacity: 0.65;
  -webkit-transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
          transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

.input-group {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 100%;
}
.input-group > .form-control, .EPiServerForms .Form__Element .input-group > .FormTextbox__Input,
.input-group > .form-select,
.EPiServerForms .Form__Element .FormSelection .input-group > select {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}
.input-group > .form-control:focus, .EPiServerForms .Form__Element .input-group > .FormTextbox__Input:focus,
.input-group > .form-select:focus,
.EPiServerForms .Form__Element .FormSelection .input-group > select:focus {
  z-index: 3;
}
.input-group .btn, .input-group .block--callout .link span, .block--callout .link .input-group span, .input-group .cards--with-buttons .card-footer a, .cards--with-buttons .card-footer .input-group a, .input-group .EPiServerForms button[type=submit], .EPiServerForms .input-group button[type=submit], .input-group .EPiServerForms input[type=reset], .EPiServerForms .input-group input[type=reset] {
  position: relative;
  z-index: 2;
}
.input-group .btn:focus, .input-group .block--callout .link span:focus, .block--callout .link .input-group span:focus, .input-group .cards--with-buttons .card-footer a:focus, .cards--with-buttons .card-footer .input-group a:focus, .input-group .EPiServerForms button[type=submit]:focus, .EPiServerForms .input-group button[type=submit]:focus, .input-group .EPiServerForms input[type=reset]:focus, .EPiServerForms .input-group input[type=reset]:focus {
  z-index: 3;
}

.input-group-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 12px 16px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #000;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 4px;
}

.input-group-lg > .form-control, .EPiServerForms .Form__Element .input-group-lg > .FormTextbox__Input,
.input-group-lg > .form-select,
.EPiServerForms .Form__Element .FormSelection .input-group-lg > select,
.input-group-lg > .input-group-text,
.input-group-lg > .btn,
.block--callout .link .input-group-lg > span,
.cards--with-buttons .card-footer .input-group-lg > a,
.EPiServerForms .input-group-lg > button[type=submit],
.EPiServerForms .input-group-lg > input[type=reset] {
  padding: 0.5rem 1rem;
  font-size: 1.2rem;
  border-radius: 0;
}

.input-group-sm > .form-control, .EPiServerForms .Form__Element .input-group-sm > .FormTextbox__Input,
.input-group-sm > .form-select,
.EPiServerForms .Form__Element .FormSelection .input-group-sm > select,
.input-group-sm > .input-group-text,
.input-group-sm > .btn,
.block--callout .link .input-group-sm > span,
.cards--with-buttons .card-footer .input-group-sm > a,
.EPiServerForms .input-group-sm > button[type=submit],
.EPiServerForms .input-group-sm > input[type=reset] {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0;
}

.input-group-lg > .form-select, .EPiServerForms .Form__Element .FormSelection .input-group-lg > select,
.input-group-sm > .form-select,
.EPiServerForms .Form__Element .FormSelection .input-group-sm > select {
  padding-right: 64px;
}

.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu),
.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group.has-validation > :nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu),
.input-group.has-validation > .dropdown-toggle:nth-last-child(n+4) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: -1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #198754;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 32px 32px;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: #198754;
  border-radius: 8px;
}

.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-control:valid, .was-validated .EPiServerForms .Form__Element .FormTextbox__Input:valid, .EPiServerForms .Form__Element .was-validated .FormTextbox__Input:valid, .form-control.is-valid, .EPiServerForms .Form__Element .is-valid.FormTextbox__Input {
  border-color: #198754;
  padding-right: calc(1.5em + 24px);
  background-image: none;
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 6px) center;
  background-size: calc(0.75em + 12px) calc(0.75em + 12px);
}
.was-validated .form-control:valid:focus, .was-validated .EPiServerForms .Form__Element .FormTextbox__Input:valid:focus, .EPiServerForms .Form__Element .was-validated .FormTextbox__Input:valid:focus, .form-control.is-valid:focus, .EPiServerForms .Form__Element .is-valid.FormTextbox__Input:focus {
  border-color: #198754;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
          box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}

.was-validated textarea.form-control:valid, .was-validated .EPiServerForms .Form__Element textarea.FormTextbox__Input:valid, .EPiServerForms .Form__Element .was-validated textarea.FormTextbox__Input:valid, textarea.form-control.is-valid, .EPiServerForms .Form__Element textarea.is-valid.FormTextbox__Input {
  padding-right: calc(1.5em + 24px);
  background-position: top calc(0.375em + 6px) right calc(0.375em + 6px);
}

.was-validated .form-select:valid, .was-validated .EPiServerForms .Form__Element .FormSelection select:valid, .EPiServerForms .Form__Element .FormSelection .was-validated select:valid, .form-select.is-valid, .EPiServerForms .Form__Element .FormSelection select.is-valid {
  border-color: #198754;
}
.was-validated .form-select:valid:not([multiple]):not([size]), .was-validated .EPiServerForms .Form__Element .FormSelection select:valid:not([multiple]):not([size]), .EPiServerForms .Form__Element .FormSelection .was-validated select:valid:not([multiple]):not([size]), .was-validated .form-select:valid:not([multiple])[size="1"], .was-validated .EPiServerForms .Form__Element .FormSelection select:valid:not([multiple])[size="1"], .EPiServerForms .Form__Element .FormSelection .was-validated select:valid:not([multiple])[size="1"], .form-select.is-valid:not([multiple]):not([size]), .EPiServerForms .Form__Element .FormSelection select.is-valid:not([multiple]):not([size]), .form-select.is-valid:not([multiple])[size="1"], .EPiServerForms .Form__Element .FormSelection select.is-valid:not([multiple])[size="1"] {
  padding-right: 88px;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), none;
  background-position: right 16px center, center right 48px;
  background-size: 16px 12px, calc(0.75em + 12px) calc(0.75em + 12px);
}
.was-validated .form-select:valid:focus, .was-validated .EPiServerForms .Form__Element .FormSelection select:valid:focus, .EPiServerForms .Form__Element .FormSelection .was-validated select:valid:focus, .form-select.is-valid:focus, .EPiServerForms .Form__Element .FormSelection select.is-valid:focus {
  border-color: #198754;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
          box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}

.was-validated .form-check-input:valid, .was-validated .EPiServerForms .FormChoice input:valid, .EPiServerForms .FormChoice .was-validated input:valid, .form-check-input.is-valid, .EPiServerForms .FormChoice input.is-valid {
  border-color: #198754;
}
.was-validated .form-check-input:valid:checked, .was-validated .EPiServerForms .FormChoice input:valid:checked, .EPiServerForms .FormChoice .was-validated input:valid:checked, .form-check-input.is-valid:checked, .EPiServerForms .FormChoice input.is-valid:checked {
  background-color: #198754;
}
.was-validated .form-check-input:valid:focus, .was-validated .EPiServerForms .FormChoice input:valid:focus, .EPiServerForms .FormChoice .was-validated input:valid:focus, .form-check-input.is-valid:focus, .EPiServerForms .FormChoice input.is-valid:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
          box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}
.was-validated .form-check-input:valid ~ .form-check-label, .was-validated .EPiServerForms .FormChoice input:valid ~ .form-check-label, .EPiServerForms .FormChoice .was-validated input:valid ~ .form-check-label, .was-validated .EPiServerForms .FormChoice .form-check-input:valid ~ label, .was-validated .EPiServerForms .FormChoice input:valid ~ label, .EPiServerForms .FormChoice .was-validated .form-check-input:valid ~ label, .EPiServerForms .FormChoice .was-validated input:valid ~ label, .form-check-input.is-valid ~ .form-check-label, .EPiServerForms .FormChoice input.is-valid ~ .form-check-label, .EPiServerForms .FormChoice .form-check-input.is-valid ~ label, .EPiServerForms .FormChoice input.is-valid ~ label {
  color: #198754;
}

.form-check-inline .form-check-input ~ .valid-feedback, .form-check-inline .EPiServerForms .FormChoice input ~ .valid-feedback, .EPiServerForms .FormChoice .form-check-inline input ~ .valid-feedback {
  margin-left: 0.5em;
}

.was-validated .input-group .form-control:valid, .was-validated .input-group .EPiServerForms .Form__Element .FormTextbox__Input:valid, .EPiServerForms .Form__Element .was-validated .input-group .FormTextbox__Input:valid, .input-group .form-control.is-valid, .input-group .EPiServerForms .Form__Element .is-valid.FormTextbox__Input, .EPiServerForms .Form__Element .input-group .is-valid.FormTextbox__Input,
.was-validated .input-group .form-select:valid,
.was-validated .input-group .EPiServerForms .Form__Element .FormSelection select:valid,
.EPiServerForms .Form__Element .FormSelection .was-validated .input-group select:valid,
.input-group .form-select.is-valid,
.input-group .EPiServerForms .Form__Element .FormSelection select.is-valid,
.EPiServerForms .Form__Element .FormSelection .input-group select.is-valid {
  z-index: 1;
}
.was-validated .input-group .form-control:valid:focus, .was-validated .input-group .EPiServerForms .Form__Element .FormTextbox__Input:valid:focus, .EPiServerForms .Form__Element .was-validated .input-group .FormTextbox__Input:valid:focus, .input-group .form-control.is-valid:focus, .input-group .EPiServerForms .Form__Element .is-valid.FormTextbox__Input:focus, .EPiServerForms .Form__Element .input-group .is-valid.FormTextbox__Input:focus,
.was-validated .input-group .form-select:valid:focus,
.was-validated .input-group .EPiServerForms .Form__Element .FormSelection select:valid:focus,
.EPiServerForms .Form__Element .FormSelection .was-validated .input-group select:valid:focus,
.input-group .form-select.is-valid:focus,
.input-group .EPiServerForms .Form__Element .FormSelection select.is-valid:focus,
.EPiServerForms .Form__Element .FormSelection .input-group select.is-valid:focus {
  z-index: 3;
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: hsl(352, 96%, 46%);
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 32px 32px;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: #e60523;
  border-radius: 8px;
}

.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-control:invalid, .was-validated .EPiServerForms .Form__Element .FormTextbox__Input:invalid, .EPiServerForms .Form__Element .was-validated .FormTextbox__Input:invalid, .form-control.is-invalid, .EPiServerForms .Form__Element .is-invalid.FormTextbox__Input {
  border-color: hsl(352, 96%, 46%);
  padding-right: calc(1.5em + 24px);
  background-image: none;
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 6px) center;
  background-size: calc(0.75em + 12px) calc(0.75em + 12px);
}
.was-validated .form-control:invalid:focus, .was-validated .EPiServerForms .Form__Element .FormTextbox__Input:invalid:focus, .EPiServerForms .Form__Element .was-validated .FormTextbox__Input:invalid:focus, .form-control.is-invalid:focus, .EPiServerForms .Form__Element .is-invalid.FormTextbox__Input:focus {
  border-color: hsl(352, 96%, 46%);
  -webkit-box-shadow: 0 0 0 0.25rem rgba(230, 5, 35, 0.25);
          box-shadow: 0 0 0 0.25rem rgba(230, 5, 35, 0.25);
}

.was-validated textarea.form-control:invalid, .was-validated .EPiServerForms .Form__Element textarea.FormTextbox__Input:invalid, .EPiServerForms .Form__Element .was-validated textarea.FormTextbox__Input:invalid, textarea.form-control.is-invalid, .EPiServerForms .Form__Element textarea.is-invalid.FormTextbox__Input {
  padding-right: calc(1.5em + 24px);
  background-position: top calc(0.375em + 6px) right calc(0.375em + 6px);
}

.was-validated .form-select:invalid, .was-validated .EPiServerForms .Form__Element .FormSelection select:invalid, .EPiServerForms .Form__Element .FormSelection .was-validated select:invalid, .form-select.is-invalid, .EPiServerForms .Form__Element .FormSelection select.is-invalid {
  border-color: hsl(352, 96%, 46%);
}
.was-validated .form-select:invalid:not([multiple]):not([size]), .was-validated .EPiServerForms .Form__Element .FormSelection select:invalid:not([multiple]):not([size]), .EPiServerForms .Form__Element .FormSelection .was-validated select:invalid:not([multiple]):not([size]), .was-validated .form-select:invalid:not([multiple])[size="1"], .was-validated .EPiServerForms .Form__Element .FormSelection select:invalid:not([multiple])[size="1"], .EPiServerForms .Form__Element .FormSelection .was-validated select:invalid:not([multiple])[size="1"], .form-select.is-invalid:not([multiple]):not([size]), .EPiServerForms .Form__Element .FormSelection select.is-invalid:not([multiple]):not([size]), .form-select.is-invalid:not([multiple])[size="1"], .EPiServerForms .Form__Element .FormSelection select.is-invalid:not([multiple])[size="1"] {
  padding-right: 88px;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), none;
  background-position: right 16px center, center right 48px;
  background-size: 16px 12px, calc(0.75em + 12px) calc(0.75em + 12px);
}
.was-validated .form-select:invalid:focus, .was-validated .EPiServerForms .Form__Element .FormSelection select:invalid:focus, .EPiServerForms .Form__Element .FormSelection .was-validated select:invalid:focus, .form-select.is-invalid:focus, .EPiServerForms .Form__Element .FormSelection select.is-invalid:focus {
  border-color: hsl(352, 96%, 46%);
  -webkit-box-shadow: 0 0 0 0.25rem rgba(230, 5, 35, 0.25);
          box-shadow: 0 0 0 0.25rem rgba(230, 5, 35, 0.25);
}

.was-validated .form-check-input:invalid, .was-validated .EPiServerForms .FormChoice input:invalid, .EPiServerForms .FormChoice .was-validated input:invalid, .form-check-input.is-invalid, .EPiServerForms .FormChoice input.is-invalid {
  border-color: hsl(352, 96%, 46%);
}
.was-validated .form-check-input:invalid:checked, .was-validated .EPiServerForms .FormChoice input:invalid:checked, .EPiServerForms .FormChoice .was-validated input:invalid:checked, .form-check-input.is-invalid:checked, .EPiServerForms .FormChoice input.is-invalid:checked {
  background-color: hsl(352, 96%, 46%);
}
.was-validated .form-check-input:invalid:focus, .was-validated .EPiServerForms .FormChoice input:invalid:focus, .EPiServerForms .FormChoice .was-validated input:invalid:focus, .form-check-input.is-invalid:focus, .EPiServerForms .FormChoice input.is-invalid:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(230, 5, 35, 0.25);
          box-shadow: 0 0 0 0.25rem rgba(230, 5, 35, 0.25);
}
.was-validated .form-check-input:invalid ~ .form-check-label, .was-validated .EPiServerForms .FormChoice input:invalid ~ .form-check-label, .EPiServerForms .FormChoice .was-validated input:invalid ~ .form-check-label, .was-validated .EPiServerForms .FormChoice .form-check-input:invalid ~ label, .was-validated .EPiServerForms .FormChoice input:invalid ~ label, .EPiServerForms .FormChoice .was-validated .form-check-input:invalid ~ label, .EPiServerForms .FormChoice .was-validated input:invalid ~ label, .form-check-input.is-invalid ~ .form-check-label, .EPiServerForms .FormChoice input.is-invalid ~ .form-check-label, .EPiServerForms .FormChoice .form-check-input.is-invalid ~ label, .EPiServerForms .FormChoice input.is-invalid ~ label {
  color: hsl(352, 96%, 46%);
}

.form-check-inline .form-check-input ~ .invalid-feedback, .form-check-inline .EPiServerForms .FormChoice input ~ .invalid-feedback, .EPiServerForms .FormChoice .form-check-inline input ~ .invalid-feedback {
  margin-left: 0.5em;
}

.was-validated .input-group .form-control:invalid, .was-validated .input-group .EPiServerForms .Form__Element .FormTextbox__Input:invalid, .EPiServerForms .Form__Element .was-validated .input-group .FormTextbox__Input:invalid, .input-group .form-control.is-invalid, .input-group .EPiServerForms .Form__Element .is-invalid.FormTextbox__Input, .EPiServerForms .Form__Element .input-group .is-invalid.FormTextbox__Input,
.was-validated .input-group .form-select:invalid,
.was-validated .input-group .EPiServerForms .Form__Element .FormSelection select:invalid,
.EPiServerForms .Form__Element .FormSelection .was-validated .input-group select:invalid,
.input-group .form-select.is-invalid,
.input-group .EPiServerForms .Form__Element .FormSelection select.is-invalid,
.EPiServerForms .Form__Element .FormSelection .input-group select.is-invalid {
  z-index: 2;
}
.was-validated .input-group .form-control:invalid:focus, .was-validated .input-group .EPiServerForms .Form__Element .FormTextbox__Input:invalid:focus, .EPiServerForms .Form__Element .was-validated .input-group .FormTextbox__Input:invalid:focus, .input-group .form-control.is-invalid:focus, .input-group .EPiServerForms .Form__Element .is-invalid.FormTextbox__Input:focus, .EPiServerForms .Form__Element .input-group .is-invalid.FormTextbox__Input:focus,
.was-validated .input-group .form-select:invalid:focus,
.was-validated .input-group .EPiServerForms .Form__Element .FormSelection select:invalid:focus,
.EPiServerForms .Form__Element .FormSelection .was-validated .input-group select:invalid:focus,
.input-group .form-select.is-invalid:focus,
.input-group .EPiServerForms .Form__Element .FormSelection select.is-invalid:focus,
.EPiServerForms .Form__Element .FormSelection .input-group select.is-invalid:focus {
  z-index: 3;
}

.btn, .block--callout .link span, .cards--with-buttons .card-footer a, .EPiServerForms button[type=submit], .EPiServerForms input[type=reset] {
  display: inline-block;
  font-weight: 500;
  line-height: 1.5;
  color: #000;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 12px 28px;
  font-size: 1.1em;
  border-radius: 0;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, transform 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, transform 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn, .block--callout .link span, .cards--with-buttons .card-footer a, .EPiServerForms button[type=submit], .EPiServerForms input[type=reset] {
    -webkit-transition: none;
    transition: none;
  }
}
.btn:hover, .block--callout .link span:hover, .cards--with-buttons .card-footer a:hover, .EPiServerForms button[type=submit]:hover, .EPiServerForms input[type=reset]:hover {
  color: #000;
}
.btn-check:focus + .btn, .block--callout .link .btn-check:focus + span, .cards--with-buttons .card-footer .btn-check:focus + a, .EPiServerForms .btn-check:focus + button[type=submit], .EPiServerForms .btn-check:focus + input[type=reset], .btn:focus, .block--callout .link span:focus, .cards--with-buttons .card-footer a:focus, .EPiServerForms button[type=submit]:focus, .EPiServerForms input[type=reset]:focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
          box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.btn-check:checked + .btn, .block--callout .link .btn-check:checked + span, .cards--with-buttons .card-footer .btn-check:checked + a, .EPiServerForms .btn-check:checked + button[type=submit], .EPiServerForms .btn-check:checked + input[type=reset], .btn-check:active + .btn, .block--callout .link .btn-check:active + span, .cards--with-buttons .card-footer .btn-check:active + a, .EPiServerForms .btn-check:active + button[type=submit], .EPiServerForms .btn-check:active + input[type=reset], .btn:active, .block--callout .link span:active, .cards--with-buttons .card-footer a:active, .EPiServerForms button[type=submit]:active, .EPiServerForms input[type=reset]:active, .btn.active, .block--callout .link span.active, .cards--with-buttons .card-footer a.active, .EPiServerForms button.active[type=submit], .EPiServerForms input.active[type=reset] {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-check:checked + .btn:focus, .block--callout .link .btn-check:checked + span:focus, .cards--with-buttons .card-footer .btn-check:checked + a:focus, .EPiServerForms .btn-check:checked + button[type=submit]:focus, .EPiServerForms .btn-check:checked + input[type=reset]:focus, .btn-check:active + .btn:focus, .block--callout .link .btn-check:active + span:focus, .cards--with-buttons .card-footer .btn-check:active + a:focus, .EPiServerForms .btn-check:active + button[type=submit]:focus, .EPiServerForms .btn-check:active + input[type=reset]:focus, .btn:active:focus, .block--callout .link span:active:focus, .cards--with-buttons .card-footer a:active:focus, .EPiServerForms button[type=submit]:active:focus, .EPiServerForms input[type=reset]:active:focus, .btn.active:focus, .block--callout .link span.active:focus, .cards--with-buttons .card-footer a.active:focus, .EPiServerForms button.active[type=submit]:focus, .EPiServerForms input.active[type=reset]:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25), inset 0 3px 5px rgba(0, 0, 0, 0.125);
          box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25), inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn:disabled, .block--callout .link span:disabled, .cards--with-buttons .card-footer a:disabled, .EPiServerForms button[type=submit]:disabled, .EPiServerForms input[type=reset]:disabled, .btn.disabled, .block--callout .link span.disabled, .cards--with-buttons .card-footer a.disabled, .EPiServerForms button.disabled[type=submit], .EPiServerForms input.disabled[type=reset], fieldset:disabled .btn, fieldset:disabled .block--callout .link span, .block--callout .link fieldset:disabled span, fieldset:disabled .cards--with-buttons .card-footer a, .cards--with-buttons .card-footer fieldset:disabled a, fieldset:disabled .EPiServerForms button[type=submit], .EPiServerForms fieldset:disabled button[type=submit], fieldset:disabled .EPiServerForms input[type=reset], .EPiServerForms fieldset:disabled input[type=reset] {
  pointer-events: none;
  opacity: 0.65;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-info {
  color: #000;
  background-color: hsl(192, 100%, 39%);
  border-color: hsl(192, 100%, 39%);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-info:hover {
  color: #000;
  background-color: #26adcf;
  border-color: #1aa9cd;
}
.btn-check:focus + .btn-info, .btn-info:focus {
  color: #000;
  background-color: #26adcf;
  border-color: #1aa9cd;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.25rem rgba(0, 135, 169, 0.5);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.25rem rgba(0, 135, 169, 0.5);
}
.btn-check:checked + .btn-info, .btn-check:active + .btn-info, .btn-info:active, .btn-info.active, .show > .btn-info.dropdown-toggle {
  color: #000;
  background-color: #33b2d2;
  border-color: #1aa9cd;
}
.btn-check:checked + .btn-info:focus, .btn-check:active + .btn-info:focus, .btn-info:active:focus, .btn-info.active:focus, .show > .btn-info.dropdown-toggle:focus {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(0, 135, 169, 0.5);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(0, 135, 169, 0.5);
}
.btn-info:disabled, .btn-info.disabled {
  color: #000;
  background-color: hsl(192, 100%, 39%);
  border-color: hsl(192, 100%, 39%);
}

.btn-danger {
  color: #fff;
  background-color: hsl(352, 96%, 46%);
  border-color: hsl(352, 96%, 46%);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-danger:hover {
  color: #fff;
  background-color: #c4041e;
  border-color: #b8041c;
}
.btn-check:focus + .btn-danger, .btn-danger:focus {
  color: #fff;
  background-color: #c4041e;
  border-color: #b8041c;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.25rem rgba(234, 43, 68, 0.5);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.25rem rgba(234, 43, 68, 0.5);
}
.btn-check:checked + .btn-danger, .btn-check:active + .btn-danger, .btn-danger:active, .btn-danger.active, .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #b8041c;
  border-color: #ad041a;
}
.btn-check:checked + .btn-danger:focus, .btn-check:active + .btn-danger:focus, .btn-danger:active:focus, .btn-danger.active:focus, .show > .btn-danger.dropdown-toggle:focus {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(234, 43, 68, 0.5);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(234, 43, 68, 0.5);
}
.btn-danger:disabled, .btn-danger.disabled {
  color: #fff;
  background-color: hsl(352, 96%, 46%);
  border-color: hsl(352, 96%, 46%);
}

.btn-light {
  color: #000;
  background-color: #ffffff;
  border-color: #ffffff;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-light:hover {
  color: #000;
  background-color: white;
  border-color: white;
}
.btn-check:focus + .btn-light, .btn-light:focus {
  color: #000;
  background-color: white;
  border-color: white;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.25rem rgba(217, 217, 217, 0.5);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.25rem rgba(217, 217, 217, 0.5);
}
.btn-check:checked + .btn-light, .btn-check:active + .btn-light, .btn-light:active, .btn-light.active, .show > .btn-light.dropdown-toggle {
  color: #000;
  background-color: white;
  border-color: white;
}
.btn-check:checked + .btn-light:focus, .btn-check:active + .btn-light:focus, .btn-light:active:focus, .btn-light.active:focus, .show > .btn-light.dropdown-toggle:focus {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(217, 217, 217, 0.5);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(217, 217, 217, 0.5);
}
.btn-light:disabled, .btn-light.disabled {
  color: #000;
  background-color: #ffffff;
  border-color: #ffffff;
}

.btn-dark, .attention .accordion .accordion-collapse .btn, .attention .accordion .accordion-collapse .block--callout .link span, .block--callout .link .attention .accordion .accordion-collapse span, .attention .accordion .accordion-collapse .EPiServerForms button[type=submit], .EPiServerForms .attention .accordion .accordion-collapse button[type=submit], .attention .accordion .accordion-collapse .EPiServerForms input[type=reset], .EPiServerForms .attention .accordion .accordion-collapse input[type=reset], .attention .accordion .accordion-collapse .cards--with-buttons .card-footer a, .cards--with-buttons .card-footer .attention .accordion .accordion-collapse a {
  color: #fff;
  background-color: #000000;
  border-color: #000000;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-dark:hover, .attention .accordion .accordion-collapse .btn:hover, .attention .accordion .accordion-collapse .block--callout .link span:hover, .block--callout .link .attention .accordion .accordion-collapse span:hover, .attention .accordion .accordion-collapse .EPiServerForms button[type=submit]:hover, .EPiServerForms .attention .accordion .accordion-collapse button[type=submit]:hover, .attention .accordion .accordion-collapse .EPiServerForms input[type=reset]:hover, .EPiServerForms .attention .accordion .accordion-collapse input[type=reset]:hover, .attention .accordion .accordion-collapse .cards--with-buttons .card-footer a:hover, .cards--with-buttons .card-footer .attention .accordion .accordion-collapse a:hover {
  color: #fff;
  background-color: black;
  border-color: black;
}
.btn-check:focus + .btn-dark, .attention .accordion .accordion-collapse .btn-check:focus + .btn, .attention .accordion .accordion-collapse .block--callout .link .btn-check:focus + span, .block--callout .link .attention .accordion .accordion-collapse .btn-check:focus + span, .attention .accordion .accordion-collapse .EPiServerForms .btn-check:focus + button[type=submit], .EPiServerForms .attention .accordion .accordion-collapse .btn-check:focus + button[type=submit], .attention .accordion .accordion-collapse .EPiServerForms .btn-check:focus + input[type=reset], .EPiServerForms .attention .accordion .accordion-collapse .btn-check:focus + input[type=reset], .attention .accordion .accordion-collapse .cards--with-buttons .card-footer .btn-check:focus + a, .cards--with-buttons .card-footer .attention .accordion .accordion-collapse .btn-check:focus + a, .btn-dark:focus, .attention .accordion .accordion-collapse .btn:focus, .attention .accordion .accordion-collapse .block--callout .link span:focus, .block--callout .link .attention .accordion .accordion-collapse span:focus, .attention .accordion .accordion-collapse .EPiServerForms button[type=submit]:focus, .EPiServerForms .attention .accordion .accordion-collapse button[type=submit]:focus, .attention .accordion .accordion-collapse .EPiServerForms input[type=reset]:focus, .EPiServerForms .attention .accordion .accordion-collapse input[type=reset]:focus, .attention .accordion .accordion-collapse .cards--with-buttons .card-footer a:focus, .cards--with-buttons .card-footer .attention .accordion .accordion-collapse a:focus {
  color: #fff;
  background-color: black;
  border-color: black;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.25rem rgba(38, 38, 38, 0.5);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.25rem rgba(38, 38, 38, 0.5);
}
.btn-check:checked + .btn-dark, .attention .accordion .accordion-collapse .btn-check:checked + .btn, .attention .accordion .accordion-collapse .block--callout .link .btn-check:checked + span, .block--callout .link .attention .accordion .accordion-collapse .btn-check:checked + span, .attention .accordion .accordion-collapse .EPiServerForms .btn-check:checked + button[type=submit], .EPiServerForms .attention .accordion .accordion-collapse .btn-check:checked + button[type=submit], .attention .accordion .accordion-collapse .EPiServerForms .btn-check:checked + input[type=reset], .EPiServerForms .attention .accordion .accordion-collapse .btn-check:checked + input[type=reset], .attention .accordion .accordion-collapse .cards--with-buttons .card-footer .btn-check:checked + a, .cards--with-buttons .card-footer .attention .accordion .accordion-collapse .btn-check:checked + a, .btn-check:active + .btn-dark, .attention .accordion .accordion-collapse .btn-check:active + .btn, .attention .accordion .accordion-collapse .block--callout .link .btn-check:active + span, .block--callout .link .attention .accordion .accordion-collapse .btn-check:active + span, .attention .accordion .accordion-collapse .EPiServerForms .btn-check:active + button[type=submit], .EPiServerForms .attention .accordion .accordion-collapse .btn-check:active + button[type=submit], .attention .accordion .accordion-collapse .EPiServerForms .btn-check:active + input[type=reset], .EPiServerForms .attention .accordion .accordion-collapse .btn-check:active + input[type=reset], .attention .accordion .accordion-collapse .cards--with-buttons .card-footer .btn-check:active + a, .cards--with-buttons .card-footer .attention .accordion .accordion-collapse .btn-check:active + a, .btn-dark:active, .attention .accordion .accordion-collapse .btn:active, .attention .accordion .accordion-collapse .block--callout .link span:active, .block--callout .link .attention .accordion .accordion-collapse span:active, .attention .accordion .accordion-collapse .EPiServerForms button[type=submit]:active, .EPiServerForms .attention .accordion .accordion-collapse button[type=submit]:active, .attention .accordion .accordion-collapse .EPiServerForms input[type=reset]:active, .EPiServerForms .attention .accordion .accordion-collapse input[type=reset]:active, .attention .accordion .accordion-collapse .cards--with-buttons .card-footer a:active, .cards--with-buttons .card-footer .attention .accordion .accordion-collapse a:active, .btn-dark.active, .attention .accordion .accordion-collapse .active.btn, .attention .accordion .accordion-collapse .block--callout .link span.active, .block--callout .link .attention .accordion .accordion-collapse span.active, .attention .accordion .accordion-collapse .EPiServerForms button.active[type=submit], .EPiServerForms .attention .accordion .accordion-collapse button.active[type=submit], .attention .accordion .accordion-collapse .EPiServerForms input.active[type=reset], .EPiServerForms .attention .accordion .accordion-collapse input.active[type=reset], .attention .accordion .accordion-collapse .cards--with-buttons .card-footer a.active, .cards--with-buttons .card-footer .attention .accordion .accordion-collapse a.active, .show > .btn-dark.dropdown-toggle, .attention .accordion .accordion-collapse .show > .dropdown-toggle.btn, .attention .accordion .accordion-collapse .block--callout .link .show > span.dropdown-toggle, .block--callout .link .attention .accordion .accordion-collapse .show > span.dropdown-toggle, .attention .accordion .accordion-collapse .EPiServerForms .show > button.dropdown-toggle[type=submit], .EPiServerForms .attention .accordion .accordion-collapse .show > button.dropdown-toggle[type=submit], .attention .accordion .accordion-collapse .EPiServerForms .show > input.dropdown-toggle[type=reset], .EPiServerForms .attention .accordion .accordion-collapse .show > input.dropdown-toggle[type=reset], .attention .accordion .accordion-collapse .cards--with-buttons .card-footer .show > a.dropdown-toggle, .cards--with-buttons .card-footer .attention .accordion .accordion-collapse .show > a.dropdown-toggle {
  color: #fff;
  background-color: black;
  border-color: black;
}
.btn-check:checked + .btn-dark:focus, .attention .accordion .accordion-collapse .btn-check:checked + .btn:focus, .attention .accordion .accordion-collapse .block--callout .link .btn-check:checked + span:focus, .block--callout .link .attention .accordion .accordion-collapse .btn-check:checked + span:focus, .attention .accordion .accordion-collapse .EPiServerForms .btn-check:checked + button[type=submit]:focus, .EPiServerForms .attention .accordion .accordion-collapse .btn-check:checked + button[type=submit]:focus, .attention .accordion .accordion-collapse .EPiServerForms .btn-check:checked + input[type=reset]:focus, .EPiServerForms .attention .accordion .accordion-collapse .btn-check:checked + input[type=reset]:focus, .attention .accordion .accordion-collapse .cards--with-buttons .card-footer .btn-check:checked + a:focus, .cards--with-buttons .card-footer .attention .accordion .accordion-collapse .btn-check:checked + a:focus, .btn-check:active + .btn-dark:focus, .attention .accordion .accordion-collapse .btn-check:active + .btn:focus, .attention .accordion .accordion-collapse .block--callout .link .btn-check:active + span:focus, .block--callout .link .attention .accordion .accordion-collapse .btn-check:active + span:focus, .attention .accordion .accordion-collapse .EPiServerForms .btn-check:active + button[type=submit]:focus, .EPiServerForms .attention .accordion .accordion-collapse .btn-check:active + button[type=submit]:focus, .attention .accordion .accordion-collapse .EPiServerForms .btn-check:active + input[type=reset]:focus, .EPiServerForms .attention .accordion .accordion-collapse .btn-check:active + input[type=reset]:focus, .attention .accordion .accordion-collapse .cards--with-buttons .card-footer .btn-check:active + a:focus, .cards--with-buttons .card-footer .attention .accordion .accordion-collapse .btn-check:active + a:focus, .btn-dark:active:focus, .attention .accordion .accordion-collapse .btn:active:focus, .attention .accordion .accordion-collapse .block--callout .link span:active:focus, .block--callout .link .attention .accordion .accordion-collapse span:active:focus, .attention .accordion .accordion-collapse .EPiServerForms button[type=submit]:active:focus, .EPiServerForms .attention .accordion .accordion-collapse button[type=submit]:active:focus, .attention .accordion .accordion-collapse .EPiServerForms input[type=reset]:active:focus, .EPiServerForms .attention .accordion .accordion-collapse input[type=reset]:active:focus, .attention .accordion .accordion-collapse .cards--with-buttons .card-footer a:active:focus, .cards--with-buttons .card-footer .attention .accordion .accordion-collapse a:active:focus, .btn-dark.active:focus, .attention .accordion .accordion-collapse .active.btn:focus, .attention .accordion .accordion-collapse .block--callout .link span.active:focus, .block--callout .link .attention .accordion .accordion-collapse span.active:focus, .attention .accordion .accordion-collapse .EPiServerForms button.active[type=submit]:focus, .EPiServerForms .attention .accordion .accordion-collapse button.active[type=submit]:focus, .attention .accordion .accordion-collapse .EPiServerForms input.active[type=reset]:focus, .EPiServerForms .attention .accordion .accordion-collapse input.active[type=reset]:focus, .attention .accordion .accordion-collapse .cards--with-buttons .card-footer a.active:focus, .cards--with-buttons .card-footer .attention .accordion .accordion-collapse a.active:focus, .show > .btn-dark.dropdown-toggle:focus, .attention .accordion .accordion-collapse .show > .dropdown-toggle.btn:focus, .attention .accordion .accordion-collapse .block--callout .link .show > span.dropdown-toggle:focus, .block--callout .link .attention .accordion .accordion-collapse .show > span.dropdown-toggle:focus, .attention .accordion .accordion-collapse .EPiServerForms .show > button.dropdown-toggle[type=submit]:focus, .EPiServerForms .attention .accordion .accordion-collapse .show > button.dropdown-toggle[type=submit]:focus, .attention .accordion .accordion-collapse .EPiServerForms .show > input.dropdown-toggle[type=reset]:focus, .EPiServerForms .attention .accordion .accordion-collapse .show > input.dropdown-toggle[type=reset]:focus, .attention .accordion .accordion-collapse .cards--with-buttons .card-footer .show > a.dropdown-toggle:focus, .cards--with-buttons .card-footer .attention .accordion .accordion-collapse .show > a.dropdown-toggle:focus {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(38, 38, 38, 0.5);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(38, 38, 38, 0.5);
}
.btn-dark:disabled, .attention .accordion .accordion-collapse .btn:disabled, .attention .accordion .accordion-collapse .block--callout .link span:disabled, .block--callout .link .attention .accordion .accordion-collapse span:disabled, .attention .accordion .accordion-collapse .EPiServerForms button[type=submit]:disabled, .EPiServerForms .attention .accordion .accordion-collapse button[type=submit]:disabled, .attention .accordion .accordion-collapse .EPiServerForms input[type=reset]:disabled, .EPiServerForms .attention .accordion .accordion-collapse input[type=reset]:disabled, .attention .accordion .accordion-collapse .cards--with-buttons .card-footer a:disabled, .cards--with-buttons .card-footer .attention .accordion .accordion-collapse a:disabled, .btn-dark.disabled, .attention .accordion .accordion-collapse .disabled.btn, .attention .accordion .accordion-collapse .block--callout .link span.disabled, .block--callout .link .attention .accordion .accordion-collapse span.disabled, .attention .accordion .accordion-collapse .EPiServerForms button.disabled[type=submit], .EPiServerForms .attention .accordion .accordion-collapse button.disabled[type=submit], .attention .accordion .accordion-collapse .EPiServerForms input.disabled[type=reset], .EPiServerForms .attention .accordion .accordion-collapse input.disabled[type=reset], .attention .accordion .accordion-collapse .cards--with-buttons .card-footer a.disabled, .cards--with-buttons .card-footer .attention .accordion .accordion-collapse a.disabled {
  color: #fff;
  background-color: #000000;
  border-color: #000000;
}

.btn-outline-info {
  color: hsl(192, 100%, 39%);
  border-color: hsl(192, 100%, 39%);
}
.btn-outline-info:hover {
  color: #000;
  background-color: hsl(192, 100%, 39%);
  border-color: hsl(192, 100%, 39%);
}
.btn-check:focus + .btn-outline-info, .btn-outline-info:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(0, 159, 199, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(0, 159, 199, 0.5);
}
.btn-check:checked + .btn-outline-info, .btn-check:active + .btn-outline-info, .btn-outline-info:active, .btn-outline-info.active, .btn-outline-info.dropdown-toggle.show {
  color: #000;
  background-color: hsl(192, 100%, 39%);
  border-color: hsl(192, 100%, 39%);
}
.btn-check:checked + .btn-outline-info:focus, .btn-check:active + .btn-outline-info:focus, .btn-outline-info:active:focus, .btn-outline-info.active:focus, .btn-outline-info.dropdown-toggle.show:focus {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(0, 159, 199, 0.5);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(0, 159, 199, 0.5);
}
.btn-outline-info:disabled, .btn-outline-info.disabled {
  color: hsl(192, 100%, 39%);
  background-color: transparent;
}

.btn-outline-danger {
  color: hsl(352, 96%, 46%);
  border-color: hsl(352, 96%, 46%);
}
.btn-outline-danger:hover {
  color: #fff;
  background-color: hsl(352, 96%, 46%);
  border-color: hsl(352, 96%, 46%);
}
.btn-check:focus + .btn-outline-danger, .btn-outline-danger:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(230, 5, 35, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(230, 5, 35, 0.5);
}
.btn-check:checked + .btn-outline-danger, .btn-check:active + .btn-outline-danger, .btn-outline-danger:active, .btn-outline-danger.active, .btn-outline-danger.dropdown-toggle.show {
  color: #fff;
  background-color: hsl(352, 96%, 46%);
  border-color: hsl(352, 96%, 46%);
}
.btn-check:checked + .btn-outline-danger:focus, .btn-check:active + .btn-outline-danger:focus, .btn-outline-danger:active:focus, .btn-outline-danger.active:focus, .btn-outline-danger.dropdown-toggle.show:focus {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(230, 5, 35, 0.5);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(230, 5, 35, 0.5);
}
.btn-outline-danger:disabled, .btn-outline-danger.disabled {
  color: hsl(352, 96%, 46%);
  background-color: transparent;
}

.btn-outline-light {
  color: #ffffff;
  border-color: #ffffff;
}
.btn-outline-light:hover {
  color: #000;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-check:focus + .btn-outline-light, .btn-outline-light:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(255, 255, 255, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(255, 255, 255, 0.5);
}
.btn-check:checked + .btn-outline-light, .btn-check:active + .btn-outline-light, .btn-outline-light:active, .btn-outline-light.active, .btn-outline-light.dropdown-toggle.show {
  color: #000;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-check:checked + .btn-outline-light:focus, .btn-check:active + .btn-outline-light:focus, .btn-outline-light:active:focus, .btn-outline-light.active:focus, .btn-outline-light.dropdown-toggle.show:focus {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(255, 255, 255, 0.5);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(255, 255, 255, 0.5);
}
.btn-outline-light:disabled, .btn-outline-light.disabled {
  color: #ffffff;
  background-color: transparent;
}

.btn-outline-dark, .block--map .reset.btn, .block--map .block--callout .link span.reset, .block--callout .link .block--map span.reset, .block--map .EPiServerForms button.reset[type=submit], .EPiServerForms .block--map button.reset[type=submit], .block--map .EPiServerForms input.reset[type=reset], .EPiServerForms .block--map input.reset[type=reset], .block--map .cards--with-buttons .card-footer a.reset, .cards--with-buttons .card-footer .block--map a.reset {
  color: #000000;
  border-color: #000000;
}
.btn-outline-dark:hover, .block--map .reset.btn:hover, .block--map .block--callout .link span.reset:hover, .block--callout .link .block--map span.reset:hover, .block--map .EPiServerForms button.reset[type=submit]:hover, .EPiServerForms .block--map button.reset[type=submit]:hover, .block--map .EPiServerForms input.reset[type=reset]:hover, .EPiServerForms .block--map input.reset[type=reset]:hover, .block--map .cards--with-buttons .card-footer a.reset:hover, .cards--with-buttons .card-footer .block--map a.reset:hover {
  color: #fff;
  background-color: #000000;
  border-color: #000000;
}
.btn-check:focus + .btn-outline-dark, .block--map .btn-check:focus + .reset.btn, .block--map .block--callout .link .btn-check:focus + span.reset, .block--callout .link .block--map .btn-check:focus + span.reset, .block--map .EPiServerForms .btn-check:focus + button.reset[type=submit], .EPiServerForms .block--map .btn-check:focus + button.reset[type=submit], .block--map .EPiServerForms .btn-check:focus + input.reset[type=reset], .EPiServerForms .block--map .btn-check:focus + input.reset[type=reset], .block--map .cards--with-buttons .card-footer .btn-check:focus + a.reset, .cards--with-buttons .card-footer .block--map .btn-check:focus + a.reset, .btn-outline-dark:focus, .block--map .reset.btn:focus, .block--map .block--callout .link span.reset:focus, .block--callout .link .block--map span.reset:focus, .block--map .EPiServerForms button.reset[type=submit]:focus, .EPiServerForms .block--map button.reset[type=submit]:focus, .block--map .EPiServerForms input.reset[type=reset]:focus, .EPiServerForms .block--map input.reset[type=reset]:focus, .block--map .cards--with-buttons .card-footer a.reset:focus, .cards--with-buttons .card-footer .block--map a.reset:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(0, 0, 0, 0.5);
}
.btn-check:checked + .btn-outline-dark, .block--map .btn-check:checked + .reset.btn, .block--map .block--callout .link .btn-check:checked + span.reset, .block--callout .link .block--map .btn-check:checked + span.reset, .block--map .EPiServerForms .btn-check:checked + button.reset[type=submit], .EPiServerForms .block--map .btn-check:checked + button.reset[type=submit], .block--map .EPiServerForms .btn-check:checked + input.reset[type=reset], .EPiServerForms .block--map .btn-check:checked + input.reset[type=reset], .block--map .cards--with-buttons .card-footer .btn-check:checked + a.reset, .cards--with-buttons .card-footer .block--map .btn-check:checked + a.reset, .btn-check:active + .btn-outline-dark, .block--map .btn-check:active + .reset.btn, .block--map .block--callout .link .btn-check:active + span.reset, .block--callout .link .block--map .btn-check:active + span.reset, .block--map .EPiServerForms .btn-check:active + button.reset[type=submit], .EPiServerForms .block--map .btn-check:active + button.reset[type=submit], .block--map .EPiServerForms .btn-check:active + input.reset[type=reset], .EPiServerForms .block--map .btn-check:active + input.reset[type=reset], .block--map .cards--with-buttons .card-footer .btn-check:active + a.reset, .cards--with-buttons .card-footer .block--map .btn-check:active + a.reset, .btn-outline-dark:active, .block--map .reset.btn:active, .block--map .block--callout .link span.reset:active, .block--callout .link .block--map span.reset:active, .block--map .EPiServerForms button.reset[type=submit]:active, .EPiServerForms .block--map button.reset[type=submit]:active, .block--map .EPiServerForms input.reset[type=reset]:active, .EPiServerForms .block--map input.reset[type=reset]:active, .block--map .cards--with-buttons .card-footer a.reset:active, .cards--with-buttons .card-footer .block--map a.reset:active, .btn-outline-dark.active, .block--map .active.reset.btn, .block--map .block--callout .link span.active.reset, .block--callout .link .block--map span.active.reset, .block--map .EPiServerForms button.active.reset[type=submit], .EPiServerForms .block--map button.active.reset[type=submit], .block--map .EPiServerForms input.active.reset[type=reset], .EPiServerForms .block--map input.active.reset[type=reset], .block--map .cards--with-buttons .card-footer a.active.reset, .cards--with-buttons .card-footer .block--map a.active.reset, .btn-outline-dark.dropdown-toggle.show, .block--map .dropdown-toggle.show.reset.btn, .block--map .block--callout .link span.dropdown-toggle.show.reset, .block--callout .link .block--map span.dropdown-toggle.show.reset, .block--map .EPiServerForms button.dropdown-toggle.show.reset[type=submit], .EPiServerForms .block--map button.dropdown-toggle.show.reset[type=submit], .block--map .EPiServerForms input.dropdown-toggle.show.reset[type=reset], .EPiServerForms .block--map input.dropdown-toggle.show.reset[type=reset], .block--map .cards--with-buttons .card-footer a.dropdown-toggle.show.reset, .cards--with-buttons .card-footer .block--map a.dropdown-toggle.show.reset {
  color: #fff;
  background-color: #000000;
  border-color: #000000;
}
.btn-check:checked + .btn-outline-dark:focus, .block--map .btn-check:checked + .reset.btn:focus, .block--map .block--callout .link .btn-check:checked + span.reset:focus, .block--callout .link .block--map .btn-check:checked + span.reset:focus, .block--map .EPiServerForms .btn-check:checked + button.reset[type=submit]:focus, .EPiServerForms .block--map .btn-check:checked + button.reset[type=submit]:focus, .block--map .EPiServerForms .btn-check:checked + input.reset[type=reset]:focus, .EPiServerForms .block--map .btn-check:checked + input.reset[type=reset]:focus, .block--map .cards--with-buttons .card-footer .btn-check:checked + a.reset:focus, .cards--with-buttons .card-footer .block--map .btn-check:checked + a.reset:focus, .btn-check:active + .btn-outline-dark:focus, .block--map .btn-check:active + .reset.btn:focus, .block--map .block--callout .link .btn-check:active + span.reset:focus, .block--callout .link .block--map .btn-check:active + span.reset:focus, .block--map .EPiServerForms .btn-check:active + button.reset[type=submit]:focus, .EPiServerForms .block--map .btn-check:active + button.reset[type=submit]:focus, .block--map .EPiServerForms .btn-check:active + input.reset[type=reset]:focus, .EPiServerForms .block--map .btn-check:active + input.reset[type=reset]:focus, .block--map .cards--with-buttons .card-footer .btn-check:active + a.reset:focus, .cards--with-buttons .card-footer .block--map .btn-check:active + a.reset:focus, .btn-outline-dark:active:focus, .block--map .reset.btn:active:focus, .block--map .block--callout .link span.reset:active:focus, .block--callout .link .block--map span.reset:active:focus, .block--map .EPiServerForms button.reset[type=submit]:active:focus, .EPiServerForms .block--map button.reset[type=submit]:active:focus, .block--map .EPiServerForms input.reset[type=reset]:active:focus, .EPiServerForms .block--map input.reset[type=reset]:active:focus, .block--map .cards--with-buttons .card-footer a.reset:active:focus, .cards--with-buttons .card-footer .block--map a.reset:active:focus, .btn-outline-dark.active:focus, .block--map .active.reset.btn:focus, .block--map .block--callout .link span.active.reset:focus, .block--callout .link .block--map span.active.reset:focus, .block--map .EPiServerForms button.active.reset[type=submit]:focus, .EPiServerForms .block--map button.active.reset[type=submit]:focus, .block--map .EPiServerForms input.active.reset[type=reset]:focus, .EPiServerForms .block--map input.active.reset[type=reset]:focus, .block--map .cards--with-buttons .card-footer a.active.reset:focus, .cards--with-buttons .card-footer .block--map a.active.reset:focus, .btn-outline-dark.dropdown-toggle.show:focus, .block--map .dropdown-toggle.show.reset.btn:focus, .block--map .block--callout .link span.dropdown-toggle.show.reset:focus, .block--callout .link .block--map span.dropdown-toggle.show.reset:focus, .block--map .EPiServerForms button.dropdown-toggle.show.reset[type=submit]:focus, .EPiServerForms .block--map button.dropdown-toggle.show.reset[type=submit]:focus, .block--map .EPiServerForms input.dropdown-toggle.show.reset[type=reset]:focus, .EPiServerForms .block--map input.dropdown-toggle.show.reset[type=reset]:focus, .block--map .cards--with-buttons .card-footer a.dropdown-toggle.show.reset:focus, .cards--with-buttons .card-footer .block--map a.dropdown-toggle.show.reset:focus {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(0, 0, 0, 0.5);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(0, 0, 0, 0.5);
}
.btn-outline-dark:disabled, .block--map .reset.btn:disabled, .block--map .block--callout .link span.reset:disabled, .block--callout .link .block--map span.reset:disabled, .block--map .EPiServerForms button.reset[type=submit]:disabled, .EPiServerForms .block--map button.reset[type=submit]:disabled, .block--map .EPiServerForms input.reset[type=reset]:disabled, .EPiServerForms .block--map input.reset[type=reset]:disabled, .block--map .cards--with-buttons .card-footer a.reset:disabled, .cards--with-buttons .card-footer .block--map a.reset:disabled, .btn-outline-dark.disabled, .block--map .disabled.reset.btn, .block--map .block--callout .link span.disabled.reset, .block--callout .link .block--map span.disabled.reset, .block--map .EPiServerForms button.disabled.reset[type=submit], .EPiServerForms .block--map button.disabled.reset[type=submit], .block--map .EPiServerForms input.disabled.reset[type=reset], .EPiServerForms .block--map input.disabled.reset[type=reset], .block--map .cards--with-buttons .card-footer a.disabled.reset, .cards--with-buttons .card-footer .block--map a.disabled.reset {
  color: #000000;
  background-color: transparent;
}

.btn-link, section:not(.cards--with-buttons) .card-footer a {
  font-weight: 400;
  color: white;
  text-decoration: underline;
}
.btn-link:hover, section:not(.cards--with-buttons) .card-footer a:hover {
  color: #0a58ca;
}
.btn-link:disabled, section:not(.cards--with-buttons) .card-footer a:disabled, .btn-link.disabled, section:not(.cards--with-buttons) .card-footer a.disabled {
  color: #6c757d;
}

.btn-lg, .btn-group-lg > .btn, .block--callout .link .btn-group-lg > span, .cards--with-buttons .card-footer .btn-group-lg > a, .EPiServerForms .btn-group-lg > button[type=submit], .EPiServerForms .btn-group-lg > input[type=reset] {
  padding: 12px 32px;
  font-size: 1.4em;
  border-radius: 0;
}

.btn-sm, .block--map .reset.btn, .block--map .block--callout .link span.reset, .block--callout .link .block--map span.reset, .block--map .EPiServerForms button.reset[type=submit], .EPiServerForms .block--map button.reset[type=submit], .block--map .EPiServerForms input.reset[type=reset], .EPiServerForms .block--map input.reset[type=reset], .block--map .cards--with-buttons .card-footer a.reset, .cards--with-buttons .card-footer .block--map a.reset, .gallery--square .gallery__item__content .btn-link, .gallery--square .gallery__item__content section:not(.cards--with-buttons) .card-footer a, section:not(.cards--with-buttons) .card-footer .gallery--square .gallery__item__content a, .btn-check + .btn, .block--callout .link .btn-check + span, .EPiServerForms .btn-check + button[type=submit], .EPiServerForms .btn-check + input[type=reset], .btn--filter, .cards--with-buttons .card-footer a, .btn-group-sm > .btn, .block--callout .link .btn-group-sm > span, .EPiServerForms .btn-group-sm > button[type=submit], .EPiServerForms .btn-group-sm > input[type=reset] {
  padding: 8px 16px;
  font-size: 0.875rem;
  border-radius: 0;
}

.fade {
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    -webkit-transition: none;
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    -webkit-transition: none;
    transition: none;
  }
}
.collapsing.collapse-horizontal {
  width: 0;
  height: auto;
  -webkit-transition: width 0.35s ease;
  transition: width 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing.collapse-horizontal {
    -webkit-transition: none;
    transition: none;
  }
}

.dropup,
.dropend,
.dropdown,
.dropstart {
  position: relative;
}

.dropdown-toggle {
  white-space: nowrap;
}
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-menu {
  position: absolute;
  z-index: 1000;
  display: none;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0;
  font-size: 1rem;
  color: currentColor;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 0 solid rgba(0, 0, 0, 0.15);
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.dropdown-menu[data-bs-popper] {
  top: 100%;
  left: 0;
  margin-top: 0.125rem;
}

.dropdown-menu-start {
  --bs-position: start;
}
.dropdown-menu-start[data-bs-popper] {
  right: auto;
  left: 0;
}

.dropdown-menu-end {
  --bs-position: end;
}
.dropdown-menu-end[data-bs-popper] {
  right: 0;
  left: auto;
}

@media (min-width: 576px) {
  .dropdown-menu-sm-start {
    --bs-position: start;
  }
  .dropdown-menu-sm-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-sm-end {
    --bs-position: end;
  }
  .dropdown-menu-sm-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-start {
    --bs-position: start;
  }
  .dropdown-menu-md-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-md-end {
    --bs-position: end;
  }
  .dropdown-menu-md-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-start {
    --bs-position: start;
  }
  .dropdown-menu-lg-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-end {
    --bs-position: end;
  }
  .dropdown-menu-lg-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1400px) {
  .dropdown-menu-xl-start {
    --bs-position: start;
  }
  .dropdown-menu-xl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-end {
    --bs-position: end;
  }
  .dropdown-menu-xl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1600px) {
  .dropdown-menu-xxl-start {
    --bs-position: start;
  }
  .dropdown-menu-xxl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xxl-end {
    --bs-position: end;
  }
  .dropdown-menu-xxl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu[data-bs-popper] {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropend .dropdown-menu[data-bs-popper] {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}
.dropend .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
.dropend .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropend .dropdown-toggle::after {
  vertical-align: 0;
}

.dropstart .dropdown-menu[data-bs-popper] {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}
.dropstart .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropstart .dropdown-toggle::after {
  display: none;
}
.dropstart .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.dropstart .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropstart .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: #1e2125;
  background-color: #e9ecef;
}
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #0d6efd;
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #adb5bd;
  pointer-events: none;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display: block;
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1rem;
  color: #212529;
}

.dropdown-menu-dark {
  color: #dee2e6;
  background-color: #343a40;
  border-color: rgba(0, 0, 0, 0.15);
}
.dropdown-menu-dark .dropdown-item {
  color: #dee2e6;
}
.dropdown-menu-dark .dropdown-item:hover, .dropdown-menu-dark .dropdown-item:focus {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.15);
}
.dropdown-menu-dark .dropdown-item.active, .dropdown-menu-dark .dropdown-item:active {
  color: #fff;
  background-color: #0d6efd;
}
.dropdown-menu-dark .dropdown-item.disabled, .dropdown-menu-dark .dropdown-item:disabled {
  color: #adb5bd;
}
.dropdown-menu-dark .dropdown-divider {
  border-color: rgba(0, 0, 0, 0.15);
}
.dropdown-menu-dark .dropdown-item-text {
  color: #dee2e6;
}
.dropdown-menu-dark .dropdown-header {
  color: #adb5bd;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group > .btn, .block--callout .link .btn-group > span, .cards--with-buttons .card-footer .btn-group > a, .EPiServerForms .btn-group > button[type=submit], .EPiServerForms .btn-group > input[type=reset],
.btn-group-vertical > .btn,
.block--callout .link .btn-group-vertical > span,
.cards--with-buttons .card-footer .btn-group-vertical > a,
.EPiServerForms .btn-group-vertical > button[type=submit],
.EPiServerForms .btn-group-vertical > input[type=reset] {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.btn-group > .btn-check:checked + .btn, .block--callout .link .btn-group > .btn-check:checked + span, .cards--with-buttons .card-footer .btn-group > .btn-check:checked + a, .EPiServerForms .btn-group > .btn-check:checked + button[type=submit], .EPiServerForms .btn-group > .btn-check:checked + input[type=reset],
.btn-group > .btn-check:focus + .btn,
.block--callout .link .btn-group > .btn-check:focus + span,
.cards--with-buttons .card-footer .btn-group > .btn-check:focus + a,
.EPiServerForms .btn-group > .btn-check:focus + button[type=submit],
.EPiServerForms .btn-group > .btn-check:focus + input[type=reset],
.btn-group > .btn:hover,
.block--callout .link .btn-group > span:hover,
.cards--with-buttons .card-footer .btn-group > a:hover,
.EPiServerForms .btn-group > button[type=submit]:hover,
.EPiServerForms .btn-group > input[type=reset]:hover,
.btn-group > .btn:focus,
.block--callout .link .btn-group > span:focus,
.cards--with-buttons .card-footer .btn-group > a:focus,
.EPiServerForms .btn-group > button[type=submit]:focus,
.EPiServerForms .btn-group > input[type=reset]:focus,
.btn-group > .btn:active,
.block--callout .link .btn-group > span:active,
.cards--with-buttons .card-footer .btn-group > a:active,
.EPiServerForms .btn-group > button[type=submit]:active,
.EPiServerForms .btn-group > input[type=reset]:active,
.btn-group > .btn.active,
.block--callout .link .btn-group > span.active,
.cards--with-buttons .card-footer .btn-group > a.active,
.EPiServerForms .btn-group > button.active[type=submit],
.EPiServerForms .btn-group > input.active[type=reset],
.btn-group-vertical > .btn-check:checked + .btn,
.block--callout .link .btn-group-vertical > .btn-check:checked + span,
.cards--with-buttons .card-footer .btn-group-vertical > .btn-check:checked + a,
.EPiServerForms .btn-group-vertical > .btn-check:checked + button[type=submit],
.EPiServerForms .btn-group-vertical > .btn-check:checked + input[type=reset],
.btn-group-vertical > .btn-check:focus + .btn,
.block--callout .link .btn-group-vertical > .btn-check:focus + span,
.cards--with-buttons .card-footer .btn-group-vertical > .btn-check:focus + a,
.EPiServerForms .btn-group-vertical > .btn-check:focus + button[type=submit],
.EPiServerForms .btn-group-vertical > .btn-check:focus + input[type=reset],
.btn-group-vertical > .btn:hover,
.block--callout .link .btn-group-vertical > span:hover,
.cards--with-buttons .card-footer .btn-group-vertical > a:hover,
.EPiServerForms .btn-group-vertical > button[type=submit]:hover,
.EPiServerForms .btn-group-vertical > input[type=reset]:hover,
.btn-group-vertical > .btn:focus,
.block--callout .link .btn-group-vertical > span:focus,
.cards--with-buttons .card-footer .btn-group-vertical > a:focus,
.EPiServerForms .btn-group-vertical > button[type=submit]:focus,
.EPiServerForms .btn-group-vertical > input[type=reset]:focus,
.btn-group-vertical > .btn:active,
.block--callout .link .btn-group-vertical > span:active,
.cards--with-buttons .card-footer .btn-group-vertical > a:active,
.EPiServerForms .btn-group-vertical > button[type=submit]:active,
.EPiServerForms .btn-group-vertical > input[type=reset]:active,
.btn-group-vertical > .btn.active,
.block--callout .link .btn-group-vertical > span.active,
.cards--with-buttons .card-footer .btn-group-vertical > a.active,
.EPiServerForms .btn-group-vertical > button.active[type=submit],
.EPiServerForms .btn-group-vertical > input.active[type=reset] {
  z-index: 1;
}

.btn-toolbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.btn-toolbar .input-group {
  width: auto;
}

.btn-group > .btn:not(:first-child), .block--callout .link .btn-group > span:not(:first-child), .cards--with-buttons .card-footer .btn-group > a:not(:first-child), .EPiServerForms .btn-group > button[type=submit]:not(:first-child), .EPiServerForms .btn-group > input[type=reset]:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px;
}
.btn-group > .btn:not(:last-child):not(.dropdown-toggle), .block--callout .link .btn-group > span:not(:last-child):not(.dropdown-toggle), .cards--with-buttons .card-footer .btn-group > a:not(:last-child):not(.dropdown-toggle), .EPiServerForms .btn-group > button[type=submit]:not(:last-child):not(.dropdown-toggle), .EPiServerForms .btn-group > input[type=reset]:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn,
.block--callout .link .btn-group > .btn-group:not(:last-child) > span,
.cards--with-buttons .card-footer .btn-group > .btn-group:not(:last-child) > a,
.EPiServerForms .btn-group > .btn-group:not(:last-child) > button[type=submit],
.EPiServerForms .btn-group > .btn-group:not(:last-child) > input[type=reset] {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:nth-child(n+3), .block--callout .link .btn-group > span:nth-child(n+3), .cards--with-buttons .card-footer .btn-group > a:nth-child(n+3), .EPiServerForms .btn-group > button[type=submit]:nth-child(n+3), .EPiServerForms .btn-group > input[type=reset]:nth-child(n+3),
.btn-group > :not(.btn-check) + .btn,
.block--callout .link .btn-group > :not(.btn-check) + span,
.cards--with-buttons .card-footer .btn-group > :not(.btn-check) + a,
.EPiServerForms .btn-group > :not(.btn-check) + button[type=submit],
.EPiServerForms .btn-group > :not(.btn-check) + input[type=reset],
.btn-group > .btn-group:not(:first-child) > .btn,
.block--callout .link .btn-group > .btn-group:not(:first-child) > span,
.cards--with-buttons .card-footer .btn-group > .btn-group:not(:first-child) > a,
.EPiServerForms .btn-group > .btn-group:not(:first-child) > button[type=submit],
.EPiServerForms .btn-group > .btn-group:not(:first-child) > input[type=reset] {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
  padding-right: 21px;
  padding-left: 21px;
}
.dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropend .dropdown-toggle-split::after {
  margin-left: 0;
}
.dropstart .dropdown-toggle-split::before {
  margin-right: 0;
}

.btn-sm + .dropdown-toggle-split, .block--map .reset.btn + .dropdown-toggle-split, .block--map .block--callout .link span.reset + .dropdown-toggle-split, .block--callout .link .block--map span.reset + .dropdown-toggle-split, .block--map .EPiServerForms button.reset[type=submit] + .dropdown-toggle-split, .EPiServerForms .block--map button.reset[type=submit] + .dropdown-toggle-split, .block--map .EPiServerForms input.reset[type=reset] + .dropdown-toggle-split, .EPiServerForms .block--map input.reset[type=reset] + .dropdown-toggle-split, .gallery--square .gallery__item__content .btn-link + .dropdown-toggle-split, .gallery--square .gallery__item__content section:not(.cards--with-buttons) .card-footer a + .dropdown-toggle-split, section:not(.cards--with-buttons) .card-footer .gallery--square .gallery__item__content a + .dropdown-toggle-split, .btn-check + .btn + .dropdown-toggle-split, .block--callout .link .btn-check + span + .dropdown-toggle-split, .EPiServerForms .btn-check + button[type=submit] + .dropdown-toggle-split, .EPiServerForms .btn-check + input[type=reset] + .dropdown-toggle-split, .btn--filter + .dropdown-toggle-split, .cards--with-buttons .card-footer a + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split, .block--callout .link .btn-group-sm > span + .dropdown-toggle-split, .EPiServerForms .btn-group-sm > button[type=submit] + .dropdown-toggle-split, .EPiServerForms .btn-group-sm > input[type=reset] + .dropdown-toggle-split {
  padding-right: 12px;
  padding-left: 12px;
}

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split, .block--callout .link .btn-group-lg > span + .dropdown-toggle-split, .cards--with-buttons .card-footer .btn-group-lg > a + .dropdown-toggle-split, .EPiServerForms .btn-group-lg > button[type=submit] + .dropdown-toggle-split, .EPiServerForms .btn-group-lg > input[type=reset] + .dropdown-toggle-split {
  padding-right: 24px;
  padding-left: 24px;
}

.btn-group.show .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.show .dropdown-toggle.btn-link, .btn-group.show section:not(.cards--with-buttons) .card-footer a.dropdown-toggle, section:not(.cards--with-buttons) .card-footer .btn-group.show a.dropdown-toggle {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-group-vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.btn-group-vertical > .btn, .block--callout .link .btn-group-vertical > span, .cards--with-buttons .card-footer .btn-group-vertical > a, .EPiServerForms .btn-group-vertical > button[type=submit], .EPiServerForms .btn-group-vertical > input[type=reset],
.btn-group-vertical > .btn-group {
  width: 100%;
}
.btn-group-vertical > .btn:not(:first-child), .block--callout .link .btn-group-vertical > span:not(:first-child), .cards--with-buttons .card-footer .btn-group-vertical > a:not(:first-child), .EPiServerForms .btn-group-vertical > button[type=submit]:not(:first-child), .EPiServerForms .btn-group-vertical > input[type=reset]:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -1px;
}
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle), .block--callout .link .btn-group-vertical > span:not(:last-child):not(.dropdown-toggle), .cards--with-buttons .card-footer .btn-group-vertical > a:not(:last-child):not(.dropdown-toggle), .EPiServerForms .btn-group-vertical > button[type=submit]:not(:last-child):not(.dropdown-toggle), .EPiServerForms .btn-group-vertical > input[type=reset]:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn,
.block--callout .link .btn-group-vertical > .btn-group:not(:last-child) > span,
.cards--with-buttons .card-footer .btn-group-vertical > .btn-group:not(:last-child) > a,
.EPiServerForms .btn-group-vertical > .btn-group:not(:last-child) > button[type=submit],
.EPiServerForms .btn-group-vertical > .btn-group:not(:last-child) > input[type=reset] {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn ~ .btn, .block--callout .link .btn-group-vertical > span ~ .btn, .block--callout .link .btn-group-vertical > .btn ~ span, .block--callout .link .btn-group-vertical > span ~ span, .cards--with-buttons .card-footer .btn-group-vertical > a ~ .btn, .cards--with-buttons .card-footer .block--callout .link .btn-group-vertical > a ~ span, .block--callout .link .cards--with-buttons .card-footer .btn-group-vertical > a ~ span, .cards--with-buttons .card-footer .btn-group-vertical > .btn ~ a, .cards--with-buttons .card-footer .block--callout .link .btn-group-vertical > span ~ a, .block--callout .link .cards--with-buttons .card-footer .btn-group-vertical > span ~ a, .cards--with-buttons .card-footer .btn-group-vertical > a ~ a, .EPiServerForms .btn-group-vertical > button[type=submit] ~ .btn, .EPiServerForms .block--callout .link .btn-group-vertical > button[type=submit] ~ span, .block--callout .link .EPiServerForms .btn-group-vertical > button[type=submit] ~ span, .EPiServerForms .cards--with-buttons .card-footer .btn-group-vertical > button[type=submit] ~ a, .cards--with-buttons .card-footer .EPiServerForms .btn-group-vertical > button[type=submit] ~ a, .EPiServerForms .btn-group-vertical > input[type=reset] ~ .btn, .EPiServerForms .block--callout .link .btn-group-vertical > input[type=reset] ~ span, .block--callout .link .EPiServerForms .btn-group-vertical > input[type=reset] ~ span, .EPiServerForms .cards--with-buttons .card-footer .btn-group-vertical > input[type=reset] ~ a, .cards--with-buttons .card-footer .EPiServerForms .btn-group-vertical > input[type=reset] ~ a, .EPiServerForms .btn-group-vertical > .btn ~ button[type=submit], .EPiServerForms .block--callout .link .btn-group-vertical > span ~ button[type=submit], .block--callout .link .EPiServerForms .btn-group-vertical > span ~ button[type=submit], .EPiServerForms .cards--with-buttons .card-footer .btn-group-vertical > a ~ button[type=submit], .cards--with-buttons .card-footer .EPiServerForms .btn-group-vertical > a ~ button[type=submit], .EPiServerForms .btn-group-vertical > button[type=submit] ~ button[type=submit], .EPiServerForms .btn-group-vertical > input[type=reset] ~ button[type=submit], .EPiServerForms .btn-group-vertical > .btn ~ input[type=reset], .EPiServerForms .block--callout .link .btn-group-vertical > span ~ input[type=reset], .block--callout .link .EPiServerForms .btn-group-vertical > span ~ input[type=reset], .EPiServerForms .cards--with-buttons .card-footer .btn-group-vertical > a ~ input[type=reset], .cards--with-buttons .card-footer .EPiServerForms .btn-group-vertical > a ~ input[type=reset], .EPiServerForms .btn-group-vertical > button[type=submit] ~ input[type=reset], .EPiServerForms .btn-group-vertical > input[type=reset] ~ input[type=reset],
.btn-group-vertical > .btn-group:not(:first-child) > .btn,
.block--callout .link .btn-group-vertical > .btn-group:not(:first-child) > span,
.cards--with-buttons .card-footer .btn-group-vertical > .btn-group:not(:first-child) > a,
.EPiServerForms .btn-group-vertical > .btn-group:not(:first-child) > button[type=submit],
.EPiServerForms .btn-group-vertical > .btn-group:not(:first-child) > input[type=reset] {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
  color: inherit;
  text-decoration: none;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .nav-link {
    -webkit-transition: none;
    transition: none;
  }
}
.nav-link:hover, .nav-link:focus {
  color: inherit;
}
.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}
.nav-tabs .nav-link {
  margin-bottom: -1px;
  background: none;
  border: 1px solid transparent;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
  isolation: isolate;
}
.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  background: none;
  border: 0;
  border-radius: 0;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: currentColor;
  background-color: transparent;
}

.nav-fill > .nav-link,
.nav-fill .nav-item {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  text-align: center;
}

.nav-justified > .nav-link,
.nav-justified .nav-item {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: center;
}

.nav-fill .nav-item .nav-link,
.nav-justified .nav-item .nav-link {
  width: 100%;
}

.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}

.navbar {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.navbar > .container, .navbar > .offcanvas-body, .modal--search .navbar > .modal-dialog,
.navbar > .container-fluid,
.with-navigation .navbar > .navbar.submenu,
.navbar > .container-sm,
.navbar > .container-md,
.navbar > .container-lg,
.navbar > .container-xl,
.navbar > .container-xxl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: inherit;
      flex-wrap: inherit;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.navbar-brand {
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  text-decoration: none;
  white-space: nowrap;
}
.navbar-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}
.navbar-nav .dropdown-menu {
  position: static;
}

.navbar-text {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.navbar-collapse {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.navbar-toggler {
  padding: 4px 4px;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0;
  -webkit-transition: -webkit-box-shadow 0.15s ease-in-out;
  transition: -webkit-box-shadow 0.15s ease-in-out;
  transition: box-shadow 0.15s ease-in-out;
  transition: box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .navbar-toggler {
    -webkit-transition: none;
    transition: none;
  }
}
.navbar-toggler:hover {
  text-decoration: none;
}
.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0;
          box-shadow: 0 0 0 0;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}

.navbar-nav-scroll {
  max-height: var(--bs-scroll-height, 75vh);
  overflow-y: auto;
}

@media (min-width: 576px) {
  .navbar-expand-sm {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-sm .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
  .navbar-expand-sm .offcanvas-header {
    display: none;
  }
  .navbar-expand-sm .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    -webkit-transition: none;
    transition: none;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
  .navbar-expand-sm .offcanvas-top,
  .navbar-expand-sm .offcanvas-bottom {
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }
  .navbar-expand-sm .offcanvas-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-md .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
  .navbar-expand-md .offcanvas-header {
    display: none;
  }
  .navbar-expand-md .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    -webkit-transition: none;
    transition: none;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
  .navbar-expand-md .offcanvas-top,
  .navbar-expand-md .offcanvas-bottom {
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }
  .navbar-expand-md .offcanvas-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-lg .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
  .navbar-expand-lg .offcanvas-header {
    display: none;
  }
  .navbar-expand-lg .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    -webkit-transition: none;
    transition: none;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
  .navbar-expand-lg .offcanvas-top,
  .navbar-expand-lg .offcanvas-bottom {
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }
  .navbar-expand-lg .offcanvas-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 1400px) {
  .navbar-expand-xl {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xl .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
  .navbar-expand-xl .offcanvas-header {
    display: none;
  }
  .navbar-expand-xl .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    -webkit-transition: none;
    transition: none;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
  .navbar-expand-xl .offcanvas-top,
  .navbar-expand-xl .offcanvas-bottom {
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }
  .navbar-expand-xl .offcanvas-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 1600px) {
  .navbar-expand-xxl {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .navbar-expand-xxl .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .navbar-expand-xxl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xxl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xxl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xxl .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .navbar-expand-xxl .navbar-toggler {
    display: none;
  }
  .navbar-expand-xxl .offcanvas-header {
    display: none;
  }
  .navbar-expand-xxl .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    -webkit-transition: none;
    transition: none;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
  .navbar-expand-xxl .offcanvas-top,
  .navbar-expand-xxl .offcanvas-bottom {
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }
  .navbar-expand-xxl .offcanvas-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
.navbar-expand {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.navbar-expand .navbar-nav {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}
.navbar-expand .navbar-collapse {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}
.navbar-expand .offcanvas-header {
  display: none;
}
.navbar-expand .offcanvas {
  position: inherit;
  bottom: 0;
  z-index: 1000;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  visibility: visible !important;
  background-color: transparent;
  border-right: 0;
  border-left: 0;
  -webkit-transition: none;
  transition: none;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}
.navbar-expand .offcanvas-top,
.navbar-expand .offcanvas-bottom {
  height: auto;
  border-top: 0;
  border-bottom: 0;
}
.navbar-expand .offcanvas-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  padding: 0;
  overflow-y: visible;
}

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.55);
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.55);
  border-color: rgba(0, 0, 0, 0.1);
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.55);
}
.navbar-light .navbar-text a,
.navbar-light .navbar-text a:hover,
.navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand {
  color: #fff;
}
.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #fff;
}
.navbar-dark .navbar-nav .nav-link {
  color: #ffffff;
}
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: inherit;
}
.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}
.navbar-dark .navbar-toggler {
  color: #ffffff;
  border-color: transparent;
}
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='%23ffffff' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-dark .navbar-text {
  color: #ffffff;
}
.navbar-dark .navbar-text a,
.navbar-dark .navbar-text a:hover,
.navbar-dark .navbar-text a:focus {
  color: #fff;
}

.card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-width: 0;
  height: 100%;
  word-wrap: break-word;
  background-color: transparent;
  background-clip: border-box;
  border: 0 solid rgba(0, 0, 0, 0.125);
  border-radius: 0;
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}
.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}

.card-body {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 1rem 0;
}

.card-title {
  margin-bottom: 0.5rem;
}

.card-subtitle {
  margin-top: -0.25rem;
  margin-bottom: 0;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link + .card-link {
  margin-left: 0;
}

.card-header {
  padding: 0.5rem 0;
  margin-bottom: 0;
  background-color: transparent;
  border-bottom: 0 solid rgba(0, 0, 0, 0.125);
}
.card-header:first-child {
  border-radius: 0 0 0 0;
}

.card-footer {
  padding: 0.5rem 0;
  background-color: transparent;
  border-top: 0 solid rgba(0, 0, 0, 0.125);
}
.card-footer:last-child {
  border-radius: 0 0 0 0;
}

.card-header-tabs {
  margin-right: 0;
  margin-bottom: -0.5rem;
  margin-left: 0;
  border-bottom: 0;
}
.card-header-tabs .nav-link.active {
  background-color: transparent;
  border-bottom-color: transparent;
}

.card-header-pills {
  margin-right: 0;
  margin-left: 0;
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1rem;
  border-radius: 0;
}

.card-img,
.card-img-top,
.card-img-bottom {
  width: 100%;
}

.card-img,
.card-img-top {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.card-img,
.card-img-bottom {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.card-group > .card {
  margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
  .card-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
  .card-group > .card {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-top,
  .card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-bottom,
  .card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-top,
  .card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-bottom,
  .card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}

.accordion-button {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 1.7rem 2rem;
  font-size: 1rem;
  color: inherit;
  text-align: left;
  background-color: transparent;
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, border-radius 0.15s ease, -webkit-box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, border-radius 0.15s ease, -webkit-box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, transform 0.15s ease-in-out, border-radius 0.15s ease;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, transform 0.15s ease-in-out, border-radius 0.15s ease, -webkit-box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button {
    -webkit-transition: none;
    transition: none;
  }
}
.accordion-button:not(.collapsed) {
  color: inherit;
  background-color: transparent;
  -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.125);
          box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.125);
}
.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='24px' viewBox='0 0 24 24' width='24px' fill='%23000000'%3E%3Cpath d='M0 0h24v24H0V0z' fill='none'/%3E%3Cpath d='M18.3 5.71c-.39-.39-1.02-.39-1.41 0L12 10.59 7.11 5.7c-.39-.39-1.02-.39-1.41 0-.39.39-.39 1.02 0 1.41L10.59 12 5.7 16.89c-.39.39-.39 1.02 0 1.41.39.39 1.02.39 1.41 0L12 13.41l4.89 4.89c.39.39 1.02.39 1.41 0 .39-.39.39-1.02 0-1.41L13.41 12l4.89-4.89c.38-.38.38-1.02 0-1.4z'/%3E%3C/svg%3E");
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.accordion-button::after {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 24px;
  height: 24px;
  margin-left: auto;
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='24px' viewBox='0 0 24 24' width='24px' fill='%23000000'%3E%3Cpath d='M0 0h24v24H0V0z' fill='none'/%3E%3Cpath d='M18 13h-5v5c0 .55-.45 1-1 1s-1-.45-1-1v-5H6c-.55 0-1-.45-1-1s.45-1 1-1h5V6c0-.55.45-1 1-1s1 .45 1 1v5h5c.55 0 1 .45 1 1s-.45 1-1 1z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 24px;
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button::after {
    -webkit-transition: none;
    transition: none;
  }
}
.accordion-button:hover {
  z-index: 2;
}
.accordion-button:focus {
  z-index: 3;
  border-color: none;
  outline: 0;
  -webkit-box-shadow: 0;
          box-shadow: 0;
}

.accordion-header {
  margin-bottom: 0;
}

.accordion-item {
  background-color: transparent;
  border: 0 solid rgba(0, 0, 0, 0.125);
}
.accordion-item:first-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.accordion-item:first-of-type .accordion-button {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.accordion-item:not(:first-of-type) {
  border-top: 0;
}
.accordion-item:last-of-type {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.accordion-item:last-of-type .accordion-collapse {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.accordion-body {
  padding: 1.7rem 2rem;
}

.accordion-flush .accordion-collapse {
  border-width: 0;
}
.accordion-flush .accordion-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}
.accordion-flush .accordion-item:first-child {
  border-top: 0;
}
.accordion-flush .accordion-item:last-child {
  border-bottom: 0;
}
.accordion-flush .accordion-item .accordion-button {
  border-radius: 0;
}

.breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0 0;
  margin-bottom: 1rem;
  list-style: none;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: 0.5rem;
  color: inherit;
  content: var(--bs-breadcrumb-divider, "/") /* rtl: var(--bs-breadcrumb-divider, "/") */;
}
.breadcrumb-item.active {
  color: inherit;
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
}

.page-link {
  position: relative;
  display: block;
  color: #000000;
  text-decoration: none;
  background-color: #ffffff;
  border: 1px solid #dee2e6;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .page-link {
    -webkit-transition: none;
    transition: none;
  }
}
.page-link:hover {
  z-index: 2;
  color: currentColor;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.page-link:focus {
  z-index: 3;
  color: var(--secondary);
  background-color: #e9ecef;
  outline: 0;
  -webkit-box-shadow: 0;
          box-shadow: 0;
}

.page-item:not(:first-child) .page-link {
  margin-left: -1px;
}
.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #000000;
  border-color: #000000;
}
.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
  border-color: #dee2e6;
}

.page-link {
  padding: 0.375rem 0.75rem;
}

.page-item:first-child .page-link {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.page-item:last-child .page-link {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
}
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
}
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.badge {
  display: inline-block;
  padding: 0.35em 0.65em;
  font-size: 0.75em;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0;
}
.badge:empty {
  display: none;
}

.btn .badge, .block--callout .link span .badge, .cards--with-buttons .card-footer a .badge, .EPiServerForms button[type=submit] .badge, .EPiServerForms input[type=reset] .badge {
  position: relative;
  top: -1px;
}

.alert {
  position: relative;
  padding: 1rem 1rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0;
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
}

.alert-dismissible {
  padding-right: 3rem;
}
.alert-dismissible .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 1.25rem 1rem;
}

.alert-info {
  color: #005f77;
  background-color: #ccecf4;
  border-color: #b3e2ee;
}
.alert-info .alert-link {
  color: #004c5f;
}

.alert-danger {
  color: #8a0315;
  background-color: #facdd3;
  border-color: #f8b4bd;
}
.alert-danger .alert-link {
  color: #6e0211;
}

.alert-light {
  color: #666666;
  background-color: white;
  border-color: white;
}
.alert-light .alert-link {
  color: #525252;
}

.alert-dark {
  color: black;
  background-color: #cccccc;
  border-color: #b3b3b3;
}
.alert-dark .alert-link {
  color: black;
}

@-webkit-keyframes progress-bar-stripes {
  0% {
    background-position-x: 1rem;
  }
}

@keyframes progress-bar-stripes {
  0% {
    background-position-x: 1rem;
  }
}
.progress {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075);
}

.progress-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #0d6efd;
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    -webkit-transition: none;
    transition: none;
  }
}

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}

.progress-bar-animated {
  -webkit-animation: 1s linear infinite progress-bar-stripes;
          animation: 1s linear infinite progress-bar-stripes;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    -webkit-animation: none;
            animation: none;
  }
}

.list-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 0;
}

.list-group-numbered {
  list-style-type: none;
  counter-reset: section;
}
.list-group-numbered > li::before {
  content: counters(section, ".") ". ";
  counter-increment: section;
}

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}
.list-group-item-action:hover, .list-group-item-action:focus {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}
.list-group-item-action:active {
  color: #000;
  background-color: #e9ecef;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.5rem 1rem;
  color: inherit;
  text-decoration: none;
  background-color: transparent;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}
.list-group-item.disabled, .list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: transparent;
}
.list-group-item.active {
  z-index: 2;
  color: var(--secondary);
  background-color: var(--secondary-lightest);
  border-color: var(--secondary);
}
.list-group-item + .list-group-item {
  border-top-width: 0;
}
.list-group-item + .list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}

.list-group-horizontal {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.list-group-horizontal > .list-group-item:first-child {
  border-bottom-left-radius: 0;
  border-top-right-radius: 0;
}
.list-group-horizontal > .list-group-item:last-child {
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
}
.list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: 1px;
  border-left-width: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px;
}

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .list-group-horizontal-sm > .list-group-item:first-child {
    border-bottom-left-radius: 0;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item:last-child {
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 768px) {
  .list-group-horizontal-md {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .list-group-horizontal-md > .list-group-item:first-child {
    border-bottom-left-radius: 0;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item:last-child {
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 992px) {
  .list-group-horizontal-lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .list-group-horizontal-lg > .list-group-item:first-child {
    border-bottom-left-radius: 0;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item:last-child {
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 1400px) {
  .list-group-horizontal-xl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .list-group-horizontal-xl > .list-group-item:first-child {
    border-bottom-left-radius: 0;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item:last-child {
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 1600px) {
  .list-group-horizontal-xxl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .list-group-horizontal-xxl > .list-group-item:first-child {
    border-bottom-left-radius: 0;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xxl > .list-group-item:last-child {
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xxl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xxl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-xxl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
.list-group-flush {
  border-radius: 0;
}
.list-group-flush > .list-group-item {
  border-width: 0 0 1px;
}
.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}

.list-group-item-info {
  color: #005f77;
  background-color: #ccecf4;
}
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: #005f77;
  background-color: #b8d4dc;
}
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #005f77;
  border-color: #005f77;
}

.list-group-item-danger {
  color: #8a0315;
  background-color: #facdd3;
}
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: #8a0315;
  background-color: #e1b9be;
}
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #8a0315;
  border-color: #8a0315;
}

.list-group-item-light {
  color: #666666;
  background-color: white;
}
.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: #666666;
  background-color: #e6e6e6;
}
.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #666666;
  border-color: #666666;
}

.list-group-item-dark {
  color: black;
  background-color: #cccccc;
}
.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: black;
  background-color: #b8b8b8;
}
.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: black;
  border-color: black;
}

.btn-close {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  color: #000;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
  border: 0;
  border-radius: 0;
  opacity: 1;
}
.btn-close:hover {
  color: #000;
  text-decoration: none;
  opacity: 0.75;
}
.btn-close:focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 0 0.25rem rgba(0, 0, 0, 0.25);
  opacity: 1;
}
.btn-close:disabled, .btn-close.disabled {
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  opacity: 0.25;
}

.btn-close-white, .rt-nav.offcanvas .btn-close, .modal.modal--video .modal-header .btn-close, .modal.modal--dark .btn-close {
  -webkit-filter: invert(1) grayscale(100%) brightness(200%);
          filter: invert(1) grayscale(100%) brightness(200%);
}

.toast {
  width: 350px;
  max-width: 100%;
  font-size: 0.875rem;
  pointer-events: auto;
  background-color: rgba(255, 255, 255, 0.97);
  background-clip: padding-box;
  border: 0 solid rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
          box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  border-radius: 0;
}
.toast.showing {
  opacity: 0;
}
.toast:not(.show) {
  display: none;
}

.toast-container {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  pointer-events: none;
}
.toast-container > :not(:last-child) {
  margin-bottom: 0.75rem;
}

.toast-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1rem 2.5rem;
  color: #6c757d;
  background-color: transparent;
  background-clip: padding-box;
  border-bottom: 0 solid rgba(0, 0, 0, 0.05);
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.toast-header .btn-close {
  margin-right: -1.25rem;
  margin-left: 2.5rem;
}

.toast-body {
  padding: 2.5rem;
  word-wrap: break-word;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1055;
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
      -ms-transform: translate(0, -50px);
          transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    -webkit-transition: none;
    transition: none;
  }
}
.modal.show .modal-dialog {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}
.modal.modal-static .modal-dialog {
  -webkit-transform: scale(1.02);
      -ms-transform: scale(1.02);
          transform: scale(1.02);
}

.modal-dialog-scrollable {
  height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
  max-height: 100%;
  overflow: hidden;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: calc(100% - 1rem);
}

.modal-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 0 solid rgba(0, 0, 0, 0.2);
  border-radius: 0;
  -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
          box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 24px 24px;
  border-bottom: 0 solid rgba(255, 255, 255, 0.07);
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.modal-header .btn-close {
  padding: 12px 12px;
  margin: -12px -12px -12px auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.2;
}

.modal-body {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 3rem;
}

.modal-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 2.75rem;
  border-top: 0 solid rgba(255, 255, 255, 0.07);
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.modal-footer > * {
  margin: 0.25rem;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 600px;
    margin: 40px auto;
  }
  .modal-dialog-scrollable {
    height: calc(100% - 80px);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 80px);
  }
  .modal-content {
    -webkit-box-shadow: 0 1rem 7rem rgba(0, 0, 0, 0.3);
            box-shadow: 0 1rem 7rem rgba(0, 0, 0, 0.3);
  }
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 900px;
  }
}
@media (min-width: 1400px) {
  .modal-xl {
    max-width: 1200px;
  }
}
.modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0;
}
.modal-fullscreen .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
}
.modal-fullscreen .modal-header {
  border-radius: 0;
}
.modal-fullscreen .modal-body {
  overflow-y: auto;
}
.modal-fullscreen .modal-footer {
  border-radius: 0;
}

@media (max-width: 575.98px) {
  .modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-sm-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-sm-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 767.98px) {
  .modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-md-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-md-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 991.98px) {
  .modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-lg-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-lg-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 1399.98px) {
  .modal-fullscreen-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-xl-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 1599.98px) {
  .modal-fullscreen-xxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xxl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-xxl-down .modal-footer {
    border-radius: 0;
  }
}
.tooltip {
  position: absolute;
  z-index: 1080;
  display: block;
  margin: 0;
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 1;
}
.tooltip .tooltip-arrow {
  position: absolute;
  display: block;
  width: 24px;
  height: 12px;
}
.tooltip .tooltip-arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top, .bs-tooltip-auto[data-popper-placement^=top] {
  padding: 12px 0;
}
.bs-tooltip-top .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow {
  bottom: 0;
}
.bs-tooltip-top .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before {
  top: -1px;
  border-width: 12px 12px 0;
  border-top-color: #ffffff;
}

.bs-tooltip-end, .bs-tooltip-auto[data-popper-placement^=right] {
  padding: 0 12px;
}
.bs-tooltip-end .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow {
  left: 0;
  width: 12px;
  height: 24px;
}
.bs-tooltip-end .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before {
  right: -1px;
  border-width: 12px 12px 12px 0;
  border-right-color: #ffffff;
}

.bs-tooltip-bottom, .bs-tooltip-auto[data-popper-placement^=bottom] {
  padding: 12px 0;
}
.bs-tooltip-bottom .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow {
  top: 0;
}
.bs-tooltip-bottom .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before {
  bottom: -1px;
  border-width: 0 12px 12px;
  border-bottom-color: #ffffff;
}

.bs-tooltip-start, .bs-tooltip-auto[data-popper-placement^=left] {
  padding: 0 12px;
}
.bs-tooltip-start .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow {
  right: 0;
  width: 12px;
  height: 24px;
}
.bs-tooltip-start .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before {
  left: -1px;
  border-width: 12px 0 12px 12px;
  border-left-color: #ffffff;
}

.tooltip-inner {
  max-width: 300px;
  padding: 32px 32px;
  color: #000000;
  text-align: center;
  background-color: #ffffff;
  border-radius: 8px;
}

.popover {
  position: absolute;
  top: 0;
  left: 0 /* rtl:ignore */;
  z-index: 1070;
  display: block;
  max-width: 276px;
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0;
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
          box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}
.popover .popover-arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
}
.popover .popover-arrow::before, .popover .popover-arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-popover-top > .popover-arrow, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow {
  bottom: calc(-0.5rem - 1px);
}
.bs-popover-top > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-top > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #fff;
}

.bs-popover-end > .popover-arrow, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow {
  left: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
}
.bs-popover-end > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-end > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}

.bs-popover-bottom > .popover-arrow, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow {
  top: calc(-0.5rem - 1px);
}
.bs-popover-bottom > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-bottom > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #fff;
}
.bs-popover-bottom .popover-header::before, .bs-popover-auto[data-popper-placement^=bottom] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f0f0f0;
}

.bs-popover-start > .popover-arrow, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow {
  right: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
}
.bs-popover-start > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-start > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff;
}

.popover-header {
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f0f0f0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.popover-header:empty {
  display: none;
}

.popover-body {
  padding: 1rem 1rem;
  color: #000;
}

.carousel {
  position: relative;
}

.carousel.pointer-event {
  -ms-touch-action: pan-y;
      touch-action: pan-y;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    -webkit-transition: none;
    transition: none;
  }
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

/* rtl:begin:ignore */
.carousel-item-next:not(.carousel-item-start),
.active.carousel-item-end {
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
}

.carousel-item-prev:not(.carousel-item-end),
.active.carousel-item-start {
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
}

/* rtl:end:ignore */
.carousel-fade .carousel-item {
  opacity: 0;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-start,
.carousel-fade .carousel-item-prev.carousel-item-end {
  z-index: 1;
  opacity: 1;
}
.carousel-fade .active.carousel-item-start,
.carousel-fade .active.carousel-item-end {
  z-index: 0;
  opacity: 0;
  -webkit-transition: opacity 0s 0.6s;
  transition: opacity 0s 0.6s;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-start,
  .carousel-fade .active.carousel-item-end {
    -webkit-transition: none;
    transition: none;
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 15%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: none;
  border: 0;
  opacity: 0.5;
  -webkit-transition: opacity 0.15s ease;
  transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
  .carousel-control-next {
    -webkit-transition: none;
    transition: none;
  }
}
.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
}

/* rtl:options: {
  "autoRename": true,
  "stringMap":[ {
    "name"    : "prev-next",
    "search"  : "prev",
    "replace" : "next"
  } ]
} */
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
  margin-right: 15%;
  margin-bottom: 1rem;
  margin-left: 15%;
  list-style: none;
}
.carousel-indicators [data-bs-target] {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  width: 30px;
  height: 3px;
  padding: 0;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  -webkit-transition: opacity 0.6s ease;
  transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-indicators [data-bs-target] {
    -webkit-transition: none;
    transition: none;
  }
}
.carousel-indicators .active {
  opacity: 1;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 1.25rem;
  left: 15%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #fff;
  text-align: center;
}

.carousel-dark .carousel-control-prev-icon,
.carousel-dark .carousel-control-next-icon {
  -webkit-filter: invert(1) grayscale(100);
          filter: invert(1) grayscale(100);
}
.carousel-dark .carousel-indicators [data-bs-target] {
  background-color: #000;
}
.carousel-dark .carousel-caption {
  color: #000;
}

@-webkit-keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg) /* rtl:ignore */;
            transform: rotate(360deg) /* rtl:ignore */;
  }
}

@keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg) /* rtl:ignore */;
            transform: rotate(360deg) /* rtl:ignore */;
  }
}
.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: 0.75s linear infinite spinner-border;
          animation: 0.75s linear infinite spinner-border;
}

.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}

@-webkit-keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  -webkit-animation: 0.75s linear infinite spinner-grow;
          animation: 0.75s linear infinite spinner-grow;
}

.spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}

@media (prefers-reduced-motion: reduce) {
  .spinner-border,
  .spinner-grow {
    -webkit-animation-duration: 1.5s;
            animation-duration: 1.5s;
  }
}
.offcanvas {
  position: fixed;
  bottom: 0;
  z-index: 1045;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 100%;
  visibility: hidden;
  background-color: #fff;
  background-clip: padding-box;
  outline: 0;
  -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
          box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .offcanvas {
    -webkit-transition: none;
    transition: none;
  }
}

.offcanvas-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.offcanvas-backdrop.fade {
  opacity: 0;
}
.offcanvas-backdrop.show {
  opacity: 0.5;
}

.offcanvas-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 3rem 3rem;
}
.offcanvas-header .btn-close {
  padding: 1.5rem 1.5rem;
  margin-top: -1.5rem;
  margin-right: -1.5rem;
  margin-bottom: -1.5rem;
}

.offcanvas-title {
  margin-bottom: 0;
  line-height: 1.2;
}

.offcanvas-body {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 3rem 3rem;
  overflow-y: auto;
}

.offcanvas-start {
  top: 0;
  left: 0;
  width: 400px;
  border-right: 0 solid rgba(0, 0, 0, 0.2);
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
}

.offcanvas-end {
  top: 0;
  right: 0;
  width: 400px;
  border-left: 0 solid rgba(0, 0, 0, 0.2);
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
}

.offcanvas-top {
  top: 0;
  right: 0;
  left: 0;
  height: 30vh;
  max-height: 100%;
  border-bottom: 0 solid rgba(0, 0, 0, 0.2);
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
}

.offcanvas-bottom {
  right: 0;
  left: 0;
  height: 30vh;
  max-height: 100%;
  border-top: 0 solid rgba(0, 0, 0, 0.2);
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%);
}

.offcanvas.show {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}

.placeholder {
  display: inline-block;
  min-height: 1em;
  vertical-align: middle;
  cursor: wait;
  background-color: currentColor;
  opacity: 0.5;
}
.placeholder.btn::before, .block--callout .link span.placeholder::before, .cards--with-buttons .card-footer a.placeholder::before, .EPiServerForms button.placeholder[type=submit]::before, .EPiServerForms input.placeholder[type=reset]::before {
  display: inline-block;
  content: "";
}

.placeholder-xs {
  min-height: 0.6em;
}

.placeholder-sm {
  min-height: 0.8em;
}

.placeholder-lg {
  min-height: 1.2em;
}

.placeholder-glow .placeholder {
  -webkit-animation: placeholder-glow 2s ease-in-out infinite;
          animation: placeholder-glow 2s ease-in-out infinite;
}

@-webkit-keyframes placeholder-glow {
  50% {
    opacity: 0.2;
  }
}

@keyframes placeholder-glow {
  50% {
    opacity: 0.2;
  }
}
.placeholder-wave {
  -webkit-mask-image: linear-gradient(130deg, #000 55%, rgba(0, 0, 0, 0.8) 75%, #000 95%);
          mask-image: linear-gradient(130deg, #000 55%, rgba(0, 0, 0, 0.8) 75%, #000 95%);
  -webkit-mask-size: 200% 100%;
          mask-size: 200% 100%;
  -webkit-animation: placeholder-wave 2s linear infinite;
          animation: placeholder-wave 2s linear infinite;
}

@-webkit-keyframes placeholder-wave {
  100% {
    -webkit-mask-position: -200% 0%;
            mask-position: -200% 0%;
  }
}

@keyframes placeholder-wave {
  100% {
    -webkit-mask-position: -200% 0%;
            mask-position: -200% 0%;
  }
}
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.link-info {
  color: hsl(192, 100%, 39%);
}
.link-info:hover, .link-info:focus {
  color: #33b2d2;
}

.link-danger {
  color: hsl(352, 96%, 46%);
}
.link-danger:hover, .link-danger:focus {
  color: #b8041c;
}

.link-light {
  color: #ffffff;
}
.link-light:hover, .link-light:focus {
  color: white;
}

.link-dark {
  color: #000000;
}
.link-dark:hover, .link-dark:focus {
  color: black;
}

.ratio {
  position: relative;
  width: 100%;
}
.ratio::before {
  display: block;
  padding-top: var(--bs-aspect-ratio);
  content: "";
}
.ratio > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ratio-1x1 {
  --bs-aspect-ratio: 100%;
}

.ratio-4x3 {
  --bs-aspect-ratio: 75%;
}

.ratio-16x9 {
  --bs-aspect-ratio: 56.25%;
}

.ratio-21x9 {
  --bs-aspect-ratio: 42.8571428571%;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

.sticky-top {
  position: sticky;
  top: 0;
  z-index: 1020;
}

@media (min-width: 576px) {
  .sticky-sm-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 768px) {
  .sticky-md-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 992px) {
  .sticky-lg-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 1400px) {
  .sticky-xl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 1600px) {
  .sticky-xxl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
.hstack {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-item-align: stretch;
      align-self: stretch;
}

.vstack {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-item-align: stretch;
      align-self: stretch;
}

.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.vr {
  display: inline-block;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  width: 1px;
  min-height: 1em;
  background-color: currentColor;
  opacity: 0.25;
}

.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.float-start {
  float: left !important;
}

.float-end {
  float: right !important;
}

.float-none {
  float: none !important;
}

.opacity-0 {
  opacity: 0 !important;
}

.opacity-25 {
  opacity: 0.25 !important;
}

.opacity-50 {
  opacity: 0.5 !important;
}

.opacity-75, .EPiServerForms + p, .modal--search .EPiServerForms + input, .rt-podcastplayer.fixed .EPiServerForms + .shk-chapter_title, .rt-podcastplayer.fixed .EPiServerForms + .shk-chapter_duration, .chapters .EPiServerForms + button, .rt-editor .EPiServerForms + ul, .rt-editor .EPiServerForms + ol, .filters-button-group .EPiServerForms + .button {
  opacity: 0.75 !important;
}

.opacity-100 {
  opacity: 1 !important;
}

.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.overflow-visible {
  overflow: visible !important;
}

.overflow-scroll {
  overflow: scroll !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block, .multiple .accordion .person-name, .EPiServerForms .FormChoice label {
  display: inline-block !important;
}

.d-block, .EPiServerForms .Form__Element .Form__Element__Caption {
  display: block !important;
}

.d-grid {
  display: grid !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex, .textblock .textblock__header, .multiple .accordion, .EPiServerForms .FormStep, .EPiServerForms .Form__NavigationBar, .EPiServerForms .FormRange > span:first-of-type, .EPiServerForms .FormChoice fieldset, .EPiServerForms, .rt-editor {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

.d-none {
  display: none !important;
}

.shadow {
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
          box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-sm {
  -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
          box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow-lg {
  -webkit-box-shadow: 0 1rem 7rem rgba(0, 0, 0, 0.3) !important;
          box-shadow: 0 1rem 7rem rgba(0, 0, 0, 0.3) !important;
}

.shadow-none {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: sticky !important;
}

.top-0 {
  top: 0 !important;
}

.top-50 {
  top: 50% !important;
}

.top-100 {
  top: 100% !important;
}

.bottom-0 {
  bottom: 0 !important;
}

.bottom-50 {
  bottom: 50% !important;
}

.bottom-100 {
  bottom: 100% !important;
}

.start-0 {
  left: 0 !important;
}

.start-50 {
  left: 50% !important;
}

.start-100 {
  left: 100% !important;
}

.end-0 {
  right: 0 !important;
}

.end-50 {
  right: 50% !important;
}

.end-100 {
  right: 100% !important;
}

.translate-middle {
  -webkit-transform: translate(-50%, -50%) !important;
      -ms-transform: translate(-50%, -50%) !important;
          transform: translate(-50%, -50%) !important;
}

.translate-middle-x {
  -webkit-transform: translateX(-50%) !important;
      -ms-transform: translateX(-50%) !important;
          transform: translateX(-50%) !important;
}

.translate-middle-y {
  -webkit-transform: translateY(-50%) !important;
      -ms-transform: translateY(-50%) !important;
          transform: translateY(-50%) !important;
}

.border {
  border: 1px solid rgba(255, 255, 255, 0.07) !important;
}

.border-0 {
  border: 0 !important;
}

.border-top {
  border-top: 1px solid rgba(255, 255, 255, 0.07) !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-end {
  border-right: 1px solid rgba(255, 255, 255, 0.07) !important;
}

.border-end-0 {
  border-right: 0 !important;
}

.border-bottom {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07) !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-start {
  border-left: 1px solid rgba(255, 255, 255, 0.07) !important;
}

.border-start-0 {
  border-left: 0 !important;
}

.border-info {
  border-color: hsl(192, 100%, 39%) !important;
}

.border-danger {
  border-color: hsl(352, 96%, 46%) !important;
}

.border-light {
  border-color: #ffffff !important;
}

.border-dark {
  border-color: #000000 !important;
}

.border-white {
  border-color: #fff !important;
}

.border-1 {
  border-width: 1px !important;
}

.border-2 {
  border-width: 2px !important;
}

.border-3 {
  border-width: 3px !important;
}

.border-4 {
  border-width: 4px !important;
}

.border-5 {
  border-width: 5px !important;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.vw-100 {
  width: 100vw !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100, .jumbotron .block__caption {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mh-100 {
  max-height: 100% !important;
}

.vh-100, .jumbotron.jumbotron--full .block__caption {
  height: 100vh !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.flex-fill {
  -webkit-box-flex: 1 !important;
      -ms-flex: 1 1 auto !important;
          flex: 1 1 auto !important;
}

.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
}

.flex-column, .textblock .textblock__header, .EPiServerForms .FormStep, .EPiServerForms .Form__NavigationBar, .EPiServerForms .FormChoice fieldset, .EPiServerForms, .rt-editor {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
}

.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: row-reverse !important;
          flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: column-reverse !important;
          flex-direction: column-reverse !important;
}

.flex-grow-0 {
  -webkit-box-flex: 0 !important;
      -ms-flex-positive: 0 !important;
          flex-grow: 0 !important;
}

.flex-grow-1 {
  -webkit-box-flex: 1 !important;
      -ms-flex-positive: 1 !important;
          flex-grow: 1 !important;
}

.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
      flex-shrink: 0 !important;
}

.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
      flex-shrink: 1 !important;
}

.flex-wrap {
  -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important;
}

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
      flex-wrap: wrap-reverse !important;
}

.gap-0 {
  gap: 0 !important;
}

.gap-1, .EPiServerForms .Form__NavigationBar, .EPiServerForms .FormRange > span:first-of-type {
  gap: 0.25rem !important;
}

.gap-2 {
  gap: 0.5rem !important;
}

.gap-3, .EPiServerForms .FormStep, .EPiServerForms {
  gap: 1rem !important;
}

.gap-4, .textblock .textblock__header, .vertical .grid-item .card, .cards--with-filter .block__controls {
  gap: 1.5rem !important;
}

.gap-5 {
  gap: 3rem !important;
}

.gap-6 {
  gap: 4rem !important;
}

.gap-7 {
  gap: 5rem !important;
}

.gap-8 {
  gap: 6rem !important;
}

.gap-9 {
  gap: 7.5rem !important;
}

.justify-content-start {
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
}

.justify-content-end {
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important;
}

.justify-content-center {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}

.justify-content-between, .list-group--search .list-group-item, .multiple .accordion {
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
}

.justify-content-around {
  -ms-flex-pack: distribute !important;
      justify-content: space-around !important;
}

.justify-content-evenly {
  -webkit-box-pack: space-evenly !important;
      -ms-flex-pack: space-evenly !important;
          justify-content: space-evenly !important;
}

.align-items-start {
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
}

.align-items-end, .cards--with-filter .block__controls {
  -webkit-box-align: end !important;
      -ms-flex-align: end !important;
          align-items: flex-end !important;
}

.align-items-center, .multiple .accordion, .EPiServerForms .FormRange > span:first-of-type {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}

.align-items-baseline {
  -webkit-box-align: baseline !important;
      -ms-flex-align: baseline !important;
          align-items: baseline !important;
}

.align-items-stretch {
  -webkit-box-align: stretch !important;
      -ms-flex-align: stretch !important;
          align-items: stretch !important;
}

.align-content-start {
  -ms-flex-line-pack: start !important;
      align-content: flex-start !important;
}

.align-content-end {
  -ms-flex-line-pack: end !important;
      align-content: flex-end !important;
}

.align-content-center {
  -ms-flex-line-pack: center !important;
      align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
      align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
      align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
      align-content: stretch !important;
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
      align-self: auto !important;
}

.align-self-start {
  -ms-flex-item-align: start !important;
      align-self: flex-start !important;
}

.align-self-end {
  -ms-flex-item-align: end !important;
      align-self: flex-end !important;
}

.align-self-center {
  -ms-flex-item-align: center !important;
      align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
      align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
      align-self: stretch !important;
}

.order-first {
  -webkit-box-ordinal-group: 0 !important;
      -ms-flex-order: -1 !important;
          order: -1 !important;
}

.order-0 {
  -webkit-box-ordinal-group: 1 !important;
      -ms-flex-order: 0 !important;
          order: 0 !important;
}

.order-1 {
  -webkit-box-ordinal-group: 2 !important;
      -ms-flex-order: 1 !important;
          order: 1 !important;
}

.order-2 {
  -webkit-box-ordinal-group: 3 !important;
      -ms-flex-order: 2 !important;
          order: 2 !important;
}

.order-3 {
  -webkit-box-ordinal-group: 4 !important;
      -ms-flex-order: 3 !important;
          order: 3 !important;
}

.order-4 {
  -webkit-box-ordinal-group: 5 !important;
      -ms-flex-order: 4 !important;
          order: 4 !important;
}

.order-5 {
  -webkit-box-ordinal-group: 6 !important;
      -ms-flex-order: 5 !important;
          order: 5 !important;
}

.order-last {
  -webkit-box-ordinal-group: 7 !important;
      -ms-flex-order: 6 !important;
          order: 6 !important;
}

.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-6 {
  margin: 4rem !important;
}

.m-7 {
  margin: 5rem !important;
}

.m-8 {
  margin: 6rem !important;
}

.m-9 {
  margin: 7.5rem !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-6 {
  margin-right: 4rem !important;
  margin-left: 4rem !important;
}

.mx-7 {
  margin-right: 5rem !important;
  margin-left: 5rem !important;
}

.mx-8 {
  margin-right: 6rem !important;
  margin-left: 6rem !important;
}

.mx-9 {
  margin-right: 7.5rem !important;
  margin-left: 7.5rem !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-6 {
  margin-top: 4rem !important;
  margin-bottom: 4rem !important;
}

.my-7 {
  margin-top: 5rem !important;
  margin-bottom: 5rem !important;
}

.my-8 {
  margin-top: 6rem !important;
  margin-bottom: 6rem !important;
}

.my-9 {
  margin-top: 7.5rem !important;
  margin-bottom: 7.5rem !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-6 {
  margin-top: 4rem !important;
}

.mt-7 {
  margin-top: 5rem !important;
}

.mt-8 {
  margin-top: 6rem !important;
}

.mt-9 {
  margin-top: 7.5rem !important;
}

.mt-auto {
  margin-top: auto !important;
}

.me-0 {
  margin-right: 0 !important;
}

.me-1 {
  margin-right: 0.25rem !important;
}

.me-2 {
  margin-right: 0.5rem !important;
}

.me-3 {
  margin-right: 1rem !important;
}

.me-4 {
  margin-right: 1.5rem !important;
}

.me-5 {
  margin-right: 3rem !important;
}

.me-6 {
  margin-right: 4rem !important;
}

.me-7 {
  margin-right: 5rem !important;
}

.me-8 {
  margin-right: 6rem !important;
}

.me-9 {
  margin-right: 7.5rem !important;
}

.me-auto {
  margin-right: auto !important;
}

.mb-0, .multiple .accordion .person-name {
  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-6 {
  margin-bottom: 4rem !important;
}

.mb-7 {
  margin-bottom: 5rem !important;
}

.mb-8 {
  margin-bottom: 6rem !important;
}

.mb-9 {
  margin-bottom: 7.5rem !important;
}

.mb-auto {
  margin-bottom: auto !important;
}

.ms-0 {
  margin-left: 0 !important;
}

.ms-1 {
  margin-left: 0.25rem !important;
}

.ms-2 {
  margin-left: 0.5rem !important;
}

.ms-3 {
  margin-left: 1rem !important;
}

.ms-4 {
  margin-left: 1.5rem !important;
}

.ms-5 {
  margin-left: 3rem !important;
}

.ms-6 {
  margin-left: 4rem !important;
}

.ms-7 {
  margin-left: 5rem !important;
}

.ms-8 {
  margin-left: 6rem !important;
}

.ms-9 {
  margin-left: 7.5rem !important;
}

.ms-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;
}

.p-6 {
  padding: 4rem !important;
}

.p-7 {
  padding: 5rem !important;
}

.p-8 {
  padding: 6rem !important;
}

.p-9 {
  padding: 7.5rem !important;
}

.px-0, .list-group--search .list-group-item {
  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;
}

.px-6 {
  padding-right: 4rem !important;
  padding-left: 4rem !important;
}

.px-7 {
  padding-right: 5rem !important;
  padding-left: 5rem !important;
}

.px-8 {
  padding-right: 6rem !important;
  padding-left: 6rem !important;
}

.px-9 {
  padding-right: 7.5rem !important;
  padding-left: 7.5rem !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;
}

.py-6 {
  padding-top: 4rem !important;
  padding-bottom: 4rem !important;
}

.py-7 {
  padding-top: 5rem !important;
  padding-bottom: 5rem !important;
}

.py-8 {
  padding-top: 6rem !important;
  padding-bottom: 6rem !important;
}

.py-9 {
  padding-top: 7.5rem !important;
  padding-bottom: 7.5rem !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;
}

.pt-6 {
  padding-top: 4rem !important;
}

.pt-7 {
  padding-top: 5rem !important;
}

.pt-8 {
  padding-top: 6rem !important;
}

.pt-9 {
  padding-top: 7.5rem !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;
}

.pe-6 {
  padding-right: 4rem !important;
}

.pe-7 {
  padding-right: 5rem !important;
}

.pe-8 {
  padding-right: 6rem !important;
}

.pe-9 {
  padding-right: 7.5rem !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;
}

.pb-6 {
  padding-bottom: 4rem !important;
}

.pb-7 {
  padding-bottom: 5rem !important;
}

.pb-8 {
  padding-bottom: 6rem !important;
}

.pb-9 {
  padding-bottom: 7.5rem !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;
}

.ps-6 {
  padding-left: 4rem !important;
}

.ps-7 {
  padding-left: 5rem !important;
}

.ps-8 {
  padding-left: 6rem !important;
}

.ps-9 {
  padding-left: 7.5rem !important;
}

.font-monospace {
  font-family: var(--bs-font-monospace) !important;
}

.fs-1 {
  font-size: calc(1.375rem + 1.5vw) !important;
}

.fs-2 {
  font-size: calc(1.325rem + 0.9vw) !important;
}

.fs-3 {
  font-size: calc(1.3rem + 0.6vw) !important;
}

.fs-4 {
  font-size: calc(1.275rem + 0.3vw) !important;
}

.fs-5 {
  font-size: 1.25rem !important;
}

.fs-6 {
  font-size: 1rem !important;
}

.fst-italic {
  font-style: italic !important;
}

.fst-normal {
  font-style: normal !important;
}

.fw-light {
  font-weight: 300 !important;
}

.fw-lighter {
  font-weight: lighter !important;
}

.fw-normal {
  font-weight: 400 !important;
}

.fw-bold {
  font-weight: 700 !important;
}

.fw-bolder {
  font-weight: bolder !important;
}

.lh-1 {
  line-height: 1 !important;
}

.lh-sm {
  line-height: 1.25 !important;
}

.lh-base {
  line-height: 1.5 !important;
}

.lh-lg {
  line-height: 2 !important;
}

.text-start {
  text-align: left !important;
}

.text-end {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-decoration-underline {
  text-decoration: underline !important;
}

.text-decoration-line-through {
  text-decoration: line-through !important;
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

/* rtl:begin:remove */
.text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}

/* rtl:end:remove */
.text-info {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-info-rgb), var(--bs-text-opacity)) !important;
}

.text-danger {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important;
}

.text-light {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-light-rgb), var(--bs-text-opacity)) !important;
}

.text-dark {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important;
}

.text-black {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important;
}

.text-white, .navbar.navbar-dark {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
}

.text-body {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-body-color-rgb), var(--bs-text-opacity)) !important;
}

.text-muted {
  --bs-text-opacity: 1;
  color: #6c757d !important;
}

.text-black-50 {
  --bs-text-opacity: 1;
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  --bs-text-opacity: 1;
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-reset {
  --bs-text-opacity: 1;
  color: inherit !important;
}

.text-opacity-25 {
  --bs-text-opacity: 0.25;
}

.text-opacity-50 {
  --bs-text-opacity: 0.5;
}

.text-opacity-75 {
  --bs-text-opacity: 0.75;
}

.text-opacity-100 {
  --bs-text-opacity: 1;
}

.bg-info {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-info-rgb), var(--bs-bg-opacity)) !important;
}

.bg-danger {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important;
}

.bg-light {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
}

.bg-dark {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important;
}

.bg-black {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important;
}

.bg-white {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important;
}

.bg-body {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity)) !important;
}

.bg-transparent {
  --bs-bg-opacity: 1;
  background-color: transparent !important;
}

.bg-opacity-10 {
  --bs-bg-opacity: 0.1;
}

.bg-opacity-25 {
  --bs-bg-opacity: 0.25;
}

.bg-opacity-50 {
  --bs-bg-opacity: 0.5;
}

.bg-opacity-75 {
  --bs-bg-opacity: 0.75;
}

.bg-opacity-100 {
  --bs-bg-opacity: 1;
}

.bg-gradient {
  background-image: var(--bs-gradient) !important;
}

.user-select-all {
  -webkit-user-select: all !important;
     -moz-user-select: all !important;
          user-select: all !important;
}

.user-select-auto {
  -webkit-user-select: auto !important;
     -moz-user-select: auto !important;
      -ms-user-select: auto !important;
          user-select: auto !important;
}

.user-select-none {
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
      -ms-user-select: none !important;
          user-select: none !important;
}

.pe-none {
  pointer-events: none !important;
}

.pe-auto {
  pointer-events: auto !important;
}

.rounded {
  border-radius: 0 !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.rounded-1 {
  border-radius: 0 !important;
}

.rounded-2 {
  border-radius: 0 !important;
}

.rounded-3 {
  border-radius: 0 !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-pill, .floating-grid__item, .filters-button-group .button {
  border-radius: 50rem !important;
}

.rounded-top {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}

.rounded-end {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.rounded-bottom {
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

.rounded-start {
  border-bottom-left-radius: 0 !important;
  border-top-left-radius: 0 !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media (min-width: 576px) {
  .float-sm-start {
    float: left !important;
  }
  .float-sm-end {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-grid {
    display: grid !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .d-sm-none {
    display: none !important;
  }
  .flex-sm-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-sm-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .gap-sm-0 {
    gap: 0 !important;
  }
  .gap-sm-1 {
    gap: 0.25rem !important;
  }
  .gap-sm-2 {
    gap: 0.5rem !important;
  }
  .gap-sm-3 {
    gap: 1rem !important;
  }
  .gap-sm-4 {
    gap: 1.5rem !important;
  }
  .gap-sm-5 {
    gap: 3rem !important;
  }
  .gap-sm-6 {
    gap: 4rem !important;
  }
  .gap-sm-7 {
    gap: 5rem !important;
  }
  .gap-sm-8 {
    gap: 6rem !important;
  }
  .gap-sm-9 {
    gap: 7.5rem !important;
  }
  .justify-content-sm-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .justify-content-sm-evenly {
    -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
            justify-content: space-evenly !important;
  }
  .align-items-sm-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-sm-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-sm-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
  .order-sm-first {
    -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
            order: -1 !important;
  }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
            order: 0 !important;
  }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important;
  }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important;
  }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
            order: 3 !important;
  }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
            order: 4 !important;
  }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
            order: 5 !important;
  }
  .order-sm-last {
    -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
            order: 6 !important;
  }
  .m-sm-0 {
    margin: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .m-sm-6 {
    margin: 4rem !important;
  }
  .m-sm-7 {
    margin: 5rem !important;
  }
  .m-sm-8 {
    margin: 6rem !important;
  }
  .m-sm-9 {
    margin: 7.5rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-sm-6 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }
  .mx-sm-7 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  .mx-sm-8 {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
  }
  .mx-sm-9 {
    margin-right: 7.5rem !important;
    margin-left: 7.5rem !important;
  }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-sm-6 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .my-sm-7 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .my-sm-8 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  .my-sm-9 {
    margin-top: 7.5rem !important;
    margin-bottom: 7.5rem !important;
  }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mt-sm-3 {
    margin-top: 1rem !important;
  }
  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mt-sm-5 {
    margin-top: 3rem !important;
  }
  .mt-sm-6 {
    margin-top: 4rem !important;
  }
  .mt-sm-7 {
    margin-top: 5rem !important;
  }
  .mt-sm-8 {
    margin-top: 6rem !important;
  }
  .mt-sm-9 {
    margin-top: 7.5rem !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .me-sm-0 {
    margin-right: 0 !important;
  }
  .me-sm-1 {
    margin-right: 0.25rem !important;
  }
  .me-sm-2 {
    margin-right: 0.5rem !important;
  }
  .me-sm-3 {
    margin-right: 1rem !important;
  }
  .me-sm-4 {
    margin-right: 1.5rem !important;
  }
  .me-sm-5 {
    margin-right: 3rem !important;
  }
  .me-sm-6 {
    margin-right: 4rem !important;
  }
  .me-sm-7 {
    margin-right: 5rem !important;
  }
  .me-sm-8 {
    margin-right: 6rem !important;
  }
  .me-sm-9 {
    margin-right: 7.5rem !important;
  }
  .me-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }
  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }
  .mb-sm-6 {
    margin-bottom: 4rem !important;
  }
  .mb-sm-7 {
    margin-bottom: 5rem !important;
  }
  .mb-sm-8 {
    margin-bottom: 6rem !important;
  }
  .mb-sm-9 {
    margin-bottom: 7.5rem !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .ms-sm-0 {
    margin-left: 0 !important;
  }
  .ms-sm-1 {
    margin-left: 0.25rem !important;
  }
  .ms-sm-2 {
    margin-left: 0.5rem !important;
  }
  .ms-sm-3 {
    margin-left: 1rem !important;
  }
  .ms-sm-4 {
    margin-left: 1.5rem !important;
  }
  .ms-sm-5 {
    margin-left: 3rem !important;
  }
  .ms-sm-6 {
    margin-left: 4rem !important;
  }
  .ms-sm-7 {
    margin-left: 5rem !important;
  }
  .ms-sm-8 {
    margin-left: 6rem !important;
  }
  .ms-sm-9 {
    margin-left: 7.5rem !important;
  }
  .ms-sm-auto {
    margin-left: auto !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .p-sm-6 {
    padding: 4rem !important;
  }
  .p-sm-7 {
    padding: 5rem !important;
  }
  .p-sm-8 {
    padding: 6rem !important;
  }
  .p-sm-9 {
    padding: 7.5rem !important;
  }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .px-sm-6 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }
  .px-sm-7 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  .px-sm-8 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }
  .px-sm-9 {
    padding-right: 7.5rem !important;
    padding-left: 7.5rem !important;
  }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .py-sm-6 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .py-sm-7 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .py-sm-8 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  .py-sm-9 {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pt-sm-3 {
    padding-top: 1rem !important;
  }
  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pt-sm-5 {
    padding-top: 3rem !important;
  }
  .pt-sm-6 {
    padding-top: 4rem !important;
  }
  .pt-sm-7 {
    padding-top: 5rem !important;
  }
  .pt-sm-8 {
    padding-top: 6rem !important;
  }
  .pt-sm-9 {
    padding-top: 7.5rem !important;
  }
  .pe-sm-0 {
    padding-right: 0 !important;
  }
  .pe-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pe-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pe-sm-3 {
    padding-right: 1rem !important;
  }
  .pe-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pe-sm-5 {
    padding-right: 3rem !important;
  }
  .pe-sm-6 {
    padding-right: 4rem !important;
  }
  .pe-sm-7 {
    padding-right: 5rem !important;
  }
  .pe-sm-8 {
    padding-right: 6rem !important;
  }
  .pe-sm-9 {
    padding-right: 7.5rem !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pb-sm-6 {
    padding-bottom: 4rem !important;
  }
  .pb-sm-7 {
    padding-bottom: 5rem !important;
  }
  .pb-sm-8 {
    padding-bottom: 6rem !important;
  }
  .pb-sm-9 {
    padding-bottom: 7.5rem !important;
  }
  .ps-sm-0 {
    padding-left: 0 !important;
  }
  .ps-sm-1 {
    padding-left: 0.25rem !important;
  }
  .ps-sm-2 {
    padding-left: 0.5rem !important;
  }
  .ps-sm-3 {
    padding-left: 1rem !important;
  }
  .ps-sm-4 {
    padding-left: 1.5rem !important;
  }
  .ps-sm-5 {
    padding-left: 3rem !important;
  }
  .ps-sm-6 {
    padding-left: 4rem !important;
  }
  .ps-sm-7 {
    padding-left: 5rem !important;
  }
  .ps-sm-8 {
    padding-left: 6rem !important;
  }
  .ps-sm-9 {
    padding-left: 7.5rem !important;
  }
  .text-sm-start {
    text-align: left !important;
  }
  .text-sm-end {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .float-md-start {
    float: left !important;
  }
  .float-md-end {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-grid {
    display: grid !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .d-md-none {
    display: none !important;
  }
  .flex-md-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-md-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .gap-md-0 {
    gap: 0 !important;
  }
  .gap-md-1 {
    gap: 0.25rem !important;
  }
  .gap-md-2 {
    gap: 0.5rem !important;
  }
  .gap-md-3 {
    gap: 1rem !important;
  }
  .gap-md-4 {
    gap: 1.5rem !important;
  }
  .gap-md-5 {
    gap: 3rem !important;
  }
  .gap-md-6 {
    gap: 4rem !important;
  }
  .gap-md-7 {
    gap: 5rem !important;
  }
  .gap-md-8 {
    gap: 6rem !important;
  }
  .gap-md-9 {
    gap: 7.5rem !important;
  }
  .justify-content-md-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .justify-content-md-evenly {
    -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
            justify-content: space-evenly !important;
  }
  .align-items-md-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-md-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-md-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
  .order-md-first {
    -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
            order: -1 !important;
  }
  .order-md-0 {
    -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
            order: 0 !important;
  }
  .order-md-1 {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important;
  }
  .order-md-2 {
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important;
  }
  .order-md-3 {
    -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
            order: 3 !important;
  }
  .order-md-4 {
    -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
            order: 4 !important;
  }
  .order-md-5 {
    -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
            order: 5 !important;
  }
  .order-md-last {
    -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
            order: 6 !important;
  }
  .m-md-0 {
    margin: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .m-md-6 {
    margin: 4rem !important;
  }
  .m-md-7 {
    margin: 5rem !important;
  }
  .m-md-8 {
    margin: 6rem !important;
  }
  .m-md-9 {
    margin: 7.5rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-md-6 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }
  .mx-md-7 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  .mx-md-8 {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
  }
  .mx-md-9 {
    margin-right: 7.5rem !important;
    margin-left: 7.5rem !important;
  }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-md-6 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .my-md-7 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .my-md-8 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  .my-md-9 {
    margin-top: 7.5rem !important;
    margin-bottom: 7.5rem !important;
  }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mt-md-1 {
    margin-top: 0.25rem !important;
  }
  .mt-md-2 {
    margin-top: 0.5rem !important;
  }
  .mt-md-3 {
    margin-top: 1rem !important;
  }
  .mt-md-4 {
    margin-top: 1.5rem !important;
  }
  .mt-md-5 {
    margin-top: 3rem !important;
  }
  .mt-md-6 {
    margin-top: 4rem !important;
  }
  .mt-md-7 {
    margin-top: 5rem !important;
  }
  .mt-md-8 {
    margin-top: 6rem !important;
  }
  .mt-md-9 {
    margin-top: 7.5rem !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .me-md-0 {
    margin-right: 0 !important;
  }
  .me-md-1 {
    margin-right: 0.25rem !important;
  }
  .me-md-2 {
    margin-right: 0.5rem !important;
  }
  .me-md-3 {
    margin-right: 1rem !important;
  }
  .me-md-4 {
    margin-right: 1.5rem !important;
  }
  .me-md-5 {
    margin-right: 3rem !important;
  }
  .me-md-6 {
    margin-right: 4rem !important;
  }
  .me-md-7 {
    margin-right: 5rem !important;
  }
  .me-md-8 {
    margin-right: 6rem !important;
  }
  .me-md-9 {
    margin-right: 7.5rem !important;
  }
  .me-md-auto {
    margin-right: auto !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-md-3 {
    margin-bottom: 1rem !important;
  }
  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-md-5 {
    margin-bottom: 3rem !important;
  }
  .mb-md-6 {
    margin-bottom: 4rem !important;
  }
  .mb-md-7 {
    margin-bottom: 5rem !important;
  }
  .mb-md-8 {
    margin-bottom: 6rem !important;
  }
  .mb-md-9 {
    margin-bottom: 7.5rem !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .ms-md-0 {
    margin-left: 0 !important;
  }
  .ms-md-1 {
    margin-left: 0.25rem !important;
  }
  .ms-md-2 {
    margin-left: 0.5rem !important;
  }
  .ms-md-3 {
    margin-left: 1rem !important;
  }
  .ms-md-4 {
    margin-left: 1.5rem !important;
  }
  .ms-md-5 {
    margin-left: 3rem !important;
  }
  .ms-md-6 {
    margin-left: 4rem !important;
  }
  .ms-md-7 {
    margin-left: 5rem !important;
  }
  .ms-md-8 {
    margin-left: 6rem !important;
  }
  .ms-md-9 {
    margin-left: 7.5rem !important;
  }
  .ms-md-auto {
    margin-left: auto !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .p-md-6 {
    padding: 4rem !important;
  }
  .p-md-7 {
    padding: 5rem !important;
  }
  .p-md-8 {
    padding: 6rem !important;
  }
  .p-md-9 {
    padding: 7.5rem !important;
  }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .px-md-6 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }
  .px-md-7 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  .px-md-8 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }
  .px-md-9 {
    padding-right: 7.5rem !important;
    padding-left: 7.5rem !important;
  }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .py-md-6 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .py-md-7 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .py-md-8 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  .py-md-9 {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pt-md-1 {
    padding-top: 0.25rem !important;
  }
  .pt-md-2 {
    padding-top: 0.5rem !important;
  }
  .pt-md-3 {
    padding-top: 1rem !important;
  }
  .pt-md-4 {
    padding-top: 1.5rem !important;
  }
  .pt-md-5 {
    padding-top: 3rem !important;
  }
  .pt-md-6 {
    padding-top: 4rem !important;
  }
  .pt-md-7 {
    padding-top: 5rem !important;
  }
  .pt-md-8 {
    padding-top: 6rem !important;
  }
  .pt-md-9 {
    padding-top: 7.5rem !important;
  }
  .pe-md-0 {
    padding-right: 0 !important;
  }
  .pe-md-1 {
    padding-right: 0.25rem !important;
  }
  .pe-md-2 {
    padding-right: 0.5rem !important;
  }
  .pe-md-3 {
    padding-right: 1rem !important;
  }
  .pe-md-4 {
    padding-right: 1.5rem !important;
  }
  .pe-md-5 {
    padding-right: 3rem !important;
  }
  .pe-md-6 {
    padding-right: 4rem !important;
  }
  .pe-md-7 {
    padding-right: 5rem !important;
  }
  .pe-md-8 {
    padding-right: 6rem !important;
  }
  .pe-md-9 {
    padding-right: 7.5rem !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-md-3 {
    padding-bottom: 1rem !important;
  }
  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-md-5 {
    padding-bottom: 3rem !important;
  }
  .pb-md-6 {
    padding-bottom: 4rem !important;
  }
  .pb-md-7 {
    padding-bottom: 5rem !important;
  }
  .pb-md-8 {
    padding-bottom: 6rem !important;
  }
  .pb-md-9 {
    padding-bottom: 7.5rem !important;
  }
  .ps-md-0 {
    padding-left: 0 !important;
  }
  .ps-md-1 {
    padding-left: 0.25rem !important;
  }
  .ps-md-2 {
    padding-left: 0.5rem !important;
  }
  .ps-md-3 {
    padding-left: 1rem !important;
  }
  .ps-md-4 {
    padding-left: 1.5rem !important;
  }
  .ps-md-5 {
    padding-left: 3rem !important;
  }
  .ps-md-6 {
    padding-left: 4rem !important;
  }
  .ps-md-7 {
    padding-left: 5rem !important;
  }
  .ps-md-8 {
    padding-left: 6rem !important;
  }
  .ps-md-9 {
    padding-left: 7.5rem !important;
  }
  .text-md-start {
    text-align: left !important;
  }
  .text-md-end {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .float-lg-start {
    float: left !important;
  }
  .float-lg-end {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-grid {
    display: grid !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .d-lg-none {
    display: none !important;
  }
  .flex-lg-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-lg-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .gap-lg-0 {
    gap: 0 !important;
  }
  .gap-lg-1 {
    gap: 0.25rem !important;
  }
  .gap-lg-2 {
    gap: 0.5rem !important;
  }
  .gap-lg-3 {
    gap: 1rem !important;
  }
  .gap-lg-4 {
    gap: 1.5rem !important;
  }
  .gap-lg-5 {
    gap: 3rem !important;
  }
  .gap-lg-6 {
    gap: 4rem !important;
  }
  .gap-lg-7 {
    gap: 5rem !important;
  }
  .gap-lg-8 {
    gap: 6rem !important;
  }
  .gap-lg-9 {
    gap: 7.5rem !important;
  }
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .justify-content-lg-evenly {
    -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
            justify-content: space-evenly !important;
  }
  .align-items-lg-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-lg-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-lg-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
  .order-lg-first {
    -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
            order: -1 !important;
  }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
            order: 0 !important;
  }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important;
  }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important;
  }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
            order: 3 !important;
  }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
            order: 4 !important;
  }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
            order: 5 !important;
  }
  .order-lg-last {
    -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
            order: 6 !important;
  }
  .m-lg-0 {
    margin: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .m-lg-6 {
    margin: 4rem !important;
  }
  .m-lg-7 {
    margin: 5rem !important;
  }
  .m-lg-8 {
    margin: 6rem !important;
  }
  .m-lg-9 {
    margin: 7.5rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-lg-6 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }
  .mx-lg-7 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  .mx-lg-8 {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
  }
  .mx-lg-9 {
    margin-right: 7.5rem !important;
    margin-left: 7.5rem !important;
  }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-lg-6 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .my-lg-7 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .my-lg-8 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  .my-lg-9 {
    margin-top: 7.5rem !important;
    margin-bottom: 7.5rem !important;
  }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mt-lg-3 {
    margin-top: 1rem !important;
  }
  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mt-lg-5 {
    margin-top: 3rem !important;
  }
  .mt-lg-6 {
    margin-top: 4rem !important;
  }
  .mt-lg-7 {
    margin-top: 5rem !important;
  }
  .mt-lg-8 {
    margin-top: 6rem !important;
  }
  .mt-lg-9 {
    margin-top: 7.5rem !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .me-lg-0 {
    margin-right: 0 !important;
  }
  .me-lg-1 {
    margin-right: 0.25rem !important;
  }
  .me-lg-2 {
    margin-right: 0.5rem !important;
  }
  .me-lg-3 {
    margin-right: 1rem !important;
  }
  .me-lg-4 {
    margin-right: 1.5rem !important;
  }
  .me-lg-5 {
    margin-right: 3rem !important;
  }
  .me-lg-6 {
    margin-right: 4rem !important;
  }
  .me-lg-7 {
    margin-right: 5rem !important;
  }
  .me-lg-8 {
    margin-right: 6rem !important;
  }
  .me-lg-9 {
    margin-right: 7.5rem !important;
  }
  .me-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }
  .mb-lg-6 {
    margin-bottom: 4rem !important;
  }
  .mb-lg-7 {
    margin-bottom: 5rem !important;
  }
  .mb-lg-8 {
    margin-bottom: 6rem !important;
  }
  .mb-lg-9 {
    margin-bottom: 7.5rem !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .ms-lg-0 {
    margin-left: 0 !important;
  }
  .ms-lg-1 {
    margin-left: 0.25rem !important;
  }
  .ms-lg-2 {
    margin-left: 0.5rem !important;
  }
  .ms-lg-3 {
    margin-left: 1rem !important;
  }
  .ms-lg-4 {
    margin-left: 1.5rem !important;
  }
  .ms-lg-5 {
    margin-left: 3rem !important;
  }
  .ms-lg-6 {
    margin-left: 4rem !important;
  }
  .ms-lg-7 {
    margin-left: 5rem !important;
  }
  .ms-lg-8 {
    margin-left: 6rem !important;
  }
  .ms-lg-9 {
    margin-left: 7.5rem !important;
  }
  .ms-lg-auto {
    margin-left: auto !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .p-lg-6 {
    padding: 4rem !important;
  }
  .p-lg-7 {
    padding: 5rem !important;
  }
  .p-lg-8 {
    padding: 6rem !important;
  }
  .p-lg-9 {
    padding: 7.5rem !important;
  }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .px-lg-6 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }
  .px-lg-7 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  .px-lg-8 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }
  .px-lg-9 {
    padding-right: 7.5rem !important;
    padding-left: 7.5rem !important;
  }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .py-lg-6 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .py-lg-7 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .py-lg-8 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  .py-lg-9 {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pt-lg-3 {
    padding-top: 1rem !important;
  }
  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pt-lg-5 {
    padding-top: 3rem !important;
  }
  .pt-lg-6 {
    padding-top: 4rem !important;
  }
  .pt-lg-7 {
    padding-top: 5rem !important;
  }
  .pt-lg-8 {
    padding-top: 6rem !important;
  }
  .pt-lg-9 {
    padding-top: 7.5rem !important;
  }
  .pe-lg-0 {
    padding-right: 0 !important;
  }
  .pe-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pe-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pe-lg-3 {
    padding-right: 1rem !important;
  }
  .pe-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pe-lg-5 {
    padding-right: 3rem !important;
  }
  .pe-lg-6 {
    padding-right: 4rem !important;
  }
  .pe-lg-7 {
    padding-right: 5rem !important;
  }
  .pe-lg-8 {
    padding-right: 6rem !important;
  }
  .pe-lg-9 {
    padding-right: 7.5rem !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pb-lg-6 {
    padding-bottom: 4rem !important;
  }
  .pb-lg-7 {
    padding-bottom: 5rem !important;
  }
  .pb-lg-8 {
    padding-bottom: 6rem !important;
  }
  .pb-lg-9 {
    padding-bottom: 7.5rem !important;
  }
  .ps-lg-0 {
    padding-left: 0 !important;
  }
  .ps-lg-1 {
    padding-left: 0.25rem !important;
  }
  .ps-lg-2 {
    padding-left: 0.5rem !important;
  }
  .ps-lg-3 {
    padding-left: 1rem !important;
  }
  .ps-lg-4 {
    padding-left: 1.5rem !important;
  }
  .ps-lg-5 {
    padding-left: 3rem !important;
  }
  .ps-lg-6 {
    padding-left: 4rem !important;
  }
  .ps-lg-7 {
    padding-left: 5rem !important;
  }
  .ps-lg-8 {
    padding-left: 6rem !important;
  }
  .ps-lg-9 {
    padding-left: 7.5rem !important;
  }
  .text-lg-start {
    text-align: left !important;
  }
  .text-lg-end {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1400px) {
  .float-xl-start {
    float: left !important;
  }
  .float-xl-end {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-grid {
    display: grid !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .d-xl-none {
    display: none !important;
  }
  .flex-xl-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-xl-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .gap-xl-0 {
    gap: 0 !important;
  }
  .gap-xl-1 {
    gap: 0.25rem !important;
  }
  .gap-xl-2 {
    gap: 0.5rem !important;
  }
  .gap-xl-3 {
    gap: 1rem !important;
  }
  .gap-xl-4 {
    gap: 1.5rem !important;
  }
  .gap-xl-5 {
    gap: 3rem !important;
  }
  .gap-xl-6 {
    gap: 4rem !important;
  }
  .gap-xl-7 {
    gap: 5rem !important;
  }
  .gap-xl-8 {
    gap: 6rem !important;
  }
  .gap-xl-9 {
    gap: 7.5rem !important;
  }
  .justify-content-xl-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .justify-content-xl-evenly {
    -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
            justify-content: space-evenly !important;
  }
  .align-items-xl-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-xl-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-xl-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
  .order-xl-first {
    -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
            order: -1 !important;
  }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
            order: 0 !important;
  }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important;
  }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important;
  }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
            order: 3 !important;
  }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
            order: 4 !important;
  }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
            order: 5 !important;
  }
  .order-xl-last {
    -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
            order: 6 !important;
  }
  .m-xl-0 {
    margin: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .m-xl-6 {
    margin: 4rem !important;
  }
  .m-xl-7 {
    margin: 5rem !important;
  }
  .m-xl-8 {
    margin: 6rem !important;
  }
  .m-xl-9 {
    margin: 7.5rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xl-6 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }
  .mx-xl-7 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  .mx-xl-8 {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
  }
  .mx-xl-9 {
    margin-right: 7.5rem !important;
    margin-left: 7.5rem !important;
  }
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xl-6 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .my-xl-7 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .my-xl-8 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  .my-xl-9 {
    margin-top: 7.5rem !important;
    margin-bottom: 7.5rem !important;
  }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xl-3 {
    margin-top: 1rem !important;
  }
  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xl-5 {
    margin-top: 3rem !important;
  }
  .mt-xl-6 {
    margin-top: 4rem !important;
  }
  .mt-xl-7 {
    margin-top: 5rem !important;
  }
  .mt-xl-8 {
    margin-top: 6rem !important;
  }
  .mt-xl-9 {
    margin-top: 7.5rem !important;
  }
  .mt-xl-auto {
    margin-top: auto !important;
  }
  .me-xl-0 {
    margin-right: 0 !important;
  }
  .me-xl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xl-3 {
    margin-right: 1rem !important;
  }
  .me-xl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xl-5 {
    margin-right: 3rem !important;
  }
  .me-xl-6 {
    margin-right: 4rem !important;
  }
  .me-xl-7 {
    margin-right: 5rem !important;
  }
  .me-xl-8 {
    margin-right: 6rem !important;
  }
  .me-xl-9 {
    margin-right: 7.5rem !important;
  }
  .me-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xl-6 {
    margin-bottom: 4rem !important;
  }
  .mb-xl-7 {
    margin-bottom: 5rem !important;
  }
  .mb-xl-8 {
    margin-bottom: 6rem !important;
  }
  .mb-xl-9 {
    margin-bottom: 7.5rem !important;
  }
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .ms-xl-0 {
    margin-left: 0 !important;
  }
  .ms-xl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xl-3 {
    margin-left: 1rem !important;
  }
  .ms-xl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xl-5 {
    margin-left: 3rem !important;
  }
  .ms-xl-6 {
    margin-left: 4rem !important;
  }
  .ms-xl-7 {
    margin-left: 5rem !important;
  }
  .ms-xl-8 {
    margin-left: 6rem !important;
  }
  .ms-xl-9 {
    margin-left: 7.5rem !important;
  }
  .ms-xl-auto {
    margin-left: auto !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .p-xl-6 {
    padding: 4rem !important;
  }
  .p-xl-7 {
    padding: 5rem !important;
  }
  .p-xl-8 {
    padding: 6rem !important;
  }
  .p-xl-9 {
    padding: 7.5rem !important;
  }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .px-xl-6 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }
  .px-xl-7 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  .px-xl-8 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }
  .px-xl-9 {
    padding-right: 7.5rem !important;
    padding-left: 7.5rem !important;
  }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .py-xl-6 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .py-xl-7 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .py-xl-8 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  .py-xl-9 {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !important;
  }
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xl-3 {
    padding-top: 1rem !important;
  }
  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xl-5 {
    padding-top: 3rem !important;
  }
  .pt-xl-6 {
    padding-top: 4rem !important;
  }
  .pt-xl-7 {
    padding-top: 5rem !important;
  }
  .pt-xl-8 {
    padding-top: 6rem !important;
  }
  .pt-xl-9 {
    padding-top: 7.5rem !important;
  }
  .pe-xl-0 {
    padding-right: 0 !important;
  }
  .pe-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xl-3 {
    padding-right: 1rem !important;
  }
  .pe-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xl-5 {
    padding-right: 3rem !important;
  }
  .pe-xl-6 {
    padding-right: 4rem !important;
  }
  .pe-xl-7 {
    padding-right: 5rem !important;
  }
  .pe-xl-8 {
    padding-right: 6rem !important;
  }
  .pe-xl-9 {
    padding-right: 7.5rem !important;
  }
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pb-xl-6 {
    padding-bottom: 4rem !important;
  }
  .pb-xl-7 {
    padding-bottom: 5rem !important;
  }
  .pb-xl-8 {
    padding-bottom: 6rem !important;
  }
  .pb-xl-9 {
    padding-bottom: 7.5rem !important;
  }
  .ps-xl-0 {
    padding-left: 0 !important;
  }
  .ps-xl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xl-3 {
    padding-left: 1rem !important;
  }
  .ps-xl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xl-5 {
    padding-left: 3rem !important;
  }
  .ps-xl-6 {
    padding-left: 4rem !important;
  }
  .ps-xl-7 {
    padding-left: 5rem !important;
  }
  .ps-xl-8 {
    padding-left: 6rem !important;
  }
  .ps-xl-9 {
    padding-left: 7.5rem !important;
  }
  .text-xl-start {
    text-align: left !important;
  }
  .text-xl-end {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
@media (min-width: 1600px) {
  .float-xxl-start {
    float: left !important;
  }
  .float-xxl-end {
    float: right !important;
  }
  .float-xxl-none {
    float: none !important;
  }
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-grid {
    display: grid !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .d-xxl-none {
    display: none !important;
  }
  .flex-xxl-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-xxl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-xxl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-xxl-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-xxl-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-xxl-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .flex-xxl-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .gap-xxl-0 {
    gap: 0 !important;
  }
  .gap-xxl-1 {
    gap: 0.25rem !important;
  }
  .gap-xxl-2 {
    gap: 0.5rem !important;
  }
  .gap-xxl-3 {
    gap: 1rem !important;
  }
  .gap-xxl-4 {
    gap: 1.5rem !important;
  }
  .gap-xxl-5 {
    gap: 3rem !important;
  }
  .gap-xxl-6 {
    gap: 4rem !important;
  }
  .gap-xxl-7 {
    gap: 5rem !important;
  }
  .gap-xxl-8 {
    gap: 6rem !important;
  }
  .gap-xxl-9 {
    gap: 7.5rem !important;
  }
  .justify-content-xxl-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-xxl-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .justify-content-xxl-evenly {
    -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
            justify-content: space-evenly !important;
  }
  .align-items-xxl-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-xxl-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-xxl-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-xxl-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-xxl-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-xxl-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-xxl-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-xxl-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-xxl-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-xxl-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .align-self-xxl-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-xxl-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-xxl-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .align-self-xxl-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
  .order-xxl-first {
    -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
            order: -1 !important;
  }
  .order-xxl-0 {
    -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
            order: 0 !important;
  }
  .order-xxl-1 {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important;
  }
  .order-xxl-2 {
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important;
  }
  .order-xxl-3 {
    -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
            order: 3 !important;
  }
  .order-xxl-4 {
    -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
            order: 4 !important;
  }
  .order-xxl-5 {
    -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
            order: 5 !important;
  }
  .order-xxl-last {
    -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
            order: 6 !important;
  }
  .m-xxl-0 {
    margin: 0 !important;
  }
  .m-xxl-1 {
    margin: 0.25rem !important;
  }
  .m-xxl-2 {
    margin: 0.5rem !important;
  }
  .m-xxl-3 {
    margin: 1rem !important;
  }
  .m-xxl-4 {
    margin: 1.5rem !important;
  }
  .m-xxl-5 {
    margin: 3rem !important;
  }
  .m-xxl-6 {
    margin: 4rem !important;
  }
  .m-xxl-7 {
    margin: 5rem !important;
  }
  .m-xxl-8 {
    margin: 6rem !important;
  }
  .m-xxl-9 {
    margin: 7.5rem !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xxl-6 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }
  .mx-xxl-7 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  .mx-xxl-8 {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
  }
  .mx-xxl-9 {
    margin-right: 7.5rem !important;
    margin-left: 7.5rem !important;
  }
  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xxl-6 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .my-xxl-7 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .my-xxl-8 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  .my-xxl-9 {
    margin-top: 7.5rem !important;
    margin-bottom: 7.5rem !important;
  }
  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xxl-0 {
    margin-top: 0 !important;
  }
  .mt-xxl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xxl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xxl-3 {
    margin-top: 1rem !important;
  }
  .mt-xxl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xxl-5 {
    margin-top: 3rem !important;
  }
  .mt-xxl-6 {
    margin-top: 4rem !important;
  }
  .mt-xxl-7 {
    margin-top: 5rem !important;
  }
  .mt-xxl-8 {
    margin-top: 6rem !important;
  }
  .mt-xxl-9 {
    margin-top: 7.5rem !important;
  }
  .mt-xxl-auto {
    margin-top: auto !important;
  }
  .me-xxl-0 {
    margin-right: 0 !important;
  }
  .me-xxl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xxl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xxl-3 {
    margin-right: 1rem !important;
  }
  .me-xxl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xxl-5 {
    margin-right: 3rem !important;
  }
  .me-xxl-6 {
    margin-right: 4rem !important;
  }
  .me-xxl-7 {
    margin-right: 5rem !important;
  }
  .me-xxl-8 {
    margin-right: 6rem !important;
  }
  .me-xxl-9 {
    margin-right: 7.5rem !important;
  }
  .me-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xxl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xxl-6 {
    margin-bottom: 4rem !important;
  }
  .mb-xxl-7 {
    margin-bottom: 5rem !important;
  }
  .mb-xxl-8 {
    margin-bottom: 6rem !important;
  }
  .mb-xxl-9 {
    margin-bottom: 7.5rem !important;
  }
  .mb-xxl-auto {
    margin-bottom: auto !important;
  }
  .ms-xxl-0 {
    margin-left: 0 !important;
  }
  .ms-xxl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xxl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xxl-3 {
    margin-left: 1rem !important;
  }
  .ms-xxl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xxl-5 {
    margin-left: 3rem !important;
  }
  .ms-xxl-6 {
    margin-left: 4rem !important;
  }
  .ms-xxl-7 {
    margin-left: 5rem !important;
  }
  .ms-xxl-8 {
    margin-left: 6rem !important;
  }
  .ms-xxl-9 {
    margin-left: 7.5rem !important;
  }
  .ms-xxl-auto {
    margin-left: auto !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .p-xxl-1 {
    padding: 0.25rem !important;
  }
  .p-xxl-2 {
    padding: 0.5rem !important;
  }
  .p-xxl-3 {
    padding: 1rem !important;
  }
  .p-xxl-4 {
    padding: 1.5rem !important;
  }
  .p-xxl-5 {
    padding: 3rem !important;
  }
  .p-xxl-6 {
    padding: 4rem !important;
  }
  .p-xxl-7 {
    padding: 5rem !important;
  }
  .p-xxl-8 {
    padding: 6rem !important;
  }
  .p-xxl-9 {
    padding: 7.5rem !important;
  }
  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .px-xxl-6 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }
  .px-xxl-7 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  .px-xxl-8 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }
  .px-xxl-9 {
    padding-right: 7.5rem !important;
    padding-left: 7.5rem !important;
  }
  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .py-xxl-6 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .py-xxl-7 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .py-xxl-8 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  .py-xxl-9 {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !important;
  }
  .pt-xxl-0 {
    padding-top: 0 !important;
  }
  .pt-xxl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xxl-3 {
    padding-top: 1rem !important;
  }
  .pt-xxl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xxl-5 {
    padding-top: 3rem !important;
  }
  .pt-xxl-6 {
    padding-top: 4rem !important;
  }
  .pt-xxl-7 {
    padding-top: 5rem !important;
  }
  .pt-xxl-8 {
    padding-top: 6rem !important;
  }
  .pt-xxl-9 {
    padding-top: 7.5rem !important;
  }
  .pe-xxl-0 {
    padding-right: 0 !important;
  }
  .pe-xxl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xxl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xxl-3 {
    padding-right: 1rem !important;
  }
  .pe-xxl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xxl-5 {
    padding-right: 3rem !important;
  }
  .pe-xxl-6 {
    padding-right: 4rem !important;
  }
  .pe-xxl-7 {
    padding-right: 5rem !important;
  }
  .pe-xxl-8 {
    padding-right: 6rem !important;
  }
  .pe-xxl-9 {
    padding-right: 7.5rem !important;
  }
  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xxl-5 {
    padding-bottom: 3rem !important;
  }
  .pb-xxl-6 {
    padding-bottom: 4rem !important;
  }
  .pb-xxl-7 {
    padding-bottom: 5rem !important;
  }
  .pb-xxl-8 {
    padding-bottom: 6rem !important;
  }
  .pb-xxl-9 {
    padding-bottom: 7.5rem !important;
  }
  .ps-xxl-0 {
    padding-left: 0 !important;
  }
  .ps-xxl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xxl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xxl-3 {
    padding-left: 1rem !important;
  }
  .ps-xxl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xxl-5 {
    padding-left: 3rem !important;
  }
  .ps-xxl-6 {
    padding-left: 4rem !important;
  }
  .ps-xxl-7 {
    padding-left: 5rem !important;
  }
  .ps-xxl-8 {
    padding-left: 6rem !important;
  }
  .ps-xxl-9 {
    padding-left: 7.5rem !important;
  }
  .text-xxl-start {
    text-align: left !important;
  }
  .text-xxl-end {
    text-align: right !important;
  }
  .text-xxl-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .fs-1 {
    font-size: 2.5rem !important;
  }
  .fs-2 {
    font-size: 2rem !important;
  }
  .fs-3 {
    font-size: 1.75rem !important;
  }
  .fs-4 {
    font-size: 1.5rem !important;
  }
}
@media print {
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-grid {
    display: grid !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .d-print-none {
    display: none !important;
  }
}
.was-validated .form-check-input:valid ~ .form-check-label, .was-validated .EPiServerForms .FormChoice input:valid ~ .form-check-label, .EPiServerForms .FormChoice .was-validated input:valid ~ .form-check-label, .was-validated .EPiServerForms .FormChoice .form-check-input:valid ~ label, .was-validated .EPiServerForms .FormChoice input:valid ~ label, .EPiServerForms .FormChoice .was-validated .form-check-input:valid ~ label, .EPiServerForms .FormChoice .was-validated input:valid ~ label {
  color: inherit;
}
.was-validated .form-check-input:valid, .was-validated .EPiServerForms .FormChoice input:valid, .EPiServerForms .FormChoice .was-validated input:valid, .was-validated .form-check-input:valid:checked {
  background-color: var(--secondary);
  border-color: var(--secondary);
}
.was-validated .form-check-input:valid:focus, .was-validated .EPiServerForms .FormChoice input:valid:focus, .EPiServerForms .FormChoice .was-validated input:valid:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 0 0.25rem rgba(0, 0, 0, 0.1);
}

.toast-container {
  z-index: 99;
}

.z-1 {
  z-index: 1;
}

.z-2 {
  z-index: 2;
}

.container-fluid, .with-navigation .navbar.submenu, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
  width: 100%;
  padding-left: 80px;
  padding-right: 80px;
  margin-right: auto;
  margin-left: auto;
  max-width: 1800px;
}
@media (max-width: 991.98px) {
  .container-fluid, .with-navigation .navbar.submenu, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
    padding-left: 64px;
    padding-right: 64px;
  }
}
@media (max-width: 767.98px) {
  .container-fluid, .with-navigation .navbar.submenu, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 575.98px) {
  .container-fluid, .with-navigation .navbar.submenu, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
    padding-left: 24px;
    padding-right: 24px;
  }
}

.border-inherit {
  border-color: inherit !important;
}

@media (max-width: 991.98px) {
  .container, .offcanvas-body, .modal--search .modal-dialog {
    padding-left: 64px;
    padding-right: 64px;
  }
}
@media (max-width: 767.98px) {
  .container, .offcanvas-body, .modal--search .modal-dialog {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 575.98px) {
  .container, .offcanvas-body, .modal--search .modal-dialog {
    padding-left: 24px;
    padding-right: 24px;
  }
}

.outer-wrapper {
  margin: 0 auto;
}

/*!
* animate.css - https://animate.style/
* Version - 4.1.1
* Licensed under the MIT license - http://opensource.org/licenses/MIT
*
* Copyright (c) 2020 Animate.css
*/
:root {
  --animate-duration: 1s;
  --animate-delay: 1s;
  --animate-repeat: 1;
}

.animate__animated, .mixedmedia__text, .overlay__navigation > *, .grid__item:not(.grid__item--heading), .grid__item--heading .box, .grid__item .box__teaser .balloon, .grid__item:hover .box__content > div, .grid__item:hover .box__teaser, .accordion-menu .dropdown .dropdown-menu li, .rt-nav.show .nav-item, .rt-header .rt-header__item, .rt-header.headroom--not-top .navbar-brand svg:last-child, .toast-container .toast {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-duration: var(--animate-duration);
  animation-duration: var(--animate-duration);
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animate__animated.animate__infinite, .animate__infinite.mixedmedia__text, .overlay__navigation > .animate__infinite, .animate__infinite.grid__item:not(.grid__item--heading), .grid__item--heading .animate__infinite.box, .grid__item .box__teaser .animate__infinite.balloon, .grid__item:hover .box__content > div.animate__infinite, .grid__item:hover .animate__infinite.box__teaser, .accordion-menu .dropdown .dropdown-menu li.animate__infinite, .rt-nav.show .animate__infinite.nav-item, .rt-header .animate__infinite.rt-header__item, .rt-header.headroom--not-top .navbar-brand svg.animate__infinite:last-child, .toast-container .animate__infinite.toast {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animate__animated.animate__repeat-1, .animate__repeat-1.mixedmedia__text, .overlay__navigation > .animate__repeat-1, .animate__repeat-1.grid__item:not(.grid__item--heading), .grid__item--heading .animate__repeat-1.box, .grid__item .box__teaser .animate__repeat-1.balloon, .grid__item:hover .box__content > div.animate__repeat-1, .grid__item:hover .animate__repeat-1.box__teaser, .accordion-menu .dropdown .dropdown-menu li.animate__repeat-1, .rt-nav.show .animate__repeat-1.nav-item, .rt-header .animate__repeat-1.rt-header__item, .rt-header.headroom--not-top .navbar-brand svg.animate__repeat-1:last-child, .toast-container .animate__repeat-1.toast {
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-iteration-count: var(--animate-repeat);
  animation-iteration-count: var(--animate-repeat);
}

.animate__animated.animate__repeat-2, .animate__repeat-2.mixedmedia__text, .overlay__navigation > .animate__repeat-2, .animate__repeat-2.grid__item:not(.grid__item--heading), .grid__item--heading .animate__repeat-2.box, .grid__item .box__teaser .animate__repeat-2.balloon, .grid__item:hover .box__content > div.animate__repeat-2, .grid__item:hover .animate__repeat-2.box__teaser, .accordion-menu .dropdown .dropdown-menu li.animate__repeat-2, .rt-nav.show .animate__repeat-2.nav-item, .rt-header .animate__repeat-2.rt-header__item, .rt-header.headroom--not-top .navbar-brand svg.animate__repeat-2:last-child, .toast-container .animate__repeat-2.toast {
  -webkit-animation-iteration-count: 2;
  animation-iteration-count: 2;
  -webkit-animation-iteration-count: calc(var(--animate-repeat) * 2);
  animation-iteration-count: calc(var(--animate-repeat) * 2);
}

.animate__animated.animate__repeat-3, .animate__repeat-3.mixedmedia__text, .overlay__navigation > .animate__repeat-3, .animate__repeat-3.grid__item:not(.grid__item--heading), .grid__item--heading .animate__repeat-3.box, .grid__item .box__teaser .animate__repeat-3.balloon, .grid__item:hover .box__content > div.animate__repeat-3, .grid__item:hover .animate__repeat-3.box__teaser, .accordion-menu .dropdown .dropdown-menu li.animate__repeat-3, .rt-nav.show .animate__repeat-3.nav-item, .rt-header .animate__repeat-3.rt-header__item, .rt-header.headroom--not-top .navbar-brand svg.animate__repeat-3:last-child, .toast-container .animate__repeat-3.toast {
  -webkit-animation-iteration-count: 3;
  animation-iteration-count: 3;
  -webkit-animation-iteration-count: calc(var(--animate-repeat) * 3);
  animation-iteration-count: calc(var(--animate-repeat) * 3);
}

.animate__animated.animate__delay-1s, .animate__delay-1s.mixedmedia__text, .overlay__navigation > .animate__delay-1s, .animate__delay-1s.grid__item:not(.grid__item--heading), .grid__item--heading .animate__delay-1s.box, .grid__item .box__teaser .animate__delay-1s.balloon, .grid__item:hover .box__content .animate__animated.box__content__inner:nth-child(2), .grid__item:hover .box__content .box__content__inner.mixedmedia__text:nth-child(2), .grid__item:hover .box__content .overlay__navigation > .box__content__inner:nth-child(2), .grid__item:hover .box__content .box__content__inner.grid__item:nth-child(2):not(.grid__item--heading), .grid__item:hover .box__content .grid__item--heading .box__content__inner.box:nth-child(2), .grid__item--heading .grid__item:hover .box__content .box__content__inner.box:nth-child(2), .grid__item:hover .box__content .box__teaser .box__content__inner.balloon:nth-child(2), .grid__item:hover .box__teaser .box__content .box__content__inner.balloon:nth-child(2), .grid__item:hover .box__content > div.animate__delay-1s, .grid__item:hover .box__content > div.box__content__inner:nth-child(2), .grid__item:hover .animate__delay-1s.box__teaser, .grid__item:hover .box__content .box__teaser.box__content__inner:nth-child(2), .accordion-menu .dropdown .dropdown-menu li.animate__delay-1s, .accordion-menu .dropdown .dropdown-menu .grid__item:hover .box__content li.box__content__inner:nth-child(2), .grid__item:hover .box__content .accordion-menu .dropdown .dropdown-menu li.box__content__inner:nth-child(2), .rt-nav.show .animate__delay-1s.nav-item, .rt-nav.show .grid__item:hover .box__content .nav-item.box__content__inner:nth-child(2), .grid__item:hover .box__content .rt-nav.show .nav-item.box__content__inner:nth-child(2), .rt-header .animate__delay-1s.rt-header__item, .rt-header .grid__item:hover .box__content .rt-header__item.box__content__inner:nth-child(2), .grid__item:hover .box__content .rt-header .rt-header__item.box__content__inner:nth-child(2), .rt-header.headroom--not-top .navbar-brand svg.animate__delay-1s:last-child, .rt-header.headroom--not-top .navbar-brand .grid__item:hover .box__content svg.box__content__inner:last-child:nth-child(2), .grid__item:hover .box__content .rt-header.headroom--not-top .navbar-brand svg.box__content__inner:last-child:nth-child(2), .toast-container .animate__delay-1s.toast, .toast-container .grid__item:hover .box__content .toast.box__content__inner:nth-child(2), .grid__item:hover .box__content .toast-container .toast.box__content__inner:nth-child(2) {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation-delay: var(--animate-delay);
  animation-delay: var(--animate-delay);
}

.animate__animated.animate__delay-2s, .animate__delay-2s.mixedmedia__text, .overlay__navigation > .animate__delay-2s, .animate__delay-2s.grid__item:not(.grid__item--heading), .grid__item--heading .animate__delay-2s.box, .grid__item .box__teaser .animate__delay-2s.balloon, .grid__item:hover .box__content > div.animate__delay-2s, .grid__item:hover .animate__delay-2s.box__teaser, .accordion-menu .dropdown .dropdown-menu li.animate__delay-2s, .rt-nav.show .animate__delay-2s.nav-item, .rt-header .animate__delay-2s.rt-header__item, .rt-header.headroom--not-top .navbar-brand svg.animate__delay-2s:last-child, .toast-container .animate__delay-2s.toast {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
  -webkit-animation-delay: calc(var(--animate-delay) * 2);
  animation-delay: calc(var(--animate-delay) * 2);
}

.animate__animated.animate__delay-3s, .animate__delay-3s.mixedmedia__text, .overlay__navigation > .animate__delay-3s, .animate__delay-3s.grid__item:not(.grid__item--heading), .grid__item--heading .animate__delay-3s.box, .grid__item .box__teaser .animate__delay-3s.balloon, .grid__item:hover .box__content > div.animate__delay-3s, .grid__item:hover .animate__delay-3s.box__teaser, .accordion-menu .dropdown .dropdown-menu li.animate__delay-3s, .rt-nav.show .animate__delay-3s.nav-item, .rt-header .animate__delay-3s.rt-header__item, .rt-header.headroom--not-top .navbar-brand svg.animate__delay-3s:last-child, .toast-container .animate__delay-3s.toast {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
  -webkit-animation-delay: calc(var(--animate-delay) * 3);
  animation-delay: calc(var(--animate-delay) * 3);
}

.animate__animated.animate__delay-4s, .animate__delay-4s.mixedmedia__text, .overlay__navigation > .animate__delay-4s, .animate__delay-4s.grid__item:not(.grid__item--heading), .grid__item--heading .animate__delay-4s.box, .grid__item .box__teaser .animate__delay-4s.balloon, .grid__item:hover .box__content > div.animate__delay-4s, .grid__item:hover .animate__delay-4s.box__teaser, .accordion-menu .dropdown .dropdown-menu li.animate__delay-4s, .rt-nav.show .animate__delay-4s.nav-item, .rt-header .animate__delay-4s.rt-header__item, .rt-header.headroom--not-top .navbar-brand svg.animate__delay-4s:last-child, .toast-container .animate__delay-4s.toast {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
  -webkit-animation-delay: calc(var(--animate-delay) * 4);
  animation-delay: calc(var(--animate-delay) * 4);
}

.animate__animated.animate__delay-5s, .animate__delay-5s.mixedmedia__text, .overlay__navigation > .animate__delay-5s, .animate__delay-5s.grid__item:not(.grid__item--heading), .grid__item--heading .animate__delay-5s.box, .grid__item .box__teaser .animate__delay-5s.balloon, .grid__item:hover .box__content > div.animate__delay-5s, .grid__item:hover .animate__delay-5s.box__teaser, .accordion-menu .dropdown .dropdown-menu li.animate__delay-5s, .rt-nav.show .animate__delay-5s.nav-item, .rt-header .animate__delay-5s.rt-header__item, .rt-header.headroom--not-top .navbar-brand svg.animate__delay-5s:last-child, .toast-container .animate__delay-5s.toast {
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
  -webkit-animation-delay: calc(var(--animate-delay) * 5);
  animation-delay: calc(var(--animate-delay) * 5);
}

.animate__animated.animate__faster, .animate__faster.mixedmedia__text, .overlay__navigation > .animate__faster, .animate__faster.grid__item:not(.grid__item--heading), .grid__item--heading .animate__faster.box, .grid__item .box__teaser .animate__faster.balloon, .grid__item:hover .box__content > div, .grid__item:hover .animate__faster.box__teaser, .accordion-menu .dropdown .dropdown-menu li.animate__faster, .rt-nav.show .animate__faster.nav-item, .rt-header .animate__faster.rt-header__item, .shape-overlays.is-opened + .rt-header .rt-header__item:not(.rt-menu), .rt-header.headroom--not-top .navbar-brand svg.animate__faster:last-child, .toast-container .animate__faster.toast {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-duration: calc(var(--animate-duration) / 2);
  animation-duration: calc(var(--animate-duration) / 2);
}

.animate__animated.animate__fast, .animate__fast.mixedmedia__text, .overlay__navigation > .animate__fast, .animate__fast.grid__item:not(.grid__item--heading), .grid__item--heading .animate__fast.box, .grid__item .box__teaser .animate__fast.balloon, .grid__item:hover .box__content > div.animate__fast, .grid__item:hover .animate__fast.box__teaser, .accordion-menu .dropdown .dropdown-menu li.animate__fast, .rt-nav.show .animate__fast.nav-item, .rt-header .animate__fast.rt-header__item, .rt-header.headroom--not-top .navbar-brand svg.animate__fast:last-child, .toast-container .animate__fast.toast {
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-duration: calc(var(--animate-duration) * 0.8);
  animation-duration: calc(var(--animate-duration) * 0.8);
}

.animate__animated.animate__slow, .animate__slow.mixedmedia__text, .overlay__navigation > .animate__slow, .animate__slow.grid__item:not(.grid__item--heading), .grid__item--heading .animate__slow.box, .grid__item .box__teaser .animate__slow.balloon, .grid__item:hover .box__content > div.animate__slow, .grid__item:hover .animate__slow.box__teaser, .accordion-menu .dropdown .dropdown-menu li.animate__slow, .rt-nav.show .animate__slow.nav-item, .rt-header .animate__slow.rt-header__item, .rt-header.headroom--not-top .navbar-brand svg.animate__slow:last-child, .toast-container .animate__slow.toast {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-duration: calc(var(--animate-duration) * 2);
  animation-duration: calc(var(--animate-duration) * 2);
}

.animate__animated.animate__slower, .animate__slower.mixedmedia__text, .overlay__navigation > .animate__slower, .animate__slower.grid__item:not(.grid__item--heading), .grid__item--heading .animate__slower.box, .grid__item .box__teaser .animate__slower.balloon, .grid__item:hover .box__content > div.animate__slower, .grid__item:hover .animate__slower.box__teaser, .accordion-menu .dropdown .dropdown-menu li.animate__slower, .rt-nav.show .animate__slower.nav-item, .rt-header .animate__slower.rt-header__item, .rt-header.headroom--not-top .navbar-brand svg.animate__slower:last-child, .toast-container .animate__slower.toast {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-duration: calc(var(--animate-duration) * 3);
  animation-duration: calc(var(--animate-duration) * 3);
}

@media print, (prefers-reduced-motion: reduce) {
  .animate__animated, .mixedmedia__text, .overlay__navigation > *, .grid__item:not(.grid__item--heading), .grid__item--heading .box, .grid__item .box__teaser .balloon, .grid__item:hover .box__content > div, .grid__item:hover .box__teaser, .accordion-menu .dropdown .dropdown-menu li, .rt-nav.show .nav-item, .rt-header .rt-header__item, .rt-header.headroom--not-top .navbar-brand svg:last-child, .toast-container .toast {
    -webkit-animation-duration: 1ms !important;
    animation-duration: 1ms !important;
    -webkit-transition-duration: 1ms !important;
    transition-duration: 1ms !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important;
  }
  .animate__animated[class*=Out], [class*=Out].mixedmedia__text, .overlay__navigation > [class*=Out], [class*=Out].grid__item:not(.grid__item--heading), .grid__item--heading [class*=Out].box, .grid__item .box__teaser [class*=Out].balloon, .grid__item:hover .box__content > div[class*=Out], .grid__item:hover [class*=Out].box__teaser, .accordion-menu .dropdown .dropdown-menu li[class*=Out], .rt-nav.show [class*=Out].nav-item, .rt-header [class*=Out].rt-header__item, .rt-header.headroom--not-top .navbar-brand svg[class*=Out]:last-child, .toast-container [class*=Out].toast {
    opacity: 0;
  }
}
/* Attention seekers  */
@-webkit-keyframes bounce {
  from, 20%, 53%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0) scaleY(1.1);
    transform: translate3d(0, -30px, 0) scaleY(1.1);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0) scaleY(1.05);
    transform: translate3d(0, -15px, 0) scaleY(1.05);
  }
  80% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0) scaleY(0.95);
    transform: translate3d(0, 0, 0) scaleY(0.95);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0) scaleY(1.02);
    transform: translate3d(0, -4px, 0) scaleY(1.02);
  }
}
@keyframes bounce {
  from, 20%, 53%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0) scaleY(1.1);
    transform: translate3d(0, -30px, 0) scaleY(1.1);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0) scaleY(1.05);
    transform: translate3d(0, -15px, 0) scaleY(1.05);
  }
  80% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0) scaleY(0.95);
    transform: translate3d(0, 0, 0) scaleY(0.95);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0) scaleY(1.02);
    transform: translate3d(0, -4px, 0) scaleY(1.02);
  }
}
.animate__bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
      transform-origin: center bottom;
}

@-webkit-keyframes flash {
  from, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
@keyframes flash {
  from, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
.animate__flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.animate__pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}

@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.animate__rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

@-webkit-keyframes shakeX {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
@keyframes shakeX {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
.animate__shakeX {
  -webkit-animation-name: shakeX;
  animation-name: shakeX;
}

@-webkit-keyframes shakeY {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
}
@keyframes shakeY {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
}
.animate__shakeY {
  -webkit-animation-name: shakeY;
  animation-name: shakeY;
}

@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.animate__headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
.animate__swing {
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
      transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.animate__tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes jello {
  from, 11.1%, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
@keyframes jello {
  from, 11.1%, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
.animate__jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
      transform-origin: center;
}

@-webkit-keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.animate__heartBeat {
  -webkit-animation-name: heartBeat;
  animation-name: heartBeat;
  -webkit-animation-duration: 1.3s;
  animation-duration: 1.3s;
  -webkit-animation-duration: calc(var(--animate-duration) * 1.3);
  animation-duration: calc(var(--animate-duration) * 1.3);
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}

/* Back entrances */
@-webkit-keyframes backInDown {
  0% {
    -webkit-transform: translateY(-1200px) scale(0.7);
    transform: translateY(-1200px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    -webkit-transform: translateY(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes backInDown {
  0% {
    -webkit-transform: translateY(-1200px) scale(0.7);
    transform: translateY(-1200px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    -webkit-transform: translateY(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
.animate__backInDown {
  -webkit-animation-name: backInDown;
  animation-name: backInDown;
}

@-webkit-keyframes backInLeft {
  0% {
    -webkit-transform: translateX(-2000px) scale(0.7);
    transform: translateX(-2000px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    -webkit-transform: translateX(0px) scale(0.7);
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes backInLeft {
  0% {
    -webkit-transform: translateX(-2000px) scale(0.7);
    transform: translateX(-2000px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    -webkit-transform: translateX(0px) scale(0.7);
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
.animate__backInLeft {
  -webkit-animation-name: backInLeft;
  animation-name: backInLeft;
}

@-webkit-keyframes backInRight {
  0% {
    -webkit-transform: translateX(2000px) scale(0.7);
    transform: translateX(2000px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    -webkit-transform: translateX(0px) scale(0.7);
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes backInRight {
  0% {
    -webkit-transform: translateX(2000px) scale(0.7);
    transform: translateX(2000px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    -webkit-transform: translateX(0px) scale(0.7);
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
.animate__backInRight {
  -webkit-animation-name: backInRight;
  animation-name: backInRight;
}

@-webkit-keyframes backInUp {
  0% {
    -webkit-transform: translateY(1200px) scale(0.7);
    transform: translateY(1200px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    -webkit-transform: translateY(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes backInUp {
  0% {
    -webkit-transform: translateY(1200px) scale(0.7);
    transform: translateY(1200px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    -webkit-transform: translateY(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
.animate__backInUp {
  -webkit-animation-name: backInUp;
  animation-name: backInUp;
}

/* Back exits */
@-webkit-keyframes backOutDown {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  20% {
    -webkit-transform: translateY(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: translateY(700px) scale(0.7);
    transform: translateY(700px) scale(0.7);
    opacity: 0.7;
  }
}
@keyframes backOutDown {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  20% {
    -webkit-transform: translateY(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: translateY(700px) scale(0.7);
    transform: translateY(700px) scale(0.7);
    opacity: 0.7;
  }
}
.animate__backOutDown {
  -webkit-animation-name: backOutDown;
  animation-name: backOutDown;
}

@-webkit-keyframes backOutLeft {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  20% {
    -webkit-transform: translateX(0px) scale(0.7);
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: translateX(-2000px) scale(0.7);
    transform: translateX(-2000px) scale(0.7);
    opacity: 0.7;
  }
}
@keyframes backOutLeft {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  20% {
    -webkit-transform: translateX(0px) scale(0.7);
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: translateX(-2000px) scale(0.7);
    transform: translateX(-2000px) scale(0.7);
    opacity: 0.7;
  }
}
.animate__backOutLeft {
  -webkit-animation-name: backOutLeft;
  animation-name: backOutLeft;
}

@-webkit-keyframes backOutRight {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  20% {
    -webkit-transform: translateX(0px) scale(0.7);
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: translateX(2000px) scale(0.7);
    transform: translateX(2000px) scale(0.7);
    opacity: 0.7;
  }
}
@keyframes backOutRight {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  20% {
    -webkit-transform: translateX(0px) scale(0.7);
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: translateX(2000px) scale(0.7);
    transform: translateX(2000px) scale(0.7);
    opacity: 0.7;
  }
}
.animate__backOutRight {
  -webkit-animation-name: backOutRight;
  animation-name: backOutRight;
}

@-webkit-keyframes backOutUp {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  20% {
    -webkit-transform: translateY(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: translateY(-700px) scale(0.7);
    transform: translateY(-700px) scale(0.7);
    opacity: 0.7;
  }
}
@keyframes backOutUp {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  20% {
    -webkit-transform: translateY(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: translateY(-700px) scale(0.7);
    transform: translateY(-700px) scale(0.7);
    opacity: 0.7;
  }
}
.animate__backOutUp {
  -webkit-animation-name: backOutUp;
  animation-name: backOutUp;
}

/* Bouncing entrances  */
@-webkit-keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.animate__bounceIn, .grid__item--heading .box {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-duration: calc(var(--animate-duration) * 0.75);
  animation-duration: calc(var(--animate-duration) * 0.75);
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0) scaleY(3);
    transform: translate3d(0, -3000px, 0) scaleY(3);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0) scaleY(0.9);
    transform: translate3d(0, 25px, 0) scaleY(0.9);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0) scaleY(0.95);
    transform: translate3d(0, -10px, 0) scaleY(0.95);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0) scaleY(0.985);
    transform: translate3d(0, 5px, 0) scaleY(0.985);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0) scaleY(3);
    transform: translate3d(0, -3000px, 0) scaleY(3);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0) scaleY(0.9);
    transform: translate3d(0, 25px, 0) scaleY(0.9);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0) scaleY(0.95);
    transform: translate3d(0, -10px, 0) scaleY(0.95);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0) scaleY(0.985);
    transform: translate3d(0, 5px, 0) scaleY(0.985);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0) scaleX(3);
    transform: translate3d(-3000px, 0, 0) scaleX(3);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0) scaleX(1);
    transform: translate3d(25px, 0, 0) scaleX(1);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0) scaleX(0.98);
    transform: translate3d(-10px, 0, 0) scaleX(0.98);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0) scaleX(0.995);
    transform: translate3d(5px, 0, 0) scaleX(0.995);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0) scaleX(3);
    transform: translate3d(-3000px, 0, 0) scaleX(3);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0) scaleX(1);
    transform: translate3d(25px, 0, 0) scaleX(1);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0) scaleX(0.98);
    transform: translate3d(-10px, 0, 0) scaleX(0.98);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0) scaleX(0.995);
    transform: translate3d(5px, 0, 0) scaleX(0.995);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__bounceInLeft, .overlay--open .overlay__navigation .overlay__navigation__left {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0) scaleX(3);
    transform: translate3d(3000px, 0, 0) scaleX(3);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0) scaleX(1);
    transform: translate3d(-25px, 0, 0) scaleX(1);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0) scaleX(0.98);
    transform: translate3d(10px, 0, 0) scaleX(0.98);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0) scaleX(0.995);
    transform: translate3d(-5px, 0, 0) scaleX(0.995);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0) scaleX(3);
    transform: translate3d(3000px, 0, 0) scaleX(3);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0) scaleX(1);
    transform: translate3d(-25px, 0, 0) scaleX(1);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0) scaleX(0.98);
    transform: translate3d(10px, 0, 0) scaleX(0.98);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0) scaleX(0.995);
    transform: translate3d(-5px, 0, 0) scaleX(0.995);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__bounceInRight, .overlay--open .overlay__navigation .overlay__navigation__right {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0) scaleY(5);
    transform: translate3d(0, 3000px, 0) scaleY(5);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0) scaleY(0.9);
    transform: translate3d(0, -20px, 0) scaleY(0.9);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0) scaleY(0.95);
    transform: translate3d(0, 10px, 0) scaleY(0.95);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0) scaleY(0.985);
    transform: translate3d(0, -5px, 0) scaleY(0.985);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0) scaleY(5);
    transform: translate3d(0, 3000px, 0) scaleY(5);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0) scaleY(0.9);
    transform: translate3d(0, -20px, 0) scaleY(0.9);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0) scaleY(0.95);
    transform: translate3d(0, 10px, 0) scaleY(0.95);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0) scaleY(0.985);
    transform: translate3d(0, -5px, 0) scaleY(0.985);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__bounceInUp, .grid__item:not(.grid__item--heading) {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

/* Bouncing exits  */
@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
.animate__bounceOut {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-duration: calc(var(--animate-duration) * 0.75);
  animation-duration: calc(var(--animate-duration) * 0.75);
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0) scaleY(0.985);
    transform: translate3d(0, 10px, 0) scaleY(0.985);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0) scaleY(0.9);
    transform: translate3d(0, -20px, 0) scaleY(0.9);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0) scaleY(3);
    transform: translate3d(0, 2000px, 0) scaleY(3);
  }
}
@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0) scaleY(0.985);
    transform: translate3d(0, 10px, 0) scaleY(0.985);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0) scaleY(0.9);
    transform: translate3d(0, -20px, 0) scaleY(0.9);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0) scaleY(3);
    transform: translate3d(0, 2000px, 0) scaleY(3);
  }
}
.animate__bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0) scaleX(0.9);
    transform: translate3d(20px, 0, 0) scaleX(0.9);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0) scaleX(2);
    transform: translate3d(-2000px, 0, 0) scaleX(2);
  }
}
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0) scaleX(0.9);
    transform: translate3d(20px, 0, 0) scaleX(0.9);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0) scaleX(2);
    transform: translate3d(-2000px, 0, 0) scaleX(2);
  }
}
.animate__bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0) scaleX(0.9);
    transform: translate3d(-20px, 0, 0) scaleX(0.9);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0) scaleX(2);
    transform: translate3d(2000px, 0, 0) scaleX(2);
  }
}
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0) scaleX(0.9);
    transform: translate3d(-20px, 0, 0) scaleX(0.9);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0) scaleX(2);
    transform: translate3d(2000px, 0, 0) scaleX(2);
  }
}
.animate__bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0) scaleY(0.985);
    transform: translate3d(0, -10px, 0) scaleY(0.985);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0) scaleY(0.9);
    transform: translate3d(0, 20px, 0) scaleY(0.9);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0) scaleY(3);
    transform: translate3d(0, -2000px, 0) scaleY(3);
  }
}
@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0) scaleY(0.985);
    transform: translate3d(0, -10px, 0) scaleY(0.985);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0) scaleY(0.9);
    transform: translate3d(0, 20px, 0) scaleY(0.9);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0) scaleY(3);
    transform: translate3d(0, -2000px, 0) scaleY(3);
  }
}
.animate__bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

/* Fading entrances  */
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.animate__fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInDown, .accordion-menu .dropdown .dropdown-menu li, .rt-nav.show .nav-item, .rt-header .rt-header__item {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeInTopLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, -100%, 0);
    transform: translate3d(-100%, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInTopLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, -100%, 0);
    transform: translate3d(-100%, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInTopLeft {
  -webkit-animation-name: fadeInTopLeft;
  animation-name: fadeInTopLeft;
}

@-webkit-keyframes fadeInTopRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, -100%, 0);
    transform: translate3d(100%, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInTopRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, -100%, 0);
    transform: translate3d(100%, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInTopRight {
  -webkit-animation-name: fadeInTopRight;
  animation-name: fadeInTopRight;
}

@-webkit-keyframes fadeInBottomLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 100%, 0);
    transform: translate3d(-100%, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInBottomLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 100%, 0);
    transform: translate3d(-100%, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInBottomLeft {
  -webkit-animation-name: fadeInBottomLeft;
  animation-name: fadeInBottomLeft;
}

@-webkit-keyframes fadeInBottomRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 100%, 0);
    transform: translate3d(100%, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInBottomRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 100%, 0);
    transform: translate3d(100%, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInBottomRight {
  -webkit-animation-name: fadeInBottomRight;
  animation-name: fadeInBottomRight;
}

/* Fading exits */
@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.animate__fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.animate__fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.animate__fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.animate__fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.animate__fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.animate__fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.animate__fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.animate__fadeOutUp, .shape-overlays.is-opened + .rt-header .rt-header__item:not(.rt-menu) {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.animate__fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes fadeOutTopLeft {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, -100%, 0);
    transform: translate3d(-100%, -100%, 0);
  }
}
@keyframes fadeOutTopLeft {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, -100%, 0);
    transform: translate3d(-100%, -100%, 0);
  }
}
.animate__fadeOutTopLeft {
  -webkit-animation-name: fadeOutTopLeft;
  animation-name: fadeOutTopLeft;
}

@-webkit-keyframes fadeOutTopRight {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, -100%, 0);
    transform: translate3d(100%, -100%, 0);
  }
}
@keyframes fadeOutTopRight {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, -100%, 0);
    transform: translate3d(100%, -100%, 0);
  }
}
.animate__fadeOutTopRight {
  -webkit-animation-name: fadeOutTopRight;
  animation-name: fadeOutTopRight;
}

@-webkit-keyframes fadeOutBottomRight {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 100%, 0);
    transform: translate3d(100%, 100%, 0);
  }
}
@keyframes fadeOutBottomRight {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 100%, 0);
    transform: translate3d(100%, 100%, 0);
  }
}
.animate__fadeOutBottomRight {
  -webkit-animation-name: fadeOutBottomRight;
  animation-name: fadeOutBottomRight;
}

@-webkit-keyframes fadeOutBottomLeft {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 100%, 0);
    transform: translate3d(-100%, 100%, 0);
  }
}
@keyframes fadeOutBottomLeft {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 100%, 0);
    transform: translate3d(-100%, 100%, 0);
  }
}
.animate__fadeOutBottomLeft {
  -webkit-animation-name: fadeOutBottomLeft;
  animation-name: fadeOutBottomLeft;
}

/* Flippers */
@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@keyframes flip {
  from {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
.animate__animated.animate__flip, .animate__flip.mixedmedia__text, .overlay__navigation > .animate__flip, .animate__flip.grid__item:not(.grid__item--heading), .grid__item--heading .animate__flip.box, .grid__item .box__teaser .animate__flip.balloon, .grid__item:hover .box__content > div.animate__flip, .grid__item:hover .animate__flip.box__teaser, .accordion-menu .dropdown .dropdown-menu li.animate__flip, .rt-nav.show .animate__flip.nav-item, .rt-header .animate__flip.rt-header__item, .rt-header.headroom--not-top .navbar-brand svg.animate__flip:last-child, .toast-container .animate__flip.toast {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.animate__flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.animate__flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
.animate__flipOutX {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-duration: calc(var(--animate-duration) * 0.75);
  animation-duration: calc(var(--animate-duration) * 0.75);
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
.animate__flipOutY {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-duration: calc(var(--animate-duration) * 0.75);
  animation-duration: calc(var(--animate-duration) * 0.75);
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

/* Lightspeed */
@-webkit-keyframes lightSpeedInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes lightSpeedInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__lightSpeedInRight {
  -webkit-animation-name: lightSpeedInRight;
  animation-name: lightSpeedInRight;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0) skewX(30deg);
    transform: translate3d(-100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(5deg);
    transform: skewX(5deg);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes lightSpeedInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0) skewX(30deg);
    transform: translate3d(-100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(5deg);
    transform: skewX(5deg);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__lightSpeedInLeft {
  -webkit-animation-name: lightSpeedInLeft;
  animation-name: lightSpeedInLeft;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOutRight {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOutRight {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
.animate__lightSpeedOutRight {
  -webkit-animation-name: lightSpeedOutRight;
  animation-name: lightSpeedOutRight;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes lightSpeedOutLeft {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(-100%, 0, 0) skewX(-30deg);
    transform: translate3d(-100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOutLeft {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(-100%, 0, 0) skewX(-30deg);
    transform: translate3d(-100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
}
.animate__lightSpeedOutLeft {
  -webkit-animation-name: lightSpeedOutLeft;
  animation-name: lightSpeedOutLeft;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

/* Rotating entrances */
@-webkit-keyframes rotateIn {
  from {
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateIn {
  from {
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.animate__rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
      transform-origin: center;
}

@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  from {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.animate__rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
  -webkit-transform-origin: left bottom;
  -ms-transform-origin: left bottom;
      transform-origin: left bottom;
}

@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  from {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.animate__rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
  -webkit-transform-origin: right bottom;
  -ms-transform-origin: right bottom;
      transform-origin: right bottom;
}

@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  from {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.animate__rotateInUpLeft, .grid__item:hover .box__content .box__content__inner:nth-child(2) {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
  -webkit-transform-origin: left bottom;
  -ms-transform-origin: left bottom;
      transform-origin: left bottom;
}

@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  from {
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.animate__rotateInUpRight, .grid__item:hover .box__content > div {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
  -webkit-transform-origin: right bottom;
  -ms-transform-origin: right bottom;
      transform-origin: right bottom;
}

/* Rotating exits */
@-webkit-keyframes rotateOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
.animate__rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
      transform-origin: center;
}

@-webkit-keyframes rotateOutDownLeft {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
.animate__rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
  -webkit-transform-origin: left bottom;
  -ms-transform-origin: left bottom;
      transform-origin: left bottom;
}

@-webkit-keyframes rotateOutDownRight {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.animate__rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
  -webkit-transform-origin: right bottom;
  -ms-transform-origin: right bottom;
      transform-origin: right bottom;
}

@-webkit-keyframes rotateOutUpLeft {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.animate__rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
  -webkit-transform-origin: left bottom;
  -ms-transform-origin: left bottom;
      transform-origin: left bottom;
}

@-webkit-keyframes rotateOutUpRight {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
.animate__rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
  -webkit-transform-origin: right bottom;
  -ms-transform-origin: right bottom;
      transform-origin: right bottom;
}

/* Specials */
@-webkit-keyframes hinge {
  0% {
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
@keyframes hinge {
  0% {
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
.animate__hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-duration: calc(var(--animate-duration) * 2);
  animation-duration: calc(var(--animate-duration) * 2);
  -webkit-animation-name: hinge;
  animation-name: hinge;
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
      transform-origin: top left;
}

@-webkit-keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.animate__jackInTheBox {
  -webkit-animation-name: jackInTheBox;
  animation-name: jackInTheBox;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
@keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
.animate__rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

/* Zooming entrances */
@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.animate__zoomIn, .grid__item .box__teaser .balloon {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.animate__zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.animate__zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.animate__zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.animate__zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}

/* Zooming exits */
@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
@keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
.animate__zoomOut, .grid__item:hover .box__teaser {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.animate__zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
  -webkit-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
      transform-origin: center bottom;
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
  }
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
  }
}
.animate__zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
      transform-origin: left center;
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
  }
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
  }
}
.animate__zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
  -webkit-transform-origin: right center;
  -ms-transform-origin: right center;
      transform-origin: right center;
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.animate__zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
  -webkit-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
      transform-origin: center bottom;
}

/* Sliding entrances */
@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__slideInUp, .toast-container .toast {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

/* Sliding exits */
@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.animate__slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.animate__slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.animate__slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.animate__slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

* {
  -webkit-font-smoothing: antialiased;
}

*, *:before, *:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  scroll-behavior: smooth;
  height: 100%;
  margin: 0;
  padding: 0;
}

body {
  position: relative;
  scroll-behavior: smooth;
  margin: 0 auto;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
  -webkit-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease;
  background-color: #fafafa;
  min-width: 320px;
}
body.body-dark {
  background-color: #050B13;
  color: #ffffff;
}
body .outer-wrapper {
  min-width: 320px;
}
body.loading .outer-wrapper {
  visibility: hidden;
  opacity: 0;
}
body.toolbox {
  -webkit-transition: opacity 0.25s ease-in;
  transition: opacity 0.25s ease-in;
}
body.toolbox.loading {
  visibility: hidden;
  opacity: 0;
}
body .outer-wrapper {
  height: 100vh;
}
body main {
  position: relative;
}
body main.theme--dirt {
  background-repeat: repeat;
  background-image: url("../media/dust-2.png");
}
body main.theme--light {
  color: #230105;
  background-color: #FFFBF0;
}
body main.theme--dark {
  background-color: #050B13;
  color: white;
}

figure {
  margin: 0;
}

@media screen and (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}
.isotope .cats {
  position: absolute;
  top: 4px;
  left: 12px;
}
.isotope .cats .cats__item {
  margin-right: 3px;
}
.isotope .cats .cats__item:last-child {
  margin-right: 0;
}

/* clear fix */
.isotope:after {
  content: "";
  display: block;
  clear: both;
}

@-webkit-keyframes animateMove {
  0% {
    left: 0px;
    top: 0px;
  }
  100% {
    left: 0px;
    top: -100px;
  }
}

@keyframes animateMove {
  0% {
    left: 0px;
    top: 0px;
  }
  100% {
    left: 0px;
    top: -100px;
  }
}
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 10%, 0);
    transform: translate3d(0, 10%, 0);
  }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUp {
  from {
    -webkit-transform: translate3d(0, 10%, 0);
    transform: translate3d(0, 10%, 0);
  }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  from {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.animate__rotateInUpRight, .grid__item:hover .box__content > div {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
  -webkit-transform-origin: right bottom;
  -ms-transform-origin: right bottom;
      transform-origin: right bottom;
}

@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  from {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.animate__rotateInUpLeft, .grid__item:hover .box__content .box__content__inner:nth-child(2) {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
  -webkit-transform-origin: left bottom;
  -ms-transform-origin: left bottom;
      transform-origin: left bottom;
}

.skip-to-content {
  position: fixed;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-100%);
      -ms-transform: translateX(-50%) translateY(-100%);
          transform: translateX(-50%) translateY(-100%);
  padding: 8px 16px;
  font-size: 15px;
  border-radius: 0 0 8px 8px;
  background-color: var(--accent);
  color: var(--accent-reverse) !important;
}
.skip-to-content:hover {
  color: var(--accent-reverse);
}

.skip-to-content:focus {
  outline: 0;
  -webkit-transform: translateX(-50%) translateY(0%);
      -ms-transform: translateX(-50%) translateY(0%);
          transform: translateX(-50%) translateY(0%);
  z-index: 20;
  -webkit-transition: -webkit-transform ease-in-out 0.2s;
  transition: -webkit-transform ease-in-out 0.2s;
  transition: transform ease-in-out 0.2s;
  transition: transform ease-in-out 0.2s, -webkit-transform ease-in-out 0.2s;
}

.screen-reader {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.Platform-Bold-Web, .gallery__item--large-letters .large-letters, .global-menu a, .vertical-text, .balloon .balloon__text--medium, .balloon .balloon__text--small, .balloon .balloon__text--large, .modal.modal--fire .modal-content .modal-media .large-letters, h1, .h1, .block--quote .quote-icon, h2, .h2, h3, .EPiServerForms .Form__Title, .h3, h4, .h4, h5, .accordion-item .accordion-button, .h5, h6, .h6, .cards--no-images .amplify, .platformBold, .rt-nav .navbar--main .nav-link, .rt-header .rt-menu a.rt-menu__link {
  font-family: "Platform Web";
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: -0.01em;
}

.Platform-Medium-Web, .nav-pills .nav-link, .floating-grid__item, .balloon .balloon__text--large--sub, label, .form-label, .EPiServerForms .Form__Element .Form__Element__Caption, .btn, .block--callout .link span, .cards--with-buttons .card-footer a, .EPiServerForms button[type=submit], .EPiServerForms input[type=reset], .platformMedium, .card-label, .mixedmedia__text__subtext, .scrollspy-nav .nav-link, .attention .accordion .accordion-button, .attention .attention__cta .attention__cta__link, figcaption, .breadcrumb, .btn-lg-link, .btn-link, section:not(.cards--with-buttons) .card-footer a, .toolbox-intro h6, .toolbox-intro .h6, .toolbox-intro .cards--no-images .amplify, .cards--no-images .toolbox-intro .amplify {
  font-family: "Platform Web";
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: 0.03em;
}

.Platform-Regular-Web, .nav-link, .balloon .balloon__text--small--sub, .preamble, .block--map .accordion .list-group-item button, .preamble p, .block--map .accordion .list-group-item button p, .lead, .EPiServerForms .Form__Description, .lead p, .EPiServerForms .Form__Description p, .EPiServerForms .Form__Description .modal--search input, .modal--search .EPiServerForms .Form__Description input, .EPiServerForms .Form__Description .chapters button, .chapters .EPiServerForms .Form__Description button, .platformRegular, .block--callout .label, .card-text p, .card-text, .gallery__item__content p, .slideshow__controls, .rt-nav .navbar--secondary .nav-link, .attention .accordion .accordion-body, .accordion-item .accordion-body, .modal--search .modal--search__textfield, input, select, p, .modal--search input, .rt-podcastplayer.fixed .shk-chapter_title, .rt-podcastplayer.fixed .shk-chapter_duration, .chapters button, .filters-button-group .button, .rt-editor ol, .rt-editor ul, html, body {
  font-family: "Platform Web";
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: 0.05em;
}

.Freigth-Regular-Web, .freightRegular, .mixedmedia__text__quote, .rt-editor p:not(.lead), .rt-editor .modal--search input:not(.lead), .modal--search .rt-editor input:not(.lead), .rt-editor .rt-podcastplayer.fixed .shk-chapter_title:not(.lead), .rt-podcastplayer.fixed .rt-editor .shk-chapter_title:not(.lead), .rt-editor .rt-podcastplayer.fixed .shk-chapter_duration:not(.lead), .rt-podcastplayer.fixed .rt-editor .shk-chapter_duration:not(.lead), .rt-editor .chapters button:not(.lead), .chapters .rt-editor button:not(.lead), .rt-editor .filters-button-group .button:not(.lead), .filters-button-group .rt-editor .button:not(.lead), .rt-editor ol:not(.lead), .rt-editor ul:not(.lead) {
  font-family: "Freigth Web";
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: 0;
}

html, body {
  font-size: 100%;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  -webkit-font-feature-settings: "ss01" on;
          font-feature-settings: "ss01" on;
}

body {
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-size: 16px;
  color: #000000;
}

h1, .h1, .block--quote .quote-icon, h2, .h2, h3, .EPiServerForms .Form__Title, .h3, h4, .h4, h5, .accordion-item .accordion-button, .h5, h6, .h6, .cards--no-images .amplify {
  word-wrap: break-word;
  font-weight: 700;
  margin-bottom: 0.2em;
}
h1 strong, .h1 strong, .block--quote .quote-icon strong, h2 strong, .h2 strong, h3 strong, .EPiServerForms .Form__Title strong, .h3 strong, h4 strong, .h4 strong, h5 strong, .accordion-item .accordion-button strong, .h5 strong, h6 strong, .h6 strong, .cards--no-images .amplify strong {
  font-weight: 700;
}
@media screen and (min-width: 576px) {
  h1, .h1, .block--quote .quote-icon, h2, .h2, h3, .EPiServerForms .Form__Title, .h3, h4, .h4, h5, .accordion-item .accordion-button, .h5, h6, .h6, .cards--no-images .amplify {
    word-wrap: normal;
  }
}

h1, .h1, .block--quote .quote-icon {
  font-size: 48px;
  line-height: 1;
  margin-bottom: 16px;
}
@media screen and (min-width: 768px) {
  h1, .h1, .block--quote .quote-icon {
    font-size: 64px;
  }
}
@media screen and (min-width: 992px) {
  h1, .h1, .block--quote .quote-icon {
    font-size: 80px;
    margin-bottom: 32px;
  }
}

h2, .h2 {
  font-size: 36px;
  line-height: 1.1;
  margin-bottom: 16px;
}
@media screen and (min-width: 768px) {
  h2, .h2 {
    font-size: 44px;
  }
}
@media screen and (min-width: 992px) {
  h2, .h2 {
    font-size: 64px;
    margin-bottom: 32px;
  }
}

h3, .EPiServerForms .Form__Title, .h3 {
  font-size: 32px;
  line-height: 1.1;
  margin-bottom: 12px;
}
@media screen and (min-width: 768px) {
  h3, .EPiServerForms .Form__Title, .h3 {
    font-size: 36px;
  }
}
@media screen and (min-width: 992px) {
  h3, .EPiServerForms .Form__Title, .h3 {
    font-size: 40px;
    margin-bottom: 16px;
  }
}

h4, .h4 {
  font-size: 24px;
  line-height: 1.2;
  margin-bottom: 8px;
}
@media screen and (min-width: 768px) {
  h4, .h4 {
    font-size: 32px;
    margin-bottom: 12px;
  }
}

h5, .accordion-item .accordion-button, .h5 {
  font-size: 20px;
  line-height: 1.3;
}
@media screen and (min-width: 992px) {
  h5, .accordion-item .accordion-button, .h5 {
    font-size: 24px;
  }
}

h6, .h6, .cards--no-images .amplify {
  font-size: 18px;
  line-height: 1.3;
}
@media screen and (min-width: 992px) {
  h6, .h6, .cards--no-images .amplify {
    font-size: 20px;
  }
}

.block__heading {
  margin-bottom: 0;
}

.block__heading--amplify {
  font-size: 20vw;
  line-height: 0.9;
  margin-bottom: 0;
}
.block__heading--amplify .small, .block__heading--amplify .floating-grid__item, .block__heading--amplify .rt-podcastplayer.fixed .shk-title, .rt-podcastplayer.fixed .block__heading--amplify .shk-title, .block__heading--amplify .chapters button, .chapters .block__heading--amplify button, .block__heading--amplify .EPiServerForms + p, .block__heading--amplify .modal--search .EPiServerForms + input, .modal--search .block__heading--amplify .EPiServerForms + input, .block__heading--amplify .rt-podcastplayer.fixed .EPiServerForms + .shk-chapter_title, .rt-podcastplayer.fixed .block__heading--amplify .EPiServerForms + .shk-chapter_title, .block__heading--amplify .rt-podcastplayer.fixed .EPiServerForms + .shk-chapter_duration, .rt-podcastplayer.fixed .block__heading--amplify .EPiServerForms + .shk-chapter_duration, .block__heading--amplify .rt-editor .EPiServerForms + ul, .rt-editor .block__heading--amplify .EPiServerForms + ul, .block__heading--amplify .rt-editor .EPiServerForms + ol, .rt-editor .block__heading--amplify .EPiServerForms + ol, .block__heading--amplify .filters-button-group .button, .filters-button-group .block__heading--amplify .button {
  font-size: 32px;
  letter-spacing: 0;
}
@media screen and (min-width: 992px) {
  .block__heading--amplify .small, .block__heading--amplify .floating-grid__item, .block__heading--amplify .rt-podcastplayer.fixed .shk-title, .rt-podcastplayer.fixed .block__heading--amplify .shk-title, .block__heading--amplify .chapters button, .chapters .block__heading--amplify button, .block__heading--amplify .EPiServerForms + p, .block__heading--amplify .modal--search .EPiServerForms + input, .modal--search .block__heading--amplify .EPiServerForms + input, .block__heading--amplify .rt-podcastplayer.fixed .EPiServerForms + .shk-chapter_title, .rt-podcastplayer.fixed .block__heading--amplify .EPiServerForms + .shk-chapter_title, .block__heading--amplify .rt-podcastplayer.fixed .EPiServerForms + .shk-chapter_duration, .rt-podcastplayer.fixed .block__heading--amplify .EPiServerForms + .shk-chapter_duration, .block__heading--amplify .rt-editor .EPiServerForms + ul, .rt-editor .block__heading--amplify .EPiServerForms + ul, .block__heading--amplify .rt-editor .EPiServerForms + ol, .rt-editor .block__heading--amplify .EPiServerForms + ol, .block__heading--amplify .filters-button-group .button, .filters-button-group .block__heading--amplify .button {
    font-size: 48px;
  }
}
@media screen and (min-width: 1200px) {
  .block__heading--amplify .small, .block__heading--amplify .floating-grid__item, .block__heading--amplify .rt-podcastplayer.fixed .shk-title, .rt-podcastplayer.fixed .block__heading--amplify .shk-title, .block__heading--amplify .chapters button, .chapters .block__heading--amplify button, .block__heading--amplify .EPiServerForms + p, .block__heading--amplify .modal--search .EPiServerForms + input, .modal--search .block__heading--amplify .EPiServerForms + input, .block__heading--amplify .rt-podcastplayer.fixed .EPiServerForms + .shk-chapter_title, .rt-podcastplayer.fixed .block__heading--amplify .EPiServerForms + .shk-chapter_title, .block__heading--amplify .rt-podcastplayer.fixed .EPiServerForms + .shk-chapter_duration, .rt-podcastplayer.fixed .block__heading--amplify .EPiServerForms + .shk-chapter_duration, .block__heading--amplify .rt-editor .EPiServerForms + ul, .rt-editor .block__heading--amplify .EPiServerForms + ul, .block__heading--amplify .rt-editor .EPiServerForms + ol, .rt-editor .block__heading--amplify .EPiServerForms + ol, .block__heading--amplify .filters-button-group .button, .filters-button-group .block__heading--amplify .button {
    font-size: 64px;
  }
}
@media screen and (min-width: 768px) {
  .block__heading--amplify {
    font-size: min(max(32px, 15vw), 300px);
    line-height: 0.8;
  }
}

.block__heading--xxlarge {
  font-size: 20vw;
  line-height: 0.9;
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .block__heading--xxlarge {
    font-size: min(max(32px, 10vw), 200px);
    line-height: 0.8;
  }
}

.block__heading--xlarge {
  font-size: 14vw;
  line-height: 0.95;
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .block__heading--xlarge {
    font-size: min(max(32px, 7vw), 120px);
  }
}

.block__heading--large {
  font-size: 56px;
  line-height: 0.9;
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .block__heading--large {
    font-size: min(max(32px, 5vw), 96px);
  }
}

p, .modal--search input, .rt-podcastplayer.fixed .shk-chapter_title, .rt-podcastplayer.fixed .shk-chapter_duration, .chapters button, .filters-button-group .button, .rt-editor ol, .rt-editor ul {
  margin-bottom: 0;
  opacity: 1;
  line-height: 1.5;
  font-size: 16px;
}
p b, .modal--search input b, .rt-podcastplayer.fixed .shk-chapter_title b, .rt-podcastplayer.fixed .shk-chapter_duration b, .chapters button b, .filters-button-group .button b, .rt-editor ol b, .rt-editor ul b, p strong, .modal--search input strong, .rt-podcastplayer.fixed .shk-chapter_title strong, .rt-podcastplayer.fixed .shk-chapter_duration strong, .chapters button strong, .filters-button-group .button strong, .rt-editor ol strong, .rt-editor ul strong {
  letter-spacing: 0.03em;
  font-weight: 500;
}

strong {
  font-weight: 500;
}

.rt-p-sm {
  line-height: 1.35;
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .rt-p-sm {
    font-size: 16px;
  }
}

.text-body p, .text-body .modal--search input, .modal--search .text-body input, .text-body .rt-podcastplayer.fixed .shk-chapter_title, .rt-podcastplayer.fixed .text-body .shk-chapter_title, .text-body .rt-podcastplayer.fixed .shk-chapter_duration, .rt-podcastplayer.fixed .text-body .shk-chapter_duration, .text-body .chapters button, .chapters .text-body button, .text-body .filters-button-group .button, .filters-button-group .text-body .button, .text-body .rt-editor ol, .rt-editor .text-body ol, .text-body .rt-editor ul, .rt-editor .text-body ul {
  color: inherit;
}

.lead, .EPiServerForms .Form__Description, .lead p, .lead .modal--search input, .modal--search .lead input, .lead .rt-podcastplayer.fixed .shk-chapter_title, .rt-podcastplayer.fixed .lead .shk-chapter_title, .lead .rt-podcastplayer.fixed .shk-chapter_duration, .rt-podcastplayer.fixed .lead .shk-chapter_duration, .lead .chapters button, .chapters .lead button, .EPiServerForms .Form__Description p, .EPiServerForms .Form__Description .modal--search input, .modal--search .EPiServerForms .Form__Description input, .EPiServerForms .Form__Description .rt-podcastplayer.fixed .shk-chapter_title, .rt-podcastplayer.fixed .EPiServerForms .Form__Description .shk-chapter_title, .EPiServerForms .Form__Description .rt-podcastplayer.fixed .shk-chapter_duration, .rt-podcastplayer.fixed .EPiServerForms .Form__Description .shk-chapter_duration, .EPiServerForms .Form__Description .chapters button, .chapters .EPiServerForms .Form__Description button, .lead .filters-button-group .button, .EPiServerForms .Form__Description .filters-button-group .button, .filters-button-group .lead .button, .filters-button-group .EPiServerForms .Form__Description .button, .EPiServerForms .filters-button-group .Form__Description .button, .lead .rt-editor ol, .EPiServerForms .Form__Description .rt-editor ol, .rt-editor .lead ol, .rt-editor .EPiServerForms .Form__Description ol, .EPiServerForms .rt-editor .Form__Description ol, .lead .rt-editor ul, .EPiServerForms .Form__Description .rt-editor ul, .rt-editor .lead ul, .rt-editor .EPiServerForms .Form__Description ul, .EPiServerForms .rt-editor .Form__Description ul {
  line-height: 1.5;
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  .lead, .EPiServerForms .Form__Description, .lead p, .lead .modal--search input, .modal--search .lead input, .lead .rt-podcastplayer.fixed .shk-chapter_title, .rt-podcastplayer.fixed .lead .shk-chapter_title, .lead .rt-podcastplayer.fixed .shk-chapter_duration, .rt-podcastplayer.fixed .lead .shk-chapter_duration, .lead .chapters button, .chapters .lead button, .EPiServerForms .Form__Description p, .EPiServerForms .Form__Description .modal--search input, .modal--search .EPiServerForms .Form__Description input, .EPiServerForms .Form__Description .rt-podcastplayer.fixed .shk-chapter_title, .rt-podcastplayer.fixed .EPiServerForms .Form__Description .shk-chapter_title, .EPiServerForms .Form__Description .rt-podcastplayer.fixed .shk-chapter_duration, .rt-podcastplayer.fixed .EPiServerForms .Form__Description .shk-chapter_duration, .EPiServerForms .Form__Description .chapters button, .chapters .EPiServerForms .Form__Description button, .lead .filters-button-group .button, .EPiServerForms .Form__Description .filters-button-group .button, .filters-button-group .lead .button, .filters-button-group .EPiServerForms .Form__Description .button, .EPiServerForms .filters-button-group .Form__Description .button, .lead .rt-editor ol, .EPiServerForms .Form__Description .rt-editor ol, .rt-editor .lead ol, .rt-editor .EPiServerForms .Form__Description ol, .EPiServerForms .rt-editor .Form__Description ol, .lead .rt-editor ul, .EPiServerForms .Form__Description .rt-editor ul, .rt-editor .lead ul, .rt-editor .EPiServerForms .Form__Description ul, .EPiServerForms .rt-editor .Form__Description ul {
    font-size: 18px;
  }
}
.lead + p, .modal--search .lead + input, .rt-podcastplayer.fixed .lead + .shk-chapter_title, .rt-podcastplayer.fixed .lead + .shk-chapter_duration, .chapters .lead + button, .EPiServerForms .Form__Description + p, .EPiServerForms .modal--search .Form__Description + input, .modal--search .EPiServerForms .Form__Description + input, .EPiServerForms .rt-podcastplayer.fixed .Form__Description + .shk-chapter_title, .rt-podcastplayer.fixed .EPiServerForms .Form__Description + .shk-chapter_title, .EPiServerForms .rt-podcastplayer.fixed .Form__Description + .shk-chapter_duration, .rt-podcastplayer.fixed .EPiServerForms .Form__Description + .shk-chapter_duration, .EPiServerForms .chapters .Form__Description + button, .chapters .EPiServerForms .Form__Description + button, .filters-button-group .lead + .button, .filters-button-group .EPiServerForms .Form__Description + .button, .EPiServerForms .filters-button-group .Form__Description + .button, .rt-editor .lead + ol, .rt-editor .EPiServerForms .Form__Description + ol, .EPiServerForms .rt-editor .Form__Description + ol, .rt-editor .lead + ul, .rt-editor .EPiServerForms .Form__Description + ul, .EPiServerForms .rt-editor .Form__Description + ul, .lead p + p, .lead .modal--search input + p, .modal--search .lead input + p, .lead .modal--search p + input, .modal--search .lead p + input, .lead .modal--search input + input, .modal--search .lead input + input, .lead .rt-podcastplayer.fixed .shk-chapter_title + p, .lead .rt-podcastplayer.fixed .modal--search .shk-chapter_title + input, .modal--search .lead .rt-podcastplayer.fixed .shk-chapter_title + input, .rt-podcastplayer.fixed .lead .shk-chapter_title + p, .rt-podcastplayer.fixed .lead .modal--search .shk-chapter_title + input, .modal--search .rt-podcastplayer.fixed .lead .shk-chapter_title + input, .lead .rt-podcastplayer.fixed p + .shk-chapter_title, .lead .rt-podcastplayer.fixed .modal--search input + .shk-chapter_title, .modal--search .lead .rt-podcastplayer.fixed input + .shk-chapter_title, .rt-podcastplayer.fixed .lead p + .shk-chapter_title, .rt-podcastplayer.fixed .lead .modal--search input + .shk-chapter_title, .modal--search .rt-podcastplayer.fixed .lead input + .shk-chapter_title, .lead .rt-podcastplayer.fixed .shk-chapter_title + .shk-chapter_title, .rt-podcastplayer.fixed .lead .shk-chapter_title + .shk-chapter_title, .lead .rt-podcastplayer.fixed .shk-chapter_duration + p, .lead .rt-podcastplayer.fixed .modal--search .shk-chapter_duration + input, .modal--search .lead .rt-podcastplayer.fixed .shk-chapter_duration + input, .lead .rt-podcastplayer.fixed .shk-chapter_duration + .shk-chapter_title, .rt-podcastplayer.fixed .lead .shk-chapter_duration + p, .rt-podcastplayer.fixed .lead .modal--search .shk-chapter_duration + input, .modal--search .rt-podcastplayer.fixed .lead .shk-chapter_duration + input, .rt-podcastplayer.fixed .lead .shk-chapter_duration + .shk-chapter_title, .lead .rt-podcastplayer.fixed p + .shk-chapter_duration, .lead .rt-podcastplayer.fixed .modal--search input + .shk-chapter_duration, .modal--search .lead .rt-podcastplayer.fixed input + .shk-chapter_duration, .lead .rt-podcastplayer.fixed .shk-chapter_title + .shk-chapter_duration, .rt-podcastplayer.fixed .lead p + .shk-chapter_duration, .rt-podcastplayer.fixed .lead .modal--search input + .shk-chapter_duration, .modal--search .rt-podcastplayer.fixed .lead input + .shk-chapter_duration, .rt-podcastplayer.fixed .lead .shk-chapter_title + .shk-chapter_duration, .lead .rt-podcastplayer.fixed .shk-chapter_duration + .shk-chapter_duration, .rt-podcastplayer.fixed .lead .shk-chapter_duration + .shk-chapter_duration, .lead .chapters button + p, .lead .chapters .modal--search button + input, .modal--search .lead .chapters button + input, .lead .chapters .rt-podcastplayer.fixed button + .shk-chapter_title, .rt-podcastplayer.fixed .lead .chapters button + .shk-chapter_title, .lead .chapters .rt-podcastplayer.fixed button + .shk-chapter_duration, .rt-podcastplayer.fixed .lead .chapters button + .shk-chapter_duration, .chapters .lead button + p, .chapters .lead .modal--search button + input, .modal--search .chapters .lead button + input, .chapters .lead .rt-podcastplayer.fixed button + .shk-chapter_title, .rt-podcastplayer.fixed .chapters .lead button + .shk-chapter_title, .chapters .lead .rt-podcastplayer.fixed button + .shk-chapter_duration, .rt-podcastplayer.fixed .chapters .lead button + .shk-chapter_duration, .lead .chapters p + button, .lead .chapters .modal--search input + button, .modal--search .lead .chapters input + button, .lead .chapters .rt-podcastplayer.fixed .shk-chapter_title + button, .rt-podcastplayer.fixed .lead .chapters .shk-chapter_title + button, .lead .chapters .rt-podcastplayer.fixed .shk-chapter_duration + button, .rt-podcastplayer.fixed .lead .chapters .shk-chapter_duration + button, .chapters .lead p + button, .chapters .lead .modal--search input + button, .modal--search .chapters .lead input + button, .chapters .lead .rt-podcastplayer.fixed .shk-chapter_title + button, .rt-podcastplayer.fixed .chapters .lead .shk-chapter_title + button, .chapters .lead .rt-podcastplayer.fixed .shk-chapter_duration + button, .rt-podcastplayer.fixed .chapters .lead .shk-chapter_duration + button, .lead .chapters button + button, .chapters .lead button + button, .EPiServerForms .Form__Description p + p, .EPiServerForms .Form__Description .modal--search input + p, .modal--search .EPiServerForms .Form__Description input + p, .EPiServerForms .Form__Description .modal--search p + input, .modal--search .EPiServerForms .Form__Description p + input, .EPiServerForms .Form__Description .modal--search input + input, .modal--search .EPiServerForms .Form__Description input + input, .EPiServerForms .Form__Description .rt-podcastplayer.fixed .shk-chapter_title + p, .EPiServerForms .Form__Description .rt-podcastplayer.fixed .modal--search .shk-chapter_title + input, .modal--search .EPiServerForms .Form__Description .rt-podcastplayer.fixed .shk-chapter_title + input, .rt-podcastplayer.fixed .EPiServerForms .Form__Description .shk-chapter_title + p, .rt-podcastplayer.fixed .EPiServerForms .Form__Description .modal--search .shk-chapter_title + input, .modal--search .rt-podcastplayer.fixed .EPiServerForms .Form__Description .shk-chapter_title + input, .EPiServerForms .Form__Description .rt-podcastplayer.fixed p + .shk-chapter_title, .EPiServerForms .Form__Description .rt-podcastplayer.fixed .modal--search input + .shk-chapter_title, .modal--search .EPiServerForms .Form__Description .rt-podcastplayer.fixed input + .shk-chapter_title, .rt-podcastplayer.fixed .EPiServerForms .Form__Description p + .shk-chapter_title, .rt-podcastplayer.fixed .EPiServerForms .Form__Description .modal--search input + .shk-chapter_title, .modal--search .rt-podcastplayer.fixed .EPiServerForms .Form__Description input + .shk-chapter_title, .EPiServerForms .Form__Description .rt-podcastplayer.fixed .shk-chapter_title + .shk-chapter_title, .rt-podcastplayer.fixed .EPiServerForms .Form__Description .shk-chapter_title + .shk-chapter_title, .EPiServerForms .Form__Description .rt-podcastplayer.fixed .shk-chapter_duration + p, .EPiServerForms .Form__Description .rt-podcastplayer.fixed .modal--search .shk-chapter_duration + input, .modal--search .EPiServerForms .Form__Description .rt-podcastplayer.fixed .shk-chapter_duration + input, .EPiServerForms .Form__Description .rt-podcastplayer.fixed .shk-chapter_duration + .shk-chapter_title, .rt-podcastplayer.fixed .EPiServerForms .Form__Description .shk-chapter_duration + p, .rt-podcastplayer.fixed .EPiServerForms .Form__Description .modal--search .shk-chapter_duration + input, .modal--search .rt-podcastplayer.fixed .EPiServerForms .Form__Description .shk-chapter_duration + input, .rt-podcastplayer.fixed .EPiServerForms .Form__Description .shk-chapter_duration + .shk-chapter_title, .EPiServerForms .Form__Description .rt-podcastplayer.fixed p + .shk-chapter_duration, .EPiServerForms .Form__Description .rt-podcastplayer.fixed .modal--search input + .shk-chapter_duration, .modal--search .EPiServerForms .Form__Description .rt-podcastplayer.fixed input + .shk-chapter_duration, .EPiServerForms .Form__Description .rt-podcastplayer.fixed .shk-chapter_title + .shk-chapter_duration, .rt-podcastplayer.fixed .EPiServerForms .Form__Description p + .shk-chapter_duration, .rt-podcastplayer.fixed .EPiServerForms .Form__Description .modal--search input + .shk-chapter_duration, .modal--search .rt-podcastplayer.fixed .EPiServerForms .Form__Description input + .shk-chapter_duration, .rt-podcastplayer.fixed .EPiServerForms .Form__Description .shk-chapter_title + .shk-chapter_duration, .EPiServerForms .Form__Description .rt-podcastplayer.fixed .shk-chapter_duration + .shk-chapter_duration, .rt-podcastplayer.fixed .EPiServerForms .Form__Description .shk-chapter_duration + .shk-chapter_duration, .EPiServerForms .Form__Description .chapters button + p, .EPiServerForms .Form__Description .chapters .modal--search button + input, .modal--search .EPiServerForms .Form__Description .chapters button + input, .EPiServerForms .Form__Description .chapters .rt-podcastplayer.fixed button + .shk-chapter_title, .rt-podcastplayer.fixed .EPiServerForms .Form__Description .chapters button + .shk-chapter_title, .EPiServerForms .Form__Description .chapters .rt-podcastplayer.fixed button + .shk-chapter_duration, .rt-podcastplayer.fixed .EPiServerForms .Form__Description .chapters button + .shk-chapter_duration, .chapters .EPiServerForms .Form__Description button + p, .chapters .EPiServerForms .Form__Description .modal--search button + input, .modal--search .chapters .EPiServerForms .Form__Description button + input, .chapters .EPiServerForms .Form__Description .rt-podcastplayer.fixed button + .shk-chapter_title, .rt-podcastplayer.fixed .chapters .EPiServerForms .Form__Description button + .shk-chapter_title, .chapters .EPiServerForms .Form__Description .rt-podcastplayer.fixed button + .shk-chapter_duration, .rt-podcastplayer.fixed .chapters .EPiServerForms .Form__Description button + .shk-chapter_duration, .EPiServerForms .Form__Description .chapters p + button, .EPiServerForms .Form__Description .chapters .modal--search input + button, .modal--search .EPiServerForms .Form__Description .chapters input + button, .EPiServerForms .Form__Description .chapters .rt-podcastplayer.fixed .shk-chapter_title + button, .rt-podcastplayer.fixed .EPiServerForms .Form__Description .chapters .shk-chapter_title + button, .EPiServerForms .Form__Description .chapters .rt-podcastplayer.fixed .shk-chapter_duration + button, .rt-podcastplayer.fixed .EPiServerForms .Form__Description .chapters .shk-chapter_duration + button, .chapters .EPiServerForms .Form__Description p + button, .chapters .EPiServerForms .Form__Description .modal--search input + button, .modal--search .chapters .EPiServerForms .Form__Description input + button, .chapters .EPiServerForms .Form__Description .rt-podcastplayer.fixed .shk-chapter_title + button, .rt-podcastplayer.fixed .chapters .EPiServerForms .Form__Description .shk-chapter_title + button, .chapters .EPiServerForms .Form__Description .rt-podcastplayer.fixed .shk-chapter_duration + button, .rt-podcastplayer.fixed .chapters .EPiServerForms .Form__Description .shk-chapter_duration + button, .EPiServerForms .Form__Description .chapters button + button, .chapters .EPiServerForms .Form__Description button + button, .lead .filters-button-group .button + p, .lead .filters-button-group .modal--search .button + input, .modal--search .lead .filters-button-group .button + input, .lead .filters-button-group .rt-podcastplayer.fixed .button + .shk-chapter_title, .rt-podcastplayer.fixed .lead .filters-button-group .button + .shk-chapter_title, .lead .filters-button-group .rt-podcastplayer.fixed .button + .shk-chapter_duration, .rt-podcastplayer.fixed .lead .filters-button-group .button + .shk-chapter_duration, .lead .filters-button-group .chapters .button + button, .chapters .lead .filters-button-group .button + button, .EPiServerForms .Form__Description .filters-button-group .button + p, .EPiServerForms .Form__Description .filters-button-group .modal--search .button + input, .modal--search .EPiServerForms .Form__Description .filters-button-group .button + input, .EPiServerForms .Form__Description .filters-button-group .rt-podcastplayer.fixed .button + .shk-chapter_title, .rt-podcastplayer.fixed .EPiServerForms .Form__Description .filters-button-group .button + .shk-chapter_title, .EPiServerForms .Form__Description .filters-button-group .rt-podcastplayer.fixed .button + .shk-chapter_duration, .rt-podcastplayer.fixed .EPiServerForms .Form__Description .filters-button-group .button + .shk-chapter_duration, .EPiServerForms .Form__Description .filters-button-group .chapters .button + button, .chapters .EPiServerForms .Form__Description .filters-button-group .button + button, .filters-button-group .lead .button + p, .filters-button-group .lead .modal--search .button + input, .modal--search .filters-button-group .lead .button + input, .filters-button-group .lead .rt-podcastplayer.fixed .button + .shk-chapter_title, .rt-podcastplayer.fixed .filters-button-group .lead .button + .shk-chapter_title, .filters-button-group .lead .rt-podcastplayer.fixed .button + .shk-chapter_duration, .rt-podcastplayer.fixed .filters-button-group .lead .button + .shk-chapter_duration, .filters-button-group .lead .chapters .button + button, .chapters .filters-button-group .lead .button + button, .filters-button-group .EPiServerForms .Form__Description .button + p, .filters-button-group .EPiServerForms .Form__Description .modal--search .button + input, .modal--search .filters-button-group .EPiServerForms .Form__Description .button + input, .filters-button-group .EPiServerForms .Form__Description .rt-podcastplayer.fixed .button + .shk-chapter_title, .rt-podcastplayer.fixed .filters-button-group .EPiServerForms .Form__Description .button + .shk-chapter_title, .filters-button-group .EPiServerForms .Form__Description .rt-podcastplayer.fixed .button + .shk-chapter_duration, .rt-podcastplayer.fixed .filters-button-group .EPiServerForms .Form__Description .button + .shk-chapter_duration, .filters-button-group .EPiServerForms .Form__Description .chapters .button + button, .chapters .filters-button-group .EPiServerForms .Form__Description .button + button, .EPiServerForms .filters-button-group .Form__Description .button + p, .EPiServerForms .filters-button-group .Form__Description .modal--search .button + input, .modal--search .EPiServerForms .filters-button-group .Form__Description .button + input, .EPiServerForms .filters-button-group .Form__Description .rt-podcastplayer.fixed .button + .shk-chapter_title, .rt-podcastplayer.fixed .EPiServerForms .filters-button-group .Form__Description .button + .shk-chapter_title, .EPiServerForms .filters-button-group .Form__Description .rt-podcastplayer.fixed .button + .shk-chapter_duration, .rt-podcastplayer.fixed .EPiServerForms .filters-button-group .Form__Description .button + .shk-chapter_duration, .EPiServerForms .filters-button-group .Form__Description .chapters .button + button, .chapters .EPiServerForms .filters-button-group .Form__Description .button + button, .lead .filters-button-group p + .button, .lead .filters-button-group .modal--search input + .button, .modal--search .lead .filters-button-group input + .button, .lead .filters-button-group .rt-podcastplayer.fixed .shk-chapter_title + .button, .rt-podcastplayer.fixed .lead .filters-button-group .shk-chapter_title + .button, .lead .filters-button-group .rt-podcastplayer.fixed .shk-chapter_duration + .button, .rt-podcastplayer.fixed .lead .filters-button-group .shk-chapter_duration + .button, .lead .filters-button-group .chapters button + .button, .chapters .lead .filters-button-group button + .button, .EPiServerForms .Form__Description .filters-button-group p + .button, .EPiServerForms .Form__Description .filters-button-group .modal--search input + .button, .modal--search .EPiServerForms .Form__Description .filters-button-group input + .button, .EPiServerForms .Form__Description .filters-button-group .rt-podcastplayer.fixed .shk-chapter_title + .button, .rt-podcastplayer.fixed .EPiServerForms .Form__Description .filters-button-group .shk-chapter_title + .button, .EPiServerForms .Form__Description .filters-button-group .rt-podcastplayer.fixed .shk-chapter_duration + .button, .rt-podcastplayer.fixed .EPiServerForms .Form__Description .filters-button-group .shk-chapter_duration + .button, .EPiServerForms .Form__Description .filters-button-group .chapters button + .button, .chapters .EPiServerForms .Form__Description .filters-button-group button + .button, .filters-button-group .lead p + .button, .filters-button-group .lead .modal--search input + .button, .modal--search .filters-button-group .lead input + .button, .filters-button-group .lead .rt-podcastplayer.fixed .shk-chapter_title + .button, .rt-podcastplayer.fixed .filters-button-group .lead .shk-chapter_title + .button, .filters-button-group .lead .rt-podcastplayer.fixed .shk-chapter_duration + .button, .rt-podcastplayer.fixed .filters-button-group .lead .shk-chapter_duration + .button, .filters-button-group .lead .chapters button + .button, .chapters .filters-button-group .lead button + .button, .filters-button-group .EPiServerForms .Form__Description p + .button, .filters-button-group .EPiServerForms .Form__Description .modal--search input + .button, .modal--search .filters-button-group .EPiServerForms .Form__Description input + .button, .filters-button-group .EPiServerForms .Form__Description .rt-podcastplayer.fixed .shk-chapter_title + .button, .rt-podcastplayer.fixed .filters-button-group .EPiServerForms .Form__Description .shk-chapter_title + .button, .filters-button-group .EPiServerForms .Form__Description .rt-podcastplayer.fixed .shk-chapter_duration + .button, .rt-podcastplayer.fixed .filters-button-group .EPiServerForms .Form__Description .shk-chapter_duration + .button, .filters-button-group .EPiServerForms .Form__Description .chapters button + .button, .chapters .filters-button-group .EPiServerForms .Form__Description button + .button, .EPiServerForms .filters-button-group .Form__Description p + .button, .EPiServerForms .filters-button-group .Form__Description .modal--search input + .button, .modal--search .EPiServerForms .filters-button-group .Form__Description input + .button, .EPiServerForms .filters-button-group .Form__Description .rt-podcastplayer.fixed .shk-chapter_title + .button, .rt-podcastplayer.fixed .EPiServerForms .filters-button-group .Form__Description .shk-chapter_title + .button, .EPiServerForms .filters-button-group .Form__Description .rt-podcastplayer.fixed .shk-chapter_duration + .button, .rt-podcastplayer.fixed .EPiServerForms .filters-button-group .Form__Description .shk-chapter_duration + .button, .EPiServerForms .filters-button-group .Form__Description .chapters button + .button, .chapters .EPiServerForms .filters-button-group .Form__Description button + .button, .lead .filters-button-group .button + .button, .EPiServerForms .Form__Description .filters-button-group .button + .button, .filters-button-group .lead .button + .button, .filters-button-group .EPiServerForms .Form__Description .button + .button, .EPiServerForms .filters-button-group .Form__Description .button + .button, .lead .rt-editor ol + p, .lead .rt-editor .modal--search ol + input, .modal--search .lead .rt-editor ol + input, .lead .rt-editor .rt-podcastplayer.fixed ol + .shk-chapter_title, .rt-podcastplayer.fixed .lead .rt-editor ol + .shk-chapter_title, .lead .rt-editor .rt-podcastplayer.fixed ol + .shk-chapter_duration, .rt-podcastplayer.fixed .lead .rt-editor ol + .shk-chapter_duration, .lead .rt-editor .chapters ol + button, .chapters .lead .rt-editor ol + button, .EPiServerForms .Form__Description .rt-editor ol + p, .EPiServerForms .Form__Description .rt-editor .modal--search ol + input, .modal--search .EPiServerForms .Form__Description .rt-editor ol + input, .EPiServerForms .Form__Description .rt-editor .rt-podcastplayer.fixed ol + .shk-chapter_title, .rt-podcastplayer.fixed .EPiServerForms .Form__Description .rt-editor ol + .shk-chapter_title, .EPiServerForms .Form__Description .rt-editor .rt-podcastplayer.fixed ol + .shk-chapter_duration, .rt-podcastplayer.fixed .EPiServerForms .Form__Description .rt-editor ol + .shk-chapter_duration, .EPiServerForms .Form__Description .rt-editor .chapters ol + button, .chapters .EPiServerForms .Form__Description .rt-editor ol + button, .lead .rt-editor .filters-button-group ol + .button, .EPiServerForms .Form__Description .rt-editor .filters-button-group ol + .button, .filters-button-group .lead .rt-editor ol + .button, .filters-button-group .EPiServerForms .Form__Description .rt-editor ol + .button, .EPiServerForms .filters-button-group .Form__Description .rt-editor ol + .button, .rt-editor .lead ol + p, .rt-editor .lead .modal--search ol + input, .modal--search .rt-editor .lead ol + input, .rt-editor .lead .rt-podcastplayer.fixed ol + .shk-chapter_title, .rt-podcastplayer.fixed .rt-editor .lead ol + .shk-chapter_title, .rt-editor .lead .rt-podcastplayer.fixed ol + .shk-chapter_duration, .rt-podcastplayer.fixed .rt-editor .lead ol + .shk-chapter_duration, .rt-editor .lead .chapters ol + button, .chapters .rt-editor .lead ol + button, .rt-editor .EPiServerForms .Form__Description ol + p, .rt-editor .EPiServerForms .Form__Description .modal--search ol + input, .modal--search .rt-editor .EPiServerForms .Form__Description ol + input, .rt-editor .EPiServerForms .Form__Description .rt-podcastplayer.fixed ol + .shk-chapter_title, .rt-podcastplayer.fixed .rt-editor .EPiServerForms .Form__Description ol + .shk-chapter_title, .rt-editor .EPiServerForms .Form__Description .rt-podcastplayer.fixed ol + .shk-chapter_duration, .rt-podcastplayer.fixed .rt-editor .EPiServerForms .Form__Description ol + .shk-chapter_duration, .rt-editor .EPiServerForms .Form__Description .chapters ol + button, .chapters .rt-editor .EPiServerForms .Form__Description ol + button, .EPiServerForms .rt-editor .Form__Description ol + p, .EPiServerForms .rt-editor .Form__Description .modal--search ol + input, .modal--search .EPiServerForms .rt-editor .Form__Description ol + input, .EPiServerForms .rt-editor .Form__Description .rt-podcastplayer.fixed ol + .shk-chapter_title, .rt-podcastplayer.fixed .EPiServerForms .rt-editor .Form__Description ol + .shk-chapter_title, .EPiServerForms .rt-editor .Form__Description .rt-podcastplayer.fixed ol + .shk-chapter_duration, .rt-podcastplayer.fixed .EPiServerForms .rt-editor .Form__Description ol + .shk-chapter_duration, .EPiServerForms .rt-editor .Form__Description .chapters ol + button, .chapters .EPiServerForms .rt-editor .Form__Description ol + button, .rt-editor .lead .filters-button-group ol + .button, .rt-editor .EPiServerForms .Form__Description .filters-button-group ol + .button, .EPiServerForms .rt-editor .Form__Description .filters-button-group ol + .button, .filters-button-group .rt-editor .lead ol + .button, .filters-button-group .rt-editor .EPiServerForms .Form__Description ol + .button, .EPiServerForms .filters-button-group .rt-editor .Form__Description ol + .button, .lead .rt-editor p + ol, .lead .rt-editor .modal--search input + ol, .modal--search .lead .rt-editor input + ol, .lead .rt-editor .rt-podcastplayer.fixed .shk-chapter_title + ol, .rt-podcastplayer.fixed .lead .rt-editor .shk-chapter_title + ol, .lead .rt-editor .rt-podcastplayer.fixed .shk-chapter_duration + ol, .rt-podcastplayer.fixed .lead .rt-editor .shk-chapter_duration + ol, .lead .rt-editor .chapters button + ol, .chapters .lead .rt-editor button + ol, .EPiServerForms .Form__Description .rt-editor p + ol, .EPiServerForms .Form__Description .rt-editor .modal--search input + ol, .modal--search .EPiServerForms .Form__Description .rt-editor input + ol, .EPiServerForms .Form__Description .rt-editor .rt-podcastplayer.fixed .shk-chapter_title + ol, .rt-podcastplayer.fixed .EPiServerForms .Form__Description .rt-editor .shk-chapter_title + ol, .EPiServerForms .Form__Description .rt-editor .rt-podcastplayer.fixed .shk-chapter_duration + ol, .rt-podcastplayer.fixed .EPiServerForms .Form__Description .rt-editor .shk-chapter_duration + ol, .EPiServerForms .Form__Description .rt-editor .chapters button + ol, .chapters .EPiServerForms .Form__Description .rt-editor button + ol, .lead .rt-editor .filters-button-group .button + ol, .EPiServerForms .Form__Description .rt-editor .filters-button-group .button + ol, .filters-button-group .lead .rt-editor .button + ol, .filters-button-group .EPiServerForms .Form__Description .rt-editor .button + ol, .EPiServerForms .filters-button-group .Form__Description .rt-editor .button + ol, .rt-editor .lead p + ol, .rt-editor .lead .modal--search input + ol, .modal--search .rt-editor .lead input + ol, .rt-editor .lead .rt-podcastplayer.fixed .shk-chapter_title + ol, .rt-podcastplayer.fixed .rt-editor .lead .shk-chapter_title + ol, .rt-editor .lead .rt-podcastplayer.fixed .shk-chapter_duration + ol, .rt-podcastplayer.fixed .rt-editor .lead .shk-chapter_duration + ol, .rt-editor .lead .chapters button + ol, .chapters .rt-editor .lead button + ol, .rt-editor .EPiServerForms .Form__Description p + ol, .rt-editor .EPiServerForms .Form__Description .modal--search input + ol, .modal--search .rt-editor .EPiServerForms .Form__Description input + ol, .rt-editor .EPiServerForms .Form__Description .rt-podcastplayer.fixed .shk-chapter_title + ol, .rt-podcastplayer.fixed .rt-editor .EPiServerForms .Form__Description .shk-chapter_title + ol, .rt-editor .EPiServerForms .Form__Description .rt-podcastplayer.fixed .shk-chapter_duration + ol, .rt-podcastplayer.fixed .rt-editor .EPiServerForms .Form__Description .shk-chapter_duration + ol, .rt-editor .EPiServerForms .Form__Description .chapters button + ol, .chapters .rt-editor .EPiServerForms .Form__Description button + ol, .EPiServerForms .rt-editor .Form__Description p + ol, .EPiServerForms .rt-editor .Form__Description .modal--search input + ol, .modal--search .EPiServerForms .rt-editor .Form__Description input + ol, .EPiServerForms .rt-editor .Form__Description .rt-podcastplayer.fixed .shk-chapter_title + ol, .rt-podcastplayer.fixed .EPiServerForms .rt-editor .Form__Description .shk-chapter_title + ol, .EPiServerForms .rt-editor .Form__Description .rt-podcastplayer.fixed .shk-chapter_duration + ol, .rt-podcastplayer.fixed .EPiServerForms .rt-editor .Form__Description .shk-chapter_duration + ol, .EPiServerForms .rt-editor .Form__Description .chapters button + ol, .chapters .EPiServerForms .rt-editor .Form__Description button + ol, .rt-editor .lead .filters-button-group .button + ol, .rt-editor .EPiServerForms .Form__Description .filters-button-group .button + ol, .EPiServerForms .rt-editor .Form__Description .filters-button-group .button + ol, .filters-button-group .rt-editor .lead .button + ol, .filters-button-group .rt-editor .EPiServerForms .Form__Description .button + ol, .EPiServerForms .filters-button-group .rt-editor .Form__Description .button + ol, .lead .rt-editor ol + ol, .EPiServerForms .Form__Description .rt-editor ol + ol, .rt-editor .lead ol + ol, .rt-editor .EPiServerForms .Form__Description ol + ol, .EPiServerForms .rt-editor .Form__Description ol + ol, .lead .rt-editor ul + p, .lead .rt-editor .modal--search ul + input, .modal--search .lead .rt-editor ul + input, .lead .rt-editor .rt-podcastplayer.fixed ul + .shk-chapter_title, .rt-podcastplayer.fixed .lead .rt-editor ul + .shk-chapter_title, .lead .rt-editor .rt-podcastplayer.fixed ul + .shk-chapter_duration, .rt-podcastplayer.fixed .lead .rt-editor ul + .shk-chapter_duration, .lead .rt-editor .chapters ul + button, .chapters .lead .rt-editor ul + button, .EPiServerForms .Form__Description .rt-editor ul + p, .EPiServerForms .Form__Description .rt-editor .modal--search ul + input, .modal--search .EPiServerForms .Form__Description .rt-editor ul + input, .EPiServerForms .Form__Description .rt-editor .rt-podcastplayer.fixed ul + .shk-chapter_title, .rt-podcastplayer.fixed .EPiServerForms .Form__Description .rt-editor ul + .shk-chapter_title, .EPiServerForms .Form__Description .rt-editor .rt-podcastplayer.fixed ul + .shk-chapter_duration, .rt-podcastplayer.fixed .EPiServerForms .Form__Description .rt-editor ul + .shk-chapter_duration, .EPiServerForms .Form__Description .rt-editor .chapters ul + button, .chapters .EPiServerForms .Form__Description .rt-editor ul + button, .lead .rt-editor .filters-button-group ul + .button, .EPiServerForms .Form__Description .rt-editor .filters-button-group ul + .button, .filters-button-group .lead .rt-editor ul + .button, .filters-button-group .EPiServerForms .Form__Description .rt-editor ul + .button, .EPiServerForms .filters-button-group .Form__Description .rt-editor ul + .button, .lead .rt-editor ul + ol, .EPiServerForms .Form__Description .rt-editor ul + ol, .rt-editor .lead ul + p, .rt-editor .lead .modal--search ul + input, .modal--search .rt-editor .lead ul + input, .rt-editor .lead .rt-podcastplayer.fixed ul + .shk-chapter_title, .rt-podcastplayer.fixed .rt-editor .lead ul + .shk-chapter_title, .rt-editor .lead .rt-podcastplayer.fixed ul + .shk-chapter_duration, .rt-podcastplayer.fixed .rt-editor .lead ul + .shk-chapter_duration, .rt-editor .lead .chapters ul + button, .chapters .rt-editor .lead ul + button, .rt-editor .EPiServerForms .Form__Description ul + p, .rt-editor .EPiServerForms .Form__Description .modal--search ul + input, .modal--search .rt-editor .EPiServerForms .Form__Description ul + input, .rt-editor .EPiServerForms .Form__Description .rt-podcastplayer.fixed ul + .shk-chapter_title, .rt-podcastplayer.fixed .rt-editor .EPiServerForms .Form__Description ul + .shk-chapter_title, .rt-editor .EPiServerForms .Form__Description .rt-podcastplayer.fixed ul + .shk-chapter_duration, .rt-podcastplayer.fixed .rt-editor .EPiServerForms .Form__Description ul + .shk-chapter_duration, .rt-editor .EPiServerForms .Form__Description .chapters ul + button, .chapters .rt-editor .EPiServerForms .Form__Description ul + button, .EPiServerForms .rt-editor .Form__Description ul + p, .EPiServerForms .rt-editor .Form__Description .modal--search ul + input, .modal--search .EPiServerForms .rt-editor .Form__Description ul + input, .EPiServerForms .rt-editor .Form__Description .rt-podcastplayer.fixed ul + .shk-chapter_title, .rt-podcastplayer.fixed .EPiServerForms .rt-editor .Form__Description ul + .shk-chapter_title, .EPiServerForms .rt-editor .Form__Description .rt-podcastplayer.fixed ul + .shk-chapter_duration, .rt-podcastplayer.fixed .EPiServerForms .rt-editor .Form__Description ul + .shk-chapter_duration, .EPiServerForms .rt-editor .Form__Description .chapters ul + button, .chapters .EPiServerForms .rt-editor .Form__Description ul + button, .rt-editor .lead .filters-button-group ul + .button, .rt-editor .EPiServerForms .Form__Description .filters-button-group ul + .button, .EPiServerForms .rt-editor .Form__Description .filters-button-group ul + .button, .filters-button-group .rt-editor .lead ul + .button, .filters-button-group .rt-editor .EPiServerForms .Form__Description ul + .button, .EPiServerForms .filters-button-group .rt-editor .Form__Description ul + .button, .rt-editor .lead ul + ol, .rt-editor .EPiServerForms .Form__Description ul + ol, .EPiServerForms .rt-editor .Form__Description ul + ol, .lead .rt-editor p + ul, .lead .rt-editor .modal--search input + ul, .modal--search .lead .rt-editor input + ul, .lead .rt-editor .rt-podcastplayer.fixed .shk-chapter_title + ul, .rt-podcastplayer.fixed .lead .rt-editor .shk-chapter_title + ul, .lead .rt-editor .rt-podcastplayer.fixed .shk-chapter_duration + ul, .rt-podcastplayer.fixed .lead .rt-editor .shk-chapter_duration + ul, .lead .rt-editor .chapters button + ul, .chapters .lead .rt-editor button + ul, .EPiServerForms .Form__Description .rt-editor p + ul, .EPiServerForms .Form__Description .rt-editor .modal--search input + ul, .modal--search .EPiServerForms .Form__Description .rt-editor input + ul, .EPiServerForms .Form__Description .rt-editor .rt-podcastplayer.fixed .shk-chapter_title + ul, .rt-podcastplayer.fixed .EPiServerForms .Form__Description .rt-editor .shk-chapter_title + ul, .EPiServerForms .Form__Description .rt-editor .rt-podcastplayer.fixed .shk-chapter_duration + ul, .rt-podcastplayer.fixed .EPiServerForms .Form__Description .rt-editor .shk-chapter_duration + ul, .EPiServerForms .Form__Description .rt-editor .chapters button + ul, .chapters .EPiServerForms .Form__Description .rt-editor button + ul, .lead .rt-editor .filters-button-group .button + ul, .EPiServerForms .Form__Description .rt-editor .filters-button-group .button + ul, .filters-button-group .lead .rt-editor .button + ul, .filters-button-group .EPiServerForms .Form__Description .rt-editor .button + ul, .EPiServerForms .filters-button-group .Form__Description .rt-editor .button + ul, .lead .rt-editor ol + ul, .EPiServerForms .Form__Description .rt-editor ol + ul, .rt-editor .lead p + ul, .rt-editor .lead .modal--search input + ul, .modal--search .rt-editor .lead input + ul, .rt-editor .lead .rt-podcastplayer.fixed .shk-chapter_title + ul, .rt-podcastplayer.fixed .rt-editor .lead .shk-chapter_title + ul, .rt-editor .lead .rt-podcastplayer.fixed .shk-chapter_duration + ul, .rt-podcastplayer.fixed .rt-editor .lead .shk-chapter_duration + ul, .rt-editor .lead .chapters button + ul, .chapters .rt-editor .lead button + ul, .rt-editor .EPiServerForms .Form__Description p + ul, .rt-editor .EPiServerForms .Form__Description .modal--search input + ul, .modal--search .rt-editor .EPiServerForms .Form__Description input + ul, .rt-editor .EPiServerForms .Form__Description .rt-podcastplayer.fixed .shk-chapter_title + ul, .rt-podcastplayer.fixed .rt-editor .EPiServerForms .Form__Description .shk-chapter_title + ul, .rt-editor .EPiServerForms .Form__Description .rt-podcastplayer.fixed .shk-chapter_duration + ul, .rt-podcastplayer.fixed .rt-editor .EPiServerForms .Form__Description .shk-chapter_duration + ul, .rt-editor .EPiServerForms .Form__Description .chapters button + ul, .chapters .rt-editor .EPiServerForms .Form__Description button + ul, .EPiServerForms .rt-editor .Form__Description p + ul, .EPiServerForms .rt-editor .Form__Description .modal--search input + ul, .modal--search .EPiServerForms .rt-editor .Form__Description input + ul, .EPiServerForms .rt-editor .Form__Description .rt-podcastplayer.fixed .shk-chapter_title + ul, .rt-podcastplayer.fixed .EPiServerForms .rt-editor .Form__Description .shk-chapter_title + ul, .EPiServerForms .rt-editor .Form__Description .rt-podcastplayer.fixed .shk-chapter_duration + ul, .rt-podcastplayer.fixed .EPiServerForms .rt-editor .Form__Description .shk-chapter_duration + ul, .EPiServerForms .rt-editor .Form__Description .chapters button + ul, .chapters .EPiServerForms .rt-editor .Form__Description button + ul, .rt-editor .lead .filters-button-group .button + ul, .rt-editor .EPiServerForms .Form__Description .filters-button-group .button + ul, .EPiServerForms .rt-editor .Form__Description .filters-button-group .button + ul, .filters-button-group .rt-editor .lead .button + ul, .filters-button-group .rt-editor .EPiServerForms .Form__Description .button + ul, .EPiServerForms .filters-button-group .rt-editor .Form__Description .button + ul, .rt-editor .lead ol + ul, .rt-editor .EPiServerForms .Form__Description ol + ul, .EPiServerForms .rt-editor .Form__Description ol + ul, .lead .rt-editor ul + ul, .EPiServerForms .Form__Description .rt-editor ul + ul, .rt-editor .lead ul + ul, .rt-editor .EPiServerForms .Form__Description ul + ul, .EPiServerForms .rt-editor .Form__Description ul + ul {
  margin-top: 32px;
}

.preamble, .block--map .accordion .list-group-item button, .preamble p, .block--map .accordion .list-group-item button p, .preamble .modal--search input, .block--map .accordion .list-group-item button .modal--search input, .modal--search .preamble input, .modal--search .block--map .accordion .list-group-item button input, .block--map .accordion .list-group-item .modal--search button input, .preamble .rt-podcastplayer.fixed .shk-chapter_title, .block--map .accordion .list-group-item button .rt-podcastplayer.fixed .shk-chapter_title, .rt-podcastplayer.fixed .preamble .shk-chapter_title, .rt-podcastplayer.fixed .block--map .accordion .list-group-item button .shk-chapter_title, .block--map .accordion .list-group-item .rt-podcastplayer.fixed button .shk-chapter_title, .preamble .rt-podcastplayer.fixed .shk-chapter_duration, .block--map .accordion .list-group-item button .rt-podcastplayer.fixed .shk-chapter_duration, .rt-podcastplayer.fixed .preamble .shk-chapter_duration, .rt-podcastplayer.fixed .block--map .accordion .list-group-item button .shk-chapter_duration, .block--map .accordion .list-group-item .rt-podcastplayer.fixed button .shk-chapter_duration, .preamble .chapters button, .chapters .preamble button, .preamble .filters-button-group .button, .block--map .accordion .list-group-item button .filters-button-group .button, .filters-button-group .preamble .button, .filters-button-group .block--map .accordion .list-group-item button .button, .block--map .accordion .list-group-item .filters-button-group button .button, .preamble .rt-editor ol, .block--map .accordion .list-group-item button .rt-editor ol, .rt-editor .preamble ol, .rt-editor .block--map .accordion .list-group-item button ol, .block--map .accordion .list-group-item .rt-editor button ol, .preamble .rt-editor ul, .block--map .accordion .list-group-item button .rt-editor ul, .rt-editor .preamble ul, .rt-editor .block--map .accordion .list-group-item button ul, .block--map .accordion .list-group-item .rt-editor button ul {
  line-height: 1.4;
  font-size: 16px;
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .preamble, .block--map .accordion .list-group-item button, .preamble p, .block--map .accordion .list-group-item button p, .preamble .modal--search input, .block--map .accordion .list-group-item button .modal--search input, .modal--search .preamble input, .modal--search .block--map .accordion .list-group-item button input, .block--map .accordion .list-group-item .modal--search button input, .preamble .rt-podcastplayer.fixed .shk-chapter_title, .block--map .accordion .list-group-item button .rt-podcastplayer.fixed .shk-chapter_title, .rt-podcastplayer.fixed .preamble .shk-chapter_title, .rt-podcastplayer.fixed .block--map .accordion .list-group-item button .shk-chapter_title, .block--map .accordion .list-group-item .rt-podcastplayer.fixed button .shk-chapter_title, .preamble .rt-podcastplayer.fixed .shk-chapter_duration, .block--map .accordion .list-group-item button .rt-podcastplayer.fixed .shk-chapter_duration, .rt-podcastplayer.fixed .preamble .shk-chapter_duration, .rt-podcastplayer.fixed .block--map .accordion .list-group-item button .shk-chapter_duration, .block--map .accordion .list-group-item .rt-podcastplayer.fixed button .shk-chapter_duration, .preamble .chapters button, .chapters .preamble button, .preamble .filters-button-group .button, .block--map .accordion .list-group-item button .filters-button-group .button, .filters-button-group .preamble .button, .filters-button-group .block--map .accordion .list-group-item button .button, .block--map .accordion .list-group-item .filters-button-group button .button, .preamble .rt-editor ol, .block--map .accordion .list-group-item button .rt-editor ol, .rt-editor .preamble ol, .rt-editor .block--map .accordion .list-group-item button ol, .block--map .accordion .list-group-item .rt-editor button ol, .preamble .rt-editor ul, .block--map .accordion .list-group-item button .rt-editor ul, .rt-editor .preamble ul, .rt-editor .block--map .accordion .list-group-item button ul, .block--map .accordion .list-group-item .rt-editor button ul {
    font-size: 18px;
    margin-bottom: 0;
  }
}

.preamble--sm {
  font-size: 16px;
}

.label--small {
  font-size: 14px;
}

.label--xsmall {
  font-size: 12px;
}

.label--discreet {
  opacity: 0.4;
}

.rt-editor h1, .rt-editor .h1, .rt-editor .block--quote .quote-icon, .block--quote .rt-editor .quote-icon, .rt-editor h2, .rt-editor .h2, .rt-editor h3, .rt-editor .EPiServerForms .Form__Title, .EPiServerForms .rt-editor .Form__Title, .rt-editor .h3, .rt-editor h4, .rt-editor .h4, .rt-editor h5, .rt-editor .accordion-item .accordion-button, .accordion-item .rt-editor .accordion-button, .rt-editor .h5, .rt-editor h6, .rt-editor .h6, .rt-editor .cards--no-images .amplify, .cards--no-images .rt-editor .amplify {
  margin-bottom: 16px;
  margin-top: 24px;
}
.rt-editor h1, .rt-editor .h1, .rt-editor .block--quote .quote-icon, .block--quote .rt-editor .quote-icon {
  font-size: 32px;
}
@media screen and (min-width: 768px) {
  .rt-editor h1, .rt-editor .h1, .rt-editor .block--quote .quote-icon, .block--quote .rt-editor .quote-icon {
    font-size: 40px;
  }
}
@media screen and (min-width: 992px) {
  .rt-editor h1, .rt-editor .h1, .rt-editor .block--quote .quote-icon, .block--quote .rt-editor .quote-icon {
    font-size: 48px;
  }
}
.rt-editor h2, .rt-editor .h2 {
  font-size: 24px;
}
@media screen and (min-width: 768px) {
  .rt-editor h2, .rt-editor .h2 {
    font-size: 32px;
  }
}
@media screen and (min-width: 992px) {
  .rt-editor h2, .rt-editor .h2 {
    font-size: 40px;
  }
}
.rt-editor h3, .rt-editor .EPiServerForms .Form__Title, .EPiServerForms .rt-editor .Form__Title, .rt-editor .h3 {
  font-size: 20px;
}
@media screen and (min-width: 768px) {
  .rt-editor h3, .rt-editor .EPiServerForms .Form__Title, .EPiServerForms .rt-editor .Form__Title, .rt-editor .h3 {
    font-size: 24px;
  }
}
@media screen and (min-width: 992px) {
  .rt-editor h3, .rt-editor .EPiServerForms .Form__Title, .EPiServerForms .rt-editor .Form__Title, .rt-editor .h3 {
    font-size: 32px;
  }
}
.rt-editor h4, .rt-editor .h4 {
  font-size: 18px;
}
@media screen and (min-width: 768px) {
  .rt-editor h4, .rt-editor .h4 {
    font-size: 20px;
  }
}
@media screen and (min-width: 992px) {
  .rt-editor h4, .rt-editor .h4 {
    font-size: 24px;
  }
}
.rt-editor h5, .rt-editor .accordion-item .accordion-button, .accordion-item .rt-editor .accordion-button, .rt-editor .h5 {
  font-size: 18px;
}
.rt-editor h6, .rt-editor .h6, .rt-editor .cards--no-images .amplify, .cards--no-images .rt-editor .amplify {
  font-size: 18px;
}
.rt-editor a:not(.btn) {
  -webkit-text-decoration: underline var(--accent) 2px;
          text-decoration: underline var(--accent) 2px;
  -webkit-text-decoration-line: underline !important;
  -webkit-text-decoration-color: var(--accent) !important;
  -webkit-text-decoration-style: solid !important;
  -webkit-text-decoration-thickness: 2px !important;
}
.rt-editor a:not(.btn):hover {
  text-decoration: none;
}
.rt-editor p img, .rt-editor .modal--search input img, .modal--search .rt-editor input img, .rt-editor .rt-podcastplayer.fixed .shk-chapter_title img, .rt-podcastplayer.fixed .rt-editor .shk-chapter_title img, .rt-editor .rt-podcastplayer.fixed .shk-chapter_duration img, .rt-podcastplayer.fixed .rt-editor .shk-chapter_duration img, .rt-editor .chapters button img, .chapters .rt-editor button img, .rt-editor .filters-button-group .button img, .filters-button-group .rt-editor .button img, .rt-editor ol img, .rt-editor ul img {
  max-width: 100%;
  height: auto;
}
.rt-editor p, .rt-editor .modal--search input, .modal--search .rt-editor input, .rt-editor .rt-podcastplayer.fixed .shk-chapter_title, .rt-podcastplayer.fixed .rt-editor .shk-chapter_title, .rt-editor .rt-podcastplayer.fixed .shk-chapter_duration, .rt-podcastplayer.fixed .rt-editor .shk-chapter_duration, .rt-editor .chapters button, .chapters .rt-editor button, .rt-editor .filters-button-group .button, .filters-button-group .rt-editor .button, .rt-editor ol, .rt-editor ul {
  margin-bottom: 24px;
}
.rt-editor p:not(.lead), .rt-editor .modal--search input:not(.lead), .modal--search .rt-editor input:not(.lead), .rt-editor .rt-podcastplayer.fixed .shk-chapter_title:not(.lead), .rt-podcastplayer.fixed .rt-editor .shk-chapter_title:not(.lead), .rt-editor .rt-podcastplayer.fixed .shk-chapter_duration:not(.lead), .rt-podcastplayer.fixed .rt-editor .shk-chapter_duration:not(.lead), .rt-editor .chapters button:not(.lead), .chapters .rt-editor button:not(.lead), .rt-editor .filters-button-group .button:not(.lead), .filters-button-group .rt-editor .button:not(.lead), .rt-editor ol:not(.lead), .rt-editor ul:not(.lead) {
  font-size: 18px;
}
.rt-editor p:not(.lead) b, .rt-editor .modal--search input:not(.lead) b, .modal--search .rt-editor input:not(.lead) b, .rt-editor .rt-podcastplayer.fixed .shk-chapter_title:not(.lead) b, .rt-podcastplayer.fixed .rt-editor .shk-chapter_title:not(.lead) b, .rt-editor .rt-podcastplayer.fixed .shk-chapter_duration:not(.lead) b, .rt-podcastplayer.fixed .rt-editor .shk-chapter_duration:not(.lead) b, .rt-editor .chapters button:not(.lead) b, .chapters .rt-editor button:not(.lead) b, .rt-editor .filters-button-group .button:not(.lead) b, .filters-button-group .rt-editor .button:not(.lead) b, .rt-editor ol:not(.lead) b, .rt-editor ul:not(.lead) b, .rt-editor p:not(.lead) strong, .rt-editor .modal--search input:not(.lead) strong, .modal--search .rt-editor input:not(.lead) strong, .rt-editor .rt-podcastplayer.fixed .shk-chapter_title:not(.lead) strong, .rt-podcastplayer.fixed .rt-editor .shk-chapter_title:not(.lead) strong, .rt-editor .rt-podcastplayer.fixed .shk-chapter_duration:not(.lead) strong, .rt-podcastplayer.fixed .rt-editor .shk-chapter_duration:not(.lead) strong, .rt-editor .chapters button:not(.lead) strong, .chapters .rt-editor button:not(.lead) strong, .rt-editor .filters-button-group .button:not(.lead) strong, .filters-button-group .rt-editor .button:not(.lead) strong, .rt-editor ol:not(.lead) strong, .rt-editor ul:not(.lead) strong {
  font-weight: bolder;
  letter-spacing: 0;
}
@media screen and (min-width: 992px) {
  .rt-editor p:not(.lead), .rt-editor .modal--search input:not(.lead), .modal--search .rt-editor input:not(.lead), .rt-editor .rt-podcastplayer.fixed .shk-chapter_title:not(.lead), .rt-podcastplayer.fixed .rt-editor .shk-chapter_title:not(.lead), .rt-editor .rt-podcastplayer.fixed .shk-chapter_duration:not(.lead), .rt-podcastplayer.fixed .rt-editor .shk-chapter_duration:not(.lead), .rt-editor .chapters button:not(.lead), .chapters .rt-editor button:not(.lead), .rt-editor .filters-button-group .button:not(.lead), .filters-button-group .rt-editor .button:not(.lead), .rt-editor ol:not(.lead), .rt-editor ul:not(.lead) {
    font-size: 20px;
  }
}
.rt-editor iframe {
  max-width: 100%;
}
.rt-editor ul {
  margin-top: 0;
  padding-left: 16px;
  list-style: square;
}
.rt-editor ul li::marker {
  color: var(--accent);
  font-size: 28px;
}
.block--primary .rt-editor ul li::marker {
  color: var(--accent-reverse);
}
.rt-editor ul a {
  margin-left: 4px;
}
.rt-editor ol {
  margin-top: 0;
  padding-left: 16px;
}
.rt-editor ol li::marker {
  color: var(--accent);
  font-size: 28px;
}
.block--primary .rt-editor ol li::marker {
  color: var(--accent-reverse);
}
.rt-editor ol a {
  margin-left: 4px;
}

svg rect:focus {
  outline: 0;
}

@media screen and (min-width: 0) and (max-width: 992px) {
  .parallax {
    -webkit-transform: none !important;
        -ms-transform: none !important;
            transform: none !important;
  }
}

.fw-medium {
  font-weight: 500;
}

.originals {
  z-index: 1;
  position: absolute;
  left: 50%;
  top: 16px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.originals svg {
  height: 10px;
}

.hyphenate, .gallery__item__content__title {
  word-wrap: break-word;
  overflow-wrap: break-word;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
      hyphens: auto;
}

.invert {
  -webkit-filter: invert(100%);
          filter: invert(100%);
}

.rotate {
  -webkit-transform: rotate(-2deg);
      -ms-transform: rotate(-2deg);
          transform: rotate(-2deg);
}

.rotate--reverse {
  -webkit-transform: rotate(2deg);
      -ms-transform: rotate(2deg);
          transform: rotate(2deg);
}

.sticky-widget {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 99;
}
.sticky-widget a {
  color: rgba(255, 255, 255, 0.6);
}
.sticky-widget .sticky-widget__content {
  padding: 32px;
  background-color: rgba(0, 0, 0, 0.95);
  font-size: 13px;
}

.item-cat:after {
  content: ", ";
}
.item-cat:last-child:after {
  content: "";
}

[data-aos=fade-up] {
  -webkit-transform: translate3d(0, 100px, 0);
          transform: translate3d(0, 100px, 0);
  -webkit-transform: translate3d(0, 8px, 0);
          transform: translate3d(0, 8px, 0);
}

[data-aos=fade-down] {
  -webkit-transform: translate3d(0, -100px, 0);
          transform: translate3d(0, -100px, 0);
  -webkit-transform: translate3d(0, -24px, 0);
          transform: translate3d(0, -24px, 0);
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 10%, 0);
    transform: translate3d(0, 10%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -10%, 0);
    transform: translate3d(0, -10%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInDown, .accordion-menu .dropdown .dropdown-menu li, .rt-nav.show .nav-item, .rt-header .rt-header__item {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

.nav-pills--toolbox.nav-pills .nav-link {
  border: 2px solid #000000;
}
.nav-pills--toolbox.nav-pills .nav-link.active {
  background: #000000;
  color: #ffffff;
}
.nav-pills--toolbox.nav-pills .nav-link:hover {
  text-decoration: none;
}

.toolbox-intro {
  padding-top: 80px;
  padding-bottom: 80px;
}
.toolbox-intro h4, .toolbox-intro .h4, .toolbox-intro .title {
  font-size: 24px;
}
@media screen and (min-width: 992px) {
  .toolbox-intro h4, .toolbox-intro .h4, .toolbox-intro .title {
    font-size: 48px;
  }
}
.toolbox-intro h6, .toolbox-intro .h6, .toolbox-intro .cards--no-images .amplify, .cards--no-images .toolbox-intro .amplify {
  margin-top: 20px;
  margin-bottom: 8px;
  font-size: 18px;
}
.toolbox-intro p, .toolbox-intro .modal--search input, .modal--search .toolbox-intro input, .toolbox-intro .rt-podcastplayer.fixed .shk-chapter_title, .rt-podcastplayer.fixed .toolbox-intro .shk-chapter_title, .toolbox-intro .rt-podcastplayer.fixed .shk-chapter_duration, .rt-podcastplayer.fixed .toolbox-intro .shk-chapter_duration, .toolbox-intro .chapters button, .chapters .toolbox-intro button, .toolbox-intro .filters-button-group .button, .filters-button-group .toolbox-intro .button, .toolbox-intro .rt-editor ul, .rt-editor .toolbox-intro ul, .toolbox-intro .rt-editor ol, .rt-editor .toolbox-intro ol {
  opacity: 1;
  line-height: 150%;
}

.toolbox__header {
  background-color: #f1f1f1;
}

.toolbox hr {
  display: none;
}
.toolbox .btn-check + .btn, .toolbox .block--callout .link .btn-check + span, .block--callout .link .toolbox .btn-check + span, .toolbox .cards--with-buttons .card-footer .btn-check + a, .cards--with-buttons .card-footer .toolbox .btn-check + a, .toolbox .EPiServerForms .btn-check + button[type=submit], .EPiServerForms .toolbox .btn-check + button[type=submit], .toolbox .EPiServerForms .btn-check + input[type=reset], .EPiServerForms .toolbox .btn-check + input[type=reset] {
  border-color: #000000;
  color: #000000;
  background-color: transparent;
  border-width: 2px;
  padding-top: 8px;
  padding-bottom: 8px;
}
.toolbox .btn-check:checked + .btn, .toolbox .block--callout .link .btn-check:checked + span, .block--callout .link .toolbox .btn-check:checked + span, .toolbox .cards--with-buttons .card-footer .btn-check:checked + a, .cards--with-buttons .card-footer .toolbox .btn-check:checked + a, .toolbox .EPiServerForms .btn-check:checked + button[type=submit], .EPiServerForms .toolbox .btn-check:checked + button[type=submit], .toolbox .EPiServerForms .btn-check:checked + input[type=reset], .EPiServerForms .toolbox .btn-check:checked + input[type=reset] {
  background: var(--cta);
  color: var(--accent-reverse);
}
.toolbox .toolbox-intro {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

[dir=rtl] .arabic-font {
  font-family: "adobe-arabic", sans-serif !important;
  font-weight: 400;
  font-style: normal;
}
[dir=rtl] .arabic-font span, [dir=rtl] .arabic-font p, [dir=rtl] .arabic-font .modal--search input, .modal--search [dir=rtl] .arabic-font input, [dir=rtl] .arabic-font .rt-podcastplayer.fixed .shk-chapter_title, .rt-podcastplayer.fixed [dir=rtl] .arabic-font .shk-chapter_title, [dir=rtl] .arabic-font .rt-podcastplayer.fixed .shk-chapter_duration, .rt-podcastplayer.fixed [dir=rtl] .arabic-font .shk-chapter_duration, [dir=rtl] .arabic-font .filters-button-group .button, .filters-button-group [dir=rtl] .arabic-font .button, [dir=rtl] .arabic-font .rt-editor ul, .rt-editor [dir=rtl] .arabic-font ul, [dir=rtl] .arabic-font .rt-editor ol, .rt-editor [dir=rtl] .arabic-font ol, [dir=rtl] .arabic-font a, [dir=rtl] .arabic-font div, [dir=rtl] .arabic-font h1, [dir=rtl] .arabic-font .h1, [dir=rtl] .arabic-font .block--quote .quote-icon, .block--quote [dir=rtl] .arabic-font .quote-icon, [dir=rtl] .arabic-font h2, [dir=rtl] .arabic-font .h2, [dir=rtl] .arabic-font h3, [dir=rtl] .arabic-font .EPiServerForms .Form__Title, .EPiServerForms [dir=rtl] .arabic-font .Form__Title, [dir=rtl] .arabic-font .h3, [dir=rtl] .arabic-font h4, [dir=rtl] .arabic-font .h4, [dir=rtl] .arabic-font h5, [dir=rtl] .arabic-font .accordion-item .accordion-button, .accordion-item [dir=rtl] .arabic-font .accordion-button, [dir=rtl] .arabic-font .h5, [dir=rtl] .arabic-font h6, [dir=rtl] .arabic-font .h6, [dir=rtl] .arabic-font .cards--no-images .amplify, .cards--no-images [dir=rtl] .arabic-font .amplify, [dir=rtl] .arabic-font button, [dir=rtl] .arabic-font figcaption {
  font-family: "adobe-arabic", sans-serif !important;
}
@media screen and (min-width: 992px) {
  [dir=rtl] .textblock .flex-row .textblock__header {
    padding-right: 0;
  }
}
[dir=rtl] .slideshow__controls {
  direction: ltr;
}
[dir=rtl] .gallery--square .gallery__item__content {
  text-align: right;
}
[dir=rtl] .gallery__item__image__description {
  text-align: right;
}
[dir=rtl] .rt-header, [dir=rtl] .rt-nav.offcanvas, [dir=rtl] .rt-footer {
  direction: ltr;
}
[dir=rtl] .jumbotron .block__content .block__heading {
  padding-right: 0;
}

.block--darker .btn-outline-dark, .block--darker .block--map .reset.btn, .block--darker .block--map .block--callout .link span.reset, .block--callout .link .block--darker .block--map span.reset, .block--map .block--darker .reset.btn, .block--map .block--darker .block--callout .link span.reset, .block--callout .link .block--map .block--darker span.reset, .block--darker .block--map .EPiServerForms button.reset[type=submit], .block--map .EPiServerForms .block--darker button.reset[type=submit], .block--darker .EPiServerForms .block--map button.reset[type=submit], .EPiServerForms .block--map .block--darker button.reset[type=submit], .block--darker .block--map .EPiServerForms input.reset[type=reset], .block--map .EPiServerForms .block--darker input.reset[type=reset], .block--darker .EPiServerForms .block--map input.reset[type=reset], .EPiServerForms .block--map .block--darker input.reset[type=reset], .block--darker .block--map .cards--with-buttons .card-footer a.reset, .block--map .cards--with-buttons .card-footer .block--darker a.reset, .block--darker .cards--with-buttons .card-footer .block--map a.reset, .cards--with-buttons .card-footer .block--map .block--darker a.reset {
  -webkit-filter: invert(1);
          filter: invert(1);
}

@media screen and (min-width: 0) and (max-width: 768px) {
  .btn:focus-visible, .block--callout .link span:focus-visible, .cards--with-buttons .card-footer a:focus-visible, .EPiServerForms button[type=submit]:focus-visible, .EPiServerForms input[type=reset]:focus-visible {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
.btn.btn-link, .block--callout .link span.btn-link, .cards--with-buttons .card-footer a.btn-link, section:not(.cards--with-buttons) .card-footer a.btn, section:not(.cards--with-buttons) .cards--with-buttons .card-footer a, .cards--with-buttons section:not(.cards--with-buttons) .card-footer a, .EPiServerForms button.btn-link[type=submit], .EPiServerForms input.btn-link[type=reset] {
  text-align: left;
}
.btn:focus:active, .btn:focus, .block--callout .link span:focus, .cards--with-buttons .card-footer a:focus, .EPiServerForms button[type=submit]:focus, .EPiServerForms input[type=reset]:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn:focus-visible, .block--callout .link span:focus-visible, .cards--with-buttons .card-footer a:focus-visible, .EPiServerForms button[type=submit]:focus-visible, .EPiServerForms input[type=reset]:focus-visible,
.btn .btn-link:focus-visible,
.block--callout .link span .btn-link:focus-visible,
.cards--with-buttons .card-footer a .btn-link:focus-visible,
.btn section:not(.cards--with-buttons) .card-footer a:focus-visible,
.block--callout .link span section:not(.cards--with-buttons) .card-footer a:focus-visible,
section:not(.cards--with-buttons) .card-footer .btn a:focus-visible,
section:not(.cards--with-buttons) .card-footer .block--callout .link span a:focus-visible,
.block--callout .link section:not(.cards--with-buttons) .card-footer span a:focus-visible,
.EPiServerForms button[type=submit] .btn-link:focus-visible,
.EPiServerForms button[type=submit] section:not(.cards--with-buttons) .card-footer a:focus-visible,
section:not(.cards--with-buttons) .card-footer .EPiServerForms button[type=submit] a:focus-visible,
.EPiServerForms input[type=reset] .btn-link:focus-visible,
.EPiServerForms input[type=reset] section:not(.cards--with-buttons) .card-footer a:focus-visible,
section:not(.cards--with-buttons) .card-footer .EPiServerForms input[type=reset] a:focus-visible {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(0, 0, 0, 0.5);
  outline: 0;
}
.btn:not(.btn-link):active, .block--callout .link span:not(.btn-link):active, .cards--with-buttons .card-footer a:not(.btn-link):active, .EPiServerForms button[type=submit]:not(.btn-link):active, .EPiServerForms input[type=reset]:not(.btn-link):active {
  -webkit-transform: scale(0.98);
      -ms-transform: scale(0.98);
          transform: scale(0.98);
}

.btn-light:hover, .btn-light:focus {
  background-color: #eee;
}

.btn:disabled, .block--callout .link span:disabled, .cards--with-buttons .card-footer a:disabled, .EPiServerForms button[type=submit]:disabled, .EPiServerForms input[type=reset]:disabled {
  padding-left: 16px;
  padding-right: 16px;
}

.btn-check:checked + .btn-primary, .cards--with-buttons .card-footer .btn-check:checked + a, .EPiServerForms .btn-check:checked + button[type=submit], .EPiServerForms .btn-check:checked + input[type=reset] {
  background: var(--accent-darker);
  border-color: var(--accent);
  color: var(--accent-reverse);
}

.btn-primary, .cards--with-buttons .card-footer a, .EPiServerForms button[type=submit], .EPiServerForms input[type=reset] {
  background: var(--cta);
  color: var(--cta-text);
}
.btn-primary:active, .cards--with-buttons .card-footer a:active, .EPiServerForms button[type=submit]:active, .EPiServerForms input[type=reset]:active {
  background: var(--accent);
  color: var(--cta-text);
}
.btn-primary:hover, .cards--with-buttons .card-footer a:hover, .EPiServerForms button[type=submit]:hover, .EPiServerForms input[type=reset]:hover, .btn-primary:focus, .cards--with-buttons .card-footer a:focus, .EPiServerForms button[type=submit]:focus, .EPiServerForms input[type=reset]:focus {
  background: var(--accent-darker);
  color: var(--cta-text);
}

.btn--play {
  padding-left: 24px;
}
.btn--play:before {
  content: "";
  background-image: url(../media/play_arrow.svg);
  width: 14px;
  height: 14px;
  display: inline-block;
  margin-right: 12px;
  vertical-align: -1px;
}

[data-theme=yellow] .btn--play:before, [data-theme=yellow].btn--play:before, .btn-light .btn--play:before, .btn-light.btn--play:before, [data-theme=black] .block--darker .btn--play:before, [data-theme=black] .block--darker.btn--play:before {
  -webkit-filter: invert(100%);
          filter: invert(100%);
}

.btn-link, section:not(.cards--with-buttons) .card-footer a {
  display: inline-block;
  color: inherit;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.btn-link:not([class^=link-], [class*=" link-"]), section:not(.cards--with-buttons) .card-footer a:not([class^=link-], [class*=" link-"]) {
  -webkit-text-decoration: underline var(--accent) 2px;
          text-decoration: underline var(--accent) 2px;
  -webkit-text-decoration-line: underline !important;
  -webkit-text-decoration-color: var(--accent);
  -webkit-text-decoration-style: solid !important;
  -webkit-text-decoration-thickness: 2px !important;
}
.btn-link.large, section:not(.cards--with-buttons) .card-footer a.large {
  font-size: 20px;
}
.btn-link:hover, section:not(.cards--with-buttons) .card-footer a:hover {
  color: inherit;
  text-decoration: none !important;
}

[data-theme=black] .btn-link, [data-theme=black] section:not(.cards--with-buttons) .card-footer a, section:not(.cards--with-buttons) .card-footer [data-theme=black] a {
  -webkit-text-decoration: underline var(--accent) 2px;
          text-decoration: underline var(--accent) 2px;
  -webkit-text-decoration-line: underline;
  -webkit-text-decoration-color: var(--accent);
  -webkit-text-decoration-style: solid;
  -webkit-text-decoration-thickness: 2px;
}

.btn-lg-link {
  font-size: 16px;
  text-decoration: none !important;
  border-bottom: none;
}
.btn-lg-link:not(.no-link):after {
  display: block;
  margin-left: 6px;
  -webkit-transition: -webkit-transform ease 0.15s;
  transition: -webkit-transform ease 0.15s;
  transition: transform ease 0.15s;
  transition: transform ease 0.15s, -webkit-transform ease 0.15s;
  height: 32px;
  width: 32px;
  content: "";
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='24px' viewBox='0 0 24 24' width='24px' fill='%23000000'%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3Cpath d='M10 6L8.59 7.41 13.17 12l-4.58 4.59L10 18l6-6z'/%3E%3C/svg%3E") no-repeat 50% 50%;
          mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='24px' viewBox='0 0 24 24' width='24px' fill='%23000000'%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3Cpath d='M10 6L8.59 7.41 13.17 12l-4.58 4.59L10 18l6-6z'/%3E%3C/svg%3E") no-repeat 50% 50%;
  -webkit-mask-size: cover;
          mask-size: cover;
  background-color: var(--accent);
}
.block--primary .btn-lg-link:not(.no-link):after {
  background-color: var(--accent-reverse);
}
.btn-lg-link:hover {
  color: var(--accent);
}
.btn-lg-link:hover:after {
  -webkit-transform: translateX(6px);
      -ms-transform: translateX(6px);
          transform: translateX(6px);
}
@media screen and (min-width: 992px) {
  .btn-lg-link {
    font-size: 18px;
  }
}

.filters-button-group .button {
  background-color: #14181F;
  border: none;
  padding: 8px 12px;
  color: rgba(255, 255, 255, 0.6);
  margin: 0 2px;
  border: 1px solid transparent;
}
.filters-button-group .button:hover {
  background-color: rgba(255, 255, 255, 0.1);
  color: white;
}
.filters-button-group .button.is-checked {
  background-color: rgba(255, 255, 255, 0.1);
  border: 1px solid white;
  color: white;
}

.button-controls .button__controls__prev, .button-controls .gallery .swiper-button-prev, .gallery .button-controls .swiper-button-prev,
.button-controls .button__controls__next,
.button-controls .gallery .swiper-button-next,
.gallery .button-controls .swiper-button-next {
  cursor: pointer;
  position: absolute;
  z-index: 11;
  top: 50%;
  width: 44px;
  height: 44px;
  background: white;
  border-radius: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: -20px 1rem 0;
  -webkit-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
}
.button-controls .button__controls__prev svg, .button-controls .gallery .swiper-button-prev svg, .gallery .button-controls .swiper-button-prev svg,
.button-controls .button__controls__next svg,
.button-controls .gallery .swiper-button-next svg,
.gallery .button-controls .swiper-button-next svg {
  width: 20px;
  height: 20px;
  fill: #000000;
  pointer-events: none;
}
@media screen and (min-width: 992px) {
  .button-controls .button__controls__prev:hover, .button-controls .gallery .swiper-button-prev:hover, .gallery .button-controls .swiper-button-prev:hover,
  .button-controls .button__controls__next:hover,
  .button-controls .gallery .swiper-button-next:hover,
  .gallery .button-controls .swiper-button-next:hover {
    -webkit-transform: translateX(0) scale(1.1) !important;
        -ms-transform: translateX(0) scale(1.1) !important;
            transform: translateX(0) scale(1.1) !important;
  }
  .button-controls .button__controls__prev:active, .button-controls .gallery .swiper-button-prev:active, .gallery .button-controls .swiper-button-prev:active,
  .button-controls .button__controls__next:active,
  .button-controls .gallery .swiper-button-next:active,
  .gallery .button-controls .swiper-button-next:active {
    -webkit-transform: translateX(0) scale(1) !important;
        -ms-transform: translateX(0) scale(1) !important;
            transform: translateX(0) scale(1) !important;
  }
}
.button-controls .button__controls__left {
  left: 2vw;
}
.button-controls .button__controls__right {
  right: 2vw;
}
.button-controls:focus {
  outline: none;
}

.btn.disabled svg path, .block--callout .link span.disabled svg path, .cards--with-buttons .card-footer a.disabled svg path, .EPiServerForms button.disabled[type=submit] svg path, .EPiServerForms input.disabled[type=reset] svg path {
  stroke: #6c757d;
}

.dropdown-item:focus {
  background-color: transparent;
}

.language-switch.dropdown .dropdown-menu {
  -webkit-box-shadow: RGB(0 0 0/15%) 0px 0 24px;
          box-shadow: RGB(0 0 0/15%) 0px 0 24px;
}
.language-switch.dropdown .dropdown-item {
  font-size: 15px;
}
.language-switch.dropdown .dropdown-toggle {
  font-size: 16px;
}
.language-switch.dropdown .dropdown-toggle.show .dropdown-toggle__caret {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.language-switch.dropdown .dropdown-toggle:active, .language-switch.dropdown .dropdown-toggle:focus-visible {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.language-switch.dropdown .dropdown-toggle:after {
  border: none;
}

.form-switch {
  font-size: 20px;
}

.form-check-input, .EPiServerForms .FormChoice input {
  color: var(--secondary);
}

form {
  border-color: rgba(0, 0, 0, 0.3);
}

label, .form-label, .EPiServerForms .Form__Element .Form__Element__Caption {
  letter-spacing: 0.025em;
}

.form-control-lg {
  letter-spacing: 1px;
}
@media screen and (min-width: 992px) {
  .form-control-lg {
    max-width: 360px;
  }
}

.toast-container .toast {
  height: 100%;
}

.EPiServerForms .FormCaptcha img {
  margin: 1rem 0;
}
.EPiServerForms .Form__NavigationBar {
  margin-top: 1rem;
}
.transparent-header .rt-header:not(.rt-header--invert) + .block.breadcrumb-section {
  color: #ffffff;
}
.transparent-header .block.breadcrumb-section + .jumbotron .block__content {
  padding-top: 64px;
}

.relative-header .rt-header--invert + .block.breadcrumb-section {
  background-color: transparent;
}
.relative-header .block.breadcrumb-section {
  position: relative;
}

.block.breadcrumb-section {
  background: transparent;
  display: none;
}
@media screen and (min-width: 992px) {
  .block.breadcrumb-section {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 49;
  }
}

.breadcrumb {
  font-size: 14px;
  margin: 0;
  padding-bottom: 16px;
  padding-top: 16px;
}
.breadcrumb .breadcrumb-item.active {
  opacity: 0.5;
}

a:not([class^=link-], [class*=" link-"], .nav-link, .btn, .dropdown-item) {
  color: currentColor;
  -webkit-text-decoration: underline var(--accent) 2px;
          text-decoration: underline var(--accent) 2px;
  -webkit-text-decoration-line: underline;
  -webkit-text-decoration-color: var(--accent);
  -webkit-text-decoration-style: solid;
  -webkit-text-decoration-thickness: 2px;
}
a:not([class^=link-], [class*=" link-"], .nav-link, .btn, .dropdown-item):focus-visible {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(0, 0, 0, 0.5);
  outline: 0;
}
a:not([class^=link-], [class*=" link-"], .nav-link, .btn, .dropdown-item):hover {
  color: inherit;
  text-decoration: none;
}

.link {
  font-size: 16px;
}
@media screen and (min-width: 992px) {
  .link {
    font-size: 18px;
  }
}

.rt-splash {
  position: absolute;
  z-index: 30;
  right: 0;
  -webkit-transform: translateX(93%) translateY(40%) rotate(-10deg);
      -ms-transform: translateX(93%) translateY(40%) rotate(-10deg);
          transform: translateX(93%) translateY(40%) rotate(-10deg);
  bottom: -20vh;
  color: #ffffff;
}
@media screen and (min-width: 992px) {
  .rt-splash {
    -webkit-transform: translateX(0%) translateY(50%) rotate(0);
        -ms-transform: translateX(0%) translateY(50%) rotate(0);
            transform: translateX(0%) translateY(50%) rotate(0);
    bottom: 0;
    right: 10vw;
  }
}
.rt-splash h4, .rt-splash .h4 {
  line-height: 1;
}
.rt-splash svg {
  height: 400px;
}

.rt-splash__content {
  position: absolute;
  height: 100%;
  width: 100%;
  padding: 88px 80px;
}

.rt-splash--white {
  color: #000000;
}
.rt-splash--white svg path {
  fill: #ffffff;
}

.rt-splash--red svg path {
  fill: #E40521;
}

.rt-splash--yellow {
  color: #000000;
}
.rt-splash--yellow svg path {
  fill: #FFDD00;
}

.rt-splash--pink svg path {
  fill: #E94190;
}

.rt-splash--blue svg path {
  fill: #00B5E2;
}

.rt-splash--black svg path {
  fill: #000000;
}

.decoration-lines--01 {
  position: absolute;
  pointer-events: none;
  top: 0;
  left: 0;
  z-index: 10;
  -webkit-transform: translateX(-34%) translateY(-34%);
      -ms-transform: translateX(-34%) translateY(-34%);
          transform: translateX(-34%) translateY(-34%);
  display: none;
}
@media screen and (min-width: 992px) {
  .decoration-lines--01 {
    display: block;
  }
}

.decoration-lines--02 {
  position: absolute;
  pointer-events: none;
  left: auto;
  bottom: auto;
  right: 0;
  -webkit-transform: translateX(70%);
      -ms-transform: translateX(70%);
          transform: translateX(70%);
  top: 0;
  z-index: 10;
  display: none;
}
@media screen and (min-width: 992px) {
  .decoration-lines--02 {
    display: block;
  }
}

.decoration-lines--invert {
  -webkit-filter: invert(100);
          filter: invert(100);
}

.chapters {
  margin-top: 24px;
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  list-style-position: inside;
  border-radius: 0;
  white-space: nowrap;
  background-color: rgb(27, 32, 39);
  padding: 12px 16px 16px;
  border-radius: 16px;
}
.chapters li {
  padding: 0;
}
.chapters li:before {
  padding-right: 4px;
  display: inline-block;
  width: 24px;
}
.chapters button {
  padding: 4px 0;
  text-align: left;
  white-space: normal;
  word-break: normal;
  color: rgba(255, 255, 255, 0.6);
  margin-right: 24px;
}
.chapters button:hover {
  color: rgb(255, 255, 255);
}

.chapters .list-group, .chapters .chapters__collapse {
  padding-left: 8px;
}
.chapters .list-group {
  position: relative;
}
.chapters .list-group:before {
  z-index: 1;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 48px;
  pointer-events: none;
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(27, 32, 39)), to(rgba(27, 32, 39, 0)));
  background: linear-gradient(0deg, rgb(27, 32, 39) 0%, rgba(27, 32, 39, 0) 100%);
}
.chapters .list-group.show:before {
  visibility: hidden;
  opacity: 0;
}
.chapters .chapters__collapse {
  line-height: 1.5;
  padding: 8px;
  z-index: 1;
}

.chapters .collapse:not(.show) {
  display: block;
  height: 7rem;
  overflow: hidden;
  padding-left: 8px;
}

.chapters .collapsing {
  height: 7rem;
}

.chapters a.collapsed::after {
  content: "+ Visa mer";
}

.chapters a:not(.collapsed)::after {
  content: "- Visa mindre";
}

.podcastplayer__coverimg {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .podcastplayer__coverimg {
    margin-right: 32px;
    max-width: 320px;
  }
}

.podcastplayer__coverimg__inner {
  width: 100%;
  padding-top: 100%;
  background-size: cover;
  background-position: center;
  border-radius: 16px;
}

.rt-podcastplayer .shk {
  --color-primary: #fff !important;
  --color-bar-loaded: transparent;
  --color-bar-played: linear-gradient(90deg,#FFDD00,#E94190,#E40521);
}

.rt-podcastplayer.fixed {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 99;
}
.rt-podcastplayer.fixed .shk {
  --background-body: #050B13;
}
.rt-podcastplayer.fixed .shk-controls_basic {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}
.rt-podcastplayer.fixed .shk-bar {
  background-color: rgba(255, 255, 255, 0.1);
  height: 2px;
}
@media screen and (min-width: 768px) {
  .rt-podcastplayer.fixed .shk-bar {
    height: 6px;
  }
}
.rt-podcastplayer.fixed .shk-bar_wrap {
  top: -2px;
  padding: 0;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .rt-podcastplayer.fixed .shk-bar_wrap {
    top: -6px;
  }
}
.rt-podcastplayer.fixed .shk[data-show-chapter] .shk-chapter {
  bottom: 80px;
  left: 50%;
  min-width: 320px;
  max-width: 800px;
  width: 100%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  right: auto;
  height: 400px;
  background-color: rgba(5, 11, 18, 0.95);
}
@media screen and (min-width: 992px) {
  .rt-podcastplayer.fixed .shk[data-show-chapter] .shk-chapter {
    width: 60%;
  }
}
.rt-podcastplayer.fixed .shk-chapter_duration {
  font-size: 14px;
  margin: 0 16px;
  min-width: 0;
}
.rt-podcastplayer.fixed .shk-chapter_title {
  font-size: 14px;
}
.rt-podcastplayer.fixed .shk-btn:hover .shk-chapter_title, .rt-podcastplayer.fixed .chapters button:hover .shk-chapter_title, .chapters .rt-podcastplayer.fixed button:hover .shk-chapter_title, .rt-podcastplayer.fixed .shk-btn:hover .shk-chapter_duration, .rt-podcastplayer.fixed .chapters button:hover .shk-chapter_duration, .chapters .rt-podcastplayer.fixed button:hover .shk-chapter_duration {
  color: white !important;
}
.rt-podcastplayer.fixed .shk-main {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: initial;
  max-width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 992px) {
  .rt-podcastplayer.fixed .shk-main {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.rt-podcastplayer.fixed .shk-artist_wrap {
  display: none;
}
.rt-podcastplayer.fixed .shk-title {
  white-space: unset !important;
  font-size: 12px;
}
.rt-podcastplayer.fixed .shk-player {
  height: 80px;
  padding: 0;
}
@media screen and (min-width: 768px) {
  .rt-podcastplayer.fixed .shk-player {
    padding: 13px 54px;
  }
}
.rt-podcastplayer.fixed .shk-body {
  padding: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .rt-podcastplayer.fixed .shk-body {
    padding: 0;
  }
}
.rt-podcastplayer.fixed .shk-cover {
  background-position: center;
  height: 48px;
  width: 48px;
  border-radius: 4px;
  display: block;
  position: absolute;
  margin-left: 8px;
}
@media screen and (min-width: 768px) {
  .rt-podcastplayer.fixed .shk-cover {
    position: relative;
  }
}
.rt-podcastplayer.fixed .shk-text {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  display: none;
}
@media screen and (min-width: 992px) {
  .rt-podcastplayer.fixed .shk-text {
    display: block;
  }
}
.rt-podcastplayer.fixed .shk-btn_more, .rt-podcastplayer.fixed .shk-btn_speed {
  display: block !important;
}
.rt-podcastplayer.fixed .shk-display {
  top: auto;
  left: auto;
  margin-right: 8px;
  display: none;
}
@media screen and (min-width: 992px) {
  .rt-podcastplayer.fixed .shk-display {
    display: block;
  }
}
.rt-podcastplayer.fixed .shk-display .shk-time_duration {
  margin-left: auto;
  width: auto;
}
.rt-podcastplayer.fixed .shk-display .shk-time_duration:before {
  content: "/";
  margin: 0 4px;
}
.rt-podcastplayer.fixed .shk-display .shk-time_now {
  width: auto;
}
@media screen and (min-width: 768px) {
  .rt-podcastplayer.fixed .shk-display .shk-time_now {
    display: inherit;
    position: initial;
  }
}
.rt-podcastplayer.fixed .shk-controls {
  width: 220px;
}
@media screen and (min-width: 768px) {
  .rt-podcastplayer.fixed .shk-controls {
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
  }
}
.rt-podcastplayer.fixed .shk-btn_toggle svg {
  width: 40px;
  height: 40px;
}
.rt-podcastplayer.fixed .shk-btn_play {
  background-image: url(../media/play-neg.svg);
  background-size: 40px;
}
.rt-podcastplayer.fixed .shk-btn_play use {
  display: none;
}
.rt-podcastplayer.fixed .shk-btn_pause {
  background-image: url(../media/paus.svg);
  background-size: 40px;
}
.rt-podcastplayer.fixed .shk-btn_pause use {
  display: none;
}
.rt-podcastplayer.fixed .shk-btn_more, .rt-podcastplayer.fixed .shk-btn_speed {
  display: none;
}
@media screen and (min-width: 768px) {
  .rt-podcastplayer.fixed .shk-btn_more, .rt-podcastplayer.fixed .shk-btn_speed {
    display: block;
  }
}

.modal-backdrop {
  -webkit-backdrop-filter: blur(15px);
          backdrop-filter: blur(15px);
  background-color: rgba(0, 0, 0, 0.6);
}
.modal-backdrop.show {
  opacity: 1;
}

.modal .modal__controls .modal__controls__prev, .modal .modal__controls .modal__controls__next {
  height: 80px;
  width: 80px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.modal .modal__controls .modal__controls__prev {
  left: 24px;
}
.modal .modal__controls .modal__controls__next {
  right: 24px;
}
.modal.modal--dark .modal-content {
  color: white;
}
.modal.modal--dark .modal-content .modal-body {
  background-color: black;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
}
.modal.modal--fire .modal-content {
  min-height: 400px;
  -webkit-box-orient: initial !important;
  -webkit-box-direction: initial !important;
      -ms-flex-direction: initial !important;
          flex-direction: initial !important;
}
.modal.modal--fire .modal-content .modal-media {
  width: 100%;
  background-size: cover;
  background-position: 50% 0;
  height: 400px;
  position: relative;
}
@media screen and (min-width: 992px) {
  .modal.modal--fire .modal-content .modal-media {
    height: 100%;
    background-position: 50%;
  }
}
.modal.modal--fire .modal-content .modal-media .large-letters {
  position: absolute;
  z-index: 10;
  left: 24px;
  bottom: 24px;
  text-shadow: 0px 4px 12px rgba(0, 0, 0, 0.25);
  font-size: 80px;
  line-height: 0.9;
  margin-bottom: 0;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
.modal.modal--fire .modal-content .amplify {
  background-color: var(--primary);
  font-weight: 600;
  font-size: 13px;
  text-shadow: none;
  margin-bottom: 4px;
}
.modal .modal-media {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: 50% 0;
}
.modal .modal-body {
  padding-top: 0;
}
.modal.modal--video .modal-header {
  border: none;
  padding: 0;
  position: absolute;
  top: -56px;
  right: 0;
  width: auto;
  display: block;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  width: 48px;
  height: 48px;
  -webkit-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
}
.modal.modal--video .modal-header:hover {
  background: rgb(0, 0, 0);
}
@media screen and (min-width: 768px) {
  .modal.modal--video .modal-header {
    right: -48px;
    top: -48px;
  }
}
.modal.modal--video .modal-header .btn-close {
  margin: 0;
  width: 48px;
  height: 48px;
  padding: 0;
  background-size: 16px;
}
.modal.modal--video .modal-header .btn-close:hover {
  opacity: 1;
}
.modal.modal--video .modal-content {
  margin: 8px;
  border: none;
}
@media screen and (min-width: 768px) {
  .modal.modal--video .modal-content {
    margin: 64px;
  }
}
.modal.modal--video .modal-content .modal-body {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.modal--search .modal-dialog {
  margin-top: 24px;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .modal--search .modal-dialog {
    margin: 0;
    width: 100%;
    padding: 0;
    max-width: 100%;
  }
}
.modal--search .modal--search__btn {
  right: 0;
  height: 48px;
  width: 48px;
  border-radius: 40px;
}
.modal--search .modal--search__btn:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transform: translateX(0) scale(1.05) !important;
      -ms-transform: translateX(0) scale(1.05) !important;
          transform: translateX(0) scale(1.05) !important;
}
.modal--search .modal--search__btn:active {
  -webkit-transform: translateX(0) scale(1) !important;
      -ms-transform: translateX(0) scale(1) !important;
          transform: translateX(0) scale(1) !important;
}
.modal--search .modal--search__btn svg {
  height: 20px;
  width: 20px;
}
.modal--search .modal-content {
  overflow: hidden;
  border-radius: 0 !important;
}
.modal--search .modal-body {
  margin-top: 0;
  margin-bottom: 0;
}
.modal--search .modal-body {
  padding: 0;
}
.modal--search .modal-header {
  display: none;
}
.modal--search .modal--search__btn {
  background-color: #000000;
  color: #ffffff;
  position: absolute;
  border: 0;
  right: 24px;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all ease-in-out 0.15s;
  transition: all ease-in-out 0.15s;
}
.modal--search .modal--search__textfield {
  border: none;
  width: 100%;
  line-height: 1.5;
  font-size: 16px;
  padding: 32px 96px 32px 32px;
  background: none;
  opacity: 1;
}
@media screen and (min-width: 992px) {
  .modal--search .modal--search__textfield {
    font-size: 18px;
  }
}
.modal--search .modal--search__textfield:focus {
  outline: 0 !important;
}

#popup {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

.btn-play-video.video-container {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video-js {
  cursor: pointer;
}
.video-js .vjs-big-play-button {
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 10em;
  transform: translateX(-50%) translateY(-50%);
  width: 3em;
  height: 3em;
  -webkit-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}
.video-js .vjs-big-play-button:hover {
  background-color: rgba(0, 0, 0, 0.7);
}
.video-js .vjs-big-play-button .vjs-icon-placeholder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.video-js .vjs-big-play-button .vjs-icon-placeholder:before {
  position: static;
}
.video-js:hover .vjs-big-play-button {
  -webkit-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}

.btn-play-video {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  border: 0;
  background-color: transparent;
}
.btn-play-video:before {
  display: block;
  content: "\f101";
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
  color: #fff;
  font-size: 54px;
  background-color: rgba(0, 0, 0, 0.5);
  width: 80px;
  height: 80px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 50px;
  -webkit-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
}
@media screen and (min-width: 768px) {
  .btn-play-video:before {
    width: 100px;
    height: 100px;
    padding-top: 12px;
  }
}
.btn-play-video:hover:before {
  background-color: rgba(0, 0, 0, 0.8);
}

.block--carousel--balloon {
  overflow: hidden;
}

.balloon {
  padding: 24px;
  border-radius: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  background: #D0D2D3;
  text-align: center;
  min-width: 48px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  /* --- Balloon text --- */
}
.balloon:after {
  content: "";
  height: 32px;
  width: 32px;
  position: absolute;
  bottom: -24px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  background-image: url(../media/pointer-grey.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.balloon.balloon--right:after {
  right: 56px;
  left: auto;
  -webkit-transform: scaleX(-1);
      -ms-transform: scaleX(-1);
          transform: scaleX(-1);
}
.balloon.balloon--right--top:after, .overlay__item .box__content .box__content__inner:nth-child(2) .balloon:after {
  top: -24px;
  right: 40px;
  -webkit-transform: translateX(-100%) rotate(180deg);
      -ms-transform: translateX(-100%) rotate(180deg);
          transform: translateX(-100%) rotate(180deg);
  left: auto;
}
.balloon > * {
  margin-bottom: 0;
}
.balloon.balloon--red {
  background: #E40521;
  color: #ffffff;
}
.balloon.balloon--red:after {
  background-image: url(../media/pointer-red.svg);
}
.balloon.balloon--red .balloon--link__arrow path {
  fill: #fff;
}
.balloon.balloon--blue, .overlay__item .box__content .box__content__inner:nth-child(2) .balloon {
  background: #00B5E2;
  color: #000000;
}
.balloon.balloon--blue:after, .overlay__item .box__content .box__content__inner:nth-child(2) .balloon:after {
  background-image: url(../media/pointer-blue.svg);
}
.balloon.balloon--yellow, .grid__item .box__content .balloon {
  background: #FFC72D;
  color: #000000;
}
.balloon.balloon--yellow:after, .grid__item .box__content .balloon:after {
  background-image: url(../media/pointer-yellow.svg);
}
.balloon.balloon--rounded, .overlay__item .box__content .box__content__inner:nth-child(2) .balloon {
  border-radius: 80px;
  min-height: auto;
  padding: 24px 56px 22px;
  text-align: center;
}
.balloon.balloon--unrounded {
  border-radius: 4px;
}
.balloon.balloon--large {
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
  padding: 32px 24px;
}
@media screen and (min-width: 992px) {
  .balloon.balloon--large {
    padding: 56px 64px;
  }
}
.balloon.balloon--large:after {
  left: 40%;
  width: 32px;
  height: 32px;
  bottom: -24px;
}
@media screen and (min-width: 992px) {
  .balloon.balloon--large:after {
    width: 72px;
    height: 72px;
    bottom: -55px;
  }
}
.balloon.balloon--large.balloon--right:after {
  right: 82px;
  left: auto;
}
.balloon.balloon--large.balloon--rounded, .overlay__item .box__content .box__content__inner:nth-child(2) .balloon.balloon--large {
  border-radius: 24px;
}
@media screen and (min-width: 992px) {
  .balloon.balloon--large.balloon--rounded, .overlay__item .box__content .box__content__inner:nth-child(2) .balloon.balloon--large {
    border-radius: 140px;
  }
}
.balloon.balloon--medium {
  padding: 16px 24px;
  min-height: auto;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .balloon.balloon--medium {
    padding: 24px 32px;
  }
}
.balloon.balloon--small, .overlay__item .box__content .box__content__inner:nth-child(2) .balloon {
  padding: 16px 24px;
  min-height: auto;
  text-align: center;
  max-width: 100%;
  width: 270px;
}
@media screen and (min-width: 768px) {
  .balloon.balloon--small, .overlay__item .box__content .box__content__inner:nth-child(2) .balloon {
    padding: 24px 32px;
  }
}
.balloon.balloon--xsmall {
  padding: 8px 16px;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  min-height: auto;
}
@media screen and (min-width: 768px) {
  .balloon.balloon--xsmall {
    padding: 16px 20px;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
  }
}
.balloon.balloon--xsmall:not(.balloon--rounded) {
  border-radius: 8px;
}
@media screen and (max-width: 768px) {
  .balloon.balloon--xsmall.balloon--right:after {
    right: 0px;
    -webkit-transform: translateX(-50%) scaleX(-1);
        -ms-transform: translateX(-50%) scaleX(-1);
            transform: translateX(-50%) scaleX(-1);
    height: 24px;
    width: 24px;
    bottom: -16px;
  }
}
.balloon .balloon__text--large {
  font-size: 24px;
  opacity: 1;
  line-height: 1.2;
}
@media screen and (min-width: 992px) {
  .balloon .balloon__text--large {
    font-size: 32px;
  }
}
.balloon .balloon__text--large--sub {
  font-size: 12px;
  opacity: 1;
  margin-top: 16px;
}
@media screen and (min-width: 992px) {
  .balloon .balloon__text--large--sub {
    font-size: 16px;
  }
}
.balloon .balloon__text--small {
  font-size: 18px;
  opacity: 1;
  line-height: 1.2;
}
@media screen and (max-width: 992px) {
  .balloon .balloon__text--small {
    font-size: 14px;
  }
}
.balloon .balloon__text--medium {
  font-size: 20px;
  opacity: 1;
  line-height: 1.2;
}
@media screen and (min-width: 992px) {
  .balloon .balloon__text--medium {
    font-size: 24px;
  }
}
.balloon .balloon__text--small--sub {
  font-size: 12px;
  opacity: 0.6;
  margin-top: 2px;
}

.balloon__group .balloon {
  margin: 0;
}
.balloon__group .balloon:nth-child(1) {
  z-index: 20;
  margin-left: -40px;
}
.balloon__group .balloon:nth-child(2) {
  z-index: 18;
  margin-left: 32px;
  margin-right: -32px;
}
.balloon__group .balloon:nth-child(3) {
  z-index: 16;
}
.balloon__group .balloon:nth-child(4) {
  z-index: 14;
  margin-left: 40px;
  margin-right: -32px;
}
.balloon__group .balloon:nth-child(5) {
  z-index: 12;
}
.balloon__group.balloon__group--left .balloon:nth-child(1) {
  margin-left: 40px;
}
.balloon__group.balloon__group--left .balloon:nth-child(2) {
  margin-left: -40px;
  margin-right: 40px;
}
.balloon__group.balloon__group--left .balloon:nth-child(3) {
  margin-left: 32px;
  margin-right: -32px;
}
.balloon__group.balloon__group--left .balloon:nth-child(4) {
  margin-left: 0;
  margin-right: 0;
}
.balloon__group.balloon__group--left .balloon:nth-child(5) {
  margin-left: 56px;
  margin-right: -56px;
}

.balloon__group--three {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.balloon__group--three .balloon {
  margin: 0;
}
.balloon__group--three .balloon:nth-child(1) {
  z-index: 20;
  -ms-flex-item-align: end;
      align-self: flex-end;
  margin-right: 80px;
}
.balloon__group--three .balloon:nth-child(2) {
  z-index: 14;
}
.balloon__group--three .balloon:nth-child(3) {
  z-index: 16;
  margin-right: 40px;
}

.vertical-text {
  position: absolute;
  top: 50%;
  left: 24px;
  -webkit-transform: rotate(90deg) translateX(-50%);
      -ms-transform: rotate(90deg) translateX(-50%);
          transform: rotate(90deg) translateX(-50%);
  -webkit-transform-origin: left bottom;
      -ms-transform-origin: left bottom;
          transform-origin: left bottom;
  font-size: 24px;
  color: white;
}

.loading:before {
  content: "";
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  position: fixed;
  background-color: #000;
  color: #fff;
  top: 0;
  left: 0;
  z-index: 1000;
  pointer-events: all;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.loading:after {
  content: "";
  -webkit-animation: loading-progress 2s;
          animation: loading-progress 2s;
  -webkit-transform-origin: left;
      -ms-transform-origin: left;
          transform-origin: left;
  top: 0;
  left: 0;
  position: absolute;
  height: 6px;
  width: 100%;
  background-color: #fff;
  z-index: 1001;
}

@-webkit-keyframes loading-progress {
  0% {
    -webkit-transform: scale3d(0, 1, 1);
            transform: scale3d(0, 1, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

@keyframes loading-progress {
  0% {
    -webkit-transform: scale3d(0, 1, 1);
            transform: scale3d(0, 1, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}
/* Page Loader */
h4.amplify, .amplify.h4 {
  font-size: 24px;
}
@media screen and (min-width: 992px) {
  .jumbotron h4.amplify, .jumbotron .amplify.h4 {
    font-size: 32px;
  }
}

.amplify {
  display: inline-block;
  margin: 0;
  padding: 0.2em 0.25em 0.3em;
  line-height: 80%;
  background-color: var(--converse);
  color: var(--converse-text);
  -webkit-transition: background-color 0.5s ease, color 0.5s ease;
  transition: background-color 0.5s ease, color 0.5s ease;
}

.amplify--instagram {
  border-radius: 0.2em 0.2em 0 0;
  padding: 0.2em;
}
.amplify--instagram:before {
  content: "";
  -webkit-mask: url("data:image/svg+xml,%3Csvg width='36' height='36' viewBox='0 0 36 36' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M24.5623 4.87477C26.3013 4.87996 27.9676 5.57308 29.1973 6.80275C30.4269 8.03243 31.12 9.6987 31.1252 11.4377V24.5623C31.12 26.3013 30.4269 27.9676 29.1973 29.1973C27.9676 30.4269 26.3013 31.12 24.5623 31.1252H11.4377C9.6987 31.12 8.03243 30.4269 6.80275 29.1973C5.57308 27.9676 4.87996 26.3013 4.87477 24.5623V11.4377C4.87996 9.6987 5.57308 8.03243 6.80275 6.80275C8.03243 5.57308 9.6987 4.87996 11.4377 4.87477H24.5623ZM24.5623 2.25H11.4377C6.38437 2.25 2.25 6.38437 2.25 11.4377V24.5623C2.25 29.6156 6.38437 33.75 11.4377 33.75H24.5623C29.6156 33.75 33.75 29.6156 33.75 24.5623V11.4377C33.75 6.38437 29.6156 2.25 24.5623 2.25Z' fill='black'/%3E%3Cpath d='M26.531 11.4377C26.1416 11.4377 25.761 11.3223 25.4372 11.1059C25.1135 10.8897 24.8611 10.5822 24.7121 10.2224C24.5631 9.86267 24.5241 9.46681 24.6001 9.08494C24.676 8.703 24.8635 8.35221 25.1389 8.07687C25.4142 7.80153 25.765 7.614 26.1469 7.53806C26.5288 7.46213 26.9247 7.50108 27.2844 7.65007C27.6442 7.79914 27.9516 8.05149 28.1679 8.37521C28.3843 8.69899 28.4997 9.0796 28.4997 9.46899C28.5003 9.72767 28.4497 9.98396 28.351 10.2231C28.2522 10.4622 28.1072 10.6794 27.9244 10.8624C27.7414 11.0453 27.5241 11.1902 27.2851 11.289C27.046 11.3877 26.7897 11.4383 26.531 11.4377ZM18 12.7498C19.0383 12.7498 20.0534 13.0577 20.9168 13.6346C21.7803 14.2115 22.4532 15.0315 22.8505 15.9908C23.248 16.9502 23.3519 18.0058 23.1493 19.0242C22.9467 20.0427 22.4467 20.9782 21.7125 21.7125C20.9782 22.4467 20.0427 22.9468 19.0242 23.1493C18.0058 23.3519 16.9501 23.248 15.9908 22.8506C15.0315 22.4532 14.2115 21.7803 13.6346 20.9169C13.0576 20.0535 12.7497 19.0384 12.7497 18C12.7512 16.608 13.3049 15.2735 14.2892 14.2892C15.2735 13.3049 16.608 12.7512 18 12.7498ZM18 10.125C16.4425 10.125 14.9199 10.5869 13.6249 11.4522C12.3298 12.3175 11.3205 13.5474 10.7245 14.9864C10.1284 16.4254 9.97247 18.0087 10.2763 19.5363C10.5802 21.0639 11.3302 22.4672 12.4315 23.5685C13.5329 24.6698 14.936 25.4198 16.4636 25.7237C17.9913 26.0276 19.5746 25.8716 21.0136 25.2756C22.4526 24.6796 23.6825 23.6701 24.5478 22.3751C25.4131 21.0801 25.875 19.5576 25.875 18C25.875 15.9114 25.0453 13.9084 23.5684 12.4315C22.0916 10.9547 20.0885 10.125 18 10.125Z' fill='black'/%3E%3C/svg%3E%0A") no-repeat 50% 50%;
          mask: url("data:image/svg+xml,%3Csvg width='36' height='36' viewBox='0 0 36 36' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M24.5623 4.87477C26.3013 4.87996 27.9676 5.57308 29.1973 6.80275C30.4269 8.03243 31.12 9.6987 31.1252 11.4377V24.5623C31.12 26.3013 30.4269 27.9676 29.1973 29.1973C27.9676 30.4269 26.3013 31.12 24.5623 31.1252H11.4377C9.6987 31.12 8.03243 30.4269 6.80275 29.1973C5.57308 27.9676 4.87996 26.3013 4.87477 24.5623V11.4377C4.87996 9.6987 5.57308 8.03243 6.80275 6.80275C8.03243 5.57308 9.6987 4.87996 11.4377 4.87477H24.5623ZM24.5623 2.25H11.4377C6.38437 2.25 2.25 6.38437 2.25 11.4377V24.5623C2.25 29.6156 6.38437 33.75 11.4377 33.75H24.5623C29.6156 33.75 33.75 29.6156 33.75 24.5623V11.4377C33.75 6.38437 29.6156 2.25 24.5623 2.25Z' fill='black'/%3E%3Cpath d='M26.531 11.4377C26.1416 11.4377 25.761 11.3223 25.4372 11.1059C25.1135 10.8897 24.8611 10.5822 24.7121 10.2224C24.5631 9.86267 24.5241 9.46681 24.6001 9.08494C24.676 8.703 24.8635 8.35221 25.1389 8.07687C25.4142 7.80153 25.765 7.614 26.1469 7.53806C26.5288 7.46213 26.9247 7.50108 27.2844 7.65007C27.6442 7.79914 27.9516 8.05149 28.1679 8.37521C28.3843 8.69899 28.4997 9.0796 28.4997 9.46899C28.5003 9.72767 28.4497 9.98396 28.351 10.2231C28.2522 10.4622 28.1072 10.6794 27.9244 10.8624C27.7414 11.0453 27.5241 11.1902 27.2851 11.289C27.046 11.3877 26.7897 11.4383 26.531 11.4377ZM18 12.7498C19.0383 12.7498 20.0534 13.0577 20.9168 13.6346C21.7803 14.2115 22.4532 15.0315 22.8505 15.9908C23.248 16.9502 23.3519 18.0058 23.1493 19.0242C22.9467 20.0427 22.4467 20.9782 21.7125 21.7125C20.9782 22.4467 20.0427 22.9468 19.0242 23.1493C18.0058 23.3519 16.9501 23.248 15.9908 22.8506C15.0315 22.4532 14.2115 21.7803 13.6346 20.9169C13.0576 20.0535 12.7497 19.0384 12.7497 18C12.7512 16.608 13.3049 15.2735 14.2892 14.2892C15.2735 13.3049 16.608 12.7512 18 12.7498ZM18 10.125C16.4425 10.125 14.9199 10.5869 13.6249 11.4522C12.3298 12.3175 11.3205 13.5474 10.7245 14.9864C10.1284 16.4254 9.97247 18.0087 10.2763 19.5363C10.5802 21.0639 11.3302 22.4672 12.4315 23.5685C13.5329 24.6698 14.936 25.4198 16.4636 25.7237C17.9913 26.0276 19.5746 25.8716 21.0136 25.2756C22.4526 24.6796 23.6825 23.6701 24.5478 22.3751C25.4131 21.0801 25.875 19.5576 25.875 18C25.875 15.9114 25.0453 13.9084 23.5684 12.4315C22.0916 10.9547 20.0885 10.125 18 10.125Z' fill='black'/%3E%3C/svg%3E%0A") no-repeat 50% 50%;
  -webkit-mask-size: cover;
          mask-size: cover;
  background-color: var(--accent-reverse);
  height: 30px;
  width: 30px;
  display: block;
  background-color: var(--converse-text);
}

.amplify--facebook {
  border-radius: 0.2em 0.2em 0 0;
  padding: 0.2em;
}
.amplify--facebook:before {
  content: "";
  -webkit-mask: url("data:image/svg+xml,%3Csvg width='36' height='36' viewBox='0 0 36 36' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M33.75 18.0949C33.75 9.39725 26.6977 2.34491 18 2.34491C9.30234 2.34491 2.25 9.39725 2.25 18.0949C2.25 25.9558 8.00859 32.4717 15.5391 33.6544V22.649H11.539V18.0949H15.5391V14.625C15.5391 10.6783 17.891 8.49655 21.4882 8.49655C23.2116 8.49655 25.0144 8.80452 25.0144 8.80452V12.6808H23.0273C21.072 12.6808 20.4602 13.8944 20.4602 15.1418V18.0949H24.828L24.1305 22.649H20.4609V33.6558C27.9914 32.4738 33.75 25.958 33.75 18.0949V18.0949Z' fill='black'/%3E%3C/svg%3E%0A") no-repeat 50% 50%;
          mask: url("data:image/svg+xml,%3Csvg width='36' height='36' viewBox='0 0 36 36' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M33.75 18.0949C33.75 9.39725 26.6977 2.34491 18 2.34491C9.30234 2.34491 2.25 9.39725 2.25 18.0949C2.25 25.9558 8.00859 32.4717 15.5391 33.6544V22.649H11.539V18.0949H15.5391V14.625C15.5391 10.6783 17.891 8.49655 21.4882 8.49655C23.2116 8.49655 25.0144 8.80452 25.0144 8.80452V12.6808H23.0273C21.072 12.6808 20.4602 13.8944 20.4602 15.1418V18.0949H24.828L24.1305 22.649H20.4609V33.6558C27.9914 32.4738 33.75 25.958 33.75 18.0949V18.0949Z' fill='black'/%3E%3C/svg%3E%0A") no-repeat 50% 50%;
  -webkit-mask-size: cover;
          mask-size: cover;
  background-color: var(--accent-reverse);
  height: 30px;
  width: 30px;
  display: block;
  background-color: var(--converse-text);
}

.amplify--twitter {
  border-radius: 0.2em 0.2em 0 0;
  padding: 0.2em;
}
.amplify--twitter:before {
  content: "";
  -webkit-mask: url("data:image/svg+xml,%3Csvg width='512' height='512' viewBox='0 0 512 512' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M496 109.5C477.995 117.324 458.944 122.478 439.45 124.8C459.937 112.804 475.343 93.7458 482.78 71.2002C463.411 82.5261 442.256 90.4729 420.22 94.7002C410.941 84.9755 399.781 77.2392 387.419 71.9616C375.057 66.684 361.751 63.9753 348.31 64.0002C293.89 64.0002 249.85 107.4 249.85 160.9C249.811 168.342 250.664 175.761 252.39 183C213.367 181.171 175.155 171.216 140.2 153.773C105.244 136.329 74.3149 111.782 49.39 81.7002C40.6457 96.4414 36.0213 113.261 36 130.4C36 164 53.53 193.7 80 211.1C64.3173 210.728 48.9559 206.577 35.22 199V200.2C35.22 247.2 69.22 286.3 114.22 295.2C105.758 297.456 97.0377 298.599 88.28 298.6C82.0658 298.611 75.8657 298.008 69.77 296.8C82.28 335.3 118.69 363.3 161.82 364.1C126.774 391.109 83.7462 405.708 39.5 405.6C31.6462 405.589 23.7997 405.121 16 404.2C61.0118 432.942 113.334 448.146 166.74 448C348.1 448 447.18 300.3 447.18 172.2C447.18 168 447.07 163.8 446.87 159.7C466.101 146.021 482.738 129.021 496 109.5V109.5Z' fill='white'/%3E%3C/svg%3E%0A") no-repeat 50% 50%;
          mask: url("data:image/svg+xml,%3Csvg width='512' height='512' viewBox='0 0 512 512' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M496 109.5C477.995 117.324 458.944 122.478 439.45 124.8C459.937 112.804 475.343 93.7458 482.78 71.2002C463.411 82.5261 442.256 90.4729 420.22 94.7002C410.941 84.9755 399.781 77.2392 387.419 71.9616C375.057 66.684 361.751 63.9753 348.31 64.0002C293.89 64.0002 249.85 107.4 249.85 160.9C249.811 168.342 250.664 175.761 252.39 183C213.367 181.171 175.155 171.216 140.2 153.773C105.244 136.329 74.3149 111.782 49.39 81.7002C40.6457 96.4414 36.0213 113.261 36 130.4C36 164 53.53 193.7 80 211.1C64.3173 210.728 48.9559 206.577 35.22 199V200.2C35.22 247.2 69.22 286.3 114.22 295.2C105.758 297.456 97.0377 298.599 88.28 298.6C82.0658 298.611 75.8657 298.008 69.77 296.8C82.28 335.3 118.69 363.3 161.82 364.1C126.774 391.109 83.7462 405.708 39.5 405.6C31.6462 405.589 23.7997 405.121 16 404.2C61.0118 432.942 113.334 448.146 166.74 448C348.1 448 447.18 300.3 447.18 172.2C447.18 168 447.07 163.8 446.87 159.7C466.101 146.021 482.738 129.021 496 109.5V109.5Z' fill='white'/%3E%3C/svg%3E%0A") no-repeat 50% 50%;
  -webkit-mask-size: cover;
          mask-size: cover;
  background-color: var(--accent-reverse);
  height: 30px;
  width: 30px;
  display: block;
  background-color: var(--converse-text);
}

.amplify--linkedin {
  border-radius: 0.2em 0.2em 0 0;
  padding: 0.2em;
}
.amplify--linkedin:before {
  content: "";
  -webkit-mask: url("data:image/svg+xml,%3Csvg width='512' height='512' viewBox='0 0 512 512' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M444.17 32H70.28C49.85 32 32 46.7 32 66.89V441.61C32 461.91 49.85 480 70.28 480H444.06C464.6 480 480 461.79 480 441.61V66.89C480.12 46.7 464.6 32 444.17 32ZM170.87 405.43H106.69V205.88H170.87V405.43ZM141 175.54H140.54C120 175.54 106.7 160.25 106.7 141.11C106.7 121.62 120.35 106.69 141.35 106.69C162.35 106.69 175.2 121.51 175.66 141.11C175.65 160.25 162.35 175.54 141 175.54ZM405.43 405.43H341.25V296.32C341.25 270.18 331.91 252.32 308.69 252.32C290.95 252.32 280.45 264.32 275.78 276.01C274.03 280.21 273.56 285.93 273.56 291.77V405.43H209.38V205.88H273.56V233.65C282.9 220.35 297.49 201.21 331.44 201.21C373.57 201.21 405.44 228.98 405.44 288.85L405.43 405.43Z' fill='white'/%3E%3C/svg%3E%0A") no-repeat 50% 50%;
          mask: url("data:image/svg+xml,%3Csvg width='512' height='512' viewBox='0 0 512 512' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M444.17 32H70.28C49.85 32 32 46.7 32 66.89V441.61C32 461.91 49.85 480 70.28 480H444.06C464.6 480 480 461.79 480 441.61V66.89C480.12 46.7 464.6 32 444.17 32ZM170.87 405.43H106.69V205.88H170.87V405.43ZM141 175.54H140.54C120 175.54 106.7 160.25 106.7 141.11C106.7 121.62 120.35 106.69 141.35 106.69C162.35 106.69 175.2 121.51 175.66 141.11C175.65 160.25 162.35 175.54 141 175.54ZM405.43 405.43H341.25V296.32C341.25 270.18 331.91 252.32 308.69 252.32C290.95 252.32 280.45 264.32 275.78 276.01C274.03 280.21 273.56 285.93 273.56 291.77V405.43H209.38V205.88H273.56V233.65C282.9 220.35 297.49 201.21 331.44 201.21C373.57 201.21 405.44 228.98 405.44 288.85L405.43 405.43Z' fill='white'/%3E%3C/svg%3E%0A") no-repeat 50% 50%;
  -webkit-mask-size: cover;
          mask-size: cover;
  background-color: var(--accent-reverse);
  height: 30px;
  width: 30px;
  display: block;
  background-color: var(--converse-text);
}

.amplify--youtube {
  border-radius: 0.2em 0.2em 0 0;
  padding: 0.2em;
}
.amplify--youtube:before {
  content: "";
  -webkit-mask: url("data:image/svg+xml,%3Csvg width='512' height='512' viewBox='0 0 512 512' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_1430_13426)'%3E%3Cpath d='M508.638 148.79C508.638 103.79 475.538 67.59 434.638 67.59C379.238 65 322.738 64 264.998 64H246.998C189.398 64 132.798 65 77.3983 67.6C36.5983 67.6 3.49827 104 3.49827 149C0.998269 184.59 -0.0617314 220.19 -0.00173142 255.79C-0.101731 291.39 1.0316 327.023 3.39827 362.69C3.39827 407.69 36.4983 444.19 77.2983 444.19C135.498 446.89 195.198 448.09 255.898 447.99C316.698 448.19 376.232 446.923 434.498 444.19C475.398 444.19 508.498 407.69 508.498 362.69C510.898 326.99 511.998 291.39 511.898 255.69C512.125 220.09 511.038 184.457 508.638 148.79ZM206.998 353.89V157.39L351.998 255.59L206.998 353.89Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_1430_13426'%3E%3Crect width='512' height='512' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A") no-repeat 50% 50%;
          mask: url("data:image/svg+xml,%3Csvg width='512' height='512' viewBox='0 0 512 512' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_1430_13426)'%3E%3Cpath d='M508.638 148.79C508.638 103.79 475.538 67.59 434.638 67.59C379.238 65 322.738 64 264.998 64H246.998C189.398 64 132.798 65 77.3983 67.6C36.5983 67.6 3.49827 104 3.49827 149C0.998269 184.59 -0.0617314 220.19 -0.00173142 255.79C-0.101731 291.39 1.0316 327.023 3.39827 362.69C3.39827 407.69 36.4983 444.19 77.2983 444.19C135.498 446.89 195.198 448.09 255.898 447.99C316.698 448.19 376.232 446.923 434.498 444.19C475.398 444.19 508.498 407.69 508.498 362.69C510.898 326.99 511.998 291.39 511.898 255.69C512.125 220.09 511.038 184.457 508.638 148.79ZM206.998 353.89V157.39L351.998 255.59L206.998 353.89Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_1430_13426'%3E%3Crect width='512' height='512' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A") no-repeat 50% 50%;
  -webkit-mask-size: cover;
          mask-size: cover;
  background-color: var(--accent-reverse);
  height: 30px;
  width: 30px;
  display: block;
  background-color: var(--converse-text);
}

.amplify--tiktok {
  border-radius: 0.2em 0.2em 0 0;
  padding: 0.2em;
}
.amplify--tiktok:before {
  content: "";
  -webkit-mask: url("data:image/svg+xml,%3Csvg width='512' height='512' viewBox='0 0 512 512' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M412.192 118.66C408.952 116.986 405.798 115.15 402.742 113.16C393.855 107.285 385.706 100.362 378.472 92.54C360.372 71.83 353.612 50.82 351.122 36.11H351.222C349.142 23.9 350.002 16 350.132 16H267.692V334.78C267.692 339.06 267.692 343.29 267.512 347.47C267.512 347.99 267.462 348.47 267.432 349.03C267.432 349.26 267.432 349.5 267.382 349.74V349.92C266.513 361.358 262.847 372.407 256.705 382.095C250.564 391.783 242.136 399.814 232.162 405.48C221.768 411.394 210.011 414.496 198.052 414.48C159.642 414.48 128.512 383.16 128.512 344.48C128.512 305.8 159.642 274.48 198.052 274.48C205.323 274.473 212.549 275.617 219.462 277.87L219.562 193.93C198.576 191.219 177.255 192.887 156.946 198.828C136.636 204.77 117.778 214.856 101.562 228.45C87.3527 240.796 75.4069 255.527 66.2621 271.98C62.7821 277.98 49.6521 302.09 48.0621 341.22C47.0621 363.43 53.7321 386.44 56.9121 395.95V396.15C58.9121 401.75 66.6621 420.86 79.2921 436.97C89.4764 449.893 101.509 461.245 115.002 470.66V470.46L115.202 470.66C155.112 497.78 199.362 496 199.362 496C207.022 495.69 232.682 496 261.822 482.19C294.142 466.88 312.542 444.07 312.542 444.07C324.297 430.441 333.644 414.909 340.182 398.14C347.642 378.53 350.132 355.01 350.132 345.61V176.49C351.132 177.09 364.452 185.9 364.452 185.9C364.452 185.9 383.642 198.2 413.582 206.21C435.062 211.91 464.002 213.11 464.002 213.11V131.27C453.862 132.37 433.272 129.17 412.192 118.66V118.66Z' fill='white'/%3E%3C/svg%3E%0A") no-repeat 50% 50%;
          mask: url("data:image/svg+xml,%3Csvg width='512' height='512' viewBox='0 0 512 512' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M412.192 118.66C408.952 116.986 405.798 115.15 402.742 113.16C393.855 107.285 385.706 100.362 378.472 92.54C360.372 71.83 353.612 50.82 351.122 36.11H351.222C349.142 23.9 350.002 16 350.132 16H267.692V334.78C267.692 339.06 267.692 343.29 267.512 347.47C267.512 347.99 267.462 348.47 267.432 349.03C267.432 349.26 267.432 349.5 267.382 349.74V349.92C266.513 361.358 262.847 372.407 256.705 382.095C250.564 391.783 242.136 399.814 232.162 405.48C221.768 411.394 210.011 414.496 198.052 414.48C159.642 414.48 128.512 383.16 128.512 344.48C128.512 305.8 159.642 274.48 198.052 274.48C205.323 274.473 212.549 275.617 219.462 277.87L219.562 193.93C198.576 191.219 177.255 192.887 156.946 198.828C136.636 204.77 117.778 214.856 101.562 228.45C87.3527 240.796 75.4069 255.527 66.2621 271.98C62.7821 277.98 49.6521 302.09 48.0621 341.22C47.0621 363.43 53.7321 386.44 56.9121 395.95V396.15C58.9121 401.75 66.6621 420.86 79.2921 436.97C89.4764 449.893 101.509 461.245 115.002 470.66V470.46L115.202 470.66C155.112 497.78 199.362 496 199.362 496C207.022 495.69 232.682 496 261.822 482.19C294.142 466.88 312.542 444.07 312.542 444.07C324.297 430.441 333.644 414.909 340.182 398.14C347.642 378.53 350.132 355.01 350.132 345.61V176.49C351.132 177.09 364.452 185.9 364.452 185.9C364.452 185.9 383.642 198.2 413.582 206.21C435.062 211.91 464.002 213.11 464.002 213.11V131.27C453.862 132.37 433.272 129.17 412.192 118.66V118.66Z' fill='white'/%3E%3C/svg%3E%0A") no-repeat 50% 50%;
  -webkit-mask-size: cover;
          mask-size: cover;
  background-color: var(--accent-reverse);
  height: 30px;
  width: 30px;
  display: block;
  background-color: var(--converse-text);
}

.card .card__image__wrapper {
  overflow: hidden;
}
.card a .card__image__wrapper img {
  -webkit-transition: -webkit-transform 0.7s cubic-bezier(0.195, 0.6, 0.195, 0.99);
  transition: -webkit-transform 0.7s cubic-bezier(0.195, 0.6, 0.195, 0.99);
  transition: transform 0.7s cubic-bezier(0.195, 0.6, 0.195, 0.99);
  transition: transform 0.7s cubic-bezier(0.195, 0.6, 0.195, 0.99), -webkit-transform 0.7s cubic-bezier(0.195, 0.6, 0.195, 0.99);
}
.card a:hover .card-title {
  text-decoration: underline;
}
.card a:hover .card__image__wrapper img {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}
.card a:hover + .card-body .card-title {
  text-decoration: underline;
}

.card-body a {
  text-decoration: none;
}
.card-body p a, .card-body .modal--search input a, .modal--search .card-body input a, .card-body .rt-editor ol a, .rt-editor .card-body ol a, .card-body .filters-button-group .button a, .filters-button-group .card-body .button a, .card-body .chapters button a, .chapters .card-body button a, .card-body .rt-podcastplayer.fixed .shk-chapter_duration a, .rt-podcastplayer.fixed .card-body .shk-chapter_duration a, .card-body .rt-podcastplayer.fixed .shk-chapter_title a, .rt-podcastplayer.fixed .card-body .shk-chapter_title a, .card-body ul a {
  -webkit-text-decoration: underline var(--accent) 2px;
          text-decoration: underline var(--accent) 2px;
  -webkit-text-decoration-line: underline;
  -webkit-text-decoration-color: var(--accent);
  -webkit-text-decoration-style: solid;
  -webkit-text-decoration-thickness: 2px;
}
.block--primary .card-body p a, .block--primary .card-body .modal--search input a, .modal--search .block--primary .card-body input a, .block--primary .card-body .rt-editor ol a, .rt-editor .block--primary .card-body ol a, .block--primary .card-body .filters-button-group .button a, .filters-button-group .block--primary .card-body .button a, .block--primary .card-body .chapters button a, .chapters .block--primary .card-body button a, .block--primary .card-body .rt-podcastplayer.fixed .shk-chapter_duration a, .rt-podcastplayer.fixed .block--primary .card-body .shk-chapter_duration a, .block--primary .card-body .rt-podcastplayer.fixed .shk-chapter_title a, .rt-podcastplayer.fixed .block--primary .card-body .shk-chapter_title a, .block--primary .card-body ul a {
  -webkit-text-decoration: underline var(--cta-text) 2px;
          text-decoration: underline var(--cta-text) 2px;
  -webkit-text-decoration-color: var(--cta-text);
}
.card-body p a:hover, .card-body .modal--search input a:hover, .modal--search .card-body input a:hover, .card-body .rt-editor ol a:hover, .rt-editor .card-body ol a:hover, .card-body .filters-button-group .button a:hover, .filters-button-group .card-body .button a:hover, .card-body .chapters button a:hover, .chapters .card-body button a:hover, .card-body .rt-podcastplayer.fixed .shk-chapter_duration a:hover, .rt-podcastplayer.fixed .card-body .shk-chapter_duration a:hover, .card-body .rt-podcastplayer.fixed .shk-chapter_title a:hover, .rt-podcastplayer.fixed .card-body .shk-chapter_title a:hover, .card-body ul a:hover {
  text-decoration: none;
}
.card-body ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.card__image__wrapper {
  position: relative;
}
.card__image__wrapper .sm-icn {
  position: absolute;
  bottom: 8px;
  right: 12px;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 4px;
  margin-bottom: 0;
}
.card__image__wrapper .sm-icn:before {
  width: 32px;
  height: 32px;
}

.card-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.card-label__item {
  margin-right: 2px;
}
.card-label__item:before {
  height: 16px;
  width: 16px;
  background: #000000;
  margin-right: 4px;
}
.card-label__item:after {
  content: ", ";
}
.card-label__item:last-child:after {
  content: "";
}

.card-label__item--instagram {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.card-label__item--instagram:before {
  content: "";
  -webkit-mask: url("data:image/svg+xml,%3Csvg width='36' height='36' viewBox='0 0 36 36' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M24.5623 4.87477C26.3013 4.87996 27.9676 5.57308 29.1973 6.80275C30.4269 8.03243 31.12 9.6987 31.1252 11.4377V24.5623C31.12 26.3013 30.4269 27.9676 29.1973 29.1973C27.9676 30.4269 26.3013 31.12 24.5623 31.1252H11.4377C9.6987 31.12 8.03243 30.4269 6.80275 29.1973C5.57308 27.9676 4.87996 26.3013 4.87477 24.5623V11.4377C4.87996 9.6987 5.57308 8.03243 6.80275 6.80275C8.03243 5.57308 9.6987 4.87996 11.4377 4.87477H24.5623ZM24.5623 2.25H11.4377C6.38437 2.25 2.25 6.38437 2.25 11.4377V24.5623C2.25 29.6156 6.38437 33.75 11.4377 33.75H24.5623C29.6156 33.75 33.75 29.6156 33.75 24.5623V11.4377C33.75 6.38437 29.6156 2.25 24.5623 2.25Z' fill='black'/%3E%3Cpath d='M26.531 11.4377C26.1416 11.4377 25.761 11.3223 25.4372 11.1059C25.1135 10.8897 24.8611 10.5822 24.7121 10.2224C24.5631 9.86267 24.5241 9.46681 24.6001 9.08494C24.676 8.703 24.8635 8.35221 25.1389 8.07687C25.4142 7.80153 25.765 7.614 26.1469 7.53806C26.5288 7.46213 26.9247 7.50108 27.2844 7.65007C27.6442 7.79914 27.9516 8.05149 28.1679 8.37521C28.3843 8.69899 28.4997 9.0796 28.4997 9.46899C28.5003 9.72767 28.4497 9.98396 28.351 10.2231C28.2522 10.4622 28.1072 10.6794 27.9244 10.8624C27.7414 11.0453 27.5241 11.1902 27.2851 11.289C27.046 11.3877 26.7897 11.4383 26.531 11.4377ZM18 12.7498C19.0383 12.7498 20.0534 13.0577 20.9168 13.6346C21.7803 14.2115 22.4532 15.0315 22.8505 15.9908C23.248 16.9502 23.3519 18.0058 23.1493 19.0242C22.9467 20.0427 22.4467 20.9782 21.7125 21.7125C20.9782 22.4467 20.0427 22.9468 19.0242 23.1493C18.0058 23.3519 16.9501 23.248 15.9908 22.8506C15.0315 22.4532 14.2115 21.7803 13.6346 20.9169C13.0576 20.0535 12.7497 19.0384 12.7497 18C12.7512 16.608 13.3049 15.2735 14.2892 14.2892C15.2735 13.3049 16.608 12.7512 18 12.7498ZM18 10.125C16.4425 10.125 14.9199 10.5869 13.6249 11.4522C12.3298 12.3175 11.3205 13.5474 10.7245 14.9864C10.1284 16.4254 9.97247 18.0087 10.2763 19.5363C10.5802 21.0639 11.3302 22.4672 12.4315 23.5685C13.5329 24.6698 14.936 25.4198 16.4636 25.7237C17.9913 26.0276 19.5746 25.8716 21.0136 25.2756C22.4526 24.6796 23.6825 23.6701 24.5478 22.3751C25.4131 21.0801 25.875 19.5576 25.875 18C25.875 15.9114 25.0453 13.9084 23.5684 12.4315C22.0916 10.9547 20.0885 10.125 18 10.125Z' fill='black'/%3E%3C/svg%3E%0A") no-repeat 50% 50%;
          mask: url("data:image/svg+xml,%3Csvg width='36' height='36' viewBox='0 0 36 36' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M24.5623 4.87477C26.3013 4.87996 27.9676 5.57308 29.1973 6.80275C30.4269 8.03243 31.12 9.6987 31.1252 11.4377V24.5623C31.12 26.3013 30.4269 27.9676 29.1973 29.1973C27.9676 30.4269 26.3013 31.12 24.5623 31.1252H11.4377C9.6987 31.12 8.03243 30.4269 6.80275 29.1973C5.57308 27.9676 4.87996 26.3013 4.87477 24.5623V11.4377C4.87996 9.6987 5.57308 8.03243 6.80275 6.80275C8.03243 5.57308 9.6987 4.87996 11.4377 4.87477H24.5623ZM24.5623 2.25H11.4377C6.38437 2.25 2.25 6.38437 2.25 11.4377V24.5623C2.25 29.6156 6.38437 33.75 11.4377 33.75H24.5623C29.6156 33.75 33.75 29.6156 33.75 24.5623V11.4377C33.75 6.38437 29.6156 2.25 24.5623 2.25Z' fill='black'/%3E%3Cpath d='M26.531 11.4377C26.1416 11.4377 25.761 11.3223 25.4372 11.1059C25.1135 10.8897 24.8611 10.5822 24.7121 10.2224C24.5631 9.86267 24.5241 9.46681 24.6001 9.08494C24.676 8.703 24.8635 8.35221 25.1389 8.07687C25.4142 7.80153 25.765 7.614 26.1469 7.53806C26.5288 7.46213 26.9247 7.50108 27.2844 7.65007C27.6442 7.79914 27.9516 8.05149 28.1679 8.37521C28.3843 8.69899 28.4997 9.0796 28.4997 9.46899C28.5003 9.72767 28.4497 9.98396 28.351 10.2231C28.2522 10.4622 28.1072 10.6794 27.9244 10.8624C27.7414 11.0453 27.5241 11.1902 27.2851 11.289C27.046 11.3877 26.7897 11.4383 26.531 11.4377ZM18 12.7498C19.0383 12.7498 20.0534 13.0577 20.9168 13.6346C21.7803 14.2115 22.4532 15.0315 22.8505 15.9908C23.248 16.9502 23.3519 18.0058 23.1493 19.0242C22.9467 20.0427 22.4467 20.9782 21.7125 21.7125C20.9782 22.4467 20.0427 22.9468 19.0242 23.1493C18.0058 23.3519 16.9501 23.248 15.9908 22.8506C15.0315 22.4532 14.2115 21.7803 13.6346 20.9169C13.0576 20.0535 12.7497 19.0384 12.7497 18C12.7512 16.608 13.3049 15.2735 14.2892 14.2892C15.2735 13.3049 16.608 12.7512 18 12.7498ZM18 10.125C16.4425 10.125 14.9199 10.5869 13.6249 11.4522C12.3298 12.3175 11.3205 13.5474 10.7245 14.9864C10.1284 16.4254 9.97247 18.0087 10.2763 19.5363C10.5802 21.0639 11.3302 22.4672 12.4315 23.5685C13.5329 24.6698 14.936 25.4198 16.4636 25.7237C17.9913 26.0276 19.5746 25.8716 21.0136 25.2756C22.4526 24.6796 23.6825 23.6701 24.5478 22.3751C25.4131 21.0801 25.875 19.5576 25.875 18C25.875 15.9114 25.0453 13.9084 23.5684 12.4315C22.0916 10.9547 20.0885 10.125 18 10.125Z' fill='black'/%3E%3C/svg%3E%0A") no-repeat 50% 50%;
  -webkit-mask-size: cover;
          mask-size: cover;
  background-color: var(--accent-reverse);
  background: #000000;
}

.card-label__item--facebook {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.card-label__item--facebook:before {
  content: "";
  -webkit-mask: url("data:image/svg+xml,%3Csvg width='36' height='36' viewBox='0 0 36 36' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M33.75 18.0949C33.75 9.39725 26.6977 2.34491 18 2.34491C9.30234 2.34491 2.25 9.39725 2.25 18.0949C2.25 25.9558 8.00859 32.4717 15.5391 33.6544V22.649H11.539V18.0949H15.5391V14.625C15.5391 10.6783 17.891 8.49655 21.4882 8.49655C23.2116 8.49655 25.0144 8.80452 25.0144 8.80452V12.6808H23.0273C21.072 12.6808 20.4602 13.8944 20.4602 15.1418V18.0949H24.828L24.1305 22.649H20.4609V33.6558C27.9914 32.4738 33.75 25.958 33.75 18.0949V18.0949Z' fill='black'/%3E%3C/svg%3E%0A") no-repeat 50% 50%;
          mask: url("data:image/svg+xml,%3Csvg width='36' height='36' viewBox='0 0 36 36' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M33.75 18.0949C33.75 9.39725 26.6977 2.34491 18 2.34491C9.30234 2.34491 2.25 9.39725 2.25 18.0949C2.25 25.9558 8.00859 32.4717 15.5391 33.6544V22.649H11.539V18.0949H15.5391V14.625C15.5391 10.6783 17.891 8.49655 21.4882 8.49655C23.2116 8.49655 25.0144 8.80452 25.0144 8.80452V12.6808H23.0273C21.072 12.6808 20.4602 13.8944 20.4602 15.1418V18.0949H24.828L24.1305 22.649H20.4609V33.6558C27.9914 32.4738 33.75 25.958 33.75 18.0949V18.0949Z' fill='black'/%3E%3C/svg%3E%0A") no-repeat 50% 50%;
  -webkit-mask-size: cover;
          mask-size: cover;
  background-color: var(--accent-reverse);
  background: #000000;
}

.card-label__item--twitter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.card-label__item--twitter:before {
  content: "";
  -webkit-mask: url("data:image/svg+xml,%3Csvg width='512' height='512' viewBox='0 0 512 512' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M496 109.5C477.995 117.324 458.944 122.478 439.45 124.8C459.937 112.804 475.343 93.7458 482.78 71.2002C463.411 82.5261 442.256 90.4729 420.22 94.7002C410.941 84.9755 399.781 77.2392 387.419 71.9616C375.057 66.684 361.751 63.9753 348.31 64.0002C293.89 64.0002 249.85 107.4 249.85 160.9C249.811 168.342 250.664 175.761 252.39 183C213.367 181.171 175.155 171.216 140.2 153.773C105.244 136.329 74.3149 111.782 49.39 81.7002C40.6457 96.4414 36.0213 113.261 36 130.4C36 164 53.53 193.7 80 211.1C64.3173 210.728 48.9559 206.577 35.22 199V200.2C35.22 247.2 69.22 286.3 114.22 295.2C105.758 297.456 97.0377 298.599 88.28 298.6C82.0658 298.611 75.8657 298.008 69.77 296.8C82.28 335.3 118.69 363.3 161.82 364.1C126.774 391.109 83.7462 405.708 39.5 405.6C31.6462 405.589 23.7997 405.121 16 404.2C61.0118 432.942 113.334 448.146 166.74 448C348.1 448 447.18 300.3 447.18 172.2C447.18 168 447.07 163.8 446.87 159.7C466.101 146.021 482.738 129.021 496 109.5V109.5Z' fill='white'/%3E%3C/svg%3E%0A") no-repeat 50% 50%;
          mask: url("data:image/svg+xml,%3Csvg width='512' height='512' viewBox='0 0 512 512' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M496 109.5C477.995 117.324 458.944 122.478 439.45 124.8C459.937 112.804 475.343 93.7458 482.78 71.2002C463.411 82.5261 442.256 90.4729 420.22 94.7002C410.941 84.9755 399.781 77.2392 387.419 71.9616C375.057 66.684 361.751 63.9753 348.31 64.0002C293.89 64.0002 249.85 107.4 249.85 160.9C249.811 168.342 250.664 175.761 252.39 183C213.367 181.171 175.155 171.216 140.2 153.773C105.244 136.329 74.3149 111.782 49.39 81.7002C40.6457 96.4414 36.0213 113.261 36 130.4C36 164 53.53 193.7 80 211.1C64.3173 210.728 48.9559 206.577 35.22 199V200.2C35.22 247.2 69.22 286.3 114.22 295.2C105.758 297.456 97.0377 298.599 88.28 298.6C82.0658 298.611 75.8657 298.008 69.77 296.8C82.28 335.3 118.69 363.3 161.82 364.1C126.774 391.109 83.7462 405.708 39.5 405.6C31.6462 405.589 23.7997 405.121 16 404.2C61.0118 432.942 113.334 448.146 166.74 448C348.1 448 447.18 300.3 447.18 172.2C447.18 168 447.07 163.8 446.87 159.7C466.101 146.021 482.738 129.021 496 109.5V109.5Z' fill='white'/%3E%3C/svg%3E%0A") no-repeat 50% 50%;
  -webkit-mask-size: cover;
          mask-size: cover;
  background-color: var(--accent-reverse);
  background: #000000;
}

.card-label__item--linkedin {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.card-label__item--linkedin:before {
  content: "";
  -webkit-mask: url("data:image/svg+xml,%3Csvg width='512' height='512' viewBox='0 0 512 512' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M444.17 32H70.28C49.85 32 32 46.7 32 66.89V441.61C32 461.91 49.85 480 70.28 480H444.06C464.6 480 480 461.79 480 441.61V66.89C480.12 46.7 464.6 32 444.17 32ZM170.87 405.43H106.69V205.88H170.87V405.43ZM141 175.54H140.54C120 175.54 106.7 160.25 106.7 141.11C106.7 121.62 120.35 106.69 141.35 106.69C162.35 106.69 175.2 121.51 175.66 141.11C175.65 160.25 162.35 175.54 141 175.54ZM405.43 405.43H341.25V296.32C341.25 270.18 331.91 252.32 308.69 252.32C290.95 252.32 280.45 264.32 275.78 276.01C274.03 280.21 273.56 285.93 273.56 291.77V405.43H209.38V205.88H273.56V233.65C282.9 220.35 297.49 201.21 331.44 201.21C373.57 201.21 405.44 228.98 405.44 288.85L405.43 405.43Z' fill='white'/%3E%3C/svg%3E%0A") no-repeat 50% 50%;
          mask: url("data:image/svg+xml,%3Csvg width='512' height='512' viewBox='0 0 512 512' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M444.17 32H70.28C49.85 32 32 46.7 32 66.89V441.61C32 461.91 49.85 480 70.28 480H444.06C464.6 480 480 461.79 480 441.61V66.89C480.12 46.7 464.6 32 444.17 32ZM170.87 405.43H106.69V205.88H170.87V405.43ZM141 175.54H140.54C120 175.54 106.7 160.25 106.7 141.11C106.7 121.62 120.35 106.69 141.35 106.69C162.35 106.69 175.2 121.51 175.66 141.11C175.65 160.25 162.35 175.54 141 175.54ZM405.43 405.43H341.25V296.32C341.25 270.18 331.91 252.32 308.69 252.32C290.95 252.32 280.45 264.32 275.78 276.01C274.03 280.21 273.56 285.93 273.56 291.77V405.43H209.38V205.88H273.56V233.65C282.9 220.35 297.49 201.21 331.44 201.21C373.57 201.21 405.44 228.98 405.44 288.85L405.43 405.43Z' fill='white'/%3E%3C/svg%3E%0A") no-repeat 50% 50%;
  -webkit-mask-size: cover;
          mask-size: cover;
  background-color: var(--accent-reverse);
  background: #000000;
}

.card-label__item--youtube {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.card-label__item--youtube:before {
  content: "";
  -webkit-mask: url("data:image/svg+xml,%3Csvg width='512' height='512' viewBox='0 0 512 512' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_1430_13426)'%3E%3Cpath d='M508.638 148.79C508.638 103.79 475.538 67.59 434.638 67.59C379.238 65 322.738 64 264.998 64H246.998C189.398 64 132.798 65 77.3983 67.6C36.5983 67.6 3.49827 104 3.49827 149C0.998269 184.59 -0.0617314 220.19 -0.00173142 255.79C-0.101731 291.39 1.0316 327.023 3.39827 362.69C3.39827 407.69 36.4983 444.19 77.2983 444.19C135.498 446.89 195.198 448.09 255.898 447.99C316.698 448.19 376.232 446.923 434.498 444.19C475.398 444.19 508.498 407.69 508.498 362.69C510.898 326.99 511.998 291.39 511.898 255.69C512.125 220.09 511.038 184.457 508.638 148.79ZM206.998 353.89V157.39L351.998 255.59L206.998 353.89Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_1430_13426'%3E%3Crect width='512' height='512' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A") no-repeat 50% 50%;
          mask: url("data:image/svg+xml,%3Csvg width='512' height='512' viewBox='0 0 512 512' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_1430_13426)'%3E%3Cpath d='M508.638 148.79C508.638 103.79 475.538 67.59 434.638 67.59C379.238 65 322.738 64 264.998 64H246.998C189.398 64 132.798 65 77.3983 67.6C36.5983 67.6 3.49827 104 3.49827 149C0.998269 184.59 -0.0617314 220.19 -0.00173142 255.79C-0.101731 291.39 1.0316 327.023 3.39827 362.69C3.39827 407.69 36.4983 444.19 77.2983 444.19C135.498 446.89 195.198 448.09 255.898 447.99C316.698 448.19 376.232 446.923 434.498 444.19C475.398 444.19 508.498 407.69 508.498 362.69C510.898 326.99 511.998 291.39 511.898 255.69C512.125 220.09 511.038 184.457 508.638 148.79ZM206.998 353.89V157.39L351.998 255.59L206.998 353.89Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_1430_13426'%3E%3Crect width='512' height='512' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A") no-repeat 50% 50%;
  -webkit-mask-size: cover;
          mask-size: cover;
  background-color: var(--accent-reverse);
  background: #000000;
}

.card-label__item--tiktok {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.card-label__item--tiktok:before {
  content: "";
  -webkit-mask: url("data:image/svg+xml,%3Csvg width='512' height='512' viewBox='0 0 512 512' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M412.192 118.66C408.952 116.986 405.798 115.15 402.742 113.16C393.855 107.285 385.706 100.362 378.472 92.54C360.372 71.83 353.612 50.82 351.122 36.11H351.222C349.142 23.9 350.002 16 350.132 16H267.692V334.78C267.692 339.06 267.692 343.29 267.512 347.47C267.512 347.99 267.462 348.47 267.432 349.03C267.432 349.26 267.432 349.5 267.382 349.74V349.92C266.513 361.358 262.847 372.407 256.705 382.095C250.564 391.783 242.136 399.814 232.162 405.48C221.768 411.394 210.011 414.496 198.052 414.48C159.642 414.48 128.512 383.16 128.512 344.48C128.512 305.8 159.642 274.48 198.052 274.48C205.323 274.473 212.549 275.617 219.462 277.87L219.562 193.93C198.576 191.219 177.255 192.887 156.946 198.828C136.636 204.77 117.778 214.856 101.562 228.45C87.3527 240.796 75.4069 255.527 66.2621 271.98C62.7821 277.98 49.6521 302.09 48.0621 341.22C47.0621 363.43 53.7321 386.44 56.9121 395.95V396.15C58.9121 401.75 66.6621 420.86 79.2921 436.97C89.4764 449.893 101.509 461.245 115.002 470.66V470.46L115.202 470.66C155.112 497.78 199.362 496 199.362 496C207.022 495.69 232.682 496 261.822 482.19C294.142 466.88 312.542 444.07 312.542 444.07C324.297 430.441 333.644 414.909 340.182 398.14C347.642 378.53 350.132 355.01 350.132 345.61V176.49C351.132 177.09 364.452 185.9 364.452 185.9C364.452 185.9 383.642 198.2 413.582 206.21C435.062 211.91 464.002 213.11 464.002 213.11V131.27C453.862 132.37 433.272 129.17 412.192 118.66V118.66Z' fill='white'/%3E%3C/svg%3E%0A") no-repeat 50% 50%;
          mask: url("data:image/svg+xml,%3Csvg width='512' height='512' viewBox='0 0 512 512' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M412.192 118.66C408.952 116.986 405.798 115.15 402.742 113.16C393.855 107.285 385.706 100.362 378.472 92.54C360.372 71.83 353.612 50.82 351.122 36.11H351.222C349.142 23.9 350.002 16 350.132 16H267.692V334.78C267.692 339.06 267.692 343.29 267.512 347.47C267.512 347.99 267.462 348.47 267.432 349.03C267.432 349.26 267.432 349.5 267.382 349.74V349.92C266.513 361.358 262.847 372.407 256.705 382.095C250.564 391.783 242.136 399.814 232.162 405.48C221.768 411.394 210.011 414.496 198.052 414.48C159.642 414.48 128.512 383.16 128.512 344.48C128.512 305.8 159.642 274.48 198.052 274.48C205.323 274.473 212.549 275.617 219.462 277.87L219.562 193.93C198.576 191.219 177.255 192.887 156.946 198.828C136.636 204.77 117.778 214.856 101.562 228.45C87.3527 240.796 75.4069 255.527 66.2621 271.98C62.7821 277.98 49.6521 302.09 48.0621 341.22C47.0621 363.43 53.7321 386.44 56.9121 395.95V396.15C58.9121 401.75 66.6621 420.86 79.2921 436.97C89.4764 449.893 101.509 461.245 115.002 470.66V470.46L115.202 470.66C155.112 497.78 199.362 496 199.362 496C207.022 495.69 232.682 496 261.822 482.19C294.142 466.88 312.542 444.07 312.542 444.07C324.297 430.441 333.644 414.909 340.182 398.14C347.642 378.53 350.132 355.01 350.132 345.61V176.49C351.132 177.09 364.452 185.9 364.452 185.9C364.452 185.9 383.642 198.2 413.582 206.21C435.062 211.91 464.002 213.11 464.002 213.11V131.27C453.862 132.37 433.272 129.17 412.192 118.66V118.66Z' fill='white'/%3E%3C/svg%3E%0A") no-repeat 50% 50%;
  -webkit-mask-size: cover;
          mask-size: cover;
  background-color: var(--accent-reverse);
  background: #000000;
}

.card-footer {
  padding-bottom: 24px;
}

section:not(.cards--with-buttons) .card-footer {
  padding-top: 0;
}
.accordion--switch .accordion-header {
  position: relative;
}
.accordion--switch .form-check, .accordion--switch .EPiServerForms .FormChoice label, .EPiServerForms .FormChoice .accordion--switch label {
  right: 40px;
  z-index: 10;
  position: absolute;
}
.accordion--switch .form-check--small {
  font-size: 0.5em;
}

.block--map .accordion--angle .accordion-button:after {
  width: 32px;
  height: 32px;
  background-size: 32px;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='24px' viewBox='0 0 24 24' width='24px' fill='%23191414'%3E%3Cpath d='M8.12 9.29L12 13.17l3.88-3.88c.39-.39 1.02-.39 1.41 0 .39.39.39 1.02 0 1.41l-4.59 4.59c-.39.39-1.02.39-1.41 0L6.7 10.7c-.39-.39-.39-1.02 0-1.41.39-.38 1.03-.39 1.42 0z'/%3E%3C/svg%3E");
}
.block--map .accordion--angle .accordion-button:not(.collapsed)::after {
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
}

.accordion--small .accordion-item {
  background-color: white;
}
.accordion--small .accordion-item .accordion-button {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-bottom: 1rem;
  padding-top: 1rem;
  background-color: transparent;
}
.accordion--small .accordion-item .accordion-button:not(.collapsed) {
  background-color: transparent;
  color: var(--secondary);
}
.accordion--small .accordion-item .accordion-button.collapsed {
  -webkit-transition: background-color 0.05s ease-in-out;
  transition: background-color 0.05s ease-in-out;
}
.accordion--small .accordion-item .accordion-body {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0rem;
  padding-bottom: 1.5rem;
}
.accordion--small .accordion-item + .accordion-item {
  margin-top: 8px;
}

.accordion-item {
  border-radius: 0;
  overflow: hidden;
  background-color: #ffffff;
  border: 1px solid rgba(16, 16, 24, 0.12) !important;
  -webkit-transition: all 0.15s ease-in;
  transition: all 0.15s ease-in;
}
.block--darker .accordion-item {
  border: 1px solid rgba(255, 255, 255, 0.2) !important;
  background-color: transparent;
}
.block--darker .accordion-item:hover {
  border: 1px solid rgba(255, 255, 255, 0.7) !important;
}
.block--darker .accordion-item .accordion-button:after {
  -webkit-filter: invert(1);
          filter: invert(1);
}
.block--primary .accordion-item {
  border: 1px solid rgba(255, 255, 255, 0.2) !important;
  background-color: transparent;
}
.block--primary .accordion-item:hover {
  border: 1px solid rgba(255, 255, 255, 0.7) !important;
}
.block--primary .accordion-item .accordion-button:before, .block--primary .accordion-item .accordion-button:after {
  -webkit-filter: invert(1);
          filter: invert(1);
}
.accordion-item:hover {
  border: 1px solid black !important;
}
.accordion-item .accordion-button {
  border-radius: 0;
  font-size: 20px;
  margin-bottom: 0 !important;
  background-color: transparent;
}
.accordion-item .accordion-body {
  padding-top: 0;
  max-width: 900px;
  line-height: 1.5;
}
.accordion-item .accordion-body strong {
  font-weight: 500;
}
.accordion-item + .accordion-item {
  margin-top: 16px;
}

form .accordion {
  border-top: 1px solid #ced4da;
  border-bottom: 1px solid #ced4da;
}
form .accordion > span {
  font-size: 16px;
  line-height: 19px;
  color: #333;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGAAAABgCAQAAABIkb+zAAABGklEQVR4Ae3RAcZCQRiF4buDfwshBGi+2UQgcIGAVtpSIuS/KyilG+UTcbk6zIH3GQBm3mM6AAAAAAAAAACA+eqf/yZBXcV/2XeCVPYx1FXj/FjGUMd45AQp/1HHGGLZNL+e61jHnKDmv8652YT1IvPfE2LX/Sh27/ycsF60yT/lk58JYn6eU4MJccjnlAmZ/33i0OAH4jg9Qcw/5g9YJpS+m6n0xvzpCfVe+nn59S7kGyYo+YYJWz3fO+E2PaFs9XzPhMy/6fmWCXq+YUJs9HzrhLh+JsQmrnq+bYKeb52g53snXPR88wQ93z9Bz/dP0PP9E/R89wQ93zpBz7dO0POtE/R86wQ93zpBzzdP+MoHAAAAAAAAAADAExTnTW20AtjhAAAAAElFTkSuQmCC) center right no-repeat;
  background-size: 18px !important;
  display: inline-block;
  padding-right: 25px;
  cursor: pointer;
}
form .accordion .close {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAQCAYAAAAmlE46AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAADNSURBVHgBfZLREYJADESDw79YgdeBJYgdWAIdKJU4dmAHlIB2oBV4HYAVaBgXDUsgMzu5y+Xd5iOJjCOoCqpdVNEWEgeskB/IG/TtbVMKh5wc78ahu29pimuCwsEAcxGQy75QqGp6zCAxuUavLFBoza9PwEfVCVBj3hsGg/iR0aivKcfowLbWzjmyiz2PwKnxOFwwzDQHD7RwVC3JvaWeERhwXhHYT/MDUwK7OMt3g/oFiKo39QyWvMLDTfzIVWvVjsEg/03xovu0xATyAV0OL/gSHDk4AAAAAElFTkSuQmCC) center center no-repeat;
  background-size: 13px !important;
  height: 15px;
  display: inline-block;
  width: 15px;
}

.multiple {
  margin-bottom: 24px;
}
.multiple .accordion {
  padding: 24px 0;
  font-size: 16px;
  line-height: 19px;
  border-top: 1px solid #ececec;
  border-bottom: 1px solid #ececec;
}
.multiple .accordion + .form-block {
  margin-top: 1rem;
}
.multiple .accordion .person-name {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGAAAABgCAQAAABIkb+zAAABGklEQVR4Ae3RAcZCQRiF4buDfwshBGi+2UQgcIGAVtpSIuS/KyilG+UTcbk6zIH3GQBm3mM6AAAAAAAAAACA+eqf/yZBXcV/2XeCVPYx1FXj/FjGUMd45AQp/1HHGGLZNL+e61jHnKDmv8652YT1IvPfE2LX/Sh27/ycsF60yT/lk58JYn6eU4MJccjnlAmZ/33i0OAH4jg9Qcw/5g9YJpS+m6n0xvzpCfVe+nn59S7kGyYo+YYJWz3fO+E2PaFs9XzPhMy/6fmWCXq+YUJs9HzrhLh+JsQmrnq+bYKeb52g53snXPR88wQ93z9Bz/dP0PP9E/R89wQ93zpBz7dO0POtE/R86wQ93zpBzzdP+MoHAAAAAAAAAADAExTnTW20AtjhAAAAAElFTkSuQmCC") center right no-repeat;
  background-size: 18px !important;
  padding-right: 25px;
  cursor: pointer;
}
.multiple .accordion span.close {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAQCAYAAAAmlE46AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAADNSURBVHgBfZLREYJADESDw79YgdeBJYgdWAIdKJU4dmAHlIB2oBV4HYAVaBgXDUsgMzu5y+Xd5iOJjCOoCqpdVNEWEgeskB/IG/TtbVMKh5wc78ahu29pimuCwsEAcxGQy75QqGp6zCAxuUavLFBoza9PwEfVCVBj3hsGg/iR0aivKcfowLbWzjmyiz2PwKnxOFwwzDQHD7RwVC3JvaWeERhwXhHYT/MDUwK7OMt3g/oFiKo39QyWvMLDTfzIVWvVjsEg/03xovu0xATyAV0OL/gSHDk4AAAAAElFTkSuQmCC) center center no-repeat;
  background-size: 13px !important;
  height: 15px;
  width: 15px;
  cursor: pointer;
}

figcaption {
  font-size: 11px;
  padding-top: 12px;
  -ms-flex-item-align: end;
      align-self: flex-end;
}
figcaption.figcaption--center {
  -ms-flex-item-align: center;
      align-self: center;
}

#global-attention-bar {
  z-index: 21;
}

@media (max-width: 991.98px) {
  body.local-attention.global-attention .navbar.submenu {
    top: 152px;
  }
}

@media (max-width: 991.98px) {
  body.global-attention .navbar.submenu, body.local-attention .navbar.submenu {
    top: 104px;
  }
}

.attention.alert {
  padding: 0;
  border: 0;
  margin: 0;
  position: relative;
  z-index: 20;
  height: 48px;
}
.attention.alert .accordion-item {
  border: 0 !important;
  overflow: visible;
}
.attention.alert .accordion-item .accordion-collapse {
  -webkit-box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.15);
}
.attention.alert .btn-close {
  z-index: 10;
  padding: 0 16px;
  height: 48px;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-x' viewBox='0 0 16 16'%3E%3Cpath d='M4.646 4.646a.5.5 0 0 1 .708 0L8 7.293l2.646-2.647a.5.5 0 0 1 .708.708L8.707 8l2.647 2.646a.5.5 0 0 1-.708.708L8 8.707l-2.646 2.647a.5.5 0 0 1-.708-.708L7.293 8 4.646 5.354a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E") no-repeat 50% 50%;
          mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-x' viewBox='0 0 16 16'%3E%3Cpath d='M4.646 4.646a.5.5 0 0 1 .708 0L8 7.293l2.646-2.647a.5.5 0 0 1 .708.708L8.707 8l2.647 2.646a.5.5 0 0 1-.708.708L8 8.707l-2.646 2.647a.5.5 0 0 1-.708-.708L7.293 8 4.646 5.354a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E") no-repeat 50% 50%;
  -webkit-mask-size: 28px;
          mask-size: 28px;
  background-image: none;
  background-color: #ffffff;
}
.attention.alert .btn-close:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.attention .attention__cta {
  margin-top: 32px;
}
.attention .attention__cta .attention__cta__link {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  text-decoration: none;
  position: relative;
}
.attention .attention__cta .attention__cta__link:before {
  content: "";
  height: 2px;
  left: 0;
  bottom: 0;
  position: absolute;
  -webkit-transition: width 0.3s cubic-bezier(0.645, 0.045, 0.345, 1) 0ms;
  transition: width 0.3s cubic-bezier(0.645, 0.045, 0.345, 1) 0ms;
  width: 0;
  opacity: 0;
  background-color: currentColor;
}
.attention .attention__cta .attention__cta__link:hover:before {
  opacity: 1;
  width: 100%;
}
.attention .accordion .accordion-collapse {
  background-color: #f7f7f7;
  color: #000000;
  border-radius: 0;
}
.attention .accordion .accordion-body {
  font-size: 14px;
  text-align: center;
  margin: 0 auto;
  padding-top: 23px;
  padding-bottom: 40px;
}
.attention .accordion .accordion-item, .attention .accordion .accordion-button {
  background-color: transparent;
  color: #ffffff;
}
.attention .accordion .accordion-button {
  background-color: #000000;
  font-size: 14px;
  padding-top: 12px;
  padding-bottom: 12px;
  border-radius: 0 !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.attention .accordion .accordion-button:hover {
  text-decoration: underline;
}
.attention .accordion .accordion-button:after {
  background: none;
  margin-left: 4px;
  width: 24px;
  height: 24px;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='24px' viewBox='0 0 24 24' width='24px' fill='%23FFFFFF'%3E%3Cpath d='M8.12 9.29L12 13.17l3.88-3.88c.39-.39 1.02-.39 1.41 0 .39.39.39 1.02 0 1.41l-4.59 4.59c-.39.39-1.02.39-1.41 0L6.7 10.7c-.39-.39-.39-1.02 0-1.41.39-.38 1.03-.39 1.42 0z'/%3E%3C/svg%3E") no-repeat 50% 50%;
          mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='24px' viewBox='0 0 24 24' width='24px' fill='%23FFFFFF'%3E%3Cpath d='M8.12 9.29L12 13.17l3.88-3.88c.39-.39 1.02-.39 1.41 0 .39.39.39 1.02 0 1.41l-4.59 4.59c-.39.39-1.02.39-1.41 0L6.7 10.7c-.39-.39-.39-1.02 0-1.41.39-.38 1.03-.39 1.42 0z'/%3E%3C/svg%3E") no-repeat 50% 50%;
  -webkit-mask-size: cover;
          mask-size: cover;
  background-color: currentColor;
}

.offcanvas {
  bottom: auto;
}

.offcanvas-top {
  height: auto;
  min-height: 30vh;
}
.offcanvas-top .offcanvas-body {
  padding-top: 0;
}

.rt-nav.offcanvas {
  background-color: #000000;
  color: #ffffff;
  bottom: 0;
}
.rt-nav.offcanvas .offcanvas-header {
  height: 104px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 104px;
          flex: 0 0 104px;
}
.rt-nav.offcanvas .btn-close {
  padding: 0;
  height: 48px;
  width: 48px;
}

.offcanvas-start {
  width: 440px;
  border-right: 0;
}
@media screen and (min-width: 768px) {
  .offcanvas-start {
    min-width: 600px;
  }
}

.offcanvas-header {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 24px;
}
@media screen and (min-width: 768px) {
  .offcanvas-header {
    padding: 32px;
  }
}

.offcanvas-backdrop {
  background-color: rgba(0, 0, 0, 0.3);
}
.offcanvas-backdrop.show {
  opacity: 1;
}

.icn-instagram {
  padding: 0.2em;
}
.icn-instagram:before {
  content: "";
  -webkit-mask: url("data:image/svg+xml,%3Csvg width='36' height='36' viewBox='0 0 36 36' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M24.5623 4.87477C26.3013 4.87996 27.9676 5.57308 29.1973 6.80275C30.4269 8.03243 31.12 9.6987 31.1252 11.4377V24.5623C31.12 26.3013 30.4269 27.9676 29.1973 29.1973C27.9676 30.4269 26.3013 31.12 24.5623 31.1252H11.4377C9.6987 31.12 8.03243 30.4269 6.80275 29.1973C5.57308 27.9676 4.87996 26.3013 4.87477 24.5623V11.4377C4.87996 9.6987 5.57308 8.03243 6.80275 6.80275C8.03243 5.57308 9.6987 4.87996 11.4377 4.87477H24.5623ZM24.5623 2.25H11.4377C6.38437 2.25 2.25 6.38437 2.25 11.4377V24.5623C2.25 29.6156 6.38437 33.75 11.4377 33.75H24.5623C29.6156 33.75 33.75 29.6156 33.75 24.5623V11.4377C33.75 6.38437 29.6156 2.25 24.5623 2.25Z' fill='black'/%3E%3Cpath d='M26.531 11.4377C26.1416 11.4377 25.761 11.3223 25.4372 11.1059C25.1135 10.8897 24.8611 10.5822 24.7121 10.2224C24.5631 9.86267 24.5241 9.46681 24.6001 9.08494C24.676 8.703 24.8635 8.35221 25.1389 8.07687C25.4142 7.80153 25.765 7.614 26.1469 7.53806C26.5288 7.46213 26.9247 7.50108 27.2844 7.65007C27.6442 7.79914 27.9516 8.05149 28.1679 8.37521C28.3843 8.69899 28.4997 9.0796 28.4997 9.46899C28.5003 9.72767 28.4497 9.98396 28.351 10.2231C28.2522 10.4622 28.1072 10.6794 27.9244 10.8624C27.7414 11.0453 27.5241 11.1902 27.2851 11.289C27.046 11.3877 26.7897 11.4383 26.531 11.4377ZM18 12.7498C19.0383 12.7498 20.0534 13.0577 20.9168 13.6346C21.7803 14.2115 22.4532 15.0315 22.8505 15.9908C23.248 16.9502 23.3519 18.0058 23.1493 19.0242C22.9467 20.0427 22.4467 20.9782 21.7125 21.7125C20.9782 22.4467 20.0427 22.9468 19.0242 23.1493C18.0058 23.3519 16.9501 23.248 15.9908 22.8506C15.0315 22.4532 14.2115 21.7803 13.6346 20.9169C13.0576 20.0535 12.7497 19.0384 12.7497 18C12.7512 16.608 13.3049 15.2735 14.2892 14.2892C15.2735 13.3049 16.608 12.7512 18 12.7498ZM18 10.125C16.4425 10.125 14.9199 10.5869 13.6249 11.4522C12.3298 12.3175 11.3205 13.5474 10.7245 14.9864C10.1284 16.4254 9.97247 18.0087 10.2763 19.5363C10.5802 21.0639 11.3302 22.4672 12.4315 23.5685C13.5329 24.6698 14.936 25.4198 16.4636 25.7237C17.9913 26.0276 19.5746 25.8716 21.0136 25.2756C22.4526 24.6796 23.6825 23.6701 24.5478 22.3751C25.4131 21.0801 25.875 19.5576 25.875 18C25.875 15.9114 25.0453 13.9084 23.5684 12.4315C22.0916 10.9547 20.0885 10.125 18 10.125Z' fill='black'/%3E%3C/svg%3E%0A") no-repeat 50% 50%;
          mask: url("data:image/svg+xml,%3Csvg width='36' height='36' viewBox='0 0 36 36' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M24.5623 4.87477C26.3013 4.87996 27.9676 5.57308 29.1973 6.80275C30.4269 8.03243 31.12 9.6987 31.1252 11.4377V24.5623C31.12 26.3013 30.4269 27.9676 29.1973 29.1973C27.9676 30.4269 26.3013 31.12 24.5623 31.1252H11.4377C9.6987 31.12 8.03243 30.4269 6.80275 29.1973C5.57308 27.9676 4.87996 26.3013 4.87477 24.5623V11.4377C4.87996 9.6987 5.57308 8.03243 6.80275 6.80275C8.03243 5.57308 9.6987 4.87996 11.4377 4.87477H24.5623ZM24.5623 2.25H11.4377C6.38437 2.25 2.25 6.38437 2.25 11.4377V24.5623C2.25 29.6156 6.38437 33.75 11.4377 33.75H24.5623C29.6156 33.75 33.75 29.6156 33.75 24.5623V11.4377C33.75 6.38437 29.6156 2.25 24.5623 2.25Z' fill='black'/%3E%3Cpath d='M26.531 11.4377C26.1416 11.4377 25.761 11.3223 25.4372 11.1059C25.1135 10.8897 24.8611 10.5822 24.7121 10.2224C24.5631 9.86267 24.5241 9.46681 24.6001 9.08494C24.676 8.703 24.8635 8.35221 25.1389 8.07687C25.4142 7.80153 25.765 7.614 26.1469 7.53806C26.5288 7.46213 26.9247 7.50108 27.2844 7.65007C27.6442 7.79914 27.9516 8.05149 28.1679 8.37521C28.3843 8.69899 28.4997 9.0796 28.4997 9.46899C28.5003 9.72767 28.4497 9.98396 28.351 10.2231C28.2522 10.4622 28.1072 10.6794 27.9244 10.8624C27.7414 11.0453 27.5241 11.1902 27.2851 11.289C27.046 11.3877 26.7897 11.4383 26.531 11.4377ZM18 12.7498C19.0383 12.7498 20.0534 13.0577 20.9168 13.6346C21.7803 14.2115 22.4532 15.0315 22.8505 15.9908C23.248 16.9502 23.3519 18.0058 23.1493 19.0242C22.9467 20.0427 22.4467 20.9782 21.7125 21.7125C20.9782 22.4467 20.0427 22.9468 19.0242 23.1493C18.0058 23.3519 16.9501 23.248 15.9908 22.8506C15.0315 22.4532 14.2115 21.7803 13.6346 20.9169C13.0576 20.0535 12.7497 19.0384 12.7497 18C12.7512 16.608 13.3049 15.2735 14.2892 14.2892C15.2735 13.3049 16.608 12.7512 18 12.7498ZM18 10.125C16.4425 10.125 14.9199 10.5869 13.6249 11.4522C12.3298 12.3175 11.3205 13.5474 10.7245 14.9864C10.1284 16.4254 9.97247 18.0087 10.2763 19.5363C10.5802 21.0639 11.3302 22.4672 12.4315 23.5685C13.5329 24.6698 14.936 25.4198 16.4636 25.7237C17.9913 26.0276 19.5746 25.8716 21.0136 25.2756C22.4526 24.6796 23.6825 23.6701 24.5478 22.3751C25.4131 21.0801 25.875 19.5576 25.875 18C25.875 15.9114 25.0453 13.9084 23.5684 12.4315C22.0916 10.9547 20.0885 10.125 18 10.125Z' fill='black'/%3E%3C/svg%3E%0A") no-repeat 50% 50%;
  -webkit-mask-size: cover;
          mask-size: cover;
  background-color: var(--accent-reverse);
  height: 30px;
  width: 30px;
  display: block;
  background-color: var(--converse-text);
}

.icn-facebook {
  border-radius: 0.2em 0.2em 0 0;
  padding: 0.2em;
}
.icn-facebook:before {
  content: "";
  -webkit-mask: url("data:image/svg+xml,%3Csvg width='36' height='36' viewBox='0 0 36 36' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M33.75 18.0949C33.75 9.39725 26.6977 2.34491 18 2.34491C9.30234 2.34491 2.25 9.39725 2.25 18.0949C2.25 25.9558 8.00859 32.4717 15.5391 33.6544V22.649H11.539V18.0949H15.5391V14.625C15.5391 10.6783 17.891 8.49655 21.4882 8.49655C23.2116 8.49655 25.0144 8.80452 25.0144 8.80452V12.6808H23.0273C21.072 12.6808 20.4602 13.8944 20.4602 15.1418V18.0949H24.828L24.1305 22.649H20.4609V33.6558C27.9914 32.4738 33.75 25.958 33.75 18.0949V18.0949Z' fill='black'/%3E%3C/svg%3E%0A") no-repeat 50% 50%;
          mask: url("data:image/svg+xml,%3Csvg width='36' height='36' viewBox='0 0 36 36' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M33.75 18.0949C33.75 9.39725 26.6977 2.34491 18 2.34491C9.30234 2.34491 2.25 9.39725 2.25 18.0949C2.25 25.9558 8.00859 32.4717 15.5391 33.6544V22.649H11.539V18.0949H15.5391V14.625C15.5391 10.6783 17.891 8.49655 21.4882 8.49655C23.2116 8.49655 25.0144 8.80452 25.0144 8.80452V12.6808H23.0273C21.072 12.6808 20.4602 13.8944 20.4602 15.1418V18.0949H24.828L24.1305 22.649H20.4609V33.6558C27.9914 32.4738 33.75 25.958 33.75 18.0949V18.0949Z' fill='black'/%3E%3C/svg%3E%0A") no-repeat 50% 50%;
  -webkit-mask-size: cover;
          mask-size: cover;
  background-color: var(--accent-reverse);
  height: 30px;
  width: 30px;
  display: block;
  background-color: var(--converse-text);
}

.icn-twitter {
  border-radius: 0.2em 0.2em 0 0;
  padding: 0.2em;
}
.icn-twitter:before {
  content: "";
  -webkit-mask: url("data:image/svg+xml,%3Csvg width='512' height='512' viewBox='0 0 512 512' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M496 109.5C477.995 117.324 458.944 122.478 439.45 124.8C459.937 112.804 475.343 93.7458 482.78 71.2002C463.411 82.5261 442.256 90.4729 420.22 94.7002C410.941 84.9755 399.781 77.2392 387.419 71.9616C375.057 66.684 361.751 63.9753 348.31 64.0002C293.89 64.0002 249.85 107.4 249.85 160.9C249.811 168.342 250.664 175.761 252.39 183C213.367 181.171 175.155 171.216 140.2 153.773C105.244 136.329 74.3149 111.782 49.39 81.7002C40.6457 96.4414 36.0213 113.261 36 130.4C36 164 53.53 193.7 80 211.1C64.3173 210.728 48.9559 206.577 35.22 199V200.2C35.22 247.2 69.22 286.3 114.22 295.2C105.758 297.456 97.0377 298.599 88.28 298.6C82.0658 298.611 75.8657 298.008 69.77 296.8C82.28 335.3 118.69 363.3 161.82 364.1C126.774 391.109 83.7462 405.708 39.5 405.6C31.6462 405.589 23.7997 405.121 16 404.2C61.0118 432.942 113.334 448.146 166.74 448C348.1 448 447.18 300.3 447.18 172.2C447.18 168 447.07 163.8 446.87 159.7C466.101 146.021 482.738 129.021 496 109.5V109.5Z' fill='white'/%3E%3C/svg%3E%0A") no-repeat 50% 50%;
          mask: url("data:image/svg+xml,%3Csvg width='512' height='512' viewBox='0 0 512 512' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M496 109.5C477.995 117.324 458.944 122.478 439.45 124.8C459.937 112.804 475.343 93.7458 482.78 71.2002C463.411 82.5261 442.256 90.4729 420.22 94.7002C410.941 84.9755 399.781 77.2392 387.419 71.9616C375.057 66.684 361.751 63.9753 348.31 64.0002C293.89 64.0002 249.85 107.4 249.85 160.9C249.811 168.342 250.664 175.761 252.39 183C213.367 181.171 175.155 171.216 140.2 153.773C105.244 136.329 74.3149 111.782 49.39 81.7002C40.6457 96.4414 36.0213 113.261 36 130.4C36 164 53.53 193.7 80 211.1C64.3173 210.728 48.9559 206.577 35.22 199V200.2C35.22 247.2 69.22 286.3 114.22 295.2C105.758 297.456 97.0377 298.599 88.28 298.6C82.0658 298.611 75.8657 298.008 69.77 296.8C82.28 335.3 118.69 363.3 161.82 364.1C126.774 391.109 83.7462 405.708 39.5 405.6C31.6462 405.589 23.7997 405.121 16 404.2C61.0118 432.942 113.334 448.146 166.74 448C348.1 448 447.18 300.3 447.18 172.2C447.18 168 447.07 163.8 446.87 159.7C466.101 146.021 482.738 129.021 496 109.5V109.5Z' fill='white'/%3E%3C/svg%3E%0A") no-repeat 50% 50%;
  -webkit-mask-size: cover;
          mask-size: cover;
  background-color: var(--accent-reverse);
  height: 30px;
  width: 30px;
  display: block;
  background-color: var(--converse-text);
}

.icn-linkedin {
  border-radius: 0.2em 0.2em 0 0;
  padding: 0.2em;
}
.icn-linkedin:before {
  content: "";
  -webkit-mask: url("data:image/svg+xml,%3Csvg width='512' height='512' viewBox='0 0 512 512' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M444.17 32H70.28C49.85 32 32 46.7 32 66.89V441.61C32 461.91 49.85 480 70.28 480H444.06C464.6 480 480 461.79 480 441.61V66.89C480.12 46.7 464.6 32 444.17 32ZM170.87 405.43H106.69V205.88H170.87V405.43ZM141 175.54H140.54C120 175.54 106.7 160.25 106.7 141.11C106.7 121.62 120.35 106.69 141.35 106.69C162.35 106.69 175.2 121.51 175.66 141.11C175.65 160.25 162.35 175.54 141 175.54ZM405.43 405.43H341.25V296.32C341.25 270.18 331.91 252.32 308.69 252.32C290.95 252.32 280.45 264.32 275.78 276.01C274.03 280.21 273.56 285.93 273.56 291.77V405.43H209.38V205.88H273.56V233.65C282.9 220.35 297.49 201.21 331.44 201.21C373.57 201.21 405.44 228.98 405.44 288.85L405.43 405.43Z' fill='white'/%3E%3C/svg%3E%0A") no-repeat 50% 50%;
          mask: url("data:image/svg+xml,%3Csvg width='512' height='512' viewBox='0 0 512 512' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M444.17 32H70.28C49.85 32 32 46.7 32 66.89V441.61C32 461.91 49.85 480 70.28 480H444.06C464.6 480 480 461.79 480 441.61V66.89C480.12 46.7 464.6 32 444.17 32ZM170.87 405.43H106.69V205.88H170.87V405.43ZM141 175.54H140.54C120 175.54 106.7 160.25 106.7 141.11C106.7 121.62 120.35 106.69 141.35 106.69C162.35 106.69 175.2 121.51 175.66 141.11C175.65 160.25 162.35 175.54 141 175.54ZM405.43 405.43H341.25V296.32C341.25 270.18 331.91 252.32 308.69 252.32C290.95 252.32 280.45 264.32 275.78 276.01C274.03 280.21 273.56 285.93 273.56 291.77V405.43H209.38V205.88H273.56V233.65C282.9 220.35 297.49 201.21 331.44 201.21C373.57 201.21 405.44 228.98 405.44 288.85L405.43 405.43Z' fill='white'/%3E%3C/svg%3E%0A") no-repeat 50% 50%;
  -webkit-mask-size: cover;
          mask-size: cover;
  background-color: var(--accent-reverse);
  height: 30px;
  width: 30px;
  display: block;
  background-color: var(--converse-text);
}

.icn-youtube {
  border-radius: 0.2em 0.2em 0 0;
  padding: 0.2em;
}
.icn-youtube:before {
  content: "";
  -webkit-mask: url("data:image/svg+xml,%3Csvg width='512' height='512' viewBox='0 0 512 512' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_1430_13426)'%3E%3Cpath d='M508.638 148.79C508.638 103.79 475.538 67.59 434.638 67.59C379.238 65 322.738 64 264.998 64H246.998C189.398 64 132.798 65 77.3983 67.6C36.5983 67.6 3.49827 104 3.49827 149C0.998269 184.59 -0.0617314 220.19 -0.00173142 255.79C-0.101731 291.39 1.0316 327.023 3.39827 362.69C3.39827 407.69 36.4983 444.19 77.2983 444.19C135.498 446.89 195.198 448.09 255.898 447.99C316.698 448.19 376.232 446.923 434.498 444.19C475.398 444.19 508.498 407.69 508.498 362.69C510.898 326.99 511.998 291.39 511.898 255.69C512.125 220.09 511.038 184.457 508.638 148.79ZM206.998 353.89V157.39L351.998 255.59L206.998 353.89Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_1430_13426'%3E%3Crect width='512' height='512' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A") no-repeat 50% 50%;
          mask: url("data:image/svg+xml,%3Csvg width='512' height='512' viewBox='0 0 512 512' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_1430_13426)'%3E%3Cpath d='M508.638 148.79C508.638 103.79 475.538 67.59 434.638 67.59C379.238 65 322.738 64 264.998 64H246.998C189.398 64 132.798 65 77.3983 67.6C36.5983 67.6 3.49827 104 3.49827 149C0.998269 184.59 -0.0617314 220.19 -0.00173142 255.79C-0.101731 291.39 1.0316 327.023 3.39827 362.69C3.39827 407.69 36.4983 444.19 77.2983 444.19C135.498 446.89 195.198 448.09 255.898 447.99C316.698 448.19 376.232 446.923 434.498 444.19C475.398 444.19 508.498 407.69 508.498 362.69C510.898 326.99 511.998 291.39 511.898 255.69C512.125 220.09 511.038 184.457 508.638 148.79ZM206.998 353.89V157.39L351.998 255.59L206.998 353.89Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_1430_13426'%3E%3Crect width='512' height='512' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A") no-repeat 50% 50%;
  -webkit-mask-size: cover;
          mask-size: cover;
  background-color: var(--accent-reverse);
  height: 30px;
  width: 30px;
  display: block;
  background-color: var(--converse-text);
}

.icn-tiktok {
  border-radius: 0.2em 0.2em 0 0;
  padding: 0.2em;
}
.icn-tiktok:before {
  content: "";
  -webkit-mask: url("data:image/svg+xml,%3Csvg width='512' height='512' viewBox='0 0 512 512' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M412.192 118.66C408.952 116.986 405.798 115.15 402.742 113.16C393.855 107.285 385.706 100.362 378.472 92.54C360.372 71.83 353.612 50.82 351.122 36.11H351.222C349.142 23.9 350.002 16 350.132 16H267.692V334.78C267.692 339.06 267.692 343.29 267.512 347.47C267.512 347.99 267.462 348.47 267.432 349.03C267.432 349.26 267.432 349.5 267.382 349.74V349.92C266.513 361.358 262.847 372.407 256.705 382.095C250.564 391.783 242.136 399.814 232.162 405.48C221.768 411.394 210.011 414.496 198.052 414.48C159.642 414.48 128.512 383.16 128.512 344.48C128.512 305.8 159.642 274.48 198.052 274.48C205.323 274.473 212.549 275.617 219.462 277.87L219.562 193.93C198.576 191.219 177.255 192.887 156.946 198.828C136.636 204.77 117.778 214.856 101.562 228.45C87.3527 240.796 75.4069 255.527 66.2621 271.98C62.7821 277.98 49.6521 302.09 48.0621 341.22C47.0621 363.43 53.7321 386.44 56.9121 395.95V396.15C58.9121 401.75 66.6621 420.86 79.2921 436.97C89.4764 449.893 101.509 461.245 115.002 470.66V470.46L115.202 470.66C155.112 497.78 199.362 496 199.362 496C207.022 495.69 232.682 496 261.822 482.19C294.142 466.88 312.542 444.07 312.542 444.07C324.297 430.441 333.644 414.909 340.182 398.14C347.642 378.53 350.132 355.01 350.132 345.61V176.49C351.132 177.09 364.452 185.9 364.452 185.9C364.452 185.9 383.642 198.2 413.582 206.21C435.062 211.91 464.002 213.11 464.002 213.11V131.27C453.862 132.37 433.272 129.17 412.192 118.66V118.66Z' fill='white'/%3E%3C/svg%3E%0A") no-repeat 50% 50%;
          mask: url("data:image/svg+xml,%3Csvg width='512' height='512' viewBox='0 0 512 512' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M412.192 118.66C408.952 116.986 405.798 115.15 402.742 113.16C393.855 107.285 385.706 100.362 378.472 92.54C360.372 71.83 353.612 50.82 351.122 36.11H351.222C349.142 23.9 350.002 16 350.132 16H267.692V334.78C267.692 339.06 267.692 343.29 267.512 347.47C267.512 347.99 267.462 348.47 267.432 349.03C267.432 349.26 267.432 349.5 267.382 349.74V349.92C266.513 361.358 262.847 372.407 256.705 382.095C250.564 391.783 242.136 399.814 232.162 405.48C221.768 411.394 210.011 414.496 198.052 414.48C159.642 414.48 128.512 383.16 128.512 344.48C128.512 305.8 159.642 274.48 198.052 274.48C205.323 274.473 212.549 275.617 219.462 277.87L219.562 193.93C198.576 191.219 177.255 192.887 156.946 198.828C136.636 204.77 117.778 214.856 101.562 228.45C87.3527 240.796 75.4069 255.527 66.2621 271.98C62.7821 277.98 49.6521 302.09 48.0621 341.22C47.0621 363.43 53.7321 386.44 56.9121 395.95V396.15C58.9121 401.75 66.6621 420.86 79.2921 436.97C89.4764 449.893 101.509 461.245 115.002 470.66V470.46L115.202 470.66C155.112 497.78 199.362 496 199.362 496C207.022 495.69 232.682 496 261.822 482.19C294.142 466.88 312.542 444.07 312.542 444.07C324.297 430.441 333.644 414.909 340.182 398.14C347.642 378.53 350.132 355.01 350.132 345.61V176.49C351.132 177.09 364.452 185.9 364.452 185.9C364.452 185.9 383.642 198.2 413.582 206.21C435.062 211.91 464.002 213.11 464.002 213.11V131.27C453.862 132.37 433.272 129.17 412.192 118.66V118.66Z' fill='white'/%3E%3C/svg%3E%0A") no-repeat 50% 50%;
  -webkit-mask-size: cover;
          mask-size: cover;
  background-color: var(--accent-reverse);
  height: 30px;
  width: 30px;
  display: block;
  background-color: var(--converse-text);
}

.toast-container {
  max-height: 100%;
  overflow: auto;
  pointer-events: auto;
}
.toast-container .toast {
  max-width: 760px;
}
.toast-container .toast:not(#toast-cookie) {
  max-width: 400px;
}
.toast-container .toast .lead, .toast-container .toast .EPiServerForms .Form__Description, .EPiServerForms .toast-container .toast .Form__Description {
  font-size: 16px;
}
.toast-container .toast .toast-header + .toast-body {
  padding-top: 0;
}
@media screen and (min-width: 0) and (max-width: 992px) {
  .toast-container .toast-body {
    padding: 24px;
  }
  .toast-container .toast-body p, .toast-container .toast-body .modal--search input, .modal--search .toast-container .toast-body input, .toast-container .toast-body .rt-editor ul, .rt-editor .toast-container .toast-body ul, .toast-container .toast-body .rt-editor ol, .rt-editor .toast-container .toast-body ol, .toast-container .toast-body .filters-button-group .button, .filters-button-group .toast-container .toast-body .button, .toast-container .toast-body .chapters button, .chapters .toast-container .toast-body button, .toast-container .toast-body .rt-podcastplayer.fixed .shk-chapter_duration, .rt-podcastplayer.fixed .toast-container .toast-body .shk-chapter_duration, .toast-container .toast-body .rt-podcastplayer.fixed .shk-chapter_title, .rt-podcastplayer.fixed .toast-container .toast-body .shk-chapter_title {
    font-size: 14px;
  }
}
.toast-container .toast-body > h3, .toast-container .toast-body > .h3, .toast-container .EPiServerForms .toast-body > .Form__Title, .EPiServerForms .toast-container .toast-body > .Form__Title {
  margin-bottom: 0;
}

.list-group--search {
  border-top: 1px solid rgba(0, 0, 0, 0.125);
  padding-top: 16px;
}
.list-group--search .list-group-item {
  min-height: 168px;
  padding-top: 0;
  padding-bottom: 32px !important;
}
.list-group--search .list-group__figure {
  min-width: 96px;
  position: relative;
  display: block;
}
@media screen and (min-width: 992px) {
  .list-group--search .list-group__figure {
    min-width: 160px;
  }
}
.list-group--search .list-group__figure img {
  width: 100%;
  aspect-ratio: 4/3;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 24px;
  width: 100%;
  object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
@media screen and (min-width: 992px) {
  .list-group--search .list-group__figure img {
    bottom: 0;
    top: auto;
  }
}

.list-group-item.active {
  text-decoration: underline;
}

.socialmedia .socialmedia__item {
  opacity: 0.7;
}
.socialmedia .socialmedia__item:hover {
  opacity: 1;
}

.tooltip .tooltip-arrow {
  z-index: 1;
}
.tooltip.fade {
  margin-top: 12px !important;
  -webkit-transition: margin-top 0.2s ease-in-out, opacity 0.1s ease-in-out;
  transition: margin-top 0.2s ease-in-out, opacity 0.1s ease-in-out;
}
.tooltip .tooltip-inner {
  position: relative;
  -webkit-box-shadow: 0 0px 38px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0px 38px rgba(0, 0, 0, 0.2);
}
.tooltip .tooltip-inner h5, .tooltip .tooltip-inner .h5, .tooltip .tooltip-inner .accordion-item .accordion-button, .accordion-item .tooltip .tooltip-inner .accordion-button {
  font-size: 18px;
  line-height: 1.1;
}
@media screen and (min-width: 992px) {
  .tooltip .tooltip-inner h5, .tooltip .tooltip-inner .h5, .tooltip .tooltip-inner .accordion-item .accordion-button, .accordion-item .tooltip .tooltip-inner .accordion-button {
    font-size: 20px;
  }
}
.tooltip .tooltip-inner h6, .tooltip .tooltip-inner .h6, .tooltip .tooltip-inner .cards--no-images .amplify, .cards--no-images .tooltip .tooltip-inner .amplify {
  font-size: 16px;
}
.tooltip .tooltip-inner a {
  display: block;
  margin-top: 8px;
}
.tooltip .tooltip-inner a + h5, .tooltip .tooltip-inner a + .h5, .tooltip .tooltip-inner .accordion-item a + .accordion-button, .accordion-item .tooltip .tooltip-inner a + .accordion-button {
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.tooltip .tooltip-inner .btn-close {
  position: absolute;
  right: 12px;
  top: 12px;
}

.scrollspy-nav {
  height: 56px;
  background-color: black;
  color: white;
  pointer-events: none;
  -webkit-transition-timing-function: cubic-bezier(0.16, 1, 0.3, 1);
          transition-timing-function: cubic-bezier(0.16, 1, 0.3, 1);
  -webkit-transition-duration: 0.6s;
          transition-duration: 0.6s;
  -webkit-transition-property: background-color, top, left, width, opacity, -webkit-transform;
  transition-property: background-color, top, left, width, opacity, -webkit-transform;
  transition-property: background-color, top, left, width, opacity, transform;
  transition-property: background-color, top, left, width, opacity, transform, -webkit-transform;
  opacity: 0;
  margin-top: -1px;
}
.scrollspy .scrollspy-nav {
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
}
.scrollspy--visible .scrollspy-nav {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
  pointer-events: all;
}
.scrollspy-nav .btn, .scrollspy-nav .block--callout .link span, .block--callout .link .scrollspy-nav span, .scrollspy-nav .EPiServerForms button[type=submit], .EPiServerForms .scrollspy-nav button[type=submit], .scrollspy-nav .EPiServerForms input[type=reset], .EPiServerForms .scrollspy-nav input[type=reset], .scrollspy-nav .cards--with-buttons .card-footer a, .cards--with-buttons .card-footer .scrollspy-nav a {
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.scrollspy-nav .scrollspy-nav__navbar {
  padding: 0;
  height: 100%;
  overflow-x: auto;
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}
.scrollspy-nav .scrollspy-nav__navbar::-webkit-scrollbar {
  display: none;
}
.scrollspy-nav .scrollspy-nav__navbar:after {
  content: "";
  width: 32px;
  pointer-events: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), to(#000000));
  background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
}
.scrollspy-nav .scrollspy-nav__navbar .nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  overflow-x: auto;
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}
.scrollspy-nav .scrollspy-nav__navbar .nav::-webkit-scrollbar {
  display: none;
}
.scrollspy-nav .nav-link {
  text-decoration: none;
  font-size: 15px;
  white-space: nowrap;
}
.scrollspy-nav .nav-link.active {
  color: var(--primary);
}
.scrollspy-nav .nav-link:hover {
  text-decoration: underline;
}

.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
  max-width: 1200px;
}
.mfp-content #search-container {
  max-width: 700px;
  margin: 0 auto;
  border-radius: 80px;
  overflow: hidden;
}
.mfp-content #search-container .mfp-close {
  display: none;
}
.mfp-content .showpage.lightbox-container {
  padding: 0 50px;
  background: #fff;
  margin: 48px auto;
  max-width: 1050px;
}
.mfp-content .mfp-close {
  top: 24px;
  right: 24px;
  height: 24px;
  width: 24px;
  font-size: 48px;
  line-height: 0;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
  cursor: pointer;
  color: #fff;
  text-align: center;
  padding: 0;
  opacity: 0.5;
}
.mfp-content .mfp-close:hover {
  opacity: 1;
}

.mfp-inline-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: #fff;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
.mfp-close:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}
.mfp-close:active {
  top: 1px;
}

.mfp-arrow {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
.mfp-arrow:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}
.mfp-arrow:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}
.mfp-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow .mfp-b {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}
.mfp-arrow .mfp-a {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-preloader {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #ccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: 0;
  left: 50%;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
      transform: translateX(-50%) translateY(-50%);
}
.mfp-preloader a {
  color: #ccc;
}
.mfp-preloader a:hover {
  color: #fff;
}
.mfp-preloader:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 48px;
  height: 48px;
  margin-top: -24px;
  margin-left: -24px;
  background-image: url("/./static/images/loader-inverted.svg");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: absolute;
  top: 0;
  right: 0;
  color: #ccc;
  font-size: 12px;
  line-height: 18px;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
          box-shadow: none;
}

button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
          box-shadow: none;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close {
  color: #fff;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
  top: 27px;
  display: none;
}
.mfp-image-holder .mfp-content {
  max-width: 100%;
  max-width: 80%;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-close {
  color: #fff;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
  top: -40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after {
  border-right: 17px solid #fff;
  margin-left: 31px;
}
.mfp-arrow-left .mfp-a {
  border-right: 17px solid #fff;
  margin-left: 31px;
}
.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f;
}
.mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f;
}

.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after {
  border-left: 17px solid #fff;
  margin-left: 39px;
}
.mfp-arrow-right .mfp-a {
  border-left: 17px solid #fff;
  margin-left: 39px;
}
.mfp-arrow-right:before {
  border-left: 27px solid #3f3f3f;
}
.mfp-arrow-right .mfp-b {
  border-left: 27px solid #3f3f3f;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}
.mfp-figure small, .mfp-figure .small, .mfp-figure .floating-grid__item, .mfp-figure .filters-button-group .button, .filters-button-group .mfp-figure .button, .mfp-figure .EPiServerForms + p, .mfp-figure .modal--search .EPiServerForms + input, .modal--search .mfp-figure .EPiServerForms + input, .mfp-figure .rt-editor .EPiServerForms + ul, .rt-editor .mfp-figure .EPiServerForms + ul, .mfp-figure .rt-editor .EPiServerForms + ol, .rt-editor .mfp-figure .EPiServerForms + ol, .mfp-figure .chapters button, .chapters .mfp-figure button, .mfp-figure .rt-podcastplayer.fixed .EPiServerForms + .shk-chapter_duration, .rt-podcastplayer.fixed .mfp-figure .EPiServerForms + .shk-chapter_duration, .mfp-figure .rt-podcastplayer.fixed .EPiServerForms + .shk-chapter_title, .rt-podcastplayer.fixed .mfp-figure .EPiServerForms + .shk-chapter_title, .mfp-figure .rt-podcastplayer.fixed .shk-title, .rt-podcastplayer.fixed .mfp-figure .shk-title {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

.my-mfp-zoom-in .zoom-anim-dialog {
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
      transform: scale(0.8);
}

.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
      transform: scale(1);
}

.my-mfp-zoom-in.mfp-removing .zoom-anim-dialog {
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
      transform: scale(0.8);
  opacity: 0;
}

.my-mfp-zoom-in.mfp-bg {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}

.my-mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.my-mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}

.mfp-ie7 .mfp-img {
  padding: 0;
}
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px;
}
.mfp-ie7 .mfp-container {
  padding: 0;
}
.mfp-ie7 .mfp-content {
  padding-top: 44px;
}
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0;
}

.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}

.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

.mfp-zoom-in .mfp-with-anim {
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
      transform: scale(0.8);
}

.mfp-zoom-in.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.mfp-zoom-in.mfp-ready .mfp-with-anim {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
      transform: scale(1);
}

.mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.mfp-zoom-in.mfp-removing .mfp-with-anim {
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
      transform: scale(0.8);
  opacity: 0;
}

.mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}

.mfp-zoom-out .mfp-with-anim {
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
      transform: scale(1.3);
}

.mfp-zoom-out.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.mfp-zoom-out.mfp-ready .mfp-with-anim {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
      transform: scale(1);
}

.mfp-zoom-out.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.mfp-zoom-out.mfp-removing .mfp-with-anim {
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
      transform: scale(1.3);
  opacity: 0;
}

.mfp-zoom-out.mfp-removing.mfp-bg {
  opacity: 0;
}

@media screen and (max-width: 800px) and (orientation: landscape) {
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small, .mfp-img-mobile .mfp-figure .small, .mfp-img-mobile .mfp-figure .floating-grid__item, .mfp-img-mobile .mfp-figure .filters-button-group .button, .filters-button-group .mfp-img-mobile .mfp-figure .button, .mfp-img-mobile .mfp-figure .EPiServerForms + p, .mfp-img-mobile .mfp-figure .modal--search .EPiServerForms + input, .modal--search .mfp-img-mobile .mfp-figure .EPiServerForms + input, .mfp-img-mobile .mfp-figure .rt-editor .EPiServerForms + ul, .rt-editor .mfp-img-mobile .mfp-figure .EPiServerForms + ul, .mfp-img-mobile .mfp-figure .rt-editor .EPiServerForms + ol, .rt-editor .mfp-img-mobile .mfp-figure .EPiServerForms + ol, .mfp-img-mobile .mfp-figure .chapters button, .chapters .mfp-img-mobile .mfp-figure button, .mfp-img-mobile .mfp-figure .rt-podcastplayer.fixed .EPiServerForms + .shk-chapter_duration, .rt-podcastplayer.fixed .mfp-img-mobile .mfp-figure .EPiServerForms + .shk-chapter_duration, .mfp-img-mobile .mfp-figure .rt-podcastplayer.fixed .EPiServerForms + .shk-chapter_title, .rt-podcastplayer.fixed .mfp-img-mobile .mfp-figure .EPiServerForms + .shk-chapter_title, .mfp-img-mobile .mfp-figure .rt-podcastplayer.fixed .shk-title, .rt-podcastplayer.fixed .mfp-img-mobile .mfp-figure .shk-title {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media screen and (max-height: 300px) {
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small, .mfp-img-mobile .mfp-figure .small, .mfp-img-mobile .mfp-figure .floating-grid__item, .mfp-img-mobile .mfp-figure .filters-button-group .button, .filters-button-group .mfp-img-mobile .mfp-figure .button, .mfp-img-mobile .mfp-figure .EPiServerForms + p, .mfp-img-mobile .mfp-figure .modal--search .EPiServerForms + input, .modal--search .mfp-img-mobile .mfp-figure .EPiServerForms + input, .mfp-img-mobile .mfp-figure .rt-editor .EPiServerForms + ul, .rt-editor .mfp-img-mobile .mfp-figure .EPiServerForms + ul, .mfp-img-mobile .mfp-figure .rt-editor .EPiServerForms + ol, .rt-editor .mfp-img-mobile .mfp-figure .EPiServerForms + ol, .mfp-img-mobile .mfp-figure .chapters button, .chapters .mfp-img-mobile .mfp-figure button, .mfp-img-mobile .mfp-figure .rt-podcastplayer.fixed .EPiServerForms + .shk-chapter_duration, .rt-podcastplayer.fixed .mfp-img-mobile .mfp-figure .EPiServerForms + .shk-chapter_duration, .mfp-img-mobile .mfp-figure .rt-podcastplayer.fixed .EPiServerForms + .shk-chapter_title, .rt-podcastplayer.fixed .mfp-img-mobile .mfp-figure .EPiServerForms + .shk-chapter_title, .mfp-img-mobile .mfp-figure .rt-podcastplayer.fixed .shk-title, .rt-podcastplayer.fixed .mfp-img-mobile .mfp-figure .shk-title {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    -ms-transform: scale(0.75);
        transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    -ms-transform-origin: 0;
        transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    -ms-transform-origin: 100%;
        transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 769px) {
  .mfp-content .showpage.lightbox-container {
    margin: 48px auto;
  }
}
@media (max-width: 519px) {
  .mfp-content .showpage.lightbox-container {
    margin: 0;
  }
  .mfp-container {
    padding: 0;
  }
}
#pul-info.lightbox-container {
  background-color: #fff;
  padding: 20px;
  margin: 0 auto;
  max-width: 600px;
  position: relative;
}
@media screen and (min-width: 992px) {
  #pul-info.lightbox-container #pul-info.lightbox-container {
    padding: 50px 50px 30px;
  }
}

.rt-header + .block:not(.jumbotron--hero, .slideshow) {
  padding-top: 112px !important;
}
.global-attention .rt-header + .block:not(.jumbotron--hero, .slideshow), .local-attention .rt-header + .block:not(.jumbotron--hero, .slideshow) {
  padding-top: 128px !important;
}
.global-attention.local-attention .rt-header + .block:not(.jumbotron--hero, .slideshow) {
  padding-top: 176px !important;
}
@media (max-width: 991.98px) {
  .rt-header + .block:not(.jumbotron--hero, .slideshow) {
    padding-top: 80px !important;
  }
}
@media screen and (min-width: 992px) {
  .rt-header + .block:not(.jumbotron--hero, .slideshow) {
    padding-top: 152px !important;
  }
  .global-attention .rt-header + .block:not(.jumbotron--hero, .slideshow), .local-attention .rt-header + .block:not(.jumbotron--hero, .slideshow) {
    padding-top: 208px !important;
  }
  .global-attention.local-attention .rt-header + .block:not(.jumbotron--hero, .slideshow) {
    padding-top: 216px !important;
  }
}

.rt-header + .block.breadcrumb-section {
  height: 56px;
  padding-top: 0 !important;
  visibility: hidden;
  display: none;
}
.global-attention .rt-header + .block.breadcrumb-section, .local-attention .rt-header + .block.breadcrumb-section {
  padding-top: 168px !important;
}
@media (max-width: 991.98px) {
  .rt-header + .block.breadcrumb-section + .block:not(.jumbotron--hero, .slideshow) {
    padding-top: 80px;
  }
  .global-attention .rt-header + .block.breadcrumb-section + .block:not(.jumbotron--hero, .slideshow), .local-attention .rt-header + .block.breadcrumb-section + .block:not(.jumbotron--hero, .slideshow) {
    padding-top: 128px !important;
  }
  .global-attention.local-attention .rt-header + .block.breadcrumb-section + .block:not(.jumbotron--hero, .slideshow) {
    padding-top: 176px !important;
  }
}
@media screen and (min-width: 992px) {
  .rt-header + .block.breadcrumb-section {
    visibility: visible;
    display: block;
    padding-top: 128px !important;
  }
}

.block {
  background-color: #fafafa;
  position: relative;
  padding-top: 40px;
  padding-bottom: 40px;
}
@media screen and (min-width: 992px) {
  .block {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.block--primary {
  background-color: var(--primary);
  color: var(--accent-reverse);
}
.block--primary .btn-primary, .block--primary .EPiServerForms button[type=submit], .EPiServerForms .block--primary button[type=submit], .block--primary .EPiServerForms input[type=reset], .EPiServerForms .block--primary input[type=reset], .block--primary .cards--with-buttons .card-footer a, .cards--with-buttons .card-footer .block--primary a {
  background-color: var(--accent-reverse);
  color: var(--primary);
}
.block--primary .card-footer a {
  -webkit-text-decoration: underline var(--accent-reverse) 2px !important;
          text-decoration: underline var(--accent-reverse) 2px !important;
  -webkit-text-decoration-color: var(--accent-reverse) !important;
}
.block--primary.cards--with-buttons .card-footer a {
  background-color: var(--cta-text);
  color: var(--cta);
  text-decoration: none;
}
.block--primary .btn-link:hover, .block--primary section:not(.cards--with-buttons) .card-footer a:hover, section:not(.cards--with-buttons) .card-footer .block--primary a:hover {
  color: var(--accent-reverse);
}
.block--primary .btn-link:not([class^=link-], [class*=" link-"]), .block--primary section:not(.cards--with-buttons) .card-footer a:not([class^=link-], [class*=" link-"]), section:not(.cards--with-buttons) .card-footer .block--primary a:not([class^=link-], [class*=" link-"]) {
  -webkit-text-decoration: underline var(--accent-reverse) 2px;
          text-decoration: underline var(--accent-reverse) 2px;
  -webkit-text-decoration-line: underline !important;
  -webkit-text-decoration-color: var(--accent-reverse) !important;
  -webkit-text-decoration-style: solid !important;
  -webkit-text-decoration-thickness: 2px !important;
}

.block--darker {
  background: #000000;
  color: #fff;
  -webkit-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease;
}

.block--accent {
  background-color: var(--accent);
  -webkit-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease;
}

.block__content {
  z-index: 10;
  position: relative;
}

.block__content__media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1/1;
  min-height: 0;
  position: relative;
}
.block__content__media .block__content__media__inner {
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1/1;
  min-height: 0;
  position: relative;
}
.block__content__media .block__content__media__inner img {
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
@supports not (aspect-ratio: 1/1) {
  .block__content__media {
    height: 0;
    overflow: hidden;
    padding-top: 100%;
    position: relative;
  }
  .block__content__media .block__content__media__inner {
    height: 0;
    overflow: hidden;
    padding-top: 100%;
    position: relative;
  }
  .block__content__media .block__content__media__inner img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .block__content__media figcaption {
    -ms-flex-item-align: center;
        align-self: center;
  }
}

video.block__media:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 12px;
  right: 12px;
  height: 12px;
  width: 12px;
}

.block__media {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  background-size: cover;
  background-position: 50% 50%;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  will-change: transform;
}

figcaption {
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  text-align: center;
  bottom: 16px;
  z-index: 11;
  text-align: left;
  right: 16px;
  left: auto;
  bottom: 16px;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transform-origin: right;
      -ms-transform-origin: right;
          transform-origin: right;
}
.stage-shape figcaption {
  bottom: 72px;
}

video.block__media--fade {
  opacity: 0.8;
}

.block__media--fade:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0.3)));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.3));
}
@media screen and (min-width: 992px) {
  .block__media--fade:after {
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3)));
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3));
  }
}

.block__media--fade-lg:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgb(5, 11, 19);
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(5, 11, 19)), color-stop(20%, rgba(5, 11, 19, 0.7)));
  background: linear-gradient(0deg, rgb(5, 11, 19) 0%, rgba(5, 11, 19, 0.7) 20%);
}
@media screen and (min-width: 992px) {
  .block__media--fade-lg:after {
    background: -webkit-gradient(linear, left bottom, left top, from(rgb(5, 11, 19)), color-stop(20%, rgba(5, 11, 19, 0.6)));
    background: linear-gradient(0deg, rgb(5, 11, 19) 0%, rgba(5, 11, 19, 0.6) 20%);
  }
}

.textFit {
  max-height: 60vh;
}

.textFit--small {
  max-height: 100%;
  font-size: 80px;
}

.isotope .title a {
  text-decoration: none;
}
.isotope .title a:hover {
  text-decoration: underline;
}

.block--map {
  /* Set the size of the div element that contains the map */
}
.block--map #map {
  height: 400px;
  /* The height is 400 pixels */
  width: 100%;
  /* The width is the width of the web page */
}

.floating-grid {
  position: absolute;
  width: calc(100% + 40px);
  top: 0;
  padding-top: 96px;
  padding-bottom: 96px;
  left: -40px;
  height: 100%;
}
.floating-grid > * {
  margin-right: auto;
  -webkit-animation-delay: 0.8s !important;
          animation-delay: 0.8s !important;
}
.floating-grid > *:nth-child(odd) {
  margin-right: inherit;
  margin-left: auto;
}
.floating-grid > *:nth-child(2) {
  -webkit-animation-delay: 1s !important;
          animation-delay: 1s !important;
}
.floating-grid > *:nth-child(2) > * {
  -webkit-animation-delay: 1s !important;
          animation-delay: 1s !important;
}
.floating-grid > *:nth-child(3) {
  -webkit-animation-delay: 1.2s !important;
          animation-delay: 1.2s !important;
}
.floating-grid > *:nth-child(3) > * {
  -webkit-animation-delay: 1.2s !important;
          animation-delay: 1.2s !important;
}

.floating-grid__item {
  background: white;
  color: #000000;
  padding: 12px 16px 12px 16px;
  width: 320px;
  max-width: 100%;
  -webkit-box-shadow: 0px 4px 40px rgba(194, 117, 126, 0.3);
          box-shadow: 0px 4px 40px rgba(194, 117, 126, 0.3);
  -webkit-transition: -webkit-transform ease-in-out 0.15s;
  transition: -webkit-transform ease-in-out 0.15s;
  transition: transform ease-in-out 0.15s;
  transition: transform ease-in-out 0.15s, -webkit-transform ease-in-out 0.15s;
}
.floating-grid__item:hover {
  -webkit-transform: scale(1.04);
      -ms-transform: scale(1.04);
          transform: scale(1.04);
  color: #000000;
}

.floating-grid__item {
  margin-right: auto;
  -webkit-animation-delay: 0.8s !important;
          animation-delay: 0.8s !important;
}
.floating-grid__item:nth-child(odd) {
  margin-left: auto;
}
.floating-grid__item:nth-child(2) {
  -webkit-animation-delay: 1s !important;
          animation-delay: 1s !important;
}
.floating-grid__item:nth-child(3) {
  -webkit-animation-delay: 1.2s !important;
          animation-delay: 1.2s !important;
}

.rounded-image {
  display: block;
  max-width: 100%;
  border-radius: 24px;
}

.block--instagram .block__item a {
  display: block;
  position: relative;
}
.block--instagram .block__item a:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.block--instagram .block__item img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 992px) {
  .block--instagram .block__item:nth-child(odd) {
    -webkit-transform: translateY(24px);
        -ms-transform: translateY(24px);
            transform: translateY(24px);
  }
}

.rt-header .container-fluid, .rt-header .with-navigation .navbar.submenu, .with-navigation .rt-header .navbar.submenu, .rt-header .container-sm, .rt-header .container-md, .rt-header .container-lg, .rt-header .container-xl, .rt-header .container-xxl {
  max-width: 100%;
}
.rt-header .navbar-brand svg {
  -webkit-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out;
}
.rt-header .navbar-brand svg:first-child {
  position: absolute;
  right: 24px;
  top: 24px;
}
.rt-header .navbar-brand svg:last-child {
  height: 20px;
}
.rt-header .navbar {
  z-index: 1;
  -webkit-transition: all 0.25s linear;
  transition: all 0.25s linear;
  white-space: nowrap;
}
.rt-header.headroom--not-top {
  background-color: transparent !important;
}
.rt-header.headroom--not-top .navbar {
  background-color: #000000;
  height: 56px;
}
.rt-header.headroom--not-top .navbar-brand svg:first-child {
  opacity: 0;
}
.rt-header.headroom--not-top .navbar-brand svg:last-child {
  display: block !important;
}
@media screen and (min-width: 992px) {
  .rt-header.headroom--not-top .navbar-brand svg:last-child {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
  }
}

.relative-header .navbar.submenu {
  top: 56px;
}
@media screen and (min-width: 992px) {
  .relative-header .navbar.submenu {
    top: auto;
  }
}
.relative-header .navbar {
  background-color: #000000;
}
.relative-header .rt-header--invert {
  background-color: transparent;
}

.shape-overlays.is-opened + .rt-header--invert .rt-menu__link {
  -webkit-filter: invert(1);
          filter: invert(1);
}

@media screen and (min-width: 992px) {
  .transparent-header .rt-header {
    background-color: transparent;
  }
}

.rt-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 50;
  pointer-events: none;
}
.rt-header > .attention {
  pointer-events: all;
  -webkit-transition: all 0.15s ease;
  transition: all 0.15s ease;
}
.rt-header > .navbar {
  height: 56px;
}
@media screen and (min-width: 992px) {
  .rt-header > .navbar {
    height: 104px;
  }
}
.rt-header > .navbar .container-fluid, .rt-header > .navbar .with-navigation .navbar.submenu, .with-navigation .rt-header > .navbar .navbar.submenu, .rt-header > .navbar .container-sm, .rt-header > .navbar .container-md, .rt-header > .navbar .container-lg, .rt-header > .navbar .container-xl, .rt-header > .navbar .container-xxl {
  padding-left: 24px;
  padding-right: 24px;
}
@media screen and (min-width: 992px) {
  .rt-header > .navbar .container-fluid, .rt-header > .navbar .with-navigation .navbar.submenu, .with-navigation .rt-header > .navbar .navbar.submenu, .rt-header > .navbar .container-sm, .rt-header > .navbar .container-md, .rt-header > .navbar .container-lg, .rt-header > .navbar .container-xl, .rt-header > .navbar .container-xxl {
    padding-left: 32px;
    padding-right: 32px;
  }
}
.rt-header .rt-header__item {
  pointer-events: all;
  visibility: visible;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}
.rt-header .rt-logo {
  -webkit-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out;
}
.rt-header .rt-logo-alt {
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out;
}
.rt-header.headroom {
  will-change: transform;
  -webkit-transition-timing-function: cubic-bezier(0.16, 1, 0.3, 1);
          transition-timing-function: cubic-bezier(0.16, 1, 0.3, 1);
  -webkit-transition-duration: 0.6s;
          transition-duration: 0.6s;
  -webkit-transition-property: background-color, top, left, width, opacity, -webkit-transform;
  transition-property: background-color, top, left, width, opacity, -webkit-transform;
  transition-property: background-color, top, left, width, opacity, transform;
  transition-property: background-color, top, left, width, opacity, transform, -webkit-transform;
}
.rt-header.headroom--top {
  opacity: 1;
}
.rt-header.headroom--not-top {
  position: fixed;
  pointer-events: none;
  background-color: #000000;
  -webkit-transform: translateY(-49px);
      -ms-transform: translateY(-49px);
          transform: translateY(-49px);
}
.rt-header.headroom--not-top.headroom--pinned {
  background-color: #000000;
}
.rt-header.headroom--unpinned {
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
}
.scrollspy .rt-header.headroom--unpinned {
  -webkit-transform: translateY(-100%) translateY(56px);
      -ms-transform: translateY(-100%) translateY(56px);
          transform: translateY(-100%) translateY(56px);
}
.rt-header.headroom--pinned {
  -webkit-transform: translateY(0%);
      -ms-transform: translateY(0%);
          transform: translateY(0%);
}
.global-attention .rt-header.headroom--pinned, .local-attention .rt-header.headroom--pinned {
  -webkit-transform: translateY(0) translateY(-48px);
      -ms-transform: translateY(0) translateY(-48px);
          transform: translateY(0) translateY(-48px);
}
.global-attention.local-attention .rt-header.headroom--pinned {
  -webkit-transform: translateY(0) translateY(-96px);
      -ms-transform: translateY(0) translateY(-96px);
          transform: translateY(0) translateY(-96px);
}
.rt-header.headroom--top {
  -webkit-transform: translateY(0%) !important;
      -ms-transform: translateY(0%) !important;
          transform: translateY(0%) !important;
}
.rt-header .rt-menu {
  pointer-events: all;
}
.rt-header .rt-menu .list-group {
  display: none;
  border-radius: 0;
  color: white;
  padding-left: 8px;
  margin-left: 8px;
}
@media screen and (min-width: 992px) {
  .rt-header .rt-menu .list-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (min-width: 992px) {
  .rt-header .rt-menu .list-group {
    border-left: 1px solid rgba(255, 255, 255, 0.15);
  }
}
.rt-header .rt-menu .list-group .list-group-item {
  padding: 0;
  margin: 0 12px;
  border: none;
}
.rt-header .rt-menu a.rt-menu__link {
  margin: 0;
  padding: 8px 0 !important;
  color: white;
  text-decoration: none;
  font-size: 20px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}
.rt-header .rt-menu a.rt-menu__link:before {
  content: "";
  height: 2px;
  left: 0;
  bottom: 0;
  position: absolute;
  -webkit-transition: width 0.3s cubic-bezier(0.645, 0.045, 0.345, 1) 0ms;
  transition: width 0.3s cubic-bezier(0.645, 0.045, 0.345, 1) 0ms;
  width: 0;
  opacity: 0;
  background-color: currentColor;
}
.rt-header .rt-menu a.rt-menu__link:hover:before {
  opacity: 1;
  width: 100%;
}
.rt-header .rt-menu button.rt-menu__link {
  padding: 0;
  width: 40px;
  height: 40px;
  cursor: pointer;
  -webkit-transition: opacity 0.1s ease;
  transition: opacity 0.1s ease;
}
.rt-header .rt-menu button.rt-menu__link:active {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.rt-header .rt-menu button.rt-menu__link:hover {
  opacity: 0.6;
}
.rt-header .navbar-brand {
  pointer-events: all;
  margin-right: 0;
}
.rt-header .navbar-brand svg {
  height: 20px;
}
@media screen and (min-width: 992px) {
  .rt-header .navbar-brand svg {
    height: 64px;
  }
}
.rt-header.rt-header--invert:not(.headroom--not-top) .navbar {
  -webkit-filter: invert(100);
          filter: invert(100);
}
.rt-header.rt-header--static {
  position: static;
}

.modal--search .modal-body {
  padding: 0;
}
.modal--search input {
  border: none;
  color: black;
  border: 0;
  background: none;
  padding: 24px 24px 24px 56px;
}
.modal--search input:focus, .modal--search input:active {
  border: nonek;
  outline: 0;
}
.modal--search .search-icn {
  position: absolute;
  top: 50%;
  left: 24px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  pointer-events: none;
}

.rt-footer {
  border-color: rgba(255, 255, 255, 0.1);
  bottom: 0;
  padding-bottom: 56px;
  padding-top: 80px;
  text-align: center;
  background-color: var(--footer);
  color: var(--footer-text);
}
@media screen and (min-width: 768px) {
  .rt-footer {
    text-align: left;
    padding-top: 120px;
  }
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .rt-footer .list-group {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
  }
  .rt-footer .flex-row {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
}
.rt-footer .rt-logo {
  opacity: 1;
}
.rt-footer .rt-logo svg {
  height: 24px;
}
.rt-footer .rt-logo svg path {
  fill: currentColor;
}
.rt-footer a {
  text-decoration: none;
  -webkit-transition: opacity 0.15s ease;
  transition: opacity 0.15s ease;
  padding: 4px 0;
  display: block;
  opacity: 0.7;
}
.rt-footer a:hover {
  opacity: 1;
  text-decoration: underline;
}
.rt-footer.rt-footer--dark a {
  opacity: 0.7;
}
.rt-footer.rt-footer--dark a:hover {
  opacity: 1;
}
.rt-footer .socialmedia .socialmedia__item svg {
  height: 56px;
  width: 56px;
}
.rt-footer .socialmedia .socialmedia__item svg path {
  fill: currentColor;
}

.rt-footer--dark {
  background-color: #000000;
  color: white;
}

.navbar-brand {
  -webkit-transition: opacity ease-in-out 0.15s;
  transition: opacity ease-in-out 0.15s;
}
.navbar-brand:hover {
  opacity: 0.7;
}

.rt-nav.show .nav-item {
  --animate-duration: .8s;
}
.rt-nav.show .nav-item:nth-child(1) {
  -webkit-animation-delay: 0.07s;
          animation-delay: 0.07s;
}
.rt-nav.show .nav-item:nth-child(2) {
  -webkit-animation-delay: 0.14s;
          animation-delay: 0.14s;
}
.rt-nav.show .nav-item:nth-child(3) {
  -webkit-animation-delay: 0.21s;
          animation-delay: 0.21s;
}
.rt-nav.show .nav-item:nth-child(4) {
  -webkit-animation-delay: 0.28s;
          animation-delay: 0.28s;
}
.rt-nav.show .nav-item:nth-child(5) {
  -webkit-animation-delay: 0.35s;
          animation-delay: 0.35s;
}
.rt-nav.show .nav-item:nth-child(6) {
  -webkit-animation-delay: 0.42s;
          animation-delay: 0.42s;
}
.rt-nav.show .nav-item:nth-child(7) {
  -webkit-animation-delay: 0.49s;
          animation-delay: 0.49s;
}
.rt-nav.show .nav-item:nth-child(8) {
  -webkit-animation-delay: 0.56s;
          animation-delay: 0.56s;
}
.rt-nav.show .nav-item:nth-child(9) {
  -webkit-animation-delay: 0.63s;
          animation-delay: 0.63s;
}
.rt-nav.show .nav-item:nth-child(10) {
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}

.rt-nav .navbar-nav {
  width: 100%;
}
.rt-nav .navbar--main .nav-link {
  color: #ffffff;
  font-size: 28px;
  display: block;
  margin: 0;
}
.rt-nav .navbar--secondary {
  padding-top: 48px;
}
.rt-nav .navbar--secondary .nav-link {
  color: #ffffff;
  font-size: 15px;
  padding-top: 4px;
  padding-bottom: 4px;
}

.accordion-menu {
  padding: 0;
}
.accordion-menu .navbar-nav {
  width: 100%;
}
.accordion-menu .navbar-nav .nav-item:not(:last-child) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
.accordion-menu .nav-link {
  padding-left: 0;
  padding-right: 0;
  padding-top: 14px;
  display: block;
  padding-bottom: 14px;
}
.accordion-menu .dropdown {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}
.accordion-menu .dropdown .dropdown-menu {
  background-color: transparent;
  padding-bottom: 32px;
  margin-top: 0;
}
.accordion-menu .dropdown .dropdown-menu li {
  --animate-duration: .2s;
}
.accordion-menu .dropdown .dropdown-menu li:nth-child(1) {
  -webkit-animation-delay: 0.07s;
          animation-delay: 0.07s;
}
.accordion-menu .dropdown .dropdown-menu li:nth-child(2) {
  -webkit-animation-delay: 0.14s;
          animation-delay: 0.14s;
}
.accordion-menu .dropdown .dropdown-menu li:nth-child(3) {
  -webkit-animation-delay: 0.21s;
          animation-delay: 0.21s;
}
.accordion-menu .dropdown .dropdown-menu li:nth-child(4) {
  -webkit-animation-delay: 0.28s;
          animation-delay: 0.28s;
}
.accordion-menu .dropdown .dropdown-menu li:nth-child(5) {
  -webkit-animation-delay: 0.35s;
          animation-delay: 0.35s;
}
.accordion-menu .dropdown .dropdown-menu li:nth-child(6) {
  -webkit-animation-delay: 0.42s;
          animation-delay: 0.42s;
}
.accordion-menu .dropdown .dropdown-menu li:nth-child(7) {
  -webkit-animation-delay: 0.49s;
          animation-delay: 0.49s;
}
.accordion-menu .dropdown .dropdown-menu li:nth-child(8) {
  -webkit-animation-delay: 0.56s;
          animation-delay: 0.56s;
}
.accordion-menu .dropdown .dropdown-menu li:nth-child(9) {
  -webkit-animation-delay: 0.63s;
          animation-delay: 0.63s;
}
.accordion-menu .dropdown .dropdown-menu li:nth-child(10) {
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}
.accordion-menu .dropdown .dropdown-menu .dropdown-item {
  color: currentColor;
  opacity: 0.7;
}
.accordion-menu .dropdown .dropdown-menu .dropdown-item:active {
  background-color: transparent;
}
.accordion-menu .dropdown .dropdown-menu .dropdown-item:hover {
  text-decoration: none;
  opacity: 1;
}
.accordion-menu .dropdown .dropdown-menu a {
  padding-left: 0;
  padding-right: 0;
}
.accordion-menu .dropdown .dropdown-menu a:hover {
  background-color: transparent;
  text-decoration: underline;
}
.accordion-menu .dropdown .accordion-button {
  position: absolute;
  right: 0;
  top: 4px;
  width: 48px;
  height: 48px;
  padding: 0;
}
.accordion-menu .dropdown .accordion-button:before {
  content: "";
  border-left: 1px solid rgba(255, 255, 255, 0.15);
  height: 32px;
}
.accordion-menu .dropdown .accordion-button:after {
  width: 24px;
  height: 24px;
  margin: 0 auto;
  background-size: 24px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='24px' viewBox='0 0 24 24' width='24px' fill='%23000000'%3E%3Cpath d='M0 0h24v24H0V0z' fill='none'/%3E%3Cpath d='M18 13h-5v5c0 .55-.45 1-1 1s-1-.45-1-1v-5H6c-.55 0-1-.45-1-1s.45-1 1-1h5V6c0-.55.45-1 1-1s1 .45 1 1v5h5c.55 0 1 .45 1 1s-.45 1-1 1z'/%3E%3C/svg%3E");
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-filter: invert(100%);
          filter: invert(100%);
}
.accordion-menu .dropdown .accordion-button:not(.show):after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='24px' viewBox='0 0 24 24' width='24px' fill='%23000000'%3E%3Cpath d='M0 0h24v24H0V0z' fill='none'/%3E%3Cpath d='M18 13h-5v5c0 .55-.45 1-1 1s-1-.45-1-1v-5H6c-.55 0-1-.45-1-1s.45-1 1-1h5V6c0-.55.45-1 1-1s1 .45 1 1v5h5c.55 0 1 .45 1 1s-.45 1-1 1z'/%3E%3C/svg%3E");
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.accordion-menu .dropdown-menu {
  position: static !important;
}

.navbar.navbar-dark .navbar-nav .nav-link {
  color: rgb(255, 255, 255);
}
.navbar.navbar-dark.submenu .dropdown .accordion-button:before {
  border-left: 1px solid rgba(255, 255, 255, 0.08);
}
.navbar.navbar-dark.submenu .navbar-nav {
  width: 100%;
}
.navbar.navbar-dark.submenu .navbar-nav .nav-item:not(:first-child) {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}
.navbar.navbar-dark .accordion-button:after {
  -webkit-filter: invert(100%);
          filter: invert(100%);
}

.navbar.submenu {
  padding-left: 24px;
  padding-right: 24px;
  position: absolute;
  top: 56px;
  left: 0;
  right: 0;
  border-radius: 0;
}
@media screen and (min-width: 992px) {
  .navbar.submenu {
    padding-left: 32px;
    padding-right: 32px;
    position: relative;
    border-radius: 24px;
    top: 0;
  }
}
.navbar.submenu .submenu__title {
  display: block;
}
@media screen and (min-width: 992px) {
  .navbar.submenu .submenu__title {
    display: none;
  }
}
.navbar.submenu .nav-link {
  font-size: 17px;
  padding-left: 0;
  padding-right: 0;
  padding-top: 12px;
  display: block;
  padding-bottom: 12px;
}
.navbar.submenu .nav-link.active {
  cursor: default;
  opacity: 0.4;
}
.navbar.submenu .dropdown:not(.language-switch) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}
.navbar.submenu .dropdown:not(.language-switch) .dropdown-menu {
  background-color: transparent;
}
.navbar.submenu .dropdown:not(.language-switch) .dropdown-menu .dropdown-item {
  color: currentColor;
}
.navbar.submenu .dropdown:not(.language-switch) .dropdown-menu a {
  padding-left: 0;
  padding-right: 0;
}
.navbar.submenu .dropdown:not(.language-switch) .dropdown-menu a:hover {
  background-color: transparent;
  text-decoration: underline;
}
.navbar.submenu .dropdown:not(.language-switch) .accordion-button {
  position: absolute;
  right: 0;
  top: 4px;
  width: 40px;
  height: 40px;
  padding: 0;
}
@media screen and (min-width: 992px) {
  .navbar.submenu .dropdown:not(.language-switch) .accordion-button {
    width: 48px;
    height: 48px;
  }
}
.navbar.submenu .dropdown:not(.language-switch) .accordion-button:before {
  content: "";
  border-left: 1px solid rgba(0, 0, 0, 0.08);
  height: 32px;
}
.navbar.submenu .dropdown:not(.language-switch) .accordion-button:after {
  width: 24px;
  height: 24px;
  margin: 0 auto;
  background-size: 24px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='24px' viewBox='0 0 24 24' width='24px' fill='%23000000'%3E%3Cpath d='M0 0h24v24H0V0z' fill='none'/%3E%3Cpath d='M18 13h-5v5c0 .55-.45 1-1 1s-1-.45-1-1v-5H6c-.55 0-1-.45-1-1s.45-1 1-1h5V6c0-.55.45-1 1-1s1 .45 1 1v5h5c.55 0 1 .45 1 1s-.45 1-1 1z'/%3E%3C/svg%3E");
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.navbar.submenu .dropdown:not(.language-switch) .accordion-button:not(.show):after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='24px' viewBox='0 0 24 24' width='24px' fill='%23000000'%3E%3Cpath d='M0 0h24v24H0V0z' fill='none'/%3E%3Cpath d='M18 13h-5v5c0 .55-.45 1-1 1s-1-.45-1-1v-5H6c-.55 0-1-.45-1-1s.45-1 1-1h5V6c0-.55.45-1 1-1s1 .45 1 1v5h5c.55 0 1 .45 1 1s-.45 1-1 1z'/%3E%3C/svg%3E");
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.navbar.submenu .dropdown-menu {
  position: static;
}

.navbar-dark .navbar-toggler-icon {
  display: block;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18 13H13V18C13 18.55 12.55 19 12 19C11.45 19 11 18.55 11 18V13H6C5.45 13 5 12.55 5 12C5 11.45 5.45 11 6 11H11V6C11 5.45 11.45 5 12 5C12.55 5 13 5.45 13 6V11H18C18.55 11 19 11.45 19 12C19 12.55 18.55 13 18 13Z' fill='black'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  -webkit-filter: invert(100%);
          filter: invert(100%);
}
.navbar-dark [aria-expanded=true] .navbar-toggler-icon {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.language-switch {
  padding: 0;
  list-style-type: none;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.language-switch .language-switch__item {
  padding-left: 6px;
  padding-right: 6px;
}
.language-switch .language-switch__item.active a {
  text-decoration: none;
  pointer-events: none;
}

.form-select--lang {
  background-color: transparent;
  color: black;
  border: 0;
  padding: 12px 24px 12px 16px;
  background-position: right 0 center;
  width: auto;
  text-transform: capitalize;
  text-align: right;
  cursor: pointer;
}
.form-select--lang:hover {
  text-decoration: underline;
}

.nav-item--lang {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-top: 12px;
  padding-bottom: 12px;
}
.nav-item--lang .form-select--lang {
  -webkit-filter: invert(1);
          filter: invert(1);
}
.nav-item--lang .form-select--lang:hover {
  text-decoration: none;
}
@media screen and (min-width: 992px) {
  .nav-item--lang {
    display: none;
  }
}

.block--darker .language-switch.dropdown .dropdown-toggle {
  color: white;
}
.block--darker .language-switch:not(.dropdown) {
  -webkit-filter: invert(1);
          filter: invert(1);
}

.nav-link {
  -webkit-transition: opacity 0.1s ease;
  transition: opacity 0.1s ease;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.nav-link:hover:not(.active) {
  text-decoration: underline;
  -webkit-text-decoration: underline white 2px;
          text-decoration: underline white 2px;
  -webkit-text-decoration-line: underline;
  -webkit-text-decoration-color: white;
  -webkit-text-decoration-style: solid;
  -webkit-text-decoration-thickness: 2px;
}

/* ---- .element-item ---- */
.shape-overlays path:nth-of-type(1) {
  fill: #E94190;
}

.shape-overlays path:nth-of-type(2) {
  fill: white;
}

.shape-overlays path:nth-of-type(3) {
  fill: #050B13;
}

.shape-overlays path:nth-of-type(4) {
  fill: #050B13;
}

.shape-overlays {
  z-index: 31;
}

.global-menu {
  z-index: 40;
}
.global-menu a {
  text-decoration: none;
}
.global-menu a:hover {
  color: rgba(255, 255, 255, 0.6);
}

.hamburger {
  left: 0;
  top: 0;
  position: relative;
}

.rt-menu {
  z-index: 40;
}

.global-menu {
  width: 100vw;
  height: 90vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: 100;
}

.global-menu__item {
  color: var(--color-menu);
  font-family: var(--font-family-menu);
  font-size: var(--font-size-menu);
  font-weight: var(--font-weight-menu);
  opacity: 0;
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
  pointer-events: none;
  display: block;
  margin: 0.25em 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
  -webkit-transition-timing-function: ease-in;
          transition-timing-function: ease-in;
}

.global-menu__item--demo-2:nth-child(odd) {
  -webkit-transform: translateY(-100%) rotate(10deg);
      -ms-transform: translateY(-100%) rotate(10deg);
          transform: translateY(-100%) rotate(10deg);
}

.global-menu__item--demo-2:nth-child(even) {
  -webkit-transform: translateY(-100%) rotate(-10deg);
      -ms-transform: translateY(-100%) rotate(-10deg);
          transform: translateY(-100%) rotate(-10deg);
}

.global-menu__item--demo-3 {
  -webkit-transition: opacity 0.1s, -webkit-transform 0.1s;
  transition: opacity 0.1s, -webkit-transform 0.1s;
  transition: transform 0.1s, opacity 0.1s;
  transition: transform 0.1s, opacity 0.1s, -webkit-transform 0.1s;
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}

.global-menu__item--demo-4,
.global-menu__item--demo-5 {
  -webkit-transition: opacity 0.1s, -webkit-transform 0.1s;
  transition: opacity 0.1s, -webkit-transform 0.1s;
  transition: transform 0.1s, opacity 0.1s;
  transition: transform 0.1s, opacity 0.1s, -webkit-transform 0.1s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}

.global-menu__item--demo-4 {
  -webkit-transform: translateX(40%);
      -ms-transform: translateX(40%);
          transform: translateX(40%);
}

.global-menu__item--demo-5:nth-child(odd) {
  -webkit-transform: translateX(100%) rotate(10deg) scale(0.5);
      -ms-transform: translateX(100%) rotate(10deg) scale(0.5);
          transform: translateX(100%) rotate(10deg) scale(0.5);
}

.global-menu__item--demo-5:nth-child(even) {
  -webkit-transform: translateX(100%) rotate(-10deg) scale(0.5);
      -ms-transform: translateX(100%) rotate(-10deg) scale(0.5);
          transform: translateX(100%) rotate(-10deg) scale(0.5);
}

.global-menu__item--demo-6 {
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%);
}

.global-menu__item:hover {
  color: var(--color-menu-hover);
}

.global-menu__item.is-opened {
  opacity: 1;
  -webkit-transform: translateY(0) rotate(0);
      -ms-transform: translateY(0) rotate(0);
          transform: translateY(0) rotate(0);
  pointer-events: auto;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}

.global-menu__item--demo-4.is-opened,
.global-menu__item--demo-5.is-opened {
  -webkit-transform: translateX(0) rotate(0);
      -ms-transform: translateX(0) rotate(0);
          transform: translateX(0) rotate(0);
}

.global-menu__item--demo-4.is-opened {
  -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.355, 1.4);
          transition-timing-function: cubic-bezier(0.23, 1, 0.355, 1.4);
}

.global-menu__item:nth-of-type(1) {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

.global-menu__item.is-opened:nth-of-type(1) {
  -webkit-transition-delay: 0.85s;
          transition-delay: 0.85s;
}

.global-menu__item:nth-of-type(2) {
  -webkit-transition-delay: 0.05s;
          transition-delay: 0.05s;
}

.global-menu__item.is-opened:nth-of-type(2) {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}

.global-menu__item:nth-of-type(3) {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

.global-menu__item.is-opened:nth-of-type(3) {
  -webkit-transition-delay: 0.75s;
          transition-delay: 0.75s;
}

.global-menu__item:nth-of-type(4) {
  -webkit-transition-delay: 0.15s;
          transition-delay: 0.15s;
}

.global-menu__item.is-opened:nth-of-type(4) {
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}

/* demo 2 */
.global-menu__item--demo-2:nth-of-type(1) {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

.global-menu__item--demo-2.is-opened:nth-of-type(1) {
  -webkit-transition-delay: 0.85s;
          transition-delay: 0.85s;
}

.global-menu__item--demo-2:nth-of-type(2) {
  -webkit-transition-delay: 0.05s;
          transition-delay: 0.05s;
}

.global-menu__item--demo-2.is-opened:nth-of-type(2) {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}

.global-menu__item--demo-2:nth-of-type(3) {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

.global-menu__item--demo-2.is-opened:nth-of-type(3) {
  -webkit-transition-delay: 0.75s;
          transition-delay: 0.75s;
}

.global-menu__item--demo-2:nth-of-type(4) {
  -webkit-transition-delay: 0.15s;
          transition-delay: 0.15s;
}

.global-menu__item--demo-2.is-opened:nth-of-type(4) {
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}

.shape-overlays {
  width: 100vw;
  height: 100vh;
  pointer-events: none;
  position: fixed;
  top: 0;
  left: 0;
}

.shape-overlays.is-opened {
  pointer-events: auto;
}

.shape-overlays__path:nth-of-type(1) {
  fill: var(--path-fill-1);
}

.shape-overlays__path:nth-of-type(2) {
  fill: var(--path-fill-2);
}

.shape-overlays__path:nth-of-type(3) {
  fill: var(--path-fill-3);
}

.shape-overlays__path:nth-of-type(4) {
  fill: var(--path-fill-4);
}

/*

@-webkit-keyframes intervalHamburgerBorder {
	0% {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	80% {
		-webkit-transform: scale(1.6);
		transform: scale(1.6);
	}
	100% {
		opacity: 0;
		-webkit-transform: scale(1.6);
		transform: scale(1.6);
	}
}

@keyframes intervalHamburgerBorder {
	0% {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	80% {
		-webkit-transform: scale(1.6);
		transform: scale(1.6);
	}
	100% {
		opacity: 0;
		-webkit-transform: scale(1.6);
		transform: scale(1.6);
	}
}

.hamburger {
	width: 64px;
	height: 64px;
	display: block;
	position: relative;
	cursor: pointer;
	position: absolute;
	top: 2.25em;
	right: 2.25em;
	z-index: 110;
	border-radius: 50%;
	background-color: var(--button-bg);
	pointer-events: auto;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}

.hamburger::after {
	width: 64px;
	height: 64px;
	box-sizing: border-box;
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	pointer-events: none;
	border: 4px solid var(--button-circle);
	border-radius: 50%;
	-webkit-animation-duration: 1.2s;
	animation-duration: 1.2s;
	-webkit-animation-name: intervalHamburgerBorder;
	animation-name: intervalHamburgerBorder;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}

.hamburger__line {
	width: 28px;
	height: 2px;
	overflow: hidden;
	position: absolute;
	z-index: 10;
}

.hamburger__line-in {
	width: 84px;
	height: 2px;
	position: absolute;
	top: 0;
	left: 0;
}

.hamburger__line-in::before,
.hamburger__line-in::after {
	width: 28px;
	height: 2px;
	content: '';
	display: block;
	position: absolute;
	top: 0;
	background-color: var(--button-line);
}

.hamburger__line-in::before {
	left: -56px;
}

.hamburger__line-in::after {
	left: 0;
}

.hamburger__line--01,
.hamburger__line--02,
.hamburger__line--03,
.hamburger__line--cross01,
.hamburger__line--cross02 {
	left: 18px;
}

.hamburger__line--01 {
	top: 24.6px;
}

.hamburger__line--02,
.hamburger__line--cross01,
.hamburger__line--cross02 {
	top: 31px;
}

.hamburger__line--03 {
	top: 37.4px;
}

.hamburger__line--cross01 {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.hamburger__line--cross02 {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.hamburger__line {
	-webkit-transition-duration: 0.6s;
	transition-duration: 0.6s;
	-webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
	transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.hamburger__line-in {
	-webkit-transition-duration: 0.6s;
	transition-duration: 0.6s;
	-webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
	transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.hamburger__line-in::before,
.hamburger__line-in::after {
	-webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
	transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
}

.hamburger__line-in--cross01,
.hamburger__line-in--cross02 {
	-webkit-transform: translateX(-33.3%);
	transform: translateX(-33.3%);
}

.hamburger__line-in--01 {
	-webkit-transition-delay: 0.2s;
	transition-delay: 0.2s;
}

.hamburger__line-in--02 {
	-webkit-transition-delay: 0.25s;
	transition-delay: 0.25s;
}

.hamburger__line-in--02::before,
.hamburger__line-in--02::after {
	-webkit-transition-delay: 0.05s;
	transition-delay: 0.05s;
}

.hamburger__line-in--03 {
	-webkit-transition-delay: 0.3s;
	transition-delay: 0.3s;
}

.hamburger__line-in--03::before,
.hamburger__line-in--03::after {
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
}

.hamburger__line-in--cross01 {
	-webkit-transition-delay: 0.0s;
	transition-delay: 0.0s;
}

.hamburger__line-in--cross02 {
	-webkit-transition-delay: 0.05s;
	transition-delay: 0.05s;
}

.hamburger__line-in--cross02::before,
.hamburger__line-in--cross02::after {
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
}

.hamburger.is-opened-navi .hamburger__line-in--01,
.hamburger.is-opened-navi .hamburger__line-in--02,
.hamburger.is-opened-navi .hamburger__line-in--03 {
	-webkit-transform: translateX(33.3%);
	transform: translateX(33.3%);
}

.hamburger.is-opened-navi .hamburger__line-in--cross01,
.hamburger.is-opened-navi .hamburger__line-in--cross02 {
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

.hamburger.is-opened-navi .hamburger__line-in--01 {
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
}

.hamburger.is-opened-navi .hamburger__line-in--02 {
	-webkit-transition-delay: 0.05s;
	transition-delay: 0.05s;
}

.hamburger.is-opened-navi .hamburger__line-in--03 {
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
}

.hamburger.is-opened-navi .hamburger__line-in--cross01 {
	-webkit-transition-delay: 0.25s;
	transition-delay: 0.25s;
}

.hamburger.is-opened-navi .hamburger__line-in--cross02 {
	-webkit-transition-delay: 0.3s;
	transition-delay: 0.3s;
}

.hamburger:hover .hamburger__line-in::before,
.hamburger:hover .hamburger__line-in::after {
	-webkit-transform: translateX(200%);
	transform: translateX(200%);
}

.hamburger:hover .hamburger__line-in--01::before,
.hamburger:hover .hamburger__line-in--01::after,
.hamburger:hover .hamburger__line-in--02::before,
.hamburger:hover .hamburger__line-in--02::after,
.hamburger:hover .hamburger__line-in--03::before,
.hamburger:hover .hamburger__line-in--03::after {
	-webkit-transition-duration: 1s;
	transition-duration: 1s;
}

.hamburger:hover .hamburger__line-in--cross01::before,
.hamburger:hover .hamburger__line-in--cross01::after,
.hamburger:hover .hamburger__line-in--cross02::before,
.hamburger:hover .hamburger__line-in--cross02::after {
	-webkit-transition-duration: 0s;
	transition-duration: 0s;
}

.hamburger.is-opened-navi:hover .hamburger__line-in--cross01::before,
.hamburger.is-opened-navi:hover .hamburger__line-in--cross01::after,
.hamburger.is-opened-navi:hover .hamburger__line-in--cross02::before,
.hamburger.is-opened-navi:hover .hamburger__line-in--cross02::after {
	-webkit-transition-duration: 1s;
	transition-duration: 1s;
}

.hamburger.is-opened-navi:hover .hamburger__line-in--01::before,
.hamburger.is-opened-navi:hover .hamburger__line-in--01::after,
.hamburger.is-opened-navi:hover .hamburger__line-in--02::before,
.hamburger.is-opened-navi:hover .hamburger__line-in--02::after,
.hamburger.is-opened-navi:hover .hamburger__line-in--03::before,
.hamburger.is-opened-navi:hover .hamburger__line-in--03::after {
	-webkit-transition-duration: 0s;
	transition-duration: 0s;
} */
.show-on-mobile {
  display: none;
}

.show-on-return {
  display: none;
}

.change-on-return.init .show-on-return {
  display: block;
}

.change-on-return.init .remove-on-return {
  display: none;
}

@-webkit-keyframes skeletonAnimation {
  0% {
    opacity: 0.8;
  }
  50% {
    opacity: 0.4;
  }
  100% {
    opacity: 0.8;
  }
}

@keyframes skeletonAnimation {
  0% {
    opacity: 0.8;
  }
  50% {
    opacity: 0.4;
  }
  100% {
    opacity: 0.8;
  }
}
.skeleton {
  background: gainsboro !important;
  color: gainsboro !important;
  border-radius: 8px;
  -webkit-animation-name: skeletonAnimation;
          animation-name: skeletonAnimation;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}

@media screen and (max-width: 992px) {
  .show-on-mobile {
    display: block;
  }
}
.btn-check + .btn, .block--callout .link .btn-check + span, .EPiServerForms .btn-check + button[type=submit], .EPiServerForms .btn-check + input[type=reset], .cards--with-buttons .card-footer .btn-check + a, .btn--filter {
  border-color: currentColor;
  background-color: transparent;
  border-width: 2px;
  padding-top: 8px;
  padding-bottom: 8px;
}
.btn-check + .btn svg, .block--callout .link .btn-check + span svg, .EPiServerForms .btn-check + button[type=submit] svg, .EPiServerForms .btn-check + input[type=reset] svg, .cards--with-buttons .card-footer .btn-check + a svg, .btn--filter svg {
  fill: currentColor;
}
.btn-check + .btn:hover, .block--callout .link .btn-check + span:hover, .EPiServerForms .btn-check + button[type=submit]:hover, .EPiServerForms .btn-check + input[type=reset]:hover, .cards--with-buttons .card-footer .btn-check + a:hover, .btn--filter:hover {
  color: currentColor;
}
.block--darker .btn-check + .btn, .block--darker .block--callout .link .btn-check + span, .block--callout .link .block--darker .btn-check + span, .block--darker .EPiServerForms .btn-check + button[type=submit], .EPiServerForms .block--darker .btn-check + button[type=submit], .block--darker .EPiServerForms .btn-check + input[type=reset], .EPiServerForms .block--darker .btn-check + input[type=reset], .block--darker .cards--with-buttons .card-footer .btn-check + a, .cards--with-buttons .card-footer .block--darker .btn-check + a, .block--primary .btn-check + .btn, .block--primary .block--callout .link .btn-check + span, .block--callout .link .block--primary .btn-check + span, .block--primary .EPiServerForms .btn-check + button[type=submit], .EPiServerForms .block--primary .btn-check + button[type=submit], .block--primary .EPiServerForms .btn-check + input[type=reset], .EPiServerForms .block--primary .btn-check + input[type=reset], .block--primary .cards--with-buttons .card-footer .btn-check + a, .cards--with-buttons .card-footer .block--primary .btn-check + a, .block--darker .btn--filter, .block--primary .btn--filter {
  background-color: transparent;
  border-color: var(--accent-reverse);
  color: var(--accent-reverse);
}
.block--darker .btn-check + .btn svg, .block--darker .block--callout .link .btn-check + span svg, .block--callout .link .block--darker .btn-check + span svg, .block--darker .EPiServerForms .btn-check + button[type=submit] svg, .EPiServerForms .block--darker .btn-check + button[type=submit] svg, .block--darker .EPiServerForms .btn-check + input[type=reset] svg, .EPiServerForms .block--darker .btn-check + input[type=reset] svg, .block--darker .cards--with-buttons .card-footer .btn-check + a svg, .cards--with-buttons .card-footer .block--darker .btn-check + a svg, .block--primary .btn-check + .btn svg, .block--primary .block--callout .link .btn-check + span svg, .block--callout .link .block--primary .btn-check + span svg, .block--primary .EPiServerForms .btn-check + button[type=submit] svg, .EPiServerForms .block--primary .btn-check + button[type=submit] svg, .block--primary .EPiServerForms .btn-check + input[type=reset] svg, .EPiServerForms .block--primary .btn-check + input[type=reset] svg, .block--primary .cards--with-buttons .card-footer .btn-check + a svg, .cards--with-buttons .card-footer .block--primary .btn-check + a svg, .block--darker .btn--filter svg, .block--primary .btn--filter svg {
  fill: var(--accent-reverse);
}

.btn-check:checked + .btn, .block--callout .link .btn-check:checked + span, .EPiServerForms .btn-check:checked + button[type=submit], .EPiServerForms .btn-check:checked + input[type=reset], .cards--with-buttons .card-footer .btn-check:checked + a, .btn--filter.is-checked {
  background: var(--primary);
  color: var(--accent-reverse);
  border-color: #000000;
}
.btn-check:checked + .btn svg, .block--callout .link .btn-check:checked + span svg, .EPiServerForms .btn-check:checked + button[type=submit] svg, .EPiServerForms .btn-check:checked + input[type=reset] svg, .cards--with-buttons .card-footer .btn-check:checked + a svg, .btn--filter.is-checked svg {
  fill: var(--accent-reverse);
}
.block--darker .btn-check:checked + .btn, .block--darker .block--callout .link .btn-check:checked + span, .block--callout .link .block--darker .btn-check:checked + span, .block--darker .EPiServerForms .btn-check:checked + button[type=submit], .EPiServerForms .block--darker .btn-check:checked + button[type=submit], .block--darker .EPiServerForms .btn-check:checked + input[type=reset], .EPiServerForms .block--darker .btn-check:checked + input[type=reset], .block--darker .cards--with-buttons .card-footer .btn-check:checked + a, .cards--with-buttons .card-footer .block--darker .btn-check:checked + a, .block--primary .btn-check:checked + .btn, .block--primary .block--callout .link .btn-check:checked + span, .block--callout .link .block--primary .btn-check:checked + span, .block--primary .EPiServerForms .btn-check:checked + button[type=submit], .EPiServerForms .block--primary .btn-check:checked + button[type=submit], .block--primary .EPiServerForms .btn-check:checked + input[type=reset], .EPiServerForms .block--primary .btn-check:checked + input[type=reset], .block--primary .cards--with-buttons .card-footer .btn-check:checked + a, .cards--with-buttons .card-footer .block--primary .btn-check:checked + a, .block--darker .btn--filter.is-checked, .block--primary .btn--filter.is-checked {
  background: var(--accent-reverse);
  color: var(--accent-darker);
  border-color: var(--accent-reverse);
}
.block--darker .btn-check:checked + .btn svg, .block--darker .block--callout .link .btn-check:checked + span svg, .block--callout .link .block--darker .btn-check:checked + span svg, .block--darker .EPiServerForms .btn-check:checked + button[type=submit] svg, .EPiServerForms .block--darker .btn-check:checked + button[type=submit] svg, .block--darker .EPiServerForms .btn-check:checked + input[type=reset] svg, .EPiServerForms .block--darker .btn-check:checked + input[type=reset] svg, .block--darker .cards--with-buttons .card-footer .btn-check:checked + a svg, .cards--with-buttons .card-footer .block--darker .btn-check:checked + a svg, .block--primary .btn-check:checked + .btn svg, .block--primary .block--callout .link .btn-check:checked + span svg, .block--callout .link .block--primary .btn-check:checked + span svg, .block--primary .EPiServerForms .btn-check:checked + button[type=submit] svg, .EPiServerForms .block--primary .btn-check:checked + button[type=submit] svg, .block--primary .EPiServerForms .btn-check:checked + input[type=reset] svg, .EPiServerForms .block--primary .btn-check:checked + input[type=reset] svg, .block--primary .cards--with-buttons .card-footer .btn-check:checked + a svg, .cards--with-buttons .card-footer .block--primary .btn-check:checked + a svg, .block--darker .btn--filter.is-checked svg, .block--primary .btn--filter.is-checked svg {
  fill: var(--accent);
}

.tab-pane .placeholder {
  background: none;
}
.tab-pane .placeholder iframe {
  height: 100%;
  width: 100%;
}

.nav-tabs--inverted {
  border: none;
}
.nav-tabs--inverted .nav-link {
  border: none;
  margin: 0;
  background-color: #14181F;
  padding: 16px;
  font-size: 16px;
  font-weight: bold;
  color: rgba(255, 255, 255, 0.4);
}
@media screen and (min-width: 768px) {
  .nav-tabs--inverted .nav-link {
    padding: 16px 24px;
  }
}
@media screen and (min-width: 992px) {
  .nav-tabs--inverted .nav-link {
    font-size: 18px;
    padding: 24px 40px;
  }
}
.nav-tabs--inverted .nav-link:hover {
  color: rgb(255, 255, 255);
}
.nav-tabs--inverted .nav-link.active {
  background-color: rgba(255, 255, 255, 0.1);
  color: white;
  border: none;
}

.tab-content--inverted {
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 0 32px 32px 32px;
}

.preview-open {
  overflow: hidden;
}

/* Top Navigation Style */
.grid {
  width: 100%;
  margin: 0 auto;
}

.grid__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  /* cursor: pointer; */
}

.box {
  position: relative;
}

/* .box__text {
	margin: 0;
	position: absolute;
	top: -6rem;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 0.15rem;
	font-size: 1.75rem;
	margin: 0.5rem 1rem;
	font-family: 'Anton', sans-serif;
} */
.box__shadow {
  position: absolute;
  width: 100%;
  height: 100%;
  top: -1rem;
  left: -1rem;
  background: url("../media/bullet.svg");
}

.box__deco {
  position: absolute;
  bottom: -4rem;
  right: -4rem;
}

/* .box__content {
	position: absolute;
	max-width: 195px;
	font-size: 0.9rem;
	text-align: right;
	display: none;
} */
.overlay {
  pointer-events: none;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  overflow: hidden;
}

.overlay--open {
  pointer-events: auto;
}

.overlay__item {
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.overlay__item .box {
  max-width: 600px;
  max-height: 100%;
  margin: 0;
}

.overlay__item .box__title {
  bottom: 0;
}

.overlay__close {
  position: absolute;
  top: 0;
  right: 0;
  background: none;
  border: 0;
  margin: 1rem;
  padding: 0;
  opacity: 0;
  z-index: 11;
}
.overlay__close:hover {
  border: 2px solid #000000;
}

.overlay__close:focus {
  outline: none;
}

@media screen and (min-width: 55em) {
  .grid {
    display: grid;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 3rem 3rem 15rem 3rem;
    grid-row-gap: 2rem;
    grid-template-columns: repeat(3, 33.3333333333%);
  }
  .grid__item {
    margin: 0;
  }
  .box {
    margin: 4rem;
  }
  .box__title {
    top: -4rem;
    right: -4.5rem;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
  }
  .box__title--straight {
    -webkit-writing-mode: horizontal-tb;
    -ms-writing-mode: lr-tb;
        writing-mode: horizontal-tb;
  }
  .box__title--straight .box__title-inner::before {
    width: 0;
    height: auto;
  }
  .box__title--bottom {
    bottom: -5rem;
    top: auto;
  }
  .box__title--left {
    left: -2rem;
    right: auto;
  }
  .box__text--topcloser {
    top: -5rem;
  }
  .box__text--bottom {
    bottom: -5rem;
    top: auto;
  }
  .box__text--bottomcloser {
    bottom: -5rem;
    top: auto;
  }
  .box__text--right {
    right: 0;
    left: auto;
  }
  .box__text-inner--rotated1 {
    -webkit-transform: rotate(4deg);
        -ms-transform: rotate(4deg);
            transform: rotate(4deg);
  }
  .box__text-inner--rotated2 {
    -webkit-transform: rotate(-3deg);
        -ms-transform: rotate(-3deg);
            transform: rotate(-3deg);
  }
  .box__text-inner--rotated3 {
    -webkit-transform: rotate(-15deg);
        -ms-transform: rotate(-15deg);
            transform: rotate(-15deg);
  }
  .box__deco {
    display: block;
  }
  .box__deco--left {
    right: auto;
    left: -3rem;
  }
  .box__deco--top {
    top: 0;
    bottom: auto;
  }
  .overlay__item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .overlay__content {
    font-size: 2.25rem;
    margin-top: 0;
  }
  .overlay__item .box__title--bottom {
    bottom: 0;
  }
}
@media screen and (min-width: 80em) {
  .grid {
    grid-template-columns: repeat(3, 25%);
  }
  .grid__item:nth-child(4n-2) {
    margin-top: -8rem;
    margin-bottom: 8rem;
  }
  .grid__item:nth-child(4n) {
    margin-top: -5rem;
  }
  .box {
    margin: 6rem 4.5rem;
  }
  .box__content {
    display: block;
  }
}
@media screen and (max-width: 55em) {
  .content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: auto;
    min-height: 0;
  }
  .content--fixed {
    position: relative;
    z-index: 1000;
    display: block;
    padding: 0.85em;
  }
  .codrops-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-bottom: 5rem;
  }
  .codrops-header__title {
    font-weight: bold;
    padding-bottom: 0.25em;
    text-align: center;
  }
  .info {
    margin: 0;
  }
  .github {
    display: block;
    margin: 1em auto;
  }
  .codrops-links {
    margin: 0;
  }
}
.overlay {
  overflow-x: hidden;
  overflow-y: auto;
}
@media screen and (min-width: 992px) {
  .overlay {
    overflow: hidden;
  }
}

.overlay__item {
  height: auto;
  min-height: 100vh;
}
.grid__item:nth-child(1) {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
.grid__item:nth-child(2) {
  -webkit-animation-delay: 0.05s;
          animation-delay: 0.05s;
}
.grid__item:nth-child(3) {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}
.grid__item:nth-child(4) {
  -webkit-animation-delay: 0.15s;
          animation-delay: 0.15s;
}
.grid__item:nth-child(5) {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.grid__item:nth-child(6) {
  -webkit-animation-delay: 0.25s;
          animation-delay: 0.25s;
}
.grid__item:nth-child(7) {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.grid__item:nth-child(8) {
  -webkit-animation-delay: 0.35s;
          animation-delay: 0.35s;
}
.grid__item:nth-child(9) {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.grid__item:nth-child(10) {
  -webkit-animation-delay: 0.45s;
          animation-delay: 0.45s;
}
.grid__item:nth-child(11) {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.grid__item:nth-child(12) {
  -webkit-animation-delay: 0.55s;
          animation-delay: 0.55s;
}
.grid__item:nth-child(13) {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
.grid__item:nth-child(14) {
  -webkit-animation-delay: 0.65s;
          animation-delay: 0.65s;
}
.grid__item:nth-child(15) {
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}
.grid__item:nth-child(16) {
  -webkit-animation-delay: 0.75s;
          animation-delay: 0.75s;
}
.grid__item:nth-child(17) {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}
.grid__item:nth-child(18) {
  -webkit-animation-delay: 0.85s;
          animation-delay: 0.85s;
}
.grid__item:nth-child(19) {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}
.grid__item:nth-child(20) {
  -webkit-animation-delay: 0.95s;
          animation-delay: 0.95s;
}
.grid__item:nth-child(21) {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.grid__item:nth-child(22) {
  -webkit-animation-delay: 1.05s;
          animation-delay: 1.05s;
}
.grid__item:nth-child(23) {
  -webkit-animation-delay: 1.1s;
          animation-delay: 1.1s;
}
.grid__item:nth-child(24) {
  -webkit-animation-delay: 1.15s;
          animation-delay: 1.15s;
}
.grid__item:nth-child(25) {
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}
.grid__item:nth-child(26) {
  -webkit-animation-delay: 1.25s;
          animation-delay: 1.25s;
}
.grid__item:nth-child(27) {
  -webkit-animation-delay: 1.3s;
          animation-delay: 1.3s;
}
.grid__item:nth-child(28) {
  -webkit-animation-delay: 1.35s;
          animation-delay: 1.35s;
}
.grid__item:nth-child(29) {
  -webkit-animation-delay: 1.4s;
          animation-delay: 1.4s;
}
.grid__item:nth-child(30) {
  -webkit-animation-delay: 1.45s;
          animation-delay: 1.45s;
}
.grid__item:nth-child(31) {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}
.grid__item:nth-child(32) {
  -webkit-animation-delay: 1.55s;
          animation-delay: 1.55s;
}
.grid__item:nth-child(33) {
  -webkit-animation-delay: 1.6s;
          animation-delay: 1.6s;
}
.grid__item:nth-child(34) {
  -webkit-animation-delay: 1.65s;
          animation-delay: 1.65s;
}
.grid__item:nth-child(35) {
  -webkit-animation-delay: 1.7s;
          animation-delay: 1.7s;
}
.grid__item:nth-child(36) {
  -webkit-animation-delay: 1.75s;
          animation-delay: 1.75s;
}
.grid__item:nth-child(37) {
  -webkit-animation-delay: 1.8s;
          animation-delay: 1.8s;
}
.grid__item:nth-child(38) {
  -webkit-animation-delay: 1.85s;
          animation-delay: 1.85s;
}
.grid__item:nth-child(39) {
  -webkit-animation-delay: 1.9s;
          animation-delay: 1.9s;
}
.grid__item:nth-child(40) {
  -webkit-animation-delay: 1.95s;
          animation-delay: 1.95s;
}
.grid__item:nth-child(41) {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}
.grid__item:nth-child(42) {
  -webkit-animation-delay: 2.05s;
          animation-delay: 2.05s;
}
.grid__item:nth-child(43) {
  -webkit-animation-delay: 2.1s;
          animation-delay: 2.1s;
}
.grid__item:nth-child(44) {
  -webkit-animation-delay: 2.15s;
          animation-delay: 2.15s;
}
.grid__item:nth-child(45) {
  -webkit-animation-delay: 2.2s;
          animation-delay: 2.2s;
}
.grid__item:nth-child(46) {
  -webkit-animation-delay: 2.25s;
          animation-delay: 2.25s;
}
.grid__item:nth-child(47) {
  -webkit-animation-delay: 2.3s;
          animation-delay: 2.3s;
}
.grid__item:nth-child(48) {
  -webkit-animation-delay: 2.35s;
          animation-delay: 2.35s;
}
.grid__item:nth-child(49) {
  -webkit-animation-delay: 2.4s;
          animation-delay: 2.4s;
}
.grid__item:nth-child(50) {
  -webkit-animation-delay: 2.45s;
          animation-delay: 2.45s;
}
.grid__item:nth-child(51) {
  -webkit-animation-delay: 2.5s;
          animation-delay: 2.5s;
}
.grid__item:nth-child(52) {
  -webkit-animation-delay: 2.55s;
          animation-delay: 2.55s;
}
.grid__item:nth-child(53) {
  -webkit-animation-delay: 2.6s;
          animation-delay: 2.6s;
}
.grid__item:nth-child(54) {
  -webkit-animation-delay: 2.65s;
          animation-delay: 2.65s;
}
.grid__item:nth-child(55) {
  -webkit-animation-delay: 2.7s;
          animation-delay: 2.7s;
}
.grid__item:nth-child(56) {
  -webkit-animation-delay: 2.75s;
          animation-delay: 2.75s;
}
.grid__item:nth-child(57) {
  -webkit-animation-delay: 2.8s;
          animation-delay: 2.8s;
}
.grid__item:nth-child(58) {
  -webkit-animation-delay: 2.85s;
          animation-delay: 2.85s;
}
.grid__item:nth-child(59) {
  -webkit-animation-delay: 2.9s;
          animation-delay: 2.9s;
}
.grid__item:nth-child(60) {
  -webkit-animation-delay: 2.95s;
          animation-delay: 2.95s;
}
.grid__item:nth-child(61) {
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}
.grid__item:nth-child(62) {
  -webkit-animation-delay: 3.05s;
          animation-delay: 3.05s;
}
.grid__item:nth-child(63) {
  -webkit-animation-delay: 3.1s;
          animation-delay: 3.1s;
}
.grid__item:nth-child(64) {
  -webkit-animation-delay: 3.15s;
          animation-delay: 3.15s;
}
.grid__item:nth-child(65) {
  -webkit-animation-delay: 3.2s;
          animation-delay: 3.2s;
}
.grid__item:nth-child(66) {
  -webkit-animation-delay: 3.25s;
          animation-delay: 3.25s;
}
.grid__item:nth-child(67) {
  -webkit-animation-delay: 3.3s;
          animation-delay: 3.3s;
}
.grid__item:nth-child(68) {
  -webkit-animation-delay: 3.35s;
          animation-delay: 3.35s;
}
.grid__item:nth-child(69) {
  -webkit-animation-delay: 3.4s;
          animation-delay: 3.4s;
}
.grid__item:nth-child(70) {
  -webkit-animation-delay: 3.45s;
          animation-delay: 3.45s;
}
.grid__item:nth-child(71) {
  -webkit-animation-delay: 3.5s;
          animation-delay: 3.5s;
}
.grid__item:nth-child(72) {
  -webkit-animation-delay: 3.55s;
          animation-delay: 3.55s;
}
.grid__item:nth-child(73) {
  -webkit-animation-delay: 3.6s;
          animation-delay: 3.6s;
}
.grid__item:nth-child(74) {
  -webkit-animation-delay: 3.65s;
          animation-delay: 3.65s;
}
.grid__item:nth-child(75) {
  -webkit-animation-delay: 3.7s;
          animation-delay: 3.7s;
}
.grid__item:nth-child(76) {
  -webkit-animation-delay: 3.75s;
          animation-delay: 3.75s;
}
.grid__item:nth-child(77) {
  -webkit-animation-delay: 3.8s;
          animation-delay: 3.8s;
}
.grid__item:nth-child(78) {
  -webkit-animation-delay: 3.85s;
          animation-delay: 3.85s;
}
.grid__item:nth-child(79) {
  -webkit-animation-delay: 3.9s;
          animation-delay: 3.9s;
}
.grid__item:nth-child(80) {
  -webkit-animation-delay: 3.95s;
          animation-delay: 3.95s;
}
.grid__item:nth-child(81) {
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
}
.grid__item:nth-child(82) {
  -webkit-animation-delay: 4.05s;
          animation-delay: 4.05s;
}
.grid__item:nth-child(83) {
  -webkit-animation-delay: 4.1s;
          animation-delay: 4.1s;
}
.grid__item:nth-child(84) {
  -webkit-animation-delay: 4.15s;
          animation-delay: 4.15s;
}
.grid__item:nth-child(85) {
  -webkit-animation-delay: 4.2s;
          animation-delay: 4.2s;
}
.grid__item:nth-child(86) {
  -webkit-animation-delay: 4.25s;
          animation-delay: 4.25s;
}
.grid__item:nth-child(87) {
  -webkit-animation-delay: 4.3s;
          animation-delay: 4.3s;
}
.grid__item:nth-child(88) {
  -webkit-animation-delay: 4.35s;
          animation-delay: 4.35s;
}
.grid__item:nth-child(89) {
  -webkit-animation-delay: 4.4s;
          animation-delay: 4.4s;
}
.grid__item:nth-child(90) {
  -webkit-animation-delay: 4.45s;
          animation-delay: 4.45s;
}
.grid__item:nth-child(91) {
  -webkit-animation-delay: 4.5s;
          animation-delay: 4.5s;
}
.grid__item:nth-child(92) {
  -webkit-animation-delay: 4.55s;
          animation-delay: 4.55s;
}
.grid__item:nth-child(93) {
  -webkit-animation-delay: 4.6s;
          animation-delay: 4.6s;
}
.grid__item:nth-child(94) {
  -webkit-animation-delay: 4.65s;
          animation-delay: 4.65s;
}
.grid__item:nth-child(95) {
  -webkit-animation-delay: 4.7s;
          animation-delay: 4.7s;
}
.grid__item:nth-child(96) {
  -webkit-animation-delay: 4.75s;
          animation-delay: 4.75s;
}
.grid__item:nth-child(97) {
  -webkit-animation-delay: 4.8s;
          animation-delay: 4.8s;
}
.grid__item:nth-child(98) {
  -webkit-animation-delay: 4.85s;
          animation-delay: 4.85s;
}
.grid__item:nth-child(99) {
  -webkit-animation-delay: 4.9s;
          animation-delay: 4.9s;
}
.grid__item:nth-child(100) {
  -webkit-animation-delay: 4.95s;
          animation-delay: 4.95s;
}

.grid {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding-bottom: 3rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.box {
  overflow: visible;
  padding: 24px;
  width: 100%;
}
.box.box--inactive {
  -webkit-filter: grayscale(1) sepia(0.2);
          filter: grayscale(1) sepia(0.2);
}

.box__shadow {
  display: none;
}

.box .box__img {
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  margin: 0 auto;
  max-width: 100%;
  -webkit-filter: none;
          filter: none;
  -webkit-transition: -webkit-filter 0.3s;
  transition: -webkit-filter 0.3s;
  transition: filter 0.3s;
  transition: filter 0.3s, -webkit-filter 0.3s;
  pointer-events: none;
  position: relative;
  border-radius: 8px;
  width: 100%;
  -webkit-box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.3);
}
@media screen and (min-width: 992px) {
  .box .box__img {
    border-radius: 24px;
  }
}

.box__text {
  margin: 0;
  text-align: center;
}

@media screen and (min-width: 992px) {
  .grid__item .box__content, .grid__item .box__teaser {
    display: block;
  }
}
@media screen and (min-width: 992px) {
  .grid__item:hover .box__img {
    -webkit-box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.3), 0 0 0 2pt black;
            box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.3), 0 0 0 2pt black;
  }
}
.grid__item:hover .box__teaser {
  opacity: 0;
}
.grid__item:hover .box__content > div {
  --animate-duration: 0.5s;
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.grid__item:hover .box__content .box__content__inner:nth-child(2) {
  --animate-delay: 0.2s;
}

.grid__item:not(.grid__item--noclick) .box__content, .grid__item:not(.grid__item--noclick) .box__date, .overlay__item .box__content, .overlay__item .box__date {
  opacity: 0;
  visibility: hidden;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  margin-right: 0;
}
.grid__item:not(.grid__item--noclick) .box__date, .overlay__item .box__date {
  opacity: 1;
  visibility: visible;
}
@media screen and (min-width: 992px) {
  .grid__item:not(.grid__item--noclick):hover, .overlay__item:hover {
    z-index: 1;
  }
  .grid__item:not(.grid__item--noclick):hover .box__content, .overlay__item:hover .box__content {
    opacity: 1;
    visibility: visible;
  }
}

.box__content .balloon {
  -webkit-transform: translateY(-100%) translateX(50%);
      -ms-transform: translateY(-100%) translateX(50%);
          transform: translateY(-100%) translateX(50%);
}

.box__date .balloon {
  -webkit-transform: translateY(-100%) translateX(-32%);
      -ms-transform: translateY(-100%) translateX(-32%);
          transform: translateY(-100%) translateX(-32%);
  margin: 0 auto;
}

.overlay__item .box__content {
  margin-top: 0px;
  opacity: 1;
  visibility: visible;
}
.grid__item--noclick {
  text-decoration: none;
}
.grid__item--noclick .box__title, .grid__item--noclick .box__text, .grid__item--noclick .box__deco, .grid__item--noclick .box__content {
  display: block;
}

.block__deco {
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  width: 400px;
  display: none;
}
@media screen and (min-width: 992px) {
  .block__deco {
    display: block;
  }
}
.block__deco img {
  max-width: 100%;
}
.block__deco.block__deco--left {
  left: 0;
  -webkit-transform: translateX(-40%);
      -ms-transform: translateX(-40%);
          transform: translateX(-40%);
}
.block__deco.block__deco--right {
  right: 0;
  top: 50vh;
  -webkit-transform: translateX(40%);
      -ms-transform: translateX(40%);
          transform: translateX(40%);
}
.block__deco.block__deco--bottom {
  top: 0;
  right: 0;
}

.grid__item:nth-child(3n) .box__deco {
  display: none;
}
.box__deco img {
  max-width: 120px;
}
.box__deco.box__deco--top {
  top: 0;
  bottom: auto;
}

.grid__item .box__teaser {
  position: absolute;
  right: 0;
  top: 0;
}
.grid__item .box__teaser .balloon {
  --animate-duration: 0.2s;
  padding: 8px 12px;
  -webkit-transform: translateY(-100%) translateX(0);
      -ms-transform: translateY(-100%) translateX(0);
          transform: translateY(-100%) translateX(0);
  right: 0;
  position: absolute;
  top: 0;
  margin: 0;
}
.grid__item .box__teaser .balloon.balloon:after {
  bottom: -16px;
}
@media screen and (min-width: 576px) {
  .grid__item .box__content {
    width: 320px;
  }
}
.grid__item .box__content .balloon {
  margin-left: auto;
  margin-right: 24px;
}
.grid__item .box .box__content p, .grid__item .box .box__content .rt-editor ul, .rt-editor .grid__item .box .box__content ul, .grid__item .box .box__content .rt-editor ol, .rt-editor .grid__item .box .box__content ol, .grid__item .box .box__content .filters-button-group .button, .filters-button-group .grid__item .box .box__content .button, .grid__item .box .box__content .chapters button, .chapters .grid__item .box .box__content button, .grid__item .box .box__content .rt-podcastplayer.fixed .shk-chapter_duration, .rt-podcastplayer.fixed .grid__item .box .box__content .shk-chapter_duration, .grid__item .box .box__content .rt-podcastplayer.fixed .shk-chapter_title, .rt-podcastplayer.fixed .grid__item .box .box__content .shk-chapter_title, .grid__item .box .box__content .modal--search input, .modal--search .grid__item .box .box__content input {
  opacity: 1;
}
.grid__item .box .box__deco {
  display: none;
}
.grid__item .box .box__date {
  left: 0;
  top: 0;
  position: absolute;
  display: none;
}
.grid__item .box--inactive .box__date {
  display: block;
}
.grid__item .box--inactive .box__content {
  display: none;
}

.grid__item--heading .box {
  max-width: 320px;
}
@media screen and (min-width: 576px) {
  .grid__item--heading .box {
    max-width: 400px;
  }
}
@media screen and (min-width: 768px) {
  .grid__item--heading .box {
    max-width: 500px;
  }
}
@media screen and (min-width: 992px) {
  .grid__item--heading .box {
    max-width: 600px;
  }
}
.grid__item--heading .box svg {
  max-width: 100%;
}

.grid__item:not(.grid__item--heading).grid__item--noclick .btn, .grid__item:not(.grid__item--heading).grid__item--noclick .block--callout .link span, .block--callout .link .grid__item:not(.grid__item--heading).grid__item--noclick span, .grid__item:not(.grid__item--heading).grid__item--noclick .EPiServerForms button[type=submit], .EPiServerForms .grid__item:not(.grid__item--heading).grid__item--noclick button[type=submit], .grid__item:not(.grid__item--heading).grid__item--noclick .EPiServerForms input[type=reset], .EPiServerForms .grid__item:not(.grid__item--heading).grid__item--noclick input[type=reset], .grid__item:not(.grid__item--heading).grid__item--noclick .cards--with-buttons .card-footer a, .cards--with-buttons .card-footer .grid__item:not(.grid__item--heading).grid__item--noclick a {
  border-width: 2px;
}
.grid__item:not(.grid__item--heading).grid__item--noclick:hover .btn, .grid__item:not(.grid__item--heading).grid__item--noclick:hover .block--callout .link span, .block--callout .link .grid__item:not(.grid__item--heading).grid__item--noclick:hover span, .grid__item:not(.grid__item--heading).grid__item--noclick:hover .EPiServerForms button[type=submit], .EPiServerForms .grid__item:not(.grid__item--heading).grid__item--noclick:hover button[type=submit], .grid__item:not(.grid__item--heading).grid__item--noclick:hover .EPiServerForms input[type=reset], .EPiServerForms .grid__item:not(.grid__item--heading).grid__item--noclick:hover input[type=reset], .grid__item:not(.grid__item--heading).grid__item--noclick:hover .cards--with-buttons .card-footer a, .cards--with-buttons .card-footer .grid__item:not(.grid__item--heading).grid__item--noclick:hover a {
  background-color: transparent;
  color: black;
}

.overlay__close {
  position: fixed;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  background: #D0D2D3;
  border-radius: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-filter: grayscale(1) sepia(0.2);
          filter: grayscale(1) sepia(0.2);
}
.overlay__close svg {
  width: 24px;
  height: 24px;
}
@media screen and (min-width: 768px) {
  .overlay__close {
    position: absolute;
    top: 2vw;
    right: 2vw;
  }
}

.overlay__navigation > * {
  -webkit-filter: grayscale(1) sepia(0.2);
          filter: grayscale(1) sepia(0.2);
  opacity: 0;
}
.overlay__navigation .overlay__navigation__left,
.overlay__navigation .overlay__navigation__right {
  cursor: pointer;
  position: absolute;
  z-index: 11;
  top: 40%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 40px;
  height: 40px;
  background: #000000;
  border: 2px solid #000000;
  border-radius: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 1rem;
  -webkit-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
}
@media screen and (min-width: 992px) {
  .overlay__navigation .overlay__navigation__left,
  .overlay__navigation .overlay__navigation__right {
    top: 50%;
  }
}
.overlay__navigation .overlay__navigation__left svg,
.overlay__navigation .overlay__navigation__right svg {
  width: 24px;
  height: 24px;
  fill: #fff;
}
.overlay__navigation .overlay__navigation__left:hover,
.overlay__navigation .overlay__navigation__right:hover {
  background: transparent;
}
.overlay__navigation .overlay__navigation__left:hover svg,
.overlay__navigation .overlay__navigation__right:hover svg {
  fill: #000000;
}
.overlay__navigation .overlay__navigation__left {
  left: 2vw;
}
.overlay__navigation .overlay__navigation__right {
  right: 2vw;
}
.overlay__navigation:focus {
  outline: none;
}

.overlay--open .overlay__navigation .overlay__navigation__right {
  opacity: 1;
}
.overlay--open .overlay__navigation .overlay__navigation__left {
  opacity: 1;
}

.overlay__reveal {
  display: none;
}

.overlay--open {
  overflow-y: auto;
}

.overlay__item {
  background: rgba(255, 251, 240, 0.95);
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
  padding: 80px 32px;
}
@media screen and (min-width: 992px) {
  .overlay__item {
    padding: 96px 32px;
  }
}
.overlay__item .btn, .overlay__item .block--callout .link span, .block--callout .link .overlay__item span, .overlay__item .EPiServerForms button[type=submit], .EPiServerForms .overlay__item button[type=submit], .overlay__item .EPiServerForms input[type=reset], .EPiServerForms .overlay__item input[type=reset], .overlay__item .cards--with-buttons .card-footer a, .cards--with-buttons .card-footer .overlay__item a {
  border: 2px solid black;
  overflow: hidden;
  position: relative;
  -webkit-transition: all ease 0.25s;
  transition: all ease 0.25s;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}
.overlay__item .btn:before, .overlay__item .block--callout .link span:before, .block--callout .link .overlay__item span:before, .overlay__item .EPiServerForms button[type=submit]:before, .EPiServerForms .overlay__item button[type=submit]:before, .overlay__item .EPiServerForms input[type=reset]:before, .EPiServerForms .overlay__item input[type=reset]:before, .overlay__item .cards--with-buttons .card-footer a:before, .cards--with-buttons .card-footer .overlay__item a:before {
  content: "";
  background-color: black;
  position: absolute;
  top: 0;
  left: -10%;
  width: 120%;
  bottom: 0;
  z-index: -1;
  -webkit-transform: skew(30deg);
      -ms-transform: skew(30deg);
          transform: skew(30deg);
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.3, 1, 0.8, 1);
  transition: -webkit-transform 0.4s cubic-bezier(0.3, 1, 0.8, 1);
  transition: transform 0.4s cubic-bezier(0.3, 1, 0.8, 1);
  transition: transform 0.4s cubic-bezier(0.3, 1, 0.8, 1), -webkit-transform 0.4s cubic-bezier(0.3, 1, 0.8, 1);
  will-change: transform;
}
.overlay__item .btn svg, .overlay__item .block--callout .link span svg, .block--callout .link .overlay__item span svg, .overlay__item .EPiServerForms button[type=submit] svg, .EPiServerForms .overlay__item button[type=submit] svg, .overlay__item .EPiServerForms input[type=reset] svg, .EPiServerForms .overlay__item input[type=reset] svg, .overlay__item .cards--with-buttons .card-footer a svg, .cards--with-buttons .card-footer .overlay__item a svg {
  margin-top: -1px;
  margin-left: 4px;
}
.overlay__item .btn:hover, .overlay__item .block--callout .link span:hover, .block--callout .link .overlay__item span:hover, .overlay__item .EPiServerForms button[type=submit]:hover, .EPiServerForms .overlay__item button[type=submit]:hover, .overlay__item .EPiServerForms input[type=reset]:hover, .EPiServerForms .overlay__item input[type=reset]:hover, .overlay__item .cards--with-buttons .card-footer a:hover, .cards--with-buttons .card-footer .overlay__item a:hover {
  background-color: transparent;
  color: black;
}
.overlay__item .btn:hover:after, .overlay__item .block--callout .link span:hover:after, .block--callout .link .overlay__item span:hover:after, .overlay__item .EPiServerForms button[type=submit]:hover:after, .EPiServerForms .overlay__item button[type=submit]:hover:after, .overlay__item .EPiServerForms input[type=reset]:hover:after, .EPiServerForms .overlay__item input[type=reset]:hover:after, .overlay__item .cards--with-buttons .card-footer a:hover:after, .cards--with-buttons .card-footer .overlay__item a:hover:after {
  opacity: 1;
  right: -4px;
}
.overlay__item .btn:hover:before, .overlay__item .block--callout .link span:hover:before, .block--callout .link .overlay__item span:hover:before, .overlay__item .EPiServerForms button[type=submit]:hover:before, .EPiServerForms .overlay__item button[type=submit]:hover:before, .overlay__item .EPiServerForms input[type=reset]:hover:before, .EPiServerForms .overlay__item input[type=reset]:hover:before, .overlay__item .cards--with-buttons .card-footer a:hover:before, .cards--with-buttons .card-footer .overlay__item a:hover:before {
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
}
.overlay__item .btn:hover svg, .overlay__item .block--callout .link span:hover svg, .block--callout .link .overlay__item span:hover svg, .overlay__item .EPiServerForms button[type=submit]:hover svg, .EPiServerForms .overlay__item button[type=submit]:hover svg, .overlay__item .EPiServerForms input[type=reset]:hover svg, .EPiServerForms .overlay__item input[type=reset]:hover svg, .overlay__item .cards--with-buttons .card-footer a:hover svg, .cards--with-buttons .card-footer .overlay__item a:hover svg {
  fill: #000000;
}
.overlay__item .box__date {
  display: none;
}
.overlay__item .box--inactive .box__date {
  display: block;
  visibility: visible;
  opacity: 1;
  top: -16px;
  left: 8px;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .overlay__item .box--inactive .box__date {
    left: -24px;
    top: -24px;
  }
}
.overlay__item .box--inactive .box__date .balloon {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}
.overlay__item .box {
  max-width: 540px;
  padding: 24px;
  max-height: none;
  position: relative;
}
.overlay__item .box__content {
  right: 0;
  height: 100%;
  z-index: 10;
  width: 240px;
}
@media screen and (min-width: 576px) {
  .overlay__item .box__content {
    width: 320px;
  }
}
.overlay__item .box__content > div {
  position: absolute;
}
.overlay__item .box__content > div .balloon {
  -webkit-transform: translate(0);
      -ms-transform: translate(0);
          transform: translate(0);
}
.overlay__item .box__content > div:nth-child(1) {
  right: 0;
  top: 0;
  -webkit-transform: translateY(-50%) translateX(0%);
      -ms-transform: translateY(-50%) translateX(0%);
          transform: translateY(-50%) translateX(0%);
}
@media screen and (min-width: 992px) {
  .overlay__item .box__content > div:nth-child(1) {
    -webkit-transform: translateY(-70%) translateX(20%);
        -ms-transform: translateY(-70%) translateX(20%);
            transform: translateY(-70%) translateX(20%);
  }
}
.overlay__item .box__content > div:nth-child(2) {
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(70%) translateX(-50%);
      -ms-transform: translateY(70%) translateX(-50%);
          transform: translateY(70%) translateX(-50%);
}

.overlay__content {
  max-width: 30rem;
  font-size: 1rem;
  margin: 1rem 0 0 5vw;
}
.overlay__content p:not(.preamble), .overlay__content .rt-editor ul:not(.preamble), .rt-editor .overlay__content ul:not(.preamble), .overlay__content .rt-editor ol:not(.preamble), .rt-editor .overlay__content ol:not(.preamble), .overlay__content .filters-button-group .button:not(.preamble), .filters-button-group .overlay__content .button:not(.preamble), .overlay__content .chapters button:not(.preamble), .chapters .overlay__content button:not(.preamble), .overlay__content .rt-podcastplayer.fixed .shk-chapter_duration:not(.preamble), .rt-podcastplayer.fixed .overlay__content .shk-chapter_duration:not(.preamble), .overlay__content .rt-podcastplayer.fixed .shk-chapter_title:not(.preamble), .rt-podcastplayer.fixed .overlay__content .shk-chapter_title:not(.preamble), .overlay__content .modal--search input:not(.preamble), .modal--search .overlay__content input:not(.preamble) {
  font-size: 16px;
  opacity: 1;
}

@media screen and (min-width: 0) and (max-width: 40em) {
  .grid__item--heading {
    text-align: center;
    margin-bottom: 16px !important;
  }
  .grid__item--noclick:not(.grid__item--heading) {
    display: none;
  }
  .grid__item:nth-child(1) {
    grid-column-start: 1;
    grid-column-end: 3;
  }
}
@media screen and (min-width: 0) and (max-width: 40em) and (min-width: 992px) {
  .grid__item:nth-child(1) {
    grid-column-start: 1;
    grid-column-end: 5;
  }
}
@media screen and (min-width: 0) and (max-width: 40em) {
  .grid__item:nth-child(1) .box {
    margin: 0;
  }
  .grid {
    display: grid;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    grid-row-gap: 2rem;
    grid-template-columns: repeat(2, 50%);
  }
  .grid__item {
    margin: 0;
  }
  .grid__item .box {
    margin: 1rem;
    padding: 0;
  }
  .grid__item:nth-child(4n-2) {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }
  .grid__item:nth-child(4n-2) .box {
    -webkit-transform: rotate(-2deg);
        -ms-transform: rotate(-2deg);
            transform: rotate(-2deg);
  }
  .grid__item:nth-child(4n) {
    margin-top: 0rem;
  }
  .grid__item:nth-child(4n) .box {
    -webkit-transform: rotate(2deg);
        -ms-transform: rotate(2deg);
            transform: rotate(2deg);
  }
  .grid__item:nth-child(2n-1) {
    margin-bottom: -16px;
  }
  .grid__item:nth-child(4n-1) {
    margin-top: 24px;
    margin-bottom: -40px;
  }
}
@media screen and (min-width: 40em) {
  .grid {
    display: grid;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    grid-row-gap: 2rem;
    grid-template-columns: repeat(4, 25%);
  }
  .grid__item {
    margin: 0;
  }
  .grid__item--heading {
    text-align: center;
  }
  .grid__item--noclick:not(.grid__item--heading) {
    display: none;
  }
  .grid__item:nth-child(1) {
    grid-column-start: 1;
    grid-column-end: 5;
    margin-bottom: 32px;
  }
}
@media screen and (min-width: 40em) and (min-width: 576px) and (max-width: 768px) {
  .grid__item:nth-child(1) {
    margin-bottom: 48px;
  }
}
@media screen and (min-width: 40em) and (min-width: 768px) and (max-width: 1200px) {
  .grid__item:nth-child(1) {
    margin-bottom: 56px;
  }
}
@media screen and (min-width: 40em) {
  .grid__item:nth-child(4n-2) {
    margin-top: 5rem;
    margin-bottom: -5rem;
  }
  .grid__item:nth-child(4n) {
    margin-top: -4rem;
  }
  .box {
    margin: 1.5rem;
    padding: 0;
  }
  .grid__item:nth-child(4n-2) {
    margin-top: 5rem;
    margin-bottom: -5rem;
  }
  .grid__item:nth-child(4n-2) .box {
    -webkit-transform: rotate(-2deg);
        -ms-transform: rotate(-2deg);
            transform: rotate(-2deg);
  }
  .grid__item:nth-child(4n) {
    margin-top: -4rem;
  }
  .grid__item:nth-child(4n) .box {
    -webkit-transform: rotate(2deg);
        -ms-transform: rotate(2deg);
            transform: rotate(2deg);
  }
  .box__title {
    top: -4rem;
    right: -4.5rem;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
  }
  .box__title--straight {
    -webkit-writing-mode: horizontal-tb;
    -ms-writing-mode: lr-tb;
        writing-mode: horizontal-tb;
  }
  .box__title--straight .box__title-inner::before {
    width: 0;
    height: auto;
  }
  .box__title--bottom {
    bottom: -5rem;
    top: auto;
  }
  .box__title--left {
    left: -2rem;
    right: auto;
  }
  .box__text--topcloser {
    top: -5rem;
  }
  .box__text--bottom {
    bottom: -5rem;
    top: auto;
  }
  .box__text--bottomcloser {
    bottom: -5rem;
    top: auto;
  }
  .box__text--right {
    right: 0;
    left: auto;
  }
  .box__text-inner--rotated1 {
    -webkit-transform: rotate(4deg);
        -ms-transform: rotate(4deg);
            transform: rotate(4deg);
  }
  .box__text-inner--rotated2 {
    -webkit-transform: rotate(-3deg);
        -ms-transform: rotate(-3deg);
            transform: rotate(-3deg);
  }
  .box__text-inner--rotated3 {
    -webkit-transform: rotate(-15deg);
        -ms-transform: rotate(-15deg);
            transform: rotate(-15deg);
  }
  .box__deco--left {
    right: auto;
    left: -3rem;
  }
  .overlay__content {
    font-size: 1rem;
    margin-top: 0;
  }
  .overlay__item .box__title--bottom {
    bottom: 0;
  }
}
@media screen and (min-width: 80em) {
  .grid {
    grid-template-columns: repeat(5, 20%);
  }
  .grid__item:nth-child(1) {
    grid-column-start: 1;
    grid-column-end: 6;
  }
  .grid__item--heading {
    text-align: left;
    margin-bottom: 40px;
    margin-top: -48px;
  }
  .grid__item--noclick:not(.grid__item--heading) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .grid__item:nth-child(4n-2) {
    margin-top: 0rem;
    margin-bottom: -3rem;
  }
  .grid__item:nth-child(4n-2) .box {
    -webkit-transform: rotate(-2deg);
        -ms-transform: rotate(-2deg);
            transform: rotate(-2deg);
  }
  .grid__item:nth-child(4n) {
    margin-top: -4rem;
  }
  .grid__item:nth-child(4n) .box {
    -webkit-transform: rotate(2deg);
        -ms-transform: rotate(2deg);
            transform: rotate(2deg);
  }
  .box {
    margin: 2rem;
    padding: 0;
  }
}
.block--dark {
  background: #050B13;
  color: #fff;
}

.carousel--balloon .swiper-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .carousel--balloon .swiper-slide:nth-child(odd) {
    margin-top: 80px;
    margin-bottom: 24px;
  }
  .carousel--balloon .swiper-slide:nth-child(even) {
    margin-top: -80px;
  }
}
.carousel--balloon .swiper-slide:nth-child(even) .balloon {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.carousel--balloon .slideshow__controls {
  bottom: 0;
  color: #fff;
}

.stage-shape .block__content__media__inner img {
  border-radius: 50%;
}
.stage-shape .gallery__item__image {
  border-radius: 24%;
}
.stage-shape.panel .card__image__wrapper {
  border-radius: 100%;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

.cards--small-images .card__image__wrapper img {
  border-radius: 120px;
}

.gallery__item__image {
  border-radius: 100%;
}

.gallery--square .gallery__item__image {
  border-radius: 0;
}

.image-and-text-in-tabs__nav {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 768px) {
  .image-and-text-in-tabs__nav {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

.image-and-text-in-tabs__content {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 768px) {
  .image-and-text-in-tabs__content {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.image-and-text-in-tabs.reverse-order .image-and-text-in-tabs__nav {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.image-and-text-in-tabs.reverse-order .image-and-text-in-tabs__content {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

body.local-attention .jumbotron--hero .block__caption figcaption, body.global-attention .jumbotron--hero .block__caption figcaption {
  bottom: 64px;
}

.jumbotron--hero .block__caption figcaption {
  bottom: 32px;
}
@media screen and (min-width: 992px) {
  .jumbotron--hero .block__caption figcaption {
    right: 24px;
  }
}

.jumbotron {
  min-height: 85vh;
  padding-top: 160px;
  padding-bottom: 80px;
  overflow: hidden;
  background-color: #000000;
}
@media (max-width: 991.98px) {
  .jumbotron .block__media:after {
    content: " ";
    display: block;
    position: absolute;
    width: 100%;
    height: calc(100% - 200px);
    bottom: 0;
    left: 0px;
    right: 0px;
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgb(15, 15, 15)));
    background: linear-gradient(transparent 0%, rgb(15, 15, 15) 100%);
  }
}
.jumbotron .org-brand svg, .jumbotron .org-brand img {
  max-width: 100%;
  max-height: 20px;
}
.jumbotron.block--darker .block__media {
  opacity: 0.8;
}
.jumbotron .block__media picture, .jumbotron .block__media video {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.jumbotron .block__media video {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
.jumbotron .block__media picture img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
.jumbotron .block__media picture.only-mobile {
  display: none;
}
@media screen and (min-width: 0) and (max-width: 576px) {
  .jumbotron .block__media picture.only-mobile {
    display: block;
  }
}
.jumbotron:not(.jumbotron--full) .parallax {
  -webkit-transform: none !important;
      -ms-transform: none !important;
          transform: none !important;
}
.jumbotron .block__caption {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
@media (max-width: 991.98px) {
  .jumbotron .block__caption {
    z-index: 10;
  }
}
.jumbotron .label {
  font-size: 18px;
}
.jumbotron .navbar {
  border-radius: 0;
  left: auto;
  width: 100%;
  z-index: 100;
  background-color: #000000;
  color: #ffffff;
  padding-left: 24px;
  padding-right: 24px;
  margin-left: auto;
  background-color: var(--secondary);
  color: var(--converse-text);
  z-index: 1;
}
@media screen and (min-width: 992px) {
  .jumbotron .navbar {
    max-width: 440px;
  }
}
.jumbotron .navbar .page-title {
  -webkit-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out;
}
.jumbotron .navbar .navbar-collapse.show + .page-title, .jumbotron .navbar .navbar-collapse.collapsing + .page-title {
  visibility: hidden;
  opacity: 0;
}
.jumbotron .btn-link:after, .jumbotron section:not(.cards--with-buttons) .card-footer a:after, section:not(.cards--with-buttons) .card-footer .jumbotron a:after {
  background-color: currentColor;
}
@media screen and (min-width: 992px) {
  .jumbotron {
    padding-top: 120px;
    padding-bottom: 64px;
  }
}
.jumbotron.no-rounded-image {
  border-radius: 0;
}
.jumbotron p, .jumbotron .rt-editor ul, .rt-editor .jumbotron ul, .jumbotron .rt-editor ol, .rt-editor .jumbotron ol, .jumbotron .filters-button-group .button, .filters-button-group .jumbotron .button, .jumbotron .chapters button, .chapters .jumbotron button, .jumbotron .rt-podcastplayer.fixed .shk-chapter_duration, .rt-podcastplayer.fixed .jumbotron .shk-chapter_duration, .jumbotron .rt-podcastplayer.fixed .shk-chapter_title, .rt-podcastplayer.fixed .jumbotron .shk-chapter_title, .jumbotron .modal--search input, .modal--search .jumbotron input, .jumbotron .lead, .jumbotron .EPiServerForms .Form__Description, .EPiServerForms .jumbotron .Form__Description, .jumbotron .preamble, .jumbotron .block--map .accordion .list-group-item button, .block--map .accordion .list-group-item .jumbotron button {
  max-width: 600px;
}
.jumbotron .amplify {
  margin-bottom: 24px;
}
.jumbotron .preamble, .jumbotron .block--map .accordion .list-group-item button, .block--map .accordion .list-group-item .jumbotron button {
  margin-bottom: 0;
}
.jumbotron h1 .amplify, .jumbotron .h1 .amplify, .jumbotron .block--quote .quote-icon .amplify, .block--quote .jumbotron .quote-icon .amplify, .jumbotron h2 .amplify, .jumbotron .h2 .amplify {
  margin-bottom: 0;
  padding: 0.1em 0.15em 0.2em;
  margin-top: 8px;
}

.jumbotron {
  padding-top: 0;
  padding-bottom: 0 !important;
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
}
@media (max-width: 991.98px) {
  .jumbotron {
    color: #ffffff;
  }
}
.jumbotron [data-languageid] {
  /* Language tab */
  opacity: 0.7;
  -webkit-transition: opacity 0.15s ease-in-out;
  transition: opacity 0.15s ease-in-out;
}
.jumbotron [data-languageid]:hover {
  opacity: 1;
}
.jumbotron [data-languageid].active {
  text-decoration: none;
  pointer-events: none;
  opacity: 1;
}
.jumbotron [data-languageid] img {
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 24px;
  width: 24px;
}
.jumbotron .block__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding-bottom: 80px;
  padding-top: 200px;
  min-height: 85vh;
}
.jumbotron .block__content .block__heading {
  padding-right: 32px;
}
@media screen and (min-width: 576px) {
  .jumbotron .block__content .block__heading {
    padding-right: 0;
  }
}
@media screen and (min-width: 992px) {
  .jumbotron.jumbotron--full {
    min-height: 120vh;
  }
}
.jumbotron.jumbotron--full .block__content {
  min-height: 100vh;
}

.slideshow {
  height: 85vh;
  max-height: 900px;
  color: #ffffff;
}
.slideshow .swiper-container {
  height: 100%;
  overflow: hidden;
}
.slideshow a.swiper-slide {
  overflow: hidden;
}
.slideshow a.swiper-slide .block__media {
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.slideshow a.swiper-slide:hover {
  text-decoration: none;
}
.slideshow a.swiper-slide:hover h3, .slideshow a.swiper-slide:hover .h3, .slideshow a.swiper-slide:hover .EPiServerForms .Form__Title, .EPiServerForms .slideshow a.swiper-slide:hover .Form__Title {
  text-decoration: underline;
}
.slideshow a.swiper-slide:hover .block__media {
  -webkit-transform: scale(1.02);
      -ms-transform: scale(1.02);
          transform: scale(1.02);
}
.slideshow .swiper-slide {
  background-color: rgba(0, 0, 0, 0.1);
  height: auto;
  text-decoration: none;
}
.slideshow .swiper-slide:hover {
  text-decoration: underline;
}
.slideshow .swiper-slide .swiper-slide__container {
  height: 100%;
  padding-right: 3rem;
  padding-left: 3rem;
}
.slideshow .swiper-slide .swiper-slide__content {
  padding-top: 120px;
  padding-bottom: 120px;
  z-index: 10;
}

.swiper-slide__content .block__content__text {
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 24px;
  padding: 32px 32px 40px 32px;
  background-color: white;
  color: black;
  max-width: 400px;
  z-index: 1;
}

.slideshow__controls {
  position: absolute;
  display: block;
  bottom: 56px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  border-radius: 56px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 20;
  font-size: 12px;
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
          box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}
@media screen and (min-width: 768px) {
  .slideshow__controls {
    font-size: 16px;
  }
}
.slideshow__controls .swiper-pagination {
  display: none;
}
.slideshow__controls .swiper-button-prev, .slideshow__controls .swiper-button-next, .slideshow__controls .swiper-pagination {
  position: relative;
  left: auto;
  right: auto;
  top: auto;
  bottom: auto;
  width: auto;
  margin: 0;
}
.slideshow__controls .swiper-button-prev, .slideshow__controls .swiper-button-next {
  width: 56px;
  height: 56px;
  text-align: center;
  background-color: rgb(255, 255, 255);
  -webkit-transition: background-color ease-in-out 0.15s;
  transition: background-color ease-in-out 0.15s;
}
.slideshow__controls .swiper-button-prev:active, .slideshow__controls .swiper-button-next:active {
  background-color: rgba(255, 255, 255, 0.7);
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}
.slideshow__controls .swiper-button-prev:hover, .slideshow__controls .swiper-button-next:hover {
  background-color: rgba(255, 255, 255, 0.9);
}
.slideshow__controls .swiper-button-prev.swiper-button-disabled, .slideshow__controls .swiper-button-next.swiper-button-disabled {
  opacity: 1;
}
.slideshow__controls .swiper-button-prev.swiper-button-disabled:after, .slideshow__controls .swiper-button-next.swiper-button-disabled:after {
  opacity: 0.3;
}
.slideshow__controls .swiper-button-prev:after, .slideshow__controls .swiper-button-next:after {
  font-size: 16px;
  font-weight: 900;
  color: black;
  width: 100%;
}

.swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
}

@-webkit-keyframes AnimateBorder {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

@keyframes AnimateBorder {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@media screen and (min-width: 2000px) {
  .block.gallery .gallery__container {
    position: relative;
  }
}
@media screen and (min-width: 0) and (max-width: 576px) {
  .block.gallery .swiper-container-css-mode > .swiper-wrapper {
    overflow-x: auto;
    overflow-y: hidden;
  }
  .block.gallery .swiper-slide {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

.gallery__container {
  overflow: visible;
  position: relative;
}

.gallery__intro {
  text-align: center;
  margin-bottom: 32px;
}
.gallery__intro h3, .gallery__intro .h3, .gallery__intro .EPiServerForms .Form__Title, .EPiServerForms .gallery__intro .Form__Title, .gallery__intro h2, .gallery__intro .h2 {
  margin-bottom: 0;
}
.gallery__intro .preamble, .gallery__intro .block--map .accordion .list-group-item button, .block--map .accordion .list-group-item .gallery__intro button {
  margin-top: 16px;
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .gallery__intro {
    text-align: left;
    margin-bottom: 48px;
  }
}

.gallery__item {
  text-align: center;
}
.gallery__item .amplify {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 1;
  font-size: 17px;
  padding: 6px 6px;
  background-color: black;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.2);
  color: white;
}

a.gallery__item:hover .gallery__item__content__title {
  color: var(--cta);
}
.block--primary a.gallery__item:hover .gallery__item__content__title {
  color: var(--accent-reverse);
  text-decoration: underline;
}
a.gallery__item:hover .btn-link, a.gallery__item:hover section:not(.cards--with-buttons) .card-footer a, section:not(.cards--with-buttons) .card-footer a.gallery__item:hover a {
  text-decoration: none;
}

.gallery__item__image__wrapper {
  margin-bottom: 16px;
}
@media screen and (min-width: 768px) {
  .gallery__item__image__wrapper {
    margin-bottom: 24px;
  }
}

.gallery__item__image {
  width: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}

@supports not (aspect-ratio: 1/1) {
  .gallery__item__image__wrapper {
    height: 0;
    overflow: hidden;
    padding-top: 100%;
    position: relative;
  }
  .gallery__item__image__wrapper img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
.gallery__item__content__title {
  margin-bottom: 0;
  font-size: 20px;
}

.gallery__item__content p, .gallery__item__content .rt-editor ul, .rt-editor .gallery__item__content ul, .gallery__item__content .rt-editor ol, .rt-editor .gallery__item__content ol, .gallery__item__content .filters-button-group .button, .filters-button-group .gallery__item__content .button, .gallery__item__content .chapters button, .chapters .gallery__item__content button, .gallery__item__content .rt-podcastplayer.fixed .shk-chapter_duration, .rt-podcastplayer.fixed .gallery__item__content .shk-chapter_duration, .gallery__item__content .rt-podcastplayer.fixed .shk-chapter_title, .rt-podcastplayer.fixed .gallery__item__content .shk-chapter_title, .gallery__item__content .modal--search input, .modal--search .gallery__item__content input {
  font-size: 13px;
  opacity: 0.6;
  margin-top: 4px;
}

.gallery__item__image__description {
  font-size: 14px;
  text-align: left;
  position: absolute;
  bottom: 0;
  left: 24px;
  right: 24px;
  z-index: 1;
  visibility: hidden;
  opacity: 0;
  font-weight: 500;
  line-height: 1.3;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform: translateY(0%);
      -ms-transform: translateY(0%);
          transform: translateY(0%);
}
@media screen and (min-width: 992px) {
  .gallery__item:hover .gallery__item__image__description {
    visibility: visible;
    opacity: 100;
    bottom: 24px;
  }
}

.gallery__item--large-letters {
  margin-bottom: 24px;
}
.gallery__item--large-letters .large-letters {
  position: absolute;
  z-index: 10;
  left: 16px;
  bottom: 16px;
  text-shadow: 0px 4px 12px rgba(0, 0, 0, 0.25);
  font-size: 56px;
  line-height: 0.9;
  margin-bottom: 0;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
@media screen and (min-width: 768px) {
  .gallery__item--large-letters .large-letters {
    font-size: min(max(32px, 5vw), 64px);
  }
}
@media screen and (min-width: 992px) {
  .gallery__item--large-letters:hover .large-letters {
    opacity: 0;
  }
}

.gallery .button-controls > * {
  -webkit-transition: all 0.15s ease-in-out !important;
  transition: all 0.15s ease-in-out !important;
}
.gallery .button-controls .swiper-button-lock {
  display: none;
}
.gallery .button-controls .swiper-button-prev {
  background-color: #000000;
  border-radius: 0;
}
.gallery .button-controls .swiper-button-prev svg {
  fill: #ffffff;
  margin-right: 2px;
}
.gallery .button-controls .swiper-button-next {
  background-color: #000000;
  border-radius: 0;
}
.gallery .button-controls .swiper-button-next svg {
  fill: #ffffff;
  margin-left: 2px;
}
.gallery .swiper-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 40px;
  position: relative;
}
.gallery .swiper-pagination .swiper-pagination-bullet {
  display: inline-block;
  height: 12px;
  width: 15px;
  background-color: var(--light);
  opacity: 0.1;
  -webkit-transition: all ease-in-out 0.15s;
  transition: all ease-in-out 0.15s;
  -webkit-transform: scale(0.7);
      -ms-transform: scale(0.7);
          transform: scale(0.7);
  margin: 0 2px;
}
.gallery .swiper-pagination .swiper-pagination-bullet-active {
  -webkit-transform: scale(0.9);
      -ms-transform: scale(0.9);
          transform: scale(0.9);
  opacity: 1;
  background-color: var(--light);
}
.gallery .swiper-button-prev:after {
  display: none !important;
}
.gallery .swiper-button-next:after {
  display: none !important;
}
.gallery a.swiper-slide {
  text-decoration: none;
}
.gallery a.swiper-slide .gallery__item__content__title {
  -webkit-transition: color 0.1s cubic-bezier(0.195, 0.65, 0.195, 0.995);
  transition: color 0.1s cubic-bezier(0.195, 0.65, 0.195, 0.995);
}
@media screen and (min-width: 768px) {
  .gallery a.swiper-slide .gallery__item__image__wrapper, .gallery a.swiper-slide .block__content__media__inner {
    overflow: hidden;
  }
  .gallery a.swiper-slide .gallery__item__image__wrapper .gallery__item__image, .gallery a.swiper-slide .gallery__item__image__wrapper .block__media, .gallery a.swiper-slide .block__content__media__inner .gallery__item__image, .gallery a.swiper-slide .block__content__media__inner .block__media {
    -webkit-transition: -webkit-transform 1s cubic-bezier(0.195, 0.65, 0.195, 0.995);
    transition: -webkit-transform 1s cubic-bezier(0.195, 0.65, 0.195, 0.995);
    transition: transform 1s cubic-bezier(0.195, 0.65, 0.195, 0.995);
    transition: transform 1s cubic-bezier(0.195, 0.65, 0.195, 0.995), -webkit-transform 1s cubic-bezier(0.195, 0.65, 0.195, 0.995);
  }
  .gallery a.swiper-slide:hover .gallery__item__image, .gallery a.swiper-slide:hover .block__media {
    -webkit-transform: scale(1.08);
        -ms-transform: scale(1.08);
            transform: scale(1.08);
  }
  .gallery a.swiper-slide:active .gallery__item__image, .gallery a.swiper-slide:active .block__media {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
  }
}
.gallery .swiper-slide--heading .swiper-slide__content {
  -ms-flex-item-align: center;
      align-self: center;
  text-align: center;
}
.gallery .swiper-slide__content {
  padding: 24px;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: end;
      align-self: flex-end;
}

.gallery--filter a.grid-item {
  text-decoration: none;
}
.gallery--filter .gallery__item {
  margin-bottom: 24px;
}
.gallery--filter .gallery__item__image__wrapper:after {
  content: "";
  position: absolute;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0.48%, rgba(0, 0, 0, 0.5)), color-stop(40%, rgba(0, 0, 0, 0)));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0.48%, rgba(0, 0, 0, 0) 40%);
  top: 3px;
  left: 3px;
  right: 3px;
  bottom: 3px;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
.gallery--filter .block__content__media__inner {
  overflow: hidden;
  border: 3px solid black;
  -webkit-transition: border ease-in-out 0.2s;
  transition: border ease-in-out 0.2s;
}
.gallery--filter .gallery__item__image {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0.195, 0.65, 0.195, 0.995);
  transition: -webkit-transform 1s cubic-bezier(0.195, 0.65, 0.195, 0.995);
  transition: transform 1s cubic-bezier(0.195, 0.65, 0.195, 0.995);
  transition: transform 1s cubic-bezier(0.195, 0.65, 0.195, 0.995), -webkit-transform 1s cubic-bezier(0.195, 0.65, 0.195, 0.995);
  -o-object-position: 50% 10%;
     object-position: 50% 10%;
}
.gallery--filter .block__content__media {
  background: var(--gradient);
  background-size: 400% 400%;
  -webkit-animation: AnimateBorder 5s ease infinite;
          animation: AnimateBorder 5s ease infinite;
}
.gallery--filter .gallery__item__image {
  -webkit-transition: opacity ease-in-out 0.2s, -webkit-transform ease-in-out 0.2s;
  transition: opacity ease-in-out 0.2s, -webkit-transform ease-in-out 0.2s;
  transition: opacity ease-in-out 0.2s, transform ease-in-out 0.2s;
  transition: opacity ease-in-out 0.2s, transform ease-in-out 0.2s, -webkit-transform ease-in-out 0.2s;
}
@media screen and (min-width: 992px) {
  .gallery--filter a.grid-item .gallery__item:hover .block__content__media .block__content__media__inner {
    border: 3px solid transparent;
  }
  .gallery--filter a.grid-item .gallery__item:hover .gallery__item__image {
    -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
            transform: scale(1.05);
    opacity: 0.7;
  }
}
.gallery--filter .gallery__item .amplify {
  background-color: var(--primary);
  font-weight: 600;
  font-size: 13px;
  text-shadow: none;
}

.block--darker .button-controls .swiper-button-prev {
  background-color: #ffffff;
}
.block--darker .button-controls .swiper-button-prev svg {
  fill: #000000;
}
.block--darker .button-controls .swiper-button-next {
  background-color: #ffffff;
}
.block--darker .button-controls .swiper-button-next svg {
  fill: #000000;
}

.gallery--square .gallery__container {
  padding-top: 24px;
}
.gallery--square .gallery__item__image__wrapper {
  margin-bottom: 0;
  position: relative;
}
.gallery--square .gallery__item__content {
  padding: 16px 0 0 0;
  text-align: left;
}
.gallery--square .gallery__item__content .btn-link, .gallery--square .gallery__item__content section:not(.cards--with-buttons) .card-footer a, section:not(.cards--with-buttons) .card-footer .gallery--square .gallery__item__content a {
  display: none;
  padding: 0;
}
.gallery--square .button-controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: -24px;
  z-index: 1;
  height: 80px;
  right: 0;
}
.gallery--square .button-controls .swiper-button-prev, .gallery--square .button-controls .swiper-button-next {
  margin: -16px 12px 0;
}
.gallery--square .button-controls .swiper-button-prev:active, .gallery--square .button-controls .swiper-button-next:active {
  -webkit-transform: scale(0.9);
      -ms-transform: scale(0.9);
          transform: scale(0.9);
}
.gallery--square .button-controls .swiper-button-prev:focus-visible, .gallery--square .button-controls .swiper-button-next:focus-visible {
  outline: 0;
}
@media (max-width: 1399.98px) {
  .gallery--square .button-controls {
    right: 0;
  }
}
@media (max-width: 991.98px) {
  .gallery--square .button-controls {
    right: 0;
  }
}
@media (max-width: 767.98px) {
  .gallery--square .button-controls {
    right: 0;
  }
}
.gallery--square .button-controls .swiper-button-disabled {
  pointer-events: auto;
}
.gallery--square .button-controls .swiper-button-prev, .gallery--square .button-controls .swiper-button-next {
  background-color: var(--converse-cta);
  position: relative;
  width: 64px;
  height: 64px;
  top: 8px;
  margin-top: 0;
}
@media screen and (min-width: 992px) {
  .gallery--square .button-controls .swiper-button-prev, .gallery--square .button-controls .swiper-button-next {
    width: 80px;
    height: 80px;
  }
}
.gallery--square .button-controls .swiper-button-prev svg, .gallery--square .button-controls .swiper-button-next svg {
  fill: var(--converse-text);
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 992px) {
  .mixedmedia__items {
    padding-bottom: 200px;
  }
}

.mixedmedia__text {
  pointer-events: none;
}
@media screen and (min-width: 992px) {
  .mixedmedia__text {
    margin-top: 80px;
    opacity: 0;
    position: absolute;
    left: 0;
    right: 0;
    left: 32px;
    right: 32px;
  }
}

.mixedmedia__text__quote {
  font-size: 16px;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 8px;
}
@media screen and (min-width: 992px) {
  .mixedmedia__text__quote {
    font-size: 24px;
  }
}

.mixedmedia__text__subtext {
  font-size: 14px;
}

@media screen and (min-width: 992px) {
  .mixedmedia__items:not(.swiper-container) .row:hover .mixedmedia__media {
    opacity: 0.8;
  }
}

.mixedmedia__item {
  width: 33.33333%;
}
@media (max-width: 991.98px) {
  .mixedmedia__item .mixedmedia__text {
    margin-top: 24px;
    -webkit-transition: opacity 0.25s ease-in-out;
    transition: opacity 0.25s ease-in-out;
  }
}
@media (max-width: 991.98px) {
  .mixedmedia__item:not(.swiper-slide-active) .mixedmedia__text {
    opacity: 0;
  }
}
@media screen and (min-width: 768px) {
  .mixedmedia__item {
    width: auto;
    -webkit-box-flex: 3;
        -ms-flex: 3;
            flex: 3;
  }
}
.mixedmedia__item:nth-child(even) .mixedmedia__media {
  position: relative;
}
@media screen and (min-width: 992px) {
  .mixedmedia__item:nth-child(even) .mixedmedia__media {
    bottom: -12px;
  }
}
.mixedmedia__item:nth-child(odd) .mixedmedia__media {
  position: relative;
}
@media screen and (min-width: 992px) {
  .mixedmedia__item:nth-child(odd) .mixedmedia__media {
    top: -12px;
  }
}
.mixedmedia__item .mixedmedia__media {
  -webkit-transition: opacity 0.15s ease-in, -webkit-transform 0.15s ease-in;
  transition: opacity 0.15s ease-in, -webkit-transform 0.15s ease-in;
  transition: transform 0.15s ease-in, opacity 0.15s ease-in;
  transition: transform 0.15s ease-in, opacity 0.15s ease-in, -webkit-transform 0.15s ease-in;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 16px;
}
.mixedmedia__item .mixedmedia__media img {
  width: 100%;
  aspect-ratio: 4/6;
  -o-object-fit: cover;
     object-fit: cover;
  min-width: 120px;
}
@media screen and (min-width: 992px) {
  .mixedmedia__item .mixedmedia__media {
    margin-bottom: 0;
  }
}

.mixedmedia--instagram .mixedmedia__links__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none;
  margin-bottom: 0;
}
.mixedmedia--instagram .mixedmedia__links__title:before {
  content: "";
  height: 56px;
  width: 56px;
  background-position: center;
}
.mixedmedia--instagram .mixedmedia__links__title.instagram:before {
  display: block;
  background-image: url("data:image/svg+xml,%3Csvg width='36' height='36' viewBox='0 0 36 36' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M24.5623 4.87477C26.3013 4.87996 27.9676 5.57308 29.1973 6.80275C30.4269 8.03243 31.12 9.6987 31.1252 11.4377V24.5623C31.12 26.3013 30.4269 27.9676 29.1973 29.1973C27.9676 30.4269 26.3013 31.12 24.5623 31.1252H11.4377C9.6987 31.12 8.03243 30.4269 6.80275 29.1973C5.57308 27.9676 4.87996 26.3013 4.87477 24.5623V11.4377C4.87996 9.6987 5.57308 8.03243 6.80275 6.80275C8.03243 5.57308 9.6987 4.87996 11.4377 4.87477H24.5623ZM24.5623 2.25H11.4377C6.38437 2.25 2.25 6.38437 2.25 11.4377V24.5623C2.25 29.6156 6.38437 33.75 11.4377 33.75H24.5623C29.6156 33.75 33.75 29.6156 33.75 24.5623V11.4377C33.75 6.38437 29.6156 2.25 24.5623 2.25Z' fill='black'/%3E%3Cpath d='M26.531 11.4377C26.1416 11.4377 25.761 11.3223 25.4372 11.1059C25.1135 10.8897 24.8611 10.5822 24.7121 10.2224C24.5631 9.86267 24.5241 9.46681 24.6001 9.08494C24.676 8.703 24.8635 8.35221 25.1389 8.07687C25.4142 7.80153 25.765 7.614 26.1469 7.53806C26.5288 7.46213 26.9247 7.50108 27.2844 7.65007C27.6442 7.79914 27.9516 8.05149 28.1679 8.37521C28.3843 8.69899 28.4997 9.0796 28.4997 9.46899C28.5003 9.72767 28.4497 9.98396 28.351 10.2231C28.2522 10.4622 28.1072 10.6794 27.9244 10.8624C27.7414 11.0453 27.5241 11.1902 27.2851 11.289C27.046 11.3877 26.7897 11.4383 26.531 11.4377ZM18 12.7498C19.0383 12.7498 20.0534 13.0577 20.9168 13.6346C21.7803 14.2115 22.4532 15.0315 22.8505 15.9908C23.248 16.9502 23.3519 18.0058 23.1493 19.0242C22.9467 20.0427 22.4467 20.9782 21.7125 21.7125C20.9782 22.4467 20.0427 22.9468 19.0242 23.1493C18.0058 23.3519 16.9501 23.248 15.9908 22.8506C15.0315 22.4532 14.2115 21.7803 13.6346 20.9169C13.0576 20.0535 12.7497 19.0384 12.7497 18C12.7512 16.608 13.3049 15.2735 14.2892 14.2892C15.2735 13.3049 16.608 12.7512 18 12.7498ZM18 10.125C16.4425 10.125 14.9199 10.5869 13.6249 11.4522C12.3298 12.3175 11.3205 13.5474 10.7245 14.9864C10.1284 16.4254 9.97247 18.0087 10.2763 19.5363C10.5802 21.0639 11.3302 22.4672 12.4315 23.5685C13.5329 24.6698 14.936 25.4198 16.4636 25.7237C17.9913 26.0276 19.5746 25.8716 21.0136 25.2756C22.4526 24.6796 23.6825 23.6701 24.5478 22.3751C25.4131 21.0801 25.875 19.5576 25.875 18C25.875 15.9114 25.0453 13.9084 23.5684 12.4315C22.0916 10.9547 20.0885 10.125 18 10.125Z' fill='black'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
}
.mixedmedia--instagram .mixedmedia__links__title.facebook:before {
  display: block;
  background-image: url("data:image/svg+xml,%3Csvg width='36' height='36' viewBox='0 0 36 36' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M33.75 18.0949C33.75 9.39725 26.6977 2.34491 18 2.34491C9.30234 2.34491 2.25 9.39725 2.25 18.0949C2.25 25.9558 8.00859 32.4717 15.5391 33.6544V22.649H11.539V18.0949H15.5391V14.625C15.5391 10.6783 17.891 8.49655 21.4882 8.49655C23.2116 8.49655 25.0144 8.80452 25.0144 8.80452V12.6808H23.0273C21.072 12.6808 20.4602 13.8944 20.4602 15.1418V18.0949H24.828L24.1305 22.649H20.4609V33.6558C27.9914 32.4738 33.75 25.958 33.75 18.0949V18.0949Z' fill='black'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
}
.mixedmedia--instagram .mixedmedia__items {
  padding-bottom: 16px;
}
.mixedmedia--instagram .mixedmedia__items .mixedmedia__media {
  top: 0;
  bottom: 0;
  margin-bottom: 0;
}
.mixedmedia--instagram .mixedmedia__items .mixedmedia__media img {
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1/1;
}
@media screen and (min-width: 992px) {
  .mixedmedia--instagram .mixedmedia__item:hover .mixedmedia__media {
    opacity: 1;
    z-index: 1;
    -webkit-transform: scale(1.01);
        -ms-transform: scale(1.01);
            transform: scale(1.01);
  }
}

.mixedmedia__links {
  margin-top: 16px;
}
.mixedmedia__links a {
  margin: 0 8px;
}

.block--darker .mixedmedia__links__title:before {
  -webkit-filter: invert(1);
          filter: invert(1);
}

.mixedmedia--testimonials {
  --swiper-navigation-size: 24px;
}
@media (max-width: 991.98px) {
  .mixedmedia--testimonials {
    overflow: hidden;
  }
}
@media screen and (min-width: 992px) {
  .mixedmedia--testimonials .button-controls {
    display: none;
  }
}
.mixedmedia--testimonials .button-controls .swiper-button-next {
  right: 24px;
}
.mixedmedia--testimonials .button-controls .swiper-button-disabled {
  opacity: 0;
}
.mixedmedia--testimonials .button-controls .swiper-button-prev {
  left: 24px;
}
.mixedmedia--testimonials .button-controls .swiper-button-next, .mixedmedia--testimonials .button-controls .swiper-button-prev {
  color: black;
  height: 48px;
  width: 48px;
  background: white;
  border-radius: 100px;
  -webkit-transition: opacity 0.1s ease-in-out;
  transition: opacity 0.1s ease-in-out;
}
@media (max-width: 991.98px) {
  .mixedmedia--testimonials .container, .mixedmedia--testimonials .modal--search .modal-dialog, .modal--search .mixedmedia--testimonials .modal-dialog, .mixedmedia--testimonials .offcanvas-body {
    width: 100%;
    padding: 0;
    max-width: 100%;
  }
}
.mixedmedia--testimonials .swiper-wrapper {
  padding: 0;
}
@media screen and (min-width: 992px) {
  .mixedmedia--testimonials .swiper-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    overflow: visible;
  }
  .mixedmedia--testimonials .swiper-wrapper .swiper-slide {
    position: static;
  }
}
.mixedmedia--testimonials .mixedmedia__item {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 100%;
  max-width: 300px;
  position: static;
}
.mixedmedia--testimonials .mixedmedia__item .mixedmedia__media {
  border: 4px solid white;
}
@media screen and (min-width: 992px) {
  .mixedmedia--testimonials .mixedmedia__item .mixedmedia__media {
    -webkit-box-shadow: 0px 2px 56px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 2px 56px rgba(0, 0, 0, 0.1);
  }
}
@media screen and (min-width: 992px) {
  .mixedmedia--testimonials .mixedmedia__item:hover {
    position: static !important;
  }
}
@media screen and (min-width: 992px) {
  .mixedmedia--testimonials .mixedmedia__item {
    -webkit-box-flex: 3;
        -ms-flex: 3;
            flex: 3;
  }
}
@media screen and (min-width: 992px) {
  .mixedmedia--testimonials .mixedmedia__item:not(.hovered) .mixedmedia__media {
    opacity: 0.8;
  }
}
.mixedmedia--testimonials .mixedmedia__item.hovered {
  position: static !important;
}
@media screen and (min-width: 992px) {
  .mixedmedia--testimonials .mixedmedia__item.hovered .mixedmedia__media {
    opacity: 1;
    z-index: 1;
    -webkit-transform: scale(1.01);
        -ms-transform: scale(1.01);
            transform: scale(1.01);
  }
}
@media screen and (min-width: 992px) {
  .mixedmedia--testimonials .mixedmedia__item.hovered .mixedmedia__text {
    -webkit-animation-duration: 0.5s;
            animation-duration: 0.5s;
    -webkit-animation-duration: calc(var(--animate-duration) / 2);
            animation-duration: calc(var(--animate-duration) / 2);
    -webkit-animation-name: fadeInUp;
            animation-name: fadeInUp;
  }
}

.reverse-order .vertical-aligned-image-and-text__content {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.vertical-aligned-image-and-text figcaption {
  position: relative;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  bottom: 0;
  text-align: center;
}

.vertical-aligned-image-and-text.stage-shape figcaption {
  position: relative;
}

.vertical-aligned-image-and-text--floating-img {
  overflow-x: hidden;
}
@media screen and (min-width: 768px) {
  .vertical-aligned-image-and-text--floating-img .block__content__media {
    width: 100%;
    overflow: visible;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .vertical-aligned-image-and-text--floating-img .block__content__media:after {
    padding: 0;
  }
  .vertical-aligned-image-and-text--floating-img .block__content__media .block__content__media__inner {
    width: 50vw;
    -o-object-fit: cover;
       object-fit: cover;
    position: relative;
  }
  .vertical-aligned-image-and-text--floating-img .block__content__media .block__content__media__inner img {
    border-radius: 0;
  }
  .vertical-aligned-image-and-text--floating-img .block__content__media figcaption {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: auto;
    text-align: right;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    width: 50vw;
    right: 32px;
    position: relative;
  }
  .vertical-aligned-image-and-text--floating-img.reverse-order .block__content__media {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .vertical-aligned-image-and-text--floating-img.reverse-order .block__content__media .block__content__media__inner img {
    border-radius: 0;
  }
  .vertical-aligned-image-and-text--floating-img.reverse-order .block__content__media figcaption {
    -ms-flex-item-align: end;
        align-self: flex-end;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    text-align: left;
    left: 32px;
    right: auto;
    margin-left: 0;
  }
}
@media screen and (min-width: 1441px) {
  .vertical-aligned-image-and-text--floating-img .block__content__media__inner {
    aspect-ratio: 4/3;
  }
}

.singlemedia figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  overflow: hidden;
}
.singlemedia figure img {
  border-radius: 0;
}
.singlemedia .singlemedia__media {
  width: 100%;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
}
@supports not (aspect-ratio: 1/1) {
  .singlemedia .singlemedia__media__wrapper, .singlemedia .video {
    height: 0;
    overflow: hidden;
    padding-top: 56.25%;
    position: relative;
  }
  .singlemedia .singlemedia__media__wrapper .singlemedia__media, .singlemedia .singlemedia__media__wrapper video, .singlemedia .video .singlemedia__media, .singlemedia .video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
.singlemedia .video video {
  border-radius: 0;
}

.singlemedia--color {
  padding-top: 160px;
  padding-bottom: 0;
}
@media screen and (min-width: 992px) {
  .singlemedia--color {
    padding-top: 320px;
  }
}
.singlemedia--color .singlemedia__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
  background-color: var(--accent);
  padding-bottom: 40px;
}
@media screen and (min-width: 992px) {
  .singlemedia--color .singlemedia__inner {
    padding-bottom: 96px;
  }
}
.singlemedia--color figure {
  margin-top: -96px;
}
@media screen and (min-width: 992px) {
  .singlemedia--color figure {
    margin-top: -240px;
  }
}

.singlemedia__media__wrapper {
  position: relative;
}

[data-theme=red] .singlemedia--color .singlemedia__caption, [data-theme=purple] .singlemedia--color .singlemedia__caption, [data-theme=black] .singlemedia--color .singlemedia__caption {
  color: #ffffff;
}

.panel .card {
  text-align: center;
}
.panel .card-body {
  max-width: 350px;
  margin-left: auto;
  margin-right: auto;
}
.panel .card-body .btn-link, .panel .card-body section:not(.cards--with-buttons) .card-footer a, section:not(.cards--with-buttons) .card-footer .panel .card-body a {
  margin-top: 4px;
}
.panel .card__image__wrapper {
  max-width: 320px;
  margin: 0 auto;
}
.panel .card__image__wrapper img {
  aspect-ratio: 1/1;
}
@supports not (aspect-ratio: 1/1) {
  .panel .card__image__wrapper {
    height: 0;
    overflow: hidden;
    padding-top: 100%;
    position: relative;
  }
  .panel .card__image__wrapper img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}

.card-text {
  margin-top: 16px;
  font-size: 14px;
}

.card-text p, .card-text .rt-editor ul, .rt-editor .card-text ul, .card-text .rt-editor ol, .rt-editor .card-text ol, .card-text .filters-button-group .button, .filters-button-group .card-text .button, .card-text .chapters button, .chapters .card-text button, .card-text .rt-podcastplayer.fixed .shk-chapter_duration, .rt-podcastplayer.fixed .card-text .shk-chapter_duration, .card-text .rt-podcastplayer.fixed .shk-chapter_title, .rt-podcastplayer.fixed .card-text .shk-chapter_title, .card-text .modal--search input, .modal--search .card-text input {
  font-size: 14px;
  margin-top: 0;
}

.card-label {
  font-size: 13px;
  margin-top: -4px;
  display: inline-block;
}
.card-label .item-cat:not(:first-child) {
  margin-left: 3px;
}
.card-label + .card-text {
  margin-top: 12px;
}

@media screen and (min-width: 992px) {
  .card-title {
    font-size: 24px;
  }
}

.cards__intro {
  text-align: center;
  margin-bottom: 32px;
}
.cards__intro h3, .cards__intro .h3, .cards__intro .EPiServerForms .Form__Title, .EPiServerForms .cards__intro .Form__Title {
  margin-bottom: 0;
}
.cards__intro .preamble, .cards__intro .block--map .accordion .list-group-item button, .block--map .accordion .list-group-item .cards__intro button {
  margin-top: 16px;
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .cards__intro {
    text-align: left;
    margin-bottom: 48px;
  }
}

.card img {
  display: block;
  width: 100%;
  border-radius: 0;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
}

.cards--small-images .card__image__wrapper {
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1/1;
  min-height: 0;
  width: 120px;
  height: 120px;
}
.cards--small-images .card__image__wrapper img {
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
@supports not (aspect-ratio: 1/1) {
  .cards--small-images .card__image__wrapper {
    height: 0;
    overflow: hidden;
    padding-top: 100%;
    position: relative;
  }
  .cards--small-images .card__image__wrapper img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}

.cards--no-images .amplify {
  padding: 0 4px;
  margin-bottom: 16px;
}
.cards--no-images .amplify--facebook, .cards--no-images .amplify--instagram, .cards--no-images .amplify--twitter, .cards--no-images .amplify--linkedin, .cards--no-images .amplify--tiktok, .cards--no-images .amplify--youtube {
  background: none;
  margin-bottom: 8px;
}
.cards--no-images .amplify--facebook:before, .cards--no-images .amplify--instagram:before, .cards--no-images .amplify--twitter:before, .cards--no-images .amplify--linkedin:before, .cards--no-images .amplify--tiktok:before, .cards--no-images .amplify--youtube:before {
  background-color: var(--accent);
}

.cards.cards--contacts .card__image__wrapper {
  max-width: 240px;
  margin: 0 auto;
}
.cards.cards--contacts img {
  aspect-ratio: 1/1;
  border-radius: 50%;
}

.cards--with-filter {
  overflow: hidden;
}
.cards--with-filter .card-body {
  padding-bottom: 8px;
}
.cards--with-filter .card-body .card-title {
  margin-bottom: 0;
  padding-top: 8px;
}
.cards--with-filter .card-footer a {
  margin-top: 16px;
}
.cards--with-filter .card-footer .text-muted {
  text-transform: capitalize;
  white-space: nowrap;
  color: inherit !important;
  opacity: 0.6 !important;
}
.cards--with-filter .block__controls {
  margin-top: 24px;
  margin-bottom: 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  .cards--with-filter .block__controls {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-top: 32px;
    margin-bottom: 32px;
  }
}
@media screen and (min-width: 992px) {
  .cards--with-filter .block__controls {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}

.vertical .grid-item {
  width: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
  padding-bottom: 12px;
}
.vertical .grid-item .card {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  min-height: 96px;
}
.vertical .grid-item .card .card-footer {
  position: absolute;
  bottom: 0;
  right: 0;
  padding-bottom: 0;
}
.vertical .grid-item .card .card-body {
  padding-top: 0;
  padding-bottom: 32px;
}
@media screen and (min-width: 0) and (max-width: 992px) {
  .vertical .grid-item .card .card-body .card-title {
    font-size: 20px;
  }
}
.vertical .grid-item .card .card__image__wrapper {
  min-width: 96px;
  position: relative;
  display: block;
  height: 100%;
}
@media screen and (min-width: 992px) {
  .vertical .grid-item .card .card__image__wrapper {
    min-width: 160px;
  }
}
.vertical .grid-item .card .card__image__wrapper img {
  top: auto;
  display: block;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  width: 100%;
  object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
.vertical .grid-item .card .card-footer a {
  display: none;
}

.with-navigation .preamble, .with-navigation .block--map .accordion .list-group-item button, .block--map .accordion .list-group-item .with-navigation button {
  max-width: 720px;
}

.with-navigation + .singlemedia {
  padding-top: 120px;
}
@media screen and (min-width: 992px) {
  .with-navigation + .singlemedia {
    padding-top: 256px;
  }
}

.block--map .reset.btn, .block--map .block--callout .link span.reset, .block--callout .link .block--map span.reset, .block--map .EPiServerForms button.reset[type=submit], .EPiServerForms .block--map button.reset[type=submit], .block--map .EPiServerForms input.reset[type=reset], .EPiServerForms .block--map input.reset[type=reset], .block--map .cards--with-buttons .card-footer a.reset, .cards--with-buttons .card-footer .block--map a.reset {
  background-color: white;
}
.block--map .block--map__map {
  position: relative;
}
.block--map .block--map__map .reset.btn, .block--map .block--map__map .block--callout .link span.reset, .block--callout .link .block--map .block--map__map span.reset, .block--map .block--map__map .EPiServerForms button.reset[type=submit], .EPiServerForms .block--map .block--map__map button.reset[type=submit], .block--map .block--map__map .EPiServerForms input.reset[type=reset], .EPiServerForms .block--map .block--map__map input.reset[type=reset], .block--map .block--map__map .cards--with-buttons .card-footer a.reset, .cards--with-buttons .card-footer .block--map .block--map__map a.reset {
  z-index: 1;
  position: absolute;
  right: 12px;
  bottom: 12px;
}
@media screen and (min-width: 992px) {
  .block--map .block--map__map .reset.btn, .block--map .block--map__map .block--callout .link span.reset, .block--callout .link .block--map .block--map__map span.reset, .block--map .block--map__map .EPiServerForms button.reset[type=submit], .EPiServerForms .block--map .block--map__map button.reset[type=submit], .block--map .block--map__map .EPiServerForms input.reset[type=reset], .EPiServerForms .block--map .block--map__map input.reset[type=reset], .block--map .block--map__map .cards--with-buttons .card-footer a.reset, .cards--with-buttons .card-footer .block--map .block--map__map a.reset {
    display: block;
    top: auto;
    left: auto;
    right: 24px;
    bottom: 56px;
  }
}
.block--map .block--map__map .region-label {
  position: absolute;
  left: 12px;
  top: 12px;
  z-index: 1;
  background: black;
  color: white;
  padding: 0 8px;
}
@media screen and (min-width: 992px) {
  .block--map .block--map__map .region-label {
    display: none;
  }
}
.block--map.block--darker .reset.btn, .block--map.block--darker .block--callout .link span.reset, .block--callout .link .block--map.block--darker span.reset, .block--map.block--darker .EPiServerForms button.reset[type=submit], .EPiServerForms .block--map.block--darker button.reset[type=submit], .block--map.block--darker .EPiServerForms input.reset[type=reset], .EPiServerForms .block--map.block--darker input.reset[type=reset], .block--map.block--darker .cards--with-buttons .card-footer a.reset, .cards--with-buttons .card-footer .block--map.block--darker a.reset {
  -webkit-filter: invert(100%);
          filter: invert(100%);
}
@media screen and (min-width: 992px) {
  .block--map #swedenMap {
    position: absolute;
  }
}
.block--map #swedenMap .regions {
  fill: var(--secondary);
  fill-opacity: 1;
}
.block--map #swedenMap .regions:hover, .block--map #swedenMap .regions.hovered {
  fill-opacity: 1;
  fill: var(--secondary-light);
}
.block--map #swedenMap .municipality {
  fill: var(--secondary-darker);
  fill: var(--secondary-light);
  fill-opacity: 1;
}
.block--map #swedenMap .municipality:hover, .block--map #swedenMap .municipality.hovered {
  fill: var(--secondary-lighter);
  fill-opacity: 1;
}
.block--map #swedenMap .municipality.selected {
  fill: var(--secondary-lighter);
  fill-opacity: 1;
}
.block--map .accordion-item.hovered {
  border: 1px solid black !important;
}

#swedenMap {
  max-height: 1000px;
  height: 100%;
  position: relative;
  overflow: visible;
  width: 100%;
}
#swedenMap path {
  stroke: #000000;
  stroke-width: 0.469599px;
  cursor: pointer;
}

.block--map {
  overflow: hidden;
}
.block--map .block--map__map {
  overflow: hidden;
}
@media screen and (min-width: 992px) {
  .block--map .block--map__map {
    overflow: visible;
  }
}
.block--map .region-circle {
  pointer-events: none;
  -webkit-filter: drop-shadow(0 2px 16px rgba(0, 0, 0, 0.4));
          filter: drop-shadow(0 2px 16px rgba(0, 0, 0, 0.4));
}
.block--map .region-circle text {
  fill: black !important;
  font-size: 10px !important;
}
.block--map.block--darker .compounds:after {
  background-color: #000000;
}
.block--map.block--darker .list-group .list-group-item {
  border-color: rgba(255, 255, 255, 0.1);
}
.block--map.block--darker .list-group .list-group-item button.regional {
  background-color: #111;
}
.block--map.block--darker .list-group .list-group-item.active {
  background-color: transparent;
}
.block--map.block--darker .list-group button:before {
  -webkit-filter: invert(1);
          filter: invert(1);
}
.block--map.block--primary .compounds:after {
  background-color: var(--primary);
}
.block--map.block--primary .list-group .list-group-item {
  border-color: rgba(255, 255, 255, 0.1);
}
.block--map.block--primary .list-group .list-group-item button.regional {
  background-color: var(--primary-darker);
  color: var(--primary-lighter);
}
.block--map.block--primary .list-group .list-group-item.active {
  background-color: transparent;
}
.block--map.block--primary .list-group button:before {
  -webkit-filter: invert(1);
          filter: invert(1);
}
.block--map .compounds {
  position: relative;
  height: 600px;
}
.block--map .compounds .accordion {
  width: 100%;
}
.block--map .compounds:after {
  pointer-events: none;
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  background-color: #fafafa;
  -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(black));
  -webkit-mask-image: linear-gradient(transparent, black);
  mask-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(black));
  mask-image: linear-gradient(transparent, black);
  height: 80px;
}
.block--map .accordion {
  overflow-x: auto;
  overflow-y: auto;
  padding: 0 16px 4rem 0;
  height: 100%;
}
.block--map .accordion .list-group-item button {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-bottom: 0.8rem;
  padding-top: 0.8rem;
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  font-size: 1rem;
  color: inherit;
  text-align: left;
  background-color: transparent;
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
}
.block--map .accordion .list-group-item button[data-tooltip-website=""]:hover {
  text-decoration: none;
}
.block--map .accordion .list-group-item button[data-tooltip-website=""]:before {
  background: none;
}
.block--map .accordion .list-group-item button:hover {
  text-decoration: underline;
}
.block--map .accordion .list-group-item button:before {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 16px;
  height: 16px;
  margin-right: 8px;
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='24px' viewBox='0 0 24 24' width='24px' fill='%23000000'%3E%3Cpath d='M0 0h24v24H0V0z' fill='none'/%3E%3Cpath d='M18 19H6c-.55 0-1-.45-1-1V6c0-.55.45-1 1-1h5c.55 0 1-.45 1-1s-.45-1-1-1H5c-1.11 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2v-6c0-.55-.45-1-1-1s-1 .45-1 1v5c0 .55-.45 1-1 1zM14 4c0 .55.45 1 1 1h2.59l-9.13 9.13c-.39.39-.39 1.02 0 1.41.39.39 1.02.39 1.41 0L19 6.41V9c0 .55.45 1 1 1s1-.45 1-1V4c0-.55-.45-1-1-1h-5c-.55 0-1 .45-1 1z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 16px;
}
.block--map .accordion .list-group-item button.regional:before {
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='24px' viewBox='0 0 24 24' width='24px' fill='%23000000'%3E%3Cpath d='M0 0h24v24H0V0z' fill='none'/%3E%3Cpath d='M18 19H6c-.55 0-1-.45-1-1V6c0-.55.45-1 1-1h5c.55 0 1-.45 1-1s-.45-1-1-1H5c-1.11 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2v-6c0-.55-.45-1-1-1s-1 .45-1 1v5c0 .55-.45 1-1 1zM14 4c0 .55.45 1 1 1h2.59l-9.13 9.13c-.39.39-.39 1.02 0 1.41.39.39 1.02.39 1.41 0L19 6.41V9c0 .55.45 1 1 1s1-.45 1-1V4c0-.55-.45-1-1-1h-5c-.55 0-1 .45-1 1z'/%3E%3C/svg%3E");
}
.block--map .accordion button.regional {
  background-color: #f1f1f1;
}
.block--map .accordion button.regional:after {
  content: "(Regionalt)";
  margin-left: 4px;
}
.block--map .accordion::-webkit-scrollbar {
  width: 8px;
}
.block--map .accordion::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.3);
  border-radius: 8px;
}
.block--map .accordion::-webkit-scrollbar-track {
  background: transparent;
}
.block--map .accordion .list-group {
  margin-bottom: 0;
}
.block--map .accordion .list-group .list-group-item {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  border-left: none;
  border-right: none;
}
.block--map .accordion .list-group .list-group-item:last-child {
  border-bottom: none;
}
.block--map .accordion .list-group .list-group-item:last-child button {
  border-bottom: none;
}

[data-theme=black] .block--callout a.link span {
  background-color: var(--accent);
  color: #ffffff;
}

.block--callout .label {
  display: inline-block;
  margin-bottom: 0;
  font-size: 16px;
}
@media screen and (min-width: 992px) {
  .block--callout .label {
    font-size: 18px;
  }
}
.block--callout .label span {
  -webkit-box-decoration-break: clone;
  padding: 4px 12px;
  display: inline;
  background-color: #ffffff;
  color: #000000;
}
.block--callout .title {
  font-size: 24px;
}
@media screen and (min-width: 768px) {
  .block--callout .title {
    font-size: 32px;
  }
}
@media screen and (min-width: 1200px) {
  .block--callout .title {
    font-size: 48px;
  }
}
.block--callout .title span {
  -webkit-box-decoration-break: clone;
  padding: 0 12px 8px;
  display: inline;
  line-height: 1;
  background-color: #ffffff;
  color: #000000;
}
.block--callout .link {
  display: inline-block;
  font-weight: 500;
  margin-top: 7px;
}
.block--callout .link:hover span {
  background-color: var(--cta);
  color: var(--accent-reverse);
}
.block--callout .link:before {
  display: none;
}
.block--callout .link span {
  -webkit-box-decoration-break: clone;
  padding: 4px 12px;
  font-size: 16px;
  display: inline-block;
  background-color: var(--cta);
  color: var(--accent-reverse);
}
.block--callout .block__content {
  position: relative;
}
.block--callout .block__content.block__content--darker figcaption {
  color: #ffffff;
}
.block--callout .block__content.block__content--darker .label span, .block--callout .block__content.block__content--darker .title span {
  background-color: black;
  color: #ffffff;
}
.block--callout .block__content__inner {
  position: absolute;
  bottom: 12px;
  left: 12px;
  max-width: 500px;
  display: inline-block;
  z-index: 1;
}
@media screen and (min-width: 992px) {
  .block--callout .block__content__inner {
    bottom: 24px;
    left: 24px;
  }
}
.block--callout .block__content__inner .title {
  margin-bottom: 0;
}
.block--callout .block__content__inner .lead, .block--callout .block__content__inner .EPiServerForms .Form__Description, .EPiServerForms .block--callout .block__content__inner .Form__Description {
  font-size: 14px;
}
.block--callout .amplify {
  background-color: var(--accent);
  color: var(--accent-reverse);
}
.block--callout .invert {
  -webkit-filter: invert(100%);
          filter: invert(100%);
}

.block--divider {
  padding: 0;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
  width: 100%;
}
.block--divider .divider {
  background-color: var(--converse);
  height: 4px;
}

.block--quote .quote-icon {
  color: var(--accent);
}
.block--quote .quote-icon svg {
  height: 56px;
  width: auto;
}
.block--quote .quote-icon path {
  fill: var(--converse);
}
.textblock a:not(.btn) {
  -webkit-text-decoration: underline var(--accent) 2px;
          text-decoration: underline var(--accent) 2px;
}
.textblock a:not(.btn):hover {
  text-decoration: none;
}
.textblock.block--primary a:not(.btn) {
  -webkit-text-decoration: underline var(--accent-reverse) 2px;
          text-decoration: underline var(--accent-reverse) 2px;
}
.textblock.block--primary a:not(.btn):hover {
  text-decoration: none;
}
@media screen and (min-width: 992px) {
  .textblock .flex-row .textblock__header {
    padding-right: 40px;
  }
}
.textblock .align-items-center ul, .textblock .EPiServerForms .FormRange > span:first-of-type ul, .EPiServerForms .textblock .FormRange > span:first-of-type ul, .textblock .multiple .accordion ul, .multiple .textblock .accordion ul, .textblock .align-items-center ol, .textblock .EPiServerForms .FormRange > span:first-of-type ol, .EPiServerForms .textblock .FormRange > span:first-of-type ol, .textblock .multiple .accordion ol, .multiple .textblock .accordion ol {
  margin: 0 auto;
}
.textblock .textblock__header {
  margin-bottom: 24px;
}
.textblock .textblock__header h2, .textblock .textblock__header .h2 {
  margin-bottom: 0;
}
.textblock .lead, .textblock .EPiServerForms .Form__Description, .EPiServerForms .textblock .Form__Description {
  margin-bottom: 24px;
}
@media screen and (min-width: 992px) {
  .textblock .lead, .textblock .EPiServerForms .Form__Description, .EPiServerForms .textblock .Form__Description {
    font-size: 20px;
  }
}
.textblock .textblock__footer {
  margin-top: 8px;
}
.textblock .textblock__footer .btn-link, .textblock .textblock__footer section:not(.cards--with-buttons) .card-footer a, section:not(.cards--with-buttons) .card-footer .textblock .textblock__footer a {
  padding: 0;
}

.block--accordion .accordion a:not(.btn) {
  -webkit-text-decoration: underline var(--accent) 2px;
          text-decoration: underline var(--accent) 2px;
}
.block--accordion .accordion a:not(.btn):hover {
  text-decoration: none;
}

html#id-121282 .rt-header, html#id-121282 .rt-footer {
  display: none !important;
}/*# sourceMappingURL=style.css.map */