@font-face {
  font-family: Calibri;
  src: url('../fonts/calibri-regular.ttf') format("truetype"), url('../fonts/calibri-regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Calibri;
  src: url('../fonts/calibri-bold.ttf') format("truetype"), url('../fonts/calibri-bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Anton;
  src: url('../fonts/Anton-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Calibri;
  src: url('../fonts/calibri-italic.ttf') format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Calibri;
  src: url('../fonts/calibri-bold-italic.ttf') format("truetype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

:root {
  --green: #335a3c;
  --yellow500: #c99e11;
  --yellow400: #ebba17;
  --yellow100: #ebd899;
  --shadow: #0000003d;
}

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

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

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

body {
  background-color: var(--green);
  color: #fff;
  font-family: Calibri, Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Anton, Arial, sans-serif;
  font-size: 38px;
  font-weight: 400;
  line-height: 54px;
}

h2 {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

h3 {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

.brix---btn-primary-small-2 {
  color: #fff;
  text-align: center;
  transform-style: preserve-3d;
  background-color: #cb918e;
  border-radius: 48px;
  justify-content: center;
  padding: 18px 24px;
  font-size: 18px;
  font-weight: 600;
  line-height: 18px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.brix---btn-primary-small-2:hover {
  color: #fff;
  background-color: #cb918e;
  transform: translate3d(0, -3px, .01px);
}

.navbar {
  background-color: #fff;
  padding-top: 16px;
  padding-bottom: 16px;
  position: sticky;
  top: 0;
}

.brix---hamburger-menu-bar-top {
  background-color: #211f54;
  border-radius: 20px;
  width: 52px;
  height: 4px;
  margin-top: 12px;
  margin-bottom: 12px;
}

.shadow {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
  box-shadow: 0 2px 5px #0003;
}

.brix---hamburger-menu-bar-bottom {
  background-color: #211f54;
  border-radius: 20px;
  width: 52px;
  height: 4px;
  margin-top: 12px;
  margin-bottom: 12px;
}

.brix---header-nav-link-2 {
  color: #161616;
  padding: 0;
  font-size: 18px;
  line-height: 20px;
  transition: color .3s;
}

.brix---header-nav-link-2:hover {
  text-decoration: underline;
}

.brix---header-nav-link-2.w--current {
  color: var(--yellow500);
}

.brix---header-nav-menu-list {
  z-index: 1;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

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

.brix---header-nav-list-item-show-in-mbl {
  margin-bottom: 0;
  padding-left: 32px;
  display: none;
}

.brix---btn-header-hidden-on-mbl {
  margin-left: 24px;
}

.brix---header-logo-link {
  transform-style: preserve-3d;
  padding-left: 0;
  transition: transform .3s, color .3s;
}

.brix---header-logo-link:hover {
  transform: scale3d(.96, .96, 1.01);
}

.logo {
  color: var(--green);
  font-family: Anton, Arial, sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.brix---header-nav-list-item {
  margin-bottom: 0;
  padding-left: 32px;
}

.brix---hamburger-menu-wrapper {
  padding: 0;
  transition: transform .3s;
}

.brix---hamburger-menu-wrapper:hover {
  transform: scale(.96);
}

.brix---hamburger-menu-wrapper.w--open {
  background-color: #0000;
}

.brix---container-default-20 {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---header-right-col {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.container {
  max-width: 1100px;
}

.text-holder {
  text-align: center;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}

.border {
  border-bottom: 3px solid #fff;
  border-left: 3px solid #fff;
  border-right: 3px solid #fff;
  width: 100%;
  height: 40vw;
  padding-bottom: 20px;
  position: relative;
}

.border.bottom {
  height: auto;
}

.hero-image-holder {
  width: 70%;
  max-width: 70%;
  position: absolute;
  inset: 40% 0% 0% 50%;
  transform: translate(-50%, -20%);
}

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

.konferencia-card {
  text-decoration: none;
}

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

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

.letoltes {
  background-color: var(--yellow500);
  border-radius: 10px;
}

.ertek-text {
  margin-top: 24px;
  margin-bottom: 32px;
}

.section {
  margin: 60px 20px;
}

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

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

.utinaplok-grid.also {
  margin-bottom: 40px;
}

.utinaplok-grid.first {
  margin-top: 40px;
}

.kis-heading {
  margin-bottom: 32px;
  font-size: 24px;
  line-height: 30px;
}

.hero-image-desc {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 132px;
  font-size: 13px;
  line-height: 18px;
}

.logos-image {
  width: 100%;
}

.bottom-para {
  text-align: center;
  margin-top: 32px;
  padding-bottom: 27px;
}

.konf-text-holder {
  padding-left: 20px;
  padding-right: 20px;
}

.yellow400-text {
  color: var(--yellow400);
}

.yellow100-text {
  color: var(--yellow100);
}

.yellow-heading {
  color: var(--yellow400);
  font-family: Anton, Arial, sans-serif;
  font-size: 30px;
  line-height: 32px;
}

.bigger-h1 {
  font-size: 44px;
}

.desc {
  margin-top: 4px;
  font-size: 12px;
  line-height: 13px;
}

.desc.green-bg {
  background-color: var(--green);
}

.hero-second-title {
  margin-top: 0;
  padding-top: 195px;
  display: block;
}

.video-desc {
  color: #fff;
  margin-top: 10px;
  text-decoration: none;
}

.ujsag {
  width: 80%;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.lohaton-video {
  width: 80%;
  margin: 40px auto 80px;
}

.csobolyo-h2 {
  margin-top: 40px;
}

.media-image {
  aspect-ratio: 2 / 3;
  object-fit: cover;
  border-radius: 20px;
}

.paragraph {
  font-size: 16px;
}

.keptar-image {
  border-radius: 12px;
}

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

.szemelyes-grid-bottom {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 100px;
  margin-bottom: 40px;
  display: grid;
}

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

.fill-div {
  display: block;
}

.image {
  border-radius: 20px;
}

@media screen and (max-width: 991px) {
  .navbar {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .brix---hamburger-menu-bar-top {
    width: 44px;
    height: 3px;
  }

  .brix---header-menu-wrapper-2 {
    background-color: #fff;
    border-top: 1px solid #eff0f6;
    border-bottom: 1px solid #eff0f6;
    height: 90vh;
    padding: 24px;
  }

  .brix---hamburger-menu-bar-bottom {
    width: 44px;
    height: 3px;
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .brix---header-nav-menu-list {
    flex-direction: column;
    align-items: flex-start;
  }

  .brix---header-nav-list-item-show-in-mbl, .brix---header-nav-list-item {
    margin-bottom: 16px;
    padding-left: 0;
  }

  .brix---hamburger-menu-wrapper {
    order: -1;
    transition: transform .3s;
  }

  .brix---hamburger-menu-wrapper:hover {
    transform: scale(.96);
  }

  .brix---hamburger-menu-wrapper.w--open {
    background-color: #0000;
  }

  .hero-image-holder {
    max-width: 90%;
  }

  .ertek-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .ertek-card {
    margin-bottom: 24px;
  }

  .ertek-text {
    margin-top: 8px;
    margin-bottom: 16px;
  }

  .uti-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .utinaplok-grid {
    grid-column-gap: 28px;
    grid-row-gap: 28px;
  }

  .desc {
    display: none;
  }

  .szemelyes-grid-bottom, .kisfilm-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 767px) {
  .brix---btn-primary-small-2 {
    padding: 20px 32px;
  }

  .brix---header-nav-list-item-show-in-mbl {
    display: block;
  }

  .brix---btn-header-hidden-on-mbl {
    display: none;
  }

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

  .hero-second-title {
    padding-top: 85px;
  }

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

@media screen and (max-width: 479px) {
  .brix---btn-primary-small-2 {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .brix---header-nav-list-item-show-in-mbl, .brix---header-nav-list-item {
    text-align: left;
    width: 100%;
  }

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

  .border {
    height: 320px;
  }

  .hero-image-holder {
    width: 90%;
  }

  .konferencia-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .keptar-grid {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-columns: 1fr 1fr;
  }

  .ertek-grid {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .section {
    margin-top: 24px;
    margin-bottom: 24px;
  }

  .uti-grid {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .utinaplok-grid {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .utinaplok-grid.also {
    margin-bottom: 40px;
  }

  .bottom-para {
    padding-bottom: 8px;
  }

  .bigger-h1 {
    font-size: 40px;
  }

  .hero-second-title {
    padding-top: 24px;
    font-size: 24px;
    line-height: 1.1;
  }

  .heading-2 {
    font-size: 34px;
    line-height: 1.2;
  }

  .ujsag, .lohaton-video {
    width: 100%;
  }

  .szemelyes-grid-bottom {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .kisfilm-grid {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .fill-div {
    display: none;
  }
}

#w-node-_4dc10991-1e96-5818-432c-a2fb9838b9be-0923d35f, #w-node-_4dc10991-1e96-5818-432c-a2fb9838b9c4-0923d35f, #w-node-_4dc10991-1e96-5818-432c-a2fb9838b9ca-0923d35f, #w-node-_4dc10991-1e96-5818-432c-a2fb9838b9d0-0923d35f {
  order: 1;
}

#w-node-e83b35d2-f661-0f51-0c63-7028543b3bd2-d527f6ee, #w-node-_9b7c7f23-1878-4554-bb78-35abc224caa5-d527f6ee {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_5ded2ab5-40e0-d133-666a-2c494fdcde38-1ef92aee, #w-node-_7f45f5cf-fb5a-faf2-9647-c77c691249e6-1ef92aee, #w-node-e46dbee6-0aed-cc40-b6e4-e31245c8ccbe-1ef92aee, #w-node-_92f9c041-097c-cb12-8a47-344af67542c9-1ef92aee, #w-node-_2577e499-63bc-771a-0801-72f93d0e8c95-1ef92aee, #w-node-db640599-772e-316d-953a-b5f88ad494ea-1ef92aee {
  order: 1;
}

@media screen and (max-width: 767px) {
  #w-node-abc5b0c8-785e-b68b-12a2-e4dec98f4c0f-518fe875 {
    order: -9999;
  }
}

@media screen and (max-width: 479px) {
  #w-node-e83b35d2-f661-0f51-0c63-7028543b3bd2-d527f6ee, #w-node-_9b7c7f23-1878-4554-bb78-35abc224caa5-d527f6ee {
    grid-column: span 1 / span 1;
  }
}


@font-face {
  font-family: 'Calibri';
  src: url('../fonts/calibri-regular.ttf') format('truetype'), url('../fonts/calibri-regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Calibri';
  src: url('../fonts/calibri-bold.ttf') format('truetype'), url('../fonts/calibri-bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Anton';
  src: url('../fonts/Anton-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Calibri';
  src: url('../fonts/calibri-italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Calibri';
  src: url('../fonts/calibri-bold-italic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}