:root {
  --tamno-plava: #0a1318;
  --tamna-brand: #48494b;
  --white: white;
  --ahc-tamno-plava: #1e4152;
  --ahc-zelena: #d5ce5c;
  --white-2: white;
  --ahc-svjetlo-zelena: #e6e9e3;
  --crna: black;
  --širina-web: 1300px;
  --svijetlo-zelena: #eaeebc;
  --srednje-plava: #0f2733;
  --svjetla-brand: #e4e4e4;
  --zakrivljenost: 10px;
  --svijetlo-siva: #d1d1d1;
  --širina-tekst: 1200px;
  --max-height-foto-detaljna: 800px;
}

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

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.no-padding {
  padding: 0;
}

.m-t-40 {
  margin-top: 20px;
}

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

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.close {
  color: #7a7a7a;
  letter-spacing: 1px;
  height: 45px;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 45px;
  position: absolute;
  top: 0;
  bottom: 0;
  overflow: hidden;
}

.moose-line-1---2 {
  z-index: 2;
  background-color: #cea142;
  border-radius: 10px;
  width: 30px;
  height: 4px;
  margin-left: auto;
  margin-right: auto;
  display: none;
  position: absolute;
  top: 28px;
  left: 0;
  right: 0;
}

.spring-3 {
  background-color: #333;
  border-radius: 3px;
  width: 45px;
  height: 5px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 43px;
  left: 0;
  right: 0;
}

.open {
  color: #7a7a7a;
  letter-spacing: 1px;
  height: 45px;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 45px;
  position: absolute;
  top: 0;
  bottom: 0;
  overflow: hidden;
}

.sliding-block {
  z-index: 0;
  float: right;
  clear: none;
  background-color: #cea142;
  width: 100%;
  max-width: 250px;
  height: 60px;
  position: absolute;
}

.square-parent {
  perspective: 2000px;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(0);
}

.spring-2 {
  background-color: #333;
  border-radius: 3px;
  width: 45px;
  height: 5px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 28px;
  left: 0;
  right: 0;
}

.top-bubble {
  background-color: #fff;
  border-radius: 50px;
  width: 40px;
  height: 3px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 18px;
  left: 0;
  right: 0;
}

.line-1 {
  z-index: 2;
  background-color: #7a7a7a;
  width: 35px;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
}

.spring-menu {
  z-index: 10;
  color: #fff;
  background-color: #786df7;
  border-radius: 5px;
  margin-top: 70px;
  left: 0;
  right: 0;
  overflow: hidden;
}

.bottom-bubble {
  background-color: #fff;
  border-radius: 50px;
  width: 40px;
  height: 3px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 38px;
  left: 0;
  right: 0;
}

.moose-color-overlay-button {
  z-index: 1;
  background-color: #14213d;
  border-radius: 100px;
  width: 60px;
  height: 60px;
  position: absolute;
  inset: 0;
  transform: scale(0);
}

.triangle {
  border-bottom: 23px solid #786df7;
  border-left: 13px solid #0000;
  border-right: 13px solid #0000;
  width: 25px;
  min-width: 25px;
  height: 25px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
  top: 10.5px;
}

.line-3 {
  z-index: 2;
  background-color: #7a7a7a;
  width: 35px;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 30px;
  left: 0;
  right: 0;
}

.spring-1 {
  background-color: #333;
  border-radius: 3px;
  width: 45px;
  height: 5px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 12px;
  left: 0;
  right: 0;
}

.moose-line-1 {
  z-index: 2;
  background-color: #cea142;
  border-radius: 10px;
  width: 30px;
  height: 4px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 28px;
  left: 0;
  right: 0;
}

.moose-line-2 {
  z-index: 2;
  background-color: #cea142;
  border-radius: 10px;
  width: 4px;
  height: 30px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 15px;
  left: 0;
  right: 0;
}

.top-bun {
  background-color: #fdba58;
  border-radius: 25px 25px 0 0;
  width: 35px;
  height: 15px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
  box-shadow: 1px 1px #be9848;
}

.middle-bubble {
  background-color: #fff;
  border-radius: 50px;
  width: 40px;
  height: 3px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 28px;
  left: 0;
  right: 0;
}

.line-2 {
  z-index: 1;
  background-color: #7a7a7a;
  width: 35px;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
}

.hamburger-meat {
  background-color: #63452d;
  border-radius: 5px;
  width: 40px;
  height: 5px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 29px;
  left: 0;
  right: 0;
}

.line2-1 {
  border: 2px solid #7a7a7a;
  width: 0;
  height: 1px;
  margin-left: auto;
  margin-right: auto;
  display: none;
  position: absolute;
  top: 19px;
  left: 0;
  right: 0;
}

.moose-line-2-2 {
  z-index: 2;
  background-color: #cea142;
  border-radius: 10px;
  width: 4px;
  height: 30px;
  margin-left: auto;
  margin-right: auto;
  display: none;
  position: absolute;
  top: 15px;
  left: 0;
  right: 0;
}

