body {
  color: #333;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.navbar-logo-left {
  background-color: #fff;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.navbar-logo-left-container {
  z-index: 5;
  width: 1030px;
  max-width: 100%;
  background-color: rgba(0, 0, 0, 0);
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container.shadow-three {
  width: 100%;
  max-width: 1140px;
  text-align: right;
  width: 100%;
  max-width: 1140px;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

.container {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

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

.navbar-brand {
  clear: both;
  text-align: left;
}

.nav-menu-two {
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link:hover {
  color: rgba(26, 27, 31, .75);
}

.nav-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: rgba(26, 27, 31, .75);
}

.nav-dropdown-toggle:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-divider {
  width: 1px;
  height: 22px;
  background-color: #e4ebf3;
  margin-left: 15px;
  margin-right: 15px;
}

.nav-link-accent {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent:hover {
  color: rgba(26, 27, 31, .75);
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.header {
  width: 100%;
  height: 90vh;
  background-color: #251f21;
  justify-content: center;
  align-items: center;
  margin-top: 80px;
  padding: 50px;
  display: flex;
}

.header-content {
  width: 50%;
  height: 100%;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.h1 {
  color: #fff;
  font-size: 60px;
  font-weight: 400;
  line-height: 60px;
}

.navbar-wrapper-2 {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.nav-menu-two-2 {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.navbar-wrapper-3 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-bar {
  z-index: 2000;
  background-color: #fff;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-left: 24px;
  padding-right: 20px;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.link-block {
  width: 225px;
}

.wrapper {
  width: 100%;
  max-width: 1230px;
  flex-direction: column;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  display: block;
  top: 0;
  left: 0;
  right: 0;
}

.wrapper.navbar-2 {
  flex-direction: row;
  flex: 1;
  align-items: center;
  padding-top: 12px;
  padding-bottom: 12px;
  display: flex;
}

.menu-button-2.w--open {
  color: rgba(9, 106, 208, .2);
  background-color: #fff;
}

.div-block-8 {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-link-2 {
  color: #251f21;
  cursor: pointer;
  flex: none;
  padding: 16px 20px 18px;
  font-size: 16px;
  line-height: 24px;
  transition: opacity .15s;
}

.nav-link-2:hover {
  opacity: 1;
  color: #00aeef;
}

.nav-link-2.w--current {
  color: #00aeef;
  transition-property: none;
}

.nav-link-2.border {
  opacity: 1;
  border: 1px solid #251f21;
  border-radius: 50px;
  margin-left: 10px;
  padding-top: 6px;
  padding-bottom: 6px;
  transition: background-color .2s;
}

.nav-link-2.border:hover {
  border-color: #00aeef;
}

.nav-link-2.border.kontakt {
  margin-top: 10px;
  margin-left: 0;
  display: inline-block;
}

.nav-link-2.border.kontakt:hover {
  color: #fff;
}

.nav-menu-2 {
  background-color: #fff;
  flex-direction: row;
  flex: 1;
  justify-content: space-around;
  align-items: center;
  margin-right: 10px;
  display: flex;
}

.team-slider {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.centered-heading {
  text-align: center;
  margin-bottom: 16px;
}

.centered-subheading {
  max-width: 530px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.team-slider-wrapper {
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  margin-top: 50px;
}

.team-slide-wrapper {
  width: 30%;
  margin-right: 5%;
}

.team-block {
  background-color: #fff;
  padding-bottom: 24px;
}

.team-member-image-two {
  margin-bottom: 18px;
}

.team-block-info {
  flex-direction: column;
  align-items: flex-start;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.team-member-name-two {
  margin-bottom: 12px;
  font-weight: 600;
}

.team-member-text {
  margin-bottom: 20px;
}

.text-link-arrow {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed {
  margin-left: 2px;
  display: flex;
}

.team-slider-arrow {
  display: none;
}

.team-slider-nav {
  margin-top: 24px;
  font-size: 10px;
  position: static;
  bottom: -60px;
}

.hero-heading-right {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.hero-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-split {
  max-width: 46%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.shadow-two {
  box-shadow: 0 4px 24px rgba(150, 163, 181, .08);
}

.margin-bottom-24px {
  margin-bottom: 24px;
}

.gallery-overview {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.gallery-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.gallery-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.gallery-features-block {
  margin-top: 16px;
  margin-bottom: 24px;
}

.gallery-feature {
  background-image: url('../images/');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 20px;
  margin-bottom: 8px;
  padding-left: 30px;
  font-size: 14px;
  line-height: 24px;
}

.gallery-grid {
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.gallery-image {
  width: 100%;
}

.heading {
  font-size: 33px;
  line-height: 33px;
}

.footer-dark {
  background-color: #251f21;
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 30px 15px;
  position: relative;
}

.footer-wrapper {
  max-width: 900px;
  justify-content: space-between;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-content {
  grid-column-gap: 70px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: auto auto 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.title-small {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
}

.footer-link {
  color: #fff;
  margin-top: 12px;
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
  display: block;
}

.footer-link:hover {
  color: #00aeef;
}

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

.footer-social-block {
  justify-content: flex-start;
  align-items: center;
  margin-top: 12px;
  margin-left: -12px;
  display: flex;
}

.footer-social-link {
  margin-left: 12px;
}

.footer-divider {
  width: 100%;
  height: 1px;
  background-color: #00aeef;
  margin-top: 70px;
  margin-bottom: 15px;
}

.footer-copyright-center {
  color: #4b4b4b;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
}

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

.logo {
  width: 55px;
}

.section {
  margin-top: 140px;
  padding-bottom: 60px;
}

.piskotki-naslov {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 18px;
}

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

  .nav-menu-wrapper {
    background-color: rgba(0, 0, 0, 0);
  }

  .nav-menu-two {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px rgba(0, 0, 0, .05);
  }

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

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .menu-button {
    padding: 12px;
  }

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

  .header {
    margin-top: 60px;
    padding: 25px;
  }

  .nav-menu-two-2 {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px rgba(0, 0, 0, .05);
  }

  .nav-bar {
    background-color: #fff;
    justify-content: space-between;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .nav-cta-button-container {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .link-block {
    width: 150px;
  }

  .wrapper {
    padding-left: 30px;
    padding-right: 30px;
  }

  .burger-icon {
    color: #096ad0;
  }

  .menu-button-2 {
    color: #2e323c;
    position: relative;
  }

  .menu-button-2.w--open {
    color: #096ad0;
    background-color: rgba(0, 0, 0, 0);
  }

  .nav-link-2 {
    text-align: center;
    background-color: #fff;
    flex: none;
    margin-right: 10px;
    padding: 0 10px;
  }

  .nav-link-2.border {
    margin-left: 20px;
  }

  .nav-link-2.border.kontakt {
    background-color: #00aeef;
  }

  .nav-menu-2 {
    background-color: #fff;
    flex: 1;
    margin-right: 20px;
  }

  .team-slide-wrapper {
    width: 47%;
    margin-right: 6%;
  }

  .hero-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .gallery-wrapper {
    grid-template-columns: 1fr 1fr;
  }

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

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

@media screen and (max-width: 767px) {
  .navbar-logo-left-container {
    max-width: 100%;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu-two {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px rgba(0, 0, 0, .05);
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-divider {
    width: 200px;
    height: 1px;
    max-width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .header {
    flex-direction: column;
    margin-top: 100px;
  }

  .header-content {
    width: 100%;
  }

  .h1 {
    font-size: 45px;
    line-height: 45px;
  }

  .nav-menu-two-2 {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .navbar-brand-2 {
    padding-left: 0;
  }

  .link-block {
    width: 200px;
  }

  .burger-icon {
    color: #00aeef;
    font-size: 50px;
  }

  .menu-button-2 {
    margin-right: 4px;
    padding: 10px;
  }

  .nav-link-2 {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .team-slider, .hero-heading-right, .gallery-overview {
    padding: 60px 15px;
  }

  .footer-dark {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .footer-content {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .footer-block {
    align-items: center;
  }

  .footer-social-block {
    margin-top: 20px;
    margin-left: -20px;
  }

  .footer-social-link {
    margin-left: 20px;
  }

  .footer-divider {
    margin-top: 60px;
  }
}

@media screen and (max-width: 479px) {
  .container {
    max-width: none;
  }

  .nav-menu-two {
    flex-direction: column;
  }

  .h1 {
    font-size: 35px;
    line-height: 35px;
  }

  .nav-menu-two-2 {
    flex-direction: column;
  }

  .nav-bar {
    position: fixed;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .link-block {
    width: 100px;
  }

  .burger-icon {
    font-size: 40px;
  }

  .menu-button-2 {
    flex: 0 auto;
    margin-right: 0;
  }

  .centered-heading {
    margin-bottom: 24px;
  }

  .team-slide-wrapper {
    width: 100%;
    margin-right: 0%;
  }

  .gallery-wrapper {
    grid-template-columns: 1fr;
  }
}

#w-node-b931c6af-805a-f2e9-9d64-d9cffa6ea8b4-12cd2e93, #w-node-b931c6af-805a-f2e9-9d64-d9cffa6ea8c6-12cd2e93, #w-node-b931c6af-805a-f2e9-9d64-d9cffa6ea8c7-12cd2e93, #w-node-b931c6af-805a-f2e9-9d64-d9cffa6ea8c8-12cd2e93, #w-node-b931c6af-805a-f2e9-9d64-d9cffa6ea8c9-12cd2e93, #w-node-b931c6af-805a-f2e9-9d64-d9cffa6ea8cb-12cd2e93, #w-node-b931c6af-805a-f2e9-9d64-d9cffa6ea8cc-12cd2e93, #w-node-b931c6af-805a-f2e9-9d64-d9cffa6ea8cd-12cd2e93, #w-node-fd709c9d-ed4f-dd4b-5936-20ba02b78f93-12cd2e93, #w-node-fd709c9d-ed4f-dd4b-5936-20ba02b78fa3-12cd2e93, #w-node-fd709c9d-ed4f-dd4b-5936-20ba02b78fa4-12cd2e93, #w-node-fd709c9d-ed4f-dd4b-5936-20ba02b78fa5-12cd2e93, #w-node-fd709c9d-ed4f-dd4b-5936-20ba02b78fa6-12cd2e93, #w-node-fd709c9d-ed4f-dd4b-5936-20ba02b78fa7-12cd2e93, #w-node-fd709c9d-ed4f-dd4b-5936-20ba02b78fa8-12cd2e93, #w-node-fd709c9d-ed4f-dd4b-5936-20ba02b78fa9-12cd2e93, #w-node-fd709c9d-ed4f-dd4b-5936-20ba02b78faa-12cd2e93, #w-node-_71716887-7e9e-f3ac-a350-062622f017d3-12cd2e93, #w-node-_71716887-7e9e-f3ac-a350-062622f017ec-12cd2e93, #w-node-_71716887-7e9e-f3ac-a350-062622f017ed-12cd2e93, #w-node-_71716887-7e9e-f3ac-a350-062622f017ee-12cd2e93, #w-node-_71716887-7e9e-f3ac-a350-062622f017f0-12cd2e93, #w-node-_71716887-7e9e-f3ac-a350-062622f017f1-12cd2e93, #w-node-_71716887-7e9e-f3ac-a350-062622f017f2-12cd2e93 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-b931c6af-805a-f2e9-9d64-d9cffa6ea8b4-12cd2e93, #w-node-fd709c9d-ed4f-dd4b-5936-20ba02b78f93-12cd2e93, #w-node-_71716887-7e9e-f3ac-a350-062622f017d3-12cd2e93 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-b931c6af-805a-f2e9-9d64-d9cffa6ea8b4-12cd2e93, #w-node-fd709c9d-ed4f-dd4b-5936-20ba02b78f93-12cd2e93, #w-node-_71716887-7e9e-f3ac-a350-062622f017d3-12cd2e93 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


