:root {
  --scroll-bg: rgba(0, 0, 0, 0);
  --scroll-thumb: #d1d5db;
  --scroll-thumb-hover: #9ca3af;
  --scroll-thumb-active: #6b7280;
  --scroll-width: 0.75rem;
  /* 12px */
}

*::-webkit-scrollbar {
  width: var(--scroll-width);
  height: var(--scroll-width);
}

*::-webkit-scrollbar-track {
  background: var(--scroll-bg);
}

*::-webkit-scrollbar-thumb {
  background-color: var(--scroll-thumb);
  border-radius: 999px;
  border: 0.1875rem solid transparent;
  /* 3px */
  background-clip: padding-box;
  box-shadow: 0 0.125rem 0.375rem rgba(2, 6, 23, 0.06);
  /* 2px 6px */
  transition: background-color .18s ease, transform .12s ease;
}

*::-webkit-scrollbar-thumb:hover {
  background-color: var(--scroll-thumb-hover);
  transform: scale(1.02);
}

*::-webkit-scrollbar-thumb:active {
  background-color: var(--scroll-thumb-active);
}

html,
body {
  scrollbar-width: thin;
  scrollbar-color: var(--scroll-thumb) var(--scroll-bg);
}

body::-webkit-scrollbar {
  width: var(--scroll-width);
  height: var(--scroll-width);
}

body::-webkit-scrollbar-track {
  background: var(--scroll-bg);
}

body::-webkit-scrollbar-thumb {
  background-color: var(--scroll-thumb);
  border-radius: 999px;
  border: 0.1875rem solid transparent;
  /* 3px */
  background-clip: padding-box;
  box-shadow: 0 0.125rem 0.375rem rgba(2, 6, 23, 0.06);
  transition: background-color .18s ease, transform .12s ease;
}

body::-webkit-scrollbar-thumb:hover {
  background-color: var(--scroll-thumb-hover);
  transform: scale(1.02);
}

body::-webkit-scrollbar-thumb:active {
  background-color: var(--scroll-thumb-active);
}

@media (prefers-reduced-motion: reduce) {
  *::-webkit-scrollbar-thumb {
    transition: none;
  }
}

.LIVADA-UVODNA-STRAN {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  background-color: var(--white);
  width: 100%;
}

.LIVADA-UVODNA-STRAN .group {
  position: relative;
  width: 100%;
  height: 43.75rem;
  /* 700px */
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-bottom: 3.4375rem;
  /* 55px */
  overflow: hidden;
  background: none;
  box-shadow: 0 0.25rem 1rem #00000040;
  /* 4px 16px */
}

.LIVADA-UVODNA-STRAN .group::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("../img/livada1.png");
  background-size: cover;
  background-position: 50% 50%;
  filter: blur(0.5rem) brightness(1);
  /* 8px -> 0.5rem */
  transform: scale(1.05);
  z-index: 0;
}

.LIVADA-UVODNA-STRAN .group>* {
  position: relative;
  z-index: 1;
}

.LIVADA-UVODNA-STRAN .section-text {
  align-items: center;
  gap: 2rem;
  /* 32px */
  display: flex;
  flex-direction: column;
}

.LIVADA-UVODNA-STRAN .top {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  /* 8px */
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  overflow: hidden;
  justify-content: center;
}

.decor {
  overflow: hidden;
}

.LIVADA-UVODNA-STRAN .main-headline {
  position: relative;
  align-self: stretch;
  margin-top: -0.0625rem;
  /* -1px */
  font-family: var(--m3-headline-small-font-family);
  font-weight: var(--heading-1-m-font-weight);
  color: #ffffff;
  font-size: var(--heading-1-m-font-size);
  text-align: center;
  letter-spacing: var(--heading-1-m-letter-spacing);
  line-height: var(--heading-1-m-line-height);
  font-style: var(--heading-1-m-font-style);
}

.LIVADA-UVODNA-STRAN .paragraph {
  text-shadow: 0 0.25rem 0.25rem #00000040;
  /* 4px 4px */
  font-family: var(--m3-headline-small-font-family);
  font-weight: var(--m3-headline-small-font-weight);
  color: var(--white);
  font-size: var(--m3-headline-small-font-size);
  text-align: center;
  letter-spacing: var(--m3-headline-small-letter-spacing);
  line-height: var(--m3-headline-small-line-height);
  position: relative;
  align-self: stretch;
  font-style: var(--m3-headline-small-font-style);
}

.LIVADA-UVODNA-STRAN .buttons-group {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  /* 16px */
  position: relative;
  flex: 0 0 auto;
}

.LIVADA-UVODNA-STRAN .button {
  all: unset;
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 1.25rem 1.5rem;
  /* 20px 24px */
  position: relative;
  flex: 0 0 auto;
  background-color: var(--blue-gray900);
  border-radius: 0.1875rem;
  /* 3px */
  border: 0.125rem solid;
  /* 2px */
  border-color: var(--blue-gray900);
}

.LIVADA-UVODNA-STRAN .text-container {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 1.5rem;
  /* 24px */
  position: relative;
  flex: 0 0 auto;
}

.LIVADA-UVODNA-STRAN .button-text {
  position: relative;
  width: fit-content;
  margin-top: -0.0625rem;
  /* -1px */
  font-family: var(--button-XL-font-family);
  font-weight: var(--button-XL-font-weight);
  color: var(--white);
  font-size: 1.125rem;
  /* 18px */
  letter-spacing: var(--button-XL-letter-spacing);
  line-height: var(--button-XL-line-height);
  white-space: nowrap;
  font-style: var(--button-XL-font-style);
}