.body {
  background-color: var(--tamno-plava);
  color: var(--tamna-brand);
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.logo-text {
  color: var(--white);
  text-transform: none;
  width: auto;
  max-width: 100%;
  margin-top: 0;
  margin-bottom: 4px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 100%;
}

.logo-text.mali {
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.3rem;
}

.logo-text.crni {
  color: var(--ahc-tamno-plava);
  font-size: 14px;
}

.nav-link-2 {
  color: var(--white);
  letter-spacing: 0;
  margin: 0 0;
  padding: 13px 1.3vw;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4rem;
  transition: opacity .2s;
}

.nav-link-2:hover {
  opacity: .5;
}

.nav-link-2.w--current {
  color: var(--ahc-zelena);
  text-decoration: none;
}

.nav-link-2.contact-btn {
  background-color: var(--ahc-zelena);
  color: var(--ahc-tamno-plava);
  letter-spacing: 0;
  border-radius: 10px;
  margin: 0;
  padding: 13px 1.3vw;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4rem;
  transition: background-color .2s, color .2s;
}

.nav-link-2.contact-btn:hover {
  background-color: var(--ahc-svjetlo-zelena);
  opacity: 1;
  color: var(--ahc-tamno-plava);
}

.nav-link-2.last {
  margin-right: 0;
  padding-left: 1.3vw;
  padding-right: 2.5vw;
  font-weight: 400;
}

.contain {
  z-index: 2;
  color: var(--crna);
  flex-flow: column;
  width: 90%;
  margin-left: 0;
  margin-right: auto;
  padding: 0 0%;
  display: flex;
  position: relative;
}

.contain.flex {
  flex: 0 auto;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.contain.flex.no-padding {
  max-width: var(--širina-web);
  margin-left: auto;
  margin-right: auto;
}

.contain.footer {
  background-color: #fff0;
  margin-left: auto;
}

.brand {
  margin-top: 30px;
  margin-bottom: 30px;
}

.brand.footer {
  margin-top: 0;
  margin-bottom: 0;
}

.brand.footer.w--current {
  margin-left: auto;
  margin-right: auto;
}

.brand.nav.w--current {
  align-self: center;
}

.home-hero-section {
  object-fit: cover;
  background-color: #0000;
  align-items: flex-end;
  height: 100%;
  padding-bottom: 0;
  display: flex;
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.flex-hor-left-middle {
  flex-flow: column;
  align-items: center;
  width: 100%;
  display: flex;
}

.flex-hor-left-middle.tablet-reverse {
  max-width: var(--širina-web);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
}

.white-hero-div {
  background-color: #fff;
  padding: 76px 64px 119px;
  position: relative;
}

.white-hero-div.absolute {
  background-color: var(--svijetlo-zelena);
  color: var(--white);
  border-radius: 10px;
  width: 100%;
  margin-bottom: 40px;
  padding: 0 0 40px;
  display: block;
  position: relative;
  inset: auto;
}

.white-hero-div.home {
  border: 1px none var(--svjetla-brand);
  border-radius: var(--zakrivljenost);
  background-color: #fff0;
  width: 70%;
  margin-bottom: 0;
  padding: 0;
}

.white-hero-div.story-quote {
  background-color: var(--tamna-brand);
  color: var(--svjetla-brand);
  border-radius: 10px;
  padding: 3rem;
}

.block-tag {
  background-color: var(--tamna-brand);
  color: #fff;
  text-align: left;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: -16px;
  margin-left: 64px;
  padding: 11px 40px;
  font-size: 14px;
  line-height: 24px;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}

.block-tag.white {
  background-color: var(--white-2);
  color: var(--tamna-brand);
  margin-left: 0;
  padding-left: 0;
  position: static;
}

.heading-sm {
  color: var(--tamna-brand);
  width: 60%;
  margin-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 1.4rem;
  line-height: 2rem;
}

.heading-sm.poziv {
  color: var(--svjetla-brand);
}

.what-we-do-section {
  background-color: var(--white);
  padding-left: 10%;
  padding-right: 10%;
}

.headline-lrg {
  color: var(--tamna-brand);
  width: auto;
  max-width: 100%;
  margin-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 2.6rem;
  font-weight: 600;
  line-height: 3rem;
}

.headline-lrg.white {
  color: var(--white);
  text-transform: none;
  width: 100%;
  max-width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 3.6vw;
  font-weight: 400;
  line-height: 110%;
  position: static;
}

.text-block {
  z-index: 2;
  margin-top: 0;
  margin-left: 0;
  position: relative;
  inset: -5% 26% auto auto;
}

.text-block.home-hero {
  background-color: var(--ahc-tamno-plava);
  border-radius: 10px;
  font-family: Montserrat, sans-serif;
  right: auto;
}

.text-block.ime {
  color: var(--tamna-brand);
  text-align: right;
  letter-spacing: 1px;
  text-transform: none;
  background-color: #0000;
  border-radius: 10px;
  width: 100%;
  padding-bottom: 0;
  padding-left: 20px;
  padding-right: 0;
  font-size: 1rem;
  line-height: 1.4rem;
  left: 0;
  right: 0%;
}

.div-block-4 {
  margin-top: -16px;
  margin-left: 3rem;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
}

.div-block-4.about {
  text-align: left;
  width: auto;
  margin-top: 0;
  margin-left: 0;
  position: relative;
  inset: 0% auto auto;
}

.testimonial-slider-section {
  background-color: var(--white-2);
  height: auto;
  max-height: none;
  padding: 10svh 0% 128px;
  position: relative;
}

.newsletter-signup-section {
  background-color: var(--ahc-tamno-plava);
  padding: 70px 8%;
}

.newsletter-form-wrap {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.newsletter-cta-wrap {
  width: 50%;
  margin-right: 30px;
}

.form {
  display: flex;
}

.email-input {
  border: 2px solid var(--white-2);
  color: var(--tamna-brand);
  border-radius: 10px;
  flex: 1;
  width: auto;
  height: 48px;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 30px;
  padding: 10px 115px 13px 24px;
  font-size: 17px;
  line-height: 30px;
  transition: border-color .2s;
}

.email-input:focus {
  border-color: var(--tamna-brand);
}

.email-input::placeholder {
  color: var(--tamna-brand);
}

.flex-hor-left-stretch {
  display: flex;
}

.form-block {
  flex-wrap: wrap;
  flex: 0 auto;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.submit-btn {
  background-color: var(--ahc-zelena);
  color: var(--ahc-tamno-plava);
  letter-spacing: .5px;
  border-radius: 10px;
  flex: none;
  padding: 13px 37px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
  transition: background-color .2s, color .2s;
}

.submit-btn:hover {
  border: 1px solid var(--svjetla-brand);
  background-color: var(--ahc-svjetlo-zelena);
  color: var(--ahc-tamno-plava);
}

.footer-section {
  background-color: var(--ahc-zelena);
  justify-content: center;
  align-items: center;
  padding: 60px 10% 0;
  display: flex;
}

.div-block-22 {
  flex-flow: column;
  justify-content: space-around;
  align-items: stretch;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-row {
  grid-column-gap: 5vw;
  grid-row-gap: 5vw;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: auto auto auto auto auto;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  align-items: stretch;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-col {
  width: auto;
  max-width: 33%;
}

.footer-col.middle {
  color: var(--ahc-tamno-plava);
  text-align: center;
  max-width: none;
  text-decoration: none;
  display: flex;
}

.footer-heading {
  letter-spacing: .4px;
  text-transform: uppercase;
  white-space: nowrap;
  width: 100%;
  margin-top: 0;
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: 500;
  line-height: 18px;
  display: block;
}

.footer-heading.mali {
  text-transform: none;
  font-size: 16px;
  text-decoration: none;
}

.text-block-4 {
  color: var(--tamna-brand);
  padding-bottom: 2rem;
  font-size: 14px;
  line-height: 24px;
  text-decoration: none;
}

.div-block-25 {
  display: none;
}

.div-block-27 {
  width: 70%;
}

.nav-content-wrap {
  flex: 1;
  justify-content: space-between;
  align-self: center;
  align-items: center;
  height: 10svh;
  max-height: none;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.burger-4 {
  cursor: pointer;
  background-color: #fff;
  border-radius: 4px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  display: flex;
  position: relative;
  box-shadow: 6px 6px 25px #28078026;
}

.take-action-link {
  color: var(--tamna-brand);
  text-decoration: none;
}

.values-col {
  max-width: 25%;
  padding-left: 15px;
  padding-right: 15px;
}

.mission-values-section {
  background-color: var(--white);
  height: 100svh;
  padding: 20svh 8% 10px;
}

.team-member-col {
  width: 33%;
  margin-bottom: 70px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}

.navbar-2 {
  background-color: var(--ahc-tamno-plava);
  padding-left: 5%;
  padding-right: 5%;
  font-family: Droid Sans, sans-serif;
  font-weight: 400;
  position: relative;
  inset: 0% 0% auto;
}

.menu-button-3 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.nav-menu-3 {
  flex: 0 auto;
  align-self: center;
  margin-left: 0;
}

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

.text-block-8 {
  color: var(--tamna-brand);
  font-weight: 400;
}

.page-transition-overlay {
  z-index: 9999;
  justify-content: center;
  align-items: center;
  display: block;
  position: fixed;
  inset: 0%;
}

.lower-footer-wrap {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 10px;
}

.lottie-animation {
  width: 200px;
  position: static;
  inset: 0%;
}

.div-block-55 {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.section_logo3-white {
  z-index: 10;
  opacity: .8;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 20px;
  display: flex;
  position: relative;
}

.padding-section-medium-2 {
  width: 100%;
  max-width: 100%;
  height: auto;
  max-height: 130px;
  overflow: hidden;
}

.logo3_component-2 {
  align-items: stretch;
  height: 100%;
  display: flex;
}

.logo3_list-2 {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  white-space: nowrap;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 12.5rem 12.5rem 12.5rem 12.5rem 12.5rem 12.5rem 12.5rem 12.5rem 12.5rem;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  place-items: center start;
  margin-right: 0;
  display: grid;
}

.logo3_wrapper {
  border: 1px #f4f4f436;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
}

.logo3_logo {
  max-height: 2.5rem;
  margin-top: auto;
  margin-bottom: auto;
}

.section {
  background-color: var(--tamno-plava);
  height: 10svh;
  margin-bottom: 10px;
  display: flex;
  overflow: hidden;
}

.testimonial16_content {
  grid-column-gap: 4vw;
  grid-row-gap: 4vw;
  grid-template-rows: auto;
  grid-template-columns: 2fr 2fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  height: auto;
  padding-right: 10%;
  display: flex;
}

.padding-section-large {
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 2rem;
}

.section_testimonial16 {
  max-width: var(--širina-web);
  margin-left: auto;
  margin-right: auto;
}

.testimonial16_lightbox {
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 70%;
  display: flex;
  position: relative;
}

.testimonial16_lightbox-image {
  aspect-ratio: 3 / 2;
  object-fit: cover;
  border-radius: 10px;
  width: 100%;
  display: block;
}

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

.text-weight-semibold {
  color: var(--crna);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.3rem;
}

.hp-naslov {
  color: var(--ahc-tamno-plava);
  width: auto;
  max-width: 100%;
  margin-top: 0;
  margin-bottom: 2rem;
  font-family: Montserrat, sans-serif;
  font-size: 3.1vw;
  font-weight: 400;
  line-height: 120%;
}

.grid-3 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  margin-right: 10px;
  line-height: 120%;
  display: flex;
}

.grid-4 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  grid-template-columns: 1fr;
  justify-content: center;
  place-items: stretch center;
  width: auto;
  height: auto;
  display: flex;
}

.slika-case {
  background-image: url('../images/cover-12.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 700px;
  padding: 0 5%;
}

.naslov-klijenti {
  color: var(--white);
  width: auto;
  max-width: 100%;
  margin-top: 0;
  margin-bottom: 1rem;
  font-family: Montserrat, sans-serif;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 3.2rem;
}

.podnaslov {
  color: var(--white);
  width: auto;
  max-width: 600px;
  margin-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 140%;
  text-decoration: none;
}

.uvodni-tekst {
  color: var(--white);
  width: auto;
  max-width: 100%;
  margin-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 2.6rem;
  font-weight: 500;
  line-height: 3rem;
}

.uvodni-tekst.blue {
  color: var(--tamna-brand);
  text-transform: none;
  max-width: 80%;
  margin-top: 0;
  margin-bottom: 1rem;
  font-family: Montserrat, sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 150%;
  position: sticky;
  top: 180px;
}

.tekst-case {
  letter-spacing: -.2px;
  margin-bottom: 3rem;
  font-size: 16px;
  line-height: 140%;
}

.section-case {
  background-color: var(--white-2);
  padding: 60px 10% 100px;
}

.izjava {
  color: var(--ahc-tamno-plava);
  margin-top: 40px;
  margin-bottom: 0;
  padding-left: 40px;
  padding-right: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.8rem;
}

.italic-text {
  font-weight: 500;
}

.grid-5 {
  max-width: var(--širina-web);
  flex-flow: column;
  grid-template-rows: auto;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
}

.div-block-57 {
  width: 100%;
  height: 100%;
}

.potpis {
  justify-content: flex-end;
  height: 50px;
  padding-top: 10px;
  display: flex;
}

.image-5 {
  width: 300px;
}

.blog-post3_breadcrumb {
  color: var(--white);
  align-items: center;
  width: 100%;
  padding-right: 20px;
  font-family: Montserrat, sans-serif;
  display: flex;
}

.breadcrumb-divider {
  color: var(--tamna-brand);
  justify-content: center;
  align-items: center;
  width: .9rem;
  height: 1rem;
  margin-left: .5rem;
  margin-right: .5rem;
  display: flex;
}

.breadcrumb-link {
  color: #0000;
  text-decoration: none;
}

.breadcrumb-link.w--current {
  font-weight: 600;
}

.text-block-13 {
  color: var(--crna);
  text-transform: none;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.3rem;
  text-decoration: none;
}

.text-block-14 {
  color: var(--crna);
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.3rem;
}

.blog31_item-content {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  padding: 2rem;
  display: flex;
}

.blog31_item {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  border: 1px solid var(--svijetlo-siva);
  border-radius: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
}

.blog31_title-link {
  margin-bottom: .5rem;
  text-decoration: none;
  display: block;
}

.blog31_image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.blog31_image-link {
  width: 100%;
}

.blog31_list {
  grid-column-gap: 3rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  max-width: 1200px;
  display: grid;
}

.heading-style-h5-2 {
  color: var(--tamna-brand);
  margin-top: 10px;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4rem;
}

.blog31_category-link {
  margin-bottom: .5rem;
  margin-right: 1rem;
  font-size: .875rem;
  font-weight: 600;
  text-decoration: none;
}

.blog31_category-link.w--current {
  border-bottom: 2px solid #000;
}

.blog31_list-wrapper {
  padding: 4rem 5%;
}

.blog31_image-wrapper {
  width: 100%;
  height: 400px;
  position: relative;
  overflow: hidden;
}

.text-size-regular {
  font-size: 1rem;
}

.text-block-15 {
  color: var(--crna);
  font-family: Montserrat, sans-serif;
}

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

.bold-text-3 {
  color: var(--tamna-brand);
  font-family: Montserrat, sans-serif;
  font-size: 2rem;
  line-height: 2.4rem;
}

.slika-2 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.image-6 {
  border-radius: var(--zakrivljenost);
  width: 100%;
  max-width: 100%;
}

.grid-6 {
  grid-column-gap: 5%;
  grid-row-gap: 5%;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 2.5fr;
  margin-left: auto;
  margin-right: auto;
}

.link {
  color: var(--ahc-zelena);
  font-weight: 700;
  text-decoration: none;
}

.link.w--current {
  color: var(--ahc-zelena);
  text-decoration: none;
}

.link-2 {
  color: var(--ahc-tamno-plava);
}

.link-2.boja {
  color: var(--ahc-zelena);
  text-decoration: none;
}

.slika-o-nama-goran {
  z-index: 0;
  object-fit: contain;
  background-image: url('../images/AHC-HP-1-2.webp');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 0 5%;
  position: absolute;
  inset: 0%;
}

.kalmar {
  width: 100%;
  height: 100%;
}

.header7_background-video-desktop {
  z-index: -1;
  background-color: var(--tamno-plava);
  object-fit: cover;
  flex: 0 auto;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.header7_background-video {
  z-index: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-height: 1200px;
  display: none;
}

.div-block-58 {
  z-index: 2;
  background-color: #0000;
  background-image: linear-gradient(90deg, var(--white) 4%, #fff0 17%, #fff0 82%, white 95%);
  width: 100%;
  height: auto;
  position: absolute;
}

.container {
  flex-flow: column;
  align-self: stretch;
  height: 33px;
  display: block;
}

.image-7 {
  object-fit: cover;
  height: 100%;
}

.heading-sm-2 {
  color: var(--svjetla-brand);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 1.4rem;
  line-height: 2rem;
}

.div-block-50 {
  z-index: 1;
  justify-content: flex-end;
  display: block;
  position: relative;
}

.image-4 {
  border-radius: 10px;
  flex: none;
  width: 65%;
  height: auto;
  position: absolute;
  inset: 0% 0% auto auto;
}

.div-block-54 {
  padding-left: 63px;
}

.div-block-54.lijevi {
  padding-left: 0;
  padding-right: 60px;
}

.div-block-53 {
  flex: none;
  width: 544px;
}

.stories-sidebar {
  width: 246px;
  margin-right: 64px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.contain-2 {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.stories-tab-content {
  width: 100%;
  padding-top: 545px;
  position: relative;
}

.stories-tab-content.claudia {
  display: block;
}

.stories-section {
  background-color: var(--white);
  color: var(--tamna-brand);
  padding: 4rem 5% 64px;
}

.story-name-heading {
  color: var(--tamna-brand);
  margin-top: 0;
  margin-bottom: 2rem;
  font-family: Montserrat, sans-serif;
  font-size: 2rem;
  line-height: 2.6rem;
}

.grid-7 {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr;
}

.text-block-16 {
  background-color: var(--svjetla-brand);
  color: var(--tamna-brand);
  border-radius: 10px;
  align-items: center;
  height: 100%;
  padding: 1rem;
  text-decoration: none;
  display: flex;
}

.text-block-16:hover {
  background-color: var(--tamna-brand);
  color: var(--svjetla-brand);
}

.link-block, .link-block-2, .link-block-3, .link-block-4 {
  text-decoration: none;
}

.povecanje-broja {
  padding-top: 3rem;
  padding-bottom: 3rem;
  display: flex;
}

.povecanje-prihoda {
  flex-direction: row;
  padding-top: 3rem;
  padding-bottom: 3rem;
  display: flex;
}

.jacanje-reputacije {
  flex-direction: row-reverse;
  margin-top: 0;
  padding-top: 3rem;
  padding-bottom: 3rem;
  display: flex;
}

.upravljanje-korisnicima {
  flex-direction: row;
  padding-top: 3rem;
  padding-bottom: 3rem;
  display: flex;
}

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

.navbar-no-shadow {
  background-color: #0000;
  background-image: none;
  height: 90svh;
  position: static;
}

.navbar-no-shadow.detaljna {
  height: 120px;
}

.navbar-no-shadow-container {
  z-index: 11;
  background-color: #0000;
  background-image: none;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  height: 180px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 10%;
  display: flex;
  position: fixed;
}

.container-regular {
  max-width: var(--širina-web);
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  height: 100%;
  margin-left: 0;
  margin-right: auto;
  padding-top: 4px;
  display: flex;
}

.nav-menu-wrapper {
  order: 0;
}

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

.nav-link {
  color: var(--white);
  letter-spacing: .25px;
  white-space: nowrap;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px .4vw;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
}

.nav-link:hover {
  color: var(--svijetlo-siva);
}

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

.nav-link.w--current {
  color: var(--ahc-zelena);
  font-weight: 600;
}

.mobile-margin-top-10 {
  order: 1;
}

.hero-gradient {
  z-index: 1;
  background-image: linear-gradient(180deg, var(--tamno-plava), #1e415200 43%, #0000 55%, var(--tamno-plava));
  width: 100%;
  height: 100%;
  max-height: 1400px;
  position: absolute;
  inset: 0%;
}

.hero-za-slider {
  background-color: var(--tamno-plava);
  object-fit: cover;
  justify-content: flex-start;
  align-items: center;
  height: 90svh;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.mask {
  width: 100%;
}

.right-arrow, .left-arrow {
  opacity: .5;
  display: block;
}

.slide-nav {
  display: none;
}

.status-slider {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 40%;
  height: 40px;
  margin-right: auto;
  display: grid;
}

.tekst-mali-slider {
  color: var(--ahc-svjetlo-zelena);
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 10px;
  line-height: 120%;
  display: none;
}

.slider-block {
  border: 1px #000;
  border-top: 2px #e6e9e34d;
  border-bottom: 1px solid #e6e9e34d;
  height: 100%;
  padding-left: 10px;
  padding-right: 10px;
  text-decoration: none;
}

.slider-block.current {
  border-top-style: none;
  border-top-color: #aebd6ecc;
  border-bottom-color: #aebd6ecc;
}

.icon-3 {
  color: var(--ahc-zelena);
}

.slijde-1-image {
  aspect-ratio: auto;
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
  max-height: 1400px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.slijde-1-image.mobile {
  display: none;
}

.containhp {
  color: var(--crna);
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 80px;
  padding-left: 10%;
  padding-right: 10%;
  display: block;
}

.contain-1 {
  max-width: var(--širina-web);
  color: var(--crna);
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 40px;
  display: block;
}

.text-span {
  font-size: 3.2vw;
  font-weight: 600;
}

.title4 {
  font-family: Montserrat, sans-serif;
  font-size: 1.5em;
  font-weight: 600;
  line-height: 1.2em;
}

.p-xs-start {
  padding-top: 10px;
}

.title1 {
  font-family: Montserrat, sans-serif;
  font-size: 3.2vw;
  font-weight: 600;
  line-height: 120%;
}

.gallery-item-inner {
  width: 100%;
  height: 100%;
}

.copy-medium {
  font-size: 1.3em;
  font-weight: 400;
  line-height: 1.45em;
}

.copy-medium.text-semibold {
  height: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 1.3em;
  font-weight: 500;
  line-height: 130%;
  display: flex;
}

.gallery-item-sticky {
  color: #fffbf5;
  background-color: #1f1f1f;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 106svh;
  display: flex;
  position: sticky;
  top: 0;
  overflow: hidden;
  box-shadow: 0 -40px 40px #0000007d;
}

.gallery-scroll-distance {
  height: 100vh;
  position: relative;
}

.gallery-item-content-wrapper {
  z-index: 3;
  align-items: center;
  min-height: 100%;
  padding-left: 10%;
  padding-right: 10%;
  display: flex;
  position: relative;
}

.gallery-item-content-wrapper.zadnji {
  padding-top: 10svh;
}

.hero-gallery-item {
  width: 100%;
  max-width: 100%;
  margin-top: -100svh;
  position: relative;
}

.gallery-item-media-gradient {
  z-index: 2;
  background-image: linear-gradient(270deg, #dadada00, #2d3539ba 36%, var(--ahc-tamno-plava));
  width: 60%;
  height: 100%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.gallery-item-media-gradient.light-1 {
  background-image: linear-gradient(290deg, #dadada00 37%, var(--tamno-plava));
  width: 100%;
}

.gutter-outside {
  width: 40%;
}

.p-xxs-end {
  padding-bottom: 1.1em;
}

.gallery-item-content-inner {
  max-width: var(--širina-web);
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 10svh 0% 0;
  display: flex;
}

.gallery-item-content-inner.prvi {
  padding-top: 20svh;
}

.usluge---opisno {
  padding-left: 0%;
  padding-right: 0%;
}

.podnaslov-3 {
  color: var(--crna);
  font-size: 1.3rem;
  line-height: 130%;
}

.galerije-desktop {
  z-index: 1;
  object-fit: cover;
  object-position: 80% 50%;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0%;
}

.galerije-desktop.mobile {
  display: none;
}

.slider-pararagrap {
  color: #000;
  letter-spacing: -.2px;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 160%;
}

.slider-icon {
  justify-content: center;
  align-items: center;
  width: 48px;
  min-width: 48px;
  height: 48px;
  min-height: 48px;
  display: flex;
}

.slider-icon.detaljna {
  margin-top: 20px;
  margin-left: 40px;
}

.testimonial-avatar {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.testimonial-name {
  color: #000;
  font-weight: 500;
  line-height: 24px;
}

.slider-card {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: 30%;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.testimonial-author {
  color: #5a5a60;
  letter-spacing: .08px;
}

.climate-hunger-section {
  background-color: var(--ahc-tamno-plava);
  object-fit: cover;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  padding-top: 16svh;
  padding-left: 10%;
  padding-right: 10%;
  display: flex;
  position: relative;
}

.m-b-50 {
  margin-top: 0;
  margin-bottom: 50px;
}

.did-you-know-div {
  aspect-ratio: auto;
  background-color: #fff0;
  border-radius: 10px;
  width: 100%;
  margin-bottom: 4rem;
  padding-top: 0;
  padding-left: 0;
  padding-right: 3rem;
  position: sticky;
  top: 16svh;
}

.flex-vert-top-left {
  text-align: left;
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: flex-start;
  display: flex;
  position: sticky;
  top: 16svh;
}

.headline-lrg-2 {
  color: #48494b;
  width: auto;
  max-width: 100%;
  margin-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 2.6rem;
  font-weight: 600;
  line-height: 3rem;
}

.headline-lrg-2.blue {
  color: var(--ahc-zelena);
  text-transform: none;
  width: 100%;
  max-width: 100%;
  margin-top: 0;
  margin-bottom: 1rem;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 120%;
  position: static;
}

.flex-hor-left-middle-2 {
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  display: flex;
}

.div-block-11 {
  z-index: 0;
  flex: 1;
  padding-top: 20svh;
  position: relative;
}

.brush-text {
  color: var(--white);
  width: 90%;
  max-width: 100%;
  margin-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 3.4vw;
  font-weight: 600;
  line-height: 120%;
}

.tekst-hp-2 {
  color: var(--white);
  font-size: 1.22rem;
  line-height: 140%;
}

.did-you-know-content-wrap {
  float: left;
  border-left: 2px solid #aebd6e80;
  width: 100%;
  padding-left: 40px;
}

.contain-3 {
  color: #000;
  width: 100%;
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 60px;
  display: block;
}

.grid-8 {
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
  position: relative;
}

.grid-8.is--footer {
  z-index: 3;
  max-width: var(--širina-tekst);
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 2fr;
  grid-auto-columns: 1fr;
  margin-left: auto;
  margin-right: auto;
  font-family: Montserrat, sans-serif;
  display: grid;
}

.gradient-top {
  z-index: 1;
  background-image: linear-gradient(0deg, var(--ahc-tamno-plava), #00000b4d 50%, var(--ahc-tamno-plava));
  width: 100%;
  height: 100%;
  font-family: Montserrat, sans-serif;
  display: block;
  position: absolute;
  inset: 0%;
}

.paragraph {
  color: #fff;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.5;
}

.image-footer {
  z-index: 0;
  opacity: .5;
  object-fit: fill;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.container-2 {
  z-index: 1;
  width: 1560px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15em 6.25em;
}

.container-2.footer {
  padding: 4em 10% 0;
}

.text-span-16 {
  text-transform: none;
  white-space: normal;
  font-weight: 400;
}

.span-text.footer-2 {
  white-space: normal;
  font-size: 38px;
  font-weight: 300;
}

.span-text.footer-1 {
  color: var(--ahc-zelena);
  white-space: normal;
  margin-bottom: 20px;
  font-size: 48px;
  font-weight: 700;
  line-height: 120%;
}

.grid_item {
  z-index: 1;
  width: 100%;
  padding: 1.04em;
  display: block;
  position: relative;
}

.grid_item.footer-form {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: var(--white);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.grid_item.is--50 {
  justify-content: center;
  width: 50%;
  display: flex;
  position: relative;
}

.grid_item.is--50.footer-1 {
  justify-content: flex-start;
  width: 100%;
  margin-bottom: 20px;
  padding-left: 0;
  padding-right: 0;
}

.grid_item._60 {
  padding: 0;
}

.section-2 {
  z-index: 10;
  background-color: #fff;
  max-width: 100%;
  position: relative;
}

.section-2.is--footer {
  z-index: 1;
  background-color: var(--ahc-tamno-plava);
  justify-content: center;
  align-items: center;
  height: 104svh;
  max-height: 1100px;
  display: flex;
  position: relative;
  bottom: 0;
  overflow: visible;
}

.is--white {
  color: #fff;
}

.is--white.is--69px {
  white-space: nowrap;
  flex-direction: column;
  font-size: 69px;
  line-height: 1.4;
  display: flex;
}

.gradient {
  z-index: 0;
  max-width: var(--širina-web);
  padding-bottom: 600px;
  position: relative;
}

.text-span-17 {
  color: var(--ahc-zelena);
}

.foto {
  z-index: 4;
  object-fit: cover;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 104svh;
  padding-bottom: 0;
  display: block;
  position: sticky;
  inset: 0% 0% auto;
}

.foto-potencijai {
  z-index: 0;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0% 0% auto;
}

.image-9 {
  z-index: 3;
  object-fit: cover;
  width: 100%;
  min-height: 60%;
  position: absolute;
  bottom: 0;
}

.sticky {
  height: 70svh;
  padding-bottom: 220px;
  position: relative;
}

.sjena-lia {
  z-index: 4;
  background-image: linear-gradient(#0000 84%, #1e415299);
  width: 100%;
  height: 100%;
  position: absolute;
}

.div-block-64 {
  position: sticky;
  top: 200px;
}

.gumb {
  border-radius: var(--zakrivljenost);
  background-color: var(--ahc-zelena);
  color: var(--tamno-plava);
  text-transform: none;
  width: auto;
  padding: 10px 20px;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.logo-grid-footer {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: var(--ahc-tamno-plava);
  text-align: center;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr;
  justify-content: flex-start;
  align-items: center;
  margin-right: 10px;
  display: flex;
}

.image-10 {
  margin-left: auto;
  margin-right: auto;
}

.gumb-meni {
  border-radius: var(--zakrivljenost);
  background-color: var(--ahc-zelena);
  color: var(--tamno-plava);
  letter-spacing: 0;
  text-transform: uppercase;
  white-space: nowrap;
  justify-content: center;
  align-items: center;
  padding: 12px 25px 12px 20px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 20px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.gumb-meni:hover {
  background-color: var(--ahc-zelena);
  color: #fff;
}

.gumb-meni:active {
  background-color: #43464d;
}

.meni-button-warper {
  margin-left: 20px;
  margin-right: 0;
}

.slider {
  background-color: #ddd0;
  height: 100%;
  padding-bottom: 60px;
}

.icon-4, .icon-5 {
  color: var(--ahc-zelena);
}

.forma-podloga {
  background-color: #0000;
  border-radius: 30px;
  width: 100%;
  max-width: none;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}

.text-block-25 {
  color: red;
}

.ent-feedback {
  color: #db4b68;
  -webkit-text-stroke-color: #db4b68;
  text-transform: none;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 500;
  line-height: 120%;
  display: flex;
}

.ent-file-btn {
  color: #fff;
  white-space: normal;
  background-color: #555558;
  border-radius: 16px;
  padding: 16px 20px;
  line-height: 120%;
}

.skrivena-forma {
  color: var(--ahc-zelena);
  display: block;
}

.tekst-upozorenje {
  margin-bottom: 20px;
}

.ent-submit-btn {
  border-radius: var(--zakrivljenost);
  background-color: var(--ahc-zelena);
  color: var(--ahc-tamno-plava);
  text-align: center;
  width: 100%;
  padding: 16px 20px;
  font-weight: 600;
}

.ent-form-input {
  color: var(--white);
  background-color: #fff0;
  border: 1px #c9c9c9;
  border-bottom: 1px solid #babbbb;
  border-radius: 0;
  width: 100%;
  margin-bottom: 10px;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 20px;
  font-weight: 500;
}

.ent-form-input-upload {
  white-space: normal;
  word-break: normal;
  overflow-wrap: normal;
  background-color: #f1f1f1;
  border: 1px #c9c9c9;
  border-bottom: 1px solid #babbbb;
  border-radius: 20px;
  height: 100%;
  margin-bottom: 0;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 20px;
  font-size: 14px;
  line-height: 120%;
}

.nevidljiva-forma {
  background-color: #0000;
  padding: 0;
  display: none;
}

.ent-check-group {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #0000;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 20px;
  display: grid;
}

.half-column-left {
  align-items: center;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.html-embed-4 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  color: var(--white);
  background-color: #0000;
  border-radius: 30px;
  flex-flow: column;
  width: 100%;
  padding: 0;
  display: flex;
}

.kontakt-forma {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: var(--white);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  max-width: 1310px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0%;
  padding-right: 0%;
  position: relative;
}

.checkbox-2 {
  width: 20px;
  height: 20px;
  margin-top: 0;
}

.checkbox-label-3 {
  width: 20px;
  height: 20px;
  margin-bottom: 0;
}

.form-2 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  color: var(--white);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.vidljiva-forma {
  flex-wrap: wrap;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.ent-file-input-group {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #0000;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 20px;
  display: grid;
}

.div-block-66 {
  padding-top: 100px;
}

.trenutna {
  color: var(--tamno-plava);
}

.section-3 {
  z-index: 2;
  padding: 0 0%;
  position: relative;
}

.div-block-67 {
  max-width: var(--širina-web);
  margin-left: auto;
  margin-right: auto;
}

.detaljna-foto {
  z-index: 0;
  max-height: var(--max-height-foto-detaljna);
  object-fit: fill;
  object-position: 50% 50%;
  height: 64svh;
  padding: 0 0%;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.detaljna-top {
  max-height: var(--max-height-foto-detaljna);
  background-color: var(--white);
  object-fit: cover;
  justify-content: flex-start;
  align-items: center;
  height: 64svh;
  padding: 20svh 10% 60px;
  display: flex;
}

.image-detaljna-top {
  max-height: var(--max-height-foto-detaljna);
  aspect-ratio: auto;
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 64svh;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
}

.image-detaljna-top.mobile {
  display: none;
}

.image-detaljna-top.mobile.klijenti {
  object-position: 60% 40%;
}

.image-detaljna-top.storadimo {
  object-position: 50% 20%;
}

.image-detaljna-top.platforme {
  object-position: 100% 20%;
}

.image-detaljna-top.klijenti {
  object-position: 60% 30%;
}

.image-detaljna-top.o-nama {
  object-position: 50% 30%;
}

.image-detaljna-top.kontakti {
  object-position: 50% 50%;
}

.sjena-detaljna {
  z-index: 1;
  background-image: linear-gradient(180deg, var(--crna), #0a13186e 18%, #0a131800 29%, #0a131800 66%, #0a1318a6 82%, var(--crna) 99%, var(--tamno-plava));
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  position: absolute;
  inset: 0%;
}

.sjena-detaljna._2 {
  background-image: linear-gradient(90deg, #000c, #0a131800 53%, #c6c8c900 70%);
}

.contain-detaljna {
  z-index: 2;
  max-width: var(--širina-web);
  color: var(--crna);
  flex-flow: column;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0 0% 60px;
  display: flex;
  position: relative;
}

.contain-detaljna.flex {
  flex: 0 auto;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.contain-detaljna.flex.no-padding {
  max-width: var(--širina-web);
  margin-left: auto;
  margin-right: auto;
}

.contain-detaljna.footer {
  background-color: #fff0;
}

.section-4 {
  background-color: var(--ahc-zelena);
  height: auto;
  padding: 10px 10%;
}

.div-block-68 {
  background-color: #b6bd6ecc;
  padding: 10px;
}

.div-block-69 {
  position: sticky;
  top: 180px;
}

.sticky-sto-radio {
  position: sticky;
  top: 140px;
}

.sto-radimo {
  color: var(--white);
  width: auto;
  max-width: 100%;
  margin-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 2.6rem;
  font-weight: 500;
  line-height: 3rem;
}

.sto-radimo.blue {
  color: var(--ahc-tamno-plava);
  text-transform: none;
  max-width: 80%;
  margin-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 140%;
}

.link-block-5 {
  color: var(--ahc-tamno-plava);
  justify-content: flex-start;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  text-decoration: none;
  display: flex;
}

.link-block-5:lang(en) {
  border-bottom: 1px none var(--ahc-tamno-plava);
}

.medjunaslov {
  margin-top: 0;
  margin-bottom: 20px;
  padding-top: 0;
  font-weight: 600;
  line-height: 120%;
}

.tekst-detaljna {
  letter-spacing: -.2px;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 140%;
}

.sidebar-link {
  color: var(--ahc-tamno-plava);
  border-width: 1px;
  border-color: #000;
  border-top-style: none;
  border-left-style: none;
  border-right-style: none;
  justify-content: flex-start;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  text-decoration: none;
  display: block;
}

.sidebar-link:lang(en) {
  border-bottom: 1px none var(--ahc-tamno-plava);
}

.sidebar-link.w--current {
  border-left: 4px solid var(--ahc-zelena);
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 20px;
}

.sekcija {
  padding-top: 60px;
}

.sekcija.bez {
  padding-top: 0;
}

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

.heading-style-h2 {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.margin-bottom, .margin-bottom.margin-xsmall, .margin-bottom.margin-xxlarge, .margin-bottom.margin-small {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.text-size-medium {
  font-size: 1.125rem;
}

.text-style-tagline {
  color: var(--\<unknown\|relume-variable-color-scheme-1-text\>);
  justify-content: center;
  align-items: center;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
}

.contact19_item {
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.icon-embed-medium {
  color: var(--ahc-zelena);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
}

.max-width-large {
  width: 100%;
  max-width: 48rem;
}

.contact19_component {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  display: flex;
}

.contact19_grid-list {
  grid-column-gap: 3rem;
  grid-row-gap: 4rem;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  width: 100%;
  display: flex;
}

.text-style-link {
  color: var(--ahc-tamno-plava);
  font-weight: 600;
  text-decoration: none;
}

.heading-style-h4 {
  color: var(--ahc-tamno-plava);
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.3;
}

.contact19_icon-wrapper {
  vertical-align: top;
  display: inline-block;
}

.margin-top {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-top.margin-small {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  text-decoration: none;
}

.div-block-70 {
  width: 100%;
  height: 400px;
}

.code-embed {
  height: 100%;
}

.izjava-2 {
  color: var(--srednje-plava);
  margin-top: 10px;
  margin-bottom: 0;
  padding-left: 40px;
  padding-right: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 140%;
}

.izjava-detaljna {
  background-color: #fff;
  padding: 76px 64px 119px;
  position: relative;
}

.izjava-detaljna.absolute {
  background-color: var(--svijetlo-zelena);
  color: var(--white);
  border-radius: 10px;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 40px;
  padding: 0 0 40px;
  display: block;
  position: relative;
  inset: auto;
}

.izjava-detaljna.home {
  border: 1px none var(--svjetla-brand);
  border-radius: var(--zakrivljenost);
  background-color: #fff0;
  width: 60%;
  margin-bottom: 0;
  padding: 0;
}

.izjava-detaljna.story-quote {
  background-color: var(--tamna-brand);
  color: var(--svjetla-brand);
  border-radius: 10px;
  padding: 3rem;
}

.potpis-izjava {
  color: var(--ahc-tamno-plava);
  text-align: right;
  margin-top: 40px;
  margin-bottom: 0;
  padding-left: 40px;
  padding-right: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 140%;
}

.breadcrumb {
  max-width: var(--širina-web);
  margin-left: auto;
  margin-right: auto;
}

.paragraph-2 {
  text-align: left;
}

.mapa {
  z-index: 2;
  max-width: var(--širina-web);
  color: var(--crna);
  flex-flow: column;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0 0%;
  display: flex;
  position: relative;
}

.mapa.flex {
  flex: 0 auto;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.mapa.flex.no-padding {
  max-width: var(--širina-web);
  margin-left: auto;
  margin-right: auto;
}

.mapa.footer {
  background-color: #fff0;
}

.text-span-18 {
  font-weight: 700;
}

.mali {
  font-size: 2vw;
}

.field-label, .label-2 {
  font-weight: 400;
}

html.w-mod-js [data-ix="close-word-on-load"] {
  transform: translate(100%);
}

html.w-mod-js [data-ix="bottom-x-2"] {
  opacity: 0;
  transform: rotate(-45deg)translate(0, 50%);
}

html.w-mod-js [data-ix="spring-initial-0"] {
  height: 0;
}

html.w-mod-js [data-ix="moose-nav-link-2"] {
  opacity: 0;
  transform: translate(0, -20px);
}

html.w-mod-js [data-ix="sliding-block"] {
  width: 0;
}

html.w-mod-js [data-ix="square-front"] {
  opacity: 1;
}

html.w-mod-js [data-ix="moose-nav-link-3"], html.w-mod-js [data-ix="moose-nav-link-1"] {
  opacity: 0;
  transform: translate(0, -20px);
}

html.w-mod-js [data-ix="bottom-x"] {
  opacity: 0;
  transform: rotate(45deg)translate(0, 50%);
}

@media screen and (min-width: 1280px) {
  .white-hero-div.absolute {
    background-color: var(--svijetlo-zelena);
    color: var(--srednje-plava);
  }

  .headline-lrg.white {
    font-size: 3vw;
  }

  .hp-naslov {
    font-size: 2.8vw;
  }

  .nav-link {
    padding-left: 1vw;
    padding-right: 1vw;
  }

  .title1 {
    font-size: 3vw;
  }

  .kontakt-forma {
    max-width: 1310px;
  }

  .vidljiva-forma {
    margin-left: auto;
    margin-right: auto;
  }

  .image-detaljna-top.storadimo {
    object-position: 50% 30%;
  }

  .potpis-izjava {
    margin-top: 10px;
  }
}

@media screen and (min-width: 1440px) {
  .contain {
    align-self: flex-end;
  }

  .home-hero-section {
    object-position: 50% 100%;
  }

  .headline-lrg.white {
    font-size: 2.6vw;
  }

  .flex-hor-left-stretch {
    justify-content: center;
    align-items: center;
  }

  .div-block-22 {
    max-width: 1200px;
  }

  .footer-col {
    width: auto;
  }

  .testimonial16_content {
    grid-column-gap: 5%;
    grid-row-gap: 5%;
  }

  .padding-section-large {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .section_testimonial16 {
    max-width: none;
  }

  .testimonial16_lightbox {
    width: 60%;
  }

  .padding-global {
    margin-left: auto;
    margin-right: auto;
  }

  .hp-naslov {
    font-family: Montserrat, sans-serif;
    font-size: 2.4vw;
  }

  .podnaslov {
    line-height: 1.8rem;
  }

  .grid-5, .blog31_list {
    margin-left: auto;
    margin-right: auto;
  }

  .slika-o-nama-goran {
    background-position: 50% 0;
  }

  .header7_background-video {
    object-fit: fill;
    max-height: none;
  }

  .contain-2 {
    width: 100%;
    max-width: 1200px;
    padding-left: 0;
    padding-right: 0;
  }

  .stories-section {
    padding-left: 5%;
    padding-right: 5%;
  }

  .hero-gradient {
    max-height: none;
  }

  .hero-za-slider {
    object-position: 50% 100%;
  }

  .status-slider {
    grid-column-gap: 2vw;
    grid-row-gap: 2vw;
    width: 30%;
  }

  .slijde-1-image {
    max-height: none;
  }

  .containhp, .contain-1 {
    align-self: flex-end;
  }

  .text-span, .title1 {
    font-size: 3vw;
  }

  .gutter-outside, .slider-card {
    width: 35%;
  }

  .did-you-know-div {
    margin-bottom: 2rem;
  }

  .brush-text {
    font-size: 2.4vw;
  }

  .did-you-know-content-wrap {
    width: 100%;
  }

  .contain-3 {
    align-self: flex-end;
  }

  .foto, .foto-potencijai {
    max-height: none;
  }

  .kontakt-forma {
    max-width: 1310px;
    padding-left: 0%;
    padding-right: 0%;
  }

  .vidljiva-forma {
    margin-left: auto;
    margin-right: auto;
  }

  .detaljna-foto {
    background-position: 50% 0;
  }

  .contain-detaljna {
    align-self: flex-end;
  }

  .izjava-detaljna.home {
    width: 40%;
  }

  .mapa {
    align-self: flex-end;
  }
}

@media screen and (min-width: 1920px) {
  .headline-lrg.white {
    font-size: 2.4vw;
  }

  .text-span {
    font-size: 2.6vw;
  }

  .forma-podloga {
    padding-left: 0;
  }

  .vidljiva-forma {
    align-items: stretch;
    width: 100%;
  }
}

@media screen and (max-width: 991px) {
  .close, .open {
    line-height: 45px;
  }

  .sliding-block {
    max-width: 250px;
  }

  .logo-text {
    text-align: left;
  }

  .nav-link-2 {
    display: none;
  }

  .nav-link-2.contact-btn {
    margin-bottom: 0;
    display: block;
  }

  .nav-link-2.tablet {
    margin: 0 20px 7px 0;
    padding-left: 10px;
    padding-right: 10px;
    display: inline-block;
  }

  .contain {
    padding-bottom: 0;
  }

  .contain.flex {
    display: block;
  }

  .brand.footer {
    text-align: left;
    align-self: flex-start;
    width: 100%;
    margin-bottom: 32px;
  }

  .brand.nav {
    margin-top: 20px;
    margin-bottom: 0;
  }

  .home-hero-section {
    background-image: none;
    background-position: 0 0;
  }

  .flex-hor-left-middle.tablet-reverse {
    flex-flow: column;
    align-items: center;
    width: auto;
  }

  .white-hero-div {
    width: 100%;
  }

  .white-hero-div.absolute {
    width: 100%;
    position: relative;
    bottom: 0;
  }

  .white-hero-div.home {
    flex-flow: column;
    order: -1;
    width: 100%;
    padding-right: 20%;
    display: flex;
  }

  .white-hero-div.story-quote {
    margin-top: 2rem;
    padding-bottom: 3rem;
  }

  .heading-sm {
    width: auto;
    line-height: 1.9rem;
  }

  .what-we-do-section {
    padding: 100px 8% 56px;
  }

  .headline-lrg {
    font-size: 28px;
    line-height: 36px;
  }

  .headline-lrg.white {
    width: 100%;
    font-size: 4.2vw;
  }

  .text-block.ime {
    width: 100%;
    padding-left: 20px;
    padding-right: 0;
    left: auto;
    right: auto;
  }

  .div-block-4.about {
    margin-top: auto;
  }

  .testimonial-slider-section {
    height: auto;
    max-height: none;
    padding-top: 0;
    padding-bottom: 60px;
  }

  .newsletter-cta-wrap {
    flex: 1;
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .flex-hor-left-stretch {
    flex-direction: column;
  }

  .footer-section {
    padding: 56px 8% 0;
  }

  .div-block-22 {
    text-align: left;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .footer-row {
    grid-column-gap: 3vw;
    grid-row-gap: 3vw;
    flex-flow: row;
    justify-content: space-around;
    align-items: center;
    width: 100%;
  }

  .footer-col {
    text-align: left;
    flex: 0 auto;
    width: 50%;
    max-width: 50%;
    padding-right: 2rem;
  }

  .footer-col.middle {
    text-align: center;
    white-space: nowrap;
    width: auto;
    margin-top: 0;
    margin-bottom: 0;
    padding-right: 0;
  }

  .div-block-25 {
    width: 100%;
    max-width: 660px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    display: block;
  }

  .div-block-27 {
    width: 100%;
  }

  .values-col {
    max-width: 33.33%;
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .mission-values-section {
    padding: 56px 5%;
  }

  .team-member-col {
    width: 50%;
  }

  .navbar-2 {
    position: static;
  }

  .testimonial16_content {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    background-color: var(--white);
    flex-flow: column;
    grid-template-columns: 2fr 2fr;
    grid-auto-flow: row;
    min-height: auto;
    padding-left: 8%;
    padding-right: 8%;
  }

  .padding-section-large {
    padding-top: 0;
    padding-bottom: 0;
  }

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

  .testimonial16_lightbox {
    width: 100%;
  }

  .testimonial16_lightbox-image {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }

  .grid-3 {
    justify-content: flex-start;
    align-items: center;
  }

  .slika-case {
    background-image: url('../images/cover-12.webp');
    background-position: 40%;
    background-size: cover;
    position: relative;
  }

  .naslov-klijenti {
    margin-bottom: 1rem;
  }

  .uvodni-tekst {
    font-size: 28px;
    line-height: 36px;
  }

  .uvodni-tekst.blue {
    max-width: 100%;
    position: static;
  }

  .section-case {
    padding: 60px 8%;
  }

  .izjava {
    font-size: 1rem;
    line-height: 1.6rem;
  }

  .image-5 {
    width: 260px;
  }

  .blog31_item {
    border: 1px solid var(--svijetlo-siva);
    border-radius: 10px;
  }

  .blog31_list {
    grid-column-gap: 2rem;
    border: 1px none var(--svijetlo-siva);
    border-radius: 0;
    grid-template-columns: 1fr;
  }

  .heading-style-h5-2 {
    line-height: 1.9rem;
  }

  .blog31_image-wrapper {
    height: 300px;
  }

  .bold-text-3 {
    line-height: 2.6rem;
  }

  .grid-6 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1.5fr;
  }

  .image-4 {
    width: 100%;
    position: relative;
  }

  .div-block-54 {
    margin-top: 0;
    padding-top: 0;
    padding-left: 0;
  }

  .div-block-53 {
    width: 100%;
    margin-bottom: 2rem;
  }

  .stories-sidebar {
    width: 100%;
    margin-bottom: 40px;
    margin-right: 0;
    position: relative;
  }

  .contain-2 {
    max-width: none;
  }

  .stories-tab-content, .stories-tab-content.claudia {
    padding-top: 0;
  }

  .stories-section {
    padding-top: 2rem;
    padding-left: 5%;
    padding-right: 5%;
  }

  .story-name-heading {
    margin-bottom: 1rem;
  }

  .text-block-16 {
    border-radius: 10px;
  }

  .povecanje-broja, .povecanje-prihoda, .jacanje-reputacije, .upravljanje-korisnicima {
    flex-direction: column-reverse;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .navbar-no-shadow-container {
    z-index: 100;
    padding-left: 8%;
    padding-right: 8%;
  }

  .container-regular {
    align-self: center;
  }

  .navbar-wrapper {
    height: auto;
    display: block;
    position: absolute;
  }

  .nav-menu-wrapper {
    background-color: var(--tamno-plava);
    object-fit: cover;
    justify-content: flex-end;
    align-items: flex-start;
    width: 60%;
    height: 100svh;
    display: block;
    position: fixed;
    inset: 0%;
    box-shadow: -1000px 2px 11px 1000px #00000082;
  }

  .nav-menu {
    z-index: 10;
    background-color: var(--ahc-zelena);
    color: var(--ahc-tamno-plava);
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-left: auto;
    padding-top: 20svh;
    padding-left: 40px;
    padding-right: 40px;
    position: absolute;
    inset: 0%;
  }

  .nav-link {
    color: var(--ahc-tamno-plava);
    border-bottom: 1px solid #1e41524d;
    width: 100%;
    margin-left: 0;
    margin-right: auto;
    padding: 2svh 5px 2svh 0;
    font-weight: 500;
    display: flex;
  }

  .nav-link:hover {
    border-bottom: 1px solid var(--ahc-tamno-plava);
    color: var(--tamno-plava);
  }

  .nav-link.w--current {
    color: var(--ahc-tamno-plava);
  }

  .menu-button {
    border-radius: var(--zakrivljenost);
    padding: 12px;
    position: relative;
    right: 0%;
  }

  .menu-button.w--open {
    z-index: 101;
    background-color: var(--ahc-tamno-plava);
    color: #fff;
    margin-right: 8%;
    position: absolute;
  }

  .hero-za-slider {
    object-fit: cover;
    background-image: none;
    background-position: 0 0;
    padding-bottom: 80px;
    padding-left: 10%;
    padding-right: 10%;
  }

  .status-slider {
    order: 1;
    width: 60%;
  }

  .containhp {
    padding-bottom: 40px;
    padding-left: 8%;
    padding-right: 8%;
  }

  .contain-1 {
    width: 100%;
    padding-bottom: 0;
  }

  .text-span {
    font-size: 4.6vw;
  }

  .title4 {
    font-size: 1.5em;
  }

  .title1 {
    font-size: 4.6vw;
  }

  .gallery-scroll-distance {
    height: 105vh;
  }

  .gallery-item-content-wrapper {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding-left: 8%;
    padding-right: 8%;
  }

  .gallery-item-media-gradient {
    background-image: linear-gradient(270deg, #dadada00 32%, var(--tamno-plava));
    width: 100%;
  }

  .gallery-item-media-gradient.light-1 {
    background-image: linear-gradient(270deg, #dadada00 27%, var(--tamno-plava));
  }

  .gutter-outside {
    text-align: left;
    width: 50%;
  }

  .podnaslov-3 {
    font-size: 1.2rem;
  }

  .galerije-desktop.mobile {
    display: none;
  }

  .bold-text-5 {
    font-size: 4.6vw;
  }

  .slider-pararagrap {
    font-size: 18px;
  }

  .slider-card {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    width: 100%;
    padding: 0;
  }

  .climate-hunger-section {
    padding: 0 0% 64px;
  }

  .m-b-50 {
    z-index: 10;
    margin-bottom: 0;
    padding-left: 8%;
    padding-right: 8%;
    position: relative;
  }

  .did-you-know-div {
    height: auto;
    padding-top: 0;
    padding-left: 8%;
    padding-right: 8%;
    position: static;
  }

  .flex-vert-top-left {
    z-index: 10;
    flex: 0 auto;
    align-items: flex-start;
    width: 100%;
    margin-bottom: 3rem;
    padding-top: 100px;
    padding-bottom: 20px;
    position: static;
  }

  .headline-lrg-2 {
    font-size: 28px;
    line-height: 36px;
  }

  .headline-lrg-2.blue {
    font-size: 20px;
  }

  .div-block-11 {
    padding-top: 0;
  }

  .brush-text {
    font-size: 4.6vw;
  }

  .tekst-hp-2 {
    font-size: 1rem;
  }

  .did-you-know-content-wrap {
    margin-right: 1rem;
  }

  .grid-8.is--footer {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    grid-auto-flow: row;
    display: flex;
  }

  .container-2 {
    padding: 0 3em 10em;
  }

  .container-2.footer {
    padding-left: 8%;
    padding-right: 8%;
  }

  .text-span-16 {
    font-size: 1rem;
  }

  .span-text.footer-2 {
    margin-bottom: 20px;
    font-size: 4vw;
  }

  .span-text.footer-1 {
    margin-bottom: 10px;
    font-size: 4.6vw;
  }

  .grid_item {
    height: 100%;
    display: block;
  }

  .grid_item.footer-form {
    padding-top: 0;
  }

  .grid_item.is--50.footer-1 {
    width: 100%;
    margin-bottom: 0;
    padding: 0;
  }

  .grid_item._60 {
    width: 100%;
    padding: 0;
  }

  .section-2.is--footer {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .is--white.is--69px {
    font-size: 50px;
  }

  .gradient {
    padding-bottom: 420px;
  }

  .foto-potencijai {
    display: block;
  }

  .image-9 {
    min-height: 50%;
  }

  .sticky {
    height: auto;
    padding-bottom: 20px;
  }

  .gumb-meni {
    background-color: var(--ahc-tamno-plava);
    color: var(--ahc-zelena);
  }

  .meni-button-warper {
    width: 100%;
    margin-top: 40px;
    margin-left: 0;
  }

  .list-item {
    width: 100%;
    display: flex;
  }

  .list-item:hover {
    color: var(--srednje-plava);
  }

  .forma-podloga {
    padding-top: 0;
    padding-left: 0;
  }

  .half-column-left {
    width: 100%;
    padding-right: 0;
  }

  .html-embed-4 {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .kontakt-forma {
    max-width: 100%;
  }

  .vidljiva-forma {
    flex-flow: column wrap;
  }

  .div-block-66 {
    padding-top: 40px;
  }

  .detaljna-top {
    padding-top: 40px;
    padding-left: 8%;
    padding-right: 8%;
  }

  .image-detaljna-top {
    object-position: 80% 100%;
  }

  .image-detaljna-top.platforme {
    object-position: 70% 50%;
  }

  .contain-detaljna {
    padding-bottom: 0;
  }

  .contain-detaljna.flex {
    display: block;
  }

  .section-4 {
    padding-left: 8%;
    padding-right: 8%;
  }

  .sto-radimo {
    font-size: 28px;
    line-height: 36px;
  }

  .sto-radimo.blue {
    max-width: 100%;
    position: static;
  }

  .heading-style-h2 {
    font-size: 2.75rem;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom.margin-small {
    width: 50px;
  }

  .contact19_component {
    flex-flow: column;
  }

  .contact19_grid-list {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    width: 100%;
  }

  .heading-style-h4 {
    margin-top: 10px;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .div-block-70 {
    width: 100%;
    height: 400px;
  }

  .izjava-detaljna {
    width: 100%;
  }

  .izjava-detaljna.absolute {
    width: 100%;
    position: relative;
    bottom: 0;
  }

  .izjava-detaljna.home {
    flex-flow: column;
    order: -1;
    width: 100%;
    padding-right: 20%;
    display: flex;
  }

  .izjava-detaljna.story-quote {
    margin-top: 2rem;
    padding-bottom: 3rem;
  }

  .potpis-izjava {
    font-size: 1rem;
    line-height: 1.6rem;
  }

  .mapa {
    padding-bottom: 0;
  }

  .mapa.flex {
    display: block;
  }

  .mali {
    font-size: 3vw;
  }
}

@media screen and (max-width: 767px) {
  .m-t-40 {
    margin-top: 20px;
  }

  .home-hero-section {
    background-image: none;
  }

  .flex-hor-left-middle {
    flex-flow: column;
  }

  .white-hero-div.absolute {
    border-radius: 0;
  }

  .white-hero-div.home {
    padding-right: 0%;
  }

  .block-tag.white {
    margin-top: 0;
  }

  .what-we-do-section {
    padding-top: 60px;
    padding-bottom: 40px;
  }

  .headline-lrg {
    text-align: left;
  }

  .headline-lrg.white {
    width: 100%;
    margin-bottom: 0;
    font-size: 4vw;
    line-height: 120%;
  }

  .text-block.ime {
    width: 100%;
    top: 0;
  }

  .div-block-4.about {
    margin-top: auto;
    position: relative;
  }

  .testimonial-slider-section {
    padding-bottom: 60px;
  }

  .form {
    flex-direction: column;
    width: 100%;
  }

  .email-input {
    margin-bottom: 20px;
    margin-right: 0;
  }

  .footer-section {
    padding-bottom: 0;
  }

  .footer-row {
    flex-direction: column;
  }

  .footer-col {
    margin-bottom: 2rem;
  }

  .footer-col.middle {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 4px;
    padding-bottom: 4px;
  }

  .footer-heading {
    margin-top: 0;
    margin-bottom: 0;
  }

  .div-block-25 {
    padding-left: 10px;
  }

  .values-col {
    max-width: 50%;
  }

  .mission-values-section {
    padding-bottom: 2rem;
  }

  .logo3_list-2 {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    grid-template-columns: 10rem 10rem 10rem 10rem 10rem 10rem 10rem 10rem 10rem;
  }

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

  .testimonial16_content {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    grid-template-columns: 1fr;
    padding-left: 60px;
    padding-right: 60px;
  }

  .padding-section-large {
    padding-top: 0;
    padding-bottom: 0;
  }

  .testimonial16_lightbox-image {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .hp-naslov {
    font-size: 6vw;
  }

  .slika-case {
    background-image: none;
    background-position: 0 0;
    height: auto;
    padding-left: 0%;
    padding-right: 0%;
  }

  .naslov-klijenti {
    text-align: left;
    font-size: 2.2rem;
    line-height: 2.8rem;
  }

  .podnaslov {
    text-align: left;
    font-size: 1rem;
  }

  .uvodni-tekst {
    text-align: left;
  }

  .uvodni-tekst.blue {
    font-size: 1.1rem;
  }

  .izjava {
    position: relative;
  }

  .grid-5 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    position: relative;
  }

  .div-block-57 {
    background-image: url('../images/ahc-onama.jpg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 300px;
    position: relative;
  }

  .blog31_item-content {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .blog31_item {
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr;
  }

  .blog31_list {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .heading-style-h5-2 {
    margin-top: 10px;
    font-size: 1.25rem;
  }

  .blog31_category-link {
    margin-bottom: 0;
  }

  .blog31_image-wrapper {
    height: 300px;
  }

  .slika-2 {
    margin-bottom: 2rem;
  }

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

  .slika-o-nama-goran {
    height: auto;
    padding-left: 0%;
    padding-right: 0%;
  }

  .kalmar {
    background-image: url('../images/cover-12.webp');
    background-position: 0%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 300px;
    position: relative;
  }

  .header7_background-video-desktop {
    display: block;
  }

  .story-name-heading {
    font-size: 1.4rem;
    line-height: 2.2rem;
  }

  .navbar-no-shadow-container {
    height: 80px;
    padding-top: 20px;
    padding-bottom: 20px;
    display: block;
  }

  .container-regular {
    align-self: flex-end;
    min-height: auto;
  }

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

  .nav-menu-wrapper {
    width: 60%;
  }

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

  .hero-gradient {
    background-image: linear-gradient(180deg, var(--tamno-plava), #1e415200 43%, #0000 54%, var(--tamno-plava));
    display: block;
  }

  .hero-za-slider {
    background-image: none;
    background-position: 0 0;
  }

  .status-slider {
    height: 20px;
    padding-left: 0%;
    padding-right: 0%;
    overflow: visible;
  }

  .tekst-mali-slider {
    display: none;
  }

  .slijde-1-image {
    object-position: 50% 100%;
  }

  .slijde-1-image.mobile {
    object-position: 50% 30%;
    display: block;
  }

  .contain-1 {
    padding-bottom: 10px;
  }

  .text-span {
    font-size: 5vw;
  }

  .title4 {
    margin-bottom: 0;
    font-size: 1rem;
  }

  .title1 {
    margin-bottom: 0;
    font-size: 5vw;
  }

  .copy-medium {
    font-size: 1.3em;
    line-height: 1.4em;
  }

  .copy-medium.text-semibold {
    margin-bottom: 0;
    padding-top: 4px;
    padding-bottom: 4px;
    font-size: 1rem;
  }

  .gallery-scroll-distance {
    height: 102vh;
  }

  .gallery-item-content-wrapper {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .gallery-item-media-gradient {
    background-image: linear-gradient(0deg, #dadada00 32%, var(--white));
  }

  .gallery-item-media-gradient.light-1 {
    background-image: linear-gradient(0deg, #dadada00 35%, var(--tamno-plava));
  }

  .gutter-outside {
    text-align: left;
    width: 100%;
    padding-left: 0;
  }

  .gallery-item-content-inner {
    padding-top: 30svh;
  }

  .galerije-desktop {
    display: none;
  }

  .galerije-desktop.mobile {
    object-position: 80% 60%;
    display: inline-block;
  }

  .bold-text-5 {
    font-size: 2rem;
  }

  .slider-card {
    padding-top: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .did-you-know-div {
    padding: 2rem;
  }

  .flex-vert-top-left {
    width: 100%;
    margin-bottom: 3rem;
  }

  .headline-lrg-2 {
    text-align: left;
  }

  .headline-lrg-2.blue {
    width: 100%;
  }

  .flex-hor-left-middle-2 {
    flex-flow: column;
  }

  .div-block-11 {
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 300px;
  }

  .brush-text {
    width: auto;
    font-size: 6vw;
  }

  .did-you-know-content-wrap {
    margin-right: 0;
  }

  .contain-3 {
    padding-bottom: 10px;
  }

  .section-2.is--footer {
    height: auto;
  }

  .icon-4 {
    margin-left: 10px;
  }

  .icon-5 {
    margin-right: 10px;
  }

  .forma-podloga {
    padding-top: 20px;
  }

  .half-column-left {
    width: 100%;
  }

  .detaljna-foto {
    height: 100svh;
    min-height: 700px;
    padding-left: 0%;
    padding-right: 0%;
  }

  .detaljna-top {
    height: 100svh;
    padding-bottom: 40px;
  }

  .image-detaljna-top {
    height: 100svh;
    display: none;
  }

  .image-detaljna-top.mobile {
    object-position: 50% 50%;
    display: block;
  }

  .image-detaljna-top.mobile.klijenti {
    object-position: 60% 50%;
  }

  .image-detaljna-top.platforme {
    object-position: 50% 50%;
  }

  .sjena-detaljna {
    max-height: var(--max-height-foto-detaljna);
    background-image: linear-gradient(180deg, #0a1318e6, #c6c8c900 36%, #fff0 55%, var(--tamno-plava));
    height: 100svh;
    display: block;
  }

  .sjena-detaljna._2 {
    display: none;
  }

  .contain-detaljna {
    padding-bottom: 10px;
  }

  .sto-radimo {
    text-align: left;
  }

  .medjunaslov {
    font-size: 28px;
  }

  .heading-style-h2 {
    font-size: 2.25rem;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .text-size-medium {
    font-size: 1rem;
  }

  .icon-embed-medium {
    width: 2rem;
    height: 2rem;
  }

  .contact19_grid-list {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .heading-style-h4 {
    font-size: 1.2rem;
    line-height: 1.4;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .izjava-detaljna.absolute {
    border-radius: 0;
  }

  .izjava-detaljna.home {
    padding-right: 0%;
  }

  .potpis-izjava {
    position: relative;
  }

  .mapa {
    padding-bottom: 10px;
  }

  .mali {
    font-size: 3.5vw;
  }
}

@media screen and (max-width: 479px) {
  .m-t-40 {
    margin-top: 0;
  }

  .line2-1 {
    display: none;
    top: 19px;
    left: 0;
    right: 0;
  }

  .logo-text {
    width: auto;
    margin-bottom: 0;
    font-family: Montserrat, sans-serif;
    font-size: .95rem;
    font-weight: 500;
    line-height: 1rem;
  }

  .logo-text.mali {
    font-size: .95rem;
    line-height: 1rem;
  }

  .nav-link-2 {
    background-color: var(--white-2);
    margin: 0 10px;
    display: block;
  }

  .nav-link-2.w--current {
    background-color: var(--white-2);
  }

  .nav-link-2.contact-btn {
    text-align: center;
    margin-left: 20px;
    margin-right: 20px;
  }

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

  .contain {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .contain.flex.no-padding {
    height: 12vh;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

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

  .brand.nav {
    text-align: left;
    margin-bottom: 20px;
    padding-left: 0;
  }

  .white-hero-div {
    text-align: center;
    padding: 50px 30px 30px;
  }

  .white-hero-div.absolute {
    padding-bottom: 20px;
  }

  .white-hero-div.home {
    margin-bottom: 0;
    padding-top: 0;
    padding-left: 5%;
    padding-right: 5%;
  }

  .white-hero-div.story-quote {
    padding: 2rem;
  }

  .block-tag {
    text-align: center;
  }

  .block-tag.white {
    text-align: left;
  }

  .heading-sm {
    text-align: left;
    font-size: 1.4rem;
    line-height: 2rem;
  }

  .what-we-do-section {
    padding-bottom: 20px;
  }

  .headline-lrg {
    font-size: 1.4rem;
    line-height: 2rem;
  }

  .headline-lrg.white {
    text-align: left;
    max-width: 100%;
    margin-bottom: .5rem;
    font-size: 6vw;
    font-weight: 400;
    line-height: 140%;
  }

  .text-block.home-hero {
    margin-left: 0;
  }

  .text-block.ime {
    width: 100%;
  }

  .div-block-4 {
    margin-left: 0;
    top: 0;
    left: 0;
    right: 0;
  }

  .footer-section {
    padding-bottom: 0;
  }

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

  .footer-row {
    flex-direction: column;
  }

  .footer-col {
    text-align: left;
    width: auto;
    max-width: none;
  }

  .footer-col.middle {
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
  }

  .footer-heading {
    margin-top: 0;
    margin-bottom: 0;
  }

  .div-block-25 {
    flex-direction: column;
    align-items: flex-end;
    margin-top: 20px;
    display: none;
  }

  .div-block-27 {
    text-align: left;
    margin-left: auto;
    margin-right: auto;
  }

  .nav-content-wrap {
    z-index: 10000;
    text-align: left;
    flex-direction: row;
    justify-content: space-between;
    align-self: center;
    align-items: center;
    width: 100%;
    height: 100%;
    max-height: none;
    display: flex;
    position: static;
  }

  .burger-4 {
    box-shadow: none;
    width: 55px;
    height: 55px;
  }

  .values-col {
    text-align: center;
    max-width: 75%;
  }

  .mission-values-section {
    padding-top: 2.5rem;
  }

  .team-member-col {
    width: 100%;
    margin-bottom: 32px;
    padding-left: 0;
    padding-right: 0;
  }

  .menu-button-3 {
    background-color: var(--white-2);
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .menu-button-3.w--open {
    background-color: var(--white-2);
  }

  .nav-menu-3 {
    background-color: var(--white-2);
    padding-bottom: 30px;
    display: none;
  }

  .icon-2 {
    color: var(--tamna-brand);
    font-size: 40px;
  }

  .logo3_list-2 {
    justify-content: center;
  }

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

  .section {
    position: relative;
  }

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

  .testimonial16_lightbox {
    height: auto;
  }

  .testimonial16_lightbox-image {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    height: auto;
  }

  .text-weight-semibold {
    font-size: 14px;
  }

  .hp-naslov {
    text-align: left;
    margin-bottom: 1rem;
    font-size: 1.6rem;
    line-height: 2.2rem;
  }

  .grid-3 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr auto;
    grid-template-areas: "Area";
    align-items: center;
  }

  .grid-4 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    place-items: center start;
    height: 100%;
    display: grid;
  }

  .slika-case {
    z-index: 1;
    background-position: 0 0, 35%;
    background-size: auto, cover;
    height: auto;
    position: relative;
  }

  .naslov-klijenti {
    margin-bottom: 6px;
    font-size: 7.2vw;
    line-height: 2.6rem;
  }

  .podnaslov {
    font-size: 3.9vw;
  }

  .uvodni-tekst {
    font-size: 22px;
    line-height: 28px;
  }

  .uvodni-tekst.blue {
    text-align: left;
    max-width: 100%;
  }

  .tekst-case {
    font-size: 16px;
  }

  .section-case {
    padding-top: 40px;
    position: static;
  }

  .izjava {
    text-align: left;
    margin-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .italic-text {
    text-align: left;
  }

  .grid-5 {
    height: auto;
  }

  .div-block-57 {
    background-position: 40%;
  }

  .breadcrumb-divider {
    width: .8rem;
  }

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

  .blog31_item-content {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .blog31_item {
    grid-row-gap: 1.5rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .blog31_image-wrapper {
    height: auto;
    padding-top: 66%;
  }

  .bold-text-4 {
    text-align: left;
  }

  .slika-o-nama-goran {
    z-index: 1;
    background-position: 0 0, 35%;
    background-size: auto, cover;
    height: auto;
    position: relative;
  }

  .kalmar {
    background-position: 20%;
  }

  .header7_background-video-desktop {
    display: block;
  }

  .header7_background-video {
    height: 100%;
    max-height: none;
  }

  .container {
    object-fit: fill;
    height: 30px;
  }

  .image-7 {
    object-fit: contain;
    height: 100%;
  }

  .heading-sm-2 {
    font-size: 18px;
    line-height: 22px;
  }

  .div-block-54 {
    padding-top: 0;
  }

  .div-block-54.lijevi {
    padding-right: 0;
  }

  .div-block-53 {
    margin-bottom: 1rem;
  }

  .povecanje-broja {
    padding-top: 1rem;
  }

  .navbar-no-shadow-container {
    padding-top: 24px;
  }

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

  .hero-gradient {
    background-image: linear-gradient(180deg, var(--tamno-plava), #1e415200 38%, #0000 62%, var(--tamno-plava));
    object-fit: cover;
    height: 100%;
  }

  .hero-za-slider {
    max-height: none;
    padding-bottom: 10svh;
  }

  .status-slider {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    width: 100%;
    height: 20px;
    padding-left: 5%;
    padding-right: 5%;
  }

  .slider-block {
    border-bottom-width: 1px;
  }

  .slijde-1-image {
    object-position: 60% 50%;
  }

  .slijde-1-image.mobile {
    object-fit: cover;
    background-color: #0000;
    display: block;
  }

  .containhp, .contain-1 {
    padding-left: 0;
    padding-right: 0;
  }

  .text-span {
    font-size: 7vw;
  }

  .title4 {
    font-size: 1em;
  }

  .p-xs-start {
    padding-top: 0;
  }

  .title1 {
    margin-bottom: 0;
    font-size: 2rem;
  }

  .gallery-scroll-distance {
    height: 102svh;
  }

  .gallery-item-content-wrapper {
    min-height: 100svh;
  }

  .gallery-item-media-gradient.light-1 {
    background-image: linear-gradient(0deg, #dadada00 35%, var(--tamno-plava));
  }

  .gallery-item-content-inner {
    padding-top: 24svh;
  }

  .gallery-item-content-inner.prvi {
    padding-top: 26svh;
  }

  .podnaslov-3 {
    text-align: left;
    font-size: 1rem;
  }

  .slider-pararagrap {
    font-size: 16px;
    line-height: 140%;
  }

  .slider-icon {
    width: 40px;
    min-width: 40px;
    height: 40px;
    min-height: 40px;
  }

  .slider-icon.detaljna {
    margin-left: 20px;
  }

  .slider-card {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 6fr;
    grid-auto-columns: 1fr;
    padding-top: 0;
    display: flex;
  }

  .did-you-know-div {
    text-align: center;
    flex-direction: column;
    align-items: center;
    margin-bottom: 3rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
    display: flex;
  }

  .headline-lrg-2 {
    font-size: 1.4rem;
    line-height: 2rem;
  }

  .headline-lrg-2.blue {
    width: 90%;
    max-width: 100%;
    margin-bottom: .5rem;
    font-size: 20px;
  }

  .brush-text {
    font-size: 2rem;
    line-height: 2.6rem;
  }

  .tekst-hp-2 {
    text-align: left;
  }

  .did-you-know-content-wrap {
    width: 100%;
    padding-left: 20px;
  }

  .contain-3 {
    background-image: linear-gradient(0deg, #000, #5158317a 59%, #aebd7000 86%);
    padding-left: 0;
    padding-right: 0;
  }

  .paragraph {
    font-size: 14.5px;
  }

  .image-footer {
    object-fit: cover;
  }

  .container-2.footer {
    padding-top: 0;
    padding-bottom: 0;
  }

  .span-text.footer-2, .span-text.footer-1 {
    font-size: 8vw;
  }

  .grid_item.footer-form {
    align-self: center;
    padding: 0;
  }

  .grid_item.is--50.footer-1 {
    width: 100%;
  }

  .section-2.is--footer {
    height: auto;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .is--white {
    font-size: 9em;
  }

  .is--white.is--69px {
    font-size: 8vw;
  }

  .gradient {
    background-image: none;
  }

  .foto {
    object-fit: cover;
  }

  .foto-potencijai {
    display: block;
  }

  .logo-grid-footer {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr auto;
    grid-template-areas: "Area";
    align-items: center;
  }

  .meni-button-warper {
    width: auto;
  }

  .icon-4 {
    margin-right: 10px;
  }

  .forma-podloga {
    border-radius: 20px;
    margin-top: 0;
    padding: 0;
  }

  .ent-feedback {
    color: #f03;
    display: flex;
  }

  .ent-file-btn {
    border-radius: 10px;
  }

  .ent-submit-btn {
    border-radius: 10px;
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .ent-form-input {
    margin-bottom: 0;
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .ent-form-input-upload {
    border-radius: 10px;
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .ent-check-group {
    margin-bottom: 10px;
  }

  .half-column-left {
    width: 100%;
    padding-top: 0%;
    padding-bottom: 5%;
  }

  .section-3 {
    padding-left: 0%;
    padding-right: 0%;
  }

  .detaljna-foto {
    z-index: 1;
    background-image: none;
    height: 80svh;
    min-height: auto;
  }

  .detaljna-top {
    justify-content: flex-start;
    align-items: flex-end;
    height: 80svh;
    padding-top: 2.5rem;
    padding-bottom: 30px;
  }

  .image-detaljna-top {
    display: none;
  }

  .image-detaljna-top.mobile {
    object-position: 50% 70%;
    height: 80svh;
    display: block;
  }

  .image-detaljna-top.mobile.klijenti, .image-detaljna-top.platforme {
    object-position: 50% 50%;
  }

  .sjena-detaljna {
    background-image: linear-gradient(180deg, var(--tamno-plava), #c6c8c900 36%, #fff0 50%, var(--tamno-plava));
    height: 80svh;
  }

  .sjena-detaljna._2 {
    display: none;
  }

  .contain-detaljna {
    padding-left: 0;
    padding-right: 0;
  }

  .contain-detaljna.flex.no-padding {
    height: 12vh;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .div-block-68 {
    justify-content: flex-start;
    align-items: center;
    display: block;
  }

  .sto-radimo {
    font-size: 22px;
    line-height: 28px;
  }

  .sto-radimo.blue {
    text-align: left;
    max-width: 100%;
    font-size: 1.1rem;
  }

  .medjunaslov {
    font-size: 24px;
  }

  .sidebar-link.w--current {
    padding-left: 10px;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

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

  .heading-style-h4 {
    margin-top: 0;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .div-block-70 {
    height: 400px;
  }

  .izjava-2 {
    text-align: left;
    margin-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 16px;
  }

  .izjava-detaljna {
    text-align: center;
    padding: 50px 30px 30px;
  }

  .izjava-detaljna.absolute {
    padding-bottom: 20px;
  }

  .izjava-detaljna.home {
    margin-bottom: 0;
    padding-top: 0;
    padding-left: 5%;
    padding-right: 5%;
  }

  .izjava-detaljna.story-quote {
    padding: 2rem;
  }

  .potpis-izjava {
    text-align: left;
    margin-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 16px;
  }

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

  .mapa.flex.no-padding {
    height: 12vh;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .mali {
    font-size: 5.6vw;
  }
}

#gotoSlide1_1.w-node-_16d55da6-8f82-533e-64ae-74b1c62c4464-53e6da12, #gotoSlide2_1.w-node-_985f158d-769b-f392-a822-5a3e153d3a57-53e6da12, #gotoSlide3_1.w-node-ef686361-097a-6195-7500-813dad685d75-53e6da12, #gotoSlide1_2.w-node-a25704e0-619f-7700-2df2-6aa1a82281ee-53e6da12, #gotoSlide2_2.w-node-a25704e0-619f-7700-2df2-6aa1a82281f1-53e6da12, #gotoSlide3_2.w-node-a25704e0-619f-7700-2df2-6aa1a82281f4-53e6da12, #gotoSlide1_3.w-node-ff195bd1-2d3b-dbe0-fad1-0ee718801c7a-53e6da12, #gotoSlide2_3.w-node-ff195bd1-2d3b-dbe0-fad1-0ee718801c7d-53e6da12, #gotoSlide3_3.w-node-ff195bd1-2d3b-dbe0-fad1-0ee718801c80-53e6da12, #w-node-_5a1d07d7-53f6-e6a7-b12f-9bd7c1a38ba8-4c37742c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c67a13db-29b5-1495-b0c9-69c508b89c87-4c37742c {
  justify-self: stretch;
}

#w-node-eb8aae48-6f65-c0c8-9dea-49b09dfc0f62-9dfc0f5d, #w-node-eb8aae48-6f65-c0c8-9dea-49b09dfc0f72-9dfc0f5d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#name-2.w-node-eb8aae48-6f65-c0c8-9dea-49b09dfc0f7f-9dfc0f5d {
  align-self: center;
}

#w-node-eb8aae48-6f65-c0c8-9dea-49b09dfc0f82-9dfc0f5d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-eb8aae48-6f65-c0c8-9dea-49b09dfc0f85-9dfc0f5d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-d5b9a2ae-1c07-45c0-6b2f-da7821caafcd-21caafb7, #w-node-d5b9a2ae-1c07-45c0-6b2f-da7821caafde-21caafb7 {
  order: -9999;
}

#w-node-_4354b014-84f2-a985-81f1-1348af5328ae-af5328a8 {
  justify-self: center;
}

#w-node-_4354b014-84f2-a985-81f1-1348af5328b0-af5328a8 {
  place-self: center;
}

#w-node-_4354b014-84f2-a985-81f1-1348af5328b2-af5328a8, #w-node-_4354b014-84f2-a985-81f1-1348af5328b4-af5328a8, #w-node-_4354b014-84f2-a985-81f1-1348af5328b6-af5328a8, #w-node-_4354b014-84f2-a985-81f1-1348af5328b8-af5328a8, #w-node-_4354b014-84f2-a985-81f1-1348af5328ba-af5328a8, #w-node-_4354b014-84f2-a985-81f1-1348af5328bc-af5328a8, #w-node-_4354b014-84f2-a985-81f1-1348af5328be-af5328a8, #w-node-_4354b014-84f2-a985-81f1-1348af5328c1-af5328a8 {
  justify-self: center;
}

#w-node-_4354b014-84f2-a985-81f1-1348af5328c3-af5328a8 {
  place-self: center;
}

#w-node-_4354b014-84f2-a985-81f1-1348af5328c5-af5328a8, #w-node-_4354b014-84f2-a985-81f1-1348af5328c7-af5328a8, #w-node-_4354b014-84f2-a985-81f1-1348af5328c9-af5328a8, #w-node-_4354b014-84f2-a985-81f1-1348af5328cb-af5328a8, #w-node-_4354b014-84f2-a985-81f1-1348af5328cd-af5328a8, #w-node-_4354b014-84f2-a985-81f1-1348af5328cf-af5328a8, #w-node-_4354b014-84f2-a985-81f1-1348af5328d1-af5328a8 {
  justify-self: center;
}

#w-node-c1f49f62-2025-8a36-bb44-8012b5c5de34-b5c5de18 {
  align-self: center;
}

#w-node-c1f49f62-2025-8a36-bb44-8012b5c5de36-b5c5de18 {
  place-self: center start;
}

#w-node-c1f49f62-2025-8a36-bb44-8012b5c5de37-b5c5de18 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f1f1bc64-a86b-41fc-43b0-e39eec442dc8-94e29d53 {
  align-self: end;
}

@media screen and (max-width: 767px) {
  #w-node-f1f1bc64-a86b-41fc-43b0-e39eec442dc8-94e29d53 {
    align-self: auto;
  }
}

@media screen and (max-width: 479px) {
  #w-node-d5b9a2ae-1c07-45c0-6b2f-da7821caafd3-21caafb7, #w-node-d5b9a2ae-1c07-45c0-6b2f-da7821caafe4-21caafb7 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-c1f49f62-2025-8a36-bb44-8012b5c5de34-b5c5de18 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: start;
  }

  #w-node-c1f49f62-2025-8a36-bb44-8012b5c5de35-b5c5de18 {
    align-self: start;
  }

  #w-node-c1f49f62-2025-8a36-bb44-8012b5c5de36-b5c5de18 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
  }

  #w-node-c1f49f62-2025-8a36-bb44-8012b5c5de37-b5c5de18 {
    align-self: center;
  }

  #w-node-c1f49f62-2025-8a36-bb44-8012b5c5de38-b5c5de18, #w-node-c1f49f62-2025-8a36-bb44-8012b5c5de3a-b5c5de18 {
    justify-self: start;
  }
}


