body {
  background-color: #fff;
  font-family: Roboto, sans-serif;
  color: #333;
  font-size: 1vw;
  line-height: 1.6;
}

h1 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 2.7em;
  line-height: 1.4;
  font-weight: 700;
}

h2 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 2.3em;
  line-height: 1.4;
  font-weight: 700;
}

h3 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 1.7em;
  line-height: 1.4;
  font-weight: 700;
}

h4 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 1.3em;
  line-height: 1.4;
  font-weight: 700;
}

h5 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 1em;
  line-height: 1.4;
  font-weight: 700;
}

h6 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 0.85em;
  line-height: 1.4;
  font-weight: 700;
}

p {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 1em;
}

a {
  font-size: 1em;
  text-decoration: none;
}

blockquote {
  margin-bottom: 1em;
  padding: 1em 2em;
  border-left: 0.4em solid #e2e2e2;
  font-size: 140%;
  line-height: 1.6;
}

.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-right: 2px none #000;
  border-left: 2px none #000;
}

.container.hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 100vh;
  padding: 0em;
  border-style: none;
  border-width: 2px;
  border-color: #cf9a3d;
}

.container.hero.video {
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.container.about {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0em;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border: 2px none #000;
}

.container.services {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  padding: 0em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border: 1px none #000;
}

.container.products {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border: 2px none #000;
}

.container.media {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border: 2px none #000;
}

.container.form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  padding: 0em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border: 2px none #000;
}

.container.training-img {
  height: 35em;
  background-image: url('../images/Training.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.container.course {
  position: relative;
  padding: 0em;
}

.container.consultancy-img {
  height: 30em;
  padding-right: 10em;
  padding-left: 10em;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 2px none #000;
}

.container.consultancy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0em 5em;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.container.hololea {
  padding: 5em 10em;
  background-image: url('../images/12.jpg');
  background-size: auto;
}

.container.partners {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0em;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border: 2px none #000;
}

.container.thank_you {
  height: 85vh;
}

.style_item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 2em 0em;
  border-bottom: 0.1em solid #bdbdbd;
}

.style_item.button {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: transparent;
}

.html {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  overflow: hidden;
  width: 0px;
  height: 0px;
}

.section {
  border-top: 2px none #000;
  border-bottom: 2px none #000;
}

.section.footer {
  background-color: #cf9a3d;
}

.section.is--bg {
  position: relative;
}

.nav-section {
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 5em;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 2px solid #cf9a3d;
  background-color: #efeae6;
}

.logo-wrapper {
  padding-right: 1.875em;
  padding-left: 1.875em;
}

.logo-wrapper.w--current {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image {
  width: 5em;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}

.button {
  background-color: #cf9a3d;
}

.button.outline {
  border-style: solid;
  border-width: 1px;
  border-color: #cf9a3d;
  background-color: transparent;
  color: #cf9a3d;
}

.background-video {
  width: 100%;
  height: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.narrow-col {
  position: relative;
  padding: 3vw 1vw 1vw;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-style: none none none solid;
  border-width: 1px 1px 1px 2px;
  border-color: #000;
}

.narrow-col.wide {
  padding: 3em;
  border-right-style: none;
  border-left-style: none;
}

.narrow-col.narrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0vw;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-left-style: none;
}

.about-headline {
  position: absolute;
  display: none;
}

.about-text {
  position: relative;
  margin-right: 12vw;
  font-size: 2vw;
  line-height: 1.2;
  font-weight: 700;
  text-indent: 12vw;
}

.about-text.is--missing {
  margin-right: 9vw;
  color: #333;
  font-size: 2.2em;
  letter-spacing: 0.02em;
  text-indent: 0rem;
}

.narrow-top-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.sub-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.sub-box-nr {
  width: 3vw;
  font-size: 1.3vw;
  line-height: 1;
}

.narrow-col-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 3vw 1vw 1vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-style: none;
  border-width: 1px 1px 1px 2px;
  border-color: #000;
}

.narrow-col-wrapper.is--last {
  padding-right: 2.8rem;
  padding-left: 1em;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.sub-box-h2 {
  line-height: 1;
  text-transform: uppercase;
}

.sub-box-h2.is--hide {
  display: none;
}

.title-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 1em;
  padding-bottom: 1em;
  padding-left: 0vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 2px none #000;
  background-color: #cf9a3d;
}

