.urgent ul {
  margin: 0;
  padding: 0;
  list-style: none; }

.owl-dot, .owl__nav > *, .urgent__btn {
  border: 0;
  outline: 0;
  padding: 0;
  cursor: pointer;
  background: transparent;
  -webkit-appearance: none;
  -webkit-border-radius: 0; }

.owl__nav > * svg, .urgent__icon svg, .urgent__btn svg, .welcomeimg__src, .map__container {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

/*https://www.sitepoint.com/building-linear-gradient-mixin-sass/*/

.btn, .events__item__info__txt {
  font: 400 1em/1.2 "Bree Serif", serif; }


.btn {
  font-size: 1.125em; }


.btn {
  display: inline-block;
  vertical-align: bottom;
  color: #1119b5 !important;
  background: #fedc09;
  border-radius: 2em;
  border: none;
  line-height: 1.2;
  padding: .9575em 1.75em;
  position: relative;
  overflow: hidden; }

@media all and (min-width: 769px) {
  
  .btn:hover {
    background: #1119b5;
    color: #fff !important; } }

.supergrid__item__module {
  border-radius: 24px;
  border-radius: 1.5rem;
  overflow: hidden;
  z-index: 0; }

.urgent ul {
  margin: 0;
  padding: 0;
  list-style: none; }

.owl-dot, .owl__nav > *, .urgent__btn {
  border: 0;
  outline: 0;
  padding: 0;
  cursor: pointer;
  background: transparent;
  -webkit-appearance: none;
  -webkit-border-radius: 0; }

.owl__nav > * svg, .urgent__icon svg, .urgent__btn svg, .welcomeimg__src, .map__container {
  position: absolute;
  margin: auto; }
  @supports (inset: 0) {
    .owl__nav > * svg, .urgent__icon svg, .urgent__btn svg, .welcomeimg__src, .map__container {
      inset: 0; } }
  @supports not (inset: 0) {
    .owl__nav > * svg, .urgent__icon svg, .urgent__btn svg, .welcomeimg__src, .map__container {
      top: 0;
      right: 0;
      bottom: 0;
      left: 0; } }
  @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .owl__nav > * svg, .urgent__icon svg, .urgent__btn svg, .welcomeimg__src, .map__container {
      top: 0;
      right: 0;
      bottom: 0;
      left: 0; } }

.urgent ul a {
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis; }

.newsletter__item__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.owl-lazy, .map__container {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }


.btn, .urgent__btn, .newsletter__item:after {
  -webkit-transition: color 0.2s ease, fill 0.2s ease, background 0.2s ease, border-color 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: color 0.2s ease, fill 0.2s ease, background 0.2s ease, border-color 0.2s ease, -webkit-box-shadow 0.2s ease;
  -o-transition: color 0.2s ease, fill 0.2s ease, background 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
  transition: color 0.2s ease, fill 0.2s ease, background 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
  transition: color 0.2s ease, fill 0.2s ease, background 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, -webkit-box-shadow 0.2s ease; }

.owl-item, .owl-dot span, .urgent, .hero__overlay ul li, .supergrid__item__link__txt {
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease, -webkit-transform 0.3s ease;
  -o-transition: transform 0.3s ease, opacity 0.3s ease, visibility 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease, visibility 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease, visibility 0.3s ease, -webkit-transform 0.3s ease; }

.welcomeimg {
  background: #1119b5;
  color: #FFF;
  fill: #FFF; }

.admin_editable.welcomeimg__src {
  position: absolute !important;
  overflow: hidden !important;
  background: transparent; }
  .admin_editable.welcomeimg__src:hover {
    z-index: auto; }
  @supports ((-o-object-fit: cover) or (object-fit: cover)) {
    .admin_editable.welcomeimg__src img {
      -o-object-fit: cover;
      object-fit: cover;
      width: 100% !important;
      height: 100% !important;
      position: relative !important;
      top: auto !important;
      left: auto !important;
      margin: 0 !important; } }

.welcomeimg__src > div {
  height: 100%; }

@media all and (min-width: 900px) {
  .js_pop {
    opacity: 0;
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-transition: opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), visibility 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), visibility 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), visibility 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), visibility 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), visibility 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1); }
  .hit .js_pop {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }
    .hit .js_pop:nth-child(1) {
      -webkit-transition-delay: 100ms;
      -o-transition-delay: 100ms;
      transition-delay: 100ms; }
    .hit .js_pop:nth-child(2) {
      -webkit-transition-delay: 200ms;
      -o-transition-delay: 200ms;
      transition-delay: 200ms; }
    .hit .js_pop:nth-child(3) {
      -webkit-transition-delay: 300ms;
      -o-transition-delay: 300ms;
      transition-delay: 300ms; }
    .hit .js_pop:nth-child(4) {
      -webkit-transition-delay: 400ms;
      -o-transition-delay: 400ms;
      transition-delay: 400ms; }
    .hit .js_pop:nth-child(5) {
      -webkit-transition-delay: 500ms;
      -o-transition-delay: 500ms;
      transition-delay: 500ms; }
    .hit .js_pop:nth-child(6) {
      -webkit-transition-delay: 600ms;
      -o-transition-delay: 600ms;
      transition-delay: 600ms; }
    .hit .js_pop:nth-child(7) {
      -webkit-transition-delay: 700ms;
      -o-transition-delay: 700ms;
      transition-delay: 700ms; }
    .hit .js_pop:nth-child(8) {
      -webkit-transition-delay: 800ms;
      -o-transition-delay: 800ms;
      transition-delay: 800ms; } }

