:root {
  --blue: #0080ff;
  --dark-turquoise: #0dc0c0;
}

body {
  color: #333;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

h3 {
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
}

h4 {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}

p {
  color: #a6a6a6;
  text-transform: none;
  margin-bottom: 5px;
  font-family: PT Sans, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
}

a {
  color: #000;
  font-family: Montserrat, sans-serif;
  text-decoration: none;
}

.button {
  opacity: 1;
  color: #fff;
  text-align: center;
  cursor: auto;
  background-color: #fe0002;
  border-radius: 4px;
  padding: 10px 20px;
  font-size: 14px;
  text-decoration: none;
  transition: background-color .3s ease-in-out;
  display: inline-block;
}

.button:hover {
  background-color: #333;
}

.header {
  color: #333;
  background-color: #fff;
  padding-top: 17px;
  padding-bottom: 26px;
}

.banner {
  background-image: url('../images/_Cover.png');
  background-position: 0 0;
  background-repeat: repeat;
  background-size: cover;
  margin-bottom: 0;
  margin-left: 200px;
  margin-right: 200px;
  padding-top: 300px;
  padding-bottom: 100px;
  padding-left: 0;
  position: relative;
}

.brand {
  margin-top: 10px;
}

.navigation-link {
  text-transform: uppercase;
  padding-bottom: 0;
  padding-left: 18px;
  padding-right: 43px;
  font-size: 13px;
  font-weight: 700;
  transition: color .3s ease-in-out;
}

.navigation-link:hover {
  color: #0dc0c0;
}

.navigation-link.w--current {
  color: #fe0002;
}

.section {
  padding-top: 80px;
  padding-bottom: 80px;
}

.section.gray {
  background-color: #fafafa;
}

.section.parallax {
  background-image: url('../images/banner.jpg');
  background-repeat: no-repeat;
  background-attachment: fixed;
  padding-top: 130px;
  padding-bottom: 130px;
}

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

.section.small {
  padding-top: 0;
  padding-bottom: 0;
}

.section.medium {
  padding-top: 10px;
  padding-bottom: 10px;
}

.section._1e {
  padding-top: 90px;
  padding-bottom: 40px;
}

.icon-services {
  float: left;
  background-color: #f7f7f7;
  background-image: url('../images/mini_samsa.jpg');
  background-repeat: no-repeat;
  background-size: 62px;
  border-radius: 100%;
  width: 60px;
  height: 60px;
  margin-right: 15px;
  transition: background-color .3s ease-in-out;
}

.icon-services:hover {
  background-color: #0dc0c0;
  background-image: url('../images/magic_ffffff_100.png');
}

.icon-services.icon-2 {
  background-image: url('../images/mini_samsa.jpg');
  background-position: 0 0;
  background-size: 62px;
}

.icon-services.icon-2:hover {
  background-image: url('../images/rocket_ffffff_100-1.png');
}

.icon-services.icon-3 {
  opacity: 1;
  background-image: none;
  background-position: 0 0;
  background-size: auto;
  transition-property: none;
}

.icon-services.icon-3:hover {
  background-image: url('../images/bug_ffffff_100.png');
}

.icon-services.icon-4 {
  background-image: url('../images/code_0dc0c0_100.png');
}

.icon-services.icon-4:hover {
  background-image: url('../images/code_ffffff_100.png');
}

.icon-services.icon-5 {
  background-image: none;
}

.icon-services.icon-5:hover {
  background-image: url('../images/camera-retro_ffffff_100.png');
}

.icon-services.icon-6 {
  background-image: none;
}

.icon-services.icon-6:hover {
  background-image: url('../images/bullhorn_ffffff_100.png');
}

.icon-services.margin-auto {
  float: none;
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.icon-services.margin-auto.icon-7 {
  background-image: url('../images/cloud_333333_100.png');
}

.icon-services.margin-auto.icon-7:hover {
  background-image: url('../images/cloud_ffffff_100.png');
}

.icon-services.margin-auto.icon-8 {
  background-image: url('../images/clock-o_333333_100.png');
}

.icon-services.margin-auto.icon-8:hover {
  background-image: url('../images/clock-o_ffffff_100.png');
}

.icon-services.margin-auto.icon-9 {
  background-image: url('../images/pencil_333333_100.png');
}

.icon-services.margin-auto.icon-9:hover {
  background-image: url('../images/pencil_ffffff_100.png');
}

.icon-services.margin-auto.icon-10 {
  background-image: url('../images/rocket_333333_100.png');
}

.icon-services.margin-auto.icon-10:hover {
  background-image: url('../images/rocket_ffffff_100-1.png');
}

.text-services {
  position: relative;
  overflow: hidden;
}

.small-space {
  margin-top: 40px;
}

.top-big-title {
  text-transform: uppercase;
  margin-bottom: 40px;
}

.top-big-title.center {
  text-align: center;
}

.divider {
  background-color: #333;
  width: 60px;
  height: 3px;
  margin: 15px auto;
  display: block;
}

.divider.divider-no-margin {
  margin-left: 0;
}

.top-small-text {
  color: #01060c;
  text-transform: none;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  line-height: 30px;
}

.top-small-text.sizedown {
  color: #333;
  text-align: justify;
  font-size: 13px;
  line-height: 20px;
}

.about-services {
  margin-bottom: 15px;
}

.about-icons {
  float: left;
  background-image: url('../images/chain-broken_333333_100.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 26px;
  width: 40px;
  height: 40px;
  margin-right: 10px;
}

.about-icons.icon-2 {
  background-image: url('../images/magic_333333_100.png');
}

.about-icons.icon-3 {
  background-image: url('../images/cubes_333333_100.png');
}

.title-about {
  margin-top: 6px;
}

.skills-text {
  margin-bottom: 15px;
  font-family: PT Sans, sans-serif;
  font-size: 18px;
  font-style: italic;
  line-height: 30px;
}

.skills-percent {
  margin-bottom: 15px;
  font-size: 14px;
  line-height: 28px;
}

.skills-icon {
  float: left;
  background-image: url('../images/desktop_333333_100.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 16px;
  width: 30px;
  height: 30px;
  margin-right: 10px;
}

.skills-icon.icon-2 {
  background-image: url('../images/paint-brush_333333_100.png');
}

.skills-icon.icon-3 {
  background-image: url('../images/code_333333_100.png');
}

.skills-icon.icon-4 {
  background-image: url('../images/leaf_333333_100.png');
}

.percent-bar {
  background-color: #f2f2f2;
  border-radius: 14px;
  width: 100%;
  height: 15px;
  margin-top: 5px;
  position: relative;
  overflow: hidden;
}

.overlay-percent-bar {
  background-color: #0dc0c0;
  border-radius: 14px;
  width: 70%;
  position: absolute;
  inset: 0;
}

.overlay-percent-bar.bar-2 {
  width: 85%;
}

.overlay-percent-bar.bar-3 {
  width: 100%;
}

.overlay-percent-bar.bar-4 {
  width: 63%;
}

.portfolio-wrapper {
  float: left;
  text-align: center;
  width: 25%;
  position: relative;
  overflow: hidden;
}

.center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
  right: 5px;
}

.small-text {
  text-align: center;
  margin-bottom: 20px;
  font-family: PT Sans, sans-serif;
  font-size: 18px;
  font-style: italic;
}

.portfolio-overlay {
  opacity: 0;
  background-color: #0dc0c0f2;
  width: 100%;
  height: 100%;
  transition: opacity .3s ease-in-out;
  position: absolute;
  inset: 0;
}

.portfolio-title {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  position: relative;
  top: 50%;
  transform: translate(0, -50%);
}

.portfolio-small-tag {
  text-transform: none;
  font-family: PT Sans, sans-serif;
  font-style: italic;
}

.portfolio-icon {
  background-color: #fff;
  background-image: url('../images/arrow-right_0dc0c0_100.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 16px;
  border-radius: 5px;
  width: 40px;
  height: 40px;
  transition: all .2s ease-in-out;
  position: absolute;
  bottom: 15px;
  right: 15px;
}

.portfolio-icon:hover {
  background-color: #333;
  background-image: url('../images/arrow-right_ffffff_100.png');
}

.testimonials-wrapper {
  background-color: #fafafa;
  padding: 24px;
  font-style: italic;
  position: relative;
}

.triangle-shape {
  background-image: url('../images/arrow-shape.png');
  background-position: 86% 100%;
  background-repeat: no-repeat;
  background-size: 40px;
  height: 40px;
  position: absolute;
  bottom: -27px;
  left: 0;
  right: 0;
}

.user-testimonial {
  margin-top: 20px;
  position: relative;
}

.user-photo {
  float: left;
  background-image: url('../images/client1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100%;
  width: 70px;
  height: 70px;
  margin-right: 15px;
}

.user-photo.user-photo-2 {
  background-image: url('../images/cleint3.jpg');
}

.name-testimonials {
  margin-top: 9px;
  margin-bottom: 1px;
  font-size: 16px;
}

.clients-wrapper {
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
  margin-top: 80px;
  padding-top: 51px;
  padding-bottom: 51px;
}

.logo {
  float: left;
  opacity: .6;
  background-image: url('../images/logos-10.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 145px;
  width: 25%;
  height: 120px;
  padding-left: 10px;
  padding-right: 10px;
  transition: opacity .3s ease-in-out;
}

.logo:hover {
  opacity: 1;
}

.logo.logo-2 {
  background-image: url('../images/logos-8.png');
}

.logo.logo-3 {
  background-image: url('../images/logo-5.png');
}

.logo.logo-4 {
  background-image: url('../images/logo-1.png');
}

.footer {
  background-color: #f5f5f5;
  align-items: flex-end;
  padding-top: 24px;
  padding-bottom: 38px;
  padding-left: 0;
  display: block;
  position: static;
  bottom: 0;
  left: 0;
  right: 0;
}

.small-margin {
  margin-top: 20px;
}

.social-icon {
  background-color: #0dc0c0;
  background-image: url('../images/facebook.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 16px;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  margin-left: 7px;
  margin-right: 7px;
  transition: background-color .3s ease-in-out;
}

.social-icon:hover {
  background-color: #333;
}

.social-icon.twitter {
  background-image: url('../images/twitter.svg');
}

.social-icon.rss {
  background-image: url('../images/rss.svg');
}

.social-icon.linkdin {
  background-image: url('../images/linkedin_footer-w.svg');
}

.inner-banner {
  background-image: url('../images/IMG_5695.png');
  background-position: 0 0;
  background-size: cover;
  padding-top: 30px;
  padding-bottom: 30px;
}

.center-container {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.no-margin {
  direction: ltr;
  text-shadow: 1px 1px 6px #000;
  margin-bottom: 0;
  text-decoration: none;
}

.fun-facts-wrapper {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
}

.fun-facts-icon {
  margin-bottom: 15px;
}

.team-wrapper {
  text-align: center;
  text-transform: uppercase;
}

.team-name {
  margin-top: 20px;
  margin-bottom: 0;
}

.working-process-wrapper {
  text-align: center;
  border: 1px solid #ebebeb;
  padding: 23px 13px;
  position: relative;
}

.portfolio-with-margin {
  margin-left: 100px;
  margin-right: 100px;
}

.text-field {
  border: 1px solid #ebebeb;
  height: 30px;
  font-family: PT Sans, sans-serif;
  font-size: 13px;
}

.text-field:focus {
  border-color: #0dc0c0;
}

.text-field.text-area {
  padding-bottom: 80px;
}

.success-message {
  text-align: center;
  background-color: #0dc0c0;
  padding-top: 20px;
  padding-bottom: 20px;
}

.paragraph-form {
  color: #fff;
  margin-bottom: 0;
}

.error-message {
  text-align: center;
  background-color: #f77272;
  margin-top: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
}

.info-icon {
  float: left;
  background-image: url('../images/map-marker_999999_100.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 15px;
  border: 1px solid #ebebeb;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  margin-right: 15px;
}

.info-icon.icon-2 {
  background-image: url('../images/envelope_999999_100.png');
}

.info-icon.icon-3 {
  background-image: url('../images/phone_999999_100.png');
}

.info-wrapper {
  margin-bottom: 20px;
}

.info-text {
  line-height: 26px;
  position: relative;
  top: 6px;
  overflow: hidden;
}

.small-text-inner {
  color: #fff;
  letter-spacing: 0;
  text-transform: none;
  text-shadow: 1px 1px 6px #000;
  margin-top: 15px;
  font-size: 16px;
  font-style: normal;
}

.project-page-icon {
  opacity: .7;
  background-color: #f3f3f3;
  background-image: url('../images/caret-left_333333_100.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 22px;
  border-radius: 100%;
  width: 45px;
  height: 45px;
  margin-left: 6px;
  margin-right: 6px;
  transition: opacity .3s ease-in-out;
}

.project-page-icon:hover {
  opacity: 1;
}

.project-page-icon.icon-2 {
  background-image: url('../images/th-large_333333_100.png');
  background-size: 18px;
}

.project-page-icon.icon-3 {
  background-image: url('../images/caret-right_333333_100.png');
}

.container-slider {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.banner-text-wrapper {
  margin-bottom: 20px;
  position: relative;
  top: 45px;
}

.banner-big-text {
  color: #0000;
  letter-spacing: 0;
  text-transform: uppercase;
  margin-bottom: 15px;
  font-size: 26px;
  font-weight: 400;
  line-height: 44px;
}

.banner-big-text.blanc {
  color: #0000;
}

.paragraph-banner {
  float: left;
  color: #0000;
  margin-bottom: 20px;
}

.paragraph-banner.blanc {
  float: none;
  clear: none;
  color: #fff;
  margin-bottom: 90px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: visible;
}

.slide {
  margin-top: 0;
}

.footer-typo {
  font-size: 10px;
  line-height: 12px;
}

.detail {
  font-size: 12px;
  line-height: 19px;
}

.detail.prod {
  text-align: justify;
}

.detail.about {
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
}

.detail.justify {
  text-align: justify;
}

.map {
  height: 240px;
  padding-top: 2px;
}

.title {
  margin-bottom: 40px;
}

.title.center {
  color: #000408;
  margin-bottom: 24px;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 20px;
}

.title.center.onsite {
  color: #000408;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}

.cies {
  color: #a6a6a6;
  margin-top: 25px;
  margin-bottom: 50px;
  padding-right: 0;
  position: relative;
  left: -4px;
}

.plans {
  padding-top: 25px;
  padding-bottom: 50px;
}

.menu {
  background-color: #0000;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  overflow: scroll;
}

.home_slider {
  height: 500px;
}

.homeslider {
  width: 1000px;
  height: auto;
  margin-bottom: 0;
  position: relative;
}

.con-slider {
  padding-left: 0;
}

.av1e {
  border: 1px solid #0000;
  margin-top: 50px;
  margin-bottom: 50px;
}

.space {
  margin-bottom: 50px;
}

.image {
  opacity: 1;
  color: #1f1414;
  -webkit-text-fill-color: inherit;
  background-image: url('../images/Capture-d’écran-2018-10-17-à-10.41.21.jpg');
  background-position: 0 0;
  background-size: 470px;
  background-clip: border-box;
  padding-bottom: 0;
  position: relative;
  bottom: -14px;
  right: 112px;
}

.button-2 {
  padding-top: 0;
}

.button-2.w--current {
  color: #e91313;
  -webkit-text-fill-color: inherit;
  cursor: auto;
  background-color: red;
  background-clip: border-box;
  border: 1px solid red;
  margin-top: 0;
  padding-top: 9px;
  position: static;
}

.image-2 {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  position: static;
  top: 0;
  right: 24px;
}

.facebook {
  color: #0000;
  background-color: #0000;
  border: 1px solid #fff;
  margin-left: 0;
  margin-right: 0;
  padding-right: 0;
  position: relative;
  top: auto;
}

.facebook-2 {
  background-color: #0000;
  margin-left: 42px;
  margin-right: 19px;
  padding-left: 0;
  padding-right: 0;
  bottom: -10px;
}

.button-3 {
  background-image: url('../images/Tarantula_up.jpg');
  background-position: 50%;
  background-size: auto;
  margin-bottom: 0;
  margin-left: 173px;
  padding-bottom: 9px;
  padding-right: 15px;
  position: static;
}

.button-4 {
  margin-bottom: -16px;
}

.columns {
  margin-bottom: -68px;
}

.button-5 {
  background-image: url('../images/Instagram_icon_wikimediaWEB-696x697.jpg');
  background-position: 50%;
}

.button-6 {
  color: #f5f5f5;
  background-color: #f5f5f5;
  background-image: url('../images/Instagram-Logo.png');
  background-position: 50%;
  background-size: cover;
  margin-top: 4px;
  margin-bottom: -111px;
  padding-top: 0;
  padding-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
}

.body {
  -webkit-text-fill-color: inherit;
  background-color: #0000;
  background-clip: border-box;
}

.link-block {
  background-image: url('../images/instagram-logo-small.png');
  background-position: 0 0;
  background-size: cover;
}

.link-block-2 {
  background-color: #f5f5f5;
  min-width: 8px;
  max-width: 80px;
  margin-top: -20px;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 6px;
  position: relative;
  top: 20px;
  bottom: 0;
  left: -3px;
  overflow: visible;
}

.image-3 {
  width: 90px;
  margin-bottom: 0;
  margin-left: 190px;
  padding-bottom: 0;
  font-size: 10px;
}

.image-4 {
  width: 90px;
  margin-left: 147px;
  position: relative;
  left: 84px;
}

.image-5 {
  width: 60px;
  margin-left: 30px;
  margin-right: 86px;
  padding-bottom: 0;
  padding-left: 28px;
  padding-right: 0;
}

.image-6 {
  width: 90px;
  margin-top: 21px;
  margin-right: 142px;
  position: relative;
  bottom: -5px;
  right: 97px;
}

.heading {
  color: #01080f;
  white-space: normal;
  font-weight: 700;
  text-decoration: none;
}

.image-7 {
  width: 140px;
  max-width: 110%;
  margin-top: -13px;
  margin-left: 46px;
  position: relative;
  bottom: -3px;
  left: 24px;
}

.image-8 {
  margin-top: -37px;
  margin-bottom: 0;
  position: relative;
  left: 6px;
}

.image-9 {
  margin-top: -37px;
}

.image-10 {
  width: 160px;
  max-width: 120%;
  margin-top: -41px;
  position: relative;
  top: 11px;
  bottom: -1px;
  left: -4px;
}

.image-11 {
  width: 110px;
  margin-top: -35px;
  position: relative;
  left: -16px;
}

.background-video {
  width: 1900px;
  height: 900px;
}

.body-2 {
  clear: both;
  background-color: #000;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-left: 0;
  display: block;
}

.background-video-2 {
  opacity: 1;
  width: 1900px;
  height: 900px;
  margin-top: 0;
  padding-top: 0;
}

.button-7 {
  color: var(--blue);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  width: auto;
  height: auto;
  margin-top: 855px;
  margin-left: 950px;
  padding-left: 15px;
  font-size: 50px;
  font-weight: 600;
  line-height: 50px;
}

.button-8 {
  color: #000;
}

.button-9 {
  background-color: var(--blue);
  color: #000;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 24px;
  margin-left: 900px;
  font-size: 30px;
  font-weight: 600;
  line-height: 30px;
}

.section-2 {
  margin-top: -35px;
}

.button-10 {
  color: #fff;
  -webkit-text-fill-color: inherit;
  background-color: #bb0f19;
  background-clip: border-box;
  width: auto;
  margin-top: 2px;
  margin-left: 568px;
  font-size: 30px;
  font-weight: 600;
  line-height: 30px;
}

.background-video-3 {
  width: auto;
  height: auto;
  margin-top: 32px;
  position: static;
  overflow: visible;
}

.image-12 {
  width: 200px;
  margin-top: -9px;
  margin-left: 568px;
  padding-top: 0;
}

.button-11 {
  background-color: #fe0002;
  margin-left: -323px;
  font-size: 25px;
}

.sticky-nav {
  z-index: 1;
  background-color: #f4f4f4;
  padding: 20px;
  position: sticky;
  top: 0;
}

.nav-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content max-content max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin: 0;
  padding: 0;
  display: grid;
}

.nav-logo-link {
  height: 60px;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  display: block;
}

.nav-logo {
  object-fit: contain;
  object-position: 0% 50%;
  width: auto;
  height: 100%;
}

.nav-link {
  color: #444;
  margin-left: 0;
  margin-right: 0;
  padding: 10px 0;
  text-decoration: none;
  display: block;
}

.nav-link:hover {
  text-decoration: underline;
}

.link {
  color: #222;
  margin-top: 20px;
  margin-left: 20px;
  display: inline-block;
}

.link.w--current {
  transition: color .3s ease-in-out;
}

.background-video-4 {
  float: none;
  margin-top: 0;
  padding-top: 0;
  position: relative;
  top: 66px;
}

.background-video-5 {
  float: none;
  clear: both;
  opacity: 1;
  background-color: #0000;
  width: 1100px;
  height: 600px;
  margin-left: 89px;
  padding-top: 0;
  padding-bottom: 14px;
  display: inline-block;
  position: absolute;
  inset: 13% 0% 0%;
}

.section-3 {
  margin-top: 0;
  padding-top: 0;
}

.column {
  padding-right: 0;
}

.image-13 {
  width: 75px;
  padding-bottom: 0;
  position: relative;
  bottom: -30px;
  right: 116px;
}

.image-14 {
  max-width: 90%;
  padding-top: 7px;
  padding-bottom: 0;
}

.columns-2 {
  padding: 0;
}

.column-2 {
  margin-top: -3px;
  padding: 0 56px 0 0;
  top: 4px;
  left: -9px;
}

.column-3 {
  cursor: auto;
  padding-right: 30px;
  top: 1px;
  left: -18px;
}

.image-15 {
  width: 160px;
  max-width: 115%;
  margin-bottom: -3px;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.image-16 {
  width: 160px;
  position: relative;
  left: 93px;
}

.image-17 {
  width: 145px;
}

.image-18 {
  width: 150px;
  position: relative;
  left: 96px;
}

.columns-3 {
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  left: 38px;
}

.container {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

.link-block-4 {
  color: #f70909;
  position: fixed;
  left: 532px;
}

.heading-2 {
  color: #f6eeee;
  text-align: center;
  margin-left: 413px;
  padding-left: 0;
  padding-right: 48px;
}

.image-19 {
  text-align: center;
  margin-left: 100px;
  padding-left: 269px;
  text-decoration: none;
}

.div-block {
  display: block;
}

.button-12 {
  float: left;
  clear: both;
  opacity: .82;
  text-align: center;
  cursor: auto;
  background-color: #f10b0f;
  border: 1px solid #000;
  border-radius: 15px;
  width: auto;
  min-width: 1260px;
  margin-bottom: 0;
  padding: 11px 95px 7px 0;
  font-size: 30px;
  font-weight: 800;
  display: inline;
  position: fixed;
  inset: auto 0% 0%;
}

.button-13 {
  background-color: #e00f20;
  border-radius: 13px;
  font-size: 20px;
  font-weight: 800;
  display: block;
  position: fixed;
  inset: auto auto 9% 46%;
}

.image-20 {
  min-width: auto;
  max-width: 30%;
  padding-top: 0;
  padding-bottom: 7px;
  position: relative;
  bottom: -4px;
}

.heading-3 {
  color: #333;
  margin-top: 1px;
  margin-bottom: -15px;
  padding-top: 0;
  font-size: 10px;
  font-weight: 400;
  line-height: 12px;
  position: relative;
  bottom: 1px;
  left: -5px;
}

.image-21 {
  min-width: 130px;
  max-width: 150%;
  font-size: 20px;
  font-weight: 400;
  position: relative;
  bottom: -8px;
}

.image-22 {
  z-index: auto;
  object-fit: fill;
  width: auto;
  min-width: auto;
  max-width: 1400px;
  min-height: auto;
  max-height: 350px;
  display: block;
  position: static;
  inset: 0% 0% auto 19%;
}

.slide-1 {
  background-color: #0a0101;
}

.slide-nav {
  display: inline-block;
  position: absolute;
  left: 1px;
}

.image-23 {
  z-index: auto;
  float: none;
  clear: none;
  object-fit: fill;
  background-color: #f3eeee;
  width: 1400px;
  min-width: auto;
  max-width: 1200px;
  max-height: 500px;
  display: block;
  position: relative;
  bottom: auto;
  left: -98px;
  overflow: visible;
}

.image-24 {
  background-color: #0000;
  width: 750px;
  min-width: 750px;
  max-width: none;
  height: 400px;
  max-height: 350px;
  position: relative;
  left: 121px;
}

.div-block-2 {
  position: static;
  top: -2px;
}

.slider {
  position: static;
  bottom: 2px;
  left: -2px;
}

.image-25 {
  position: relative;
}

.image-26 {
  width: 160px;
  max-width: 115%;
  position: relative;
  right: -54px;
}

.image-27 {
  max-width: 105%;
  position: relative;
  right: -22px;
}

.image-28 {
  max-width: 105%;
  position: relative;
  right: 27px;
}

.image-29 {
  width: 155px;
  max-width: 105%;
  position: relative;
  right: 62px;
}

.div-block-3 {
  padding-bottom: 0;
}

.image-30 {
  max-width: 85%;
}

.heading-4 {
  text-align: center;
  font-weight: 600;
}

.image-31 {
  width: 940px;
}

.slide-2 {
  background-color: #1d1818;
}

.heading-5 {
  float: none;
  margin-left: 0;
  font-size: 20px;
  font-weight: 300;
  position: relative;
  top: -2px;
  left: 390px;
  overflow: hidden;
}

.bold-text {
  padding-left: 13px;
  font-weight: 400;
}

.button-14 {
  color: #141111;
  background-color: #e6d309;
  margin-left: 6px;
  font-weight: 800;
  position: relative;
  left: 430px;
}

.heading-6 {
  font-size: 15px;
  font-weight: 400;
  position: relative;
  left: 168px;
}

.slide-1-2 {
  background-color: #0c0909;
}

.image-32 {
  width: 90%;
  max-width: 120%;
  position: relative;
  left: 46px;
}

.image-33 {
  display: block;
  position: absolute;
  inset: -26% -14% -27% 0%;
}

.image-34 {
  padding-left: 54px;
  padding-right: 37px;
  position: relative;
  left: 322px;
}

.bold-text-2 {
  margin-right: -39px;
  padding-left: 0;
  padding-right: 0;
}

.video {
  float: none;
  clear: none;
  border: 10px solid #333;
  border-radius: 0;
  width: 120%;
  min-width: 10px;
  max-width: 1000px;
  height: 90%;
  min-height: 5px;
  max-height: 900px;
  left: 126px;
  overflow: auto;
}

.text-span {
  padding-left: 3px;
  padding-right: 0;
  font-weight: 800;
}

.button-15 {
  color: #0c0b0b;
  background-color: #e6d309;
}

.bouton-14 {
  color: #0a0909;
  background-color: #e6d309;
  font-weight: 800;
}

.bold-text-3 {
  margin-top: -83px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: inline-block;
}

.bold-text-4 {
  padding-top: 2px;
  display: inline-block;
}

.button-16 {
  margin-top: 3px;
  padding-top: 13px;
  padding-bottom: 0;
  display: inline-block;
}

.button-17 {
  background-color: #1467af;
  margin-top: 10px;
  margin-bottom: -7px;
  margin-left: -3px;
  padding: 1px 5px 2px 6px;
}

html.w-mod-js [data-ix="slide-portfolio-title-down-on-hover"], html.w-mod-js [data-ix="slide-portfolio-title-down-on-hover-2"] {
  opacity: 0;
  transform: translate(0, -30px);
}

@media screen and (max-width: 991px) {
  .banner {
    padding-top: 47px;
    padding-bottom: 47px;
  }

  .navigation-link {
    color: #fff;
    background-color: #000000f2;
  }

  .portfolio-wrapper {
    width: 50%;
  }

  .portfolio-with-margin {
    margin-left: 80px;
    margin-right: 80px;
  }

  .hamburger.w--open {
    background-color: #0dc0c0;
    border-radius: 100%;
  }

  .container-slider {
    text-align: center;
    position: relative;
    inset: 50% auto auto 0;
    transform: translate(0, -50%);
  }

  .banner-text-wrapper {
    top: 122px;
  }

  .display-none {
    display: none;
  }

  .image-2 {
    max-width: 80%;
  }

  .image-4 {
    padding-left: 8px;
    left: 12px;
  }

  .image-6 {
    left: -44px;
  }

  .image-7 {
    left: -12px;
  }

  .image-8 {
    bottom: -13px;
    left: 12px;
  }

  .image-9 {
    position: relative;
    bottom: -12px;
  }

  .image-10 {
    top: 1px;
    bottom: -13px;
    left: -14px;
  }

  .image-11 {
    left: -22px;
    right: 37px;
  }

  .image-26 {
    bottom: 11px;
  }

  .image-29 {
    bottom: 9px;
  }

  .heading-5 {
    left: 283px;
    right: -335px;
  }

  .bold-text {
    position: relative;
    right: -5px;
  }

  .button-14 {
    left: 326px;
  }

  .heading-6 {
    left: 80px;
  }

  .image-34 {
    padding-left: 45px;
    left: 222px;
  }

  .video {
    max-width: 700px;
    left: 26px;
  }
}

@media screen and (max-width: 767px) {
  .section.parallax {
    padding-top: 90px;
    padding-bottom: 50px;
  }

  .service-wrapper {
    margin-bottom: 35px;
  }

  .top-big-title {
    padding-left: 10px;
    padding-right: 10px;
  }

  .logo {
    width: 50%;
  }

  .logo.logo-2 {
    text-align: right;
  }

  .fun-facts-wrapper {
    margin-bottom: 59px;
  }

  .team-wrapper {
    margin-top: 40px;
  }

  .working-process-wrapper {
    margin-bottom: 25px;
  }

  .portfolio-with-margin {
    margin-left: 0;
    margin-right: 0;
  }

  .space-device {
    margin-top: 20px;
  }

  .hamburger {
    margin-right: 15px;
  }

  .image {
    top: -6px;
    bottom: 1px;
    left: -1px;
  }

  .image-4 {
    left: -77px;
  }

  .image-6 {
    left: 76px;
  }

  .image-7 {
    bottom: -6px;
    left: 122px;
  }

  .image-8 {
    bottom: -31px;
    left: -27px;
  }

  .image-9 {
    position: relative;
    bottom: -26px;
    left: -26px;
  }

  .image-10 {
    top: 16px;
    bottom: -64px;
    left: -28px;
  }

  .image-11 {
    bottom: -42px;
    left: 188px;
  }

  .sticky-nav {
    position: relative;
  }

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

  .image-13 {
    bottom: -21px;
    left: 1px;
  }

  .image-15 {
    position: relative;
    left: -6px;
  }

  .image-16 {
    bottom: -10px;
    left: -9px;
  }

  .image-17 {
    position: relative;
    left: -5px;
  }

  .image-18 {
    left: -2px;
  }

  .image-26 {
    left: 14px;
  }

  .image-27 {
    bottom: 23px;
    left: 13px;
  }

  .image-28 {
    max-width: 60%;
    bottom: -18px;
    left: 14px;
  }

  .image-29 {
    bottom: -8px;
    left: 18px;
  }

  .image-30 {
    max-width: 50%;
    position: relative;
    left: 15px;
  }

  .heading-5 {
    left: 211px;
  }

  .button-14 {
    left: 256px;
  }

  .heading-6 {
    left: 2px;
  }

  .video {
    max-width: 500px;
  }
}

@media screen and (max-width: 479px) {
  .portfolio-wrapper {
    width: 100%;
  }

  .logo {
    background-size: contain;
    width: 48%;
    margin-left: 1%;
    margin-right: 1%;
  }

  .inner-banner {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .no-margin {
    font-size: 22px;
  }

  .portfolio-with-margin {
    margin-left: 0;
    margin-right: 0;
  }

  .banner-text-wrapper {
    top: 180px;
  }

  .image {
    left: 13px;
    right: 78px;
  }

  .image-4 {
    left: -68px;
    right: -55px;
  }

  .image-6 {
    left: 82px;
  }

  .image-7 {
    left: -8px;
  }

  .image-8 {
    left: -27px;
  }

  .image-9 {
    position: relative;
    left: -28px;
  }

  .image-10 {
    left: -30px;
  }

  .image-11 {
    left: 64px;
  }

  .sticky-nav {
    padding: 0;
  }

  .nav-grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: 100px;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .nav-logo-link {
    border-top: 1px solid #c4c4c4;
  }

  .nav-link {
    border-top: 1px solid #c4c4c4;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .image-13 {
    left: 10px;
    right: 99px;
  }

  .image-15 {
    padding-left: 0;
    position: relative;
    left: 4px;
  }

  .image-16 {
    top: -1px;
    left: -1px;
  }

  .image-17 {
    position: relative;
    left: 11px;
  }

  .image-18 {
    left: 10px;
  }

  .image-26 {
    right: -8px;
  }

  .image-27 {
    right: -11px;
  }

  .image-28 {
    left: 15px;
  }

  .image-29 {
    left: 19px;
  }

  .image-30 {
    max-width: 45%;
    position: relative;
    top: -14px;
    left: 13px;
  }

  .heading-5 {
    left: 81px;
  }

  .button-14 {
    left: 131px;
  }

  .heading-6 {
    left: 9px;
  }

  .video {
    max-width: 300px;
    left: 11px;
  }
}


