.layout {
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1300px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.navbar {
  position: fixed;
  top: 0px;
  right: 6%;
  z-index: 999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin-top: 40px;
  margin-right: 0%;
  margin-left: 0%;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  border-radius: 500px;
  background-color: rgba(25, 36, 49, 0);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.col.logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 100%;
  margin-left: 6%;
  padding-left: 0px;
  -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;
  border-radius: 0px;
  background-color: hsla(0, 0%, 100%, 0);
  -o-object-fit: fill;
  object-fit: fill;
}

.col.navlinks {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 45vw;
  margin-right: 5vw;
  -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: rgba(25, 36, 49, 0);
}

.col.navcta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 22vw;
  height: 75px;
  margin-right: 0%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-radius: 40px;
  background-color: #6001d3;
  background-image: url('../images/rect.png');
  background-position: 0% 50%;
  background-size: cover;
  -webkit-transition: all 300ms cubic-bezier(.165, .84, .44, 1);
  transition: all 300ms cubic-bezier(.165, .84, .44, 1);
  text-decoration: none;
  cursor: pointer;
}

.col.navcta:hover {
  background-color: #2c3643;
  background-position: 100% 50%;
}

.col.button-nav-col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20%;
  height: 100%;
  padding-left: 30px;
  -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;
}

.col.button-nav-col-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  height: 100%;
  padding-left: 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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-decoration: none;
}

.col.header-white {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  height: 100%;
  padding-bottom: 5%;
  padding-left: 10%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  background-color: #fff;
}

.col.header-image {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.body {
  border-radius: 40px;
  background-color: #081420;
  font-family: Quicksand, sans-serif;
  color: #fff;
  font-weight: 400;
}

.link {
  font-family: Quicksand, sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
}

.nav-link {
  padding-right: 5%;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  font-family: Quicksand, sans-serif;
  color: hsla(0, 0%, 100%, 0.7);
  font-size: 16px;
  text-decoration: none;
}

.nav-link:hover {
  color: #fff;
}

.nav-link.last_link {
  margin-right: 5%;
  padding-right: 0px;
}

.nav-link.first_link {
  margin-left: 40px;
}

.nav-link.first {
  margin-left: 5%;
  padding-right: 5%;
}

.navbutton-h {
  margin-top: 0px;
  margin-bottom: 3px;
  font-family: Quicksand, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 25px;
  font-weight: 500;
  text-decoration: none;
}

.navbutton-p {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Quicksand, sans-serif;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  text-decoration: none;
}

.header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  -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;
}

.container.header-misc {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.text-block {
  font-family: Quicksand, sans-serif;
  text-decoration: none;
}

.button-link {
  font-family: Quicksand, sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
}

.button {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 170px;
  padding: 20px 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;
  border-radius: 500px;
  background-image: url('../images/rect.png');
  background-position: 0% 50%;
  background-size: cover;
  -webkit-transition: all 250ms cubic-bezier(.47, 0, .745, .715);
  transition: all 250ms cubic-bezier(.47, 0, .745, .715);
  text-decoration: none;
}

.button:hover {
  background-image: url('../images/rect.png');
  background-position: 100% 50%;
  background-size: cover;
}

.cool-button {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin-top: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
  -o-object-fit: fill;
  object-fit: fill;
}

.cool-button.subscribed {
  margin-top: 20px;
}

.button-shadow {
  position: absolute;
  left: 1%;
  top: 9px;
  right: auto;
  bottom: 0%;
  width: 170px;
  height: 60px;
  border-radius: 500px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#9cbdfc), to(#6001d3));
  background-image: linear-gradient(180deg, #9cbdfc, #6001d3);
  opacity: 0.3;
  -webkit-filter: blur(11px);
  filter: blur(11px);
  -o-object-fit: fill;
  object-fit: fill;
}

.button-relative {
  position: relative;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
}

.p {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 54%;
  margin-left: 5%;
  padding-left: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Quicksand, sans-serif;
  color: #abafc7;
  font-size: 15px;
  line-height: 35px;
  font-weight: 500;
}

.heading {
  overflow: hidden;
  padding-bottom: 40px;
  font-family: Nagoda, sans-serif;
  color: #050505;
  font-size: 65px;
  line-height: 80px;
  font-weight: 400;
}

.header-img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin-left: -90px;
  -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;
}

.header-dec-img {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: -1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 53vw;
  height: 100%;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.image {
  position: static;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
}

.cicle-1 {
  position: absolute;
  left: auto;
  top: 44%;
  right: 29%;
  bottom: 0%;
}

.rect {
  position: absolute;
  left: auto;
  top: 26%;
  right: 45%;
  bottom: 0%;
}

.tri {
  position: absolute;
  left: auto;
  top: 41%;
  right: 55%;
  bottom: 0%;
}

.zig {
  position: absolute;
  left: auto;
  top: 29%;
  right: 29%;
  bottom: 0%;
}

.rect2 {
  position: absolute;
  left: auto;
  top: 20%;
  right: 12%;
  bottom: auto;
}

.circ {
  position: absolute;
  left: auto;
  top: 11%;
  right: 61%;
  bottom: 0%;
}

.image-2 {
  width: 70px;
}

.project-img {
  width: 90%;
  padding-top: 90px;
  border-radius: 20px;
}

.project-bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 30px;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fafafa;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.25)), to(rgba(0, 0, 0, 0.25)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25));
}

.project-bar._06 {
  background-color: #befb08;
}

.project-bar._05 {
  background-color: #ecebe9;
}

.project-bar.modal {
  background-color: #001fff;
}

.project-bar.modal.chimera {
  height: 60px;
  border: 0px none #000;
  background-color: #6001d3;
  background-image: none;
}

.project-bar.modal.hca {
  border-style: none;
  background-color: #befb08;
}

.project-close {
  width: 15px;
  height: 20px;
  cursor: pointer;
}

.project-close:hover {
  opacity: 0.8;
}

.project-close._05 {
  position: absolute;
  top: 6%;
  right: 6%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 60px;
  padding: 10px;
  -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: 500px;
  background-color: #5f01d3;
}

.project-close.erp {
  position: absolute;
  top: 6%;
  right: 6%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 60px;
  padding: 10px;
  -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: 500px;
  background-color: #5f01d3;
}

.project-close.web {
  position: absolute;
  top: 6%;
  right: 6%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 60px;
  padding: 10px;
  -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: 500px;
  background-color: #5f01d3;
}

.project-close.cons {
  position: absolute;
  top: 6%;
  right: 6%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 60px;
  padding: 10px;
  -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: 500px;
  background-color: #5f01d3;
}

.project-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.referenz-image {
  width: 100%;
}

.project-item-desc-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  padding: 10px 25px;
  -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-right: 1px solid rgba(0, 0, 0, 0.2);
}

.project-item-desc-wrap.modal {
  padding: 0px 50px 0px 0px;
  border-right-style: none;
  color: #6001d3;
}

.project-item-desc-wrap._20 {
  width: 20%;
}

.project-item-desc-wrap._20.modal {
  padding-right: 25px;
  padding-left: 25px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-right-style: none;
}

.project-item-desc-wrap.noborder {
  border-right-style: none;
}

.projet-item {
  width: 50%;
  padding: 25px;
}

.projet-item._06 {
  cursor: pointer;
}

.projet-item._05 {
  cursor: pointer;
}

.referenz-heading {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #001fff;
  font-size: 22px;
  line-height: 22px;
  font-weight: 500;
}

.referenz-heading.chimera {
  color: #929292;
}

.referenz-heading.hca {
  color: #90c000;
}

.bar-icon {
  height: 12px;
}

.project-info {
  border-style: none solid solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.2);
}

.project-text.check {
  font-family: Quicksand, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 25px;
  font-weight: 500;
}

.project-text.desc {
  color: rgba(51, 51, 51, 0.35);
}

.project-modal-left {
  overflow: hidden;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #081420;
}

.modal-check-icon {
  width: 30px;
}

.bar-claim-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.bar-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 70px;
  padding-right: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
  text-decoration: none;
}