@media all and (min-width: 900px) {
  .js_fade,
  .js_fadeup {
    opacity: 0;
    -webkit-transition: opacity 1s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: opacity 1s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 1s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 1s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 1s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1); }
  .js_fadeup {
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px); }
  .hit .js_fade {
    opacity: 1; }
  .hit .js_fadeup {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }
  .hit .js_fade:nth-child(1),
  .hit .js_fadeup:nth-child(1) {
    -webkit-transition-delay: 160ms;
    -o-transition-delay: 160ms;
    transition-delay: 160ms; }
  .hit .js_fade:nth-child(2),
  .hit .js_fadeup:nth-child(2) {
    -webkit-transition-delay: 320ms;
    -o-transition-delay: 320ms;
    transition-delay: 320ms; }
  .hit .js_fade:nth-child(3),
  .hit .js_fadeup:nth-child(3) {
    -webkit-transition-delay: 480ms;
    -o-transition-delay: 480ms;
    transition-delay: 480ms; }
  .hit .js_fade:nth-child(4),
  .hit .js_fadeup:nth-child(4) {
    -webkit-transition-delay: 640ms;
    -o-transition-delay: 640ms;
    transition-delay: 640ms; }
  .hit .js_fade:nth-child(5),
  .hit .js_fadeup:nth-child(5) {
    -webkit-transition-delay: 800ms;
    -o-transition-delay: 800ms;
    transition-delay: 800ms; }
  .hit .js_fade:nth-child(6),
  .hit .js_fadeup:nth-child(6) {
    -webkit-transition-delay: 960ms;
    -o-transition-delay: 960ms;
    transition-delay: 960ms; }
  .hit .js_fade:nth-child(7),
  .hit .js_fadeup:nth-child(7) {
    -webkit-transition-delay: 1120ms;
    -o-transition-delay: 1120ms;
    transition-delay: 1120ms; }
  .hit .js_fade:nth-child(8),
  .hit .js_fadeup:nth-child(8) {
    -webkit-transition-delay: 1280ms;
    -o-transition-delay: 1280ms;
    transition-delay: 1280ms; } }

