@import url(https://fonts.googleapis.com/css2?family=Abel&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;700&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;700&display=swap);
@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: "";
  content: none;
}

q:before, q:after {
  content: "";
  content: none;
}

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

@font-face {
  font-family: "AbelPro";
  src: url("/fonts/AbelPro-Bold-2.ttf");
}
body {
  font-family: "Abel", sans-serif;
  background: #eeeeee;
}
body.locked {
  max-height: 100%;
  overflow: hidden;
}
body main {
  max-width: 2200px;
  margin: 0 auto;
  background: white;
  min-height: 100vh;
}
body main section, body main footer {
  width: 100%;
  position: relative;
  overflow: hidden;
}
body main section .bgElement, body main footer .bgElement {
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
  background: url("/img/bg-element-v2.jpg");
  max-height: 50vw;
  background-size: 100% 100%;
  background-position: 0 0;
  background-repeat: no-repeat;
}
body main section .bgElement.whiteBg, body main footer .bgElement.whiteBg {
  background: url("/img/bg-element.png");
  max-height: unset;
  width: 100vw;
  background-size: 100% 100%;
  background-position: 0 0;
  background-repeat: no-repeat;
}
body main section .bgElement.faded, body main footer .bgElement.faded {
  opacity: 0.35;
}
body main section.gray, body main footer.gray {
  background: #f7f6f6;
}
body main section.spaced .container, body main footer.spaced .container {
  margin-top: 150px;
  margin-bottom: 250px;
}
body main section.homeSpaced .container, body main footer.homeSpaced .container {
  margin-top: 30px;
  margin-bottom: 200px;
}
body main section.homeSpaced .container .sectionTitle, body main footer.homeSpaced .container .sectionTitle {
  margin-bottom: 330px;
}
body main section.doublespaced .container, body main footer.doublespaced .container {
  margin-top: 100px;
  margin-bottom: 100px;
}
body main section .container, body main footer .container {
  max-width: 1120px;
  padding-left: 40px;
  padding-right: 40px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
body main section .container.wideContainer, body main footer .container.wideContainer {
  max-width: calc(100vw - 20px);
}
body main section .container .researchListBox, body main footer .container .researchListBox {
  padding-bottom: 50px;
}
body main section .container .pdfImgs img, body main footer .container .pdfImgs img {
  display: block;
  width: 100%;
  max-width: 920px;
  margin: 0 auto 40px;
}
body main section .container video, body main footer .container video {
  max-width: 100%;
  margin: 0 auto 50px;
}
body main section .materialHeader, body main footer .materialHeader {
  display: flex;
  margin: 0 auto;
  justify-content: space-between;
  width: 100%;
  align-items: center;
  margin-bottom: 50px;
  max-width: 830px;
}
body main section .materialHeader .sectionTitle, body main footer .materialHeader .sectionTitle {
  margin-bottom: 0;
  width: auto;
}
body main section .materialHeader .buttons, body main footer .materialHeader .buttons {
  display: flex;
  gap: 25px;
}
body main section .materialHeader a.btn, body main footer .materialHeader a.btn {
  margin: 0 0;
}
body main section .materialHeader a.btn:hover, body main footer .materialHeader a.btn:hover {
  text-decoration: none;
}
body main section .sectionTitle, body main footer .sectionTitle {
  text-align: center;
  font-size: 40px;
  color: #606162;
  margin-bottom: 45px;
  font-family: "AbelPro";
  font-weight: bold;
  letter-spacing: 1px;
}
body main section .sectionTitle:before, body main footer .sectionTitle:before {
  content: " ";
  display: inline-block;
  background: #604e9b;
  width: 12px;
  height: 38px;
  margin-right: 12px;
  position: relative;
  top: 5px;
}
body main section .sectionTitle.white, body main footer .sectionTitle.white {
  color: white;
}
body main section .sectionTitle.white:before, body main footer .sectionTitle.white:before {
  background: #346f98;
}
body main section .sectionTitle.purpleThing:before, body main footer .sectionTitle.purpleThing:before {
  background: #604e9b;
}
body main section .sectionTitle.blueThing:before, body main footer .sectionTitle.blueThing:before {
  background: #346f98;
}
body main section .sectionTitle.researchTitle, body main footer .sectionTitle.researchTitle {
  margin-bottom: 10px;
  text-align: center;
  text-decoration: none;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
}
body main section .sectionTitle.researchTitle:hover, body main footer .sectionTitle.researchTitle:hover {
  text-decoration: underline;
}
body main section .sectionTitle .previewImg, body main footer .sectionTitle .previewImg {
  margin: 0 auto 12px;
  max-width: 195px;
  display: block;
}
body main section .sectionTitle.purple, body main footer .sectionTitle.purple {
  color: #662d91;
}
body main section .sectionTitle.left, body main footer .sectionTitle.left {
  /*text-align: left;
  margin-top: 15px;*/
  text-align: center;
  margin-top: 30px;
  margin-bottom: 50px;
}
body main section .bigText, body main section h2, body main footer .bigText, body main footer h2 {
  font-family: "Roboto";
  font-size: 26px;
  text-align: center;
  line-height: 140%;
  margin-bottom: 10px;
}
body main section .bigText.purple, body main section h2.purple, body main footer .bigText.purple, body main footer h2.purple {
  color: #662d91;
}
body main section h3, body main footer h3 {
  font-family: "Roboto";
  font-size: 20px;
  text-align: center;
  line-height: 140%;
}
body main section h4, body main footer h4 {
  font-family: "Roboto";
  font-size: 18px;
  text-align: center;
  line-height: 140%;
}
body main section a, body main footer a {
  text-decoration: none;
}
body main section a:hover, body main footer a:hover {
  text-decoration: underline;
}
body main section.textSection .textInner, body main footer.textSection .textInner {
  font-family: "Montserrat";
  text-align: center;
  color: #626163;
  max-width: 400px;
  margin: 0 auto;
  font-size: 15px;
  line-height: 120%;
}
body main section.textSection .textInner h1, body main footer.textSection .textInner h1 {
  font-family: "Roboto";
  font-weight: bold;
  font-size: 32px;
  line-height: 140%;
  margin-bottom: 10px;
}
body main section.textSection .textInner p, body main footer.textSection .textInner p {
  margin-bottom: 20px;
}
body main section.textSection .textInner p strong, body main footer.textSection .textInner p strong {
  font-weight: bold;
}
body main section.textSection .textInner.alignLeft *, body main footer.textSection .textInner.alignLeft * {
  text-align: left !important;
}
body main section.textSection.textCenter, body main footer.textSection.textCenter {
  text-align: center;
}

.disallowSelect {
  -webkit-user-select: none;
  /* Safari */
  -ms-user-select: none;
  /* IE 10 and IE 11 */
  -moz-user-select: none;
       user-select: none;
  /* Standard syntax */
}
.disallowSelect video::-internal-media-controls-download-button {
  display: none;
}
.disallowSelect video::-webkit-media-controls-enclosure {
  overflow: hidden;
}
.disallowSelect video::-webkit-media-controls-panel {
  width: calc(100% + 30px);
  /* Adjust as needed */
}

body.noMenu section#menu {
  display: none;
}

body.noFooter footer {
  display: none;
}

.materialGallery {
  text-align: center;
  padding-bottom: 45px;
}
.materialGallery a {
  display: inline-block;
  position: relative;
  width: 360px;
  height: 225px;
  margin-left: 5px;
  margin-right: 5px;
  margin-bottom: 10px;
  overflow: hidden;
}
.materialGallery a img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.5s;
  transform-origin: 0% 0%;
}
.materialGallery a:hover img {
  transform: scale(1.05) translate(-50%, -50%);
}

/*.lg-container picture {
    pointer-events: none;
}*/
#lg-download-1 {
  display: none;
}

body .lg-outer .lg-thumb-item.active,
body .lg-outer .lg-thumb-item:hover {
  border-color: #076d90;
}

section.abouttext {
  background: rgb(125, 208, 213);
  background: linear-gradient(90deg, rgb(125, 208, 213) 25%, rgb(117, 80, 162) 75%);
  font-family: "Roboto";
  color: white;
  padding-top: 16px;
  padding-bottom: 16px;
  text-align: center;
  font-size: 14px;
  text-stroke: 1px #939293;
  text-shadow: 1px 1px 5px #7f67af;
}

section#menu {
  height: 150px;
  overflow: visible;
  z-index: 10;
}
section#menu * {
  -webkit-tap-highlight-color: rgba(102, 45, 145, 0.2);
}
section#menu .menuBg {
  position: absolute;
  width: 100%;
  height: 290%;
  top: 0;
  right: 0;
  pointer-events: none;
}
section#menu .container .menuRow {
  display: flex;
  justify-content: space-between;
}
section#menu .container .menuRow #logo {
  text-align: center;
  width: 310px;
  display: block;
  text-decoration: none;
  padding-top: 24px;
}
section#menu .container .menuRow #logo p {
  color: #662d91;
  font-size: 28px;
  margin-top: 26px;
  margin-bottom: 4px;
}
section#menu .container .menuRow #logo p span {
  color: #076d90;
}
section#menu .container .menuRow #logo .waveform {
  width: 100%;
  margin: 0 auto;
  position: relative;
  height: 55px;
  margin-bottom: 5px;
}
section#menu .container .menuRow #logo .waveform img {
  position: absolute;
  width: 100%;
  height: auto;
  top: 0;
  left: 0;
}
section#menu .container .menuRow #logo .waveform.animated img.wave1 {
  animation: move_wave_1 4s infinite;
  -webkit-animation: move_wave_1 4s infinite;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}
section#menu .container .menuRow #logo .waveform.animated img.wave2 {
  animation: move_wave_2 2s infinite;
  -webkit-animation: move_wave_2 2s infinite;
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}
section#menu .container .menuRow #logo .waveform.animated img.wave3 {
  animation: move_wave_3 3s infinite;
  -webkit-animation: move_wave_3 3s infinite;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}
section#menu .container .menuRow #logo .waveform.animated img.wave4 {
  animation: move_wave_4 1s infinite;
  -webkit-animation: move_wave_4 1s infinite;
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}
section#menu .container .menuRow #logo .waveform.animated img.lines1 {
  animation: move_line_1 3s infinite;
  -webkit-animation: move_line_1 3s infinite;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}
