@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap");
.custom__edit--info {
  position: fixed;
  width: 40px;
  height: 40px;
  bottom: 1em;
  right: 1em;
  z-index: 3000;
  border-radius: 50%;
  padding: 0;
  text-align: center;
  margin: 1em;
  background: #745B99;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.35);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.35); }
  .custom__edit--info svg {
    line-height: 40px;
    height: 40px;
    width: 40px;
    cursor: pointer; }
  .custom__edit--info div {
    position: absolute;
    display: block;
    white-space: nowrap;
    bottom: 0;
    right: 100%;
    border-radius: 4px;
    padding: 0 2em;
    -webkit-box-shadow: inherit;
    box-shadow: inherit;
    background: inherit;
    opacity: 0;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    visibility: hidden;
    -webkit-transition: opacity .2s ease, visibility 0s ease .2s, -webkit-transform .2s ease;
    transition: opacity .2s ease, visibility 0s ease .2s, -webkit-transform .2s ease;
    -o-transition: transform .2s ease, opacity .2s ease, visibility 0s ease .2s;
    transition: transform .2s ease, opacity .2s ease, visibility 0s ease .2s;
    transition: transform .2s ease, opacity .2s ease, visibility 0s ease .2s, -webkit-transform .2s ease; }
  .custom__edit--info p {
    white-space: nowrap;
    line-height: 1.8;
    text-align: left;
    text-transform: none; }
  .custom__edit--info small {
    margin-right: 5px;
    opacity: .75;
    text-transform: uppercase;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .custom__edit--info:hover div {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(-1em);
    -ms-transform: translateX(-1em);
    transform: translateX(-1em);
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s; }

.admin__feed__authorise a {
  text-decoration: none;
  color: inherit; }

.social__item__image img, .social__item__image video {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.social__item__image img, .social__item__image video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center; }

@-webkit-keyframes marquee {
  0% {
    -webkit-transform: translateX(100vw);
    transform: translateX(100vw); }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%); } }

@keyframes marquee {
  0% {
    -webkit-transform: translateX(100vw);
    transform: translateX(100vw); }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%); } }

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

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

.custom__edit--info {
  position: fixed;
  width: 40px;
  height: 40px;
  bottom: 1em;
  right: 1em;
  z-index: 3000;
  border-radius: 50%;
  padding: 0;
  text-align: center;
  margin: 1em;
  background: #745B99;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.35);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.35); }
  .custom__edit--info svg {
    line-height: 40px;
    height: 40px;
    width: 40px;
    cursor: pointer; }
  .custom__edit--info div {
    position: absolute;
    display: block;
    white-space: nowrap;
    bottom: 0;
    right: 100%;
    border-radius: 4px;
    padding: 0 2em;
    -webkit-box-shadow: inherit;
    box-shadow: inherit;
    background: inherit;
    opacity: 0;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    visibility: hidden;
    -webkit-transition: opacity .2s ease, visibility 0s ease .2s, -webkit-transform .2s ease;
    transition: opacity .2s ease, visibility 0s ease .2s, -webkit-transform .2s ease;
    -o-transition: transform .2s ease, opacity .2s ease, visibility 0s ease .2s;
    transition: transform .2s ease, opacity .2s ease, visibility 0s ease .2s;
    transition: transform .2s ease, opacity .2s ease, visibility 0s ease .2s, -webkit-transform .2s ease; }
  .custom__edit--info p {
    white-space: nowrap;
    line-height: 1.8;
    text-align: left;
    text-transform: none; }
  .custom__edit--info small {
    margin-right: 5px;
    opacity: .75;
    text-transform: uppercase;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .custom__edit--info:hover div {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(-1em);
    -ms-transform: translateX(-1em);
    transform: translateX(-1em);
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s; }

.admin__feed__authorise a {
  text-decoration: none;
  color: inherit; }

.social__item__image img, .social__item__image video {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.social__item__image img, .social__item__image video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center; }

@keyframes marquee {
  0% {
    -webkit-transform: translateX(100vw);
    transform: translateX(100vw); }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%); } }

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

#mixed__filters {
  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;
  gap: 1em;
  margin: 2em 0; }
  #mixed__filters li {
    padding: 1em;
    position: relative;
    font-weight: 700;
    cursor: pointer; }
  #mixed__filters li.active {
    color: var(--col-sec); }

