@font-face {
  font-family: Noah;
  src: url('../fonts/Noah-Bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

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

@font-face {
  font-family: Noah;
  src: url('../fonts/Noah-BoldItalic.otf') format("opentype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Noah;
  src: url('../fonts/Noah-RegularItalic.otf') format("opentype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

:root {
  --black: black;
  --dark-slate-grey-2: #00ccf0;
  --white: white;
  --trans_purple: #7066a4;
  --imagefade: #0009;
  --sky-blue: #00ccf0;
  --green: #67d252;
  --trans_yellow: #f1b940;
  --crimson: #d9374e;
  --survey-border: #bbb;
  --red: #dc1432;
  --transparent: #fff0;
  --purple: #a72dcc;
  --teal: #00747e;
  --yellow-green: #7fb04a;
  --text_gery: #858585;
  --dark-slate-grey: #1a585c;
  --yellow: #d8b906;
}

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

@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: #1a1b1f;
  text-transform: none;
  padding-top: 90px;
  font-family: Noah, Arial, sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 15px;
  font-family: Montserrat, sans-serif;
  font-size: 3.5em;
  font-weight: 800;
  line-height: 1.4;
}

h2 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 2.5em;
  font-weight: 400;
  line-height: 1.4;
}

h3 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 1.75em;
  font-weight: 300;
  line-height: 1.4;
}

h4 {
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 2.5em;
  font-weight: 800;
  line-height: 1.1;
}

h5 {
  margin-top: 20px;
  margin-bottom: 5px;
  font-size: 1.75em;
  font-weight: 700;
  line-height: 1.4;
}

h6 {
  margin-top: 30px;
  margin-bottom: 5px;
  font-size: 1em;
  font-style: normal;
  font-weight: 600;
  line-height: 1.4;
  text-decoration: none;
}

p {
  text-align: justify;
  margin-bottom: 20px;
  font-size: 15px;
  line-height: 1.7;
}

a {
  color: #1a1b1f;
  text-decoration: none;
  transition: opacity .2s;
  display: block;
}

a:hover {
  color: #32343a;
}

a:active {
  color: #43464d;
}

ul {
  margin-top: 0;
  margin-bottom: 40px;
  padding-left: 40px;
}

ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
  list-style-type: disc;
}

li {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 25px;
}

img {
  display: block;
}

label {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 15px 30px;
  font-size: 20px;
  line-height: 34px;
}

figcaption {
  opacity: 1;
  text-align: center;
  margin-top: 5px;
  font-size: 14px;
  line-height: 26px;
}

.divider {
  background-color: #ddd;
  height: 1px;
  margin-top: 60px;
  margin-bottom: 60px;
  display: block;
}

.divider.smaller {
  margin-top: 22px;
  margin-bottom: 22px;
}

.styleguide-content-wrap {
  text-align: center;
}

.section {
  margin-left: 40px;
  margin-right: 40px;
}

.section.cc-cta {
  background-color: #f4f4f4;
  max-width: 1360px;
  margin-left: auto;
  margin-right: auto;
}

.section.cc-store-home-wrap {
  flex-direction: column;
  align-items: center;
  display: flex;
  position: relative;
}

.section.first {
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 80svh;
  margin-top: -90px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  position: relative;
}

.styleguide-block {
  text-align: left;
  flex-direction: column;
  align-items: center;
  margin-top: 80px;
  margin-bottom: 80px;
  display: block;
}

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

.container.nomargin {
  max-width: 1440px;
  margin-top: 0;
  padding-left: 40px;
  padding-right: 40px;
}

.paragraph-tiny {
  font-size: 12px;
  line-height: 20px;
}

.paragraph-bigger {
  opacity: 1;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}

.paragraph-bigger.cc-bigger-light {
  opacity: .6;
}

.button {
  opacity: .6;
  color: var(--black);
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #0000;
  border: 1.5px solid #000;
  border-radius: 0;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
  transition: border-color .4s, border-radius .4s, opacity .4s, color .4s;
}

.button:hover {
  border-color: var(--dark-slate-grey-2);
  opacity: 1;
  color: var(--dark-slate-grey-2);
  border-radius: 10px;
}

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

.button.cc-jumbo-button {
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.button.cc-white-button {
  color: #202020;
  background-color: #fff;
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.button.cc-white-button:hover {
  background-color: #fffc;
}

.button.cc-white-button:active {
  background-color: #ffffffe6;
}

.button.last {
  margin-top: 40px;
}

.label {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.label.cc-styleguide-label {
  margin-bottom: 25px;
}

.label.cc-light {
  opacity: .6;
}

.label.cc-blog-date {
  opacity: .6;
  margin-top: 0;
  margin-bottom: 20px;
}

.heading-jumbo-tiny {
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 8px;
  font-size: 1em;
  font-weight: 500;
  line-height: 1.4;
}

.rich-text {
  width: 70%;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
}

.rich-text p {
  opacity: .6;
  margin-top: 15px;
  margin-bottom: 25px;
}

.rich-text figcaption {
  opacity: .6;
}

.rich-text figure {
  margin-top: 25px;
  padding-bottom: 20px;
}

.paragraph-light {
  opacity: .6;
}

.heading-jumbo {
  z-index: 10;
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 5em;
  line-height: 80px;
  position: static;
}

.heading-jumbo-small {
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 2em;
  font-weight: 400;
  line-height: 50px;
}

.styleguide-button-wrap {
  margin-top: 10px;
  margin-bottom: 10px;
}

.styleguide-header-wrap {
  color: #fff;
  text-align: center;
  background-color: #1a1b1f;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 460px;
  padding: 30px;
  display: flex;
}

.paragraph-small {
  font-size: 14px;
  line-height: 26px;
}

.logo-link {
  z-index: 1;
  align-items: center;
  display: flex;
}

.logo-link:hover {
  opacity: .8;
}

.logo-link:active {
  opacity: .7;
}

.logo-link.w--current {
  opacity: 1;
  color: #1c1d22;
  flex-direction: row;
  align-items: center;
  display: flex;
}

.logo-link.w--current:hover {
  opacity: 1;
}

.menu {
  z-index: 0;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.navigation-wrap {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  max-width: 2200px;
  display: flex;
  position: relative;
}

.navigation {
  z-index: 10;
  background-color: #ffffffe8;
  justify-content: center;
  align-items: center;
  padding: 20px 40px;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.navigation-item {
  opacity: .6;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-top: 9px;
  padding-bottom: 9px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  display: block;
}

.navigation-item:hover {
  opacity: .9;
}

.navigation-item:active {
  opacity: .8;
}

.navigation-item.w--current {
  opacity: 1;
  color: #1a1b1f;
  font-weight: 600;
}

.navigation-item.w--current:hover {
  opacity: .8;
  color: #32343a;
}

.navigation-item.w--current:active {
  opacity: .7;
  color: #32343a;
}

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

.footer-wrap {
  justify-content: center;
  align-items: center;
  padding-top: 70px;
  padding-bottom: 70px;
  display: flex;
}

.webflow-link {
  opacity: .5;
  align-items: center;
  text-decoration: none;
  transition: opacity .4s;
  display: flex;
}

.webflow-link:hover {
  opacity: 1;
}

.webflow-link:active {
  opacity: .8;
}

.webflow-logo-tiny {
  margin-top: -2px;
  margin-right: 8px;
}

.cta-text {
  width: 70%;
  margin-bottom: 35px;
  margin-left: auto;
  margin-right: auto;
}

.cta-wrap {
  text-align: center;
  justify-content: center;
  padding-top: 110px;
  padding-bottom: 120px;
  display: flex;
}

.motto-wrap {
  text-align: center;
  width: 80%;
  margin: -50px auto 50px;
}

.section-heading-wrap {
  text-align: center;
  margin-top: 80px;
  margin-bottom: 80px;
}

.section-heading-wrap.left {
  text-align: left;
}

.status-message {
  color: #fff;
  text-align: center;
  background-color: #202020;
  padding: 9px 30px;
  font-size: 14px;
  line-height: 26px;
}

.status-message.cc-error-message {
  background-color: #db4b68;
}

.text-field {
  border: 1px solid #e4e4e4;
  border-radius: 0;
  margin-bottom: 18px;
  padding: 21px 20px;
  font-size: 14px;
  line-height: 26px;
  transition: border-color .4s;
}

.text-field:hover {
  border-color: #e3e6eb;
}

.text-field:active, .text-field:focus {
  border-color: #43464d;
}

.text-field::placeholder {
  color: #32343a66;
}

.team-member-title-wrap {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.team-member-name {
  opacity: 1;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
  transition: font-size .4s;
}

.blog-detail-header-wrap {
  width: 70%;
  margin: 60px auto;
}

.detail-header-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: cover;
  width: 100%;
  height: 620px;
  margin-bottom: 60px;
  display: block;
}

.detail-header-image.w--current {
  margin-bottom: 60px;
}

.protected-form {
  flex-direction: column;
  display: flex;
}

.protected-wrap {
  justify-content: center;
  padding-top: 90px;
  padding-bottom: 100px;
  display: flex;
}

.protected-heading {
  margin-bottom: 30px;
}

.utility-page-wrap {
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding: 30px;
  display: flex;
}

._404-wrap {
  background-color: #1a1b1f;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 30px;
  display: flex;
}

._404-content-wrap {
  margin-bottom: 20px;
}

.home-content-wrap {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column;
  margin-top: 100px;
  margin-bottom: 0;
  display: flex;
}

.home-section-wrap {
  margin-bottom: 0;
}

.about-grid {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template: ". ."
  / 1fr 1fr;
  align-content: stretch;
  align-items: start;
  margin-bottom: 0;
}

.work-heading {
  margin-top: 10px;
  margin-bottom: 20px;
  font-weight: 400;
}

.blog-heading {
  text-align: center;
  margin-bottom: 30px;
}

.testcontainer {
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
}

.grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  max-width: 80vw;
}

.grid-wrapper {
  justify-content: space-between;
  min-width: 900px;
  max-width: 2000px;
  height: 70vh;
  display: flex;
}

.grid-element {
  background-color: #0000;
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 58vh;
  padding-left: 30px;
  transition: color .5s, padding .5s, opacity .2s;
  display: flex;
  overflow: hidden;
}

.grid-element:hover {
  color: var(--white);
  padding: 35vh 100px 0;
}

.grid-element._5 {
  z-index: 5;
  border-left: 1px solid #ebebeb;
  border-right: 1px solid #e6e6e6;
  border-radius: 0;
  padding-top: 36vh;
  padding-left: 15px;
  transition: color .5s, padding .5s, opacity .2s;
  position: relative;
  overflow: hidden;
}

.grid-element._5:hover {
  padding-top: 25vh;
  padding-left: 8%;
}

.design-line {
  background-color: var(--dark-slate-grey-2);
  width: 70px;
  height: 8px;
  margin-bottom: 8px;
  position: relative;
}

.heading {
  text-transform: uppercase;
  width: 100px;
  margin-right: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 25px;
  font-weight: 800;
  line-height: 1.2;
  text-decoration: none;
  position: relative;
}

.heading.egysoros {
  line-height: 2.4;
}

.hero-sub_heading {
  font-size: 25px;
  text-decoration: none;
}

.gridphoto {
  z-index: -2;
  opacity: 0;
  width: 100%;
  height: 100%;
  transition: transform .5s, opacity .45s;
  position: absolute;
  inset: 0%;
}

.gridphoto:hover {
  background-image: linear-gradient(#000000b3, #000000b3), url('../images/tisza-to-kerekparut-tura-2020majus19-bringakor-csodalatosmagyaroszag-bringazas-tavasz34.jpg');
  background-size: auto, cover;
  opacity: 1;
}

.gridphoto._5 {
  background-image: url('../images/4-vityilo.png'), linear-gradient(to bottom, var(--trans_purple), var(--trans_purple));
  background-position: 50%, 0 0;
  background-size: cover, auto;
}

.gridphoto._4 {
  background-color: var(--imagefade);
  background-image: url('../images/5-alagut.png'), linear-gradient(to bottom, var(--sky-blue), var(--sky-blue));
  background-position: 50%, 0 0;
  background-size: cover, auto;
}

.gridphoto._3 {
  background-image: url('../images/1-csoto-12-akna.png'), linear-gradient(to bottom, var(--green), var(--green));
  background-position: 50%, 0 0;
  background-size: cover, auto;
}

.gridphoto._2 {
  background-image: url('../images/3-ejtosok.png'), linear-gradient(to bottom, var(--trans_yellow), var(--trans_yellow));
  background-position: 50%, 0 0;
  background-size: cover, auto;
}

.gridphoto._1 {
  background-image: url('../images/2-ret-csolnok.png'), linear-gradient(to bottom, var(--crimson), var(--crimson));
  background-position: 50%, 0 0;
  background-size: cover, auto;
}

.text-block-2 {
  font-size: 21px;
  position: relative;
}

.text-block-3 {
  position: relative;
}

.hero-text-wrapper {
  z-index: 5;
  color: var(--white);
  margin-left: 10%;
  font-size: 45px;
  line-height: 1.2;
  position: relative;
}

.hero_heading {
  font-family: Montserrat, sans-serif;
  font-size: 65px;
  font-weight: 800;
}

._20-fade {
  z-index: 0;
  background-image: linear-gradient(#0003, #0003);
  position: absolute;
  inset: 0%;
}

.first-section {
  justify-content: flex-start;
  align-items: center;
  height: 40svh;
  margin-bottom: 80px;
  display: flex;
  position: relative;
}

.image-background {
  background-image: url('../images/2-rét-csolnok.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.image-background._2 {
  background-image: url('../images/3-ejtősök.png');
}

.image-background.bevezeto {
  background-image: url('../images/04_cover_-perspective.jpg');
}

.image-background._3 {
  background-image: url('../images/1-csotó-12-akna.png');
}

.image-background._4 {
  background-image: url('../images/5-alagút.png');
}

.image-background._5 {
  background-image: url('../images/4-vityiló.png');
  background-position: 50% 70%;
}

.title-wrapper {
  z-index: 1;
  background-color: #fff;
  margin-bottom: 40px;
  position: static;
  inset: 60vh auto auto 10%;
}

.heading-4 {
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
}

.heading-4.subtitle {
  color: #767676;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 30px;
  font-weight: 400;
  line-height: 1;
}

.subtilte {
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
}

.blue-line {
  background-color: var(--sky-blue);
  width: 120px;
  height: 4px;
  margin-top: 30px;
}

.blue-line.horizontal {
  width: 8px;
  height: auto;
  margin-top: 0;
  margin-right: 15px;
}

.text-container {
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: .25fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 1440px;
  padding-top: 0;
  padding-bottom: 20px;
  padding-right: 20px;
  display: flex;
}

.id-zet {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: PT Serif, serif;
  font-size: 1.15em;
  font-style: italic;
  font-weight: 400;
  line-height: 36px;
}

.lightbox {
  border: 1px solid #ddd;
  flex-direction: row;
  justify-content: space-around;
  align-items: stretch;
  width: 100%;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.lightbox.noframe {
  border-style: none;
}

.lightbox.noframe.margins {
  margin-bottom: 28px;
}

.horizontal-text {
  margin-bottom: 30px;
  display: flex;
}

.picture-div {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.picture-div._6x6 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: minmax(170px, 1fr) minmax(170px, 1fr) minmax(170px, 1fr);
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: stretch;
  justify-items: stretch;
  height: 800px;
  display: grid;
  overflow: hidden;
}

.container_wide {
  justify-content: space-between;
  align-items: center;
  max-width: 1440px;
  padding: 30px 40px;
  display: block;
}

.center-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 30vh;
  margin-bottom: 0;
  display: flex;
}

.center-wrapper.first {
  height: auto;
  margin-top: 10vh;
}

.center-wrapper.margin {
  justify-content: flex-end;
  margin-bottom: 80px;
}

.center-wrapper.cta {
  margin-top: 40px;
  margin-bottom: 40px;
}

.downloads {
  margin-top: 20px;
  margin-bottom: 51px;
  font-family: Montserrat, sans-serif;
  font-weight: 800;
}

.button-wrapper {
  display: flex;
}

.heavy-button {
  color: #333;
  background-color: #0000;
  border: 2px solid #333;
  margin-left: 20px;
  margin-right: 30px;
  transition: transform .1s, color .5s, border-color .5s, border-radius .5s;
}

.heavy-button:hover {
  color: #00ccf0;
  border-color: #00ccf0;
  border-radius: 13px;
}

.heavy-button:active {
  transform: scale(.9);
}

.heavy-button.nav {
  opacity: .6;
  letter-spacing: 1px;
  border-width: 1.5px;
  padding-top: 6px;
  padding-bottom: 5px;
  font-size: 12px;
  font-weight: 500;
  transition: opacity .5s, transform .1s, color .5s, border-color .5s, border-radius .5s;
}

.heavy-button.nav:hover {
  opacity: 1;
  color: var(--dark-slate-grey-2);
}

.footer-light {
  border-bottom: 1px solid #e4ebf3;
  margin-left: 40px;
  margin-right: 40px;
  padding-top: 30px;
  padding-bottom: 40px;
  position: relative;
}

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

.footer-divider-two {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-bottom: 40px;
}

.footer-bottom {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1.5fr .5fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  display: grid;
}

.footer-brand {
  transition: transform .5s;
}

.footer-brand:hover {
  transform: scale(.9);
}

.footer-copyright {
  text-align: right;
  font-size: 12px;
}

.footer-social-block-two {
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-left: -12px;
  display: flex;
}

.footer-social-link {
  margin-left: 12px;
}

.container_narrow {
  border: 1px none var(--survey-border);
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: 820px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 40px 40px;
  display: block;
}

.container_narrow.no-pad {
  padding-left: 0;
  padding-right: 0;
}

.container_narrow.noframe {
  border-style: none;
}

.heading_inside {
  margin-top: 40px;
  margin-bottom: 15px;
  font-weight: 700;
}

.hidden-segment_green {
  z-index: 10;
  background-color: #101010f2;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.hidden-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 1900px;
  max-height: 80vh;
  margin-left: 10%;
  margin-right: 10%;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  overflow: auto;
}

.bouncing-box {
  background-color: #8080800d;
  flex-direction: column;
  transition: box-shadow .5s, background-color .5s;
  display: block;
}

.bouncing-box:hover {
  background-color: #0000;
  box-shadow: 0 0 15px 2px #00000024;
}

.heading_white {
  color: #fff;
  text-align: left;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 45px;
  line-height: 1.2;
}

.heading_white.small {
  font-size: 35px;
}

.box-title {
  padding: 20px;
  font-size: 16px;
  font-weight: 400;
}

.bounce-wrapper {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 30px;
  padding-bottom: 30px;
}

.box-header {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding: 30px 10%;
  font-size: 40px;
  font-weight: 400;
}

.close_button {
  z-index: 100;
  background-image: url('../images/cross-23.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: none;
  position: fixed;
  inset: 5% 5% auto auto;
}

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

.box-bottom-text {
  text-align: right;
  padding: 20px 35px;
  font-weight: 300;
  transition: color .5s;
}

.box-bottom-text:hover {
  color: #00ccf0;
}

.paragraph_white {
  color: #fff;
}

.paragraph_white.sorkiz-rt {
  text-align: justify;
}

.esem-ny_div {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 30%;
  display: flex;
}

.esem-ny_wrapper {
  grid-column-gap: 5%;
  grid-row-gap: 4em;
  flex-flow: wrap;
  justify-content: flex-start;
  margin-bottom: 40px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.heavy-button-2 {
  color: #333;
  background-color: #0000;
  border: 2px solid #333;
  margin-left: 20px;
  margin-right: 30px;
  transition: transform .1s, color .5s, border-color .5s, border-radius .5s;
}

.heavy-button-2:hover {
  color: #00ccf0;
  border-color: #00ccf0;
  border-radius: 13px;
}

.heavy-button-2:active {
  transform: scale(.9);
}

.nav_text {
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 20px;
}

.nav_text.small {
  font-size: 15px;
}

.heading-3 {
  margin-bottom: 0;
}

.text-span {
  color: var(--green);
}

.heading-5 {
  text-align: left;
  margin-bottom: 10px;
}

.subtitle {
  margin-top: 10px;
  margin-bottom: 60px;
  font-size: 25px;
  font-weight: 300;
}

.text-block_white {
  color: var(--white);
  line-height: 1.5;
}

.image-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1440px;
  display: grid;
}

.list {
  margin-top: 0;
}

.paragraph-2 {
  margin-bottom: 5px;
  font-weight: 700;
}

.blue {
  color: var(--dark-slate-grey-2);
}

.red {
  color: var(--red);
}

.div-block-2, .div-block-3, .div-block-4, .div-block-5, .div-block-6, .div-block-7, .div-block-8, .div-block-9 {
  padding-left: 0;
  padding-right: 0;
}

.div-block-10 {
  padding-left: 3px;
  padding-right: 3px;
}

.div-block-11, .div-block-12 {
  padding-left: 9px;
  padding-right: 9px;
}

.div-block-13, .div-block-14, .div-block-15, .div-block-16, .div-block-17, .div-block-18, .div-block-19, .div-block-20, .div-block-21, .div-block-22, .div-block-23, .div-block-24, .div-block-25, .div-block-26, .div-block-27, .div-block-28 {
  padding-left: 0;
  padding-right: 0;
}

.div-block-29, .div-block-30 {
  padding-right: 2px;
}

.div-block-31, .div-block-32 {
  padding-left: 2px;
}

.footer-circle {
  border: 1px solid #e6e6e6;
  border-radius: 20px;
  padding: 8px;
}

.timer-wrapper {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: center;
  display: flex;
  position: absolute;
  inset: -3% auto auto;
}

.timer-wrapper.blind {
  display: none;
}

.timer {
  font-size: 22px;
  font-weight: 900;
}

.timer-element {
  font-size: 14px;
}

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

.center-align.padding {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.clickable {
  background-color: var(--imagefade);
  border-radius: 15px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 700px;
  margin-bottom: 30px;
  padding-bottom: 0%;
  transition: transform .5s;
  display: flex;
  overflow: hidden;
}

.clickable:hover {
  transform: translate(0, -5px);
}

.clickable.j-v-k-p {
  background-color: #ed4f0c;
  justify-content: flex-start;
}

.clickable.misszi {
  background-color: #ffb121;
  justify-content: flex-start;
}

.clickable.v-zi {
  background-color: #0000;
  border: 5px solid #fff202;
}

.clickable.horizont-lis {
  border: 2px solid var(--black);
  background-color: #0000;
}

.clickable.tfog {
  border: 5px solid var(--green);
  background-color: #0000;
}

.clickable.ter-leti {
  border: 6px solid var(--dark-slate-grey-2);
  background-color: #0000;
}

.clickable.survey {
  border-top: 1px solid var(--survey-border);
  border-bottom: 1px none var(--survey-border);
  background-color: var(--transparent);
  border-radius: 0;
  margin-bottom: 0;
}

.clickable.survey.end {
  border-bottom-style: solid;
  border-bottom-color: #b6b5b5;
}

.survey-text {
  color: var(--black);
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.3;
  display: block;
}

.survey-text.black {
  color: var(--black);
}

.survey-text.green {
  color: var(--green);
}

.survey-text.blue {
  color: var(--sky-blue);
}

.survey-text.linediv {
  margin-top: 26px;
}

.clickable_text {
  color: var(--white);
  text-align: center;
  padding: 2% 5% 3%;
  font-size: 18px;
  font-weight: 700;
}

.clickable_text.black {
  color: var(--black);
}

.clickable_text.black.grid {
  padding-top: 5%;
  padding-bottom: 5%;
  font-size: 16px;
}

.grid-4 {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin: 2%;
}

.grid-4.vizio {
  grid-template-rows: auto;
}

.grid-4.tfog {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  margin-top: -1%;
  margin-left: 4%;
  margin-right: 4%;
}

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

.vizio-div {
  background-color: #fff202;
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.vizio-div.purple {
  background-color: var(--purple);
  width: 100%;
  padding-left: 19px;
  padding-right: 19px;
}

.vizio-div.absolut {
  border-radius: 8px;
  width: 100%;
  position: relative;
}

.vizio-div.green {
  background-color: #c7f595;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 15px;
}

.vizio-div.blue {
  background-color: var(--dark-slate-grey-2);
}

.vizio-div.red {
  background-color: var(--red);
}

.vizio-div.darkgreen {
  background-color: var(--green);
  width: 100%;
}

.dot-line {
  border-style: none none dotted;
  border-width: 4px 4px 5px;
  border-color: var(--imagefade);
  border-radius: 0;
  width: 100%;
  height: 5px;
  margin-top: 20px;
  margin-bottom: 40px;
}

.image-4 {
  height: 50px;
  margin-right: 12px;
}

.c-lrendszer_container {
  max-width: 750px;
  margin-top: -60px;
  margin-left: 40px;
  position: relative;
}

.contain {
  object-fit: cover;
  width: 100%;
  position: relative;
}

.c-lrendszer_click {
  width: 28%;
  height: 20%;
  position: absolute;
  inset: 38% auto 0% 5%;
}

.c-lrendszer_click._2 {
  width: 35%;
  height: 30%;
  top: 60%;
  left: 39%;
}

.c-lrendszer_click._3 {
  width: 35%;
  top: 5%;
  left: 52%;
}

.c-lrendszer_click._3.a {
  top: 5%;
}

.c-lrendszer_click._4 {
  width: 38%;
  height: 20%;
  top: 26%;
  left: 36%;
}

.c-lrendszer_click._5 {
  width: 22%;
  height: 28%;
  top: 62%;
  left: 12%;
}

.c-lrendszer_click._6 {
  height: 32%;
  top: 25%;
  left: 68%;
}

.c-lrendszer_click._1 {
  width: 24%;
  height: 24%;
  top: 37%;
  left: 33%;
}

.pop-up {
  background-color: var(--white);
  border-radius: 20px;
  width: 100%;
  padding: 15px 15px 4px;
  font-size: 14px;
  line-height: 1.35;
  position: relative;
  top: -100%;
}

.pop-up._5 {
  border: 4px solid var(--trans_purple);
  background-image: linear-gradient(#7066a426, #7066a426);
  top: -87%;
}

.pop-up._5.a {
  top: -58%;
}

.pop-up._2 {
  border: 4px solid var(--trans_yellow);
  background-image: linear-gradient(#f1b94026, #f1b94026);
  width: 110%;
  top: -87%;
  left: -5%;
}

.pop-up._4 {
  border: 4px solid var(--teal);
  background-image: linear-gradient(#00747e26, #00747e26);
  width: 180%;
  top: -62%;
  left: -58%;
}

.pop-up._3 {
  border: 4px solid var(--yellow-green);
  background-image: linear-gradient(#7fb04a26, #7fb04a26);
  width: 120%;
  top: -56%;
}

.pop-up._1 {
  border: 4px solid var(--crimson);
  background-image: linear-gradient(#d9374e26, #d9374e26);
  width: 140%;
  top: -120%;
  left: -20%;
}

.list-2 {
  margin-top: 7px;
  margin-bottom: 15px;
}

.text-block-11 {
  font-family: Noah text;
  font-size: 12px;
  font-style: italic;
  font-weight: 400;
  position: absolute;
  inset: auto auto 0% 0%;
}

.tfogo-div {
  background-color: var(--green);
  border-radius: 15px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 96%;
  height: 100px;
  display: flex;
  position: relative;
}

.number-list {
  list-style-type: decimal;
}

.elv-laszt-s {
  background-color: var(--survey-border);
  height: 1px;
  margin-top: 100px;
  margin-bottom: 100px;
}

.csel_grid {
  grid-column-gap: 12px;
  grid-row-gap: 16px;
  border: 1px solid #00000040;
  border-radius: 10px;
  grid-template-rows: auto auto auto auto auto auto auto auto;
  grid-template-columns: 1fr;
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 5px 15px;
}

.csel_header {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1em;
}

.csel_tev {
  text-align: left;
  margin-bottom: 0;
  padding-left: 2px;
  font-size: 14px;
  line-height: 1.4;
}

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

.csel_grid_lightbox {
  display: none;
}

.image-background-hero {
  background-image: url('../images/portfolio-2---wide.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  position: absolute;
  inset: 0%;
}

.list-6 {
  list-style-type: disc;
}

.survey-image {
  width: 75%;
  margin-bottom: 20px;
}

.problem-wraper-2 {
  align-items: center;
  display: flex;
}

.tabs {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 60px;
  display: flex;
}

.image-7 {
  height: 200px;
  margin-bottom: 20px;
}

.list-item-4 {
  color: #fff;
  margin-bottom: 0;
  margin-left: 10%;
  list-style-type: square;
}

.swot_wrapper {
  border: 0 solid #c2c2c2;
  border-radius: 10px;
  padding: 10px;
}

.swot_heading {
  text-align: left;
  text-decoration: none;
}

.swot_list {
  margin-bottom: 0;
  list-style-type: square;
}

.list-item-5 {
  margin-bottom: 5px;
  font-size: 14px;
}

.image-grid_img-holder {
  box-sizing: content-box;
  aspect-ratio: auto;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  max-height: 600px;
  display: flex;
  position: relative;
  overflow: hidden;
}

._100-heigh {
  object-fit: cover;
  object-position: 20% 50%;
  height: 100%;
}

.image_description {
  text-align: center;
  background-color: #fffffffa;
  font-style: italic;
  position: absolute;
  inset: auto 0% 0%;
}

.block-quote {
  color: var(--text_gery);
  font-style: italic;
}

.content_textgrid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 3fr;
}

.text_nav_wrapper {
  position: relative;
}

.text_page_nav {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border: 1px solid var(--transparent);
  opacity: .6;
  text-transform: uppercase;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  align-items: center;
  max-width: 270px;
  padding: 10px;
  transition: border-color .2s, opacity .2s;
  display: flex;
}

.text_page_nav:hover {
  border-color: var(--survey-border);
  opacity: 1;
}

.text_page_nav.w--current {
  border-color: var(--transparent);
  background-color: var(--sky-blue);
  opacity: 1;
  color: var(--white);
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  align-items: center;
}

.text_nav_holder {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  padding-right: 0;
  display: flex;
  position: static;
  top: 10%;
}

.text_nax_text {
  letter-spacing: 1px;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.4;
}

.text_nax_text.number {
  font-size: 18px;
  font-weight: 700;
}

.sticky_wrapper {
  position: sticky;
  top: 20%;
}

.text_nax_lightbox {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 270px;
  margin-top: 60px;
  display: flex;
}

.nav_title {
  margin-top: 0;
  font-size: 18px;
  font-weight: 400;
}

.fejleszt-si-div {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.fejleszt-si-elv-laszt {
  background-color: var(--survey-border);
  height: 1px;
  margin-top: 2px;
  margin-bottom: 2px;
}

.main_grid_wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 3fr;
}

.main_nav_wapper {
  padding-top: 113px;
  position: relative;
}

.main-nav-holder {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: sticky;
  top: 15%;
}

.main_content_wrapper {
  padding-top: 100px;
}

.main_nav_link {
  opacity: .3;
  transition-duration: .4s;
}

.main_nav_link.w--current {
  opacity: 1;
}

.vertical-align {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  flex-flow: column;
  display: flex;
}

.tab-link {
  background-color: #fff0;
  border: 1px solid #000;
}

.tab-link.w--current {
  opacity: .24;
  background-color: #fff0;
  display: none;
}

.tabs-menu {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}

.about-image {
  box-sizing: content-box;
  object-fit: cover;
  height: 100%;
}

.first-heading {
  margin-top: 0;
}

.survey-content {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  display: flex;
  overflow: hidden;
}

._2-columb-div {
  grid-column-gap: 59px;
  grid-row-gap: 59px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.section-gap-40 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  display: flex;
}

.team-members-card {
  text-align: center;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  min-width: 40%;
  display: flex;
  position: relative;
}

.team-members-wrap {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.team-member-image {
  box-sizing: content-box;
  object-fit: cover;
  object-position: 50% 25%;
  max-height: 20em;
  margin-bottom: 5px;
}

.team-member-image:hover {
  mix-blend-mode: normal;
}

.imade-coloring {
  mix-blend-mode: color;
  object-position: 50% 0%;
  background-color: #171a1f;
  transition: opacity .5s;
  position: absolute;
  inset: 0%;
}

.imade-coloring:hover {
  opacity: 0;
}

@media screen and (max-width: 991px) {
  .section.cc-cta {
    padding-left: 0;
    padding-right: 0;
  }

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

  .button {
    justify-content: center;
  }

  .heading-jumbo {
    font-size: 56px;
    line-height: 70px;
  }

  .logo-link.w--current {
    flex: 1;
  }

  .menu-icon {
    display: block;
  }

  .menu {
    margin-left: 30px;
    position: static;
  }

  .navigation {
    background-color: #fff;
    padding: 25px 30px;
  }

  .navigation-item {
    text-align: center;
    padding: 15px 30px;
    transition: background-color .4s, opacity .4s, color .4s;
  }

  .navigation-item:hover {
    background-color: #f7f8f9;
  }

  .navigation-item:active {
    background-color: #eef0f3;
  }

  .menu-button {
    padding: 0;
  }

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

  .navigation-items {
    background-color: #fff;
  }

  .cta-text {
    width: auto;
  }

  .cta-wrap {
    width: auto;
    padding: 80px 50px 90px;
  }

  .team-member-title-wrap {
    margin-bottom: 30px;
  }

  .blog-detail-header-wrap {
    width: 70%;
  }

  .detail-header-image {
    height: 460px;
  }

  .about-grid {
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
  }

  .grid-wrapper {
    flex-direction: column;
    min-width: 0;
    height: auto;
  }

  .grid-element._5 {
    border-style: solid none;
    border-top-width: 1px;
    border-top-color: #ebebeb;
    border-bottom-width: 1px;
    border-bottom-color: #ebebeb;
    padding-top: 1vh;
    padding-bottom: 1vh;
    padding-left: 15px;
  }

  .grid-element._5:hover {
    padding-top: 5vh;
    padding-bottom: 5vh;
  }

  .heading {
    width: auto;
  }

  .heading.egysoros {
    line-height: 1.2;
  }

  .hero-sub_heading {
    font-size: 18px;
  }

  .hero_heading {
    font-size: 45px;
  }

  .first-section {
    margin-bottom: 0;
  }

  .title-wrapper {
    width: auto;
    display: block;
    position: static;
  }

  .heading-4.subtitle {
    font-size: 25px;
  }

  .text-container {
    padding-right: 0;
  }

  .downloads {
    margin-bottom: 30px;
    font-size: 40px;
  }

  .heavy-button {
    justify-content: center;
    font-size: 15px;
    display: flex;
  }

  .footer-container, .container_narrow {
    max-width: 728px;
  }

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

  .esem-ny_div {
    width: auto;
    margin-bottom: 0;
  }

  .esem-ny_wrapper {
    grid-row-gap: 3em;
    flex-direction: column;
  }

  .heading-6 {
    font-size: 35px;
  }

  .timer-wrapper {
    top: -2%;
  }

  .center-align.padding {
    padding-left: 0;
  }

  .clickable_text {
    font-size: 17px;
  }

  .pop-up {
    padding: 2px 7px;
    font-size: 14px;
  }

  .elv-laszt-s {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .csel_grid {
    grid-column-gap: 8px;
    padding-left: 4px;
    padding-right: 4px;
  }

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

  ._2-columb-div {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }
}

@media screen and (max-width: 767px) {
  h4 {
    font-size: 2em;
  }

  h5 {
    font-size: 15px;
  }

  p {
    font-size: 1em;
  }

  .section {
    margin-left: 15px;
    margin-right: 15px;
  }

  .section.cc-cta {
    padding: 15px;
  }

  .section.cc-store-home-wrap {
    margin-left: 15px;
    margin-right: 15px;
  }

  .container {
    text-align: center;
  }

  .container.nomargin {
    padding-left: 0;
    padding-right: 0;
  }

  .paragraph-bigger {
    font-size: 16px;
    line-height: 28px;
  }

  .rich-text {
    text-align: left;
    width: 90%;
    max-width: 470px;
  }

  .heading-jumbo {
    font-size: 50px;
    line-height: 64px;
  }

  .heading-jumbo-small {
    font-size: 30px;
    line-height: 52px;
  }

  .logo-link {
    padding-left: 0;
  }

  .navigation {
    padding: 20px 30px;
  }

  .cta-wrap {
    padding-left: 30px;
    padding-right: 30px;
  }

  .team-member-name {
    font-size: 16px;
    line-height: 28px;
  }

  .blog-detail-header-wrap {
    text-align: left;
    width: 90%;
    max-width: 470px;
  }

  .utility-page-wrap {
    padding: 15px;
  }

  ._404-wrap {
    padding: 30px;
  }

  .heading {
    font-size: 22px;
  }

  .hero-text-wrapper {
    margin-left: 0%;
  }

  .first-section {
    margin-bottom: 0;
  }

  .image-background {
    height: 40vh;
  }

  .title-wrapper {
    width: auto;
    margin-bottom: 20px;
    position: static;
    left: 0%;
    right: 0;
  }

  .heading-4.subtitle {
    font-size: 1em;
    line-height: 1.3;
  }

  .text-container {
    padding-right: 0;
  }

  .picture-div._6x6 {
    grid-template-rows: minmax(170px, 1fr) minmax(170px, 1fr) minmax(170px, 1fr) minmax(170px, 1fr) minmax(170px, 1fr) minmax(170px, 1fr);
    grid-template-columns: 1fr;
    height: auto;
  }

  .center-wrapper.cta {
    margin-top: 0;
    margin-bottom: 0;
  }

  .footer-light {
    margin-left: 0;
    margin-right: 0;
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-container {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .footer-bottom {
    flex-direction: column;
    grid-template-rows: auto auto auto;
    grid-template-columns: .5fr;
    place-content: center;
    place-items: center stretch;
    width: 100%;
  }

  .footer-brand {
    width: 150px;
  }

  .footer-copyright {
    margin-top: 0;
    font-size: 10px;
    line-height: 20px;
  }

  .footer-social-block-two {
    margin-top: 0;
  }

  .footer-social-link {
    margin-left: 20px;
  }

  .close_button {
    display: none;
  }

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

  .text-block_white {
    margin-bottom: 20px;
  }

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

  .heading-6, .survey-text {
    font-size: 25px;
  }

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

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

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

  .vizio-div.blue {
    width: 100%;
  }

  .c-lrendszer_click, .text-block-11 {
    display: none;
  }

  .tfogo-div {
    height: auto;
  }

  .csel_grid {
    display: none;
  }

  .html-embed {
    height: 400px;
    overflow: hidden;
  }

  .csel_grid_lightbox {
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 35px;
    display: flex;
  }

  .text-block-12, .list-item-5 {
    font-size: 14px;
  }

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

  .text_page_nav {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    padding: 5px 10px 5px 5px;
  }

  .text_nax_text {
    font-size: 11px;
  }

  .text_nax_text.number {
    font-size: 12px;
  }

  .main_nav_linktext {
    font-size: 14px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 36px;
    line-height: 52px;
  }

  h2 {
    font-size: 2em;
  }

  h4 {
    font-size: 1.5em;
  }

  h5 {
    font-size: 1.2em;
  }

  p {
    text-align: justify;
    font-size: 1em;
    line-height: 1.7;
  }

  li {
    font-size: 1em;
    line-height: 1.3;
  }

  .container {
    margin-top: 0;
  }

  .paragraph-bigger {
    font-size: 1.2em;
  }

  .button.cc-jumbo-button {
    padding: 10px 15px;
  }

  .rich-text {
    width: 100%;
    max-width: none;
  }

  .heading-jumbo {
    font-size: 36px;
    line-height: 48px;
  }

  .heading-jumbo-small {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 25px;
    line-height: 40px;
  }

  .menu {
    margin-left: 15px;
  }

  .navigation {
    padding: 20px;
  }

  .menu-button, .menu-button.w--open {
    flex: none;
  }

  .cta-wrap {
    padding-left: 15px;
    padding-right: 15px;
  }

  .motto-wrap {
    margin-top: 20px;
    margin-bottom: 40px;
  }

  .team-member-title-wrap {
    text-align: right;
    width: 50%;
    margin-bottom: 20px;
    font-size: 12px;
    line-height: 1.2;
    display: block;
  }

  .team-member-name {
    width: 50%;
    font-size: 14px;
  }

  .team-member-name:hover {
    font-size: 16px;
  }

  .blog-detail-header-wrap {
    width: 100%;
    max-width: none;
  }

  .home-content-wrap, .blog-heading {
    margin-top: 80px;
  }

  .heading {
    text-align: left;
  }

  .hero-sub_heading {
    font-size: 14px;
  }

  .text-block-3 {
    text-align: left;
  }

  .hero-text-wrapper {
    font-size: 35px;
    right: 0%;
  }

  .hero_heading {
    font-size: 30px;
  }

  ._20-fade {
    background-image: linear-gradient(#0003, #0003);
  }

  .image-background.bevezeto {
    height: 20vh;
  }

  .title-wrapper {
    margin-top: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-4.subtitle {
    margin-bottom: 10px;
  }

  .subtilte {
    font-size: 12px;
  }

  .text-container {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .id-zet {
    text-align: left;
    font-size: 15px;
  }

  .container_wide {
    padding-top: 0;
    padding-left: 16px;
    padding-right: 16px;
  }

  .center-wrapper.first {
    margin-top: 0;
  }

  .heavy-button {
    text-align: center;
    align-items: center;
  }

  .footer-light {
    margin-left: 0;
    margin-right: 0;
  }

  .footer-divider-two {
    margin-bottom: 20px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }

  .footer-social-block-two {
    margin-top: 0;
  }

  .container_narrow {
    max-width: none;
    padding-bottom: 20px;
  }

  .esem-ny_wrapper {
    grid-row-gap: 2em;
  }

  .nav_text {
    font-size: 1em;
  }

  .nav_text.small {
    font-size: .7em;
    line-height: 1;
  }

  .heading-5 {
    text-align: center;
    margin-bottom: 0;
    font-size: 25px;
    line-height: 1;
  }

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

  .paragraph-2 {
    margin-bottom: 5px;
    font-weight: 600;
  }

  .clickable.misszi {
    background-color: #ff9500;
  }

  .clickable.survey {
    max-width: 90svw;
    padding-bottom: 0%;
  }

  .survey-text.black {
    color: var(--black);
  }

  .clickable_text {
    font-size: 14px;
  }

  .vizio-div {
    width: 100%;
    height: 100px;
    margin-top: 0;
    margin-bottom: 6px;
    position: relative;
  }

  .vizio-div.absolut {
    margin-top: 0;
    position: relative;
  }

  .image-4 {
    height: 30px;
  }

  .elv-laszt-s {
    margin-top: 39px;
    margin-bottom: 39px;
  }

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

  .survey-image {
    width: auto;
    max-width: 75%;
  }

  .list-item-5 {
    font-size: 13px;
    line-height: 20px;
  }

  .content_textgrid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .text_nav_wrapper {
    display: none;
  }

  .fejl_prog_list {
    padding-left: 20px;
  }

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

  .main_nav_wapper {
    display: none;
  }

  .main-nav-holder {
    padding-left: 0;
    padding-right: 0;
    line-height: 1.3;
    display: flex;
  }

  .main_content_wrapper {
    padding-top: 0;
  }

  .vertical-align {
    display: flex;
  }

  ._2-columb-div {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }
}

#days.w-node-_0c46359f-8600-86e3-885a-15c90131e962-16b4e941, #hours.w-node-_0c46359f-8600-86e3-885a-15c90131e964-16b4e941, #minutes.w-node-_0c46359f-8600-86e3-885a-15c90131e966-16b4e941, #seconds.w-node-_0c46359f-8600-86e3-885a-15c90131e968-16b4e941, #w-node-_0c46359f-8600-86e3-885a-15c90131e96a-16b4e941, #w-node-_0c46359f-8600-86e3-885a-15c90131e96c-16b4e941, #w-node-_0c46359f-8600-86e3-885a-15c90131e96e-16b4e941, #w-node-_0c46359f-8600-86e3-885a-15c90131e970-16b4e941 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-a590d712-29ea-0679-5145-cacc7695b3b2-16b4e941 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_0c3ae5cd-7726-263c-a42c-5943364a6152-16b4e941 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4c8bdd15-567d-abca-6589-375130403b69-30403b61 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: end;
}

#w-node-_4c8bdd15-567d-abca-6589-375130403b6b-30403b61 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-bee6e9d4-453a-c6f5-0435-210a990fbc0f-16b4e945, #w-node-b2941d45-577d-7e0a-5470-6809935383b0-16b4e948, #w-node-a0786f5e-b7bd-007f-6aa8-3e0311eb1761-16b4e949, #w-node-d819e774-0a54-413c-8ef5-f2ae5c1b1de6-16b4e949 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_49d9e32f-1c3c-8b46-403f-d0138dc6eff7-16b4e949 {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-ad800cfc-b8f6-727c-654e-9008f3ba436c-16b4e949 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-f3fe339b-39d4-5860-2be4-1b2402b12d29-16b4e949, #w-node-_6ad5c94c-bdd5-7807-e7da-e9868e4ae652-16b4e949, #w-node-_79b90910-1084-6280-686e-41e822e3be64-16b4e949, #w-node-bbfeb3a5-8274-3bb5-26ef-9503678f9c42-16b4e94a, #w-node-a88ec27b-5a0c-fcb9-9709-d69c38ae71eb-16b4e94f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a88ec27b-5a0c-fcb9-9709-d69c38ae71f2-16b4e94f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-a739ba6a-11ec-2199-2f6f-404006acd7d2-16b4e94f, #w-node-_85737077-322b-fe04-c19b-c4357ad86b6b-16b4e94f, #w-node-b5539b45-d338-0271-03e4-f632d9f11a75-16b4e94f, #w-node-c3b21e15-b5b6-c00b-b261-0978200b9b58-16b4e94f, #w-node-_81a8eddb-5393-d4bb-c820-7b2da27d4a82-16b4e94f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_81a8eddb-5393-d4bb-c820-7b2da27d4a9c-16b4e94f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-eb1d63a7-f0ea-1313-a1a0-7ee74082c8e8-16b4e94f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_81a8eddb-5393-d4bb-c820-7b2da27d4a9f-16b4e94f, #w-node-_81a8eddb-5393-d4bb-c820-7b2da27d4ac4-16b4e94f, #w-node-_81a8eddb-5393-d4bb-c820-7b2da27d4aed-16b4e94f, #w-node-_0b84f9b8-92f6-30dd-be22-8ba1a2c6ab53-16b4e94f, #w-node-_1a06c1ae-a2d8-afb8-90eb-8ea52549554e-16b4e94f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1a06c1ae-a2d8-afb8-90eb-8ea52549556d-16b4e94f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-bab152a2-f2c8-8988-1d12-39c3e78934f2-16b4e951, #w-node-_81a9cb78-9a61-fe94-4a10-a2ec03a8c3ab-16b4e952 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_520bab3c-8b2f-6d38-9106-d236762458fa-16b4e952, #w-node-_9be10a08-dded-dd72-87cc-3557cb5caa87-16b4e952, #w-node-_0a6deee0-5618-f1a4-b564-a45532184993-16b4e952, #w-node-_642e3604-4498-6b68-e46f-aeb9f3e95f54-16b4e952, #w-node-d7d7cdbe-4d8f-a05d-1bae-f89b133139ab-16b4e952, #w-node-_5db277c0-9f1e-1e29-a0a9-bdc157e99f0a-16b4e952, #w-node-_5db277c0-9f1e-1e29-a0a9-bdc157e99f13-16b4e952, #w-node-_5db277c0-9f1e-1e29-a0a9-bdc157e99f1b-16b4e952, #w-node-_5db277c0-9f1e-1e29-a0a9-bdc157e99f29-16b4e952, #w-node-_5db277c0-9f1e-1e29-a0a9-bdc157e99f41-16b4e952, #w-node-ae4a0c70-9667-0470-1cf5-c6b186525761-16b4e952, #w-node-_93e9fdc2-08d1-58c7-0a60-d1033e57d597-16b4e952 {
  align-self: center;
}

#w-node-_39a1c327-4fee-b9c2-52af-4c9f01b212f4-16b4e952, #w-node-b538c46f-d09e-fea7-8e9a-12478ba35de3-16b4e952 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_7793b45b-bd87-d704-dfa7-379c0fba53b5-16b4e952, #w-node-_3705db49-7613-d418-fa00-23234201362b-16b4e952 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-acb4fd24-e3d9-5eaf-5610-a242d52211a3-16b4e952 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-acb4fd24-e3d9-5eaf-5610-a242d52211a6-16b4e952, #w-node-acb4fd24-e3d9-5eaf-5610-a242d52211a9-16b4e952 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_730e85ed-156b-e82c-dbd4-de851fcaafd4-16b4e952, #w-node-_9a38ca9a-f34d-848d-b6bc-59b74e7ae605-16b4e952 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-a764a358-facd-31db-d630-37c0fc00be95-16b4e952, #w-node-a764a358-facd-31db-d630-37c0fc00be99-16b4e952 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-a764a358-facd-31db-d630-37c0fc00be9c-16b4e952, #w-node-a764a358-facd-31db-d630-37c0fc00be9f-16b4e952, #w-node-_49d595ba-01fc-fb80-74b1-7ad26e60a09b-16b4e952, #w-node-_85b05156-f723-ca8f-df52-23231f2d2372-16b4e952 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a764a358-facd-31db-d630-37c0fc00bea7-16b4e952 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-a764a358-facd-31db-d630-37c0fc00beaa-16b4e952, #w-node-a764a358-facd-31db-d630-37c0fc00bead-16b4e952, #w-node-_84bd6bdf-fa50-000e-ba17-f65e7ba85ec9-16b4e952, #w-node-_5d23fa11-212e-56a1-8b2d-c7b51b6a8b10-16b4e952, #w-node-_9fd302e6-b9de-9bfe-efc6-4ff83e557eeb-16b4e952 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a764a358-facd-31db-d630-37c0fc00beb3-16b4e952 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

@media screen and (max-width: 991px) {
  #w-node-a590d712-29ea-0679-5145-cacc7695b3b2-16b4e941 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_4c8bdd15-567d-abca-6589-375130403b65-30403b61 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-_4c8bdd15-567d-abca-6589-375130403b69-30403b61 {
    grid-area: 3 / 1 / 4 / 2;
    justify-self: center;
  }

  #w-node-_4c8bdd15-567d-abca-6589-375130403b6b-30403b61 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center;
  }

  #w-node-_49d9e32f-1c3c-8b46-403f-d0138dc6eff7-16b4e949 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_730e85ed-156b-e82c-dbd4-de851fcaafd4-16b4e952, #w-node-_9a38ca9a-f34d-848d-b6bc-59b74e7ae605-16b4e952, #w-node-a764a358-facd-31db-d630-37c0fc00beb3-16b4e952 {
    grid-column: span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-b538c46f-d09e-fea7-8e9a-12478ba35de3-16b4e952, #w-node-a764a358-facd-31db-d630-37c0fc00be99-16b4e952 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }
}


@font-face {
  font-family: 'Noah';
  src: url('../fonts/Noah-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Noah';
  src: url('../fonts/Noah-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Noah';
  src: url('../fonts/Noah-BoldItalic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Noah';
  src: url('../fonts/Noah-RegularItalic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}