:root {
  --black: #292824;
  --light-grey: #e2e2e2;
  --dark-grey: #535353;
  --light-yellow: #fef5e4;
  --hvit: white;
  --yellow: #edc123;
  --transparent: #0000;
  --blue: #518ace;
  --dark-blue: #00304e;
  --light-blue: #c7d7e6;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: #292824;
  font-family: tt-commons-pro, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 29px;
}

h1 {
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 60px;
  font-weight: 500;
  line-height: 60px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 500;
  line-height: 44px;
}

p {
  margin-bottom: 30px;
}

a {
  color: var(--black);
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
}

.container {
  width: 100%;
  max-width: 860px;
  padding-left: 30px;
  padding-right: 30px;
}

.container.w_1200 {
  max-width: 1260px;
  position: relative;
}

.container.w_992 {
  max-width: 1052px;
}

.container.w_992.center {
  text-align: center;
}

.container.full {
  max-width: 1800px;
}

.container.login {
  text-align: center;
}

.main {
  padding-top: 70px;
  padding-left: 30px;
  padding-right: 30px;
  position: relative;
  overflow: hidden;
}

.ingress {
  font-size: 30px;
  line-height: 44px;
}

.image {
  border-radius: 20px;
  width: 100%;
  margin-bottom: 30px;
}

.page-hero-image {
  object-fit: cover;
  width: 100%;
  height: 50vh;
  min-height: 500px;
}

.footer {
  padding: 30px;
}

.frame {
  background-color: var(--light-grey);
  border-radius: 20px;
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
  overflow: hidden;
}

