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

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

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

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

h1 {
  color: #fff;
  margin-top: 250px;
  margin-bottom: 10px;
  font-family: Barlow Condensed, sans-serif;
  font-size: 70px;
  font-weight: 700;
  line-height: 100%;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: bold;
  line-height: 36px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
}

p {
  color: #000;
  margin-bottom: 10px;
  font-family: Barlow, sans-serif;
  font-weight: 300;
}

.navbar {
  background-color: #fffffff2;
  position: fixed;
  inset: 0% 0% auto;
}

.container {
  max-width: 1100px;
}

.navlink {
  padding-left: 40px;
  padding-right: 40px;
  font-family: Barlow Condensed, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.navlink.w--current {
  color: #3f82af;
}

.mainlogo {
  max-width: 210px;
  margin-left: -25px;
  padding-left: 0;
  padding-right: 0;
}

.herosection {
  background-image: url('../images/hatter.jpg');
  background-position: 50% 65%;
  background-size: cover;
  height: 100vh;
  padding-left: 30px;
  padding-right: 30px;
}

.herosection.hu {
  display: block;
}

.herosection.hu.button, .herosection.en {
  display: none;
}

.herosection.en.button {
  display: block;
}

.heading {
  color: #fff;
  margin-top: 250px;
  font-family: Barlow Condensed, sans-serif;
  font-size: 85px;
  line-height: 100%;
}

.heading.hu {
  margin-top: 295px;
  font-family: Barlow Condensed, sans-serif;
}

.heading.en {
  margin-top: 295px;
}

.subheading {
  color: #fff;
  margin-top: 15px;
  font-family: Barlow, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 25px;
}

.herocontentwrapper {
  max-width: 590px;
}

.herocontentwrapper.english, .herocontentwrapper.en {
  max-width: 700px;
}

.gradient {
  background-image: none;
  height: 100vh;
  padding-left: 30px;
  padding-right: 30px;
}

.subheading2 {
  color: #3f82af;
  font-family: Barlow Condensed, sans-serif;
  font-size: 15px;
  font-weight: 400;
}

.subheading2.about {
  text-align: left;
  margin-bottom: 10px;
  font-family: Barlow Condensed, sans-serif;
}

.heading-2 {
  color: #000;
  text-align: left;
  margin-bottom: 20px;
  font-family: Barlow Condensed, sans-serif;
  font-size: 35px;
  font-weight: 600;
}

.infocontentwrapper {
  text-align: center;
  max-width: 700px;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding-right: 0;
}

.missioncontentwrapper {
  max-width: 1100px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
}

.heading-3 {
  color: #000;
  margin-top: 0;
  font-family: Barlow Condensed, sans-serif;
  font-size: 30px;
  font-weight: 400;
}

.missionparagraph {
  color: #3f82af;
  text-align: left;
  margin-top: 115px;
  margin-bottom: 0;
  font-family: Barlow Condensed, sans-serif;
  font-size: 23px;
  font-weight: 500;
  line-height: 25px;
}

.section {
  margin-top: 120px;
  margin-bottom: 120px;
  padding-left: 30px;
  padding-right: 30px;
}

.section-2 {
  background-color: #010e17;
  height: 335px;
  padding-left: 30px;
  padding-right: 30px;
}

.heading-4 {
  color: #fff;
  margin-top: 20px;
  margin-bottom: 15px;
  font-family: Barlow Condensed, sans-serif;
  font-size: 35px;
  font-weight: 600;
}

.servicessubheading {
  color: #fff;
  margin-top: 0;
  margin-bottom: 30px;
  font-family: Barlow, sans-serif;
  font-size: 15px;
  font-weight: 400;
}

.servicestitlewrapper {
  text-align: center;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
}

.servicestitlewrapper.postscript {
  max-width: 860px;
  padding-top: 125px;
}

.servicestitlewrapper.contact {
  max-width: 720px;
  margin-top: 90px;
  margin-bottom: 40px;
  padding-top: 0;
}

.servicestitlewrapper.en {
  max-width: 770px;
}

.section-3 {
  background-color: #fff;
  margin-top: 90px;
  margin-bottom: 90px;
  padding-left: 30px;
  padding-right: 30px;
}

.cell {
  -webkit-text-stroke-color: #3330;
  border: 1px solid #0000;
}

.servicesblock {
  background-color: #fff;
  border: 1px #010e17;
  border-radius: 0;
  width: 100%;
  height: 370px;
  padding-left: 0;
  padding-right: 0;
  box-shadow: 0 2px 5px #0000004d;
}

.div-block-3, .div-block-4, .div-block-5, .div-block-6 {
  background-color: #fff;
  border: 1px solid #3f82af;
  border-radius: 6px;
  height: 370px;
  padding-left: 0;
  padding-right: 0;
}

.image {
  width: 351px;
  height: 210px;
  margin-left: auto;
  margin-right: auto;
}

.flex-block {
  padding-top: 5px;
  padding-left: 30px;
  padding-right: 30px;
}

.servicesstack {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  padding-left: 0;
  padding-right: 0;
}

.section-4 {
  background-image: url('../images/vecteezy_close-up-image-of-a-circuit-board-in-blur_2314838.jpg');
  background-position: 35% 95%;
  background-size: cover;
  height: 385px;
}

.backgroundcolor {
  background-color: #010e17d9;
  height: 385px;
  padding-left: 30px;
  padding-right: 30px;
}

.section-5 {
  color: #fff;
  text-align: center;
  background-color: #010e17;
  height: 400px;
  padding-left: 30px;
  padding-right: 30px;
}

.text-block {
  color: #fff;
  margin-top: 5px;
  margin-bottom: 0;
  font-family: Barlow, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.link {
  color: #fff;
  align-self: center;
  margin-top: 3px;
  font-family: Barlow, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.submit-button {
  background-color: #3f82af99;
  font-family: Barlow, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.text-field, .text-field-2 {
  background-color: #fff0;
}

.text-field-3, .text-field-4, .textarea {
  background-color: #fff0;
  border-radius: 9px;
}

.submit-button-2 {
  background-color: #3f82af99;
  border-radius: 9px;
  width: 100px;
}

.emailpanel {
  text-align: left;
  width: 385px;
}

.cell-2 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: row;
  padding-left: 155px;
}

.contactblock1 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: row;
  margin-bottom: 37px;
}

.footer {
  background-color: #010e17;
  border-top: 1px solid #fff;
  padding: 30px;
}

.footertext {
  color: #fff;
  text-align: center;
  font-family: Barlow, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.heading-5 {
  margin-top: 250px;
  font-size: 85px;
}

.image-2 {
  background-image: url('../images/38893141_8683819_uj_kek.jpg');
  background-position: 0 0;
  background-size: auto;
}

.servicesparagraph {
  color: #000;
  text-align: left;
  font-family: Barlow, sans-serif;
  font-size: 12px;
  line-height: 16px;
}

.headingservices {
  color: #000;
  font-family: Barlow Condensed, sans-serif;
  font-size: 21px;
  font-style: italic;
  font-weight: 600;
  line-height: 23px;
}

.quick-stack-2 {
  grid-column-gap: 63px;
  grid-row-gap: 63px;
  padding-left: 0;
  padding-right: 0;
}

.paragraph {
  text-align: left;
  margin-top: 25px;
  font-family: Barlow, sans-serif;
  font-size: 15px;
  font-weight: 400;
}

.paragraph-2 {
  text-align: left;
  margin-top: 30px;
  font-family: Barlow, sans-serif;
  font-size: 15px;
  font-weight: 400;
}

.navmenu {
  display: flex;
}

.button {
  color: #000;
  vertical-align: baseline;
  background-color: #fff0;
  padding-left: 3px;
  padding-right: 3px;
  font-family: Barlow Condensed, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.button.hu {
  border-right: 1px solid #000;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 5px;
}

.button.hu.w--current {
  color: #3f82af;
  font-family: Barlow Condensed, sans-serif;
}

.button.en {
  border-left: 1px solid #000;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 5px;
  font-family: Barlow Condensed, sans-serif;
}

.button.en.w--current {
  color: #3f82af;
}

.languagebuttons {
  align-self: center;
  padding: 20px 0 20px 35px;
}

.servicesimage {
  background-image: url('../images/1.0.jpg');
  background-position: 50%;
  background-size: cover;
  height: 210px;
}

.servicesimage._1 {
  background-image: url('../images/pick5.jpg');
  background-position: 50% 60%;
  height: 240px;
}

.servicesimage._2 {
  background-image: url('../images/pick2.jpg');
  height: 240px;
}

.servicesimage._3 {
  background-image: url('../images/pick1.jpg');
  height: 240px;
}

.servicesimage._4 {
  background-image: url('../images/pick4.jpg');
  background-position: 50% 55%;
  height: 240px;
}

.servicesimage._5 {
  background-image: url('../images/pick3.jpg');
  background-position: 50% 64%;
  height: 240px;
}

.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;
}

.contactblock2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: row;
}

.flex-block-2 {
  display: block;
}

.quick-stack-3 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  padding: 0;
}

.quick-stack-4 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  padding: 0;
}