.title-wrapper.partners {
  display: none;
  padding-left: 1em;
  border-bottom-style: none;
  background-color: transparent;
}

.services-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.services-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 27.5em;
  padding: 2em 1em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-right: 2px none #000;
  border-left: 2px none #000;
}

.services-block.is--last {
  border-right-style: none;
}

.services-head {
  font-size: 2.5em;
  line-height: 1.2;
  font-weight: 400;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.services-sub {
  -webkit-transition: opacity 350ms ease;
  transition: opacity 350ms ease;
  font-size: 1.2em;
}

.services-sub.is-padding {
  padding-right: 2rem;
}

.circle {
  width: 2vw;
  height: 2vw;
  margin-right: 1em;
  border-radius: 50%;
  background-color: #cf9a3d;
}

.counter-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 2vw;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.counter-number {
  font-weight: 300;
}

.title {
  font-size: 1.7em;
  line-height: 1;
  font-weight: 300;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.products-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: space-around;
  -ms-flex-line-pack: distribute;
  align-content: space-around;
}

.products-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20%;
  height: auto;
  padding: 2em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-right: 2px none #000;
  border-left: 2px none #000;
}

.products-block.is--last {
  height: auto;
  border-right-style: none;
}

.product-img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.media-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: space-around;
  -ms-flex-line-pack: distribute;
  align-content: space-around;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.media-box-head {
  display: none;
  width: 50%;
  height: 28.5em;
  padding-right: 2rem;
  padding-left: 2rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-right: 2px none #000;
}

.media-box-head.mixed {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
  height: auto;
  margin-right: 0vw;
  padding: 2rem 1rem;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  border: 1px none #000;
}

.media-box-head.mixed.backup {
  display: none;
}

.media-box-head.videa {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
  height: auto;
  margin-right: 0vw;
  padding: 2rem 1rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  border: 1px none #000;
}

.media-box-head.videa.backup {
  display: none;
}

