:root {
  --white: white;
  --black: black;
}

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

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

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

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

.wwf-wrapper {
  background-image: linear-gradient(#ffffffa6, #ffffffa6), url('../images/bg-lines.svg');
  background-position: 0 0, 50% 0;
  min-height: 100vh;
}

.navbar {
  background-color: #fff;
}

.navbar-logo-left-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container.shadow-three {
  width: 100%;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

.container {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

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

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

.navbar-brand {
  justify-content: flex-start;
  align-items: center;
  height: 50px;
  display: flex;
}

.nav-menu-wrapper {
  background-color: #fff0;
  justify-content: flex-end;
  align-items: center;
  width: 250px;
  display: flex;
  left: auto;
  right: 0;
}

.nav-menu-two {
  text-align: right;
  background-color: #fff;
  border-top: 1px solid #000;
  flex-flow: wrap;
  justify-content: flex-end;
  align-items: center;
  max-width: 250px;
  margin-bottom: 0;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 0;
  display: flex;
}

.nav-link {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 15px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  transition: all .2s;
  display: block;
}

.nav-link:hover {
  color: #1a1b1fbf;
  background-color: #bddff8;
}

.nav-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link.hide {
  display: none;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-divider {
  background-color: #e4ebf3;
  width: 1px;
  height: 22px;
  margin-left: 15px;
  margin-right: 15px;
}

.nav-link-accent {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent:hover {
  color: #1a1b1fbf;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.menu-button.w--open {
  background-color: #bddff8;
}

.main-logo {
  height: 75px;
}

.secondary-logo {
  height: 60px;
}

.slide, .slide.puzzle {
  background-image: none;
  background-position: 0 0;
  background-size: auto;
}

.slider-2 {
  background-color: #ddd0;
  height: auto;
}

.drop-nav {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.drop-item {
  flex: none;
  width: 125px;
}

.drop-nav-w {
  margin-top: 100px;
  margin-bottom: 100px;
}

.drop-item-w {
  color: #000;
  text-align: center;
  text-transform: uppercase;
  font-family: Wwf, sans-serif;
  font-size: 1.28571em;
  text-decoration: none;
}

.drop-item-w.hide {
  display: none;
}

.div-block {
  justify-content: center;
  align-items: center;
  display: flex;
}

.side-by-side.margin-top2 {
  margin-top: 50px;
}

.side-by-side.margin-top3 {
  margin-top: 125px;
  margin-bottom: 125px;
}

.side-by-side.termeszet {
  margin-top: 102px;
}

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

.grid-2.colgap80 {
  grid-column-gap: 80px;
}

.grid-cell {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.grid-cell.right {
  text-align: right;
  margin-right: 67px;
}

.grid-cell.maxwidth75 {
  max-width: 100%;
}

.stripe-bg {
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
}

.puzzle-game {
  margin-top: 90px;
  margin-bottom: 90px;
}

.puzzle-button {
  max-width: 450px;
  margin-left: -70px;
  transform: scale(.9);
}

.puzzle-button.small {
  transform: scale(.8);
}

.puzzle-button.puzzle {
  max-width: 280px;
}

.slides-w {
  position: relative;
  overflow: hidden;
}

.slides-rail {
  display: flex;
}

.slide-item {
  text-align: center;
  min-width: 20%;
}

.left-arrow-w {
  grid-column-gap: 46px;
  grid-row-gap: 46px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.title {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 29px;
  font-family: Wwf, sans-serif;
  font-size: clamp(3em, 3.5vw, 3.55em);
  font-weight: 400;
  line-height: 1em;
}

.title.smaller {
  color: #303030;
  width: auto;
  font-size: clamp(2.5em, 3.5vw, 3em);
}

.title.smaller.white {
  color: #c0e1e1;
}

.title.white {
  color: #fff;
  letter-spacing: 1px;
}

.title.center {
  text-align: center;
}

.text {
  font-size: clamp(1.2em, 1vw, 1.28em);
  font-weight: 400;
  line-height: 1.5em;
}

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

.slide-img {
  max-width: 70%;
}

.header-link {
  color: #1e4494;
  text-align: center;
  text-transform: uppercase;
  margin-right: 30px;
  font-family: Wwf, sans-serif;
  font-size: 2.14em;
  line-height: 1em;
  text-decoration: none;
}

.right-arrow-w {
  grid-column-gap: 46px;
  grid-row-gap: 46px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.slider-small {
  margin-top: 75px;
  margin-bottom: 220px;
}

.map-title.center {
  text-align: center;
}

.subheading {
  color: #007bc2;
  text-transform: uppercase;
  margin-top: -15px;
  font-family: Wwf, sans-serif;
  font-size: 1.42857em;
  font-weight: 400;
  line-height: 1em;
}

.map-w {
  position: relative;
}

.map {
  overflow: hidden;
}

.map.scale {
  z-index: 9999;
  position: relative;
}

.dot-1 {
  width: 15px;
  height: 15px;
  position: absolute;
  inset: 15.8% auto auto 20.5%;
}

.dot-inside-relative {
  opacity: 0;
  width: 153px;
  height: 100%;
  display: none;
  position: relative;
  top: -148px;
  left: -70px;
}

.dot-inside-relative.v {
  opacity: 1;
  display: block;
}

.explanation {
  width: auto;
  display: block;
}

.dot-2 {
  width: 15px;
  height: 15px;
  position: absolute;
  inset: 18.7% auto auto 27%;
}

.dot-3 {
  width: 15px;
  height: 15px;
  position: absolute;
  inset: 19.3% auto auto 31.3%;
}

.dot-4 {
  width: 15px;
  height: 15px;
  position: absolute;
  inset: 20.7% auto auto 37.8%;
}

.dot-5 {
  width: 15px;
  height: 15px;
  position: absolute;
  inset: 12.3% auto auto 40.4%;
}

.dot-6 {
  width: 15px;
  height: 15px;
  position: absolute;
  inset: 15.4% auto auto 41.5%;
}

.dot-7 {
  width: 15px;
  height: 15px;
  position: absolute;
  inset: 15.4% auto auto 43.4%;
}

.dot-8 {
  width: 15px;
  height: 15px;
  position: absolute;
  inset: 19.7% auto auto 42.3%;
}

.dot-9 {
  width: 15px;
  height: 15px;
  position: absolute;
  inset: 19.4% auto auto 45.1%;
}

.dot-10 {
  width: 15px;
  height: 15px;
  position: absolute;
  inset: 20.7% auto auto 44.4%;
}

.dot-11 {
  width: 15px;
  height: 15px;
  position: absolute;
  inset: 20.8% auto auto 46.1%;
}

.dot-12 {
  width: 15px;
  height: 15px;
  position: absolute;
  inset: 22% auto auto 45.3%;
}

.dot-13 {
  width: 15px;
  height: 15px;
  position: absolute;
  inset: 22.3% auto auto 41.7%;
}

.dot-14 {
  width: 15px;
  height: 15px;
  position: absolute;
  inset: 23.2% auto auto 43.8%;
}

.dot-15 {
  width: 15px;
  height: 15px;
  position: absolute;
  inset: 19.5% auto auto 47%;
}

.dot-16 {
  width: 15px;
  height: 15px;
  position: absolute;
  inset: 12% auto auto 47%;
}

.dot-17 {
  width: 15px;
  height: 15px;
  position: absolute;
  inset: 15.3% auto auto 53.2%;
}

.green-dots {
  margin-top: 245px;
  margin-bottom: 245px;
}

.circles-flex {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-flow: wrap;
  justify-content: center;
  align-items: flex-start;
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.circle-flex-child {
  cursor: pointer;
  flex: 0 11%;
  position: relative;
}

.dot-inside-explanation {
  z-index: 999;
  opacity: 0;
  pointer-events: none;
  width: 220px;
  display: block;
  position: absolute;
  top: -211px;
  left: -66px;
}

.dot-inside-explanation.v {
  pointer-events: auto;
  display: block;
}

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

.superhero-w {
  justify-content: flex-end;
  align-items: center;
  width: 27.1429em;
  margin-left: auto;
  display: flex;
}

.text-w {
  margin-left: -86px;
  font-family: Wwf, sans-serif;
  font-size: 2.57em;
  font-weight: 400;
  line-height: 1em;
}

.text-span, .blue {
  color: #0d6f90;
}

.gatveder-jatek {
  margin-top: 122px;
  margin-bottom: 75px;
}

.drop-plant {
  width: 230px;
}

.bigger-text {
  width: 100%;
  font-family: Wwf, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 1.1em;
}

.grid-2-drop-plant {
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .6fr 2.75fr;
  grid-auto-columns: 1fr;
  max-width: 70%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.grid-2-drop-plant.space1 {
  margin-top: -129px;
}

._2games {
  margin-top: 130px;
  margin-bottom: 130px;
}

.div-block-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.games-flex-item {
  text-align: right;
  flex: none;
  width: 23.2em;
  padding-left: 20px;
  padding-right: 20px;
  text-decoration: none;
}

.games-flex-item.right {
  text-align: left;
}

.games-flex-item.right.hide {
  display: none;
}

.games-flex-item.white {
  color: #fff;
  margin-left: -42px;
}

.games-flex {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.infografikak {
  display: block;
}

.hirlevel {
  background-color: #3781ab;
  padding: 50px 49px;
}

.footer {
  background-color: #000;
  padding: 50px;
}

.logos4waters {
  background-color: #3781ab;
  padding-top: 90px;
  padding-bottom: 90px;
}

.align-right {
  text-align: right;
}

.redbg {
  background-color: #ec5d5f;
}

.info-inside {
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.info-slider {
  background-color: #fff;
  height: 33.7em;
}

.info-right {
  width: 40px;
  height: 40px;
  inset: auto 43% 6% auto;
}

.info-left {
  width: 40px;
  height: 40px;
  inset: auto auto 6% 43%;
}

.slide-2 {
  background-color: #ec5d5f;
  background-image: url('../images/shadow-info.png');
  background-position: 50% 54%;
  background-repeat: no-repeat;
  background-size: contain;
  padding: 51px;
}

.slide-nav {
  display: none;
}

.padding30 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 40px 70px;
}

.padding30.flex-middle {
  justify-content: center;
  align-items: flex-start;
}

.flex-middle {
  justify-content: center;
  align-items: center;
  display: flex;
}

.video-w {
  background-color: #3781ab;
  background-image: url('../images/shadow-info.png');
  background-position: 50% 9%;
  background-size: contain;
  justify-content: center;
  align-items: center;
  min-height: 400px;
  padding: 41px;
  display: flex;
}

.video-w.simple {
  background-image: none;
  background-position: 0 0;
  background-size: auto;
}

.logo4waters-green {
  background-color: #63ae44;
  padding: 50px;
}

.input {
  color: #fff;
  background-color: #fff0;
  border: 1px solid #71bbe5;
  flex: 1;
  margin-bottom: 0;
  padding-top: 26px;
  padding-bottom: 26px;
}

.felirtakozom {
  color: #000;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #fff;
  flex: none;
  padding-left: 32px;
  padding-right: 32px;
  font-family: Wwf, sans-serif;
  font-size: 16px;
}

.form {
  position: relative;
}

.form-flex {
  margin-bottom: 21px;
  display: flex;
}

.checkbox {
  color: #fff;
}

.flex-green-footer {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.logo-green {
  margin-right: 20px;
}

.text-white {
  color: #fff;
}

.text-white.footer-text {
  margin-left: 25px;
}

.text-white.foote-text {
  margin-left: 35px;
}

.logo-wrapper {
  margin-bottom: 15px;
}

.footer-flex {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-social {
  margin-top: 20px;
  margin-bottom: 20px;
}

.footer-title {
  color: #fff;
  text-transform: uppercase;
  font-family: Wwf, sans-serif;
  font-size: 31px;
  line-height: 1em;
}

.social-icon {
  width: 30px;
  margin-right: 14px;
}

.footer-social-wrapper {
  margin-top: 10px;
}

.slide-nav-2 {
  display: none;
}

.icon {
  color: #1e4494;
  font-size: 40px;
}

.list-item {
  flex: 0 100%;
}

.swiper-slide {
  position: relative;
}

.swiper-slide.last {
  background-color: #e63434;
  width: 100%;
}

.slider-mask {
  width: 20%;
  height: auto;
  overflow: visible;
}

.swiper {
  background-color: #fff0;
  height: auto;
  overflow: hidden;
}

.map-w-container {
  padding-top: 136px;
  padding-bottom: 136px;
}

.div-block-3 {
  display: flex;
}

.dot-18 {
  width: 15px;
  height: 15px;
  position: absolute;
  inset: 15.3% auto auto 55%;
}

.dot-19 {
  width: 15px;
  height: 15px;
  position: absolute;
  inset: 16% auto auto 70.7%;
}

.dot-20 {
  width: 15px;
  height: 15px;
  position: absolute;
  inset: 5.3% auto auto 81.7%;
}

.dot-21 {
  width: 15px;
  height: 15px;
  position: absolute;
  inset: 2.2% auto auto 79%;
}

.dot-22 {
  width: 15px;
  height: 15px;
  position: absolute;
  inset: 19.3% auto auto 31.3%;
}

.dot-23 {
  width: 15px;
  height: 15px;
  position: absolute;
  inset: 18.7% auto auto 27%;
}

.dot-24 {
  width: 15px;
  height: 15px;
  position: absolute;
  inset: 15.8% auto auto 20.4%;
}

.dot-25 {
  width: 15px;
  height: 15px;
  position: absolute;
  inset: 19.7% auto auto 19.3%;
}

.dot-26 {
  width: 15px;
  height: 15px;
  position: absolute;
  inset: 19.7% auto auto 17.3%;
}

.dot-27 {
  width: 15px;
  height: 15px;
  position: absolute;
  inset: 34.6% auto auto 1.4%;
}

.dot-28 {
  border-radius: 20px;
  width: 18px;
  height: 18px;
  position: absolute;
  inset: 33.5% auto auto 6.3%;
}

.dot-29 {
  border-radius: 20px;
  width: 18px;
  height: 18px;
  position: absolute;
  inset: 30.2% auto auto 19.7%;
}

.dot-30 {
  border-radius: 20px;
  width: 18px;
  height: 18px;
  position: absolute;
  inset: 30.2% auto auto 21.4%;
}

.dot-30-copy {
  background-color: red;
  border-radius: 20px;
  width: 18px;
  height: 18px;
  position: absolute;
  inset: 30.2% auto auto 21.4%;
}

.dot-31 {
  border-radius: 20px;
  width: 18px;
  height: 18px;
  position: absolute;
  inset: 28.7% auto auto 46.8%;
}

.dot-32 {
  border-radius: 20px;
  width: 18px;
  height: 18px;
  position: absolute;
  inset: 25.9% auto auto 49%;
}

.dot-33 {
  border-radius: 20px;
  width: 18px;
  height: 18px;
  position: absolute;
  inset: 31% auto auto 61.3%;
}

.dot-34 {
  border-radius: 20px;
  width: 18px;
  height: 18px;
  position: absolute;
  inset: 31% auto auto 63.2%;
}

.dot-35 {
  border-radius: 20px;
  width: 18px;
  height: 18px;
  position: absolute;
  inset: 36.3% auto auto 78.4%;
}

.dot-36 {
  border-radius: 20px;
  width: 18px;
  height: 18px;
  position: absolute;
  inset: 34.6% auto auto 53.6%;
}

.dot-37 {
  border-radius: 20px;
  width: 18px;
  height: 18px;
  position: absolute;
  inset: 34.7% auto auto 22%;
}

.dot-38 {
  border-radius: 20px;
  width: 18px;
  height: 18px;
  position: absolute;
  inset: 36.9% auto auto 16.6%;
}

.dot-39 {
  border-radius: 20px;
  width: 18px;
  height: 18px;
  position: absolute;
  inset: 39.4% auto auto 10.4%;
}

.dot {
  background-color: #0051ff;
  border-radius: 20px;
  width: 18px;
  height: 18px;
  position: absolute;
}

.dot-40 {
  border-radius: 20px;
  width: 18px;
  height: 18px;
  position: absolute;
  inset: 39.4% auto auto 8.4%;
}

.dot-41 {
  border-radius: 20px;
  width: 18px;
  height: 18px;
  position: absolute;
  inset: 41.3% auto auto 18.6%;
}

.dot-42 {
  border-radius: 20px;
  width: 18px;
  height: 18px;
  position: absolute;
  inset: 44.3% auto auto 20.3%;
}

.dot-43 {
  border-radius: 20px;
  width: 18px;
  height: 18px;
  position: absolute;
  inset: 45.8% auto auto 15.5%;
}

.dot-44 {
  border-radius: 20px;
  width: 18px;
  height: 18px;
  position: absolute;
  inset: 48.7% auto auto 13.5%;
}

.dot-45 {
  border-radius: 20px;
  width: 18px;
  height: 18px;
  position: absolute;
  inset: 54% auto auto 19%;
}

.dot-46 {
  border-radius: 20px;
  width: 18px;
  height: 18px;
  position: absolute;
  inset: 47.3% auto auto 28%;
}

.dot-47 {
  border-radius: 20px;
  width: 18px;
  height: 18px;
  position: absolute;
  inset: 47% auto auto 33%;
}

.dot-48 {
  border-radius: 20px;
  width: 18px;
  height: 18px;
  position: absolute;
  inset: 50.4% auto auto 33%;
}

.dot-49 {
  border-radius: 20px;
  width: 18px;
  height: 18px;
  position: absolute;
  inset: 51.5% auto auto 42.3%;
}

.dot-50 {
  border-radius: 20px;
  width: 18px;
  height: 18px;
  position: absolute;
  inset: 51.5% auto auto 44%;
}

.dot-51 {
  border-radius: 20px;
  width: 18px;
  height: 18px;
  position: absolute;
  inset: 50.4% auto auto 54.3%;
}

.dot-52 {
  border-radius: 20px;
  width: 18px;
  height: 18px;
  position: absolute;
  inset: 48.7% auto auto 52.5%;
}

.dot-53 {
  border-radius: 20px;
  width: 18px;
  height: 18px;
  position: absolute;
  inset: 48.7% auto auto 54.4%;
}

.dot-54 {
  border-radius: 20px;
  width: 18px;
  height: 18px;
  position: absolute;
  inset: 48.7% auto auto 56%;
}

.dot-55 {
  border-radius: 20px;
  width: 18px;
  height: 18px;
  position: absolute;
  inset: 48.3% auto auto 58.5%;
}

.dot-56 {
  border-radius: 20px;
  width: 18px;
  height: 18px;
  position: absolute;
  inset: 44.3% auto auto 58.5%;
}

.dot-57 {
  border-radius: 20px;
  width: 18px;
  height: 18px;
  position: absolute;
  inset: 44.3% auto auto 56.7%;
}

.dot-58 {
  border-radius: 20px;
  width: 18px;
  height: 18px;
  position: absolute;
  inset: 41.8% auto auto 55.5%;
}

.dot-59 {
  border-radius: 20px;
  width: 18px;
  height: 18px;
  position: absolute;
  inset: 40.1% auto auto 53.4%;
}

.dot-60 {
  border-radius: 20px;
  width: 18px;
  height: 18px;
  position: absolute;
  inset: 40.1% auto auto 51.5%;
}

.dot-61 {
  border-radius: 20px;
  width: 18px;
  height: 18px;
  position: absolute;
  inset: 69.5% auto auto 33%;
}

.dot-62 {
  border-radius: 20px;
  width: 18px;
  height: 18px;
  position: absolute;
  inset: 70.4% auto auto 30.7%;
}

.dot-63 {
  border-radius: 20px;
  width: 18px;
  height: 18px;
  position: absolute;
  inset: 71.5% auto auto 29%;
}

.dot-64 {
  border-radius: 20px;
  width: 18px;
  height: 18px;
  position: absolute;
  inset: 71.3% auto auto 36.8%;
}

.dot-65 {
  border-radius: 20px;
  width: 18px;
  height: 18px;
  position: absolute;
  inset: 75.5% auto auto 33.2%;
}

.slide-nav-3 {
  display: none;
}

.swiper-wrapper {
  flex-flow: row;
  display: flex;
}

.swiper-wrapper.edit {
  background-color: #c7c7c7;
  flex-flow: column;
}

.dot-66 {
  border-radius: 20px;
  width: 18px;
  height: 18px;
  position: absolute;
  inset: 79% auto auto 27%;
}

.dot-67 {
  border-radius: 20px;
  width: 18px;
  height: 18px;
  position: absolute;
  inset: 80.5% auto auto 30.4%;
}

.dot-68 {
  border-radius: 20px;
  width: 18px;
  height: 18px;
  position: absolute;
  inset: 79.3% auto auto 34.4%;
}

.dot-69 {
  border-radius: 20px;
  width: 18px;
  height: 18px;
  position: absolute;
  inset: 79% auto auto 38%;
}

.dot-70 {
  border-radius: 20px;
  width: 18px;
  height: 18px;
  position: absolute;
  inset: 79.5% auto auto 39.4%;
}

.dot-71 {
  border-radius: 20px;
  width: 18px;
  height: 18px;
  position: absolute;
  inset: 81.7% auto auto 38.5%;
}

.dot-72 {
  border-radius: 20px;
  width: 18px;
  height: 18px;
  position: absolute;
  inset: 83% auto auto 39.5%;
}

.dot-73 {
  border-radius: 20px;
  width: 18px;
  height: 18px;
  position: absolute;
  inset: 81.5% auto auto 40.4%;
}

.dot-74 {
  border-radius: 20px;
  width: 18px;
  height: 18px;
  position: absolute;
  inset: 87% auto auto 43%;
}

.dot-75 {
  border-radius: 20px;
  width: 18px;
  height: 18px;
  position: absolute;
  inset: 79.7% auto auto 43.8%;
}

.dot-76 {
  border-radius: 20px;
  width: 18px;
  height: 18px;
  position: absolute;
  inset: 76.7% auto auto 45.8%;
}

.dot-77 {
  border-radius: 20px;
  width: 18px;
  height: 18px;
  position: absolute;
  inset: 78.4% auto auto 72.5%;
}

.dot-78 {
  border-radius: 20px;
  width: 18px;
  height: 18px;
  position: absolute;
  inset: 66.1% auto auto 72.9%;
}

.dot-79 {
  border-radius: 20px;
  width: 18px;
  height: 18px;
  position: absolute;
  inset: 66.4% auto auto 78.6%;
}

.dot-80 {
  border-radius: 20px;
  width: 18px;
  height: 18px;
  position: absolute;
  inset: 65% auto auto 68%;
}

.dot-81 {
  border-radius: 20px;
  width: 18px;
  height: 18px;
  position: absolute;
  inset: 60.4% auto auto 67.4%;
}

.dot-82 {
  border-radius: 20px;
  width: 18px;
  height: 18px;
  position: absolute;
  inset: 60.4% auto auto 69.3%;
}

.lottie-animation {
  width: 200px;
}

.link-block {
  justify-content: center;
  align-items: center;
  width: 316px;
  display: flex;
}

.div-block-4 {
  justify-content: center;
  align-items: center;
  display: flex;
}
.slide-inside {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 28px;
    padding-left: 28px;
    padding-right: 28px;
    display: flex;
    position: absolute;
    inset: 59% 0% 0%;
}

.drop-desc {
    text-align: center;
    margin-bottom: 4px;
    padding-left: 5px;
    padding-right: 5px;
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 1em;
}

.drop-title {
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-family: Wwf, sans-serif;
    font-size: 20px;
    letter-spacing: 0.5px;
}

.dropwww {
  max-width: 200px;
}

.dropwww.sitelink {
  margin-left: -63px;
}

.lottie-animation-2 {
  margin-top: -129px;
  display: block;
}

.left-arrow, .right-arrow {
  display: none;
}

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

.footer-flex-left {
  display: flex;
}

.footer-inside {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.invazios-jatek {
  margin-top: 55px;
  margin-bottom: 55px;
}

.cards-w {
  grid-column-gap: 57px;
  grid-row-gap: 41px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.card {
  border: 6px solid #004ea1;
  border-radius: 13px;
  flex-flow: column;
  max-height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.card-w {
  position: relative;
  overflow: hidden;
}

.card-title {
  text-transform: uppercase;
  margin-bottom: 15px;
  margin-left: 20px;
  font-family: Wwf, sans-serif;
  font-size: 2.57em;
  line-height: 1em;
}

.card-overlay {
  z-index: 2;
  background-color: #224e9b;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-end;
  padding: 31px 15px 15px;
  display: flex;
  position: absolute;
  inset: 7% 0% 0%;
}

.card-type {
  z-index: 3;
  color: #ffe102;
  text-align: right;
  text-transform: uppercase;
  margin-bottom: 30px;
  font-family: Wwf, sans-serif;
  font-size: 31px;
  line-height: 1em;
  position: relative;
}

.card-type.yellow {
  z-index: 4;
  color: #ffe102;
  position: relative;
  top: 10%;
}

.card-type.green {
  color: #b8ff7e;
}

.card-text {
  color: #fff;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 1em;
  line-height: 1.3em;
}

.card-handle {
  z-index: 5;
  cursor: pointer;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 2% 0% auto;
  transform: translate(0, -16px);
}

.arrow {
  background-image: url('../images/arrow.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  width: 25px;
  height: 25px;
  margin-top: -38px;
  position: static;
}

.arrow.quiz {
  margin-top: 0;
}

.image-2 {
  max-width: 101%;
}

.invazio-desc {
  text-align: center;
  margin-bottom: 50px;
  font-family: Wwf, sans-serif;
  font-size: 1.71429em;
  line-height: 1em;
}

.game-container {
  background-color: #dfdfdf;
  min-height: 500px;
  margin-top: 50px;
}

.game-space {
  padding-top: 63px;
  padding-bottom: 63px;
}

.game-w {
  background-color: #dadada;
  height: 600px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.game-w.bluebg {
  background-color: #b8e8fd;
  height: auto;
  padding: 90px 20px;
}

.back {
  justify-content: center;
  align-items: center;
  display: flex;
}

.back-link {
  text-decoration: none;
}

.text-span-2 {
  color: #224e9b;
}

.quiz-flex {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.quiz-question {
  flex-flow: column;
  flex: 0 50%;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.quiz-answers {
  flex: 0 50%;
}

.quiz-button {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #fff;
  text-transform: uppercase;
  background-color: #000;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 21px;
  padding: 8px 11px 11px;
  font-family: Wwf, sans-serif;
  font-size: 19px;
  line-height: 1em;
  display: flex;
}

.quiz-button.mobile {
  display: none;
}

.question-title {
  margin-bottom: 28px;
  font-family: Wwf, sans-serif;
  font-size: 2em;
  line-height: 1em;
}

.question-body {
  font-weight: 700;
}

.text-block {
  margin-right: 30px;
}

.question {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  margin-top: -1px;
  padding-top: 15px;
  padding-bottom: 15px;
  display: flex;
}

.quiz-letter {
  flex: 0 10%;
  justify-content: flex-start;
  align-items: center;
  font-family: Wwf, sans-serif;
  font-size: 4.28571em;
  line-height: .6em;
  display: flex;
}

.quiz-answer {
  flex: 0 80%;
}

.quiz-dot {
  flex: 0 10%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.quiz-circle {
  border: 2px solid #000;
  border-radius: 50%;
  width: 20px;
  height: 20px;
}

.quiz-circle.selected {
  padding: 2px;
}

.quiz-circle-inside {
  background-color: #0000;
  border-radius: 50%;
  width: 100%;
  height: 100%;
}

.quiz-circle-inside.selected {
  background-color: #000;
}

.slide-w {
  background-color: #ec5d5f;
  background-image: url('../images/shadow-info.png');
  background-position: 50% 54%;
  background-repeat: no-repeat;
  background-size: contain;
  padding: 51px;
}

@media screen and (max-width: 991px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .navbar-brand {
    height: 50px;
  }

  .nav-menu-wrapper {
    background-color: #0000;
  }

  .nav-menu-two {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .drop-nav {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .drop-nav-w {
    margin-top: 36px;
    margin-bottom: 36px;
  }

  .side-by-side.termeszet {
    margin-top: 60px;
  }

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

  .grid-cell.maxwidth75 {
    max-width: 100%;
  }

  .stripe-bg {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    padding:0px 50px;
  }

  .puzzle-game {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .puzzle-button {
    max-width: 100%;
    margin-left: 0;
  }

  .puzzle-button.small {
    max-width: 184px;
  }

  .title.smaller {
    margin-bottom: 0;
  }

  .slider-small {
    margin-top: 55px;
    margin-bottom: 55px;
  }

  .subheading {
    margin-bottom: 20px;
  }

  .green-dots {
    margin-top: 150px;
    margin-bottom: 90px;
  }

  .circles-flex {
    width: 100%;
  }

  .superhero-grid {
    grid-template-columns: .75fr 1fr;
    font-size: 11px;
  }

  .superhero-w {
    text-align: left;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    margin-left: 0;
  }

  .text-w {
    margin-left: 0;
  }

  .gatveder-jatek {
    margin-top: 17px;
    margin-bottom: 17px;
  }

  .grid-2-drop-plant {
    grid-template-columns: 1.1fr 2.5fr;
  }

  .games-flex-item {
    flex: 0 50%;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

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

  .footer {
    padding: 20px;
  }

  .logos4waters {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .flex-middle {
    justify-content: center;
    align-items: center;
  }

  .logo4waters-green {
    padding: 40px 0;
  }

  .footer-social {
    flex: none;
  }

  .vector {
    max-width: 70%;
    margin-left: auto;
    margin-right: auto;
  }

  .lottie-animation {
    height: 200px;
  }

  .lottie-animation-2 {
    margin-top: 0;
  }

  .cards-w {
    grid-column-gap: 20px;
    grid-row-gap: 40px;
    flex-flow: column;
    grid-template-columns: 1fr;
    justify-content: center;
    align-items: center;
    max-width: 100%;
    display: flex;
  }

  .card {
    max-height: 100%;
  }

  .card-w {
    max-width: 445px;
  }

  .card-handle {
    top: 0%;
  }

  .game-w.bluebg {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .quiz-flex {
    flex-flow: wrap;
  }

  .quiz-question, .quiz-answers {
    flex: 0 auto;
  }

  .quiz-button.mobile {
    display: flex;
  }

  .quiz-button.pc {
    display: none;
  }

  .text-block {
    flex: 1;
  }
}

@media screen and (max-width: 767px) {
  .navbar-logo-left-container {
    max-width: 100%;
  }

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

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu-two {
    border-radius: 7px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-divider {
    width: 200px;
    max-width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .slider-2 {
    height: 381px;
  }

  .drop-nav {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .side-by-side.margin-top2 {
    margin-top: 0;
    margin-bottom: 50px;
  }

  .grid-cell.right {
    margin-bottom: 0;
    margin-right: 0;
  }

  .puzzle-button {
    max-width: 450px;
  }

  .puzzle-button.small {
    max-width: 250px;
  }

  .puzzle-button.puzzle {
    max-width: 100%;
  }

  .title {
    margin-bottom: 15px;
  }

  .header-link {
    display: none;
  }

  .map-title.center, .map {
    pointer-events: none;
    display: none;
  }

  .green-dots {
    pointer-events: none;
    margin-top: 80px;
    display: none;
  }

  .circles-flex {
    grid-column-gap: 17px;
    grid-row-gap: 17px;
  }

  .circle-flex-child {
    flex-basis: 22%;
  }

  .dot-inside-explanation {
    opacity: 0;
  }

  .superhero {
    margin-bottom: 53px;
  }

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

  .grid-2-drop-plant {
    max-width: 100%;
  }

  ._2games {
    margin-top: 42px;
    margin-bottom: 42px;
  }

  .games-flex-item {
    flex: 1;
  }

  .slide-2 {
    padding: 31px;
  }

  .padding30.flex-middle, .video-w {
    padding: 30px;
  }

  .text-white.footer-text {
    margin-left: 0;
  }

  .footer-social {
    flex: 0 100%;
  }

  .vector {
    max-width: 100%;
  }

  .footer-flex-rw {
    flex: 0 100%;
  }

  .footer-inside {
    flex-flow: wrap;
  }

  .cards-w {
    grid-template-columns: 1fr;
  }

  .card {
    max-width: 100%;
    min-height: auto;
  }

  .slide-w {
    padding: 31px;
  }
}

@media screen and (max-width: 479px) {
  .navbar-logo-left-container.shadow-three {
    padding: 10px;
  }

  .container {
    max-width: none;
    padding-left: 10px;
    padding-right: 10px;
  }

  .nav-menu-two {
    flex-direction: column;
  }

  .secondary-logo {
    height: 50px;
  }

  .slider-2 {
    height: 225px;
  }

  .drop-nav {
    flex-flow: wrap;
  }

  .drop-item-w {
    flex: 1 0 40%;
  }

  .grid-cell {
    justify-content: center;
    align-items: stretch;
  }

  .slide-item {
    flex: 1 0 100%;
  }

  .title {
    font-size: clamp(2.5em, 3.5vw, 3.55em);
  }

  .text {
    line-height: 1.3em;
  }

  .green-dots {
    margin-top: 60px;
  }

  .circle-flex-child {
    flex-basis: 29%;
  }

  .grid-2-drop-plant {
    grid-template-columns: 1fr;
  }

  .games-flex-item {
    flex: 1 0 100%;
    text-decoration: none;
  }

  .games-flex {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: wrap;
  }

  .info-slider {
    height: auto;
  }

  .info-right {
    right: 30%;
  }

  .info-left {
    left: 30%;
  }

  .slide-2, .padding30.align-right, .padding30.flex-middle {
    padding: 20px;
  }

  .flex-middle {
    flex-flow: wrap;
  }

  .video-w {
    min-height: auto;
    padding: 20px;
  }

  .input {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .felirtakozom {
    margin-top: 15px;
  }

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

  .flex-green-footer {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .logo-green {
    margin-bottom: 25px;
    margin-right: 0;
  }

  .footer-flex {
    flex-flow: wrap;
  }

  .footer-flex-right {
    margin-top: 20px;
  }

  .lottie-animation-2 {
    object-fit: cover;
    margin-top: 70px;
    transform: scale(1.8);
  }

  .footer-flex-rw {
    margin-top: 20px;
  }

  .footer-inside {
    flex-flow: wrap;
  }

  .card {
    flex-flow: row;
    min-height: 285px;
  }

  .card.hide, .card-overlay.hide {
    display: none;
  }

  .card-type {
    margin-bottom: 5px;
  }

  .card-text {
    font-size: .9em;
    line-height: 1.3em;
  }

  .card-handle {
    top: 1%;
  }

  .arrow {
    margin-top: -20px;
    margin-left: -2px;
  }

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

  .drawing {
    aspect-ratio: auto;
    object-fit: cover;
  }

  .slide-w {
    padding: 20px;
  }
}

#w-node-bbac53eb-d560-d019-c6f7-ccbbf78dfa44-f7d5811e, #w-node-_6d78ddd3-3cee-6efe-12c7-8ef548aa65e8-f7d5811e, #w-node-_889453ce-b57b-6dc5-7e8a-0ea809ed92fe-f7d5811e, #w-node-d3e22601-4de5-c832-9f4f-30360626c4e0-f7d5811e, #w-node-_25524557-5e5e-0399-ac80-b9f0be3c83a7-f7d5811e, #w-node-d7e70378-304d-e547-15c4-06d5582ba69f-f7d5811e, #w-node-c3add3a5-4409-8e42-067a-e13b5fc55ddc-f7d5811e {
  align-self: center;
}

#w-node-a4b4157e-37c1-fe9e-a6aa-98496a5dc736-f7d5811e {
  place-self: center stretch;
}

#w-node-_3b738bf1-a39e-c606-0b58-acccdc8b405e-f7d5811e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_317485ba-58e1-d6ab-ef18-f1b98b6f5a5d-f7d5811e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1983aca8-c493-3fb7-137a-275dced1f19a-f7d5811e {
  align-self: center;
}

#w-node-_68276746-8b69-20f6-8894-62681aa39c7d-f7d5811e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-bbac53eb-d560-d019-c6f7-ccbbf78dfa44-f7d5811e {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
  }

  #w-node-_6d78ddd3-3cee-6efe-12c7-8ef548aa65e8-f7d5811e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_6d78ddd3-3cee-6efe-12c7-8ef548aa65e6-f7d5811e {
    order: -9999;
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-f12f37b4-d2e0-43b4-3ec9-a4abd1551cb0-f7d5811e {
    align-self: center;
  }

  #w-node-_25524557-5e5e-0399-ac80-b9f0be3c83b4-f7d5811e, #w-node-c3add3a5-4409-8e42-067a-e13b5fc55de3-f7d5811e {
    order: -9999;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_9e065dcd-b86c-9f1f-e992-f8b2d8ed8349-f7d5811e {
    justify-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-a4b4157e-37c1-fe9e-a6aa-98496a5dc734-f7d5811e {
    justify-self: center;
  }
}


@font-face {
  font-family: 'Wwf';
  src: url('../fonts/WWF.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}