.contactblock {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  justify-content: center;
  align-items: flex-start;
}

.flex-block-3 {
  flex-flow: row;
}

.flex-block-4 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  justify-content: center;
  align-items: flex-start;
}

@media screen and (max-width: 991px) {
  p {
    font-size: 13px;
  }

  .mainlogo {
    margin-left: 0;
  }

  .herosection {
    height: 150vh;
  }

  .heading.hu, .heading.en {
    margin-top: 210px;
    font-size: 100px;
  }

  .subheading {
    margin-top: 20px;
    font-size: 16px;
    line-height: 22px;
  }

  .herocontentwrapper {
    max-width: 440px;
  }

  .herocontentwrapper.en {
    max-width: 400px;
  }

  .subheading2.about {
    text-align: left;
  }

  .heading-2 {
    margin-bottom: 20px;
    font-size: 32px;
    line-height: 35px;
  }

  .infocontentwrapper {
    max-width: 700px;
    margin-right: auto;
  }

  .missioncontentwrapper {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .heading-3 {
    font-size: 25px;
  }

  .missionparagraph {
    margin-top: 310px;
    margin-bottom: 0;
    font-size: 22px;
  }

  .heading-4 {
    margin-bottom: 15px;
    font-size: 32px;
  }

  .servicessubheading {
    margin-top: 0;
    font-size: 15px;
  }

  .servicestitlewrapper.postscript {
    max-width: 690px;
  }

  .servicestitlewrapper.en {
    max-width: 670px;
  }

  .servicesblock {
    width: 100%;
    height: 380px;
  }

  .flex-block {
    padding-left: 14px;
    padding-right: 14px;
  }

  .servicesstack {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .cell-2 {
    padding-left: 0;
  }

  .heading-5 {
    font-size: 68px;
  }

  .quick-stack {
    grid-column-gap: 70px;
    grid-row-gap: 70px;
  }

  .quick-stack-2 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .cell-3 {
    background-position: 50% 44%;
    background-size: cover;
  }

  .paragraph, .paragraph-2 {
    font-size: 14px;
    line-height: 19px;
  }

  .menubutton.w--open {
    background-color: #fff;
  }

  .icon {
    color: #000;
  }

  .navmenu {
    background-color: #fff;
  }

  .languagebuttons {
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex;
  }

  .servicesimage._1, .servicesimage._2, .servicesimage._3, .servicesimage._4, .servicesimage._5 {
    height: 235px;
  }

  .flex-block-2 {
    flex-flow: column;
  }

  .quick-stack-3 {
    grid-column-gap: 35px;
    grid-row-gap: 35px;
  }

  .quick-stack-4 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }
}

@media screen and (max-width: 767px) {
  .subheading {
    font-size: 15px;
    line-height: 20px;
  }

  .herocontentwrapper {
    max-width: 400px;
  }

  .subheading2.about {
    text-align: left;
  }

  .heading-2 {
    margin-bottom: 20px;
    font-size: 29px;
    line-height: 31px;
  }

  .infocontentwrapper {
    margin-right: 0;
    padding-right: 0;
  }

  .missioncontentwrapper {
    margin-left: 0;
  }

  .missionparagraph {
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 21px;
  }

  .heading-4 {
    margin-bottom: 10px;
    font-size: 29px;
    line-height: 34px;
  }

  .servicessubheading {
    margin-top: 0;
    font-size: 14px;
  }

  .servicestitlewrapper.postscript.en {
    max-width: 490px;
  }

  .servicesblock {
    width: 100%;
    height: 440px;
    margin-left: auto;
    margin-right: auto;
  }

  .image {
    width: 500px;
    height: 280px;
  }

  .text-block, .link {
    font-size: 14px;
  }

  .emailpanel {
    width: 300px;
  }

  .heading-5 {
    font-size: 62px;
  }

  .quick-stack {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .cell-3 {
    background-image: none;
  }

  .paragraph {
    margin-top: 10px;
    line-height: 19px;
  }

  .paragraph-2 {
    line-height: 19px;
  }

  .servicesimage._1, .servicesimage._2, .servicesimage._3 {
    height: 300px;
  }

  .servicesimage._4 {
    aspect-ratio: auto;
    height: 300px;
  }

  .servicesimage._5 {
    height: 300px;
  }

  .quick-stack-3 {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
  }

  .contactblock, .flex-block-4 {
    grid-column-gap: 70px;
    grid-row-gap: 70px;
  }
}

@media screen and (max-width: 479px) {
  .herosection {
    background-position: 50%;
    height: 100vh;
  }

  .heading.hu {
    margin-top: 165px;
    font-size: 70px;
  }

  .heading.en {
    margin-top: 165px;
    font-size: 65px;
  }

  .subheading {
    margin-top: 10px;
    font-size: 15px;
    line-height: 19px;
  }

  .herocontentwrapper {
    max-width: 270px;
  }

  .subheading2 {
    text-align: center;
  }

  .subheading2.about {
    text-align: left;
  }

  .heading-2 {
    text-align: left;
    margin-bottom: 20px;
    font-size: 25px;
    line-height: 28px;
  }

  .infocontentwrapper {
    margin-right: 0;
  }

  .missioncontentwrapper {
    margin-left: 0;
  }

  .heading-3 {
    text-align: left;
    font-size: 22px;
  }

  .missionparagraph {
    text-align: left;
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 20px;
    line-height: 23px;
  }

  .heading-4 {
    margin-top: 0;
    font-size: 25px;
    line-height: 28px;
  }

  .servicessubheading {
    font-size: 13px;
    line-height: 19px;
  }

  .servicestitlewrapper {
    max-width: 700px;
    padding-top: 70px;
  }

  .servicestitlewrapper.postscript {
    max-width: 700px;
    padding-top: 100px;
  }

  .servicestitlewrapper.contact {
    margin-top: 75px;
    padding-top: 0;
  }

  .servicesblock {
    background-color: #fff;
    height: 350px;
    box-shadow: 0 2px 5px #0000004d;
  }

  .image {
    width: auto;
    height: auto;
  }

  .flex-block {
    padding-left: 14px;
    padding-right: 14px;
  }

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

  .section-5 {
    height: 500px;
  }

  .text-block {
    margin-top: 0;
    margin-bottom: 3px;
  }

  .link {
    margin-top: 0;
  }

  .emailpanel {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .cell-2 {
    justify-content: flex-start;
    align-items: center;
  }

  .contactblock1 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 0;
  }

  .heading-5 {
    margin-top: 100px;
    font-size: 70px;
  }

  .servicesparagraph {
    color: #000;
    text-align: left;
    margin-bottom: 0;
  }

  .headingservices {
    color: #000;
  }

  .quick-stack, .quick-stack-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .paragraph, .paragraph-2 {
    text-align: left;
    font-size: 13px;
    line-height: 19px;
  }

  .servicesimage._1, .servicesimage._2, .servicesimage._3 {
    height: 170px;
  }

  .servicesimage._4 {
    height: 190px;
  }

  .servicesimage._5 {
    height: 170px;
  }

  .contactblock2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 20px;
  }

  .contactblock, .flex-block-4 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }
}

#w-node-_90e8c1ea-9fd8-63a4-99a4-45f20aad49cd-7db53c83 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_13abe677-e728-a33e-1458-83816a4fb653-7db53c83 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-ca083ff6-1abb-9363-c11c-81f4946aa3d3-9b42ab75 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_13abe677-e728-a33e-1458-83816a4fb653-9b42ab75 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

@media screen and (max-width: 991px) {
  #w-node-_13abe677-e728-a33e-1458-83816a4fb653-7db53c83, #w-node-_13abe677-e728-a33e-1458-83816a4fb653-9b42ab75 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_90e8c1ea-9fd8-63a4-99a4-45f20aad49cd-7db53c83 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_13abe677-e728-a33e-1458-83816a4fb653-7db53c83 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-ca083ff6-1abb-9363-c11c-81f4946aa3d3-9b42ab75 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_13abe677-e728-a33e-1458-83816a4fb653-9b42ab75 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_90e8c1ea-9fd8-63a4-99a4-45f20aad49cd-7db53c83 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}


