:root {
  --main-color: #212633;
}

body {
  color: #212935;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  line-height: 175%;
}

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

h2 {
  color: #212935;
  margin-top: 0;
  margin-bottom: 40px;
  font-size: 36px;
  font-weight: 300;
  line-height: 50px;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
}

a {
  color: var(--main-color);
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
}

.header {
  background-image: url('../images/header-bg.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  min-height: 100vh;
  padding-top: 40px;
  display: flex;
}

.bottom-gradient {
  background-image: linear-gradient(#fff0, #fff);
  width: 100%;
  height: 400px;
  position: absolute;
  bottom: 0;
}

.content-inner {
  width: 100%;
  max-width: 1420px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.content-inner.header-inner {
  flex: 1;
  justify-content: center;
  align-items: center;
  min-height: 500px;
  display: flex;
}

.navigace {
  background-color: #0000;
  width: 100%;
  max-width: 1420px;
  position: relative;
}

.nav-link {
  color: #2f4667;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-left: 20px;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Oswald, sans-serif;
  font-size: 14px;
  line-height: 200%;
  transition: all .2s;
}

.nav-link:hover {
  color: #2f4667;
  text-decoration: underline;
}

.header-claim {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  color: #212935;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 45%;
  margin-left: 55%;
  font-size: 24px;
  font-weight: 300;
  line-height: 180%;
  display: flex;
}

.cta-button {
  background-color: gray;
  border-radius: 8px;
  height: 60px;
  padding: 17px 40px;
  font-size: 16px;
  line-height: 26px;
  transition: all .2s;
}

.cta-button:hover {
  background-color: #484e5f;
  box-shadow: 0 5px 15px #0003;
}

.title-sub {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: #a6a6a6;
  text-transform: uppercase;
  justify-content: flex-start;
  align-items: center;
  font-size: 12px;
  display: flex;
}

.title-sub-line {
  background-color: #a6a6a6;
  width: 80px;
  height: 1px;
}

.reference {
  background-image: url('../images/reference-bg.jpg');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: auto;
  padding-top: 200px;
  padding-bottom: 300px;
  overflow: hidden;
}

.card {
  color: #171b21;
  vertical-align: middle;
  background-color: #f5f5f5;
  border-radius: 20px;
  width: 700px;
  height: 100%;
  min-height: 100%;
  margin-right: 20px;
  padding-right: 0;
  overflow: hidden;
}

.slider_component {
  background-color: #0000;
  height: auto;
  padding-bottom: 0;
}

.slide68_arrow {
  background-color: gray;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 60px;
  margin-top: 0;
  transition: all .2s;
  display: flex;
  inset: auto auto -100px 90px;
}

.slide68_arrow:hover {
  background-color: #484e5f;
}

.slide68_arrow.left {
  width: 80px;
  top: auto;
  left: 0;
  right: auto;
  overflow: hidden;
}

.container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.padding-vertical {
  padding-left: 0;
  padding-right: 0;
}

.blog68_slide-nav {
  grid-column-gap: .75em;
  filter: brightness(75%);
  height: 1.7rem;
  font-size: .75rem;
  line-height: 1.3;
  display: none;
  inset: auto auto 0% 0%;
}

.half-dark-bg {
  z-index: 1;
  background-color: #171b21;
  width: 100%;
  height: 50%;
  position: absolute;
  top: 0;
}

.sec {
  overflow: hidden;
}

.sec.background-color-lightgrey {
  z-index: 10;
  height: auto;
  position: relative;
}

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

.reference-2 {
  background-color: #fff;
  position: relative;
}

.card_mask {
  object-fit: fill;
  width: 50%;
  height: auto;
  overflow: visible;
}

.arrow {
  width: auto;
}

.reference-item {
  aspect-ratio: auto;
  background-color: #f5f5f5;
  border-radius: 20px;
  width: 700px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.reference-image {
  aspect-ratio: 4 / 3;
  display: block;
  position: static;
  top: 0;
}

.reference-content {
  z-index: 1000;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: var(--main-color);
  background-color: #f5f5f5;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  min-height: 100%;
  padding: 60px;
  display: flex;
  position: relative;
  bottom: 0;
}

.reference-content.gradient {
  color: #fff;
  background-color: #0000;
  background-image: linear-gradient(0deg, #212633bf, #21263300);
  position: absolute;
}

.reference-text {
  font-weight: 300;
}

.services {
  background-image: url('../images/service-bg.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: auto;
  padding-top: 200px;
  padding-bottom: 200px;
  position: relative;
  overflow: hidden;
}

.service-claim {
  text-align: center;
  width: 580px;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
  font-size: 24px;
  font-weight: 300;
  line-height: 150%;
}

.services-grid {
  z-index: 1000;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.service-item {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #f5f5f5;
  border-radius: 20px;
  flex-flow: column;
  padding: 60px;
  display: flex;
}

.h3-service {
  color: #212935;
  background-image: url('../images/service-ring.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  padding-left: 38px;
}

.service-item-big {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #f5f5f5;
  border-radius: 20px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  padding: 60px;
  display: flex;
  position: relative;
}

.service-item-big-text {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  width: 50%;
  display: flex;
}

.service-item-big-text.scanner {
  width: 65%;
}

.service-big-image {
  max-width: 50%;
  margin-top: 20px;
  position: absolute;
  right: 40px;
}

.clients-list {
  text-align: center;
  margin-top: 120px;
}

.clients-grid {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  justify-content: center;
  align-items: flex-start;
  margin-top: 40px;
  display: none;
}

.about {
  background-color: #f5f5f5;
  background-image: url('../images/bg-about.jpg');
  background-position: 0 0;
  background-size: auto;
  padding-top: 200px;
  padding-bottom: 200px;
  position: relative;
}

.about-content {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  display: grid;
}

.about-content-text {
  color: #b4cff5;
}

.contact {
  background-color: #f5f5f5;
  background-image: url('../images/contact-bg.png');
  background-position: 75% 0;
  background-repeat: no-repeat;
  background-size: auto;
  padding-top: 200px;
  padding-bottom: 200px;
}

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

.contacts-links {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.contacts-links-line {
  background-color: #778498;
  width: 60px;
  height: 1px;
}

.contact-link-item {
  color: #000;
  font-size: 28px;
  font-weight: 300;
  line-height: 50px;
  text-decoration: none;
}

.contact-link-item:hover {
  text-decoration: underline;
}

.highlight {
  color: #212935;
}

.service-flare {
  filter: blur(100px);
  background-color: #ffffff80;
  border-radius: 50%;
  width: 660px;
  height: 660px;
  position: absolute;
  top: -160px;
  left: -160px;
}

.contact-adress {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.contact-adress-text {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: #6b6b6b;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  font-size: 16px;
  display: flex;
}

.contact-adress-title {
  color: #a6a6a6;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-image: url('../images/service-ring.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  padding-left: 26px;
  font-size: 12px;
  font-weight: 500;
}

.adress-photo {
  border-radius: 4px;
  display: none;
}

.about-top-bg {
  width: 100%;
  position: absolute;
  top: 0;
}

.about-bottom-bg {
  width: 100%;
  position: absolute;
  bottom: 0;
}

.footer {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.text-block {
  color: #6b6b6b;
}

.text-block-2 {
  color: #6b6b6be6;
}

.link {
  color: #000;
}

.reference-year {
  font-size: 14px;
  font-weight: 400;
}

.clients-grid-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: stretch stretch;
  max-width: 980px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.clients-grid-item {
  border: 1px solid #00000040;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 20px;
  display: flex;
}

.clients-grid-item:hover {
  border-color: #00000080;
}

.footer-inner {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.contact-list {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: grid;
}

.contact-item {
  color: var(--main-color);
  background-color: #fff;
  border-radius: 8px;
  width: 100%;
  padding: 40px;
  font-size: 16px;
}

.contact-role {
  color: #969696;
  font-size: 14px;
}

.logo-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.content-inner-2 {
  z-index: 10;
  width: 100%;
  max-width: 1420px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.content-inner-2.partners {
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: none;
  margin-top: 200px;
  display: flex;
  overflow: hidden;
}

.marquee-slide {
  flex: none;
  display: flex;
}

.marquee-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex: none;
  width: 100%;
  height: 100%;
  display: flex;
}

.marquee-wrapper.left-to-right {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
}

.marquee-wrapper.right-to-left {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.logo-image {
  filter: grayscale();
  display: block;
}

.marquee-3.is-marquee-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-top: 40px;
  display: flex;
  overflow: clip;
}

.client-logo {
  max-width: 200px;
  max-height: 80px;
}

.hidden {
  display: none;
}

@media screen and (max-width: 991px) {
  .header {
    min-height: 0;
  }

  .content-inner {
    padding-left: 40px;
    padding-right: 40px;
  }

  .content-inner.header-inner {
    padding-top: 40px;
    padding-bottom: 80px;
  }

  .navigace {
    padding-left: 40px;
    padding-right: 40px;
  }

  .header-claim {
    width: 100%;
    margin-left: 0%;
  }

  .reference {
    padding-top: 100px;
    padding-bottom: 200px;
  }

  .card {
    width: 100%;
  }

  .slider_component {
    padding-left: 0;
    padding-right: 0;
  }

  .slide68_arrow {
    top: auto;
  }

  .container-large {
    max-width: none;
    padding-left: 60px;
    padding-right: 60px;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .page-padding {
    padding-left: 0%;
    padding-right: 0%;
  }

  .card_mask {
    width: 50%;
  }

  .reference-item {
    width: 100%;
  }

  .reference-content {
    padding: 40px;
  }

  .services {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .services-grid {
    grid-template-columns: 1fr 1fr;
  }

  .service-item {
    padding: 40px;
  }

  .clients-grid {
    flex-flow: wrap;
  }

  .about {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .about-content {
    flex-flow: column;
    display: flex;
  }

  .contact {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .contact-wrapper {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    flex-flow: column;
    display: flex;
  }

  .service-flare {
    display: none;
    top: -600px;
  }

  .contact-adress {
    justify-content: center;
    align-items: center;
  }

  .clients-grid-2 {
    flex-flow: wrap;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .content-inner-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .content-inner-2.partners {
    margin-top: 100px;
  }

  .marquee-3.is-marquee-2 {
    overflow: clip;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 60px;
    line-height: 75px;
  }

  h3 {
    font-size: 20px;
  }

  .header {
    position: relative;
  }

  .content-inner {
    padding-left: 20px;
    padding-right: 20px;
  }

  .content-inner.header-inner {
    padding-top: 40px;
  }

  .nav-link {
    color: #fff;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .reference {
    padding-top: 100px;
    padding-bottom: 200px;
  }

  .card {
    width: 50%;
    margin-right: 10px;
    padding-right: 1.5rem;
  }

  .slider_component {
    padding-bottom: 0;
  }

  .container-large {
    padding-left: 30px;
    padding-right: 30px;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .card_mask {
    width: 100%;
  }

  .reference-item {
    background-color: #000;
    width: 100%;
  }

  .reference-content {
    padding: 20px;
  }

  .reference-text {
    font-size: 16px;
  }

  .services {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .service-claim {
    width: 100%;
  }

  .services-grid {
    flex-flow: wrap;
    justify-content: flex-start;
    display: flex;
  }

  .service-item {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    width: 100%;
    padding: 41px;
  }

  .h3-service {
    padding-left: 28px;
  }

  .service-item-big {
    padding: 40px;
  }

  .service-item-big-text {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .service-big-image {
    max-width: 45%;
    right: 0;
  }

  .about, .contact {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .contacts-links {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .service-flare {
    z-index: -1;
  }

  .contact-adress {
    justify-content: flex-start;
    align-items: center;
  }

  .nav-menu {
    color: #fff;
    background-color: #000;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .menu-button.w--open {
    background-color: #000;
  }

  .footer {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .brand {
    margin-top: 10px;
  }

  .clients-grid-2 {
    grid-template-columns: 1fr 1fr;
  }

  .clients-grid-item {
    padding: 12px;
  }

  .footer-inner {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .contact-list {
    align-items: stretch;
  }

  .contact-item {
    padding: 20px;
  }

  .content-inner-2.partners {
    margin-top: 60px;
    padding-left: 0;
    padding-right: 0;
  }

  .logo-image {
    flex: none;
    max-width: 50%;
    max-height: 50px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 44px;
    line-height: 55px;
  }

  h2 {
    font-size: 32px;
    line-height: 44px;
  }

  .content-inner {
    padding-bottom: 40px;
  }

  .navigace {
    justify-content: space-between;
    align-self: center;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .header-claim {
    font-size: 18px;
    font-weight: 400;
  }

  .reference {
    padding-top: 60px;
    padding-bottom: 80px;
  }

  .card {
    width: 100%;
    height: auto;
    padding-right: .5rem;
  }

  .slider_component {
    margin-top: 20px;
  }

  .slide68_arrow {
    top: auto;
    bottom: -80px;
  }

  .slide68_arrow.left {
    bottom: -80px;
    left: 0;
    right: auto;
  }

  .container-large {
    padding-left: 15px;
    padding-right: 15px;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .card_mask {
    width: 95%;
  }

  .services {
    padding-top: 60px;
  }

  .service-claim {
    margin-bottom: 40px;
  }

  .service-item {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    padding: 30px;
  }

  .h3-service {
    font-size: 18px;
    line-height: 24px;
  }

  .service-item-big {
    flex-flow: column;
    padding: 30px;
  }

  .service-item-big-text, .service-item-big-text.scanner {
    width: 100%;
  }

  .service-big-image {
    order: -1;
    margin-top: 0;
    position: static;
  }

  .about, .contact {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .contact-adress {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .contact-adress-text {
    width: 100%;
  }

  .body {
    font-size: 16px;
  }

  .footer {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .clients-grid-2 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    grid-template-columns: 1fr;
  }

  .footer-inner {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .contact-list {
    grid-template-columns: 1fr;
  }

  .content-inner-2.partners {
    margin-top: 60px;
  }

  .marquee-slide {
    flex: none;
  }

  .marquee-3.is-marquee-2 {
    margin-top: 20px;
  }

  .client-logo {
    max-width: 120px;
    max-height: 60px;
  }
}

#w-node-d38aca5a-bd45-06b5-3062-0de13d275d2b-ed839b29, #w-node-_17d46f08-0c81-b34f-e7b5-5f48ae1ac06a-ed839b29, #w-node-_96be21c4-6711-e792-83ca-59223d0c301b-ed839b29, #w-node-_73732cec-f463-0696-1c96-6db72d52423f-ed839b29, #w-node-_71d03600-8d18-b74f-04ca-e59060de780e-ed839b29, #w-node-eee9f7df-c8cb-3d9c-6fda-d28aed8ebb74-ed839b29 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_06fc64f6-1aca-ccb3-7ecd-e1ea9a8a5939-ed839b29, #w-node-_9cbe9403-cebc-23ff-3d11-a5f7fcc07f5b-ed839b29 {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-_17599b19-682f-b946-c7ec-d9d31d484bd1-ed839b29 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e72b287e-2903-49f8-1b2d-30da4576932f-ed839b29 {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-_65a7ec8c-a061-08d7-527c-4eb417041cc2-ed839b29 {
  grid-area: 1 / 8 / 2 / 13;
}

@media screen and (max-width: 991px) {
  #w-node-d38aca5a-bd45-06b5-3062-0de13d275d2b-ed839b29, #w-node-_17d46f08-0c81-b34f-e7b5-5f48ae1ac06a-ed839b29, #w-node-_96be21c4-6711-e792-83ca-59223d0c301b-ed839b29, #w-node-_73732cec-f463-0696-1c96-6db72d52423f-ed839b29, #w-node-_71d03600-8d18-b74f-04ca-e59060de780e-ed839b29, #w-node-eee9f7df-c8cb-3d9c-6fda-d28aed8ebb74-ed839b29 {
    grid-column: span 1 / span 1;
  }

  #w-node-_06fc64f6-1aca-ccb3-7ecd-e1ea9a8a5939-ed839b29, #w-node-_9cbe9403-cebc-23ff-3d11-a5f7fcc07f5b-ed839b29 {
    grid-column: span 2 / span 2;
  }
}