.media-img {
  width: 49%;
  margin-bottom: 1rem;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.media-img.is--scale {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.media-img.is--hide {
  display: none;
}

.empty {
  height: 20em;
}

.video-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1rem;
}

.media-head {
  display: none;
  margin-bottom: 2vw;
  line-height: 1.2;
  font-weight: 400;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.media-sub {
  display: none;
  margin-bottom: 2vw;
}

.field-label {
  margin-bottom: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-size: 1.6vw;
  line-height: 1;
}

.submit-button {
  position: absolute;
  z-index: 2;
  width: 9em;
  height: 9em;
  border-radius: 50%;
  background-color: #cf9a3d;
  text-align: center;
  text-transform: uppercase;
}

.submit-button:hover {
  background-color: #262223;
  color: #cf9a3d;
}

.text-field {
  overflow: visible;
  width: 35vw;
  margin-right: 0.5em;
  margin-bottom: 0px;
  margin-left: 0.5em;
  border-style: none none solid;
  border-width: 1px;
  border-color: #000 #000 #5c5c5c;
  background-color: transparent;
  opacity: 1;
  text-align: center;
}

.text-field.email {
  width: 30vw;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 1.3rem;
}

.text-field.company {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 1.3rem;
}

.text-field.phone {
  width: 18vw;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 1.3rem;
}

.text-field.name {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 1.3rem;
}

.text-field.project {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 1.3rem;
}

.float-text-btn {
  position: relative;
  left: auto;
  top: 0%;
  right: auto;
  bottom: 0%;
  z-index: 4;
  display: none;
  color: #5c5c5c;
  font-size: 1.3em;
  font-weight: 500;
  letter-spacing: 0em;
  text-transform: uppercase;
}

.select-field {
  width: 30vw;
  margin-right: 0.5em;
  margin-bottom: 0px;
  margin-left: 0.5em;
  border-style: solid;
  border-width: 1px;
  border-color: #5c5c5c;
  background-color: transparent;
  color: #5c5c5c;
}

.form-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 85%;
  margin-right: auto;
  margin-bottom: 2.5em;
  margin-left: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.form-row.submit {
  margin-top: 2.5em;
  padding-top: 3.9em;
  padding-bottom: 3.9em;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.circle-outline {
  position: absolute;
  z-index: 3;
  display: none;
  width: 9em;
  height: 9em;
  border-style: solid;
  border-width: 3px;
  border-color: #cf9a3d;
  border-radius: 50%;
}

.float-btn-wrapper {
  position: relative;
  z-index: 1;
  display: none;
  width: 9em;
  height: 9em;
  margin-top: 2em;
  margin-right: auto;
  margin-left: auto;
  padding: 3.9em 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border: 2px none #000;
  border-radius: 0%;
}

.form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px none #000;
}

.form-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 5vw;
  padding-bottom: 5vw;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-content: space-around;
  -ms-flex-line-pack: distribute;
  align-content: space-around;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.form-block {
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.scroll-text {
  display: none;
  font-weight: 700;
  text-transform: uppercase;
}

.products-sub {
  -webkit-transition: opacity 350ms ease;
  transition: opacity 350ms ease;
}

.paragraph.missing {
  color: #333;
  font-size: 1.3em;
  text-align: left;
}

.tabs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.tabs-menu {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 2em 2em 5em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  border-bottom: 2px none #000;
}

.tab-link {
  background-color: transparent;
  font-size: 1.2em;
}

.tab-link:hover {
  font-weight: 700;
}

.tab-link.w--current {
  border: 2px none #000;
  background-color: #cf9a3d;
  font-weight: 700;
}

.tabs-content {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.tab-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1em;
}

.intro {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 2em;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-left: 2px none #000;
}

.overview {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 2em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-left: 2px none #000;
}

.co_heading {
  margin-bottom: 1em;
  font-size: 2em;
}

.info-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-top: 2px none #000;
}

.info-block {
  padding: 2em;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-left: 2px none #000;
}

.info-block.on_completion {
  background-color: #cf9a3d;
}

.info-text {
  font-size: 1.6em;
}

.info-text.large {
  font-size: 3.5em;
  line-height: 1.1;
}

.info-text.large.missing {
  font-size: 3.5em;
}

.info-headiing {
  margin-bottom: 2em;
}

.bold-text {
  text-transform: uppercase;
}

.bold-text-2 {
  text-transform: uppercase;
}

.bold-text-3 {
  text-transform: uppercase;
}

.text-block-2 {
  font-size: 2.5em;
  line-height: 1.7;
}

.missing {
  color: #333;
  font-size: 1.1vw;
}

.course-overview {
  font-size: 1.6em;
}

.section-bg-header {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: inline-block;
  max-width: 1920px;
  color: transparent;
  font-size: 9em;
  line-height: 0.9;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.consult-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-top: 2px none #000;
  border-left: 2px none #000;
}

.consult-block {
  width: 50%;
  padding: 2em 2em 3em;
  border-right: 2px none #000;
  border-bottom: 2px none #000;
  border-left: 2px none #000;
}

.consult-block.is--hide {
  display: none;
}

.consult-heading {
  margin-bottom: 1em;
  font-size: 2.5em;
  font-weight: 300;
  text-transform: uppercase;
}

.consult-text {
  font-size: 1.5em;
}

.rent-head {
  background-color: #efeae6;
  background-image: none;
  background-size: auto;
  background-repeat: repeat;
  color: #efeae6;
  font-size: 13.3em;
  font-weight: 700;
  letter-spacing: -0.05em;
  text-transform: uppercase;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.rent-head.is--hide {
  background-image: none;
  background-size: auto;
  background-repeat: repeat;
  color: #e8e8e8;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.rent-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 5em;
  margin-left: 5em;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  border-right: 2px none #000;
}

.rent-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 2px none #000;
  border-left: 2px none #000;
}

.rent-block.is--flip {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.rent-block.is--flip.is--last {
  border-bottom-style: none;
}

.rent-dash {
  height: 2px;
  margin-bottom: 2em;
  background-color: #cf9a3d;
}

.rent-headline {
  min-height: 100px;
  font-weight: 300;
  text-transform: uppercase;
}

.text-block-4 {
  font-size: 1.4vw;
}

.rent-text {
  font-size: 1.5em;
  line-height: 1.9;
}

.rent-text.missing {
  color: red;
}

.left-side {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  min-height: 35em;
  padding: 2em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.right-side {
  width: 50%;
}

.rent-img {
  position: relative;
  width: 100%;
  max-height: 35em;
  min-height: 35em;
  -o-object-fit: cover;
  object-fit: cover;
}

.rent-img.is--hide {
  display: none;
}

.rent-img.is--fill {
  position: relative;
  width: 100%;
  height: 100%;
  max-height: 35em;
  -o-object-fit: cover;
  object-fit: cover;
}

.image-3 {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 0%;
  object-position: 50% 0%;
}

.partners-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 2vw;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-content: space-around;
  -ms-flex-line-pack: distribute;
  align-content: space-around;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.partners-block {
  opacity: 0.4;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.partners-block:hover {
  opacity: 1;
}

.image-4 {
  height: 8vw;
}

.relsson-logo {
  height: 8vw;
}

.relsson-logo.is--mising {
  border-style: solid;
  border-width: 2px;
  border-color: red;
}

.services-sub {
  font-size: 1.2em;
}

.footer-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 2em 5em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.copyright-icon {
  margin-right: auto;
  margin-left: auto;
  padding-right: 1em;
  font-family: 'Fa 400', sans-serif;
  color: #000;
  font-size: 0.6vw;
}

.copyright-icon.hypervsn {
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 0em;
  padding-left: 20px;
}

.copyright {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.copyright-text {
  color: #000;
  font-size: 0.7vw;
  line-height: 1;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.footer-head {
  display: none;
  font-family: Roboto, sans-serif;
  color: #efeae6;
  font-size: 2em;
  font-weight: 300;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.rent-video {
  max-height: 35em;
  -o-object-fit: fill;
  object-fit: fill;
}

.nav-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  margin-right: 2em;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-right: 0.75em;
  padding-left: 0.75em;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-text {
  font-size: 16px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.hypervsn-copy {
  position: static;
  left: 3%;
  top: auto;
  right: 0%;
  bottom: 9%;
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 7px;
  color: #262223;
  font-size: 10px;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.hypervsn-video-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-5 {
  height: 39em;
  -o-object-fit: cover;
  object-fit: cover;
}

.hypervsn-photo-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 2px none #000;
  border-right: 1px none #000;
  border-bottom: 2px none #000;
}

.title-block {
  width: 1920px;
  padding-left: 1em;
}

.back-button {
  position: fixed;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 1.25em;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 5em;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-top-left-radius: 100vw;
  border-bottom-left-radius: 100vw;
  background-color: #cf9a3d;
}

.back-dot {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 2rem;
  height: 2rem;
  margin-left: 1em;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  background-color: #efeae6;
}

.paragraph-2 {
  padding-right: 1em;
  padding-left: 1em;
  letter-spacing: 0.01em;
  text-transform: uppercase;
}

.image-6 {
  width: 1em;
  height: 1em;
}

.navbar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: transparent;
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 2em;
}

.main_navbar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 0.15em solid #cf9a3d;
  background-color: #fff;
  font-size: 2em;
}

.section-bg {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 35em;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/custom_trainings.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.section-bg.consultancy {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/consultancy.jpg');
  background-position: 0% 31%;
  background-size: cover;
  background-repeat: no-repeat;
}

.section-bg.rent {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/12.jpg');
}

.full-container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-right: 2px none #000;
  border-left: 2px none #000;
}

.full-container.hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 100vh;
  padding: 0em;
  border-style: none;
  border-width: 2px;
  border-color: #cf9a3d;
}

.full-container.hero.video {
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.full-container.about {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0em;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border: 2px none #000;
}

.full-container.services {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border: 1px none #000;
}

.full-container.products {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding: 0em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border: 2px none #000;
}

.full-container.media {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border: 2px none #000;
}

.full-container.form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border: 2px none #000;
}

.full-container.training-img {
  height: 35em;
  background-image: url('../images/Training.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.full-container.course {
  position: relative;
  padding: 0em;
}

.full-container.consultancy-img {
  height: 30em;
  padding-right: 10em;
  padding-left: 10em;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 2px none #000;
}

.full-container.consultancy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0em 5em;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.full-container.hololea {
  padding: 5em 10em;
  background-image: url('../images/12.jpg');
  background-size: auto;
}

.full-container.partners {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0em;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border: 2px none #000;
}

.background-video-2 {
  max-height: 35em;
}

.background-video-3 {
  display: none;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.background-video-4 {
  display: none;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.text-block-5 {
  color: #cf9a3d;
}

.about-us-head {
  color: #cf9a3d;
  font-size: 1.2vw;
}

.treed-logo {
  height: 8vw;
}

.deus-logo {
  height: 8vw;
}

.hypervsn-logo {
  height: 8vw;
}

.footer_left {
  width: 50%;
}

.image-7 {
  height: 2vw;
}

.fitr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.thank_you_block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.thank_you_message {
  padding-top: 3em;
  padding-bottom: 3em;
}

.thanks_headind {
  font-weight: 300;
}

.back_home_btn {
  margin-top: 1em;
  background-color: #cf9a3d;
}

.back_home_btn:hover {
  background-color: #262223;
  color: #cf9a3d;
}

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

  .container.hero {
    height: 50vh;
    padding-top: 0em;
  }

  .container.about {
    width: 100vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .container.consultancy-img {
    height: 40vh;
  }

  .container.consultancy {
    padding-right: 50px;
    padding-left: 50px;
  }

  .background-video {
    -o-object-fit: cover;
    object-fit: cover;
  }

  .narrow-col.wide {
    padding-bottom: 2em;
  }

  .about-text {
    margin-right: 0vw;
    font-size: 2.2vw;
    line-height: 1.4;
  }

  .about-text.is--missing {
    margin-right: 0vw;
  }

  .narrow-top-box {
    display: none;
  }

  .sub-box {
    margin-bottom: 3vw;
  }

  .sub-box-nr {
    font-size: 2vw;
  }

  .narrow-col-wrapper {
    width: 50%;
    padding-right: 1em;
    padding-left: 1em;
  }

  .narrow-col-wrapper.is--last {
    padding-right: 1em;
  }

  .sub-box-h2 {
    font-size: 1.8em;
    line-height: 1;
  }

  .services-wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .services-block {
    min-width: 33%;
    border-right: 2px none #000;
  }

  .services-block.is--last {
    border-right-style: none;
  }

  .services-head {
    font-size: 2em;
  }

  .circle {
    width: 2rem;
    height: 2rem;
  }

  .products-wrapper {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .products-block {
    width: 50%;
    height: auto;
    min-height: 20em;
    border-bottom: 2px none #000;
  }

  .products-block.is--last {
    border-bottom-style: none;
  }

  .field-label {
    font-size: 2.2vw;
  }

  .text-field.email {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 16px;
  }

  .text-field.company {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 16px;
  }

  .text-field.phone {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 16px;
  }

  .text-field.name {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 16px;
  }

  .text-field.project {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 16px;
  }

  .select-field {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .form-row {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .form-block {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .paragraph {
    font-size: 0.9em;
  }

  .tab-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .intro {
    border-bottom: 2px solid #000;
  }

  .info-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .info-block {
    border-bottom: 2px solid #000;
  }

  .info-block.is--last {
    border-bottom-style: none;
  }

  .info-text {
    font-size: 14px;
  }

  .info-text.large {
    font-size: 32px;
  }

  .bold-text {
    font-size: 20px;
  }

  .bold-text-2 {
    font-size: 20px;
  }

  .bold-text-3 {
    font-size: 20px;
  }

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

  .course-overview {
    font-size: 14px;
  }

  .section-bg-header {
    font-size: 70px;
  }

  .consult-heading {
    font-size: 20px;
  }

  .consult-text {
    font-size: 14px;
  }

  .rent-head {
    font-size: 5.5em;
  }

  .rent-wrapper {
    margin-right: 2em;
    margin-left: 2em;
  }

  .rent-headline {
    font-size: 2.5em;
  }

  .rent-text {
    font-size: 1.8vw;
  }

  .relsson-logo {
    height: 10vw;
  }

  .copyright-icon {
    font-size: 10px;
  }

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

  .nav-wrapper {
    display: none;
  }

  .full-container.hero {
    height: 50vh;
    padding-top: 0em;
  }

  .full-container.about {
    width: 100vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .full-container.consultancy-img {
    height: 40vh;
  }

  .full-container.consultancy {
    padding-right: 50px;
    padding-left: 50px;
  }

  .about-us-head {
    font-size: 1.1rem;
  }

  .image-7 {
    height: 4vw;
  }
}

@media screen and (max-width: 767px) {
  .container.hero {
    height: 80vh;
    padding-top: 0em;
  }

  .container.about {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    border-left-style: none;
  }

  .container.services {
    border-left-style: none;
  }

  .container.consultancy-img {
    height: 35vh;
  }

  .container.consultancy {
    padding-right: 50px;
    padding-left: 50px;
  }

  .container.hololea {
    padding-right: 30px;
    padding-left: 30px;
  }

  .nav-section {
    position: static;
  }

  .logo-wrapper {
    padding-right: 1em;
    padding-left: 1em;
  }

  .narrow-col.wide {
    border-bottom-style: none;
    border-bottom-width: 2px;
  }

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

  .about-text.is--missing {
    margin-right: 0vw;
  }

  .title-wrapper.partners {
    padding-left: 1em;
  }

  .services-block {
    height: 18em;
    min-width: 50%;
    border-bottom: 2px none #000;
    border-right-style: none;
    border-left-style: none;
  }

  .services-head {
    font-size: 26px;
  }

  .services-sub {
    font-size: 14px;
  }

  .circle {
    width: 2rem;
    height: 2rem;
  }

  .products-block {
    height: auto;
    min-height: 20em;
  }

  .media-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .media-box-head {
    width: 100%;
  }

  .media-head {
    font-size: 38px;
  }

  .media-sub {
    font-size: 14px;
  }

  .text-field.email {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .text-field.company {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .text-field.phone {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .text-field.name {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .text-field.project {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .select-field {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .form-block {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .paragraph {
    font-size: 14px;
  }

  .info-text {
    font-size: 14px;
  }

  .info-text.large {
    font-size: 32px;
  }

  .info-headiing {
    font-size: 20px;
  }

  .bold-text {
    font-size: 20px;
  }

  .bold-text-2 {
    font-size: 20px;
  }

  .bold-text-3 {
    font-size: 20px;
  }

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

  .course-overview {
    font-size: 14px;
  }

  .section-bg-header {
    font-size: 50px;
  }

  .consult-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .consult-block {
    width: auto;
    min-height: auto;
  }

  .rent-head {
    font-size: 84px;
  }

  .rent-block {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .rent-block.is--flip {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .rent-headline {
    min-height: auto;
    font-size: 38px;
  }

  .rent-text {
    font-size: 14px;
  }

  .left-side {
    width: auto;
  }

  .right-side {
    width: 100%;
  }

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

  .title-block {
    padding-left: 1em;
  }

  .back-button {
    height: 4em;
  }

  .back-dot {
    width: 2em;
    height: 2em;
  }

  .section-bg {
    height: 15em;
  }

  .section-bg.consultancy {
    background-position: 0% 50%;
  }

  .full-container.hero {
    height: 80vh;
    padding-top: 0em;
  }

  .full-container.about {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    border-left-style: none;
  }

  .full-container.services {
    border-left-style: none;
  }

  .full-container.consultancy-img {
    height: 35vh;
  }

  .full-container.consultancy {
    padding-right: 50px;
    padding-left: 50px;
  }

  .full-container.hololea {
    padding-right: 30px;
    padding-left: 30px;
  }

  .image-7 {
    height: 8vw;
    margin-top: -10px;
  }

  .fitr {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media screen and (max-width: 479px) {
  body {
    background-color: #efeae6;
  }

  .container {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .container.hero {
    height: 50vh;
    background-image: none;
  }

  .container.training-img {
    height: 20em;
    background-image: url('../images/digital-skills-training.jpeg');
    background-position: 0% 50%;
    background-size: auto;
  }

  .container.course {
    background-image: none;
  }

  .container.consultancy-img {
    position: -webkit-sticky;
    position: sticky;
    top: 0px;
    display: block;
    width: 100%;
    height: auto;
    max-width: none;
    padding: 50px 30px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    border-bottom: 2px solid #000;
    background-color: #efeae6;
  }

  .container.consultancy {
    padding-right: 20px;
    padding-left: 20px;
  }

  .container.partners {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .section.sticky {
    position: relative;
  }

  .logo-wrapper {
    padding-right: 0.5em;
    padding-left: 0.5em;
  }

  .narrow-col.wide {
    padding-top: 2em;
    padding-right: 1em;
    padding-left: 1em;
  }

  .narrow-col.narrow {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .about-text {
    font-size: 16px;
    text-indent: 87px;
  }

  .about-text.is--missing {
    font-size: 18px;
  }

  .sub-box-nr {
    width: auto;
    padding-right: 10px;
    font-size: 20px;
  }

  .narrow-col-wrapper {
    width: 100%;
    padding: 2em 1em;
    border-bottom-style: none;
    border-bottom-width: 2px;
    border-left-style: none;
  }

  .narrow-col-wrapper.is--last {
    border-bottom-style: none;
  }

  .title-wrapper.partners {
    border-bottom-style: solid;
  }

  .services-block {
    min-width: 100%;
    padding: 1em 1em 2em;
    border-left-style: none;
  }

  .services-block.is--last {
    border-bottom-style: none;
  }

  .services-sub {
    font-size: 16px;
  }

  .products-block {
    width: 100%;
    padding: 1em 1em 2em;
    border-right-style: none;
    border-left-style: none;
  }

  .media-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .media-box-head {
    width: 100%;
    height: auto;
    padding-right: 1rem;
    padding-left: 1rem;
    border-bottom: 2px solid #000;
    border-right-style: none;
  }

  .media-box-head.mixed {
    padding: 1em;
  }

  .media-box-head.videa {
    padding: 1em;
  }

  .field-label {
    margin-bottom: 5px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    font-size: 16px;
  }

  .text-field.email {
    width: auto;
    font-size: 16px;
  }

  .text-field.company {
    width: auto;
    font-size: 16px;
    line-height: 1;
  }

  .text-field.phone {
    width: 46%;
    font-size: 16px;
  }

  .text-field.name {
    width: auto;
    font-size: 16px;
    line-height: 1;
  }

  .text-field.project {
    width: auto;
    font-size: 16px;
    line-height: 1;
  }

  .float-text-btn {
    font-size: 14px;
  }

  .select-field {
    width: auto;
    line-height: 1;
  }

  .form-row {
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .float-btn-wrapper {
    margin-top: 0em;
  }

  .form {
    padding-right: 1em;
    padding-left: 1em;
  }

  .paragraph.missing {
    font-size: 16px;
  }

  .tabs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .tabs-menu {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #efeae6;
  }

  .tab-link {
    font-size: 18px;
  }

  .intro {
    padding: 20px;
    border-left-style: none;
  }

  .overview {
    padding: 20px;
    border-left-style: none;
  }

  .info-block {
    padding: 20px;
    border-left-style: none;
  }

  .info-text {
    font-size: 14px;
  }

  .info-text.large {
    font-size: 32px;
  }

  .bold-text {
    font-size: 20px;
  }

  .bold-text-2 {
    font-size: 20px;
  }

  .bold-text-3 {
    font-size: 20px;
  }

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

  .course-overview {
    font-size: 14px;
  }

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

  .section-bg-header {
    position: -webkit-sticky;
    position: sticky;
    font-size: 1.9em;
  }

  .consult-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .consult-block {
    width: auto;
    min-height: auto;
    padding-right: 0em;
    padding-left: 0em;
  }

  .rent-head {
    font-size: 2.8rem;
  }

  .rent-wrapper {
    margin-right: 20px;
    margin-left: 20px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .rent-headline {
    min-height: auto;
    font-size: 26px;
  }

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

  .partners-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .relsson-logo {
    height: 30vw;
  }

  .footer-head {
    font-weight: 400;
  }

  .back-dot {
    margin-right: 1em;
  }

  .paragraph-2 {
    display: none;
  }

  .image-6 {
    -webkit-transform: rotate(-137deg);
    -ms-transform: rotate(-137deg);
    transform: rotate(-137deg);
  }

  .section-bg.consultancy {
    background-position: 0% 50%;
  }

  .full-container {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .full-container.hero {
    height: 50vh;
    background-image: none;
  }

  .full-container.training-img {
    height: 20em;
    background-image: url('../images/digital-skills-training.jpeg');
    background-position: 0% 50%;
    background-size: auto;
  }

  .full-container.course {
    background-image: none;
  }

  .full-container.consultancy-img {
    position: -webkit-sticky;
    position: sticky;
    top: 0px;
    display: block;
    width: 100%;
    height: auto;
    max-width: none;
    padding: 50px 30px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    border-bottom: 2px solid #000;
    background-color: #efeae6;
  }

  .full-container.consultancy {
    padding-right: 20px;
    padding-left: 20px;
  }

  .full-container.partners {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .about-us-head {
    font-size: 1rem;
  }

  .image-7 {
    height: 12vw;
  }

  .fitr {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@font-face {
  font-family: 'Neue Haas Grotesk';
  src: url('../fonts/NHaasGroteskTXPro-75Bd.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Neue Haas Grotesk';
  src: url('../fonts/NHaasGroteskTXPro-65Md.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Neue Haas Grotesk';
  src: url('../fonts/NHaasGroteskTXPro-55Rg.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa solid 900';
  src: url('../fonts/fa-solid-900.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa 400';
  src: url('../fonts/fa-regular-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa brands 400';
  src: url('../fonts/fa-brands-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Caxton';
  src: url('../fonts/Caxton-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}