:root {
  --bg: #d4f3ef;
}

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

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

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: bold;
  line-height: 44px;
}

.lottie-animation {
  float: right;
  clear: none;
  order: 1;
  width: 500px;
  height: 500px;
  margin-left: auto;
  margin-right: auto;
}

.image {
  vertical-align: baseline;
  width: 10vw;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
}

.navbar {
  z-index: 999;
  background-color: #fff;
  border-bottom: 1px solid #f2f4fb;
  margin-bottom: 0;
  padding: 15px 3%;
  position: sticky;
  top: 0;
}

.navbar.rolunk {
  color: #fff0;
  background-color: #0000;
  border-bottom-color: #f2f4fb00;
}

.nav-link {
  float: none;
  color: #353448;
  margin-left: 0;
  padding-left: 15px;
  padding-right: 15px;
  font-family: Fira Sans, sans-serif;
  font-size: 15px;
  font-weight: 500;
  transition: color .1s linear;
}

.nav-link:hover, .nav-link.w--current {
  color: #2ac5b0;
}

.nav-link-2 {
  padding-left: 15px;
  padding-right: 15px;
  font-family: Fira Sans, sans-serif;
  font-size: 15px;
  font-weight: 500;
  transition: color .1s linear;
}

.nav-link-2:hover, .nav-link-2.w--current {
  color: #2ac5b0;
}

.nav-link-4 {
  color: #333;
  padding-left: 15px;
  padding-right: 15px;
  font-family: Fira Sans, sans-serif;
  font-size: 15px;
  font-weight: 500;
  transition: opacity .1s linear;
}

.nav-link-4:hover, .nav-link-4.w--current {
  color: #2ac5b0;
}

