h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  color: #fff;
  font-size: 10vh;
  line-height: 10vh;
  font-weight: 700;
}

h2 {
  margin-top: 20px;
  margin-bottom: 20px;
  color: #fff;
  font-size: 38px;
  line-height: 48px;
  font-weight: 700;
}

h3 {
  margin-top: 10px;
  margin-bottom: 25px;
  color: #6b6b6b;
  font-size: 24px;
  line-height: 40px;
  font-weight: 400;
}

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

p {
  margin-bottom: 10px;
  color: #6b6b6b;
  font-size: 16px;
  line-height: 30px;
}

a {
  color: #000;
  text-decoration: underline;
}

.section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  margin-bottom: 40px;
  padding-top: 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;
  font-size: 38px;
}

.section.center {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  margin-bottom: 0px;
  padding-top: 0vh;
  padding-bottom: 54px;
  -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: hsla(200.41884816753927, 90.52%, 41.37%, 1.00);
  background-image: linear-gradient(173deg, #02ced4, #231bc5);
}

.section.center.primjena {
  overflow: visible;
  height: auto;
  padding-top: 24vh;
  background-image: linear-gradient(173deg, #02ced4 10%, #382fe4);
}

.section.center.primjena {
  overflow: hidden;
  height: auto;
  padding-top: 3vh;
  padding-bottom: 0px;
  background-color: #fff;
  background-image: none;
}

.section.center.homepage {
  height: auto;
}

.section.column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding: 15vh 10vw;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.section.column.devices {
  height: auto;
  -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;
}

.section.column.faq {
  height: auto;
  -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;
  background-color: #000;
}

.section.cta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60vh;
  padding-right: 10vw;
  padding-left: 10vw;
  -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;
  background-color: #40089c;
}

.section.full-img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 60px;
  padding-bottom: 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;
  background-color: transparent;
}

.section.wide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding-top: 10vh;
  padding-bottom: 10vh;
  -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: #1b1b1b;
}

.section.wide.img {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 5vh;
  padding-bottom: 0vh;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(209.41176470588238, 0.00%, 100.00%, 1.00)), to(hsla(209.41176470588238, 0.00%, 100.00%, 1.00)));
  background-image: linear-gradient(180deg, hsla(209.41176470588238, 0.00%, 100.00%, 1.00), hsla(209.41176470588238, 0.00%, 100.00%, 1.00));
  font-size: 15px;
}

.section.wide.purple {
  margin-bottom: 0px;
  padding-top: 10vh;
  padding-bottom: 10vh;
  background-image: url('../images/wavy-bg.svg'), linear-gradient(53deg, hsla(183.15789473684208, 98.12%, 41.76%, 1.00) 12%, #056de9);
  background-position: 50% 50%, 0px 0px;
  background-size: cover, auto;
  opacity: 1;
}

.section.grid-imgs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50vh;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.section.center {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  margin-bottom: 0px;
  padding-top: 0vh;
  -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;
  background-color: hsla(200.41884816753927, 90.52%, 41.37%, 1.00);
  background-image: linear-gradient(173deg, #02ced4, #231bc5);
}

.section.center.in-app-cover {
  height: auto;
  margin-bottom: 0px;
  text-align: left;
}

.col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 50%;
  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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border: 1px none #000;
}

.col.sideimg {
  width: 25vw;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.col.padding {
  max-width: 50%;
  padding-right: 9vw;
  padding-left: 9vw;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-style: none;
}

.col.bg {
  overflow: hidden;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-style: none;
}

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

.col.team {
  -webkit-flex-basis: 33%;
  -ms-flex-preferred-size: 33%;
  flex-basis: 33%;
}

.col.img {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.hero {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 999999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  padding: 0px 10vw;
  border: 1px none #000;
  background-color: transparent;
}

.nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  -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;
  background-color: transparent;
}

.nav-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80vw;
  margin-top: 15px;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px none hsla(0, 0%, 100%, .1);
}

.body {
  background-color: transparent;
  font-family: 'Gothic A1', sans-serif;
}

.heading {
  margin-top: 10px;
  margin-bottom: 0px;
  color: #fff;
  font-size: 10vh;
  line-height: 9vh;
  font-weight: 500;
}

.div-block-2 {
  position: relative;
  z-index: 80;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80vw;
  -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;
}

.image {
  height: 40px;
  margin-bottom: 20px;
}

.feature-content {
  width: 50vw;
  max-width: 450px;
  padding-right: 4vw;
  padding-left: 4vw;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border: 1px none #000;
}

.feature-content.mid {
  width: 40vw;
  max-width: 500px;
}

.feature-content.icons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.33%;
  max-width: none;
  margin-bottom: 0px;
  padding-right: 30px;
  padding-left: 30px;
  -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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  text-align: center;
}

.feature-content.icons.numbers {
  width: 25%;
}

.heading-2 {
  margin-top: 20px;
  margin-bottom: 40px;
  color: #fff;
  font-size: 26px;
  font-weight: 400;
}

.button {
  display: inline-block;
  margin-right: 0px;
  padding: 10px 40px;
  border-radius: 4px;
  background-color: #ea724d;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ee826d), to(#ee826d));
  background-image: linear-gradient(180deg, #ee826d, #ee826d);
  -webkit-transition: background-color 200ms cubic-bezier(.789, .159, .25, 1), color 200ms cubic-bezier(.789, .159, .25, 1);
  transition: background-color 200ms cubic-bezier(.789, .159, .25, 1), color 200ms cubic-bezier(.789, .159, .25, 1);
  color: #fff;
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
  text-align: center;
}

.button:hover {
  background-color: hsla(13.846153846153847, 75.00%, 54.62%, 1.00);
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(10.23255813953488, 79.35%, 61.19%, 1.00)), to(hsla(10.23255813953488, 79.35%, 61.19%, 1.00)));
  background-image: linear-gradient(180deg, hsla(10.23255813953488, 79.35%, 61.19%, 1.00), hsla(10.23255813953488, 79.35%, 61.19%, 1.00));
  color: #fff;
}