section#menu .container .menuRow #logo .waveform.animated img.lines2 {
  animation: move_line_2 1.8s infinite;
  -webkit-animation: move_line_2 1.8s infinite;
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}
section#menu .container .menuRow #logo .waveform.animated img.lines3 {
  animation: move_line_2 2.8s infinite;
  -webkit-animation: move_line_2 2.8s infinite;
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}
section#menu .container .menuRow .xxx {
  position: absolute;
  left: 0;
  top: 55%;
  transform: translateY(-50%);
  width: 130px;
  left: 530px;
}
section#menu .container .menuRow nav {
  padding: 0px;
}
section#menu .container .menuRow nav ul {
  float: right;
  margin-right: 30px;
  padding-top: 25px;
}
section#menu .container .menuRow nav ul li {
  display: inline-block;
  float: left;
  padding-top: 40px;
}
section#menu .container .menuRow nav ul li.mobileOnly {
  display: none;
}
section#menu .container .menuRow nav ul li:not(:first-child) {
  margin-left: 18px;
}
section#menu .container .menuRow nav ul li a {
  display: inline-block;
  outline: none;
  color: white;
  text-decoration: none;
  font-size: 20px;
  padding-bottom: 7px;
}
section#menu .container .menuRow nav ul li a:hover, section#menu .container .menuRow nav ul li a.active {
  text-decoration: none;
  font-weight: bold;
  border-bottom: 2px solid white;
}
section#menu .container .menuRow nav ul li.searchInput {
  position: relative;
  padding-top: 29px;
  margin-left: 30px;
}
section#menu .container .menuRow nav ul li.searchInput input {
  background: #fdfdfd;
  /*background: linear-gradient(0deg, rgba(255,255,255,1) 65%, rgba(220,220,219,1) 100%);*/
  box-shadow: inset -5px 5px 10px rgb(220, 220, 219);
  border-radius: 20px;
  height: 39px;
  width: 150px;
  outline: 0;
  border: 0;
  padding-left: 4px;
  padding-right: 28px;
  box-sizing: border-box;
  text-align: center;
  font-size: 12px;
  color: #076d90;
  font-family: "Montserrat";
  font-weight: bold;
}
section#menu .container .menuRow nav ul li.searchInput .magnifyGlass {
  width: 7px;
  height: 7px;
  display: block;
  position: absolute;
  border: 3px solid #076d90;
  border-radius: 100%;
  cursor: pointer;
  top: 40px;
  right: 12px;
}
section#menu .container .menuRow nav ul li.searchInput .magnifyGlass:after {
  content: " ";
  display: block;
  position: absolute;
  width: 8px;
  height: 4px;
  background: #076d90;
  transform: rotate(45deg);
  top: 8px;
  right: -6px;
  border-radius: 14px;
}
section#menu .container .menuRow .nav-open {
  -webkit-tap-highlight-color: transparent;
}
section#menu .container .menuRow #nav:checked + .nav-open {
  transform: rotate(45deg);
}
section#menu .container .menuRow #nav:checked + .nav-open i {
  background: white;
  transition: transform 0.2s ease;
}
section#menu .container .menuRow #nav:checked + .nav-open i:nth-child(1) {
  transform: translateY(6px) rotate(180deg);
}
section#menu .container .menuRow #nav:checked + .nav-open i:nth-child(2) {
  opacity: 0;
}
section#menu .container .menuRow #nav:checked + .nav-open i:nth-child(3) {
  transform: translateY(-23px) rotate(90deg);
}
section#menu .container .menuRow #nav:checked ~ .nav-container {
  z-index: 9990;
  opacity: 1;
}
section#menu .container .menuRow #nav:checked ~ .nav-container ul li {
  opacity: 1;
}
section#menu .container .menuRow #nav:checked ~ .nav-container ul li a {
  opacity: 1;
  transform: translateY(0);
}
section#menu .container .menuRow .hidden {
  display: none;
}

@-webkit-keyframes move_wave_1 {
  0% {
    transform: scaleY(0.9);
  }
  50% {
    transform: scaleY(1);
  }
  100% {
    transform: scaleY(0.9);
  }
}

@keyframes move_wave_1 {
  0% {
    transform: scaleY(0.9);
  }
  50% {
    transform: scaleY(1);
  }
  100% {
    transform: scaleY(0.9);
  }
}
@-webkit-keyframes move_wave_2 {
  0% {
    transform: scaleY(0.96);
  }
  50% {
    transform: scaleY(0.7);
  }
  100% {
    transform: scaleY(0.96);
  }
}
@keyframes move_wave_2 {
  0% {
    transform: scaleY(0.96);
  }
  50% {
    transform: scaleY(0.7);
  }
  100% {
    transform: scaleY(0.96);
  }
}
@-webkit-keyframes move_wave_3 {
  0% {
    transform: scaleY(0.8);
  }
  50% {
    transform: scaleY(1.05);
  }
  100% {
    transform: scaleY(0.8);
  }
}
@keyframes move_wave_3 {
  0% {
    transform: scaleY(0.8);
  }
  50% {
    transform: scaleY(1.05);
  }
  100% {
    transform: scaleY(0.8);
  }
}
@-webkit-keyframes move_wave_4 {
  0% {
    transform: scaleY(0.9);
  }
  50% {
    transform: scaleY(0.75);
  }
  100% {
    transform: scaleY(0.9);
  }
}
@keyframes move_wave_4 {
  0% {
    transform: scaleY(0.9);
  }
  50% {
    transform: scaleY(0.75);
  }
  100% {
    transform: scaleY(0.9);
  }
}
@-webkit-keyframes move_line_1 {
  0% {
    transform: scaleX(1);
    opacity: 0.75;
  }
  50% {
    transform: scaleX(1.08);
    opacity: 1;
  }
  100% {
    transform: scaleX(1);
    opacity: 0.75;
  }
}
@keyframes move_line_1 {
  0% {
    transform: scaleX(1);
    opacity: 0.75;
  }
  50% {
    transform: scaleX(1.08);
    opacity: 1;
  }
  100% {
    transform: scaleX(1);
    opacity: 0.75;
  }
}
@-webkit-keyframes move_line_2 {
  0% {
    transform: scaleX(1);
    opacity: 1;
  }
  50% {
    transform: scaleX(0.92);
    opacity: 0.75;
  }
  100% {
    transform: scaleX(1);
    opacity: 1;
  }
}
@keyframes move_line_2 {
  0% {
    transform: scaleX(1);
    opacity: 1;
  }
  50% {
    transform: scaleX(0.92);
    opacity: 0.75;
  }
  100% {
    transform: scaleX(1);
    opacity: 1;
  }
}
body.home section#menu {
  overflow: hidden;
}

body.locked section#menu {
  overflow: visible !important;
}

body.locked section#menu .menuBg {
  display: none;
}

section#hero {
  font-family: "Montserrat";
  overflow: hidden;
}
section#hero .bgWave {
  width: 100%;
  opacity: 0.3;
  position: absolute;
  height: 100%;
  transform: translate(-50%, -50%) scaleY(0.8);
  left: 50%;
  top: 50%;
  transition: all 0.2s;
}
section#hero .bgWave.flashing {
  opacity: 0.6;
  filter: hue-rotate(9deg) saturate(32);
}
section#hero .bgWave img {
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transform-origin: 50% 0;
}
section#hero .bgWave img.wave1 {
  animation: move_bg_wave_1 8s infinite;
  -webkit-animation: move_bg_wave_1 8s infinite;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}
section#hero .bgWave img.wave2 {
  animation: move_bg_wave_2 6s infinite;
  -webkit-animation: move_bg_wave_2 6s infinite;
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}
section#hero .bgWave img.wave3 {
  animation: move_bg_wave_3 9s infinite;
  -webkit-animation: move_bg_wave_3 9s infinite;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}
section#hero .bgWave img.wave4 {
  animation: move_bg_wave_4 5s infinite;
  -webkit-animation: move_bg_wave_4 5s infinite;
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}
section#hero .bgWave img.wave5 {
  animation: move_bg_wave_5 4s infinite;
  -webkit-animation: move_bg_wave_5 4s infinite;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  transform-origin: 50% -2%;
}
section#hero .bgWave img.wave6 {
  animation: move_bg_wave_6 2.8s infinite;
  -webkit-animation: move_bg_wave_6 2.8s infinite;
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}
section#hero .heroCarousel {
  margin-top: 0px;
  margin-bottom: 0px;
}
section#hero .heroCarousel .slick-slide {
  text-align: center;
  outline: 0;
  height: 760px;
  position: relative;
}
section#hero .heroCarousel .slick-slide .image {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  top: 0;
  left: 0;
}
section#hero .heroCarousel .slick-slide .text {
  text-align: center;
  width: 830px;
  margin-left: 35px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
section#hero .heroCarousel .slick-slide .title {
  color: #fefefe;
  font-weight: bold;
  font-size: 62px;
  line-height: 115%;
  margin-bottom: 5px;
  padding-left: 18px;
  padding-right: 18px;
  position: relative;
  font-family: "Montserrat";
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}
section#hero .heroCarousel .slick-slide .title2 {
  color: #ff9c00;
  font-weight: bold;
  font-size: 38px;
  line-height: 115%;
  margin-bottom: 5px;
  padding-left: 18px;
  padding-right: 18px;
  position: relative;
  font-family: "Montserrat";
  /*text-shadow: 1px 1px 2px rgba(0,0,0,0.2);*/
}
section#hero .heroCarousel .slick-slide .subtitle {
  /*color: #ff9c00;*/
  color: #076d90;
  font-weight: bold;
  font-size: 23px;
  padding-bottom: 24px;
  position: relative;
  font-family: "Montserrat";
}
section#hero .heroCarousel .slick-slide .colorBox {
  max-width: 165px;
  margin: 0 auto;
  cursor: pointer;
}
section#hero .heroCarousel .slick-slide .colorBox .imgHolder {
  background: white;
}
section#hero .heroCarousel .slick-slide .colorBox p {
  max-width: 215px;
  font-size: 14px;
}
section#hero .separator {
  pointer-events: none;
  height: 5vw;
  margin-top: 0vw;
  width: 100%;
  overflow: visible;
  margin-bottom: 5vw;
}
section#hero .separator img {
  width: 100%;
  height: auto;
  /*animation: separatorAnim 4s infinite ease-in-out;
  -webkit-animation: separatorAnim 4s infinite ease-in-out;
  animation-direction: alternate;*/
}
section#hero .slick-dots {
  width: 100%;
  right: 0;
  position: absolute;
  top: 55px;
  transform: translateY(-60%);
  text-align: center;
}
section#hero .slick-dots li {
  display: inline-block;
  margin-left: 7px;
  margin-right: 7px;
}
section#hero .slick-dots li button {
  color: transparent;
  border: 2px solid white;
  border-radius: 100%;
  display: block;
  width: 18px;
  height: 18px;
  padding: 0px 0px;
  margin-bottom: 15px;
  background: transparent;
  cursor: pointer;
  transition: background 0.2s;
}
section#hero .slick-dots li.slick-active button {
  background: white;
}
section#hero .slick-arrow {
  color: transparent;
  position: absolute;
  top: 50%;
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  border: 3px solid #662d91;
  background: transparent;
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 10;
  transition: all 0.2s;
}
section#hero .slick-arrow:after {
  content: " ";
  position: absolute;
  display: block;
  width: 12px;
  height: 12px;
  border-left: 3px solid #662d91;
  border-bottom: 3px solid #662d91;
  transform: translate(-50%, -50%) rotate(45deg);
  top: 50%;
  left: 58%;
  transition: all 0.2s;
}
section#hero .slick-arrow.slick-prev {
  left: -25px;
  top: 45%;
}
section#hero .slick-arrow.slick-next {
  right: -25px;
  top: 45%;
  transform: translateY(-50%) scaleX(-1);
}
section#hero .slick-arrow:hover {
  background: #662d91;
}
section#hero .slick-arrow:hover:after {
  border-color: white;
}

@-webkit-keyframes separatorAnim {
  0% {
    transform: scaleY(0.8) scaleX(1.2);
  }
  100% {
    transform: scaleY(1.45) scaleX(1);
  }
}

