:root {
  --white: white;
  --gold: #c19f62;
  --black: black;
  --blue: #0091ff;
}

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

.main-screen-wrapper {
  z-index: 1;
  background-color: var(--white);
  width: 100vw;
  height: 100svh;
  display: block;
  position: relative;
  overflow: hidden;
}

.main-screen-section {
  width: 100%;
  height: 100svh;
  position: relative;
}

.hero-section {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: rgba(255, 255, 255, 0);
  background-image: url('../images/Kriszti-1-bw.png');
  background-position: 20%;
  background-repeat: no-repeat;
  background-size: auto 100%;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: relative;
}

.content-wrapper {
  z-index: 10;
  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;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  padding-bottom: 25%;
  display: flex;
  position: relative;
}

.large-title {
  opacity: .05;
  width: 50%;
  font-family: Open Sans, sans-serif;
  font-size: 15vw;
  font-weight: 800;
  line-height: 1;
  position: absolute;
  top: 24%;
  bottom: 0%;
  left: auto;
  right: 6%;
  overflow: hidden;
}

.main-screen-subtitle {
  color: #333;
  font-family: Open Sans, sans-serif;
  font-size: 2rem;
  font-weight: 800;
  line-height: 1;
}

.body {
  font-family: Opensans Variablefont Wdth Wght, sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.25;
}