.container {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.container-flex {
  flex-wrap: nowrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.heading {
  color: #28224b;
  letter-spacing: -1px;
  width: auto;
  margin: 0;
  font-family: Fira Sans, sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 66px;
}

.heading.centered {
  text-align: center;
  font-size: 42px;
  line-height: 50px;
}

.heading.centered.arak {
  margin-bottom: 12px;
}

.heading.right {
  margin-bottom: 20px;
  font-size: 42px;
  line-height: 50px;
}

.heading.right.smaller {
  font-size: 28px;
  line-height: 36px;
}

.heading.right.white {
  color: #fff;
  text-align: center;
  max-width: 1200px;
  font-size: 48px;
  font-weight: 500;
}

.heading.right.white.cta {
  text-align: left;
  margin-bottom: 20px;
  font-size: 36px;
  line-height: 42px;
}

.heading.right.rolunk {
  margin-left: auto;
  margin-right: auto;
  font-size: 26px;
  line-height: 38px;
}

.heading.right.heading1 {
  line-height: 60px;
}

.heading.left {
  justify-content: flex-start;
  align-items: center;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 50px;
  display: flex;
}

.alcim {
  color: #7e828f;
  width: 468px;
  margin-top: 0;
  font-family: Fira Sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
}

.alcim.centered {
  color: #7e828f;
  text-align: center;
  width: auto;
  margin-left: auto;
  margin-right: auto;
}

.alcim.right {
  float: left;
  clear: left;
  width: auto;
  margin-top: 8px;
  margin-bottom: 32px;
  font-size: 18px;
  display: block;
}

.alcim.right.small {
  float: none;
  clear: left;
  color: #7e828f;
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  font-size: 16px;
  font-weight: 400;
  display: block;
  position: static;
}

.alcim.right.small.medium {
  font-weight: 500;
}

.alcim.right.araink {
  clear: left;
  margin-top: 0;
  margin-bottom: 10px;
}

.alcim.right.araink.bottom {
  margin-top: 0;
}

.alcim.right.araink.sz-mla {
  order: 0;
  margin-bottom: 30px;
  font-size: 12px;
  display: block;
}

.alcim.right.rolunk {
  align-self: auto;
  margin-top: 0;
  margin-bottom: 0;
}

.alcim.right.rolunk.p {
  color: #28224b;
  text-align: center;
  margin: 0 auto;
  font-size: 26px;
  font-weight: 400;
  line-height: 32px;
}

.alcim.right.verzio {
  margin-top: auto;
  margin-bottom: 10px;
}

.alcim.top.phone {
  color: #28224b;
  font-weight: 600;
}

.alcim.cta {
  color: #fff;
  text-align: left;
  width: auto;
}

.alcim.cta.contact {
  text-align: center;
}

.alcim.aprobetus {
  text-align: center;
  width: auto;
  font-size: 15px;
}

.header {
  justify-content: center;
  align-items: center;
  padding: 50px 3%;
  display: flex;
}

.header.egyse {
  flex-wrap: wrap;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 30px 0% 60px;
}

.button {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  color: #fff;
  cursor: pointer;
  background-color: #2ac5b0;
  border: 0 #2ac5b0;
  border-radius: 6px;
  margin-top: 0;
  padding: 1.125rem 4.125rem;
  font-family: Fira Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  transition: background-color .1s linear;
  display: flex;
}

.button:hover {
  background-color: #22ac99;
}

.button.pricing {
  text-align: center;
  background-color: #2ac5b0;
  width: 100%;
}

.button.pricing.red {
  background-color: #f0555f;
  justify-content: center;
  align-items: center;
}

.button.pricing.red:hover {
  background-color: #ce444d;
}

.button.pricing.red.havi {
  color: #000;
  background-color: #d0d1d7;
}

.button.pricing.red.havi:hover {
  background-color: #9fa1aa;
}

.button.cta {
  margin-top: 20px;
}

.button.epu-button {
  color: #f0555f;
  background-color: #0000;
  border-width: 2px;
}

.button.epu-button:hover {
  background-color: #eedfdf;
}

.button.epu-button.home-banner {
  margin-top: 0;
}

.button.epu-button.home-banner.button-home {
  color: #fff;
  background-color: #f0555f;
}

.button.epu-button.home-banner.button-home:hover {
  background-color: #ce444d;
}

.hero-content {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 50%;
  margin-top: 0;
  margin-left: 0;
  display: flex;
}

.hero-content.text-wrapper {
  float: right;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 50%;
  margin-top: 0;
  margin-right: 20px;
  padding-right: 0;
  display: flex;
}

.hero-content.text-wrapper.funkciok_ketto {
  float: left;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 596px;
  display: flex;
}

.hero-content.text-wrapper.rolunk {
  float: none;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 832px;
  margin-left: auto;
  margin-right: auto;
}

.hero-content.text-wrapper.hunya-zsolt {
  float: left;
}

.hero-content.text-wrapper.payrich_maria {
  padding-top: 50px;
}

.hero-content.cta {
  width: auto;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

.hero-content.rolunk {
  width: 100%;
  max-width: 832px;
}

.nav-menu {
  justify-content: flex-end;
  align-items: center;
  width: auto;
  margin-right: 0;
  display: flex;
  position: static;
  left: -486px;
}

.button-2 {
  float: right;
  cursor: pointer;
  background-color: #2ac5b0;
  background-image: url('../images/email_24px.svg');
  background-position: 20%;
  background-repeat: no-repeat;
  background-size: 15px;
  background-attachment: scroll;
  border-radius: 6px;
  margin-top: 4px;
  margin-left: 10px;
  padding: 15px 30px 15px 50px;
  font-family: Fira Sans, sans-serif;
  font-size: 15px;
  font-weight: 400;
  transition: background-color .1s linear;
}

.button-2:hover {
  background-color: #22ac99;
}

.button-2.w--current {
  padding-right: 30px;
}

.brand {
  margin-right: 0;
}

.brand.w--current {
  justify-content: space-between;
  align-items: center;
  width: auto;
  height: 100%;
  max-height: none;
  display: block;
}

.heading-2 {
  color: #28224b;
  text-align: center;
  width: 312px;
  margin-top: 135px;
  margin-left: auto;
  margin-right: auto;
  font-family: Fira Sans, sans-serif;
  font-weight: 500;
}

.heading-2.centered {
  width: auto;
  margin-top: 0;
  margin-bottom: 10px;
}

.section-2 {
  background-color: #f5f7ff;
  margin-top: 50px;
  padding: 80px 3%;
}

.section-2.funkciok {
  background-image: linear-gradient(#f5f7ff 16%, #fff);
  margin-top: 0;
  padding-top: 80px;
  padding-bottom: 80px;
}

.section-2.funkciok.funkciok_ketto {
  background-color: #fff;
  background-image: none;
  padding-top: 80px;
  padding-bottom: 80px;
}

.section-2.funkciok.funkciok_negy {
  background-image: linear-gradient(360deg, #f5f7ff 16%, #fff);
  padding-top: 50px;
  padding-bottom: 100px;
}

.section-2.funkciok.funkciok_negy.rolunk {
  background-image: url('../images/bg.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 110px;
  padding-bottom: 120px;
}

.section-2.funkciok.funkciok_negy.rolunk.text {
  background-image: linear-gradient(360deg, #f5f7ffbf 18%, #fff);
  padding-top: 80px;
  padding-bottom: 0;
}

.section-2.funkciok.funkciok_negy.rolunk.text.rolunk-2 {
  margin-bottom: 0;
}

.section-2.kepernyokepek {
  background-color: #fff;
  margin-top: 0;
  padding-top: 50px;
}

.section-2.pricing {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  display: flex;
}

.section-2.rolunk {
  background-color: #fff;
  margin-top: 0;
  padding-top: 120px;
  padding-bottom: 0;
}

.section-2.cta {
  background-image: url('../images/cta-background.svg');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
  background-attachment: scroll;
  margin-top: 0;
  padding-top: 125px;
}

.section-2.cta.top {
  background-image: url('../images/CTA-bg.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  padding-top: 60px;
  padding-bottom: 60px;
}

.section-2.miaremedi {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  background-color: #f8fdff;
  flex-flow: column;
  margin-top: 0;
  padding-left: 3%;
  padding-right: 3%;
  display: flex;
}

.div-block-4 {
  grid-column-gap: 77px;
  grid-row-gap: 77px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: auto;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-4.kepernyo {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  width: 100%;
  max-width: 1200px;
  margin-bottom: 50px;
}

.div-block-4.rolunk {
  width: auto;
  margin-bottom: 70px;
  padding-left: 20px;
  padding-right: 20px;
}

.div-block-4.rolunk.hunya-zsolt {
  width: auto;
  margin-bottom: 70px;
  padding-left: 0;
  padding-right: 0;
}

.div-block-4.rolunk.velemeny_3 {
  width: auto;
  margin-bottom: 70px;
  padding-left: 20px;
  padding-right: 20px;
}

.div-block-4.kerdesek {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-around;
  align-items: flex-start;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.div-block-4.aprobetus {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin-top: 50px;
}

.div-block-4.base_module {
  justify-content: center;
  align-items: center;
}

.div-block-5 {
  background-color: #3ad7c1;
  width: 104px;
  height: 3px;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-6 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 80rem;
  margin: 0 auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.paragraph-2 {
  display: flex;
}

.paragraph-2.smaller {
  clear: left;
  text-align: left;
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
}

.paragraph-2.smaller.footer_paragraph {
  clear: left;
  flex: 0 auto;
  order: 0;
  margin-top: 10px;
  text-decoration: none;
  display: block;
}

.image-3 {
  float: left;
  clear: none;
  margin-right: 0;
}

.div-block-7 {
  float: left;
  clear: none;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-left: 15px;
  display: flex;
}

.div-block-7.name {
  margin-left: 0;
}

.csomag-cim {
  float: left;
  clear: left;
  color: #0d1832;
  width: auto;
  margin-bottom: 0;
  padding-bottom: 10px;
  font-family: Fira Sans, sans-serif;
  font-size: 25px;
  font-weight: 700;
  line-height: 30px;
}

.csomag-cim.name {
  margin-top: 0;
  margin-bottom: 0;
}

.csomag-cim.opcionalisan-val {
  font-size: 25px;
  line-height: 30px;
}

.csomag-cim.opcionalisan-val.optional {
  margin-top: 0;
  padding-bottom: 25px;
}

.div-block-8 {
  margin-top: 0;
  display: flex;
}

.div-block-9 {
  margin-top: 20px;
  display: flex;
}

.image-4 {
  float: right;
}

.div-block-10 {
  width: auto;
  margin-left: auto;
  margin-right: auto;
}

.columns {
  margin-top: 28px;
}

.lightbox-link {
  border-radius: 6px;
}

.image-5 {
  border: 1px #e0e0e0;
  border-radius: 6px;
}

.lightbox-link-2, .lightbox-link-3, .image-6, .image-7 {
  border-radius: 6px;
}

.grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: center;
  place-items: flex-start center;
  width: 100%;
  max-width: 1000px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.heading-4 {
  float: none;
  clear: left;
  color: #0d1832;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 5px;
  font-family: Fira Sans, sans-serif;
  font-size: 25px;
  font-weight: 700;
  line-height: 34px;
  display: block;
}

.heading-4.feature {
  font-size: 16px;
  line-height: 20px;
}

.heading-4.feature.opcionalisan-valaszthato {
  font-size: 17px;
  line-height: 20px;
}

.heading-4.havi {
  display: block;
}

.heading-4.eves {
  display: none;
}

.felsorolas {
  float: left;
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: auto;
  margin-top: 32px;
  display: flex;
}

.felsorolas.feature {
  clear: left;
  margin-top: 15px;
}

.felsorolas.feature.first {
  margin-top: 0;
}

.felsorolas.feature.first.second {
  margin-top: 15px;
}

.felsorolas.feature.first.second.arak-v2 {
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 16px;
}

.felsorolas.feature.first.araink-v2 {
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
}

.felsorolas.feature.first.araink-v2.opcional {
  flex-flow: column;
  padding-bottom: 25px;
}

.felsorolas.feature.first.araink-v2.opcional.vege {
  padding-bottom: 0;
}

.felsorolas.feature.egy {
  margin-bottom: 30px;
}

.felsorolas.feature.egy.szamla {
  margin-bottom: 10px;
}

.felsorolas.feature.egy.szamla.arak-v2 {
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 0;
}

.felsorolas.feature.egy.szamla.arak-v2.padding {
  margin-bottom: 0;
}

.csomag-div {
  background-color: #fff;
  border: 3px solid #f0555f;
  border-radius: 12px;
  flex-flow: column;
  padding: 35px;
  display: flex;
  box-shadow: 0 2px 20px 10px #0000001a;
}

.csomag-div.centered {
  border: 3px solid #2ac5b0;
  box-shadow: 0 2px 20px 10px #0000001a;
}

.csomag-div.ajanlott {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-image: url('../images/Ajanlott-1_1Ajanlott (1).png');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: auto;
  background-attachment: scroll;
  align-self: stretch;
  width: 50%;
  padding: 32px;
}

.csomag-div.ajanlott.havi {
  box-shadow: none;
  background-color: #0000;
  background-image: none;
  border-width: 2px;
  border-color: #afb6cb;
}

.csomag-div.ajanlott.havi.opcionalisan-valaszhato {
  width: 50%;
}

.image-8 {
  margin-right: 12px;
}

.faq-question-wrap {
  margin-bottom: 35px;
}

.faq-answer {
  color: #7e828f;
  width: 100%;
  max-width: 100%;
  margin-bottom: 0;
  font-family: Fira Sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
}

.faq-container {
  float: right;
  min-width: 600px;
  max-width: 600px;
  margin-top: 55px;
  margin-bottom: 60px;
}

.faq-container.first {
  float: left;
  justify-content: space-between;
  align-items: center;
  width: 50%;
  min-width: auto;
  max-width: 580px;
  margin-top: 35px;
  margin-bottom: 0;
  display: block;
}

.faq-container.second {
  width: 50%;
  min-width: auto;
  max-width: 580px;
  margin-top: 35px;
  margin-bottom: 0;
}

.faq-body-cont {
  border-top: 1px #000;
  width: 100%;
  max-width: 100%;
  padding: 30px;
  font-size: 16px;
  font-weight: 300;
  line-height: 32px;
}

.faq {
  color: #fff;
  white-space: break-spaces;
  background-color: #fff;
  border-bottom: 1px solid #f2f4fb;
  align-items: center;
  width: 100%;
  height: 80px;
  padding: 0 12px;
  font-size: 16px;
  font-weight: 600;
  display: flex;
}

.faq.w--open {
  border-bottom: 1px solid #0000001a;
}

.faq-icon {
  z-index: 2;
  color: #fff;
  background-color: #2ac5b0;
  border-radius: 6px;
  width: 28px;
  height: 28px;
  margin-left: 0;
  margin-right: 16px;
  font-size: 16px;
  display: block;
  position: static;
  inset: 0% 0% 0% auto;
}

.faq-body {
  background-color: #0000;
  max-width: none;
  display: block;
  position: relative;
}

.faq-body.w--open {
  background-color: #0000;
}

.faq-p {
  background-color: #f4f6f8;
  border-radius: 4px;
  width: auto;
  margin-bottom: 0;
  overflow: hidden;
}

.text-block {
  color: #28224b;
  font-family: Fira Sans, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.text-block-2, .text-block-3 {
  color: #28224b;
  font-family: Fira Sans, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
}

.footer {
  text-align: center;
  align-items: flex-start;
  padding: 60px 3% 40px;
}

.footer-flex-container {
  text-align: left;
  border-bottom: 1px solid #f2f4fb;
  flex-wrap: nowrap;
  justify-content: space-between;
  max-width: 12800px;
  margin-bottom: 30px;
  padding-bottom: 36px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.footer-logo-link {
  flex: 0 auto;
  min-width: 60px;
  max-height: 60px;
}

.footer-image {
  object-fit: contain;
  object-position: 0% 50%;
  width: 40%;
  height: 100%;
}

.footer-heading {
  color: #7e828f;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Fira Sans, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
}

.footer-link {
  color: #28224b;
  margin-bottom: 10px;
  font-family: Fira Sans, sans-serif;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  display: block;
}

.footer-link:hover {
  text-decoration: underline;
}

.rolunk_footer {
  float: left;
  flex: 0 auto;
  margin-right: 80px;
}

.text-block-4 {
  color: #35344899;
  text-align: center;
  font-family: Fira Sans, sans-serif;
  font-size: 13px;
  line-height: 18px;
}

.kapcsolat_footer {
  float: right;
}

.container-2 {
  max-width: 1200px;
}

.social {
  background-color: #0000;
  border: 3px solid #0000;
  border-radius: 100px;
  width: auto;
  height: auto;
  margin-top: 15px;
  margin-right: 10px;
  padding: 10px;
  box-shadow: 0 2px 3px #00000026;
}

.social:hover {
  border-style: solid;
  border-color: #0000;
  box-shadow: 0 2px 3px #0000004a;
}

.social.facebook {
  border-width: 2px;
  padding-top: 8px;
}

.social.facebook:hover {
  border-color: #3b5999;
}

.social.twitter {
  border-width: 2px;
  padding-top: 8px;
}

.social.twitter:hover {
  border-width: 2px;
  border-color: #03a9f4;
}

.social.instagram {
  border-width: 2px;
  padding-top: 8px;
}

.social.instagram:hover {
  border-color: #af1b87;
}

.social.youtube {
  border-width: 2px;
  padding: 8px 10px 10px;
}

.social.youtube:hover {
  border-width: 2px;
  border-color: red;
}

.hero-image {
  width: 50%;
  height: 100%;
  margin-left: 0;
}

.hero-image.image-wrapper {
  width: 50%;
  overflow: visible;
}

.hero-image.image-wrapper.cta {
  width: 50%;
  height: 100%;
  display: flex;
}

.image-11.hunya-zsolt {
  float: right;
}

.form {
  width: 650px;
  margin-top: 70px;
  margin-left: auto;
  margin-right: auto;
}

.field-label {
  color: #fff;
  margin-bottom: 1px;
  font-family: Fira Sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.field-label.message {
  margin-bottom: 0;
}

.text-field {
  color: #fff;
  background-color: #2b9485;
  border: 1px #000;
  border-bottom: 2px solid #41e5cf;
  border-radius: 4px;
  margin-bottom: 35px;
  font-family: Fira Sans, sans-serif;
  font-size: 16px;
}

.text-field:hover, .text-field:active, .text-field:focus {
  color: #fff;
}

.button-3 {
  cursor: pointer;
  background-color: #f0555f;
  border: 2px solid #f0555f;
  border-radius: 10px;
  width: auto;
  margin-top: 45px;
  margin-right: 10px;
  padding: 15px 35px;
  font-family: Fira Sans, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.button-3:hover {
  color: #f0555f;
  background-color: #f0555f00;
  border: 2px solid #f0555f;
}

.button-3.submit {
  border-style: none;
  border-radius: 6px;
  margin-top: 5px;
  font-size: 15px;
  font-weight: 400;
  transition: background-color .1s linear;
}

.button-3.submit:hover {
  color: #fff;
  background-color: #ce444d;
  border-style: none;
}

.image-12 {
  margin-left: 30px;
}

.div-block-14 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.line {
  float: left;
  clear: left;
  border: 1px solid #e0e0e0;
  border-radius: 1px;
  width: 100%;
  height: 1px;
  margin-top: 15px;
  margin-bottom: 15px;
}

.bold-text {
  color: #f0555f;
  text-decoration: underline;
}

.bold-text:hover {
  color: #2ac5b0;
}

.link-block-3 {
  border: 2px solid #eaeefb;
  border-radius: 12px;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  width: 100%;
  max-width: 250px;
  margin-left: auto;
  margin-right: 10px;
  padding: 15px 20px;
  text-decoration: none;
  display: flex;
}

.link-block-3:hover {
  color: #000;
  text-decoration: underline;
}

.link-block-3.right {
  margin-right: 0;
}

.text-block-5 {
  clear: none;
  color: #28224b;
  margin-left: 16px;
  font-family: Fira Sans, sans-serif;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
}

.text-block-5:hover {
  text-decoration: underline;
}

.section-3 {
  padding: 50px 10px 0;
}

.div-block-17 {
  flex-flow: column;
  width: 100%;
  max-width: 510px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

.container-4 {
  max-width: 1130px;
  display: flex;
}

.div-block-19 {
  clear: left;
  border-bottom: 1px solid #f2f4fb;
  order: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1200px;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.link-6 {
  color: #28224b;
  text-decoration: none;
}

.link-6:hover {
  text-decoration: underline;
}

.link-7 {
  color: #28224b;
  text-decoration: none;
}

.link-7:hover {
  text-decoration: underline;
}

.image-37 {
  max-width: 50%;
  margin-bottom: 15px;
}

.image-38 {
  text-align: center;
  max-width: 50%;
  margin-bottom: 15px;
  display: none;
}

.div-block-20 {
  text-align: center;
  display: block;
}

.div-block-21 {
  text-align: center;
}

.bold-text-2 {
  letter-spacing: 0;
}

.ctaimage {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.image-39 {
  width: 100%;
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
}

.container-5 {
  justify-content: center;
  align-items: center;
  max-width: 1200px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.section-4 {
  background-image: linear-gradient(53deg, #2ac5b0 62%, #179e8e);
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.heading-6 {
  color: #fff;
  font-family: Fira Sans, sans-serif;
  font-weight: 500;
}

.div-block-22 {
  color: #000;
  background-image: linear-gradient(#bee530, #bee530);
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  height: 26px;
  margin-right: 15px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.text-block-6 {
  font-family: Fira Sans, sans-serif;
  font-weight: 700;
}

.heading1 {
  color: #28224b;
  font-family: Fira Sans, sans-serif;
  font-size: 52px;
  font-weight: 500;
  line-height: 60px;
}

.bold-text-4 {
  font-weight: 500;
}

.munkatarsak {
  background-color: #fff;
  background-image: linear-gradient(#f5f7ffbf 18%, #fff);
  justify-content: center;
  align-items: center;
  margin-bottom: 80px;
  display: flex;
}

.div-block-24 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin-top: 50px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.grid-6 {
  grid-column-gap: 10vw;
  grid-row-gap: 10vw;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding-top: 50px;
  display: flex;
}

.vezeto {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.name {
  text-align: center;
  margin-top: 14px;
  font-family: Fira Sans, sans-serif;
  font-size: 19px;
  line-height: 25px;
}

.title {
  color: #7d8a86;
  text-align: center;
  font-family: Fira Sans, sans-serif;
  font-size: 16px;
  line-height: 20px;
}

.munkatars {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.munkatars-name {
  text-align: center;
  margin-top: 14px;
  font-family: Fira Sans, sans-serif;
  font-size: 16px;
}

.image-40, .image-41, .image-42, .image-43, .image-44, .image-45, .image-46 {
  max-width: 100px;
}

.text-block-9 {
  aspect-ratio: auto;
  color: #7e828f;
  padding-top: 4px;
  font-family: Fira Sans, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.text-block-9.opcionalis-text {
  font-size: 16px;
}

.image-50 {
  width: 96px;
  margin-right: 5px;
  padding-left: 5px;
  padding-right: 0;
}

.image-51 {
  width: 80px;
  margin-left: 5px;
  margin-right: 5px;
}

.szamla-text {
  color: #7e828f;
  font-family: Fira Sans, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.szamla-text.opcionalis-text {
  font-size: 16px;
}

.div-block-40 {
  white-space: normal;
  word-break: normal;
  justify-content: flex-start;
  align-items: center;
  max-width: none;
  display: flex;
}

.div-block-41 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.funkciok {
  margin-bottom: 16px;
}

.alap-rendszer {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.alap-rendszer-button {
  background-color: #cfd4e4;
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  width: 88px;
  height: 25px;
  margin-left: 10px;
  display: flex;
}

.text-block-10 {
  font-family: Fira Sans, sans-serif;
  font-size: 11px;
  font-weight: 400;
  line-height: 11px;
}

.text-block-12 {
  color: #7e828f;
  text-align: center;
  font-family: Fira Sans, sans-serif;
  font-size: 18px;
  line-height: 24px;
}

.div-block-46 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.text-block-15 {
  width: auto;
  font-family: Fira Sans, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.text-block-15.ar {
  color: #6c7283;
  padding-left: 5px;
  font-weight: 500;
}

.text-block-15.havi {
  display: none;
}

.div-block-47 {
  width: 100%;
}

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

.div-block-49, .div-block-50, .div-block-51, .div-block-52 {
  width: 100%;
}

.checkbox-field {
  justify-content: center;
  align-items: center;
  max-width: none;
  padding-left: 0;
  display: flex;
}

.div-block-53 {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.checkbox {
  background-color: #afb6cb;
  background-image: url('../images/round.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 20px;
  width: 62px;
  height: 32px;
  margin-top: 0;
  margin-left: 0;
  transition: background-position .5s, transform .5s, opacity .2s;
}

.checkbox.w--redirected-checked {
  background-color: #afb6cb;
  background-image: url('../images/round.png');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  border: 1px #000;
}

.checkbox-label {
  display: none;
}

.text-block-16 {
  padding-right: 20px;
  font-family: Fira Sans, sans-serif;
  font-size: 15px;
}

.text-block-17 {
  padding-left: 20px;
  font-family: Fira Sans, sans-serif;
  font-size: 15px;
}

.div-block-54 {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  display: flex;
}

.link-8, .link-10, .link-11, .link-12, .link-13, .link-14 {
  color: #2ac5b0;
}

.link-15 {
  color: #7e828f;
  font-style: normal;
  text-decoration: none;
}

.link-16, .link-17, .link-18, .link-19, .link-20, .link-21 {
  color: #7e828f;
  text-decoration: none;
}

.link-22 {
  color: #2ac5b0;
}

.mask-2 {
  flex: 0 auto;
  width: 75vw;
  padding-top: 5%;
  padding-bottom: 5%;
  overflow: hidden;
}

.icon-2 {
  color: #2ac5b0;
}

.team-block-info {
  flex-direction: column;
  align-items: flex-start;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.team-slide-wrapper {
  clear: right;
  width: 30%;
  margin-left: 2%;
  margin-right: 1.5%;
}

.team-slider-arrow {
  margin-left: -12%;
  margin-right: -12%;
  display: flex;
}

.team-slider-nav {
  margin-top: 24px;
  font-size: 10px;
  position: static;
  bottom: -60px;
}

.team-slider-nav.hidden {
  overflow: visible;
}

.team-slider-wrapper {
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-top: 50px;
  display: flex;
}

.gallery {
  background-color: #fff;
  border: 1px #000;
  margin-left: auto;
  margin-right: auto;
  padding: 0% 10vw 5%;
  position: relative;
}

.icon-3 {
  color: #2ac5b0;
}

.container-7 {
  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;
  justify-content: center;
  align-items: baseline;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.div-block-55 {
  flex-flow: column;
  display: none;
}

.link-23 {
  color: #7e828f;
}

.link-23:hover {
  color: #2ac5b0;
}

.link-24 {
  color: #7e828f;
}

.link-24:hover {
  color: #2ac5b0;
}

.success-message {
  background-color: #0000;
}

.text-block-19 {
  color: #fff;
  font-family: Fira Sans, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
}

.text-block-20 {
  color: #000;
  font-family: Fira Sans, sans-serif;
}

.bold-text-6 {
  font-weight: 500;
}

.textarea {
  color: #fff;
  background-color: #2b9485;
  border: 0 #000;
  border-radius: 4px;
  min-height: 200px;
  max-height: 250px;
  margin-bottom: 35px;
  font-family: Fira Sans, sans-serif;
  font-size: 16px;
}

.link-25 {
  color: #7e828f;
}

.link-25:hover {
  color: #2ac5b0;
}

.image-53 {
  width: 100%;
  max-width: 1200px;
  padding-top: 60px;
}

.section-6 {
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.image-54 {
  width: 100%;
  max-width: 1280px;
}

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

.section-7 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: center;
  align-items: center;
  max-width: none;
  margin-bottom: 0;
  padding-top: 24px;
  padding-bottom: 200px;
  display: flex;
}

.cim-szoveg {
  color: #28224b;
  font-family: Fira Sans, sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.text-block-21 {
  color: #7e828f;
  padding-top: 12px;
  font-family: Fira Sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.div-block-57 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 30%;
  display: flex;
}

.div-block-58 {
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1200px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.div-block-59, .div-block-60 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 30%;
  display: flex;
}

.link-block-4 {
  justify-content: center;
  align-self: auto;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  display: flex;
}

.container-8 {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  padding: 100px 20px;
  display: flex;
}

.container-8.mobil-telj {
  max-width: 1280px;
  padding-left: 3%;
  padding-right: 3%;
}

.div-block-61, .div-block-62 {
  width: 50vw;
}

.text-block-22 {
  color: #28224b;
  font-family: Fira Sans, sans-serif;
  font-size: 56px;
  font-weight: 500;
  line-height: 66px;
}

.text-block-23 {
  color: #7e828f;
  margin-top: 30px;
  font-family: Fira Sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
}

.container-9 {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 1280px;
  padding-bottom: 80px;
  padding-left: 3%;
  padding-right: 3%;
  display: flex;
}

.bekezdes {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.text {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.image-55 {
  max-width: 62px;
}

.felsorolas-cim {
  color: #28224b;
  font-family: Fira Sans, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
}

.felsorolas-tartalom {
  color: #7e828f;
  font-family: Fira Sans, sans-serif;
  font-size: 18px;
  line-height: 22px;
}

.div-block-63 {
  width: 50vw;
}

.bal-felsorolas-1 {
  grid-column-gap: 31px;
  grid-row-gap: 31px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  max-width: 50vw;
  display: flex;
}

.bal-felsorolas-1.padding {
  justify-content: space-between;
  align-items: flex-start;
  margin-right: 50px;
}

.bal-felsorolas-1.padding-bal {
  padding-left: 50px;
}

.bal-felsorolas {
  flex-flow: column;
  display: flex;
}

.section-8 {
  background-color: #f5f7ff;
  padding-top: 80px;
  padding-bottom: 120px;
}

.section-8.masodik {
  padding-top: 0;
}

.container-10 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  display: flex;
}

.container-10.stack, .container-10.mobil-elojegyzes {
  max-width: 1280px;
}

.image-56 {
  width: 100%;
  max-width: 640px;
}

.div-block-64 {
  width: 50vw;
}

.div-block-65 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  width: 50vw;
  max-width: none;
  display: flex;
}

.text-block-24 {
  color: #28224b;
  font-family: Fira Sans, sans-serif;
  font-size: 48px;
  font-weight: 500;
  line-height: 52px;
}

.section-9 {
  background-color: #2ac5b0;
  padding-top: 80px;
  padding-bottom: 80px;
}

.container-11 {
  justify-content: center;
  align-items: center;
  max-width: 1280px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.image-57 {
  width: 100%;
  max-width: 440px;
}

.div-block-66 {
  justify-content: center;
  align-items: center;
  width: 50vw;
  display: flex;
}

.div-block-67 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50vw;
  max-width: 559px;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
}

.text-block-25 {
  color: #fff;
  max-width: 498px;
  font-family: Fira Sans, sans-serif;
  font-size: 36px;
  font-weight: 500;
  line-height: 38px;
}

.text-block-26 {
  color: #fff;
  max-width: 467px;
  font-family: Fira Sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
}

.image-58 {
  max-width: 150px;
  margin-right: 0;
  padding-right: 0;
}

.image-58:hover {
  filter: drop-shadow(0 2px 5px #000000b3);
  transform: scale(1.1);
}

.image-59 {
  max-width: 135px;
}

.image-59:hover {
  filter: drop-shadow(0 2px 5px #000000b3);
  transform: scale(1.1);
}

.div-block-68 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 0;
  padding-top: 0;
  display: flex;
}

.div-block-68.home-banner {
  margin-top: 0;
}

.div-block-69 {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  background-color: #2ac5b0;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  margin-left: 20px;
  margin-right: 20px;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
}

.section-10 {
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.section-10.hidden {
  display: none;
}

.image-61 {
  max-width: 335px;
}

.link-block {
  display: block;
}

.link-26 {
  color: #7e828f;
}

.link-26:hover {
  color: #2ac5b0;
}

.heading-7 {
  color: #28224b;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Fira Sans, sans-serif;
  font-size: 52px;
  font-weight: 500;
  line-height: 66px;
}

.heading-7.mobil-remedi {
  text-wrap: pretty;
  font-size: 48px;
}

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

.container-22 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  display: flex;
}

.module_contenttext {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  object-fit: fill;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: auto;
  display: flex;
}

.div-block-71 {
  background-color: #0000;
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  height: 6rem;
  display: flex;
  position: static;
  inset: auto 0% 0% auto;
}

.div-block-72 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.div-block-73 {
  z-index: 0;
  background-color: #d4f3ef;
  border: 2px solid #0000;
  border-radius: 6px;
  align-self: stretch;
  width: 33%;
  height: auto;
  padding: 40px;
  text-decoration: none;
  transition: all .2s;
  position: relative;
}

.div-block-73:hover {
  border-width: 2px;
  border-color: #2ac5b0;
}

.heading-11 {
  color: #28224b;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Fira Sans, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
}

.text-block-29 {
  color: #7e8197;
  width: 100%;
  height: auto;
  font-family: Fira Sans, sans-serif;
}

.div-block-74 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: #aae8df;
  border-radius: 6px;
  justify-content: space-between;
  align-self: stretch;
  align-items: center;
  width: 68%;
  height: auto;
  padding: 40px;
  display: flex;
}

.div-block-75, .div-block-76, .div-block-77 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.heading-12 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Fira Sans, sans-serif;
  font-size: 26px;
  font-weight: 500;
  line-height: 130%;
}

.text-block-30 {
  color: #696581;
  font-family: Fira Sans, sans-serif;
  font-weight: 400;
}

.div-block-78 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  max-width: 22rem;
  height: 100%;
  display: flex;
}

.image-64 {
  max-width: none;
  height: 100%;
  position: static;
}

.button-6 {
  background-color: #f0555f;
  border-radius: 6px;
  padding: 18px 34px;
  font-family: Fira Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.image-65 {
  max-width: none;
  display: block;
}

.div-block-80 {
  z-index: 0;
  background-color: #eafaf8;
  border-radius: 6px;
  position: absolute;
  inset: 0%;
}

.heading-13 {
  color: #28224b;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Fira Sans, sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 115%;
}

.div-block-81 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.div-block-82 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.div-block-83 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: row;
  width: 100%;
  min-width: auto;
  display: flex;
}

.text-block-31 {
  font-family: Fira Sans, sans-serif;
  font-size: 18px;
  font-weight: 500;
  display: flex;
}

.text-block-32 {
  color: #7e828f;
  font-family: Fira Sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.div-block-84 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  display: flex;
}

.image-66 {
  width: auto;
  max-width: none;
  height: 100%;
}

.div-block-85 {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 66%;
  display: flex;
}

.image-67 {
  width: 25%;
}

.paid_modules_mobile {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 80rem;
  margin: 0 auto;
  padding-left: 0;
  padding-right: 0;
  display: none;
}

.module {
  z-index: 0;
  background-color: #d4f3ef;
  border-radius: 6px;
  align-self: stretch;
  width: 33%;
  height: auto;
  padding: 40px;
  position: relative;
}

.module_contenttext_mobile {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  object-fit: fill;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: auto;
  display: flex;
}

.image-64_mobile {
  max-width: none;
  height: 100%;
}

.div-block-88 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.div-block-89 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.banner {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  background-color: #f8fdff;
  justify-content: space-between;
  align-items: center;
  padding: 5rem 3%;
  display: flex;
}

.banner_text_heading {
  color: #28224b;
  text-wrap: balance;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Fira Sans, sans-serif;
  font-size: 2.375rem;
  font-weight: 500;
}

.modul_text {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.banner_image {
  border-radius: .656rem;
  width: auto;
  max-width: 100%;
  font-size: .875rem;
}

.banner_text {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: auto;
  max-width: 100vw;
  display: flex;
}

.banner_content {
  color: #696581;
  text-wrap: pretty;
  margin-bottom: 0;
  font-family: Fira Sans, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 130%;
}

.module_name_div {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.module_name {
  color: #197c70;
  font-family: Fira Sans, sans-serif;
  font-size: 1rem;
}

.div-block-90 {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  padding: 8rem 5rem;
  display: flex;
}

.about_heading {
  color: #28224b;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Fira Sans, sans-serif;
  font-size: 2rem;
  font-weight: 500;
  line-height: 130%;
}

.about_content {
  color: #696581;
  text-align: center;
  text-wrap: balance;
  font-family: Fira Sans, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 130%;
}

.about_section {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  background-color: #2ac5b01a;
  flex-flow: column;
  padding: 0;
  display: flex;
  position: relative;
}

.ar_button {
  color: #fff;
  background-color: #f0555f;
  border-radius: 6px;
  padding: 1.125rem 2.125rem;
  font-size: .875rem;
}

.image-68 {
  width: auto;
  max-width: none;
}

.div-block-91 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 52.875rem;
  display: flex;
  position: relative;
}

.about_image_topright {
  flex: 0 auto;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  display: inline-flex;
  position: absolute;
  inset: 0% 0% auto auto;
  overflow: visible;
}

.about_image_bottomleft {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: fill;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-end;
  display: inline-flex;
  position: absolute;
  inset: auto auto 0% 0%;
}

.illustration, .image-70 {
  object-fit: cover;
}

.div-block-92 {
  border: 0 solid #000;
}

.module_details {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  background-color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 5rem 3rem;
  display: flex;
}

.details_content_grid {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  width: auto;
  display: flex;
}

.div-block-95 {
  flex-flow: column;
  display: flex;
}

.details_heading {
  color: #28224b;
  text-wrap: balance;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Fira Sans, sans-serif;
  font-size: 1.625rem;
  font-weight: 500;
  line-height: 130%;
}

.details_description {
  color: #696581;
  text-wrap: pretty;
  font-family: Fira Sans, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 130%;
}

.bovebben {
  color: #28998e;
  font-family: Fira Sans, sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 130%;
  display: flex;
}

.bovebben:hover {
  color: #2ac5b0;
}

.bovebben._02:hover {
  color: #28998e;
}

.useful {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  background-color: #f8fdff;
  flex-flow: column;
  padding: 5rem 5rem 5rem 3rem;
  display: flex;
}

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

.useful_heading {
  color: #28224b;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Fira Sans, sans-serif;
  font-size: 2rem;
  font-weight: 500;
  line-height: 130%;
}

.useful_button {
  color: #fff;
  background-color: #2ac5b0;
  border-radius: 6px;
  padding: 18px 1.875rem;
  font-family: Fira Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 130%;
}

.useful_content {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.useful_text {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  background-color: #fff;
  border: 1px solid #28224b1a;
  border-radius: 12px;
  flex-flow: wrap;
  width: 70%;
  max-width: 46.25rem;
  margin-left: auto;
  margin-right: auto;
  padding: 2rem;
  display: flex;
}

.column_title {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.usefultext_heading {
  color: #28224b;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Fira Sans, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 130%;
}

.useful_row {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: row;
  order: 0;
  justify-content: space-between;
  align-self: stretch;
  align-items: flex-start;
  width: auto;
  display: flex;
}

.usefultext_description {
  color: #7e7a93;
  font-family: Fira Sans, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 130%;
}

.image-71 {
  width: 100%;
}

.div-block-96 {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.div-block-97 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  width: 37.5rem;
  display: flex;
}

.div-block-98, .div-block-99, .div-block-100, .div-block-101, .div-block-102 {
  width: 37.5rem;
}

.text_content {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: flex-start;
  align-self: auto;
  align-items: flex-start;
  width: 100%;
  min-width: 40%;
  max-width: 46%;
  display: flex;
  position: static;
}

.details_content {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  width: 45%;
  max-width: 50%;
  display: flex;
}

.banner-container {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  justify-content: space-between;
  align-items: center;
  max-width: 80rem;
  display: flex;
}

.useful_inner {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  background-color: #f8fdff;
  flex-flow: column;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.module_details_inner {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.text-block-33 {
  color: #28224b;
  margin-left: auto;
  margin-right: auto;
  font-family: Fira Sans, sans-serif;
  font-size: .875rem;
  line-height: 130%;
}

.link-27, .link-28 {
  color: #28998e;
  -webkit-text-stroke-color: #28998e;
}

.about_image_topleft {
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  display: inline-flex;
  position: absolute;
  inset: 0% auto auto 0%;
  overflow: visible;
}

.about_image_bottomright {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: fill;
  flex-flow: row;
  justify-content: flex-end;
  align-items: flex-end;
  display: inline-flex;
  position: absolute;
  inset: auto 0% 0% auto;
}

.text-block-34 {
  color: #696581;
  font-family: Fira Sans, sans-serif;
  font-size: 1.125rem;
  line-height: 130%;
}

.felsorolaspont {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  display: flex;
}

.compatiblesystems {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-block-35 {
  color: #696581;
  font-size: 1.125rem;
  line-height: 130%;
}

.text-block-36 {
  color: #696581;
  font-family: Fira Sans, sans-serif;
  font-size: 1.125rem;
  line-height: 130%;
}

.div-block-103 {
  width: 35%;
  margin-left: auto;
  margin-right: auto;
}

.div-block-104 {
  padding-right: 3rem;
}

.icon_bg {
  background-color: #fff;
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  width: 3.875rem;
  height: 3.875rem;
  margin-top: 0;
  padding-top: 0;
  display: flex;
  box-shadow: 0 2px 5px #0000001a;
}

.image-72 {
  max-width: 50%;
  position: static;
}

.csomag-inner {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  display: flex;
}

.bovebben_text, .text-block-37 {
  font-size: 1rem;
}

@media screen and (min-width: 1440px) {
  .image {
    max-width: 200px;
  }

  .container {
    max-width: 1280px;
  }

  .heading {
    margin-top: 0;
    margin-bottom: 0;
    line-height: 130%;
  }

  .button.epu-button {
    color: #fff;
    background-color: #f0555f;
    border-style: none;
    border-width: 0;
    border-radius: 6px;
    margin-top: 0;
  }

  .button.epu-button:hover {
    background-color: #ce444d;
  }

  .section-2.miaremedi {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .div-block-6 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    width: auto;
    max-width: none;
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .mask-2 {
    max-width: 1400px;
  }

  .team-slider-wrapper {
    width: 100%;
  }

  .container-7 {
    width: 100%;
    max-width: 1300px;
  }

  .image-54 {
    max-width: 1280px;
  }

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

  .section-7 {
    justify-content: center;
    align-items: center;
    max-width: none;
  }

  .div-block-58 {
    flex-flow: row;
    justify-content: space-between;
    align-items: flex-start;
    max-width: 1280px;
    display: flex;
  }

  .bal-felsorolas-1.padding, .bal-felsorolas-1.padding-bal {
    justify-content: space-between;
    align-items: flex-start;
  }

  .bal-felsorolas {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .div-block-67 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .div-block-68 {
    margin-top: 0;
  }

  .container-22 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    justify-content: flex-start;
    align-items: flex-start;
    width: 1280px;
    display: flex;
  }

  .div-block-71 {
    width: 100%;
    height: 6rem;
    max-height: none;
  }

  .div-block-72 {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    height: auto;
    position: relative;
  }

  .div-block-73 {
    object-fit: fill;
    background-color: #d4f3ef;
    flex-flow: row;
    align-self: stretch;
    width: 33%;
    height: auto;
    display: flex;
    position: relative;
  }

  .text-block-29 {
    aspect-ratio: auto;
    object-fit: fill;
    width: auto;
  }

  .div-block-74 {
    background-color: #aae8df;
    justify-content: space-between;
    align-self: stretch;
    align-items: flex-start;
    width: 68%;
    padding: 40px;
    display: flex;
  }

  .div-block-75 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    justify-content: space-between;
    align-items: center;
    height: auto;
    display: flex;
  }

  .div-block-76 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .div-block-77 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    width: auto;
    height: auto;
    display: flex;
  }

  .heading-12 {
    text-wrap: balance;
    font-family: Fira Sans, sans-serif;
    font-size: 26px;
    font-weight: 500;
    line-height: 130%;
  }

  .text-block-30 {
    color: #696581;
    text-wrap: pretty;
    font-family: Fira Sans, sans-serif;
    font-weight: 400;
  }

  .div-block-78 {
    object-fit: fill;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: auto;
    display: flex;
  }

  .div-block-79 {
    width: auto;
  }

  .div-block-80 {
    z-index: 0;
    object-fit: fill;
    background-color: #eafaf8;
    position: absolute;
    inset: 0%;
  }

  .paid_modules_mobile {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    width: auto;
    max-width: none;
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .module {
    object-fit: fill;
    background-color: #d4f3ef;
    flex-flow: row;
    align-self: stretch;
    width: 33%;
    height: auto;
    display: flex;
    position: relative;
  }

  .banner {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .banner_text_heading {
    text-wrap: balance;
  }

  .banner_content {
    text-wrap: pretty;
  }

  .about_content {
    text-wrap: balance;
  }

  .module_details {
    justify-content: center;
    align-items: center;
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .details_heading {
    text-wrap: balance;
  }

  .details_description {
    text-wrap: pretty;
  }

  .useful_why {
    justify-content: center;
    align-items: center;
  }

  .useful_content, .useful_text {
    justify-content: space-between;
    align-items: center;
  }

  .usefultext_heading {
    text-wrap: balance;
  }

  .usefultext_description {
    text-wrap: pretty;
  }

  .details_content {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .banner-container {
    margin-left: auto;
    margin-right: auto;
  }

  .module_details_inner {
    justify-content: center;
    align-items: center;
  }
}

@media screen and (max-width: 991px) {
  .lottie-animation {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 70%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .image {
    width: 20vw;
  }

  .navbar {
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .nav-link {
    margin-left: 0;
  }

  .nav-link-2, .nav-link-4 {
    text-align: center;
  }

  .container {
    justify-content: space-between;
  }

  .container-flex {
    flex-flow: column-reverse;
    align-items: center;
  }

  .container-flex.bemutato-cont, .container-flex.egyszeru-cont, .container-flex.telj-cont, .container-flex.magan-cont {
    flex-flow: column;
  }

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

  .heading.right {
    float: left;
    text-align: center;
  }

  .heading.right.smaller {
    margin-bottom: 0;
    padding-bottom: 20px;
  }

  .heading.right.white {
    text-align: center;
    width: 100%;
    max-width: 100%;
  }

  .heading.right.white.cta {
    text-align: center;
  }

  .heading.right.rolunk {
    width: auto;
    max-width: 750px;
  }

  .heading.right.heading1 {
    font-size: 42px;
    line-height: 50px;
  }

  .heading.left {
    justify-content: center;
    align-items: center;
  }

  .alcim.right {
    text-align: center;
    align-self: flex-start;
  }

  .alcim.right.small {
    text-align: left;
  }

  .alcim.right.araink {
    margin-bottom: 10px;
  }

  .alcim.right.araink.bottom {
    margin-bottom: 20px;
  }

  .alcim.right.rolunk {
    max-width: 700px;
  }

  .alcim.top {
    text-align: center;
    width: auto;
    max-width: 440px;
    margin-left: auto;
    margin-right: auto;
  }

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

  .header {
    padding-left: 15px;
    padding-right: 15px;
  }

  .button {
    text-align: center;
    justify-content: center;
    width: 171px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
  }

  .button.pricing.red {
    text-align: center;
    flex-wrap: nowrap;
    justify-content: center;
    margin-top: 30px;
    position: static;
  }

  .button.cta {
    width: 220px;
  }

  .button._02 {
    margin-left: 0;
    margin-right: 0;
  }

  .hero-content {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 600px;
    display: flex;
  }

  .hero-content.text-wrapper {
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 600px;
    margin-top: 20px;
  }

  .hero-content.text-wrapper.hunya-zsolt {
    max-width: 600px;
  }

  .hero-content.text-wrapper.payrich_maria {
    max-width: 600px;
    padding-top: 10px;
  }

  .hero-content.cta {
    width: 100%;
    max-width: 600px;
  }

  .nav-menu {
    background-color: #fff;
    width: 100%;
    left: auto;
    box-shadow: 0 13px 11px 4px #00000014;
  }

  .button-2 {
    float: left;
    margin-bottom: 15px;
    margin-left: 0;
    display: block;
  }

  .brand.w--current {
    width: 100%;
  }

  .heading-2.centered {
    margin-bottom: 10px;
  }

  .section-2 {
    padding: 80px 3%;
  }

  .section-2.funkciok {
    padding-top: 20px;
  }

  .section-2.funkciok.funkciok_ketto {
    padding-top: 0;
    padding-bottom: 80px;
  }

  .section-2.rolunk.referenciak {
    display: block;
  }

  .section-2.cta.top {
    background-image: url('../images/CTA-bg.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    padding-top: 10px;
  }

  .div-block-4 {
    width: 100%;
    max-width: 1200px;
  }

  .div-block-4.rolunk {
    flex-flow: column-reverse;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .div-block-4.rolunk.hunya-zsolt, .div-block-4.rolunk.velemeny_3 {
    flex-flow: column-reverse;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div-block-4.base_module {
    flex-flow: column;
  }

  .div-block-6 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    width: 100%;
    max-width: 650px;
    display: none;
  }

  .paragraph-2.smaller {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .paragraph-2.smaller.footer_paragraph {
    max-width: 250px;
  }

  .paragraph-2.smaller.footer_paragraph.lablec {
    text-align: left;
  }

  .div-block-7.name {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .div-block-8 {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    max-width: 580px;
    display: flex;
  }

  .div-block-9 {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    max-width: 580px;
  }

  .image-4 {
    float: left;
    width: 100%;
    max-width: 380px;
  }

  .grid {
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
    justify-content: flex-start;
    place-items: center;
    width: 100%;
    max-width: 1200px;
    display: flex;
  }

  .csomag-div.ajanlott {
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }

  .csomag-div.ajanlott.havi {
    width: 100%;
  }

  .csomag-div.ajanlott.havi.opcionalisan-valaszhato {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .faq-answer {
    font-size: 16px;
    line-height: 20px;
  }

  .faq-container {
    width: 100%;
    min-width: 0;
  }

  .faq-container.first, .faq-container.second {
    max-width: 1200px;
  }

  .faq {
    padding-left: 15px;
    padding-right: 15px;
  }

  .text-block {
    font-size: 16px;
  }

  .text-block-2 {
    padding-top: 0;
    font-size: 16px;
    line-height: 20px;
  }

  .text-block-3 {
    font-size: 16px;
    line-height: 20px;
  }

  .footer {
    padding-left: 20px;
    padding-right: 20px;
  }

  .menu-button {
    background-color: #7e828f1a;
    border-radius: 6px;
    width: auto;
  }

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

  .icon {
    color: #28224b;
  }

  .hero-image {
    flex: 0 auto;
    order: 1;
    align-self: auto;
    width: 80%;
    margin-top: 25px;
    margin-left: auto;
    margin-right: auto;
  }

  .hero-image.image-wrapper {
    order: -1;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .hero-image.image-wrapper.cta {
    width: 100%;
    max-width: 100%;
  }

  .image-9, .image-10 {
    width: 100%;
    max-width: 380px;
  }

  .image-11 {
    margin-top: 35px;
  }

  .image-11.hunya-zsolt, .image-11.szoboszlai-andras {
    width: 50%;
  }

  .form {
    width: auto;
  }

  .image-12 {
    float: none;
    clear: none;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-14 {
    justify-content: flex-start;
    align-items: flex-end;
    width: 100%;
    max-width: 400px;
    margin-bottom: 15px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .link-block-3 {
    margin-right: 0;
  }

  .div-block-17.kovessen {
    margin-bottom: 25px;
  }

  .div-block-18 {
    justify-content: space-between;
    align-items: center;
  }

  .container-4 {
    flex-wrap: wrap;
  }

  .image-39 {
    width: 100%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .heading1 {
    text-align: center;
    font-size: 46px;
    line-height: 52px;
  }

  .form-block {
    width: 100%;
    max-width: 600px;
  }

  .div-block-24 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    max-width: 700px;
    display: flex;
  }

  .grid-6 {
    grid-column-gap: 10vw;
    grid-row-gap: 10vw;
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    justify-content: center;
    align-items: flex-start;
    max-width: 700px;
    display: flex;
  }

  .div-block-26 {
    padding-right: 0;
  }

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

  .mask-2 {
    width: 600px;
    padding-bottom: 0%;
  }

  .icon-2 {
    padding-left: 0;
    padding-right: 70%;
  }

  .team-slide-wrapper {
    width: 30%;
    margin-right: 1.5%;
  }

  .team-slider-arrow {
    margin-left: -12%;
  }

  .team-slider-nav.hidden {
    margin-top: 0;
  }

  .icon-3 {
    padding-left: 20%;
  }

  .container-7 {
    max-width: 600px;
  }

  .container-8 {
    flex-flow: column;
  }

  .container-8.mobil-telj {
    flex-flow: column-reverse;
    padding-top: 50px;
  }

  .div-block-61 {
    width: 80vw;
  }

  .text-block-22 {
    text-align: center;
    font-size: 42px;
    line-height: 50px;
  }

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

  .container-9 {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

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

  .felsorolas-tartalom.felsorolas-tablet {
    text-align: left;
  }

  .div-block-63 {
    width: 80vw;
  }

  .bal-felsorolas-1.padding {
    justify-content: space-between;
    align-items: flex-start;
    max-width: 80vw;
    margin-right: 0;
    padding-bottom: 31px;
  }

  .bal-felsorolas-1.padding-bal {
    justify-content: space-between;
    align-items: flex-start;
    max-width: 80vw;
    padding-left: 0;
  }

  .section-8 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .container-10 {
    flex-flow: column-reverse;
  }

  .container-10.stack {
    flex-flow: column;
  }

  .div-block-65 {
    width: 80vw;
  }

  .text-block-24 {
    text-align: center;
    font-size: 42px;
  }

  .section-9 {
    flex-flow: row;
    display: block;
  }

  .container-11 {
    flex-flow: column;
  }

  .div-block-67 {
    justify-content: center;
    align-items: center;
    width: 80vw;
  }

  .text-block-25 {
    text-align: center;
    padding-bottom: 10px;
    font-size: 32px;
    line-height: 40px;
  }

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

  .image-58 {
    transition: transform .25s;
  }

  .image-58:hover {
    filter: drop-shadow(0 .2px 5px #000000b3);
  }

  .image-59 {
    transition: transform .25s;
  }

  .image-59:hover {
    filter: drop-shadow(0 .2px 5px #000000b3);
  }

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

  .image-60 {
    padding-top: 0;
    padding-bottom: 50px;
  }

  .div-block-69 {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-flow: column;
    width: 80vw;
  }

  .heading-7.mobil-remedi {
    text-align: center;
    font-size: 42px;
    line-height: 50px;
  }

  .div-block-71 {
    height: 6rem;
  }

  .div-block-72 {
    justify-content: space-between;
    align-items: flex-start;
    height: 100%;
  }

  .div-block-73 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    width: 100%;
    display: block;
  }

  .div-block-74 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
  }

  .div-block-77 {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

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

  .div-block-79 {
    justify-content: flex-end;
    align-items: flex-end;
    width: 100%;
    display: flex;
  }

  .image-64 {
    height: 100%;
    max-height: none;
  }

  .button-6 {
    padding-left: 32px;
  }

  .div-block-80 {
    border-radius: 6px;
  }

  .heading-13 {
    align-self: center;
  }

  .div-block-82, .div-block-85 {
    width: 100%;
  }

  .image-67 {
    width: 50%;
  }

  .paid_modules_mobile {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    width: 100%;
    max-width: 650px;
    display: flex;
  }

  .module {
    border: 2px solid #0000;
    width: 100%;
    text-decoration: none;
    transition: all .2s;
  }

  .module:hover {
    border: 2px solid #2ac5b0;
  }

  .module_contenttext_mobile {
    width: 50%;
  }

  .image-64_mobile {
    height: 150%;
  }

  .banner {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
  }

  .banner_text_heading {
    font-size: 32px;
  }

  .about_heading {
    font-size: 28px;
  }

  .about_content {
    width: 70%;
    font-size: 16px;
    position: relative;
  }

  .illustration {
    z-index: 0;
  }

  .module_details {
    flex-flow: column;
  }

  .details_content_grid {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .details_heading {
    font-size: 24px;
  }

  .details_description {
    font-size: 16px;
  }

  .useful_why {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
  }

  .useful_content {
    flex-flow: column;
  }

  .useful_text {
    width: 100%;
  }

  .div-block-96 {
    flex-flow: column;
  }

  .div-block-102 {
    align-self: auto;
  }

  .details_content {
    width: 100%;
    max-width: 100%;
  }

  .banner-container {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
  }

  .module_details_inner {
    flex-flow: column;
  }

  .div-block-103 {
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  .lottie-animation {
    width: auto;
  }

  .image {
    width: 25vw;
  }

  .navbar {
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .nav-link {
    margin-left: 0;
    display: block;
  }

  .nav-link-2, .nav-link-4 {
    text-align: center;
  }

  .container {
    justify-content: space-between;
    margin-right: auto;
    padding-right: 0;
  }

  .heading {
    text-align: center;
    font-size: 30px;
    line-height: 40px;
  }

  .heading.centered {
    font-size: 42px;
  }

  .heading.right.white {
    text-align: center;
    width: 100%;
  }

  .heading.right.white.cta {
    line-height: 40px;
  }

  .heading.right.rolunk {
    font-size: 20px;
    line-height: 30px;
  }

  .heading.left {
    line-height: 60px;
  }

  .alcim.centered {
    max-width: 400px;
  }

  .alcim.right.rolunk.p {
    font-size: 20px;
    line-height: 30px;
  }

  .alcim.top {
    text-align: center;
    width: auto;
  }

  .alcim.aprobetus {
    max-width: 350px;
  }

  .header {
    padding-left: 15px;
    padding-right: 15px;
  }

  .button {
    width: 171px;
    display: flex;
  }

  .button.pricing.red {
    justify-content: center;
  }

  .button.epu-button {
    color: #fff;
    background-color: #f0555f;
    border-style: none;
    margin-top: 0;
  }

  .button.epu-button:hover {
    background-color: #ce444d;
  }

  .hero-content.text-wrapper, .hero-content.text-wrapper.funkciok_ketto, .hero-content.text-wrapper.hunya-zsolt, .hero-content.text-wrapper.payrich_maria {
    max-width: 500px;
  }

  .hero-content.cta {
    width: 100%;
    max-width: 450px;
  }

  .nav-menu {
    background-color: #fff;
    justify-content: center;
    align-items: center;
    width: 100%;
    left: auto;
    box-shadow: 0 13px 11px 4px #00000014;
  }

  .button-2 {
    float: left;
    margin-bottom: 15px;
    margin-left: 0;
  }

  .section-2.cta {
    padding-top: 127px;
  }

  .section-2.cta.top {
    padding-top: 0;
    padding-bottom: 50px;
  }

  .div-block-4.kepernyo {
    flex-flow: column;
    justify-content: center;
    align-self: center;
    align-items: center;
    display: flex;
  }

  .div-block-4.rolunk {
    width: 100%;
  }

  .div-block-4.kerdesek {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
  }

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

  .paragraph-2.smaller {
    text-align: center;
  }

  .paragraph-2.smaller.footer_paragraph {
    text-align: center;
    width: 100%;
    max-width: none;
  }

  .paragraph-2.smaller.footer_paragraph.lablec {
    text-align: center;
  }

  .div-block-8, .div-block-9 {
    width: 100%;
    display: flex;
  }

  .lightbox-link {
    box-shadow: none;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .image-5 {
    text-align: left;
    justify-content: center;
    align-items: center;
    display: inline-block;
  }

  .column {
    margin-bottom: 20px;
  }

  .lightbox-link-2, .lightbox-link-3 {
    box-shadow: none;
  }

  .grid {
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    display: flex;
  }

  .csomag-div.centered {
    margin-top: 25px;
  }

  .faq-container.first {
    width: 100%;
    min-width: 400px;
    max-width: 1200px;
  }

  .faq-container.second {
    width: 100%;
    min-width: 400px;
    margin-top: 0;
  }

  .faq-body-cont {
    min-width: auto;
  }

  .faq {
    min-width: auto;
    padding-left: 15px;
    padding-right: 15px;
  }

  .faq-icon {
    margin-right: 0;
  }

  .faq-body, .text-block-2 {
    width: auto;
  }

  .footer {
    padding: 40px 20px;
  }

  .footer-flex-container {
    flex-direction: column;
  }

  .footer-image {
    object-fit: contain;
  }

  .footer-heading {
    margin-top: 20px;
  }

  .rolunk_footer {
    text-align: center;
    margin-right: 0;
  }

  .kapcsolat_footer {
    float: left;
    clear: left;
    text-align: center;
  }

  .menu-button {
    background-color: #7e828f1a;
    border-radius: 6px;
  }

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

  .icon {
    color: #28224b;
  }

  .hero-image {
    margin-top: 25px;
  }

  .hero-image.image-wrapper.cta {
    margin-top: 0;
  }

  .column-2, .column-3 {
    margin-bottom: 20px;
  }

  .div-block-13 {
    text-align: center;
    flex-flow: column;
    max-width: 500px;
    margin-bottom: 20px;
    display: block;
  }

  .form {
    width: 100%;
    max-width: 500px;
  }

  .div-block-15 {
    margin-right: 10px;
  }

  .link-block-3 {
    justify-content: flex-start;
    align-items: stretch;
    width: 250px;
    margin-right: 0;
  }

  .div-block-17.kovessen {
    justify-content: center;
    align-items: center;
  }

  .div-block-18 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .image-39 {
    width: 500px;
  }

  .container-5 {
    flex-flow: column;
    padding-top: 10px;
    padding-bottom: 5px;
  }

  .heading-6 {
    text-align: center;
    max-width: 300px;
  }

  .div-block-22 {
    flex-flow: row;
  }

  .form-block {
    width: 100%;
    max-width: 500px;
  }

  .grid-6 {
    flex-flow: column wrap;
    justify-content: center;
    align-items: center;
  }

  .div-block-25 {
    padding-top: 10px;
  }

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

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

  .text-block-12 {
    max-width: 330px;
  }

  .mask-2 {
    align-self: center;
    width: 400px;
  }

  .icon-2 {
    padding-right: 0%;
  }

  .team-slide-wrapper {
    width: 100%;
    margin-left: 0%;
  }

  .team-slider-arrow {
    margin-left: -8%;
    margin-right: -8%;
  }

  .team-slider-nav.hidden {
    max-width: 350px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 15px;
    font-size: 8px;
  }

  .gallery {
    padding: 0 15px 60px;
  }

  .icon-3 {
    padding-left: 0%;
  }

  .container-7 {
    max-width: 500px;
  }

  .section-7 {
    padding-bottom: 100px;
  }

  .div-block-57 {
    width: 80%;
    padding-bottom: 24px;
  }

  .div-block-58 {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .div-block-59 {
    width: 80%;
    padding-bottom: 24px;
  }

  .div-block-60 {
    width: 80%;
  }

  .div-block-61 {
    width: 80vw;
  }

  .text-block-22 {
    font-size: 32px;
    line-height: 40px;
  }

  .text-block-23 {
    width: auto;
  }

  .div-block-63 {
    width: 80vw;
  }

  .bal-felsorolas-1.padding, .bal-felsorolas-1.padding-bal {
    max-width: 80vw;
  }

  .section-8 {
    padding-top: 0;
  }

  .container-10 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    padding-top: 40px;
  }

  .container-10.mobil-elojegyzes {
    padding-bottom: 40px;
  }

  .div-block-65 {
    width: 80vw;
  }

  .text-block-24 {
    font-size: 32px;
    line-height: 40px;
  }

  .div-block-67 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    width: 70vw;
  }

  .text-block-25 {
    font-size: 32px;
    line-height: 40px;
  }

  .div-block-68 {
    margin-top: 0;
  }

  .div-block-75, .div-block-76, .div-block-81, .div-block-89 {
    flex-flow: column;
  }

  .banner_image {
    width: auto;
  }

  .about_content {
    width: 50%;
  }

  .ar_button {
    z-index: 1;
    position: relative;
  }

  .div-block-91 {
    position: relative;
  }

  .illustration {
    width: 50%;
  }

  .details_content_grid {
    width: auto;
  }

  .details_heading {
    line-height: 130%;
  }

  .bovebben {
    font-size: 16px;
    line-height: 44px;
  }

  .useful_text, .useful_row {
    flex-flow: column;
  }

  .div-block-96 {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    width: auto;
  }

  .div-block-100 {
    width: auto;
  }

  .text_content {
    max-width: none;
  }

  .details_content {
    width: auto;
  }
}

@media screen and (max-width: 479px) {
  .lottie-animation {
    float: left;
    order: 1;
    width: 100%;
    max-width: 250px;
    height: 200px;
    display: block;
  }

  .image {
    width: 40vw;
  }

  .nav-link-2, .nav-link-4 {
    text-align: center;
  }

  .container-flex {
    flex-direction: column;
    width: 80%;
    max-width: none;
  }

  .heading {
    text-align: center;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    font-size: 25px;
    line-height: 30px;
  }

  .heading.centered {
    max-width: 250px;
    font-size: 25px;
  }

  .heading.centered.arak.heading-2 {
    font-size: 32px;
    line-height: 40px;
  }

  .heading.centered.heading-2 {
    line-height: 35px;
  }

  .heading.right {
    width: 100%;
    max-width: 250px;
    font-size: 25px;
    line-height: 30px;
  }

  .heading.right.smaller {
    width: 100%;
    max-width: 300px;
    font-size: 25px;
    line-height: 30px;
  }

  .heading.right.white {
    max-width: 250px;
    font-size: 32px;
    line-height: 34px;
  }

  .heading.right.white.cta {
    max-width: 250px;
    font-size: 25px;
    line-height: 30px;
  }

  .heading.right.rolunk {
    width: 80%;
    font-size: 18px;
    line-height: 25px;
  }

  .heading.right.heading1 {
    width: 80%;
    font-size: 25px;
    line-height: 32px;
  }

  .heading.left {
    max-width: 300px;
    margin-bottom: 0;
    font-size: 28px;
    line-height: 32px;
  }

  .alcim.centered {
    max-width: 250px;
  }

  .alcim.right {
    width: 100%;
    max-width: 250px;
    margin-top: 15px;
    margin-left: auto;
    margin-right: auto;
    font-size: 18px;
    line-height: 25px;
  }

  .alcim.right.small {
    text-align: center;
    width: 100%;
    max-width: none;
    font-size: 18px;
    line-height: 25px;
  }

  .alcim.right.small.medium {
    width: auto;
  }

  .alcim.right.araink {
    font-size: 16px;
  }

  .alcim.right.rolunk {
    width: 80%;
  }

  .alcim.right.rolunk.p {
    max-width: 280px;
  }

  .alcim.top {
    text-align: center;
    width: 100%;
    max-width: 250px;
  }

  .alcim.top.phone {
    max-width: 190px;
  }

  .alcim.cta.contact {
    max-width: 250px;
  }

  .header {
    padding-top: 0;
    padding-left: 15px;
    padding-right: 15px;
  }

  .button {
    justify-content: center;
    align-items: center;
    width: 171px;
    display: flex;
  }

  .button.pricing.red {
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
  }

  .button.epu-button {
    margin-top: 15px;
  }

  .hero-content {
    width: 100%;
    margin-top: 29px;
  }

  .hero-content.text-wrapper {
    max-width: 250px;
    margin-right: 0;
  }

  .hero-content.text-wrapper.funkciok_ketto {
    justify-content: center;
    align-items: center;
    max-width: 300px;
  }

  .hero-content.text-wrapper.rolunk {
    margin-top: 0;
  }

  .hero-content.text-wrapper.hunya-zsolt {
    max-width: 250px;
    margin-top: 0;
    margin-right: 0;
    padding-bottom: 40px;
  }

  .hero-content.text-wrapper.payrich_maria {
    max-width: 250px;
  }

  .hero-content.cta {
    max-width: 300px;
  }

  .nav-menu {
    text-align: center;
    background-color: #fff;
    flex-flow: column;
    order: 0;
    justify-content: center;
    align-self: auto;
    align-items: center;
    left: auto;
    box-shadow: 0 13px 11px 4px #00000014;
  }

  .button-2 {
    float: left;
    justify-content: center;
    align-items: center;
    margin-bottom: 15px;
    margin-left: 0;
    display: flex;
  }

  .section-2.funkciok.funkciok_ketto {
    padding-top: 0;
    padding-bottom: 40px;
  }

  .section-2.funkciok.funkciok_negy {
    padding-top: 0;
    padding-bottom: 50px;
  }

  .section-2.funkciok.funkciok_negy.rolunk.text {
    padding-top: 40px;
  }

  .section-2.kepernyokepek {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .section-2.pricing {
    padding-top: 40px;
    overflow: visible;
  }

  .section-2.rolunk.referenciak {
    padding-top: 0;
  }

  .section-2.cta {
    padding-top: 20px;
  }

  .section-2.miaremedi {
    padding-top: 40px;
  }

  .div-block-4.rolunk {
    max-width: 300px;
    margin-top: 35px;
    margin-bottom: 0;
  }

  .div-block-4.rolunk.hunya-zsolt {
    width: 100%;
    max-width: 300px;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-4.rolunk.velemeny_3 {
    margin-bottom: 0;
  }

  .div-block-5 {
    margin-top: 45px;
  }

  .div-block-6 {
    flex-flow: column;
    max-width: 300px;
    margin-top: 45px;
    display: none;
  }

  .paragraph-2.smaller {
    font-size: 15px;
    line-height: 20px;
  }

  .div-block-7 {
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 250px;
    margin-left: 0;
  }

  .csomag-cim {
    text-align: left;
    max-width: 250px;
    font-size: 20px;
    line-height: 30px;
  }

  .csomag-cim.name {
    font-size: 20px;
    line-height: 25px;
  }

  .csomag-cim.opcionalisan-val.optional, .csomag-cim.csomag-cim-mobil {
    text-align: center;
  }

  .div-block-8 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    max-width: 250px;
  }

  .div-block-9 {
    flex-flow: column;
    max-width: 250px;
    display: flex;
  }

  .lightbox-link {
    box-shadow: none;
  }

  .image-5 {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .image-5.slider-image {
    border-style: none;
    border-width: 0;
    border-radius: 6px;
    margin-right: auto;
    padding-right: 0;
  }

  .lightbox-link-2, .lightbox-link-3 {
    box-shadow: none;
  }

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

  .heading-4 {
    width: auto;
    font-size: 16px;
    line-height: 25px;
  }

  .heading-4.feature {
    font-size: 14px;
  }

  .heading-4.feature.opcionalisan-valaszthato {
    text-align: left;
    font-size: 12px;
  }

  .heading-4.havi, .heading-4.eves {
    line-height: 20px;
  }

  .felsorolas {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    text-align: left;
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .felsorolas.feature.first.second.arak-v2 {
    width: 100%;
  }

  .felsorolas.feature.first.araink-v2.opcional {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .felsorolas.feature.first.araink-v2.opcional.vege {
    padding-bottom: 0;
  }

  .felsorolas.feature.egy.szamla.arak-v2 {
    width: 100%;
  }

  .csomag-div.ajanlott {
    padding-left: 15px;
    padding-right: 15px;
  }

  .csomag-div.ajanlott.havi.opcionalisan-valaszhato {
    justify-content: center;
    align-items: center;
    padding-left: 12px;
    padding-right: 12px;
  }

  .faq-answer {
    max-width: 230px;
  }

  .faq-container.first {
    min-width: 200px;
    max-width: 1200px;
  }

  .faq-container.second {
    min-width: 200px;
    max-width: 300px;
    margin-top: 0;
  }

  .faq-body-cont {
    max-width: none;
  }

  .faq-body-cont.body-v1 {
    max-width: 260px;
  }

  .faq {
    max-width: none;
    padding-left: 0;
    padding-right: 0;
  }

  .faq-icon {
    width: 28px;
    height: 28px;
  }

  .faq-p {
    max-width: none;
  }

  .text-block {
    max-width: 200px;
    font-size: 16px;
  }

  .text-block-2, .text-block-3 {
    font-size: 16px;
  }

  .footer {
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-flex-container {
    flex-direction: column;
  }

  .footer-logo-link {
    height: 60px;
  }

  .footer-image {
    width: 55%;
  }

  .footer-heading {
    margin-top: 20px;
  }

  .kapcsolat_footer {
    float: left;
  }

  .menu-button {
    background-color: #7e828f1a;
    border-radius: 6px;
  }

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

  .icon {
    color: #28224b;
  }

  .hero-image {
    clear: none;
    flex: 0 auto;
    order: 1;
    align-self: flex-end;
    width: 100%;
    margin-top: 25px;
    display: block;
  }

  .image-9, .image-11.hunya-zsolt, .image-11.szoboszlai-andras {
    width: 80%;
  }

  .div-block-13 {
    margin-bottom: 20px;
  }

  .form {
    max-width: 250px;
  }

  .button-3 {
    margin-top: 30px;
  }

  .image-12 {
    margin-top: 15px;
  }

  .div-block-14 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    max-width: 350px;
  }

  .link-block-3 {
    margin-bottom: 10px;
    margin-right: 0;
  }

  .link-block-3.right {
    justify-content: flex-start;
  }

  .section-3 {
    padding-top: 0;
  }

  .div-block-17 {
    flex-flow: column;
    place-content: flex-start center;
    align-items: center;
  }

  .div-block-17.kovessen {
    margin-bottom: 25px;
  }

  .div-block-18 {
    flex-direction: column;
  }

  .image-39 {
    width: 300px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 40px;
  }

  .heading1 {
    width: 100%;
    max-width: 250px;
    font-size: 25px;
    line-height: 30px;
  }

  .form-block {
    max-width: 300px;
  }

  .div-block-23 {
    max-width: 250px;
  }

  .grid-6 {
    flex-flow: column wrap;
    padding-top: 5px;
  }

  .vezeto {
    order: 0;
  }

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

  .text-block-9.opcionalis-text {
    font-size: 13px;
    line-height: 18px;
  }

  .image-50 {
    width: 70px;
  }

  .image-51 {
    white-space: normal;
    word-break: normal;
    width: 60px;
  }

  .szamla-text.opcionalis-text {
    font-size: 14px;
  }

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

  .text-block-15 {
    font-size: 12px;
  }

  .text-block-15.ar {
    align-self: center;
    font-size: 12px;
  }

  .text-block-15.eves {
    text-align: center;
    font-size: 12px;
  }

  .text-block-16 {
    text-align: center;
    flex-flow: row;
    justify-content: center;
    align-self: auto;
    align-items: center;
    font-size: 15px;
    display: block;
  }

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

  .link-11 {
    width: auto;
  }

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

  .mask-2 {
    align-self: center;
    width: 75%;
    padding-top: 15%;
    padding-bottom: 0%;
  }

  .team-slide-wrapper {
    width: 98%;
    margin-left: 0%;
    margin-right: 5%;
    padding-right: 0;
  }

  .team-slider-nav.hidden {
    font-size: 5px;
  }

  .container-7 {
    max-width: none;
  }

  .div-block-57, .div-block-59, .div-block-60 {
    width: 90%;
  }

  .container-8 {
    flex-flow: column-reverse;
    padding-top: 40px;
  }

  .container-8.mobil-telj {
    padding-top: 0;
  }

  .div-block-62 {
    width: 80vw;
  }

  .bekezdes {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

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

  .image-55 {
    width: 20vw;
  }

  .felsorolas-cim {
    text-align: center;
    font-size: 24px;
    line-height: 30px;
  }

  .felsorolas-tartalom.felsorolas-tablet {
    text-align: center;
    font-size: 18px;
    line-height: 25px;
  }

  .container-10 {
    padding-bottom: 40px;
  }

  .container-10.stack {
    padding-bottom: 0;
  }

  .div-block-64 {
    width: 80vw;
  }

  .image-57 {
    width: 100%;
  }

  .div-block-66, .div-block-67 {
    width: 80%;
  }

  .text-block-25 {
    padding-bottom: 10px;
    font-size: 25px;
    line-height: 32px;
  }

  .text-block-26 {
    text-align: center;
    font-size: 18px;
    line-height: 22px;
  }

  .div-block-68 {
    flex-flow: column-reverse;
  }

  .image-60 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .div-block-69 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .image-61 {
    text-align: center;
    width: 70vw;
  }

  .heading-7 {
    text-align: center;
    width: 80%;
    font-size: 25px;
    line-height: 32px;
  }

  .heading-7.mobil-remedi {
    width: 90%;
    margin-bottom: 0;
    font-size: 23px;
    line-height: 30px;
  }

  .div-block-73 {
    padding: 24px;
  }

  .text-block-29 {
    font-size: 1rem;
  }

  .div-block-74 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    width: 100%;
    height: auto;
    padding: 24px;
  }

  .text-block-30 {
    font-size: 1rem;
  }

  .div-block-78 {
    justify-content: center;
    align-items: flex-start;
    width: 100%;
  }

  .div-block-83 {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    height: auto;
  }

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

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

  .image-66 {
    width: 20%;
    height: auto;
  }

  .image-67 {
    width: 100%;
  }

  .paid_modules_mobile {
    flex-flow: column;
    max-width: 300px;
    margin-top: 45px;
    display: flex;
  }

  .module {
    padding: 24px;
  }

  .module_contenttext_mobile {
    width: 100%;
  }

  .image-64_mobile {
    height: 100%;
  }

  .banner {
    justify-content: space-between;
    align-items: center;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .banner_text_heading {
    line-height: 130%;
  }

  .banner_image {
    width: 100%;
  }

  .div-block-90 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .about_content, .div-block-91 {
    width: auto;
  }

  .module_details {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .details_heading {
    line-height: 130%;
  }

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

  .useful_button {
    padding-left: 32px;
    padding-right: 32px;
  }

  .useful_content {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .useful_text {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .useful_row, .text_content {
    width: auto;
  }

  .details_content {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    display: flex;
  }

  .banner-container {
    justify-content: space-between;
    align-items: center;
  }

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

  .module_details_inner {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

#w-node-a84fbd13-0f35-fe88-9f1a-c11cb3af258f-a2d93ffa {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-e02733a9-c39f-21ed-fca8-80a3b39a2382-a2d93ffa {
  grid-area: 3 / 2 / 4 / 3;
}

#w-node-fde39ef0-590b-99dc-c358-1e35d15ee545-a2d93ffa {
  grid-area: 1 / 1 / 2 / 2;
  place-self: auto;
}

#w-node-add43c55-5736-25ae-a8f9-e46bf7936aaf-a2d93fff {
  grid-area: 1 / 2 / 2 / 3;
  place-self: auto center;
}

#w-node-b3f3a61f-13f8-e89a-c682-f8bef35f55e5-a2d93fff {
  grid-area: 1 / 4 / 2 / 5;
  place-self: auto center;
}

#w-node-_024cd040-ec71-ce03-84fd-21a8580290f7-a2d93fff {
  grid-area: 1 / 6 / 2 / 7;
}

#w-node-fb7d190b-9868-fb4e-2950-37ef359b340e-a2d93fff {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-fb7d190b-9868-fb4e-2950-37ef359b3414-a2d93fff {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-fb7d190b-9868-fb4e-2950-37ef359b341c-a2d93fff {
  grid-area: 2 / 5 / 3 / 6;
}

#w-node-a144f764-748e-75a7-f4c8-a6f8e6c75005-a2d93fff {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-a144f764-748e-75a7-f4c8-a6f8e6c75019-a2d93fff {
  grid-area: 2 / 7 / 3 / 8;
}

#w-node-a144f764-748e-75a7-f4c8-a6f8e6c7500b-a2d93fff {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-a98acf8d-a484-5d94-8a0b-d2b65770996e-a2d94001 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: auto;
}

#w-node-_27ccd61d-924e-2bb5-fc54-5005528f711b-a2d94001 {
  grid-area: 1 / 2 / 2 / 3;
  place-self: auto;
}

@media screen and (max-width: 767px) {
  #w-node-_27ccd61d-924e-2bb5-fc54-5005528f711b-a2d94001 {
    grid-area: 1 / 2 / 2 / 3;
    place-self: auto;
  }
}