@keyframes separatorAnim {
  0% {
    transform: scaleY(0.8) scaleX(1.2);
  }
  100% {
    transform: scaleY(1.45) scaleX(1);
  }
}
@-webkit-keyframes move_bg_wave_1 {
  0% {
    transform: scaleY(0.5) translate(-50%, -50%);
  }
  50% {
    transform: scaleY(0.8) translate(-50%, -50%);
  }
  100% {
    transform: scaleY(0.5) translate(-50%, -50%);
  }
}
@keyframes move_bg_wave_1 {
  0% {
    transform: scaleY(0.5) translate(-50%, -50%);
  }
  50% {
    transform: scaleY(0.8) translate(-50%, -50%);
  }
  100% {
    transform: scaleY(0.5) translate(-50%, -50%);
  }
}
@-webkit-keyframes move_bg_wave_2 {
  0% {
    transform: scaleY(0.95) translate(-50%, -50%);
  }
  50% {
    transform: scaleY(0.75) translate(-50%, -50%);
  }
  100% {
    transform: scaleY(0.95) translate(-50%, -50%);
  }
}
@keyframes move_bg_wave_2 {
  0% {
    transform: scaleY(0.95) translate(-50%, -50%);
  }
  50% {
    transform: scaleY(0.75) translate(-50%, -50%);
  }
  100% {
    transform: scaleY(0.95) translate(-50%, -50%);
  }
}
@-webkit-keyframes move_bg_wave_3 {
  0% {
    transform: scaleY(0.75) translate(-50%, -50%);
  }
  50% {
    transform: scaleY(1) translate(-50%, -50%);
  }
  100% {
    transform: scaleY(0.75) translate(-50%, -50%);
  }
}
@keyframes move_bg_wave_3 {
  0% {
    transform: scaleY(0.75) translate(-50%, -50%);
  }
  50% {
    transform: scaleY(1) translate(-50%, -50%);
  }
  100% {
    transform: scaleY(0.75) translate(-50%, -50%);
  }
}
@-webkit-keyframes move_bg_wave_4 {
  0% {
    transform: scaleY(1) translate(-50%, -50%);
  }
  50% {
    transform: scaleY(0.6) translate(-50%, -50%);
  }
  100% {
    transform: scaleY(1) translate(-50%, -50%);
  }
}
@keyframes move_bg_wave_4 {
  0% {
    transform: scaleY(1) translate(-50%, -50%);
  }
  50% {
    transform: scaleY(0.6) translate(-50%, -50%);
  }
  100% {
    transform: scaleY(1) translate(-50%, -50%);
  }
}
@-webkit-keyframes move_bg_wave_5 {
  0% {
    transform: scaleY(1) translate(-50%, -50%);
  }
  50% {
    transform: scaleY(0.7) translate(-50%, -50%);
  }
  100% {
    transform: scaleY(1) translate(-50%, -50%);
  }
}
@keyframes move_bg_wave_5 {
  0% {
    transform: scaleY(1) translate(-50%, -50%);
  }
  50% {
    transform: scaleY(0.7) translate(-50%, -50%);
  }
  100% {
    transform: scaleY(1) translate(-50%, -50%);
  }
}
@-webkit-keyframes move_bg_wave_6 {
  0% {
    transform: scaleY(1) translate(-50%, -50%);
  }
  50% {
    transform: scaleY(0.5) translate(-50%, -50%);
  }
  100% {
    transform: scaleY(1) translate(-50%, -50%);
  }
}
@keyframes move_bg_wave_6 {
  0% {
    transform: scaleY(1) translate(-50%, -50%);
  }
  50% {
    transform: scaleY(0.5) translate(-50%, -50%);
  }
  100% {
    transform: scaleY(1) translate(-50%, -50%);
  }
}
a.btn {
  color: white;
  background: #076d90;
  width: 140px;
  display: block;
  margin: 22px auto 14px;
  font-size: 21px;
  border-radius: 50px;
  padding: 16px;
  text-decoration: none;
  box-shadow: 0px 0px 22px 8px #A8CCD8;
  transition: all 0.3s;
}
a.btn:hover {
  background: #662d91;
  transform: scale(1.1);
  box-shadow: 0px 0px 0px 0px #A8CCD8;
  text-decoration: none;
}

.slick-slide img {
  max-width: 100%;
}

.news {
  display: flex;
  width: 100%;
  margin: 0 auto 70px;
  gap: 0;
  justify-content: center;
  gap: 35px;
  flex-wrap: wrap;
}
.news .colorBox {
  flex: 0 0 calc(20% - 38px);
  margin-bottom: 15px;
  min-width: 194px;
}

.colorBox {
  text-decoration: none;
}
.colorBox .gradientOuter {
  width: 100%;
  padding-bottom: 100%;
  background: rgb(200, 205, 226);
  background: linear-gradient(35deg, rgb(195, 200, 227) 0%, rgb(179, 229, 221) 100%);
  border: 1px solid #d7cde2;
  position: relative;
  border-radius: 20px;
  margin-bottom: 10px;
  overflow: hidden;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 5px 15px;
}
.colorBox .gradientOuter:after {
  content: " ";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #662d91;
  opacity: 0;
  z-index: 0;
  transition: opacity 0.15s;
}
.colorBox .imgHolder {
  width: 100%;
  height: 100%;
  position: absolute;
  display: block;
  overflow: hidden;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.colorBox .imgHolder img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.5s;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(1.025);
}
.colorBox:hover {
  text-decoration: none;
}
.colorBox:hover .imgHolder img {
  transform: translate(-50%, -50%) scale(1.1);
}
.colorBox:hover p {
  color: #662d91;
  text-decoration: underline;
}
.colorBox:hover p.intro {
  text-decoration: none;
}
.colorBox p {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  color: #076d90;
  line-height: 105%;
  /*max-width: 180px;*/
}
.colorBox p.intro {
  color: #6f7070;
  font-size: 12px;
  margin-top: 10px;
  font-family: "Roboto";
  font-weight: 300;
  line-height: 140%;
  text-decoration: none !important;
}
.colorBox.active .gradientOuter:after {
  opacity: 1;
}

.pagination div:nth-of-type(1) {
  display: none;
}
.pagination svg {
  position: relative;
  right: 1px;
}
.pagination span.relative.z-0.inline-flex.shadow-sm.rounded-md {
  display: flex;
  align-items: end;
  justify-content: end;
}
.pagination span.relative.z-0.inline-flex.shadow-sm.rounded-md a,
.pagination span.relative.z-0.inline-flex.shadow-sm.rounded-md span[aria-current=page] {
  width: 25px;
  height: 25px;
  border: 2px solid #076d90;
  color: #076d90;
  border-radius: 100%;
  margin-right: 4px;
  line-height: 25px;
  display: block;
  text-align: center;
  font-size: 17px;
  font-weight: 900;
}
.pagination span.relative.z-0.inline-flex.shadow-sm.rounded-md a:hover,
.pagination span.relative.z-0.inline-flex.shadow-sm.rounded-md span[aria-current=page]:hover {
  text-decoration: none;
}
.pagination span.relative.z-0.inline-flex.shadow-sm.rounded-md span[aria-current=page] {
  background: #076d90;
  color: white;
}
.pagination span.relative.z-0.inline-flex.shadow-sm.rounded-md a[rel=next] svg {
  right: -1px;
}
.pagination span.relative.z-0.inline-flex.shadow-sm.rounded-md a[rel=next],
.pagination span.relative.z-0.inline-flex.shadow-sm.rounded-md a[rel=prev] {
  border-color: #606162;
  color: #606162;
}

.bgWaves {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1;
}
.bgWaves img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  transform-origin: top;
}
.bgWaves img.img1 {
  animation: move_bg_wave_1 8s infinite;
  -webkit-animation: move_bg_wave_1 8s infinite;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
}
.bgWaves img.img2 {
  animation: move_bg_wave_2 6s infinite;
  -webkit-animation: move_bg_wave_2 6s infinite;
  -webkit-animation-delay: -2s;
  animation-delay: -2s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
}

/*.subpageNews {
    display: flex;
    flex-wrap: wrap;
    column-gap: 90px;
    row-gap: 45px;
    justify-content: center;
    .colorBox {
        width: 205px;
        p {
            max-width: 214px;
        }
        p.intro {
            color: #6f7070;
            font-size: 13px;
            margin-top: 10px;
            font-family: 'Roboto';
            font-weight: 300;
            line-height: 140%;
            text-decoration: none !important;
        }
    }
}
*/
@keyframes move_bg_wave_1 {
  0% {
    transform: scaleY(0.8);
  }
  50% {
    transform: scaleY(0.95);
  }
  100% {
    transform: scaleY(0.8);
  }
}
@keyframes move_bg_wave_2 {
  0% {
    transform: scaleY(0.9);
  }
  50% {
    transform: scaleY(1);
  }
  100% {
    transform: scaleY(0.9);
  }
}
.subpageNews {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(4, 1fr);
  grid-column-gap: 120px;
  grid-row-gap: 100px;
  margin-top: 100px;
}
.subpageNews a.colorBox:nth-of-type(1) {
  grid-area: 1/1/3/3;
}
.subpageNews a.colorBox:nth-of-type(2) {
  grid-area: 1/3/2/4;
}
.subpageNews a.colorBox:nth-of-type(3) {
  grid-area: 2/3/3/4;
}
.subpageNews a.colorBox:nth-of-type(4) {
  grid-area: 3/1/4/2;
}
.subpageNews a.colorBox:nth-of-type(5) {
  grid-area: 3/2/4/3;
}
.subpageNews a.colorBox:nth-of-type(6) {
  grid-area: 3/3/4/4;
}
.subpageNews a.colorBox:nth-of-type(7) {
  grid-area: 4/1/5/2;
}
.subpageNews a.colorBox:nth-of-type(8) {
  grid-area: 4/2/5/3;
}
.subpageNews a.colorBox:nth-of-type(9) {
  grid-area: 4/3/5/4;
}
.subpageNews .colorBox {
  background: white;
}
.subpageNews .colorBox .gradientOuter {
  border-radius: 0;
  box-shadow: none;
  padding-bottom: 60%;
}
.subpageNews .colorBox p {
  color: #606162;
  font-family: "Montserrat";
  margin-left: 20px;
  margin-right: 20px;
  font-size: 16px;
}
.subpageNews .colorBox p.intro {
  color: #606162;
  margin-left: 10px;
  margin-right: 10px;
  font-size: 11px;
  margin-bottom: 5px;
}
.subpageNews .colorBox:nth-of-type(1) p {
  font-size: 40px;
  margin-bottom: 40px;
  margin-top: 25px;
}
.subpageNews .colorBox:nth-of-type(1) p.intro {
  font-size: 20px;
  margin-bottom: 0px;
  margin-top: 0px;
}

.members {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin: 0 auto 28px;
  flex-wrap: wrap;
}
.members .box {
  width: auto;
  text-decoration: none;
}
.members .box .imgHolder {
  height: 150px;
  width: 180px;
  display: block;
  position: relative;
  transition: all 0.5s;
}
.members .box .imgHolder img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: 100%;
  width: 180px;
  height: auto;
  max-height: 140px;
  -o-object-fit: contain;
     object-fit: contain;
}
.members .box .imgHolder p {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -42%);
  width: 100%;
  text-align: center;
  font-size: 28px;
  font-weight: 900;
  color: #076d90;
}
.members .box:hover .imgHolder {
  transform: scale(1.1);
}

.membersBg {
  background-image: url("/img/members-bg.jpg");
  background-size: cover;
  background-position: center center;
}
.membersBg .sectionTitle {
  color: white;
}
.membersBg .sectionTitle:before {
  background: #5698b0;
}
.membersBg .members .box .imgHolder p {
  color: white;
}
.membersBg .container {
  margin-bottom: 50px;
}
.membersBg .sponsors {
  margin-bottom: 100px;
}