.LIVADA-UVODNA-STRAN .frame {
  position: relative;
  width: 6.25rem;
  /* 100px */
  height: 6.25rem;
  margin-top: -1.75rem;
  /* -28px */
}

.LIVADA-UVODNA-STRAN .section {
  height: 35.375rem;
  /* 566px */
  gap: 5rem;
  /* 80px */
  padding: 5rem;
  /* 80px */
  margin-top: -1.75rem;
  /* -28px */
  display: flex;
  position: relative;
  align-self: stretch;
  width: 100%;
}

.LIVADA-UVODNA-STRAN .right {
  position: relative;
  flex: 1;
  flex-grow: 1;
  margin-top: -2.28125rem;
  /* -36.5px */
  margin-bottom: -2.28125rem;
}

.LIVADA-UVODNA-STRAN .rectangle {
  width: 90%;
  height: 120%;
  margin-top: -5%;
}

.LIVADA-UVODNA-STRAN .content-box {
  display: flex;
  flex-direction: column;
  width: 16.5625rem;
  /* 265px */
  align-items: center;
  padding: 1.5rem 0 0;
  /* 24px 0px 0px */
  position: absolute;
  top: -1.9375rem;
  /* -31px */
  left: 0;
  background-color: var(--white);
  border-radius: 0.1875rem;
  /* 3px */
  overflow: hidden;
  border: 0.0625rem solid;
  /* 1px */
  border-color: var(--blue-gray900);
}

.LIVADA-UVODNA-STRAN .content {
  align-items: flex-start;
  gap: 0.5rem;
  /* 8px */
  padding: 1rem;
  /* 16px */
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  position: relative;
}

