.section {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 5;
  display: block;
  width: 100vw;
  height: 25vh;
  padding-top: 20px;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
}

.body {
  overflow: visible;
  background-color: #000;
}

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

.navbar-logo-center-container.shadow-three {
  width: 100%;
  max-width: 1140px;
  background-color: #fff;
}

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

.navbar-wrapper-three {
  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;
}

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

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

.nav-menu-three {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-menu-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 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;
}

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

.nav-link:hover {
  color: rgba(26, 27, 31, 0.75);
}

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

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

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

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

.nav-dropdown-toggle:hover {
  color: rgba(26, 27, 31, 0.75);
}

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

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

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

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

.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 {
  border-radius: 5px;
  outline-color: #0050bd;
  outline-offset: 0px;
  outline-style: solid;
  outline-width: 2px;
  color: #0050bd;
}

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

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

.nav-link-accent:hover {
  color: rgba(26, 27, 31, 0.75);
}

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

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

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

.container-2 {
  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;
}

.navbar {
  display: none;
  margin-top: 20px;
  -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-color: transparent;
}

.nav-link-2 {
  font-family: Exo, sans-serif;
  color: #fff;
  font-size: 1rem;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  margin-bottom: 0px;
  padding-left: 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;
  list-style-type: none;
}

.list-item {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 20px 30px;
  -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: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -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;
}

.link-block {
  text-decoration: none;
}

.sub-list {
  position: absolute;
  left: 0%;
  top: 133%;
  right: auto;
  bottom: auto;
  overflow: hidden;
  width: 300px;
  height: auto;
  background-color: #363636;
  color: #e2e2e2;
}

.list-2 {
  padding-right: 30px;
  list-style-type: none;
}

.list-2.sub-list {
  top: 95%;
  z-index: 2;
  background-color: rgba(54, 54, 54, 0.8);
}

.list-item-2 {
  position: relative;
  margin-top: 20px;
  margin-bottom: 20px;
}

.bottom-line {
  display: block;
  height: 2px;
  background-color: #e2e2e2;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

.div-video {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  overflow: hidden;
  width: 100vw;
  height: 75vh;
}

.background-video {
  z-index: 1;
  width: 100%;
  height: 100%;
}

.social-menu {
  position: fixed;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 10%;
  z-index: 50;
  display: block;
  width: auto;
  height: auto;
  margin-right: 30px;
  padding: 10px;
  -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-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 75px;
  background-color: rgba(0, 0, 0, 0.6);
  -webkit-transform: translate(130px, 0px);
  -ms-transform: translate(130px, 0px);
  transform: translate(130px, 0px);
}

.social-link {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 50px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.social-icon {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 75%;
  height: 75%;
  -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;
  color: #000;
}

.play-pause-button {
  display: none;
}

.social-icon-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  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;
  border-radius: 50%;
  background-color: #fff;
}

.sub-menu-dec {
  position: absolute;
  left: -10%;
  top: auto;
  right: auto;
  bottom: -5%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 24px;
  height: 24px;
  -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;
  color: #000;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 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;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.section-2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100vw;
  height: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  -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-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
}

.div-block-2 {
  position: relative;
  z-index: 10;
  display: block;
  width: 1101px;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.heading {
  font-family: Exo, sans-serif;
  color: #fff;
  font-size: 60px;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}

.paragraph {
  margin: 60px;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  color: #fff;
  font-size: 16px;
  text-align: center;
}

.image {
  display: block;
  width: 250px;
  margin-right: auto;
  margin-left: auto;
}

.lottie-animation {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 10;
  width: 100px;
  margin-right: auto;
  margin-left: auto;
}

.div-block-3 {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 5;
  width: 70px;
  height: 100px;
  margin-right: auto;
  margin-left: auto;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  background-color: rgba(0, 0, 0, 0.6);
}

.section-3 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100vw;
  height: auto;
  padding-top: 40px;
  padding-bottom: 40px;
  -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-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.service-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 0px;
  margin-bottom: 60px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.service-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 125px;
  height: auto;
  -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-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-2 {
  border-radius: 50%;
}

.heading-2 {
  font-family: Exo, sans-serif;
  color: #fff;
  font-weight: 400;
  text-align: center;
}

.button {
  position: relative;
  z-index: 1;
  display: block;
  width: 250px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 25px;
  padding-left: 25px;
  border-radius: 40px;
  background-color: #333;
  font-family: Exo, sans-serif;
  font-size: 30px;
  line-height: 60px;
  text-align: center;
  text-transform: uppercase;
}

.button.white {
  background-color: #333;
  color: #fff;
}

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

.div-block-6 {
  overflow: visible;
  width: 2000px;
  clear: none;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -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;
}

.div-block-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -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: 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-top-left-radius: 30px;
  border-bottom-right-radius: 30px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.4))), url('../images/carbon_fibre.webp');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url('../images/carbon_fibre.webp');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, auto;
}