.social__item__image {
  width: 100%;
  position: relative; }
  .social__item__image:before {
    content: '';
    display: block;
    visibility: hidden;
    padding-bottom: 60%; }

.admin__feed__authorise {
  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;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 2em; }
  .admin__feed__authorise a {
    display: block;
    background: #745B99;
    color: #fff;
    padding: .65em 1em;
    font-size: 0.875em;
    font-weight: 700; }

.content {
  width: 100%;
  float: none; }

.content__region {
  max-width: none; }

.content__attachments {
  display: none; }

.home {
  background: var(--col-pri);
  padding-top: 75px; }

.hero {
  min-height: 70vh;
  max-height: 100vh;
  height: 48vw; }

.news {
  padding: 0 5% 75px;
  color: var(--col-sectxt);
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: -webkit-transform 2s ease;
  transition: -webkit-transform 2s ease;
  -o-transition: transform 2s ease;
  transition: transform 2s ease;
  transition: transform 2s ease, -webkit-transform 2s ease; }
  .news__container {
    position: relative;
    z-index: 0; }
    .news__container.inview .news__watermark {
      opacity: 1; }
    .news__container.inview .news {
      -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
      transform: translateX(0); }
  @media all and (min-width: 1409.7px) {
    .news {
      padding-left: calc(50% - 635px);
      padding-right: calc(50% - 635px); } }
  .news__watermark {
    position: absolute;
    inset: 0;
    margin: auto;
    z-index: -1;
    width: 90%;
    max-width: 760px;
    height: 903px;
    opacity: 0;
    -webkit-transition: opacity 0.6s ease;
    -o-transition: opacity 0.6s ease;
    transition: opacity 0.6s ease; }
  .news__header h2 {
    font-size: clamp(28px, 6vw, 50px);
    font-weight: 400;
    text-align: center;
    color: var(--col-pritxt); }
  .news__feed {
    position: relative; }
    .news__feed__list {
      margin-bottom: 1.25em; }
      .news__feed__list__item {
        height: 470px;
        font-size: 14px; }
        .news__feed__list__item a {
          position: relative;
          height: 100%; }
          .news__feed__list__item a:hover .news__feed__list__item__image {
            -webkit-transform: scale(1.1);
            -ms-transform: scale(1.1);
            transform: scale(1.1); }
            .news__feed__list__item a:hover .news__feed__list__item__image:after {
              opacity: 0.6; }
          .news__feed__list__item a:hover .news__feed__list__item__content__intro {
            height: 165px;
            margin-bottom: 30px;
            font-weight: 300; }
          .news__feed__list__item a:hover .news__feed__list__item__hover {
            opacity: 1;
            font-weight: 300;
            font-size: 13px;
            letter-spacing: 0.5px; }
        .news__feed__list__item__image {
          height: 100%;
          -webkit-transition: -webkit-transform 0.6s ease;
          transition: -webkit-transform 0.6s ease;
          -o-transition: transform 0.6s ease;
          transition: transform 0.6s ease;
          transition: transform 0.6s ease, -webkit-transform 0.6s ease; }
          .news__feed__list__item__image:after {
            content: "";
            position: absolute;
            inset: 0;
            background: #020610;
            opacity: 0.3;
            -webkit-transition: opacity 0.6s ease;
            -o-transition: opacity 0.6s ease;
            transition: opacity 0.6s ease; }
        .news__feed__list__item__content {
          position: absolute;
          bottom: 0;
          padding: 0 30px 30px;
          color: #fff; }
          .news__feed__list__item__content__date {
            color: var(--col-sec); }
          .news__feed__list__item__content__title h3 {
            font-size: 20px;
            font-weight: 400;
            margin: 10px 0 0; }
          .news__feed__list__item__content__intro {
            line-height: 1.5;
            height: 75px;
            overflow: hidden;
            margin: 0;
            -webkit-transition: height 0.6s ease, margin 0.6s ease;
            -o-transition: height 0.6s ease, margin 0.6s ease;
            transition: height 0.6s ease, margin 0.6s ease; }
        .news__feed__list__item__hover {
          position: absolute;
          bottom: 30px;
          left: 30px;
          opacity: 0;
          color: #BFBFBF;
          -webkit-transition: opacity 0.6s ease, color 0.6s ease;
          -o-transition: opacity 0.6s ease, color 0.6s ease;
          transition: opacity 0.6s ease, color 0.6s ease; }
          .news__feed__list__item__hover:hover {
            color: #fff; }
  .news__footer {
    margin-top: 1.875em;
    text-align: center; }
    .news__footer .button__link a {
      color: var(--col-pri); }

@media all and (min-width: 800px) {
  .news__feed {
    padding: 0 5%; }
  .news__nav {
    position: absolute;
    inset: 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: auto; } }

.imagewall.inview .imagewall__list__item {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0); }

.imagewall__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .imagewall__list__item {
    height: 300px;
    color: var(--col-sectxt);
    font-size: clamp(20px, 6vw, 30px);
    overflow: hidden;
    width: 100%;
    -webkit-transform: translateX(-100vw);
    -ms-transform: translateX(-100vw);
    transform: translateX(-100vw);
    -webkit-transition: -webkit-transform 2s ease;
    transition: -webkit-transform 2s ease;
    -o-transition: transform 2s ease;
    transition: transform 2s ease;
    transition: transform 2s ease, -webkit-transform 2s ease; }
    .imagewall__list__item:nth-child(2) {
      -webkit-transition-delay: 0.5s;
      -o-transition-delay: 0.5s;
      transition-delay: 0.5s; }
    .imagewall__list__item:nth-child(3) {
      -webkit-transition-delay: 1s;
      -o-transition-delay: 1s;
      transition-delay: 1s; }
    .imagewall__list__item:nth-child(4) {
      -webkit-transition-delay: 1.5s;
      -o-transition-delay: 1.5s;
      transition-delay: 1.5s; }
    .imagewall__list__item:nth-child(5) {
      -webkit-transition-delay: 2s;
      -o-transition-delay: 2s;
      transition-delay: 2s; }
    .imagewall__list__item:nth-child(6) {
      -webkit-transition-delay: 2.5s;
      -o-transition-delay: 2.5s;
      transition-delay: 2.5s; }
    .imagewall__list__item:nth-child(7) {
      -webkit-transition-delay: 3s;
      -o-transition-delay: 3s;
      transition-delay: 3s; }
    .imagewall__list__item:nth-child(8) {
      -webkit-transition-delay: 3.5s;
      -o-transition-delay: 3.5s;
      transition-delay: 3.5s; }
    .imagewall__list__item:nth-child(9) {
      -webkit-transition-delay: 4s;
      -o-transition-delay: 4s;
      transition-delay: 4s; }
    .imagewall__list__item a {
      height: 100%;
      width: 100%;
      display: block;
      position: relative;
      z-index: 0; }
      .imagewall__list__item a:hover:before {
        opacity: 0.5; }
      .imagewall__list__item a:hover .imagewall__list__item__image {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1); }
      .imagewall__list__item a:hover .imagewall__list__item__name {
        bottom: 60px; }
        .imagewall__list__item a:hover .imagewall__list__item__name:after {
          -webkit-transform: scaleX(1);
          -ms-transform: scaleX(1);
          transform: scaleX(1); }
      .imagewall__list__item a:hover .imagewall__list__item__hover {
        opacity: 1; }
      .imagewall__list__item a:before {
        content: "";
        background: var(--col-pri);
        opacity: 0;
        position: absolute;
        inset: 0;
        z-index: -2;
        -webkit-transition: opacity 0.6s ease;
        -o-transition: opacity 0.6s ease;
        transition: opacity 0.6s ease; }
      .imagewall__list__item a:after {
        content: "";
        background: -webkit-gradient(linear, left bottom, left top, from(var(--col-pri)), to(var(--col-pri-rgba0)));
        background: -webkit-linear-gradient(bottom, var(--col-pri) 0%, var(--col-pri-rgba0) 100%);
        background: -o-linear-gradient(bottom, var(--col-pri) 0%, var(--col-pri-rgba0) 100%);
        background: linear-gradient(0deg, var(--col-pri) 0%, var(--col-pri-rgba0) 100%);
        position: absolute;
        bottom: 0;
        left: 0;
        height: 50%;
        width: 100%;
        z-index: -1; }
    .imagewall__list__item__image {
      height: 100%;
      width: 100%;
      -o-object-fit: cover;
      object-fit: cover;
      position: relative;
      z-index: -3;
      -webkit-transition: -webkit-transform 0.6s ease;
      transition: -webkit-transform 0.6s ease;
      -o-transition: transform 0.6s ease;
      transition: transform 0.6s ease;
      transition: transform 0.6s ease, -webkit-transform 0.6s ease; }
    .imagewall__list__item__name {
      position: absolute;
      bottom: 20px;
      left: 0;
      right: 0;
      margin: auto;
      width: -webkit-fit-content;
      width: -moz-fit-content;
      width: fit-content;
      text-align: center;
      padding: 0 5%;
      font-weight: 500;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      font-size: 30px;
      color: #fff;
      -webkit-transition: bottom 0.6s ease;
      -o-transition: bottom 0.6s ease;
      transition: bottom 0.6s ease; }
      .imagewall__list__item__name::after {
        content: "";
        width: 100%;
        height: 4px;
        border-radius: 5px;
        background: var(--col-sec);
        -webkit-transform: scaleX(0);
        -ms-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transition: -webkit-transform 0.6s ease;
        transition: -webkit-transform 0.6s ease;
        -o-transition: transform 0.6s ease;
        transition: transform 0.6s ease;
        transition: transform 0.6s ease, -webkit-transform 0.6s ease; }
    .imagewall__list__item__hover {
      position: absolute;
      bottom: 25px;
      left: 0;
      right: 0;
      margin: auto;
      width: -webkit-fit-content;
      width: -moz-fit-content;
      width: fit-content;
      font-size: 14px;
      opacity: 0;
      color: #BFBFBF;
      -webkit-transition: opacity 0.6s ease, color 0.6s ease;
      -o-transition: opacity 0.6s ease, color 0.6s ease;
      transition: opacity 0.6s ease, color 0.6s ease; }
      .imagewall__list__item__hover:hover {
        color: #fff; }

@media all and (min-width: 600px) {
  .imagewall__list__item {
    width: calc(50% - 10px); }
    .imagewall__list__item:nth-child(1), .imagewall__list__item:nth-child(2) {
      -webkit-transition-delay: 0s;
      -o-transition-delay: 0s;
      transition-delay: 0s; }
    .imagewall__list__item:nth-child(3), .imagewall__list__item:nth-child(4) {
      -webkit-transition-delay: 0.5s;
      -o-transition-delay: 0.5s;
      transition-delay: 0.5s; }
    .imagewall__list__item:nth-child(5), .imagewall__list__item:nth-child(6) {
      -webkit-transition-delay: 1.5s;
      -o-transition-delay: 1.5s;
      transition-delay: 1.5s; }
    .imagewall__list__item:nth-child(7), .imagewall__list__item:nth-child(8) {
      -webkit-transition-delay: 2s;
      -o-transition-delay: 2s;
      transition-delay: 2s; }
    .imagewall__list__item:nth-child(9) {
      -webkit-transition-delay: 2.5s;
      -o-transition-delay: 2.5s;
      transition-delay: 2.5s; } }

@media all and (min-width: 1000px) {
  .imagewall__list__item {
    width: calc(33.333333% - 13.4px); }
    .imagewall__list__item:nth-child(1), .imagewall__list__item:nth-child(2), .imagewall__list__item:nth-child(3) {
      -webkit-transition-delay: 0s;
      -o-transition-delay: 0s;
      transition-delay: 0s; }
    .imagewall__list__item:nth-child(4), .imagewall__list__item:nth-child(5), .imagewall__list__item:nth-child(6) {
      -webkit-transition-delay: 0.5s;
      -o-transition-delay: 0.5s;
      transition-delay: 0.5s; }
    .imagewall__list__item:nth-child(7), .imagewall__list__item:nth-child(8), .imagewall__list__item:nth-child(9) {
      -webkit-transition-delay: 1s;
      -o-transition-delay: 1s;
      transition-delay: 1s; } }

.awards__list {
  padding: 35px 0; }
  .awards__list__item {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 120px;
    padding: 0 10px; }
    .awards__list__item img {
      max-height: 100%;
      max-width: 100%; }