section.bottomBanner {
  padding-top: 42px;
  padding-bottom: 38px;
  text-align: center;
}
section.bottomBanner iframe {
  width: 970px;
  height: 250px;
  max-width: 100%;
  margin-bottom: 50px;
}
section.bottomBanner .mobileBanner {
  display: none;
}
section.bottomBanner a {
  display: inline-block;
}
section.bottomBanner img {
  width: auto;
  max-width: 100%;
  margin: 0 auto;
  display: block;
}

.edgewaves {
  position: relative;
  left: 1%;
  bottom: -5px;
  width: 98%;
  pointer-events: none;
  height: 240px;
}

.edgewaves img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  transform-origin: 0% 100%;
}

.edgewaves img.wave1 {
  animation: move_wave_1 16s infinite;
  -webkit-animation: move_wave_1 16s infinite;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}

.edgewaves img.wave2 {
  animation: move_wave_2 13s infinite;
  -webkit-animation: move_wave_2 13s infinite;
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}

.edgewaves img.wave3 {
  animation: move_wave_3 14s infinite;
  -webkit-animation: move_wave_3 14s infinite;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}

.edgewaves img.wave4 {
  animation: move_wave_4 6s infinite;
  -webkit-animation: move_wave_4 6s infinite;
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}

@media only screen and (min-width: 2400px) {
  .edgewaves {
    max-width: 1200px;
    transform: translateX(-50%);
    left: 50%;
  }
}
@media only screen and (max-width: 768px) {
  .edgewaves {
    transform: scaleY(1);
  }
}
@media only screen and (max-width: 400px) {
  .edgewaves {
    transform: scaleY(1.2);
  }
}
section:last-of-type {
  padding-bottom: 75px;
}

footer {
  position: relative;
  box-shadow: 0px 0px 23px 5px rgba(255, 255, 255, 0.79);
  overflow: visible !important;
  padding-bottom: 10px;
}
footer .container {
  margin-top: 40px !important;
  margin-bottom: 50px !important;
}
footer .container .xxx {
  position: absolute;
  left: 40px;
  top: 50%;
  transform: translateY(-50%);
  widtH: 153px;
}
footer .container ul {
  text-align: right;
}
footer .container ul li {
  display: inline-block;
}
footer .container ul li a {
  color: white;
  text-decoration: none;
  font-size: 20px;
  margin-left: 19px;
}
footer .container ul li a:hover {
  font-weight: bold;
}
footer .container ul li a img {
  position: relative;
  top: 10px;
}

.footerWaves {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1;
}
.footerWaves img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  transform-origin: bottom;
}
.footerWaves img.img1 {
  animation: move_footer_wave_1 8s infinite;
  -webkit-animation: move_footer_wave_1 8s infinite;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
}
.footerWaves img.img2 {
  animation: move_footer_wave_2 6s infinite;
  -webkit-animation: move_footer_wave_2 6s infinite;
  -webkit-animation-delay: -2s;
  animation-delay: -2s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
}

@-webkit-keyframes move_footer_wave_1 {
  0% {
    transform: scaleY(0.8);
  }
  50% {
    transform: scaleY(0.95);
  }
  100% {
    transform: scaleY(0.8);
  }
}

@keyframes move_footer_wave_1 {
  0% {
    transform: scaleY(0.8);
  }
  50% {
    transform: scaleY(0.95);
  }
  100% {
    transform: scaleY(0.8);
  }
}
@-webkit-keyframes move_footer_wave_2 {
  0% {
    transform: scaleY(0.9);
  }
  50% {
    transform: scaleY(1);
  }
  100% {
    transform: scaleY(0.9);
  }
}
@keyframes move_footer_wave_2 {
  0% {
    transform: scaleY(0.9);
  }
  50% {
    transform: scaleY(1);
  }
  100% {
    transform: scaleY(0.9);
  }
}
.sites {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin: 0 auto 28px;
  flex-wrap: wrap;
}
.sites .box {
  width: auto;
  text-decoration: none;
}
.sites .box .imgHolder {
  height: 120px;
  width: 140px;
  display: block;
  position: relative;
  transition: all 0.5s;
}
.sites .box .imgHolder img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: 100%;
  width: 180px;
  height: auto;
  max-height: 140px;
  -o-object-fit: contain;
     object-fit: contain;
}
.sites .box .imgHolder p {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -42%);
  width: 100%;
  text-align: center;
  font-size: 26px;
  font-weight: 900;
  color: #076d90;
}
.sites .box:hover .imgHolder {
  transform: scale(1.1);
}

section.subpageheader .linesOuter {
  position: relative;
}
section.subpageheader .linesOuter img {
  pointer-events: none;
}
section.subpageheader .linesOuter img.sizeBase {
  opacity: 0;
}
section.subpageheader .linesOuter img.line {
  position: absolute;
  width: 100%;
  height: auto;
  display: block;
  top: 0;
  left: 0;
}
section.subpageheader .linesOuter img.line.line1 {
  animation: move_header_line_1 6s infinite;
  -webkit-animation: move_header_line_1 6s infinite;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}
section.subpageheader .linesOuter img.line.line2 {
  animation: move_header_line_2 2.8s infinite;
  -webkit-animation: move_header_line_2 2.8s infinite;
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}
section.subpageheader .linesOuter img.line.line3 {
  animation: move_header_line_1 4.2s infinite;
  -webkit-animation: move_header_line_2 4.2s infinite;
  -webkit-animation-delay: -1.5s;
  animation-delay: -1.5s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}
section.subpageheader .linesOuter img.line.line2 {
  animation: move_header_line_2 1.8s infinite;
  -webkit-animation: move_header_line_2 1.8s infinite;
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}

@-webkit-keyframes move_header_line_1 {
  0% {
    transform: scaleY(0.8);
    opacity: 0.75;
  }
  50% {
    transform: scaleY(1.1);
    opacity: 1;
  }
  100% {
    transform: scaleY(0.8);
    opacity: 0.75;
  }
}

@keyframes move_header_line_1 {
  0% {
    transform: scaleY(0.8);
    opacity: 0.75;
  }
  50% {
    transform: scaleY(1.1);
    opacity: 1;
  }
  100% {
    transform: scaleY(0.8);
    opacity: 0.75;
  }
}
@-webkit-keyframes move_header_line_2 {
  0% {
    transform: scaleY(1.05);
    opacity: 1;
  }
  50% {
    transform: scaleY(0.7);
    opacity: 0.75;
  }
  100% {
    transform: scaleY(1.05);
    opacity: 1;
  }
}
@keyframes move_header_line_2 {
  0% {
    transform: scaleY(1.05);
    opacity: 1;
  }
  50% {
    transform: scaleY(0.7);
    opacity: 0.75;
  }
  100% {
    transform: scaleY(1.05);
    opacity: 1;
  }
}
section.separator {
  overflow: hidden;
  margin-top: -20px;
  margin-bottom: -30px;
  position: relative;
  z-index: 5;
}
section.separator img {
  transform: scaleX(1.05) scaleY(0.5);
}
section.separator .wave {
  width: 100%;
  height: 80px;
  background: url(/img/line-separator-2-loop.png);
  background-size: 1152px 54px;
  background-repeat-x: repeat !important;
  background-repeat-y: no-repeat !important;
  background-position: 0 0;
  transition: 0;
}
section.separator.flipped .wave {
  transform: rotate(180deg);
}

.sponsors {
  display: flex;
  justify-content: center;
  gap: 30px;
  max-width: 974px;
  margin: 0 auto 30px;
  flex-wrap: wrap;
}
.sponsors .box {
  width: auto;
  text-decoration: none;
}
.sponsors .box .imgHolder {
  height: 152px;
  width: 400px;
  display: block;
  position: relative;
  transition: all 0.5s;
}
.sponsors .box .imgHolder img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: 100%;
  width: 385px;
  height: auto;
  max-height: 150px;
  -o-object-fit: contain;
     object-fit: contain;
}
.sponsors .box .imgHolder p {
  position: absolute;
  left: 50%;
  top: 59%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  color: #076d90;
  font-weight: 900;
  font-size: 18px;
}
.sponsors .box:hover .imgHolder {
  transform: scale(1.1);
}

.subpageSlider {
  max-width: 745px;
  margin: 100px auto;
  position: relative;
}
.subpageSlider:before {
  content: " ";
  position: absolute;
  height: 10px;
  width: 70px;
  border-top: 7px solid #662d91;
  border-bottom: 7px solid #076d90;
  z-index: 2;
  background: white;
  transform: rotate(-45deg) translate(-24%, -202%);
  top: 0;
  left: 0;
}
.subpageSlider:after {
  content: " ";
  position: absolute;
  height: 10px;
  width: 70px;
  border-top: 7px solid #662d91;
  border-bottom: 7px solid #076d90;
  z-index: 2;
  background: white;
  transform: rotate(-45deg) translate(24%, 202%);
  bottom: 0;
  right: 0;
}
.subpageSlider .slick-dots {
  width: 10px;
  right: 10px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.subpageSlider .slick-dots li button {
  color: transparent;
  border: 1px solid #076d90;
  border-radius: 100%;
  display: block;
  width: 11px;
  height: 11px;
  padding: 0px 0px;
  margin-bottom: 10px;
  background: transparent;
  cursor: pointer;
  transition: background 0.2s;
}
.subpageSlider .slick-dots li.slick-active button {
  background: #076d90;
}
.subpageSlider .slick-dots > li:only-child {
  display: none;
}

section.spots {
  margin-bottom: 70px;
}

.audioPlayer {
  /* Modify the appearance of the slider */
  /* Modify the appearance of the slider thumb */
}
.audioPlayer .player {
  height: auto;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  background: rgb(123, 118, 182);
  background: linear-gradient(90deg, rgb(123, 118, 182) 0%, rgb(0, 176, 176) 100%);
  width: 100%;
  max-width: 520px;
  margin: 0 auto;
  padding: 20px 20px 6px;
}
.audioPlayer .details {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  margin-top: 15px;
}
.audioPlayer .now-playing {
  font-size: 1rem;
}
.audioPlayer .track-name {
  font-size: 2.5rem;
  display: none;
}
.audioPlayer .buttons {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-top: 24px;
  width: 100%;
  height: 60px;
  justify-content: space-between;
}
.audioPlayer .playpause-track,
.audioPlayer .prev-track,
.audioPlayer .next-track {
  padding: 20px;
  opacity: 1;
  /* Smoothly transition the opacity */
  transition: opacity 0.2s;
  cursor: pointer;
}
.audioPlayer .playpause-track:hover,
.audioPlayer .prev-track:hover,
.audioPlayer .next-track:hover {
  opacity: 0.8;
}
.audioPlayer .slider_container {
  width: 100%;
  max-width: unset;
  display: flex;
  justify-content: center;
  align-items: center;
}
.audioPlayer .seek_slider,
.audioPlayer .volume_slider {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  height: 6px;
  background: transparent;
  opacity: 1;
  transition: opacity 0.2s;
  border-radius: 12px;
}
.audioPlayer .volume_slider {
  display: none;
}
.audioPlayer .seek_slider::-webkit-slider-thumb,
.audioPlayer .volume_slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 30px;
  height: 30px;
  background: white;
  cursor: pointer;
  border-radius: 50%;
  position: relative;
  top: -2px;
}
.audioPlayer .seek_slider:hover,
.audioPlayer .volume_slider:hover {
  opacity: 1;
}
.audioPlayer .wrap {
  width: calc(100% - 120px);
  margin-left: 18px;
  position: relative;
}
.audioPlayer .seek_slider {
  width: 100%;
  position: relative;
  z-index: 1;
}
.audioPlayer .volume_slider {
  width: 30%;
}
.audioPlayer .current-time,
.audioPlayer .total-duration,
.audioPlayer .sep {
  padding: 0;
  color: white;
  font-family: "Roboto";
  font-weight: 300;
  font-size: 18px;
}
.audioPlayer .sep {
  margin-left: 8px;
  margin-right: 8px;
  font-size: 24px;
}
.audioPlayer .track {
  width: 100%;
  height: 9px;
  background: white;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  border-radius: 12px;
  z-index: 0;
}
.audioPlayer .track-inner {
  width: 0;
  height: 100%;
  background: #29abe2;
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
}
.audioPlayer .playpause-track img.play {
  width: 30px;
}
.audioPlayer .playpause-track img.pause {
  width: 18px;
}
.audioPlayer .leftRight {
  display: flex;
}
.audioPlayer .leftRight img {
  width: 18px;
}
.audioPlayer .leftRight .next-track img {
  transform: scaleX(-1);
}