.project-bar-icon {
  width: 50%;
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.project-item-title-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 25px 15px 25px 25px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.project-item-title-wrap.modal {
  padding-top: 35px;
  padding-bottom: 35px;
  padding-left: 20%;
  background-color: #5f01d3;
}

.project-modal-overlay {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 9999;
  display: none;
  width: 100%;
  height: 100%;
  border: 1px solid #000;
  background-color: #5f01d3;
  opacity: 1;
}

.project-modal-overlay._05 {
  background-color: #6001d3;
}

.project-modal-overlay._06 {
  background-color: #5f01d3;
}

.project-modal-overlay.mobile-apps {
  background-color: #5f01d3;
}

.project-modal-overlay.web-prog {
  background-color: #5f01d3;
}

.project-item-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.project-item-row.modal {
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid #192431;
}

.project-item-row.modal.info {
  padding-bottom: 15px;
  border: 0px none #000;
}

.project-bar-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 60px;
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #6001d3;
}

.bar-text {
  color: #fff;
  font-size: 12px;
  line-height: 12px;
  letter-spacing: 1px;
}

.bar-text.claim {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-family: Nagoda, sans-serif;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0px;
}

.project-modal-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -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;
}

.project-modal-right._06 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 80px;
  -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: 1px solid rgba(0, 0, 0, 0.14);
  background-color: #befb08;
}

.project-modal-right._05 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  padding-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;
  border-top: 0px solid rgba(0, 0, 0, 0.14);
  background-color: #081420;
}

.project-modal-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
  width: 100%;
  height: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.project-wrap {
  width: 100%;
  box-shadow: 0 6px 12px -8px rgba(0, 0, 0, 0.21);
  -webkit-transition: box-shadow 200ms ease, -webkit-transform 200ms ease;
  transition: box-shadow 200ms ease, -webkit-transform 200ms ease;
  transition: transform 200ms ease, box-shadow 200ms ease;
  transition: transform 200ms ease, box-shadow 200ms ease, -webkit-transform 200ms ease;
  color: #333;
  text-decoration: none;
}

.project-wrap:hover {
  box-shadow: 0 15px 20px -4px rgba(0, 0, 0, 0.26);
  -webkit-transform: translate(0px, -5px);
  -ms-transform: translate(0px, -5px);
  transform: translate(0px, -5px);
}

.project-modal {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 9998;
  display: block;
  width: 100%;
  height: 100vh;
  -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;
}

.project-modal._06 {
  display: none;
}

.project-modal._05 {
  display: none;
  overflow: auto;
}

.project-modal.mobile-apps {
  display: none;
}

.project-modal.erp {
  display: none;
  overflow: visible;
}

.project-modal.web-prog {
  display: none;
}

.project-modal.cons {
  display: none;
}

.icon_wrap {
  overflow: hidden;
}

.card_col_2 {
  position: relative;
  top: -30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding: 15px;
  -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;
}

.container_p {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 150px;
  padding-right: 6%;
  padding-left: 6%;
  -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;
  font-size: 16px;
}

.h1_features {
  margin-bottom: 17px;
  font-family: Nagoda, sans-serif;
  color: #fff;
  font-size: 22px;
  line-height: 27px;
  font-weight: 400;
  letter-spacing: -0.3px;
}

.col_60 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  padding: 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.col_40 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  margin-bottom: -20%;
  padding-right: 35px;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.paragraph {
  margin-top: 20px;
  margin-bottom: 40px;
  font-family: Quicksand, sans-serif;
  color: #abafc7;
  font-size: 16px;
  line-height: 2.1;
  font-weight: 500;
  letter-spacing: -0.3px;
}

.paragraph.white {
  color: rgba(255, 255, 255, 0.7);
}

.paragraph.les-mg {
  width: 80%;
  margin-bottom: 22px;
}

.paragraph.footer {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 14px;
  font-weight: 500;
  text-align: left;
}

.paragraph.footer.copy {
  text-align: center;
}

.paragraph.footer.slogan {
  margin-top: 15px;
  font-size: 16px;
  font-weight: 500;
}

.card_row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  margin-left: 6px;
  padding: 15px;
  -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;
}

.h1_example {
  margin-bottom: 25px;
  color: #000645;
  font-size: 44px;
  line-height: 1;
  letter-spacing: -0.5px;
}

.button-2 {
  margin-top: 25px;
  padding: 17px 35px;
  border-radius: 8px;
  background-color: #5b3acc;
  font-size: 15px;
  font-weight: 500;
}

.card_base {
  position: relative;
  width: 100%;
  min-height: 270px;
  margin-bottom: 35px;
  padding: 55px 25px 25px;
  border-radius: 15px;
  background-color: #192431;
  box-shadow: 7px 7px 55px 0 rgba(33, 44, 58, 0.3);
  color: #44465f;
  text-decoration: none;
}

.arrow {
  width: 13%;
  font-size: 18px;
}

.text_features {
  font-family: Quicksand, sans-serif;
  color: #abafc7;
  font-size: 14px;
  line-height: 25px;
  letter-spacing: -0.3px;
}

.heading-section {
  margin-top: 10px;
  margin-bottom: 0px;
  font-family: Nagoda, sans-serif;
  color: #fff;
  font-size: 45px;
  line-height: 50px;
  font-weight: 400;
}

.heading-section.black {
  color: #fff;
  font-size: 30px;
}

.sub-heading {
  font-family: Quicksand, sans-serif;
  color: #9cbdfc;
  font-size: 15px;
  line-height: 22px;
  font-weight: 400;
  letter-spacing: 5px;
  text-transform: uppercase;
}

.sub-heading.whity {
  color: #fff;
}

.user-3-t4 {
  display: none;
  width: 70px;
  margin-right: 22px;
  margin-left: 22px;
  padding: 2px;
  border: 1px solid transparent;
  border-radius: 100px;
}

.quote-2-subwrapper-t4 {
  position: absolute;
  left: 0%;
  top: 40px;
  right: auto;
  bottom: auto;
  display: none;
  max-width: 730px;
}

.user-picture-t4 {
  border-style: none;
  border-width: 1px;
  border-color: #fff;
  border-radius: 100px;
}

.user-name-t4 {
  font-family: Nagoda, sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  text-align: right;
}

.user-name-t4.text-center {
  font-family: Quicksand, sans-serif;
  color: #abafc7;
  text-align: center;
}

.user-1-t4 {
  width: 70px;
  margin-right: 22px;
  margin-left: 22px;
  padding: 2px;
  border: 1px solid transparent;
  border-radius: 100px;
}

.quote-4-subwrapper-t4 {
  position: absolute;
  left: 0%;
  top: 40px;
  right: auto;
  bottom: auto;
  display: none;
  max-width: 730px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.quote-3-subwrapper-t4 {
  position: absolute;
  left: 0%;
  top: 40px;
  right: auto;
  bottom: auto;
  display: none;
  max-width: 730px;
}

.testimonials-t4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 150px;
  margin-right: 0%;
  margin-left: 0%;
  padding: 80px 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 30px;
  background-color: #192431;
}

.quote-1-subwrapper-t4 {
  display: block;
  max-width: 730px;
}

.quote-t4 {
  margin-bottom: 18px;
  font-family: Quicksand, sans-serif;
  color: #abafc7;
  font-size: 18px;
  line-height: 30px;
  text-align: center;
}

.quote-t4.qoute_p {
  color: #abafc7;
  text-align: center;
}

.user-4-t4 {
  display: none;
  width: 70px;
  margin-right: 22px;
  margin-left: 22px;
  padding: 2px;
  border: 0px none transparent;
  border-radius: 100px;
}

.quote-icon-t4 {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.quote-wrapper-t4 {
  position: relative;
  max-width: 730px;
  padding-top: 40px;
  padding-bottom: 50px;
}

.user-2-t4 {
  width: 70px;
  margin-right: 22px;
  margin-left: 22px;
  padding: 2px;
  border: 1px solid transparent;
  border-radius: 100px;
}

.div-block {
  margin-top: 150px;
  padding-right: 6%;
  padding-left: 6%;
}

.col-mobile {
  display: none;
}

.image-header-mobile {
  display: none;
}

.image-pc {
  width: 40vw;
  max-width: 200%;
}

.why-choose-us-text-block {
  width: 40%;
}

.why-choose-us-image {
  position: relative;
  width: 60%;
  height: 80vh;
}

.section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 150px;
}