.portfolio-col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  float: none;
  clear: none;
  -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-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;
}

.image-3 {
  width: 100%;
  height: 200px;
  border-top-left-radius: 30px;
  -o-object-fit: cover;
  object-fit: cover;
}

.paragraph-col {
  width: 90%;
  height: 100%;
  margin: 20px;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  color: #fff;
  font-size: 16px;
  text-align: justify;
}

.button-2 {
  display: block;
  width: 100%;
  padding-right: 25px;
  padding-left: 25px;
  -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-color: #000;
  font-family: Exo, sans-serif;
  font-size: 30px;
  line-height: 60px;
  text-decoration: none;
  text-transform: uppercase;
}

.btn-portfolio-text {
  position: relative;
  z-index: 15;
  display: block;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
}

.list-3 {
  width: 3000px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-left: 0px;
  float: none;
}

.list-3.splide__list {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  -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;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  list-style-type: none;
}

.list-3.splide__list.list-page-slide {
  height: 100%;
}

.portfolio-list-item {
  float: left;
}

.div-block-8 {
  overflow: visible;
}

.div-block-9 {
  overflow: visible;
}

.splide {
  position: relative;
  width: 100%;
}

.splide.slider1 {
  z-index: 10;
  overflow: hidden;
  width: 100%;
}

.splide.slider1.splide-page {
  width: 45%;
  height: 100%;
}

.splide__track {
  position: relative;
  z-index: 10;
  overflow: visible;
  width: 100%;
}

.splide__track.slide-track-page {
  height: 100%;
}