.frame.light {
  background-color: #d3dbde57;
  margin-top: 30px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.frame.bck-image {
  background-color: #d3dbde57;
  background-image: url('../images/iStock-15365135362x.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 30px;
  padding-top: 100px;
  padding-bottom: 100px;
}

.grid-row {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-h2 {
  font-size: 21px;
  line-height: 34px;
}

.footer-nav-list {
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
}

.footer-nav-link {
  color: var(--black);
  padding-top: 10px;
  padding-bottom: 10px;
  text-decoration: none;
  display: inline-block;
}

.footer-nav-link:hover {
  text-decoration: underline;
}

.footer-nav-link.some {
  background-image: url('../images/up-arrow.svg');
  background-position: 100% 10px;
  background-repeat: no-repeat;
  background-size: 10px;
  background-attachment: scroll;
  min-width: 115px;
  padding-right: 30px;
}

.copyright {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-top: 1px solid var(--dark-grey);
  color: var(--dark-grey);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 20px;
  padding-top: 20px;
  font-size: 16px;
  display: grid;
}

.copyright-link {
  color: var(--dark-grey);
  text-decoration: none;
}

.copyright-link:hover {
  text-decoration: underline;
}

.copyright-link.tiktok {
  background-image: url('../images/up-arrow.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: auto;
  width: 65px;
}

.copyright-link.facebook {
  background-image: url('../images/up-arrow.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: auto;
  width: 85px;
}

.notat {
  background-color: var(--light-yellow);
  border-radius: 15px;
  padding: 10px 40px 20px;
}

.notat-h2 {
  font-size: 23px;
  line-height: 34px;
}

.faq-h2 {
  text-align: center;
  margin-top: 50px;
  margin-bottom: 30px;
  font-size: 38px;
  line-height: 58px;
}

.faq-wrapper {
  z-index: 0;
  border: 1px solid var(--light-grey);
  border-radius: 20px;
  margin-bottom: 20px;
  display: block;
  overflow: hidden;
}

.faq-toggle {
  padding-left: 30px;
  padding-right: 30px;
  font-size: 23px;
  font-weight: 500;
  display: block;
}

.faq-content {
  background-color: var(--hvit);
  padding: 20px;
  position: relative;
}

.faq-content.w--open {
  padding-left: 60px;
  padding-right: 60px;
}

.faq-icon {
  margin-right: 30px;
}

.header {
  z-index: 10;
  border-bottom: 1px solid var(--light-grey);
  background-color: var(--hvit);
  position: relative;
  box-shadow: 0 1px 3px #0000001a;
}

.header-container {
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.logo {
  width: 75px;
}

.nav {
  text-align: center;
  flex: 1;
}

.header-button {
  border: 1px solid var(--yellow);
  background-color: var(--yellow);
  color: var(--black);
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  height: 55px;
  padding: 0 50px;
  font-size: 16px;
  font-weight: 600;
  line-height: 25px;
  display: flex;
}

.header-button:hover {
  border-color: var(--black);
  background-color: var(--hvit);
}

.header-button-icon {
  width: 12px;
  margin-left: 15px;
}

.nav-wrapper {
  height: 55px;
  display: inline-block;
  position: relative;
}

.nav-list {
  justify-content: center;
  align-items: center;
  height: 55px;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.nav-list-link {
  border-bottom: 2px solid var(--transparent);
  color: var(--black);
  font-size: 18px;
  font-weight: 300;
  text-decoration: none;
  display: flex;
}

.nav-list-link:hover {
  border-bottom-color: var(--blue);
}

.portal-page {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  justify-content: center;
  align-items: center;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
}

.portal-page-content {
  flex: 1;
}

.portal-page-image {
  border-radius: 20px;
  max-width: 50%;
  height: auto;
}

.portal-page-image.right {
  order: 1;
}

.portal-page-title {
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 48px;
  font-weight: 500;
  line-height: 58px;
}

.button {
  border: 1px solid var(--black);
  background-color: var(--hvit);
  color: var(--black);
  border-radius: 30px;
  margin-bottom: 15px;
  margin-right: 15px;
  padding: 15px 50px;
  font-weight: 500;
  line-height: 30px;
}

.button:hover {
  background-color: var(--dark-blue);
  color: var(--hvit);
}

.button.filter-btn {
  margin-bottom: 10px;
  margin-right: 10px;
  padding: 10px 30px;
  font-weight: 300;
  line-height: 20px;
}

.button.filter-btn.active {
  background-color: var(--dark-blue);
  color: var(--hvit);
}

.button.no-margin {
  margin-right: 0;
}

.slider {
  background-color: #ddd0;
  height: 100%;
  position: relative;
}

.mask {
  margin-left: -15px;
  overflow: visible;
}

.slide {
  width: 33%;
}

.slide-content {
  border-radius: 10px;
  margin: 15px;
}

.slide-link {
  font-size: 18px;
  text-decoration: none;
  display: block;
  overflow: hidden;
}

.slide-link:hover {
  text-decoration: underline;
}

.slide-link:focus-visible, .slide-link[data-wf-focus-visible] {
  outline-offset: 3px;
  outline: 3px solid #000;
}

.slide-image {
  object-fit: cover;
  border-radius: 20px;
  width: 100%;
  height: 340px;
  margin-bottom: 30px;
}

.left-arrow {
  z-index: 1;
  border: 1px solid var(--black);
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  padding: 10px;
  display: flex;
  position: absolute;
  inset: -60px 85px auto auto;
}

.left-arrow:hover {
  background-color: var(--light-blue);
}

.arrow-icon {
  width: 100%;
  height: 100%;
  padding: 5px;
}

.right-arrow {
  z-index: 1;
  border: 1px solid var(--black);
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  padding: 10px;
  display: flex;
  inset: -60px 15px auto auto;
  transform: rotate(180deg);
}

.right-arrow:hover {
  background-color: var(--light-blue);
}

.slide-nav {
  display: none;
}

.news-list-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 500;
  line-height: 58px;
}

.news-date {
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
}

.news-title {
  margin-top: 10px;
  font-size: 23px;
  font-weight: 500;
}

.news-content {
  margin-bottom: 20px;
  text-decoration: none;
}

.news-content:hover {
  text-decoration: underline;
}

.overlay {
  background-color: #000000b3;
  position: absolute;
  inset: 0%;
}

.sponsor-logos {
  grid-column-gap: 80px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: center;
  place-items: center;
  display: flex;
  position: relative;
}

.sponsor-logo {
  max-width: 235px;
}

.hero {
  background-color: var(--light-blue);
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 70px;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
  overflow: hidden;
}

.hero.yellow {
  background-color: var(--light-yellow);
}

.hero-content {
  max-width: 650px;
}

.hero-title {
  color: var(--black);
  margin-bottom: 10px;
  font-size: 50px;
  font-weight: 500;
  line-height: 58px;
}

.masonry {
  column-count: 2;
  column-gap: 40px;
  margin-top: 40px;
}

.masonry-item {
  border: 1px solid var(--light-grey);
  border-radius: 30px;
  margin-bottom: 40px;
  padding: 30px 50px;
  overflow: hidden;
}

.center {
  text-align: center;
}

.news-text {
  margin-top: 15px;
  font-size: 18px;
  line-height: 27px;
}

.news-list {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 30px;
  display: grid;
}

.news-nav {
  text-align: center;
  font-size: 17px;
}

.news-nav-list {
  justify-content: center;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.news-nav-wrapper {
  margin-top: 15px;
  display: inline-block;
}

.news-nav-link {
  border: 1px solid var(--dark-grey);
  min-width: 50px;
  margin-right: -1px;
  padding: 10px;
  line-height: 30px;
  text-decoration: none;
  display: block;
}

.news-nav-link:hover {
  background-color: var(--light-blue);
}

.news-nav-link.prev {
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  padding-left: 30px;
  padding-right: 20px;
}

.news-nav-link.next {
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  padding-left: 20px;
  padding-right: 30px;
}

.nav-list-item {
  margin-left: 20px;
  margin-right: 20px;
  display: flex;
}

.nav-arrow {
  background-color: var(--transparent);
  background-image: url('../images/arrow.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 18px;
  width: 20px;
  height: 33px;
  margin-left: 5px;
  padding: 0;
  transform: rotate(180deg);
}

.subnav {
  background-color: var(--hvit);
  color: var(--black);
  text-align: left;
  flex-flow: column;
  display: none;
  position: absolute;
  inset: 81px 0 auto;
}

.subnav-h2 {
  width: 100%;
  margin-top: 0;
  font-size: 17px;
  line-height: 25px;
}

.subnav-wrapper {
  justify-content: space-between;
  padding: 20px 30px;
  display: flex;
  overflow: hidden;
}

.nav-image {
  object-fit: cover;
  border-radius: 10px;
  flex: 1;
  max-width: 33%;
}

.subnav-list {
  flex: 1;
  min-width: 200px;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
}

.subnav-link {
  font-size: 17px;
  line-height: 50px;
  text-decoration: none;
}

.subnav-link:hover {
  text-decoration: underline;
}

.subnav-nav {
  flex: 1;
}

.mob-nav {
  z-index: 1000;
  justify-content: center;
  display: none;
  position: fixed;
  inset: auto 0% 0%;
}

.menu-button {
  z-index: 100;
  background-color: var(--dark-blue);
  color: var(--hvit);
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  height: 55px;
  margin-bottom: 20px;
  padding-bottom: 0;
  padding-left: 40px;
  padding-right: 40px;
  font-size: 17px;
  display: flex;
  position: relative;
}

.menu-button-icon {
  flex-flow: column;
  justify-content: space-around;
  align-items: center;
  width: 36px;
  height: 24px;
  margin-left: 5px;
  display: flex;
}

.menu-button-top, .menu-button-center, .menu-button-bottom {
  background-color: var(--hvit);
  width: 24px;
  height: 2px;
}

.mob-nav-wrapper {
  background-color: #f0f3f4;
  flex-flow: column;
  max-width: 568px;
  padding: 30px 30px 80px;
  display: flex;
  position: fixed;
  inset: 0% auto;
  overflow: hidden;
}

.list {
  margin-bottom: auto;
  padding-left: 0;
}

.list-item {
  color: var(--black);
  text-align: left;
  padding-top: 5px;
  padding-bottom: 5px;
  font-weight: 300;
}

.list-item-link {
  justify-content: flex-start;
  align-items: center;
  font-size: 17px;
  font-weight: 500;
  line-height: 44px;
  text-decoration: none;
  position: relative;
}

.list-item-next {
  float: right;
  color: #fff;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 44px;
  padding: 12px;
  display: flex;
}

.list-item-next:hover {
  color: #ae1822;
  background-color: #0000;
}

.sub-wrapper {
  z-index: 10;
  background-color: #f0f3f4;
  width: 100%;
  height: 100%;
  padding: 40px;
  position: absolute;
  top: 0;
  bottom: 0%;
  right: -100%;
}

.list-item-prev {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 44px;
  margin-left: -30px;
  padding: 12px;
  display: flex;
  transform: rotate(180deg);
}

.list-item-prev:hover {
  color: #ae1822;
  background-color: #0000;
}

.mob-nav-image {
  object-fit: cover;
  border-radius: 20px;
  width: 400px;
  height: 200px;
  margin-bottom: 15px;
}

.menu-open {
  width: 50px;
}

.menu-close {
  width: 50px;
  display: none;
}

.list-item-icon {
  background-color: var(--light-grey);
  text-align: center;
  border-radius: 22px;
  width: 44px;
  height: 44px;
  padding: 10px;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
}

.image-2 {
  object-fit: contain;
}

.sub-nav-h2 {
  font-size: 30px;
  font-weight: 600;
}

.sublist-item-link {
  justify-content: flex-start;
  align-items: center;
  font-size: 17px;
  font-weight: 500;
  line-height: 44px;
  text-decoration: none;
  position: relative;
}

.sponsor-h2 {
  color: var(--hvit);
  text-align: center;
  margin-bottom: -30px;
  font-size: 48px;
  line-height: 48px;
}

.shortcuts {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 70px;
  display: grid;
}

.shortcut-url {
  border: 3px solid #86a9c9;
  border-radius: 10px;
  justify-content: space-between;
  align-items: center;
  padding: 20px 30px;
  font-weight: 600;
  text-decoration: none;
  display: flex;
}

.shortcut-url:hover {
  background-color: var(--light-blue);
}

.shortcut-img {
  object-fit: contain;
  width: 48px;
  height: 48px;
}

.hero-images {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  order: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: auto;
  position: relative;
  right: -10%;
}

.hero-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-image-two {
  border: 10px solid var(--light-blue);
  border-radius: 20px;
  width: 40%;
  position: absolute;
  inset: auto auto 0% -50px;
}

.page-wrapper {
  overflow: hidden;
}

.extra-list {
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.extra-icon {
  text-align: center;
  align-items: center;
  width: 20px;
  margin-right: 5px;
  display: flex;
}

.extra-list-link {
  border-bottom: 2px solid var(--transparent);
  color: var(--black);
  font-size: 18px;
  font-weight: 300;
  text-decoration: none;
  display: flex;
}

.extra-list-link:hover {
  border-bottom-color: var(--blue);
}

.extra-list-item {
  margin-left: 20px;
  margin-right: 20px;
  display: flex;
}

.hero-main-image {
  object-fit: cover;
  border-radius: 20px;
  max-height: 500px;
  margin-bottom: 100px;
  margin-left: 50px;
}

.hero-main-image.single {
  margin-bottom: 0;
}

.hero-image-three {
  border: 10px solid var(--light-blue);
  border-radius: 20px;
  width: 40%;
  position: absolute;
  inset: auto -100px 30px auto;
}

.filter-toggle {
  border: 1px solid var(--black);
  min-width: 180px;
  margin-bottom: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 18px;
  font-weight: 300;
  line-height: 30px;
}

.filter-toggle:hover {
  background-color: var(--light-blue);
}

.filter-wrapper {
  text-align: right;
  justify-content: flex-end;
}

.filter-list {
  border-style: solid;
  border-width: 1px;
  border-color: var(--hvit) var(--black) var(--black);
  background-color: var(--hvit);
  margin-top: -21px;
}

.filter-list.w--open {
  border-top-width: 0;
}

.filter-link {
  font-size: 18px;
}

.filter-link:hover {
  background-color: var(--light-blue);
}

.page-row {
  grid-column-gap: 55px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.page-col {
  overflow: hidden;
}

.side-col {
  border: 2px solid var(--light-yellow);
  background-color: var(--light-yellow);
  border-radius: 15px;
  margin-bottom: 30px;
  overflow: hidden;
}

.side-col-h2 {
  color: var(--black);
  margin-bottom: 0;
  font-size: 23px;
  font-weight: 600;
  line-height: 36px;
  display: inline-block;
}

.side-col-h2.border {
  border-bottom: 1px solid var(--black);
  margin-bottom: 20px;
  padding-right: 20px;
}

.side-col-list {
  margin-bottom: 30px;
  padding-left: 0;
  list-style-type: none;
}

.side-col-link {
  padding-top: 10px;
  padding-bottom: 10px;
  text-decoration: none;
  display: inline-block;
}

.side-col-link:hover {
  text-decoration: underline;
}

.side-col-img {
  object-fit: cover;
  width: 100%;
  height: 230px;
}

.side-col-wrapper {
  padding: 10px 30px 5px;
}

.subnav-close {
  background-color: var(--transparent);
  font-size: 14px;
  line-height: 20px;
}

.subnav-buttons {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 30px;
}

.image-3 {
  background-color: var(--blue);
  border-radius: 20px;
  width: 34px;
  height: 34px;
  padding: 6px;
}

.nav-overlay {
  z-index: 1;
  background-color: #292824d1;
  display: none;
  position: fixed;
  inset: 0%;
}

.header-wrapper {
  z-index: 10;
  background-color: var(--hvit);
  padding-top: 15px;
  padding-bottom: 15px;
  position: relative;
}

.activity-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: var(--light-yellow);
  border-radius: 15px;
  align-items: flex-start;
  margin-bottom: 50px;
  padding: 40px;
  display: flex;
}

.activity-date {
  text-align: center;
}

.activity-details {
  flex: 1;
}

.date {
  font-size: 30px;
  font-weight: 600;
}

.place {
  background-image: url('../images/gps.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  padding-left: 30px;
}

.date-from, .date-to {
  background-image: url('../images/event.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  padding-left: 30px;
}

.date-link {
  background-image: url('../images/up-arrow.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  margin-top: 20px;
  padding-left: 30px;
  display: inline-block;
}

.slide-overlay {
  z-index: 20;
  background-image: linear-gradient(90deg, #fff0 5%, #fff 95%);
  width: 15%;
  position: absolute;
  inset: 90px -30px 0 auto;
}

.overlay-wrapper {
  width: 100%;
  position: relative;
}

.login-form {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}

.login-label {
  display: none;
}

.sr-only {
  width: 1px;
  height: 1px;
  position: absolute;
  overflow: hidden;
}

.login-input {
  color: var(--black);
  border: 1px solid #000;
  border-radius: 30px;
  height: 62px;
  margin-bottom: 15px;
  padding: 15px 30px;
  font-size: 20px;
  line-height: 30px;
}

.login-input::placeholder {
  color: var(--black);
  font-size: 20px;
}

.search-wrapper {
  background-color: var(--dark-blue);
  height: 0;
  overflow: hidden;
}

.search-form {
  border-radius: 30px;
  margin-top: 50px;
  margin-bottom: 50px;
  display: flex;
  overflow: hidden;
}

.search-field {
  color: var(--black);
  border: 0 solid #000;
  height: 50px;
  margin-bottom: 0;
  padding: 0 30px;
  font-size: 18px;
  line-height: 50px;
}

.search-button {
  background-color: var(--hvit);
  text-indent: -5000px;
  background-image: url('../images/search.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 30px 30px;
  padding-left: 40px;
  padding-right: 40px;
}

.extra-list-button {
  border-bottom: 2px solid var(--transparent);
  background-color: var(--transparent);
  color: var(--black);
  cursor: pointer;
  font-size: 18px;
  font-weight: 300;
  text-decoration: none;
  display: flex;
}

.extra-list-button:hover {
  border-bottom-color: var(--blue);
}

.uu-nav {
  z-index: 1000;
  border: 1px solid var(--black);
  background-color: var(--dark-blue);
  color: var(--hvit);
  border-radius: 30px;
  padding: 10px 30px;
  font-weight: 500;
  line-height: 30px;
  text-decoration: none;
  position: absolute;
  top: -500px;
  left: 10px;
}

.uu-nav:hover {
  background-color: var(--dark-blue);
  color: var(--hvit);
}

.uu-nav:focus-visible, .uu-nav[data-wf-focus-visible] {
  top: 10px;
}

.employees {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  overflow: hidden;
}

.employee {
  border: 2px solid var(--light-yellow);
  background-color: var(--light-yellow);
  border-radius: 15px;
  margin-bottom: 30px;
  overflow: hidden;
}

.search-block {
  background-color: var(--light-yellow);
  border-radius: 10px;
  padding: 10px 40px 15px;
}

.search-block-form {
  border: 1px solid var(--light-grey);
  border-radius: 30px;
  display: flex;
  overflow: hidden;
}

.search-block-title {
  margin-top: 0;
}

.search-block-list {
  margin-top: 30px;
  padding-left: 0;
}

.search-content {
  background-color: var(--hvit);
  border-radius: 10px;
  margin-bottom: 20px;
  padding: 25px 25px 10px;
  text-decoration: none;
}

.search-content:hover {
  text-decoration: underline;
}

.members-filter {
  margin-bottom: 30px;
}

.div-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.members-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 30px;
  display: grid;
}

.member-item {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border: 1px solid var(--light-grey);
  text-align: center;
  border-radius: 10px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  min-height: 160px;
  padding: 20px;
  text-decoration: none;
  display: flex;
}

.member-item:hover {
  text-decoration: underline;
}

.member-item-image {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 80px;
}

.lost-password {
  text-align: center;
  margin-top: 10px;
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 44px;
    line-height: 44px;
  }

  h2 {
    font-size: 28px;
    line-height: 36px;
  }

  p {
    font-size: 17px;
    line-height: 25px;
  }

  .main {
    padding-left: 0;
    padding-right: 0;
  }

  .ingress {
    font-size: 24px;
    line-height: 34px;
  }

  .page-hero-image {
    height: 50vh;
    min-height: 300px;
  }

  .footer {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .frame {
    border-radius: 0;
  }

  .frame.light {
    padding-top: 0;
    padding-bottom: 0;
  }

  .frame.bck-image {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .grid-row {
    grid-template-columns: 1fr 1fr;
  }

  .copyright {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .header-container {
    justify-content: center;
  }

  .nav {
    flex: 0 auto;
  }

  .header-button {
    padding-left: 30px;
    padding-right: 30px;
  }

  .nav-wrapper {
    display: none;
  }

  .nav-list {
    padding-left: 20px;
    padding-right: 20px;
  }

  .portal-page {
    flex-flow: column;
  }

  .portal-page-image {
    max-width: 100%;
  }

  .portal-page-image.right {
    order: 0;
  }

  .slide {
    width: 42%;
  }

  .sponsor-logos {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .hero {
    margin-bottom: 0;
  }

  .hero-content {
    max-width: none;
  }

  .masonry {
    column-count: 1;
    column-gap: 0;
  }

  .mob-nav {
    display: flex;
  }

  .mob-nav-wrapper {
    max-width: 100%;
    height: 100%;
    display: none;
    left: 0;
    right: 0;
    overflow: hidden;
  }

  .sub-wrapper {
    bottom: auto;
  }

  .mob-nav-image {
    width: 100%;
    height: 300px;
  }

  .shortcuts {
    grid-template-columns: 1fr 1fr;
  }

  .hero-images {
    align-self: stretch;
    min-width: 40%;
    right: 0%;
  }

  .hero-image-two, .extra {
    display: none;
  }

  .hero-main-image {
    height: 100%;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .hero-image-three {
    display: none;
  }

  .side-col-link {
    font-size: 17px;
  }

  .nav-overlay {
    display: none;
  }

  .slide-overlay {
    right: 0;
  }

  .employees, .members-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 767px) {
  body {
    font-size: 17px;
    line-height: 26px;
  }

  .main {
    padding-top: 30px;
  }

  .ingress {
    font-size: 17px;
    line-height: 26px;
  }

  .copyright {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    grid-template-columns: 1fr;
  }

  .faq-h2 {
    font-size: 28px;
    line-height: 48px;
  }

  .faq-toggle {
    font-size: 21px;
  }

  .header-container {
    text-align: center;
    flex-flow: column;
    justify-content: center;
  }

  .header-button, .nav-wrapper {
    display: none;
  }

  .portal-page {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .portal-page-title {
    margin-bottom: 15px;
    font-size: 26px;
    line-height: 36px;
  }

  .button {
    padding-left: 30px;
    padding-right: 30px;
  }

  .slide {
    width: 60%;
  }

  .slide-image {
    height: 300px;
  }

  .left-arrow {
    width: 40px;
    height: 40px;
    padding: 5px;
    right: 60px;
  }

  .right-arrow {
    width: 40px;
    height: 40px;
    padding: 5px;
  }

  .news-list-title {
    font-size: 26px;
    line-height: 48px;
  }

  .hero {
    flex-flow: column;
    padding-top: 0;
  }

  .news-text {
    display: none;
  }

  .news-list {
    grid-template-columns: 1fr 1fr;
  }

  .mob-nav {
    display: flex;
  }

  .mob-nav-wrapper {
    display: none;
  }

  .sub-wrapper {
    background-color: #f0f3f4;
  }

  .shortcuts {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    grid-template-columns: 1fr;
  }

  .shortcut-url {
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero-images {
    order: 0;
    align-self: stretch;
    min-width: auto;
    margin-left: -30px;
    margin-right: -30px;
    right: 0%;
  }

  .hero-wrapper {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .hero-image-two {
    display: none;
  }

  .hero-main-image {
    object-fit: cover;
    border-radius: 0;
    width: 100%;
    height: 300px;
    margin-top: 0;
    margin-bottom: 30px;
    margin-left: 0;
  }

  .hero-main-image.single {
    margin-bottom: 30px;
  }

  .hero-image-three {
    display: none;
  }

  .page-row {
    grid-template-columns: 1fr;
  }

  .login-form {
    flex-flow: column;
  }

  .login-input {
    margin-bottom: 0;
  }

  .uu-nav {
    padding-left: 30px;
    padding-right: 30px;
  }

  .search-block {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 32px;
  }

  .container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .page-hero-image {
    min-height: 200px;
  }

  .footer {
    padding-top: 15px;
  }

  .frame {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .grid-row {
    grid-template-columns: 1fr;
  }

  .button.filter-btn {
    margin-bottom: 5px;
    margin-right: 5px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 15px;
  }

  .slide {
    width: 85%;
  }

  .left-arrow {
    top: -30px;
    right: 30px;
  }

  .right-arrow {
    top: -30px;
    right: -15px;
  }

  .news-content {
    padding: 20px 20px 0;
  }

  .sponsor-logos {
    grid-template-columns: 1fr 1fr;
  }

  .hero-title {
    font-size: 35px;
    line-height: 40px;
  }

  .news-list {
    grid-template-columns: 1fr;
  }

  .mob-nav-wrapper {
    padding: 10px;
  }

  .filter {
    width: 100%;
  }

  .filter-toggle {
    display: block;
  }

  .activity-wrapper {
    flex-flow: column;
  }

  .employees {
    grid-template-columns: 1fr;
  }

  .search-content {
    padding: 20px 20px 0;
  }

  .members-grid {
    grid-template-columns: 1fr;
  }
}

#w-node-ffeb13df-c560-a4e9-8fce-3807f4de24d6-f4de2488 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-ffeb13df-c560-a4e9-8fce-3807f4de24d8-f4de2488, #w-node-ffeb13df-c560-a4e9-8fce-3807f4de24da-f4de2488, #w-node-_26386e00-84d9-33ab-2542-48f928c95e8a-dfc5b02b {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_6ac87692-d11b-f61c-8696-2a0387fe0c97-dfc5b02b, #w-node-_67ec0f92-0cac-2255-a846-61abdab435c4-dfc5b02b {
  align-self: end;
}

#w-node-_05527c5e-5e54-b80a-12c6-34ea451c7f17-68992419 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_9736cc03-a90e-ace1-53d1-d16d6d4a9f78-68992419 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_05527c5e-5e54-b80a-12c6-34ea451c7f17-7a056aa6 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_9736cc03-a90e-ace1-53d1-d16d6d4a9f78-7a056aa6 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_05527c5e-5e54-b80a-12c6-34ea451c7f17-17aeb0ea {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_26386e00-84d9-33ab-2542-48f928c95e8a-8abed6f0 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_7bceae05-43f0-8206-23b4-b7645f747524-e0e42676, #w-node-d295c2bb-ed48-fa91-c4bf-3ddcb1f4a86b-e0e42676, #w-node-b5e56585-1c52-cb66-e968-4cdb043ace8e-e0e42676, #w-node-dc091532-8f62-585c-c8bd-c939007a08ea-e0e42676, #w-node-a9b3d1e2-7869-b930-62e2-39aa8e6b2699-e0e42676, #w-node-d5332ee6-2c78-acc6-c893-db1b1deefec1-e0e42676 {
  justify-self: center;
}

@media screen and (max-width: 767px) {
  #w-node-_05527c5e-5e54-b80a-12c6-34ea451c7f17-68992419, #w-node-_9736cc03-a90e-ace1-53d1-d16d6d4a9f78-68992419, #w-node-_05527c5e-5e54-b80a-12c6-34ea451c7f17-7a056aa6, #w-node-_9736cc03-a90e-ace1-53d1-d16d6d4a9f78-7a056aa6, #w-node-_05527c5e-5e54-b80a-12c6-34ea451c7f17-17aeb0ea {
    grid-column: span 1 / span 1;
  }
}