.LIVADA-UVODNA-STRAN .title-category {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.25rem;
  /* 4px */
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.LIVADA-UVODNA-STRAN .div {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  /* 8px */
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.LIVADA-UVODNA-STRAN .title {
  position: relative;
  flex: 1;
  margin-top: -0.0625rem;
  /* -1px */
  font-family: var(--subtitle-XL-font-family);
  font-weight: var(--subtitle-XL-font-weight);
  color: var(--blue-gray900);
  font-size: var(--subtitle-XL-font-size);
  letter-spacing: var(--subtitle-XL-letter-spacing);
  line-height: var(--subtitle-XL-line-height);
  font-style: var(--subtitle-XL-font-style);
}

.LIVADA-UVODNA-STRAN .text-wrapper {
  font-family: var(--body-s-font-family);
  font-weight: var(--body-s-font-weight);
  color: var(--blue-gray600);
  font-size: var(--body-s-font-size);
  letter-spacing: var(--body-s-letter-spacing);
  line-height: var(--body-s-line-height);
  position: relative;
  align-self: stretch;
  font-style: var(--body-s-font-style);
}

.LIVADA-UVODNA-STRAN .picture {
  position: absolute;
  left: 2.5rem;
  /* 40px */
  bottom: 0;
  width: 14.0625rem;
  /* 225px */
  border-radius: 0.1875rem;
  /* 3px */
  background-image: url("../img/picture-7.jpg");
  background-size: cover;
  background-position: 50% 50%;
}

.LIVADA-UVODNA-STRAN .picture-2 {
  position: absolute;
  top: calc(50.00% - 10.375rem);
  /* -166px */
  right: 0;
  width: 19.4375rem;
  /* 311px */
  border-radius: 0.1875rem;
  background-image: url("../img/picture-2.png");
  background-size: cover;
  background-position: 50% 50%;
}

.LIVADA-UVODNA-STRAN .col {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2rem;
  /* 32px */
  position: relative;
  flex: 1;
  flex-grow: 1;
  overflow: hidden;
}

.LIVADA-UVODNA-STRAN .section-text-2 {
  flex-direction: column;
  align-items: flex-start;
  gap: 2rem;
  /* 32px */
  flex: 0 0 auto;
  display: flex;
  position: relative;
  align-self: stretch;
  width: 100%;
}

.LIVADA-UVODNA-STRAN .top-2 {
  align-items: flex-start;
  gap: 0.5rem;
  /* 8px */
  display: flex;
  flex-direction: column;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.LIVADA-UVODNA-STRAN .secondary-headline {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--m3-display-large-emphasized-font-family);
  font-weight: var(--m3-display-large-emphasized-font-weight);
  color: var(--blue-gray900);
  font-size: var(--m3-display-large-emphasized-font-size);
  letter-spacing: var(--m3-display-large-emphasized-letter-spacing);
  line-height: var(--m3-display-large-emphasized-line-height);
  position: relative;
  align-self: stretch;
  margin-top: -0.0625rem;
  /* -1px */
  font-style: var(--m3-display-large-emphasized-font-style);
}

.LIVADA-UVODNA-STRAN .p {
  position: relative;
  align-self: stretch;
  font-family: var(--body-XL-font-family);
  font-weight: var(--body-XL-font-weight);
  color: var(--blue-gray900);
  font-size: 0.875rem;
  /* 14px */
  letter-spacing: var(--body-XL-letter-spacing);
  line-height: var(--body-XL-line-height);
  font-style: var(--body-XL-font-style);
}

.LIVADA-UVODNA-STRAN .section-2 {
  height: 34rem;
  /* 544px */
  gap: 5rem;
  /* 80px */
  padding: 5rem;
  /* 80px */
  margin-top: -1.75rem;
  /* -28px */
  overflow: hidden;
  display: flex;
  position: relative;
  align-self: stretch;
  width: 100%;
}

.LIVADA-UVODNA-STRAN .secondary-headline-2 {
  font-family: var(--m3-display-large-emphasized-font-family);
  font-weight: var(--m3-display-large-emphasized-font-weight);
  color: var(--blue-gray900);
  font-size: var(--m3-display-large-emphasized-font-size);
  letter-spacing: var(--m3-display-large-emphasized-letter-spacing);
  line-height: var(--m3-display-large-emphasized-line-height);
  position: relative;
  align-self: stretch;
  margin-top: -0.0625rem;
  /* -1px */
  font-style: var(--m3-display-large-emphasized-font-style);
}

.LIVADA-UVODNA-STRAN .right-2 {
  position: relative;
  flex: 1;
  flex-grow: 1;
  margin-top: -7.4375rem;
  /* -119px */
  margin-bottom: -7.4375rem;
}

.LIVADA-UVODNA-STRAN .img {
  margin-top: 10%;
  width: 80%;
  height: 80%;
  margin-left: 10%;
}

.LIVADA-UVODNA-STRAN .rectangle-2 {
  position: absolute;
  top: calc(50.00% - 9.5rem);
  /* -152px */
  left: 0.625rem;
  /* 10px */
  width: 20rem;
  /* 320px */
  height: 22.75rem;
  /* 364px */
  object-fit: cover;
}

.LIVADA-UVODNA-STRAN .rectangle-3 {
  position: relative;
  width: 6.25rem;
  /* 100px */
  height: 8.0625rem;
  /* 129px */
  margin-top: -1.75rem;
  /* -28px */
}

.LIVADA-UVODNA-STRAN .row-wrapper {
  flex-direction: column;
  height: 35.9375rem;
  /* 575px */
  align-items: center;
  justify-content: center;
  gap: 5rem;
  /* 80px */
  padding: 5rem;
  /* 80px */
  margin-top: -1.75rem;
  /* -28px */
  background-color: #272e3f;
  display: flex;
  position: relative;
  align-self: stretch;
  width: 100%;
}

.LIVADA-UVODNA-STRAN .row {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  /* 24px */
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.LIVADA-UVODNA-STRAN .row-2 {
  display: flex;
  align-items: center;
  gap: 5rem;
  /* 80px */
  position: relative;
  flex: 1;
  flex-grow: 1;
}

.LIVADA-UVODNA-STRAN .section-text-wrapper {
  flex-direction: column;
  align-items: flex-start;
  gap: 3rem;
  /* 48px */
  display: flex;
  position: relative;
  flex: 1;
  flex-grow: 1;
}

.LIVADA-UVODNA-STRAN .div-2 {
  align-items: flex-start;
  gap: 1rem;
  /* 16px */
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  position: relative;
}

.LIVADA-UVODNA-STRAN .secondary-headline-3 {
  font-family: var(--body-XXL-font-family);
  font-weight: var(--body-XXL-font-weight);
  color: #e5e5e5;
  font-size: 1rem;
  letter-spacing: var(--body-XXL-letter-spacing);
  line-height: var(--body-XXL-line-height);
  position: relative;
  align-self: stretch;
  margin-top: -0.0625rem;
  /* -1px */
  font-style: var(--body-XXL-font-style);
}

.LIVADA-UVODNA-STRAN .paragraph-2 {
  font-family: var(--m3-title-medium-font-family);
  font-weight: var(--m3-title-medium-font-weight);
  color: #d2d2d2;
  font-size: var(--m3-title-medium-font-size);
  letter-spacing: var(--m3-title-medium-letter-spacing);
  line-height: var(--m3-title-medium-line-height);
  position: relative;
  align-self: stretch;
  font-style: var(--m3-title-medium-font-style);
}

.LIVADA-UVODNA-STRAN .col-2 {
  align-items: center;
  gap: 0.625rem;
  /* 10px */
  display: flex;
  position: relative;
  flex: 1;
  flex-grow: 1;
  width: 100%;
}

.LIVADA-UVODNA-STRAN .rectangle-4 {
  position: absolute;
  top: calc(50.00% - 15.6875rem);
  /* -251px */
  left: calc(50.00% - 16.4375rem);
  /* -263px */
  width: 31rem;
  /* 496px */
  height: 35.8125rem;
  /* 573px */
  background-color: #d9242b;
  border-radius: 3.125rem;
  /* 50px */
  transform: rotate(-30.00deg);
}

.LIVADA-UVODNA-STRAN .picture-3 {
  position: relative;
  flex: 1;
  flex-grow: 1;
  height: 25.9375rem;
  /* 415px */
  border-radius: 1.25rem;
  /* 20px */
  background-image: url("../img/picture-8.jpg");
  background-size: cover;
  background-position: 50% 50%;
}

.LIVADA-UVODNA-STRAN .section-3 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5rem;
  /* 80px */
  padding: 5rem;
  /* 80px */
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  margin-top: -1.75rem;
  /* -28px */
  background-color: var(--white);
  overflow: hidden;
}

.LIVADA-UVODNA-STRAN .section-text-3 {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  /* 32px */
  flex: 0 0 auto;
  position: relative;
  text-align: center;
}

.LIVADA-UVODNA-STRAN .secondary-headline-4 {
  position: relative;
  align-self: stretch;
  margin-top: -0.0625rem;
  /* -1px */
  font-family: var(--m3-display-large-emphasized-font-family);
  font-weight: var(--m3-display-large-emphasized-font-weight);
  color: var(--blue-gray900);
  font-size: 2.5rem;
  /* 40px */
  text-align: center;
  letter-spacing: var(--m3-display-large-emphasized-letter-spacing);
  line-height: var(--m3-display-large-emphasized-line-height);
  font-style: var(--m3-display-large-emphasized-font-style);
  justify-content: center;
}

.mnenja-title {
  font-family: var(--body-XXL-font-family);
  font-weight: var(--body-XXL-font-weight);
  color: #fff;
  font-size: 2.5rem;
  /* 40px */
  letter-spacing: var(--body-XXL-letter-spacing);
  line-height: var(--body-XXL-line-height);
  position: relative;
  align-self: stretch;
  margin-top: -0.0625rem;
  /* -1px */
  font-style: var(--body-XXL-font-style);
}

.LIVADA-UVODNA-STRAN .row-3 {
  align-items: flex-start;
  justify-content: center;
  gap: 3rem;
  /* 48px */
  flex: 0 0 auto;
  display: flex;
  position: relative;
  align-self: stretch;
  width: 100%;
  overflow: hidden;
  padding: 0.9375rem;
}

.LIVADA-UVODNA-STRAN .content-box-2 {
  align-items: center;
  flex: 1;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  position: relative;
}

.LIVADA-UVODNA-STRAN .picture-4 {
  position: relative;
  align-self: stretch;
  width: 100%;
  height: 13.75rem;
  /* 220px */
  border-radius: 0;
  background-image: url("../img/picture.jpg");
  background-size: cover;
  background-position: 50% 50%;
}

.LIVADA-UVODNA-STRAN .content-2 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.5rem;
  /* 8px */
  padding: 1.5rem;
  /* 24px */
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.LIVADA-UVODNA-STRAN .title-2 {
  position: relative;
  flex: 1;
  margin-top: -0.0625rem;
  /* -1px */
  font-family: var(--heading-6-font-family);
  font-weight: var(--heading-6-font-weight);
  color: var(--blue-gray900);
  font-size: var(--heading-6-font-size);
  letter-spacing: var(--heading-6-letter-spacing);
  line-height: var(--heading-6-line-height);
  font-style: var(--heading-6-font-style);
  overflow: hidden;
}

.LIVADA-UVODNA-STRAN .paragraph-3 {
  font-family: var(--body-l-font-family);
  font-weight: var(--body-l-font-weight);
  color: var(--blue-gray900);
  font-size: var(--body-l-font-size);
  letter-spacing: var(--body-l-letter-spacing);
  line-height: var(--body-l-line-height);
  position: relative;
  align-self: stretch;
  font-style: var(--body-l-font-style);
}

.LIVADA-UVODNA-STRAN .picture-5 {
  position: relative;
  align-self: stretch;
  width: 100%;
  height: 13.75rem;
  /* 220px */
  border-radius: 0;
  background-image: url("../img/picture-5.jpg");
  background-size: cover;
  background-position: 50% 50%;
}

.LIVADA-UVODNA-STRAN .picture-6 {
  position: relative;
  align-self: stretch;
  width: 100%;
  height: 13.75rem;
  /* 220px */
  border-radius: 0;
  background-image: url("../img/picture-6.jpg");
  background-size: cover;
  background-position: 50% 50%;
}

.LIVADA-UVODNA-STRAN .picture-7 {
  position: relative;
  align-self: stretch;
  width: 100%;
  height: 13.75rem;
  /* 220px */
  border-radius: 0;
  background-image: url("../img/picture-3.jpg");
  background-size: cover;
  background-position: 50% 50%;
}

.LIVADA-UVODNA-STRAN .picture-8 {
  position: relative;
  align-self: stretch;
  width: 100%;
  height: 13.75rem;
  /* 220px */
  border-radius: 0;
  background-image: url("../img/picture-7.jpg");
  background-size: cover;
  background-position: 50% 50%;
}

.LIVADA-UVODNA-STRAN .picture-9 {
  position: relative;
  align-self: stretch;
  width: 100%;
  height: 13.75rem;
  /* 220px */
  border-radius: 0;
  background-image: url("../img/picture-4.jpg");
  background-size: cover;
  background-position: 50% 50%;
}

.LIVADA-UVODNA-STRAN .section-text-4 {
  align-items: center;
  gap: 1.5rem;
  /* 24px */
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  position: relative;
}

.LIVADA-UVODNA-STRAN .FAQ {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  flex: 0 0 auto;
  overflow: hidden;
  width: 100%;
}

.LIVADA-UVODNA-STRAN .FAQ-item {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: flex-start;
  justify-content: center;
  padding: 2rem 0;
  /* 32px 0px */
  position: relative;
  flex: 0 0 auto;
  border-top-width: 0.0625rem;
  border-top-style: solid;
  border-color: var(--blue-gray200);
}

.LIVADA-UVODNA-STRAN .question {
  position: relative;
  flex: 1;
  margin-top: -0.0625rem;
  /* -1px */
  font-family: var(--body-XXL-font-family);
  font-weight: var(--body-XXL-font-weight);
  color: var(--blue-gray900);
  font-size: var(--body-XXL-font-size);
  letter-spacing: var(--body-XXL-letter-spacing);
  line-height: var(--body-XXL-line-height);
  font-style: var(--body-XXL-font-style);
}

.LIVADA-UVODNA-STRAN .img-2 {
  position: relative;
  width: 1.5rem;
  /* 24px */
  height: 1.5rem;
}

.LIVADA-UVODNA-STRAN .div-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 25.0625rem;
  /* 401px */
  gap: 5rem;
  /* 80px */
  padding: 5rem;
  /* 80px */
  margin-top: -1.75rem;
  /* -28px */
  background-image: url("../img/bottom-help.png");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
  position: relative;
  align-self: stretch;
  width: 100%;
  box-sizing: border-box;
  text-align: center;
}

.LIVADA-UVODNA-STRAN .section-text-5 {
  align-items: center;
  gap: 2rem;
  /* 32px */
  flex: 1;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  position: relative;
  width: 100%;
}

.LIVADA-UVODNA-STRAN .secondary-headline-5 {
  font-family: var(--heading-2-font-family);
  font-weight: var(--heading-2-font-weight);
  color: var(--white);
  font-size: 2rem;
  /* 32px */
  text-align: center;
  letter-spacing: var(--heading-2-letter-spacing);
  line-height: var(--heading-2-line-height);
  position: relative;
  align-self: stretch;
  margin-top: -0.0625rem;
  /* -1px */
  font-style: var(--heading-2-font-style);
  overflow: hidden;
}

.LIVADA-UVODNA-STRAN .paragraph-4 {
  font-family: var(--body-XXXL-font-family);
  font-weight: var(--body-XXXL-font-weight);
  color: var(--white);
  font-size: 1.125rem;
  /* 18px */
  text-align: center;
  letter-spacing: var(--body-XXXL-letter-spacing);
  line-height: var(--body-XXXL-line-height);
  position: relative;
  align-self: stretch;
  font-style: var(--body-XXXL-font-style);
}

.LIVADA-UVODNA-STRAN .footer {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: flex-start;
  justify-content: center;
  padding: 0 5rem;
  /* 0px 80px */
  position: relative;
  flex: 0 0 auto;
  margin-top: -1.75rem;
  /* -28px */
  background-color: var(--blue-gray900);
}

.LIVADA-UVODNA-STRAN .bottom {
  display: flex;
  align-items: center;
  gap: 3rem;
  /* 48px */
  padding: 3rem 0;
  /* 48px 0px */
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.LIVADA-UVODNA-STRAN .companyname-all {
  position: relative;
  flex: 1;
  font-family: var(--body-m-font-family);
  font-weight: var(--body-m-font-weight);
  color: var(--white);
  font-size: var(--body-m-font-size);
  letter-spacing: var(--body-m-letter-spacing);
  line-height: var(--body-m-line-height);
  font-style: var(--body-m-font-style);
}

.LIVADA-UVODNA-STRAN .div-3 {
  display: inline-flex;
  align-items: center;
  gap: 1rem;
  /* 16px */
  position: relative;
  flex: 0 0 auto;
  overflow: hidden;
}

.LIVADA-UVODNA-STRAN .header {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  padding: 1.5rem 5rem;
  /* 24px 80px */
  position: absolute;
  top: 0;
  left: 0;
  background-color: transparent;
}

.LIVADA-UVODNA-STRAN .rectangle-5 {
  position: relative;
  width: 2.1875rem;
  /* 35px */
  height: 2.1875rem;
}

.LIVADA-UVODNA-STRAN .button-2 {
  all: unset;
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.75rem 1.5625rem;
  /* 12px 25px */
  position: relative;
  flex: 0 0 auto;
  border-radius: 0.1875rem;
  /* 3px */
  border: 0.0625rem solid;
  border-color: var(--white);
  overflow: hidden;
}

:root {
  --anim-duration: 700ms;
  --anim-ease: cubic-bezier(.2, .85, .25, 1);
  --anim-fast: 360ms;
}

.js [data-animate] {
  opacity: 0;
  transform: translateY(1.125rem) scale(0.995);
  /* 18px */
  transition: opacity var(--anim-duration) var(--anim-ease), transform var(--anim-duration) var(--anim-ease);
  will-change: opacity, transform;
}

.js [data-animate].in-view {
  opacity: 1;
  transform: none;
}

.js [data-animate="slide-left"].in-view {
  transform: translateX(0) translateY(0);
}

.js [data-animate="slide-left"] {
  transform: translateX(-1.75rem);
  /* 28px */
}

.js [data-animate="fade-up"] {
  transform: translateY(1.25rem);
  /* 20px */
}

.js [data-animate="pop"] {
  transform: translateY(0.375rem) scale(.98);
  /* 6px */
  transition: transform var(--anim-fast) var(--anim-ease), box-shadow var(--anim-fast) var(--anim-ease);
}

.js [data-animate="pop"].in-view {
  transform: none;
}

.js [data-animate="card"] {
  transform: translateY(1.75rem) scale(.995);
  /* 28px */
  transition-duration: calc(var(--anim-duration) + 120ms);
  box-shadow: 0 0.375rem 0 rgba(0, 0, 0, 0.02);
  /* 6px */
}

.js [data-animate="card"].in-view {
  transform: none;
  box-shadow: 0 0.75rem 1.375rem rgba(16, 24, 40, 0.08);
  /* 12px 22px */
}

@keyframes floatSlow {
  0% {
    transform: translateY(0) rotate(-1deg) scale(1);
  }

  50% {
    transform: translateY(-0.5rem) rotate(1deg) scale(1.01);
    /* -8px */
  }

  100% {
    transform: translateY(0) rotate(-1deg) scale(1);
  }
}

.js [data-animate="float-zoom"] {
  transform-origin: center;
  animation: floatSlow 6s ease-in-out infinite;
  opacity: 0.98;
}

.LIVADA-UVODNA-STRAN .button,
.LIVADA-UVODNA-STRAN .button-2 {
  transition: transform 220ms var(--anim-ease), box-shadow 220ms var(--anim-ease);
}

button {
  outline: none;
}

.LIVADA-UVODNA-STRAN .button:hover,
.LIVADA-UVODNA-STRAN .button:focus {
  transform: translateY(-0.375rem) scale(1.02);
  /* -6px */
  box-shadow: 0 0.75rem 1.875rem rgba(16, 24, 40, 0.12);
  /* 12px 30px */
}

.LIVADA-UVODNA-STRAN .button-2:hover,
.LIVADA-UVODNA-STRAN .button-2:focus {
  transform: translateY(-0.1875rem);
  /* -3px */
  box-shadow: 0 0.5rem 1.125rem rgba(16, 24, 40, 0.08);
  /* 8px 18px */
}

.LIVADA-UVODNA-STRAN .button-text,
.LIVADA-UVODNA-STRAN .button-text-2 {
  color: var(--white);
  font-family: var(--body-m-font-family);
  overflow: hidden;
}

.button-text-wrapper {
  overflow: hidden;
}

.FAQ-item .img-2 {
  transition: transform 280ms var(--anim-ease);
}

.FAQ-item .faq-answer {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: max-height 420ms var(--anim-ease), opacity 320ms var(--anim-ease), transform 320ms var(--anim-ease);
  transform: translateY(-0.375rem);
  /* -6px */
  padding-top: 0.5rem;
  /* 8px */
  color: var(--blue-gray600);
  font-family: var(--body-m-font-family);
  font-size: 1rem;
  /* 16px */
}

.FAQ-item.open .img-2 {
  transform: rotate(180deg);
}

.FAQ-item.open .faq-answer {
  max-height: 25rem;
  /* 400px */
  opacity: 1;
  transform: translateY(0);
}

.FAQ-item .faq-answer.in-view {
  opacity: 1;
  transform: none;
}

.footer {
  transition: transform 700ms var(--anim-ease), opacity 700ms var(--anim-ease);
}

.footer.in-view {
  transform: none;
  opacity: 1;
}

@media (prefers-reduced-motion: reduce) {
  .js [data-animate] {
    transition: none !important;
    transform: none !important;
    opacity: 1 !important;
    animation: none !important;
  }

  .button,
  .button-2 {
    transition: none !important;
  }
}

.footer .social {
  display: flex;
  gap: 0.75rem;
  /* 12px */
  align-items: center;
  margin-top: 0.5rem;
  /* 8px */
}

.footer .social-link {
  display: inline-block;
  padding: 0.375rem;
  /* 6px */
  border-radius: 0.1875rem;
  /* 3px */
  transition: transform .24s cubic-bezier(.2, .8, .2, 1), box-shadow .24s, background .24s;
  will-change: transform, box-shadow;
}

.footer .social-link:hover {
  transform: translateY(-0.25rem) scale(1.06);
  /* -4px */
}

.footer .social-link:hover .social-icon {
  transform: rotate(-8deg) scale(1.05);
  transition: transform .24s ease, filter .24s ease;
}

.social-icon {
  width: 1.75rem;
  /* 28px */
  height: 1.75rem;
  display: block;
  transition: transform .24s ease, filter .24s ease;
}

#contact-modal {
  --modal-bg: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(250, 250, 250, 0.99));
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1);
  background: var(--modal-bg);
  color: inherit;
  border-radius: 0.875rem;
  /* 14px */
  max-width: 61.25rem;
  /* 980px */
  width: min(98vw, 57.5rem);
  /* 920px */
  max-height: 90vh;
  overflow: auto;
  box-shadow: 0 1.875rem 5rem rgba(2, 6, 23, 0.48), 0 0.375rem 1.125rem rgba(16, 24, 40, 0.08);
  /* 30px 80px , 6px 18px */
  z-index: 10000;
  padding: 1.25rem;
  /* 20px */
  box-sizing: border-box;
  transform-origin: center;
  transition: opacity 240ms cubic-bezier(.2, .85, .25, 1), transform 240ms cubic-bezier(.2, .85, .25, 1);
  opacity: 1;
  font-family: var(--body-m-font-family);
  border: 0.0625rem solid rgba(16, 24, 40, 0.06);
  /* 1px */
  backdrop-filter: saturate(120%) blur(0.25rem);
  /* 4px */
  -webkit-backdrop-filter: saturate(120%) blur(0.25rem);
}

