:root {
  --yellow: #f3ff0e;
}

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

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

.w-embed-youtubevideo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

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

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

body {
  color: #000;
  background-color: #fff;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

p {
  margin-bottom: 10px;
  font-size: 1.1rem;
  line-height: 1.2;
}

a {
  color: #000;
  text-decoration: underline;
}

img {
  aspect-ratio: 3 / 2;
  object-fit: cover;
  width: 100%;
  max-width: 100%;
  display: inline-block;
}

strong {
  font-weight: bold;
}

.container {
  max-width: 1240px;
}

.section {
  padding-left: 20px;
  padding-right: 20px;
  overflow: hidden;
}

.heading {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 20px;
  font-size: 3rem;
  line-height: 1.1;
}

.mb24 {
  overflow-wrap: anywhere;
  margin-bottom: 1.5rem;
}

.mb24.meghivo {
  aspect-ratio: auto;
}

.mb24.video {
  max-width: 55rem;
  margin-left: auto;
  margin-right: auto;
}

.grid {
  margin-bottom: 24px;
}

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

.h2 {
  margin-bottom: 1rem;
  font-size: 2rem;
  line-height: 1.1;
}

.alapko {
  aspect-ratio: auto;
}

.akadalym-button {
  z-index: 100;
  background-color: #000;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
  position: fixed;
  inset: 4rem auto auto 0%;
}

.akadalym-image {
  height: 100%;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.hidden {
  display: none;
}

@media screen and (max-width: 767px) {
  .grid {
    grid-template-columns: 1fr;
  }
}


