@charset "UTF-8";
:root {
  --swiper-theme-color: #703AA2;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

video::-webkit-media-controls-overlay-play-button {
  display: none;
}

html, body {
  margin: 0;
  padding: 0;
  width: 100%;
}

body {
  font-family: "Montserrat", sans-serif;
}

img {
  outline: none;
}

a {
  cursor: pointer;
  text-decoration: underline;
}

p {
  margin: 1em 0;
}

b, strong {
  font-weight: 700;
  font-size: 0.95em;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Raleway", sans-serif;
}

.home-link:focus-visible {
  outline: none;
  background-color: rgba(0, 0, 0, 0.2);
}

.main-container {
  width: 100%;
}

@media (min-width: 1081px) {
  html {
    -ms-scroll-snap-type: y;
    scroll-snap-type: y;
    overflow-y: scroll;
    height: 100dvh;
  }
}
html {
  scroll-behavior: smooth;
}

.l-section {
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(238, 238, 238)), color-stop(5%, rgba(255, 255, 255, 0)));
  background: -o-linear-gradient(top, rgb(238, 238, 238) 0%, rgba(255, 255, 255, 0) 5%);
  background: linear-gradient(to bottom, rgb(238, 238, 238) 0%, rgba(255, 255, 255, 0) 5%);
}

#page-begin > footer.l-footer,
#page-begin > section.l-section {
  scroll-padding-top: 85px;
  scroll-padding-bottom: 85px;
}
@media (min-width: 1081px) {
  #page-begin > footer.l-footer,
  #page-begin > section.l-section {
    scroll-snap-align: start;
    scroll-margin-top: 85px;
    scroll-snap-stop: always;
  }
}
#page-begin section.l-section#sec_works {
  scroll-snap-align: none;
}
#page-begin footer.l-footer {
  scroll-snap-align: end;
}

