html {
  box-sizing: border-box;
  font-size: 62.5%;
  line-height: 1.4;
  -webkit-user-select: none;
  user-select: none;
}


*,
*:before,
*:after {
  box-sizing: border-box;
  margin: 0;
}

body {
  background: #fff;
  /* System fonts stack */
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  /*font-family: "Roboto", "Franklin Gothic Medium", Tahoma, sans-serif;*/
  scroll-behavior: smooth;
  padding-bottom: 80px;
}

input,
textarea,
select {
  font-size: 1.2em;
}

h1,
h2,
h3,
h4 {
  padding: 0;
  word-wrap: break-word;
}

/*
h1,
h2,
h3,
h4 {
    padding: 20px 0 0;
}

h1 +h1,
h1 +h2,
h1 +h3,
h2 +h1,
h2 +h2,
h2 +h3,
h3 +h1,
h3 +h2,
h3 +h3{
    margin-top: -20px;
}*/

h1 {
  padding-top: 20px;
  margin: 0;
}

h2 {
  margin: 0 0 20px;
}

html body {
  font-family: 'Alice', Arial, Helvetica, sans-serif;
}

body *.h1-like > *,
body *.h1-like,
body h1 {
  font-family: 'Amoresa', Arial, Helvetica, sans-serif;
}

body *.h2-like > *,
body *.h2-like,
body h2 {
  font-family: 'Catamaran', Arial, Helvetica, sans-serif;
}

body *.h3-like > *,
body *.h3-like,
body h3 {
  font-family: Arial, Helvetica, sans-serif;
}

body *.h4-like > *,
body *.h4-like,
body h4 {
  font-family: Arial, Helvetica, sans-serif;
}


body a.button,
body button.button,
body a.button-light,
body button.button-light,
body a.button-dark,
body button.button-dark {
  width: 100%;
  display: block;
  text-align: center;
  margin-top: 10px;
  line-height: 1;
}

body a.button,
body button.button {
  font-family: 'Alice', Arial, Helvetica, sans-serif;
  text-decoration: none;
  transition: all .3s;

}

body a.button-light,
body button.button-light {
  font-family: 'Alice', Arial, Helvetica, sans-serif;
  text-decoration: none;
  transition: all .3s;
}

body a.button-dark,
body button.button-dark {
  font-family: 'Alice', Arial, Helvetica, sans-serif;
  text-decoration: none;
  transition: all .3s;
}


.cols-wrapper .cols:has(>.col>h1:last-child),
.cols-wrapper .cols:has(>.col>h2:last-child),
.cols-wrapper .cols:has(>.col>h3:last-child),
.cols-wrapper .cols > .col:has(>h1:last-child),
.cols-wrapper .cols > .col:has(>h2:last-child),
.cols-wrapper .cols > .col:has(>h3:last-child) {
  margin-bottom: 5px;
}

.col-module_Events h2,
.col-module_News h2 {
  padding-top: 0;
}

p {
  margin: 0 0 1.2em;
}

img {
  display: block;
  height: auto;
  max-width: 100%;
}

#topslider img {
  border-radius: 0;
  width: 100%;
  object-fit: cover;
}

.topslider picture {
  position: relative;
}

.topslider .swiper-slide:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, .8) 100%);
  z-index: 1;
}

.slider-text {
  z-index: 2;
}

.content-wrapper {
  padding-top: 20px !important;
}

.col-module_News_detail .swiper,
.col-module_Events_detail .swiper {
  margin-left: calc(-50vw + 50%) !important;
  margin-right: calc(-50vw + 50%) !important;
  margin-top: -20px;
}

.cols {
  margin: 0 auto 2em;
  max-width: 1600px;
  width: 92%;
}

.cols .cols {
  width: auto;
}

.cols-full .cols {
  max-width: none;
}

.cols-full.customstyle-highlight {
  background-color: yellow;
  padding: 20px 0;
}

.col-txt :last-child {
  margin-bottom: 0;
}

.cols-parallax {
  background-attachment: fixed;
  background-position: center center;
  background-size: cover;
  min-height: 200px;
}

.col {
  /*border: 1px solid #ccc;*/
  margin: 0 0 2em;
}

.cols-25-25-25-25 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.cols-25-25-25-25 .col {
  width: 47%;
}

.col-pic a {
  display: block;
  position: relative;
}

