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

body {
  background-color: #131313;
  font-family: Roboto, sans-serif;
  color: #e7e7e7;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 60px;
  line-height: 1.2;
  font-weight: 500;
}

a {
  color: #e7e7e7;
  font-size: 20px;
  font-weight: 500;
  text-decoration: none;
}

a:hover {
  color: #888;
}

.preloader {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.95);
}

.lottie-animation {
  width: 8%;
  height: 8%;
}

.div-block {
  display: none;
}

.container {
  max-width: 90%;
}

.h1-main {
  max-width: 900px;
  margin-top: 0px;
}

.intro-text {
  margin-top: 200px;
}

.social {
  display: -ms-grid;
  display: grid;
  max-width: 900px;
  margin-top: 40px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.h5-link-header {
  margin-bottom: 8px;
  color: hsla(0, 0%, 100%, 0.5);
  font-size: 18px;
}

.utility-page-wrap {
  position: static;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  max-width: 100%;
  margin-top: 35vh;
  -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;
  font-size: 10px;
}

.utility-page-content {
  position: relative;
  z-index: 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;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.paragraph {
  opacity: 0.75;
  font-size: 18px;
  line-height: 1.3;
  font-weight: 400;
  letter-spacing: 0.1px;
}

.product-header {
  margin-top: 100px;
  margin-bottom: 50px;
}

.h2-subtitles {
  margin-bottom: 4px;
  font-size: 40px;
}

.excerpts {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 700px;
  max-width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  background-color: #1b1b1b;
}

.excerpts.cover-image-naos {
  background-color: #28222e;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0.1))), url('../images/img_cover_naos.png');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url('../images/img_cover_naos.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.excerpts.cover-image-iscep {
  background-color: #0a214a;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0.1))), url('../images/img_cover_iscep.png');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url('../images/img_cover_iscep.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.excerpts.cover-image-forte {
  background-color: #7a254f;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0.1))), url('../images/img_cover_forte.png');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url('../images/img_cover_forte.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.excerpts.cover-image-warrior {
  background-color: #cbcbcb;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0.1))), url('../images/img_cover_warrior.png');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url('../images/img_cover_warrior.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.project-excerpt {
  position: relative;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 3;
  display: block;
  max-width: 500px;
  margin-right: 2%;
  margin-bottom: 2%;
  margin-left: auto;
  padding: 20px 44px 44px;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-radius: 2px;
  background-color: #fff;
  box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.08);
  color: #1b1b1b;
}

.header {
  width: 100vw;
  height: 100vh;
}

.h3 {
  margin-bottom: 4px;
  font-size: 28px;
  font-weight: 400;
}

.mail-block {
  margin-top: 200px;
  margin-bottom: 200px;
}

.form-block-2 {
  max-width: 500px;
  margin: 45vh auto auto;
}

.password-text {
  height: 60px;
  border: 1px none #000;
  border-radius: 4px;
  background-color: #131313;
  opacity: 1;
  color: #fff;
  font-size: 60px;
  text-align: center;
}

.password-text::-webkit-input-placeholder {
  color: hsla(0, 0%, 100%, 0.4);
  font-size: 40px;
}

.password-text:-ms-input-placeholder {
  color: hsla(0, 0%, 100%, 0.4);
  font-size: 40px;
}

.password-text::-ms-input-placeholder {
  color: hsla(0, 0%, 100%, 0.4);
  font-size: 40px;
}

.password-text::placeholder {
  color: hsla(0, 0%, 100%, 0.4);
  font-size: 40px;
}

.divider {
  height: 1px;
  background-color: #fff;
}

.div-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.ic_arrow {
  margin-right: 8px;
}

.image {
  width: 60px;
  margin-bottom: 8px;
  margin-left: 16px;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.project-paragraph {
  opacity: 0.75;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 400;
  letter-spacing: 0.2px;
}

._404 {
  font-size: 40px;
  text-align: center;
}

.link-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 30px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.ic_arrow_right {
  width: 24px;
  margin-left: 8px;
  padding-top: 2px;
}

.more {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  max-width: 80%;
  margin-bottom: 30px;
  margin-left: 5%;
  color: hsla(0, 0%, 90.7%, 0.5);
  font-size: 18px;
}

.body {
  background-color: #131313;
}

.link-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 70px;
  max-width: 670px;
  margin-bottom: -1px;
  padding-bottom: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.text-link {
  margin-left: 8px;
  font-size: 18px;
  font-weight: 400;
}

.huge-title {
  margin-bottom: 16px;
  font-size: 70px;
  text-align: center;
}

.html-embed {
  width: 60px;
  margin-bottom: 5px;
  margin-left: 10px;
  padding-bottom: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.icarrowright {
  width: 28px;
  margin-left: 8px;
  padding-top: 4px;
}

.navigation-bar {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 4;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 90px;
  max-width: 90%;
  margin-bottom: 100px;
  -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;
}

.link-block-3 {
  position: absolute;
  left: 0px;
  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;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
}

.div-block-6 {
  position: absolute;
  right: 0px;
}

.header_link {
  margin-right: 30px;
}

.text-block {
  position: static;
}

.footer {
  height: 100px;
  margin-bottom: 0px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#131313), to(#292929));
  background-image: linear-gradient(180deg, #131313, #292929);
}

.image-3 {
  width: 100%;
  max-width: none;
}

.animation-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 200px;
  padding-top: 110px;
  padding-bottom: 110px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  background-color: #fbfbfb;
}

.image-6 {
  width: 100%;
  max-width: none;
}

.image-7 {
  position: static;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  -o-object-fit: fill;
  object-fit: fill;
}

.wrapper {
  margin-bottom: 200px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

.image-5 {
  display: block;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.work {
  position: static;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 140px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.html-embed-3 {
  width: 50%;
  max-width: none;
  margin-right: auto;
  margin-bottom: 200px;
  margin-left: auto;
}

.animation {
  position: static;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  margin-bottom: 200px;
  grid-column-gap: 20px;
  grid-row-gap: 0px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.textlinktype {
  font-size: 20px;
}

.html-embed-4 {
  margin-top: 2px;
  margin-right: 12px;
}

.link-back {
  position: absolute;
  left: 0px;
  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;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
}

.icarrowleft {
  width: 28px;
  margin-right: 8px;
  padding-top: 4px;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.column {
  height: 100%;
  padding-top: 40px;
  padding-right: 5%;
  padding-left: 5%;
  background-color: #4a4a48;
  line-height: 12px;
}

.column-2 {
  height: 100%;
  background-color: #fac0dc;
}

.columns {
  height: 750px;
}

.div-block-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.text-block-3 {
  color: #fff;
  font-weight: 500;
  letter-spacing: 1px;
}

.text-block-3-copy {
  margin-left: 8px;
  color: #fff;
  font-weight: 300;
  letter-spacing: 1px;
}

.div-block-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0px;
}

.div-block-8-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0px;
}

.div-block-8-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 40px;
}

.project-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-items: start;
  grid-auto-flow: row;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 0.25fr 0.25fr 0.75fr;
  grid-template-columns: 0.25fr 0.25fr 0.75fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.div-block-9 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  line-height: 12px;
  letter-spacing: 2px;
}

.project-info-detail-bold {
  color: #fff;
  font-size: 10px;
  line-height: 12px;
  font-weight: 500;
  letter-spacing: 2px;
}

.project-info-detail-regular {
  margin-left: 4px;
  color: #fff;
  font-size: 10px;
  line-height: 12px;
  font-weight: 300;
  letter-spacing: 2px;
  text-indent: 0px;
}

.div-block-10 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 10px;
}

.div-block-11 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 10px;
}

.project-title {
  margin-top: 60px;
  font-size: 46px;
  line-height: 58px;
  font-weight: 500;
  text-indent: 0px;
}

.project-text {
  margin-top: 60px;
  grid-column-gap: 30px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.project-text-block {
  margin-top: 12px;
  opacity: 0.8;
  color: #fff;
  font-size: 14px;
  line-height: 150%;
  font-weight: 300;
}

.project-text-title {
  opacity: 0.7;
  color: #fff;
  font-size: 12px;
  line-height: 150%;
  font-weight: 500;
  letter-spacing: 2px;
  text-indent: -1px;
}

.div-block-12 {
  padding-top: 16px;
}

.grid {
  height: 720px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 0.68fr;
  grid-template-columns: 1fr 0.68fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.project-info-column {
  padding-top: 40px;
  padding-right: 8%;
  padding-left: 8%;
  background-color: #02192f;
}

.div-block-13 {
  background-color: #056cf2;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#523b6d), to(#2c2633));
  background-image: linear-gradient(180deg, #523b6d, #2c2633);
}

.project-text-block-right {
  margin-top: 12px;
  opacity: 0.8;
  color: #fff;
  font-size: 14px;
  line-height: 150%;
  font-weight: 300;
}

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

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

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

.project-info-column_batelco {
  padding-top: 40px;
  padding-right: 8%;
  padding-left: 8%;
  background-color: #013171;
}

.project-info-column_naos {
  padding-top: 40px;
  padding-right: 8%;
  padding-left: 8%;
  background-color: #2c2633;
}

.column_naos {
  background-color: #056cf2;
  background-image: url('../images/naos.png'), -webkit-gradient(linear, left top, left bottom, from(#523b6d), to(#2c2633));
  background-image: url('../images/naos.png'), linear-gradient(180deg, #523b6d, #2c2633);
  background-position: 0px 0px, 0px 0px;
  background-size: cover, auto;
}

.column_batelco {
  background-color: #056cf2;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#0250b6), to(#056cf2));
  background-image: linear-gradient(180deg, #0250b6, #056cf2);
}

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

.column_abundance {
  background-color: #056cf2;
  background-image: url('../images/Mask-Group.png'), -webkit-gradient(linear, left top, left bottom, from(#f15596), to(#97174c));
  background-image: url('../images/Mask-Group.png'), linear-gradient(180deg, #f15596, #97174c);
  background-position: 0px 0px, 0px 0px;
  background-size: cover, auto;
}

.column_iscep {
  background-color: #0a214a;
  background-image: url('../images/iscep.png');
  background-position: 0px 0px;
  background-size: cover;
}

.project-info-column_abundance {
  padding-top: 40px;
  padding-right: 8%;
  padding-left: 8%;
  background-color: #4a4a48;
}

.project-info-column_iscep {
  padding-top: 40px;
  padding-right: 8%;
  padding-left: 8%;
  background-color: #2b3442;
}

.project-info-column_forte {
  padding-top: 40px;
  padding-right: 8%;
  padding-left: 8%;
  background-color: #290514;
}

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

.column_forte {
  background-color: #056cf2;
  background-image: url('../images/forte.png'), -webkit-gradient(linear, left top, left bottom, from(#f15596), to(#97174c));
  background-image: url('../images/forte.png'), linear-gradient(180deg, #f15596, #97174c);
  background-position: 0px 0px, 0px 0px;
  background-size: cover, auto;
}

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

.column_vkb {
  background-color: #056cf2;
  background-image: url('../images/vkb.png'), -webkit-gradient(linear, left top, left bottom, from(#348bdd), to(#0b5ca8));
  background-image: url('../images/vkb.png'), linear-gradient(180deg, #348bdd, #0b5ca8);
  background-position: 0px 0px, 0px 0px;
  background-size: cover, auto;
}

.project-info-column_vkb {
  padding-top: 40px;
  padding-right: 8%;
  padding-left: 8%;
  background-color: #02192f;
}

.project-info-column_greenpeace {
  padding-top: 40px;
  padding-right: 8%;
  padding-left: 8%;
  background-color: #174101;
}

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

.project-info-column_beymen {
  padding-top: 40px;
  padding-right: 8%;
  padding-left: 8%;
  background-color: #311f0f;
}

.img_beymen {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.column_beymen {
  background-color: #056cf2;
  background-image: url('../images/beymen.png'), -webkit-gradient(linear, left top, left bottom, from(#ff9b70), to(#ec974f));
  background-image: url('../images/beymen.png'), linear-gradient(180deg, #ff9b70, #ec974f);
  background-position: 0px 0px, 0px 0px;
  background-size: cover, auto;
}

.column_greenpeace {
  background-color: #056cf2;
  background-image: url('../images/greenpeace.png'), -webkit-gradient(linear, left top, left bottom, from(#348bdd), to(#0b5ca8));
  background-image: url('../images/greenpeace.png'), linear-gradient(180deg, #348bdd, #0b5ca8);
  background-position: 0px 0px, 0px 0px;
  background-size: cover, auto;
}

.loading {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1000;
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

.i-keep-everything-neat-and-tidy {
  position: static;
  display: block;
  margin-top: 40px;
  margin-right: auto;
  margin-left: 5%;
}

.loader {
  width: 60px;
  margin-right: auto;
  margin-bottom: 4px;
  margin-left: 0px;
}

.text-block-4 {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  text-align: left;
}

.image-9 {
  width: 80px;
}

.loading-image {
  width: 36px;
  margin-bottom: 10px;
}

@media screen and (min-width: 1280px) {
  a {
    font-size: 20px;
    font-weight: 500;
    text-decoration: none;
  }

  .container {
    max-width: 91%;
  }

  .h1-main {
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }

  .social {
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .section {
    position: static;
  }

  .product-header {
    margin-bottom: 100px;
  }

  .h2-subtitles {
    font-size: 40px;
  }

  .excerpts {
    background-position: 100% 100%;
    background-size: cover;
  }

  .mail-block {
    display: block;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .section-2 {
    display: block;
    width: 100vw;
    height: 100vh;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-block-2 {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .image {
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
  }

  .more {
    display: block;
    margin-left: 5%;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .link-block-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .image-3 {
    -o-object-fit: fill;
    object-fit: fill;
  }

  .work {
    margin-top: 160px;
  }

  .project-info {
    grid-column-gap: 50px;
    -ms-grid-columns: 0.25fr 0.25fr 0.5fr;
    grid-template-columns: 0.25fr 0.25fr 0.5fr;
  }

  .div-block-9 {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .div-block-10 {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .div-block-11 {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .project-title {
    margin-top: 80px;
    font-size: 56px;
    line-height: 70px;
  }

  .project-info-column_naos {
    height: auto;
    padding-right: 10%;
  }

  .column_naos {
    background-image: url('../images/naos.png'), -webkit-gradient(linear, left top, left bottom, from(#523b6d), to(#2c2633));
    background-image: url('../images/naos.png'), linear-gradient(180deg, #523b6d, #2c2633);
    background-position: 0px 0px, 0px 0px;
    background-size: cover, auto;
  }

  .column_abundance {
    background-image: url('../images/Mask-Group.png'), -webkit-gradient(linear, left top, left bottom, from(#f15596), to(#97174c));
    background-image: url('../images/Mask-Group.png'), linear-gradient(180deg, #f15596, #97174c);
    background-position: 0px 0px, 0px 0px;
    background-size: cover, auto;
  }

  .column_iscep {
    background-image: url('../images/iscep.png');
    background-position: 0px 0px;
    background-size: cover;
  }

  .project-info-column_abundance {
    padding-right: 10%;
  }

  .project-info-column_iscep {
    padding-right: 10%;
  }

  .project-info-column_forte {
    padding-right: 10%;
  }

  .column_forte {
    background-image: url('../images/forte.png'), -webkit-gradient(linear, left top, left bottom, from(#f15596), to(#97174c));
    background-image: url('../images/forte.png'), linear-gradient(180deg, #f15596, #97174c);
    background-position: 0px 0px, 0px 0px;
    background-size: cover, auto;
  }

  .column_vkb {
    background-image: url('../images/vkb.png'), -webkit-gradient(linear, left top, left bottom, from(#348bdd), to(#0b5ca8));
    background-image: url('../images/vkb.png'), linear-gradient(180deg, #348bdd, #0b5ca8);
    background-position: 0px 0px, 0px 0px;
    background-size: cover, auto;
  }

  .project-info-column_vkb {
    padding-right: 10%;
  }

  .project-info-column_greenpeace {
    padding-right: 10%;
  }

  .project-info-column_beymen {
    padding-right: 10%;
  }

  .column_beymen {
    background-image: url('../images/beymen.png'), -webkit-gradient(linear, left top, left bottom, from(#ff9b70), to(#ec974f));
    background-image: url('../images/beymen.png'), linear-gradient(180deg, #ff9b70, #ec974f);
    background-position: 0px 0px, 0px 0px;
    background-size: cover, auto;
  }

  .column_greenpeace {
    background-image: url('../images/greenpeace.png'), -webkit-gradient(linear, left top, left bottom, from(#348bdd), to(#0b5ca8));
    background-image: url('../images/greenpeace.png'), linear-gradient(180deg, #348bdd, #0b5ca8);
    background-position: 0px 0px, 0px 0px;
    background-size: cover, auto;
  }
}

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

  .h1-main {
    margin-top: 0px;
  }

  .intro-text {
    margin-top: 150px;
  }

  .social {
    grid-row-gap: 30px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .paragraph {
    font-size: 16px;
  }

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

  .excerpts {
    height: 500px;
  }

  .project-excerpt {
    max-width: 400px;
    margin-top: 50px;
  }

  .h3 {
    font-size: 30px;
  }

  .image {
    margin-bottom: 10px;
  }

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

  .animation-wrapper {
    margin-bottom: 150px;
  }

  .wrapper {
    margin-bottom: 150px;
  }

  .html-embed-3 {
    width: 73%;
    margin-bottom: 150px;
  }

  .animation {
    margin-bottom: 150px;
  }

  .columns {
    height: 750px;
  }

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

  .div-block-10 {
    margin-left: 0px;
  }

  .div-block-11 {
    margin-left: 0px;
  }

  .project-title {
    margin-top: 60px;
    font-size: 34px;
    line-height: 44px;
  }

  .project-text {
    margin-top: 60px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .div-block-12 {
    padding-top: 0px;
  }

  .grid {
    height: 800px;
  }

  .project-text-block-right {
    margin-top: 0px;
  }
}

@media screen and (max-width: 767px) {
  a {
    font-size: 18px;
  }

  .h1-main {
    margin-top: 0px;
    font-size: 24px;
  }

  .intro-text {
    margin-top: 20px;
  }

  .social {
    margin-top: 30px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .h5-link-header {
    margin-bottom: 4px;
    font-size: 14px;
  }

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

  .excerpts {
    height: 600px;
  }

  .excerpts.cover-image-warrior {
    background-image: -webkit-gradient(linear, left top, left bottom, from(null), to(null)), none;
    background-image: linear-gradient(180deg, null, null), none;
  }

  .project-excerpt {
    display: block;
    max-width: none;
    margin: 20px 0% 0% 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .h3 {
    font-size: 30px;
  }

  .mail-block {
    margin-top: 80px;
    margin-bottom: 80px;
  }

  .form-block-2 {
    max-width: 400px;
  }

  .password-text::-webkit-input-placeholder {
    font-size: 36px;
  }

  .password-text:-ms-input-placeholder {
    font-size: 36px;
  }

  .password-text::-ms-input-placeholder {
    font-size: 36px;
  }

  .password-text::placeholder {
    font-size: 36px;
  }

  .image {
    width: 24px;
    margin-top: -8px;
    margin-left: 8px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .link-block-2 {
    height: 29px;
    max-width: 280px;
  }

  .html-embed {
    width: 10%;
  }

  .animation-wrapper {
    margin-bottom: 100px;
  }

  .wrapper {
    margin-bottom: 100px;
  }

  .html-embed-3 {
    width: 100%;
    margin-bottom: 100px;
  }

  .animation {
    margin-bottom: 100px;
  }

  .column-2 {
    height: 50%;
  }

  .columns {
    height: 560px;
  }

  .project-info-detail-bold {
    font-size: 11px;
  }

  .project-info-detail-regular {
    font-size: 11px;
  }

  .project-title {
    margin-top: 40px;
    font-size: 26px;
    line-height: 36px;
  }

  .project-text {
    margin-top: 40px;
  }

  .project-text-block {
    margin-top: 4px;
    font-size: 14px;
  }

  .project-text-title {
    font-size: 10px;
  }

  .grid {
    height: 550px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .div-block-13 {
    display: none;
  }

  .project-text-block-right {
    font-size: 14px;
  }

  .column_naos {
    position: static;
    display: none;
  }

  .column_batelco {
    display: none;
  }

  .column_abundance {
    display: none;
  }

  .column_iscep {
    display: none;
  }

  .column_forte {
    display: none;
  }

  .column_vkb {
    display: none;
  }

  .column_beymen {
    display: none;
  }

  .column_greenpeace {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  .h1-main {
    margin-top: 0px;
    font-size: 22px;
  }

  .intro-text {
    margin-top: 80px;
  }

  .social {
    grid-row-gap: 30px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .paragraph {
    font-size: 14px;
  }

  .h2-subtitles {
    font-size: 24px;
  }

  .excerpts {
    height: 300px;
  }

  .excerpts.cover-image-naos {
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), none;
    background-image: linear-gradient(180deg, transparent, transparent), none;
    background-position: 0px 0px, 50% 0%;
    background-size: auto, contain;
    background-repeat: repeat, no-repeat;
  }

  .excerpts.cover-image-iscep {
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), none;
    background-image: linear-gradient(180deg, transparent, transparent), none;
    background-position: 0px 0px, 50% 0%;
    background-size: auto, contain;
    background-repeat: repeat, no-repeat;
  }

  .excerpts.cover-image-forte {
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), none;
    background-image: linear-gradient(180deg, transparent, transparent), none;
    background-position: 0px 0px, 50% 0%;
    background-size: auto, contain;
    background-repeat: repeat, no-repeat;
  }

  .excerpts.cover-image-warrior {
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), none;
    background-image: linear-gradient(180deg, transparent, transparent), none;
    background-position: 0px 0px, 50% 0%;
    background-size: auto, contain;
    background-repeat: repeat, no-repeat;
  }

  .project-excerpt {
    margin-top: 0px;
    padding: 0px 16px 28px;
  }

  .h3 {
    font-size: 18px;
  }

  .form-block-2 {
    max-width: 250px;
  }

  .password-text::-webkit-input-placeholder {
    font-size: 20px;
  }

  .password-text:-ms-input-placeholder {
    font-size: 20px;
  }

  .password-text::-ms-input-placeholder {
    font-size: 20px;
  }

  .password-text::placeholder {
    font-size: 20px;
  }

  .image {
    width: 25px;
    margin-top: 2px;
    margin-bottom: 12px;
    margin-left: 8px;
  }

  .project-paragraph {
    font-size: 14px;
  }

  .more {
    font-size: 14px;
  }

  .link-block-2 {
    max-width: 251px;
  }

  .html-embed {
    width: 9%;
    margin-left: 4px;
  }

  .navigation-bar {
    height: 60px;
  }

  .div-block-6 {
    left: 0%;
    top: 0%;
    right: auto;
    bottom: auto;
    margin-top: 48px;
  }

  .animation-wrapper {
    display: block;
    margin-bottom: 50px;
  }

  .wrapper {
    display: block;
    margin-bottom: 50px;
  }

  .image-5 {
    max-width: 40%;
  }

  .work {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .html-embed-3 {
    display: block;
    width: 100%;
    max-width: 600px;
    margin-bottom: 50px;
  }

  .animation {
    margin-bottom: 50px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .columns {
    height: 690px;
  }

  .project-info {
    -ms-grid-columns: 0.25fr;
    grid-template-columns: 0.25fr;
  }

  .project-info-detail-bold {
    line-height: 13px;
  }

  .project-info-detail-regular {
    line-height: 13px;
  }

  .project-title {
    margin-top: 30px;
    font-size: 20px;
    line-height: 30px;
  }

  .project-text {
    margin-top: 30px;
  }

  .project-text-block {
    margin-top: 4px;
    font-size: 14px;
  }

  .grid {
    height: 640px;
  }

  .project-text-block-right {
    font-size: 14px;
  }
}

#w-node-_4531d341-e3da-b476-de06-3f12420c0fde-dc976b2a {
  -ms-grid-column-align: end;
  justify-self: end;
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-_4531d341-e3da-b476-de06-3f12420c0fe0-dc976b2a {
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
  -ms-grid-column-align: start;
  justify-self: start;
}