.image-why {
  position: absolute;
  left: 0%;
  top: -18%;
  right: auto;
  bottom: auto;
  width: 80%;
  height: auto;
}

.why-choose-us {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 150px;
  padding-right: 0%;
  padding-left: 0%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.accordion-item-title---brix {
  font-family: Nagoda, sans-serif;
  color: #abafc7;
  font-size: 15px;
  line-height: 28px;
  font-weight: 500;
}

.accordion-item---brix {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-radius: 14px;
  background-color: #fff;
  cursor: pointer;
}

.accordion-item---brix.accordion-1---brix {
  margin-bottom: 32px;
  padding: 20px;
  border: 1px solid transparent;
  background-color: #192431;
  box-shadow: 0 5px 16px 0 rgba(8, 15, 52, 0.06);
  -webkit-transition: border-color 200ms ease, box-shadow 200ms ease;
  transition: border-color 200ms ease, box-shadow 200ms ease;
}

.accordion-item---brix.accordion-1---brix:hover {
  box-shadow: 0 14px 21px 0 rgba(156, 189, 252, 0.06);
}

.accordion-content---brix {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -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;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.arrow-line---brix {
  position: absolute;
  width: 11px;
  min-height: 2px;
  border-radius: 500px;
  background-color: #4a3aff;
}

.arrow-line---brix._1---brix {
  left: 7px;
  background-color: #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.arrow-line---brix._2---brix {
  right: 7px;
  background-color: #fff;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.accordion-paragraph---brix {
  width: 100%;
  max-width: 90%;
  margin-top: 18px;
  margin-bottom: 0px;
  color: #abafc7;
  line-height: 26px;
}

.accordion-item-wrapper---brix {
  max-width: 886px;
  margin-right: auto;
  margin-left: auto;
}

.accordion-trigger---brix {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.accordion-arrow-wrap---brix {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30px;
  min-height: 30px;
  -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;
  border-radius: 50%;
  background-color: #9cbdfc;
  box-shadow: 0 5px 16px 0 rgba(8, 15, 52, 0.06);
}

.accordion-arrow-wrapper---brix {
  position: relative;
  z-index: 200;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 18px;
  height: 18px;
  padding-bottom: 2px;
  -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-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  color: #4a3aff;
}

.timeline {
  margin-top: 150px;
  margin-bottom: 150px;
  padding-right: 0%;
  padding-bottom: 0px;
  padding-left: 0%;
}

.timeline_definition-wrapper {
  padding: 16px;
  border-radius: 16px;
  background-color: hsla(0, 0%, 100%, 0.05);
}

.overlay-fade-bottom {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  height: 80px;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#0a0a0a), to(rgba(10, 10, 10, 0)));
  background-image: linear-gradient(0deg, #0a0a0a, rgba(10, 10, 10, 0));
}

.timeline_milestone-badge {
  display: inline-block;
  margin-bottom: 24px;
  padding: 8px 12px;
  border-radius: 8px;
  background-color: #fff;
  color: #161616;
  font-size: 14px;
  line-height: 12px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.timeline_quote-title {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}

.overlay-fade-top {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  height: 80px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#0a0a0a), to(rgba(10, 10, 10, 0)));
  background-image: linear-gradient(180deg, #0a0a0a, rgba(10, 10, 10, 0));
}

.text-colour-lightgrey {
  color: hsla(0, 0%, 100%, 0.65);
}

.timeline_item {
  position: relative;
  z-index: 2;
  display: -ms-grid;
  display: grid;
  padding-top: 80px;
  padding-bottom: 80px;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 180px 1fr;
  grid-template-columns: 1fr 180px 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.timeline_quote {
  margin-bottom: 16px;
  color: #fff;
  font-size: 14px;
}

.timeline_badge {
  display: inline-block;
  margin-top: 16px;
  margin-bottom: 16px;
  padding: 6px 8px;
  border-radius: 8px;
  background-color: rgba(255, 255, 255, 0.15);
  color: #fff;
  font-size: 12px;
  line-height: 12px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.timeline_link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 8px;
  opacity: 0.6;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
  color: #fff;
  font-size: 14px;
  line-height: 1.3;
  font-weight: 700;
  letter-spacing: 0.8px;
  text-decoration: none;
  text-transform: uppercase;
}

.timeline_link:hover {
  opacity: 1;
}

.timeline_quote-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 24px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
  border-radius: 16px;
}

.container-2 {
  width: 90vw;
  max-width: 1360px;
  margin-right: auto;
  margin-left: auto;
}

.timeline_quote-text-wrapper {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.timeline_wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1120px;
  margin-right: auto;
  margin-left: 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;
}

.timeline_image-wrapper {
  overflow: hidden;
  border-radius: 12px;
  background-image: linear-gradient(138deg, #000, transparent 28%), url('../images/Image-Background.png');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
}

.section-timeline {
  position: relative;
  z-index: -3;
  background-color: #0a0a0a;
}

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

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

.text-colour-white {
  color: #fff;
}

.timeline_progress-bar {
  position: fixed;
  left: auto;
  top: 0px;
  right: auto;
  bottom: 50vh;
  z-index: -1;
  width: 3px;
  height: 50vh;
  background-color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ff7448), color-stop(51%, #ff4848), to(#6248ff));
  background-image: linear-gradient(180deg, #ff7448, #ff4848 51%, #6248ff);
}

.timeline_circle {
  position: -webkit-sticky;
  position: sticky;
  top: 50vh;
  width: 15px;
  height: 15px;
  max-height: 15px;
  max-width: 15px;
  min-height: 15px;
  min-width: 15px;
  border-radius: 100%;
  background-color: #fff;
  box-shadow: 0 0 0 8px #0a0a0a;
}

.margin-bottom-medium {
  margin-bottom: 32px;
}

.timeline_quote-image {
  width: 48px;
  height: 48px;
  margin-right: 24px;
  border-radius: 8px;
}

.margin-bottom-xlarge {
  margin-bottom: 56px;
}

.timeline_date-text {
  position: -webkit-sticky;
  position: sticky;
  top: 50vh;
  color: #fff;
  font-size: 48px;
  line-height: 1.2;
  font-weight: 500;
  letter-spacing: -0.03em;
}

.timeline_left {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  text-align: right;
}

.inline-block {
  display: inline-block;
}

.timeline_text {
  color: #fff;
  font-size: 24px;
  line-height: 1.3;
  font-weight: 500;
}

.link-icon {
  width: 20px;
  height: 20px;
  margin-left: 8px;
}

.timeline-itself {
  position: relative;
  z-index: -1;
  height: 100%;
  padding-bottom: 140px;
}

.timeline-svg {
  position: relative;
}

.timeline-svg-image {
  width: 90%;
}

.timeline-content {
  position: relative;
  width: 70%;
}

.small-p {
  width: 80%;
  color: #abafc7;
  font-weight: 400;
}

.small-h {
  padding-bottom: 10px;
  font-family: Nagoda, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.path-number {
  position: absolute;
  left: auto;
  top: auto;
  right: 11%;
  bottom: -32%;
  z-index: -1;
}

.timeline-parent-content {
  position: absolute;
}

.timeline-parent-content.first-timeline {
  left: 14%;
  top: auto;
  right: auto;
  bottom: -24%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.timeline-parent-content.second-timeline {
  left: auto;
  top: 26%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.timeline-parent-content.third-timeline {
  left: 48%;
  top: auto;
  right: auto;
  bottom: 7%;
  z-index: 9;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.small-screen-process {
  display: none;
}

.goal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 150px;
  padding-right: 0%;
  padding-left: 0%;
  -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;
}

.blue-accent {
  color: #9cbdfc;
}

.col-60 {
  width: 70%;
}

.col-60.teams {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.col-40 {
  width: 100%;
}

.col-40.works-col {
  width: 80%;
  padding-bottom: 5%;
}

.col-40.works-col-small {
  width: 40%;
}

.col-40.portfolio_col {
  width: 30%;
  padding-left: 5%;
}

.image-aims {
  width: 80%;
}

.portfolio {
  margin-top: 150px;
  padding-right: 0%;
  padding-left: 0%;
}

.slide_contain {
  width: 100%;
}

.slide_item {
  position: relative;
  z-index: 3;
  width: 48%;
  padding-right: 1.3em;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-transition: -webkit-transform 350ms ease;
  transition: -webkit-transform 350ms ease;
  transition: transform 350ms ease;
  transition: transform 350ms ease, -webkit-transform 350ms ease;
}

.slide_wrap {
  width: 100%;
}

.slide_svg {
  width: 2em;
  height: 2em;
}

.slide_svg.is--flip {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

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

.slide_arrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 5em;
  height: 5em;
  margin-right: 0.8em;
  -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: 200vw;
  background-color: #d2e9ec;
  color: #1c1d21;
  cursor: pointer;
}

.slide_arrows {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 2.4em;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container-3 {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding: 7.7em 10em;
}

.container-3.is--alt {
  padding-top: 0em;
}

.top-text-wrapper {
  overflow: hidden;
  margin-bottom: 20px;
}

.heading-wrapper {
  position: relative;
  left: 10%;
  bottom: 10%;
}

.swiper-slide {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.swiper-wrapper {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
}

.top-heading {
  width: 28ch;
  color: #fff;
  font-size: 60px;
  line-height: 1.5;
  font-style: italic;
}

.swiper-image {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(24, 24, 24, 0.3)), to(rgba(24, 24, 24, 0.3))), url('../images/roman-kraft-2ulXWQNjGlQ-unsplash.jpg');
  background-image: linear-gradient(180deg, rgba(24, 24, 24, 0.3), rgba(24, 24, 24, 0.3)), url('../images/roman-kraft-2ulXWQNjGlQ-unsplash.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.swiper-image._4 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(24, 24, 24, 0.3)), to(rgba(24, 24, 24, 0.3))), url('../images/bruce-warrington-3j1VgbOy5WM-unsplash.jpg');
  background-image: linear-gradient(180deg, rgba(24, 24, 24, 0.3), rgba(24, 24, 24, 0.3)), url('../images/bruce-warrington-3j1VgbOy5WM-unsplash.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, auto;
  background-repeat: repeat, repeat;
}

.swiper-image._3 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(24, 24, 24, 0.3)), to(rgba(24, 24, 24, 0.3))), url('../images/dimitar-belchev-fRBpWLAcWIY-unsplash.jpg');
  background-image: linear-gradient(180deg, rgba(24, 24, 24, 0.3), rgba(24, 24, 24, 0.3)), url('../images/dimitar-belchev-fRBpWLAcWIY-unsplash.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, auto;
  background-repeat: repeat, repeat;
}

.swiper-image._2 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(24, 24, 24, 0.3)), to(rgba(24, 24, 24, 0.3))), url('../images/jean-philippe-delberghe-zMoHzV59tSc-unsplash.jpg');
  background-image: linear-gradient(180deg, rgba(24, 24, 24, 0.3), rgba(24, 24, 24, 0.3)), url('../images/jean-philippe-delberghe-zMoHzV59tSc-unsplash.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, auto;
  background-repeat: repeat, repeat;
}

.swiper {
  height: 100vh;
  background-color: #181818;
}

.author-text {
  color: #fff;
  font-size: 24px;
  line-height: 1.5;
}

.left-arrow {
  position: absolute;
  left: 10%;
  top: auto;
  right: auto;
  bottom: 35%;
  z-index: 999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 75px;
  height: 75px;
  -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: #525252;
  cursor: pointer;
}

.arrow-2 {
  width: 24px;
}

.right-arrow {
  position: absolute;
  left: 17%;
  top: auto;
  right: auto;
  bottom: 35%;
  z-index: 999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 75px;
  height: 75px;
  -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: #525252;
  cursor: pointer;
}

.portfolio-card-info {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  height: 100%;
  padding: 40px;
  border-radius: 20px;
  background-color: #081420;
  background-image: linear-gradient(116deg, #9cbdfc, #5f01d3);
  text-decoration: none;
}

.portfolio-card-category {
  color: #fff;
  font-size: 16px;
  line-height: 1;
  font-weight: 400;
}

.portfolio-card-paragraph {
  color: rgba(255, 255, 255, 0.7);
}

.portfolio-card-heading {
  margin-bottom: 25px;
  font-family: Nagoda, sans-serif;
  color: #fff;
  font-size: 28px;
  font-weight: 400;
  text-decoration: none;
}

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

.arrow-3 {
  width: 18px;
}

.portfolio-card-wrapper {
  position: relative;
  overflow: hidden;
  padding: 5%;
  border-radius: 0px;
  background-color: #90acf7;
  background-image: url('../images/pexels-lucie-liz-3165335.jpg');
  background-position: 100% 0%;
  background-size: cover;
  background-attachment: fixed;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.portfolio-card-wrapper.six {
  background-image: url('../images/fakurian-design-Bdg_kKtAKig-unsplash.jpg');
}

.portfolio-card-wrapper.three {
  background-image: url('../images/pages-about-us--hands.jpg');
  background-position: 50% 50%;
}

.portfolio-card-wrapper.five {
  background-image: url('../images/Rearlight-banner-desktop.jpeg');
}

.portfolio-card-wrapper.two {
  padding: 5% 10%;
  border-radius: 15px;
  background-image: url('../images/pexels-marcelo-moreira-1926620.jpg');
}

.portfolio-card-wrapper.four {
  background-image: url('../images/pexels-ferbugs-3379322.jpg');
  background-position: 0% 0%;
  background-size: cover;
  background-repeat: repeat;
}

.portfolio-wrapper {
  display: -ms-grid;
  display: grid;
  height: 200vh;
  margin-top: 150px;
  grid-auto-columns: 1fr;
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto;
  grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto;
}

.arrow-wrapper {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80px;
  height: 60px;
  -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: 15px;
  background-color: #fff;
}

.news-letter {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1440px;
  margin-top: 150px;
  margin-right: 0%;
  margin-left: 0%;
  padding: 30px 0% 0px;
  border-radius: 60px;
  background-color: #5f01d3;
}

.col-50 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.col-50.relative {
  position: relative;
  padding-left: 2%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.news-form {
  position: relative;
  border: 1px none #000;
}

.submit {
  position: absolute;
  left: auto;
  top: 50%;
  right: 0%;
  bottom: auto;
  margin-right: 10px;
  padding-right: 20px;
  padding-left: 20px;
  border-radius: 500px;
  background-color: #5f01d3;
  box-shadow: 0 0 30px 0 rgba(96, 1, 211, 0.3);
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
  font-size: 16px;
  line-height: 25px;
}

.field-email {
  height: 60px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 20px;
  border-style: none;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0.1);
  border-radius: 500px;
  background-color: hsla(0, 0%, 100%, 0.2);
  font-size: 16px;
}

.field-email::-webkit-input-placeholder {
  color: #fff;
  font-weight: 500;
}

.field-email:-ms-input-placeholder {
  color: #fff;
  font-weight: 500;
}

.field-email::-ms-input-placeholder {
  color: #fff;
  font-weight: 500;
}

.field-email::placeholder {
  color: #fff;
  font-weight: 500;
}

.form-news {
  width: 100%;
}

.blue-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -2%;
  padding-right: 6%;
  padding-left: 6%;
  border-radius: 60px;
  background-color: #9cbdfc;
}

.image-3 {
  width: 95%;
  margin-top: -55px;
  padding-bottom: 40px;
}

.section-2 {
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 6%;
  padding-left: 6%;
}

.form-block-contact {
  width: 80%;
}

.text-field-contact {
  height: 50px;
  margin-bottom: 22px;
  padding-left: 22px;
  border-style: solid;
  border-width: 1px;
  border-color: transparent;
  border-radius: 500px;
  background-color: #192431;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
}

.text-field-contact:hover {
  border-color: #2a3c52;
}

.text-field-contact:active {
  border-color: #9cbdfc;
}

.text-field-contact:focus {
  border-color: #9cbdfc;
}

.text-field-contact::-webkit-input-placeholder {
  color: #70798b;
}

.text-field-contact:-ms-input-placeholder {
  color: #70798b;
}

.text-field-contact::-ms-input-placeholder {
  color: #70798b;
}

.text-field-contact::placeholder {
  color: #70798b;
}

.text-field-contact.message-field {
  display: block;
  overflow: visible;
  height: auto;
  min-height: 200px;
  border-radius: 15px;
  direction: ltr;
  text-align: left;
  white-space: normal;
  -o-object-fit: fill;
  object-fit: fill;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.submit_button {
  padding: 15px 20px;
  border-radius: 500px;
  background-color: #5f01d3;
  font-size: 14px;
  font-weight: 500;
}

.form-container {
  width: 100%;
}

.getintouch {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 150px;
  padding-right: 0%;
  padding-left: 0%;
}

.text-area {
  min-height: 150px;
  margin-bottom: 22px;
  border-style: solid;
  border-width: 1px;
  border-color: #192431;
  border-radius: 15px;
  background-color: #192431;
  color: #fff;
}

.text-area:hover {
  border-color: #2a3c52;
}

.text-area:active {
  border-color: #9cbdfc;
}

.text-area:focus {
  border-color: #9cbdfc;
}

.text-area::-webkit-input-placeholder {
  color: #70798b;
}

.text-area:-ms-input-placeholder {
  color: #70798b;
}

.text-area::-ms-input-placeholder {
  color: #70798b;
}

.text-area::placeholder {
  color: #70798b;
}

.img-contact-bolb {
  position: absolute;
  left: 22%;
  top: auto;
  right: auto;
  bottom: 13%;
  z-index: -1;
}

.contact-more-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 150px;
  padding-right: 0%;
  padding-left: 0%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.contact-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.contact-info-image-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100px;
  height: 100%;
  margin-right: 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-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 15px;
  background-color: #192431;
}

.heading-info-box {
  margin-top: 10px;
  font-size: 18px;
  font-weight: 500;
}

.heading-info-box.content {
  color: #abafc7;
  font-size: 16px;
  font-weight: 400;
}

.footer-itself {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 60px 6%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-radius: 22px;
  background-color: #192431;
}

.footer-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.footer-block.info-box-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 35%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.footer {
  margin-top: 150px;
}

.sm-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.sm-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 15px;
  -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;
}

.img-sm {
  width: auto;
  height: 18px;
}

.heading-footer {
  margin-bottom: 25px;
  font-size: 20px;
}

.list-links {
  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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.link-footer {
  margin-bottom: 12px;
  color: #abafc7;
  text-decoration: none;
}

.contact-info-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  text-decoration: none;
}

.text-ct-i {
  color: #abafc7;
  font-size: 14px;
  text-decoration: none;
}

.img-cti {
  margin-right: 10px;
}

.align-left-fc {
  position: relative;
  width: 100%;
}

.deduxer-logo {
  position: absolute;
  left: auto;
  top: 10px;
  right: 0%;
  bottom: auto;
}

.logo_footer {
  width: 200px;
}

.fullscreen-menu {
  display: none;
}

.bold-text {
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
}

.card-image-portfolio {
  width: 100%;
}

.middle_navbar_block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -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;
  border-style: solid;
  border-width: 1px;
  border-color: #263c55;
  border-radius: 400px;
  background-color: #192431;
}

.html-embed {
  color: #000;
}

.team {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0%;
  margin-left: 0%;
}

.team_block {
  width: 30%;
}

.team_name {
  margin-top: 30px;
  font-size: 25px;
  line-height: 28px;
  font-weight: 500;
}

.team_name.team_category {
  margin-top: 5px;
  color: #abafc7;
  font-size: 15px;
  line-height: 21px;
}

.logo_svg_dif {
  color: #000;
}

.navbar_logo {
  position: fixed;
  left: 0px;
  z-index: 99;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 75px;
  margin-top: 40px;
  margin-left: 6%;
  -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-transition: all 300ms ease;
  transition: all 300ms ease;
}

.image-5 {
  width: 100%;
}

.deduxer-logo_inner {
  position: static;
  left: auto;
  top: 10px;
  right: 0%;
  bottom: auto;
}

.main_navigation {
  position: fixed;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 99;
  width: 100%;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.progress-wrap {
  position: fixed;
  font-size: 16px;
}

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

.success-message {
  background-color: #5f01d3;
}

.text-block-3 {
  color: #fff;
}

.blogs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 150px;
  -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;
}

.blogs_container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 50px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.blog_post {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 23%;
  height: 400px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  border-radius: 15px;
  background-color: #192431;
  background-image: url('../images/blog_post.png');
  background-position: 50% 50%;
  background-size: cover;
  text-decoration: none;
}

.read_more {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15%;
}

.divider_line {
  width: 100%;
  height: 2px;
  margin-top: 10%;
  margin-bottom: 10%;
  background-color: #9cbdfc;
}

.headding_post {
  margin-top: 5%;
  margin-bottom: 0px;
  font-family: Quicksand, sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
  text-decoration: none;
}

.heading-2 {
  color: #abafc7;
  font-size: 12px;
}

.heading-2-copy {
  color: #abafc7;
  font-size: 12px;
}

.heading_name {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Quicksand, sans-serif;
  color: #abafc7;
  font-size: 16px;
  font-weight: 500;
}

.readd_more {
  color: #fff;
  font-size: 16px;
}

.arrow_post {
  margin-left: 10px;
}

.overlay_post {
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
  border-radius: 11px;
  background-color: #192431;
}

.post_container {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding-right: 10%;
  padding-left: 10%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  border-radius: 15px;
}

.submit_succes {
  position: fixed;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 10;
  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: rgba(8, 20, 32, 0.93);
}

.submit_succes_container {
  width: 80%;
  height: 75%;
  padding: 5% 10%;
  border-radius: 20px;
  background-color: #9cbdfc;
  background-image: linear-gradient(102deg, #9cbdfc, #5f01d3);
}

.lottie_sub {
  width: 30%;
  margin-bottom: 0%;
}

.sub_lottie {
  width: 100%;
}

@media screen and (min-width: 1440px) {
  .portfolio-card-info {
    background-color: #081420;
  }

  .portfolio-card-category {
    color: #fff;
  }

  .portfolio-card-heading {
    font-size: 32px;
    font-weight: 400;
  }

  .col-50.relative {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .img-contact {
    width: 90%;
  }

  .bold-text {
    font-size: 18px;
    line-height: 32px;
    font-weight: 500;
  }
}

@media screen and (min-width: 1920px) {
  .layout {
    position: static;
    z-index: 999;
    max-width: 1600px;
  }

  .navbar {
    max-width: 1440px;
    margin-right: auto;
    margin-left: auto;
  }

  .col.logo {
    color: #fff;
  }

  .col.header-white {
    position: relative;
    width: 60vw;
    padding-bottom: 8%;
  }

  .col.header-image {
    width: 40vw;
  }

  .header {
    overflow: hidden;
    margin-right: auto;
    margin-left: auto;
    background-color: #fff;
  }

  .button-link {
    font-size: 20px;
  }

  .button {
    width: 210px;
    padding-top: 30px;
    padding-bottom: 30px;
    background-image: url('../images/rect.png');
    background-position: 0% 50%;
    background-size: cover;
    background-repeat: repeat-x;
    background-attachment: scroll;
    -webkit-transition: background-position 200ms ease;
    transition: background-position 200ms ease;
  }

  .button:hover {
    background-color: #9cbdfc;
    background-image: url('../images/rect.png');
    background-position: 100% 50%;
    background-size: cover;
  }

  .cool-button {
    width: auto;
  }

  .button-shadow {
    left: 0%;
    top: -1px;
    width: 200px;
    height: 100px;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .p {
    width: 52%;
    margin-left: 5%;
    font-size: 20px;
    line-height: 43px;
  }

  .heading {
    font-size: 80px;
  }

  .header-img {
    z-index: 2;
    width: 100%;
    margin-left: 0px;
    background-color: #081420;
  }

  .header-dec-img {
    position: absolute;
    left: -32%;
    top: -8%;
    right: auto;
    bottom: auto;
    z-index: 2;
    width: 60vw;
    opacity: 1;
  }

  .image {
    position: static;
  }

  .cicle-1 {
    position: absolute;
    left: auto;
    top: 47%;
    right: 22%;
    bottom: 0%;
  }

  .rect {
    position: absolute;
    left: auto;
    top: 33%;
    right: 33%;
    bottom: 0%;
  }

  .tri {
    position: absolute;
    left: auto;
    top: 46%;
    right: 46%;
    bottom: auto;
  }

  .zig {
    position: absolute;
    left: auto;
    top: 31%;
    right: 14%;
    bottom: auto;
  }

  .rect2 {
    position: absolute;
    left: auto;
    top: 19%;
    right: 9%;
    bottom: auto;
  }

  .circ {
    position: absolute;
    left: auto;
    top: 18%;
    right: 37%;
    bottom: 0%;
  }

  .services {
    margin-right: auto;
    margin-left: auto;
  }

  .project-text.check {
    font-size: 20px;
  }

  .project-item-row.modal {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 18px;
  }

  .project-modal.mobile-apps {
    display: none;
  }

  .project-modal.erp {
    display: none;
  }

  .project-modal.web-prog {
    display: none;
  }

  .h1_features {
    margin-bottom: 17px;
  }

  .col_40 {
    position: relative;
    z-index: 3;
    margin-bottom: -20%;
  }

  .paragraph {
    font-size: 20px;
    line-height: 2;
  }

  .paragraph.footer {
    margin-right: 0px;
    margin-left: 0px;
  }

  .text_features {
    font-size: 16px;
  }

  .heading-section {
    line-height: 50px;
  }

  .user-name-t4 {
    text-align: center;
  }

  .testimonials-t4 {
    margin-left: 6%;
  }

  .image-pc {
    z-index: 20;
    margin-left: -7em;
  }

  .why-choose-us-text-block {
    width: 50%;
  }

  .image-why {
    width: 80%;
  }

  .why-choose-us {
    padding-right: 6%;
  }

  .accordion-item-title---brix {
    font-family: Nagoda, sans-serif;
    font-size: 18px;
    font-weight: 400;
  }

  .accordion-paragraph---brix {
    font-size: 16px;
    line-height: 28px;
  }

  .timeline-itself {
    z-index: 2;
  }

  .timeline-svg-image {
    position: static;
  }

  .timeline-content {
    width: 80%;
  }

  .timeline-parent-content.first-timeline {
    left: 17%;
    bottom: -10%;
    z-index: 9;
    width: 30%;
  }

  .timeline-parent-content.second-timeline {
    left: auto;
    top: 24%;
    right: 0%;
    bottom: auto;
    width: 30%;
  }

  .timeline-parent-content.third-timeline {
    left: 44%;
    top: auto;
    right: auto;
    bottom: 17%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 30%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .small-screen-process {
    display: none;
  }

  .col-60 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .col-40 {
    width: 40%;
  }

  .col-40.portfolio_col {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-left: 5%;
    -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;
  }

  .image-aims {
    width: 70%;
  }

  .portfolio {
    margin-top: 150px;
  }

  .portfolio-card-info {
    background-color: #9cbdfc;
  }

  .portfolio-card-paragraph {
    font-size: 18px;
    line-height: 28px;
  }

  .portfolio-card-wrapper {
    padding: 5% 10%;
  }

  .portfolio-card-wrapper.two {
    padding: 5% 10%;
  }

  .header-helper {
    position: relative;
    overflow: hidden;
    width: 100vw;
    height: 100vh;
    background-color: #fff;
  }

  .col-50 {
    padding-bottom: 2%;
  }

  .col-50.relative {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .image-3 {
    width: 80%;
  }

  .section-2 {
    max-width: 1440px;
  }

  .getintouch {
    margin-top: 150px;
  }

  .img-contact-bolb {
    left: 22%;
    bottom: -4%;
    width: 80%;
  }

  .footer-itself {
    padding-right: 6%;
    padding-left: 6%;
  }

  .footer-copy {
    margin-top: 5px;
    margin-right: auto;
    margin-left: auto;
  }

  .img-sm {
    height: 25px;
  }

  .link-footer {
    margin-bottom: 18px;
    font-size: 16px;
  }

  .contact-info-links {
    font-size: 18px;
  }

  .contact-info-links.adresses {
    margin-bottom: 20px;
  }

  .text-ct-i {
    font-size: 18px;
    line-height: 22px;
  }

  .team_block {
    width: 30%;
  }

  .text-block-2 {
    font-family: Nagoda, sans-serif;
    font-size: 22px;
  }

  .team_name {
    margin-top: 30px;
    font-size: 22px;
    line-height: 33px;
    font-weight: 500;
  }

  .team_name.team_category {
    margin-top: 5px;
    color: hsla(0, 0%, 100%, 0.7);
    font-size: 18px;
    line-height: 24px;
  }

  .link-2 {
    color: #9cbdfc;
  }

  .link-3 {
    color: #9cbdfc;
  }
}

@media screen and (max-width: 991px) {
  .layout {
    z-index: 9999;
  }

  .col.logo {
    width: 12vw;
    margin-left: 0%;
    padding-left: 0px;
  }

  .col.navlinks {
    display: none;
    width: 30%;
  }

  .col.navcta {
    display: none;
  }

  .col.header-white {
    width: 100%;
    padding-top: 22vh;
    padding-bottom: 8%;
  }

  .col.header-image {
    width: 100%;
    height: auto;
  }

  .nav-link {
    display: none;
  }

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

  .container.mm {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 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;
    background-color: #9cbdfc;
  }

  .header-img {
    margin-left: 0px;
  }

  .header-dec-img {
    right: 6%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 80vw;
  }

  .elemnts-header {
    display: none;
  }

  .projet-item {
    width: 1000%;
    padding: 10px;
  }

  .referenz-heading {
    font-size: 18px;
    line-height: 1.1em;
  }

  .referenz-heading.chimera.modal {
    font-size: 22px;
  }

  .referenz-heading.hca.modal {
    font-size: 22px;
  }

  .project-modal-left {
    height: 100%;
  }

  .project-item-title-wrap {
    padding: 25px;
  }

  .project-modal-right {
    display: block;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .project-modal-right._06 {
    width: 100%;
    padding-bottom: 20px;
  }

  .project-modal-right._05 {
    width: 100%;
    padding-bottom: 20px;
  }

  .project-modal-wrapper {
    display: block;
    height: auto;
    padding-bottom: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .project-modal {
    height: auto;
  }

  .project-modal._06 {
    overflow: scroll;
  }

  .project-modal._05 {
    display: none;
    overflow: scroll;
  }

  .card_col_2 {
    padding-right: 0px;
  }

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

  .col_60 {
    width: 100%;
    padding-top: 80px;
    padding-bottom: 80px;
    padding-left: 0px;
  }

  .col_40 {
    width: 100%;
    margin-bottom: 0%;
  }

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

  .paragraph.footer {
    width: 50%;
  }

  .paragraph.footer.copy {
    width: auto;
  }

  .card_row {
    padding-left: 0px;
  }

  .users-wrapper-t4 {
    margin-top: 26px;
  }

  .quote-1-subwrapper-t4 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .div-block.reviews {
    margin-top: 70px;
  }

  .col-mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    margin-top: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
  }

  .burger {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 70px;
    height: 70px;
    padding: 0px;
    -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: 500px;
    background-color: #9cbdfc;
  }

  .image-header-mobile {
    display: block;
    width: 100%;
    height: auto;
  }

  .image-pc {
    display: none;
  }

  .why-choose-us-text-block {
    width: 100%;
  }

  .why-choose-us-image {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 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;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .image-why {
    position: static;
    width: 100%;
  }

  .why-choose-us {
    padding-right: 6%;
    padding-left: 6%;
    -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;
  }

  .accordion-item-title---brix {
    max-width: 88%;
  }

  .accordion-item---brix.accordion-1---brix {
    margin-bottom: 20px;
  }

  .accordion-paragraph---brix {
    max-width: 100%;
  }

  .timeline-itself {
    display: none;
  }

  .timeline-svg-image {
    display: none;
  }

  .timeline-content {
    position: static;
    width: 100%;
  }

  .small-p {
    width: 100%;
  }

  .path-number {
    position: static;
  }

  .path-number-image {
    display: block;
  }

  .timeline-parent-content.first-timeline {
    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;
  }

  .timeline-parent-content.second-timeline {
    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;
  }

  .timeline-parent-content.third-timeline {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .small-screen-process {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 40px;
    padding: 0em;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    border-radius: 0px;
    background-color: rgba(25, 36, 49, 0);
  }

  .card-process {
    margin-bottom: 20px;
    padding: 2em 1.5em;
    border-radius: 15px;
    background-color: #192431;
  }

  .heading-card {
    margin-bottom: 15px;
  }

  .heading-card.number {
    font-size: 30px;
  }

  .card-p {
    color: hsla(0, 0%, 100%, 0.7);
  }

  .card-icon {
    width: 30px;
    height: 30px;
  }

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

  .col-60 {
    width: 100%;
  }

  .col-40.works-col-small {
    width: 100%;
    padding-top: 30px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .image-aims {
    width: 100%;
  }

  .container-3 {
    padding-right: 3em;
    padding-left: 3em;
  }

  .portfolio-card-info {
    padding-bottom: 140px;
  }

  .portfolio-card-wrapper {
    margin-bottom: 40px;
  }

  .portfolio-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto auto;
  }

  .header-helper {
    overflow: hidden;
  }

  .col-50 {
    width: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .col-50.relative {
    width: 100%;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .blue-container {
    padding-bottom: 50px;
    -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;
  }

  .form-block-contact {
    width: 100%;
  }

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

  .contact-more-info {
    margin-top: 60px;
  }

  .contact-info-image {
    width: 30px;
    height: 30px;
  }

  .contact-info-image-container {
    width: 60px;
    height: 60px;
  }

  .footer-itself {
    -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;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .footer-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-bottom: 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-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .footer-block.info-box-footer {
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .contact-info-links.mm {
    margin-bottom: 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .text-ct-i.mm {
    color: #fff;
    font-size: 18px;
  }

  .deduxer-logo {
    right: 5%;
  }

  .lottie-animation {
    width: 35px;
  }

  .fullscreen-menu {
    position: fixed;
    left: 0%;
    top: 0%;
    right: auto;
    bottom: auto;
    z-index: 999;
    width: 100vw;
    height: 100vh;
    background-color: rgba(156, 189, 252, 0);
  }

  .menu-mega {
    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;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .mega-menu-link {
    margin-bottom: 30px;
    color: #fff;
    font-size: 22px;
    text-decoration: none;
  }

  .contact-info-menu {
    position: absolute;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 5%;
    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;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .navbar_logo {
    height: 80px;
  }

  .deduxer-logo_inner {
    right: 5%;
  }

  .blogs {
    padding-right: 5%;
    padding-left: 5%;
  }

  .blogs_container {
    display: -ms-grid;
    display: grid;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .blog_post {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .navbar {
    margin-right: 4%;
    margin-left: 4%;
  }

  .col.logo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-left: 0%;
    padding-left: 6%;
  }

  .col.navlinks {
    display: none;
  }

  .col.navcta {
    display: none;
  }

  .col.header-white {
    position: relative;
    width: 100%;
    padding-bottom: 20%;
  }

  .col.header-image {
    width: 100%;
    height: auto;
  }

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

  .container.header-misc {
    position: relative;
    z-index: 3;
  }

  .p {
    width: 100%;
    margin-left: 15%;
    padding-right: 6%;
  }

  .heading {
    margin-top: 30%;
    font-size: 50px;
    line-height: 58px;
  }

  .header-img {
    height: auto;
    margin-top: -15%;
    margin-left: 0px;
  }

  .header-dec-img {
    right: 6%;
    bottom: -15%;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100vw;
    opacity: 1;
  }

  .elemnts-header {
    display: none;
  }

  .image-2 {
    width: 60px;
  }

  .card_col_2 {
    width: 100%;
    padding-left: 0px;
  }

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

  .col_40 {
    padding-right: 0px;
  }

  .card_row {
    width: 100%;
    padding-right: 0px;
  }

  .user-3-t4 {
    margin-right: 10px;
    margin-left: 10px;
  }

  .user-1-t4 {
    margin-right: 10px;
    margin-left: 10px;
  }

  .testimonials-t4 {
    padding: 40px 20px;
  }

  .users-wrapper-t4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 40px;
    -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;
  }

  .user-4-t4 {
    margin-right: 10px;
    margin-left: 10px;
  }

  .user-2-t4 {
    margin-right: 10px;
    margin-left: 10px;
  }

  .col-mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 12vw;
    height: 12vw;
    margin-right: 0px;
    margin-bottom: 0px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .burger {
    width: 100%;
    height: 100%;
    margin-right: 6%;
    padding-top: 0px;
    padding-right: 0%;
    padding-bottom: 0px;
  }

  .image-header-mobile {
    position: relative;
    z-index: 2;
    width: 100%;
    height: auto;
    padding-right: 6%;
    padding-left: 6%;
  }

  .image-pc {
    display: none;
  }

  .accordion-item-title---brix {
    max-width: 80%;
    font-size: 18px;
  }

  .accordion-item---brix.accordion-1---brix {
    margin-bottom: 16px;
    padding: 32px;
  }

  .accordion-paragraph---brix {
    max-width: 100%;
    font-size: 16px;
    line-height: 1.6;
  }

  .accordion-arrow-wrap---brix {
    width: 40px;
    min-height: 40px;
  }

  .timeline_item {
    width: 100%;
    -ms-grid-columns: 64px 1fr;
    grid-template-columns: 64px 1fr;
  }

  .timeline_quote-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .timeline_progress {
    left: 6px;
  }

  .timeline_centre {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .timeline_quote-image {
    margin-top: 24px;
    margin-right: 0px;
  }

  .margin-bottom-xlarge {
    margin-bottom: 48px;
  }

  .timeline_date-text {
    margin-bottom: 24px;
    font-size: 36px;
  }

  .timeline_left {
    text-align: left;
  }

  .timeline_text {
    font-size: 20px;
  }

  .slide_item {
    width: 80%;
  }

  .lottie-animation {
    width: 40%;
  }

  .navbar_logo {
    width: 10vw;
  }
}

@media screen and (max-width: 479px) {
  .layout {
    position: static;
    top: 0px;
    z-index: 999;
    max-width: 100%;
    margin-top: 40px;
    padding-right: 5%;
    padding-left: 5%;
  }

  .navbar {
    height: 80px;
    margin-top: 20px;
    margin-right: 2%;
    margin-left: 2%;
    padding-top: 0px;
    padding-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;
    border-style: none;
    border-width: 1px;
    border-color: #1d2b3b;
  }

  .col.logo {
    width: 100%;
    height: 100%;
    padding-left: 0px;
    -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;
  }

  .col.navlinks {
    display: none;
  }

  .col.navcta {
    display: none;
  }

  .col.header-white {
    width: 100%;
    height: 100%;
    padding: 0vh 5% 20%;
  }

  .col.header-image {
    z-index: 1;
    width: 100%;
    height: auto;
    margin-top: 11%;
  }

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

  .container.header-misc {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .container.mm {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    width: 100%;
    height: 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;
    background-color: #9cbdfc;
    -webkit-transform: translate(0%, 0px);
    -ms-transform: translate(0%, 0px);
    transform: translate(0%, 0px);
  }

  .p {
    width: 100%;
    margin-left: 0%;
    padding-bottom: 50px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .heading {
    overflow: visible;
    margin-top: 20vh;
    padding-bottom: 20px;
    font-size: 35px;
    line-height: 46px;
  }

  .header-img {
    overflow: hidden;
    height: auto;
    margin-top: -20%;
    margin-left: 0px;
  }

  .header-dec-img {
    display: none;
  }

  .elemnts-header {
    display: none;
  }

  .image-2 {
    width: 50px;
  }

  .project-bar {
    height: 20px;
  }

  .project-close.cons {
    background-color: #9cbdfc;
  }

  .project-item-desc-wrap {
    width: 100%;
  }

  .project-item-desc-wrap.modal {
    padding-right: 20px;
    padding-left: 20px;
  }

  .project-item-desc-wrap._20.modal {
    display: none;
  }

  .projet-item._06 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .projet-item._05 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .referenz-heading {
    font-size: 16px;
    line-height: 1.5em;
  }

  .referenz-heading.chimera {
    line-height: 1.2em;
  }

  .referenz-heading.chimera.modal {
    font-size: 18px;
  }

  .referenz-heading.hca {
    line-height: 1.2em;
  }

  .referenz-heading.hca.modal {
    font-size: 18px;
  }

  .project-text.check {
    font-size: 14px;
    line-height: 18px;
  }

  .project-item-title-wrap {
    width: 100%;
    padding: 15px;
  }

  .project-item-title-wrap.modal {
    padding-top: 50px;
    padding-bottom: 20px;
    padding-left: 20px;
  }

  .project-item-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .project-modal-right._05 {
    display: none;
  }

  .project-modal-wrapper {
    height: 100vh;
    padding-bottom: 0px;
  }

  .project-modal._06 {
    display: none;
  }

  .project-modal._05 {
    overflow: scroll;
  }

  .project-modal.cons {
    display: none;
  }

  .container_p {
    padding-top: 70px;
    padding-right: 0%;
    padding-left: 0%;
  }

  .col_60 {
    padding-top: 40px;
    padding-right: 0px;
    padding-bottom: 0px;
  }

  .paragraph.les-mg {
    text-align: center;
  }

  .paragraph.footer {
    width: 100%;
    font-size: 14px;
    text-align: center;
  }

  .paragraph.footer.slogan {
    text-align: left;
  }

  .heading-section {
    margin-top: 5px;
    font-size: 25px;
    line-height: 35px;
    text-align: left;
  }

  .heading-section.news {
    text-align: center;
  }

  .heading-section.reviews {
    text-align: center;
  }

  .sub-heading {
    margin-bottom: 0px;
    font-size: 14px;
  }

  .user-3-t4 {
    width: 80px;
    margin: 20px;
    text-align: center;
  }

  .user-name-t4 {
    text-align: left;
  }

  .user-name-t4.text-center {
    color: #fff;
  }

  .user-1-t4 {
    width: 80px;
    margin: 20px;
    text-align: center;
  }

  .testimonials-t4 {
    width: 100%;
    margin-top: 0px;
    padding-top: 15px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .users-wrapper-t4 {
    margin-top: 5%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .quote-t4 {
    color: #abafc7;
    font-size: 16px;
    text-align: center;
  }

  .quote-t4.qoute_p {
    font-size: 14px;
    text-align: left;
  }

  .user-4-t4 {
    width: 80px;
    margin: 20px;
    text-align: center;
  }

  .quote-icon-t4 {
    width: 50px;
  }

  .quote-wrapper-t4 {
    padding-top: 25px;
  }

  .user-2-t4 {
    width: 80px;
    margin: 20px;
    text-align: center;
  }

  .div-block {
    margin-top: 0px;
  }

  .col-mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 60px;
    height: 60px;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-right: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .burger {
    width: 100%;
    height: 100%;
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .image-header-mobile {
    display: block;
    width: 120vw;
    max-width: 300%;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .image-pc {
    display: none;
  }

  .why-choose-us-text-block {
    padding-right: 0%;
    padding-left: 0%;
  }

  .why-choose-us-image {
    overflow: hidden;
    width: 100vw;
  }

  .image-why {
    width: 100%;
    max-width: 200%;
  }

  .why-choose-us {
    padding-right: 0%;
    padding-left: 0%;
  }

  .accordion-item-title---brix {
    max-width: 70%;
    font-size: 20px;
  }

  .accordion-paragraph---brix {
    max-width: 100%;
    color: #abafc7;
  }

  .timeline {
    margin-top: 70px;
    margin-bottom: 40px;
  }

  .timeline_item {
    -ms-grid-columns: 48px 1fr;
    grid-template-columns: 48px 1fr;
  }

  .margin-bottom-medium {
    margin-bottom: 24px;
  }

  .small-p {
    width: 100%;
  }

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

  .goal {
    margin-bottom: 70px;
  }

  .col-60.teams {
    -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;
  }

  .col-40.works-col {
    width: 100%;
  }

  .col-40.portfolio_col {
    width: 100%;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .portfolio {
    margin-top: 0px;
  }

  .slide_item {
    width: 104%;
    padding-right: 4%;
  }

  .container-3 {
    padding-right: 7%;
    padding-left: 7%;
  }

  .portfolio-card-paragraph {
    font-size: 14px;
  }

  .portfolio-card-wrapper {
    padding: 10px;
  }

  .portfolio-card-wrapper.two {
    padding-right: 10px;
    padding-left: 10px;
  }

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

  .news-letter {
    margin-right: 0%;
    margin-left: 0%;
  }

  .getintouch {
    overflow: hidden;
    margin-top: 70px;
  }

  .img-contact-bolb {
    left: 1%;
    bottom: 1%;
  }

  .contact-more-info {
    -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: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .contact-box {
    width: 100%;
    padding-bottom: 20px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .heading-info-box.content {
    text-decoration: none;
  }

  .footer-itself {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .footer-block {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: center;
  }

  .footer-block.info-box-footer {
    margin-top: 40px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .footer {
    margin-top: 70px;
  }

  .sm-link {
    margin-right: 15px;
  }

  .img-sm {
    height: 20px;
  }

  .text-ct-i {
    text-align: left;
  }

  .text-ct-i.mm {
    color: #fff;
    font-size: 16px;
  }

  .img-cti.mm {
    width: 20px;
  }

  .align-left-fc {
    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;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .deduxer-logo {
    position: static;
  }

  .lottie-animation {
    width: 27px;
  }

  .logo_footer {
    width: 60%;
  }

  .fullscreen-menu {
    position: fixed;
    left: 0%;
    top: 0%;
    right: auto;
    bottom: auto;
    z-index: 999;
    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: rgba(156, 189, 252, 0);
  }

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

  .mega-menu-link {
    margin-bottom: 25px;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    text-decoration: none;
  }

  .contact-info-menu {
    position: absolute;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 2%;
    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;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .moving-helper1 {
    display: none;
  }

  .moving-helper2 {
    display: none;
  }

  .moving-helper3 {
    display: none;
  }

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

  .team_block {
    width: 100%;
    margin-bottom: 40px;
  }

  .navbar_logo {
    width: auto;
    height: 80px;
    margin-top: 20px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .image-5.logo_img {
    margin-top: 0px;
  }

  .deduxer-logo_inner {
    position: static;
  }

  .blogs {
    margin-top: 40px;
    padding-right: 0%;
    padding-left: 0%;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .blogs_container {
    display: block;
  }

  .blog_post {
    margin-bottom: 20px;
  }

  .overlay_post {
    opacity: 0.61;
  }
}

#w-node-b36eef76-d40b-a58c-5c42-5a49487d6eb1-75e1df49 {
  -ms-grid-row: span 4;
  grid-row-start: span 4;
  -ms-grid-row-span: 4;
  grid-row-end: span 4;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-b36eef76-d40b-a58c-5c42-5a49487d6ebb-75e1df49 {
  -ms-grid-row: span 6;
  grid-row-start: span 6;
  -ms-grid-row-span: 6;
  grid-row-end: span 6;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-b36eef76-d40b-a58c-5c42-5a49487d6ec5-75e1df49 {
  -ms-grid-row: span 8;
  grid-row-start: span 8;
  -ms-grid-row-span: 8;
  grid-row-end: span 8;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-b36eef76-d40b-a58c-5c42-5a49487d6ecf-75e1df49 {
  -ms-grid-row: span 5;
  grid-row-start: span 5;
  -ms-grid-row-span: 5;
  grid-row-end: span 5;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-b36eef76-d40b-a58c-5c42-5a49487d6ed9-75e1df49 {
  -ms-grid-row: span 6;
  grid-row-start: span 6;
  -ms-grid-row-span: 6;
  grid-row-end: span 6;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

@font-face {
  font-family: 'Nagoda';
  src: url('../fonts/Nagoda.woff') format('woff'), url('../fonts/Nagoda.ttf') format('truetype'), url('../fonts/Nagoda.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}