.top-nav-button {
  z-index: 50;
  color: var(--gold);
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  width: 100svw;
  height: 80px;
  display: none;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.bottom-nav-button {
  z-index: 50;
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  width: 100svw;
  height: 80px;
  display: none;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.right-nav-button {
  z-index: 50;
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 100svh;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.left-nav-button {
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 100svh;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.left-nav-button.side {
  z-index: 50;
  align-items: center;
  display: none;
}

.nav-link-text {
  color: #c19f62;
  text-align: center;
  text-transform: uppercase;
  background-color: rgba(0, 144, 255, 0);
  font-size: 1.5rem;
  font-weight: 800;
  line-height: 1;
}

.nav-link-text.side-right {
  transform: rotate(90deg);
}

.nav-link-text.side-left {
  transform: rotate(-90deg);
}

.page-wrapper {
  overflow: visible;
}

.about-page-section {
  z-index: 50;
  opacity: 1;
  width: 100%;
  margin-top: -100vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.about-page-section.hidden {
  z-index: 2;
  background-color: #fff;
  margin-top: -100vh;
  display: block;
  position: relative;
  overflow: visible;
}

.section_header1 {
  background-color: #fff;
  flex-flow: column;
  display: flex;
}

.padding-section-large {
  background-color: var(--white);
  height: 100vh;
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.padding-section-large.no-height {
  height: 100%;
  padding-bottom: 7rem;
}

.heading-style-h1 {
  text-transform: uppercase;
  font-size: 1.5rem;
  font-weight: 800;
  line-height: 1.2;
}

.heading-style-h1.big {
  font-size: 4rem;
}

.heading-style-h1.big.center {
  text-align: center;
}

.header1_image-wrapper {
  position: relative;
}

.header1_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  background-color: var(--white);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  justify-items: stretch;
  display: grid;
  position: relative;
}

.header1_component.hidden {
  grid-column-gap: 0rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  justify-items: stretch;
  display: grid;
}

.text-size-medium {
  margin-bottom: 10px;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.25;
}

.text-size-medium._60 {
  width: 60%;
}

.margin-top, .margin-top.margin-medium {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.header1_image {
  filter: grayscale();
  width: 100%;
  height: 100%;
}

.padding-global {
  background-color: var(--white);
  padding-left: 5%;
  padding-right: 5%;
}

.margin-bottom, .margin-bottom.margin-small {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom.margin-small.top-margin {
  margin-top: 2.5rem;
}

.margin-bottom.margin-small.top-margin-2 {
  margin-top: 4rem;
}

.margin-bottom.margin-small.top-margin-2.last-lets-work.hidden {
  display: none;
}

.margin-bottom.margin-small.top-margin-2.last-lets-work.cta {
  background-image: linear-gradient(rgba(193, 159, 98, .25), rgba(193, 159, 98, .25));
  padding-top: 4rem;
  padding-bottom: 4rem;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.margin-bottom.margin-xsmall, .margin-bottom.margin-xlarge, .margin-bottom.margin-xxsmall, .margin-bottom.margin-medium, .margin-bottom.margin-small {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.button-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  align-items: center;
  padding-top: 40px;
  display: flex;
}

.button-group.center {
  z-index: 50;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding-top: 40px;
  position: relative;
}

.container-large {
  background-color: var(--white);
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.button {
  border: 1px solid var(--gold);
  background-color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  color: var(--gold);
  text-align: center;
  -webkit-text-stroke-color: #9d6ef0;
  padding: .75rem 1.5rem;
  font-weight: 600;
  text-decoration: none;
  transition: all .4s ease-in-out;
}

.button:hover {
  color: #333;
  background-image: linear-gradient(rgba(193, 159, 98, .25), rgba(193, 159, 98, .25));
  border-color: #333;
}

.button.is-secondary {
  color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  background-color: rgba(0, 0, 0, 0);
  border-style: solid;
  font-size: .9rem;
}

.button.primary {
  background-image: linear-gradient(to bottom, var(--gold), var(--gold));
  color: var(--white);
  border-style: solid;
  font-size: .9rem;
  font-weight: 600;
  transition: all .4s ease-in-out;
}

.button.primary:hover {
  color: var(--gold);
  background-image: linear-gradient(#333, #333);
  border-style: solid;
}

.divider {
  background-color: #818181;
  width: auto;
  min-width: 60%;
  max-width: 70%;
  height: 2px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.divider.more-details-button {
  background-color: rgba(129, 129, 129, .5);
  width: 100%;
  min-width: auto;
  max-width: none;
}

.element-wrapper {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-bottom: 20px;
  display: flex;
}

.element-wrapper._80 {
  width: 80%;
}

.element-wrapper.job-button {
  z-index: 5;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  cursor: pointer;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  margin-top: 40px;
  margin-bottom: 0;
  display: none;
  position: relative;
}

.element-wrapper.center {
  justify-content: center;
  align-items: center;
}

.small-subtitle {
  color: var(--gold);
  text-transform: uppercase;
  padding-left: 10px;
  padding-right: 0;
  font-size: .8rem;
  font-weight: 800;
}

.education-wrapper.center {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 5%;
  display: flex;
}

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

.header_content.center.width-medium {
  background-color: var(--white);
  width: 60%;
}

.about-us_timeline_progress-bar {
  z-index: -1;
  background-color: #04222f;
  width: 3px;
  height: 50vh;
  position: fixed;
  top: 0;
  bottom: 50vh;
}

.layout-352-instructions-delete {
  text-align: left;
  background-color: #dceaf1;
  padding: 2rem;
  display: none;
}

.about-us_timeline_image-wrapper {
  overflow: hidden;
}

.text-weight-semibold {
  font-weight: 600;
}

.about-us_timeline_instructions-list-item {
  padding-left: .5rem;
}

.about-us_timeline_instructions-list {
  padding-left: 1.25rem;
}

.button-group-2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.button-group-2.is-center {
  justify-content: center;
  width: 100%;
}

.container-small {
  width: 100%;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

.section_about-us_timeline {
  z-index: -3;
  position: static;
}

.hide {
  display: none;
}

.about-us_timeline_heading {
  background-color: #f9f9f9;
}

.about-us_timeline_circle {
  background-color: #04222f;
  border-radius: 100%;
  width: .9375rem;
  height: .9375rem;
  position: -webkit-sticky;
  position: sticky;
  top: 50vh;
  box-shadow: 0 0 0 8px #f9f9f9;
}

.about-us_timeline_centre {
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.about-us_timeline_progress {
  z-index: -2;
  background-color: #b3b3b3;
  width: 3px;
  height: 100%;
  position: absolute;
}

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

.padding-section-large-2 {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.timeline-on-page {
  z-index: 0;
  position: relative;
}

.button-2 {
  color: #f9f9f9;
  text-align: center;
  background-color: #047aac;
  border: 1px solid #047aac;
  border-radius: 10px;
  padding: .75rem 1.5rem;
  font-weight: 500;
  text-decoration: none;
}

.button-2.is-link {
  color: #047aac;
  background-color: rgba(0, 0, 0, 0);
  border-style: none;
  padding: .25rem 0;
  line-height: 1;
  text-decoration: none;
}

.button-2.is-link.is-icon {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
}

.button-2.is-secondary {
  color: #047aac;
  background-color: rgba(0, 0, 0, 0);
}

.icon-embed-xxsmall {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: none;
}

.about-us_timeline_timeline {
  z-index: -3;
}

.about-us_timeline_item {
  z-index: 2;
  grid-template-rows: auto;
  grid-template-columns: 1fr 12rem 1fr;
  grid-auto-columns: 1fr;
  padding-top: 4rem;
  padding-bottom: 4rem;
  display: grid;
  position: relative;
}

.about-us_timeline_fade-overlay-bottom {
  z-index: 1;
  background-image: linear-gradient(to top, #f9f9f9, rgba(255, 255, 255, 0));
  width: 100%;
  height: 6rem;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.about-us_timeline_layout {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.about-us_timeline_fade-overlay-top {
  z-index: 1;
  background-image: linear-gradient(#f9f9f9, rgba(255, 255, 255, 0));
  width: 100%;
  height: 6rem;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.about-us_timeline_date-text {
  text-align: right;
}

.container-scrolling {
  z-index: 1;
  transform-origin: 50% 0;
  justify-content: center;
  align-items: flex-end;
  margin-top: 40px;
  margin-bottom: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.bg-art {
  z-index: -1;
  background-color: var(--white);
  opacity: 1;
  background-image: linear-gradient(rgba(255, 255, 255, .63), rgba(255, 255, 255, .63)), url('../images/image-19-3-1.png');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.line-ver {
  transform-origin: 50% 0;
  background-color: #e0cffe;
  align-self: center;
  width: 10px;
  height: 200px;
}

.line-ver.margin-top {
  margin-top: -10px;
}

.line-ver.origin-botttom {
  transform-origin: 50% 100%;
}

.line-ver.short {
  height: 100px;
  margin-top: -10px;
}

.line-ver.extra-short {
  height: 40px;
}

.line-ver.first, .line-ver.first.aniamation {
  transform-origin: 50% 0;
  background-color: #888;
  height: 100px;
}

.line-ver.short-copy {
  height: 100px;
  margin-top: 0;
  margin-bottom: -10px;
}

.line-ver.long {
  height: 400px;
}

.line-ver.short-bottom {
  height: 100px;
  margin-bottom: -10px;
}

.line-ver.med {
  height: 250px;
}

.sec {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
  position: static;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.flex {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.flex.right {
  justify-content: space-between;
  align-self: flex-end;
  margin-left: 0%;
}

.flex.center-2 {
  justify-content: space-between;
  align-items: center;
  padding-right: 0;
}

.flex.ver {
  flex-direction: column;
  align-items: stretch;
}

.flex.ver.margin-24 {
  margin-right: 24px;
}

.flex.ver.half {
  width: 50%;
}

.flex.ver.center {
  color: #e0cffe;
  align-items: center;
}

.flex.ver.half-right {
  align-items: flex-end;
  width: 49%;
}

.flex.ver.half-right.down {
  justify-content: flex-end;
  width: 50%;
}

.flex.ver.left {
  width: 100%;
}

.flex.ver.quarter {
  align-items: flex-end;
}

.flex.hor, .flex.hor.center {
  justify-content: center;
}

.flex.hor.left {
  justify-content: space-between;
}

.flex.hor.middle {
  justify-content: space-between;
  align-items: stretch;
}

.flex.hor.space-bwtween {
  justify-content: space-between;
  align-items: center;
}

.flex.hor.space-bwtween.top {
  align-items: flex-start;
}

.flex.half {
  width: 51.4%;
}

.rotation-hero-text-bg {
  z-index: 1;
  opacity: .66;
  filter: blur(14px) brightness(0%);
  position: absolute;
  bottom: 33%;
}

.line-ver-copy {
  transform-origin: 50% 0;
  background-color: rgba(0, 0, 0, 0);
  align-self: center;
  width: 10px;
  height: 200px;
}

.copyright-footer {
  justify-content: center;
  width: 60%;
  margin-top: 20px;
  text-decoration: none;
  display: flex;
}

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

.footer {
  color: #fff;
  text-align: center;
  background-color: #121212;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100vw;
  margin-top: 0;
  padding-top: 60px;
  padding-bottom: 40px;
  display: flex;
  position: relative;
  left: -5%;
}

.rel {
  position: relative;
}

.rotation-hero-text {
  z-index: 2;
  position: relative;
}

.line-container-copy {
  transform-origin: 50% 0;
  justify-content: center;
  width: 40%;
  display: flex;
}

.resources-block {
  color: #fff;
  text-align: left;
  align-self: flex-start;
  width: 100%;
  margin-top: 220px;
}

.button-block {
  z-index: 99999;
  display: inline-block;
  position: absolute;
  top: 2%;
  bottom: auto;
  left: auto;
  right: 2%;
}

.button-3 {
  color: #402e70;
  background-color: #e0cffe;
  padding: 12px 24px;
  font-weight: 700;
}

.button-3:hover {
  box-shadow: 4px 4px 20px rgba(0, 0, 0, .17);
}

.scroll-text {
  overflow: hidden;
  transform: rotate(90deg);
}

.text {
  color: #e0cffe;
  overflow: hidden;
}

.text.margin-5-left {
  margin-left: 5px;
  padding-left: 7px;
  padding-right: 12px;
}

.text.margin-5-right {
  text-align: right;
  margin-left: 0;
  margin-right: 5px;
  padding-left: 7px;
  padding-right: 7px;
}

.text.margin-left {
  margin-left: 20px;
}

.text.margin-left.top {
  width: 45%;
}

.text.wrap {
  color: #402e70;
  text-align: center;
  background-color: #e0cffe;
  padding: 8px 16px 8px 24px;
}

.text.margin-right {
  text-align: right;
  margin-right: 20px;
}

.text.margin-right.top {
  width: 45%;
}

.heading-2 {
  color: #402e70;
}

.cc-scroll {
  color: var(--black);
  display: inline-block;
}

.wrapper {
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  max-width: 100%;
  height: 100vh;
  padding: 0 10px 70px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.line-hor {
  background-color: #e0cffe;
  width: 100%;
  height: 10px;
}

.line-hor.quarter-2 {
  width: 51.3%;
}

.line-hor.quarter-2.origin-right {
  width: 50%;
}

.line-hor.extra-short-2 {
  width: 50px;
}

.line-hor.origin-left {
  transform-origin: 0%;
}

.line-hor.origin-right {
  transform-origin: 100%;
}

.line-hor.extra-short-3 {
  width: 30px;
  margin-right: 20px;
}

.line-hor.quarter {
  width: 51.2%;
}

.line-hor.quarter.origin-right {
  width: 50%;
}

.line-hor.quarter-2-copy {
  width: 51.4%;
}

.line-hor.quarter-2-copy.origin-right {
  width: 50%;
}

.scroll {
  transform-origin: 50% 0;
  justify-content: center;
  align-items: flex-end;
  height: 100%;
  padding-bottom: 30px;
  display: flex;
  position: absolute;
  bottom: 0;
}

.line-container {
  width: 90%;
}

.copyright {
  color: #667eea;
  margin-left: 10px;
  margin-right: 10px;
  font-size: 11px;
  text-decoration: none;
}

.heading-3 {
  color: var(--black);
}

.container {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 100%;
  margin-bottom: 10%;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.step-content-block {
  text-align: left;
  align-self: center;
  width: 100%;
  position: relative;
}

.img-block {
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 40%;
  display: flex;
}

.img-block.card {
  width: 100%;
}

.dot {
  z-index: 10;
  background-color: var(--gold);
  border: 4px solid #000;
  border-radius: 50%;
  width: 1rem;
  height: 1rem;
  margin-top: -6px;
  margin-bottom: -6px;
  position: relative;
}

.step {
  z-index: 2;
  background-color: #fff;
  border-radius: 0;
  flex-flow: column;
  align-items: center;
  width: 100%;
  padding: 12%;
  display: flex;
  position: relative;
}

.step.card {
  padding: 2rem 4rem;
}

.scoll-wrap {
  flex-direction: column;
  align-items: center;
  height: 100%;
  display: flex;
  position: absolute;
  bottom: 50%;
}

.content-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.bg-shadow {
  z-index: 1;
  border-radius: 16px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  box-shadow: 7px 7px 20px rgba(18, 18, 18, .07);
}

.content-wrap {
  z-index: 500;
  justify-content: space-between;
  width: 40%;
  display: flex;
  position: relative;
}

.content-wrap.card, .text-block-2 {
  width: 100%;
}

.label {
  color: #006cd0;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 700;
}

.steps-clone {
  flex-direction: column;
  justify-content: center;
  width: 100%;
  margin-top: 0;
  display: flex;
  position: relative;
}

.step-block {
  flex-wrap: nowrap;
  align-content: center;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  min-height: 50vh;
  margin-top: -1px;
  display: flex;
  position: relative;
}

.scroll-base {
  transform-origin: 50% 0;
  background-color: #eeeff4;
  width: 6px;
  height: 100%;
}

.content {
  margin-top: 0;
  padding-bottom: 0;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.4;
}

.content.card {
  margin-top: 0;
}

.scroll-animate {
  z-index: 5;
  background-color: var(--gold);
  transform-origin: 50% 0;
  width: 6px;
  height: 150%;
  position: absolute;
  bottom: 0;
}

.heading {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 1.25rem;
  font-weight: 600;
  display: flex;
}

.dot-block {
  justify-content: center;
  align-self: flex-end;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
  position: relative;
}

.trigger {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.trigger._3 {
  height: 29%;
  top: 71%;
}

.trigger._1 {
  height: 85%;
  top: 15%;
}

.trigger._2 {
  height: 59%;
  top: 41%;
}

.scroll-line-wrap {
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-bottom: 8px;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: -50%;
  right: auto;
}

.scroll-container {
  width: 100%;
  height: 100vh;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.step-scroll {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  left: 0%;
}

.scroll-wrap {
  align-self: flex-start;
  width: 100%;
  height: 400vh;
  display: flex;
  position: relative;
}

.content-wrap-2 {
  justify-content: flex-end;
  width: 40%;
  display: flex;
}

.img-block-2 {
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 40%;
  display: flex;
}

.scroll-animate-2 {
  z-index: 999;
  transform-origin: 0%;
  background-color: #006cd0;
  width: 100%;
  height: 6px;
  position: absolute;
  bottom: 0;
}

.scroll-base-2 {
  transform-origin: 0%;
  background-color: #eeeff4;
  width: 100%;
  height: 6px;
}

.clone-section {
  margin-bottom: 50vh;
}

.dot-2 {
  z-index: 3;
  background-color: #eeeff4;
  border-radius: 50%;
  align-self: center;
  width: 12px;
  height: 12px;
  position: relative;
}

.step-block-2 {
  flex-wrap: nowrap;
  flex: none;
  align-content: center;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 80vh;
  display: flex;
  position: relative;
}

.heading-4 {
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
}

.content-wrap-3 {
  justify-content: flex-end;
  width: 40%;
  display: flex;
}

.scroll-animate-3 {
  z-index: 999;
  transform-origin: 0%;
  background-color: #006cd0;
  width: 100%;
  height: 6px;
  position: absolute;
  bottom: 0;
}

.scroll-base-3 {
  transform-origin: 0%;
  background-color: #eeeff4;
  width: 100%;
  height: 6px;
}

.dot-3 {
  z-index: 3;
  background-color: #eeeff4;
  border-radius: 50%;
  align-self: center;
  width: 12px;
  height: 12px;
  position: relative;
}

.step-block-3 {
  flex-wrap: nowrap;
  flex: none;
  align-content: center;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 80vh;
  display: flex;
  position: relative;
}

.experience-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 6rem;
  display: flex;
}

.edu-cards {
  z-index: 10;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: auto;
  padding-top: 7rem;
  display: grid;
  position: relative;
}

.edu-card {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.edu-card.interior-design, .edu-card.center {
  justify-content: center;
  align-items: center;
}

.edu-card.hidden {
  display: none;
}

.edu-year-school {
  z-index: 50;
  margin-right: -35px;
  position: relative;
}

.edu-description {
  z-index: 20;
  background-color: #fcfaf7;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  min-height: 250px;
  padding: 2rem 4rem;
  display: flex;
  position: relative;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
}

.edu-description.center {
  justify-content: center;
  align-items: center;
  width: 50%;
}

.edu-year-text {
  text-align: right;
  font-size: 2rem;
  font-weight: 800;
  line-height: 1;
}

.edu-years-text {
  color: var(--gold);
  text-align: right;
  font-size: 4rem;
  font-weight: 800;
  line-height: 1;
}

.edu-years-text.small {
  color: rgba(193, 159, 98, .75);
  font-size: 1rem;
  font-weight: 600;
}

.edu-years-text.small.card {
  color: rgba(193, 159, 98, .6);
}

.edu-specialization {
  color: rgba(51, 51, 51, .8);
  text-transform: capitalize;
  font-size: 1.25rem;
  font-weight: 800;
}

.edu-school-name {
  text-transform: uppercase;
  padding-bottom: 20px;
  font-size: 2rem;
  font-weight: 800;
}

.edu-description-text {
  color: rgba(51, 51, 51, .82);
  padding-bottom: 5px;
  font-size: 1rem;
  font-weight: 600;
}

.edu-description-text.op-0 {
  opacity: 0;
  display: none;
}

.edu-cards-wrapping {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  flex-flow: column;
  padding-top: 4rem;
  padding-bottom: 4rem;
  display: flex;
}

.field {
  z-index: -4;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.field-absolute-title {
  color: rgba(193, 159, 98, .1);
  text-align: center;
  font-size: 6rem;
  font-weight: 800;
}

.main-screen-name {
  color: #333;
  text-transform: uppercase;
  mix-blend-mode: normal;
  font-family: Open Sans, sans-serif;
  font-size: 3.5rem;
  font-weight: 800;
  line-height: 1;
}

.bold-text {
  color: #c19f62;
  font-weight: 800;
}

.image {
  display: none;
}

.job-title {
  color: rgba(51, 51, 51, .8);
  text-transform: capitalize;
  padding-bottom: 20px;
  font-size: 1.5rem;
  font-weight: 800;
  line-height: 1.2;
}

.job-title.card {
  font-size: 3rem;
}

.job-workplace-name {
  text-align: left;
  text-transform: uppercase;
  width: 80%;
  padding-bottom: 10px;
  font-size: 1.5rem;
  font-weight: 800;
}

.job-workplace-name.left {
  text-align: right;
  width: auto;
  padding-bottom: 10px;
}

.job-workplace-name.card {
  color: var(--gold);
  width: auto;
}

.job-location {
  color: rgba(41, 41, 41, .4);
  text-align: right;
  font-size: 1.5rem;
  font-weight: 800;
}

.job-timeline-data {
  z-index: 50;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  margin-right: -40px;
  padding-right: 12%;
  display: flex;
  position: relative;
}

.job-timeline-data.right {
  justify-content: flex-start;
  align-items: flex-start;
  margin-right: 0;
  padding-left: 12%;
  padding-right: 0%;
}

.job-timeline-data.card {
  margin-right: 0;
  padding-right: 0%;
}

.position-detail {
  color: rgba(51, 51, 51, .7);
  font-weight: 600;
}

.mainscreen-image-absolute {
  z-index: 0;
  filter: none;
  width: 100%;
  display: block;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: -1%;
  right: 0%;
}

.skills-list-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
}

.skill-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.skill-dot {
  background-color: var(--gold);
  border-radius: 500px;
  width: .8rem;
  height: .8rem;
}

.skill-dot.op-25 {
  opacity: .25;
}

.div-block {
  height: 800px;
}

.button-group-3 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.section_about-us_services {
  display: block;
}

.icon-1x1-medium {
  width: 3rem;
  height: 3rem;
}

.padding-global-2 {
  padding-left: 5%;
  padding-right: 5%;
}

.about-us_services_instructions-list-item {
  padding-left: .5rem;
}

.about-us_services_instructions-list {
  padding-left: 1.25rem;
}

.about-us_services_content-right {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.about-us_services_card {
  background-color: #f9f9f9;
  border: 1px solid #04222f;
  flex-direction: column;
  justify-content: space-between;
  margin-right: 1.5rem;
  padding: 2rem;
  display: flex;
  position: absolute;
}

.about-us_services_card.card-2 {
  z-index: 1;
  background-color: #f9f9f9;
  border-style: none;
  width: 40vw;
  padding-top: 1rem;
  padding-bottom: 3rem;
  padding-left: 4rem;
  display: flex;
  transform: rotate(3deg);
}

.about-us_services_card.card-2.z-index-3 {
  z-index: 3;
}

.about-us_services_card.card-3 {
  border-style: none;
  width: 40vw;
  padding-top: 2rem;
  padding-bottom: 3rem;
  padding-left: 4rem;
  transform: rotate(6deg);
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.about-us_services_card.card-3.z-index-3 {
  z-index: 3;
}

.about-us_services_card.card-1 {
  z-index: 2;
  background-color: #f9f9f9;
  border-style: none;
  width: 40vw;
  padding-bottom: 3rem;
  padding-left: 4rem;
  display: flex;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.about-us_services_content {
  grid-column-gap: 0rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.button-4 {
  color: #f9f9f9;
  text-align: center;
  background-color: #047aac;
  border: 1px solid #047aac;
  border-radius: 10px;
  padding: .75rem 1.5rem;
  font-weight: 500;
  text-decoration: none;
}

.button-4.is-link {
  color: #047aac;
  background-color: rgba(0, 0, 0, 0);
  border-style: none;
  padding: .25rem 0;
  line-height: 1;
  text-decoration: none;
}

.button-4.is-link.is-icon {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
}

.button-4.is-secondary {
  color: #047aac;
  background-color: rgba(0, 0, 0, 0);
}

.layout-416-instructions-delete {
  text-align: left;
  background-color: #dceaf1;
  padding: 2rem;
}

.about-us_services_component {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 200vh;
  position: relative;
}

.text-size-medium-2 {
  font-size: 1.125rem;
}

.about-us_services_ix-trigger {
  z-index: -1;
  margin-top: 100vh;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.contact-icons-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.contact-icons-wrapper.center {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  justify-content: center;
  align-items: center;
}

.contact-icon-wrapper {
  background-color: #333;
  border-radius: 500px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
}

.contact-icon-wrapper.big {
  width: 80px;
  height: 80px;
}

.contact-icon {
  color: var(--gold);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
}

.contact-icon.big {
  width: 3rem;
  height: 3rem;
}

.icon-embed-xxsmall-3 {
  color: var(--gold);
  background-color: #333;
  border-radius: 500px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.padding-top {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.padding-top.padding-medium {
  background-color: var(--black);
  justify-content: flex-start;
  align-items: center;
  margin-top: 4%;
  padding: 2% 5% 3%;
  display: block;
  position: relative;
  bottom: 0;
  overflow: hidden;
}

.footer1_bottom-wrapper {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.footer1_credit-text {
  color: rgba(193, 159, 98, .8);
  font-size: .875rem;
  font-weight: 400;
}

.footer1_legal-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: center;
  display: grid;
}

.footer1_legal-link {
  font-size: .875rem;
  text-decoration: underline;
}

.link {
  color: rgba(193, 159, 98, .8);
  text-decoration: underline;
}

.curzor {
  border: 2px solid var(--gold);
  filter: blur(5px);
  -webkit-text-fill-color: inherit;
  mix-blend-mode: normal;
  background-color: rgba(233, 207, 160, .59);
  background-image: none;
  background-size: auto;
  background-clip: padding-box;
  border-radius: 500px;
  width: 40px;
  height: 40px;
  margin: auto;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.cursor-wrapper {
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

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

.icon-embed-xsmall {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.form_input {
  border-style: solid;
  border-width: 1px;
  border-radius: 0;
  height: auto;
  min-height: 2.75rem;
  margin-bottom: 0;
  padding: .5rem .75rem;
  font-size: 1rem;
  line-height: 1.6;
}

.form_input:focus {
  border-color: #000;
}

.form_input::placeholder {
  color: rgba(0, 0, 0, .6);
}

.form_input.is-text-area {
  height: auto;
  min-height: 11.25rem;
  padding-top: .75rem;
  padding-bottom: .75rem;
  overflow: auto;
}

.form_checkbox-icon {
  cursor: pointer;
  border-style: solid;
  border-width: 1px;
  border-radius: 0;
  width: 1.125rem;
  min-width: 1.125rem;
  height: 1.125rem;
  min-height: 1.125rem;
  margin-top: 0;
  margin-left: -1.25rem;
  margin-right: .5rem;
  transition: all .2s;
}

.form_checkbox-icon.w--redirected-checked {
  box-shadow: none;
  background-color: #000;
  background-size: 16px 16px;
  border-width: 1px;
  border-color: #000;
}

.form_checkbox-icon.w--redirected-focus {
  box-shadow: none;
  border-color: #000;
}

.error-text {
  color: #e23939;
}

.contact5_item {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.contact5_item.contact-page {
  aspect-ratio: auto;
  object-fit: contain;
}

.contact5_form {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.contact5_component {
  z-index: 200;
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  background-image: url('../images/contact-kriszti-color.png');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  height: 100svh;
  margin-top: -100vh;
  padding-top: 4rem;
  padding-bottom: 10%;
  padding-left: 0%;
  display: none;
  position: relative;
  overflow: hidden;
}

.success-text {
  font-weight: 600;
}

.success-message {
  padding: 1.5rem;
}

.error-message {
  margin-top: 1.5rem;
  padding: .875rem 1rem;
}

.button-5 {
  text-align: center;
  border-style: solid;
  border-width: 1px;
  padding: .75rem 1.5rem;
  text-decoration: none;
}

.contact5_contact-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-top: 2rem;
  padding-bottom: .5rem;
  display: grid;
}

.text-style-link {
  text-decoration: underline;
}

.form_checkbox-label {
  margin-bottom: 0;
}

.form_checkbox {
  align-items: center;
  margin-bottom: 0;
  padding-left: 1.25rem;
  display: flex;
}

.contact5_content {
  z-index: 2;
  height: 100%;
  padding-left: 5%;
  position: relative;
}

.contact5_form-block {
  flex-direction: column;
  align-items: stretch;
  margin-bottom: 0;
}

.contact5_icon-wrapper {
  flex: none;
  align-self: flex-start;
  margin-right: 1rem;
}

.form_field-label {
  margin-bottom: .5rem;
  font-weight: 400;
}

.form_field-wrapper {
  position: relative;
}

.heading-5 {
  font-size: 4rem;
}

.heading-contact {
  font-size: 4rem;
  line-height: 1;
}

.contact-img-wrapper {
  z-index: 0;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100svh;
  padding-top: 0%;
  display: none;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

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

.contact-link {
  color: rgba(51, 51, 51, .8);
  font-weight: 600;
  text-decoration: none;
}

.responsibilities-title {
  color: rgba(51, 51, 51, .8);
  text-transform: uppercase;
  padding-bottom: 10px;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.25;
}

.responsibilities-text {
  color: rgba(51, 51, 51, .8);
  padding-bottom: 20px;
  font-size: .9rem;
  font-weight: 400;
  line-height: 1.3;
}

.wrapper-simple {
  padding-top: 20px;
  padding-bottom: 0;
  display: none;
}

.knowledgetransfer-title {
  color: rgba(51, 51, 51, .8);
  text-transform: uppercase;
  padding-bottom: 10px;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.25;
}

.on-hover-job-detail, .on-hover-job-detail.hidden {
  display: block;
}

.step-block-card {
  flex-flow: column;
  align-content: center;
  justify-content: space-around;
  align-items: center;
  width: 90%;
  min-height: 50vh;
  margin-top: 0;
  display: none;
  position: relative;
  box-shadow: 0 2px 11px rgba(0, 0, 0, .2);
}

.job-header-card {
  display: flex;
}

.job-detail-pop-ups {
  z-index: 999;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: none;
  position: fixed;
  top: 0;
  bottom: auto;
  left: auto;
  right: auto;
  overflow: hidden;
}

.close-wrapper {
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: absolute;
  top: -1.5rem;
  bottom: auto;
  left: 1.5rem;
  right: 0;
}

.bold-text-2 {
  width: 100%;
  font-size: .7rem;
}

.bold-text-3 {
  color: rgba(51, 51, 51, .8);
}

.hover-highlight {
  color: rgba(51, 51, 51, .6);
  font-weight: 700;
}

.back-button-wrapper {
  width: 100%;
  position: absolute;
}

.text-block-7 {
  color: #c19f62;
}

.text-block-7.contact {
  color: #333;
}

@media screen and (max-width: 991px) {
  .about-page-section {
    display: flex;
  }

  .padding-section-large {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .heading-style-h1 {
    font-size: 3.25rem;
  }

  .header1_image-wrapper {
    position: -webkit-sticky;
    position: sticky;
    top: 40%;
  }

  .header1_component {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .header1_component.hidden {
    align-items: start;
    justify-items: stretch;
  }

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

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

  .margin-bottom.margin-small.top-margin-2.last-lets-work.hidden {
    display: block;
  }

  .margin-bottom.margin-small.top-margin-2.last-lets-work.cta {
    display: none;
  }

  .padding-section-large-2 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .about-us_timeline_item {
    grid-template-columns: 1fr 10rem 1fr;
  }

  .about-us_timeline_date-text {
    text-align: right;
  }

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

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

  .line-container {
    width: 55%;
  }

  .dot-block {
    width: 24px;
  }

  .clone-section {
    margin-bottom: 20vh;
  }

  .edu-cards {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .about-us_services_content {
    height: 100svh;
  }

  .about-us_services_component {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    height: 300svh;
    min-height: auto;
  }

  .contact-icons-wrapper {
    justify-content: center;
    align-items: center;
  }

  .contact-icons-wrapper.left {
    justify-content: flex-start;
    align-items: center;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-top.padding-medium {
    z-index: 500;
    margin-top: 0%;
    padding-top: 3%;
    padding-bottom: 4%;
  }

  .curzor {
    display: none;
  }

  .contact5_item.contact-page {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .contact5_component {
    grid-column-gap: 3rem;
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    grid-auto-flow: row;
    height: 100vh;
    min-height: auto;
  }

  .contact-img-wrapper {
    padding-top: 25%;
    display: block;
  }

  .image-2 {
    filter: grayscale();
    width: 125%;
    margin-left: -25%;
  }

  .text-block-6 {
    color: var(--gold);
  }

  .on-hover-job-detail.hidden {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .main-screen-wrapper {
    display: block;
  }

  .padding-section-large {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .padding-section-large.no-height {
    padding-bottom: 0;
  }

  .heading-style-h1 {
    font-size: 2.5rem;
  }

  .heading-style-h1.big {
    font-size: 3rem;
  }

  .header1_image-wrapper {
    top: 50%;
  }

  .header1_component {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .text-size-medium {
    font-size: 1rem;
  }

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

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

  .margin-bottom.margin-small.top-margin-2.last-lets-work {
    margin-bottom: 4rem;
  }

  .margin-bottom.margin-medium._60 {
    padding-left: 5%;
  }

  .about-us_timeline_centre {
    justify-content: flex-start;
  }

  .about-us_timeline_progress {
    left: .375rem;
  }

  .padding-section-large-2 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .about-us_timeline_item {
    grid-row-gap: 1.5rem;
    grid-template-rows: auto auto;
    grid-template-columns: 4rem 1fr;
    width: 100%;
  }

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

  .container-scrolling {
    justify-content: flex-end;
  }

  .line-ver.first {
    align-self: flex-end;
  }

  .sec {
    align-items: flex-end;
  }

  .footer {
    padding: 40px 20px;
  }

  .resources-block {
    width: 80%;
    margin-left: 10%;
  }

  .scroll-text {
    transform: translate(24px)rotate(90deg);
  }

  .cc-scroll {
    margin-bottom: 0;
  }

  .wrapper {
    padding-top: 60px;
  }

  .line-container {
    width: 60%;
  }

  .step-content-block {
    z-index: 2;
    order: -1;
    justify-content: center;
    align-items: center;
    margin-top: 10%;
    display: flex;
  }

  .img-block {
    z-index: 3;
    order: 3;
    width: 100%;
    min-height: auto;
    padding-top: 0;
    position: relative;
  }

  .dot {
    z-index: 99;
    order: 2;
    align-self: center;
    margin-bottom: 0;
    margin-left: -1%;
    padding-left: 0;
    position: absolute;
    bottom: 50%;
  }

  .step {
    justify-content: center;
    margin-left: 10px;
    padding: 2rem 2rem 2rem 4rem;
  }

  .scoll-wrap {
    z-index: 50;
    height: 100%;
    bottom: 50%;
  }

  .content-block {
    margin-bottom: 4rem;
    position: relative;
  }

  .content-wrap {
    z-index: 50;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    padding-bottom: 0;
  }

  .step-block {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    min-height: auto;
    display: grid;
  }

  .scroll-animate {
    z-index: 600;
    height: 120%;
  }

  .dot-block {
    order: 2;
    align-self: center;
    min-height: 10vh;
  }

  .scroll-line-wrap {
    z-index: 1;
    margin-bottom: -3px;
    bottom: 50%;
  }

  .content-wrap-2 {
    justify-content: center;
    align-items: center;
    width: 90%;
    height: 40vh;
    padding-bottom: 20px;
  }

  .img-block-2 {
    z-index: 3;
    order: 3;
    min-height: 40vh;
    max-height: 40vh;
    padding-top: 20px;
    position: relative;
  }

  .img-block-2.anima-1 {
    max-width: 90%;
  }

  .scroll-base-2 {
    position: relative;
  }

  .dot-2 {
    z-index: 99;
    position: static;
  }

  .step-block-2 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100vw;
    min-height: 110vh;
  }

  .content-wrap-3 {
    justify-content: center;
    align-items: center;
    width: 90%;
    height: 40vh;
    padding-bottom: 20px;
  }

  .scroll-base-3 {
    position: relative;
  }

  .dot-3 {
    z-index: 99;
    position: static;
  }

  .step-block-3 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100vw;
    min-height: 110vh;
  }

  .experience-wrapper {
    margin-top: 2rem;
  }

  .edu-cards {
    padding-top: 4rem;
  }

  .edu-description {
    width: 80%;
    padding-left: 4rem;
    padding-right: 2rem;
  }

  .edu-years-text {
    font-size: 3rem;
  }

  .edu-school-name {
    font-size: 1.5rem;
  }

  .edu-cards-wrapping {
    padding-bottom: 0;
  }

  .field-absolute-title {
    font-size: 3rem;
  }

  .job-title {
    padding-bottom: 10px;
  }

  .job-workplace-name {
    text-align: right;
  }

  .job-timeline-data {
    padding-right: 5%;
  }

  .job-timeline-data.right {
    justify-content: flex-start;
    align-items: flex-end;
    padding-left: 0%;
    padding-right: 5%;
  }

  .about-us_services_content-right {
    min-height: 24.5rem;
    position: -webkit-sticky;
    position: sticky;
    top: 25%;
  }

  .about-us_services_card {
    margin-left: 1.5rem;
  }

  .about-us_services_content {
    grid-template-columns: 1fr;
    align-content: start;
    height: 100%;
    padding-top: 4rem;
    padding-bottom: 4rem;
    position: static;
  }

  .about-us_services_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .text-size-medium-2 {
    font-size: 1rem;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-top.padding-medium {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    height: auto;
    margin-top: 0%;
    display: flex;
    bottom: auto;
  }

  .footer1_bottom-wrapper {
    flex-direction: column-reverse;
    align-items: flex-start;
    padding-bottom: 1rem;
  }

  .footer1_credit-text {
    margin-top: 1.5rem;
  }

  .footer1_legal-list {
    grid-column-gap: 0rem;
    grid-row-gap: 1rem;
    grid-auto-flow: row;
  }

  .contact5_item, .contact5_item.contact-page {
    flex-flow: column;
  }

  .contact5_component {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    background-color: var(--white);
    grid-template-columns: 1fr;
    height: auto;
    padding-bottom: 0%;
    padding-left: 0%;
    overflow: hidden;
  }

  .contact5_contact-list.contact {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr 1fr 1fr;
    padding-left: 5%;
    display: flex;
  }

  .contact5_content {
    padding-left: 0%;
    padding-right: 0%;
  }

  .contact-img-wrapper {
    justify-content: flex-end;
    align-items: flex-end;
    height: 50%;
    margin-top: -100px;
    margin-left: 0%;
    padding-top: 0%;
    display: flex;
    position: relative;
  }

  .image-2 {
    width: auto;
    height: 100%;
    margin-right: -55px;
    overflow: clip;
  }

  .contact-link.hidden {
    display: none;
  }

  .step-block-card {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    min-height: auto;
    display: grid;
  }
}

@media screen and (max-width: 479px) {
  .hero-section {
    background-image: linear-gradient(34deg, rgba(0, 0, 0, .81) 11%, rgba(255, 255, 255, 0) 54%), url('../images/Kriszti-mobile-mainscreen-bw.jpg');
    background-position: 0 0, 50% 100%;
    background-repeat: repeat, no-repeat;
    background-size: auto, 100%;
    justify-content: flex-start;
    align-items: flex-end;
    padding-top: 0%;
  }

  .content-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: flex-start;
    align-items: flex-start;
    width: auto;
    padding-bottom: 10%;
  }

  .large-title {
    display: none;
  }

  .main-screen-subtitle {
    color: rgba(252, 252, 252, .8);
    font-size: 1.5rem;
  }

  .page-wrapper {
    overflow: hidden;
  }

  .about-page-section {
    display: flex;
  }

  .section_header1 {
    width: 100%;
  }

  .heading-style-h1 {
    font-size: 2rem;
  }

  .heading-style-h1.big {
    margin-top: 0;
    font-size: 2.5rem;
  }

  .header1_image-wrapper {
    position: relative;
    top: 0%;
  }

  .header1_component {
    grid-template-columns: 1fr;
    padding-left: 10px;
    padding-right: 10px;
  }

  .header1_component.hidden {
    grid-row-gap: 1rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

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

  .padding-global {
    padding-left: 10px;
    padding-right: 10px;
  }

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

  .margin-bottom.margin-small {
    margin-top: 4rem;
  }

  .margin-bottom.margin-small.top-margin-2.last-lets-work.cta {
    display: none;
  }

  .margin-bottom.margin-medium._60 {
    width: 90%;
    padding-left: 5%;
  }

  .margin-bottom.margin-small.no-top-margin {
    margin-top: 0;
  }

  .button-group {
    width: 100%;
    padding-top: 40px;
  }

  .button, .button.primary {
    width: 100%;
  }

  .element-wrapper._80 {
    width: auto;
  }

  .about-us_timeline_item {
    grid-template-columns: 3rem 1fr;
  }

  .line-ver.short-bottom {
    height: 120px;
  }

  .flex.hor.space-bwtween {
    align-items: center;
  }

  .copyright-footer {
    width: 100%;
  }

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

  .resources-block {
    margin-left: 5%;
  }

  .button-block {
    top: 1%;
  }

  .wrapper {
    max-width: 100%;
  }

  .line-container {
    width: 98%;
  }

  .step-content-block {
    width: 80%;
  }

  .img-block {
    width: 90%;
  }

  .dot {
    margin-top: 0;
    margin-left: -1.5%;
  }

  .steps-clone {
    display: block;
    position: static;
  }

  .content {
    margin-top: 0;
    font-size: 20px;
  }

  .img-block-2 {
    width: 90%;
  }

  .experience-wrapper {
    padding-left: 5px;
  }

  .edu-cards {
    grid-template-rows: auto auto auto;
  }

  .edu-card {
    flex-flow: column;
  }

  .edu-year-school {
    margin-bottom: -20px;
    margin-right: 0;
  }

  .edu-description {
    width: 95%;
    min-height: 200px;
    padding: 1rem;
  }

  .edu-description.center {
    width: 100%;
  }

  .edu-years-text {
    font-size: 2rem;
  }

  .edu-years-text.small {
    font-size: .85rem;
  }

  .edu-specialization {
    font-size: 1.1rem;
  }

  .edu-school-name {
    padding-bottom: 10px;
    font-size: 1.3rem;
  }

  .edu-cards-wrapping {
    padding-top: 2rem;
  }

  .main-screen-name {
    font-size: 2rem;
  }

  .bold-text {
    font-size: 3rem;
    line-height: .7;
  }

  .job-title {
    font-size: 1rem;
  }

  .job-workplace-name, .job-workplace-name.left {
    font-size: 1.25rem;
  }

  .job-location {
    font-size: .8rem;
  }

  .about-us_services_component {
    grid-template-columns: 1fr;
  }

  .contact-icons-wrapper {
    justify-content: space-around;
  }

  .contact-icons-wrapper.left {
    justify-content: center;
    align-items: center;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-top.padding-medium {
    width: 100%;
    margin-top: 0%;
    padding-top: 4%;
    position: relative;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
    overflow: visible;
  }

  .padding-top.padding-medium.conact-absolute {
    padding-top: 2%;
    padding-bottom: 2%;
    position: absolute;
  }

  .footer1_credit-text {
    font-size: .7rem;
  }

  .contact5_component {
    z-index: 50;
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    background-color: var(--white);
    flex-flow: column;
    grid-template-columns: 1fr;
    width: 100vw;
    height: 100vh;
    margin-top: -100vh;
    padding-top: 4rem;
    padding-bottom: 0%;
    display: none;
    overflow: hidden;
  }

  .contact5_contact-list.contact {
    justify-content: flex-start;
    align-items: center;
    padding-left: 5%;
    display: flex;
  }

  .contact5_content {
    padding-top: 4rem;
    padding-left: 0%;
    padding-right: 0%;
  }

  .contact-img-wrapper {
    width: 100%;
    height: auto;
    margin-top: 0%;
    display: block;
    position: relative;
    top: 0%;
    left: 0%;
    right: 0;
    overflow: visible;
  }

  .image-2 {
    filter: none;
    width: 150%;
    margin-top: -25%;
    margin-left: -50%;
    overflow: hidden;
  }

  .contact-link.hidden {
    display: none;
  }
}

#w-node-c0af76a5-ff89-ea2b-8a8b-a1fdfd5bd4b1-9260b538 {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-a2df2a2c-a1f3-3c67-695a-15235c0c00c2-9260b538 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-da6f666f-1238-b39d-e82c-098aa140c97c-9260b538 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-cdd8ae32-7a7b-3d0d-3fc3-f970abf91420-9260b538, #w-node-cf74562d-2f1d-654b-5651-75e6c607609e-9260b538 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cdd8ae32-7a7b-3d0d-3fc3-f970abf9143c-9260b538 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_1cb5c291-9607-b2ef-1ed9-70d86340ecdb-9260b538, #w-node-_1cb5c291-9607-b2ef-1ed9-70d86340ece0-9260b538, #w-node-_1cb5c291-9607-b2ef-1ed9-70d86340ece5-9260b538 {
  align-self: start;
}

#w-node-_4a3e8933-69d7-5cdb-ac58-84622e008b0a-7834f726 {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-_4a3e8933-69d7-5cdb-ac58-84622e008b54-7834f726, #w-node-_4a3e8933-69d7-5cdb-ac58-84622e008b58-7834f726, #w-node-_4a3e8933-69d7-5cdb-ac58-84622e008b66-7834f726 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (max-width: 991px) {
  #w-node-_1cb5c291-9607-b2ef-1ed9-70d86340ecdb-9260b538 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: start;
  }

  #w-node-_1cb5c291-9607-b2ef-1ed9-70d86340ece0-9260b538 {
    align-self: start;
  }
}

@media screen and (max-width: 479px) {
  #w-node-a2df2a2c-a1f3-3c67-695a-15235c0c00c2-9260b538 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Opensans Variablefont Wdth Wght';
  src: url('../images/') format('truetype');
  font-weight: 300 800;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Opensans Variablefont Wdth Wght';
  src: url('../images/') format('truetype');
  font-weight: 300 800;
  font-style: normal;
  font-display: swap;
}