.slider-text {
  position: absolute;
  left: 50%;
  top: 70px;
  transform: translateX(-50%);
  width: 100%;
}

.slider-text .slider-title {
  text-align: center;
  color: rgba(var(--sub-light-color));
  word-break: keep-all;
}


.slider-text .slider-subtitle {
  text-align: center;
  color: rgba(var(--main-light-color));
  text-transform: uppercase;
}

.swiper-button-prev,
.swiper-button-next {
  display: none;
}

.customstyle-tiles .wwsitescomponent ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
}


.customstyle-tiles .wwsitescomponent li {
  position: relative;
  width: calc(50% - 10px);
  aspect-ratio: 1/1;
  margin-bottom: 0;
}

.customstyle-tiles .wwsitescomponent li:nth-child(1) {
  aspect-ratio: 2/1;
  width: 100%;
}

.customstyle-tiles .wwsitescomponent .wwmodule-list-title {
  position: absolute;
  top: auto;
  left: 0;
  right: 0;
  width: 90%;
  bottom: 10px;
  text-align: center;
  margin: 0 auto;
  color: rgb(var(--main-light-color));
  font-family: 'Alice', Arial, Helvetica, sans-serif;
  font-size: 2rem;
  text-transform: none;
}

.customstyle-tiles .wwsitescomponent .wwmodule-list-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}


.customstyle-tiles .wwsitescomponent li > a,
.customstyle-tiles .wwsitescomponent li > a > div {
  width: 100%;
  height: 100%;
}


.customstyle-tiles .wwsitescomponent li > a > div {
  position: relative;
}

.customstyle-tiles .wwsitescomponent li > a > div:after {
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, .9) 100%);
  border-radius: 20px;
}

.customstyle-rounded-corners img {
  border-radius: 20px;
}

.footer-wrapper {
  padding: 20px;
}

.footer {
  margin: 0 auto;
  max-width: 1600px;
  width: 94%;
}

.footer-heading {
  font-weight: 700;
}

.copyright-wrapper {
  padding: 10px;
}

button,
a.button {
  cursor: pointer;
  display: inline-block;
  font-family: inherit;
  line-height: 1;
  text-decoration: none;
  text-transform: none;
  transition: all .2s linear;
  text-align: center;
}

body.home .content-wrapper {
  padding-top: 80px;
}

.customstyle-x-scroll .cols {
  width: 100%;
  max-width: none;
}

.customstyle-x-scroll .col-module_News .news-wrapper,
.customstyle-x-scroll .cols:not(:has(.col-module_News)) {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
}

.customstyle-x-scroll .col-module_News .news-wrapper:after,
.customstyle-x-scroll .cols:not(:has(.col-module_News)):after {
  content: '';
  width: 4vw;
  height: 100%;
  border: 2vw solid #ffff;
}

.customstyle-x-scroll .col-module_News .card,
.customstyle-x-scroll .cols .col:not(.col-module_News) {
  min-width: 200px;
  margin: 0 0 0 4vw;
  width: inherit;
  overflow: hidden;
}

.customstyle-x-scroll .col-module_News .card {
  margin: 0 4vw 4vw;
}

.customstyle-x-scroll .col-module_News .card img,
.customstyle-x-scroll .cols .col img {
  aspect-ratio: 7/5;
  height: auto;
  margin-bottom: 0;
}

.customstyle-x-scroll .col-module_News .news-wrapper .card:last-child,
.customstyle-x-scroll .cols .col:not(.col-module_News):last-child {
}

.customstyle-x-scroll .col-module_News .news-wrapper::-webkit-scrollbar,
.customstyle-x-scroll .cols:not(:has(.col-module_News))::-webkit-scrollbar {
  display: none;
}

.customstyle-x-scroll .col-module_News .news-wrapper,
.customstyle-x-scroll .cols:not(:has(.col-module_News)) {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

@media screen and (min-width: 768px) {

  .cols {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .cols-100 {
    display: block;
  }

  .col {
    margin: 0;
  }

  .cols-50-50 .col {
    width: 48%;
  }

  .cols-33-33-33 .col {
    width: 32%;
  }

  .cols-25-25-25-25 .col {
    width: 16%;
  }

  .customstyle-slider .swiper img {
    height: 94%;
  }

}


.swiper {
  overflow-y: visible;
}

.swiper ul,
.