:root {
  --dark-slate-grey: #363636;
  --white: white;
  --dark-slate-blue: #2e3192;
  --white-bg: #fafafa;
  --ghost-white: #fafaff;
  --royal-blue: #5965d0;
  --medium-purple: #8a8cde;
  --midnight-blue: #0f1145;
}

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

.text-size-medium {
  color: var(--dark-slate-grey);
  font-family: Sourcesanspro, sans-serif;
  font-size: 19px;
  font-weight: 400;
  line-height: 138%;
}

.text-size-medium.white {
  color: var(--white);
  text-align: left;
}

.text-size-medium.footer {
  color: #fff;
  font-size: 15px;
  line-height: 140%;
  text-decoration: none;
}

.text-size-medium.footer.is-bold {
  font-weight: 700;
}

.text-size-medium.map {
  color: var(--white);
  font-size: 21px;
  font-weight: 400;
  line-height: 140%;
}

.text-size-medium.map.is-bold {
  font-weight: 700;
}

.image-box {
  width: 545px;
  height: 500px;
  max-width: none;
  justify-content: center;
  align-items: center;
  display: flex;
}

.main-wrapper {
  margin-top: 0;
  padding-top: 0;
}

.row {
  grid-column-gap: 160px;
  grid-row-gap: 160px;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding-top: 200px;
  padding-bottom: 100px;
  display: flex;
}

.row._2col {
  grid-column-gap: 63px;
  grid-row-gap: 63px;
  align-items: stretch;
  padding-top: 72px;
  padding-bottom: 83px;
}

.row._2col.desktop {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  padding-top: 0;
}

.row._2col.mobile {
  display: none;
}

.text-disclaimer {
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  padding-bottom: 23px;
  font-family: Sourcesanspro, sans-serif;
  font-size: 13px;
  line-height: 140%;
}

.footer_component {
  background-image: url('../images/Footer_texture.png');
  background-position: 50%;
  background-size: cover;
}