.modal-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(6, 10, 20, 0.45);
  z-index: 9990;
  transition: opacity 240ms cubic-bezier(.2, .85, .25, 1);
  will-change: opacity;
}

#contact-modal .modal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  /* 12px */
  margin-bottom: 1rem;
  /* 16px */
  padding-bottom: 0.375rem;
  /* 6px */
  border-bottom: 0.0625rem solid rgba(16, 24, 40, 0.04);
  /* 1px */
}

#contact-modal .modal-title {
  line-height: 1.05;
  color: var(--blue-gray900, #0f172a);
  font-family: var(--body-m-font-family);
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  /* 4px */
}

#contact-modal .modal-title strong {
  display: block;
  font-size: 1.25rem;
  /* 20px */
  font-weight: 700;
  overflow: hidden;
}

#contact-modal .modal-title .muted {
  font-size: 0.8125rem;
  /* 13px */
  color: rgba(16, 24, 40, 0.55);
  margin-top: 0.125rem;
  /* 2px */
  font-weight: 400;
}

#contact-modal .modal-close {
  background: transparent;
  border: none;
  font-size: 1.25rem;
  /* 20px */
  cursor: pointer;
  padding: 0.5rem;
  /* 8px */
  border-radius: 0.1875rem;
  /* 3px */
  color: #d2242b;
  line-height: 1;
  transition: background .18s ease, transform .18s ease;
  font-family: var(--body-m-font-family);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2.25rem;
  /* 36px */
  min-height: 2.25rem;
}