.button.outline {
  margin-left: 10px;
  border: 1px solid #6e6e6e;
  background-color: transparent;
  color: #5a5a5a;
}

.button.contact {
  margin-left: 10px;
  background-color: transparent;
  box-shadow: inset 0 0 0 2px hsla(0, 0%, 100%, .2);
}

.button.contact:hover {
  box-shadow: inset 0 0 0 2px #fff;
  color: #fff;
}

.button.top {
  margin-left: 30px;
  padding: 20px 35px;
  font-size: 16px;
}

.button.form-button {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e2696b), to(#e2696b));
  background-image: linear-gradient(180deg, #e2696b, #e2696b);
  -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1), cubic-bezier(.215, .61, .355, 1);
  transition-timing-function: cubic-bezier(.215, .61, .355, 1), cubic-bezier(.215, .61, .355, 1);
}

.button.form-button:hover {
  background-color: #000;
  color: #fff;
}

.button.button-contact-2 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#03c0dd), to(#03c0dd));
  background-image: linear-gradient(180deg, #03c0dd, #03c0dd);
}

.button.button-contact-2:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(188.1818181818182, 95.64%, 49.40%, 1.00)), to(hsla(188.1818181818182, 95.64%, 49.40%, 1.00)));
  background-image: linear-gradient(180deg, hsla(188.1818181818182, 95.64%, 49.40%, 1.00), hsla(188.1818181818182, 95.64%, 49.40%, 1.00));
}

.h2 {
  margin-bottom: 30px;
  color: #fff;
  font-size: 44px;
  line-height: 56px;
  font-weight: 300;
}

.p {
  color: #6b6b6b;
  font-size: 16px;
  line-height: 30px;
}

.p.list {
  margin-bottom: 0px;
}

.div-block-3 {
  height: 8600px;
  background-image: url('../images/richard-01.jpg');
  background-position: 50% 0px;
  background-size: 100vw;
  background-repeat: no-repeat;
}

.div-block-3._02 {
  background-image: url('../images/richard-02.jpg');
  background-size: 100vw;
}

.div-block-3._03 {
  height: 6000px;
  background-image: url('../images/richard-03.jpg');
  background-size: 100vw;
}

.div-block-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 65%;
  max-width: 440px;
  -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;
}

.div-block-4.left {
  margin-bottom: 30px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.img-device {
  height: auto;
  max-height: 450px;
}

.h3 {
  margin-bottom: 20px;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
}

.paragraph {
  margin-bottom: 20px;
  color: #6b6b6b;
  font-size: 16px;
  line-height: 28px;
}

.div-block-5 {
  padding-top: 30px;
  padding-bottom: 60px;
  text-align: center;
}

.wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  max-width: 1200px;
  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;
  text-align: left;
}

