@charset "UTF-8";
:root {
  --headerTopbarHeight: 2.25em;
  --headerMainbarHeight: 4em;
  --headerHeightCalculated: 0;
  --scrollMarginTop: 40;
}

body.boilerplate {
  background: #ffffff;
  padding: 0;
}
body.boilerplate .boilerplateHero {
  position: relative;
  width: 100%;
  background: rgb(247.35, 247.35, 247.35);
  padding: 2em 0;
  margin-bottom: 1.5em;
}
body.boilerplate .boilerplateHero .textarea.full .block {
  max-width: none !important;
}
body.boilerplate .boilerplateHero .textarea .container .block {
  margin-left: auto;
  margin-right: auto;
  max-width: 60ch;
}
@media (width < 48rem) and (orientation: portrait) {
  body.boilerplate .boilerplateHero .textarea .container .block .logo {
    width: 12em;
  }
}
@media (48rem <= width <= 60rem) {
  body.boilerplate .boilerplateHero .textarea .container .block .logo {
    width: 12em;
  }
}
@media (width >= 60rem) {
  body.boilerplate .boilerplateHero .textarea .container .block .logo {
    width: 12em;
  }
}
@media (width < 48rem) and (orientation: portrait) {
  body.boilerplate .boilerplateHero .textarea .container .block p, body.boilerplate .boilerplateHero .textarea .container .block ol, body.boilerplate .boilerplateHero .textarea .container .block ul, body.boilerplate .boilerplateHero .textarea .container .block table {
    font-size: 1.1em;
    line-height: 1.5;
    font-weight: 600;
  }
}
@media (width >= 48rem) {
  body.boilerplate .boilerplateHero .textarea .container .block p, body.boilerplate .boilerplateHero .textarea .container .block ol, body.boilerplate .boilerplateHero .textarea .container .block ul, body.boilerplate .boilerplateHero .textarea .container .block table {
    font-size: 1.3em;
    line-height: 1.4;
  }
}
body.boilerplate .boilerplateOverview {
  padding-bottom: 4em;
}
body.boilerplate .boilerplateOverview .boilerplateIndex {
  margin-left: auto;
  margin-right: auto;
  max-width: 60ch;
}
body.boilerplate .boilerplateOverview .boilerplateIndex ul {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0.8em;
}
body.boilerplate .boilerplateOverview .boilerplateIndex ul li {
  display: flex;
  margin-bottom: 5px;
  line-height: 1.2;
}
body.boilerplate .boilerplateOverview .boilerplateIndex ul li a {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding: 0.5em 1em 0.7em;
  background: rgba(0, 0, 0, 0.04);
  color: #000;
  text-decoration: none;
  border-radius: 5px;
}
@media (hover: hover) and (pointer: fine) {
  body.boilerplate .boilerplateOverview .boilerplateIndex ul li a:hover {
    background: rgba(0, 0, 0, 0.08);
  }
}
body.boilerplate .boilerplateOverview .boilerplateIndex ul li a:after {
  padding: 3px 8px 5px;
  font-size: 0.7em;
  line-height: 1;
  border-radius: 5px;
  margin-left: 10px;
  font-weight: 700;
}
body.boilerplate .boilerplateOverview .boilerplateIndex ul li strong {
  display: block;
  align-items: center;
  margin: 2em 0 1em;
  width: 100%;
  font-weight: 700;
}
body.boilerplate .boilerplateOverview .boilerplateIndex ul li.spacer {
  height: 1em;
}
body.boilerplate .boilerplateOverview .boilerplateIndex ul li.new a:after {
  background: rgb(0, 0, 0);
  color: #fff;
  content: "Nieuw";
}
body.boilerplate .boilerplateOverview .boilerplateIndex ul li.mod a:after {
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  content: "Aangepast";
}
body.boilerplate .colorsBase {
  display: none;
  flex-wrap: wrap;
  gap: 0.5em;
  width: 100%;
}
body.boilerplate .colorsBase.is-ready {
  display: flex;
}
body.boilerplate .colorsBase .colorCard {
  border-radius: 0.5em;
  background: #ffffff;
  box-shadow: 0 0 1em rgba(0, 0, 0, 0.1);
  font-size: 0.7em;
  line-height: 1.4;
  text-align: center;
  padding: 0.25em;
  overflow: hidden;
}
@media (width < 48rem) and (orientation: portrait) {
  body.boilerplate .colorsBase .colorCard {
    width: calc(25% - 0.6em);
  }
}
@media (width >= 48rem) {
  body.boilerplate .colorsBase .colorCard {
    width: calc(20% - 0.6em);
  }
}
body.boilerplate .colorsBase .colorCard:hover {
  background: #000000;
  color: #ffffff;
  cursor: copy;
}
body.boilerplate .colorsBase .colorCard:active {
  cursor: progress;
}
body.boilerplate .colorsBase .colorCard .color {
  border: 1px solid rgba(0, 0, 0, 0.1);
  aspect-ratio: 1;
}
@supports not (aspect-ratio: auto) {
  body.boilerplate .colorsBase .colorCard .color {
    padding-top: 100%;
  }
}
body.boilerplate .colorsBase .colorCard .description {
  padding: 0.5em 0.5em 1em;
}
body.boilerplate .colorsBase .colorCard .description .colorName {
  font-weight: 600;
}
body.boilerplate .shapesCollection {
  display: flex;
  flex-wrap: wrap;
  gap: 1em;
}
body.boilerplate .iconCollection {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5em;
}
body.boilerplate .iconCollection svg:first-child {
  display: none;
}
body.boilerplate .iconCollection [class^=icon-],
body.boilerplate .iconCollection [class*=" icon-"] {
  border-radius: 0.1em;
  background: rgba(0, 0, 0, 0.05);
  width: 2.4em;
  height: 2.4em;
  padding: 0.3em;
}
body.boilerplate .iconCollection [class^=icon-]:hover,
body.boilerplate .iconCollection [class*=" icon-"]:hover {
  background: black;
  color: #ffffff;
  cursor: copy;
}
body.boilerplate .iconCollection [class^=icon-]:active,
body.boilerplate .iconCollection [class*=" icon-"]:active {
  cursor: progress;
}
body.boilerplate #buttonCollection .button:hover {
  cursor: copy;
}
body.boilerplate #buttonCollection .button:active {
  cursor: progress;
}
body.boilerplate #spacerCollection [class^=spacer]:after {
  display: block !important;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary, address {
  display: block;
  font-style: normal;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden], template {
  display: none;
}

a {
  background-color: transparent;
}

a:active, a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: bolder;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  display: inline-block;
  font-size: 0.8em;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

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

pre {
  overflow: auto;
}

code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
  padding: 0;
}

button, select {
  text-transform: none;
}

button, html input[type=button], input[type=reset], input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled], html input[disabled] {
  cursor: default;
  pointer-events: none;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

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

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

input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
  outline-offset: -2px;
}

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td, th {
  padding: 0;
}

.splide__container {
  box-sizing: border-box;
  position: relative;
}

.splide__list {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
  transform-style: preserve-3d;
}

.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}

.splide__progress__bar {
  width: 0;
}

.splide {
  outline: none;
  position: relative;
  visibility: hidden;
}

.splide.is-initialized, .splide.is-rendered {
  visibility: visible;
}

.splide__slide {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  box-sizing: border-box;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  outline: none;
  position: relative;
}

.splide__slide img {
  vertical-align: bottom;
}

.splide__slider {
  position: relative;
}

.splide__spinner {
  animation: splide-loading 1s infinite linear;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}

.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}

