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

.hero-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 80vh;
  margin-left: 0px;
  padding-right: 40px;
  padding-left: 40px;
  -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-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  border-top: 1px none hsla(0, 0%, 100%, 0.2);
  background-image: url('../images/ILLUSTRACE.svg'), linear-gradient(45deg, #031744, #001137);
  background-position: 70% 50%, 0px 0px;
  background-size: auto, auto;
  background-repeat: no-repeat, repeat;
}

.hero-section.utility {
  height: 400px;
}

.hero-section._404 {
  height: 90vh;
}

.hero-section.alternative {
  height: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  background-image: url('../images/ILLUSTRACE.svg'), url('../images/ILLUSTRACE.svg'), linear-gradient(45deg, #031744, #001137);
  background-position: -19% -29%, 100% 100%, 0px 0px;
  background-size: auto, auto, auto;
  background-repeat: no-repeat, no-repeat, repeat;
}

.hero-section.ebook-copy {
  height: 93vh;
  background-color: #fff;
  background-image: none;
}

.spoluprace {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 30px;
  padding-bottom: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f3f3f3;
}

.numbers {
  position: relative;
  z-index: 2;
  margin-bottom: -2px;
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #01143d;
  background-image: url('../images/rec4.svg'), url('../images/rec1.svg');
  background-position: 100% 0%, 0% 0%;
  background-size: auto, auto;
  background-repeat: no-repeat, no-repeat;
}

.numbers.a2 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.actual-project {
  overflow: visible;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 60px;
  background-image: url('../images/border-3.svg'), -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(57%, #fff), color-stop(98%, hsla(0, 0%, 100%, 0)), color-stop(104%, #f3f3f3));
  background-image: url('../images/border-3.svg'), linear-gradient(180deg, #fff, #fff 57%, hsla(0, 0%, 100%, 0) 98%, #f3f3f3 104%);
  background-position: -3px 0%, 0px 0px;
  background-size: 101%, auto;
  background-repeat: no-repeat, repeat;
  background-attachment: scroll, scroll;
  background-clip: padding-box;
}

.actual-project.a2 {
  padding-bottom: 20px;
}

.partners {
  display: inline-block;
  margin-top: 0px;
  margin-right: 20px;
  margin-left: 30px;
  font-family: 'Open Sans', sans-serif;
  color: #0d1225;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.hero-heading {
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: Oswald, sans-serif;
  color: #e7e7e7;
  font-size: 60px;
  line-height: 61px;
}

.hero-heading.alternative {
  margin-bottom: 20px;
  font-size: 60px;
  line-height: 67px;
}

.hero-heading.eb {
  color: #333;
}

.hero-subheading {
  width: auto;
  max-width: 530px;
  margin-bottom: 40px;
  font-family: 'Open Sans', sans-serif;
  color: hsla(0, 0%, 100%, 0.7);
  font-size: 18px;
  line-height: 27px;
  font-weight: 400;
}

.hero-subheading.alternative {
  font-size: 17px;
  font-weight: 400;
}

.hero-subheading.a2 {
  max-width: 557px;
}

.hero {
  display: block;
  max-width: 1094px;
  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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-style: none;
  border-width: 0px 1px 1px;
  border-color: hsla(0, 0%, 100%, 0.2) #000 #000;
}

.navbar {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  background-color: #021642;
}

.navbar.ebook {
  display: none;
}

.nav-link {
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: 'Open Sans', sans-serif;
  color: hsla(0, 0%, 100%, 0.95);
  letter-spacing: 0.05em;
}

.nav-link.w--current {
  color: hsla(0, 0%, 100%, 0.95);
}

.nav-link.btn {
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 4px;
  background-color: hsla(0, 0%, 100%, 0.1);
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  line-height: 19.07px;
}

.nav-link.btn.mobile {
  display: none;
}

.hero-button {
  padding: 15px 20px 15px 25px;
  background-color: #00b38e;
  box-shadow: 0 0 0 14px hsla(0, 0%, 100%, 0.07);
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.hero-button.alternative {
  padding: 17px 30px;
  font-size: 19px;
}

.hero-button.ebook {
  position: static;
  display: inline-block;
  margin-top: 20px;
  padding-right: 40px;
  padding-left: 40px;
  background-color: #00b38e;
  font-size: 18px;
}

.number-heading {
  background-image: -webkit-gradient(linear, left bottom, left top, from(hsla(0, 0%, 100%, 0.5)), to(#fff));
  background-image: linear-gradient(0deg, hsla(0, 0%, 100%, 0.5), #fff);
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 72px;
  line-height: 82.3px;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.number-heading.a2 {
  text-align: center;
}

.number-span {
  font-size: 31px;
  line-height: 35.43px;
}

.number-text {
  margin-bottom: 30px;
  font-family: 'Open Sans', sans-serif;
  color: hsla(0, 0%, 100%, 0.71);
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.03em;
}

.number-paragraph {
  font-family: 'Open Sans', sans-serif;
  color: hsla(0, 0%, 100%, 0.53);
  line-height: 19px;
  letter-spacing: 0.05em;
  text-indent: 0px;
}

.number-paragraph.a2 {
  text-align: center;
}

.number-container-2 {
  padding-left: 60px;
}

.number-column {
  padding-right: 40px;
}

.actual-span {
  font-family: 'Open Sans', sans-serif;
  color: #078268;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.actual-heading {
  margin-top: 24px;
  margin-bottom: 0px;
  font-family: Oswald, sans-serif;
  color: #0d1225;
  font-size: 45px;
  line-height: 66.69px;
  font-weight: 600;
  text-align: center;
}

.actual-container {
  padding-top: 100px;
  padding-bottom: 60px;
}

.actual-paragraph {
  max-width: 840px;
  margin-top: 56px;
  margin-right: auto;
  margin-left: auto;
  font-family: 'Open Sans', sans-serif;
  color: #6d6d6d;
  line-height: 19.07px;
  text-align: center;
  letter-spacing: 0.05em;
}

.service-heading {
  height: 120px;
  margin-top: 26px;
  margin-bottom: 34px;
  font-family: 'Open Sans', sans-serif;
  color: #0d1225;
  font-size: 26px;
  line-height: 35.41px;
  font-weight: 600;
}

.service-paragraph {
  font-family: 'Open Sans', sans-serif;
  color: #6d6d6d;
  letter-spacing: 0.05em;
}

.service-div {
  height: 350px;
  padding: 40px 20px 48px 35px;
  border-top: 4px solid #01143d;
  background-color: rgba(1, 20, 61, 0.02);
}

.service-column {
  padding-right: 40px;
}

.columns {
  display: block;
  margin-top: 84px;
  -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;
}

.columns.popup {
  margin-top: 0px;
}

.div-block-2 {
  height: 15px;
}

.projects-container {
  height: auto;
  max-width: 1052px;
  margin-top: 52px;
  margin-bottom: 40px;
  padding: 50px 64px 26px;
  border-top: 1px solid #efefef;
  border-bottom: 1px solid #efefef;
}

.text-block-4 {
  margin-top: 27px;
  font-family: 'Open Sans', sans-serif;
  color: #a7a7a7;
  font-size: 12px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.results-heading {
  margin-bottom: 36px;
  font-family: 'Open Sans', sans-serif;
  color: #0d1225;
  font-size: 26px;
  line-height: 35.41px;
  font-weight: 600;
}

.button-2 {
  position: static;
  right: 0px;
  display: inline-block;
  margin-left: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 6px;
  background-color: #f9f9f9;
  font-family: 'Open Sans', sans-serif;
  color: #028b6f;
  line-height: 19.07px;
  font-weight: 600;
  text-align: left;
  letter-spacing: 0.05em;
}

.button-2.report {
  padding: 16px 40px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 0px;
}

.button-2.podminky {
  margin-top: 20px;
  margin-left: 0px;
}

.image {
  display: block;
}

.body {
  background-color: #f3f3f3;
}

.heading-6 {
  margin-top: 60px;
  margin-bottom: 81px;
  font-family: 'Open Sans', sans-serif;
  color: #0d1225;
  font-size: 30px;
  line-height: 35.41px;
  font-weight: 600;
  text-align: center;
}

.heading-6.dluhopisy {
  margin-bottom: 40px;
}

.heading-6.investment {
  margin-top: 100px;
  margin-bottom: 40px;
  padding-top: 40px;
  border-top: 1px solid #efefef;
}

.heading-6.articles {
  margin-bottom: 20px;
}

.nav-menu {
  padding-top: 20px;
  padding-bottom: 20px;
}

.logo {
  max-width: 168px;
}

.div-block-3 {
  padding: 20px 20px 30px;
  background-color: #fff;
}

.heading-7 {
  font-family: Oswald, sans-serif;
  color: #0d1225;
  font-size: 24px;
  line-height: 35.57px;
  font-weight: 600;
}

.text-block-6 {
  font-family: 'Open Sans', sans-serif;
  color: rgba(13, 18, 37, 0.6);
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  letter-spacing: 0.03em;
}

.div-block-4 {
  margin: 20px 0px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 1px solid #efefef;
  border-bottom: 1px solid #efefef;
}

.text-block-7 {
  margin-bottom: 15px;
  font-family: 'Open Sans', sans-serif;
  color: #6d6d6d;
  line-height: 25px;
  letter-spacing: 0.05em;
}

.text-block-7.underline {
  text-decoration: underline;
  cursor: pointer;
}

.text-span-2 {
  font-size: 17px;
  line-height: 16px;
  font-weight: 600;
}

.button-3 {
  padding: 15px 46px;
  background-color: #00b38e;
  box-shadow: 0 0 0 14px rgba(0, 179, 142, 0.04);
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
}

.con {
  display: block;
  margin-top: 40px;
}

.proces {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 100px;
  padding-bottom: 220px;
  background-image: url('../images/rec5.svg'), -webkit-gradient(linear, left top, left bottom, from(#eee), to(#fcfcfc));
  background-image: url('../images/rec5.svg'), linear-gradient(180deg, #eee, #fcfcfc);
  background-position: 0% 100%, 0px 0px;
  background-size: auto, auto;
  background-repeat: no-repeat, repeat;
}

.proces.a2 {
  padding-top: 0px;
  background-image: none;
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: repeat;
}

.heading-8 {
  font-family: Oswald, sans-serif;
  color: #0d1225;
  font-size: 45px;
  line-height: 66.69px;
  font-weight: 600;
}

.heading-8.cookies {
  margin-bottom: 40px;
}

.heading-8.a2 {
  text-align: center;
}

.text-block-8 {
  display: inline-block;
  font-family: Oswald, sans-serif;
  color: #07c19b;
  font-size: 32px;
  line-height: 47.42px;
  font-weight: 600;
}

.heading-9 {
  font-family: 'Open Sans', sans-serif;
  color: #272f4f;
  font-size: 20px;
  line-height: 27.24px;
  font-weight: 600;
}

.div-block-5 {
  margin-right: 20px;
  margin-left: 60px;
}

.columns-2 {
  display: block;
  margin-top: 60px;
  margin-bottom: 60px;
  -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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.div-block-6 {
  margin-right: 40px;
}

.container-5 {
  margin-top: 0px;
}

.container-5.a2 {
  max-width: 1200px;
}

.container-def {
  max-width: 1094px;
}

.numbers-container.a2 {
  max-width: 1200px;
}

.team-section {
  display: block;
  margin-bottom: 0px;
  padding-bottom: 350px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 0px none #000;
  background-color: #01143d;
  background-image: url('../images/border-6.svg');
  background-position: 50% 101%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.text-block-10 {
  display: inline-block;
  padding-right: 33px;
  padding-left: 18px;
  font-family: 'Open Sans', sans-serif;
  color: hsla(0, 0%, 100%, 0.4);
  letter-spacing: 0.05em;
}

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

.heading-10 {
  margin-top: 64px;
  margin-bottom: 64px;
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 62px;
  line-height: 64.67px;
  font-weight: 500;
  text-align: center;
}

.paragraph-7 {
  max-width: 695px;
  margin-right: auto;
  margin-bottom: 61px;
  margin-left: auto;
  font-family: 'Open Sans', sans-serif;
  color: hsla(0, 0%, 100%, 0.6);
  line-height: 19px;
  text-align: center;
  letter-spacing: 0.05em;
}

.container-8 {
  max-width: 831px;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.15);
}

.image-3 {
  display: block;
  width: 104px;
  height: 104px;
  margin-bottom: 11px;
  border-radius: 10px;
}

.div-block-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 54px;
  margin-right: auto;
  margin-left: auto;
  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;
}

.columns-3 {
  position: static;
  display: block;
  max-width: 1000px;
  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;
  -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-block-11 {
  display: block;
  margin-bottom: 5px;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 19px;
  line-height: 31.88px;
}

.text-block-12 {
  margin-bottom: 33px;
  font-family: 'Open Sans', sans-serif;
  color: hsla(0, 0%, 100%, 0.57);
  line-height: 19px;
  letter-spacing: 0.05em;
}

.paragraph-8 {
  font-family: 'Open Sans', sans-serif;
  color: hsla(0, 0%, 100%, 0.48);
  font-size: 18px;
  line-height: 24.5px;
  font-style: italic;
  text-align: center;
  letter-spacing: 0.05em;
}

.dropdown {
  margin-bottom: 15px;
  background-color: hsla(0, 0%, 100%, 0.02);
}

.accordion-heading {
  position: static;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: auto;
  display: block;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 25px;
  -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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Open Sans', sans-serif;
  color: #9ba3b3;
  font-size: 18px;
  line-height: 31px;
  letter-spacing: 0.02em;
  white-space: normal;
}

.icon-2 {
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  margin-right: 25px;
  margin-left: 25px;
  font-family: Montserrat, sans-serif;
  color: #9ba3b3;
  font-size: 24px;
}

.dropdown-toggle {
  display: none;
  width: 520px;
  height: 110px;
  padding: 24px 55px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.columns-4 {
  max-width: 1080px;
  margin: 80px auto 0px;
}

.text-span-3 {
  padding-left: 35px;
  font-family: 'Fa solid 900', sans-serif;
  font-weight: 400;
}

.text-span-3.ebook {
  display: none;
}

.container-9 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1080px;
  margin-top: -150px;
  margin-bottom: 44px;
  padding: 35px 22px 23px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  box-shadow: 0 -4px 44px 0 rgba(0, 0, 0, 0.05);
}

.heading-11 {
  margin-bottom: 13px;
  font-family: Oswald, sans-serif;
  color: #0d1225;
  font-size: 47px;
  line-height: 69.65px;
  font-weight: 600;
  text-align: center;
}

.text-block-14 {
  margin-bottom: 42px;
  font-family: 'Open Sans', sans-serif;
  color: rgba(0, 0, 0, 0.4);
  line-height: 19px;
  text-align: center;
  letter-spacing: 0.05em;
}

.button-4 {
  margin-bottom: 37px;
  padding: 15px 25px;
  background-color: #00b38e;
  box-shadow: 0 0 0 14px rgba(0, 179, 142, 0.04);
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 21.79px;
}

.button-4.v2 {
  display: inline-block;
  margin: 60px auto 0px;
}

.div-block-9 {
  display: block;
  padding: 27px 48px 27px 55px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: hsla(0, 0%, 76.9%, 0.11);
  font-family: 'Open Sans', sans-serif;
  color: rgba(0, 0, 0, 0.4);
  line-height: 19px;
  letter-spacing: 0.05em;
}

.copyright {
  padding-bottom: 60px;
  font-family: 'Open Sans', sans-serif;
  color: rgba(0, 0, 0, 0.4);
  text-align: center;
}

.copyright.utility {
  padding-top: 40px;
  border-top: 2px solid #01143d;
}

.copyright.ebook {
  position: static;
  display: block;
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: hsla(0, 0%, 100%, 0.5);
}

.footer-cta {
  padding-top: 0px;
  padding-bottom: 0px;
}

.text-block-16 {
  display: inline-block;
  padding-right: 0px;
  padding-left: 20px;
  color: rgba(0, 0, 0, 0.5);
}

.text-span-4 {
  padding-right: 13px;
  font-family: 'Fa solid 900', sans-serif;
  color: #000;
}

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

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

.text-block-17 {
  padding-right: 10px;
}

.div-block-10 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 96%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.text-block-18 {
  position: absolute;
  left: auto;
  top: 0%;
  right: 10%;
  bottom: auto;
  display: inline-block;
  padding: 8px 10px;
  background-color: #07c19b;
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 10px;
  line-height: 10px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.dropdown-list {
  padding-left: 10px;
}

.dropdown-list.w--open {
  padding-top: 20px;
  padding-right: 10px;
  padding-bottom: 20px;
  border-radius: 0px;
  background-color: #fff;
  background-image: url('../images/rec3.svg');
  background-position: 100% 100%;
  background-size: auto;
  background-repeat: no-repeat;
  box-shadow: 1px 1px 20px 0 rgba(0, 0, 0, 0.16);
  opacity: 1;
}

.partner-2 {
  max-width: 215px;
}

.partner-1 {
  display: block;
  max-width: 180px;
}

.text-block-19 {
  margin-bottom: 0px;
}

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

.faq-p {
  font-family: 'Open Sans', sans-serif;
  color: #6d6d6d;
  letter-spacing: 0.05em;
}

.div-block-11 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.columns-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin-right: 0px;
  margin-left: 0px;
  padding: 12px 20px 12px 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.06);
  color: #000;
}

.field-label {
  margin-bottom: 0px;
  font-family: 'Open Sans', sans-serif;
  color: #414141;
  font-weight: 400;
}

.ui-widget-content {
  position: relative;
  width: 100%;
  height: 5px;
  margin-top: 0px;
  border-radius: 16px;
  background-color: #c4c4c4;
  background-image: -webkit-gradient(linear, left top, right top, from(#00b38e), color-stop(0%, #c4c4c4));
  background-image: linear-gradient(90deg, #00b38e, #c4c4c4 0%);
}

.ui-slider-handle {
  position: absolute;
  top: -215%;
  width: 28px;
  height: 28px;
  margin-right: -10px;
  margin-left: -10px;
  border-style: none;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.25);
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  cursor: ew-resize;
}

.input-slider {
  border: 1px solid #ccc;
  border-radius: 2px;
  background-color: #fff;
  font-family: Oswald, sans-serif;
  color: #00b38e;
  font-size: 24px;
  line-height: 49px;
  font-weight: 600;
  text-align: center;
}

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

.name-form.total {
  font-family: 'Open Sans', sans-serif;
  color: rgba(13, 18, 37, 0.6);
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  letter-spacing: 0.03em;
}

.columns-6 {
  display: none;
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0px;
  padding-left: 0px;
  -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;
}

.calculator-revenue-2 {
  display: inline-block;
  margin-bottom: 0px;
  font-family: Oswald, sans-serif;
  color: #00b38e;
  font-size: 20px;
  line-height: 29px;
  font-weight: 500;
  letter-spacing: 0.06em;
}

.calculator-output-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.div-block-12 {
  display: block;
  width: 100%;
  height: 1px;
  max-width: 100%;
  margin-top: 31px;
  margin-bottom: 31px;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #c4c4c4;
}

.modal-wrapper {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 9999;
  display: none;
  -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.5);
}

.modal-wrapper.investice {
  display: none;
}

.form-block {
  margin-top: 37px;
  padding: 0px;
  background-color: transparent;
}

.heading-12 {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 40px;
  padding-bottom: 35px;
  padding-left: 40px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  background-color: transparent;
  font-family: Oswald, sans-serif;
  color: #0d1225;
  font-size: 24px;
  line-height: 36px;
  font-weight: 600;
}

.contact {
  position: relative;
  overflow: auto;
  width: 800px;
  max-width: 800px;
  padding-right: 0px;
  padding-left: 0px;
  background-color: #fff;
}

.submit-button {
  display: block;
  margin: 50px auto 25px;
  padding: 15px 25px;
  background-color: #00b38e;
  box-shadow: 0 0 3px 14px rgba(0, 179, 142, 0.06);
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 22px;
  text-align: left;
}

.submit-button.alternative {
  display: block;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
}

.contact-form {
  display: block;
  margin-bottom: 40px;
  -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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block-20 {
  font-family: 'Open Sans', sans-serif;
  color: rgba(13, 18, 37, 0.4);
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.03em;
}

.text-block-20.alternative {
  color: rgba(255, 255, 255, 0.4);
}

.div-block-15 {
  position: static;
  top: 0px;
  width: 100%;
  background-color: hsla(0, 0%, 76.9%, 0.13);
}

.div-block-16 {
  padding-right: 20px;
  padding-left: 20px;
}

.field-label-2 {
  display: inline-block;
  font-family: 'Open Sans', sans-serif;
  color: rgba(13, 18, 37, 0.6);
  line-height: 21px;
  font-weight: 600;
}

.text-field {
  display: block;
  height: 54px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 19px;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 77.3%, 0.7);
  border-radius: 3px;
  font-family: 'Open Sans', sans-serif;
  color: #0d1225;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.03em;
}

.text-field.alternative {
  height: 43px;
}

.textarea {
  width: 741px;
  height: auto;
  min-height: 0px;
  margin-right: 20px;
  margin-left: 10px;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 77.3%, 0.7);
  border-radius: 3px;
  font-family: 'Open Sans', sans-serif;
  color: #0d1225;
}

.column-8 {
  margin-bottom: 40px;
}

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

.bold-text-2 {
  display: block;
  margin-bottom: 10px;
}

.bold-text-2.area {
  padding-left: 10px;
}

.bold-text-2.area-copy {
  margin-bottom: 0px;
  padding-left: 10px;
  color: rgba(255, 255, 255, 0.6);
  font-weight: 600;
}

.close-modal-button {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: inline-block;
  margin-top: 40px;
  margin-right: 40px;
  cursor: pointer;
}

.success-message {
  background-color: #fff;
}

.text-block-22 {
  font-family: Oswald, sans-serif;
  color: #0d1225;
  font-size: 24px;
  line-height: 35px;
  font-weight: 600;
}

.image-6 {
  margin-bottom: 45px;
}

.div-slide-input {
  padding-top: 20px;
  padding-bottom: 20px;
}

.calculator-slider-input {
  display: none;
}

.text-block-23 {
  display: inline-block;
  font-family: 'Open Sans', sans-serif;
  color: rgba(13, 18, 37, 0.6);
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  letter-spacing: 0.03em;
}

.textblock24 {
  display: inline-block;
  font-family: 'Open Sans', sans-serif;
  color: rgba(13, 18, 37, 0.85);
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  text-align: left;
  letter-spacing: 0.03em;
}

.div-block-17 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.div-block-19 {
  margin: 20px;
}

.parametry {
  position: relative;
  width: 800px;
  background-color: #fff;
}

.columns-11 {
  margin-bottom: 10px;
}

.image-block {
  overflow: auto;
}

.accordion-item {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 110px;
  margin-bottom: 20px;
  padding: 24px 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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: hsla(0, 0%, 100%, 0.02);
}

.icon {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  display: block;
  padding-top: 40px;
  padding-right: 25px;
  padding-left: 25px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  font-family: 'Fa solid 900', sans-serif;
  color: #9ba3b3;
  font-size: 19px;
}

.icon.accordion-icon {
  position: static;
  display: block;
  padding-top: 0px;
  padding-right: 10px;
  padding-left: 27px;
  cursor: auto;
}

.accordion-item-content {
  overflow: hidden;
  margin-right: 10px;
  margin-left: 25px;
}

.paragraph-9 {
  margin-top: 20px;
  font-family: 'Open Sans', sans-serif;
  color: rgba(255, 255, 255, 0.6);
  letter-spacing: 0.03em;
}

.accordion-item-trigger {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 20px;
  -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;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  cursor: pointer;
}

.div-block-20 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  -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: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block-24 {
  position: static;
  display: block;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-family: 'Open Sans', sans-serif;
  color: #a7a7a7;
  text-align: right;
  letter-spacing: 0.03em;
}

.text-span-6 {
  color: #00b38e;
}

.text-span-7 {
  color: #00b38e;
}

.actual-image {
  width: 74px;
  max-width: none;
}

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

.paragraph-10 {
  font-family: 'Open Sans', sans-serif;
  color: #6d6d6d;
  line-height: 19px;
  letter-spacing: 0.05em;
}

.text-span-8 {
  padding-right: 5px;
  font-family: 'Fa solid 900', sans-serif;
  color: #ec2c2c;
  font-size: 16px;
}

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

.link {
  color: #8b8b8b;
}

.container-11 {
  max-width: 1052px;
  margin-top: 60px;
  margin-bottom: 0px;
}

.grid {
  justify-items: stretch;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.grid.a2 {
  max-width: 1200px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.image-9 {
  max-width: 87%;
  margin-right: auto;
  margin-left: auto;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.image-9.a2 {
  display: block;
  margin-right: 0px;
  margin-bottom: 20px;
  margin-left: 0px;
  -webkit-filter: grayscale(100%) invert(100%);
  filter: grayscale(100%) invert(100%);
}

.image-9.a2-copy {
  display: block;
  margin-right: 0px;
  margin-bottom: 20px;
  margin-left: 0px;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.image-11 {
  margin-right: auto;
  margin-left: auto;
  -webkit-filter: invert(52%);
  filter: invert(52%);
}

.image-11.a2 {
  display: block;
  margin-right: 0px;
  margin-left: 0px;
  -webkit-filter: none;
  filter: none;
}

.link-block-3 {
  min-height: 135px;
  padding: 20px 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-radius: 5px;
  background-color: #e9e9e9;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.9)), to(hsla(0, 0%, 100%, 0.9))), url('../images/privatni-farma-3_1.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.9), hsla(0, 0%, 100%, 0.9)), url('../images/privatni-farma-3_1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
  color: #0d1225;
  text-decoration: none;
  cursor: pointer;
}

.link-block-3.js {
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.9)), to(hsla(0, 0%, 100%, 0.9))), url('../images/jan-smetana-rozhovor.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.9), hsla(0, 0%, 100%, 0.9)), url('../images/jan-smetana-rozhovor.jpg');
  background-position: 0px 0px, 50% 50%;
}

.link-block-3.secure {
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.9)), to(hsla(0, 0%, 100%, 0.9))), url('../images/heslo-zamek.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.9), hsla(0, 0%, 100%, 0.9)), url('../images/heslo-zamek.jpg');
}

.link-block-3.a2 {
  min-height: 150px;
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(5, 22, 67, 0.8)), to(rgba(5, 22, 67, 0.8))), url('../images/privatni-farma-3_1.jpg');
  background-image: linear-gradient(180deg, rgba(5, 22, 67, 0.8), rgba(5, 22, 67, 0.8)), url('../images/privatni-farma-3_1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
}

.bold-text-3.a2 {
  display: block;
  margin-bottom: 40px;
}

.columns-12 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.div-block-21 {
  display: inline-block;
  background-color: #00b38e;
}

.heading-13 {
  margin-top: 0px;
}

.heading-13.a2 {
  color: #fff;
}

.text-block-25 {
  display: block;
  padding: 10px 25px;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 16px;
  text-align: center;
}

.column-17 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.contact-form-copy {
  display: block;
  -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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.column-21 {
  padding: 20px 20px 0px;
  background-color: #010f2e;
}

.column-22 {
  padding-top: 20px;
  padding-right: 20px;
  padding-left: 20px;
}

.partner-1-copy {
  display: block;
  max-width: 110px;
  margin: 15px 100px 15px 15px;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.partner-1-copy.eth {
  max-height: 110px;
}

.container-12 {
  max-width: 1200px;
  margin-top: 60px;
}

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

.exit-intent {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 9999;
  display: none;
  -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.5);
}

.image-12 {
  display: block;
  max-width: 300px;
  margin-right: auto;
  margin-left: auto;
  box-shadow: 1px 1px 20px 7px #dadada;
}

.paragraph-11 {
  margin-top: 20px;
  margin-bottom: 20px;
  color: #8b8b8b;
  font-size: 13px;
}

.ebook-paragraph {
  width: auto;
  max-width: 530px;
  margin-bottom: 10px;
  font-family: 'Open Sans', sans-serif;
  color: #000;
  font-size: 18px;
  line-height: 27px;
  font-weight: 400;
}

.image-13 {
  display: block;
  max-width: 200px;
  margin-right: auto;
  margin-left: auto;
}

.ebook {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 9999;
  display: none;
  -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.5);
}

.ebook-dd {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 9999;
  display: none;
  -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.5);
}

.text-span-9 {
  color: rgba(13, 18, 37, 0.4);
}

@media screen and (max-width: 991px) {
  .hero-section {
    height: auto;
    margin-left: 0px;
    padding-bottom: 40px;
    padding-left: 20px;
    background-position: 84% 5%, 0px 0px;
  }

  .spoluprace {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .hero-heading {
    font-size: 50px;
    line-height: 65px;
  }

  .hero-subheading {
    font-size: 15px;
  }

  .hero-button {
    margin-left: 10px;
  }

  .actual-heading {
    font-size: 35px;
    line-height: 45px;
  }

  .actual-container {
    padding-bottom: 40px;
  }

  .actual-paragraph {
    max-width: 665px;
    margin-top: 20px;
  }

  .service-column {
    padding-right: 20px;
  }

  .columns {
    margin-top: 40px;
  }

  .projects-container {
    margin-top: 10px;
  }

  .text-block-4 {
    margin-top: 20px;
  }

  .button-2.report {
    padding-right: 20px;
    padding-left: 20px;
  }

  .heading-6 {
    margin-bottom: 40px;
  }

  .div-block-3 {
    height: auto;
    margin-bottom: 20px;
  }

  .div-block-4 {
    padding-bottom: 20px;
  }

  .button-3 {
    padding-right: 20px;
    padding-left: 20px;
    font-size: 16px;
  }

  .proces {
    padding-top: 20px;
    padding-bottom: 140px;
  }

  .container-def {
    margin-right: 20px;
    margin-left: 20px;
  }

  .team-section {
    padding-bottom: 220px;
  }

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

  .heading-10 {
    margin-bottom: 20px;
    font-size: 45px;
    line-height: 50px;
  }

  .paragraph-7 {
    margin-bottom: 20px;
  }

  .accordion-heading {
    font-size: 16px;
  }

  .dropdown-toggle {
    width: 364px;
  }

  .container-9 {
    max-width: 90%;
  }

  .heading-11 {
    font-size: 35px;
    line-height: 45px;
  }

  .text-block-16 {
    font-size: 12px;
  }

  .text-block-17 {
    padding-right: 0px;
    font-size: 12px;
  }

  .contact {
    width: 750px;
  }

  .textarea {
    width: 98%;
  }

  .menu-icon {
    color: #fff;
    font-size: 30px;
  }

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

  .projects-columns {
    padding-right: 5px;
    padding-left: 5px;
  }

  .parametry {
    margin-right: 10px;
    margin-left: 10px;
  }

  .grid.a2 {
    margin-bottom: 60px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .image-11 {
    max-width: 83%;
  }

  .link-block-3 {
    margin-right: 10px;
    margin-left: 10px;
  }

  .link-block-3.a2 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .partner-1-copy {
    max-width: 95px;
    margin-right: 20px;
  }

  .partner-1-copy.eth {
    max-height: 95px;
  }

  .ebook-paragraph {
    font-size: 15px;
  }
}

@media screen and (max-width: 767px) {
  .hero-section {
    height: auto;
    padding-top: 60px;
    padding-bottom: 100px;
    padding-left: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-position: 50% -175%, 0px 0px;
    background-size: auto, auto;
  }

  .hero-section.ebook-copy {
    height: auto;
  }

  .numbers {
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 20px;
  }

  .actual-project {
    background-clip: padding-box;
  }

  .hero-heading {
    font-size: 42px;
    line-height: 48px;
    text-align: center;
  }

  .hero-subheading {
    font-size: 14px;
    text-align: center;
  }

  .hero {
    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: center;
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .navbar {
    display: block;
  }

  .nav-link.btn {
    display: none;
    margin-right: 10px;
    margin-left: 10px;
  }

  .nav-link.btn.mobile {
    position: relative;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: auto;
    display: inline-block;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 10px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }

  .hero-button {
    display: inline-block;
    margin-right: auto;
    margin-left: auto;
  }

  .hero-button.ebook {
    display: block;
    margin-bottom: 40px;
    text-align: center;
  }

  .number-heading {
    font-size: 42px;
    line-height: 48px;
  }

  .number-span {
    font-size: 21px;
  }

  .number-text {
    margin-bottom: 20px;
  }

  .number-paragraph {
    line-height: 19px;
  }

  .number-container-2 {
    padding-left: 10px;
  }

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

  .actual-container {
    padding-top: 60px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .service-heading {
    height: 80px;
    margin-bottom: 0px;
  }

  .service-div {
    height: auto;
  }

  .service-column {
    margin-bottom: 20px;
    padding-right: 10px;
    padding-left: 0px;
  }

  .image {
    overflow: visible;
    width: 150%;
    max-width: none;
    padding-bottom: 20px;
  }

  .nav-menu {
    background-color: #010f2e;
  }

  .div-block-3 {
    height: auto;
    margin-bottom: 20px;
    background-color: #fff;
  }

  .proces {
    background-size: 24%, auto;
  }

  .heading-8 {
    font-size: 42px;
    line-height: 48px;
  }

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

  .columns-2 {
    margin-top: 40px;
    margin-bottom: 0px;
  }

  .container-5 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .container-def {
    display: block;
    -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-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;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }

  .results {
    padding-right: 10px;
    padding-left: 10px;
  }

  .text-block-10 {
    padding-right: 20px;
    padding-left: 0px;
  }

  .heading-10 {
    margin-top: 40px;
    font-size: 42px;
    line-height: 48px;
  }

  .container-8 {
    padding-right: 20px;
    padding-left: 20px;
  }

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

  .dropdown {
    display: none;
    margin-right: auto;
    margin-left: auto;
  }

  .dropdown-toggle {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    max-width: 500px;
    margin-right: auto;
    margin-left: auto;
  }

  .container-9 {
    padding-top: 20px;
  }

  .heading-11 {
    font-size: 30px;
    line-height: 35px;
  }

  .div-block-9 {
    padding: 10px 20px;
  }

  .text-block-16 {
    padding-left: 0px;
    font-size: 14px;
  }

  .text-block-17 {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 14px;
  }

  .columns-5 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 10px;
    padding-left: 10px;
  }

  .field-label {
    display: block;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .ui-widget-content {
    background-image: -webkit-gradient(linear, left top, right top, from(#00b38e), color-stop(0%, #c4c4c4));
    background-image: linear-gradient(90deg, #00b38e, #c4c4c4 0%);
  }

  .calculator-output-block {
    margin-bottom: 40px;
  }

  .form-block {
    margin-top: 10px;
  }

  .heading-12 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .contact {
    width: 450px;
  }

  .submit-button {
    margin-top: 20px;
  }

  .contact-form {
    margin-bottom: 20px;
  }

  .text-field {
    height: 40px;
    margin-bottom: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .textarea {
    width: 96%;
  }

  .column-8 {
    margin-bottom: 10px;
  }

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

  .bold-text-2 {
    margin-bottom: 5px;
  }

  .close-modal-button {
    margin-top: 20px;
    margin-right: 20px;
  }

  .menu-icon {
    display: inline-block;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    font-size: 40px;
  }

  .menu-button {
    background-color: transparent;
  }

  .menu-button.w--open {
    position: relative;
    display: block;
    -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: baseline;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    background-color: transparent;
  }

  .projects-columns {
    margin-bottom: 10px;
  }

  .columns-9 {
    margin-left: 0px;
  }

  .container-10 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .image-8 {
    max-width: 100%;
  }

  .columns-10 {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

  .calculator-slide-block {
    margin-right: 10px;
    margin-left: 10px;
  }

  .icon.accordion-icon {
    cursor: pointer;
  }

  .menu-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

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

  .image-11 {
    display: block;
  }

  .columns-12 {
    display: block;
  }

  .heading-13 {
    font-size: 18px;
    text-align: center;
  }

  .column-17 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .column-18 {
    margin-bottom: 20px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .contact-form-copy {
    margin-bottom: 20px;
  }

  .paragraph-11 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .ebook-paragraph {
    font-size: 14px;
    text-align: center;
  }
}

@media screen and (max-width: 479px) {
  .hero-section {
    height: auto;
    padding-top: 60px;
    padding-right: 20px;
    padding-bottom: 100px;
    background-position: 50% -55%, 0px 0px;
    background-size: 80%, auto;
  }

  .hero-section.utility {
    height: 30vh;
  }

  .hero-section.alternative {
    background-image: url('../images/ILLUSTRACE.svg'), url('../images/ILLUSTRACE.svg'), linear-gradient(45deg, #031744, #001137);
    background-position: -19% -29%, 100% 100%, 0px 0px;
    background-size: auto, auto, auto;
    background-repeat: no-repeat, no-repeat, repeat;
  }

  .hero-section.ebook-copy {
    padding-top: 20px;
  }

  .spoluprace {
    display: block;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .numbers {
    padding-right: 10px;
    padding-bottom: 40px;
    padding-left: 10px;
    background-size: 16%, 18%;
  }

  .partners {
    display: block;
    margin: 25px 0px 10px;
    padding-top: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    text-align: center;
  }

  .hero-heading {
    margin-bottom: 40px;
    font-size: 35px;
    line-height: 43px;
  }

  .hero-heading.alternative {
    font-size: 41px;
    line-height: 49px;
  }

  .hero-heading.eb {
    margin-bottom: 10px;
  }

  .hero-subheading {
    margin-bottom: 60px;
    font-size: 14px;
    line-height: 20px;
  }

  .hero-subheading.alternative {
    font-size: 15px;
    line-height: 19px;
  }

  .nav-link.btn.mobile {
    margin-right: 0px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .actual-heading {
    margin-top: 10px;
    font-size: 28px;
    line-height: 35px;
  }

  .service-heading {
    height: 80px;
    font-size: 20px;
    line-height: 25px;
  }

  .projects-container {
    padding-top: 20px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .results-heading {
    margin-bottom: 10px;
  }

  .button-2 {
    margin-left: 0px;
    font-size: 14px;
  }

  .button-2.report {
    margin-top: 30px;
    margin-left: 0px;
  }

  .image {
    overflow: visible;
    width: 220%;
  }

  .heading-6.investment {
    margin-top: 40px;
  }

  .heading-6.articles {
    padding-right: 5px;
    padding-left: 5px;
    font-size: 23px;
    line-height: 24px;
  }

  .logo {
    max-width: 111px;
  }

  .div-block-3 {
    height: auto;
    margin-bottom: 40px;
  }

  .button-3 {
    display: inline-block;
    margin-right: 30px;
    padding-right: 20px;
  }

  .proces {
    background-size: 35%, auto;
  }

  .heading-8 {
    font-size: 30px;
  }

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

  .columns-2 {
    margin-top: 20px;
  }

  .div-block-6 {
    margin-bottom: 20px;
  }

  .container-def {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 0px;
    margin-left: 0px;
    -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-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .text-block-10 {
    display: block;
    padding-top: 10px;
    padding-right: 0px;
    padding-bottom: 10px;
    text-align: center;
  }

  .div-block-7 {
    display: block;
  }

  .heading-10 {
    font-size: 30px;
    line-height: 35px;
  }

  .dropdown {
    display: none;
  }

  .accordion-heading {
    margin-left: 10px;
    font-size: 15px;
  }

  .dropdown-toggle {
    width: auto;
    max-width: 300px;
    padding-right: 0px;
    padding-left: 40px;
  }

  .columns-4 {
    margin-top: 60px;
  }

  .container-9 {
    padding-top: 20px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .heading-11 {
    font-size: 27px;
    line-height: 30px;
  }

  .text-block-14 {
    margin-bottom: 20px;
  }

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

  .copyright.ebook {
    padding-right: 5px;
    padding-left: 5px;
  }

  .div-block-10 {
    display: block;
    margin-bottom: 40px;
  }

  .partner-2 {
    display: block;
    max-width: 230px;
    margin-right: auto;
    margin-left: auto;
  }

  .partner-1 {
    display: block;
    margin-right: auto;
    margin-bottom: 10px;
    margin-left: auto;
  }

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

  .div-block-11 {
    display: block;
  }

  .columns-5 {
    display: block;
    padding-right: 10px;
    padding-left: 10px;
  }

  .name-form.total {
    display: block;
    text-align: right;
  }

  .calculator-revenue-2 {
    display: block;
    text-align: right;
  }

  .calculator-output-block {
    margin-bottom: 40px;
  }

  .textarea {
    width: 94%;
  }

  .menu-icon {
    font-size: 33px;
  }

  .menu-button {
    padding-right: 10px;
    padding-left: 10px;
  }

  .image-7 {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }

  .image-8 {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }

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

  .text-block-23 {
    display: block;
    text-align: left;
  }

  .textblock24 {
    display: block;
    text-align: right;
  }

  .div-block-17 {
    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-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

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

  .column-16 {
    padding-right: 5px;
  }

  .accordion-item {
    min-height: 100px;
  }

  .div-block-20 {
    display: block;
    -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-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;
  }

  .menu-block {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .grid {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .image-9 {
    max-width: 100%;
    margin-right: 0px;
    margin-left: 0px;
  }

  .image-11 {
    max-width: 93%;
    margin-right: 0px;
    margin-left: 0px;
  }

  .link-block-3 {
    padding-right: 10px;
    padding-left: 10px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(null), to(null)), url('../images/jan-smetana-rozhovor.jpg');
    background-image: linear-gradient(180deg, null, null), url('../images/jan-smetana-rozhovor.jpg');
  }

  .bold-text-3 {
    font-size: 25px;
    line-height: 29px;
  }

  .columns-12 {
    display: block;
  }

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

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

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

  .column-18 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .column-19 {
    margin-bottom: 20px;
  }

  .column-20 {
    margin-bottom: 20px;
  }

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

  .partner-1-copy {
    display: block;
    margin-right: auto;
    margin-bottom: 10px;
    margin-left: auto;
  }

  .ebook-paragraph {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 20px;
  }
}

@font-face {
  font-family: 'Fa 400';
  src: url('../fonts/fa-regular-400.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa solid 900';
  src: url('../fonts/fa-solid-900.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa brands 400';
  src: url('../fonts/fa-brands-400.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}