#contact-modal .modal-close:hover {
  background: rgba(0, 0, 0, 0.06);
  transform: translateY(-0.125rem);
  /* -2px */
}

#contact-modal .modal-close:focus {
  border-radius: 0.1875rem;
}

#contact-modal .modal-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  /* 16px */
  align-items: start;
  align-content: start;
}

#contact-modal .info {
  font-size: 0.875rem;
  /* 14px */
  line-height: 1.5;
  color: var(--blue-gray900, #111827);
  font-family: var(--body-m-font-family);
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 0.75rem;
  /* 12px */
}

#contact-modal .info strong {
  font-weight: 700;
  color: var(--blue-gray900, #0b1220);
}

#contact-modal .info a {
  color: var(--blue-gray900, #0f172a);
  text-decoration: underline;
}

#contact-modal .info .cta {
  display: inline-block;
  margin-top: 0.625rem;
  /* 10px */
  background: var(--red, #d2242b);
  color: var(--white, #fff);
  padding: 0.625rem 0.875rem;
  /* 10px 14px */
  border-radius: 0.1875rem;
  /* 3px */
  text-decoration: none;
  font-weight: 700;
  transition: transform .18s ease, box-shadow .18s ease, filter .18s ease;
  font-family: var(--body-m-font-family);
  box-shadow: 0 0.625rem 1.5rem rgba(210, 36, 43, 0.08);
  /* 10px 24px */
}

#contact-modal .info .cta:hover,
#contact-modal .info .cta:focus {
  transform: translateY(-0.1875rem);
  /* -3px */
  box-shadow: 0 1.125rem 2.5rem rgba(210, 36, 43, 0.12);
  /* 18px 40px */
  filter: saturate(1.05);
}