section.eventSection {
  padding-left: 100px;
  padding-right: 100px;
  padding-top: 95px;
  padding-bottom: 70px;
  background: #9377af;
  min-height: 100vh;
  overflow: hidden;
  width: 100%;
  box-sizing: border-box;
  /* === Nagy Rádiós Nap 2023 === */
}
section.eventSection .eventBg {
  background-image: url("/img/event/event-bg.jpg");
  background-size: cover;
  background-position: center center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
section.eventSection .eventBox {
  margin: 0 auto;
  background: white;
  box-shadow: 1px 1px 25px -1px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 1px 1px 25px -1px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 1px 1px 25px -1px rgba(0, 0, 0, 0.4);
  border-radius: 20px;
  padding: 50px 84px 20px;
  display: block;
  overflow: hidden;
  position: relative;
  max-width: 1440px;
  box-sizing: border-box;
}
section.eventSection .eventBox #logo {
  text-align: center;
  width: 200px;
  display: block;
  text-decoration: none;
  padding-top: 14px;
  position: absolute;
  top: 14px;
  right: 40px;
}
section.eventSection .eventBox #logo p {
  color: #662d91;
  font-size: 22px;
  margin-top: 0;
  margin-bottom: 4px;
}
section.eventSection .eventBox #logo p span {
  color: #076d90;
}
section.eventSection .eventBox #logo .waveform {
  width: 100%;
  margin: 0 auto;
  position: relative;
  height: 55px;
  margin-bottom: 5px;
}
section.eventSection .eventBox #logo .waveform img {
  position: absolute;
  width: 100%;
  height: auto;
  top: 0;
  left: 0;
}
section.eventSection .eventBox #logo .waveform.animated img.wave1 {
  animation: move_wave_1 4s infinite;
  -webkit-animation: move_wave_1 4s infinite;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}
section.eventSection .eventBox #logo .waveform.animated img.wave2 {
  animation: move_wave_2 2s infinite;
  -webkit-animation: move_wave_2 2s infinite;
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}
section.eventSection .eventBox #logo .waveform.animated img.wave3 {
  animation: move_wave_3 3s infinite;
  -webkit-animation: move_wave_3 3s infinite;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}
section.eventSection .eventBox #logo .waveform.animated img.wave4 {
  animation: move_wave_4 1s infinite;
  -webkit-animation: move_wave_4 1s infinite;
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}
section.eventSection .eventBox #logo .waveform.animated img.lines1 {
  animation: move_line_1 3s infinite;
  -webkit-animation: move_line_1 3s infinite;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}
section.eventSection .eventBox #logo .waveform.animated img.lines2 {
  animation: move_line_2 1.8s infinite;
  -webkit-animation: move_line_2 1.8s infinite;
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}
section.eventSection .eventBox #logo .waveform.animated img.lines3 {
  animation: move_line_2 2.8s infinite;
  -webkit-animation: move_line_2 2.8s infinite;
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}
section.eventSection .eventBox h2 {
  /*font-size: 46px;*/
  font-size: 40px;
  line-height: 100%;
  color: #398aa6;
  font-family: "Abel", sans-serif;
  font-weight: bold;
}
section.eventSection .eventBox h3 {
  font-size: 33px;
  color: #6f419b;
  font-family: "Abel", sans-serif;
  font-weight: bold;
}
section.eventSection .eventBox .eventFormHolder {
  position: relative;
}
section.eventSection .eventBox .eventFormHolder .successMsg {
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  opacity: 0;
  transition: all 0.35s;
}
section.eventSection .eventBox .eventFormHolder .successMsg h2 {
  font-size: 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -100%);
  background: white;
  padding: 10px 20px;
}
section.eventSection .eventBox .eventFormHolder.success .successMsg {
  opacity: 1;
  pointer-events: all;
}
section.eventSection .eventBox form#eventForm {
  margin-top: 70px;
  position: relative;
}
section.eventSection .eventBox form#eventForm .bgWave {
  width: 90%;
  opacity: 0.2;
  position: absolute;
  height: 100%;
  transform: translate(-50%, -68%) scaleY(0.8);
  left: 50%;
  top: 50%;
  transition: all 0.2s;
  pointer-events: none;
}
section.eventSection .eventBox form#eventForm .bgWave.flashing {
  opacity: 0.6;
  filter: hue-rotate(9deg) saturate(32);
}
section.eventSection .eventBox form#eventForm .bgWave img {
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transform-origin: 50% 0;
}
section.eventSection .eventBox form#eventForm .bgWave img.wave1 {
  animation: move_bg_wave_1 8s infinite;
  -webkit-animation: move_bg_wave_1 8s infinite;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}
section.eventSection .eventBox form#eventForm .bgWave img.wave2 {
  animation: move_bg_wave_2 6s infinite;
  -webkit-animation: move_bg_wave_2 6s infinite;
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}
section.eventSection .eventBox form#eventForm .bgWave img.wave3 {
  animation: move_bg_wave_3 9s infinite;
  -webkit-animation: move_bg_wave_3 9s infinite;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}
section.eventSection .eventBox form#eventForm .bgWave img.wave4 {
  animation: move_bg_wave_4 5s infinite;
  -webkit-animation: move_bg_wave_4 5s infinite;
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}
section.eventSection .eventBox form#eventForm .bgWave img.wave5 {
  animation: move_bg_wave_5 4s infinite;
  -webkit-animation: move_bg_wave_5 4s infinite;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  transform-origin: 50% -2%;
}
section.eventSection .eventBox form#eventForm .bgWave img.wave6 {
  animation: move_bg_wave_6 2.8s infinite;
  -webkit-animation: move_bg_wave_6 2.8s infinite;
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}
section.eventSection .eventBox form#eventForm .inputRow {
  display: flex;
  gap: 148px;
  align-items: baseline;
  justify-content: center;
  margin-bottom: 35px;
}
section.eventSection .eventBox form#eventForm .inputRow .inputBox {
  max-width: 428px;
  position: relative;
  flex: 1;
}
section.eventSection .eventBox form#eventForm .inputRow .inputBox label {
  color: #398aa6;
  display: block;
  text-align: center;
  font-weight: bold;
  margin-bottom: 16px;
  /*font-size: 26px;*/
  font-size: 22px;
}
section.eventSection .eventBox form#eventForm .inputRow .inputBox .form-control {
  background: #fdfdfd;
  border: 1px solid #6f419b;
  border-radius: 30px;
  box-shadow: inset 0px 1px 8px rgba(0, 0, 0, 0.2);
  width: 100%;
  display: block;
  transition: 0.18s ease-out;
  outline: 0 !important;
  /*line-height: 54px;*/
  line-height: 44px;
  text-align: center;
  font-size: 20px;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
}
section.eventSection .eventBox form#eventForm .inputRow .inputBox .form-control:hover {
  box-shadow: inset 1px 2px 8px rgba(0, 0, 0, 0.02);
}
section.eventSection .eventBox form#eventForm .inputRow .inputBox .form-control:focus {
  border-color: #398aa6;
  box-shadow: inset 1px 2px 4px rgba(0, 0, 0, 0.01), 0px 0px 8px rgba(0, 0, 0, 0.2);
  outline: 0 !important;
}
section.eventSection .eventBox form#eventForm .inputRow .inputBox .text-danger {
  font-family: "Roboto";
  position: absolute;
  bottom: -29px;
  background: #cc0000;
  color: white;
  padding: 4px 20px;
  border-radius: 10px;
  left: 50%;
  transform: translateX(-50%);
  width: auto;
  text-align: center;
  min-width: 70%;
}
section.eventSection .eventBox form#eventForm .checkboxRow {
  text-align: center;
  color: #7c7f80;
  font-size: 20px;
}
section.eventSection .eventBox form#eventForm .checkboxRow .styled-checkbox + label:before {
  position: relative;
  top: 3px;
}
section.eventSection .eventBox form#eventForm .checkboxRow .styled-checkbox:checked + label:after {
  left: 4px;
  top: 12px;
}
section.eventSection .eventBox form#eventForm button.btn {
  background: #076d90;
  color: white;
  /*font-size: 22px;*/
  font-size: 18px;
  outline: 0;
  font-family: "Abel";
  border: 0;
  padding: 14px 35px;
  border-radius: 40px;
  font-weight: bold;
  letter-spacing: 1px;
  /*margin: 34px auto 18px;*/
  margin: 34px auto 0;
  display: block;
  cursor: pointer;
  transition: 0.18s ease-out;
}
section.eventSection .eventBox form#eventForm button.btn:hover {
  background: #6f419b;
}
section.eventSection .eventBox form#eventForm p {
  text-align: center;
  font-size: 17px;
  color: #6d6a6a;
}
section.eventSection .eventBox .eventLogos {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 15px;
  gap: 30px;
}
section.eventSection .eventBox .eventLogos a {
  width: auto;
  text-decoration: none;
}
section.eventSection .eventBox .eventLogos a .imgHolder {
  height: 110px;
  width: 118px;
  display: block;
  position: relative;
  transition: all 0.5s;
}
section.eventSection .eventBox .eventLogos a .imgHolder img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: 100%;
  width: 120px;
  height: auto;
  max-height: 80px;
  -o-object-fit: contain;
     object-fit: contain;
}
section.eventSection .eventBox .eventLogos a .imgHolder p {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -42%);
  width: 100%;
  text-align: center;
  font-size: 21px;
  font-weight: 900;
  color: black;
}
section.eventSection .eventBox .eventLogos a:hover .imgHolder {
  transform: scale(1.1);
}
section.eventSection .eventBox .eventLogos a.media-moment .imgHolder {
  width: 150px;
  height: 120px;
}
section.eventSection .eventBox .eventLogos a.media-moment .imgHolder img {
  width: 150px;
  max-height: 100px;
}
section.eventSection .eventBox .eventLogos a.msc .imgHolder {
  width: 160px;
  height: 120px;
}
section.eventSection .eventBox .eventLogos a.msc .imgHolder img {
  width: 160px;
}
section.eventSection .eventBox .eventLogos a.scores-group .imgHolder {
  width: 180px;
  height: 90px;
}
section.eventSection .eventBox .eventLogos a.scores-group .imgHolder img {
  width: 180px;
  max-height: 110px;
}
section.eventSection.radio2023 {
  padding-top: 50px;
}
section.eventSection.radio2023 .eventBg {
  background: #ebebeb;
}
section.eventSection.radio2023 .eventBox {
  box-shadow: 1px 1px 15px -1px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 1px 1px 15px -1px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 1px 1px 15px -1px rgba(0, 0, 0, 0.4);
  max-width: 800px;
  padding: 180px 44px 270px;
}
section.eventSection.radio2023 .eventBox #logo {
  top: unset;
  bottom: 150px;
}
section.eventSection.radio2023 .xxx {
  position: absolute;
  top: 40px;
  right: 40px;
  width: 100px;
  z-index: 2;
}
section.eventSection.radio2023 .eventBox form#eventForm .inputRow {
  gap: 28px;
}
section.eventSection.radio2023 img.eventLogos {
  width: 100%;
  margin: 20px auto;
}
section.eventSection.radio2023 h2 {
  margin-bottom: 30px;
}
section.eventSection.radio2023 h3 {
  font-family: "Montserrat";
  font-size: 20px;
}
section.eventSection.radio2023 h3.blue {
  color: #398aa6;
}
section.eventSection.radio2024 {
  padding-top: 50px;
}
section.eventSection.radio2024 .eventBg {
  background: #250954;
}
section.eventSection.radio2024 .eventBox {
  box-shadow: 1px 1px 15px -1px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 1px 1px 15px -1px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 1px 1px 15px -1px rgba(0, 0, 0, 0.4);
  max-width: 800px;
  padding: 300px 44px 165px;
}
section.eventSection.radio2024 .eventBox .logos {
  bottom: 35px;
  left: 55px;
  position: absolute;
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 75%;
  flex-wrap: wrap;
}
section.eventSection.radio2024 .eventBox .logos img {
  max-width: 100px;
}
section.eventSection.radio2024 .eventBox #logo {
  top: unset;
  right: unset;
  position: unset;
  width: 100px;
}
section.eventSection.radio2024 .eventBox #logo .waveform {
  height: 25px;
}
section.eventSection.radio2024 .eventBox #logo p {
  font-size: 18px;
}
section.eventSection.radio2024 .xxx {
  position: absolute;
  top: 40px;
  right: 40px;
  width: 100px;
  z-index: 2;
}
section.eventSection.radio2024 .eventBox form#eventForm .inputRow {
  gap: 28px;
}
section.eventSection.radio2024 img.eventLogos {
  width: 100%;
  margin: 20px auto;
}
section.eventSection.radio2024 h2 {
  margin-bottom: 30px;
  color: #c934f0;
}
section.eventSection.radio2024 h3 {
  font-family: "Montserrat";
  font-size: 20px;
}
section.eventSection.radio2024 h3.blue {
  color: #c934f0;
}
section.eventSection.radio2024 button.btn {
  background-color: #c934f0 !important;
}
section.eventSection.radio2024 button.btn:hover {
  background-color: #6f419b !important;
}
section.eventSection.radio2024 .footerWaves .img2 {
  width: 25%;
  right: 0;
  left: unset;
}
section.eventSection.radio2024 label {
  color: #c934f0 !important;
}
section.eventSection.radio2024 .closed-alert {
  font-weight: bold;
  padding: 20px;
  border: 1px solid #c934f0;
  font-size: 20px;
  color: #6f419b;
  text-align: center;
  margin-bottom: 50px;
}



