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

.div-block {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 100vh;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(228, 32, 32, 0.2)), to(rgba(228, 32, 32, 0.2)));
  background-image: linear-gradient(180deg, rgba(228, 32, 32, 0.2), rgba(228, 32, 32, 0.2));
  opacity: 1;
}

.background-video {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  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-image: -webkit-gradient(linear, left top, left bottom, from(rgba(48, 36, 187, 0.8)), to(rgba(48, 36, 187, 0.8)));
  background-image: linear-gradient(180deg, rgba(48, 36, 187, 0.8), rgba(48, 36, 187, 0.8));
}

.heading {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: kulturista-web, sans-serif;
  font-weight: 300;
  text-align: center;
}

.image {
  margin-top: 10px;
}

.container {
  margin-top: 30px;
  margin-bottom: 30px;
}

.body {
  text-align: center;
}

.column {
  padding-right: 0px;
  padding-left: 0px;
}

.column-2 {
  padding-right: 0px;
  padding-left: 0px;
}

.heading-2 {
  margin-top: 10px;
  margin-bottom: 0px;
  font-family: kulturista-web, sans-serif;
  color: #ffc35f;
}

.heading-3 {
  margin-top: 10px;
  margin-bottom: 0px;
  font-family: kulturista-web, sans-serif;
  color: #94cee6;
}

.heading-4 {
  margin-top: 0px;
  margin-right: 100px;
  margin-left: 100px;
  padding-right: 0px;
  padding-left: 0px;
  font-family: kulturista-web, sans-serif;
  font-size: 22px;
  line-height: 36px;
  font-weight: 300;
}