#contact-modal .map-frame {
  min-height: 13.75rem;
  /* 220px */
  height: 100%;
  border-radius: 0.1875rem;
  /* 3px */
  overflow: hidden;
  background: linear-gradient(180deg, #f8fafc, #f3f4f6);
  display: block;
  border: 0.0625rem solid rgba(16, 24, 40, 0.04);
  /* 1px */
  box-shadow: inset 0 -0.375rem 1.125rem rgba(2, 6, 23, 0.02);
  /* 6px 18px */
}

#contact-modal .map-frame iframe {
  width: 100%;
  height: 100%;
  min-height: 11.25rem;
  /* 180px */
  border: 0;
  display: block;
  object-fit: cover;
}

#contact-modal:focus {
  outline: none;
}

#contact-modal[aria-hidden="true"] {
  opacity: 0;
  transform: translate(-50%, -50%) scale(.995);
  pointer-events: none;
}

@media (max-width: 45rem) {

  /* 720px */
  #contact-modal {
    padding: 0.875rem;
    /* 14px */
    width: min(96vw, 40rem);
    /* 640px */
    border-radius: 0.75rem;
    /* 12px */
    max-height: 95vh;
  }

  #contact-modal .modal-grid {
    grid-template-columns: 1fr;
    gap: 0.75rem;
    /* 12px */
  }

  #contact-modal .modal-header {
    gap: 0.5rem;
    /* 8px */
    padding-bottom: 0.5rem;
    /* 8px */
  }

  #contact-modal .modal-title strong {
    font-size: 1.125rem;
    /* 18px */
  }

  #contact-modal .map-frame {
    min-height: 11.25rem;
    /* 180px */
    border-radius: 0.1875rem;
    /* 3px */
  }
}