section.eventSection.radio2025 {
  /*padding-top: 50px;*/
  padding-top: 30px;
}
section.eventSection.radio2025 .eventBox .eventFormHolder {
  z-index: 2;
}
section.eventSection.radio2025 .eventBg {
  background: #250954;
}
section.eventSection.radio2025 .eventBox {
  box-shadow: 1px 1px 15px -1px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 1px 1px 15px -1px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 1px 1px 15px -1px rgba(0, 0, 0, 0.4);
  max-width: 800px;
  padding: 200px 44px 165px;
}
section.eventSection.radio2025 .eventBox form#eventForm {
  margin-top: 40px;
}
section.eventSection.radio2025 .eventBox .logos {
  bottom: 35px;
  left: 55px;
  position: absolute;
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 75%;
  flex-wrap: wrap;
}
section.eventSection.radio2025 .eventBox .logos img {
  max-width: 100px;
}
section.eventSection.radio2025 .eventBox #logo {
  top: unset;
  right: unset;
  position: unset;
  width: 100px;
}
section.eventSection.radio2025 .eventBox #logo .waveform {
  height: 25px;
}
section.eventSection.radio2025 .eventBox #logo p {
  font-size: 18px;
}
section.eventSection.radio2025 .xxx {
  position: absolute;
  top: 40px;
  right: 40px;
  width: 100px;
  z-index: 2;
}
section.eventSection.radio2025 .eventBox form#eventForm .inputRow {
  gap: 28px;
}
section.eventSection.radio2025 img.eventLogos {
  width: 100%;
  margin: 20px auto;
}
section.eventSection.radio2025 h2 {
  margin-bottom: 30px;
  color: #783D92;
  z-index: 2;
}
section.eventSection.radio2025 h3 {
  font-family: "Montserrat";
  /*font-size: 20px;*/
  font-size: 18px;
  color: #07798F;
  z-index: 3;
}
section.eventSection.radio2025 h3.blue {
  color: #07798F;
}
section.eventSection.radio2025 button.btn {
  background-color: #783D92 !important;
}
section.eventSection.radio2025 button.btn:hover {
  background-color: #6f419b !important;
}
section.eventSection.radio2025 .footerWaves .img2 {
  width: 25%;
  right: 0;
  left: unset;
}
section.eventSection.radio2025 label {
  color: #783D92 !important;
}
section.eventSection.radio2025 .closed-alert {
  font-weight: bold;
  padding: 20px;
  border: 1px solid #783D92;
  font-size: 20px;
  color: #6f419b;
  text-align: center;
  margin-bottom: 50px;
}

.styled-checkbox {
  position: absolute;
  opacity: 0;
}
.styled-checkbox + label {
  position: relative;
  cursor: pointer;
  padding: 0;
}
.styled-checkbox + label:before {
  content: "";
  margin-right: 10px;
  display: inline-block;
  vertical-align: text-top;
  width: 20px;
  height: 20px;
  background: white;
  box-shadow: inset 0px 0px 6px 0px rgba(0, 0, 0, 0.5);
  transition: all 0.2s;
  border-radius: 3px;
}
.styled-checkbox:hover + label:before {
  background: #076d90;
}
.styled-checkbox:focus + label:before {
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
}
.styled-checkbox:checked + label:before {
  background: #076d90;
}
.styled-checkbox:disabled + label {
  color: #b8b8b8;
  cursor: auto;
}
.styled-checkbox:disabled + label:before {
  box-shadow: none;
  background: #ddd;
}
.styled-checkbox:checked + label:after {
  content: "";
  position: absolute;
  left: 5px;
  top: 11px;
  background: white;
  width: 3px;
  height: 4px;
  box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
  transform: rotate(45deg);
}

@media only screen and (max-width: 1490px) {
  section.eventSection.radio2023 .bgWaves {
    transform: initial;
  }
}
@media only screen and (max-width: 1400px) {
  section.eventSection {
    padding-left: 60px;
    padding-right: 60px;
    padding-top: 65px;
    padding-bottom: 50px;
  }

  section.eventSection .eventBox {
    padding: 40px 54px 10px;
  }

  section.eventSection .eventBox h2 {
    /*font-size: 40px;*/
    font-size: 34px;
  }

  section.eventSection .eventBox h3 {
    font-size: 18px;
  }

  section.eventSection .eventBox form#eventForm {
    margin-top: 50px;
  }

  section.eventSection.radio2023 .eventBox form#eventForm .inputRow .inputBox label {
    font-size: 22px;
  }
}
@media only screen and (max-width: 1300px) {
  section.eventSection .eventBox .eventLogos {
    transform: scale(0.8);
  }

  section.eventSection .eventBox form#eventForm button.btn {
    /*font-size: 20px;*/
    font-size: 18px;
    padding: 12px 33px 14px;
    /*margin: 24px auto 16px;*/
    margin: 24px auto 0;
  }

  section.eventSection .eventBox form#eventForm .inputRow {
    gap: 120px;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 1060px) {
  section.eventSection .eventBox .eventLogos {
    transform: scale(0.55);
  }

  section.eventSection .eventBox form#eventForm .inputRow {
    gap: 50px;
  }

  section.eventSection .eventBox #logo {
    width: 180px;
    right: 20px;
  }

  section.eventSection .eventBox form#eventForm {
    margin-top: 30px;
  }

  section.eventSection .eventBox form#eventForm .inputRow .inputBox label {
    /*font-size: 20px;*/
    font-size: 18px;
    margin-bottom: 12px;
  }

  body.noMenu main {
    padding-top: 0px !important;
  }
}
@media only screen and (max-width: 900px) {
  section.eventSection.radio2023 .eventBox .eventLogos {
    transform: scale(1);
  }

  section.eventSection.radio2023 .eventBox {
    padding-bottom: 300px;
  }

  section.eventSection.radio2023 .eventBox #logo {
    bottom: 200px;
  }
}
@media only screen and (max-width: 800px) {
  section.eventSection {
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 45px;
    padding-bottom: 40px;
  }

  section.eventSection .eventBox #logo {
    width: 200px;
    right: 20px;
    position: initial;
    margin: 0 auto 20px;
  }

  section.eventSection .eventBox {
    padding: 30px 20px 30px;
  }

  section.eventSection .eventBox form#eventForm .bgWave {
    display: none;
  }

  section.eventSection .eventBox form#eventForm .inputRow {
    display: block;
    margin-bottom: 0;
  }

  section.eventSection .eventBox form#eventForm .inputRow .inputBox {
    margin: 0 auto 30px;
  }

  section.eventSection .eventBox .eventLogos {
    transform: initial;
    display: block;
    text-align: center;
  }

  section.eventSection .eventBox .eventLogos a {
    display: block;
    margin: 0 auto 5px;
  }

  section.eventSection .eventBox .eventLogos a .imgHolder {
    margin: 0 auto;
  }

  section.eventSection .eventBox .eventFormHolder .successMsg h2 {
    width: 90%;
  }
}
@media only screen and (max-width: 690px) {
  section.eventSection.radio2023 .xxx {
    top: 20px;
    right: 20px;
    width: 60px;
  }
}
@media only screen and (max-width: 420px) {
  section.eventSection .eventBox .eventFormHolder .successMsg h2 {
    font-size: 20px;
  }

  section.eventSection {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 35px;
    padding-bottom: 40px;
  }

  section.eventSection .eventBox {
    padding: 30px 15px 30px;
    border-radius: 10px;
  }

  section.eventSection .eventBox h2 {
    /*font-size: 30px;*/
    font-size: 24px;
  }

  section.eventSection .eventBox h3 {
    font-size: 20px;
  }

  section.eventSection .eventBox form#eventForm .inputRow .inputBox .form-control {
    /*line-height: 40px;*/
    line-height: 32px;
    font-size: 16px;
    padding-left: 15px;
    padding-right: 15px;
  }

  section.eventSection .eventBox .eventLogos a .imgHolder {
    height: 100px !important;
  }

  section.eventSection .eventBox .eventLogos a .imgHolder img {
    max-height: 80px !important;
  }

  section.eventSection.radio2023 .xxx {
    top: 20px;
    right: 15px;
    width: 50px;
  }

  section.eventSection.radio2023 .eventBox {
    padding-top: 130px;
    padding-bottom: 90px;
  }

  section.eventSection .eventBox h3 {
    font-size: 15px;
  }
}
@media only screen and (max-width: 330px) {
  section.eventSection.radio2023 .eventBox h2 {
    font-size: 27px;
  }

  section.eventSection.radio2023 .xxx {
    top: 20px;
    right: 10px;
    width: 40px;
  }

  section.eventSection.radio2023 .eventBox {
    padding-top: 90px;
    padding-bottom: 90px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
section.our-favorite .sectionTitle {
  margin: 100px 0 70px 0;
}

@media screen and (max-width: 1920px) {
  section#menu .container .menuRow .xxx {
    left: 25%;
  }

  section#menu .container .menuRow #logo {
    position: relative;
    left: -10px;
    width: 300px;
  }
}
@media screen and (max-width: 1770px) {
  .news {
    width: 100%;
  }

  section#menu .container .menuRow #logo {
    position: relative;
    left: -20px;
    width: 270px;
  }

  section#hero .heroCarousel .slick-slide {
    height: 700px;
  }
}
@media screen and (max-width: 1600px) {
  section#menu .container .menuRow nav ul li a,
footer .container ul li a {
    font-size: 16px;
  }
}
@media screen and (max-width: 1490px) {
  section#menu {
    height: 135px;
  }

  section#menu .container .menuRow #logo {
    padding-top: 21px;
    width: 208px;
  }

  section#menu .container .menuRow #logo .waveform {
    height: 45px;
    margin-bottom: 6px;
    margin-top: 20px;
  }

  section#menu .container .menuRow nav ul li a,