.wrapper.welcome {
  position: relative;
  z-index: 90;
  width: 100vw;
  max-width: auto;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.wrap {
  max-width: 1000px;
  margin-top: 0px;
  padding-top: 20px;
  padding-bottom: 10px;
  text-align: center;
}

.title {
  display: inline-block;
  padding-bottom: 5px;
  border-bottom: 1px none #2e2e2e;
  color: #a8a8a8;
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.title.white {
  border-bottom-color: hsla(0, 0%, 100%, .4);
  color: hsla(0, 0%, 100%, .6);
}

.image-2 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.div-block-6 {
  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;
}

.div-block-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-bottom: 100px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block-7.team {
  -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;
}

.div-block-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 150px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.button-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin-top: 5vh;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.image-3 {
  padding: 10px 30px 30px 0px;
}

.thumb-food {
  width: 100%;
  height: 300px;
  border-radius: 20px;
  background-color: #c6ced3;
}

.thumb-food._01 {
  border-radius: 12px;
  background-image: url('../images/bg-001_1.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.thumb-food._02 {
  background-image: url('../images/bg-001.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.thumb-food._03 {
  background-image: url('../images/bg-003.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.text-block {
  color: #fff;
}

.h4 {
  margin-bottom: 10px;
  color: #fff;
}

.h4.faq {
  margin-top: 20px;
  margin-bottom: 10px;
}

.nav-link {
  margin-right: 15px;
  margin-bottom: 20px;
  margin-left: 15px;
  padding-top: 40px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
}

.nav-link:hover {
  box-shadow: inset 0 -5px 0 0 #00f5f5;
  color: #fff;
}

.nav-menu {
  height: auto;
}

.div-block-11 {
  width: 100%;
  height: 300px;
  border-radius: 20px;
  background-color: #acb1b4;
}

.ico {
  height: 35px;
  margin-right: 20px;
}

.div-block-12 {
  margin-top: 50px;
}

._w-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 56px;
  height: 80px;
  margin-right: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

.field-newsletter {
  width: 340px;
  height: 80px;
  margin-right: 20px;
  margin-bottom: 0px;
  padding-left: 20px;
  border: 1px solid #300479;
  border-radius: 10px;
  background-color: #300479;
  color: #fff;
  font-size: 16px;
}

._w-img {
  overflow: hidden;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.image-4 {
  display: block;
  width: 100%;
}

.icon {
  height: 25px;
}

.nav-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 30px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.hero-image {
  position: relative;
  left: auto;
  top: 0vh;
  right: 0vw;
  bottom: auto;
  width: 110%;
  max-width: 600px;
  margin-bottom: 0px;
  padding-bottom: 0px;
}

.light-blue {
  color: #9b68f0;
}

.black-text {
  color: #4a4a4a;
}

.hero-content {
  position: relative;
  z-index: 90;
  width: 100%;
  padding-right: 10vh;
  padding-left: 10vw;
}

.feature-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90vw;
  margin-top: 10vh;
  margin-bottom: 10vh;
  padding-right: 10vw;
  padding-left: 10vw;
  -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: 1px none #000;
}

.feature-wrap.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.feature-wrap.logos {
  height: auto;
  padding-top: 5vh;
  padding-bottom: 5vh;
  border-style: none;
}

.feature-wrap.icons {
  margin-top: 2vh;
  margin-bottom: 5vh;
  padding-right: 0vw;
  padding-left: 0vw;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.feature-image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50vw;
  -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: 1px none #000;
}

.black {
  color: #000;
}

.hero-subhead {
  max-width: 100%;
  margin-top: 15px;
  margin-bottom: 26px;
  color: #fff;
  font-size: 30px;
  line-height: 44px;
  font-weight: 300;
}

.bottom-image-wrap {
  position: relative;
  overflow: hidden;
  height: auto;
  max-width: 100%;
}

.black-bar {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100vw;
  height: 100px;
  background-color: #2a2326;
}

.feature-icon {
  max-width: 17%;
  margin-bottom: 20px;
  background-color: transparent;
  -webkit-filter: saturate(200%);
  filter: saturate(200%);
}

.feature-icon.icon-size {
  width: 50px;
}

.feature-icon.icon-size-2 {
  padding-top: 25px;
  padding-bottom: 10px;
}

.purple {
  color: #b32e6e;
}

.footer {
  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: hsla(211.91489361702125, 93.95%, 36.77%, 1.00);
}

.footer-link {
  margin-right: 15px;
  margin-left: 15px;
  color: #79aff6;
  font-size: 12px;
  text-decoration: none;
}

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

.footer-list {
  padding-top: 29px;
  padding-bottom: 29px;
}

.text-block-2 {
  color: hsla(0, 0%, 100%, .3);
  font-size: 12px;
}

.form-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
}

.input {
  height: 70px;
  margin-bottom: 0px;
  padding-right: 0px;
  padding-left: 20px;
  clear: none;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-style: none;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  background-color: #fff;
  box-shadow: inset 0 0 0 0 #fc0a7e;
  -webkit-transition: box-shadow 300ms cubic-bezier(.215, .61, .355, 1);
  transition: box-shadow 300ms cubic-bezier(.215, .61, .355, 1);
  color: #000;
}

.input:hover {
  box-shadow: inset 0 0 0 2px #fc0a7e;
}

.input:focus {
  box-shadow: inset 0 0 0 2px #fc0a7e;
}

.input::-webkit-input-placeholder {
  color: #555;
}

.input:-ms-input-placeholder {
  color: #555;
}

.input::-ms-input-placeholder {
  color: #555;
}

.input::placeholder {
  color: #555;
}

.arrow {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 30px;
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.quote-slider {
  width: 90vw;
  height: 60vh;
  margin-top: 10vh;
  background-color: transparent;
}

.slider-arrow {
  color: #d6d6d6;
}

.quote-wrap {
  display: block;
  width: 50vw;
  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;
  text-align: center;
}

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

.quote-dash {
  width: 30px;
  height: 1px;
  margin-right: 20px;
  margin-bottom: 10px;
  margin-left: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #d3d3d3;
}

.quote-icon {
  margin-bottom: 45px;
}

.slide-nav {
  font-size: 7px;
}

.number {
  font-size: 60px;
  line-height: 90px;
}

.float {
  position: relative;
  left: 567px;
  top: 200px;
  width: 40vw;
  height: 50vh;
  border: 4px solid #09a4ec;
}

.nav-logo-wrap {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.image-licensing {
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 15px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, .1);
  background-color: rgba(0, 0, 0, .05);
  line-height: 24px;
}

.image-licensing-wrap {
  max-width: 600px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.heading-3 {
  position: static;
  margin-top: 150px;
  font-family: 'Gothic A1', sans-serif;
  font-size: 10vh;
  font-weight: 500;
}

.image-5 {
  width: 100px;
}

.button-2 {
  background-color: hsla(208.00000000000003, 93.95%, 29.56%, 1.00);
}

.button-prijava {
  margin-top: 31px;
  border-radius: 4px;
  background-color: hsla(192.1978021978022, 100.00%, 35.69%, 1.00);
}

.button-prijava:hover {
  background-color: hsla(192.1978021978022, 95.64%, 38.84%, 1.00);
}

.heading-4 {
  margin-top: 10px;
  margin-bottom: 50px;
  background-color: transparent;
  color: hsla(201.41176470588235, 100.00%, 50.00%, 1.00);
  font-weight: 500;
  text-align: center;
}

.heading-4.head-o-nama {
  margin-top: 50px;
  margin-bottom: 50px;
  font-family: 'Gothic A1', sans-serif;
  color: hsla(212.5806451612903, 79.49%, 54.12%, 1.00);
}

.image-6 {
  display: inline-block;
  max-width: 35%;
  margin-top: 15px;
  margin-right: 0px;
  margin-bottom: 5px;
  padding-right: 0px;
  text-align: center;
}

.paragraph-2 {
  width: 100%;
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
  color: hsla(201.41176470588235, 0.45%, 29.18%, 1.00);
  font-size: 18px;
  font-weight: 400;
  text-align: center;
}

.paragraph-bold {
  width: 100%;
  margin: 40px auto 60px;
  color: hsla(201.41176470588235, 0.90%, 27.07%, 1.00);
  font-size: 20px;
  line-height: 37px;
  font-weight: 600;
  text-align: center;
}

.div-block-13 {
  width: 100%;
  background-image: linear-gradient(141deg, hsla(181.72248803827753, 98.12%, 41.76%, 1.00), hsla(206.25, 78.05%, 51.76%, 1.00));
}

.image-7 {
  max-width: 90%;
  margin-top: 19px;
}

.section-smartaqua {
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(182.87081339712918, 98.12%, 41.76%, 1.00)), to(hsla(212.60869565217394, 95.64%, 46.68%, 1.00)));
  background-image: linear-gradient(180deg, hsla(182.87081339712918, 98.12%, 41.76%, 1.00), hsla(212.60869565217394, 95.64%, 46.68%, 1.00));
}

.text-span {
  color: #fff;
  font-weight: 600;
}

.text-span-2 {
  color: #fff;
}

.parag-white {
  margin: 40px 10px;
  padding-right: 15px;
  padding-left: 15px;
  color: #fff;
  font-size: 18px;
  line-height: 27px;
  text-align: left;
}

.columns {
  width: 90%;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding-bottom: 40px;
}

.bold-text {
  font-weight: 400;
}

.heading-5 {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.heading-6 {
  margin-top: 70px;
  margin-bottom: 10px;
  line-height: 40px;
  font-weight: 500;
  text-align: center;
}

.heading-7 {
  font-weight: 600;
}

.columns-2 {
  width: 80%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
}

.columns-3 {
  max-width: 100%;
  margin-top: 40px;
  text-align: left;
}

.paragraph-3 {
  font-family: 'Gothic A1', sans-serif;
  color: hsla(209.05263157894737, 79.17%, 52.94%, 1.00);
  font-size: 20px;
  line-height: 35px;
}

.paragraph-4 {
  font-family: 'Gothic A1', sans-serif;
  color: hsla(181.72248803827753, 98.12%, 41.76%, 1.00);
  font-size: 20px;
  line-height: 35px;
  font-weight: 600;
}

.column-2 {
  text-align: center;
}

.section-contact {
  margin: 10px auto;
  padding-top: 40px;
  text-align: center;
}

.heading-8 {
  text-align: left;
}

.heading---contact {
  font-family: 'Gothic A1', sans-serif;
  color: hsla(212.40641711229944, 79.57%, 53.92%, 1.00);
  font-size: 26px;
  font-weight: 500;
  text-align: left;
}

.footer-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: hsla(208.00000000000003, 97.36%, 39.52%, 1.00);
}

.footer-link-2 {
  margin-right: 15px;
  margin-left: 15px;
  font-family: 'Gothic A1', sans-serif;
  color: #94d5fa;
  font-size: 12px;
  text-decoration: none;
}

.footer-link-2:hover {
  color: #fff;
}

.hero-columns {
  position: relative;
  width: 80%;
  margin-top: 161px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  padding-bottom: 30px;
}

.image-8 {
  position: relative;
  overflow: hidden;
  max-width: 110%;
  margin-top: 0px;
}

.column-3 {
  overflow: visible;
  padding-left: 0px;
}

.heading-9 {
  margin-top: 86px;
  text-align: right;
}

.column-4 {
  padding-top: 130px;
  padding-right: 0px;
  padding-left: 0px;
  text-align: right;
}

.heading-primjena {
  font-family: 'Gothic A1', sans-serif;
  font-weight: 600;
}

.columns-4 {
  width: 80%;
  margin-top: 67px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
}

.head-primjena-h2 {
  font-family: 'Gothic A1', sans-serif;
  color: #1affd5;
  font-size: 25px;
  line-height: 38px;
  font-weight: 600;
  text-align: left;
}

.paragraph-primjena {
  font-family: 'Gothic A1', sans-serif;
  color: #545454;
  line-height: 27px;
  text-align: justify;
}

.column-5 {
  padding-right: 40px;
  padding-left: 40px;
}

.bold-text-2 {
  color: #2d82e7;
  font-size: 23px;
  font-weight: 600;
}

.bold-text-3 {
  color: #2d82e7;
  font-size: 23px;
  font-weight: 600;
  text-align: left;
}

.column-6 {
  padding-right: 40px;
  padding-left: 40px;
}

.section-2 {
  overflow: hidden;
  height: 700px;
  padding-top: 0px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#080808), to(#080808));
  background-image: linear-gradient(180deg, #080808, #080808);
}

.image-9 {
  width: 100%;
  margin-top: -139px;
  opacity: 0.85;
}

.section-3 {
  padding-top: 45px;
  padding-bottom: 81px;
}

.wrap-2 {
  max-width: 1200px;
  margin-right: auto;
  margin-bottom: 80px;
  margin-left: auto;
}

.paragraph-5 {
  margin-bottom: 80px;
  font-family: 'Gothic A1', sans-serif;
  color: #2d82e7;
  font-size: 22px;
  font-weight: 600;
  text-align: center;
}

.columns-5 {
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
}

.text-span-3 {
  font-family: 'Gothic A1', sans-serif;
  color: hsla(192.3, 81.97%, 47.84%, 1.00);
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
}

.text-span-3.aqualibera-web {
  color: hsla(241.1881188118812, 47.58%, 50.37%, 1.00);
  text-align: right;
}

.paragraph-6 {
  font-family: 'Gothic A1', sans-serif;
  color: #555;
  font-size: 16px;
  line-height: 26px;
  text-decoration: none;
}

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

.link-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.link-aqualibera {
  margin-top: 0px;
  margin-left: 80px;
  text-align: right;
  text-decoration: none;
}

.columns-aqualibera {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1000px;
  margin-top: 90px;
  margin-right: auto;
  margin-left: auto;
  -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;
}

.column-7 {
  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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.text-span-4 {
  color: hsla(241.5254237288136, 47.58%, 51.37%, 1.00);
  text-decoration: none;
}

.link-3 {
  color: hsla(241.48760330578514, 47.83%, 50.39%, 1.00);
  text-decoration: none;
}

.bold-text-4 {
  color: hsla(212.5806451612903, 79.49%, 54.12%, 1.00);
}

.bold-text-5 {
  color: #2d82e7;
}

.bold-text-6 {
  color: #2d82e7;
}

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

.image-11 {
  max-width: 90%;
  margin: auto auto -14px;
  padding-right: 10px;
  padding-left: 10px;
  clear: right;
  text-align: center;
}

.image-12 {
  height: 400px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 40px;
  border-style: solid;
  border-width: 5px;
  border-color: #595959;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#52d1ff), color-stop(90%, #ecf7f8));
  background-image: linear-gradient(180deg, #52d1ff, #ecf7f8 90%);
  -webkit-filter: saturate(127%);
  filter: saturate(127%);
}

.link-gc {
  color: hsla(212.5806451612903, 79.49%, 54.12%, 1.00);
  font-weight: 600;
  text-decoration: none;
}

.link-4 {
  color: hsla(192.0603015075377, 81.22%, 48.04%, 1.00);
  text-decoration: none;
}

.link-jurica {
  color: hsla(241.6071428571429, 47.46%, 53.73%, 1.00);
  text-decoration: none;
}

.div-block-14 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 500px;
  height: 550px;
  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-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 7px;
  background-color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#2b74f3), to(hsla(198.15384615384613, 100.00%, 45.66%, 1.00)));
  background-image: linear-gradient(180deg, #2b74f3, hsla(198.15384615384613, 100.00%, 45.66%, 1.00));
  box-shadow: 4px 4px 9px 1px rgba(0, 0, 0, .19);
  font-family: 'Gothic A1', sans-serif;
  font-size: 20px;
  text-align: center;
}

.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  text-align: center;
}

.form-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 300px;
  margin-top: 0px;
  padding-top: 0px;
  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: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  background-image: none;
  text-align: left;
}

.field-label {
  font-family: 'Gothic A1', sans-serif;
  color: #5e5e5e;
  font-size: 20px;
  font-weight: 400;
}

.field-label-2 {
  font-family: 'Gothic A1', sans-serif;
  color: #5f5f5f;
  font-size: 20px;
  font-weight: 400;
}

.submit-button {
  display: inline-block;
  width: 300px;
  margin-top: 1px;
  margin-right: auto;
  margin-left: auto;
  padding: 9px 20px;
  border-radius: 4px;
  background-color: #0a3abd;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(184.03846153846152, 97.20%, 41.96%, 1.00)), to(hsla(184.03846153846152, 97.20%, 41.96%, 1.00)));
  background-image: linear-gradient(180deg, hsla(184.03846153846152, 97.20%, 41.96%, 1.00), hsla(184.03846153846152, 97.20%, 41.96%, 1.00));
  font-size: 16px;
  font-weight: 600;
  text-align: center;
}

.form-3 {
  display: block;
  margin-top: 14px;
  margin-right: auto;
  margin-left: auto;
  font-family: 'Gothic A1', sans-serif;
  font-size: 20px;
  text-align: center;
}

.text-field {
  width: 300px;
  margin-top: -5px;
  margin-right: auto;
  margin-left: auto;
  padding: 9px 10px;
  border: 1px none #000;
  border-radius: 2px;
  font-family: 'Gothic A1', sans-serif;
  color: hsla(211.30434782608697, 82.14%, 43.92%, 1.00);
  font-size: 18px;
  text-align: left;
}

.text-field::-webkit-input-placeholder {
  font-family: 'Gothic A1', sans-serif;
  color: hsla(211.30434782608697, 82.14%, 43.92%, 1.00);
  font-size: 16px;
  line-height: 20px;
  text-align: left;
}

.text-field:-ms-input-placeholder {
  font-family: 'Gothic A1', sans-serif;
  color: hsla(211.30434782608697, 82.14%, 43.92%, 1.00);
  font-size: 16px;
  line-height: 20px;
  text-align: left;
}

.text-field::-ms-input-placeholder {
  font-family: 'Gothic A1', sans-serif;
  color: hsla(211.30434782608697, 82.14%, 43.92%, 1.00);
  font-size: 16px;
  line-height: 20px;
  text-align: left;
}

.text-field::placeholder {
  font-family: 'Gothic A1', sans-serif;
  color: hsla(211.30434782608697, 82.14%, 43.92%, 1.00);
  font-size: 16px;
  line-height: 20px;
  text-align: left;
}

.text-block-4 {
  margin: 23px auto 19px;
  padding-right: 0px;
  font-family: 'Gothic A1', sans-serif;
  color: #fff;
  font-size: 16px;
  text-align: center;
}

.social-icon {
  display: block;
  width: 65px;
  font-size: 36px;
}

.columns-6 {
  position: static;
  display: block;
  width: 80%;
  margin-top: 1px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0px;
  padding-left: 0px;
  float: none;
  clear: none;
  -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;
  text-align: center;
}

.column-8 {
  position: relative;
}

.head-prijava {
  margin-bottom: 54px;
  color: #fff;
  font-size: 30px;
}

.columns-7 {
  position: static;
  display: block;
  width: 80%;
  margin-top: 1px;
  padding-right: 0px;
  padding-left: 86px;
  float: none;
  clear: none;
  -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;
  text-align: center;
}

.text-block-5 {
  margin: 60px auto 38px;
  padding-right: 2px;
  color: #fff;
  font-size: 16px;
  text-align: center;
}

.container-2 {
  margin-top: 1px;
}

.form-block-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  padding-top: 50px;
  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: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  background-image: none;
  text-align: left;
}

.text-field-2 {
  margin-top: -4px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 100px;
  padding-left: 10px;
  font-family: 'Gothic A1', sans-serif;
  color: hsla(211.30434782608697, 82.14%, 43.92%, 1.00);
  font-size: 18px;
  text-align: left;
}

.text-field-2::-webkit-input-placeholder {
  font-family: 'Gothic A1', sans-serif;
  color: hsla(211.30434782608697, 82.14%, 43.92%, 1.00);
  font-size: 16px;
  line-height: 20px;
  text-align: left;
}

.text-field-2:-ms-input-placeholder {
  font-family: 'Gothic A1', sans-serif;
  color: hsla(211.30434782608697, 82.14%, 43.92%, 1.00);
  font-size: 16px;
  line-height: 20px;
  text-align: left;
}

.text-field-2::-ms-input-placeholder {
  font-family: 'Gothic A1', sans-serif;
  color: hsla(211.30434782608697, 82.14%, 43.92%, 1.00);
  font-size: 16px;
  line-height: 20px;
  text-align: left;
}

.text-field-2::placeholder {
  font-family: 'Gothic A1', sans-serif;
  color: hsla(211.30434782608697, 82.14%, 43.92%, 1.00);
  font-size: 16px;
  line-height: 20px;
  text-align: left;
}

.submit-button-2 {
  display: inline-block;
  margin-top: 19px;
  margin-right: auto;
  margin-left: auto;
  padding: 9px 20px;
  border-radius: 4px;
  background-color: #08bee2;
  font-size: 16px;
  font-weight: 600;
  text-align: right;
}

.head-prijava-2 {
  color: #fff;
  font-size: 30px;
}

.text-block-6 {
  display: inline-block;
  font-family: 'Gothic A1', sans-serif;
  color: #fff;
  font-size: 16px;
}

.div-block-15 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 400px;
  height: 320px;
  margin-right: 10px;
  margin-bottom: 22px;
  margin-left: 10px;
  padding: 0px 0px 71px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 8px 8px 8px -13px rgba(44, 43, 43, .78);
  text-align: center;
}

.container-3 {
  margin-top: 140px;
  margin-bottom: 90px;
}

.heading-apps {
  margin-top: 1px;
  padding-top: 10px;
  color: #fff;
  font-size: 20px;
  text-align: center;
}

.image-apps {
  display: block;
  width: 50px;
  margin: 5px auto;
  text-align: center;
}

.paragraph-7 {
  padding-right: 20px;
  padding-left: 20px;
}

.parag-apps {
  width: 80%;
  margin: 15px auto 20px;
  padding-right: 0px;
  padding-left: 0px;
  color: hsla(204.10041841004187, 0.00%, 29.32%, 1.00);
  line-height: 26px;
  text-align: center;
}

.button-appss {
  margin-right: auto;
  margin-left: auto;
  border-radius: 4px;
  background-color: hsla(218.88268156424581, 98.45%, 55.64%, 1.00);
  font-family: 'Gothic A1', sans-serif;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
}

.button-appss:hover {
  background-color: hsla(218.88268156424581, 100.00%, 48.99%, 1.00);
}

.button-appss.bttn-edit {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#4ed374), to(#4ed374));
  background-image: linear-gradient(180deg, #4ed374, #4ed374);
}

.button-appss.bttn-edit:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#23c752), to(#23c752));
  background-image: linear-gradient(180deg, #23c752, #23c752);
}

.button-appss.bttn-manag {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#16ccdf), to(#16ccdf));
  background-image: linear-gradient(180deg, #16ccdf, #16ccdf);
}

.button-appss.bttn-manag:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#03b9dd), to(#03b9dd));
  background-image: linear-gradient(180deg, #03b9dd, #03b9dd);
}

.button-appss.bttn-stats {
  background-color: #f38953;
}

.button-appss.bttn-stats:hover {
  background-color: #f26e2c;
}

.columns-8 {
  margin-bottom: 22px;
}

.paragraph-8 {
  color: #fff;
}

.head-pomoc {
  margin-top: 63px;
  font-family: 'Gothic A1', sans-serif;
  font-size: 26px;
  font-weight: 400;
}

.section-4 {
  height: 200px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  background-color: hsla(208.16326530612244, 65.93%, 42.18%, 1.00);
  background-image: url('../images/wavy-bg.svg'), -webkit-gradient(linear, left top, left bottom, from(#3863f0), to(#3863f0));
  background-image: url('../images/wavy-bg.svg'), linear-gradient(180deg, #3863f0, #3863f0);
  background-position: 0px 0px, 0px 0px;
  background-size: 700px, auto;
  opacity: 1;
  -webkit-filter: saturate(137%);
  filter: saturate(137%);
  text-align: center;
}

.paragraph-9 {
  padding-top: 75px;
  font-family: 'Gothic A1', sans-serif;
  color: #fff;
  font-size: 26px;
  line-height: 40px;
  font-weight: 600;
}

.head-smartaqua {
  color: #c5f6fc;
  font-size: 23px;
  line-height: 30px;
  font-weight: 500;
}

.text-span-5 {
  color: #86f1fd;
}

.text-span-6 {
  color: #75edff;
}

.text-span-7 {
  color: hsla(188.20143884892084, 100.00%, 72.75%, 1.00);
}

.head-pimjena-2 {
  display: block;
  margin-right: auto;
  margin-left: 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;
  font-family: 'Gothic A1', sans-serif;
  color: #2d82e7;
  font-size: 34px;
  font-weight: 600;
  text-align: center;
}

.bold-text-7 {
  font-weight: 400;
}

.div-block-16 {
  width: 100%;
  height: 60px;
  margin-bottom: 26px;
  border-radius: 4px 4px 100px 100px;
  background-color: hsla(218.91891891891893, 98.23%, 55.69%, 1.00);
}

.div-block-16.div-stats {
  border-top-right-radius: 4px;
  background-color: #f38953;
}

.div-block-16.div-editor {
  background-color: #82da2b;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(137.02702702702703, 59.99%, 56.64%, 1.00)), to(hsla(137.02702702702703, 59.99%, 56.64%, 1.00)));
  background-image: linear-gradient(180deg, hsla(137.02702702702703, 59.99%, 56.64%, 1.00), hsla(137.02702702702703, 59.99%, 56.64%, 1.00));
}

.div-block-16.div-manag {
  background-color: hsla(185.50724637681157, 82.12%, 47.95%, 1.00);
}

.div-block-17 {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.link-5 {
  display: block;
  margin-right: 220px;
  margin-bottom: 15px;
  margin-left: auto;
  font-family: 'Gothic A1', sans-serif;
  color: #74bbf1;
  font-size: 14px;
  font-weight: 300;
  text-align: center;
  text-decoration: none;
}

.link-5:hover {
  color: #cce6fa;
}

.logout {
  display: inline-block;
  margin-right: 20px;
  margin-left: 20px;
  border-radius: 4px;
  background-color: #0495b2;
  font-family: 'Gothic A1', sans-serif;
  font-weight: 500;
}

.logout:hover {
  background-color: #049fbe;
}

.div-smart-logo {
  width: 200px;
  height: 180px;
  padding: 20px;
  border-style: solid;
  border-width: 2px;
  border-color: hsla(192.3, 81.97%, 47.84%, 1.00);
  border-radius: 10px;
  box-shadow: none;
  text-align: center;
}

.div-alibera-logo {
  width: 200px;
  height: 190px;
  margin-left: 0px;
  padding: 20px;
  border-style: solid;
  border-width: 2px;
  border-color: hsla(241.50000000000003, 73.60%, 62.06%, 1.00);
  border-radius: 10px;
  text-align: center;
}

.div-block-18 {
  margin-top: 130px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.div-vodovood {
  font-family: 'Gothic A1', sans-serif;
  font-size: 34px;
  font-weight: 600;
}

.image-13 {
  width: 85%;
  border-radius: 10px;
  box-shadow: 0 16px 16px -5px rgba(0, 0, 0, .48);
}

.div-kontakt {
  margin-left: 140px;
}

.primjenaheaderpozadina {
  position: absolute;
  top: 122.688px;
  display: block;
  width: 100%;
  height: 775px;
  margin-top: -24vh;
  padding-top: 0px;
  background-color: #0a88c9;
  background-image: linear-gradient(173deg, #02ced4 10%, #372ee4);
}

.column-10 {
  height: auto;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

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

@media (max-width: 991px) {
  h2 {
    font-size: 34px;
    line-height: 44px;
  }
  h3 {
    font-size: 20px;
    line-height: 32px;
  }
  .section.center {
    height: auto;
    padding-top: 15vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .section.center.primjena {
    height: 400px;
  }
  .section.center.primjena {
    height: auto;
    margin-bottom: 0px;
    padding-top: 25vh;
    padding-bottom: 29px;
  }
  .section.center {
    height: auto;
    padding-top: 15vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .section.center.in-app-cover {
    overflow: hidden;
  }
  .hero {
    padding-right: 0vw;
    padding-left: 0vw;
  }
  .nav {
    width: 100vw;
  }
  .nav-inner {
    width: 80vw;
  }
  .button.button-contact-2 {
    padding-right: 20px;
    padding-left: 20px;
  }
  .nav-link {
    padding-top: 20px;
  }
  .nav-link:hover {
    box-shadow: none;
  }
  .nav-menu {
    position: absolute;
  }
  .hero-image {
    position: relative;
    left: 0vw;
    top: auto;
    right: 0vw;
    bottom: 0px;
    display: block;
    margin: 85px auto 0vw;
  }
  .hero-content {
    padding-right: 5vw;
    padding-left: 5vw;
  }
  .feature-wrap {
    margin-top: 5vh;
    margin-bottom: 5vh;
    padding-right: 0vw;
    padding-left: 0vw;
  }
  .feature-wrap.logos {
    margin-top: 5vh;
    margin-bottom: 5vh;
  }
  .hero-subhead {
    font-size: 24px;
    line-height: 31px;
  }
  .bottom-image-wrap {
    height: auto;
    background-image: none;
  }
  .feature-icon {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .quote-slider {
    width: 100vw;
    height: auto;
    min-height: 500px;
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .quote-wrap {
    width: 70vw;
  }
  .menu-icon {
    color: #fff;
    font-size: 40px;
  }
  .menu-button.w--open {
    background-color: #000;
  }
  .nav-menu-2 {
    min-width: 240px;
    padding-top: 20px;
    padding-right: 20px;
    padding-left: 20px;
    background-color: #000;
  }
  .brand {
    padding-left: 18px;
  }
  .heading-3 {
    margin-top: 99px;
    font-size: 8vw;
  }
  .heading-4.head-o-nama {
    margin-bottom: 21px;
  }
  .image-6 {
    max-width: 80%;
  }
  .paragraph-3 {
    font-size: 18px;
  }
  .paragraph-4 {
    font-size: 18px;
  }
  .hero-columns {
    margin-top: -68px;
    padding-top: 1px;
  }
  .column-4 {
    padding-top: 0px;
  }
  .heading-primjena {
    font-size: 30px;
  }
  .columns-4 {
    width: 90%;
    margin-top: 23px;
  }
  .column-5 {
    padding-right: 10px;
    padding-left: 10px;
  }
  .bold-text-2 {
    font-size: 22px;
  }
  .bold-text-3 {
    font-size: 22px;
  }
  .column-6 {
    padding-right: 10px;
    padding-left: 10px;
  }
  .section-2 {
    height: 400px;
  }
  .section-3 {
    padding-top: 0px;
  }
  .paragraph-5 {
    width: 60%;
    margin-right: auto;
    margin-left: auto;
    line-height: 39px;
  }
  .columns-5 {
    width: 80%;
    max-width: 800px;
  }
  .columns-aqualibera {
    width: 80%;
  }
  .div-block-15 {
    width: auto;
  }
  .parag-apps {
    width: 85%;
  }
  .paragraph-9 {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 22px;
  }
  .head-pimjena-2 {
    margin-top: 45px;
    margin-bottom: 41px;
    font-size: 28px;
  }
  .primjenaheaderpozadina {
    top: 90px;
    height: 500px;
  }
}

@media (max-width: 767px) {
  h2 {
    font-size: 28px;
    line-height: 38px;
  }
  .section.center.primjena {
    height: 600px;
  }
  .section.center.primjena {
    height: auto;
  }
  .feature-content.icons {
    width: auto;
    padding-right: 0px;
    padding-bottom: 30px;
    padding-left: 0px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: left;
  }
  .feature-content.icons.numbers {
    width: 50%;
    -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;
  }
  .button.form-button {
    border-top-right-radius: 0px;
    border-bottom-left-radius: 3px;
  }
  .wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: none;
    padding-right: 15vw;
    padding-left: 15vw;
    -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: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .hero-image {
    max-width: 100%;
    margin-bottom: 10vw;
  }
  .hero-content {
    margin-bottom: 5vh;
  }
  .feature-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .feature-wrap.icons {
    display: block;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .feature-wrap.icons.numbers {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .footer-link {
    display: inline-block;
    margin-bottom: 10px;
  }
  .form-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .input {
    padding-right: 22px;
    padding-left: 22px;
    border-top-right-radius: 3px;
    border-bottom-left-radius: 0px;
    text-align: center;
  }
  .quote-attribution {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .menu-icon {
    font-size: 30px;
  }
  .heading-3 {
    margin-top: 100px;
  }
  .form-block {
    width: 100%;
  }
  .image-6 {
    max-width: 50%;
    margin-top: 0px;
    margin-bottom: 62px;
  }
  .paragraph-3 {
    margin-left: -40px;
    font-size: 18px;
  }
  .footer-link-2 {
    display: inline-block;
    margin-bottom: 10px;
  }
  .hero-columns {
    margin-top: -53px;
  }
  .heading-primjena {
    margin-bottom: 10px;
  }
  .section-2 {
    height: 320px;
  }
  .image-9 {
    margin-top: -64px;
  }
  .link-block {
    margin-top: 37px;
  }
  .link-aqualibera {
    display: block;
    width: 200px;
    height: 200px;
    margin-right: auto;
    margin-left: auto;
  }
  .columns-aqualibera {
    display: block;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .column-7 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .div-block-15 {
    max-width: 400px;
    margin-right: auto;
    margin-left: auto;
  }
  .paragraph-9 {
    padding-top: 50px;
  }
  .head-pimjena-2 {
    padding-right: 20px;
    padding-left: 20px;
    font-size: 24px;
  }
  .div-alibera-logo {
    position: relative;
    margin-right: auto;
    margin-left: auto;
  }
  .column-9 {
    text-align: left;
  }
  .primjenaheaderpozadina {
    height: 750px;
  }
}

@media (max-width: 479px) {
  h1 {
    font-size: 60px;
    line-height: 70px;
  }
  h3 {
    font-size: 16px;
  }
  .section.center {
    padding-bottom: 10vh;
  }
  .section.center.primjena {
    height: 500px;
  }
  .section.center.primjena {
    height: auto;
  }
  .section.center {
    padding-bottom: 10vh;
  }
  .hero {
    padding-right: 0vw;
    padding-left: 0vw;
  }
  .nav-inner {
    width: 100vw;
  }
  .feature-content {
    width: auto;
  }
  .feature-content.icons.numbers {
    padding-right: 15px;
    padding-left: 15px;
    text-align: center;
  }
  .button.contact {
    width: 100%;
    margin-top: 10px;
    margin-left: 0px;
  }
  .wrap {
    padding-right: 5vw;
    padding-left: 5vw;
  }
  .image-2 {
    width: 100%;
  }
  .button-wrap {
    width: 90vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .hero-image {
    margin-top: 77px;
  }
  .feature-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .feature-wrap.reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .feature-image {
    width: auto;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .feature-icon {
    margin-bottom: 20px;
  }
  .form-2 {
    width: 90vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .quote-slider {
    width: 100vw;
    padding-right: 5vw;
    padding-left: 5vw;
  }
  .slider-arrow {
    font-size: 24px;
  }
  .left-arrow {
    width: 15vw;
  }
  .right-arrow {
    width: 15vw;
  }
  .number {
    font-size: 40px;
  }
  .heading-3 {
    font-size: 42px;
    line-height: 56px;
  }
  .image-6 {
    max-width: 50%;
  }
  .paragraph-3 {
    font-size: 16px;
  }
  .paragraph-4 {
    font-size: 16px;
  }
  .heading-primjena {
    margin-top: 43px;
    font-size: 26px;
  }
  .columns-4 {
    padding-right: 10px;
    padding-left: 10px;
  }
  .head-primjena-h2 {
    font-size: 20px;
    line-height: 35px;
  }
  .section-2 {
    height: 200px;
  }
  .image-9 {
    margin-top: -15px;
  }
  .section-3 {
    padding-bottom: 75px;
  }
  .div-block-15 {
    height: 339px;
  }
  .primjenaheaderpozadina {
    height: 700px;
  }
}

@font-face {
  font-family: 'Chaparralpro';
  src: url('../fonts/chaparralpro-regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Chaparralpro';
  src: url('../fonts/chaparralpro-bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
}