.footer-column {
  flex-direction: column;
  justify-content: space-around;
  align-items: stretch;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.footer-column.first {
  justify-content: flex-start;
}

.button {
  width: 220px;
  height: 50px;
  border: 1px solid var(--dark-slate-blue);
  color: var(--dark-slate-blue);
  letter-spacing: 1px;
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  font-family: Aeonik;
  font-size: 15px;
  line-height: 18px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.button:hover {
  background-color: var(--dark-slate-blue);
  color: var(--white);
}

.button.white {
  background-color: var(--white);
}

.button.white:hover {
  background-color: var(--dark-slate-blue);
  color: var(--white-bg);
}

.button.uppercase {
  width: auto;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  text-transform: uppercase;
  border-width: 0;
  justify-content: flex-start;
  font-family: Sourcesanspro, sans-serif;
  font-size: 19px;
  font-weight: 600;
  line-height: 138.4%;
  display: flex;
}

.button.uppercase:hover {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  color: var(--dark-slate-blue);
  background-color: rgba(0, 0, 0, 0);
}

.button.uppercase.white {
  width: 150px;
  border-radius: 5px;
  justify-content: flex-start;
  margin-top: 0;
  padding-left: 20px;
  display: flex;
}

.button.uppercase.white:hover {
  background-color: #bbc6ff;
}

.button.lowercase {
  width: 140px;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  text-transform: none;
  border-width: 0;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  font-family: Sourcesanspro, sans-serif;
  font-size: 17px;
  font-weight: 700;
  line-height: 130%;
  display: flex;
  position: relative;
}

.button.lowercase:hover {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  color: var(--dark-slate-blue);
  background-color: rgba(0, 0, 0, 0);
}

.button.lowercase.white {
  color: var(--white);
  background-color: rgba(0, 0, 0, 0);
}

.button.lowercase.usluge {
  margin-left: 27px;
}

.footer-columns {
  width: 100%;
  align-items: flex-start;
  padding-top: 69px;
  padding-bottom: 32px;
  display: flex;
}

.container-medium {
  max-width: 1200px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  display: block;
}

.container-medium.columns {
  flex-direction: column;
  justify-content: space-between;
  position: relative;
}

.text-wrapper {
  width: 500px;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.text-wrapper._700px {
  width: 700px;
}

.text-wrapper._500 {
  width: 500px;
}

.text-wrapper._800px {
  width: 800px;
}

.wrapper {
  width: auto;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.page-padding {
  padding-left: 120px;
  padding-right: 120px;
}

.page-padding.no-padding {
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.body {
  background-color: var(--white-bg);
}

.section-home-experts {
  background-color: #fafaff;
  display: block;
}

.row-2_columns {
  z-index: 0;
  grid-column-gap: 130px;
  grid-row-gap: 130px;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.section-content {
  max-width: none;
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  justify-content: space-between;
  margin: 100px auto 92px;
  display: flex;
}

.section-content.no-padding {
  margin-top: 20px;
  margin-bottom: 40px;
}

.image-wrapper {
  max-width: 50%;
  border-radius: 8px;
}

.navigation-wrapper {
  grid-column-gap: 8px;
  align-items: center;
  display: flex;
}

.logo-link, .logo-link.w--current {
  margin-right: 20px;
}

.navigation-menu {
  grid-column-gap: 70px;
  grid-row-gap: 70px;
  align-items: center;
  display: flex;
  position: static;
}

.navigation-link {
  color: var(--dark-slate-blue);
  letter-spacing: .1em;
  text-transform: uppercase;
  white-space: nowrap;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 0;
  padding: 12px 0;
  font-family: Sourcesanspro, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 120%;
  text-decoration: none;
}

.navigation-link:hover {
  border-bottom: 2px solid var(--dark-slate-blue);
  color: #160042;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 0;
}

.navigation-link.w--current {
  color: #642eff;
}

.navigation-link.button {
  width: auto;
  height: auto;
  background-color: var(--dark-slate-blue);
  color: var(--white);
  border-width: 0;
  border-radius: 5px;
  margin-top: 0;
  padding: 10px 19px;
}

.navigation-link.button:hover {
  background-color: var(--royal-blue);
  border-bottom-width: 0;
}

.navbar_component {
  width: 100%;
  background-color: var(--ghost-white);
  align-items: center;
  padding: 10px 120px;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.logo-2 {
  height: 92px;
  min-height: 92px;
}

.navigation-container-2 {
  width: 100%;
  height: 92px;
  max-width: 1200px;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.text-size-large {
  color: var(--dark-slate-blue);
  font-family: Sourceserifpro, sans-serif;
  font-size: 32.77px;
  font-style: italic;
  font-weight: 400;
  line-height: 126%;
}

.section-home-o_uredu {
  height: auto;
  background-color: var(--white);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding-top: 92px;
  padding-bottom: 92px;
  display: block;
  overflow: hidden;
}

.section-home-usluge {
  background-color: var(--white);
  background-image: url('../images/Homepage_Usluge-_-područja-prakse.jpg');
  background-position: 50%;
  background-size: cover;
  padding-top: 87px;
  padding-bottom: 76px;
  display: block;
  overflow: hidden;
}

.section-home-kontakt {
  background-color: var(--ghost-white);
  padding-top: 87px;
  padding-bottom: 87px;
  display: block;
}

.section-header {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.heading-style-h1 {
  color: var(--dark-slate-blue);
  letter-spacing: 0;
  text-transform: none;
  margin-top: 0;
  font-family: Sourceserifpro, sans-serif;
  font-size: 59.52px;
  font-weight: 400;
  line-height: 110%;
}

.heading-style-h2 {
  color: var(--dark-slate-blue);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Sourceserifpro, sans-serif;
  font-size: 59.5px;
  font-weight: 400;
  line-height: 110%;
}

.heading-style-h2.white {
  color: var(--white);
}

.heading-style-h2.white.podnaslov, .heading-style-h2.podnaslov {
  font-size: 40px;
  line-height: 124%;
}

.image-12 {
  border-radius: 8px;
}

.tricks-slider {
  width: 100%;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.tricks-slider_slide {
  width: 380px;
  height: auto;
  max-height: none;
  min-height: 550px;
  color: #fff;
  text-align: center;
  background-color: #fafaff;
  border-radius: 8px;
  flex-direction: column;
  flex: none;
  justify-content: space-between;
  align-items: stretch;
  margin-right: 30px;
  padding: 14px 18px 19px 27px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.tricks-slider_slide.usluge {
  min-height: 463px;
  justify-content: space-between;
  padding-left: 0;
}

.tricks-slider_slide.grid {
  width: 100%;
  min-height: 463px;
  justify-content: space-between;
  padding-bottom: 60px;
  padding-left: 20px;
  padding-right: 70px;
}

.tricks-slider_slide.grid-ured {
  width: 100%;
  min-height: 463px;
  background-color: rgba(0, 0, 0, 0);
  justify-content: flex-start;
  padding-bottom: 60px;
  padding-left: 20px;
  padding-right: 70px;
}

.slider-icon-wrapper {
  justify-content: flex-end;
  display: flex;
}

.slider-icon-wrapper.left-align {
  justify-content: flex-start;
}

.slider-text-wrapper {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 25px;
  display: flex;
}

.slider-text-wrapper.usluge {
  margin-top: 0;
  margin-left: 27px;
}

.heading-style-h4 {
  color: var(--dark-slate-blue);
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Sourceserifpro, sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 120%;
}

.heading-style-h4.white {
  color: var(--white);
}

.text-size-card {
  color: var(--dark-slate-grey);
  text-align: left;
  font-family: Sourcesanspro, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 138.7%;
}

.text-size-card.grid {
  width: 340px;
  font-size: 19px;
  line-height: 138%;
}

.text-size-card.middle-align {
  text-align: center;
}

.image-14 {
  width: 185px;
}

.image-14.usluge {
  width: 138px;
}

.image-14.grid {
  width: 150px;
}

.image-14.ured {
  width: auto;
}

.section-home-image {
  height: 563px;
  background-image: url('../images/AH_web_homepage.jpg');
  background-position: 50%;
  background-size: cover;
}

.section-form {
  margin-top: 70px;
}

.section-form.contact {
  width: 100%;
  margin-top: 0;
}

.left-column {
  width: 50%;
}

.right-column {
  width: 50%;
  align-self: center;
}

.form-field {
  background-color: var(--white);
  padding-top: 24px;
  padding-bottom: 24px;
  padding-left: 28px;
}

.form-field.is-lilac {
  background-color: var(--ghost-white);
}

.text-field {
  height: 100%;
  color: #b2b6cb;
  background-color: rgba(0, 0, 0, 0);
  border: 0 solid #000;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  font-family: Sourcesanspro, sans-serif;
  font-size: 20.37px;
  line-height: 140%;
}

.text-field:focus {
  color: #7e85ab;
}

.text-field::-ms-input-placeholder {
  color: #b2b6cb;
  font-family: Sourcesanspro, sans-serif;
  font-size: 20.37px;
  line-height: 140%;
}

.text-field::placeholder {
  color: #b2b6cb;
  font-family: Sourcesanspro, sans-serif;
  font-size: 20.37px;
  line-height: 140%;
}

.text-field.poruka {
  height: 200px;
}

.form-2 {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.form-button {
  width: 141px;
  background-color: var(--dark-slate-blue);
  color: var(--white);
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 5px;
  margin-top: 50px;
  font-family: Sourcesanspro, sans-serif;
  font-size: 19px;
  font-weight: 600;
  line-height: 138.4%;
  transition: all .2s;
}

.form-button:hover {
  background-color: var(--royal-blue);
}

.footer-link {
  color: var(--white);
  text-decoration: none;
}

.div-block-4 {
  width: 100%;
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  justify-content: center;
  display: flex;
}

.div-block-5 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: center;
  margin-top: 0;
  display: flex;
}

.link-7, .link-8 {
  color: var(--white);
  text-decoration: none;
}

.section-usluge-header {
  background-color: var(--ghost-white);
  padding-top: 200px;
  padding-bottom: 30px;
  display: block;
}

.section-usluge-grid {
  background-color: var(--white);
  padding-top: 87px;
  padding-bottom: 60px;
  display: block;
}

.tricks-grid {
  width: 100%;
  grid-column-gap: 33px;
  grid-row-gap: 33px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  align-content: start;
  justify-content: center;
  align-items: stretch;
  justify-items: stretch;
  display: grid;
}

.image-17 {
  width: auto;
  min-width: 584px;
}

.list {
  color: var(--dark-slate-grey);
  padding-left: 20px;
}

.section-usluge-cta {
  background-color: var(--white);
  padding-top: 50px;
  padding-bottom: 120px;
  display: block;
}

.cta-wrapper {
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.cta-wrapper_text {
  width: 60%;
  background-image: url('../images/AnitaHukelj_javite_nam_se_card.png');
  background-position: 50%;
  background-size: cover;
  padding: 81px 140px 65px 65px;
}

.cta-wrapper-image {
  width: 40%;
  height: auto;
  min-height: 354px;
  background-image: url('../images/AH_usluge-podrucja_prakse.jpg');
  background-position: 50%;
  background-size: cover;
  flex: 1;
  align-self: stretch;
}

.cta-wrapper-image.ured {
  background-image: url('../images/AH_o_uredu2.jpg');
}

.section-ured-header {
  background-color: var(--ghost-white);
  padding-top: 200px;
  padding-bottom: 140px;
  display: block;
}

.section-ured-columns {
  background-color: var(--white);
  padding-top: 87px;
  padding-bottom: 60px;
  display: block;
}

.col {
  width: 50%;
  flex-direction: column;
  flex: 0 auto;
  align-self: stretch;
  display: flex;
}

.bio-wrapper {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-direction: column;
  display: flex;
}

.text-block-italic {
  color: var(--dark-slate-blue);
  margin-bottom: 30px;
  font-family: Sourceserifpro, sans-serif;
  font-size: 25.49px;
  font-style: italic;
  font-weight: 600;
  line-height: 138.4%;
}

.obrazovanje-wrapper {
  grid-column-gap: 62px;
  grid-row-gap: 62px;
  background-color: var(--ghost-white);
  border-radius: 5px;
  flex-direction: column;
  margin-top: 60px;
  padding: 32px 20px 113px 29px;
  display: flex;
}

.info-wrapper {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-direction: column;
  margin-top: 40px;
  display: flex;
}

.info-wrapper.iskustvo {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
}

.info {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-self: stretch;
  display: flex;
}

.info_year {
  width: 40%;
}

.info_text {
  width: 100%;
}

.text-size-year {
  color: var(--dark-slate-blue);
  font-family: Sourceserifpro, sans-serif;
  font-size: 19.48px;
  font-weight: 700;
  line-height: 33.8px;
  display: block;
}

.text-size-info {
  width: auto;
  color: var(--dark-slate-grey);
  font-family: Sourcesanspro, sans-serif;
  font-size: 18px;
  line-height: 33.8px;
}

.ured-image-wrapper {
  height: 742px;
  background-image: url('../images/AH-o-uredu.webp');
  background-position: 50%;
  background-size: cover;
  flex: 0 auto;
}

.podrucje-wrapper {
  grid-column-gap: 62px;
  grid-row-gap: 62px;
  background-color: var(--ghost-white);
  border-radius: 5px;
  flex-direction: column;
  margin-top: 40px;
  padding: 32px 20px 60px 29px;
  display: flex;
}

.podrucje-rada-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  margin-top: 40px;
}

.usluga {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-direction: column;
  display: flex;
}

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

.jezik-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: var(--ghost-white);
  border-radius: 5px;
  flex-direction: column;
  margin-top: 40px;
  padding: 32px 20px 60px 29px;
  display: flex;
}

.section-ured-cta {
  background-color: var(--white);
  padding-top: 50px;
  padding-bottom: 120px;
  display: block;
}

.section-ured-grid {
  background-color: var(--dark-slate-blue);
  padding-top: 87px;
  padding-bottom: 60px;
  display: block;
}

.header-wrapper {
  display: flex;
}

.header-wrapper-text {
  width: 50%;
}

.header-wrapper-img {
  width: 50%;
  background-image: url('../images/Ekspertiza_full.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.section-kontakt-header {
  background-color: var(--ghost-white);
  padding-top: 200px;
  padding-bottom: 30px;
  display: block;
}

.section-kontakt-forma {
  background-color: var(--white);
  padding-top: 87px;
  padding-bottom: 87px;
  display: block;
}

.section-kontakt-karta {
  background-color: var(--white);
  padding-top: 0;
  padding-bottom: 0;
  display: block;
}

.map-container {
  height: 762px;
  background-image: url('../images/Group-1063.png');
  background-position: 50%;
  background-size: cover;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.map-text-wrapper {
  width: 360px;
  background-image: url('../images/Kontakt_mapa_card.png');
  background-position: 50%;
  background-size: cover;
  border-radius: 5px;
  margin-right: 110px;
  padding: 32px;
  position: absolute;
  top: 25%;
  bottom: 25%;
  left: auto;
  right: 0%;
}

.text-block {
  font-family: Sourcesanspro, sans-serif;
  font-size: 20px;
  line-height: 120%;
}

.footer-link-text {
  color: var(--white);
  text-decoration: none;
}

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

@media screen and (max-width: 991px) {
  .text-size-medium.footer {
    padding-bottom: 0;
  }

  .image-box {
    width: auto;
    height: auto;
    max-width: 450px;
    margin-top: 0;
  }

  .main-wrapper {
    padding-top: 0;
  }

  .row {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-direction: column-reverse;
    padding-top: 0;
    padding-bottom: 40px;
  }

  .row._2col.desktop {
    display: none;
  }

  .row._2col.mobile {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-direction: column;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .text-disclaimer {
    letter-spacing: 1px;
    padding-bottom: 10px;
    font-size: 13px;
    line-height: 17px;
  }

  .footer-column {
    flex-flow: row;
    align-content: stretch;
    justify-content: flex-end;
  }

  .footer-column.first {
    flex-wrap: nowrap;
    display: flex;
  }

  .footer-columns {
    width: auto;
    flex-flow: column wrap;
    align-content: space-around;
    justify-content: center;
    align-items: stretch;
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex;
  }

  .container-medium {
    max-width: none;
    flex-direction: column;
    margin-left: 0;
  }

  .container-medium.columns.desktop {
    display: block;
  }

  .text-wrapper {
    width: auto;
    max-width: none;
  }

  .text-wrapper._700px, .text-wrapper._800px {
    width: auto;
  }

  .wrapper {
    width: 100%;
    align-items: flex-start;
  }

  .page-padding {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .image-5 {
    margin-bottom: 40px;
  }

  .row-2_columns {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column-reverse;
  }

  .section-content {
    flex-direction: column-reverse;
    margin-top: 40px;
    margin-bottom: 40px;
    padding-left: 0;
    padding-right: 0;
  }

  .section-content.no-padding {
    padding-left: 0;
    padding-right: 0;
  }

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

  .navigation-wrapper {
    width: auto;
    align-items: center;
    display: flex;
  }

  .logo-link {
    margin-right: 0;
  }

  .menu-button {
    background-color: var(--ghost-white);
    color: #393b6a;
    border: 1px solid #f3f5fb;
    border-radius: 8px;
    padding: 12px;
  }

  .menu-button.w--open {
    background-color: var(--dark-slate-blue);
    border-color: #fff;
  }

  .navigation-menu {
    color: #393b6a;
    background-color: #fff;
    border-radius: 8px;
    padding: 12px;
    position: absolute;
  }

  .navigation-menu.w--open {
    background-color: #282556;
    border-color: #fff;
  }

  .navigation-link {
    width: 100%;
    text-align: center;
  }

  .navigation-link:hover {
    border-bottom-width: 0;
  }

  .navbar_component {
    min-height: 100px;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    position: relative;
  }

  .logo-2 {
    width: auto;
    height: 70px;
    min-height: 70px;
  }

  .section-home-o_uredu {
    margin-top: 0;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section-home-usluge, .section-home-kontakt {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .heading-style-h1 {
    letter-spacing: 3.2px;
    margin-top: 10px;
    margin-bottom: 30px;
    font-size: 40px;
    line-height: 110%;
  }

  .heading-style-h2 {
    font-size: 40px;
  }

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

  .tricks-slider_slide {
    width: 48%;
    margin-right: 2em;
  }

  .tricks-slider_slide.grid {
    min-height: auto;
    margin-right: 0;
    padding-bottom: 20px;
    padding-right: 20px;
  }

  .text-size-card.grid {
    width: auto;
  }

  .div-block-5 {
    align-items: flex-start;
  }

  .section-usluge-header {
    padding-top: 40px;
    padding-bottom: 0;
  }

  .image-17 {
    max-width: 50%;
    min-width: 200px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .cta-wrapper_text {
    padding: 40px 60px 40px 40px;
  }

  .cta-wrapper-image {
    min-height: auto;
  }

  .section-ured-header, .section-ured-columns {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .col {
    width: 100%;
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .obrazovanje-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    margin-top: 0;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .ured-image-wrapper {
    height: 400px;
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: contain;
    background-attachment: scroll;
    flex: 0 auto;
  }

  .podrucje-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    margin-top: 0;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .jezik-wrapper {
    margin-top: 0;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .image-19 {
    max-width: 70%;
  }

  .section-kontakt-header {
    padding-top: 40px;
    padding-bottom: 0;
  }

  .section-kontakt-forma {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section-kontakt-karta {
    padding-top: 40px;
    padding-bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  .text-size-medium, .text-size-medium.white {
    font-size: 16px;
  }

  .image-box {
    max-width: 300px;
    margin-top: 40px;
  }

  .main-wrapper {
    margin-top: 0;
  }

  .text-wrapper._700px, .text-wrapper._500 {
    width: auto;
  }

  .page-padding {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

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

  .navbar_component {
    min-height: 80px;
  }

  .logo-2 {
    width: auto;
  }

  .text-size-large {
    font-size: 28px;
  }

  .section-home-o_uredu {
    margin-top: 0;
  }

  .section-header {
    flex-direction: column;
    align-items: flex-start;
  }

  .heading-style-h2, .heading-style-h2.white {
    font-size: 32px;
  }

  .tricks-slider_slide {
    width: 60%;
  }

  .tricks-slider_slide.grid {
    flex-direction: column;
  }

  .heading-style-h4 {
    font-size: 24px;
  }

  .section-home-image {
    height: 200px;
  }

  .text-field, .form-button {
    font-size: 16px;
  }

  .tricks-grid {
    flex-direction: column;
    display: flex;
  }
}

@media screen and (max-width: 479px) {
  .text-size-medium {
    letter-spacing: .5px;
    font-size: 19px;
    line-height: 137.4%;
  }

  .text-size-medium.white {
    font-size: 19px;
  }

  .text-size-medium.footer {
    width: 100%;
    text-align: left;
    padding-bottom: 20px;
  }

  .text-size-medium.footer.is-bold {
    align-self: flex-start;
  }

  .text-size-medium.map {
    font-size: 16px;
  }

  .image-box {
    max-width: none;
  }

  .main-wrapper {
    margin-top: 0;
  }

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

  .row._2col {
    flex-direction: column;
    padding-top: 0;
    padding-bottom: 0;
  }

  .footer_component {
    background-color: var(--dark-slate-blue);
    background-image: none;
  }

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

  .button, .button.uppercase.white {
    margin-top: 20px;
  }

  .button.lowercase.white {
    font-size: 16.33px;
    line-height: 138.4%;
  }

  .button.lowercase.usluge {
    margin-top: 20px;
    margin-left: 0;
  }

  .text-wrapper._700px, .text-wrapper._500 {
    width: auto;
  }

  .wrapper {
    align-self: flex-start;
    align-items: flex-start;
  }

  .wrapper.is-map {
    align-items: flex-start;
  }

  .page-padding {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .row-2_columns {
    flex-direction: column-reverse;
  }

  .section-content {
    align-items: flex-start;
    margin-top: 30px;
    padding-left: 0;
    padding-right: 0;
  }

  .section-content.no-padding {
    margin-bottom: 0;
  }

  .navbar_component {
    padding: 0 1rem;
  }

  .logo-2 {
    height: 52px;
    min-height: 52px;
  }

  .navigation-container-2 {
    height: auto;
  }

  .text-size-large {
    letter-spacing: .5px;
    font-size: 19.82px;
    line-height: 126%;
  }

  .section-home-o_uredu {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .section-header {
    flex-direction: column;
    align-items: flex-start;
  }

  .heading-style-h1 {
    letter-spacing: .5px;
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: 36px;
    line-height: 110%;
  }

  .heading-style-h2 {
    font-size: 32px;
  }

  .heading-style-h2.white.podnaslov {
    font-size: 32px;
    line-height: 110%;
  }

  .heading-style-h2.podnaslov {
    font-size: 36px;
    line-height: 110%;
  }

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

  .section-slider {
    margin-top: 40px;
  }

  .tricks-slider {
    width: 90%;
    align-items: stretch;
  }

  .tricks-slider_slide {
    width: 100%;
    max-height: none;
    margin-right: 1em;
    padding: 10px 10px 10px 15px;
  }

  .tricks-slider_slide.usluge {
    align-self: stretch;
    padding-left: 15px;
    padding-right: 10px;
  }

  .tricks-slider_slide.grid-ured {
    min-height: auto;
    padding-bottom: 20px;
    padding-right: 20px;
  }

  .slider-icon-wrapper.left-align {
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 20px;
  }

  .slider-text-wrapper {
    margin-top: 10px;
  }

  .slider-text-wrapper.usluge {
    margin-left: 0;
  }

  .heading-style-h4 {
    font-size: 26.64px;
    line-height: 108%;
  }

  .text-size-card {
    letter-spacing: .5px;
    font-size: 19px;
    line-height: 138.7%;
  }

  .text-size-card.grid {
    font-size: 16px;
  }

  .image-14.grid {
    width: auto;
  }

  .image-14.ured {
    max-width: 50%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .section-home-image {
    height: 250px;
  }

  .section-form {
    margin-top: 40px;
  }

  .left-column, .right-column {
    width: 100%;
  }

  .form-field {
    padding-top: 21px;
    padding-bottom: 21px;
    padding-left: 20px;
  }

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

  .form-button {
    margin-top: 0;
    font-size: 16px;
  }

  .div-block-4 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .section-usluge-header {
    padding-bottom: 40px;
  }

  .section-usluge-grid {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .tricks-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .section-usluge-cta {
    padding-top: 20px;
    padding-bottom: 40px;
  }

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

  .cta-wrapper_text {
    width: 100%;
  }

  .cta-wrapper-image {
    width: 100%;
    height: 200px;
    flex: 0 auto;
  }

  .section-ured-header, .section-ured-columns {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .col {
    width: 100%;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .obrazovanje-wrapper {
    padding: 20px 10px;
  }

  .info-wrapper, .info-wrapper.iskustvo {
    margin-top: 20px;
  }

  .text-size-year {
    font-size: 14px;
  }

  .text-size-info {
    font-size: 16px;
    line-height: 20px;
  }

  .ured-image-wrapper {
    height: 400px;
  }

  .podrucje-rada-grid {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .section-ured-cta, .section-ured-grid {
    padding-top: 40px;
    padding-bottom: 40px;
  }

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

  .header-wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .header-wrapper-text {
    width: 100%;
  }

  .header-wrapper-img {
    width: 100%;
    height: 200px;
  }

  .section-kontakt-header {
    padding-bottom: 40px;
  }

  .section-kontakt-karta {
    padding-bottom: 0;
  }

  .map-container {
    height: 400px;
    background-image: none;
    justify-content: center;
    align-items: flex-end;
  }

  .map-text-wrapper {
    width: auto;
    margin-right: 0;
    display: none;
    position: static;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: auto;
  }

  .text-block-2 {
    font-size: 16.33px;
  }

  .text-block-3 {
    font-size: 16.33px;
    line-height: 138.4%;
  }
}

#w-node-_1d447dbd-6dca-807f-cfe4-dea6be2e67dd-f95a8f6f, #w-node-_4ad2465c-3c64-5439-2297-401da5d6852c-f95a8f6f, #w-node-_7b219ec1-afd9-5b42-af84-d3cd261aae3f-f95a8f6f, #w-node-ed07792b-023d-2243-5447-fccfd91f736d-f95a8f6f, #w-node-_5ef3dad0-635c-f521-459c-7609d12d1d2a-f95a8f6f, #w-node-_236f6c42-7eb3-54bf-c482-8505fac419e0-f95a8f6f, #w-node-_58908270-e92a-d515-cd57-3736ae3bb8aa-f95a8f6f, #w-node-_31d6ee4c-c15b-7beb-5a6e-8041201169f7-f95a8f6f, #w-node-_31d6ee4c-c15b-7beb-5a6e-8041201169fc-f95a8f6f, #w-node-_31d6ee4c-c15b-7beb-5a6e-804120116a01-f95a8f6f, #w-node-_31d6ee4c-c15b-7beb-5a6e-804120116a06-f95a8f6f, #w-node-_31d6ee4c-c15b-7beb-5a6e-804120116a0b-f95a8f6f, #w-node-_31d6ee4c-c15b-7beb-5a6e-804120116a12-f95a8f6f, #w-node-_31d6ee4c-c15b-7beb-5a6e-804120116a19-f95a8f6f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}


@font-face {
  font-family: 'Sourcesanspro';
  src: url('../fonts/SourceSansPro-BlackItalic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Sourcesanspro';
  src: url('../fonts/SourceSansPro-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Sourcesanspro';
  src: url('../fonts/SourceSansPro-ExtraLightItalic.ttf') format('truetype');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Sourcesanspro';
  src: url('../fonts/SourceSansPro-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sourcesanspro';
  src: url('../fonts/SourceSansPro-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sourcesanspro';
  src: url('../fonts/SourceSansPro-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sourcesanspro';
  src: url('../fonts/SourceSansPro-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Sourcesanspro';
  src: url('../fonts/SourceSansPro-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Sourcesanspro';
  src: url('../fonts/SourceSansPro-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sourcesanspro';
  src: url('../fonts/SourceSansPro-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sourcesanspro';
  src: url('../fonts/SourceSansPro-SemiBoldItalic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Sourcesanspro';
  src: url('../fonts/SourceSansPro-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sourceserifpro';
  src: url('../fonts/SourceSerifPro-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Sourceserifpro';
  src: url('../fonts/SourceSerifPro-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sourceserifpro';
  src: url('../fonts/SourceSerifPro-BlackItalic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Sourceserifpro';
  src: url('../fonts/SourceSerifPro-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Sourceserifpro';
  src: url('../fonts/SourceSerifPro-ExtraLightItalic.ttf') format('truetype');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Sourceserifpro';
  src: url('../fonts/SourceSerifPro-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sourceserifpro';
  src: url('../fonts/SourceSerifPro-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sourceserifpro';
  src: url('../fonts/SourceSerifPro-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sourceserifpro';
  src: url('../fonts/SourceSerifPro-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Sourceserifpro';
  src: url('../fonts/SourceSerifPro-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sourceserifpro';
  src: url('../fonts/SourceSerifPro-SemiBoldItalic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Sourceserifpro';
  src: url('../fonts/SourceSerifPro-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}