@media (prefers-reduced-motion: reduce) {

  #contact-modal,
  #contact-modal .modal-close,
  #contact-modal .info .cta,
  .modal-backdrop {
    transition: none !important;
    animation: none !important;
  }
}

#back-to-top {
  -webkit-tap-highlight-color: transparent;
  border: none;
  background-clip: padding-box;
  outline: none;
  box-shadow: none;
}

#back-to-top:focus,
#back-to-top:active,
#back-to-top::-moz-focus-inner {
  outline: none;
  border: none;
  box-shadow: none;
}

#back-to-top:focus:not(:focus-visible) {
  outline: none;
  box-shadow: none;
}

#back-to-top {
  position: fixed;
  right: 1.25rem;
  /* 20px */
  bottom: 1.25rem;
  width: 2.75rem;
  /* 44px */
  height: 2.75rem;
  border-radius: 0.5rem;
  /* 8px */
  border: none;
  background: #e53935;
  color: #fff;
  font-size: 1.25rem;
  /* 20px */
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0.375rem 1.125rem rgba(0, 0, 0, 0.18);
  /* 6px 18px */
  cursor: pointer;
  opacity: 0;
  transform: translateY(0.75rem);
  /* 12px */
  transition: opacity .22s ease, transform .22s ease, visibility .22s;
  visibility: hidden;
  z-index: 10001;
}