@media all and (min-width: 900px) {
  .js_slide,
  .js_slide-after {
    opacity: 0;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    will-change: transform;
    -webkit-transition: opacity 1s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: opacity 1s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 1s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 1s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 1s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1); }
  .hit .js_slide,
  .hit + section .js_slide-after {
    opacity: 1;
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%); } }

@media all and (min-width: 900px) {
  .js_clip {
    opacity: 0;
    -webkit-transform: translate(0, 30px) scale(0.9);
    -ms-transform: translate(0, 30px) scale(0.9);
    transform: translate(0, 30px) scale(0.9);
    -webkit-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-clip-path: polygon(25% 0, 75% 0, 75% 100%, 25% 100%);
    clip-path: polygon(25% 0, 75% 0, 75% 100%, 25% 100%);
    will-change: opacity, transform; }
  .hit .js_clip {
    opacity: 1;
    -webkit-transform: translate(0, 0) scale(1);
    -ms-transform: translate(0, 0) scale(1);
    transform: translate(0, 0) scale(1);
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    -webkit-transition: opacity 1s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-clip-path 1s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: opacity 1s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-clip-path 1s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: opacity 1s cubic-bezier(0.165, 0.84, 0.44, 1), clip-path 1s cubic-bezier(0.165, 0.84, 0.44, 1), transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: opacity 1s cubic-bezier(0.165, 0.84, 0.44, 1), clip-path 1s cubic-bezier(0.165, 0.84, 0.44, 1), transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: opacity 1s cubic-bezier(0.165, 0.84, 0.44, 1), clip-path 1s cubic-bezier(0.165, 0.84, 0.44, 1), transform 1s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-clip-path 1s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1); }
  .hit .js_clip:nth-child(1) {
    -webkit-transition-delay: 100ms;
    -o-transition-delay: 100ms;
    transition-delay: 100ms; }
  .hit .js_clip:nth-child(2) {
    -webkit-transition-delay: 200ms;
    -o-transition-delay: 200ms;
    transition-delay: 200ms; }
  .hit .js_clip:nth-child(3) {
    -webkit-transition-delay: 300ms;
    -o-transition-delay: 300ms;
    transition-delay: 300ms; }
  .hit .js_clip:nth-child(4) {
    -webkit-transition-delay: 400ms;
    -o-transition-delay: 400ms;
    transition-delay: 400ms; }
  .hit .js_clip:nth-child(5) {
    -webkit-transition-delay: 500ms;
    -o-transition-delay: 500ms;
    transition-delay: 500ms; }
  .hit .js_clip:nth-child(6) {
    -webkit-transition-delay: 600ms;
    -o-transition-delay: 600ms;
    transition-delay: 600ms; }
  .hit .js_clip:nth-child(7) {
    -webkit-transition-delay: 700ms;
    -o-transition-delay: 700ms;
    transition-delay: 700ms; }
  .hit .js_clip:nth-child(8) {
    -webkit-transition-delay: 800ms;
    -o-transition-delay: 800ms;
    transition-delay: 800ms; } }

.owl-stage-outer {
  width: 100%;
  height: 100%;
  padding: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }
  .owl-stage-outer:before, .owl-stage-outer:after {
    content: "";
    display: table; }
  .owl-stage-outer:after {
    clear: both; }

.owl-stage {
  height: 100%;
  position: relative;
  /* -ms-overflow-y: hidden;*/
  /* fixes overflowing owl inside flex container in IE10/11 */
  -ms-touch-action: pan-Y; }

.owl__flex .owl-stage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row; }

.owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  [owl-trans="true"] .owl-item {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8); }
    [owl-trans="true"] .owl-item.active {
      opacity: 1;
      -webkit-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1);
      visibility: visible; }

.owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 1s ease;
  -o-transition: opacity 1s ease;
  transition: opacity 1s ease; }

.owl-nav,
.owl-dots {
  display: none; }