@keyframes splide-loading {
  0% {
    transform: rotateZ(0);
  }
  100% {
    transform: rotateZ(360deg);
  }
}
.splide--draggable > .splide__slider > .splide__track,
.splide--draggable > .splide__track {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.splide--fade > .splide__slider > .splide__track > .splide__list,
.splide--fade > .splide__track > .splide__list {
  display: block;
}

.splide--fade > .splide__slider > .splide__track > .splide__list > .splide__slide,
.splide--fade > .splide__track > .splide__list > .splide__slide {
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  z-index: 0;
}

.splide--fade > .splide__slider > .splide__track > .splide__list > .splide__slide.is-active,
.splide--fade > .splide__track > .splide__list > .splide__slide.is-active {
  opacity: 1;
  position: relative;
  z-index: 1;
}

.splide--rtl {
  direction: rtl;
}

.splide--ttb.is-active > .splide__slider > .splide__track > .splide__list,
.splide--ttb.is-active > .splide__track > .splide__list {
  display: block;
}

.splide__pagination {
  bottom: 0.5em;
  left: 0;
  padding: 0 1em;
  position: absolute;
  right: 0;
  z-index: 1;
}

.splide__pagination__page {
  background: #ccc;
  border: 0;
  border-radius: 50%;
  display: inline-block;
  height: 8px;
  margin: 3px;
  padding: 0;
  transition: transform 0.2s linear;
  width: 8px;
  opacity: 0.7;
}

.splide__pagination__page.is-active {
  background: #fff;
  transform: scale(1.4);
}

.splide__pagination__page:hover {
  cursor: pointer;
  opacity: 0.9;
}

.splide__pagination__page:focus {
  outline: none;
}

.splide__progress__bar {
  background: #ccc;
  height: 3px;
}

.splide--nav > .splide__slider > .splide__track > .splide__list > .splide__slide,
.splide--nav > .splide__track > .splide__list > .splide__slide {
  border: 3px solid transparent;
  cursor: pointer;
}

.splide--nav > .splide__slider > .splide__track > .splide__list > .splide__slide.is-active,
.splide--nav > .splide__track > .splide__list > .splide__slide.is-active {
  border: 3px solid #000;
}

.splide--nav > .splide__slider > .splide__track > .splide__list > .splide__slide:focus,
.splide--nav > .splide__track > .splide__list > .splide__slide:focus {
  outline: none;
}

.splide--rtl > .splide__slider > .splide__track > .splide__arrows .splide__arrow--prev,
.splide--rtl > .splide__track > .splide__arrows .splide__arrow--prev,
.splide--rtl > .splide__arrows .splide__arrow--prev {
  left: auto;
  right: 1em;
}

.splide--rtl > .splide__slider > .splide__track > .splide__arrows .splide__arrow--prev svg,
.splide--rtl > .splide__track > .splide__arrows .splide__arrow--prev svg,
.splide--rtl > .splide__arrows .splide__arrow--prev svg {
  transform: scaleX(1);
}

.splide--rtl > .splide__slider > .splide__track > .splide__arrows .splide__arrow--next,
.splide--rtl > .splide__track > .splide__arrows .splide__arrow--next,
.splide--rtl > .splide__arrows .splide__arrow--next {
  left: 1em;
  right: auto;
}

.splide--rtl > .splide__slider > .splide__track > .splide__arrows .splide__arrow--next svg,
.splide--rtl > .splide__track > .splide__arrows .splide__arrow--next svg,
.splide--rtl > .splide__arrows .splide__arrow--next svg {
  transform: scaleX(-1);
}

.splide--ttb > .splide__slider > .splide__track > .splide__arrows .splide__arrow,
.splide--ttb > .splide__track > .splide__arrows .splide__arrow,
.splide--ttb > .splide__arrows .splide__arrow {
  left: 50%;
  transform: translate(-50%, 0);
}

.splide--ttb > .splide__slider > .splide__track > .splide__arrows .splide__arrow--prev,
.splide--ttb > .splide__track > .splide__arrows .splide__arrow--prev,
.splide--ttb > .splide__arrows .splide__arrow--prev {
  top: 1em;
}

.splide--ttb > .splide__slider > .splide__track > .splide__arrows .splide__arrow--prev svg,
.splide--ttb > .splide__track > .splide__arrows .splide__arrow--prev svg,
.splide--ttb > .splide__arrows .splide__arrow--prev svg {
  transform: rotateZ(-90deg);
}

.splide--ttb > .splide__slider > .splide__track > .splide__arrows .splide__arrow--next,
.splide--ttb > .splide__track > .splide__arrows .splide__arrow--next,
.splide--ttb > .splide__arrows .splide__arrow--next {
  bottom: 1em;
  top: auto;
}

.splide--ttb > .splide__slider > .splide__track > .splide__arrows .splide__arrow--next svg,
.splide--ttb > .splide__track > .splide__arrows .splide__arrow--next svg,
.splide--ttb > .splide__arrows .splide__arrow--next svg {
  transform: rotateZ(90deg);
}

.splide--ttb > .splide__pagination,
.splide--ttb > .splide__slider > .splide__pagination {
  bottom: 0;
  display: flex;
  flex-direction: column;
  left: auto;
  padding: 1em 0;
  right: 0.5em;
  top: 0;
}

.hero .splide__slideshow .splide__arrows {
  display: none;
}
.hero .splide__slideshow .splide__track {
  height: 100%;
  width: 100%;
}
.hero .splide__slideshow .splide__track .splide__slide {
  height: 100%;
  width: 100%;
}
.hero .splide__slideshow .splide__track .splide__slide.is-active {
  opacity: 1 !important;
}
.hero .splide__slideshow .splide__track .splide__slide.is-active figure {
  transform: scale(1.1);
}
.hero .splide__slideshow .splide__track .splide__slide figure {
  height: 100%;
  overflow: hidden;
  transition: transform 9s ease-out;
  transform: scale(1);
}
.hero .splide__slideshow .splide__track .splide__slide figure .media {
  height: 100%;
}
.hero .splide__slideshow .splide__track .splide__slide figure .media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.contentBlocks .splide.splide__slideshow .splide__slide.is-active {
  opacity: 1 !important;
}
.contentBlocks .splide.splide__slideshow .splide__slide.is-active figure {
  transform: scale(1.1);
}
.contentBlocks .splide.splide__slideshow .splide__slide figure {
  height: 100%;
  overflow: hidden;
  transition: transform 9s ease-out;
  transform: scale(1);
}
.contentBlocks .splide.splide__slideshow .splide__slide figure .media {
  position: relative;
  width: auto;
  height: 100%;
}
.contentBlocks .splide.splide__slideshow .splide__slide figure .media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.hero .splide.splide__carousel .splide__track {
  height: 100%;
  width: 100%;
  cursor: grab;
}
.hero .splide.splide__carousel .splide__track .splide__slide {
  height: 100%;
  max-width: 90vw;
  opacity: 0.6;
  transition: opacity 2s cubic-bezier(0.19, 1, 0.22, 1);
}
.hero .splide.splide__carousel .splide__track .splide__slide.is-active {
  opacity: 1;
}
.hero .splide.splide__carousel .splide__track .splide__slide figure {
  height: 100%;
}
.hero .splide.splide__carousel .splide__track .splide__slide figure .media {
  height: 100%;
}
.hero .splide.splide__carousel .splide__track .splide__slide img {
  width: auto;
  height: 100%;
}

.contentBlocks .splide.splide__carousel {
  width: 100%;
}
.contentBlocks .splide.splide__carousel .splide__track {
  overflow: visible;
  cursor: grab;
}
@media (width <= 60rem) and (orientation: portrait) {
  .contentBlocks .splide.splide__carousel .splide__track .splide__list .splide__slide {
    height: clamp(20em, 50vh, 50em);
    max-width: 100%;
  }
}
@media (width >= 60rem) {
  .contentBlocks .splide.splide__carousel .splide__track .splide__list .splide__slide {
    height: clamp(15em, 90vh, 30em);
    max-width: 80rem;
  }
}
.contentBlocks .splide.splide__carousel .splide__track .splide__list .splide__slide figure {
  position: relative;
  height: 100%;
  overflow: hidden;
}
.contentBlocks .splide.splide__carousel .splide__track .splide__list .splide__slide figure .media {
  height: 100%;
}
@media (width <= 60rem) and (orientation: portrait) {
  .contentBlocks .splide.splide__carousel .splide__track .splide__list .splide__slide figure .media img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media (width >= 60rem) {
  .contentBlocks .splide.splide__carousel .splide__track .splide__list .splide__slide figure .media img {
    width: auto;
    height: 100%;
  }
}
.contentBlocks .splide.splide__carousel .splide__track .splide__list .splide__slide figure .caption {
  position: absolute;
  bottom: 0;
  width: 100%;
  max-width: none;
  text-align: center;
  color: #ffffff;
  padding-top: 2.5em;
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
  padding-left: 4vw;
  padding-right: 4vw;
}
@media (width < 48rem) and (orientation: portrait) {
  .contentBlocks .splide.splide__carousel .splide__track .splide__list .splide__slide figure .caption {
    padding-bottom: 0.7em;
  }
}

.splide__arrows {
  position: absolute;
  z-index: 10;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}
.splide__arrows .block {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding: 0 2vw;
}
.splide__arrows .block .button {
  pointer-events: auto;
  opacity: 0.75;
}
.splide__arrows .block .button:hover {
  opacity: 1;
}
@media (width < 48rem) and (orientation: portrait) {
  .splide__arrows .block .button {
    font-size: 0.7em;
  }
  .splide__arrows .block .button.splide__arrow--next {
    opacity: 1;
  }
}

.splide__pagination {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 50%;
  bottom: 0.5em;
  padding: 0.3em 0.25em;
  right: auto;
  width: auto;
  line-height: 1;
  transform: translateX(-50%);
}
.splide__pagination li {
  display: block;
  padding: 0;
}
.splide__pagination li .splide__pagination__page {
  display: block;
  transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
  width: 0.4em;
  height: 0.4em;
  border-radius: 0.4em;
  background: #ffffff;
  margin: 0 0.1em;
  opacity: 0.3;
}
.splide__pagination li .splide__pagination__page.is-active {
  background: #ffffff;
  opacity: 1;
  transform: none;
}

@keyframes plyr-progress {
  to {
    background-position: var(--plyr-progress-loading-size, 25px) 0;
  }
}
@keyframes plyr-popup {
  0% {
    opacity: 0.5;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes plyr-fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.plyr {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  align-items: center;
  direction: ltr;
  display: flex;
  flex-direction: column;
  font-family: var(--plyr-font-family, inherit);
  font-variant-numeric: tabular-nums;
  font-weight: var(--plyr-font-weight-regular, 400);
  line-height: var(--plyr-line-height, 1.7);
  max-width: 100%;
  min-width: 200px;
  position: relative;
  text-shadow: none;
  transition: box-shadow 0.3s ease;
  z-index: 0;
}
.plyr video,
.plyr audio,
.plyr iframe {
  display: block;
  height: 100%;
  width: 100%;
}
.plyr button {
  font: inherit;
  line-height: inherit;
  width: auto;
}
.plyr:focus {
  outline: 0;
}

.plyr--full-ui {
  box-sizing: border-box;
}
.plyr--full-ui *,
.plyr--full-ui *::after,
.plyr--full-ui *::before {
  box-sizing: inherit;
}

.plyr--full-ui a,
.plyr--full-ui button,
.plyr--full-ui input,
.plyr--full-ui label {
  touch-action: manipulation;
}

.plyr__badge {
  background: var(--plyr-badge-background, hsl(216, 15%, 34%));
  border-radius: var(--plyr-badge-border-radius, 2px);
  color: var(--plyr-badge-text-color, #fff);
  font-size: var(--plyr-font-size-badge, 9px);
  line-height: 1;
  padding: 3px 4px;
}

.plyr--full-ui ::-webkit-media-text-track-container {
  display: none;
}

.plyr__captions {
  animation: plyr-fade-in 0.3s ease;
  bottom: 0;
  display: none;
  font-size: var(--plyr-font-size-small, 13px);
  left: 0;
  padding: var(--plyr-control-spacing, 10px);
  position: absolute;
  text-align: center;
  transition: transform 0.4s ease-in-out;
  width: 100%;
}
.plyr__captions span:empty {
  display: none;
}
@media (min-width: 480px) {
  .plyr__captions {
    font-size: var(--plyr-font-size-base, 15px);
    padding: calc(var(--plyr-control-spacing, 10px) * 2);
  }
}
@media (min-width: 768px) {
  .plyr__captions {
    font-size: var(--plyr-font-size-large, 18px);
  }
}

.plyr--captions-active .plyr__captions {
  display: block;
}

.plyr:not(.plyr--hide-controls) .plyr__controls:not(:empty) ~ .plyr__captions {
  transform: translateY(calc(var(--plyr-control-spacing, 10px) * -4));
}

.plyr__caption {
  background: var(--plyr-captions-background, rgba(0, 0, 0, 0.8));
  border-radius: 2px;
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
  color: var(--plyr-captions-text-color, #fff);
  line-height: 185%;
  padding: 0.2em 0.5em;
  white-space: pre-wrap;
}
.plyr__caption div {
  display: inline;
}

.plyr__control {
  background: transparent;
  border: 0;
  border-radius: var(--plyr-control-radius, 4px);
  color: inherit;
  cursor: pointer;
  flex-shrink: 0;
  overflow: visible;
  padding: calc(var(--plyr-control-spacing, 10px) * 0.7);
  position: relative;
  transition: all 0.3s ease;
}
.plyr__control svg {
  display: block;
  fill: currentColor;
  height: var(--plyr-control-icon-size, 18px);
  pointer-events: none;
  width: var(--plyr-control-icon-size, 18px);
}
.plyr__control:focus {
  outline: 0;
}
.plyr__control:focus-visible {
  outline: 2px dashed var(--plyr-focus-visible-color, var(--plyr-color-main, var(--plyr-color-main, #EE7C14)));
  outline-offset: 2px;
}

a.plyr__control {
  text-decoration: none;
}
a.plyr__control::after, a.plyr__control::before {
  display: none;
}

.plyr__control:not(.plyr__control--pressed) .icon--pressed,
.plyr__control.plyr__control--pressed .icon--not-pressed,
.plyr__control:not(.plyr__control--pressed) .label--pressed,
.plyr__control.plyr__control--pressed .label--not-pressed {
  display: none;
}

.plyr--full-ui ::-webkit-media-controls {
  display: none;
}

.plyr__controls {
  align-items: center;
  display: flex;
  justify-content: flex-end;
  text-align: center;
}
.plyr__controls .plyr__progress__container {
  flex: 1;
  min-width: 0;
}
.plyr__controls .plyr__controls__item {
  margin-left: calc(var(--plyr-control-spacing, 10px) / 4);
}
.plyr__controls .plyr__controls__item:first-child {
  margin-left: 0;
  margin-right: auto;
}
.plyr__controls .plyr__controls__item.plyr__progress__container {
  padding-left: calc(var(--plyr-control-spacing, 10px) / 4);
}
.plyr__controls .plyr__controls__item.plyr__time {
  padding: 0 calc(var(--plyr-control-spacing, 10px) / 2);
}
.plyr__controls .plyr__controls__item.plyr__progress__container:first-child, .plyr__controls .plyr__controls__item.plyr__time:first-child, .plyr__controls .plyr__controls__item.plyr__time + .plyr__time {
  padding-left: 0;
}
.plyr__controls:empty {
  display: none;
}

.plyr [data-plyr=captions],
.plyr [data-plyr=pip],
.plyr [data-plyr=airplay],
.plyr [data-plyr=fullscreen] {
  display: none;
}

.plyr--captions-enabled [data-plyr=captions],
.plyr--pip-supported [data-plyr=pip],
.plyr--airplay-supported [data-plyr=airplay],
.plyr--fullscreen-enabled [data-plyr=fullscreen] {
  display: inline-block;
}

.plyr__menu {
  display: flex;
  position: relative;
}
.plyr__menu .plyr__control svg {
  transition: transform 0.3s ease;
}
.plyr__menu .plyr__control[aria-expanded=true] svg {
  transform: rotate(90deg);
}
.plyr__menu .plyr__control[aria-expanded=true] .plyr__tooltip {
  display: none;
}
.plyr__menu__container {
  animation: plyr-popup 0.2s ease;
  background: var(--plyr-menu-background, rgba(255, 255, 255, 0.9));
  border-radius: var(--plyr-menu-radius, 8px);
  bottom: 100%;
  box-shadow: var(--plyr-menu-shadow, 0 1px 2px rgba(0, 0, 0, 0.15));
  color: var(--plyr-menu-color, hsl(216, 15%, 34%));
  font-size: var(--plyr-font-size-base, 15px);
  margin-bottom: 10px;
  position: absolute;
  right: -3px;
  text-align: left;
  white-space: nowrap;
  z-index: 3;
}
.plyr__menu__container > div {
  overflow: hidden;
  transition: height 0.35s cubic-bezier(0.4, 0, 0.2, 1), width 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}
.plyr__menu__container::after {
  border: var(--plyr-menu-arrow-size, 4px) solid transparent;
  border-top-color: var(--plyr-menu-background, rgba(255, 255, 255, 0.9));
  content: "";
  height: 0;
  position: absolute;
  right: calc(var(--plyr-control-icon-size, 18px) / 2 + calc(var(--plyr-control-spacing, 10px) * 0.7) - var(--plyr-menu-arrow-size, 4px) / 2);
  top: 100%;
  width: 0;
}
.plyr__menu__container [role=menu] {
  padding: calc(var(--plyr-control-spacing, 10px) * 0.7);
}
.plyr__menu__container [role=menuitem],
.plyr__menu__container [role=menuitemradio] {
  margin-top: 2px;
}
.plyr__menu__container [role=menuitem]:first-child,
.plyr__menu__container [role=menuitemradio]:first-child {
  margin-top: 0;
}
.plyr__menu__container .plyr__control {
  align-items: center;
  color: var(--plyr-menu-color, hsl(216, 15%, 34%));
  display: flex;
  font-size: var(--plyr-font-size-menu, var(--plyr-font-size-small, 13px));
  padding: calc(calc(var(--plyr-control-spacing, 10px) * 0.7) / 1.5) calc(calc(var(--plyr-control-spacing, 10px) * 0.7) * 1.5);
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  width: 100%;
}
.plyr__menu__container .plyr__control > span {
  align-items: inherit;
  display: flex;
  width: 100%;
}
.plyr__menu__container .plyr__control::after {
  border: var(--plyr-menu-item-arrow-size, 4px) solid transparent;
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.plyr__menu__container .plyr__control--forward {
  padding-right: calc(calc(var(--plyr-control-spacing, 10px) * 0.7) * 4);
}
.plyr__menu__container .plyr__control--forward::after {
  border-left-color: var(--plyr-menu-arrow-color, hsl(216, 15%, 52%));
  right: calc(calc(var(--plyr-control-spacing, 10px) * 0.7) * 1.5 - var(--plyr-menu-item-arrow-size, 4px));
}
.plyr__menu__container .plyr__control--forward:focus-visible::after, .plyr__menu__container .plyr__control--forward:hover::after {
  border-left-color: currentColor;
}
.plyr__menu__container .plyr__control--back {
  font-weight: var(--plyr-font-weight-regular, 400);
  margin: calc(var(--plyr-control-spacing, 10px) * 0.7);
  margin-bottom: calc(calc(var(--plyr-control-spacing, 10px) * 0.7) / 2);
  padding-left: calc(calc(var(--plyr-control-spacing, 10px) * 0.7) * 4);
  position: relative;
  width: calc(100% - calc(var(--plyr-control-spacing, 10px) * 0.7) * 2);
}
.plyr__menu__container .plyr__control--back::after {
  border-right-color: var(--plyr-menu-arrow-color, hsl(216, 15%, 52%));
  left: calc(calc(var(--plyr-control-spacing, 10px) * 0.7) * 1.5 - var(--plyr-menu-item-arrow-size, 4px));
}
.plyr__menu__container .plyr__control--back::before {
  background: var(--plyr-menu-back-border-color, hsl(216, 15%, 88%));
  box-shadow: 0 1px 0 var(--plyr-menu-back-border-shadow-color, #fff);
  content: "";
  height: 1px;
  left: 0;
  margin-top: calc(calc(var(--plyr-control-spacing, 10px) * 0.7) / 2);
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 100%;
}
.plyr__menu__container .plyr__control--back:focus-visible::after, .plyr__menu__container .plyr__control--back:hover::after {
  border-right-color: currentColor;
}
.plyr__menu__container .plyr__control[role=menuitemradio] {
  padding-left: calc(var(--plyr-control-spacing, 10px) * 0.7);
}
.plyr__menu__container .plyr__control[role=menuitemradio]::before, .plyr__menu__container .plyr__control[role=menuitemradio]::after {
  border-radius: 100%;
}
.plyr__menu__container .plyr__control[role=menuitemradio]::before {
  background: rgba(0, 0, 0, 0.1);
  content: "";
  display: block;
  flex-shrink: 0;
  height: 16px;
  margin-right: var(--plyr-control-spacing, 10px);
  transition: all 0.3s ease;
  width: 16px;
}
.plyr__menu__container .plyr__control[role=menuitemradio]::after {
  background: #fff;
  border: 0;
  height: 6px;
  left: 12px;
  opacity: 0;
  top: 50%;
  transform: translateY(-50%) scale(0);
  transition: transform 0.3s ease, opacity 0.3s ease;
  width: 6px;
}
.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]::before {
  background: var(--plyr-control-toggle-checked-background, var(--plyr-color-main, var(--plyr-color-main, #EE7C14)));
}
.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]::after {
  opacity: 1;
  transform: translateY(-50%) scale(1);
}
.plyr__menu__container .plyr__control[role=menuitemradio]:focus-visible::before, .plyr__menu__container .plyr__control[role=menuitemradio]:hover::before {
  background: rgba(34.68, 39.576, 46.92, 0.1);
}
.plyr__menu__container .plyr__menu__value {
  align-items: center;
  display: flex;
  margin-left: auto;
  margin-right: calc((calc(var(--plyr-control-spacing, 10px) * 0.7) - 2px) * -1);
  overflow: hidden;
  padding-left: calc(calc(var(--plyr-control-spacing, 10px) * 0.7) * 3.5);
  pointer-events: none;
}

.plyr--full-ui input[type=range] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent;
  border: 0;
  border-radius: calc(var(--plyr-range-thumb-height, 13px) * 2);
  color: var(--plyr-range-fill-background, var(--plyr-color-main, var(--plyr-color-main, #EE7C14)));
  display: block;
  height: calc(var(--plyr-range-thumb-active-shadow-width, 3px) * 2 + var(--plyr-range-thumb-height, 13px));
  margin: 0;
  min-width: 0;
  padding: 0;
  transition: box-shadow 0.3s ease;
  width: 100%;
}
.plyr--full-ui input[type=range]::-webkit-slider-runnable-track {
  background: transparent;
  border: 0;
  border-radius: calc(var(--plyr-range-track-height, 5px) / 2);
  height: var(--plyr-range-track-height, 5px);
  -webkit-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  -webkit-user-select: none;
          user-select: none;
  background-image: linear-gradient(to right, currentColor var(--value, 0%), transparent var(--value, 0%));
}
.plyr--full-ui input[type=range]::-webkit-slider-thumb {
  background: var(--plyr-range-thumb-background, #fff);
  border: 0;
  border-radius: 100%;
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(34.68, 39.576, 46.92, 0.15), 0 0 0 1px rgba(34.68, 39.576, 46.92, 0.2));
  height: var(--plyr-range-thumb-height, 13px);
  position: relative;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  width: var(--plyr-range-thumb-height, 13px);
  -webkit-appearance: none;
          appearance: none;
  margin-top: calc((var(--plyr-range-thumb-height, 13px) - var(--plyr-range-track-height, 5px)) / 2 * -1);
}
.plyr--full-ui input[type=range]::-moz-range-track {
  background: transparent;
  border: 0;
  border-radius: calc(var(--plyr-range-track-height, 5px) / 2);
  height: var(--plyr-range-track-height, 5px);
  -moz-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  -moz-user-select: none;
       user-select: none;
}
.plyr--full-ui input[type=range]::-moz-range-thumb {
  background: var(--plyr-range-thumb-background, #fff);
  border: 0;
  border-radius: 100%;
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(34.68, 39.576, 46.92, 0.15), 0 0 0 1px rgba(34.68, 39.576, 46.92, 0.2));
  height: var(--plyr-range-thumb-height, 13px);
  position: relative;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
  width: var(--plyr-range-thumb-height, 13px);
}
.plyr--full-ui input[type=range]::-moz-range-progress {
  background: currentColor;
  border-radius: calc(var(--plyr-range-track-height, 5px) / 2);
  height: var(--plyr-range-track-height, 5px);
}
.plyr--full-ui input[type=range]::-ms-track {
  background: transparent;
  border: 0;
  border-radius: calc(var(--plyr-range-track-height, 5px) / 2);
  height: var(--plyr-range-track-height, 5px);
  -ms-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  user-select: none;
  color: transparent;
}
.plyr--full-ui input[type=range]::-ms-fill-upper {
  background: transparent;
  border: 0;
  border-radius: calc(var(--plyr-range-track-height, 5px) / 2);
  height: var(--plyr-range-track-height, 5px);
  -ms-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  user-select: none;
}
.plyr--full-ui input[type=range]::-ms-fill-lower {
  background: transparent;
  border: 0;
  border-radius: calc(var(--plyr-range-track-height, 5px) / 2);
  height: var(--plyr-range-track-height, 5px);
  -ms-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  user-select: none;
  background: currentColor;
}
.plyr--full-ui input[type=range]::-ms-thumb {
  background: var(--plyr-range-thumb-background, #fff);
  border: 0;
  border-radius: 100%;
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(34.68, 39.576, 46.92, 0.15), 0 0 0 1px rgba(34.68, 39.576, 46.92, 0.2));
  height: var(--plyr-range-thumb-height, 13px);
  position: relative;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
  width: var(--plyr-range-thumb-height, 13px);
  margin-top: 0;
}
.plyr--full-ui input[type=range]::-ms-tooltip {
  display: none;
}
.plyr--full-ui input[type=range]::-moz-focus-outer {
  border: 0;
}
.plyr--full-ui input[type=range]:focus {
  outline: 0;
}
.plyr--full-ui input[type=range]:focus-visible::-webkit-slider-runnable-track {
  outline: 2px dashed var(--plyr-focus-visible-color, var(--plyr-color-main, var(--plyr-color-main, #EE7C14)));
  outline-offset: 2px;
}
.plyr--full-ui input[type=range]:focus-visible::-moz-range-track {
  outline: 2px dashed var(--plyr-focus-visible-color, var(--plyr-color-main, var(--plyr-color-main, #EE7C14)));
  outline-offset: 2px;
}
.plyr--full-ui input[type=range]:focus-visible::-ms-track {
  outline: 2px dashed var(--plyr-focus-visible-color, var(--plyr-color-main, var(--plyr-color-main, #EE7C14)));
  outline-offset: 2px;
}

.plyr__poster {
  background-color: var(--plyr-video-background, var(--plyr-video-background, #333333));
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: opacity 0.2s ease;
  width: 100%;
  z-index: 1;
}

.plyr--stopped.plyr__poster-enabled .plyr__poster {
  opacity: 1;
}

.plyr--youtube.plyr--paused.plyr__poster-enabled:not(.plyr--stopped) .plyr__poster {
  display: none;
}

.plyr__time {
  font-size: var(--plyr-font-size-time, var(--plyr-font-size-small, 13px));
}

.plyr__time + .plyr__time::before {
  content: "⁄";
  margin-right: var(--plyr-control-spacing, 10px);
}
@media (max-width: 767px) {
  .plyr__time + .plyr__time {
    display: none;
  }
}

/* stylelint-disable selector-max-compound-selectors */
.plyr__tooltip {
  background: var(--plyr-tooltip-background, #fff);
  border-radius: var(--plyr-tooltip-radius, 5px);
  bottom: 100%;
  box-shadow: var(--plyr-tooltip-shadow, 0 1px 2px rgba(0, 0, 0, 0.15));
  color: var(--plyr-tooltip-color, hsl(216, 15%, 34%));
  font-size: var(--plyr-font-size-small, 13px);
  font-weight: var(--plyr-font-weight-regular, 400);
  left: 50%;
  line-height: 1.3;
  margin-bottom: calc(calc(var(--plyr-control-spacing, 10px) / 2) * 2);
  opacity: 0;
  padding: calc(var(--plyr-control-spacing, 10px) / 2) calc(calc(var(--plyr-control-spacing, 10px) / 2) * 1.5);
  pointer-events: none;
  position: absolute;
  transform: translate(-50%, 10px) scale(0.8);
  transform-origin: 50% 100%;
  transition: transform 0.2s 0.1s ease, opacity 0.2s 0.1s ease;
  white-space: nowrap;
  z-index: 2;
}
.plyr__tooltip::before {
  border-left: var(--plyr-tooltip-arrow-size, 4px) solid transparent;
  border-right: var(--plyr-tooltip-arrow-size, 4px) solid transparent;
  border-top: var(--plyr-tooltip-arrow-size, 4px) solid var(--plyr-tooltip-background, #fff);
  bottom: calc(var(--plyr-tooltip-arrow-size, 4px) * -1);
  content: "";
  height: 0;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 0;
  z-index: 2;
}

.plyr .plyr__control:hover .plyr__tooltip,
.plyr .plyr__control:focus-visible .plyr__tooltip,
.plyr__tooltip--visible {
  opacity: 1;
  transform: translate(-50%, 0) scale(1);
}

.plyr .plyr__control:hover .plyr__tooltip {
  z-index: 3;
}

.plyr__controls > .plyr__control:first-child .plyr__tooltip,
.plyr__controls > .plyr__control:first-child + .plyr__control .plyr__tooltip {
  left: 0;
  transform: translate(0, 10px) scale(0.8);
  transform-origin: 0 100%;
}
.plyr__controls > .plyr__control:first-child .plyr__tooltip::before,
.plyr__controls > .plyr__control:first-child + .plyr__control .plyr__tooltip::before {
  left: calc(var(--plyr-control-icon-size, 18px) / 2 + calc(var(--plyr-control-spacing, 10px) * 0.7));
}

.plyr__controls > .plyr__control:last-child .plyr__tooltip {
  left: auto;
  right: 0;
  transform: translate(0, 10px) scale(0.8);
  transform-origin: 100% 100%;
}
.plyr__controls > .plyr__control:last-child .plyr__tooltip::before {
  left: auto;
  right: calc(var(--plyr-control-icon-size, 18px) / 2 + calc(var(--plyr-control-spacing, 10px) * 0.7));
  transform: translateX(50%);
}

.plyr__controls > .plyr__control:first-child:hover .plyr__tooltip, .plyr__controls > .plyr__control:first-child:focus-visible .plyr__tooltip,
.plyr__controls > .plyr__control:first-child .plyr__tooltip--visible,
.plyr__controls > .plyr__control:first-child + .plyr__control:hover .plyr__tooltip,
.plyr__controls > .plyr__control:first-child + .plyr__control:focus-visible .plyr__tooltip,
.plyr__controls > .plyr__control:first-child + .plyr__control .plyr__tooltip--visible,
.plyr__controls > .plyr__control:last-child:hover .plyr__tooltip,
.plyr__controls > .plyr__control:last-child:focus-visible .plyr__tooltip,
.plyr__controls > .plyr__control:last-child .plyr__tooltip--visible {
  transform: translate(0, 0) scale(1);
}

.plyr__progress {
  left: calc(var(--plyr-range-thumb-height, 13px) * 0.5);
  margin-right: var(--plyr-range-thumb-height, 13px);
  position: relative;
}
.plyr__progress input[type=range], .plyr__progress__buffer {
  margin-left: calc(var(--plyr-range-thumb-height, 13px) * -0.5);
  margin-right: calc(var(--plyr-range-thumb-height, 13px) * -0.5);
  width: calc(100% + var(--plyr-range-thumb-height, 13px));
}
.plyr__progress input[type=range] {
  position: relative;
  z-index: 2;
}
.plyr__progress .plyr__tooltip {
  left: 0;
  max-width: 120px;
  overflow-wrap: break-word;
}

.plyr__progress__buffer {
  -webkit-appearance: none; /* stylelint-disable-line */
  background: transparent;
  border: 0;
  border-radius: 100px;
  height: var(--plyr-range-track-height, 5px);
  left: 0;
  margin-top: calc(var(--plyr-range-track-height, 5px) / 2 * -1);
  padding: 0;
  position: absolute;
  top: 50%;
}
.plyr__progress__buffer::-webkit-progress-bar {
  background: transparent;
}
.plyr__progress__buffer::-webkit-progress-value {
  background: currentColor;
  border-radius: 100px;
  min-width: var(--plyr-range-track-height, 5px);
  -webkit-transition: width 0.2s ease;
  transition: width 0.2s ease;
}
.plyr__progress__buffer::-moz-progress-bar {
  background: currentColor;
  border-radius: 100px;
  min-width: var(--plyr-range-track-height, 5px);
  -moz-transition: width 0.2s ease;
  transition: width 0.2s ease;
}
.plyr__progress__buffer::-ms-fill {
  border-radius: 100px;
  -ms-transition: width 0.2s ease;
  transition: width 0.2s ease;
}

.plyr--loading .plyr__progress__buffer {
  animation: plyr-progress 1s linear infinite;
  background-image: linear-gradient(-45deg, var(--plyr-progress-loading-background, rgba(34.68, 39.576, 46.92, 0.6)) 25%, transparent 25%, transparent 50%, var(--plyr-progress-loading-background, rgba(34.68, 39.576, 46.92, 0.6)) 50%, var(--plyr-progress-loading-background, rgba(34.68, 39.576, 46.92, 0.6)) 75%, transparent 75%, transparent);
  background-repeat: repeat-x;
  background-size: var(--plyr-progress-loading-size, 25px) var(--plyr-progress-loading-size, 25px);
  color: transparent;
}

.plyr--video.plyr--loading .plyr__progress__buffer {
  background-color: var(--plyr-video-progress-buffered-background, rgba(255, 255, 255, 0.25));
}

.plyr--audio.plyr--loading .plyr__progress__buffer {
  background-color: var(--plyr-audio-progress-buffered-background, rgba(193.4175, 199.8435, 209.4825, 0.6));
}

.plyr__progress__marker {
  background-color: var(--plyr-progress-marker-background, #fff);
  border-radius: 1px;
  height: var(--plyr-range-track-height, 5px);
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: var(--plyr-progress-marker-width, 3px);
  z-index: 3;
}

.plyr__volume {
  align-items: center;
  display: flex;
  position: relative;
}
.plyr__volume input[type=range] {
  margin-left: calc(var(--plyr-control-spacing, 10px) / 2);
  margin-right: calc(var(--plyr-control-spacing, 10px) / 2);
  max-width: 90px;
  min-width: 60px;
  position: relative;
  z-index: 2;
}

.plyr--audio {
  display: block;
}

.plyr--audio .plyr__controls {
  background: var(--plyr-audio-controls-background, #fff);
  border-radius: inherit;
  color: var(--plyr-audio-control-color, hsl(216, 15%, 34%));
  padding: var(--plyr-control-spacing, 10px);
}

.plyr--audio .plyr__control:focus-visible, .plyr--audio .plyr__control:hover, .plyr--audio .plyr__control[aria-expanded=true] {
  background: var(--plyr-audio-control-background-hover, var(--plyr-color-main, var(--plyr-color-main, #EE7C14)));
  color: var(--plyr-audio-control-color-hover, #fff);
}

.plyr--full-ui.plyr--audio input[type=range]::-webkit-slider-runnable-track {
  background-color: var(--plyr-audio-range-track-background, var(--plyr-audio-progress-buffered-background, rgba(193.4175, 199.8435, 209.4825, 0.6)));
}
.plyr--full-ui.plyr--audio input[type=range]::-moz-range-track {
  background-color: var(--plyr-audio-range-track-background, var(--plyr-audio-progress-buffered-background, rgba(193.4175, 199.8435, 209.4825, 0.6)));
}
.plyr--full-ui.plyr--audio input[type=range]::-ms-track {
  background-color: var(--plyr-audio-range-track-background, var(--plyr-audio-progress-buffered-background, rgba(193.4175, 199.8435, 209.4825, 0.6)));
}
.plyr--full-ui.plyr--audio input[type=range]:active::-webkit-slider-thumb {
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(34.68, 39.576, 46.92, 0.15), 0 0 0 1px rgba(34.68, 39.576, 46.92, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(34.68, 39.576, 46.92, 0.1));
}
.plyr--full-ui.plyr--audio input[type=range]:active::-moz-range-thumb {
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(34.68, 39.576, 46.92, 0.15), 0 0 0 1px rgba(34.68, 39.576, 46.92, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(34.68, 39.576, 46.92, 0.1));
}
.plyr--full-ui.plyr--audio input[type=range]:active::-ms-thumb {
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(34.68, 39.576, 46.92, 0.15), 0 0 0 1px rgba(34.68, 39.576, 46.92, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(34.68, 39.576, 46.92, 0.1));
}

.plyr--audio .plyr__progress__buffer {
  color: var(--plyr-audio-progress-buffered-background, rgba(193.4175, 199.8435, 209.4825, 0.6));
}

.plyr--video {
  overflow: hidden;
}
.plyr--video.plyr--menu-open {
  overflow: visible;
}

.plyr__video-wrapper {
  background: var(--plyr-video-background, var(--plyr-video-background, #333333));
  border-radius: inherit;
  height: 100%;
  margin: auto;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.plyr__video-embed,
.plyr__video-wrapper--fixed-ratio {
  aspect-ratio: 16/9;
}

.plyr__video-embed iframe,
.plyr__video-wrapper--fixed-ratio video {
  border: 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.plyr--full-ui .plyr__video-embed > .plyr__video-embed__container {
  padding-bottom: 240%;
  position: relative;
  transform: translateY(-38.28125%);
}

.plyr--video .plyr__controls {
  background: var(--plyr-video-controls-background, linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75)));
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: inherit;
  bottom: 0;
  color: var(--plyr-video-control-color, #fff);
  left: 0;
  padding: calc(var(--plyr-control-spacing, 10px) / 2);
  padding-top: calc(var(--plyr-control-spacing, 10px) * 2);
  position: absolute;
  right: 0;
  transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;
  z-index: 3;
}
@media (min-width: 480px) {
  .plyr--video .plyr__controls {
    padding: var(--plyr-control-spacing, 10px);
    padding-top: calc(var(--plyr-control-spacing, 10px) * 3.5);
  }
}

.plyr--video.plyr--hide-controls .plyr__controls {
  opacity: 0;
  pointer-events: none;
  transform: translateY(100%);
}

.plyr--video .plyr__control:focus-visible, .plyr--video .plyr__control:hover, .plyr--video .plyr__control[aria-expanded=true] {
  background: var(--plyr-video-control-background-hover, var(--plyr-color-main, var(--plyr-color-main, #EE7C14)));
  color: var(--plyr-video-control-color-hover, #fff);
}

.plyr__control--overlaid {
  background: var(--plyr-video-control-background-hover, var(--plyr-color-main, var(--plyr-color-main, #EE7C14)));
  border: 0;
  border-radius: 100%;
  color: var(--plyr-video-control-color, #fff);
  display: none;
  left: 50%;
  opacity: 0.9;
  padding: calc(var(--plyr-control-spacing, 10px) * 1.5);
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: 0.3s;
  z-index: 2;
}
.plyr__control--overlaid svg {
  left: 2px;
  position: relative;
}
.plyr__control--overlaid:hover, .plyr__control--overlaid:focus {
  opacity: 1;
}

.plyr--playing .plyr__control--overlaid {
  opacity: 0;
  visibility: hidden;
}

.plyr--full-ui.plyr--video .plyr__control--overlaid {
  display: block;
}

.plyr--full-ui.plyr--video input[type=range]::-webkit-slider-runnable-track {
  background-color: var(--plyr-video-range-track-background, var(--plyr-video-progress-buffered-background, rgba(255, 255, 255, 0.25)));
}
.plyr--full-ui.plyr--video input[type=range]::-moz-range-track {
  background-color: var(--plyr-video-range-track-background, var(--plyr-video-progress-buffered-background, rgba(255, 255, 255, 0.25)));
}
.plyr--full-ui.plyr--video input[type=range]::-ms-track {
  background-color: var(--plyr-video-range-track-background, var(--plyr-video-progress-buffered-background, rgba(255, 255, 255, 0.25)));
}
.plyr--full-ui.plyr--video input[type=range]:active::-webkit-slider-thumb {
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(34.68, 39.576, 46.92, 0.15), 0 0 0 1px rgba(34.68, 39.576, 46.92, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(255, 255, 255, 0.5));
}
.plyr--full-ui.plyr--video input[type=range]:active::-moz-range-thumb {
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(34.68, 39.576, 46.92, 0.15), 0 0 0 1px rgba(34.68, 39.576, 46.92, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(255, 255, 255, 0.5));
}
.plyr--full-ui.plyr--video input[type=range]:active::-ms-thumb {
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(34.68, 39.576, 46.92, 0.15), 0 0 0 1px rgba(34.68, 39.576, 46.92, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(255, 255, 255, 0.5));
}

.plyr--video .plyr__progress__buffer {
  color: var(--plyr-video-progress-buffered-background, rgba(255, 255, 255, 0.25));
}

.plyr:fullscreen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%;
}
.plyr:fullscreen video {
  height: 100%;
}
.plyr:fullscreen .plyr__control .icon--exit-fullscreen {
  display: block;
}
.plyr:fullscreen .plyr__control .icon--exit-fullscreen + svg {
  display: none;
}
.plyr:fullscreen.plyr--hide-controls {
  cursor: none;
}
@media (min-width: 1024px) {
  .plyr:fullscreen .plyr__captions {
    font-size: var(--plyr-font-size-xlarge, 21px);
  }
}

.plyr__ads {
  border-radius: inherit;
  bottom: 0;
  cursor: pointer;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}
.plyr__ads > div,
.plyr__ads > div iframe {
  height: 100%;
  position: absolute;
  width: 100%;
}
.plyr__ads::after {
  background: hsl(216, 15%, 16%);
  border-radius: 2px;
  bottom: var(--plyr-control-spacing, 10px);
  color: #fff;
  content: attr(data-badge-text);
  font-size: 11px;
  padding: 2px 6px;
  pointer-events: none;
  position: absolute;
  right: var(--plyr-control-spacing, 10px);
  z-index: 3;
}
.plyr__ads:empty::after {
  display: none;
}

.plyr__cues {
  background: currentColor;
  display: block;
  height: var(--plyr-range-track-height, 5px);
  left: 0;
  opacity: 0.8;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 3px;
  z-index: 3;
}

.plyr__preview-thumb {
  background-color: var(--plyr-tooltip-background, #fff);
  border-radius: var(--plyr-menu-radius, 8px);
  bottom: 100%;
  box-shadow: var(--plyr-tooltip-shadow, 0 1px 2px rgba(0, 0, 0, 0.15));
  margin-bottom: calc(calc(var(--plyr-control-spacing, 10px) / 2) * 2);
  opacity: 0;
  padding: 3px;
  pointer-events: none;
  position: absolute;
  transform: translate(0, 10px) scale(0.8);
  transform-origin: 50% 100%;
  transition: transform 0.2s 0.1s ease, opacity 0.2s 0.1s ease;
  z-index: 2;
}
.plyr__preview-thumb--is-shown {
  opacity: 1;
  transform: translate(0, 0) scale(1);
}
.plyr__preview-thumb::before {
  border-left: var(--plyr-tooltip-arrow-size, 4px) solid transparent;
  border-right: var(--plyr-tooltip-arrow-size, 4px) solid transparent;
  border-top: var(--plyr-tooltip-arrow-size, 4px) solid var(--plyr-tooltip-background, #fff);
  bottom: calc(var(--plyr-tooltip-arrow-size, 4px) * -1);
  content: "";
  height: 0;
  left: calc(50% + var(--preview-arrow-offset));
  position: absolute;
  transform: translateX(-50%);
  width: 0;
  z-index: 2;
}
.plyr__preview-thumb__image-container {
  background: hsl(216, 15%, 79%);
  border-radius: calc(var(--plyr-menu-radius, 8px) - 1px);
  overflow: hidden;
  position: relative;
  z-index: 0;
}
.plyr__preview-thumb__image-container img, .plyr__preview-thumb__image-container::after {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.plyr__preview-thumb__image-container::after {
  border-radius: inherit;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.15);
  content: "";
  pointer-events: none;
}
.plyr__preview-thumb__image-container img {
  max-height: none;
  max-width: none;
}
.plyr__preview-thumb__time-container {
  background: var(--plyr-video-controls-background, linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75)));
  border-bottom-left-radius: calc(var(--plyr-menu-radius, 8px) - 1px);
  border-bottom-right-radius: calc(var(--plyr-menu-radius, 8px) - 1px);
  bottom: 0;
  left: 0;
  line-height: 1.1;
  padding: 20px 6px 6px;
  position: absolute;
  right: 0;
  z-index: 3;
}
.plyr__preview-thumb__time-container span {
  color: #fff;
  font-size: var(--plyr-font-size-time, var(--plyr-font-size-small, 13px));
}

.plyr__preview-scrubbing {
  bottom: 0;
  filter: blur(1px);
  height: 100%;
  left: 0;
  margin: auto;
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  transition: opacity 0.3s ease;
  width: 100%;
  z-index: 1;
}
.plyr__preview-scrubbing--is-shown {
  opacity: 1;
}
.plyr__preview-scrubbing img {
  height: 100%;
  left: 0;
  max-height: none;
  max-width: none;
  -o-object-fit: contain;
     object-fit: contain;
  position: absolute;
  top: 0;
  width: 100%;
}

.plyr--no-transition {
  transition: none !important;
}

.plyr__sr-only {
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  border: 0 !important;
  height: 1px !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
}

.plyr [hidden] {
  display: none !important;
}

@media print {
  .plyr {
    display: none;
  }
}

.plyr__poster {
  background-size: cover !important;
}

.plyr__control--overlaid {
  padding: 1.1em;
}
.plyr__control--overlaid svg {
  height: 1.2em;
  width: 1.2em;
}

.splitting .word,
.splitting .char {
  display: inline-block;
}

.splitting .char {
  position: relative;
}

.splitting .char::before,
.splitting .char::after {
  content: attr(data-char);
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
  transition: inherit;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.splitting {
  --word-center: calc((var(--word-total) - 1) / 2);
  --char-center: calc((var(--char-total) - 1) / 2);
  --line-center: calc((var(--line-total) - 1) / 2);
}

.splitting .word {
  --word-percent: calc(var(--word-index) / var(--word-total));
  --line-percent: calc(var(--line-index) / var(--line-total));
}

.splitting .char {
  --char-percent: calc(var(--char-index) / var(--char-total));
  --char-offset: calc(var(--char-index) - var(--char-center));
  --distance: calc(
  (var(--char-offset) * var(--char-offset)) / var(--char-center)
  );
  --distance-sine: calc(var(--char-offset) / var(--char-center));
  --distance-percent: calc((var(--distance) / var(--char-center)));
}

[data-scroll-fx] {
  --inview: 0;
  --delay: 0;
}

[data-scroll-delay="0.1"] {
  --delay: 0.1s;
}

[data-scroll-delay="0.2"] {
  --delay: 0.2s;
}

[data-scroll-delay="0.3"] {
  --delay: 0.3s;
}

[data-scroll-delay="0.4"] {
  --delay: 0.4s;
}

[data-scroll-delay="0.5"] {
  --delay: 0.5s;
}

[data-scroll-delay="0.6"] {
  --delay: 0.6s;
}

[data-scroll-delay="0.7"] {
  --delay: 0.7s;
}

[data-scroll-delay="0.8"] {
  --delay: 0.8s;
}

[data-scroll-delay="0.9"] {
  --delay: 0.9s;
}

[data-scroll-delay="1"] {
  --delay: 1s;
}

[data-scroll-delay="1.1"] {
  --delay: 1.1s;
}

[data-scroll-delay="1.2"] {
  --delay: 1.2s;
}

[data-scroll-delay="1.3"] {
  --delay: 1.3s;
}

[data-scroll-delay="1.4"] {
  --delay: 1.4s;
}

[data-scroll-delay="1.5"] {
  --delay: 1.5s;
}

[data-scroll-delay="1.6"] {
  --delay: 1.6s;
}

[data-scroll-delay="1.7"] {
  --delay: 1.7s;
}

[data-scroll-delay="1.8"] {
  --delay: 1.8s;
}

[data-scroll-delay="1.9"] {
  --delay: 1.9s;
}

[data-scroll-delay="2"] {
  --delay: 2s;
}

[data-scroll-delay="2.1"] {
  --delay: 2.1s;
}

[data-scroll-delay="2.2"] {
  --delay: 2.2s;
}

[data-scroll-delay="2.3"] {
  --delay: 2.3s;
}

[data-scroll-delay="2.4"] {
  --delay: 2.4s;
}

[data-scroll-delay="2.5"] {
  --delay: 2.5s;
}

[data-scroll-delay="2.6"] {
  --delay: 2.6s;
}

[data-scroll-delay="2.7"] {
  --delay: 2.7s;
}

[data-scroll-delay="2.8"] {
  --delay: 2.8s;
}

[data-scroll-delay="2.9"] {
  --delay: 2.9s;
}

[data-scroll-delay="3"] {
  --delay: 3s;
}

[data-scroll-delay="3.1"] {
  --delay: 3.1s;
}

[data-scroll-delay="3.2"] {
  --delay: 3.2s;
}

[data-scroll-delay="3.3"] {
  --delay: 3.3s;
}

[data-scroll-delay="3.4"] {
  --delay: 3.4s;
}

[data-scroll-delay="3.5"] {
  --delay: 3.5s;
}

[data-scroll-delay="3.6"] {
  --delay: 3.6s;
}

[data-scroll-delay="3.7"] {
  --delay: 3.7s;
}

[data-scroll-delay="3.8"] {
  --delay: 3.8s;
}

[data-scroll-delay="3.9"] {
  --delay: 3.9s;
}

[data-scroll-delay="4"] {
  --delay: 4s;
}

[data-scroll-delay="4.1"] {
  --delay: 4.1s;
}

[data-scroll-delay="4.2"] {
  --delay: 4.2s;
}

[data-scroll-delay="4.3"] {
  --delay: 4.3s;
}

[data-scroll-delay="4.4"] {
  --delay: 4.4s;
}

[data-scroll-delay="4.5"] {
  --delay: 4.5s;
}

[data-scroll-delay="4.6"] {
  --delay: 4.6s;
}

[data-scroll-delay="4.7"] {
  --delay: 4.7s;
}

[data-scroll-delay="4.8"] {
  --delay: 4.8s;
}

[data-scroll-delay="4.9"] {
  --delay: 4.9s;
}

[data-scroll-delay="5"] {
  --delay: 5s;
}

[data-scroll-fx=fadeInHalf] {
  transition: opacity 1.5s linear;
  transition-delay: var(--delay);
  opacity: calc(var(--inview) + 0.2);
}

[data-scroll-fx=fadeIn] {
  transition: opacity 2s ease-in-out;
  transition-delay: var(--delay);
  opacity: var(--inview) !important;
}

[data-scroll-fx=slideInFromLeft] {
  opacity: var(--inview) !important;
  transition: opacity 3s cubic-bezier(0.19, 1, 0.22, 1) var(--delay), transform 3s cubic-bezier(0.19, 1, 0.22, 1) var(--delay);
  transform: translateX(calc(-10% + 10% * var(--inview)));
}

[data-scroll-fx=slideInFromTop] {
  opacity: var(--inview) !important;
  transition: opacity 3s cubic-bezier(0.19, 1, 0.22, 1) var(--delay), transform 3s cubic-bezier(0.19, 1, 0.22, 1) var(--delay);
  transform: translateY(calc(-6vh + 6vh * var(--inview)));
}

[data-scroll-fx=slideInFromBottom] {
  opacity: var(--inview) !important;
  transition: opacity 3s cubic-bezier(0.19, 1, 0.22, 1) var(--delay), transform 3s cubic-bezier(0.19, 1, 0.22, 1) var(--delay);
  transform: translateY(calc(6vh - 6vh * var(--inview)));
}

[data-scroll-fx=slideInFromRight] {
  opacity: var(--inview) !important;
  transition: opacity 3s cubic-bezier(0.19, 1, 0.22, 1) var(--delay), transform 3s cubic-bezier(0.19, 1, 0.22, 1) var(--delay);
  transform: translateX(calc(10% - 10% * var(--inview)));
}

[data-scroll-fx=curtainReveal] {
  transition: -webkit-clip-path 1s cubic-bezier(0.19, 1, 0.22, 1) var(--delay);
  transition: clip-path 1s cubic-bezier(0.19, 1, 0.22, 1) var(--delay);
  transition: clip-path 1s cubic-bezier(0.19, 1, 0.22, 1) var(--delay), -webkit-clip-path 1s cubic-bezier(0.19, 1, 0.22, 1) var(--delay);
  -webkit-clip-path: inset(0 calc(100% - 100% * var(--inview)) 0 0);
          clip-path: inset(0 calc(100% - 100% * var(--inview)) 0 0);
  will-change: clip-path;
}
[data-scroll-fx=curtainReveal] img {
  transition: transform 3s cubic-bezier(0.19, 1, 0.22, 1) var(--delay);
  transform: scale(calc(0.9 + var(--inview) / 10));
}

[data-scroll-fx=typeBlurFromBottom] {
  opacity: var(--inview) !important;
}
[data-scroll-fx=typeBlurFromBottom] .word {
  display: inline-block;
  opacity: var(--inview);
  transform: scale(calc(0 + 1 * var(--inview))) translateY(calc(30vh - 30vh * var(--inview)));
  filter: blur(calc(10rem - 10rem * var(--inview)));
  transition: transform 2s cubic-bezier(0.19, 1, 0.22, 1), opacity 2s cubic-bezier(0.19, 1, 0.22, 1), filter 2s cubic-bezier(0.19, 1, 0.22, 1);
  transition-delay: calc(var(--delay) + var(--word-index) * 0.15s);
  will-change: filter;
}

[data-scroll-fx=typeCharSlideInFromBottom] {
  opacity: var(--inview) !important;
}
[data-scroll-fx=typeCharSlideInFromBottom] .char {
  display: inline-block;
  opacity: var(--inview);
  transform: translateY(calc(100% - 100% * var(--inview)));
  transition: transform 1.2s cubic-bezier(0.19, 1, 0.22, 1), opacity 1.2s cubic-bezier(0.19, 1, 0.22, 1), filter 1.2s cubic-bezier(0.19, 1, 0.22, 1);
  transition-delay: calc(var(--delay) + var(--char-index) * 0.015s);
}

[data-scroll-fx=typeWordSlideInFromBottom] {
  opacity: var(--inview) !important;
}
[data-scroll-fx=typeWordSlideInFromBottom] .word {
  display: inline-block;
  opacity: var(--inview);
  transform: translateY(calc(100% - 100% * var(--inview)));
  transition: transform 2s cubic-bezier(0.19, 1, 0.22, 1), opacity 2s cubic-bezier(0.19, 1, 0.22, 1), filter 2s cubic-bezier(0.19, 1, 0.22, 1);
  transition-delay: calc(var(--delay) + var(--word-index) * 0.02s);
}

[data-scroll-parallax] {
  --percentage: 0;
}

[data-scroll-parallax="1"] {
  transform: translateY(calc((var(--percentage) - 50) * 0.1%)) !important;
}

img[data-scroll-parallax="1"], video[data-scroll-parallax="1"] {
  transform: scale(1.1) translateY(calc((var(--percentage) - 50) * 0.1%)) !important;
}

[data-scroll-parallax="2"] {
  transform: translateY(calc((var(--percentage) - 50) * 0.2%)) !important;
}

img[data-scroll-parallax="2"], video[data-scroll-parallax="2"] {
  transform: scale(1.1) translateY(calc((var(--percentage) - 50) * 0.2%)) !important;
}

[data-scroll-parallax="3"] {
  transform: translateY(calc((var(--percentage) - 50) * 0.3%)) !important;
}

img[data-scroll-parallax="3"], video[data-scroll-parallax="3"] {
  transform: scale(1.1) translateY(calc((var(--percentage) - 50) * 0.3%)) !important;
}

[data-scroll-parallax="4"] {
  transform: translateY(calc((var(--percentage) - 50) * 0.4%)) !important;
}

img[data-scroll-parallax="4"], video[data-scroll-parallax="4"] {
  transform: scale(1.1) translateY(calc((var(--percentage) - 50) * 0.4%)) !important;
}

[data-scroll-parallax="5"] {
  transform: translateY(calc((var(--percentage) - 50) * 0.5%)) !important;
}

img[data-scroll-parallax="5"], video[data-scroll-parallax="5"] {
  transform: scale(1.1) translateY(calc((var(--percentage) - 50) * 0.5%)) !important;
}

[data-scroll-parallax="6"] {
  transform: translateY(calc((var(--percentage) - 50) * 0.6%)) !important;
}

img[data-scroll-parallax="6"], video[data-scroll-parallax="6"] {
  transform: scale(1.1) translateY(calc((var(--percentage) - 50) * 0.6%)) !important;
}

[data-scroll-parallax="7"] {
  transform: translateY(calc((var(--percentage) - 50) * 0.7%)) !important;
}

img[data-scroll-parallax="7"], video[data-scroll-parallax="7"] {
  transform: scale(1.1) translateY(calc((var(--percentage) - 50) * 0.7%)) !important;
}

[data-scroll-parallax="8"] {
  transform: translateY(calc((var(--percentage) - 50) * 0.8%)) !important;
}

img[data-scroll-parallax="8"], video[data-scroll-parallax="8"] {
  transform: scale(1.1) translateY(calc((var(--percentage) - 50) * 0.8%)) !important;
}

[data-scroll-parallax="9"] {
  transform: translateY(calc((var(--percentage) - 50) * 0.9%)) !important;
}

img[data-scroll-parallax="9"], video[data-scroll-parallax="9"] {
  transform: scale(1.1) translateY(calc((var(--percentage) - 50) * 0.9%)) !important;
}

[data-scroll-parallax="10"] {
  transform: translateY(calc((var(--percentage) - 50) * 1%)) !important;
}

img[data-scroll-parallax="10"], video[data-scroll-parallax="10"] {
  transform: scale(1.1) translateY(calc((var(--percentage) - 50) * 1%)) !important;
}

[data-scroll-parallax="-1"] {
  transform: translateY(calc((var(--percentage) - 50) * -0.05%)) !important;
}

img[data-scroll-parallax="-1"], video[data-scroll-parallax="-1"] {
  transform: scale(1.1) translateY(calc((var(--percentage) - 50) * -0.05%)) !important;
}

[data-scroll-parallax="-2"] {
  transform: translateY(calc((var(--percentage) - 50) * -0.1%)) !important;
}

img[data-scroll-parallax="-2"], video[data-scroll-parallax="-2"] {
  transform: scale(1.1) translateY(calc((var(--percentage) - 50) * -0.1%)) !important;
}

[data-scroll-parallax="-3"] {
  transform: translateY(calc((var(--percentage) - 50) * -0.15%)) !important;
}

img[data-scroll-parallax="-3"], video[data-scroll-parallax="-3"] {
  transform: scale(1.1) translateY(calc((var(--percentage) - 50) * -0.15%)) !important;
}

[data-scroll-parallax="-4"] {
  transform: translateY(calc((var(--percentage) - 50) * -0.2%)) !important;
}

img[data-scroll-parallax="-4"], video[data-scroll-parallax="-4"] {
  transform: scale(1.1) translateY(calc((var(--percentage) - 50) * -0.2%)) !important;
}

[data-scroll-parallax="-5"] {
  transform: translateY(calc((var(--percentage) - 50) * -0.25%)) !important;
}

img[data-scroll-parallax="-5"], video[data-scroll-parallax="-5"] {
  transform: scale(1.1) translateY(calc((var(--percentage) - 50) * -0.25%)) !important;
}

[data-scroll-parallax="-6"] {
  transform: translateY(calc((var(--percentage) - 50) * -0.3%)) !important;
}

img[data-scroll-parallax="-6"], video[data-scroll-parallax="-6"] {
  transform: scale(1.1) translateY(calc((var(--percentage) - 50) * -0.3%)) !important;
}

[data-scroll-parallax="-7"] {
  transform: translateY(calc((var(--percentage) - 50) * -0.35%)) !important;
}

img[data-scroll-parallax="-7"], video[data-scroll-parallax="-7"] {
  transform: scale(1.1) translateY(calc((var(--percentage) - 50) * -0.35%)) !important;
}

[data-scroll-parallax="-8"] {
  transform: translateY(calc((var(--percentage) - 50) * -0.4%)) !important;
}

img[data-scroll-parallax="-8"], video[data-scroll-parallax="-8"] {
  transform: scale(1.1) translateY(calc((var(--percentage) - 50) * -0.4%)) !important;
}

[data-scroll-parallax="-9"] {
  transform: translateY(calc((var(--percentage) - 50) * -0.45%)) !important;
}

img[data-scroll-parallax="-9"], video[data-scroll-parallax="-9"] {
  transform: scale(1.1) translateY(calc((var(--percentage) - 50) * -0.45%)) !important;
}

[data-scroll-parallax="-10"] {
  transform: translateY(calc((var(--percentage) - 50) * -0.5%)) !important;
}

img[data-scroll-parallax="-10"], video[data-scroll-parallax="-10"] {
  transform: scale(1.1) translateY(calc((var(--percentage) - 50) * -0.5%)) !important;
}

figure {
  position: relative;
}
figure .media {
  position: relative;
  overflow: hidden;
}
figure .media .autoplayVideo {
  position: relative;
  width: 100%;
  padding-bottom: calc(var(--videoHeight) / var(--videoWidth) * 100%);
  overflow: hidden;
}
figure .media .autoplayVideo .poster {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
figure .media .autoplayVideo .poster img {
  width: 100% !important;
  height: 100% !important;
  min-height: 0 !important;
  max-height: 100% !important;
  -o-object-fit: cover !important;
     object-fit: cover !important;
}
figure .media .autoplayVideo iframe {
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
}
figure .media noscript {
  display: block;
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
figure video,
figure iframe {
  width: 100%;
}
@media print {
  figure video,
  figure iframe {
    display: none;
  }
}
@media (width >= 48rem) {
  figure.full, figure.wide {
    text-align: center;
  }
}
figure figcaption.caption {
  margin: auto;
  color: rgb(127.5, 127.5, 127.5);
  line-height: 1.3;
  padding: 1em 0;
  font-size: 0.8em;
}
@media (width < 48rem) and (orientation: portrait) {
  figure figcaption.caption {
    padding-left: 4vw;
    padding-right: 4vw;
  }
}
figure figcaption.copyright {
  position: absolute;
  top: 0;
  left: 0;
  color: #ffffff;
  line-height: 1.3;
  padding: 0.2rem 1rem;
  text-shadow: 0 0.1rem 0 rgba(0, 0, 0, 0.2);
  transform-origin: left top;
  transform: rotate(-90deg) translateX(-100%);
  font-size: clamp(0.6rem, 0.6em, 1.1rem);
}
@supports not (font-size: clamp(0.6rem, 0.6em, 1.1rem)) {
  figure figcaption.copyright {
    font-size: min(max(0.6rem, 0.6em), 1.1rem);
  }
}

.has-background {
  position: relative;
  padding-block: 4vw;
}
@media (width < 48rem) and (orientation: portrait) {
  .has-background {
    padding-block: 6vw;
  }
}
@media (48rem <= width <= 60rem) {
  .has-background {
    padding-block: 6vw;
  }
}
.has-background[data-color=orange] {
  background: #F2CE9D;
}
.has-background[data-color=orange] .shape {
  fill: #F59B19;
}
.has-background[data-color=green] {
  background: #D7E8C8;
}
.has-background[data-color=green] .shape {
  fill: #00B697;
}
.has-background[data-color=yellow] {
  background: #ffce00;
}
.has-background[data-color=yellow] .shape {
  fill: #ffea94;
}
.has-background[data-color=yellowlight] {
  background: #ffea94;
}
.has-background[data-color=yellowlight] .shape {
  fill: #ffce00;
}
.has-background[data-color=white] {
  padding-block: 0;
}
.has-background[data-color=greenlight] {
  background: #00B697;
  color: #ffffff;
}
.has-background[data-color=greenlight] .shape {
  fill: #00B697;
}
.has-background[data-color=greenlight] h2 {
  color: #ffffff;
}
.has-background.is-centered .headingBar {
  justify-content: center;
  text-align: center;
}
.has-background .shapes {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: 5vw;
  width: 100%;
  height: 100%;
  overflow: hidden;
  padding: 1vw;
}
.has-background .shapes .shape {
  width: 60%;
  height: auto;
}
.has-background .shapes .shape:first-child {
  margin-left: auto;
}
.has-background .shapes .shape:last-child {
  margin-right: auto;
}
.has-background .shapes ~ * {
  z-index: 2;
}

@media (width < 48rem) and (orientation: portrait) {
  .socialChannels {
    width: 100%;
  }
}
.socialChannels ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 2em;
  margin-inline: auto;
}
@media (width < 48rem) and (orientation: portrait) {
  .socialChannels ul {
    justify-content: space-between;
    gap: 0.5em;
    width: 100%;
  }
}
.socialChannels ul li {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (width < 48rem) and (orientation: portrait) {
  .socialChannels ul li a {
    font-size: 0.8em;
  }
}
.socialChannels ul li div {
  font-size: 0.75em;
  margin-top: 0.6em;
  text-align: center;
  opacity: 0.5;
}
@media (width < 48rem) and (orientation: portrait) {
  .socialChannels ul li div {
    font-size: 0.6em;
  }
}

.socialShare {
  margin-top: -0.5em;
  transition: all 0.15s ease-in-out 0s;
}
.socialShare ul.options {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
}
.socialShare ul.options li {
  margin: 0 0.2em 0.3em;
}
.socialShare ul.options li .js-copylink:active {
  transform: scale(0.95);
}

.headingBar {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  color: rgba(0, 0, 0, 0.5);
}
@media (width < 48rem) and (orientation: portrait) {
  .headingBar {
    margin-bottom: 0.75em !important;
  }
}
@media (width >= 48rem) {
  .headingBar {
    margin-bottom: 1.5em !important;
  }
}
.headingBar h1, .headingBar .h1, .headingBar h2, .headingBar .h2, .headingBar h3, .headingBar .h3, .headingBar h4, .headingBar .h4, .headingBar h5, .headingBar .h5 {
  margin-bottom: 0;
}
.headingBar strong {
  color: #333333;
}
.headingBar .link {
  color: #EE7C14;
  text-decoration: underline;
}
@media (width < 48rem) and (orientation: portrait) {
  .headingBar .link {
    display: none;
  }
}
.headingBar .alignRight {
  margin-left: auto;
}

@media print {
  .pagination {
    display: none;
  }
}
.pagination ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  margin-bottom: 4em;
}
.pagination ul li {
  margin: 0 0.1em;
}
.pagination ul li:first-child .textual {
  margin-right: 1.5em;
}
@media (width < 48rem) and (orientation: portrait) {
  .pagination ul li:first-child .textual {
    margin-right: auto;
  }
}
.pagination ul li:last-child .textual {
  margin-left: 1.5em;
}
@media (width < 48rem) and (orientation: portrait) {
  .pagination ul li:last-child .textual {
    margin-left: auto;
  }
}
.pagination ul li .button {
  vertical-align: baseline;
}
@media (width < 48rem) and (orientation: portrait) {
  .pagination ul li .button.textual {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    width: 2.5em;
    height: 2.5em;
    border-radius: 50%;
  }
  .pagination ul li .button.textual svg {
    margin: 0 !important;
  }
  .pagination ul li .button.textual span {
    display: none;
  }
}
.pagination ul li .button.round {
  color: #000000;
}
.pagination ul li .button.round:hover {
  color: black;
  background: rgba(248, 248, 248, 0.5);
  text-decoration: underline;
}
.pagination ul li .button.round.is-active {
  background: #F8F8F8;
  color: #EE7C14;
  text-decoration: none;
  font-weight: 600;
}
.pagination ul li .button.round.is-active span {
  opacity: 1;
}

.breadcrumb {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  color: rgb(25.5, 25.5, 25.5);
  padding: 0 !important;
  margin-bottom: 1em !important;
}
@media print {
  .breadcrumb {
    color: #000000;
  }
}
.breadcrumb li {
  display: flex;
  align-items: center;
  font-size: 0.8em;
  line-height: 1;
  margin-bottom: 0.75em;
  padding-left: 0 !important;
}
.breadcrumb li a {
  color: rgb(127.5, 127.5, 127.5) !important;
  text-decoration: none !important;
  transition: all 0.15s ease-in-out 0s;
}
@media print {
  .breadcrumb li a {
    color: #000000;
  }
}
@media (hover: hover) and (pointer: fine) {
  .breadcrumb li a:hover {
    color: #EE7C14 !important;
    text-decoration: underline !important;
  }
}
.breadcrumb li:last-child a {
  text-decoration: none !important;
  opacity: 0.6;
  color: rgb(76.5, 76.5, 76.5) !important;
}
.breadcrumb li:last-child svg.icon-chevron-right {
  display: none;
}
@media print {
  .breadcrumb li:last-child {
    display: none;
  }
}
.breadcrumb li:first-child a span {
  font-weight: 400;
}
.breadcrumb li svg.icon-chevron-right {
  width: 0.8em;
  height: 0.8em;
  margin: 0.1em 0.5em 0 0.3em;
}

.notificationBar {
  position: relative;
  background: #F2CE9D;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  color: #000000;
  margin: auto;
  width: auto;
}
@media print {
  .notificationBar {
    display: none;
  }
}
.notificationBar.wide {
  width: 100%;
}
.notificationBar.float {
  position: absolute;
  left: 50%;
  z-index: 10;
  border-radius: 0.5em;
  transform: translate(-50%, 0.3em);
}
@media (width < 48rem) and (orientation: portrait) {
  .notificationBar.float {
    width: 90%;
  }
  .notificationBar.float .container .message {
    white-space: normal !important;
  }
}
.notificationBar .container {
  overflow: auto;
}
.notificationBar .container .message {
  white-space: nowrap;
  padding: 0.6em 0;
  font-size: 0.75em;
  line-height: 1;
  font-weight: 600;
}
.notificationBar .container .message:after {
  display: inline-block;
  height: 100%;
  width: 4vw;
  content: "";
}
.notificationBar .container .message svg {
  display: inline-block;
  vertical-align: middle;
  width: 1.3em;
  height: 1.3em;
  margin: -0.4em 0.3em -0.2em 0;
  stroke: #EE7C14;
  fill: #EE7C14;
}
.notificationBar .container .message span {
  color: black;
}
.notificationBar .container .message span a {
  text-decoration: underline;
}

.explainer {
  position: absolute;
  background: #EE7C14 !important;
  color: #ffffff;
  border-radius: 0.5em;
  bottom: 100%;
  right: 0;
  width: 100%;
  max-width: 11em;
  margin-bottom: 1em;
  padding: 0.6rem 1rem 0.8rem;
  font-size: 0.8em;
  line-height: 1.4;
  pointer-events: none;
  transition: all 0.15s ease-in-out 0s;
}
@media (width < 48rem) and (orientation: portrait) {
  .explainer {
    display: none;
  }
}
.explainer:before {
  position: absolute;
  z-index: 10;
  display: block;
  pointer-events: none;
  width: 0;
  height: 0;
  border-style: solid;
  top: 100%;
  left: 50%;
  border-width: 0.65rem 0.65rem 0 0.65rem;
  border-color: #EE7C14 transparent transparent transparent;
  transform: translate(-50%, 0);
  content: "";
}

[data-tooltip-top],
[data-tooltip-topleft],
[data-tooltip-right],
[data-tooltip-bottom],
[data-tooltip-bottomright],
[data-tooltip-left],
[data-tooltip-bottomleft] {
  position: relative;
}
[data-tooltip-top]:before, [data-tooltip-top]:after,
[data-tooltip-topleft]:before,
[data-tooltip-topleft]:after,
[data-tooltip-right]:before,
[data-tooltip-right]:after,
[data-tooltip-bottom]:before,
[data-tooltip-bottom]:after,
[data-tooltip-bottomright]:before,
[data-tooltip-bottomright]:after,
[data-tooltip-left]:before,
[data-tooltip-left]:after,
[data-tooltip-bottomleft]:before,
[data-tooltip-bottomleft]:after {
  position: absolute;
  z-index: 10;
  display: block;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: all 0.15s ease-in-out 0s;
}
[data-tooltip-top]:before,
[data-tooltip-topleft]:before,
[data-tooltip-right]:before,
[data-tooltip-bottom]:before,
[data-tooltip-bottomright]:before,
[data-tooltip-left]:before,
[data-tooltip-bottomleft]:before {
  background: #3c3a3a;
  color: #ffffff;
  font-size: 0.8rem;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  border-radius: 0.5em;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 0.6rem 1rem 0.8rem;
  box-shadow: 0 0 0.75rem rgba(0, 0, 0, 0.2);
  font-weight: 600;
}
[data-tooltip-top]:after,
[data-tooltip-topleft]:after,
[data-tooltip-right]:after,
[data-tooltip-bottom]:after,
[data-tooltip-bottomright]:after,
[data-tooltip-left]:after,
[data-tooltip-bottomleft]:after {
  width: 0;
  height: 0;
  border-style: solid;
  content: "";
}
@media (hover: hover) and (pointer: fine) {
  [data-tooltip-top]:hover:before, [data-tooltip-top]:hover:after,
  [data-tooltip-topleft]:hover:before,
  [data-tooltip-topleft]:hover:after,
  [data-tooltip-right]:hover:before,
  [data-tooltip-right]:hover:after,
  [data-tooltip-bottom]:hover:before,
  [data-tooltip-bottom]:hover:after,
  [data-tooltip-bottomright]:hover:before,
  [data-tooltip-bottomright]:hover:after,
  [data-tooltip-left]:hover:before,
  [data-tooltip-left]:hover:after,
  [data-tooltip-bottomleft]:hover:before,
  [data-tooltip-bottomleft]:hover:after {
    z-index: 11;
    visibility: visible;
    opacity: 1;
  }
}

[data-tooltip-top]:before {
  bottom: 100%;
  left: 50%;
  transform: translate(-50%, -0.975rem);
  content: attr(data-tooltip-top);
}
[data-tooltip-top]:after {
  bottom: 100%;
  left: 50%;
  border-width: 0.65rem 0.65rem 0 0.65rem;
  border-color: #3c3a3a transparent transparent transparent;
  transform: translate(-50%, -0.4875rem);
}

[data-tooltip-topleft]:before {
  bottom: 100%;
  left: 0;
  transform: translate(0, -0.975rem);
  content: attr(data-tooltip-topleft);
}
[data-tooltip-topleft]:after {
  bottom: 100%;
  left: 1.95rem;
  border-width: 0.65rem 0.65rem 0 0.65rem;
  border-color: #3c3a3a transparent transparent transparent;
  transform: translate(-50%, -0.4875rem);
}

[data-tooltip-bottom]:before {
  top: 100%;
  left: 50%;
  transform: translate(-50%, 0.975rem);
  content: attr(data-tooltip-bottom);
}
[data-tooltip-bottom]:after {
  top: 100%;
  left: 50%;
  border-width: 0 0.65rem 0.65rem 0.65rem;
  border-color: transparent transparent #3c3a3a transparent;
  transform: translate(-50%, 0.4875rem);
}

[data-tooltip-bottomright]:before {
  top: 100%;
  right: 0;
  transform: translate(0, 0.975rem);
  content: attr(data-tooltip-bottomright);
}
[data-tooltip-bottomright]:after {
  top: 100%;
  right: 0.65rem;
  border-width: 0 0.65rem 0.65rem 0.65rem;
  border-color: transparent transparent #3c3a3a transparent;
  transform: translate(-50%, 0.4875rem);
}

[data-tooltip-left]:before {
  top: 50%;
  right: 100%;
  transform: translate(-0.975rem, -50%);
  content: attr(data-tooltip-left);
}
[data-tooltip-left]:after {
  top: 50%;
  right: 100%;
  border-width: 0.65rem 0 0.65rem 0.65rem;
  border-color: transparent transparent transparent #3c3a3a;
  transform: translate(-0.4875rem, -50%);
}

[data-tooltip-bottomleft]:before {
  top: 100%;
  left: 0;
  transform: translate(0, 0.975rem);
  content: attr(data-tooltip-bottomleft);
}
[data-tooltip-bottomleft]:after {
  top: 100%;
  right: 0.65rem;
  border-width: 0 0.65rem 0.65rem 0.65rem;
  border-color: transparent transparent #3c3a3a transparent;
  transform: translate(-50%, 0.4875rem);
}

[data-tooltip-right]:before {
  top: 50%;
  left: 100%;
  transform: translate(0.975rem, -50%);
  content: attr(data-tooltip-right);
}
[data-tooltip-right]:after {
  top: 50%;
  left: 100%;
  border-width: 0.65rem 0.65rem 0.65rem 0;
  border-color: transparent #3c3a3a transparent transparent;
  transform: translate(0.4875rem, -50%);
}

.dropdowns {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
}
.dropdowns .dropdown {
  margin: 0 0.5em 0.5em 0;
}

.dropdown {
  position: relative;
  display: inline-block;
}
.dropdown:focus-within {
  z-index: 10;
}
.dropdown:focus-within.top .dropdownMenu {
  bottom: 100%;
}
.dropdown:focus-within.left .dropdownMenu {
  left: 0;
}
.dropdown:focus-within.right .dropdownMenu {
  right: 0;
}
.dropdown:focus-within .dropdownMenu {
  display: block;
  opacity: 1;
  pointer-events: auto;
}
.dropdown > .button {
  position: relative;
  z-index: 3;
}
.dropdown > .button svg {
  transform: none !important;
}
.dropdown > .button:focus {
  pointer-events: none !important;
}
.dropdown .clickThroughStop {
  position: absolute;
  bottom: 0;
  z-index: 2;
  height: 100%;
  width: 100%;
  opacity: 1;
  cursor: pointer;
}
.dropdown .dropdownMenu {
  position: absolute;
  z-index: 1;
  background: #ffffff;
  min-width: 100%;
  padding: 0.5em;
  margin: 0.1em 0;
  align-items: flex-start;
  border-radius: 0.5em;
  box-shadow: 0 0 4rem rgba(0, 0, 0, 0.2);
  opacity: 0;
  pointer-events: none;
  transition: all 0.15s ease-in-out 0s;
}
.dropdown .dropdownMenu:focus {
  outline-width: 0 !important;
  outline: none !important;
}
.dropdown .dropdownMenu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.dropdown .dropdownMenu ul li:not(:last-child) {
  margin-bottom: 0.25em;
}
.dropdown .dropdownMenu ul li .button.checkbox,
.dropdown .dropdownMenu ul li .button.radiobutton {
  width: 100%;
  font-size: 0.8em;
  padding: 0.7em 0.7em;
  font-weight: 300;
}

.filterBlock {
  position: relative;
  z-index: 2 !important;
}
@media (width < 48rem) and (orientation: portrait) {
  .filterBlock {
    padding: 0 4vw !important;
  }
}
@media print {
  .filterBlock {
    display: none;
  }
}
.filterBlock .dropdowns {
  margin-bottom: 0.5em;
  width: 100%;
}
@media (width < 48rem) and (orientation: portrait) {
  .filterBlock .dropdowns {
    margin-bottom: 0.5em;
  }
  .filterBlock .dropdowns .dropdown {
    width: 100%;
    margin-right: 0;
    margin-bottom: 0.2em;
  }
  .filterBlock .dropdowns .dropdown > .button {
    width: 100%;
  }
}
.filterBlock .filterResults {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 4vw;
}
.filterBlock .filterResults .amountResults {
  font-size: 0.8em;
  color: rgba(60, 58, 58, 0.75);
}
@media (width < 48rem) and (orientation: portrait) {
  .filterBlock .filterResults .amountResults {
    margin-right: 0.5em;
    order: 2;
  }
}
@media (width >= 48rem) {
  .filterBlock .filterResults .amountResults {
    margin-right: 1em;
  }
}
.filterBlock .filterResults .amountResults span {
  color: #3C3A3A;
  font-weight: 600;
}
.filterBlock .filterResults .activeFilters {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media (width < 48rem) and (orientation: portrait) {
  .filterBlock .filterResults .activeFilters {
    order: 1;
    margin-bottom: 1em;
    overflow: auto;
    flex-wrap: nowrap;
    width: calc(100% + 8vw);
    margin-left: -4vw;
    margin-right: -4vw;
  }
}
.filterBlock .filterResults .activeFilters .button {
  color: #3C3A3A;
  margin: 0.25em 0.25em 0.25em 0;
  padding: 0.4em 0.5em 0.3em;
}
@media (width < 48rem) and (orientation: portrait) {
  .filterBlock .filterResults .activeFilters .button {
    margin: 0.25em 0 0.25em 4vw;
  }
}
.filterBlock .filterResults .activeFilters .button:hover svg {
  background: #000000;
  color: #ffffff;
}
.filterBlock .filterResults .activeFilters .button svg {
  width: 1.1em;
  height: 1.1em;
  stroke-width: 4 !important;
  background: #ffffff;
  border-radius: 50%;
  padding: 0.2em;
  margin-top: -0.05em;
  transition: none;
}
.filterBlock .filterResults .sorting {
  display: flex;
  align-items: center;
  margin-left: auto;
}
@media (width < 48rem) and (orientation: portrait) {
  .filterBlock .filterResults .sorting {
    order: 3;
    font-size: 0.9em;
    padding-inline: 2vw;
  }
}
.filterBlock .filterResults .sorting .button {
  vertical-align: middle;
  color: rgba(0, 0, 0, 0.35);
}
.filterBlock .filterResults .sorting .button:hover {
  opacity: 1;
}
.filterBlock .filterResults .sorting .button.is-active {
  color: #EE7C14;
}
.filterBlock .filterResults .sorting .button.is-active .explainer {
  opacity: 0;
}
.filterBlock .filterResults .sorting .divider {
  margin: 0 0.5em;
  opacity: 0.1;
}
@media (48rem <= width <= 60rem) {
  .filterBlock .filterResults .sorting .divider {
    display: none;
  }
}

.button {
  position: relative;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  vertical-align: bottom;
  flex: 0 0 auto;
  margin: 0;
  border: none;
  text-decoration: none;
  cursor: pointer;
  touch-action: manipulation;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background: transparent;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  border: 2px solid transparent;
  line-height: 1.1 !important;
  max-width: 100%;
  text-align: left;
  font-weight: 600;
  transition: background 0.15s ease-in-out 0s;
}
.button:active {
  transition: background 0;
}
.button[disabled] {
  opacity: 0.2;
  pointer-events: none;
  cursor: not-allowed !important;
}
.button [data-secondary] {
  display: none;
}
.button input {
  margin-top: -0.15em !important;
}
.button input + span {
  margin: 0 !important;
  margin-right: auto !important;
  padding-right: 1em !important;
  white-space: nowrap;
  font-weight: 600 !important;
}
.button.primary, .button.pill {
  border-radius: 0.5em;
  padding: 0.9em 0.8em;
  align-items: flex-start;
}
.button.primary span, .button.pill span {
  margin: 0 0.3em 0.1em;
}
.button.primary span ~ svg, .button.pill span ~ svg {
  margin-right: 0 !important;
}
.button.primary span.small, .button.pill span.small {
  opacity: 0.7;
  font-weight: 300;
}
.button.primary svg, .button.pill svg {
  width: 1.5em;
  height: 1.5em;
  margin: -0.25em 0.3em;
  transition: all 0.15s ease-in-out 0s;
}
.button.primary svg[class$=-right], .button.primary svg[class$=-left], .button.primary svg[class$=-up], .button.primary svg[class$=-down], .button.pill svg[class$=-right], .button.pill svg[class$=-left], .button.pill svg[class$=-up], .button.pill svg[class$=-down] {
  width: 1.1em;
  height: 1.1em;
  margin: 0 0.3em 0.05em;
}
.button.primary svg:first-child, .button.pill svg:first-child {
  margin-left: 0 !important;
}
.button.primary.tiny, .button.pill.tiny {
  padding: 0.5em 0.5em 0.5em;
  font-size: 0.7em !important;
}
.button.primary.tiny svg, .button.pill.tiny svg {
  stroke-width: 3 !important;
}
.button.primary.mini, .button.pill.mini {
  padding: 0.8em 1em 0.7em;
  font-size: 0.7em !important;
}
.button.primary.mini svg, .button.pill.mini svg {
  stroke-width: 3 !important;
}
.button.primary.small, .button.pill.small {
  font-size: 0.8em !important;
}
.button.primary.medium, .button.pill.medium {
  font-size: 0.9em !important;
}
.button.primary.large, .button.pill.large {
  font-size: 1.2em !important;
}
.button.primary.fui-btn, .button.pill.fui-btn {
  border: 0 !important;
  font-weight: 600 !important;
  font-size: 0.9rem !important;
  padding: 0.8em 1em 0.9em !important;
}
.button.pill {
  border-radius: 5em;
  padding: 0.7em 1em;
}
.button.textual {
  align-items: center;
  justify-content: flex-start;
  border: none;
}
.button.textual span {
  text-underline-offset: 0.3em;
}
.button.textual span ~ svg {
  margin-left: 0.3em !important;
  margin-right: 0 !important;
}
.button.textual svg {
  width: 1.3em;
  height: 1.3em;
  margin-right: 0.3em;
  transition: all 0.15s ease-in-out 0s;
}
.button.textual svg[class$=-right], .button.textual svg[class$=-left], .button.textual svg[class$=-up], .button.textual svg[class$=-down] {
  width: 1.1em;
  height: 1.1em;
}
.button.textual svg[class$=-mail], .button.textual svg[class$=-phone] {
  color: #333333;
}
.button.textual svg ~ span {
  margin-left: 0;
}
.button.textual.mini {
  font-size: 1.3rem !important;
}
.button.textual.small {
  font-size: 0.8em !important;
}
.button.textual.medium {
  font-size: 1em !important;
}
.button.textual.large {
  font-size: 1.2em !important;
}
.button.round {
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.button.round svg {
  transition: all 0.15s ease-in-out 0s;
}
.button.round.mini {
  width: 1em;
  height: 1em;
}
.button.round.mini svg {
  stroke-width: 3 !important;
}
.button.round.small {
  width: 1.5em;
  height: 1.5em;
}
.button.round.small svg {
  stroke-width: 2.5 !important;
}
.button.round.medium {
  width: 2.2em;
  height: 2.2em;
}
.button.round.medium svg {
  stroke-width: 2.5 !important;
}
.button.round.large {
  width: 3em;
  height: 3em;
}
.button.round.large svg {
  stroke-width: 2.5 !important;
}
.button.round svg {
  width: 50%;
  height: 50%;
}
@media (hover: hover) and (pointer: fine) {
  .button:hover.textual:not([href^="tel:"]) span {
    text-decoration: underline;
  }
  .button:hover svg {
    opacity: 1 !important;
  }
  .button:hover svg[class$=-right] {
    transform: translateX(0.15em);
  }
  .button:hover svg[class$=-left] {
    transform: translateX(-0.15em);
  }
  .button:hover svg[class$=-up] {
    transform: translateY(-0.15em);
  }
  .button:hover svg[class$=-down] {
    transform: translateY(0.15em);
  }
}
.button:active {
  transform: translateY(0.04em);
}
.button.solid.black {
  background: #000000;
  color: #ffffff;
}
.button.solid.black:active {
  background: #000000;
}
@media (hover: hover) and (pointer: fine) {
  .button.solid.black:hover {
    background: #000000;
  }
}
.button.solid.darkgray {
  background: #3C3A3A;
  color: #ffffff;
}
.button.solid.darkgray:active {
  background: rgb(8.1355932203, 7.8644067797, 7.8644067797);
}
@media (hover: hover) and (pointer: fine) {
  .button.solid.darkgray:hover {
    background: black;
  }
}
.button.solid.gray, .button.solid.warmgray {
  background: #F8F8F8;
  color: #3C3A3A;
}
.button.solid.gray:active, .button.solid.warmgray:active {
  background: rgb(222.5, 222.5, 222.5);
}
@media (hover: hover) and (pointer: fine) {
  .button.solid.gray:hover, .button.solid.warmgray:hover {
    background: rgb(235.25, 235.25, 235.25);
  }
}
.button.solid.white {
  background: rgba(255, 255, 255, 0.7);
  color: #333333;
}
.button.solid.white:active {
  background: rgba(255, 255, 255, 0.8);
}
@media (hover: hover) and (pointer: fine) {
  .button.solid.white:hover {
    background: rgba(255, 255, 255, 0.9);
  }
}
.button.solid.orange {
  background: #EE7C14;
  color: #ffffff;
}
.button.solid.orange:active {
  background: #F59B19;
}
@media (hover: hover) and (pointer: fine) {
  .button.solid.orange:hover {
    background: #F59B19;
  }
}
.button.solid.purple {
  background: #8B0A8B;
  color: #ffffff;
}
.button.solid.purple:active {
  background: #C584C5;
}
@media (hover: hover) and (pointer: fine) {
  .button.solid.purple:hover {
    background: #C584C5;
  }
}
.button.solid.pink {
  background: #F6307D;
  color: #ffffff;
}
.button.solid.pink:active {
  background: #FF98E1;
}
@media (hover: hover) and (pointer: fine) {
  .button.solid.pink:hover {
    background: #FF98E1;
  }
}
.button.solid.green {
  background: #2B6044;
  color: #ffffff;
}
.button.solid.green:active {
  background: #00B697;
}
@media (hover: hover) and (pointer: fine) {
  .button.solid.green:hover {
    background: #00B697;
  }
}
.button.ghost {
  background: none;
}
.button.ghost.black {
  color: #000000;
  border-color: #000000;
}
.button.ghost.black:active, .button.ghost.black:hover {
  background: rgba(0, 0, 0, 0.05);
}
.button.ghost.white {
  color: #ffffff;
  border-color: #ffffff;
}
.button.ghost.white:active, .button.ghost.white:hover {
  background: rgba(0, 0, 0, 0.05);
}
.button.ghost.orange {
  color: #EE7C14;
  border-color: #EE7C14;
}
.button.ghost.orange:active, .button.ghost.orange:hover {
  background: rgba(238, 124, 20, 0.05);
}
.button.ghost.purple {
  color: #8B0A8B;
  border-color: #8B0A8B;
}
.button.ghost.purple:active, .button.ghost.purple:hover {
  background: rgba(139, 10, 139, 0.05);
}
.button.ghost.pink {
  color: #F6307D;
  border-color: #F6307D;
}
.button.ghost.pink:active, .button.ghost.pink:hover {
  background: rgba(246, 48, 125, 0.05);
}
.button.ghost.green {
  color: #2B6044;
  border-color: #2B6044;
}
.button.ghost.green:active, .button.ghost.green:hover {
  background: rgba(43, 96, 68, 0.05);
}
.button.textual.black {
  color: #000000;
}
.button.textual.white {
  color: #ffffff;
}
.button.textual.orange {
  color: #EE7C14;
}
.button.textual.purple {
  color: #8B0A8B;
}
.button.textual.pink {
  color: #F6307D;
}
.button.textual.green {
  color: #2B6044;
}
.button.facebookColor {
  background: #4267B2;
  color: #ffffff;
}
.button.facebookColor:hover {
  background: rgb(59.1024590164, 92.2356557377, 159.3975409836);
}
.button.tiktokColor {
  background: #000000;
  color: #ffffff;
}
.button.tiktokColor:hover {
  background: black;
}
.button.instagramColor {
  background: #ff0176;
  color: #ffffff;
}
.button.instagramColor:hover {
  background: rgb(230.5, 0, 106.1751968504);
}
.button.xColor {
  background: #000000;
  color: #ffffff;
}
.button.xColor:hover {
  background: black;
}
.button.emailColor {
  background: #C5221E;
  color: #ffffff;
}
.button.emailColor:hover {
  background: rgb(174.8700440529, 30.1806167401, 26.6299559471);
}
.button.linkedinColor {
  background: #0077b5;
  color: #ffffff;
}
.button.linkedinColor:hover {
  background: rgb(0, 102.2348066298, 155.5);
}
.button.pinterestColor {
  background: #e60023;
  color: #ffffff;
}
.button.pinterestColor:hover {
  background: rgb(204.5, 0, 31.1195652174);
}
.button.whatsappColor {
  background: #26B43D;
  color: #ffffff;
}
.button.whatsappColor:hover {
  background: rgb(33.5550458716, 158.9449541284, 53.8646788991);
}
.button.youtubeColor {
  background: #ff0033;
  color: #ffffff;
}
.button.youtubeColor:hover {
  background: rgb(229.5, 0, 45.9);
}

.fui-i .grecaptcha-badge {
  visibility: hidden;
  position: absolute;
}

.form .singleLineForm {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  gap: 0 0.5em;
}
.form .singleLineForm label {
  flex-grow: 1;
}
.form .singleLineForm label input {
  width: 100%;
  border-radius: 0.5em;
  box-sizing: border-box;
}
.form .singleLineForm .button.float {
  position: absolute;
  right: 0.6em;
  z-index: 10;
}
.form .row {
  position: relative;
  display: flex;
  margin-bottom: 1.7em;
  gap: 0 1em;
}
@supports not (aspect-ratio: 1/1) {
  .form .row label {
    margin-right: 1em;
  }
}
@media (width < 48rem) and (orientation: portrait) {
  .form .row {
    flex-wrap: wrap;
    margin-bottom: 2em;
  }
}
.form .row .radiobutton input:required ~ .label.note,
.form .row .checkbox input:required ~ .label.note,
.form .row .lightswitch input:required ~ .label.note {
  left: 0;
  opacity: 1;
  transform: translateY(-100%);
}
.form .row .label {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  line-height: 1;
  font-size: 1.2rem;
  padding: 0.4rem 1rem 0.5rem;
  border-radius: 0.5em;
  opacity: 0;
  pointer-events: none;
  font-weight: 600;
  transition: all 0.15s ease-in-out 0s;
}
.form .row .label.text {
  z-index: 2;
  background: #3C3A3A;
  color: #ffffff;
}
.form .row .label.note {
  z-index: 1;
  background: rgb(242.25, 242.25, 242.25);
  color: rgb(127.5, 127.5, 127.5);
}
.form .row.inline {
  flex-direction: row;
}
.form .row.stacked {
  display: inline-flex;
  flex-direction: column;
  flex-wrap: wrap;
}
.form .row label {
  font-size: 0.85em;
  line-height: 1.2;
}
.form .row label.size-15 {
  width: calc(15% - 1em);
}
.form .row label.size-20 {
  width: calc(20% - 1em);
}
.form .row label.size-25 {
  width: calc(25% - 1em);
}
.form .row label.size-30 {
  width: calc(30% - 1em);
}
.form .row label.size-35 {
  width: calc(35% - 1em);
}
.form .row label.size-40 {
  width: calc(40% - 1em);
}
.form .row label.size-45 {
  width: calc(45% - 1em);
}
.form .row label.size-50 {
  width: calc(50% - 1em);
}
.form .row label.size-75 {
  width: calc(75% - 1em);
}
.form .row label.size-100 {
  width: 100%;
}
@media (width < 48rem) and (orientation: portrait) {
  .form .row label[class*=size] {
    width: 100% !important;
  }
}
.form .description {
  margin-bottom: 1.6em;
}
.form .description p {
  font-size: 0.8em;
}

.formfield {
  display: flex;
  align-items: center;
  position: relative;
}
@media (width < 48rem) and (orientation: portrait) {
  .formfield + .formfield {
    margin-top: 2em;
  }
}
.formfield.large {
  box-shadow: 0 0 1em rgba(0, 0, 0, 0.09);
}
.formfield.large input,
.formfield.large textarea {
  background: #ffffff;
  border: none;
  padding: 1.3em 0.8em 1.4em;
  font-size: 0.9em;
}
.formfield input,
.formfield textarea {
  position: relative;
  z-index: 3;
  width: 100%;
  border: 0.125em solid #3C3A3A;
  padding: 0.55em 0.8em 0.75em;
  border-radius: 0.5em;
  background: rgb(249.9, 249.9, 249.9);
  font-size: 0.9em;
  transition: all 0.15s ease-in-out 0s;
}
.formfield input[type=search],
.formfield textarea[type=search] {
  -webkit-appearance: none;
}
.formfield input[disabled],
.formfield textarea[disabled] {
  opacity: 0.3;
  cursor: not-allowed !important;
}
.formfield input::-moz-placeholder, .formfield textarea::-moz-placeholder {
  color: rgb(127.5, 127.5, 127.5);
}
.formfield input::placeholder,
.formfield textarea::placeholder {
  color: rgb(127.5, 127.5, 127.5);
}
.formfield input:required,
.formfield textarea:required {
  border-top-left-radius: 0;
}
.formfield input:required ~ .label.note,
.formfield textarea:required ~ .label.note {
  opacity: 1;
  transform: translateY(-100%);
}
.formfield input:not(:-moz-placeholder), .formfield textarea:not(:-moz-placeholder) {
  border-top-left-radius: 0;
}
.formfield input:not(:placeholder-shown),
.formfield textarea:not(:placeholder-shown) {
  border-top-left-radius: 0;
}
.formfield input:not(:-moz-placeholder) ~ .label.text, .formfield textarea:not(:-moz-placeholder) ~ .label.text {
  opacity: 1;
  transform: translateY(-100%);
}
.formfield input:not(:placeholder-shown) ~ .label.text,
.formfield textarea:not(:placeholder-shown) ~ .label.text {
  opacity: 1;
  transform: translateY(-100%);
}
.formfield input:not(:-moz-placeholder) ~ .label.note, .formfield textarea:not(:-moz-placeholder) ~ .label.note {
  opacity: 0;
  transform: translateY(0);
}
.formfield input:not(:placeholder-shown) ~ .label.note,
.formfield textarea:not(:placeholder-shown) ~ .label.note {
  opacity: 0;
  transform: translateY(0);
}
.formfield .preIcon {
  position: absolute;
  z-index: 10;
  display: flex;
  align-items: center;
  margin-left: 0.75em;
}
.formfield .preIcon svg {
  width: 1.4em;
  height: 1.4em;
  opacity: 0.5;
}
.formfield .preIcon + input {
  padding-left: 3em;
}
.formfield .label {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.selectfield {
  display: block;
  position: relative;
}
.selectfield select {
  position: relative;
  z-index: 1;
  width: 100%;
  border: 0.125em solid #3C3A3A;
  padding: 0.6em 0.8em 0.8em;
  border-radius: 0.5em;
  background: rgb(249.9, 249.9, 249.9);
  -webkit-appearance: none;
  -moz-appearance: none;
  transition: border-color 0.15s ease-in-out 0s;
}
.selectfield select:focus {
  outline: none;
}
.selectfield select[disabled] {
  opacity: 0.3;
  cursor: not-allowed !important;
}
.selectfield select:required {
  border-top-left-radius: 0;
}
.selectfield select:required ~ .label.note {
  opacity: 1;
  transform: translateY(-100%);
}
.selectfield:after {
  content: "";
  position: absolute;
  z-index: 2;
  right: 1em;
  top: 50%;
  width: 1.3em;
  height: 1.3em;
  pointer-events: none;
  transform: translateY(-50%);
  cursor: pointer;
  transition: all 0.15s ease-in-out 0s;
  background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 11L16 22L27 11' stroke='rgb(127.5, 127.5, 127.5)' stroke-width='3' stroke-linecap='round'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 100% 100%;
}
.selectfield .label {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

label.radiobutton {
  display: inline-flex;
  padding: 0.25em 0;
  border-radius: 0.5em;
}
label.radiobutton input[type=radio] {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-grow: 0;
  flex-shrink: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: var(--form-background);
  margin: 0;
  width: 1.2em;
  height: 1.2em;
  border: 0.125em solid #3C3A3A;
  border-radius: 50%;
}
label.radiobutton input[type=radio]:not([disabled]) {
  cursor: pointer;
}
label.radiobutton input[type=radio]::before {
  content: "";
  width: 63%;
  height: 63%;
  border-radius: 50%;
  transform: scale(0);
  box-shadow: inset 1em 1em #3C3A3A;
  background-color: CanvasText;
  transition: 120ms transform ease-in-out;
}
label.radiobutton input[type=radio]:checked::before {
  transform: scale(1);
}
label.radiobutton input[type=radio]:checked + .text {
  font-weight: 400;
}
label.radiobutton input[type=radio][disabled] {
  opacity: 0.3;
  cursor: not-allowed !important;
}
label.radiobutton input[type=radio][disabled] + .text {
  opacity: 0.4;
  cursor: not-allowed !important;
}
label.radiobutton .text {
  padding-left: 0.75em;
  cursor: pointer;
}

label.checkbox {
  display: inline-flex;
  padding: 0.25em 0;
}
label.checkbox input[type=checkbox] {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-grow: 0;
  flex-shrink: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: var(--form-background);
  margin: 0;
  width: 1.25em;
  height: 1.25em;
  border: 0.125em solid #3C3A3A;
  border-radius: 0.5em;
  transition: all 0.15s ease-in-out 0s;
}
label.checkbox input[type=checkbox]:not([disabled]) {
  cursor: pointer;
}
label.checkbox input[type=checkbox]::before {
  content: "";
  width: 100%;
  height: 100%;
  transform: scale(0);
  transition: 120ms transform ease-in-out;
  background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M27 9L14 23L7 16' stroke='%23ffffff' stroke-width='4' stroke-linecap='round'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 100% 100%;
}
label.checkbox input[type=checkbox]:checked {
  background: #00b697;
}
label.checkbox input[type=checkbox]:checked + .text {
  font-weight: 400;
}
label.checkbox input[type=checkbox]:checked::before {
  transform: scale(1);
}
label.checkbox input[type=checkbox][disabled] {
  opacity: 0.3;
  cursor: not-allowed !important;
}
label.checkbox input[type=checkbox][disabled] + .text {
  opacity: 0.4;
  cursor: not-allowed !important;
}
label.checkbox .text {
  padding-left: 0.75em;
  cursor: pointer;
}

.lightswitch {
  position: relative;
  display: inline-flex;
  align-items: center;
  cursor: pointer;
}
.lightswitch input[type=checkbox] {
  position: absolute;
  border-radius: 2em;
  width: 3.3em;
  height: 2em;
  border: 0;
  padding: 0;
  margin: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.lightswitch input[type=checkbox]:checked ~ .switch {
  background: black;
}
.lightswitch input[type=checkbox]:checked ~ .switch:before {
  left: 1.5em;
}
.lightswitch .switch {
  position: relative;
  background: #cccccc;
  border-radius: 2em;
  width: 3.3em;
  height: 2em;
  transition: all 0.15s ease-in-out 0s;
}
.lightswitch .switch:before {
  display: block;
  background: #ffffff;
  border-radius: 50%;
  width: 1.55em;
  height: 1.55em;
  position: absolute;
  top: 0.2em;
  left: 0.2em;
  transition: left 0.25s;
  content: "";
}
.lightswitch .text {
  padding-left: 0.5em;
  cursor: pointer;
}

.fileupload {
  border: 0.125em solid #3C3A3A;
  padding: 1em;
  border-radius: 0.5em;
  background: rgb(249.9, 249.9, 249.9);
}
.fileupload input {
  font-size: 0.8em;
}

:focus {
  outline: none;
}

input:not([disabled], [type=checkbox], [type=radio]):focus, input:not([disabled], [type=checkbox], [type=radio]):active,
select:not([disabled]):focus,
select:not([disabled]):active,
textarea:not([disabled]):focus,
textarea:not([disabled]):active {
  box-shadow: 0 0 0 0.1em rgba(238, 124, 20, 0.5), 0 0 1em 0.25em rgba(238, 124, 20, 0.3);
}
input:not([disabled], [type=checkbox], [type=radio]):focus ~ .label.note, input:not([disabled], [type=checkbox], [type=radio]):active ~ .label.note,
select:not([disabled]):focus ~ .label.note,
select:not([disabled]):active ~ .label.note,
textarea:not([disabled]):focus ~ .label.note,
textarea:not([disabled]):active ~ .label.note {
  z-index: 2;
  background: rgba(238, 124, 20, 0.7);
  color: #ffffff;
  box-shadow: 0 0 0.25em 0.15em rgba(238, 124, 20, 0.2);
}

.button:not(.textual):not([tabindex="-1"], [tabindex="0"]):focus-visible,
summary:not([tabindex="-1"], [tabindex="0"]):focus-visible,
[tabindex]:not(body):not([tabindex="-1"], [tabindex="0"]):focus-visible {
  transition-delay: 0s !important;
  box-shadow: 0 0 0 0.25em rgba(238, 124, 20, 0.5), 0 0 1em 0.25em rgba(238, 124, 20, 0.3);
}

.js-focus-visible .button:not(.textual).focus-visible {
  transition-delay: 0s !important;
  box-shadow: 0 0 0 0.25em rgba(238, 124, 20, 0.5), 0 0 1em 0.25em rgba(238, 124, 20, 0.3);
}

a[href]:not(.button, .megaButton):focus-visible,
.button.textual:focus-visible {
  transition-delay: 0s !important;
  box-shadow: 0 0 0 0.15em rgba(238, 124, 20, 0.5), 0 0 1em 0.25em rgba(238, 124, 20, 0.3);
  border-radius: 0.1em;
}

.js-focus-visible a[href]:not(.button, .megaButton).focus-visible,
.js-focus-visible .button.textual.focus-visible,
.js-focus-visible summary.focus-visible {
  transition-delay: 0s !important;
  box-shadow: 0 0 0 0.15em rgba(238, 124, 20, 0.5), 0 0 1em 0.25em rgba(238, 124, 20, 0.3);
  border-radius: 0.1em;
}

.skiplink a {
  position: absolute;
  z-index: 140;
  left: -100vw;
  top: 0;
  margin: 0.5em;
  transition: none;
}
.skiplink a:focus {
  left: 0 !important;
}

.container {
  position: relative;
  margin: auto;
  max-width: 80rem;
  padding-left: 4vw;
  padding-right: 4vw;
}
@media (width < 48rem) and (orientation: portrait) {
  .container {
    padding-left: 6vw;
    padding-right: 6vw;
  }
}
@media (48rem <= width <= 60rem) {
  .container {
    padding-left: 6vw;
    padding-right: 6vw;
  }
}

.cols {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  gap: 4vw;
}
.cols .gapFallback.gapFallback {
  margin-bottom: 0;
  opacity: 0;
  pointer-events: none;
  order: 999 !important;
}
@supports not (aspect-ratio: 1/1) {
  .cols {
    justify-content: space-between;
  }
  .cols .gapFallback {
    margin-bottom: 4vw;
    margin-right: "inherit";
  }
}
.cols .size-25 {
  width: calc(25% - 3vw);
}
@media (width < 48rem) and (orientation: portrait) {
  .cols .size-25 {
    width: calc(50% - 2vw);
  }
}
@media (48rem <= width <= 60rem) {
  .cols .size-25 {
    width: calc(50% - 2vw);
  }
}
.cols .size-33 {
  width: calc(33.34% - 2.68vw);
}
@media (width < 48rem) and (orientation: portrait) {
  .cols .size-33 {
    width: 100%;
  }
}
@media (48rem <= width <= 60rem) {
  .cols .size-33 {
    width: calc(50% - 2vw);
  }
}
.cols .size-50 {
  width: calc(50% - 2vw);
}
@media (width < 48rem) and (orientation: portrait) {
  .cols .size-50 {
    width: 100%;
  }
}
@media (48rem <= width <= 60rem) {
  .cols .size-50 {
    width: calc(50% - 2vw);
  }
}

[class^=icon-]:not([class^=icon--]),
[class*=" icon-"]:not([class^=icon--]) {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.7em;
  height: 1.7em;
  fill: currentColor;
}
[class^=icon-]:not([class^=icon--]) symbol,
[class*=" icon-"]:not([class^=icon--]) symbol {
  width: auto !important;
  height: auto !important;
}

.shape {
  fill: #EE7C14;
  width: 10em;
  height: auto;
}
.shape.orange {
  fill: #EE7C14;
}
.shape.orangelight {
  fill: #F59B19;
}
.shape.orangesoft {
  fill: #F2CE9D;
}
.shape.purple {
  fill: #8B0A8B;
}
.shape.purplelight {
  fill: #C584C5;
}
.shape.purplesoft {
  fill: #FCD2FC;
}
.shape.pink {
  fill: #F6307D;
}
.shape.pinklight {
  fill: #FF98E1;
}
.shape.pinksoft {
  fill: #FCD3F0;
}
.shape.green {
  fill: #2B6044;
}
.shape.greenlight {
  fill: #00B697;
}
.shape.greensoft {
  fill: #D7E8C8;
}
.shape.warmgray {
  fill: #F8F8F8;
}
.shape.darkgray {
  fill: #3C3A3A;
}

@keyframes arrowBounce {
  0% {
    transform: translateY(-25%);
  }
  50% {
    transform: translateY(25%);
  }
  100% {
    transform: translateY(-25%);
  }
}
html {
  overflow-x: hidden;
  background: #3C3A3A;
}
html body {
  position: relative;
  color: #333333;
  background: #ffffff;
  background-image: linear-gradient(#f8f8f8, rgba(248, 248, 248, 0));
  background-size: 100% 20vh;
  background-repeat: no-repeat;
}
html body *[id] {
  scroll-margin-top: 50px;
}
@media (width < 48rem) and (orientation: portrait) {
  html body {
    padding-top: 3.5em;
  }
}
@media (48rem <= width <= 60rem) {
  html body {
    padding-top: 4.5rem;
  }
}
@media (60rem <= width <= 68.75rem) {
  html body {
    padding-top: 5em;
  }
}
@media (width >= 68.75rem) {
  html body {
    padding-top: 5em;
  }
}
@media print {
  html body {
    padding: 0 !important;
    background-image: none;
  }
}

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

strong, b {
  font-weight: 700;
}

a, button {
  display: inline-block;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  text-underline-offset: 0.2em;
  color: inherit;
  text-decoration: none;
  outline: none;
}

img,
video {
  display: block;
  width: 100%;
  height: auto;
}

iframe {
  border: none;
}

hr {
  border: none;
  border-top: 0.1em solid rgb(237.15, 237.15, 237.15);
  margin: 2.25em 0;
}

p {
  margin: 0 0 1.5em 0;
  text-wrap: pretty;
}

table {
  width: 100%;
  margin: 0;
  margin-bottom: 1.5em;
  vertical-align: top;
  text-align: left;
  border-color: rgb(229.5, 229.5, 229.5);
}
table > * > * > * {
  padding: 0.5em 1em;
  border-bottom: 0.1em solid rgb(242.25, 242.25, 242.25);
}
table > tbody {
  vertical-align: inherit;
}
table > tbody tr:nth-of-type(even) > * {
  background: rgb(249.9, 249.9, 249.9);
}
table > thead {
  vertical-align: bottom;
  white-space: nowrap;
  background: rgb(249.9, 249.9, 249.9);
}
table > :not(:first-child) {
  border-top: 0.1em solid #000000;
}

@font-face {
  font-family: "Britti-Sans";
  src: url("/fonts/Britti-Sans/britti-sans-light.woff2") format("woff2");
  font-style: normal;
  font-weight: 300;
}
@font-face {
  font-family: "Britti-Sans";
  src: url("/fonts/Britti-Sans/britti-sans-regular.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: "Britti-Sans";
  src: url("/fonts/Britti-Sans/britti-sans-semibold.woff2") format("woff2");
  font-style: normal;
  font-weight: 600;
}
@font-face {
  font-family: "Britti-Sans";
  src: url("/fonts/britti-sans/britti-sans-bold.woff2") format("woff2");
  font-style: normal;
  font-weight: 700;
}
@font-face {
  font-family: "Poppins";
  src: url("/fonts/Poppins/Poppins-Light.woff2") format("woff2");
  font-style: normal;
  font-weight: 300;
}
@font-face {
  font-family: "Poppins";
  src: url("/fonts/Poppins/Poppins-Regular.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: "Poppins";
  src: url("/fonts/Poppins/Poppins-Semibold.woff2") format("woff2");
  font-style: normal;
  font-weight: 600;
}
@font-face {
  font-family: "Poppins";
  src: url("/fonts/Poppins/Poppins-Bold.woff2") format("woff2");
  font-style: normal;
  font-weight: 700;
}
:root {
  font-family: "Poppins", sans-serif;
  font-optical-sizing: auto;
  line-height: 1.6;
  letter-spacing: -0.01em;
  hanging-punctuation: first allow-end last;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (width < 48rem) and (orientation: portrait) {
  :root {
    font-size: clamp(1rem, 4.5vw, 1.5rem);
  }
  @supports not (font-size: clamp(1rem, 4.5vw, 1.5rem)) {
    :root {
      font-size: min(max(1rem, 4.5vw), 1.5rem);
    }
  }
}
@media (48rem <= width <= 60rem) {
  :root {
    font-size: calc(0.9rem + 0.25vw);
  }
}
@media (width >= 60rem) {
  :root {
    font-size: calc(0.95rem + 0.25vw);
  }
}
@media print {
  :root {
    font-size: 18px;
  }
}

h1, .h1 {
  font-family: "Britti-Sans", sans-serif;
  margin: 0;
  margin-left: -0.05em;
  line-height: 1;
  text-wrap: balance;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (width < 48rem) and (orientation: portrait) {
  h1, .h1 {
    font-size: 1.9em;
  }
}
@media (48rem <= width <= 60rem) {
  h1, .h1 {
    font-size: 2em;
  }
}
@media (width >= 60rem) {
  h1, .h1 {
    font-size: 3.5em;
  }
}
@media (width < 48rem) and (orientation: portrait) {
  h1.small, .h1.small {
    font-size: 1.6em;
  }
}
@media (width >= 60rem) {
  h1.small, .h1.small {
    font-size: 1.8em;
  }
}
@media (width < 48rem) and (orientation: portrait) {
  h1.large, .h1.large {
    font-size: 2.5em;
  }
}
@media (48rem <= width <= 60rem) {
  h1.large, .h1.large {
    font-size: 4.5em;
  }
}
@media (width >= 60rem) {
  h1.large, .h1.large {
    font-size: 5.5em;
  }
}

h2, .h2 {
  font-family: "Britti-Sans", sans-serif;
  margin: 0;
  margin-bottom: 0.25em;
  line-height: 1.1;
  color: #3C3A3A;
  text-wrap: balance;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (width < 48rem) and (orientation: portrait) {
  h2, .h2 {
    font-size: 1.5em;
  }
}
@media (48rem <= width <= 60rem) {
  h2, .h2 {
    font-size: 1.7em;
  }
}
@media (width >= 60rem) {
  h2, .h2 {
    font-size: 2em;
  }
}
@media (width < 48rem) and (orientation: portrait) {
  h2.large, .h2.large {
    font-size: 2em;
  }
}
@media (48rem <= width <= 60rem) {
  h2.large, .h2.large {
    font-size: 2.25em;
  }
}
@media (60rem <= width <= 68.75rem) {
  h2.large, .h2.large {
    font-size: 2.5em;
  }
}
@media (width >= 68.75rem) {
  h2.large, .h2.large {
    font-size: 3em;
  }
}

h3, .h3 {
  font-family: "Britti-Sans", sans-serif;
  margin: 0;
  margin-bottom: 0.5em;
  line-height: 1.3;
  font-size: 1.4em;
  color: #3C3A3A;
  text-wrap: balance;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h4, .h4, h5, .h5, h6, .h6 {
  font-family: "Britti-Sans", sans-serif;
  margin: 0;
  margin-bottom: 0.7em;
  line-height: 1.3;
  font-size: 1.15em;
  color: #3C3A3A;
  text-wrap: balance;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h2 .link, .h2 .link, h4 .link, .h4 .link, h5 .link, .h5 .link, h6 .link, .h6 .link {
  font-size: 0.6em;
  color: #EE7C14;
  text-decoration: underline;
  white-space: nowrap;
  font-weight: 300;
}

.is-large .textFormatting p, .is-large .textFormatting ol:not(.breadcrumb), .is-large .textFormatting ul, .is-large .textFormatting table {
  color: #333333;
  font-size: 1.25em;
  line-height: 1.4;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.textFormatting p.is-large {
  font-family: "Britti-Sans", sans-serif;
  color: #333333;
  font-size: 1.25em;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.is-centered .textFormatting {
  text-align: center;
}
.is-centered .textFormatting ol:not(.breadcrumb) {
  margin-left: auto;
  margin-right: auto;
  list-style-position: inside;
}
.is-centered .textFormatting ul {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.is-centered .textFormatting table {
  width: auto;
  margin-left: auto;
  margin-right: auto;
}
.textFormatting ul:not([class]) {
  margin: 0;
  -webkit-padding-start: 1em;
          padding-inline-start: 1em;
}
.textFormatting ul:not([class])::marker {
  color: #EE7C14;
}
.textFormatting ul:not([class]) li {
  position: relative;
  margin: 0;
}
@media (width < 48rem) and (orientation: portrait) {
  .textFormatting ul:not([class]) li {
    padding: 0 0 0.3em 1.2em;
  }
}
@media (width >= 48rem) {
  .textFormatting ul:not([class]) li {
    padding: 0 0 0.25em 0.25em;
  }
}
.textFormatting ul:not([class]) li::marker {
  color: #EE7C14;
}
.textFormatting ol:not([class]) {
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: li;
}
.textFormatting ol:not([class]) li {
  position: relative;
  line-height: 1.6;
  counter-increment: li;
}
@media (width < 48rem) and (orientation: portrait) {
  .textFormatting ol:not([class]) li {
    padding: 0 0 0.3em 1.2em;
  }
}
@media (width >= 48rem) {
  .textFormatting ol:not([class]) li {
    padding: 0 0 0.3em 1.5em;
  }
}
.textFormatting ol:not([class]) li:before {
  position: absolute;
  left: 0;
  color: #EE7C14;
  display: block;
  content: counter(li) ".";
}
.textFormatting .location {
  font-size: 1.1em;
  margin-bottom: 0.2em;
  font-weight: 300;
}
.textFormatting .location span {
  color: rgba(60, 58, 58, 0.85);
}
.textFormatting .location svg {
  color: #EE7C14;
}
.textFormatting .metadata {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0.7em;
  font-weight: 300;
}
.textFormatting .metadata li {
  display: inline-block;
  color: rgba(60, 58, 58, 0.5);
}
.textFormatting .metadata li:not(:last-child):after {
  content: ", ";
}
.textFormatting ul.noBullets, .textFormatting ol.noBullets {
  margin: 0;
  padding: 0;
  list-style: none;
}
.textFormatting ul li, .textFormatting ol li {
  margin-bottom: 0.2em;
}
.textFormatting p, .textFormatting ol, .textFormatting ul, .textFormatting table {
  margin: 0;
}
.textFormatting p:not(:last-child), .textFormatting ol:not(:last-child), .textFormatting ul:not(:last-child), .textFormatting table:not(:last-child) {
  margin-bottom: 1.5em;
}
.textFormatting p a:not(.button.solid, .button.pill, .button.round, a[href^="tel:"]), .textFormatting span a:not(.button.solid, .button.pill, .button.round, a[href^="tel:"]), .textFormatting ol a:not(.button.solid, .button.pill, .button.round, a[href^="tel:"]), .textFormatting ul a:not(.button.solid, .button.pill, .button.round, a[href^="tel:"]), .textFormatting table a:not(.button.solid, .button.pill, .button.round, a[href^="tel:"]) {
  text-decoration: underline;
  color: #EE7C14;
  transition: all 0.15s ease-in-out 0s;
}
.textFormatting p a[href^="tel:"], .textFormatting span a[href^="tel:"], .textFormatting ol a[href^="tel:"], .textFormatting ul a[href^="tel:"], .textFormatting table a[href^="tel:"] {
  color: #EE7C14;
  text-decoration: none !important;
  white-space: nowrap;
  font-weight: 600;
}
.textFormatting p a[href^="mailto:"]:not(.button), .textFormatting span a[href^="mailto:"]:not(.button), .textFormatting ol a[href^="mailto:"]:not(.button), .textFormatting ul a[href^="mailto:"]:not(.button), .textFormatting table a[href^="mailto:"]:not(.button) {
  display: inline-block;
  vertical-align: bottom;
  max-width: 97%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.textFormatting small {
  opacity: 0.7;
  line-height: 1.5;
}
.textFormatting h2 a, .textFormatting h3 a, .textFormatting h4 a {
  text-decoration: underline;
}
.textFormatting h2 svg, .textFormatting h3 svg, .textFormatting h4 svg {
  vertical-align: middle;
  margin-top: -0.2em;
  margin-right: 0.25em;
  opacity: 0.7;
  width: 1em !important;
  height: 1em !important;
}
@media (width < 48rem) and (orientation: portrait) {
  .textFormatting table {
    display: block;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    min-width: 100%;
    margin: 0 auto;
    overflow-x: auto;
  }
}

.has-noMargin {
  margin-bottom: 0;
}

@media (width < 48rem) and (orientation: portrait) {
  .has-noMarginOnMobile {
    margin-bottom: 0 !important;
  }
}

.has-miniMargin:not(:last-child) {
  margin-bottom: 1em;
}

.has-lessMargin:not(:last-child) {
  margin-bottom: 2em;
}

@media (width < 48rem) and (orientation: portrait) {
  .has-margin:not(:last-child) {
    margin-bottom: 2em;
  }
}
@media (width >= 48rem) {
  .has-margin:not(:last-child) {
    margin-bottom: 4em;
  }
}

@media (width < 48rem) and (orientation: portrait) {
  .has-moreMargin:not(:last-child) {
    margin-bottom: 4em;
  }
}
@media (width >= 48rem) {
  .has-moreMargin:not(:last-child) {
    margin-bottom: 6em;
  }
}

.textLeft {
  text-align: left;
}

.textRight {
  text-align: right;
}

.textCenter {
  text-align: center;
}

.noWrap {
  white-space: nowrap;
}

.flowInline {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  gap: 0.5em;
}
.flowInline .button.textual {
  margin-right: 1em;
  margin-bottom: 0.2em;
}
.flowInline .button.rectangular + .button.textual {
  margin-left: 1em;
}

.spacerTiny {
  width: 100%;
  height: 0.4em;
}

.spacerMini {
  width: 100%;
  height: 0.8em;
}

.spacerSmall {
  width: 100%;
  height: 1em;
}

.spacerMedium {
  width: 100%;
  height: 2em;
}

.spacerLarge {
  width: 100%;
  height: 3em;
}

.spacerXlarge {
  width: 100%;
  height: 4em;
}

.boilerplate [class^=spacer] {
  position: relative;
}
.boilerplate [class^=spacer]:after {
  position: absolute;
  left: 2rem;
  top: 50%;
  display: none;
  color: #ffffff;
  line-height: 1;
  transform: translateY(-50%);
  content: "spacer";
}
.boilerplate .spacerTiny:after {
  font-size: 0.9rem;
  content: "spacerTiny";
}
.boilerplate .spacerMini:after {
  font-size: 1.1rem;
  content: "spacerMini";
}
.boilerplate .spacerSmall:after {
  font-size: 1.3rem;
  content: "spacerSmall";
}
.boilerplate .spacerMedium:after {
  font-size: 1.5rem;
  content: "spacerMedium";
}
.boilerplate .spacerLarge:after {
  font-size: 2rem;
  content: "spacerLarge";
}
.boilerplate .spacerXlarge:after {
  font-size: 2.4rem;
  content: "spacerXlarge";
}

header.header {
  display: block;
  position: fixed;
  width: 100%;
  z-index: 80;
  top: 0;
  left: 0;
  background: #ffffff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.5rem 0.5rem rgba(0, 0, 0, 0.025);
  transition: transform 0.25s ease-in-out;
}
@media (width < 48rem) and (orientation: portrait) {
  header.header {
    height: 3.5em;
  }
}
@media (48rem <= width <= 60rem) {
  header.header {
    height: 4.5rem;
  }
}
@media (60rem <= width <= 68.75rem) {
  header.header {
    height: 5em;
  }
}
@media (width >= 68.75rem) {
  header.header {
    height: 5em;
  }
}
@media print {
  header.header {
    position: static;
    border-bottom: 0;
    box-shadow: none;
  }
}
header.header .container {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
}
@media (width < 48rem) and (orientation: portrait) {
  header.header .container {
    padding-inline: 4vw;
  }
}
@media (48rem <= width <= 60rem) {
  header.header .container {
    padding-inline: 2vw;
  }
}
header.header .container .brand {
  display: flex;
  align-items: center;
  margin-right: auto;
  margin-top: -0.25em;
}
@media (width < 48rem) and (orientation: portrait) {
  header.header .container .brand {
    width: 7em;
  }
}
@media (48rem <= width <= 60rem) {
  header.header .container .brand {
    width: 10em;
  }
}
@media (60rem <= width <= 68.75rem) {
  header.header .container .brand {
    width: 10em;
  }
}
@media (width >= 68.75rem) {
  header.header .container .brand {
    width: 11.5em;
  }
}
header.header .container .brand .logo {
  display: block;
}
header.header .container .brand .logo img {
  display: block;
  width: 100%;
}
header.header .container .navigationLarge {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  margin-left: 1em;
}
@media (width < 48rem) and (orientation: portrait) {
  header.header .container .navigationLarge {
    display: none;
  }
}
@media print {
  header.header .container .navigationLarge {
    display: none;
  }
}
header.header .container .navigationLarge .secondaryNav {
  margin-bottom: 0.4em;
}
header.header .container .navigationLarge .secondaryNav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  line-height: 1;
}
header.header .container .navigationLarge .secondaryNav ul li a:not(.button) {
  display: block;
  position: relative;
  color: rgba(0, 0, 0, 0.75);
  white-space: nowrap;
  text-decoration: none;
  padding: 0.2em 0.5em;
  font-size: 0.75em;
  transition: color 0.15s ease-in-out 0s;
}
@media (48rem <= width <= 60rem) {
  header.header .container .navigationLarge .secondaryNav ul li a:not(.button) {
    font-size: 0.75em;
  }
}
@media (hover: hover) and (pointer: fine) {
  header.header .container .navigationLarge .secondaryNav ul li a:not(.button):hover {
    text-decoration: underline;
    color: #000000;
  }
}
header.header .container .navigationLarge .secondaryNav ul li a:not(.button).is-active {
  color: #EE7C14;
  text-decoration: none;
  font-weight: 400;
}
header.header .container .navigationLarge .secondaryNav ul li .button {
  white-space: nowrap;
  vertical-align: bottom;
}
@media (48rem <= width <= 60rem) {
  header.header .container .navigationLarge .secondaryNav ul li .button {
    display: none;
  }
}
header.header .container .navigationLarge .secondaryNav ul li.divider {
  margin: 0 0.4em 0 0.2em;
  opacity: 0.1;
}
@media (48rem <= width <= 60rem) {
  header.header .container .navigationLarge .secondaryNav ul li.divider {
    display: none;
  }
}
@media (width >= 60rem) {
  header.header .container .navigationLarge .mainNav {
    margin-right: -0.4em;
  }
}
header.header .container .navigationLarge .mainNav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  line-height: 1;
}
header.header .container .navigationLarge .mainNav ul li a {
  font-family: "Britti-Sans", sans-serif;
  display: block;
  position: relative;
  color: rgba(0, 0, 0, 0.7);
  white-space: nowrap;
  text-decoration: none;
  padding: 0.3em 0.7em;
  text-underline-offset: 0.15em;
  font-weight: 400;
  transition: color 0.15s ease-in-out 0s;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (48rem <= width <= 60rem) {
  header.header .container .navigationLarge .mainNav ul li a {
    font-size: 1em;
  }
}
@media (60rem <= width <= 68.75rem) {
  header.header .container .navigationLarge .mainNav ul li a {
    font-size: 1.1em;
  }
}
@media (width >= 68.75rem) {
  header.header .container .navigationLarge .mainNav ul li a {
    font-size: 1.1em;
  }
}
header.header .container .navigationLarge .mainNav ul li a.searchButton {
  padding: 0 0.3em;
}
@media (hover: hover) and (pointer: fine) {
  header.header .container .navigationLarge .mainNav ul li a.searchButton:hover {
    color: #EE7C14;
  }
}
header.header .container .navigationLarge .mainNav ul li a.searchButton svg {
  width: 1.3em;
  height: 1.3em;
  stroke-width: 2.5 !important;
}
@media (hover: hover) and (pointer: fine) {
  header.header .container .navigationLarge .mainNav ul li a:hover {
    color: #000000;
    text-decoration: underline;
  }
}
header.header .container .navigationLarge .mainNav ul li a.is-active {
  color: #EE7C14;
  text-decoration: none;
  font-weight: 400;
}
header.header .container .navigationLarge .mainNav ul li.divider {
  margin: 0 0.2em 0 0;
  opacity: 0.1;
}
header.header .container .navigationMini {
  display: flex;
  font-size: 1.2em;
}
@media (width >= 48rem) {
  header.header .container .navigationMini {
    display: none;
  }
}
header.header .container .navigationMini .button {
  padding: 1em 0;
  margin-left: 1.25em;
}
@media (width < 48rem) and (orientation: portrait) {
  body[data-navigation] {
    overflow-y: hidden !important;
  }
  body[data-navigation] .navigationBlock {
    pointer-events: auto !important;
    opacity: 1;
  }
  body[data-navigation] main {
    opacity: 0;
  }
}

@media (width >= 48rem) {
  .navigationBlock {
    display: none;
  }
}
@media (width < 48rem) and (orientation: portrait) {
  .navigationBlock {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 90;
    display: flex;
    flex-direction: column;
    width: 100vw;
    height: 100vh;
    background: #ffffff;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.5s linear 0.15s ease-in-out 0s;
  }
  .navigationBlock .gradientColorBar {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 0.2em;
  }
  .navigationBlock .navigationHeader {
    height: 3.5em;
    max-height: 80px;
    width: 100%;
    padding-top: 0.1em;
  }
  .navigationBlock .navigationHeader .container {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    padding-left: 4vw;
    font-size: 1.2em;
  }
  .navigationBlock nav.mainNav {
    border-bottom: 2px solid rgb(229.5, 229.5, 229.5);
    padding-bottom: 0.75em;
  }
  .navigationBlock nav.mainNav ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .navigationBlock nav.mainNav ul li {
    display: block;
  }
  .navigationBlock nav.mainNav ul li a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 0.4rem 6vw;
    position: relative;
    color: #000000;
    font-size: 1.25em;
    font-weight: 400;
  }
  .navigationBlock nav.mainNav ul li a:active {
    color: #EE7C14;
  }
  .navigationBlock nav.secondaryNav {
    background: #F8F8F8;
    padding-top: 0.75em;
    padding-bottom: 0.75em;
    flex: 1;
  }
  .navigationBlock nav.secondaryNav ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .navigationBlock nav.secondaryNav ul li {
    display: block;
  }
  .navigationBlock nav.secondaryNav ul li a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 0.3rem 6vw;
    position: relative;
    color: #000000;
    font-size: 1em;
  }
  .navigationBlock nav.secondaryNav ul li a:active {
    color: #EE7C14;
  }
  .navigationBlock .footer {
    position: fixed;
    bottom: 0;
    background: #ffffff;
    padding: 6vw 6vw;
    text-align: center;
    border-top: 2px solid rgb(229.5, 229.5, 229.5);
    transition: all 0.15s ease-in-out 0s;
  }
  .navigationBlock .footer .button {
    width: 100%;
    justify-content: center;
    margin-bottom: 0.6em;
  }
  .navigationBlock .footer small {
    font-size: 0.7em;
    line-height: 1.3;
    color: rgba(0, 0, 0, 0.6);
  }
  .navigationBlock .footer small strong {
    color: #000000;
    white-space: nowrap;
  }
}

footer.footer {
  position: relative;
}
@media print {
  footer.footer {
    display: none;
  }
}
footer.footer .toTopBar {
  position: absolute;
  left: 50%;
  display: flex;
  width: 100%;
  margin-bottom: 2em;
  transform: translate(-50%, -50%);
}
footer.footer .toTopBar .button {
  margin-left: auto;
}
@media (width < 48rem) and (orientation: portrait) {
  footer.footer .toTopBar .button {
    font-size: 0.88em;
  }
}
footer.footer .footerTop {
  border-top: 1px solid rgb(229.5, 229.5, 229.5);
  padding: 4em 0;
}
@media (width <= 60rem) and (orientation: portrait) {
  footer.footer .footerTop {
    padding: 2em 0;
  }
}
@media (width >= 60rem) {
  footer.footer .footerTop {
    padding: 3em 0;
  }
}
footer.footer .footerTop .h3 {
  margin: 0 1.5em;
}
footer.footer .footerTop .socialMedia {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (width >= 60rem) {
  footer.footer .footerTop .socialMedia {
    justify-content: center;
  }
}
footer.footer .footerMid {
  background: #F8F8F8;
}
@media (width < 48rem) and (orientation: portrait) {
  footer.footer .footerMid {
    padding: 2em 0;
    font-size: 0.8em;
  }
}
@media (48rem <= width <= 60rem) {
  footer.footer .footerMid {
    padding: 4em 0 0;
    font-size: 0.8em;
  }
}
@media (width >= 60rem) {
  footer.footer .footerMid {
    padding: 4em 0 2em;
    font-size: 0.85em;
  }
}
footer.footer .footerMid .container.cols:not(:last-child) {
  padding-bottom: 3vw;
  margin-bottom: 3vw;
  border-bottom: 2px solid rgba(0, 0, 0, 0.05);
}
@media (width <= 60rem) and (orientation: portrait) {
  footer.footer .footerMid .container.cols {
    display: block;
  }
  footer.footer .footerMid .container.cols:last-child {
    padding-top: 2em;
  }
}
@media (width <= 60rem) and (orientation: portrait) {
  footer.footer .footerMid .container.cols .col {
    width: 100% !important;
    margin-bottom: 2em;
  }
}
footer.footer .footerMid .container nav {
  line-height: 1.5;
}
footer.footer .footerMid .container nav + .h3 {
  margin-top: 2em;
}
footer.footer .footerMid .container nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (width <= 60rem) and (orientation: portrait) {
  footer.footer .footerMid .container nav ul {
    display: flex;
    flex-wrap: wrap;
  }
}
footer.footer .footerMid .container nav ul li {
  margin-right: 0.3em;
  margin-bottom: 0.3em;
}
@media (width <= 60rem) and (orientation: portrait) {
  footer.footer .footerMid .container nav ul li:not(:last-child) {
    margin-right: 1.25em;
  }
}
footer.footer .footerMid .container nav ul li a {
  display: inline-block;
}
@media (width <= 60rem) and (orientation: portrait) {
  footer.footer .footerMid .container nav ul li a {
    text-decoration: underline;
  }
}
footer.footer .footerMid .container nav ul li a:focus {
  opacity: 1;
  color: #EE7C14;
  text-decoration: underline;
}
@media (hover: hover) and (pointer: fine) {
  footer.footer .footerMid .container nav ul li a:hover {
    opacity: 1;
    color: #EE7C14;
    text-decoration: underline;
  }
}
footer.footer .footerMid .container p {
  color: rgba(0, 0, 0, 0.6);
}
footer.footer .footerMid .container .button {
  color: rgba(0, 0, 0, 0.6);
  font-weight: 400;
}
footer.footer .footerBottom {
  background: #F8F8F8;
}
footer.footer .footerBottom .container {
  display: flex;
  flex-wrap: wrap;
  padding-top: 2em;
  padding-bottom: 2em;
  font-size: 0.8em;
  font-weight: 400;
}
footer.footer .footerBottom .container .brand {
  margin-right: 1em;
}
footer.footer .footerBottom .container .legal {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}
footer.footer .footerBottom .container .legal ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
footer.footer .footerBottom .container .legal ul li {
  margin-right: 1.5em;
}
footer.footer .footerBottom .container .legal ul li a {
  text-decoration: underline;
  opacity: 0.5;
  font-weight: 300;
}
footer.footer .footerBottom .container .legal ul li a:hover {
  opacity: 1;
}
footer.footer .footerBottom .gradientColorBar {
  width: 100%;
  height: 0.2em;
}

.topMargin {
  height: 1.5em;
}

.hero {
  position: relative;
  width: 100%;
}
.hero + .topMargin {
  height: 1.5em !important;
}
.hero.is-video {
  background: transparent;
}
@media (width >= 68.75rem) {
  .hero.is-video {
    padding-top: 2em;
  }
}
.hero.is-video .gradientColorBar {
  display: none;
}
.hero.is-sizeOnMedia .visual .singleImage,
.hero.is-sizeOnMedia .visual .splide__carousel,
.hero.is-sizeOnMedia .visual .splide__slideshow {
  aspect-ratio: auto !important;
}
.hero .visual {
  position: relative;
  width: 100%;
}
@media (width < 48rem) and (orientation: portrait) {
  .hero .visual .singleImage,
  .hero .visual .splide__carousel,
  .hero .visual .splide__slideshow {
    aspect-ratio: 1600/1000;
  }
}
@media (width >= 48rem) {
  .hero .visual .singleImage,
  .hero .visual .splide__carousel,
  .hero .visual .splide__slideshow {
    aspect-ratio: 2400/1000;
  }
}
.hero .visual .singleImage figure,
.hero .visual .splide__carousel figure,
.hero .visual .splide__slideshow figure {
  height: 100%;
}
.hero .visual .singleImage figure .media,
.hero .visual .splide__carousel figure .media,
.hero .visual .splide__slideshow figure .media {
  height: 100%;
}
.hero .visual .singleImage figure .media img,
.hero .visual .splide__carousel figure .media img,
.hero .visual .splide__slideshow figure .media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (width < 48rem) and (orientation: portrait) {
  .hero .visual video,
  .hero .visual .autoplayVideo {
    height: 75vw;
  }
  .hero .visual video iframe,
  .hero .visual .autoplayVideo iframe {
    min-height: 75vw;
    min-width: calc(var(--videoWidth) / var(--videoHeight) * 75vw);
  }
}
@media (48rem <= width <= 60rem) {
  .hero .visual video,
  .hero .visual .autoplayVideo {
    height: 65vw;
  }
  .hero .visual video iframe,
  .hero .visual .autoplayVideo iframe {
    min-height: 65vw;
    min-width: calc(var(--videoWidth) / var(--videoHeight) * 65vw);
  }
}
@media (width >= 60rem) {
  .hero .visual video,
  .hero .visual .autoplayVideo {
    height: 65vh;
    min-height: 25em;
    max-height: 32em;
  }
  .hero .visual video iframe,
  .hero .visual .autoplayVideo iframe {
    min-height: 65vh;
    min-width: calc(var(--videoWidth) / var(--videoHeight) * 65vh);
  }
}
.hero .visual .plyr {
  margin: -0.2em auto 0;
}
@media (width < 48rem) and (orientation: portrait) {
  .hero .visual .plyr {
    height: 56.25vw;
  }
}
@media (48rem <= width <= 60rem) {
  .hero .visual .plyr {
    height: 56.25vw;
  }
}
@media (width >= 60rem) {
  .hero .visual .plyr {
    aspect-ratio: 16/9;
    max-height: 32em;
  }
}
.hero .visual video {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.hero .visual .autoplayVideo {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
  padding: 0;
}
.hero .visual .autoplayVideo iframe {
  width: 100vw;
  height: calc(var(--videoHeight) / var(--videoWidth) * 100vw);
  position: absolute;
  z-index: 100;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.hero.default .textarea {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 2;
}
.hero.default .textarea:before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  height: 100%;
  width: 100%;
  z-index: 3;
  opacity: 0.5;
  content: "";
  background-image: linear-gradient(to top, hsl(0, 0%, 0%) 0%, hsla(0, 0%, 0%, 0.738) 19%, hsla(0, 0%, 0%, 0.541) 34%, hsla(0, 0%, 0%, 0.382) 47%, hsla(0, 0%, 0%, 0.278) 56.5%, hsla(0, 0%, 0%, 0.194) 65%, hsla(0, 0%, 0%, 0.126) 73%, hsla(0, 0%, 0%, 0.075) 80.2%, hsla(0, 0%, 0%, 0.042) 86.1%, hsla(0, 0%, 0%, 0.021) 91%, hsla(0, 0%, 0%, 0.008) 95.2%, hsla(0, 0%, 0%, 0.002) 98.2%, hsla(0, 0%, 0%, 0) 100%);
}
.hero.default .textarea .container {
  position: relative;
  z-index: 4;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  flex-direction: column;
  height: 100%;
}
@media (width < 48rem) and (orientation: portrait) {
  .hero.default .textarea .container {
    padding-bottom: 1em;
  }
}
@media (48rem <= width <= 60rem) {
  .hero.default .textarea .container {
    padding-bottom: 1em;
  }
}
@media (60rem <= width <= 68.75rem) {
  .hero.default .textarea .container {
    padding-bottom: 2em;
  }
}
@media (width >= 68.75rem) {
  .hero.default .textarea .container {
    padding-bottom: 2em;
  }
}
.hero.default .textarea .container .block {
  position: relative;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 60ch;
}
.hero.default .textarea .container .block .heading h1 {
  color: #ffffff;
  text-shadow: 0 0.1em 0.3em rgba(0, 0, 0, 0.15);
}
@media (width < 48rem) and (orientation: portrait) {
  .hero.default .textarea .container .block .heading h1 {
    margin-bottom: 0.5em;
  }
}
@media (width >= 48rem) {
  .hero.default .textarea .container .block .heading h1 {
    margin-bottom: 0.25em;
  }
}
@media (width < 48rem) and (orientation: portrait) {
  .hero.home {
    --negativeMargin: 2.5em;
  }
}
@media (48rem <= width <= 60rem) {
  .hero.home {
    --negativeMargin: 2.5em;
  }
}
@media (60rem <= width <= 68.75rem) {
  .hero.home {
    --negativeMargin: 2.5em;
  }
}
@media (width >= 68.75rem) {
  .hero.home {
    --negativeMargin: 2.5em;
  }
}
.hero.home + .topMargin {
  display: none;
}
.hero.home .visualBlock {
  position: relative;
}
.hero.home .visualBlock .visual:before {
  position: absolute;
  bottom: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 75%;
  content: "";
  background-image: linear-gradient(to top, hsl(0, 0%, 0%) 0%, hsla(0, 0%, 0%, 0.738) 19%, hsla(0, 0%, 0%, 0.541) 34%, hsla(0, 0%, 0%, 0.382) 47%, hsla(0, 0%, 0%, 0.278) 56.5%, hsla(0, 0%, 0%, 0.194) 65%, hsla(0, 0%, 0%, 0.126) 73%, hsla(0, 0%, 0%, 0.075) 80.2%, hsla(0, 0%, 0%, 0.042) 86.1%, hsla(0, 0%, 0%, 0.021) 91%, hsla(0, 0%, 0%, 0.008) 95.2%, hsla(0, 0%, 0%, 0.002) 98.2%, hsla(0, 0%, 0%, 0) 100%);
}
@media (width < 48rem) and (orientation: portrait) {
  .hero.home .visualBlock .visual:before {
    opacity: 0.6;
  }
}
@media (width >= 48rem) {
  .hero.home .visualBlock .visual:before {
    opacity: 0.8;
  }
}
.hero.home .visualBlock .textarea {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 2;
}
.hero.home .visualBlock .textarea .container {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  flex-direction: column;
  height: 100%;
}
@media (width < 48rem) and (orientation: portrait) {
  .hero.home .visualBlock .textarea .container {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 1em;
  }
}
@media (48rem <= width <= 60rem) {
  .hero.home .visualBlock .textarea .container {
    padding-left: 2vw;
    padding-right: 2vw;
    padding-bottom: calc(var(--negativeMargin) + 1em);
  }
}
@media (60rem <= width <= 68.75rem) {
  .hero.home .visualBlock .textarea .container {
    padding-bottom: calc(var(--negativeMargin) + 2em);
  }
}
@media (width >= 68.75rem) {
  .hero.home .visualBlock .textarea .container {
    padding-bottom: calc(var(--negativeMargin) + 2em);
  }
}
.hero.home .visualBlock .textarea .container .block {
  position: relative;
  width: 100%;
}
@media (width < 48rem) and (orientation: portrait) {
  .hero.home .visualBlock .textarea .container .block .heading {
    padding-left: 6vw;
    padding-right: 6vw;
  }
}
@media (48rem <= width <= 60rem) {
  .hero.home .visualBlock .textarea .container .block .heading {
    padding-left: 4vw;
    padding-right: 4vw;
  }
}
@media (60rem <= width <= 68.75rem) {
  .hero.home .visualBlock .textarea .container .block .heading {
    padding-left: 4vw;
    padding-right: 4vw;
  }
}
@media (width >= 68.75rem) {
  .hero.home .visualBlock .textarea .container .block .heading {
    padding-left: 3em;
    padding-right: 3em;
  }
}
.hero.home .visualBlock .textarea .container .block .heading h1 {
  color: #ffffff;
  text-shadow: 0 0.1em 0.3em rgba(0, 0, 0, 0.15);
  max-width: 15ch;
}
@media (width < 48rem) and (orientation: portrait) {
  .hero.home .visualBlock .textarea .container .block .heading h1 {
    margin-bottom: 0.5em;
  }
}
@media (width >= 48rem) {
  .hero.home .visualBlock .textarea .container .block .heading h1 {
    margin-bottom: 0.25em;
  }
}
.hero.home .visualBlock .textarea .container .block .heading h2 {
  font-size: 1.5em;
  line-height: 1.2;
  color: #ffffff;
  text-shadow: 0 0.1em 0.3em rgba(0, 0, 0, 0.15);
  max-width: 60ch;
}
@media (width < 48rem) and (orientation: portrait) {
  .hero.home .visualBlock .textarea .container .block .heading h2 {
    font-size: 1em;
  }
}
.hero.home .highlightsBlock {
  position: relative;
  z-index: 10;
  display: flex;
}
@media (width < 48rem) and (orientation: portrait) {
  .hero.home .highlightsBlock {
    flex-direction: column;
    gap: 2vw;
    padding-left: 2vw;
    padding-right: 2vw;
  }
}
@media (48rem <= width <= 60rem) {
  .hero.home .highlightsBlock {
    gap: 0.5em;
    padding-left: 2vw;
    padding-right: 2vw;
    margin-top: calc(var(--negativeMargin) * -1);
  }
}
@media (width >= 60rem) {
  .hero.home .highlightsBlock {
    gap: 0.5em;
    margin-top: calc(var(--negativeMargin) * -1);
  }
}
@media (60rem <= width <= 68.75rem) {
  .hero.home .highlightsBlock + .textBlock .block {
    margin-left: 4vw;
  }
}
@media (width >= 68.75rem) {
  .hero.home .highlightsBlock + .textBlock .block {
    margin-left: 3em;
  }
}
.hero.home .highlightsBlock .megaButtons {
  display: flex;
  flex-direction: column;
}
@media (width < 48rem) and (orientation: portrait) {
  .hero.home .highlightsBlock .megaButtons {
    margin-top: 0.5em;
    gap: 2vw;
    width: 100%;
  }
}
@media (width >= 48rem) {
  .hero.home .highlightsBlock .megaButtons {
    gap: 0.5em;
    width: 50%;
  }
}
.hero.home .highlightsBlock .megaButtons .megaButton {
  position: relative;
  display: flex;
  align-items: flex-start;
  width: 100%;
  border-radius: 1em;
  overflow: hidden;
  transition: all 0.15s ease-in-out 0s;
}
@media (width < 48rem) and (orientation: portrait) {
  .hero.home .highlightsBlock .megaButtons .megaButton {
    padding: 4vw 0.5em 6vw 5vw;
  }
}
@media (48rem <= width <= 60rem) {
  .hero.home .highlightsBlock .megaButtons .megaButton {
    padding: 3vw 1em 4vw 4vw;
  }
}
@media (60rem <= width <= 68.75rem) {
  .hero.home .highlightsBlock .megaButtons .megaButton {
    padding: 3vw 1em 4vw 4vw;
  }
}
@media (width >= 68.75rem) {
  .hero.home .highlightsBlock .megaButtons .megaButton {
    padding: 2em 1em 2em 3em;
  }
}
.hero.home .highlightsBlock .megaButtons .megaButton.orange {
  background: #EE7C14;
  color: #ffffff;
}
.hero.home .highlightsBlock .megaButtons .megaButton.orange .shape {
  position: absolute;
  z-index: 1;
  right: -5%;
  top: 55%;
  transform: translateY(-50%) rotate(60deg);
  width: 30%;
  opacity: 0.3;
  fill: #F2CE9D;
}
.hero.home .highlightsBlock .megaButtons .megaButton.greenlight {
  color: #ffffff;
  background: #00B697;
}
.hero.home .highlightsBlock .megaButtons .megaButton.greenlight .shape {
  position: absolute;
  z-index: 1;
  right: -10%;
  top: -30%;
  width: 40%;
  opacity: 0.3;
  fill: #D7E8C8;
}
@media (hover: hover) and (pointer: fine) {
  .hero.home .highlightsBlock .megaButtons .megaButton:hover h2 {
    text-decoration: underline;
  }
  .hero.home .highlightsBlock .megaButtons .megaButton:hover p {
    opacity: 1 !important;
  }
  .hero.home .highlightsBlock .megaButtons .megaButton:hover .icon-chevron-right {
    transform: translateX(0.15em);
  }
}
.hero.home .highlightsBlock .megaButtons .megaButton:focus-visible h2 {
  text-decoration: underline;
}
.hero.home .highlightsBlock .megaButtons .megaButton .text {
  position: relative;
  z-index: 2;
  flex-grow: 1;
}
.hero.home .highlightsBlock .megaButtons .megaButton .text h2 {
  color: #ffffff;
  margin-bottom: 0.1em;
}
.hero.home .highlightsBlock .megaButtons .megaButton .text p {
  line-height: 1.4;
  margin-bottom: 0;
  text-wrap: balance;
  transition: all 0.15s ease-in-out 0s;
}
@media (width < 48rem) and (orientation: portrait) {
  .hero.home .highlightsBlock .megaButtons .megaButton .text p {
    font-size: 0.85em;
  }
}
@media (48rem <= width <= 60rem) {
  .hero.home .highlightsBlock .megaButtons .megaButton .text p {
    font-size: 0.95em;
    font-weight: 600;
  }
}
@media (60rem <= width <= 68.75rem) {
  .hero.home .highlightsBlock .megaButtons .megaButton .text p {
    opacity: 0.8;
    font-size: 0.95em;
    font-weight: 600;
  }
}
@media (width >= 68.75rem) {
  .hero.home .highlightsBlock .megaButtons .megaButton .text p {
    opacity: 0.8;
    font-size: 0.95em;
    font-weight: 600;
  }
}
.hero.home .highlightsBlock .megaButtons .megaButton .icon-chevron-right {
  width: 2em;
  height: 2em;
  transition: all 0.15s ease-in-out 0s;
}
.hero.home .highlightsBlock .block {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  background: #ffffff;
  border-radius: 0.75em;
}
@media (width < 48rem) and (orientation: portrait) {
  .hero.home .highlightsBlock .block {
    width: 100%;
    margin-top: 0.5em;
  }
}
@media (width >= 48rem) {
  .hero.home .highlightsBlock .block {
    width: 50%;
  }
}
.hero.home .highlightsBlock .block .highlight {
  position: relative;
  display: flex;
  align-items: center;
  gap: 1em;
  transition: all 0.15s ease-in-out 0s;
}
@media (width < 48rem) and (orientation: portrait) {
  .hero.home .highlightsBlock .block .highlight {
    width: 100%;
    padding: 0.3em 0;
  }
}
@media (48rem <= width <= 68.75rem) {
  .hero.home .highlightsBlock .block .highlight {
    width: 100%;
    padding: 1em;
    padding-bottom: 0;
  }
}
@media (width >= 68.75rem) {
  .hero.home .highlightsBlock .block .highlight {
    width: 50%;
    padding: 1em;
  }
}
@media (hover: hover) and (pointer: fine) {
  .hero.home .highlightsBlock .block .highlight:hover .text .title {
    color: #EE7C14;
  }
}
.hero.home .highlightsBlock .block .highlight .icon {
  flex: 0 0 auto;
}
@media (width < 48rem) and (orientation: portrait) {
  .hero.home .highlightsBlock .block .highlight .icon {
    width: 3em;
  }
}
@media (48rem <= width <= 68.75rem) {
  .hero.home .highlightsBlock .block .highlight .icon {
    width: 3em;
  }
}
@media (width >= 68.75rem) {
  .hero.home .highlightsBlock .block .highlight .icon {
    width: 35%;
  }
}
.hero.home .highlightsBlock .block .highlight .text {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.hero.home .highlightsBlock .block .highlight .text .title {
  font-size: 1.1em;
  line-height: 1.3;
  margin-bottom: 0.25em;
  width: 100%;
  text-wrap: balance;
  text-decoration: underline;
  font-weight: 600;
}
@media (width < 48rem) and (orientation: portrait) {
  .hero.home .highlightsBlock .block .highlight .text .title {
    font-size: 1em;
  }
}
.hero.home .highlightsBlock .block .highlight .text .description {
  font-size: 0.9em;
  line-height: 1.25;
  opacity: 0.75;
  text-wrap: balance;
}
@media (width < 48rem) and (orientation: portrait) {
  .hero.home .highlightsBlock .block .highlight .text .description {
    font-size: 0.8em;
  }
}

.contentBlocks > * {
  position: relative;
  z-index: 1;
}
.contentBlocks .backgroundBlock {
  padding-top: 4em;
  padding-bottom: 4em;
}
.contentBlocks .backgroundBlock.gray {
  background-color: rgba(0, 0, 0, 0.04);
}
.contentBlocks .backgroundBlock.black {
  color: #ffffff;
  background-color: #000000;
}
.contentBlocks .textBlock + .textBlock,
.contentBlocks .textBlock + .buttonBlock,
.contentBlocks .textBlock + .accordionBlock,
.contentBlocks .textBlock + .spacerSmall,
.contentBlocks .textBlock + .spacerTiny,
.contentBlocks .textBlock + .spacerMini,
.contentBlocks .textBlock + .spacerSmall,
.contentBlocks .textBlock + .spacerMedium,
.contentBlocks .textBlock + .spacerLarge,
.contentBlocks .textBlock + .spacerXlarge {
  margin-top: -1em;
}
@media (width < 48rem) and (orientation: portrait) {
  .contentBlocks .textBlock + .filterBlock {
    margin-top: -1em;
  }
}
.contentBlocks .textBlock.is-fullWidth .block {
  max-width: none !important;
  margin-inline: 0;
}
.contentBlocks .textBlock.align-left .block {
  margin-left: 0 !important;
}
@media (width < 48rem) and (orientation: portrait) {
  .contentBlocks .textBlock .cards {
    padding: 0;
  }
}
.contentBlocks .textBlock .iconList {
  margin: 0;
  padding: 0;
  list-style: none;
}
.contentBlocks .textBlock .iconList li {
  position: relative;
  font-size: 0.85em;
  line-height: 1.4;
  padding: 0.8em 0 1.1em 2.5em;
}
.contentBlocks .textBlock .iconList li:not(:last-child) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.contentBlocks .textBlock .iconList li .iconImage {
  position: absolute;
  left: 0;
  width: 1.6em;
}
.contentBlocks .textBlock .iconList li .iconImage img {
  filter: invert(41%) sepia(81%) saturate(1606%) hue-rotate(10deg) brightness(94%) contrast(101%);
}
.contentBlocks .textBlock .iconList li .iconCheck {
  position: absolute;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.5em;
  height: 1.5em;
  border: 2px solid #EE7C14;
  border-radius: 50%;
  color: #EE7C14;
}
.contentBlocks .textBlock .iconList li .iconCheck svg {
  width: 75%;
  height: 75%;
}
.contentBlocks .textBlock .iconList li h4 {
  margin-bottom: 0.2em;
}
.contentBlocks .textBlock .table {
  font-size: 0.9em;
  overflow: auto;
}
.contentBlocks .textBlock .block {
  margin-left: auto;
  margin-right: auto;
  max-width: 60ch;
}
.contentBlocks .textBlock .block.is-collapsible {
  position: relative;
  margin-bottom: 8em;
}
.contentBlocks .textBlock .block.is-collapsible .collapseTrigger {
  display: none;
}
.contentBlocks .textBlock .block.is-collapsible .collapseTrigger:checked ~ .collapseButton span, .contentBlocks .textBlock .block.is-collapsible .collapseTrigger:checked ~ .collapseButton svg {
  display: none;
}
.contentBlocks .textBlock .block.is-collapsible .collapseTrigger:checked ~ .collapseButton span[data-secondary], .contentBlocks .textBlock .block.is-collapsible .collapseTrigger:checked ~ .collapseButton svg[data-secondary] {
  display: inline-flex;
}
.contentBlocks .textBlock .block.is-collapsible .collapseTrigger:checked ~ .textArea {
  height: auto !important;
  -webkit-mask-image: none;
          mask-image: none;
}
.contentBlocks .textBlock .block.is-collapsible .collapseButton {
  position: absolute;
  z-index: 1;
  top: calc(100% + 0.5em);
}
.contentBlocks .textBlock .block.is-collapsible .textArea {
  position: relative;
  padding-bottom: 1em;
  overflow: hidden;
  height: calc(var(--rows, 5) * 1.35em * 1.6);
  -webkit-mask-image: linear-gradient(#000000 25%, transparent);
          mask-image: linear-gradient(#000000 25%, transparent);
}
.contentBlocks .buttonBlock + .buttonBlock,
.contentBlocks .buttonBlock + .textBlock {
  margin-top: -1em;
}
.contentBlocks .buttonBlock .block {
  margin-left: auto;
  margin-right: auto;
  max-width: 60ch;
}
@media print {
  .contentBlocks .socialShareBlock {
    display: none;
  }
}
@media (width <= 60rem) and (orientation: portrait) {
  .contentBlocks .socialShareBlock .container {
    padding: 0;
  }
}
.contentBlocks .socialShareBlock .container .block {
  background: rgba(215, 232, 200, 0.5);
  padding: 1.5em 1.25em;
  text-align: center;
  transition: all 0.15s ease-in-out 0s;
}
@media (width >= 60rem) {
  .contentBlocks .socialShareBlock .container .block {
    border-radius: 0.5em;
  }
}
.contentBlocks .socialShareBlock .container .block h4 {
  margin-bottom: 0.1em;
}
.contentBlocks .socialShareBlock .container .block .socialShare {
  filter: grayscale(1);
}
@media (hover: hover) and (pointer: fine) {
  .contentBlocks .socialShareBlock .container .block:hover .socialShare {
    filter: grayscale(0);
    opacity: 1;
  }
}
@media (hover: none) and (pointer: coarse) {
  .contentBlocks .socialShareBlock .container .block .socialShare {
    filter: grayscale(0);
    opacity: 1;
  }
}
.contentBlocks .quoteBlock .block {
  margin: 0;
  margin-left: auto;
  margin-right: auto;
  max-width: 60ch;
}
.contentBlocks .quoteBlock .block span {
  font-family: "Britti-Sans", sans-serif;
  color: #EE7C14;
  font-size: 1.75em;
  line-height: 1.2;
  font-weight: 600;
}
.contentBlocks .quoteBlock .block span:before {
  content: "“";
}
.contentBlocks .quoteBlock .block span:after {
  content: "”";
}
.contentBlocks .quoteBlock .block footer {
  color: rgb(127.5, 127.5, 127.5);
  font-size: 0.9em;
  margin-top: 0.5em;
}
.contentBlocks .accordionBlock + .textBlock {
  margin-top: -1em;
}
@media (width < 48rem) and (orientation: portrait) {
  .contentBlocks .accordionBlock .container {
    padding: 0 3vw;
  }
}
.contentBlocks .accordionBlock .container .block {
  margin-left: auto;
  margin-right: auto;
  max-width: 60ch;
}
.contentBlocks .accordionBlock .container .block details {
  display: block;
  background: #F8F8F8;
  border-radius: 0.5em;
}
.contentBlocks .accordionBlock .container .block details:not(:last-child) {
  margin-bottom: 0.75em;
}
.contentBlocks .accordionBlock .container .block details summary.title {
  position: relative;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  vertical-align: bottom;
  flex: 0 0 auto;
  margin: 0;
  border: none;
  text-decoration: none;
  cursor: pointer;
  touch-action: manipulation;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background: transparent;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  position: relative;
  display: block;
  width: 100%;
  line-height: 1.2;
  padding: 1em 1.25em 1.2em 3.375em;
  color: #333333;
  cursor: pointer;
  font-weight: 400;
}
@media (width < 48rem) and (orientation: portrait) {
  .contentBlocks .accordionBlock .container .block details summary.title {
    padding-right: 1.25em;
    padding-left: 2.5em;
  }
}
.contentBlocks .accordionBlock .container .block details summary.title::-webkit-details-marker {
  display: none;
}
.contentBlocks .accordionBlock .container .block details summary.title svg {
  position: absolute;
  left: 1.25em;
  margin-top: -0.1em;
  color: #EE7C14;
  transition: all 0.15s ease-in-out 0s;
}
@media (width < 48rem) and (orientation: portrait) {
  .contentBlocks .accordionBlock .container .block details summary.title svg {
    left: 0.625em;
  }
}
.contentBlocks .accordionBlock .container .block details summary.title h3 {
  margin-bottom: 0;
}
.contentBlocks .accordionBlock .container .block details div.description {
  padding: 0 2.5em 1.25em 1.25em;
}
.contentBlocks .accordionBlock .container .block details div.description p {
  color: rgba(51, 51, 51, 0.7);
}
@media (width < 48rem) and (orientation: portrait) {
  .contentBlocks .accordionBlock .container .block details div.description p {
    font-size: 0.9em;
  }
}
@media (width >= 48rem) {
  .contentBlocks .accordionBlock .container .block details div.description p {
    font-size: 0.85em;
  }
}
.contentBlocks .accordionBlock .container .block details[open] summary.title svg {
  transform: rotate(45deg);
}
.contentBlocks .mediaBlock .container {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  max-width: none !important;
}
@media (width < 48rem) and (orientation: portrait) {
  .contentBlocks .mediaBlock .container {
    padding: 0;
  }
}
@media (48rem <= width <= 68.75rem) {
  .contentBlocks .mediaBlock .container {
    gap: 0 4vw;
  }
}
@media (width >= 68.75rem) {
  .contentBlocks .mediaBlock .container {
    gap: 0 2em;
  }
}
.contentBlocks .mediaBlock .container figure .media {
  position: relative;
}
@media (width < 48rem) and (orientation: portrait) {
  .contentBlocks .mediaBlock .container figure.has-margin:not(:last-child) {
    margin-bottom: 0;
  }
}
@media (width < 48rem) and (orientation: portrait) {
  .contentBlocks .mediaBlock .container figure.half {
    width: 100%;
  }
}
@media (48rem <= width <= 60rem) {
  .contentBlocks .mediaBlock .container figure.half {
    width: calc(50% - 1vw);
  }
}
@media (60rem <= width <= 68.75rem) {
  .contentBlocks .mediaBlock .container figure.half {
    width: calc(50% - 1vw);
  }
}
@media (width >= 68.75rem) {
  .contentBlocks .mediaBlock .container figure.half {
    width: calc(50% - 1em);
    max-width: calc(40rem - 1em - 4vw);
  }
}
.contentBlocks .mediaBlock .container figure.full {
  width: 100%;
}
.contentBlocks .mediaBlock .container figure.full .media {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media (width <= 68.75rem) {
  .contentBlocks .mediaBlock .container figure.full .media {
    max-width: 80rem;
  }
}
@media (width >= 68.75rem) {
  .contentBlocks .mediaBlock .container figure.full .media {
    max-width: calc(80rem - 8vw);
  }
}
@media (width < 48rem) and (orientation: portrait) {
  .contentBlocks .mediaBlock .container figure.wide {
    width: 100%;
  }
}
@media (width >= 48rem) {
  .contentBlocks .mediaBlock .container figure.wide {
    width: calc(100% + 8vw);
    margin-left: -4vw;
    margin-right: -4vw;
  }
}
.contentBlocks .doubleBlock .container {
  display: flex;
}
@media (width < 48rem) and (orientation: portrait) {
  .contentBlocks .doubleBlock .container {
    flex-direction: column;
    padding: 0;
  }
}
@media (48rem <= width <= 60rem) {
  .contentBlocks .doubleBlock .container {
    padding: 0;
  }
}
.contentBlocks .doubleBlock .block {
  display: flex;
  align-items: center;
  padding: 0;
}
@media (width < 48rem) and (orientation: portrait) {
  .contentBlocks .doubleBlock .block {
    width: 100%;
  }
}
@media (width >= 48rem) {
  .contentBlocks .doubleBlock .block {
    width: 50%;
  }
}
@media (width < 48rem) and (orientation: portrait) {
  .contentBlocks .doubleBlock .block.is-text {
    order: 2;
  }
}
@media (width < 48rem) and (orientation: portrait) {
  .contentBlocks .doubleBlock .block.is-media {
    order: 1;
  }
}
@media (width < 48rem) and (orientation: portrait) {
  .contentBlocks .doubleBlock .block .text {
    padding: 8vw 4vw;
  }
}
@media (width >= 48rem) {
  .contentBlocks .doubleBlock .block .text {
    padding: 8vw;
  }
}
.contentBlocks .doubleBlock .block figure {
  width: 100%;
  height: 100%;
}
.contentBlocks .doubleBlock .block figure .media {
  width: 100%;
  height: 100%;
}
@media (width < 48rem) and (orientation: portrait) {
  .contentBlocks .doubleBlock .block figure .media {
    height: 60vh;
  }
}
.contentBlocks .doubleBlock .block figure .media img,
.contentBlocks .doubleBlock .block figure .media video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.contentBlocks .doubleBlock .block figure .caption {
  position: absolute;
  bottom: 0;
  width: 100%;
  max-width: none;
  text-align: center;
  color: #ffffff;
  padding-top: 5rem;
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
  padding-left: 4vw;
  padding-right: 4vw;
}
@media (width < 48rem) and (orientation: portrait) {
  .contentBlocks .doubleBlock .block figure .caption {
    padding-bottom: 0.7rem;
    text-align: left;
  }
}
.contentBlocks .logosBlock .container .logos {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
@media (width < 48rem) and (orientation: portrait) {
  .contentBlocks .logosBlock .container .logos .logo {
    max-width: 33.333333%;
    padding: 0 0.5em;
    margin: 1.5em 0;
  }
}
@media (48rem <= width <= 60rem) {
  .contentBlocks .logosBlock .container .logos .logo {
    max-width: 20%;
    padding: 0 1em;
    margin: 1.5em 0;
  }
}
@media (width >= 60rem) {
  .contentBlocks .logosBlock .container .logos .logo {
    max-width: 20%;
    padding: 0 2em;
    margin: 1.5em 0;
  }
}
.contentBlocks .logosBlock .container .logos .logo a {
  display: block;
}
.contentBlocks .logosBlock .container .logos .logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (width < 48rem) and (orientation: portrait) {
  .contentBlocks .logosBlock .container .logos .logo img {
    max-height: 2.3em;
  }
}
@media (width >= 48rem) {
  .contentBlocks .logosBlock .container .logos .logo img {
    max-height: 2.8em;
  }
}
.contentBlocks .formBlock .block {
  margin-left: auto;
  margin-right: auto;
  max-width: 60ch;
}
.contentBlocks .googleMapsBlock {
  position: relative;
  z-index: 2;
}
.contentBlocks .googleMapsBlock[data-view=map] {
  display: none;
}
.contentBlocks .googleMapsBlock[data-view=map].is-active {
  display: block;
}
.contentBlocks .googleMapsBlock .container {
  position: relative;
}
@media (width < 48rem) and (orientation: portrait) {
  .contentBlocks .googleMapsBlock .container {
    padding: 0;
  }
}
.contentBlocks .googleMapsBlock .container .address {
  border-radius: 0.5em;
  line-height: 1.4;
}
@media (width < 48rem) and (orientation: portrait) {
  .contentBlocks .googleMapsBlock .container .address {
    font-size: 0.9em;
    margin-bottom: 3em;
    padding-left: 6vw;
    padding-right: 6vw;
  }
}
@media (48rem <= width <= 60rem) {
  .contentBlocks .googleMapsBlock .container .address {
    position: absolute;
    font-size: 0.85em;
    top: 1em;
    z-index: 1;
    left: calc(6vw + 1em);
    background: #ffffff;
    box-shadow: 0 0 2em rgba(0, 0, 0, 0.15);
    padding: 1.5em 2em 2em;
  }
}
@media (width >= 60rem) {
  .contentBlocks .googleMapsBlock .container .address {
    position: absolute;
    font-size: 0.85em;
    top: 1em;
    z-index: 1;
    left: calc(4vw + 1em);
    background: #ffffff;
    box-shadow: 0 0 2em rgba(0, 0, 0, 0.15);
    padding: 1.5em 2em 2em;
  }
}
.contentBlocks .googleMapsBlock .container .address a {
  margin-bottom: 0.25em;
}
.contentBlocks .googleMapsBlock .container .map {
  height: 70vh;
  max-height: 80rem;
  width: 100%;
  background: #F8F8F8;
}
.contentBlocks .googleMapsBlock .container .map *:focus {
  outline: 0;
}
.contentBlocks .googleMapsBlock .container .map .gm-style-iw {
  max-width: 28em !important;
  max-height: none !important;
  min-width: 0;
  background-color: #ffffff;
  border-radius: 0.5em;
  padding: 0 !important;
  box-shadow: 0 1rem 5rem rgba(0, 0, 0, 0.4);
  font-family: "Poppins", sans-serif;
}
.contentBlocks .googleMapsBlock .container .map .gm-style-iw > div {
  width: 100%;
  overflow: auto !important;
}
.contentBlocks .googleMapsBlock .container .map .gm-style-iw button.gm-ui-hover-effect {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  top: 0 !important;
  right: 0 !important;
  padding: 0 !important;
  width: 2.9rem !important;
  height: 2rem !important;
  border-radius: 50%;
  background: #ffffff !important;
  opacity: 1;
  transition: all 0.15s ease-in-out 0s;
}
.contentBlocks .googleMapsBlock .container .map .gm-style-iw button.gm-ui-hover-effect:hover {
  opacity: 1;
}
.contentBlocks .googleMapsBlock .container .map .gm-style-iw button.gm-ui-hover-effect img {
  width: 60% !important;
  height: 60% !important;
}
.cards {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
@media (width < 48rem) and (orientation: portrait) {
  .cards {
    flex-direction: column;
    padding: 3vw;
    gap: 4vw;
  }
}
@media (48rem <= width <= 60rem) {
  .cards {
    gap: 2vw;
  }
}
@media (60rem <= width <= 68.75rem) {
  .cards {
    gap: 2vw;
  }
}
@media (width >= 68.75rem) {
  .cards {
    gap: 1em;
  }
}
.cards[data-view=grid] {
  display: none;
}
.cards[data-view=grid].is-active {
  display: flex;
}
.cards[data-sorting=most-viewed] .card {
  order: var(--order, 0);
}
@media (width < 48rem) and (orientation: portrait) {
  .cards[data-sorting=most-viewed] .card.is-highlight {
    order: 0;
  }
}
@media (width >= 48rem) {
  .cards[data-sorting=most-viewed] .card.is-highlight {
    order: 0;
  }
}
.cards.is-centered {
  justify-content: center;
}

.card {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  border-radius: 0.5em;
  transition: background 1s cubic-bezier(0.19, 1, 0.22, 1), box-shadow 1s cubic-bezier(0.19, 1, 0.22, 1);
}
.card:not(.is-update) {
  background: #ffffff;
  background: #F8F8F8;
}
.card.is-highlight {
  background: #EE7C14 !important;
  color: #ffffff;
}
@media (hover: hover) and (pointer: fine) {
  .card.is-highlight:hover {
    background: rgb(228.7053571429, 117.7589285714, 16.5446428571) !important;
  }
}
.card.is-highlight .title {
  color: #ffffff !important;
}
.card.is-highlight svg {
  color: #ffffff !important;
}
.card.is-update .visual {
  border-radius: 0.5em;
}
.card.is-update .visual .missingImage {
  background: #F8F8F8;
}
.card.is-update .textarea {
  padding-left: 0;
  padding-right: 0;
}
@media (width >= 48rem) {
  .card.is-update .textarea {
    padding-right: 5%;
  }
}
.card.is-update .textarea .description {
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
}
@media (width < 48rem) and (orientation: portrait) {
  .card.is-update.mini .textarea {
    padding-top: 0.25em;
    padding-bottom: 0.5em;
  }
}
.card.is-video .icon-play-solid {
  display: block !important;
}
@media print {
  .card {
    width: calc(50% - 1vw) !important;
  }
}
.card.tiny {
  width: 100%;
  background: #ffffff;
  padding: 0.25em;
}
.card.tiny .visual {
  aspect-ratio: 3/2;
}
@supports not (aspect-ratio: auto) {
  .card.tiny .visual {
    padding-top: 50%;
  }
}
@media (48rem <= width <= 60rem) {
  .card.tiny .visual {
    min-height: none;
  }
}
.card.tiny .textarea {
  padding: 0.75em;
}
.card.tiny .textarea .text {
  width: 100%;
  flex: 1;
  font-size: 1.8em;
}
@media (width < 48rem) and (orientation: portrait) {
  .card.tiny .textarea .text {
    margin-right: 0.5em;
  }
}
.card.tiny .textarea .text .title {
  font-family: "Britti-Sans", sans-serif;
  font-size: 1em;
  margin-bottom: 0.25em;
}
.card.tiny .textarea .text .subTitle {
  font-size: 0.8em;
  line-height: 1.3;
}
.card.tiny .textarea .text .metadata {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0.6em;
  font-weight: 300;
}
.card.tiny .textarea .text .metadata.smaller {
  font-size: 0.6em;
}
.card.tiny .textarea .text .metadata li {
  display: inline-block;
  color: rgba(60, 58, 58, 0.75);
}
.card.tiny .textarea .text .metadata li:not(:last-child):after {
  color: #EE7C14;
  content: " • ";
}
.card.tiny .textarea .text .currentLocation {
  display: flex;
  align-items: center;
  font-size: 0.7em;
  margin-top: 0.75em;
}
.card.tiny .textarea .text .currentLocation svg {
  margin-right: 0.25em;
  margin-left: -0.35em;
}
.card.tiny .textarea .text .currentLocation span {
  color: #EE7C14;
}
.card.tiny .textarea .text .button {
  position: relative !important;
  width: 100%;
  margin-top: 0.75em;
  background: #EE7C14 !important;
  color: #ffffff !important;
}
@media (width < 48rem) and (orientation: portrait) {
  .card.mini {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
  }
  .card.mini .visual {
    width: 35% !important;
    align-self: stretch;
    aspect-ratio: none;
  }
  .card.mini .textarea {
    width: 65% !important;
    padding-left: 4vw;
  }
}
@media (48rem <= width <= 60rem) {
  .card.mini {
    width: calc(50% - 1vw);
  }
}
@media (60rem <= width <= 68.75rem) {
  .card.mini {
    width: calc(25% - 1.5vw);
  }
}
@media (width >= 68.75rem) {
  .card.mini {
    width: calc(25% - 0.76em);
  }
}
.card.mini .textarea .text .title {
  font-size: 0.9em;
}
.card.mini .textarea .text .description {
  display: none;
}
@media (width < 48rem) and (orientation: portrait) {
  .card.small {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
  }
  .card.small .visual {
    width: 35% !important;
    align-self: stretch;
    aspect-ratio: none;
  }
  .card.small .textarea {
    width: 65% !important;
    padding-left: 4vw;
  }
  .card.small .textarea .text .title {
    font-size: 1em;
  }
  .card.small .textarea .text .description {
    font-size: 0.8em;
  }
}
@media (width < 48rem) and (orientation: portrait) {
  .card.small {
    width: 100%;
  }
}
@media (48rem <= width <= 60rem) {
  .card.small {
    width: calc(50% - 1vw);
  }
}
@media (60rem <= width <= 68.75rem) {
  .card.small {
    width: calc(33.3333333333% - 1.36vw);
  }
}
@media (width >= 68.75rem) {
  .card.small {
    width: calc(33.3333333333% - 0.68em);
  }
}
@media (width < 48rem) and (orientation: portrait) {
  .card.medium {
    width: 100%;
  }
  .card.medium .textarea {
    padding-left: 3vw;
  }
}
@media (48rem <= width <= 68.75rem) {
  .card.medium {
    width: calc(50% - 1vw);
  }
}
@media (width >= 68.75rem) {
  .card.medium {
    width: calc(50% - 0.5em);
  }
}
.card.large {
  width: 100%;
}
.card.large .visual {
  width: 100%;
}
@media (hover: hover) and (pointer: fine) {
  .card:hover:not(.is-update) {
    background: #ffffff;
    box-shadow: 0 0 2em rgba(0, 0, 0, 0.15);
  }
  .card:hover .textarea .title {
    text-decoration: underline;
  }
  .card:hover img {
    transform: scale(1.02);
  }
  .card:hover .button svg {
    transform: translateX(0.15em);
  }
}
.card.has-noImage .visual {
  display: none;
}
.card.has-noButton .button {
  display: none;
}
.card:not(.has-noButton) .textarea .text .title,
.card:not(.has-noButton) .textarea .text .description {
  width: calc(100% - 1.7em);
}
.card .visual {
  position: relative;
  overflow: hidden;
  aspect-ratio: 3/2;
  border-radius: 0.5em;
}
@media (48rem <= width <= 60rem) {
  .card .visual {
    min-height: 7em;
  }
}
.card .visual img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  transition: transform 2s cubic-bezier(0.19, 1, 0.22, 1);
}
.card .visual .missingImage {
  position: relative;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
}
.card .visual .missingImage img {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -o-object-fit: contain;
     object-fit: contain;
  opacity: 0.2;
  width: 40%;
  filter: grayscale(1);
}
.card .visual .icon-play-solid {
  display: none;
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: rgba(238, 124, 20, 0.9);
  color: #ffffff;
  padding: 0.5em;
  border-radius: 50%;
  height: 3em;
  width: 3em;
}
@media (width < 48rem) and (orientation: portrait) {
  .card .visual .icon-play-solid {
    height: 2.5em;
    width: 2.5em;
  }
}
.card .textarea {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  flex: 1;
}
@media (width < 48rem) and (orientation: portrait) {
  .card .textarea {
    flex-direction: row;
    padding: 4vw 3vw;
  }
}
@media (width >= 48rem) {
  .card .textarea {
    padding: 2vw;
  }
}
.card .textarea .text {
  width: 100%;
  flex: 1;
}
@media (width < 48rem) and (orientation: portrait) {
  .card .textarea .text {
    margin-right: 0.5em;
  }
}
.card .textarea .text .title {
  font-size: 1.25em;
  line-height: 1.3;
  margin-bottom: 0.5em;
  font-weight: 600;
}
@media (width < 48rem) and (orientation: portrait) {
  .card .textarea .text .title {
    font-size: 1.1em;
  }
}
.card .textarea .text .subTitle {
  font-size: 0.9em;
  line-height: 1.3;
  transform: translateY(-0.5em);
}
.card .textarea .text .description {
  font-size: 0.85em;
  line-height: 1.4;
}
.card .textarea .text .metadata {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0.75em;
}
.card .textarea .text .metadata.smaller {
  font-size: 0.75em;
}
.card .textarea .text .metadata li {
  display: inline-block;
  color: rgba(60, 58, 58, 0.75);
}
.card .textarea .text .metadata li:not(:last-child):after {
  color: #EE7C14;
  content: " • ";
}
.card .textarea .button {
  color: #EE7C14;
  margin-left: auto;
}
@media (width < 48rem) and (orientation: portrait) {
  .card .textarea .button {
    position: absolute;
    right: 4vw;
    margin-top: 0;
    margin-left: auto;
  }
}
@media (width >= 48rem) {
  .card .textarea .button {
    margin-top: 0.25em;
  }
}
.card .textarea .button svg {
  transition: all 0.15s ease-in-out 0s;
}

.cardCustom {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: stretch;
}
.cardCustom.is-video .icon-play {
  display: block !important;
}
.cardCustom.has-whiteBackground {
  background: #ffffff;
  color: #000000;
  border-radius: 1em;
}
.cardCustom.has-whiteBackground .textarea {
  padding-inline: 1em;
}
@media (width >= 48rem) {
  .cardCustom.center {
    text-align: center;
  }
}
@media (width < 48rem) and (orientation: portrait) {
  .cardCustom.small {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
  }
  .cardCustom.small:has(video) {
    flex-direction: column;
  }
  .cardCustom.small:has(video) .visual {
    width: 100% !important;
    align-self: stretch;
    aspect-ratio: none;
  }
  .cardCustom.small:has(video) .textarea {
    width: 100% !important;
  }
  .cardCustom.small .visual {
    width: 35% !important;
    align-self: stretch;
    aspect-ratio: none;
  }
  .cardCustom.small .textarea {
    width: 65% !important;
    padding-left: 4vw;
  }
  .cardCustom.small .textarea .text .title {
    font-size: 1em;
  }
  .cardCustom.small .textarea .text .description {
    font-size: 0.8em;
  }
  .cardCustom.small .textarea .button {
    display: none;
  }
}
@media (width < 48rem) and (orientation: portrait) {
  .cardCustom.small {
    width: 100%;
  }
}
@media (48rem <= width <= 60rem) {
  .cardCustom.small {
    width: calc(50% - 1vw);
  }
}
@media (60rem <= width <= 68.75rem) {
  .cardCustom.small {
    width: calc(25% - 1.36vw);
  }
}
@media (width >= 68.75rem) {
  .cardCustom.small {
    width: calc(25% - 1em);
  }
}
@media (width < 48rem) and (orientation: portrait) {
  .cardCustom.medium {
    width: 100%;
  }
  .cardCustom.medium .textarea {
    padding-left: 3vw;
  }
}
@media (48rem <= width <= 68.75rem) {
  .cardCustom.medium {
    width: calc(50% - 1vw);
  }
}
@media (width >= 68.75rem) {
  .cardCustom.medium {
    width: calc(50% - 0.5em);
  }
}
.cardCustom.large {
  width: 100%;
}
.cardCustom.large .visual {
  width: 100%;
}
@media (hover: hover) and (pointer: fine) {
  .cardCustom:is(a):hover .textarea .title {
    text-decoration: underline;
  }
  .cardCustom:is(a):hover img {
    transform: scale(1.02);
  }
  .cardCustom:is(a):hover .button svg {
    transform: translateX(0.15em);
  }
}
.cardCustom.square .visual {
  aspect-ratio: 1/1;
}
.cardCustom.landscape .visual {
  aspect-ratio: 3/2;
}
.cardCustom.portrait .visual {
  aspect-ratio: 9/16;
}
.cardCustom .visual {
  position: relative;
  overflow: hidden;
  border-radius: 1em;
}
@media (48rem <= width <= 60rem) {
  .cardCustom .visual {
    min-height: 7em;
  }
}
.cardCustom .visual img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
  transition: transform 2s cubic-bezier(0.19, 1, 0.22, 1);
}
@media (width < 48rem) and (orientation: portrait) {
  .cardCustom .visual img[src*=".jpg"] {
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.cardCustom .visual .missingImage {
  position: relative;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
}
.cardCustom .visual .missingImage img {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -o-object-fit: contain;
     object-fit: contain;
  opacity: 0.2;
  width: 40%;
  filter: grayscale(1);
}
.cardCustom .visual .icon-play {
  display: none;
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: rgba(238, 124, 20, 0.9);
  color: #ffffff;
  padding: 0.5em;
  border-radius: 50%;
  height: 3em;
  width: 3em;
}
@media (width < 48rem) and (orientation: portrait) {
  .cardCustom .visual .icon-play {
    height: 2.5em;
    width: 2.5em;
  }
}
.cardCustom .textarea {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-wrap: balance;
  width: 100%;
  flex-grow: 1;
}
@media (width < 48rem) and (orientation: portrait) {
  .cardCustom .textarea {
    flex-direction: row;
    padding: 4vw 0;
  }
}
@media (width >= 48rem) {
  .cardCustom .textarea {
    padding-top: 1em;
  }
}
.cardCustom .textarea .text {
  width: 100%;
  height: 100%;
}
@media (width < 48rem) and (orientation: portrait) {
  .cardCustom .textarea .text {
    margin-right: 0.5em;
  }
}
.cardCustom .textarea .text .title {
  font-size: 1.25em;
  line-height: 1.2;
  margin-bottom: 0.25em;
  font-weight: 600;
}
@media (width < 48rem) and (orientation: portrait) {
  .cardCustom .textarea .text .title {
    font-size: 1.1em;
  }
}
.cardCustom .textarea .text .title svg {
  display: inline-block;
  vertical-align: middle;
  width: 1.2em;
  height: 1.2em;
  margin-top: -0.2em;
}
.cardCustom .textarea .text .description {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  font-size: 0.85em;
  line-height: 1.4;
  margin-bottom: 1em;
  height: 100%;
}
.cardCustom .textarea .text .description ul, .cardCustom .textarea .text .description ol {
  padding-left: 1em;
}
.cardCustom .textarea .text .description .h2 {
  font-size: 1.25em;
}
@media (width < 48rem) and (orientation: portrait) {
  .cardCustom .textarea .button {
    position: absolute;
    right: 4vw;
    margin-top: 0;
    margin-left: auto;
  }
}
@media (width >= 48rem) {
  .cardCustom .textarea .button {
    margin-top: 0.25em;
  }
}
.cardCustom .textarea .button svg {
  transition: all 0.15s ease-in-out 0s;
}

.contactCards.has-margin {
  margin-bottom: 4em;
}
.contactCards .container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  gap: 2vw;
}
@media (width < 48rem) and (orientation: portrait) {
  .contactCards .container {
    flex-direction: column;
    padding: 0;
    gap: 0;
    margin-bottom: 0;
    padding-left: 2vw;
    padding-right: 2vw;
  }
}
@media (48rem <= width <= 60rem) {
  .contactCards .container {
    padding-left: 2vw;
    padding-right: 2vw;
  }
}
@media (width >= 68.75rem) {
  .contactCards .container {
    gap: 2em;
  }
  .contactCards .container .card.gapFallback {
    margin-bottom: 0;
    opacity: 0;
    pointer-events: none;
    order: 999 !important;
  }
  @supports not (aspect-ratio: 1/1) {
    .contactCards .container {
      justify-content: space-between;
    }
    .contactCards .container .card {
      margin-bottom: 2em;
      margin-right: "inherit";
    }
  }
  .contactCards .container .profileCard.gapFallback {
    margin-bottom: 0;
    opacity: 0;
    pointer-events: none;
    order: 999 !important;
  }
  @supports not (aspect-ratio: 1/1) {
    .contactCards .container {
      justify-content: space-between;
    }
    .contactCards .container .profileCard {
      margin-bottom: 2em;
      margin-right: "inherit";
    }
  }
}
.contactCards .container .contactCard {
  position: relative;
  overflow: hidden;
  border-radius: 1em;
}
@media (width < 48rem) and (orientation: portrait) {
  .contactCards .container .contactCard {
    width: 100%;
    margin-bottom: 2vw;
  }
}
@media (48rem <= width <= 68.75rem) {
  .contactCards .container .contactCard {
    width: calc(50% - 1vw);
  }
}
@media (width >= 68.75rem) {
  .contactCards .container .contactCard {
    width: calc(50% - 1.08em);
  }
}
.contactCards .container .contactCard.verwijslijn {
  background: #F2CE9D;
}
@media (width < 48rem) and (orientation: portrait) {
  .contactCards .container .contactCard.verwijslijn {
    order: 2;
  }
}
.contactCards .container .contactCard.verwijslijn p {
  color: rgba(0, 0, 0, 0.8);
}
.contactCards .container .contactCard.verwijslijn p strong {
  color: #000000;
}
.contactCards .container .contactCard.verwijslijn .shape {
  position: absolute;
  z-index: 1;
  top: 50%;
  transform: translateY(-50%) rotate(15deg);
  fill: #F59B19;
  opacity: 0.8;
}
@media (width < 48rem) and (orientation: portrait) {
  .contactCards .container .contactCard.verwijslijn .shape {
    width: 80%;
    right: -35%;
  }
}
@media (48rem <= width <= 60rem) {
  .contactCards .container .contactCard.verwijslijn .shape {
    width: 90%;
    right: -35%;
  }
}
@media (width >= 60rem) {
  .contactCards .container .contactCard.verwijslijn .shape {
    width: 60%;
    right: -10%;
  }
}
.contactCards .container .contactCard.klantenservice {
  color: #ffffff;
  background: #8B0A8B;
}
@media (width < 48rem) and (orientation: portrait) {
  .contactCards .container .contactCard.klantenservice {
    order: 1;
  }
}
.contactCards .container .contactCard.klantenservice p {
  color: rgba(255, 255, 255, 0.8);
}
.contactCards .container .contactCard.klantenservice p strong {
  color: #ffffff;
}
.contactCards .container .contactCard.klantenservice .button svg {
  color: #ffffff;
}
.contactCards .container .contactCard.klantenservice .shape {
  position: absolute;
  z-index: 1;
  top: 60%;
  transform: translateY(-50%) rotate(25deg);
  fill: #ffffff;
  opacity: 0.3;
}
@media (width < 48rem) and (orientation: portrait) {
  .contactCards .container .contactCard.klantenservice .shape {
    width: 100%;
    right: -50%;
  }
}
@media (48rem <= width <= 60rem) {
  .contactCards .container .contactCard.klantenservice .shape {
    width: 100%;
    right: -35%;
  }
}
@media (width >= 60rem) {
  .contactCards .container .contactCard.klantenservice .shape {
    width: 75%;
    right: -15%;
  }
}
.contactCards .container .contactCard .text {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  height: 100%;
}
@media (width < 48rem) and (orientation: portrait) {
  .contactCards .container .contactCard .text {
    padding: 8vw 6vw 16vw;
  }
}
@media (48rem <= width <= 60rem) {
  .contactCards .container .contactCard .text {
    padding: 4vw 4vw 16vw;
  }
}
@media (60rem <= width <= 68.75rem) {
  .contactCards .container .contactCard .text {
    padding: 4vw 4vw 6vw;
  }
}
@media (width >= 68.75rem) {
  .contactCards .container .contactCard .text {
    padding: 2.5em 10% 3.5em 3em;
  }
}
.contactCards .container .contactCard .text .h2 {
  color: inherit;
}
.contactCards .container .contactCard .text p {
  margin-bottom: 2em;
  line-height: 1.5;
  font-size: 0.9em;
  max-width: 35ch;
  text-wrap: balance;
}
.contactCards .container .contactCard .text p strong {
  white-space: nowrap;
}
.contactCards .container .contactCard .text .buttons {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-top: auto;
}
.contactCards .container .contactCard .text .buttons .button:not(:last-child) {
  margin-bottom: 0.5em;
}
.contactCards .container .contactCard .text .buttons .button.email span {
  text-decoration: underline;
}
.contactCards .container .contactCard .text .buttons .button.link {
  margin-top: 2em;
}
.contactCards .container .contactCard .text .buttons .button svg {
  opacity: 1;
}
.contactCards .container .contactCard .visual {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.contactCards .container .contactCard .visual .shape {
  position: absolute;
  z-index: 1;
}
.contactCards .container .contactCard .visual img {
  position: absolute;
  z-index: 2;
  bottom: 0;
  right: 0;
  width: auto;
}
@media (width < 48rem) and (orientation: portrait) {
  .contactCards .container .contactCard .visual img {
    height: 60%;
  }
}
@media (48rem <= width <= 60rem) {
  .contactCards .container .contactCard .visual img {
    height: 70%;
  }
}
@media (60rem <= width <= 68.75rem) {
  .contactCards .container .contactCard .visual img {
    height: 80%;
  }
}
@media (width >= 68.75rem) {
  .contactCards .container .contactCard .visual img {
    height: 100%;
  }
}

.floaterBlock {
  position: fixed;
  z-index: 70;
  transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
}
@media (width < 48rem) and (orientation: portrait) {
  .floaterBlock {
    right: 2vw;
    bottom: 1vw;
  }
}
@media (48rem <= width <= 60rem) {
  .floaterBlock {
    right: 2vw;
    bottom: 1vw;
  }
}
@media (width >= 60rem) {
  .floaterBlock {
    right: 1vw;
    bottom: 1vw;
  }
}
@media print {
  .floaterBlock {
    display: none;
  }
}
.floaterBlock.is-hidden {
  transform: translateY(5em);
  opacity: 0;
}
.floaterBlock.is-hidden .dropdownMenu {
  opacity: 0 !important;
  transform: translateY(0%) !important;
}
.floaterBlock .contactFloater .clickThroughStop {
  position: absolute;
  bottom: 0;
  z-index: 2;
  height: 100%;
  width: 100%;
  opacity: 1;
  cursor: pointer;
}
.floaterBlock .contactFloater .contactButton {
  position: relative;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  vertical-align: bottom;
  flex: 0 0 auto;
  margin: 0;
  border: none;
  text-decoration: none;
  cursor: pointer;
  touch-action: manipulation;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background: transparent;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
  max-width: 100%;
  border-radius: 0.5em;
  background: #EE7C14;
  color: #ffffff;
  overflow: hidden;
  padding-right: 2em;
}
.floaterBlock .contactFloater .contactButton:focus {
  pointer-events: none !important;
}
.floaterBlock .contactFloater .contactButton .text {
  position: relative;
  z-index: 2;
  line-height: 1;
  white-space: nowrap;
}
@media (width < 48rem) and (orientation: portrait) {
  .floaterBlock .contactFloater .contactButton .text {
    padding: 0.5em 0.75em 0.6em 0.75em;
  }
}
@media (width >= 48rem) {
  .floaterBlock .contactFloater .contactButton .text {
    padding: 0.7em 1.5em 0.8em 1em;
  }
}
.floaterBlock .contactFloater .contactButton .text div:first-child {
  font-size: 0.8em;
  margin-bottom: 0.25em;
}
.floaterBlock .contactFloater .contactButton .text div:nth-child(2) {
  font-size: 0.9em;
  font-weight: 600;
}
.floaterBlock .contactFloater .contactButton .visual {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 100%;
}
.floaterBlock .contactFloater .contactButton .visual img {
  display: block;
  width: auto;
  height: 100%;
}
.floaterBlock .contactFloater .dropdown:focus-within .dropdownMenu {
  opacity: 1;
  transform: translateY(-100%);
}
.floaterBlock .contactFloater .dropdown .dropdownMenu {
  display: block !important;
  bottom: auto !important;
  z-index: 1;
  top: 0;
  padding: 1em 1em 1.5em;
  opacity: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  transition: all 0.15s ease-in-out 0s;
}
.floaterBlock .contactFloater .dropdown .dropdownMenu p {
  margin-bottom: 1em;
  line-height: 1.4;
  color: rgba(0, 0, 0, 0.6);
}
@media (width < 48rem) and (orientation: portrait) {
  .floaterBlock .contactFloater .dropdown .dropdownMenu p {
    font-size: 0.8em;
  }
}
@media (width >= 48rem) {
  .floaterBlock .contactFloater .dropdown .dropdownMenu p {
    font-size: 0.8em;
  }
}
.floaterBlock .contactFloater .dropdown .dropdownMenu p strong {
  color: #000000;
  white-space: nowrap;
}
.floaterBlock .contactFloater .dropdown .dropdownMenu .buttons {
  border-top: 1px solid rgb(229.5, 229.5, 229.5);
  margin: 0;
}
@media (width < 48rem) and (orientation: portrait) {
  .floaterBlock .contactFloater .dropdown .dropdownMenu .buttons {
    font-size: 0.85em;
  }
}
@media (width >= 48rem) {
  .floaterBlock .contactFloater .dropdown .dropdownMenu .buttons {
    font-size: 0.8em;
  }
}
.floaterBlock .contactFloater .dropdown .dropdownMenu .buttons:not(:last-child) {
  padding: 0.3em 0 0.7em;
}
.floaterBlock .contactFloater .dropdown .dropdownMenu .buttons:last-child {
  padding-top: 0.1em;
}
.floaterBlock .contactFloater .dropdown .dropdownMenu .buttons .button {
  color: #8B0A8B;
  margin: 0;
}
.floaterBlock .contactFloater .dropdown .dropdownMenu .buttons .button.phone {
  color: #EE7C14;
  font-weight: 700;
}
.floaterBlock .contactFloater .dropdown .dropdownMenu .buttons .button.email {
  color: #EE7C14;
}
.floaterBlock .contactFloater .dropdown .dropdownMenu .buttons .button.email svg {
  color: #EE7C14;
}
.floaterBlock .contactFloater .dropdown .dropdownMenu .buttons .button.link {
  color: #EE7C14;
  font-size: 0.8em;
}
.floaterBlock .contactFloater .dropdown .dropdownMenu .buttons .button.link span {
  text-decoration: underline;
}

.bannerBlock {
  position: relative;
  z-index: 0 !important;
}
@media (width < 48rem) and (orientation: portrait) {
  .bannerBlock:has([data-has-background=true]) {
    padding-left: 3vw;
    padding-right: 3vw;
  }
}
@media (48rem <= width <= 60rem) {
  .bannerBlock:has([data-has-background=true]) {
    padding-left: 2vw;
    padding-right: 2vw;
  }
}
.bannerBlock .banner {
  position: relative;
  display: flex;
  width: 100%;
}
@media (width < 48rem) and (orientation: portrait) {
  .bannerBlock .banner {
    flex-direction: column;
    gap: 2em !important;
  }
}
@media (width >= 48rem) {
  .bannerBlock .banner {
    align-items: center;
    justify-content: space-between;
  }
}
@media (width >= 60rem) {
  .bannerBlock .banner.small {
    width: 60%;
    flex-grow: 1;
    margin-inline: auto;
  }
}
.bannerBlock .banner.small .text {
  width: 100%;
  padding: 1em 1em 1em 1em !important;
  order: 1 !important;
}
.bannerBlock .banner.small .text h2.large,
.bannerBlock .banner.small .text .h2.large {
  font-size: 1.75em !important;
}
.bannerBlock .banner.small .text .button {
  justify-content: center;
}
@media (width <= 60rem) and (orientation: portrait) {
  .bannerBlock .banner.small .visual {
    display: none;
  }
}
@media (width < 48rem) and (orientation: portrait) {
  .bannerBlock .banner[data-mirror=true] .text {
    order: 2;
  }
}
@media (48rem <= width <= 68.75rem) {
  .bannerBlock .banner[data-mirror=true] .text {
    order: 2;
    padding-left: 1em;
  }
}
@media (width >= 68.75rem) {
  .bannerBlock .banner[data-mirror=true] .text {
    order: 2;
    padding-left: 2em;
  }
}
.bannerBlock .banner[data-mirror=true] .visual {
  order: 1;
}
.bannerBlock .banner[data-mirror=true] .shape {
  left: 70% !important;
}
.bannerBlock .banner[data-mirror=false] .text {
  padding-right: 1em;
}
@media (width < 48rem) and (orientation: portrait) {
  .bannerBlock .banner[data-mirror=false] .text {
    order: 2;
  }
}
@media (width < 48rem) and (orientation: portrait) {
  .bannerBlock .banner[data-mirror=false] .visual {
    order: 1;
  }
}
@media (width >= 48rem) {
  .bannerBlock .banner[data-mirror=false] .visual {
    order: 2;
  }
}
.bannerBlock .banner[data-mirror=false] .shape {
  left: 20% !important;
}
.bannerBlock .banner[data-color=orange][data-has-background=true] {
  background: #EE7C14;
}
.bannerBlock .banner[data-color=orange][data-has-background=true] .shape {
  opacity: 1 !important;
}
.bannerBlock .banner[data-color=orange] .shape {
  fill: #F2CE9D;
  opacity: 0.7;
}
.bannerBlock .banner[data-color=purple][data-has-background=true] {
  background: #8B0A8B;
}
.bannerBlock .banner[data-color=purple][data-has-background=true] .shape {
  opacity: 0.85 !important;
}
.bannerBlock .banner[data-color=purple] .shape {
  fill: #FCD2FC;
  opacity: 0.7;
}
.bannerBlock .banner[data-color=green][data-has-background=true] {
  background: #00B697;
}
.bannerBlock .banner[data-color=green][data-has-background=true] .shape {
  opacity: 0.55 !important;
}
.bannerBlock .banner[data-color=green] .shape {
  fill: #D7E8C8;
  opacity: 0.7;
}
.bannerBlock .banner[data-color=pink][data-has-background=true] {
  background: #F6307D;
}
.bannerBlock .banner[data-color=pink][data-has-background=true] .shape {
  opacity: 0.7 !important;
}
.bannerBlock .banner[data-color=pink] .shape {
  fill: #FCD3F0;
  opacity: 0.7;
}
.bannerBlock .banner[data-color=yellow][data-has-background=true] {
  background: #ffce00;
}
.bannerBlock .banner[data-color=yellow][data-has-background=true] .shape {
  opacity: 0.7 !important;
}
.bannerBlock .banner[data-color=yellow] .shape {
  fill: #ffea94;
  opacity: 0.7;
}
.bannerBlock .banner[data-has-background=true] {
  overflow: hidden;
  border-radius: 1em;
  gap: 1em;
}
@media (width < 48rem) and (orientation: portrait) {
  .bannerBlock .banner[data-has-background=true] {
    padding: 6vw;
  }
}
@media (48rem <= width <= 68.75rem) {
  .bannerBlock .banner[data-has-background=true] {
    padding: 8vw 4vw;
  }
}
@media (width >= 68.75rem) {
  .bannerBlock .banner[data-has-background=true] {
    padding: 2.2em;
  }
}
.bannerBlock .banner[data-has-background=true] figure img[src*=".jpg"], .bannerBlock .banner[data-has-background=true] figure img[src*=".JPG"], .bannerBlock .banner[data-has-background=true] figure img[src*=".png"], .bannerBlock .banner[data-has-background=true] figure img[src*=".PNG"], .bannerBlock .banner[data-has-background=true] figure img[src*=".webp"] {
  aspect-ratio: 1;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 1em;
}
.bannerBlock .banner[data-has-background=true] figure img[src*=".svg"], .bannerBlock .banner[data-has-background=true] figure img[src*=".SVG"] {
  filter: brightness(0) invert(1);
}
.bannerBlock .banner[data-has-background=false] {
  gap: 1em;
}
@media (width < 48rem) and (orientation: portrait) {
  .bannerBlock .banner[data-has-background=false] {
    padding-block: 6vw;
  }
}
@media (48rem <= width <= 68.75rem) {
  .bannerBlock .banner[data-has-background=false] {
    padding-block: 8vw;
  }
}
@media (width >= 68.75rem) {
  .bannerBlock .banner[data-has-background=false] {
    padding-block: 2.7em;
  }
}
.bannerBlock .banner[data-has-cornerimage=true] .visual {
  align-self: flex-end;
}
@media (width < 48rem) and (orientation: portrait) {
  .bannerBlock .banner[data-has-cornerimage=true] .visual {
    order: 3 !important;
    margin: -6vw;
  }
}
@media (48rem <= width <= 68.75rem) {
  .bannerBlock .banner[data-has-cornerimage=true] .visual {
    width: 60%;
    margin: -10.8vw;
  }
}
@media (width >= 68.75rem) {
  .bannerBlock .banner[data-has-cornerimage=true] .visual {
    width: 60%;
    margin: -2.7em;
  }
}
.bannerBlock .banner .shapes {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.bannerBlock .banner .shapes .shape {
  display: none;
  position: absolute;
  width: auto;
}
@media (width < 48rem) and (orientation: portrait) {
  .bannerBlock .banner .shapes .shape {
    top: 75%;
    transform: translate(-50%, -50%);
    height: 100%;
  }
}
@media (width >= 48rem) {
  .bannerBlock .banner .shapes .shape {
    top: 50%;
    transform: translate(-50%, -50%);
    height: 125%;
  }
}
.bannerBlock .banner .shapes[data-show-shape=hart-01] .shape.hart-01 {
  display: block;
}
.bannerBlock .banner .shapes[data-show-shape=hart-02] .shape.hart-02 {
  display: block;
}
.bannerBlock .banner .shapes[data-show-shape=hart-03] .shape.hart-03 {
  display: block;
}
.bannerBlock .banner .shapes[data-show-shape=hart-04] .shape.hart-04 {
  display: block;
}
.bannerBlock .banner .shapes[data-show-shape=hart-05] .shape.hart-05 {
  display: block;
}
.bannerBlock .banner .shapes[data-show-shape=hart-06] .shape.hart-06 {
  display: block;
}
.bannerBlock .banner .shapes[data-show-shape=bloem-01] .shape.bloem-01 {
  display: block;
}
.bannerBlock .banner .shapes[data-show-shape=bloem-02] .shape.bloem-02 {
  display: block;
}
.bannerBlock .banner .shapes[data-show-shape=bloem-03] .shape.bloem-03 {
  display: block;
}
.bannerBlock .banner .text {
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
@media (width < 48rem) and (orientation: portrait) {
  .bannerBlock .banner .text {
    width: 100%;
  }
}
@media (width >= 48rem) {
  .bannerBlock .banner .text {
    width: 50%;
  }
}
@media (width >= 48rem) {
  .bannerBlock .banner .text {
    padding-block: 8vw;
  }
}
.bannerBlock .banner .visual {
  position: relative;
  z-index: 2;
  border-radius: 1em;
  overflow: hidden;
}
@media (width < 48rem) and (orientation: portrait) {
  .bannerBlock .banner .visual {
    order: 1 !important;
  }
}
@media (width >= 48rem) {
  .bannerBlock .banner .visual {
    width: 50%;
  }
}
.bannerBlock .banner .visual figure img[src*=".jpg"], .bannerBlock .banner .visual figure img[src*=".JPG"], .bannerBlock .banner .visual figure img[src*=".png"], .bannerBlock .banner .visual figure img[src*=".PNG"], .bannerBlock .banner .visual figure img[src*=".webp"] {
  aspect-ratio: 1;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 1em;
}
.bannerBlock .banner .visual figure img[src*=".svg"], .bannerBlock .banner .visual figure img[src*=".SVG"] {
  width: 80%;
  margin-inline: auto;
}
.bannerBlock .banner .visual .splide__slideshow figure img {
  aspect-ratio: 3/2;
  -o-object-fit: cover;
     object-fit: cover;
}

body[data-popup] {
  overflow-y: hidden;
}

.popup {
  position: fixed;
  z-index: 110;
  top: 0;
  left: 0;
  overflow-y: auto;
  overflow-x: hidden;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  width: 100%;
  height: 100%;
  -webkit-overflow-scrolling: touch;
  pointer-events: none;
  opacity: 0;
  background: rgba(0, 0, 0, 0.3);
  transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}
@media (width < 48rem) and (orientation: portrait) {
  .popup {
    padding: 1rem;
  }
}
@media (width >= 48rem) {
  .popup {
    padding: 2rem;
  }
}
.popup.is-active {
  pointer-events: auto;
  opacity: 1;
}
.popup.is-active .window {
  opacity: 1;
  transform: scale(1);
  transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1) 0.1s;
}
.popup .window {
  position: relative;
  z-index: 111;
  width: auto;
  min-width: 30rem;
  max-width: 60rem;
  margin: auto;
  opacity: 0;
  background: #ffffff;
  transform: scale(0.2);
  border-radius: 0.5em;
  box-shadow: 0 0 3rem rgba(0, 0, 0, 0.2);
  transition: all 0 0.50s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}
@media (width < 48rem) and (orientation: portrait) {
  .popup .window {
    padding: 3rem 3rem;
  }
}
@media (width >= 48rem) {
  .popup .window {
    padding: 4rem 5rem;
  }
}
.popup .window .closeButton {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  margin: 0;
}
.popup .window .header {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding-right: 7rem;
}
.popup .window .header .h2, .popup .window .header h2, .popup .window .header .h3, .popup .window .header h3 .h4, .popup .window .header h4, .popup .window .header .h5, .popup .window .header h5 {
  margin-right: 2rem;
}

.duoBlock[data-color=white] .group {
  background: #ffffff;
}
.duoBlock[data-color=gray] .group {
  background: rgb(229.5, 229.5, 229.5);
}
.duoBlock > .block {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (width < 48rem) and (orientation: portrait) {
  .duoBlock > .block {
    flex-direction: column;
    align-items: flex-start;
    margin-inline: -2vw;
  }
}
.duoBlock > .block > * {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.duoBlock > .block > * .container {
  padding: 0 !important;
  max-width: none !important;
}
.duoBlock > .block > * .containerInner {
  max-width: none !important;
}
.duoBlock > .block .group {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
}
@media (width < 48rem) and (orientation: portrait) {
  .duoBlock > .block .group {
    width: 100%;
    padding: 6vw 2vw;
  }
}
@media (width >= 48rem) {
  .duoBlock > .block .group {
    width: 60%;
    padding: 4vw;
  }
}
.duoBlock > .block .group > *:last-child {
  margin-bottom: 0 !important;
}
@media (width >= 48rem) {
  .duoBlock > .block .bannerBlock {
    width: 40%;
    flex-grow: 1;
  }
}
.duoBlock > .block .bannerBlock .banner {
  flex-direction: column;
  gap: 1em !important;
  padding: 0;
}
.duoBlock > .block .bannerBlock .banner .text {
  width: 100%;
  padding: 2em 2em 0 2em;
  order: 1 !important;
}
.duoBlock > .block .bannerBlock .banner .text .h2.large {
  font-size: 1.75em !important;
}
.duoBlock > .block .bannerBlock .banner .text .button {
  justify-content: center;
  width: 100%;
}
.duoBlock > .block .bannerBlock .banner .visual {
  width: 75%;
  order: 2 !important;
}

.duoColumns {
  display: flex;
}
.duoColumns > .block {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
@media (width >= 60rem) {
  .duoColumns > .block {
    gap: 0 4em;
  }
}
.duoColumns > .block > .title,
.duoColumns > .block > .textBlock {
  width: 100%;
  max-width: 60ch;
  margin-right: auto;
  margin-bottom: 1em;
}
@media (width <= 60rem) and (orientation: portrait) {
  .duoColumns > .block .column {
    width: 100%;
  }
  .duoColumns > .block .column:not(:last-child) {
    margin-bottom: 1.5em;
  }
}
@media (width >= 60rem) {
  .duoColumns > .block .column {
    width: calc(50% - 2em);
  }
}
.duoColumns > .block .column .container,
.duoColumns > .block .column .containerMid,
.duoColumns > .block .column .containerInner {
  padding: 0 !important;
  max-width: none !important;
}

.groupBlock {
  --groupGap: 1em;
}
.groupBlock[data-gap=none] {
  --groupGap: 0em;
}
@media (width < 48rem) and (orientation: portrait) {
  .groupBlock[data-gap=none] > .container {
    gap: 4em;
  }
}
.groupBlock[data-gap=small] {
  --groupGap: 1em;
}
.groupBlock[data-gap=medium] {
  --groupGap: 2em;
}
.groupBlock[data-gap=large] {
  --groupGap: 3em;
}
.groupBlock[data-gap=xlarge] {
  --groupGap: 4em;
}
.groupBlock[data-align=top] > .container {
  align-items: flex-start;
}
.groupBlock[data-align=middle] > .container {
  align-items: center;
}
.groupBlock[data-align=bottom] > .container {
  align-items: flex-end;
}
.groupBlock[data-align=stretch] > .container {
  align-items: stretch;
}
.groupBlock[data-align=stretch] > .container .group {
  display: flex;
  align-items: stretch;
  flex-grow: 1;
}
.groupBlock[data-align=stretch] > .container .group > * {
  display: flex;
  align-items: center;
}
.groupBlock[data-align=stretch] > .container .group .mediaBlock {
  width: 100%;
  height: 100%;
}
.groupBlock[data-align=stretch] > .container .group .mediaBlock * {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.groupBlock[data-columns="1"] > .container > * {
  width: 100%;
}
@media (width < 48rem) and (orientation: portrait) {
  .groupBlock[data-columns="2"] > .container > * {
    width: 100%;
  }
}
@media (width >= 48rem) {
  .groupBlock[data-columns="2"] > .container > * {
    width: calc(50% - var(--groupGap) / 2 * 1);
  }
}
@media (width >= 48rem) {
  .groupBlock[data-columns="2"] > .container > *[data-column-span="2"] {
    width: 100% !important;
  }
}
@media (width < 48rem) and (orientation: portrait) {
  .groupBlock[data-columns="3"] > .container > * {
    width: 100%;
  }
}
@media (width >= 48rem) {
  .groupBlock[data-columns="3"] > .container > * {
    width: calc(33.3333333333% - var(--groupGap) / 3 * 2);
  }
}
@media (width >= 48rem) {
  .groupBlock[data-columns="3"] > .container > *[data-column-span="1"] {
    width: calc(33.3333333333% - var(--groupGap) / 2 * 1);
  }
}
@media (width >= 48rem) {
  .groupBlock[data-columns="3"] > .container > *[data-column-span="2"] {
    width: calc(66.6666666667% - var(--groupGap) / 2 * 1);
  }
}
@media (width >= 48rem) {
  .groupBlock[data-columns="3"] > .container > *[data-column-span="3"] {
    width: 100% !important;
  }
}
@media (width < 48rem) and (orientation: portrait) {
  .groupBlock[data-columns="4"] > .container > * {
    width: 100%;
  }
}
@media (width >= 48rem) {
  .groupBlock[data-columns="4"] > .container > * {
    width: calc(25% - var(--groupGap) / 4 * 3);
  }
}
@media (width >= 48rem) {
  .groupBlock[data-columns="4"] > .container > *[data-column-span="1"] {
    width: calc(25% - var(--groupGap) / 4 * 1);
  }
}
@media (width >= 48rem) {
  .groupBlock[data-columns="4"] > .container > *[data-column-span="2"] {
    width: calc(50% - var(--groupGap) / 4 * 1);
  }
}
@media (width >= 48rem) {
  .groupBlock[data-columns="4"] > .container > *[data-column-span="3"] {
    width: calc(75% - var(--groupGap) / 4 * 1);
  }
}
@media (width >= 48rem) {
  .groupBlock[data-columns="4"] > .container > *[data-column-span="4"] {
    width: 100% !important;
  }
}
@media (width < 48rem) and (orientation: portrait) {
  .groupBlock[data-columns="5"] > .container > * {
    width: 100%;
  }
}
@media (width >= 48rem) {
  .groupBlock[data-columns="5"] > .container > * {
    width: calc(20% - var(--groupGap) / 5 * 4);
  }
}
@media (width >= 48rem) {
  .groupBlock[data-columns="5"] > .container > *[data-column-span="1"] {
    width: calc(20% - var(--groupGap) / 5 * 1);
  }
}
@media (width >= 48rem) {
  .groupBlock[data-columns="5"] > .container > *[data-column-span="2"] {
    width: calc(40% - var(--groupGap) / 5 * 2);
  }
}
@media (width >= 48rem) {
  .groupBlock[data-columns="5"] > .container > *[data-column-span="3"] {
    width: calc(60% - var(--groupGap) / 5 * 3);
  }
}
@media (width >= 48rem) {
  .groupBlock[data-columns="5"] > .container > *[data-column-span="4"] {
    width: calc(80% - var(--groupGap) / 5 * 4);
  }
}
@media (width >= 48rem) {
  .groupBlock[data-columns="5"] > .container > *[data-column-span="5"] {
    width: 100% !important;
  }
}
@media (width < 48rem) and (orientation: portrait) {
  .groupBlock[data-columns="6"] > .container > * {
    width: 100%;
  }
}
@media (width >= 48rem) {
  .groupBlock[data-columns="6"] > .container > * {
    width: calc(16.6666666667% - var(--groupGap) / 6 * 5);
  }
}
@media (width >= 48rem) {
  .groupBlock[data-columns="6"] > .container > *[data-column-span="6"] {
    width: 100% !important;
  }
}
.groupBlock .container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: var(--groupGap);
}
@media (width < 48rem) and (orientation: portrait) {
  .groupBlock .container {
    flex-direction: column;
    align-items: flex-start;
    gap: 8vw;
  }
}
.groupBlock .container .textBlock .container {
  padding: 0 !important;
  max-width: none !important;
}
.groupBlock .container .textBlock .containerInner {
  max-width: none !important;
}
.groupBlock .container .group {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.groupBlock .container .group .container {
  padding: 0 !important;
  max-width: none !important;
}
.groupBlock .container .group .containerInner {
  max-width: none !important;
}
.groupBlock .container .group > .backgroundBlock {
  border-radius: 0.5em;
}
@media (width <= 68.75rem) {
  .groupBlock .container .group > .backgroundBlock {
    padding-inline: 4vw;
  }
}
@media (width >= 68.75rem) {
  .groupBlock .container .group > .backgroundBlock {
    padding-inline: 4em;
  }
}
@media (width < 48rem) and (orientation: portrait) {
  .groupBlock .container .group[data-order-mobile="1"] {
    order: 1;
  }
  .groupBlock .container .group[data-order-mobile="2"] {
    order: 2;
  }
  .groupBlock .container .group[data-order-mobile="3"] {
    order: 3;
  }
  .groupBlock .container .group[data-order-mobile="4"] {
    order: 4;
  }
  .groupBlock .container .group[data-order-mobile="5"] {
    order: 5;
  }
  .groupBlock .container .group[data-order-mobile="6"] {
    order: 6;
  }
  .groupBlock .container .group[data-order-mobile="7"] {
    order: 7;
  }
  .groupBlock .container .group[data-order-mobile="8"] {
    order: 8;
  }
  .groupBlock .container .group[data-order-mobile="9"] {
    order: 9;
  }
  .groupBlock .container .group[data-order-mobile="10"] {
    order: 10;
  }
}
.groupBlock .container .mediaBlock .container {
  padding: 0 !important;
}
.groupBlock .container .mediaBlock .container figure {
  width: 100% !important;
  margin: 0 !important;
  max-width: none !important;
}
@media (width < 48rem) and (orientation: portrait) {
  .groupBlock .container:has(aside) aside {
    order: 1;
  }
  .groupBlock .container:has(aside) > * {
    order: 2;
  }
}
.groupBlock .has-noMargin:last-child,
.groupBlock .has-miniMargin:last-child,
.groupBlock .has-lessMargin:last-child,
.groupBlock .has-margin:last-child,
.groupBlock .has-moreMargin:last-child {
  margin-bottom: 0 !important;
}
@media (width >= 48rem) {
  .groupBlock .stickyContainer {
    align-self: stretch;
  }
  .groupBlock .stickyContainer > * {
    position: -webkit-sticky;
    position: sticky;
    top: calc(var(--scrollMarginTop) * 1px);
  }
}

body:has(.stickyBar) .topMargin {
  display: none !important;
}

.stickyBar {
  position: -webkit-sticky;
  position: sticky;
  z-index: 10;
  width: 100%;
  margin-bottom: 3em;
}
@media (width < 48rem) and (orientation: portrait) {
  .stickyBar {
    top: 3.5em;
  }
}
@media (48rem <= width <= 60rem) {
  .stickyBar {
    top: 4.5rem;
  }
}
@media (60rem <= width <= 68.75rem) {
  .stickyBar {
    top: 5em;
  }
}
@media (width >= 68.75rem) {
  .stickyBar {
    top: 5em;
  }
}
.stickyBar[data-color=pinklight] {
  background: #FF98E1;
}
.stickyBar[data-color=yellow] {
  background: #ffce00;
}
.stickyBar .container {
  display: flex;
  padding-block: 0.5em;
  gap: 0.5em 1em;
}
@media (width < 48rem) and (orientation: portrait) {
  .stickyBar .container {
    flex-wrap: wrap;
    padding-block: 0.5em;
  }
}
.stickyBar .container .items {
  display: flex;
  gap: 0 1.5em;
}
@media (width < 48rem) and (orientation: portrait) {
  .stickyBar .container .items {
    flex-wrap: wrap;
    gap: 0.25em 1em;
    font-size: 0.8em;
  }
}
@media (48rem <= width <= 60rem) {
  .stickyBar .container .items {
    font-size: 0.75em;
  }
}
.stickyBar .container .items .item {
  display: flex;
  align-items: center;
  line-height: 1.2;
  gap: 0.4em;
  white-space: nowrap;
}
@media (width < 48rem) and (orientation: portrait) {
  .stickyBar .container .items .item {
    width: calc(50% - 0.5em);
  }
}
.stickyBar .container .items .item .icon {
  width: 2em;
}
.stickyBar .container .flowInline {
  margin-left: auto;
  justify-content: flex-end;
}
@media (width < 48rem) and (orientation: portrait) {
  .stickyBar .container .flowInline .button {
    justify-content: center;
    width: 100%;
  }
}

@media print {
  .related {
    display: none;
  }
}

.searchResultsBlock .block {
  margin-left: auto;
  margin-right: auto;
  max-width: 60ch;
}

@media (width < 48rem) and (orientation: portrait) {
  .searchform .button {
    display: none;
  }
}

.searchResults {
  margin-bottom: 4em;
}
.searchResults .searchResult {
  display: block;
  font-size: 0.8em;
  margin-bottom: 2em;
}
@media (hover: hover) and (pointer: fine) {
  .searchResults .searchResult:hover h3 {
    text-decoration: underline;
  }
}
.searchResults .searchResult h3 {
  color: #EE7C14;
  margin-bottom: 0.3em;
}
.searchResults .searchResult p {
  margin-bottom: 0.5em;
  line-height: 1.5;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
}
.searchResults .searchResult .siteStructure {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 0 !important;
}
.searchResults .searchResult .siteStructure li {
  display: flex;
  align-items: center;
  font-size: 0.9em;
  line-height: 1;
  margin-bottom: 0.5em;
  color: rgb(178.5, 178.5, 178.5);
}
.searchResults .searchResult .siteStructure li:last-child svg.icon-chevron-right {
  display: none;
}
.searchResults .searchResult .siteStructure li svg.icon-chevron-right {
  width: 0.8em;
  height: 0.8em;
  margin: 0.1em 0.25em 0;
}

.bannerPreview {
  height: 100svh;
}

.offline {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  min-height: 100vh;
  background: #ffffff;
  color: #000000;
  padding: 4vw;
}
.offline .block {
  max-width: 30rem;
}
.offline .logo {
  max-width: 12rem;
}
.offline p {
  margin-top: 1em;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.6);
}
@media (width < 48rem) and (orientation: portrait) {
  .offline p br {
    content: "";
  }
  .offline p br:after {
    content: " ";
  }
}
.offline p strong {
  color: #000000;
}

.devtoolsMenu {
  position: fixed;
  z-index: 150;
  bottom: 40px;
  left: 10px;
  color: #ffffff;
  mix-blend-mode: difference;
  display: flex;
  flex-direction: column;
}
.devtoolsMenu * {
  outline: 0 !important;
}

.toolButton {
  position: relative;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  vertical-align: bottom;
  flex: 0 0 auto;
  margin: 0;
  border: none;
  text-decoration: none;
  cursor: pointer;
  touch-action: manipulation;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background: transparent;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  display: flex;
  align-items: center;
  opacity: 0.5;
  font-size: 13px;
  line-height: 1;
  font-weight: 500;
  border-radius: 3px;
}
.toolButton:hover {
  opacity: 1;
}
.toolButton:hover span {
  display: block;
}
.toolButton svg {
  width: 40px;
  height: 40px;
}
.toolButton span {
  display: none;
  padding: 0 10px;
}

.editPageLink {
  position: fixed;
  left: 10px;
  bottom: 10px;
  z-index: 160;
  background: #ffffff;
}
.editPageLink svg {
  color: #E5422B;
  width: auto;
  height: 100%;
}

.fpsMeter {
  position: fixed;
  z-index: 150;
  right: 0;
  top: 0;
  display: none;
  color: #ffffff;
  font-size: 14px;
  line-height: 1;
  padding: 5px 10px;
  mix-blend-mode: difference;
}
[data-fps] .fpsMeter {
  display: block;
}

[data-wireframe] *:not(.devtoolsMenu, .devtoolsMenu *, .currentMQ, *.gridLine, .fpsMeter, .fpsMeter *) {
  outline: solid 1px blue !important;
}
[data-wireframe]:before, [data-wireframe]:after {
  position: fixed;
  z-index: 150;
  left: 0;
  top: 0;
  display: block;
  pointer-events: none;
  content: "";
}
[data-wireframe]:before {
  height: 100vh;
  width: 50%;
  border-right: 2px dashed darkred;
}
[data-wireframe]:after {
  height: 50vh;
  width: 100%;
  border-bottom: 2px dashed darkred;
}
[data-wireframe] figure:after {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  height: 50%;
  width: 100%;
  border-bottom: 1px solid yellow;
  pointer-events: none;
  content: "";
}

[data-gridview] .gridView {
  display: block;
  position: fixed;
  z-index: 151;
  top: 0;
  height: 100vh;
  width: 100%;
  pointer-events: none;
}
@media (width >= 48rem) {
  [data-gridview] .gridView {
    left: 50%;
    transform: translate(-50%, 0);
  }
}
[data-gridview] .gridView .currentMQ {
  position: absolute;
  z-index: 1;
  background: #000000;
  color: #ffffff;
  bottom: 10px;
  left: 3em;
  padding: 0.4em 1em 0.5em;
  opacity: 1;
}
@media (width >= 68.75rem) {
  [data-gridview] .gridView .currentMQ:before {
    content: "Large";
  }
}
@media (60rem <= width <= 68.75rem) {
  [data-gridview] .gridView .currentMQ:before {
    content: "Medium";
  }
}
@media (48rem <= width <= 60rem) {
  [data-gridview] .gridView .currentMQ:before {
    content: "Small";
  }
}
@media (width < 48rem) and (orientation: portrait) {
  [data-gridview] .gridView .currentMQ:before {
    content: "Mini";
  }
}
@media ((width < 60rem) and (orientation: landscape)) {
  [data-gridview] .gridView .currentMQ:before {
    content: "Mini hor";
  }
}
@media (width <= 21.25rem) and (orientation: portrait) {
  [data-gridview] .gridView .currentMQ:before {
    content: "Tiny";
  }
}
[data-gridview] .gridView .container {
  position: relative;
  height: 100%;
  line-height: 1;
  outline: 1px solid red !important;
}
[data-gridview] .gridView .container:after {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  background: red;
  color: #ffffff;
  font-size: 13px;
  padding: 2px 5px 4px;
  white-space: nowrap;
  content: "Container";
}
[data-gridview] .gridView .container .gutter {
  position: absolute;
  left: 0;
  height: 100%;
  width: 4vw;
}
@media (width >= 68.75rem) {
  [data-gridview] .gridView .container .gutter {
    width: 4em;
  }
}
[data-gridview] .gridView .container .gutter:nth-child(2) {
  left: auto;
  right: 0;
}
[data-gridview] .gridView .container .containerMid {
  position: relative;
  width: 100%;
  height: 100%;
  flex-grow: 1;
  outline: 1px solid green !important;
}
[data-gridview] .gridView .container .containerMid:after {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  background: green;
  color: #ffffff;
  font-size: 13px;
  padding: 2px 5px 4px;
  white-space: nowrap;
  content: "Container mid";
}
[data-gridview] .gridView .container .containerMid .containerInner {
  position: relative;
  height: 100%;
  flex-grow: 1;
  outline: 1px solid orange !important;
}
[data-gridview] .gridView .container .containerMid .containerInner:after {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  background: orange;
  color: #ffffff;
  font-size: 13px;
  padding: 2px 5px 4px;
  white-space: nowrap;
  content: "Container inner";
}
[data-gridview] .gridView .container .gridLines {
  position: absolute;
  top: 0;
  left: 4vw;
  right: 4vw;
  display: flex;
  gap: 1em;
  height: 100%;
  max-width: calc(80rem - 8vw);
}
@media (width >= 68.75rem) {
  [data-gridview] .gridView .container .gridLines {
    left: 4em;
    right: 4em;
    max-width: calc(80rem - 8em);
  }
}
[data-gridview] .gridView .container .gridLines .gridLine {
  height: 100%;
  flex-grow: 1;
  background: rgba(255, 0, 0, 0.1);
}

div[id^=ck] {
  display: none !important;
}