.section-2 {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  margin-bottom: 0px;
  padding-right: 0px;
  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;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(120, 175, 77, 0.7)), to(rgba(120, 175, 77, 0.7))), url('../images/augmented-communication-1.jpg');
  background-image: linear-gradient(180deg, rgba(120, 175, 77, 0.7), rgba(120, 175, 77, 0.7)), url('../images/augmented-communication-1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.section-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 70px;
  padding-right: 0px;
  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;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#a6bbc3), to(#a6bbc3));
  background-image: linear-gradient(180deg, #a6bbc3, #a6bbc3);
}

.heading-5 {
  font-family: 'Fugaz One', sans-serif;
  color: #fff;
  font-size: 36px;
  font-weight: 700;
}

.navbar {
  background-color: #fff;
}

.navbar:hover {
  color: #dc5269;
}

.heading-6 {
  margin-top: 30px;
  font-family: kulturista-web, sans-serif;
  color: #fff;
  font-size: 24px;
  line-height: 32px;
  font-weight: 400;
}

.link-block {
  position: relative;
  bottom: -30%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 35px;
  height: 50px;
  margin-top: 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: 25px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: linear-gradient(180deg, #fff, #fff);
}

.link-block.w--current {
  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-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: linear-gradient(180deg, #fff, #fff);
}

.section-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  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-image: -webkit-gradient(linear, left top, left bottom, from(rgba(77, 155, 175, 0.7)), to(rgba(77, 155, 175, 0.7))), url('../images/augmented-retail-banner.jpg');
  background-image: linear-gradient(180deg, rgba(77, 155, 175, 0.7), rgba(77, 155, 175, 0.7)), url('../images/augmented-retail-banner.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.section-4.digital-services {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(77, 155, 175, 0.7)), to(rgba(77, 155, 175, 0.7))), url('../images/digital-project-banner.jpg');
  background-image: linear-gradient(180deg, rgba(77, 155, 175, 0.7), rgba(77, 155, 175, 0.7)), url('../images/digital-project-banner.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, auto;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.heading-7 {
  margin-top: 30px;
  font-family: kulturista-web, sans-serif;
  color: #fff;
  font-size: 24px;
  line-height: 32px;
  font-weight: 400;
}

.heading-8 {
  font-family: 'Fugaz One', sans-serif;
  color: #fff;
  font-size: 36px;
}

.div-block-2 {
  position: static;
  display: inline-block;
  width: 50px;
  height: 50px;
}

.div-block-3 {
  display: inline-block;
  width: 3px;
  height: 50px;
  margin-top: 0px;
  margin-bottom: 0px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#9ad2e9), to(#9ad2e9));
  background-image: linear-gradient(180deg, #9ad2e9, #9ad2e9);
}

.div-block-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.paragraph {
  margin-top: 30px;
  margin-bottom: 30px;
  font-family: kulturista-web, sans-serif;
  font-size: 22px;
  line-height: 36px;
  font-weight: 300;
}

.heading-9 {
  margin-top: 0px;
  margin-bottom: 50px;
  font-family: kulturista-web, sans-serif;
  font-size: 18px;
  line-height: 32px;
  font-weight: 300;
}

.submit-button {
  margin-top: 30px;
  padding-right: 30px;
  padding-left: 30px;
  border: 1px solid #000;
  background-color: #a7bbc3;
  font-family: kulturista-web, sans-serif;
  color: #000;
  font-size: 18px;
  font-weight: 400;
}

.submit-button:hover {
  border-width: 1px 1px 3px;
  background-color: #b1c5ce;
  color: #000;
}

.section-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 100px;
  padding-left: 100px;
  -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-image: -webkit-gradient(linear, left top, left bottom, from(rgba(227, 228, 215, 0.5)), to(rgba(227, 228, 215, 0.5)));
  background-image: linear-gradient(180deg, rgba(227, 228, 215, 0.5), rgba(227, 228, 215, 0.5));
}

.section-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#567f90), to(#567f90));
  background-image: linear-gradient(180deg, #567f90, #567f90);
  font-weight: 700;
}

.text-block {
  margin-top: 25px;
  margin-bottom: 20px;
  font-family: kulturista-web, sans-serif;
  color: #fff;
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 0px;
}

.heading-10 {
  margin-top: 50px;
  font-family: 'Fugaz One', sans-serif;
}

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

.container-3 {
  margin-bottom: 0px;
}

.div-block-5 {
  margin-bottom: 0px;
}

.container-4 {
  font-family: kulturista-web, sans-serif;
}

.container-4:hover {
  color: #dc5269;
}

.tabs-menu {
  margin-top: 20px;
  font-family: 'Fugaz One', sans-serif;
  font-size: 18px;
}

.tabs-menu:hover {
  color: #86ba9c;
}

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

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

.tabs-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px;
  padding-top: 20px;
  padding-right: 100px;
  padding-left: 100px;
  -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;
}

.heading-11 {
  font-family: kulturista-web, sans-serif;
  color: #567f90;
  line-height: 28px;
  font-weight: 400;
}

.heading-11.verdino {
  color: #82bc9b;
}

.paragraph-2 {
  font-family: kulturista-web, sans-serif;
  font-size: 22px;
  line-height: 36px;
  font-weight: 300;
}

.image-3 {
  margin-right: 10px;
}

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

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

.paragraph-3 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: kulturista-web, sans-serif;
  font-size: 22px;
  line-height: 36px;
  font-weight: 300;
}

.tab-link {
  background-color: #fff;
}

.tab-link.w--current {
  border-style: none none solid;
  border-bottom-width: 3px;
  border-bottom-color: #567f90;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: linear-gradient(180deg, #fff, #fff);
  color: #a1cae8;
  font-size: 18px;
}

.tab-link.w--current:hover {
  border-color: #76bad6 #76bad6 #567f90;
}

.tab-link.w--current:focus {
  color: #86ba9c;
}

.tab-link-2 {
  border-style: none;
  border-bottom-width: 3px;
  border-bottom-color: #567f90;
  background-color: #fff;
}

.tab-link-2.w--current {
  border-style: none none solid;
  border-width: 3px;
  border-color: #567f90;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: linear-gradient(180deg, #fff, #fff);
  font-size: 18px;
}

.tab-link-3 {
  background-color: #fff;
}

.tab-link-3.w--current {
  border-bottom: 3px solid #567f90;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: linear-gradient(180deg, #fff, #fff);
}

.form {
  margin-bottom: 50px;
  font-family: kulturista-web, sans-serif;
  color: #000;
  font-weight: 300;
}

.text-field {
  border-style: none;
  color: #000;
  font-size: 18px;
}

.text-field-2 {
  border-style: none;
  font-size: 18px;
}

.text-field-3 {
  border-style: none;
  font-size: 18px;
}

.textarea {
  border-style: none;
  font-size: 18px;
}

.section-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  padding-top: 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;
  background-color: #fff;
}

.div-block-8 {
  position: relative;
  width: 3px;
  height: 50px;
  margin-bottom: 0px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#4d9baf), to(#4d9baf));
  background-image: linear-gradient(180deg, #4d9baf, #4d9baf);
}

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

.text-block-2 {
  color: #567f90;
  text-align: center;
  text-decoration: none;
}

.text-block-2:focus {
  color: #567f90;
}

.div-block-9 {
  padding-right: 150px;
  padding-left: 150px;
}

.heading-12 {
  font-family: kulturista-web, sans-serif;
  color: #567f90;
  line-height: 28px;
  font-weight: 400;
}

.paragraph-4 {
  font-family: kulturista-web, sans-serif;
  font-size: 22px;
  line-height: 36px;
  font-weight: 300;
}

.heading-13 {
  font-family: kulturista-web, sans-serif;
  color: #567f90;
  line-height: 28px;
  font-weight: 400;
}

.paragraph-5 {
  font-family: kulturista-web, sans-serif;
  font-size: 22px;
  line-height: 36px;
  font-weight: 300;
}

.heading-14 {
  font-family: kulturista-web, sans-serif;
  color: #567f90;
  line-height: 28px;
  font-weight: 400;
}

.heading-14.verdino {
  color: #82bc9b;
}

.paragraph-6 {
  font-family: kulturista-web, sans-serif;
  font-size: 22px;
  line-height: 36px;
  font-weight: 300;
}

.paragraph-7 {
  margin-top: 30px;
  font-family: kulturista-web, sans-serif;
  font-size: 22px;
  line-height: 36px;
  font-weight: 300;
}

.row {
  margin-top: 50px;
  margin-bottom: 50px;
  padding-top: 0px;
  padding-right: 100px;
  padding-left: 100px;
}

.container-6 {
  margin-bottom: 30px;
}

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

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

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

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

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

.text-block-3 {
  color: #567f90;
  text-align: center;
  text-decoration: none;
}

.text-block-4 {
  color: #567f90;
  text-align: center;
  text-decoration: none;
}

.text-block-5 {
  color: #567f90;
  text-align: center;
  text-decoration: none;
}

.text-block-6 {
  color: #567f90;
  text-align: center;
  text-decoration: none;
}

.text-block-7 {
  color: #567f90;
  text-align: center;
  text-decoration: none;
}

.text-block-8 {
  color: #567f90;
  text-align: center;
  text-decoration: none;
}

.image-6 {
  margin-left: 20px;
}

.image-7 {
  margin-right: 10px;
  margin-left: 10px;
}

.image-8 {
  margin-right: 25px;
}

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

.image-10 {
  margin-right: 20px;
}

.div-block-10 {
  margin-top: 30px;
}

.div-block-11 {
  margin-top: 30px;
}

.slide {
  width: 500px;
  height: 500px;
  background-image: url('../images/foto1.jpg');
  background-position: 50% 50%;
  background-size: 750px;
  background-repeat: no-repeat;
  background-attachment: scroll;
  text-align: center;
}

.slide.slide1 {
  padding-right: 0px;
  padding-bottom: 0px;
  background-image: none;
}

.slide1 {
  background-image: url('../images/portfolio_condenast_1.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.mask {
  width: 700px;
}

.slider {
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: #fff;
}

.slide-3 {
  background-image: url('../images/portfolio_hilti.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.image-11 {
  margin-left: 10px;
}

.slide-4 {
  margin-top: 0px;
  margin-bottom: 0px;
  background-image: url('../images/portfolio_jafra_website.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slide-5 {
  background-image: url('../images/portfolio_jafra.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slide-6 {
  background-image: url('../images/portfolio_leffe.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slide-7 {
  background-image: url('../images/portfolio_tods.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slide-8 {
  background-image: url('../images/portfolio_kraft.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slide9 {
  background-image: url('../images/portfolio_april.png');
  background-position: 50% 100%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slide-nav {
  margin-top: 0px;
  margin-bottom: -30px;
  padding-bottom: 0px;
}

.icon {
  color: #000;
}

.icon-2 {
  border-radius: 10px;
  color: #000;
}

.right-arrow {
  margin-left: 0px;
  text-align: center;
}

.bold-text {
  margin-top: 0px;
}