.owl-dot {
  display: inline-block;
  cursor: pointer;
  margin: 0.5em; }
  .owl-dot span {
    width: 0.5em;
    height: 0.5em;
    border-radius: 50%;
    background: currentColor;
    position: relative;
    overflow: hidden;
    display: block;
    opacity: .25; }
  .owl-dot.active span {
    opacity: 1;
    -webkit-transform: scale(2);
    -ms-transform: scale(2);
    transform: scale(2); }

.owl__nav {
  margin: -0.25em;
  visibility: hidden; }
  .owl__nav > * {
    width: 3.5em;
    height: 3.5em;
    border-radius: 50%;
    visibility: visible;
    position: relative;
    cursor: pointer;
    display: inline-block;
    margin: 0.25em;
    color: #1119b5;
    background: rgba(17, 25, 181, 0.2);
    -webkit-box-shadow: 0 8px 16px rgba(20, 33, 70, 0.1);
    box-shadow: 0 8px 16px rgba(20, 33, 70, 0.1);
    -webkit-transition: background 0.2s ease, color 0.2s ease, opacity 0.3s ease;
    -o-transition: background 0.2s ease, color 0.2s ease, opacity 0.3s ease;
    transition: background 0.2s ease, color 0.2s ease, opacity 0.3s ease; }
    .owl__nav > *.disabled {
      opacity: .2;
      cursor: auto; }
    .owl__nav > * svg {
      font-size: 1.25em; }