footer .container ul li a {
    font-size: 15px;
  }

  section#menu .container .menuRow nav ul {
    margin-right: 6px;
  }

  section#menu .container .menuRow nav ul li:not(:first-child) {
    margin-left: 16px;
  }

  section#menu .container .menuRow #logo p {
    font-size: 19px;
    margin-top: 10px;
  }

  section#menu .container .menuRow .xxx {
    left: 25%;
    width: 110px;
    margin-top: 9px;
  }

  section#hero .heroCarousel {
    margin-top: 0px;
  }

  section#hero .heroCarousel .slick-slide .title {
    font-size: 50px;
    margin-bottom: 18px;
  }

  section#hero .heroCarousel .slick-slide a.btn {
    width: 114px;
  }

  .news .box .imgHolder {
    width: 150px;
    height: 150px;
  }

  .news .box p {
    font-size: 11px;
    max-width: 150px;
  }

  body main section .sectionTitle {
    margin-bottom: 40px;
  }

  body main section .container .pdfImgs img {
    max-width: 600px;
  }

  section#hero .heroCarousel .slick-slide {
    height: 620px;
  }

  section#hero .heroCarousel .slick-slide .text {
    width: 600px;
  }

  section#hero .heroCarousel .slick-slide .subtitle {
    font-size: 20px;
  }

  .bgWaves {
    transform: scaleY(1.5);
    transform-origin: top;
  }

  .members .box .imgHolder {
    width: 140px;
  }

  body main section.doublespaced .container, body main footer.doublespaced .container {
    margin-bottom: 50px;
  }

  .radio2024 .bgWaves img {
    height: 200px;
  }

  .radio2025 .bgWaves img {
    height: 200px;
  }

  body main section .materialHeader {
    max-width: 560px;
  }
}
@media screen and (max-width: 1240px) {
  section#menu {
    height: 120px;
  }

  body main section .container {
    padding-left: 24px;
    padding-right: 24px;
  }

  section#menu .container .menuRow .xxx {
    left: 24%;
    margin-top: 25px;
    width: 90px;
  }

  section#menu .container .menuRow #logo {
    width: 180px;
    padding-top: 20px;
    left: -30px;
  }

  section#menu .container .menuRow .xxx {
    margin-top: 6px;
  }

  section#menu .container .menuRow nav ul {
    margin-right: 0px;
  }

  section#menu .container .menuRow nav ul li {
    padding-top: 33px;
  }

  section#menu .container .menuRow nav ul li a,
footer .container ul li a {
    font-size: 14px;
  }

  section#menu .container .menuRow #logo .waveform {
    height: 30px;
    margin-bottom: 5px;
  }

  section#menu .container .menuRow #logo p {
    font-size: 15px;
    margin-top: 24px;
  }

  section#menu .container .menuRow nav ul li:not(:first-child) {
    margin-left: 10px;
  }

  section#hero .heroCarousel .slick-slide .title {
    font-size: 40px;
  }

  section#hero .heroCarousel .slick-slide .subtitle {
    padding-bottom: 8px;
    font-size: 15px;
  }

  .edgewaves {
    height: 168px;
  }

  footer .container ul li a {
    font-size: 13px;
    margin-left: 15px;
  }

  section#hero .heroCarousel .slick-slide .colorBox {
    max-width: 145px;
  }

  .subpageNews {
    grid-column-gap: 90px;
    grid-row-gap: 70px;
  }

  .subpageNews .colorBox:nth-of-type(1) p {
    font-size: 35px;
    margin-bottom: 30px;
  }

  .subpageNews .colorBox p {
    font-size: 15px;
  }

  .subpageNews .colorBox:nth-of-type(1) p.intro {
    font-size: 18px;
  }

  section#menu .container .menuRow nav ul li.searchInput {
    padding-top: 21px;
  }

  section#menu .container .menuRow nav ul li.searchInput .magnifyGlass {
    top: 34px;
  }

  body main section .container.wideContainer, body main footer .container.wideContainer {
    max-width: 1120px;
  }

  section.abouttext {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 13px;
    line-height: 145%;
  }

  .materialGallery a {
    width: 30vw;
    height: 18vw;
  }

  section#hero .heroCarousel .slick-slide .text {
    width: 500px;
  }

  .footerWaves {
    transform-origin: bottom;
    transform: scaleY(1.2);
  }

  footer .container .xxx {
    width: 100px;
  }

  body main section.doublespaced .container, body main footer.doublespaced .container {
    margin-top: 200px;
    margin-bottom: 75px;
  }
}
@media screen and (max-width: 1028px) {
  section#menu .container .menuRow .xxx {
    display: none;
  }

  section#menu .container .menuRow #logo {
    left: -15px;
  }

  .news .box .imgHolder {
    width: 200px;
    height: 200px;
  }

  .news .box p {
    font-size: 16px;
    max-width: 200px;
  }

  .members .box .imgHolder {
    width: 120px;
    height: 90px;
  }

  .members .box .imgHolder p {
    font-size: 20px;
  }

  footer {
    padding-top: 30px;
  }

  footer .container ul li a {
    font-size: 20px;
    margin-left: 20px;
  }

  .news {
    justify-content: center;
    gap: 40px;
  }

  .news .colorBox {
    flex: 0 0 35%;
    margin-bottom: 20px;
  }

  .colorBox p {
    max-width: unset;
  }

  section.bottomBanner .desktopBanner {
    display: none;
  }

  section.bottomBanner .mobileBanner {
    display: block;
    max-width: 300px;
    margin: 0 auto 40px;
  }

  .subpageNews .colorBox:nth-of-type(1) p {
    font-size: 30px;
  }

  .subpageNews .colorBox:nth-of-type(1) p.intro {
    font-size: 17px;
  }

  body main section.doublespaced .container, body main footer.doublespaced .container {
    margin-top: 100px;
  }

  section#menu {
    overflow: hidden;
  }
}
@media screen and (max-width: 900px) {
  main {
    padding-top: 90px;
  }

  section#menu .container .menuRow #logo {
    width: 110px;
    padding-top: 17px;
    position: absolute;
    left: 10px;
  }

  section#menu .container .menuRow #logo p {
    margin-top: -15px;
  }

  section#menu .container .menuRow #logo .waveform {
    margin-top: 10px;
  }

  body main section .container {
    padding-left: 30px;
    padding-right: 30px;
  }

  section#menu {
    height: 90px;
    position: absolute;
    top: 0;
    z-index: 100;
    background: white;
  }

  section#menu .container .menuRow {
    flex-direction: row-reverse;
  }

  section#menu .container .menuRow #logo p {
    font-size: 16px;
  }

  section#menu .container .menuRow #logo .waveform {
    height: 45px;
  }

  section#menu .container .menuRow nav ul li a {
    font-size: 30px;
    font-weight: normal;
    padding: 0 0;
    color: white;
  }

  section#menu .container .menuRow nav ul li {
    padding-top: 0;
  }

  section#menu .container .menuRow nav ul li,
section#menu .container .menuRow nav ul li:not(:first-child) {
    margin-left: 25px;
    margin-bottom: 15px;
  }

  section#menu .container .menuRow nav ul li {
    position: relative;
    /*&:after {
        content: ' ';
        display: block;
        position: absolute;
        width: 0px;
        background: $blue;
        background: linear-gradient(90deg, rgba(7,109,144,1) 0%, rgba(7,109,144,0) 100%);
        height: 3px;
        bottom: -5px;
        left: 0px;
        transition: all 0.2s ease;
    }*/
  }

  section#menu .container .menuRow #nav:checked ~ .nav-container ul li:after {
    width: 180px;
  }

  section#menu .container .menuRow nav ul li.mobileOnly {
    display: block;
    margin-left: 60px;
  }
  section#menu .container .menuRow nav ul li.mobileOnly:after {
    display: none;
  }

  .nav-container {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
    background: white;
    /*background: rgb(255,255,255);
      background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(240,239,236,1) 100%);*/
    opacity: 0;
    transition: all 0.2s ease;
    pointer-events: none;
  }
  .nav-container:before {
    content: " ";
    display: block;
    position: absolute;
    width: 250%;
    height: 140%;
    background-image: url(/img/mobile-menu-bg.svg);
    top: 0;
    left: 13%;
    transform: translateX(-50%);
  }

  #nav:checked + .nav-open + .nav-container {
    pointer-events: initial;
  }

  .nav-container ul {
    position: absolute;
    top: 10%;
    width: 100%;
  }

  .nav-container ul li {
    display: block;
    float: none;
    width: 100%;
    text-align: left;
    margin-bottom: 10px;
  }

  .nav-container ul li:nth-child(1) a,
.nav-container ul li:nth-child(1):after,
.nav-container ul li:nth-child(1) {
    transition-delay: 0.2s;
  }

  .nav-container ul li:nth-child(2) a,
.nav-container ul li:nth-child(2):after,
.nav-container ul li:nth-child(2) {
    transition-delay: 0.25s;
  }

  .nav-container ul li:nth-child(3) a,
.nav-container ul li:nth-child(3):after,
.nav-container ul li:nth-child(3) {
    transition-delay: 0.3s;
  }

  .nav-container ul li:nth-child(4) a,
.nav-container ul li:nth-child(4):after,
.nav-container ul li:nth-child(4) {
    transition-delay: 0.35s;
  }

  .nav-container ul li:nth-child(5) a,
.nav-container ul li:nth-child(5):after,
.nav-container ul li:nth-child(5) {
    transition-delay: 0.4s;
  }

  .nav-container ul li:nth-child(6) a,
.nav-container ul li:nth-child(6) {
    transition-delay: 0.45s;
  }

  .nav-container ul li:nth-child(7) a,
.nav-container ul li:nth-child(7) {
    transition-delay: 0.5s;
  }

  .nav-container ul li:nth-child(8),
.nav-container ul li:nth-child(8) a {
    transition-delay: 0.55s;
  }

  .nav-container ul li:nth-child(9),