#back-to-top.show {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
}

@media (max-width: 95rem) {

  /* 1440px */
  * {
    overflow-x: hidden;
  }

  .LIVADA-UVODNA-STRAN .rectangle {
    height: 400px;
    width: 440px;
    margin-top: 5%;
  }

  .LIVADA-UVODNA-STRAN .p {
    font-size: 0.875rem;
    /* 14px */
  }

  .LIVADA-UVODNA-STRAN .img {
    height: 400px;
    width: 440px;
  }

  .LIVADA-UVODNA-STRAN .rectangle-4 {
    display: none;
  }

  .LIVADA-UVODNA-STRAN .content-box-2 {
    min-height: 23.125rem;
    /* 370px */
    max-height: 23.125rem;
  }

  .LIVADA-UVODNA-STRAN .header {
    padding: 1.5rem 2.125rem;
    /* 24px 50px */
  }

  .LIVADA-UVODNA-STRAN .section {
    width: 95%;
  }

  .LIVADA-UVODNA-STRAN .secondary-headline,
  .LIVADA-UVODNA-STRAN .secondary-headline-2 {
    font-size: 2.25rem;
    /* 36px */
  }

  .LIVADA-UVODNA-STRAN .row-wrapper {
    padding: 0.625rem 6.25rem;
    /* 10px 100px */
    height: 33.75rem;
    /* 540px */
  }

  .LIVADA-UVODNA-STRAN .row-3 {
    gap: 0.625rem;
    /* 10px */
  }

  .LIVADA-UVODNA-STRAN .paragraph-3 {
    font-size: 0.875rem;
    /* 14px */
  }

  .LIVADA-UVODNA-STRAN .content-box-2 {
    width: 20%;
  }

  .decor {
    display: none;
  }

  .LIVADA-UVODNA-STRAN .section-3 {
    padding: 2.5rem;
    /* 40px */
  }
}

@media (max-width: 1190px) {
  .section .right {
    display: none;
  }

  .section-2 .right-2 {
    display: none;
  }

  .LIVADA-UVODNA-STRAN .section {
    height: auto;
  }

  .LIVADA-UVODNA-STRAN .secondary-headline {
    text-align: left;
    justify-content: flex-start;
  }

  .main-headline.flow.in-view .flow-letters span {
    font-size: 2.9rem;
    /* 56px */
  }

  .LIVADA-UVODNA-STRAN .secondary-headline-4 {
    font-size: 1.5rem;
    /* 32px */
  }

  .LIVADA-UVODNA-STRAN .companyname-all {
    font-size: 0.575rem;
  }

  .mnenja-title {
    font-size: 1.5rem;
    /* 24px */
  }

  .LIVADA-UVODNA-STRAN .secondary-headline-3 {
    font-size: 0.8rem;
    /* 28px */
  }

  .LIVADA-UVODNA-STRAN .question {
    font-size: 1rem;
    /* 16px */
  }
}

@media (max-width: 820px) {
  .LIVADA-UVODNA-STRAN .companyname-all {
    display: none;
  }

  .LIVADA-UVODNA-STRAN .section-3 {
    padding: 2rem;
    /* 32px */
    gap: 3rem;
    /* 48px */
  }

  .logo-medle {
    height: 30px !important;
  }

  .social-icon {
    width: 1.3rem;
    height: 1.3rem;
  }

  .LIVADA-UVODNA-STRAN .row-3 {
    flex-direction: column;
    gap: 2rem;
    /* 32px */
  }

  .LIVADA-UVODNA-STRAN .content-box-2 {
    width: 100%;
  }

  .LIVADA-UVODNA-STRAN .row-2 {}

  .LIVADA-UVODNA-STRAN .row-2 .col-2:nth-of-type(2) {
    display: none;
  }

  .row-wrapper .top {
    justify-content: flex-start;
  }

  .LIVADA-UVODNA-STRAN .row-wrapper {
    height: 29rem;
  }

  .LIVADA-UVODNA-STRAN .section-2 {
    margin-top: 30px;
  }

  .LIVADA-UVODNA-STRAN .section-2,
  .LIVADA-UVODNA-STRAN .section {
    padding: 1rem;
  }

  .LIVADA-UVODNA-STRAN .rectangle-3 {
    display: none;
  }

  .main-headline.flow.in-view .flow-letters span {
    font-size: 25px;
  }

  .LIVADA-UVODNA-STRAN .paragraph {
    font-size: 14px;
  }

  .LIVADA-UVODNA-STRAN .section-text {
    gap: 14px;
  }

  .LIVADA-UVODNA-STRAN .paragraph-4 {
    display: none;
  }

  .LIVADA-UVODNA-STRAN .row-wrapper {
    padding: 0.625rem;
  }

  .LIVADA-UVODNA-STRAN .footer {
    padding: 4px;
  }
}