@media all and (min-width: 769px) {
  .owl__nav > *:not(.disabled):hover {
    color: #FFF;
    background: #1119b5; } }

/* "animateIn":"owl-item--fadein","animateOut":"owl-item--fadeout" */
.owl-item--fadeout {
  z-index: 10;
  -webkit-animation: fadeOut .7s both ease;
  animation: fadeOut .7s both ease; }

.owl-item--fadein {
  -webkit-animation: fadeIn .7s both ease;
  animation: fadeIn .7s both ease; }

@-webkit-keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@-webkit-keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

@keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

.urgent {
  color: #FFF;
  background: #e24141;
  height: 3.5em;
  line-height: 3.5em;
  overflow: hidden;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 4;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%); }
  .mason--ready .urgent {
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    -webkit-transition-delay: .9s;
    -o-transition-delay: .9s;
    transition-delay: .9s; }
  .urgent ul a {
    padding: 0 4.375em 0 5.3125em;
    display: block; }
  .urgent ul p {
    display: inline; }
  .urgent__icon {
    width: 3.75em;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 1;
    background: #cf3535; }
    .urgent__icon svg {
      font-size: 1.5em;
      margin: auto; }
  .urgent__btn {
    width: 4.375em;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    background: inherit; }
    .urgent__btn svg {
      margin: auto;
      font-size: 1em;
      color: rgba(0, 0, 0, 0.3); }
  .urgent__nocookie ul a {
    padding-right: 1.5em; }
  .mason--urgent-hide .urgent {
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s; }

.hero {
  z-index: 1;
  height: auto;
  min-height: 60vw;
  max-height: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end; }

.hero__slideshow:after {
  background: rgba(6, 15, 39, 0.8);
  background: -webkit-linear-gradient(top, rgba(6, 15, 39, 0.8) 0%, rgba(6, 15, 39, 0.1) 35%, rgba(6, 15, 39, 0.1) 52%, rgba(6, 15, 39, 0.8) 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(6, 15, 39, 0.8)), color-stop(35%, rgba(6, 15, 39, 0.1)), color-stop(52%, rgba(6, 15, 39, 0.1)), to(rgba(6, 15, 39, 0.8)));
  background: -o-linear-gradient(top, rgba(6, 15, 39, 0.8) 0%, rgba(6, 15, 39, 0.1) 35%, rgba(6, 15, 39, 0.1) 52%, rgba(6, 15, 39, 0.8) 100%);
  background: linear-gradient(to bottom, rgba(6, 15, 39, 0.8) 0%, rgba(6, 15, 39, 0.1) 35%, rgba(6, 15, 39, 0.1) 52%, rgba(6, 15, 39, 0.8) 100%);
  pointer-events: none; }

.hero__overlay {
  pointer-events: none;
  font-size: 0.8em; }
  @media all and (min-width: 415px) {
    .hero__overlay {
      font-size: 1.1em; } }
  @media all and (min-width: 769px) {
    .hero__overlay {
      font-size: 1.15em; } }
  @media all and (min-width: 1025px) {
    .hero__overlay {
      font-size: 1.2em; } }
  @media all and (min-width: 1301px) {
    .hero__overlay {
      font-size: 1.3em; } }
  .hero__overlay .ms-center {
    padding: 180px 0 7em;
    pointer-events: none; }
  .hero__overlay__scroller {
    right: 2.5em;
    bottom: 0;
    -webkit-transform: translateY(50%);
    -ms-transform: translateY(50%);
    transform: translateY(50%);
    pointer-events: all; }
  .hero__overlay ul {
    display: -ms-grid;
    display: grid;
    grid-template-areas: "area1"; }
    .hero__overlay ul li {
      -ms-grid-row: 1;
      -ms-grid-column: 1;
      grid-area: area1;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: end;
      -ms-flex-align: end;
      align-items: flex-end;
      opacity: 0;
      visibility: hidden;
      -webkit-transform: translateY(5px);
      -ms-transform: translateY(5px);
      transform: translateY(5px); }
      .hero__overlay ul li.active {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        -webkit-transition-delay: .25s;
        -o-transition-delay: .25s;
        transition-delay: .25s; }

@media all and (min-width: 769px) {
  .hero {
    min-height: 30em;
    min-height: 93vh;
    min-height: calc(100vh - 4.125em); } }

body .admin_edit_buttons .admin_hover_buttons[data-position="bottom right"] {
  bottom: 50%;
  left: 0;
  right: auto;
  z-index: 10; }

.hero__media video {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover; }

.default__video__button.hero__video__popup {
  display: none; }

.hero__media {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.hero__media__ctrls {
  position: absolute;
  bottom: 5%;
  right: clamp(1em, 5%, 3em);
  left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 0.625em;
  z-index: 4; }

button.default__video__button {
  width: 2.75em;
  height: 2.75em;
  margin: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
  color: #FFF;
  border: 2px solid currentColor;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(1px);
  -webkit-backdrop-filter: blur(5px);
  opacity: 0;
  -webkit-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease; }
  button.default__video__button.ready {
    opacity: 1; }
  button.default__video__button > *:nth-child(2) {
    display: none; }
  button.default__video__button.active > *:nth-child(1) {
    display: none; }
  button.default__video__button.active > *:nth-child(2) {
    display: block; }
  button.default__video__button:hover, button.default__video__button:focus {
    background: #fff;
    color: #3e3e3e;
    border-color: #fff; }

.hero__slideshow__controls > button {
  opacity: 1; }

.home {
  z-index: 0; }
  .home__bg {
    display: none; }

.main {
  z-index: auto;
  padding: 2.5em 0;
  padding: 10vw 0; }

.content {
  z-index: 1; }

.content__title {
  margin-bottom: .5em; }
  .content__title span {
    display: block;
    font-size: 0.5em;
    color: #1119b5; }

.content__title.admin_editable,
.content__attachments {
  display: none; }

.welcomeimg {
  position: relative;
  max-width: 9.375em;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 1em;
  -webkit-box-shadow: 0 16px 32px rgba(20, 33, 70, 0.1);
  box-shadow: 0 16px 32px rgba(20, 33, 70, 0.1);
  -ms-flex-negative: 0;
  flex-shrink: 0;
  z-index: 1; }
  .welcomeimg:before {
    content: '';
    display: block;
    visibility: hidden;
    padding-bottom: 100%; }

@media all and (min-width: 850px) {
  @supports (pointer-events: none) {
    .home__bg {
      display: block;
      pointer-events: none;
      left: calc(5% - 20px);
      right: calc(5% - 20px); }
      .home__bg svg {
        width: 100%;
        height: 100%;
        fill: none;
        stroke: #12233b;
        stroke-linecap: round;
        stroke-width: 4;
        stroke-dasharray: 0 16;
        opacity: .2; } }
  .main__center {
    max-width: 1152px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .welcomeimg {
    margin-right: 6%;
    max-width: 18.75em; } }

@media all and (min-width: 1200px) {
  .main {
    padding: 8.125em 0; }
  .welcomeimg {
    max-width: 32em; } }

@media all and (min-width: 1420.8px) {
  .home__bg {
    left: calc((50% - 640px) - 20px);
    right: calc((50% - 640px) - 20px); } }

.supergrid {
  padding: 2.5em 0;
  background-color: #fedc09; }
  .supergrid__logo {
    top: 0;
    left: -8.75em;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: rgba(181, 17, 26, 0.04); }
  .supergrid .grid {
    z-index: 1;
    position: relative; }
  .supergrid__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    .supergrid__item__module {
      position: relative;
      text-align: center;
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1;
      -webkit-box-shadow: 0px 16px 32px rgba(20, 33, 70, 0.1);
      box-shadow: 0px 16px 32px rgba(20, 33, 70, 0.1); }
    .supergrid__item__link__img:not([data-src=""]) ~ .supergrid__item__link__txt {
      min-height: 14em; }

@media all and (min-width: 900px) {
  .supergrid {
    padding-top: 6.875em;
    padding-bottom: 0; } }

@media all and (min-width: 1050px) {
  @supports ((display: -ms-grid) or (display: grid)) {
    .supergrid .grid {
      display: -ms-grid;
      display: grid;
      grid-template-areas: "area_1 area_3 area_5" "area_2 area_4 area_6";
      -ms-grid-columns: 1fr 1fr 1fr;
      grid-template-columns: 1fr 1fr 1fr; }
      .supergrid .grid > * {
        width: 100%; }
        .supergrid .grid > *:nth-child(1) {
          grid-area: area_1; }
        .supergrid .grid > *:nth-child(2) {
          grid-area: area_2;
          min-height: 28em; }
        .supergrid .grid > *:nth-child(3) {
          grid-area: area_3; }
        .supergrid .grid > *:nth-child(4) {
          grid-area: area_4;
          min-height: 28em; }
        .supergrid .grid > *:nth-child(5) {
          grid-area: area_5; }
        .supergrid .grid > *:nth-child(6) {
          grid-area: area_6;
          min-height: 28em; } } }

@media all and (min-width: 1050px) {
    .supergrid .grid > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1; }
    .supergrid .grid > *:nth-child(2) {
    -ms-grid-row: 2;
    -ms-grid-column: 1; }
    .supergrid .grid > *:nth-child(3) {
    -ms-grid-row: 1;
    -ms-grid-column: 2; }
    .supergrid .grid > *:nth-child(4) {
    -ms-grid-row: 2;
    -ms-grid-column: 2; }
    .supergrid .grid > *:nth-child(5) {
    -ms-grid-row: 1;
    -ms-grid-column: 3; }
    .supergrid .grid > *:nth-child(6) {
    -ms-grid-row: 2;
    -ms-grid-column: 3; } }

.events {
  padding: 3em;
  text-align: left; }
  .events__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 1.625em; }
    .events__header > * {
      margin: 0.25em 0; }
  .events__item {
    position: relative; }
    .events__item:after {
      position: absolute;
      content: '';
      top: 0;
      right: -48px;
      bottom: 0;
      background: rgba(17, 25, 181, 0.1);
      width: 2px; }
    .events__item__info > span {
      display: inline-block;
      vertical-align: middle; }
      .events__item__info > span:first-child {
        margin-right: 1.5em; }
    .events__item__info__icon {
      width: 2em;
      height: 2em;
      border-radius: 50%;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      vertical-align: middle;
      background: rgba(17, 25, 181, 0.1);
      margin-right: 0.5em; }
    .events__item__info__txt {
      display: inline-block;
      vertical-align: middle; }
    .events__item__title {
      margin: .325em 0 1.15em; }
  .events__footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .events__footer > * {
      margin: 0.5em 0; }

@media all and (min-width: 769px) {
  .events__item a:hover {
    color: #fedc09; } }

.supergrid__item__link + .supergrid__item__link {
  margin-top: 2.5em; }

.supergrid__item__link__img[data-src=""] {
  display: none; }

.supergrid__item__link__txt {
  position: relative;
  z-index: 1;
  height: 100%;
  min-height: none;
  padding: 1em 2.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center; }

.newsletter {
  padding: 3em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.newsletter__item {
  position: relative;
  border-radius: 50%;
  max-width: 10em;
  margin: 1.0625em auto;
  border: 8px solid #FFF;
  -webkit-box-shadow: 0 16px 32px rgba(20, 33, 70, 0.2);
  box-shadow: 0 16px 32px rgba(20, 33, 70, 0.2); }
  .newsletter__item:before {
    content: '';
    display: block;
    visibility: hidden;
    padding-bottom: 100%; }
  .newsletter__item:after {
    position: absolute;
    content: '';
    top: -2.5em;
    right: -2.5em;
    bottom: -2.5em;
    left: -2.5em;
    border-radius: inherit;
    background: rgba(17, 25, 181, 0.1);
    z-index: -1; }
  .newsletter__item__inner__date {
    margin-top: .5em; }

@media all and (min-width: 769px) {
  .newsletter__item:hover {
    background: #fedc09; }
    .newsletter__item:hover:after {
      background: rgba(254, 220, 9, 0.1); } }

.map {
  background: #F5F5F5; }
  .map__canvas {
    height: 80vw;
    max-height: 28.125em;
    position: relative; }
  .map__overlay {
    z-index: 1;
    position: relative; }
  .map__list {
    position: relative;
    padding: 2.5em 2.5em 8.125em;
    line-height: 1.5; }
    .map__list ul li {
      margin-top: 1.5em; }
    .map__list ul p {
      margin: 0; }
    .map__list ul .ms-btn {
      margin-top: 0.375em; }

@media all and (max-width: 899px) {
  .map__canvas #map_canvas {
    background-position: left 21% center;
    background-size: 300vw; }
  .map__overlay {
    border-radius: 0 !important; }
  .map .ms-center {
    width: 100%; } }

@media all and (min-width: 900px) {
  .map {
    margin-top: -8.75em;
    padding: 17.25em 0 8.5em; }
    .map__canvas {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      height: auto;
      max-height: none; }
    .map .ms-center {
      visibility: hidden;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end; }
    .map__overlay {
      position: relative;
      width: 50%;
      max-width: 28em;
      left: -2.5em; }
      .map__overlay:before {
        content: '';
        display: block;
        visibility: hidden;
        padding-bottom: 100%; }
      .map__overlay:after {
        position: absolute;
        content: '';
        top: -2.5em;
        right: -2.5em;
        bottom: -2.5em;
        left: -2.5em;
        border-radius: 50%;
        background: #FFF;
        opacity: .2;
        z-index: -1;
        visibility: visible;
        -webkit-box-shadow: 0px 10px 30px rgba(204, 188, 193, 0.5);
        box-shadow: 0px 10px 30px rgba(204, 188, 193, 0.5); }
    .map__list {
      visibility: visible;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      padding: 12%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      border-radius: 50%;
      overflow: hidden;
      -webkit-box-shadow: 0px 10px 30px rgba(204, 188, 193, 0.5);
      box-shadow: 0px 10px 30px rgba(204, 188, 193, 0.5); }
  .mason--dev .supergrid,
  .mason--dev .map__overlay,
  .mason--dev .footer {
    opacity: 0; } }