.nav-container ul li:nth-child(9) a {
    transition-delay: 0.6s;
  }

  .nav-container ul li:not(:first-child) {
    margin-left: 0;
  }

  .nav-container ul li {
    opacity: 0;
    transition: all 0.2s ease;
  }

  .nav-container ul li a {
    padding: 10px 25px;
    opacity: 1;
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    transform: translateY(-20px);
    transition: all 0.2s ease;
  }

  .nav-open {
    position: absolute;
    right: 30px;
    top: 13px;
    display: block;
    width: 48px;
    height: 48px;
    cursor: pointer;
    z-index: 9999;
    border-radius: 50%;
  }

  .nav-open i {
    display: block;
    width: 46px;
    height: 5px;
    background: white;
    border-radius: 2px;
    margin-left: 14px;
  }

  .nav-open i:nth-child(1) {
    margin-top: 16px;
  }

  .nav-open i:nth-child(2) {
    margin-top: 10px;
    opacity: 1;
  }

  .nav-open i:nth-child(3) {
    margin-top: 10px;
  }

  section#menu .container .menuRow nav ul li.searchInput {
    display: none;
  }

  section#menu .container .menuRow nav ul li.searchInput.mobileOnly {
    display: block;
    width: 200px;
    padding-top: 5px;
  }

  section#menu .container .menuRow nav ul li.searchInput input {
    width: 200px;
    text-align: left;
    padding-left: 14px;
    padding-right: 24px;
  }

  section#menu .container .menuRow nav ul li.searchInput .magnifyGlass {
    top: 17px;
    right: 19px;
  }

  section#hero .heroCarousel .slick-slide .title {
    font-size: 24px;
    margin: 0 auto 10px;
  }

  section#hero .heroCarousel .slick-slide .subtitle {
    font-size: 16px;
  }

  section#hero .heroCarousel .slick-slide a.btn {
    width: 130px;
    font-size: 16px;
    margin: 20px auto 20px;
  }

  section#hero .slick-dots {
    top: 40px;
  }

  /*section#hero .slick-dots {
      position: initial;
      width: 100%;
      transform: unset;
      top: unset;
      text-align: center;
      padding-top: 10px;
  }
  section#hero .slick-dots li {
      display: inline-block;
      margin-bottom: 0px;
      margin-left: 6px;
      margin-right: 6px;
  }*/
  section#hero .separator {
    margin-top: 5px;
    height: auto;
    margin-bottom: 30px;
  }

  section#hero .separator img {
    width: 200vw;
    animation: separatorAnimMobile 5s infinite ease-in-out;
    -webkit-animation: separatorAnimMobile 5s infinite ease-in-out;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
  }

  section#hero .heroCarousel .slick-slide {
    height: 500px;
  }

  section#hero .heroCarousel .slick-slide .text {
    width: 50%;
  }

  .edgewaves {
    height: 200px;
  }

  footer .container ul li a {
    font-size: 16px;
    margin-left: 15px;
  }

  footer .container ul li a img {
    width: 30px;
  }

  body main section.textSection .textInner {
    font-size: 20px;
  }

  section#hero .bgWave {
    transform: translate(-50%, -50%) scaleY(2);
  }

  body main section .bigText, body main section h2, body main footer .bigText, body main footer h2 {
    font-size: 24px;
  }

  .bgWaves {
    transform: scaleY(2);
  }

  body main section.homeSpaced .container .sectionTitle, body main footer.homeSpaced .container .sectionTitle {
    margin-bottom: 200px;
  }

  .footerWaves {
    transform-origin: bottom;
    transform: scaleY(1.4);
  }

  .subpageNews .colorBox p {
    font-size: 13px;
  }

  .subpageNews .colorBox p.intro {
    font-size: 10px;
  }
}
@media screen and (max-width: 800px) {
  body main section .sectionTitle {
    margin-bottom: 40px;
    font-size: 30px;
  }

  .news {
    display: block;
    width: 100%;
  }

  .news .box {
    display: block;
    padding-bottom: 45px;
    max-width: 280px;
    margin-left: auto;
    margin-right: auto;
  }

  .news .box .imgHolder {
    width: 280px;
    height: 280px;
    margin: 0 auto 20px;
  }

  .news .box p {
    max-width: unset;
    font-size: 18px;
  }

  .members .box .imgHolder {
    width: 100px;
    height: 80px;
  }

  footer .container ul {
    text-align: center;
  }

  footer .container ul li a {
    font-size: 14px;
    margin-left: 10px;
  }

  .news .colorBox {
    width: 100%;
    max-width: 300px;
    display: block;
    margin: 0 auto 25px;
  }

  body main section .bgElement, body main footer .bgElement {
    max-height: 600px;
  }

  body main section .materialHeader, body main footer .materialHeader {
    display: block;
  }

  body main section .materialHeader .buttons, body main footer .materialHeader .buttons {
    justify-content: center;
    width: 100%;
    margin-top: 20px;
  }

  footer .container .xxx {
    display: none;
  }

  .footerWaves {
    transform: scaleY(1.6);
  }

  .subpageNews .colorBox:nth-of-type(1) p,
.subpageNews .colorBox p {
    font-size: 16px;
    margin-bottom: 15px;
  }

  .subpageNews .colorBox:nth-of-type(1) p.intro,
.subpageNews .colorBox p.intro {
    font-size: 12px;
  }

  .subpageNews .colorBox {
    padding-bottom: 15px;
  }

  .radio2024 .eventBox {
    padding-bottom: 60px !important;
    padding-top: 190px !important;
  }
  .radio2024 .eventBox .logos {
    position: unset !important;
    margin: auto;
  }
  .radio2024 .eventBox .bgWaves img {
    height: 120px;
  }

  .radio2025 .eventBox {
    padding-bottom: 60px !important;
    padding-top: 190px !important;
  }
  .radio2025 .eventBox .logos {
    position: unset !important;
    margin: auto;
  }
  .radio2025 .eventBox .bgWaves img {
    height: 120px;
  }
}
@media screen and (max-width: 600px) {
  section#menu .menuBg {
    width: 130vw;
    left: 10vw;
  }

  body main section.doublespaced {
    padding-top: 70px;
    padding-bottom: 60px;
  }

  .members {
    display: block;
  }

  .members .box {
    display: block;
    width: auto;
    margin: 0 auto;
  }

  .members .box .imgHolder {
    height: auto;
    min-height: 70px;
    margin: 0 auto 25px;
  }

  .members .box .imgHolder p {
    position: initial;
    left: unset;
    top: unset;
    transform: unset;
  }

  .members .box .imgHolder img {
    position: initial;
    left: unset;
    top: unset;
    transform: unset;
  }

  section.bottomBanner {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .edgewaves {
    height: 100px;
  }

  footer .container ul li {
    display: block;
    margin-bottom: 20px;
  }

  footer .container ul li a {
    font-size: 18px;
    margin-left: 0;
  }

  body main section.textSection .textInner {
    font-size: 18px;
    text-align: left;
    max-width: 400px;
  }

  body main section.gray {
    /*background: linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(237, 237, 239) 100%);*/
  }

  body main section .container .researchListBox, body main footer .container .researchListBox {
    padding-bottom: 40px;
  }

  body main section .container .pdfImgs img, body main footer .container .pdfImgs img {
    margin: 0 auto 25px;
  }

  body main section.doublespaced .container, body main footer.doublespaced .container {
    margin-top: 120px;
    margin-bottom: 120px;
  }

  footer:before {
    background: linear-gradient(90deg, rgb(125, 102, 174) 40%, rgb(57, 187, 190) 100%);
  }

  .colorBox .gradientOuter {
    width: 100%;
    padding-bottom: 100%;
    margin: 0 auto 15px;
  }

  .colorBox p {
    font-size: 17px;
  }

  body main section .bgElement, body main footer .bgElement {
    max-height: 390px;
  }

  body main section.notDoublespacedOnMobile {
    padding-top: 0px;
  }

  .materialGallery a {
    width: 100%;
    height: 50vw;
  }

  .bgWaves {
    transform: scaleY(3.5);
  }

  body main section.homeSpaced .container .sectionTitle, body main footer.homeSpaced .container .sectionTitle {
    margin-bottom: 120px;
  }

  body main section.homeSpaced .container, body main footer.homeSpaced .container {
    margin-bottom: 100px;
  }

  body main section.doublespaced .container, body main footer.doublespaced .container {
    margin-top: 25px;
    margin-bottom: 25px;
  }

  footer {
    background: #076d90;
  }

  .footerWaves {
    display: none;
  }

  .subpageNews {
    margin-top: 50px;
  }

  .radio2024 .bgWaves img {
    height: 60px !important;
  }

  .radio2025 .bgWaves img {
    height: 60px !important;
  }
}
@media screen and (max-width: 500px) {
  section#hero .heroCarousel .slick-slide .title {
    font-size: 22px;
    line-height: 120%;
    padding-left: 0px;
    padding-right: 0px;
  }

  section#hero .heroCarousel .slick-slide .subtitle {
    font-size: 15px;
  }

  section#hero .slick-dots {
    padding-top: 20px;
  }

  section#hero .heroCarousel .slick-slide a.btn {
    width: 120px;
    font-size: 15px;
    margin: 20px auto 20px;
    padding: 14px;
    box-shadow: 0px 0px 10px 6px #a8ccd8;
  }

  section#hero .container {
    padding-left: 0px;
    padding-right: 0px;
  }

  section#hero .heroCarousel .slick-slide {
    padding-left: 20px;
    padding-right: 20px;
  }

  footer {
    padding-top: 25px;
    padding-bottom: 20px;
  }

  section#hero .heroCarousel {
    background: black;
  }

  section#hero .heroCarousel .slick-slide .text {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-right: 25px;
    padding-left: 25px;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  section#hero .heroCarousel .slick-slide .image {
    max-width: unset;
    opacity: 0.5;
  }

  section.separator .wave {
    background-size: 720px 40px;
    margin-top: 20px;
  }

  .sponsors .box .imgHolder img {
    width: 280px;
  }

  body main section .bigText, body main section h2, body main footer .bigText, body main footer h2 {
    font-size: 22px;
  }

  body main section h4, body main footer h4 {
    font-size: 18px;
  }

  section#hero .slick-arrow.slick-prev {
    left: 0px;
  }

  section#hero .slick-arrow.slick-next {
    right: 0px;
  }

  section#menu .container .menuRow nav ul li a {
    font-size: 24px;
  }

  body main section.textSection .textInner h1, body main footer.textSection .textInner h1 {
    font-size: 26px;
  }

  .bgWaves {
    transform: scaleY(4);
  }

  body main section.homeSpaced .container, body main footer.homeSpaced .container {
    margin-top: 20px;
  }

  body main section .sectionTitle:before, body main footer .sectionTitle:before {
    height: 33px;
    top: 6px;
    width: 10px;
  }
}
@media screen and (max-width: 340px) {
  section#menu .menuBg {
    position: absolute;
    width: 150vw;
    height: 290%;
    top: 0;
    left: 15vw;
    pointer-events: none;
  }

  section#hero .heroCarousel .slick-slide .title {
    font-size: 20px;
  }

  section#menu .container .menuRow nav ul li a {
    font-size: 20px;
  }

  .news .box {
    padding-bottom: 35px;
  }

  body main section .sectionTitle {
    margin-bottom: 30px;
    font-size: 28px;
  }

  .news .box .imgHolder {
    width: 240px;
    height: 240px;
  }

  body main section.doublespaced {
    padding-bottom: 40px;
  }

  section#hero .heroCarousel .slick-slide {
    height: 420px;
  }
}
@-webkit-keyframes separatorAnimMobile {
  0% {
    transform: translateX(-100vw);
  }
  100% {
    transform: translateX(0vw);
  }
}
@keyframes separatorAnimMobile {
  0% {
    transform: translateX(-100vw);
  }
  100% {
    transform: translateX(0vw);
  }
}