.splide__slide.portfolio-list-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  margin-right: 0px;
  margin-left: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.splide__slide.page-slide-item {
  width: 33.333333333333336%;
  height: 100%;
  margin-right: 0px;
  margin-left: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.splide__arrow {
  background-color: transparent;
  background-image: url('../images/chevron-back-outline.svg');
  background-position: 0px 0px;
  background-size: auto;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.splide__arrow.splide__arrow--prev {
  display: block;
  width: 100px;
  height: 100px;
  border: 4px none #000;
  border-radius: 50%;
  background-image: none;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.splide__arrow.splide__arrow--prev.btn-off {
  display: none;
}

.splide__arrow.splide__arrow--next {
  width: 100px;
  height: 100px;
  border: 4px none #000;
  border-radius: 50%;
  background-image: none;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.splide__arrow.splide__arrow--next.btn-off {
  display: none;
}

.splide__arrows {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.link-block-2 {
  width: 100%;
  height: auto;
}

.btn-portfolio {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 75px;
  -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-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-bottom-right-radius: 30px;
  background-color: #333;
  font-family: Exo, sans-serif;
  color: #fff;
  font-size: 30px;
  line-height: 60px;
  text-decoration: none;
  text-transform: uppercase;
}

.btn-portfolio-white {
  position: absolute;
  z-index: 10;
  width: 0%;
  height: 100%;
  border-bottom-right-radius: 30px;
  background-color: #000;
}

.splide__pagination {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  list-style-type: none;
}

.splide__pagination.off {
  display: none;
  opacity: 1;
}

.splide__pagination__item {
  display: block;
  margin-left: 0.3em;
  background-color: transparent;
  opacity: 1;
}

.splide__pagination__item.is-active {
  background-color: #fff;
}

.splide__pagination__page {
  width: 3.5em;
  height: 0.5em;
  margin-right: 5px;
  margin-left: 5px;
  background-color: rgba(0, 0, 0, 0.4);
}

.splide__pagination__page.is-active {
  background-color: #000;
}

.div-block-10 {
  position: absolute;
  left: 40%;
  top: 40%;
  right: 0%;
  bottom: 0%;
  width: 200px;
  height: 100px;
  border-radius: 35px;
  background-color: hsla(0, 0%, 100%, 0.5);
}

.lottie-animation-2 {
  position: absolute;
  left: 0%;
  top: -48%;
  right: auto;
  bottom: auto;
}

.div-block-11 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -85px;
  margin-left: -85px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.btn-slide-prev {
  position: absolute;
  left: -7%;
  top: 0%;
  right: auto;
  bottom: 0%;
  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-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.btn-slide-next {
  position: absolute;
  left: auto;
  top: 0%;
  right: -7%;
  bottom: 0%;
  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-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.splide-wrapper {
  position: relative;
  z-index: 10;
  width: 86%;
}

.splide-wrapper.splide-mob {
  display: none;
}

.cases-cards {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  float: none;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.cases-image {
  display: block;
  width: 100%;
  height: 225px;
  margin-right: auto;
  margin-left: auto;
  -o-object-fit: cover;
  object-fit: cover;
}

.cases-card {
  display: block;
  width: 30%;
  float: left;
  -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-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.cases-paragraph {
  margin: 30px 20px;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  color: #fff;
  font-size: 16px;
  text-align: justify;
}

.paragraph-3 {
  text-align: right;
}

.cases-name {
  margin: 30px 20px 30px 0px;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  text-align: right;
}

.div-block-12 {
  overflow: hidden;
  width: 100%;
  height: 150px;
}

.list-item-3 {
  display: inline-block;
  width: 200px;
  height: 110px;
  margin: 20px 10px;
  padding: 10px;
  -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-radius: 15px;
  background-color: hsla(0, 0%, 100%, 0.5);
}

.list-4 {
  display: block;
  overflow: hidden;
  width: 100%;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 0.25fr 0.25fr 0.25fr 1fr 1fr;
  grid-template-columns: 0.25fr 0.25fr 0.25fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  text-align: center;
}

.image-4 {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.heading-black {
  font-family: Exo, sans-serif;
  color: #000;
  font-size: 60px;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}

.paragraph-black {
  margin: 60px;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  color: #000;
  font-size: 16px;
  text-align: center;
}

.heading-2-black {
  font-family: Exo, sans-serif;
  color: #000;
  font-weight: 400;
  text-align: center;
}

.div-block-2-2 {
  display: block;
  width: 90%;
  height: auto;
  -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-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;
  background-color: transparent;
}

.div-block-13 {
  position: relative;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.div-block-14 {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 35px;
  background-color: #000;
}

.image-5 {
  display: block;
  width: 350px;
  margin-right: auto;
  margin-left: auto;
}

.div-block-15 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.social-icon-2 {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 75%;
  height: 75%;
  -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;
  color: #fff;
}

.social-big-link {
  width: 90px;
  height: 90px;
  padding: 10px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.social-big-link-2 {
  position: relative;
  width: 400px;
  height: 200px;
  background-image: url('../images/email-logo-white.png');
  background-position: 10% 50%;
  background-size: 100px;
  background-repeat: no-repeat;
}

.text-block {
  position: absolute;
  left: auto;
  top: 0%;
  right: 15%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  color: #fff;
  font-size: 65px;
  font-weight: 400;
}

.social-big-link-3 {
  position: relative;
  width: 400px;
  height: 200px;
  background-image: url('../images/cellphone.png');
  background-position: 10% 50%;
  background-size: 100px;
  background-repeat: no-repeat;
}

.text-block-2 {
  position: absolute;
  left: auto;
  top: 0%;
  right: 15%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  color: #fff;
  font-size: 30px;
  font-weight: 400;
}

.bottom-line-heading {
  width: 30%;
  height: 2px;
  margin-top: 15px;
  margin-right: auto;
  margin-left: auto;
  background-color: #fff;
}

.bottom-line-heading.bottom-black {
  background-color: #000;
}

.image-6 {
  width: 30%;
  margin-top: 60px;
}

.link-block-3 {
  width: 100px;
  margin-top: 60px;
  margin-bottom: 60px;
}

.html-embed {
  position: relative;
  z-index: 1;
  width: 50px;
  margin-top: 10px;
}

.heading-footer {
  font-family: Exo, sans-serif;
  color: #fff;
  font-size: 50px;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}

.html-embed-2 {
  width: 100px;
  margin-right: auto;
  margin-left: auto;
}

.bottom-line-heading-black {
  width: 30%;
  height: 2px;
  margin-top: 15px;
  margin-right: auto;
  margin-left: auto;
  background-color: #000;
}

.sec-bg-white {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
  background-color: #fff;
}

.sec-bg-black {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
  background-color: #000;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.cover_innerpage {
  position: relative;
  z-index: 2;
  width: 100vw;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.innerheader_cover_wrapper {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  overflow: hidden;
  width: 100vw;
  height: 30vh;
}

.page-cards {
  width: 100%;
  margin-top: 40px;
  margin-bottom: 40px;
}

.card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #161616;
}

.heading-2-page {
  font-family: Exo, sans-serif;
  color: #fff;
  font-weight: 400;
  text-align: left;
}

.paragraph-page {
  margin-right: 0px;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  color: #fff;
  font-size: 14px;
  text-align: justify;
}

.columns {
  width: 100%;
  height: 100%;
}

.card-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 45%;
  -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;
}

.div-block-19 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 10%;
  -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;
}

.div-block-20 {
  display: inline-block;
  width: 45%;
  height: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.html-embed-3 {
  width: 50px;
}

.div-block-21 {
  display: inline-block;
  width: 31%;
  height: 100%;
  margin-right: 2%;
}

.page-slide-col {
  display: block;
  width: 100%;
  height: 100%;
  float: none;
  clear: none;
  -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-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-8 {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.glider-contain {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 45%;
  height: auto;
  max-height: 100%;
  min-height: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.glider {
  display: block;
  overflow: hidden;
  width: 100%;
  clear: none;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.glider-item {
  display: inline-block;
  width: 32.5%;
  height: 100%;
  margin-right: 2px;
  margin-left: 2px;
  float: none;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.html-embed-4 {
  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;
}

.image-9 {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.glider-list {
  display: inline-block;
  overflow: hidden;
}

.glide-next {
  display: block;
  width: 20px;
}

.glider-pages {
  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;
}

.glide-prev {
  display: block;
  width: 20px;
}

.glider-page {
  width: 30px;
  height: 30px;
  margin-right: 2px;
  margin-left: 2px;
  border-radius: 50%;
  background-color: #474747;
}

.glider-page.btn-active {
  background-color: #fff;
}

.glider-page.off {
  display: none;
}

.div-block-22 {
  display: -ms-grid;
  display: grid;
  width: 45%;
  height: 100%;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.image-10 {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.header-list-wrapper {
  display: none;
}

.link-block-5 {
  display: none;
}

.section-mob {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 5;
  display: none;
  width: 100vw;
  height: auto;
  padding-top: 20px;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.6);
}

.portfolio-mob-list {
  display: none;
}

.heading-2-black-col {
  font-family: Exo, sans-serif;
  color: #000;
  font-weight: 400;
  text-align: center;
}

.portfolio-arrow {
  position: relative;
  z-index: 5;
  width: 50px;
  margin-top: 10px;
}

.image-3-mob {
  width: 100%;
  height: 200px;
  border-top-left-radius: 30px;
  -o-object-fit: cover;
  object-fit: cover;
}

.div-block-7-mob {
  display: block;
  width: 100%;
  -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-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top-left-radius: 30px;
  border-bottom-right-radius: 30px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.4))), url('../images/carbon_fibre.webp');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url('../images/carbon_fibre.webp');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, auto;
}

.field-label {
  width: 100%;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
}

.form-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 20px;
  -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-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.form {
  width: 80%;
  margin-top: 40px;
}

.text-field {
  border-radius: 10px;
  background-color: #444;
  color: #fff;
}

.form-field {
  display: inline-block;
  width: 100%;
  margin-top: 10px;
}

.form-field.serv {
  padding-right: 2.5%;
  padding-left: 2.5%;
}

.form-field-full {
  display: inline-block;
  width: 95%;
  margin-top: 10px;
  margin-right: 2.5%;
  margin-left: 2.5%;
}

.text-field-msg {
  display: inline-block;
  height: 200px;
  border-radius: 10px;
  background-color: #444;
  color: #fff;
}

.button-form {
  position: relative;
  z-index: 10;
  display: block;
  width: 90%;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 25px;
  padding-left: 25px;
  border-radius: 40px;
  background-color: #333;
  font-family: Exo, sans-serif;
  color: #fff;
  font-size: 24px;
  line-height: 40px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
}

.link-form {
  display: block;
  margin-right: auto;
  margin-left: auto;
  text-decoration: none;
}

.heading-2-form {
  margin-bottom: 0px;
  font-family: Exo, sans-serif;
  color: #fff;
  font-weight: 400;
  text-align: center;
}

.div-block-23 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.forms-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.form-block-orcamento {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 20px;
  -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-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.bottom-line-heading-form {
  width: 30%;
  height: 2px;
  margin-right: auto;
  margin-left: auto;
  background-color: #fff;
}

.bottom-line-heading-form.bottom-black {
  background-color: #000;
}

.splash-screen {
  position: fixed;
  z-index: 100;
  display: none;
  width: 100vw;
  height: 100vh;
  -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-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
}

.image-11 {
  display: block;
  width: 20%;
}

.lottie-animation-4 {
  width: 100px;
}

.bottom-line-heading-form-2 {
  width: 12%;
  height: 2px;
  margin-top: 10px;
  margin-right: auto;
  margin-left: auto;
  background-color: #fff;
}

.bottom-line-heading-form-2.bottom-black {
  background-color: #000;
}

.section-mob-bottom {
  display: none;
}

.social-icon-mob {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 75%;
  height: 75%;
  -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;
  color: #000;
}

.button-w-border {
  position: relative;
  z-index: 1;
  display: block;
  width: 250px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 25px;
  padding-left: 25px;
  border-style: solid;
  border-width: 3px;
  border-color: transparent;
  border-radius: 40px;
  background-color: #333;
  font-family: Exo, sans-serif;
  font-size: 30px;
  line-height: 60px;
  text-align: center;
  text-transform: uppercase;
}

.column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.column-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.columns-2 {
  width: 95%;
  margin-right: auto;
  margin-left: auto;
}

.background-video-2 {
  width: 10vw;
  height: 10vh;
}

.background-video-3 {
  z-index: 1;
}

.background-video-3.logo {
  width: 250px;
  height: 14.5vh;
}

.background-video-4 {
  z-index: 1;
}

.background-video-4.logo {
  width: 14vw;
  height: 14.5vh;
}

.background-video-4.image-6 {
  width: 400px;
  height: 400px;
}

.text-block-3 {
  margin-right: 10px;
  margin-left: 10px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #fff;
  font-size: 18px;
}

.text-block-3.ex {
  margin-top: 10px;
  color: #26a1ff;
  font-weight: 700;
}

.div-block-25 {
  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-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-12 {
  width: 200px;
  margin-bottom: 10px;
}

.serv-block {
  text-decoration: none;
}

.button-3 {
  width: 20px;
  height: 20px;
  margin-right: 5px;
  margin-left: 5px;
  padding-right: 0px;
  padding-left: 0px;
  border-radius: 50%;
  background-color: #fff;
}

.button-3.not-activate {
  background-color: #585858;
}

.div-block-26 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 5px;
  -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;
}

.showroom_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 45%;
  max-height: 100%;
  min-height: 100%;
}

.showroom_gallery_wrapper {
  overflow: hidden;
  width: 100%;
}

.showroom_vertical_set {
  display: inline-block;
  overflow: hidden;
}

.showroom_vertical_itens_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

.showroom_vertical_item {
  width: 200px;
}

.showroom_nav_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.link-block-7 {
  width: 32px;
  height: 32px;
}

@media screen and (max-width: 991px) {
  .section {
    position: fixed;
    display: none;
    padding-bottom: 20px;
    padding-left: 20px;
  }

  .div-block {
    display: block;
    width: auto;
    float: left;
  }

  .container {
    max-width: 728px;
  }

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

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

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

  .nav-menu-three {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 10px;
    padding: 20px;
    -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: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50px;
    background-color: #fff;
    box-shadow: 0 8px 50px 0 rgba(0, 0, 0, 0.05);
  }

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

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

  .menu-button {
    padding: 12px;
  }

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

  .nav-link-2 {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .nav-link-2.nav-link-mob {
    font-size: 1.25rem;
  }

  .list {
    position: static;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: block;
    margin-top: 140px;
    float: right;
  }

  .list-item {
    padding: 20px 0px;
  }

  .list-2.sub-list {
    position: static;
    width: 100%;
    margin-bottom: 0px;
    padding-right: 20px;
    padding-left: 40px;
    background-color: rgba(54, 54, 54, 0.85);
  }

  .div-video {
    height: 50vh;
    margin-top: 15vh;
  }

  .social-menu {
    display: none;
  }

  .sub-menu-dec {
    left: -10%;
    top: 8%;
    right: auto;
    bottom: 0%;
  }

  .div-block-2 {
    z-index: 1;
    width: 90%;
  }

  .heading {
    font-size: 50px;
    line-height: 64px;
  }

  .paragraph {
    font-size: 22px;
    line-height: 26px;
  }

  .service-list {
    display: block;
    text-align: center;
  }

  .service-item {
    display: inline-block;
    margin-right: 10px;
    margin-left: 10px;
  }

  .div-block-7 {
    position: relative;
    z-index: 1;
  }

  .splide__arrows {
    display: none;
  }

  .btn-portfolio {
    z-index: 1;
    border-bottom-left-radius: 30px;
  }

  .btn-portfolio-white {
    border-bottom-left-radius: 30px;
  }

  .splide__pagination.off {
    display: none;
  }

  .splide__pagination__page {
    width: 1.5em;
    height: 1.5em;
    margin-right: 2px;
    margin-left: 2px;
    border-radius: 50%;
    background-color: hsla(0, 0%, 100%, 0.25);
  }

  .splide__pagination__page.is-active {
    width: 1.5em;
    height: 1.5em;
    border-radius: 50%;
    background-color: #fff;
  }

  .splide-wrapper {
    z-index: 1;
    display: none;
  }

  .splide-wrapper.splide-mob {
    display: block;
  }

  .cases-cards {
    z-index: 1;
    display: none;
  }

  .cases-image {
    border-radius: 10px;
  }

  .cases-paragraph {
    font-style: italic;
  }

  .image-4 {
    position: relative;
  }

  .heading-black {
    line-height: 64px;
  }

  .paragraph-black {
    font-size: 22px;
    line-height: 26px;
  }

  .heading-2-black {
    position: relative;
    z-index: 1;
    text-align: left;
  }

  .social-big-link {
    width: 70px;
  }

  .image-6 {
    width: 50%;
  }

  .link-block-3 {
    display: none;
    width: 75px;
  }

  .heading-footer {
    font-size: 40px;
    line-height: 54px;
  }

  .innerheader_cover_wrapper {
    height: 50vh;
    margin-top: 15vh;
  }

  .card {
    display: block;
    height: auto;
  }

  .heading-2-page {
    font-size: 32px;
    text-align: center;
  }

  .paragraph-page {
    margin-top: 20px;
    font-size: 14px;
    text-align: justify;
  }

  .card-text {
    width: 100%;
  }

  .div-block-19 {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .html-embed-3 {
    -webkit-transform: rotate(90deg) translate(-5px, 0px);
    -ms-transform: rotate(90deg) translate(-5px, 0px);
    transform: rotate(90deg) translate(-5px, 0px);
  }

  .glider-contain {
    width: 100%;
    height: 250px;
  }

  .div-block-22 {
    width: 100%;
    height: 250px;
  }

  .header-list-wrapper {
    position: fixed;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 2;
    display: block;
    float: right;
    background-color: rgba(0, 0, 0, 0.75);
  }

  .link-block-4 {
    width: 200px;
  }

  .lottie-animation-3 {
    position: static;
    left: auto;
    top: 2%;
    right: 2%;
    bottom: auto;
  }

  .link-block-5 {
    position: relative;
    z-index: 5;
    display: block;
    width: 75px;
    margin-right: 20px;
  }

  .header-list-wrapper-desktop {
    position: fixed;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: block;
    float: right;
    background-color: rgba(0, 0, 0, 0.65);
  }

  .section-mob {
    position: fixed;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 15vh;
    padding-bottom: 20px;
    padding-left: 20px;
    -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;
    background-color: #000;
  }

  .portifolio-wrapper {
    position: relative;
    z-index: 1;
    width: 90%;
  }

  .portfolio-mob-item {
    overflow: hidden;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .portfolio_item_title_click {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 75px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border: 3px solid #000;
    text-align: center;
    text-decoration: none;
  }

  .portfolio-mob-list {
    display: block;
  }

  .heading-2-black-col {
    position: relative;
    z-index: 1;
    margin-top: 10px;
    margin-left: 40px;
    font-size: 28px;
    text-align: left;
  }

  .portfolio-arrow {
    margin-right: 40px;
  }

  .image-3-mob {
    border-top-left-radius: 0px;
  }

  .div-block-7-mob {
    position: relative;
    z-index: 1;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 30px;
  }

  .heading-2-form {
    position: relative;
    z-index: 1;
    text-align: left;
  }

  .splash-screen {
    z-index: 150;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .image-11 {
    width: 40%;
  }

  .section-mob-bottom {
    position: fixed;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    z-index: 120;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 10px 20px;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    background-color: #000;
  }

  .div-block-24 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50px;
    height: 50px;
    -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: 50%;
    background-color: #fff;
  }

  .html-embed-5 {
    width: 70%;
    height: 70%;
    color: #000;
  }

  .social-icon-mob {
    width: 70%;
    height: 70%;
  }

  .background-video-3.logo {
    z-index: 5;
    width: 250px;
  }

  .background-video-4.image-6 {
    height: 25vh;
  }

  .showroom_wrapper {
    width: 100%;
  }
}

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

  .nav-menu-three {
    padding-bottom: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    border-radius: 20px;
  }

  .nav-menu-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

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

  .nav-dropdown {
    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;
  }

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

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px 0 rgba(0, 0, 0, 0.05);
  }

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

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

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

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

  .background-video-4.image-6 {
    width: 300px;
    height: 300px;
  }
}

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

  .nav-menu-three {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .heading {
    margin-top: 0px;
    font-size: 32px;
  }

  .paragraph {
    margin-right: 10px;
    margin-left: 10px;
    font-size: 20px;
  }

  .button {
    z-index: 1;
    width: 175px;
  }

  .text-span {
    font-size: 22px;
  }

  .portfolio-col {
    margin-bottom: 20px;
    text-align: center;
  }

  .btn-portfolio-text {
    font-size: 22px;
  }

  .list-3.splide__list {
    display: block;
  }

  .splide__slide.portfolio-list-item {
    display: block;
    width: 100%;
  }

  .cases-name {
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
  }

  .list-item-3 {
    width: 150px;
    height: 75px;
  }

  .heading-black {
    font-size: 32px;
    line-height: 42px;
  }

  .paragraph-black {
    margin-right: 10px;
    margin-left: 10px;
    font-size: 20px;
  }

  .social-big-link {
    width: 50px;
  }

  .link-block-3 {
    display: none;
  }

  .html-embed {
    z-index: 1;
  }

  .heading-footer {
    font-size: 32px;
    line-height: 42px;
  }

  .html-embed-2 {
    width: 50px;
  }

  .innerheader_cover_wrapper {
    height: 16vh;
  }

  .link-block-4 {
    width: 150px;
  }

  .section-mob {
    background-color: #000;
  }

  .portfolio_item_title_click {
    height: auto;
  }

  .portfolio-arrow {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .heading-2-form {
    font-size: 28px;
  }

  .splash-screen {
    top: -50px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .div-block-24 {
    width: 40px;
    height: 40px;
  }

  .button-w-border {
    z-index: 1;
    width: 175px;
  }

  .background-video-3.logo {
    width: 200px;
    height: 100px;
  }

  .background-video-4.image-6 {
    width: 300px;
    height: 300px;
  }

  .showroom_wrapper {
    width: 100%;
  }
}