.l-section__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.l-heading {
  position: absolute;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  margin: 0;
  padding: 0;
  border: 0;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.l-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 0px;
  min-width: 0px;
}
@media (min-width: 1081px) {
  .l-block {
    min-height: calc(100vh - var(--header-height));
    min-height: calc(100dvh - var(--header-height));
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.l-block__inner {
  height: 91%;
}
.l-block--mobile-reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
@media (min-width: 1081px) {
  .l-block--mobile-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: unset;
    -ms-flex-pack: unset;
    justify-content: unset;
  }
}
.l-block--mobile-coolumn-reverse-desktop-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
@media (min-width: 1081px) {
  .l-block--mobile-coolumn-reverse-desktop-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.l-block--half-height {
  min-height: 100vh;
  min-height: 100dvh;
}
.l-block--auto-height {
  min-height: unset;
}
.l-block--gray {
  background: #703AA2;
}
.l-block--gray .m-sub-heading {
  color: #fff;
}
.l-block--gray .m-contact-link__inner {
  color: #fff;
  border-color: #fff;
}

.l-text-columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 0) and (max-width: 699px) {
  .l-text-columns {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media (min-width: 0) and (max-width: 699px) {
  .l-text-column {
    width: 100%;
    border-bottom: 1px solid #703AA2;
  }
}
@media (min-width: 700px) {
  .l-text-column {
    width: 33.333%;
  }
}
@media (min-width: 700px) {
  .l-text-column--padded {
    padding: 0 1.25em;
  }
}
.l-text-column p {
  margin-bottom: 1.5em;
}

.l-box {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: inline-block;
  min-height: 0px;
  min-width: 0px;
}
@media (min-width: 1081px) {
  .l-box {
    min-height: 100%;
  }
}
.l-box--small {
  margin: 0 auto;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 0px;
  min-width: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (min-width: 0) and (max-width: 699px) {
  .l-box--small {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}
@media (min-width: 1081px) {
  .l-box--small {
    width: 33.33333%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.l-box--half {
  margin: 0 auto;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 0px;
  min-width: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (min-width: 0) and (max-width: 699px) {
  .l-box--half {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}
@media (min-width: 1081px) {
  .l-box--half {
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.l-box--full {
  margin: 0 auto;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  min-height: 0px;
  min-width: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (min-width: 0) and (max-width: 699px) {
  .l-box--full {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}
@media (min-width: 1081px) {
  .l-box--full {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media (min-width: 700px) {
  .l-box--about {
    margin-bottom: 2em;
  }
}
.l-box--about b, .l-box--about strong {
  font-weight: 900;
  color: #703AA2;
  font-family: "Raleway", sans-serif;
}
.l-box--about h1 {
  color: #703AA2;
  text-align: left;
  font-weight: 200;
}
@media (min-width: 0) and (max-width: 699px) {
  .l-box--about h1 {
    font-weight: 300;
    font-size: 30px;
  }
}
.l-box--works {
  background: #fff;
  position: relative;
}
@media (min-width: 1081px) {
  .l-box--works {
    margin: 0 auto;
    padding: 0;
  }
}
.l-box--large {
  width: 100vw;
}
@media (min-width: 1081px) {
  .l-box--large {
    width: 66.66666%;
    min-height: 100%;
  }
}
.l-box--swiper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: auto;
  min-height: 0px;
  min-width: 0px;
}
@media (min-width: 1081px) {
  .l-box--swiper {
    width: 66.66666%;
  }
}
.l-box--full-width {
  width: 95%;
  margin: 2em auto;
  text-align: center;
  min-height: 0px;
  min-width: 0px;
}
@media (min-width: 1081px) {
  .l-box--full-width {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 2.6041666667vw;
  }
}
.l-box__inner {
  margin: 1em 0 0 0;
  margin: 0 auto;
}
@media (min-width: 0) and (max-width: 699px) {
  .l-box__inner {
    width: 90%;
  }
}
@media (min-width: 700px) {
  .l-box__inner {
    width: 95%;
  }
}
@media (min-width: 1081px) {
  .l-box__inner {
    width: 100%;
    padding: 0 7.5%;
  }
}
@media (min-width: 1081px) {
  .l-box__inner--budapest {
    width: 100%;
    padding: 0 22.5%;
  }
}
.l-box__inner--scrolling {
  overflow-y: auto;
}
.l-box__inner--margin-top {
  margin: 2em 0 0 0;
}
@media (min-width: 700px) {
  .l-box__inner--margin-top {
    margin: 3em 0 0 0;
  }
}
.l-box__inner--margin-bottom {
  margin: 0 0 2em 0;
}
@media (min-width: 700px) {
  .l-box__inner--margin-bottom {
    margin: 0 0 1.5em 0;
  }
}
.l-box__inner--margin-top-bottom {
  margin: 0 auto 1em auto;
}
@media (min-width: 700px) {
  .l-box__inner--margin-top-bottom {
    margin: 1.5em auto;
  }
}
@media (min-width: 1081px) {
  .l-box__inner--margin-top-bottom {
    margin: 0 auto 1em auto;
  }
}
.l-box__inner--full {
  margin: 0 auto 2em auto;
}
@media (min-width: 700px) {
  .l-box__inner--full {
    margin: 1.5em auto;
  }
}
@media (min-width: 1081px) {
  .l-box__inner--full {
    margin: 2em auto;
  }
}

.l-overlay {
  position: fixed;
  display: none;
  height: 100%;
  width: 100%;
  top: 0;
  background: rgba(65, 64, 66, 0.97);
  z-index: 10;
}
.l-overlay--active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.l-padding-wrapper {
  margin: 2.6041666667vw 0;
}

.l-inner-boxes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  min-height: 0px;
  min-width: 0px;
  width: 100%;
}
@media (min-width: 1081px) {
  .l-inner-boxes {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.l-inner-boxes__item {
  width: 100%;
}
@media (min-width: 1081px) {
  .l-inner-boxes__item {
    width: calc(50% - 0.1vw);
    max-width: 40%;
    margin: 0 auto;
  }
}

@media (min-width: 0) and (max-width: 699px) {
  .l-desktop-view {
    display: none;
  }
}

.l-mobile-view {
  margin-top: 2em;
}
@media (min-width: 700px) {
  .l-mobile-view {
    display: none;
  }
}

.l-footer__inner {
  padding: 1em;
  background: #000;
  text-align: center;
  min-height: 0px;
  min-width: 0px;
}
@media (min-width: 1081px) {
  .l-footer__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.l-footer__inner .m-link {
  display: inline-block;
  margin: 0 0.5em;
}
@media (min-width: 1081px) {
  .l-footer__inner .m-link {
    font-size: 1em;
  }
}
.l-footer__inner .separator {
  -ms-flex-item-align: center;
  align-self: center;
  color: #fff;
  display: inline-block;
}

.m-separator {
  width: 11.8357487923vw;
  min-height: 1px;
}
@media (min-width: 1081px) {
  .m-separator {
    display: inline-block;
    width: 4.3vw;
  }
}
.m-separator--mobile-hidden {
  display: none;
}
@media (min-width: 1081px) {
  .m-separator--mobile-hidden {
    display: block;
    margin: 2.1875vw auto;
  }
}
.m-separator--no-margin-top {
  margin-top: 0;
}
.m-separator--margin-top {
  margin-top: 2.1875vw auto 0 auto;
}
.m-separator--margin-bottom {
  margin-bottom: 2.1875vw auto 0 auto;
}
.m-separator--no-margin {
  margin: 0 auto;
}

.m-medium-icon {
  width: 8.4541062802vw;
  height: 8.4541062802vw;
}
@media (min-width: 1081px) {
  .m-medium-icon {
    width: 2.6041666667vw;
    height: 2.6041666667vw;
  }
}

.m-horizontal-separator {
  height: 0.4830917874vw;
  background-color: #bfbfbf;
  margin: 1.5em;
}
@media (min-width: 1081px) {
  .m-horizontal-separator {
    width: 0.2vw;
    height: 100%;
    margin: 0;
  }
}

.m-social-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 0px;
  min-width: 0px;
  margin: 5vw 0;
}
@media (min-width: 1081px) {
  .m-social-icons {
    margin: 2.6041666667vw 0;
  }
}
.m-social-icons__link {
  -webkit-transition: 0.1s opacity ease-in-out;
  -o-transition: 0.1s opacity ease-in-out;
  transition: 0.1s opacity ease-in-out;
  margin: 0 1.520833vw;
  display: block;
  width: 6vw;
}
@media (min-width: 700px) {
  .m-social-icons__link {
    width: 4vw;
    margin: 0 1.5208333333vw;
  }
}
@media (min-width: 1081px) {
  .m-social-icons__link {
    width: 1.5vw;
    margin: 0 0.5208333333vw;
  }
}
.m-social-icons__link:hover {
  opacity: 0.75;
}
.m-social-icons__image {
  display: block;
  width: 100%;
}
@media (min-width: 1081px) {
  #sec_contact .m-social-icons__link {
    min-width: 44px;
  }
}
#sec_contact .m-social-icons__link:hover {
  opacity: 0.75;
}

.m-main-navigation .m-social-icons {
  margin: 0;
}
.m-main-navigation .m-social-icons li {
  list-style: none;
  display: inline-block;
}
@media (min-width: 700px) and (max-width: 1080px) {
  .m-main-navigation .m-social-icons {
    display: none;
  }
}
@media (min-width: 0) and (max-width: 699px) {
  .m-main-navigation .m-social-icons {
    display: none;
  }
}

.m-logo-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  min-height: 0px;
  min-width: 0px;
  width: 55%;
  margin: 3% auto 5% auto;
}
@media (min-width: 1081px) {
  .m-logo-row {
    width: 30%;
  }
}
@media (min-width: 1081px) and (max-width: 1270px) {
  .m-logo-row {
    width: 40%;
  }
}
@media (min-width: 700px) and (max-width: 1080px) {
  .m-logo-row {
    width: 50%;
  }
}
@media (min-width: 0) and (max-width: 699px) {
  .m-logo-row {
    width: 80%;
  }
}
.m-logo-row__column {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 33.333%;
  margin: 0 0.78125vw 5.5vw 0.78125vw;
}
@media (min-width: 1081px) {
  .m-logo-row__column {
    margin: 0 0.78125vw;
  }
}
.m-logo-row__link {
  display: block;
  -webkit-transition: 0.1s all ease-in-out;
  -o-transition: 0.1s all ease-in-out;
  transition: 0.1s all ease-in-out;
}
.m-logo-row__link:hover {
  opacity: 0.75;
}
.m-logo-row__image {
  display: block;
  width: 100%;
}
.m-logo-row__image--padded {
  width: 12.3188405797vw;
  margin: 0 auto;
}
@media (min-width: 1081px) {
  .m-logo-row__image--padded {
    width: 4.1666666667vw;
  }
}
.m-logo-row__primary-text {
  font-size: 2.5vw;
  text-transform: uppercase;
  margin: 1em 0 0.25em 0;
}
@media (min-width: 1081px) {
  .m-logo-row__primary-text {
    margin: 1em 0 0.5em 0;
  }
}
@media (min-width: 0) and (max-width: 699px) {
  .m-logo-row__primary-text {
    font-size: 2vw;
  }
}
@media (min-width: 700px) {
  .m-logo-row__primary-text {
    font-size: 1.6vw;
  }
}
@media (min-width: 1081px) {
  .m-logo-row__primary-text {
    font-size: 0.75vw;
  }
}
@media (min-width: 1081px) and (max-width: 1270px) {
  .m-logo-row__primary-text {
    font-size: 1vw;
  }
}
.m-logo-row__secondary-text {
  font-size: 2.5vw;
}
@media (min-width: 0) and (max-width: 699px) {
  .m-logo-row__secondary-text {
    font-size: 2vw;
  }
}
@media (min-width: 700px) {
  .m-logo-row__secondary-text {
    font-size: 1.6vw;
  }
}
@media (min-width: 1081px) {
  .m-logo-row__secondary-text {
    font-size: 0.75vw;
  }
}
@media (min-width: 1081px) and (max-width: 1270px) {
  .m-logo-row__secondary-text {
    font-size: 1vw;
  }
}

.newsletter-form-wrapper {
  background-color: #f7f7f7;
  padding: 1em 0;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}

#newsletter_fields.hidden {
  display: none;
}

.l-header {
  width: 100%;
  z-index: 10;
  position: fixed;
  top: 0;
}

.m-main-navigation-spacer {
  margin-top: -5px;
  display: block;
  font-size: 3.6231884058vw;
  height: 3.3em;
  -webkit-transition: height 350ms ease;
  -o-transition: height 350ms ease;
  transition: height 350ms ease;
}
@media (min-width: 700px) {
  .m-main-navigation-spacer {
    height: 4.85em;
    font-size: 2.2vw;
  }
}
@media (min-width: 1081px) and (max-width: 1270px) {
  .m-main-navigation-spacer {
    font-size: 1.0416666667vw;
  }
}
@media (min-width: 1081px) {
  .m-main-navigation-spacer {
    height: 4em;
    font-size: 1.0416666667vw;
  }
}

.m-main-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #703AA2;
  padding: 0 9%;
  min-height: 0px;
  min-width: 0px;
  position: relative;
  font-size: 3.6231884058vw;
}
@media (min-width: 700px) {
  .m-main-navigation {
    padding: 0 2.5%;
    font-size: 2.2vw;
  }
}
@media (min-width: 1081px) {
  .m-main-navigation {
    font-size: 1.0416666667vw;
  }
}
@media (min-width: 1081px) and (max-width: 1270px) {
  .m-main-navigation {
    font-size: 1.0416666667vw;
  }
}
.m-main-navigation__list {
  display: none;
  margin: 0;
  padding: 0;
  list-style: none;
  position: fixed;
  top: 3.3em;
  right: 0;
  background: #703AA2;
  padding: 1em 9vw 2em 9vw;
  text-align: right;
}
@media (min-width: 700px) {
  .m-main-navigation__list {
    top: 5em;
  }
}
@media (min-width: 1081px) {
  .m-main-navigation__list {
    min-height: 0px;
    min-width: 0px;
    top: 0;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    background: transparent;
    padding: 0;
    margin-left: auto;
  }
}
.m-main-navigation__list--opened {
  display: inline-block;
}
@media (min-width: 1081px) {
  .m-main-navigation__list--opened {
    min-height: 0px;
    min-width: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (min-width: 1081px) {
  .m-main-navigation__item {
    margin: 0 0.75em;
  }
}
.m-main-navigation__item {
  -webkit-transition: 0.1s opacity ease-in;
  -o-transition: 0.1s opacity ease-in;
  transition: 0.1s opacity ease-in;
}
.m-main-navigation__item:hover {
  opacity: 0.75;
}
.m-main-navigation__link {
  display: inline-block;
  text-decoration: none;
  color: #fff;
  font-weight: 300;
  text-transform: uppercase;
  padding: 0.75em 0.5em;
  margin: 0.25em 0;
}
@media (min-width: 700px) {
  .m-main-navigation__link {
    padding: 0.5em 0.5em;
  }
}
@media (min-width: 1081px) {
  .m-main-navigation__link {
    display: table-cell;
    vertical-align: middle;
    margin: 0;
    padding: 0.5em 0.5em 0.5em 0.25em;
    font-size: 0.8em;
  }
}
.m-main-navigation__link:focus-visible {
  background-color: rgba(0, 0, 0, 0.2);
}
.m-main-navigation__link:focus-visible, .m-main-navigation__link--active {
  outline: none;
  position: relative;
  border-bottom: 0.15em solid #fff;
}

.m-logo {
  width: 6.5em;
  margin: 1em 0;
}
@media (min-width: 700px) {
  .m-logo {
    width: 6.5em;
    margin: 1.25em 0;
  }
}
@media (min-width: 1081px) {
  .m-logo {
    margin: 1.15em 0;
    width: 10em;
    max-width: 100px;
  }
}
.m-logo--small {
  width: 5.5em;
}
@media (min-width: 700px) {
  .m-logo--small {
    width: 5em;
  }
}
@media (min-width: 1081px) {
  .m-logo--small {
    width: 4.8em;
    max-width: 80px;
    margin: 0;
    display: block;
    height: 100%;
  }
}

.m-language-switcher {
  color: #fff;
  margin-left: auto;
  margin-right: 3em;
}
@media (min-width: 1081px) {
  .m-language-switcher {
    margin: 0 0 0 2%;
    font-size: 0.8em;
  }
}
.m-language-switcher a {
  color: #fff;
  text-transform: uppercase;
}

.m-menu-close-button {
  height: 6.5vw;
  width: 6.5vw;
  background-image: url("/assets/images/svg/hamburger_button.svg");
  background-repeat: no-repeat;
}
.m-menu-close-button--opened {
  background-image: url("/assets/images/svg/close_button.svg");
}
@media (min-width: 700px) {
  .m-menu-close-button {
    height: 3.5vw;
    width: 3.5vw;
  }
}
@media (min-width: 1081px) {
  .m-menu-close-button {
    display: none;
  }
}

.m-large-heading {
  font-weight: 900;
  font-size: 6vw;
  color: #000;
  text-align: center;
  text-transform: uppercase;
  margin: 2em 0 1em 0;
}
.m-large-heading.align-left {
  text-align: left;
}
@media (min-width: 700px) {
  .m-large-heading {
    font-size: 3.90625vw;
  }
}
@media (min-width: 1081px) {
  .m-large-heading {
    font-size: 2.2vw;
    margin: 2.1875vw 0;
  }
}
@media (min-width: 1081px) and (max-width: 1270px) {
  .m-large-heading {
    font-size: 2.34375vw;
  }
}
@media (min-width: 0) and (max-width: 699px) {
  .m-large-heading {
    font-size: 20px;
  }
}
@media (min-width: 0) and (max-width: 699px) {
  .m-large-heading--secondary {
    font-size: 3.6231884058vw;
  }
}
.m-large-heading--section {
  padding: 2em 0 0 0;
  margin: 0 2em 2.1875vw 2em;
}
.m-large-heading--bottom-gap {
  margin-bottom: 2em;
}
.m-large-heading--no-bottom-margin {
  margin-bottom: 0;
}
.m-large-heading--hide {
  display: none;
}
@media (min-width: 1081px) {
  .m-large-heading--hide {
    display: block;
  }
}
.m-large-heading--small-mb {
  margin-bottom: 0.25em;
}
@media (min-width: 1081px) {
  .m-large-heading--small-mb {
    margin-bottom: 1em;
  }
}
.m-large-heading--inverse {
  color: #fff;
}
.m-large-heading sup {
  text-transform: lowercase;
}

.m-sub-heading {
  font-weight: 900;
  font-family: "Raleway", sans-serif;
  font-size: 3.6231884058vw;
  color: #703AA2;
  text-transform: uppercase;
  margin: 2em 0;
}
.m-sub-heading.black {
  color: #000;
}
@media (min-width: 700px) {
  .m-sub-heading {
    font-size: 2.2vw;
  }
}
@media (min-width: 1081px) {
  .m-sub-heading {
    font-size: 1.0416666667vw;
    margin: 2.1875vw 0;
  }
}
@media (min-width: 1081px) and (max-width: 1270px) {
  .m-sub-heading {
    font-size: 1.0416666667vw;
  }
}
.m-sub-heading--bigger {
  font-size: 4.8309178744vw;
}
@media (min-width: 700px) {
  .m-sub-heading--bigger {
    font-size: 3.90625vw;
  }
}
@media (min-width: 1081px) {
  .m-sub-heading--bigger {
    margin: 2.1875vw 0 2.1875vw 0;
    font-size: 1.5vw;
  }
}
@media (min-width: 1081px) and (max-width: 1270px) {
  .m-sub-heading--bigger {
    font-size: 1.5vw;
  }
}
.m-sub-heading--blue {
  color: #703AA2;
}
@media (min-width: 700px) {
  .m-sub-heading--left-align {
    text-align: left;
  }
}

.m-body-text {
  font-weight: 300;
  font-size: 3.6231884058vw;
  color: #000;
  line-height: 1.7em;
}
.m-body-text small {
  font-size: 0.77em;
}
@media (min-width: 700px) {
  .m-body-text {
    font-size: 2.2vw;
  }
}
@media (min-width: 1081px) {
  .m-body-text {
    font-size: 1vw;
  }
}
@media (min-width: 1081px) and (max-width: 1270px) {
  .m-body-text {
    font-size: 1.1vw;
  }
}
@media (min-width: 0) and (max-width: 699px) {
  .m-body-text {
    font-size: 14px;
  }
}
.m-body-text--margin-bottom {
  margin-bottom: 5.5vw;
}
@media (min-width: 1081px) {
  .m-body-text--margin-bottom {
    margin-bottom: 0;
  }
}
@media (min-width: 700px) {
  .m-body-text--max-width {
    max-width: unset;
    margin: 0;
  }
}
.m-body-text--left-align {
  text-align: left;
}
.m-body-text--large-line-height {
  line-height: 2.2;
}
.m-body-text--spaced {
  margin-bottom: 1em;
}
.m-body-text--inverse {
  color: #fff;
}
.m-body-text--bold {
  font-weight: bold;
}
.m-body-text--bigger {
  line-height: 1.6;
}
@media (min-width: 0) and (max-width: 699px) {
  .m-body-text--bigger {
    font-size: 4.8309178744vw;
  }
}
@media (min-width: 700px) {
  .m-body-text--bigger {
    font-size: 2.4vw;
  }
}
@media (min-width: 1081px) and (max-width: 1270px) {
  .m-body-text--bigger {
    font-size: 1.1vw;
  }
}
@media (min-width: 1081px) {
  .m-body-text--bigger {
    font-size: 1.1vw;
  }
}
.m-body-text--uppercase {
  text-transform: uppercase;
}
.m-body-text q {
  position: relative;
  font-style: italic;
}
@media (min-width: 0) and (max-width: 699px) {
  .m-body-text q {
    padding-bottom: 4em;
  }
}
.m-body-text cite {
  font-style: normal;
  margin: 1em 0;
  display: block;
  font-family: "Raleway", sans-serif;
  font-size: 0.9em;
  opacity: 0.6;
  font-weight: 800;
}

q::before {
  content: "“";
  content: open-quote;
  top: 0.2em;
  left: -0.2em;
}

q::after {
  content: "”";
  content: close-quote;
  bottom: -0.25em;
  right: 0em;
}

q::before, q::after {
  position: relative;
  vertical-align: bottom;
  line-height: 1rem;
  font-size: 4em;
  display: inline;
}

.m-body-image {
  width: 15em;
  margin-bottom: 1em;
}
@media (min-width: 700px) {
  .m-body-image {
    width: 20em;
  }
}
@media (min-width: 1081px) {
  .m-body-image {
    width: 20em;
  }
}

.m-body-bold-text {
  font-weight: 700;
}

.m-simple-link {
  font-size: 1em;
  color: #703AA2;
  text-decoration: none;
  margin-bottom: 0.5em;
}

.m-label {
  font-size: 3.6231884058vw;
  font-weight: 300;
  color: #000;
  text-transform: uppercase;
}
@media (min-width: 700px) {
  .m-label {
    font-size: 2.2vw;
  }
}
@media (min-width: 1081px) {
  .m-label {
    font-size: 0.75vw;
  }
}
@media (min-width: 1081px) and (max-width: 1270px) {
  .m-label {
    font-size: 1vw;
  }
}
.m-label--spaced {
  margin: 2em 0;
}

.m-contact-link {
  margin: 0 auto;
}
@media (min-width: 1081px) {
  .m-contact-link {
    margin: 0 auto;
  }
}
.m-contact-link__inner {
  position: relative;
  font-weight: 700;
  font-size: 3.6231884058vw;
  color: #703AA2;
  text-decoration: none;
  display: inline-block;
  border: 0.1em solid #703AA2;
  padding: 0.5em 0.75em;
  border-radius: 2em;
}
@media (min-width: 700px) {
  .m-contact-link__inner {
    font-size: 2.2vw;
  }
}
@media (min-width: 1081px) {
  .m-contact-link__inner {
    font-size: 1.0416666667vw;
  }
}
@media (min-width: 1081px) and (max-width: 1270px) {
  .m-contact-link__inner {
    font-size: 1.0416666667vw;
  }
}

.m-link {
  display: inline-block;
  font-size: 3.6231884058vw;
  font-weight: 300;
  display: block;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  padding: 1vw 0;
}
@media (min-width: 700px) {
  .m-link {
    font-size: 2.2vw;
  }
}
@media (min-width: 1081px) {
  .m-link {
    font-size: 1.0416666667vw;
    padding: 0.5vw;
  }
}
@media (min-width: 1081px) and (max-width: 1270px) {
  .m-link {
    font-size: 1.0416666667vw;
  }
}
.m-link--inverse {
  color: #fff;
}

.newsletter-msg-wrp {
  text-align: center;
}
.newsletter-msg-wrp .newsletter-msg {
  padding: 0.5em 1em;
  margin-top: 1em;
  border: 1px solid #ccc;
  display: inline-block;
  border-radius: 4px;
}
.newsletter-msg-wrp .newsletter-msg.hidden {
  display: none;
}
.newsletter-msg-wrp .newsletter-msg--success {
  border-color: green;
}
.newsletter-msg-wrp .newsletter-msg--success b {
  color: green;
}
.newsletter-msg-wrp .newsletter-msg--error {
  border-color: red;
}

.form-item {
  margin: 1.75em 0;
}
.form-item label {
  display: inline-block;
  margin-right: 0.5em;
}
.form-item .form-text {
  padding: 0 0.25em;
  height: 2.25em;
  border: 1px solid #703AA2;
  max-width: 200px;
}
.form-item.form-item-checkbox-wrp {
  margin: 2.5em 0;
}
.form-item.form-item-checkbox-wrp label {
  margin-right: 0;
}
.form-item .form-submit {
  background-color: #703AA2;
  color: #fff;
  border: 0 none;
  padding: 0.75em 1.5em;
  text-transform: uppercase;
  font-weight: 600;
}

.m-hero {
  width: 100%;
  height: 70vmin;
  position: relative;
  text-align: center;
  background-color: #404040;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (min-width: 700px) {
  .m-hero {
    height: 60vmin;
  }
}
@media (min-width: 1081px) {
  .m-hero {
    margin-top: 0;
    height: 100%;
    width: 100%;
  }
}
.m-hero--budapest {
  position: relative;
  -webkit-filter: hue-rotate(20deg);
  filter: hue-rotate(20deg);
}
.m-hero--budapest:after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(112, 58, 162, 0.5);
  mix-blend-mode: color;
}
.m-hero__heading {
  text-align: left;
  font-size: 5vw;
  color: #fff;
  text-transform: uppercase;
  margin-left: 5.1vw;
  font-weight: 900;
  text-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
@media (min-width: 0) and (max-width: 699px) {
  .m-hero__heading {
    font-size: 6.6875vw;
  }
}
@media (min-width: 700px) {
  .m-hero__heading {
    font-size: 7.6875vw;
  }
}
@media (min-width: 1081px) {
  .m-hero__heading {
    font-size: 4.6875vw;
  }
}
.m-hero__logo {
  height: 100%;
  max-width: 60%;
  width: auto;
  padding: 5%;
  display: block;
  position: relative;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  margin: 0 auto;
}
.m-hero__bottom path {
  fill: #FCC200;
  -webkit-animation: fillColorAnim 25s ease infinite;
  animation: fillColorAnim 25s ease infinite;
}
.m-hero__bottom--event {
  opacity: 0;
  -webkit-animation: toggleEvent 25s ease infinite;
  animation: toggleEvent 25s ease infinite;
}
.m-hero__bottom--live {
  opacity: 0;
  -webkit-animation: toggleLive 25s ease infinite;
  animation: toggleLive 25s ease infinite;
}
.m-hero__top path {
  fill: #fff;
}
.m-hero__borders path {
  fill: #fcc30c;
  -webkit-animation: fillColorAnim 25s ease infinite;
  animation: fillColorAnim 25s ease infinite;
}
.m-hero__title {
  margin: 0;
}
.m-hero__hidden {
  display: none;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .m-hero {
    -webkit-animation: none !important;
    animation: none !important;
  }
  .m-hero .m-hero__bottom path {
    fill: #FCC200 !important;
    -webkit-animation: none !important;
    animation: none !important;
  }
}
@-webkit-keyframes toggleLive {
  0% {
    opacity: 1;
  }
  11.66% {
    opacity: 1;
  }
  16.66% {
    opacity: 0;
  }
  28.33% {
    opacity: 0;
  }
  33.33% {
    opacity: 1;
  }
  45% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  61.66% {
    opacity: 0;
  }
  66.66% {
    opacity: 1;
  }
  78.33% {
    opacity: 1;
  }
  83.33% {
    opacity: 0;
  }
  95% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes toggleLive {
  0% {
    opacity: 1;
  }
  11.66% {
    opacity: 1;
  }
  16.66% {
    opacity: 0;
  }
  28.33% {
    opacity: 0;
  }
  33.33% {
    opacity: 1;
  }
  45% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  61.66% {
    opacity: 0;
  }
  66.66% {
    opacity: 1;
  }
  78.33% {
    opacity: 1;
  }
  83.33% {
    opacity: 0;
  }
  95% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes toggleEvent {
  0% {
    opacity: 0;
  }
  11.66% {
    opacity: 0;
  }
  16.66% {
    opacity: 1;
  }
  28.33% {
    opacity: 1;
  }
  33.33% {
    opacity: 0;
  }
  45% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  61.66% {
    opacity: 1;
  }
  66.66% {
    opacity: 0;
  }
  78.33% {
    opacity: 0;
  }
  83.33% {
    opacity: 1;
  }
  95% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes toggleEvent {
  0% {
    opacity: 0;
  }
  11.66% {
    opacity: 0;
  }
  16.66% {
    opacity: 1;
  }
  28.33% {
    opacity: 1;
  }
  33.33% {
    opacity: 0;
  }
  45% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  61.66% {
    opacity: 1;
  }
  66.66% {
    opacity: 0;
  }
  78.33% {
    opacity: 0;
  }
  83.33% {
    opacity: 1;
  }
  95% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes bgColorAnim {
  0% {
    background: #404040;
  }
  11.66% {
    background: #404040;
  }
  16.66% {
    background: #EE7666;
  }
  28.33% {
    background: #EE7666;
  }
  33.33% {
    background: #0069B3;
  }
  45% {
    background: #0069B3;
  }
  50% {
    background: #404040;
  }
  61.66% {
    background: #404040;
  }
  66.66% {
    background: #FDC300;
  }
  78.33% {
    background: #FDC300;
  }
  83.33% {
    background: #BF1C39;
  }
  95% {
    background: #BF1C39;
  }
  100% {
    background: #404040;
  }
}
@keyframes bgColorAnim {
  0% {
    background: #404040;
  }
  11.66% {
    background: #404040;
  }
  16.66% {
    background: #EE7666;
  }
  28.33% {
    background: #EE7666;
  }
  33.33% {
    background: #0069B3;
  }
  45% {
    background: #0069B3;
  }
  50% {
    background: #404040;
  }
  61.66% {
    background: #404040;
  }
  66.66% {
    background: #FDC300;
  }
  78.33% {
    background: #FDC300;
  }
  83.33% {
    background: #BF1C39;
  }
  95% {
    background: #BF1C39;
  }
  100% {
    background: #404040;
  }
}
@-webkit-keyframes fillColorAnim {
  0% {
    fill: #FCC200;
  }
  11.66% {
    fill: #FCC200;
  }
  16.66% {
    fill: #000000;
  }
  28.33% {
    fill: #000000;
  }
  33.33% {
    fill: #FCC200;
  }
  45% {
    fill: #FCC200;
  }
  50% {
    fill: #EE7668;
  }
  61.66% {
    fill: #EE7668;
  }
  66.66% {
    fill: #0069B3;
  }
  78.33% {
    fill: #0069B3;
  }
  83.33% {
    fill: #02B3C5;
  }
  95% {
    fill: #02B3C5;
  }
  100% {
    fill: #FCC200;
  }
}
@keyframes fillColorAnim {
  0% {
    fill: #FCC200;
  }
  11.66% {
    fill: #FCC200;
  }
  16.66% {
    fill: #000000;
  }
  28.33% {
    fill: #000000;
  }
  33.33% {
    fill: #FCC200;
  }
  45% {
    fill: #FCC200;
  }
  50% {
    fill: #EE7668;
  }
  61.66% {
    fill: #EE7668;
  }
  66.66% {
    fill: #0069B3;
  }
  78.33% {
    fill: #0069B3;
  }
  83.33% {
    fill: #02B3C5;
  }
  95% {
    fill: #02B3C5;
  }
  100% {
    fill: #FCC200;
  }
}
.m-map {
  width: 100%;
  height: 80vh;
  -ms-flex-item-align: center;
  align-self: center;
  margin-top: 5.33334vh;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
@media (min-width: 1081px) {
  .m-map {
    height: 100%;
    margin: 0;
  }
}
.m-map .dwcc-restricted_3rdparty-content {
  background-color: #eee;
  padding: 3em;
}
.m-map .dwcc-restricted_3rdparty-content a {
  display: inline-block;
  text-transform: uppercase;
  margin: 1em 0;
}
.m-map .dwcc-restricted_3rdparty-content .title {
  font-size: 1.5em;
}

.m-staff-profiles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 5em auto 0 auto;
  max-width: 900px;
}

.m-staff-profile {
  display: block;
  margin-bottom: 3em;
}
@media (min-width: 0) and (max-width: 699px) {
  .m-staff-profile {
    width: 100%;
    font-size: 3.6231884058vw;
  }
}
@media (min-width: 700px) {
  .m-staff-profile {
    width: 50%;
    font-size: 2.2vw;
  }
  .m-staff-profile:nth-child(even) {
    text-align: left;
  }
  .m-staff-profile:nth-child(odd) {
    text-align: right;
  }
}
@media (min-width: 700px) and (max-width: 1080px) {
  .m-staff-profile {
    font-size: 1.5vw;
  }
}
@media (min-width: 1081px) and (max-width: 1270px) {
  .m-staff-profile {
    font-size: 1.2vw;
  }
}
@media (min-width: 1081px) {
  .m-staff-profile {
    padding-left: 3em;
    font-size: 0.9vw;
  }
}
.m-staff-profile--highlighted {
  width: 100%;
  text-align: center;
}
.m-staff-profile--highlighted:nth-child(odd), .m-staff-profile--highlighted:nth-child(even) {
  text-align: center;
}
.m-staff-profile--highlighted .m-staff-profile__inner {
  margin-bottom: 1em;
}
@media (min-width: 0) and (max-width: 699px) {
  .m-staff-profile--highlighted .m-staff-profile__inner {
    margin-bottom: 0em;
    max-width: none;
  }
}
.m-staff-profile__inner {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  width: 100%;
}
@media (min-width: 1081px) {
  .m-staff-profile__inner {
    max-width: 330px;
  }
}
@media (min-width: 1081px) and (max-width: 1270px) {
  .m-staff-profile__inner {
    max-width: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media (min-width: 700px) and (max-width: 1080px) {
  .m-staff-profile__inner {
    max-width: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.m-staff-profile__image-container {
  display: inline-block;
  margin-right: 1em;
}
.m-staff-profile__image {
  display: block;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}
.m-staff-profile__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.m-staff-profile__name, .m-staff-profile__title {
  text-align: left;
  margin: 0;
  margin-bottom: 0.5em;
}

.swiper-slide {
  background-size: cover;
  background-position: center;
}
.swiper-slide--hide-on-mobile {
  display: none;
}
@media (min-width: 1081px) {
  .swiper-slide--hide-on-mobile {
    display: block;
  }
}
.swiper-slide__image {
  width: 100%;
}

.swiper-container-budapest {
  width: 100%;
}
@media (min-width: 0) and (max-width: 699px) {
  .swiper-container-budapest {
    height: calc(100vh - var(--header-height));
    height: calc(100dvh - var(--header-height));
  }
}

.swiper-wrapper-budapest {
  width: 100%;
  height: 100%;
}

@media (min-width: 0) and (max-width: 699px) {
  #budapest_swiper .swiper-button-next, #budapest_swiper .swiper-button-prev {
    display: none;
  }
}

.swiper-slide-budapest {
  height: 100%;
}

.swiper-slide-budapest::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  pointer-events: none;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(10%, rgba(0, 0, 0, 0.2)), color-stop(60%, rgba(255, 255, 255, 0)));
  background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.2) 10%, rgba(255, 255, 255, 0) 60%);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 10%, rgba(255, 255, 255, 0) 60%);
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 0;
}

.swiper-playtoggle-budapest {
  position: absolute;
  bottom: 3em;
  right: 3em;
  z-index: 20;
  color: #fff;
  background: #703AA2;
  width: 3em;
  height: 3em;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  -webkit-transition: 0.1s opacity;
  -o-transition: 0.1s opacity;
  transition: 0.1s opacity;
  background-image: url("/assets/images/svg/icon_pause.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 33%;
}
.swiper-playtoggle-budapest:hover {
  opacity: 0.9;
}
.swiper-playtoggle-budapest--play {
  background-image: url("/assets/images/svg/icon_play.svg");
}
@media (min-width: 0) and (max-width: 699px) {
  .swiper-playtoggle-budapest {
    bottom: 3.7em;
    right: 1em;
  }
}

.swiper-pagination-budapest {
  bottom: 1em;
  left: 0;
  right: 0;
}

.swiper-pagination-budapest .swiper-pagination-bullet {
  margin: 0 0.15em;
}

.swiper-slide-budapest {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-position: center center;
  background-size: cover;
}

.text-overlay-budapest {
  color: #fff;
  font-weight: 900;
  text-transform: uppercase;
  text-shadow: 0 0 1em rgb(0, 0, 0);
  position: absolute;
}
@media (min-width: 0) and (max-width: 699px) {
  .text-overlay-budapest {
    font-size: 4.8309178744vw;
    max-width: 100%;
    position: absolute;
    bottom: 5.5em;
    margin-left: 1em;
    margin-right: 1em;
  }
}
@media (min-width: 700px) {
  .text-overlay-budapest {
    font-size: 2.2vw;
    max-width: 50%;
    margin-left: 3em;
    margin-right: 3em;
    bottom: 5em;
  }
}
@media (min-width: 1081px) and (max-width: 1270px) {
  .text-overlay-budapest {
    font-size: 1.5vw;
    max-width: 50%;
    bottom: 5em;
  }
}
@media (min-width: 1081px) {
  .text-overlay-budapest {
    font-size: 1.5vw;
    max-width: 50%;
    bottom: 5em;
  }
}

.m-works-swiper {
  width: 100%;
  -ms-flex-item-align: center;
  align-self: center;
  justify-self: center;
}
.m-works-swiper .swiper-slide {
  background-size: cover;
  background-position: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 10%;
}
.m-works-swiper__main {
  width: 100%;
  height: 100vh;
  height: 100dvh;
  margin-left: auto;
  margin-right: auto;
}
.m-works-swiper__image {
  width: 100%;
  height: auto;
  max-width: 100%;
}
.m-works-swiper__thumbnails {
  height: 10%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  cursor: pointer;
}
.m-works-swiper__thumbnails .swiper-slide {
  height: 100%;
  opacity: 0.4;
  overflow: hidden;
}
.m-works-swiper__thumbnails .swiper-slide img {
  width: 100%;
  height: auto;
  margin: auto;
  display: block;
}
.m-works-swiper__thumbnails .swiper-slide-thumb-active {
  opacity: 1;
}
.m-works-swiper__thumbnail-container {
  border-top: 0.1041666667vw solid #fff;
  border-bottom: 0.1041666667vw solid #fff;
  border-left: 0.0520833333vw solid #fff;
  border-right: 0.0520833333vw solid #fff;
}
.m-works-swiper__thumbnail-container:first-child {
  border-left: 0.1041666667vw solid #fff;
}
.m-works-swiper__thumbnail-container:last-child {
  border-right: 0.1041666667vw solid #fff;
}
.m-works-swiper__video-slide-inner {
  overflow: hidden;
  width: 100%;
  position: relative;
  background: transparent;
}
.m-works-swiper__play-button {
  position: absolute;
  width: 9.115vw;
  -webkit-box-shadow: 0 0 5vw 5vw rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 5vw 5vw rgba(0, 0, 0, 0.4);
  background-color: rgba(0, 0, 0, 0.4);
  margin: auto;
  border-radius: 50%;
  height: 8vw;
  padding: 0 1vw;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
  cursor: pointer;
}
.m-works-swiper__play-button--hidden {
  display: none;
}
.m-works-swiper__video {
  height: auto;
  width: 100%;
  -ms-flex-item-align: center;
  align-self: center;
  margin: auto;
  outline: none;
}
.m-works-swiper__text-content {
  display: none;
}
.m-works-swiper__close-button {
  position: absolute;
  top: 0.5em;
  right: 0.75em;
  color: #703AA2;
  cursor: pointer;
  -webkit-transition: 0.2s all linear;
  -o-transition: 0.2s all linear;
  transition: 0.2s all linear;
  z-index: 10;
  background: none;
  border: none;
}
@media (min-width: 0) and (max-width: 699px) {
  .m-works-swiper__close-button {
    font-size: 9vw;
  }
}
@media (min-width: 700px) {
  .m-works-swiper__close-button {
    font-size: 5.859375vw;
  }
}
@media (min-width: 1081px) {
  .m-works-swiper__close-button {
    font-size: 2.34375vw;
  }
}
.m-works-swiper__close-button:hover {
  opacity: 0.75;
}

#budapest_swiper {
  background-color: #3F3F3F;
}

.m-brands-swiper {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.m-brands-swiper .swiper-slide {
  height: 100%;
  width: 100% !important;
  -ms-flex-item-align: center;
  align-self: center;
}
.m-brands-swiper .swiper-container {
  margin: auto;
  -ms-flex-item-align: center;
  align-self: center;
  width: 100%;
}
.m-brands-swiper .swiper-wrapper {
  height: auto;
}
.m-brands-swiper__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  height: 100%;
  padding: 4vw;
  min-height: 0px;
  min-width: 0px;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.m-brands-swiper__image-wrapper {
  width: 33.333%;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 700px) {
  .m-brands-swiper__image-wrapper {
    width: 33.333%;
    margin-bottom: 2vw;
    height: auto;
  }
}
@media (min-width: 1081px) {
  .m-brands-swiper__image-wrapper {
    margin-bottom: 0;
    width: 25%;
    height: auto;
  }
}
.m-brands-swiper__image-wrapper--hide-on-mobile {
  display: none;
}
@media (min-width: 1081px) {
  .m-brands-swiper__image-wrapper--hide-on-mobile {
    display: block;
  }
}
.m-brands-swiper__image-wrapper--hide-on-desktop {
  display: block;
}
@media (min-width: 1081px) {
  .m-brands-swiper__image-wrapper--hide-on-desktop {
    display: none;
  }
}
.m-brands-swiper__image {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  height: auto;
  margin: auto;
}
@media (min-width: 1081px) {
  .m-brands-swiper__image--extra-padding {
    width: 50%;
  }
}
.m-brands-swiper .swiper-button-next, .m-brands-swiper .swiper-button-prev {
  display: none;
}
@media (min-width: 1081px) {
  .m-brands-swiper .swiper-button-next, .m-brands-swiper .swiper-button-prev {
    display: block;
  }
}

@media (min-width: 0) and (max-width: 699px) {
  .swiper-pagination-fraction,
  .swiper-pagination-custom,
  .swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 2em;
  }
}
@media (min-width: 700px) {
  .swiper-pagination-fraction,
  .swiper-pagination-custom,
  .swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 4em;
  }
}

.swiper-pagination-bullet {
  background: #fff;
  opacity: 1;
  width: 1em;
  height: 1em;
}

.swiper-pagination-bullet-active {
  background: #703AA2;
}

.swiper-button-next, .swiper-button-prev {
  width: 10%;
  height: 10%;
  background-size: 45% auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-top: 0;
  cursor: pointer;
}

.swiper-button-white {
  -webkit-box-shadow: 0 0 3vw 3vw rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 3vw 3vw rgba(0, 0, 0, 0.2);
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
}

.swiper-button-next {
  right: 1%;
}

.swiper-button-prev {
  left: 1%;
}

.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after,
.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after {
  content: none !important;
}

.swiper-button-next.swiper-button-white {
  background-image: url(../images/svg/arrow_right.svg);
  background-size: 50%;
  background-repeat: no-repeat;
  background-position: center;
}

.swiper-button-prev.swiper-button-white {
  background-image: url(../images/svg/arrow_left.svg);
  background-size: 50%;
  background-repeat: no-repeat;
  background-position: center;
}

.m-works-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 auto;
  padding: 0;
  width: 80%;
  padding-bottom: 2em;
}
.m-works-grid__item {
  position: relative;
  display: inline-block;
  padding: 1vw;
  list-style: none;
  cursor: pointer;
}
@media (min-width: 0) and (max-width: 699px) {
  .m-works-grid__item {
    width: 100%;
  }
}
@media (min-width: 700px) {
  .m-works-grid__item {
    width: 50%;
  }
}
@media (min-width: 1081px) {
  .m-works-grid__item {
    width: 33.333%;
  }
}
.m-works-grid__overlay {
  position: absolute;
  top: 1vw;
  left: 1vw;
  width: calc(100% - 2vw);
  height: calc(100% - 2vw);
  background: rgba(112, 58, 162, 0.65);
  -webkit-transition: 0.2s all ease-out;
  -o-transition: 0.2s all ease-out;
  transition: 0.2s all ease-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.m-works-grid__overlay:hover {
  background: rgba(112, 58, 162, 0);
}
.m-works-grid__overlay-title {
  text-align: center;
  color: #fff;
  margin: 1em;
  text-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
@media (min-width: 0) and (max-width: 699px) {
  .m-works-grid__overlay-title {
    font-size: 4.8309178744vw;
  }
}
@media (min-width: 700px) {
  .m-works-grid__overlay-title {
    font-size: 2.6041666667vw;
  }
}
@media (min-width: 1081px) {
  .m-works-grid__overlay-title {
    font-size: 2.34375vw;
  }
}
.m-works-grid__image-container {
  width: 100%;
  height: 100%;
}
.m-works-grid__image {
  display: block;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.mobile-swiper {
  width: 100%;
}

.mobile-swiper-text {
  padding: 0 2vw;
}
.mobile-swiper-text--top {
  margin-bottom: 3em;
}

.mobile-swiper-text--button {
  cursor: pointer;
}

.mobile-swiper-accordion {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.2s ease-out;
  -o-transition: max-height 0.2s ease-out;
  transition: max-height 0.2s ease-out;
}

.mobile-accordion-container {
  border: 1px solid #eee;
}

.mobile-swiper-text--button:after {
  content: "+";
  position: absolute;
  width: 100%;
  text-align: center;
  margin: 0 auto;
  color: #703AA2;
  font-weight: bold;
  font-size: 2em;
}

.active:after {
  content: "−";
}
/*# sourceMappingURL=style.css.map */
