.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: #ccc;
  letter-spacing: .02em;
  font-family: Helvetica Neue, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.4em;
}

h1, h2 {
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: 300;
}

p {
  letter-spacing: .04em;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5em;
}

a {
  color: #ccc;
  text-decoration: none;
}

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

.navbar-logo-center-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.navbar-logo-center-container.shadow-three {
  background-color: #000;
  flex-flow: row;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: none;
  height: auto;
  margin-left: 0;
  margin-right: 0;
  padding: 12px 0;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

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

.navbar-wrapper-three {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.navbar-brand-three {
  z-index: 5;
  position: absolute;
}

.nav-menu-wrapper-three {
  width: 100%;
}

.nav-menu-three {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: fill;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-menu-block {
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.link-navbar {
  pointer-events: auto;
  color: #afafaf;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
  text-decoration: none;
}

.link-navbar:hover {
  opacity: .4;
  font-size: 14px;
}

.link-navbar:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.link-navbar[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-link-accent {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent:hover {
  color: #1a1b1fbf;
}

.button-primary {
  color: #000;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  padding: 4px 21px;
  font-size: 10px;
  line-height: 20px;
  transition: all .2s;
  display: flex;
}

.button-primary:hover {
  color: #fff;
  background-color: #000;
}

.navbar {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  display: flex;
}

.nav-menu-three-2 {
  justify-content: space-between;
  align-items: center;
  width: auto;
  max-width: none;
  margin-bottom: 0;
  padding: 10px;
  display: flex;
}

.image {
  object-fit: scale-down;
  max-width: 350px;
}

.hero-heading-right {
  z-index: auto;
  background-color: #f5f7fa00;
  border: 1px #000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100svh;
  padding: 0;
  display: flex;
  position: static;
  inset: auto 0% 0%;
}

.wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-self: auto;
  align-items: center;
  width: 100%;
  max-width: 1700px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 35px;
  padding-right: 35px;
  display: flex;
  position: static;
}

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

.wrapper.about {
  padding-left: 50px;
  padding-right: 50px;
}

.hero-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 800px;
  display: flex;
}

.hero-split {
  opacity: 1;
  flex-flow: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 200px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 20px;
  display: flex;
}

.shadow-two {
  opacity: 0;
  flex: 0 auto;
  align-self: center;
  width: 100%;
  max-width: none;
  height: 100%;
  padding-top: 0;
}

.margin-bottom-24px {
  color: #fff;
  margin-bottom: 24px;
}

.btn-landing-home {
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
  background-color: #000;
  border: .5px solid #e6e6e6;
  border-radius: 10px;
  flex: 1;
  justify-content: center;
  align-self: auto;
  align-items: center;
  margin-bottom: 0;
  margin-left: 40px;
  padding: 6px 57px;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
  transition: all .2s;
  display: flex;
}

.btn-landing-home:hover {
  color: #fff;
  background-color: #0d0d0d;
}

.btn-landing-home:active {
  background-color: #43464d;
}

.body {
  object-fit: fill;
}

.services {
  float: none;
  position: relative;
  inset: auto 0% 0%;
}

.section-wrapper {
  box-sizing: border-box;
  -webkit-text-fill-color: inherit;
  object-fit: fill;
  background-image: url('../images/Front_II.png');
  background-position: 50% 35%;
  background-size: cover;
  background-clip: border-box;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  height: 100%;
  max-height: none;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.section-wrapper.development-engineering {
  background-image: url('../images/chapter-2_vitto_b.jpg');
  background-position: 50% 75%;
  background-size: cover;
}

.section-wrapper.concept-design {
  background-image: url('../images/Front_II.jpg');
  background-position: 50% 35%;
  background-size: cover;
}

.section-wrapper.presentation-visualisation {
  background-image: url('../images/FF_Ontwerpvel-2.jpg');
  background-position: 50% 35%;
  background-size: cover;
}

.section-wrapper.skills-and-disciplines {
  background-image: url('../images/VF1_Kleurstudie.jpg');
  background-position: 50% 42%;
  background-size: cover;
}

.image-2 {
  -webkit-text-fill-color: inherit;
  background-image: url('../images/GS_Teaser_Final_Blue.jpg');
  background-position: 0 0;
  background-size: auto;
  background-clip: border-box;
  align-self: auto;
}

.service {
  text-align: left;
  justify-content: center;
  align-items: center;
  height: 25svh;
  display: flex;
  position: relative;
}

.development-eninerig {
  box-sizing: border-box;
  -webkit-text-fill-color: inherit;
  object-fit: fill;
  background-image: url('../images/2M6A0591v1-min.jpg');
  background-position: 40% 53%;
  background-size: 130%;
  background-clip: border-box;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  max-width: none;
  height: 100%;
  max-height: none;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.illustration-presentation {
  box-sizing: border-box;
  -webkit-text-fill-color: inherit;
  object-fit: fill;
  background-image: url('../images/IMG_4528.JPG');
  background-position: 50% 20%;
  background-size: cover;
  background-clip: border-box;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  max-width: none;
  height: 250px;
  max-height: none;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.skills-disciplines {
  box-sizing: border-box;
  -webkit-text-fill-color: inherit;
  object-fit: fill;
  background-image: url('../images/VF1_Kleurstudie.jpg');
  background-position: 20% 39%;
  background-size: 130%;
  background-clip: border-box;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  max-width: none;
  height: 100%;
  max-height: none;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  position: static;
}

.footer-dark {
  background-color: #000;
  border: 1px #000;
  width: 100vw;
  height: auto;
  margin-top: 0;
  padding: 35px 30px 15px;
  display: block;
  position: relative;
}

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

.footer-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #fff;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

.footer-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.title-small {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

.footer-link {
  color: #ccc;
  margin-top: 12px;
  margin-bottom: 6px;
  font-size: 14px;
  font-weight: 300;
  line-height: 16px;
  text-decoration: none;
}

.footer-link:hover {
  color: #1a1b1fbf;
}

.footer-social-block {
  color: #fff;
  justify-content: flex-start;
  align-items: center;
  margin-top: 12px;
  margin-left: -12px;
  display: flex;
}

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

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

.footer-copyright-center {
  text-align: center;
  text-transform: uppercase;
  font-size: 11px;
  line-height: 16px;
}

.gallery-slider {
  border: 1px #000;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 44px;
  padding-bottom: 44px;
  display: flex;
  position: relative;
}

.container-4 {
  justify-content: center;
  align-self: auto;
  align-items: center;
  width: auto;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.gallery-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  display: grid;
}

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

.gallery-slide {
  background-color: #0000;
  height: auto;
}

.gallery-slide-wrapper {
  width: auto;
  max-width: 47%;
  height: auto;
  margin-right: 6%;
}

.gallery-slide-image {
  width: auto;
  height: auto;
  position: relative;
}

.gallery-image {
  width: 100%;
  margin-top: 5px;
  margin-bottom: 5px;
}

.gallery-slide-text {
  color: #f5f7fa;
  margin-bottom: 0;
  line-height: 32px;
  position: absolute;
  bottom: 24px;
  left: 24px;
  right: 24px;
}

.gallery-slider-left {
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
  left: -50px;
}

.gallery-slider-left:focus-visible {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.gallery-slider-left[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.slider-arrow-embed {
  color: #1a1b1f;
}

.gallery-slider-right {
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
  right: -50px;
}

.gallery-slider-right:focus-visible {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.gallery-slider-right[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.gallery-slide-nav {
  display: none;
}

.image-3 {
  color: #fff;
  max-width: 50%;
}

.concept-design-text {
  z-index: 2;
  flex-flow: column;
  justify-content: center;
  align-self: auto;
  align-items: flex-start;
  margin-left: 40px;
  display: flex;
  position: absolute;
}

.concept-design-text:hover {
  color: #333;
}

.txt-service {
  z-index: 2;
  flex-flow: column;
  justify-content: center;
  align-self: auto;
  align-items: flex-start;
  max-width: 1300px;
  display: flex;
  position: relative;
}

.illustration-visalisatin-text {
  box-sizing: border-box;
  -webkit-text-fill-color: inherit;
  object-fit: fill;
  background-image: url('../images/FF_Ontwerpvel-2.jpg');
  background-position: 50% 28%;
  background-size: 90%;
  background-clip: border-box;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  max-width: none;
  height: 100%;
  max-height: none;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.skills-discliplines {
  z-index: 2;
  flex-flow: column;
  justify-content: center;
  align-self: auto;
  align-items: flex-start;
  margin-left: 40px;
  display: flex;
  position: relative;
}

.container-5 {
  background-color: #000;
  height: 250px;
}

.opacity-service-i {
  z-index: 1;
  opacity: .7;
  background-color: #000;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% 0% auto;
}

.opacity-service-i:hover {
  opacity: 1;
}

.opacit-service-ii {
  z-index: 1;
  opacity: .6;
  background-color: #000;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% 0% auto;
}

.opacit-service-ii:hover {
  opacity: 1;
}

.div-block {
  z-index: 1;
  opacity: .95;
  background-color: #0c0c0c;
  width: 100%;
  height: 100%;
  position: absolute;
}

.service-ii {
  text-align: left;
  height: 25svh;
  position: relative;
}

.service-iii {
  opacity: .95;
  text-align: left;
  height: 25svh;
  position: relative;
}

.opacty-service-iii {
  z-index: 1;
  opacity: .8;
  background-color: #000;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% 0% auto;
}

.opacity-service-ii {
  z-index: 1;
  opacity: .95;
  mix-blend-mode: multiply;
  background-color: #0c0c0c;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% 0% auto;
}

.service-iv {
  text-align: left;
  height: 25svh;
  position: relative;
}

.opacity-service-iv {
  z-index: 1;
  opacity: .8;
  background-color: #000;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% 0% auto;
}

.background {
  z-index: -1;
  background-color: #000;
  width: 100%;
  height: 100%;
  position: fixed;
}

.video {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
}

.background-video {
  z-index: 0;
  opacity: .18;
  mix-blend-mode: hard-light;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

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

.h1-landing-home {
  letter-spacing: .02em;
  margin-top: 0;
  margin-bottom: 12px;
}

.heading-2 {
  color: #e6e6e6;
}

.paragraph {
  color: #e6e6e6;
  margin-right: 10px;
}

.hero-logo {
  opacity: 1;
  flex: 0 auto;
  align-self: center;
  width: 100%;
  max-width: none;
  height: 100%;
  padding-top: 0;
}

.p-landing-home {
  color: #ccc;
  text-align: left;
  flex-flow: row;
  justify-content: flex-start;
  align-self: auto;
  align-items: flex-start;
  max-width: none;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
  position: relative;
}

.container-6 {
  flex-flow: column;
  justify-content: center;
  align-self: auto;
  align-items: flex-start;
  display: flex;
}

.container-7 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: left;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-self: auto;
  align-items: flex-start;
  margin-top: 0;
  display: flex;
}

.heading-3.bold {
  font-weight: 500;
}

.heading-4, .heading-5, .heading-6 {
  color: #fff;
}

.all-services {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  height: auto;
  margin-top: 0;
  padding-top: 60px;
  display: flex;
  position: relative;
}

.container-8 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  max-width: none;
  margin-right: 60px;
  padding-right: 0;
  display: flex;
  position: static;
}

.container-9 {
  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: center;
  align-items: center;
  width: 80vw;
  max-width: none;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.paragraph-7 {
  color: #fff;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 18px;
  font-weight: 400;
}

.p-contact {
  text-align: justify;
  text-transform: uppercase;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  line-height: 25px;
}

.paragraph-2-copy {
  flex-flow: row;
  justify-content: flex-end;
  align-self: auto;
  align-items: center;
  width: 100%;
  max-width: none;
  margin-top: 0;
  margin-bottom: auto;
  display: flex;
  position: relative;
}

.gallery-overview {
  background-color: #f5f7fa00;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

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

.gallery-block-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.gallery-features-block {
  margin-top: 16px;
  margin-bottom: 24px;
}

.gallery-feature {
  background-image: url('../images/');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 20px;
  margin-bottom: 8px;
  padding-left: 30px;
  font-size: 14px;
  line-height: 24px;
}

.button-primary-3 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-3:hover {
  color: #fff;
  background-color: #32343a;
}

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

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

.gallery-image-2 {
  width: 100%;
}

.gallery-slider-2 {
  border-bottom: 1px solid #e4ebf3;
  flex-flow: row;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 100vh;
  height: 100vh;
  padding: 80px 30px;
  display: flex;
  position: relative;
  overflow: visible;
}

.container-11 {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: none;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: static;
}

.gallery-wrapper-3 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  display: grid;
}

.gallery-block-3 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.gallery-slide-2 {
  background-color: #0000;
  height: auto;
}

.gallery-slide-wrapper-2 {
  max-width: 47%;
  margin-right: 6%;
}

.gallery-slide-image-2 {
  position: relative;
}

.gallery-image-3 {
  width: 100%;
}

.gallery-slide-text-2 {
  color: #f5f7fa;
  margin-bottom: 0;
  line-height: 32px;
  position: absolute;
  bottom: 24px;
  left: 24px;
  right: 24px;
}

.gallery-slider-left-2 {
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
  left: -50px;
}

.gallery-slider-left-2:focus-visible {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.gallery-slider-left-2[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.slider-arrow-embed-2 {
  color: #1a1b1f;
}

.gallery-slider-right-2 {
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
  right: -50px;
}

.gallery-slider-right-2:focus-visible {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.gallery-slider-right-2[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.gallery-slide-nav-2 {
  display: none;
}

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

.gallery {
  width: 100%;
  height: 100%;
  position: relative;
}

.gallery-slider-3 {
  border-bottom: 1px solid #e4ebf3;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  padding: 80px 30px;
  display: flex;
  position: relative;
}

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

.gallery-wrapper-4 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.gallery-overview-2 {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  width: 100vw;
  height: 100vh;
  padding: 80px 30px;
  position: relative;
}

.container-13 {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  margin-left: 100px;
  margin-right: 100px;
  display: flex;
}

.gallery-wrapper-5 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1.5fr 1.5fr;
  grid-auto-columns: 1fr;
  place-items: center;
  display: grid;
}

.gallery-block-4 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.gallery-features-block-2 {
  margin-top: 16px;
  margin-bottom: 24px;
}

.gallery-feature-2 {
  background-image: url('../images/');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 20px;
  margin-bottom: 8px;
  padding-left: 30px;
  font-size: 14px;
  line-height: 24px;
}

.button-primary-4 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-4:hover {
  color: #fff;
  background-color: #32343a;
}

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

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

.gallery-image-4 {
  object-fit: cover;
  object-position: 50% 50%;
  width: 600px;
  height: 280px;
}

.gallery-full {
  z-index: 2;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: auto;
  margin-top: 60px;
  margin-bottom: 0;
  display: flex;
  position: relative;
}

.gallery-slider-4 {
  box-sizing: border-box;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-bottom: 1px solid #e4ebf3;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: 0;
  margin-right: 0;
  padding: 80px 30px;
  display: flex;
  position: relative;
}

.gallery-slide-3 {
  background-color: #0000;
  height: auto;
}

.gallery-slide-wrapper-3 {
  max-width: 47%;
  margin-right: 6%;
}

.gallery-slide-image-3 {
  position: relative;
}

.gallery-slide-text-3 {
  color: #f5f7fa;
  margin-bottom: 0;
  line-height: 32px;
  position: absolute;
  bottom: 24px;
  left: 24px;
  right: 24px;
}

.gallery-slider-left-3 {
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
  left: -50px;
}

.gallery-slider-left-3:focus-visible {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.gallery-slider-left-3[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.slider-arrow-embed-3 {
  color: #1a1b1f;
}

.gallery-slider-right-3 {
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
  right: -50px;
}

.gallery-slider-right-3:focus-visible {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.gallery-slider-right-3[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.gallery-slide-nav-3 {
  display: none;
}

.heading-7 {
  color: #e6e6e6;
}

.paragraph-8 {
  color: #e6e6e6;
  margin-bottom: 0;
  margin-right: 30px;
}

.lightbox-link {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.image-4 {
  margin: 100px;
  padding: 140px;
}

.gallery-container {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  column-count: 3;
  flex-flow: column;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: center;
  place-items: center;
  column-gap: 10px;
  width: 80vw;
  max-width: none;
  height: auto;
  margin: 20px 0;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
  position: relative;
}

.image-5 {
  max-width: none;
}

.lightbox-link-2 {
  justify-content: center;
  align-items: center;
  width: 50vw;
  display: flex;
  position: relative;
}

.lightbox-link-3 {
  justify-content: center;
  align-items: center;
  display: block;
}

.image-6 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  vertical-align: middle;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: inline-flex;
}

.container-14 {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.lightbox-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 20vw;
  margin-top: 50px;
  margin-bottom: 50px;
  display: flex;
}

.image-7 {
  column-count: 3;
}

.image-8 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.image-9 {
  margin-bottom: 20px;
}

.image-10, .image-11 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.go-to-galler-button {
  color: #ccc;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #000;
  border: .5px solid #e6e6e6;
  border-radius: 10px;
  flex: 0 auto;
  justify-content: center;
  align-self: auto;
  align-items: center;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
  display: flex;
}

.go-to-galler-button:hover {
  color: #fff;
  background-color: #0d0d0d;
}

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

.gallery-slider-image {
  object-fit: cover;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
}

.container-15 {
  width: auto;
  height: 75%;
  overflow: hidden;
}

.image-12 {
  object-fit: contain;
  object-position: 50% 50%;
  width: auto;
  height: auto;
  max-height: none;
  position: static;
  overflow: hidden;
}

.container-16 {
  object-position: 50% 50%;
  justify-content: center;
  align-items: center;
  height: 75%;
  display: flex;
  overflow: hidden;
}

.image-13 {
  object-fit: contain;
  overflow: clip;
}

.navlinkservices {
  pointer-events: auto;
  color: #e6e6e6;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.navlinkservices:hover {
  color: #ffffffbf;
  font-size: 14px;
}

.navlinkservices:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.navlinkservices[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.about-hero {
  z-index: auto;
  background-color: #f5f7fa00;
  border: 1px #000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
  position: static;
  inset: auto 0% 0%;
}

.container-17 {
  justify-content: flex-start;
  align-items: center;
  width: 1002%;
  display: flex;
}

.p-service {
  font-weight: 300;
  position: relative;
}

.p-service.paragraph-5 {
  position: relative;
}

.h2-services {
  color: #fff;
}

.l-email-contact {
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 500;
}

@media screen and (max-width: 991px) {
  .container {
    max-width: 728px;
  }

  .navbar-wrapper-three {
    justify-content: space-between;
  }

  .navbar-brand-three {
    position: relative;
  }

  .nav-menu-wrapper-three {
    background-color: #0000;
    top: 70px;
  }

  .nav-menu-three {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .link-navbar {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .menu-button {
    padding: 12px;
  }

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

  .nav-menu-three-2 {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .wrapper.about {
    padding-left: 35px;
    padding-right: 35px;
  }

  .hero-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split {
    max-width: 100%;
    margin-bottom: 11px;
    padding-left: 0;
    padding-right: 0;
  }

  .btn-landing-home {
    margin-top: 32px;
    margin-left: 0;
    padding: 9px 41px;
  }

  .section-wrapper.development-engineering {
    background-image: url('../images/chapter-2_vitto_b.jpg');
    background-position: 50% 70%;
    background-size: cover;
  }

  .section-wrapper.concept-design {
    background-image: url('../images/Front_II.jpg');
    background-position: 50% 30%;
    background-size: cover;
  }

  .section-wrapper.presentation-visualisation {
    background-image: url('../images/FF_Ontwerpvel-2.jpg');
    background-position: 50% 30%;
    background-size: cover;
  }

  .section-wrapper.skills-and-disciplines {
    background-image: url('../images/VF1_Kleurstudie.jpg');
    background-position: 50%;
    background-size: cover;
  }

  .service {
    height: 30svh;
  }

  .container-3 {
    max-width: 728px;
  }

  .footer-content {
    grid-column-gap: 60px;
  }

  .container-4 {
    max-width: 728px;
  }

  .gallery-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .gallery-slider-left {
    left: -20px;
  }

  .gallery-slider-right {
    right: -20px;
  }

  .opacity-service-i {
    opacity: .6;
  }

  .opacty-service-iii {
    opacity: .7;
  }

  .opacity-service-ii {
    opacity: .85;
  }

  .opacity-service-iv {
    opacity: .8;
  }

  .hero-split-2 {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .h1-landing-home {
    font-size: 34px;
  }

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

  .container-9 {
    padding-bottom: 20px;
  }

  .container-10 {
    max-width: 728px;
  }

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

  .container-11 {
    max-width: 728px;
  }

  .gallery-wrapper-3 {
    grid-template-columns: 1fr 1fr;
  }

  .gallery-slider-left-2 {
    left: -20px;
  }

  .gallery-slider-right-2 {
    right: -20px;
  }

  .container-12 {
    max-width: 728px;
  }

  .gallery-wrapper-4 {
    grid-template-columns: 1fr 1fr;
  }

  .container-13 {
    max-width: 728px;
  }

  .gallery-wrapper-5 {
    grid-template-columns: 1fr 1fr;
  }

  .gallery-slider-left-3 {
    left: -20px;
  }

  .gallery-slider-right-3 {
    right: -20px;
  }

  .navlinkservices {
    padding-left: 5px;
    padding-right: 5px;
  }

  .p-service {
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .navbar-brand-three {
    padding-left: 0;
  }

  .nav-menu-three {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-menu-block {
    flex-flow: row;
    width: 100%;
    padding-left: 0;
  }

  .link-navbar {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .nav-menu-three-2 {
    border-radius: 20px;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    margin-left: 15px;
    margin-right: 15px;
    padding: 15px 10px;
  }

  .image {
    width: 70vw;
    margin-left: 20px;
  }

  .hero-heading-right {
    overflow: hidden;
  }

  .wrapper {
    align-items: stretch;
  }

  .hero-wrapper {
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
  }

  .hero-split {
    justify-content: center;
    align-items: flex-start;
    margin-left: 0;
    padding-left: 0;
  }

  .section-wrapper.development-engineering {
    background-position: 50% 55%;
  }

  .section-wrapper.presentation-visualisation {
    background-position: 50% 10%;
    background-size: cover;
  }

  .section-wrapper.skills-and-disciplines {
    background-position: 50%;
    background-repeat: repeat-x;
    background-size: cover;
  }

  .service {
    height: 40svh;
  }

  .development-eninerig {
    justify-content: center;
    align-items: center;
  }

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

  .footer-wrapper {
    flex-flow: column;
    align-items: center;
  }

  .footer-brand {
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .footer-content {
    grid-template-columns: 1fr;
    grid-auto-flow: column;
    margin-top: 40px;
  }

  .footer-block {
    align-items: center;
  }

  .footer-link:hover {
    color: #1a1b1fbf;
  }

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

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

  .footer-divider {
    margin-top: 60px;
  }

  .gallery-slider {
    padding: 60px 15px;
    overflow: hidden;
  }

  .gallery-slide {
    margin-left: 10px;
    margin-right: 10px;
  }

  .gallery-slide-text {
    line-height: 30px;
  }

  .gallery-slider-left {
    left: -20px;
  }

  .gallery-slider-right {
    right: -20px;
  }

  .all-services {
    width: 100%;
    overflow: hidden;
  }

  .p-contact {
    text-align: left;
  }

  .gallery-overview, .gallery-slider-2 {
    padding: 60px 15px;
  }

  .gallery-slide-2 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .gallery-slide-text-2 {
    line-height: 30px;
  }

  .gallery-slider-left-2 {
    left: -20px;
  }

  .gallery-slider-right-2 {
    right: -20px;
  }

  .gallery-slider-3, .gallery-overview-2, .gallery-slider-4 {
    padding: 60px 15px;
  }

  .gallery-slide-3 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .gallery-slide-text-3 {
    line-height: 30px;
  }

  .gallery-slider-left-3 {
    left: -20px;
  }

  .gallery-slider-right-3 {
    right: -20px;
  }

  .gallery-container {
    column-count: 2;
  }

  .navlinkservices {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .p-service, .p-service.paragraph-3, .p-service.paragraph-4, .p-service.paragraph-5 {
    font-size: 15px;
    font-weight: 700;
  }

  .h2-services {
    font-size: 30px;
  }

  .h2-services.heading-3, .h2-services.heading-4, .h2-services.heading-5, .h2-services.heading-6 {
    color: #e6e6e6;
    font-weight: 200;
  }
}

@media screen and (max-width: 479px) {
  .container {
    max-width: none;
  }

  .nav-menu-three {
    flex-direction: column;
  }

  .nav-menu-block {
    width: 90vw;
    padding-left: 0;
  }

  .link-navbar {
    color: #333;
    width: auto;
  }

  .button-primary.w--current {
    font-size: 8px;
  }

  .wrapper {
    flex-flow: column;
    justify-content: center;
    align-items: stretch;
    padding-left: 15px;
    padding-right: 15px;
  }

  .btn-landing-home {
    padding: 6px 31px;
    font-size: 13px;
  }

  .service {
    height: 55svh;
  }

  .development-eninerig {
    justify-content: flex-start;
    align-items: stretch;
  }

  .skills-disciplines {
    justify-content: flex-start;
    align-items: flex-start;
  }

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

  .container-3 {
    max-width: none;
  }

  .footer-content {
    margin-top: 30px;
  }

  .footer-block {
    margin-right: 10px;
  }

  .title-small, .footer-link {
    font-size: 10px;
  }

  .footer-divider {
    margin-top: 15px;
  }

  .footer-copyright-center {
    font-size: 8px;
  }

  .gallery-slider {
    height: 100vh;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .container-4 {
    width: 100%;
    max-width: none;
    height: 100%;
    padding: 20px;
  }

  .gallery-wrapper {
    flex-flow: column;
    grid-template-columns: 1fr;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    display: flex;
  }

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

  .gallery-slide-wrapper {
    max-width: 100%;
    margin-right: 0%;
  }

  .gallery-slider-left {
    left: -20px;
  }

  .gallery-slider-right {
    right: -20px;
  }

  .image-3 {
    width: 60vw;
    max-width: none;
  }

  .concept-design-text {
    justify-content: center;
    align-items: flex-start;
    margin-top: 0%;
    margin-left: 20px;
    margin-right: 20px;
    display: flex;
  }

  .txt-service {
    align-items: stretch;
    width: 100%;
  }

  .illustration-visalisatin-text {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .skills-discliplines {
    justify-content: center;
    align-items: flex-start;
    margin-top: 0;
    margin-left: 20px;
    margin-right: 20px;
  }

  .hero-split-2 {
    margin-bottom: 0;
  }

  .h1-landing-home {
    flex-flow: row;
    justify-content: flex-start;
    font-size: 30px;
    line-height: 1.4em;
  }

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

  .paragraph {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .p-landing-home {
    font-size: 16px;
  }

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

  .container-8 {
    justify-content: flex-end;
    align-items: flex-end;
    width: 70vw;
    margin-top: 10px;
    margin-right: auto;
  }

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

  .p-contact {
    text-align: left;
    justify-content: center;
    align-items: center;
    font-size: 14px;
  }

  .container-10 {
    max-width: none;
  }

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

  .container-11 {
    max-width: none;
  }

  .gallery-wrapper-3 {
    grid-template-columns: 1fr;
  }

  .gallery-slide-wrapper-2 {
    max-width: 100%;
    margin-right: 0%;
  }

  .gallery-slider-left-2 {
    left: -20px;
  }

  .gallery-slider-right-2 {
    right: -20px;
  }

  .container-12 {
    max-width: none;
  }

  .gallery-wrapper-4 {
    grid-template-columns: 1fr;
  }

  .container-13 {
    max-width: none;
  }

  .gallery-wrapper-5 {
    grid-template-columns: 1fr;
  }

  .gallery-full {
    margin-top: 60px;
  }

  .gallery-slide-wrapper-3 {
    max-width: 100%;
    margin-right: 0%;
  }

  .gallery-slider-left-3 {
    left: -20px;
  }

  .gallery-slider-right-3 {
    right: -20px;
  }

  .gallery-container {
    column-count: 2;
  }

  .go-to-galler-button {
    border-radius: 50px;
    margin-left: auto;
    margin-right: auto;
  }

  .container-15, .container-16 {
    height: 50%;
  }

  .navlinkservices {
    color: #333;
  }

  .about-hero {
    margin-top: 60px;
    margin-bottom: 60px;
    padding-top: 15px;
    padding-bottom: 15px;
  }

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

  .p-service {
    white-space: pre-wrap;
    width: 100%;
  }

  .h2-services.heading-4 {
    word-break: keep-all;
    overflow-wrap: normal;
    position: relative;
  }
}

#w-node-_94d1caa5-d2bc-7618-d900-a6d52ae36d41-bab4d70c, #w-node-_8edd648a-bd06-433b-bf45-281250b9ceb0-bab4d70c, #w-node-_9594434e-9a9a-6a65-1ceb-88b078ffa3ca-78ffa3c4, #w-node-_9594434e-9a9a-6a65-1ceb-88b078ffa3d1-78ffa3c4, #w-node-_9594434e-9a9a-6a65-1ceb-88b078ffa3da-78ffa3c4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_94d1caa5-d2bc-7618-d900-a6d52ae36d41-bab4d70c {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_94d1caa5-d2bc-7618-d900-a6d52ae36d41-bab4d70c {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Helvetica Neue';
  src: url('../fonts/HelveticaNeueItalic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica Neue';
  src: url('../fonts/HelveticaNeueMediumItalic.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica Neue';
  src: url('../fonts/HelveticaNeueUltraLightItalic.otf') format('opentype');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica Neue';
  src: url('../fonts/HelveticaNeueThinItalic.otf') format('opentype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica Neue';
  src: url('../fonts/HelveticaNeueLightItalic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica Neue';
  src: url('../fonts/HelveticaNeueMedium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica Neue';
  src: url('../fonts/HelveticaNeueThin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica Neue';
  src: url('../fonts/HelveticaNeueLight.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica Neue';
  src: url('../fonts/HelveticaNeueUltraLight.otf') format('opentype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica Neue';
  src: url('../fonts/HelveticaNeueBlack.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica Neue';
  src: url('../fonts/HelveticaNeueBoldItalic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Helveticaneueroman';
  src: url('../fonts/HelveticaNeueRoman.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica Neue';
  src: url('../fonts/HelveticaNeueBlackItalic.otf') format('opentype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica Neue';
  src: url('../fonts/HelveticaNeueBold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica Neue';
  src: url('../fonts/HelveticaNeueHeavy.otf') format('opentype');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica Neue';
  src: url('../fonts/HelveticaNeueHeavyItalic.otf') format('opentype');
  font-weight: 800;
  font-style: italic;
  font-display: swap;
}