:root {
  --bg-color: #f2f7fd;
  --text-tamna: #00132e;
  --text-ljubicasta: #5d1d64;
  --text-plava: #284164;
  --white: white;
  --zuta: #f6fa70;
  --crvena: #ff3c85;
  --narandzasta: #ffa52f;
  --palva: #0079ff;
  --zelena: #00dfa2;
  --lju-text: #823aff;
  --svetlo-plava: #4cb8e2;
  --ljubicasta: #a069ff;
  --black: #000;
  --box-shadow: #8f929c;
  --box-border: #f1f1f1;
  --grass-green: #388004;
  --card-white-bg: #f2f7fdb3;
  --location-svg-stroke: 14px;
}

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

body {
  background-color: var(--bg-color);
  color: var(--text-tamna);
  font-family: Comfortaa, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
}

h1 {
  color: var(--text-tamna);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Abril Fatface, sans-serif;
  font-size: 110px;
  font-weight: 400;
  line-height: 120px;
}

h2 {
  color: var(--text-tamna);
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Comfortaa, sans-serif;
  font-size: 60px;
  font-weight: 700;
  line-height: 60px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 40px;
  font-weight: 700;
  line-height: 40px;
}

p {
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 30px;
}

a {
  color: var(--text-tamna);
  font-family: Comfortaa, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  text-decoration: none;
}

.spline-hero-div {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 90vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.big-hero {
  justify-content: space-between;
  position: relative;
  inset: -483px 0% 40px;
}

.hero-div {
  background-image: linear-gradient(180deg, #ffc06d, var(--bg-color));
  height: 800px;
  position: relative;
}

.hero-parag {
  color: var(--text-ljubicasta);
  text-align: center;
  text-transform: none;
  mix-blend-mode: multiply;
  width: 600px;
  margin-bottom: 40px;
  font-family: Comfortaa, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 40px;
}

.spline-scene-2 {
  width: 100%;
  height: 100vh;
}

.lokacije {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 140px;
  display: flex;
}

.lokacije-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: stretch;
  align-items: flex-end;
  display: grid;
  position: relative;
}

.lokacija-kartica {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  cursor: pointer;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 250px;
  height: 300px;
  position: relative;
}

.card {
  background-color: var(--bg-color);
  cursor: pointer;
  border-radius: 18px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 250px;
  height: 300px;
  padding: 9px;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 2px 4px 10px 2px #00132e80;
}

.card__inner {
  z-index: 1;
  background-image: linear-gradient(90deg, var(--text-plava), var(--text-tamna));
  border-radius: 14px;
  flex-flow: column;
  width: 230px;
  height: 280px;
  padding: 10px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.card__gradient {
  z-index: 0;
  filter: saturate(43%) blur(10px);
  transform-style: preserve-3d;
  background-image: linear-gradient(90deg, red, #fbff00 36%, #05f 75%, #9d00ff);
  position: absolute;
  inset: 0%;
  transform: rotateX(0)rotateY(-15deg)rotateZ(11deg)scale3d(.6, 1.1, 1);
}

.card__gradient.outer {
  opacity: .2;
  filter: brightness(116%) saturate(59%) blur(10px);
}

.card__gradient.inner {
  opacity: .3;
  filter: saturate(60%) blur(25px);
}

.card__sheen {
  z-index: 3;
  background-image: linear-gradient(135deg, #fff0 39%, var(--white) 43%, var(--white) 50%, var(--white) 58%, #fff0 62%);
  opacity: .1;
  filter: blur(17px);
  position: absolute;
  inset: 0%;
}

.card__title {
  z-index: 1;
  background-color: var(--text-tamna);
  border-radius: 10px;
  height: 48px;
  margin-bottom: 10px;
  position: relative;
  overflow: hidden;
}

.card__image {
  z-index: 2;
  background-color: var(--text-tamna);
  perspective: 2000px;
  border-radius: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 200px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.igrackica {
  z-index: 2;
  filter: saturate(135%);
  max-width: none;
  position: absolute;
}

.card__content {
  z-index: 1;
  color: var(--bg-color);
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
  position: relative;
}

.card__heading {
  margin-top: auto;
  margin-bottom: auto;
  line-height: 48px;
}

.lokacija-image {
  max-width: 90%;
}

.lokacija__card__header {
  justify-content: space-between;
  width: 90%;
  display: flex;
}

.lokacija__card__title {
  text-transform: uppercase;
  text-shadow: 1px 1px #00000075;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 500;
}

.lokacija__card__title.red {
  color: var(--zuta);
}

.lokacija__card__title.orange {
  color: var(--crvena);
}

.lokacija__card__title.blue {
  color: var(--text-plava);
}

.lokacija__card__title.green {
  color: var(--white);
}

.lokacija__content {
  z-index: 2;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  filter: saturate(130%);
  background-color: #fefffe;
  border-radius: 15px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  align-items: center;
  transition: transform .2s;
  display: flex;
  position: absolute;
  inset: 0%;
  box-shadow: inset 3px 2px 4px -3px #ffffff80, 2px 4px 10px #00000080;
}

.lokacija__content:hover {
  transform: translate(-11px, -16px);
}

.lokacija__content.red {
  background-image: radial-gradient(circle at 0%, #fd6ea4 40%, #ffbf6c);
}

.lokacija__content.orange {
  background-image: radial-gradient(circle at 0%, #ffbf6c 40%, #7fffdc);
}

.lokacija__content.blue {
  background-image: radial-gradient(circle at 0%, #7fffdc 40%, #78b8ff);
}

.lokacija__content.green {
  background-image: radial-gradient(circle at 0%, #78b8ff, #b890ff);
}

.lokacija__shadow {
  z-index: 1;
  background-color: var(--crvena);
  border-radius: 20px;
  position: absolute;
  inset: 0%;
}

.lokacija__shadow.orange {
  background-color: var(--narandzasta);
}

.lokacija__shadow.blue {
  background-color: var(--palva);
}

.lokacija__shadow.green {
  background-color: var(--zelena);
}

.hero__title {
  color: #823aff;
  text-shadow: -2px -1px 4px var(--zuta), 1px 2px 3px #5a5a5ae8;
  margin-bottom: 20px;
  font-family: Abril Fatface, sans-serif;
  font-style: normal;
  font-weight: 400;
}

.hero__title.small {
  color: var(--crvena);
  text-shadow: 1px 2px 3px #5a5a5ae8;
  padding-left: 100px;
  font-family: Comfortaa, sans-serif;
  font-size: 90px;
  font-weight: 700;
}

.hero__title.big {
  color: var(--lju-text);
  letter-spacing: 3px;
  text-shadow: 1px 2px 3px #5a5a5ae8;
  margin-top: -60px;
  margin-bottom: 60px;
  padding-left: 0;
  font-family: Pacifico, sans-serif;
  font-size: 200px;
}

.locations__title {
  color: var(--svetlo-plava);
  margin-bottom: 60px;
  font-family: Comfortaa, sans-serif;
  font-size: 100px;
  line-height: 120px;
}

.content {
  z-index: -1;
}

.hero_btn {
  z-index: 2;
  background-color: #a069ff82;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 60px;
  display: flex;
  position: relative;
}

.hero_btn.small {
  background-color: var(--bg-color);
  color: var(--lju-text);
  text-transform: uppercase;
  width: 99%;
  height: 38px;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}

.hero_btn.social {
  background-color: #69b2ff82;
  margin-top: 10px;
}

.hero_btn__inner {
  background-color: var(--palva);
  text-align: left;
  background-image: linear-gradient(135deg, #f7f6f8, #fbfafb);
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 194px;
  height: 54px;
  display: flex;
}

.hero_btn_text {
  color: var(--lju-text);
  -webkit-text-stroke-color: var(--lju-text);
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
}

.wellcome-duga-vrtic-img {
  background-image: url('../images/vrtic-duga-kragujevac-hero-img.webp');
  background-position: 50% 0;
  background-size: cover;
  height: 800px;
  margin-top: 100px;
  margin-bottom: 100px;
  position: sticky;
}

.about-nas-tim {
  z-index: 0;
  background-image: url('../images/mesh-bg-red.png');
  background-position: 0 0;
  background-size: auto;
  border-radius: 500px 500px 0 0;
  justify-content: center;
  align-items: center;
  width: 1100px;
  height: 700px;
  padding-top: 40px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  overflow: hidden;
  box-shadow: inset 0 2px 11px 1px #ffffff82;
}

.about-nas-tim._2 {
  background-image: linear-gradient(180deg, var(--narandzasta) 50%, var(--svetlo-plava));
  box-shadow: none;
  border-top-left-radius: 580px;
  border-top-right-radius: 580px;
  flex-flow: column;
  justify-content: space-around;
  align-items: center;
  width: 1070px;
  height: 670px;
  display: flex;
}

.about-nas-tim._3 {
  background-image: linear-gradient(180deg, var(--zuta) 40%, var(--svetlo-plava));
  box-shadow: none;
  border-top-left-radius: 560px;
  border-top-right-radius: 560px;
  flex-flow: column;
  justify-content: space-around;
  align-items: center;
  width: 1040px;
  height: 640px;
  display: flex;
  top: 100px;
}

.about-nas-tim._4 {
  background-image: linear-gradient(180deg, var(--zelena) 40%, var(--svetlo-plava));
  box-shadow: none;
  border-top-left-radius: 540px;
  border-top-right-radius: 540px;
  flex-flow: column;
  justify-content: space-around;
  align-items: center;
  width: 1010px;
  height: 610px;
  top: 130px;
  overflow: hidden;
}

.about-nas-tim._5 {
  background-image: linear-gradient(180deg, var(--palva) 40%, var(--svetlo-plava));
  box-shadow: none;
  border-top-left-radius: 520px;
  border-top-right-radius: 520px;
  flex-flow: column;
  justify-content: space-around;
  align-items: center;
  width: 980px;
  height: 580px;
  top: 160px;
}

.about-nas-tim._6 {
  background-image: linear-gradient(180deg, var(--ljubicasta) 40%, var(--svetlo-plava));
  box-shadow: none;
  flex-flow: column;
  justify-content: space-around;
  width: 950px;
  height: 550px;
  top: 190px;
}

.about-nas-tim._7 {
  background-color: var(--svetlo-plava);
  box-shadow: none;
  background-image: none;
  flex-flow: column;
  justify-content: space-between;
  width: 920px;
  height: 520px;
  margin-bottom: 0;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  top: 210px;
}

.about-nas-tim._1 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-image: linear-gradient(180deg, var(--crvena) 50%, var(--svetlo-plava));
  box-shadow: none;
  border-top-left-radius: 600px;
  border-top-right-radius: 600px;
  flex-flow: column;
  justify-content: space-around;
  align-items: center;
}

.about-section-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--svetlo-plava);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: -100px;
  padding-top: 140px;
  display: flex;
  position: relative;
}

.about-img-1 {
  background-image: url('../images/img-acc-1-1.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  width: 700px;
  height: 300px;
}

.about-img-1._3 {
  background-image: url('../images/img-acc-3.png');
  background-position: 50%;
  width: 300px;
  height: 250px;
  position: relative;
}

.about-img-1._5 {
  background-image: url('../images/vrtic-duga-igraliste.png');
  height: 200px;
}

.about-text {
  text-align: center;
  width: 500px;
  padding-bottom: 0;
  position: relative;
}

.about-text._3 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 800px;
  padding-left: 0;
  display: flex;
}

.text-block-center {
  text-align: left;
  padding: 40px;
  font-size: 16px;
  line-height: 32px;
}

.text-block-center.lk {
  padding: 20px 20px 20px 30px;
}

.duga-kragujevac-text-block {
  text-transform: uppercase;
  border: 2px solid #a069ff80;
  border-radius: 50px;
  padding: 10px 20px;
  font-size: 14px;
  line-height: 28px;
}

.features-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr .5fr 1.25fr .5fr 1fr .5fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: space-between;
  align-items: center;
  min-width: 100%;
  margin-top: 40px;
  margin-bottom: 40px;
  display: grid;
}

.feature-desc {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: block;
}

.under-cloud {
  background-image: url('../images/under-cloud.svg');
  background-position: 50%;
  background-size: cover;
  height: 100px;
}

.testimonials-wrapper {
  background-color: var(--svetlo-plava);
  background-image: radial-gradient(circle farthest-corner at 50% 100%, var(--narandzasta), var(--bg-color) 59%);
  min-height: 100vh;
}

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

.testimonial-slider-small {
  padding: 40px 30px 80px;
  position: relative;
}

.centered-heading {
  color: var(--narandzasta);
  text-align: center;
  text-shadow: 3px 4px 0 var(--palva);
  margin-top: 140px;
  margin-bottom: 16px;
  font-size: 100px;
  line-height: 100px;
}

.testimonial-slider {
  background-color: #0000;
  max-width: 800px;
  height: auto;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
}

.testimonial-slide-wrapper {
  max-width: 48%;
  margin-right: 4%;
  overflow: hidden;
}

.testimonial-card {
  z-index: 2;
  border: 1px solid var(--narandzasta);
  mix-blend-mode: normal;
  background-color: #f2f7fdb3;
  border-radius: 20px;
  flex-flow: row;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 24px;
  display: flex;
  position: relative;
}

.testimonial-slider-left {
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
  left: -70px;
}

.testimonial-slider-left:focus-visible {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.testimonial-slider-left[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.slider-arrow-embed {
  color: #1a1b1f;
}

.testimonial-slider-right {
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
  right: -70px;
}

.testimonial-slider-right:focus-visible {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.testimonial-slider-right[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.testimonial-slide-nav {
  display: none;
}

.footer-dark {
  background-color: var(--bg-color);
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 30px 15px;
  position: relative;
}

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

.footer-content {
  grid-column-gap: 30px;
  grid-row-gap: 40px;
  grid-template: "."
  / auto auto 1.25fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.title-small {
  color: var(--text-tamna);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

.footer-link {
  color: var(--text-tamna);
  margin-top: 12px;
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
}

.footer-link:hover {
  color: #1a1b1fbf;
}

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

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

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

.footer-copyright-center {
  color: var(--text-plava);
  text-align: center;
  font-size: 14px;
  line-height: 16px;
}

.hreo-img {
  background-image: url('../images/Duga---hero---Copy1-1920x1009.png');
  background-position: 50%;
  background-size: cover;
  height: 800px;
  position: relative;
  top: -140px;
}

.duga-icon-location {
  text-align: center;
  width: 50%;
}

.features-crousel {
  box-sizing: content-box;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  overflow: hidden;
}

.features-head {
  font-size: 48px;
}

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

.about-content {
  flex-flow: row;
  justify-content: space-around;
  align-self: center;
  align-items: center;
  width: 800px;
  display: flex;
}

.about-content._2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: minmax(auto, .25fr);
  grid-template-columns: .25fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.about-content._1 {
  flex-flow: row;
  justify-content: space-around;
  align-items: center;
  width: 900px;
}

.about-heading {
  color: var(--bg-color);
  text-shadow: 3px 3px 1px #0003;
  font-size: 49px;
}

.about-heading._2 {
  color: var(--bg-color);
}

.about-heading._3 {
  color: var(--ljubicasta);
}

.about-heading._6 {
  color: var(--bg-color);
}

.about-heading._8 {
  color: var(--bg-color);
  text-align: center;
}

.about-wrapper {
  flex-flow: column;
  height: 700px;
  display: flex;
  position: sticky;
  top: 40px;
  overflow: hidden;
}

.about-wrapper._2 {
  height: 670px;
  margin-bottom: 300px;
  top: 70px;
}

.about-wrapper._3 {
  height: 640px;
  margin-bottom: 300px;
  top: 100px;
}

.about-wrapper._4 {
  height: 610px;
  margin-bottom: 300px;
  top: 130px;
}

.about-wrapper._5 {
  height: 580px;
  margin-bottom: 300px;
  top: 160px;
}

.about-wrapper._6 {
  height: 550px;
  margin-bottom: 300px;
  top: 190px;
}

.about-wrapper._7 {
  height: 520px;
  margin-bottom: 300px;
}

.about-wrapper._1 {
  margin-bottom: 300px;
}

.bottom-element-in-rainbow {
  background-color: var(--svetlo-plava);
  min-width: 98%;
  height: 10px;
}

.field-label, .field-label-2 {
  color: var(--bg-color);
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 400;
}

.text-field {
  color: var(--text-tamna);
  background-color: #80dbff;
  border-radius: 20px;
}

.text-field::placeholder {
  color: var(--text-plava);
}

.text-field-2 {
  color: var(--text-tamna);
  background-color: #80dbff;
  border-radius: 20px;
  margin-bottom: 20px;
}

.text-field-2::placeholder {
  color: var(--text-plava);
}

.success-message {
  background-color: var(--zelena);
  color: var(--lju-text);
  border-radius: 20px;
}

.error-message {
  border-radius: 20px;
}

.text-block-8 {
  font-size: 16px;
}

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

.div-block-20 {
  height: 10px;
}

.contact-form {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  min-width: 500px;
  margin-bottom: 20px;
  display: flex;
}

.paragraph-2, .paragraph-4, .paragraph-6, .paragraph-7, .paragraph-8 {
  font-size: 16px;
}

.quote-img {
  mix-blend-mode: screen;
  background-image: url('../images/102571.png');
  background-position: 50%;
  background-size: cover;
  min-width: 70px;
  height: 70px;
}

.body-lokacija {
  background-color: var(--bg-color);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.duga-contact {
  color: var(--bg-color);
  text-transform: uppercase;
  margin-top: 0;
  padding-top: 0;
  font-size: 16px;
  text-decoration: none;
}

.duga-contact.number {
  text-decoration: underline;
}

.contact-number-duga {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

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

.image-2 {
  color: var(--text-tamna);
}

.scroll-wraper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 60px;
  display: flex;
}

.about-img-2 {
  background-image: url('../images/programi-vrtic-duga-1.png');
  background-position: 50%;
  background-size: cover;
  width: 400px;
  height: 300px;
}

.about-img-3 {
  background-image: url('../images/vrtic-duga-plan-aktivnosti-1.png');
  background-position: 50%;
  background-size: cover;
  width: 200px;
  height: 200px;
}

.form {
  padding-top: 20px;
}

.over-cloud {
  background-image: url('../images/over-cloud-svg-1.svg');
  background-position: 50%;
  background-size: cover;
  height: 200px;
  margin-top: -60px;
}

.from-btn-wrapper {
  background-color: #a069ff80;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 42px;
  display: flex;
}

.lokacija-content-wrapper {
  text-align: left;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 900px;
  display: flex;
  position: relative;
}

.lokacija-header-tekst {
  color: var(--crvena);
  margin-left: -10px;
  font-family: Comfortaa, sans-serif;
  font-weight: 400;
}

.lokacija-header-tekst.erdoglija {
  color: var(--ljubicasta);
}

.lokacija-header-tekst.pcelice {
  color: var(--narandzasta);
}

.lokacija-header-tekst.vinogradi {
  color: var(--palva);
}

.lokacija-img {
  background-image: url('../images/testimonials-bg.png');
  background-position: 50% 80%;
  background-size: cover;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
}

.lokacija-promo {
  flex-flow: row;
  justify-content: space-around;
  align-items: center;
  width: 900px;
  height: 50px;
  margin-top: 40px;
  margin-bottom: 40px;
  display: flex;
}

.div-color {
  width: 100px;
  height: 30px;
}

.div-color._2 {
  background-color: var(--narandzasta);
  border-radius: 20px;
}

.div-color._1 {
  background-color: var(--crvena);
  border-radius: 20px;
}

.div-color._3 {
  background-color: var(--zelena);
  border-radius: 20px;
}

.div-color._4 {
  background-color: var(--palva);
  border-radius: 20px;
}

.text-gradient {
  z-index: 2;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-image: linear-gradient(#0000 25%, #fff 75%);
  justify-content: center;
  align-items: flex-end;
  display: flex;
  position: absolute;
  inset: 0%;
}

.read-more-img {
  width: 30px;
  height: 30px;
}

.code-embed {
  justify-content: center;
  align-items: center;
  padding-top: 50px;
  padding-left: 10px;
  display: none;
}

.paragraph-9 {
  text-transform: none;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  font-size: 18px;
  font-weight: 700;
  line-height: 32px;
}

.lokacije-hero {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 900px;
  margin-top: 40px;
  margin-bottom: 40px;
  display: grid;
}

.lokacije-hero-text-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  margin-top: 40px;
  margin-bottom: 40px;
}

.lokacija-subtitle {
  text-transform: uppercase;
  margin-top: 0;
}

.grid {
  grid-template: ". . . ."
                 ". . . ."
                 ". . Area Area"
                 ". . . ."
                 ". . . ." minmax(224px, 1fr)
                 ". . . ."
                 ". . . ."
                 ". . . ."
                 / 1fr 1fr 1fr 1fr;
}

.mala-galerija {
  color: var(--crvena);
  margin-top: 40px;
  font-size: 40px;
}

.mala-galerija.pcelice {
  color: var(--narandzasta);
}

.mala-galerija.erdoglija {
  color: var(--ljubicasta);
}

.mala-galerija.vinogradi {
  color: var(--palva);
}

.location-address {
  grid-template-rows: auto;
  grid-template-columns: 1fr .25fr 1fr;
  justify-content: space-between;
  align-items: stretch;
  width: 900px;
  margin-top: 40px;
  margin-bottom: 40px;
  display: flex;
}

.address-wrapper {
  display: flex;
}

.lottie-animation-3 {
  display: none;
}

.privatnost-wrapper {
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 900px;
  display: flex;
}

.p-content {
  width: 50%;
  padding-left: 20px;
  padding-right: 20px;
}

.p-image {
  background-image: url('../images/vrtic-duga-kragujevac-privatnost-2.jpeg');
  background-position: 100%;
  background-size: cover;
  width: 50%;
  max-height: 100svh;
  position: sticky;
  top: 0;
}

.p-image._2 {
  background-image: url('../images/vrtic-duga-uslovi-koriscenja.jpeg');
  height: 100svh;
}

.p-image._3 {
  background-image: url('../images/vrtic-duga-kragujevac-pivara-18.jpg');
  background-position: 50%;
  background-size: cover;
  min-height: 100svh;
}

.p-image._4 {
  background-image: url('../images/vrtic-duga-kragujevac-programi.jpeg');
  min-height: 100svh;
}

.p-image._11 {
  height: 100svh;
}

.privatnost-title {
  font-family: Comfortaa, sans-serif;
}

.privatnost-title.doc {
  margin-top: 20px;
}

.paragraph-10 {
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 16px;
}

.privatnost-subtitle {
  font-size: 20px;
}

.terms {
  flex-flow: row;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.body-5 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.dokument-link {
  color: var(--palva);
  font-size: 16px;
  display: block;
}

.div-block-21 {
  height: 10px;
}

.body-6 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.testemonials-footer {
  position: relative;
  overflow: hidden;
}

.meni {
  z-index: 100;
  width: 28px;
  height: 50px;
  margin-top: 20px;
  margin-right: 20px;
  position: fixed;
  inset: 0% 0% auto auto;
}

.hamburger {
  z-index: 90;
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
  position: relative;
}

.line {
  z-index: 91;
  background-color: var(--ljubicasta);
  border-radius: 20px;
  width: 100%;
  height: 4px;
}

.meni-slider-red {
  z-index: 80;
  background-color: var(--crvena);
  height: 110svh;
  position: relative;
  inset: 0%;
  transform: translate(100%);
}

.meni-slider-orange {
  z-index: 81;
  background-color: var(--narandzasta);
  height: 110svh;
  position: absolute;
  inset: 0%;
  transform: translate(100%);
}

.meni-slider-green {
  z-index: 82;
  background-color: var(--zelena);
  height: 110svh;
  position: absolute;
  inset: 0%;
  transform: translate(100%);
}

.meni-slider-blue {
  z-index: 83;
  background-color: var(--palva);
  justify-content: center;
  align-items: center;
  height: 110svh;
  display: flex;
  position: absolute;
  inset: 0%;
  transform: translate(100%);
}

.content-wrapper {
  position: relative;
}

.meni-slider-wrapper {
  z-index: 78;
  pointer-events: auto;
  height: 110svh;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: hidden;
}

.meni-item-small {
  color: var(--svetlo-plava);
}

.meni-item-big {
  color: var(--bg-color);
  padding-left: 10px;
  font-size: 32px;
  line-height: 40px;
}

.meni-item-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
}

.nav-bar {
  position: relative;
}

.div-footer-contant {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
}

.footer-contant-opis {
  margin-bottom: -12px;
  font-size: 14px;
  font-weight: 700;
  display: block;
}

.code-embed-3 {
  margin-top: 4px;
}

.about-text-holder {
  background-color: var(--bg-color);
  border-top-left-radius: 50px;
  box-shadow: 3px 2px 5px #0003;
}

.read-more-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 20px;
  padding-left: 0;
  display: flex;
}

.text-block-11 {
  font-size: 16px;
  font-weight: 400;
}

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

.body {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.lottie-animation-4 {
  margin-top: -80px;
}

.social-media-hero-icon {
  background-image: url('../images/facebook-svgrepo-com-1.webp');
  background-position: 0 0;
  background-size: cover;
  width: 28px;
  height: 28px;
  margin-left: auto;
  margin-right: auto;
}

.social-media-hero-icon._2 {
  background-image: url('../images/instagram-svgrepo-com-1.webp');
  background-position: 0 0;
  background-size: cover;
}

.divider {
  background-color: #69b2ff82;
  width: 3px;
  height: 55px;
}

.hero-social-media-icon-wrapper {
  cursor: pointer;
  width: 50%;
}

@media screen and (min-width: 1280px) {
  .lokacija__content.red {
    background-image: radial-gradient(circle at 0%, #fd6ea4 40%, #ffbf6c);
  }

  .lokacija__content.orange {
    background-image: radial-gradient(circle at 0%, #ffbf6c 40%, #7fffdc);
  }

  .lokacija__content.blue {
    background-image: radial-gradient(circle at 0%, #7fffdc 40%, #78b8ff);
  }

  .lokacija__content.green {
    background-image: radial-gradient(circle at 0%, #78b8ff, #b890ff);
  }

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

  .wellcome-duga-vrtic-img {
    margin-left: auto;
    margin-right: auto;
  }

  .about-nas-tim {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: minmax(299px, 3fr);
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  .about-img-1 {
    z-index: 0;
    height: 300px;
  }

  .about-text {
    z-index: 1;
    flex-flow: column;
    width: 70%;
    padding-bottom: 40px;
    position: relative;
  }

  .text-block-center {
    padding-top: 10px;
    padding-bottom: 20px;
    font-size: 16px;
    line-height: 32px;
  }

  .centered-heading {
    margin-top: 100px;
    padding-top: 0;
    padding-bottom: 60px;
  }

  .features-crousel {
    text-align: left;
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }

  .about-content._2 {
    width: 800px;
  }

  .about-text-holder {
    padding-top: 20px;
  }
}

@media screen and (min-width: 1440px) {
  .lokacije {
    background-color: var(--bg-color);
    background-image: none;
  }

  .about-nas-tim {
    grid-template: "Area-4 Area-3 Area-2 Area"
    / 1fr 1fr;
    grid-auto-rows: minmax(auto, 1fr);
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    justify-items: stretch;
  }

  .about-img-1 {
    z-index: 0;
  }

  .about-text {
    z-index: 1;
    padding-left: 0;
  }

  .body-4 {
    flex-flow: column;
  }
}

@media screen and (max-width: 991px) {
  .big-hero {
    top: -240px;
  }

  .hero-parag {
    width: 500px;
    font-size: 16px;
    line-height: 36px;
  }

  .lokacije {
    padding-bottom: 100px;
  }

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

  .lokacija-kartica {
    width: 200px;
    height: 250px;
  }

  .lokacija__content.red {
    filter: saturate(130%);
    transition-property: none;
  }

  .lokacija__content.red:hover {
    transform: none;
  }

  .lokacija__content.orange {
    transition-property: none;
  }

  .lokacija__content.orange:hover {
    transform: none;
  }

  .lokacija__content.blue {
    transition-property: none;
  }

  .lokacija__content.blue:hover {
    transform: none;
  }

  .lokacija__content.green {
    transition-property: none;
  }

  .lokacija__content.green:hover {
    transform: none;
  }

  .hero__title {
    font-size: 100px;
  }

  .hero__title.small {
    margin-top: -60px;
    font-size: 70px;
  }

  .hero__title.big {
    margin-top: -90px;
    font-size: 170px;
  }

  .locations__title {
    text-align: center;
    font-size: 60px;
    line-height: 120px;
  }

  .hero_btn {
    width: 170px;
    height: 44px;
  }

  .hero_btn__inner {
    width: 166px;
    height: 40px;
  }

  .hero_btn_text {
    font-size: 14px;
  }

  .wellcome-duga-vrtic-img {
    height: 600px;
    margin-top: 0;
  }

  .about-nas-tim {
    width: 700px;
    height: 800px;
  }

  .about-nas-tim._2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    place-content: flex-end flex-start;
    align-items: center;
    width: 670px;
    height: 770px;
  }

  .about-nas-tim._3 {
    width: 640px;
    height: 740px;
  }

  .about-nas-tim._4 {
    width: 610px;
    height: 710px;
  }

  .about-nas-tim._5 {
    width: 580px;
    height: 680px;
  }

  .about-nas-tim._6 {
    justify-content: flex-start;
    width: 550px;
    height: 650px;
  }

  .about-nas-tim._7 {
    width: 520px;
    height: 620px;
  }

  .about-section-wrapper {
    padding-top: 140px;
  }

  .about-img-1 {
    width: 400px;
    height: 300px;
  }

  .about-img-1._3 {
    width: 300px;
  }

  .about-text {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
    display: flex;
  }

  .about-text._3 {
    width: 580px;
    margin-top: 40px;
  }

  .text-block-center {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    padding: 20px 20px 40px;
  }

  .duga-kragujevac-text-block {
    padding-top: 0;
    padding-bottom: 0;
    font-size: 14px;
    line-height: 40px;
  }

  .features-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .container {
    max-width: 728px;
  }

  .centered-heading {
    font-size: 60px;
  }

  .testimonial-slider-left {
    left: -20px;
  }

  .testimonial-slider-right {
    right: -20px;
  }

  .footer-content {
    grid-column-gap: 30px;
    margin-left: 40px;
  }

  .hreo-img {
    height: 600px;
    top: -60px;
  }

  .duga-icon-location {
    font-size: 30px;
  }

  .features-crousel {
    display: flex;
  }

  .features-head {
    text-align: center;
    font-size: 30px;
    line-height: 30px;
  }

  .features-text {
    text-align: center;
    font-size: 16px;
    line-height: 20px;
  }

  .about-content {
    flex-flow: column;
    justify-content: space-around;
    align-items: center;
  }

  .about-content._1 {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .about-content._1._2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    margin-top: 40px;
  }

  .about-heading {
    font-size: 30px;
  }

  .about-wrapper {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: 700px;
    height: 800px;
    display: flex;
  }

  .about-wrapper._2 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    height: 770px;
  }

  .about-wrapper._3 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    height: 740px;
  }

  .about-wrapper._4 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    height: 710px;
  }

  .about-wrapper._5 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    height: 680px;
  }

  .about-wrapper._6 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    height: 650px;
  }

  .about-wrapper._7 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    height: 620px;
  }

  .about-wrapper._1 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .contact-form {
    min-width: 400px;
  }

  .quote-img {
    min-width: 50px;
    height: 50px;
  }

  .lokacija-content-wrapper {
    width: 700px;
  }

  .lokacija-header-tekst {
    margin-left: 0;
    font-size: 60px;
    line-height: 60px;
  }

  .lokacija-img {
    background-position: 50%;
    background-size: 500px;
  }

  .lokacija-promo {
    width: 700px;
  }

  .code-embed {
    padding-top: 0;
  }

  .paragraph-9 {
    font-size: 16px;
  }

  .lokacije-hero {
    width: 700px;
  }

  .grid {
    grid-auto-columns: 1fr;
  }

  .location-address {
    grid-row-gap: 16px;
    flex-flow: wrap-reverse;
    grid-template-rows: auto auto;
    grid-template-columns: .25fr 1fr 1fr;
    justify-content: space-between;
    align-items: flex-start;
    width: 700px;
  }

  .privatnost-wrapper {
    width: 100%;
  }

  .read-more-2 {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 20px;
    padding-left: 0;
  }

  .lottie-animation-4 {
    margin-top: 0;
  }

  .social-media-hero-icon {
    width: 28px;
    height: 28px;
  }

  .divider {
    height: 40px;
  }
}

@media screen and (max-width: 767px) {
  .big-hero {
    top: -200px;
  }

  .hero-div {
    height: 600px;
  }

  .hero-parag {
    width: 450px;
    font-size: 16px;
    line-height: 32px;
  }

  .lokacije {
    padding-bottom: 60px;
  }

  .lokacija__card__title.red, .lokacija__card__title.orange, .lokacija__card__title.blue, .lokacija__card__title.green {
    font-size: 16px;
  }

  .hero__title {
    font-size: 80px;
  }

  .hero__title.small {
    margin-top: -31px;
    padding-left: 51px;
    font-size: 50px;
  }

  .hero__title.big {
    font-size: 140px;
  }

  .locations__title {
    font-size: 40px;
  }

  .hero_btn_text {
    font-size: 14px;
  }

  .wellcome-duga-vrtic-img {
    height: 400px;
    margin-top: 20px;
  }

  .about-nas-tim._2 {
    height: 670px;
  }

  .about-nas-tim._3 {
    height: 640px;
  }

  .about-nas-tim._4 {
    height: 610px;
  }

  .about-nas-tim._5 {
    height: 580px;
  }

  .about-nas-tim._6 {
    height: 550px;
  }

  .about-nas-tim._7 {
    height: 520px;
  }

  .about-nas-tim._1 {
    height: 700px;
  }

  .text-block-center {
    width: 80%;
    margin-top: 20px;
    font-size: 16px;
    line-height: 26px;
  }

  .text-block-center.lk {
    padding-left: 20px;
  }

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

  .features-wrapper {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    grid-template-rows: auto;
    grid-template-columns: .5fr 1.25fr .5fr 2fr;
    grid-auto-columns: 1fr;
    place-content: center;
    display: grid;
  }

  .feature-desc {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
  }

  .testimonial-slider-small {
    padding: 60px 15px;
  }

  .centered-heading {
    text-shadow: 3px 2px 0 var(--palva);
    font-size: 40px;
  }

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

  .testimonial-card {
    margin-left: 10px;
    margin-right: 10px;
  }

  .testimonial-slider-left {
    left: -10px;
  }

  .testimonial-slider-right {
    right: -10px;
  }

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

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

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

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

  .footer-link:hover {
    color: #1a1b1fbf;
  }

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

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

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

  .hreo-img {
    height: 400px;
  }

  .features-head {
    font-size: 30px;
    line-height: 30px;
  }

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

  .about-wrapper {
    height: 700px;
  }

  .about-wrapper._2 {
    height: 670px;
  }

  .about-wrapper._3 {
    height: 640px;
  }

  .about-wrapper._4 {
    height: 610px;
  }

  .about-wrapper._5 {
    height: 580px;
  }

  .about-wrapper._6 {
    height: 550px;
  }

  .about-wrapper._7 {
    height: 520px;
  }

  .quote-img {
    min-width: 50px;
    height: 50px;
  }

  .lokacija-content-wrapper, .lokacija-promo {
    width: 500px;
  }

  .div-color._2, .div-color._1, .div-color._3, .div-color._4 {
    width: 70px;
    height: 20px;
  }

  .text-gradient {
    width: 80%;
    left: auto;
    right: auto;
  }

  .lokacije-hero {
    width: 500px;
  }

  .lokacija-subtitle {
    font-size: 16px;
  }

  .grid {
    grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto auto;
  }

  .mala-galerija {
    font-size: 20px;
  }

  .location-address {
    width: 500px;
  }

  .lottie-animation-3 {
    display: block;
  }

  .privatnost-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column-reverse wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: stretch;
  }

  .p-content {
    width: 100%;
    height: auto;
  }

  .p-image {
    width: 100%;
    height: 300px;
    position: static;
  }

  .p-image._2 {
    height: 300px;
  }

  .p-image._3, .p-image._4 {
    min-height: 0;
  }

  .p-image._11 {
    height: 300px;
  }

  .div-footer-contant {
    text-align: center;
  }

  .about-text-holder {
    width: 80%;
  }

  .social-media-hero-icon, .social-media-hero-icon._2 {
    width: 24px;
    height: 24px;
  }
}

@media screen and (max-width: 479px) {
  .hero-div {
    height: 550px;
  }

  .hero-parag {
    color: var(--text-ljubicasta);
    width: 290px;
    font-size: 14px;
    line-height: 28px;
  }

  .lokacije {
    padding-bottom: 60px;
  }

  .lokacije-wrapper {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .lokacija-kartica {
    width: 150px;
    height: 180px;
  }

  .lokacija__card__title.red, .lokacija__card__title.orange, .lokacija__card__title.blue, .lokacija__card__title.green {
    font-size: 14px;
    line-height: 24px;
  }

  .hero__title {
    font-size: 60px;
    line-height: 60px;
  }

  .hero__title.small {
    color: var(--crvena);
    margin-top: -11px;
    padding-left: 46px;
    font-size: 45px;
  }

  .hero__title.big {
    color: var(--lju-text);
    margin-top: -73px;
    margin-bottom: 28px;
    font-size: 110px;
    line-height: 120px;
  }

  .locations__title {
    text-align: left;
    text-transform: none;
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 100px;
  }

  .hero_btn_text {
    color: var(--lju-text);
    font-size: 12px;
  }

  .wellcome-duga-vrtic-img {
    height: 300px;
    margin-top: 40px;
  }

  .about-nas-tim._2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: flex-start;
    align-items: center;
    min-width: 670px;
  }

  .about-nas-tim._3 {
    justify-content: flex-start;
    min-width: 640px;
  }

  .about-nas-tim._4 {
    justify-content: flex-start;
    align-items: center;
    min-width: 610px;
  }

  .about-nas-tim._5 {
    justify-content: flex-start;
    align-items: center;
    min-width: 580px;
  }

  .about-nas-tim._6 {
    justify-content: flex-start;
    min-width: 550px;
  }

  .about-nas-tim._7 {
    background-image: none;
    justify-content: space-between;
    align-items: center;
    min-width: 520px;
  }

  .about-nas-tim._1 {
    justify-content: flex-start;
    align-items: center;
    min-width: 700px;
    padding-top: 20px;
  }

  .about-section-wrapper {
    margin-bottom: -220px;
    padding-top: 20px;
    position: relative;
  }

  .about-img-1 {
    width: 330px;
    height: 250px;
  }

  .about-img-1._3 {
    width: 200px;
    height: 200px;
    display: none;
  }

  .about-img-1._5 {
    background-image: url('../images/vrtic-duga-igraliste.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    height: 120px;
    display: none;
  }

  .about-text {
    width: 600px;
  }

  .text-block-center {
    text-align: left;
    padding: 0 0 20px;
    font-size: 14px;
  }

  .text-block-center.lk {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .duga-kragujevac-text-block {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 12px;
    line-height: 30px;
  }

  .features-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1.25fr 1fr 2.25fr;
    grid-auto-columns: 1fr;
    place-content: center;
    place-items: end center;
    margin-top: 0;
    display: grid;
  }

  .container {
    max-width: none;
    padding-top: 40px;
  }

  .testimonial-slider-small {
    padding-top: 0;
  }

  .centered-heading {
    text-shadow: 1px 2px 0 var(--palva);
    margin-top: 0;
    margin-bottom: 24px;
    font-size: 24px;
    line-height: 30px;
  }

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

  .testimonial-card {
    flex-flow: wrap-reverse;
    justify-content: flex-end;
    align-items: flex-end;
    margin-left: 10px;
    margin-right: 10px;
  }

  .testimonial-slider-left {
    left: -10px;
  }

  .testimonial-slider-right {
    right: -10px;
  }

  .footer-dark {
    background-color: var(--bg-color);
    padding-top: 10px;
  }

  .footer-content {
    grid-column-gap: 0px;
    grid-row-gap: 27px;
    grid-template-columns: .75fr 1.25fr;
  }

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

  .footer-link {
    text-align: left;
  }

  .duga-icon-location {
    font-size: 30px;
  }

  .features-crousel {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-items: start;
    position: static;
    left: -65px;
    overflow: hidden;
  }

  .features-head {
    text-align: center;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    line-height: 20px;
  }

  .features-text {
    text-transform: none;
    font-size: 12px;
    line-height: 16px;
  }

  .about-content {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: space-around;
    align-items: center;
    width: 400px;
  }

  .about-content._1._2 {
    flex-flow: column-reverse;
    align-items: center;
    margin-top: 0;
  }

  .about-content._1._3 {
    flex-flow: column-reverse;
  }

  .about-heading {
    text-shadow: 1px 2px 1px #0003;
    font-size: 24px;
  }

  .about-heading._2 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .about-heading._3 {
    line-height: 30px;
  }

  .about-wrapper {
    height: 600px;
    display: flex;
    position: sticky;
    overflow: hidden;
  }

  .about-wrapper._2 {
    width: 100%;
    height: 670px;
  }

  .about-wrapper._3 {
    width: 100%;
    height: 640px;
  }

  .about-wrapper._4 {
    width: 100%;
    height: 610px;
  }

  .about-wrapper._5 {
    width: 100%;
    height: 580px;
  }

  .about-wrapper._6 {
    width: 100%;
    height: 550px;
  }

  .about-wrapper._7 {
    width: 100%;
    height: 520px;
  }

  .about-wrapper._1 {
    width: 100%;
    height: 700px;
    position: sticky;
  }

  .text-field, .text-field-2 {
    font-size: 14px;
  }

  .contact-form {
    min-width: 300px;
  }

  .duga-contact {
    font-size: 14px;
  }

  .about-img-2 {
    width: 150px;
    height: 100px;
  }

  .about-img-3 {
    width: 100px;
    height: 100px;
  }

  .over-cloud {
    height: 100px;
    margin-top: 0;
  }

  .lokacija-content-wrapper {
    width: 300px;
  }

  .lokacija-header-tekst {
    margin-left: -5px;
  }

  .lokacija-img {
    background-position: 50% 70%;
    border-top-left-radius: 50px;
    border-bottom-right-radius: 0;
    height: 200px;
  }

  .lokacija-promo {
    justify-content: center;
    width: 300px;
    margin-top: 0;
  }

  .div-color._2 {
    width: 20px;
    margin-left: 20px;
  }

  .div-color._1, .div-color._3 {
    width: 20px;
    margin-right: 20px;
  }

  .div-color._4 {
    width: 20px;
    margin-left: 20px;
  }

  .text-gradient {
    width: 50%;
    left: 25%;
  }

  .paragraph-9 {
    font-size: 12px;
    line-height: 28px;
  }

  .lokacije-hero {
    grid-column-gap: 16px;
    grid-row-gap: 18px;
    flex-flow: column-reverse;
    grid-auto-columns: 1fr;
    width: 300px;
    display: flex;
  }

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

  .location-address {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: .25fr;
    grid-auto-columns: 1fr;
    width: 300px;
  }

  .p-image {
    height: 250px;
  }

  .p-image._2, .p-image._11 {
    height: 200px;
  }

  .privatnost-title {
    font-size: 40px;
    line-height: 40px;
  }

  .privatnost-title.doc {
    font-size: 16px;
  }

  .div-footer-contant, .footer-contant-opis {
    text-align: left;
  }

  .about-text-holder {
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    width: 50%;
  }

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

  .social-media-hero-icon, .social-media-hero-icon._2 {
    width: 20px;
    height: 20px;
  }

  .divider {
    width: 2px;
  }
}

#w-node-f58f9915-3926-c559-b8cb-9ab75237731e-8d0da66a, #w-node-_6df80c60-90ea-d6c1-5739-d4c4dd57fef0-8d0da66a, #w-node-_192451ee-c4bc-6b75-c96a-2207f27ecb63-8d0da66a, #w-node-_275983c6-4284-217a-c2c5-51aa03107da1-8d0da66a {
  justify-self: center;
}

#w-node-a4b95ca3-d0e8-8ff4-93bd-0cafa0e1d5c1-a0e1d5bb, #w-node-a4b95ca3-d0e8-8ff4-93bd-0cafa0e1d5d2-a0e1d5bb, #w-node-a4b95ca3-d0e8-8ff4-93bd-0cafa0e1d5db-a0e1d5bb, #w-node-a4b95ca3-d0e8-8ff4-93bd-0cafa0e1d5e8-a0e1d5bb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_36a372a3-a1d4-ac7e-3c66-dbd4731e8522-59e5d324 {
  align-self: center;
}

#w-node-_36a372a3-a1d4-ac7e-3c66-dbd4731e852b-59e5d324, #w-node-_36a372a3-a1d4-ac7e-3c66-dbd4731e852d-59e5d324, #w-node-_36a372a3-a1d4-ac7e-3c66-dbd4731e8531-59e5d324, #w-node-_36a372a3-a1d4-ac7e-3c66-dbd4731e8536-59e5d324 {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-_10364531-5712-3815-14e7-3b3b87cbcbe0-411d914e {
  align-self: center;
}

#w-node-_10364531-5712-3815-14e7-3b3b87cbcbe9-411d914e, #w-node-_10364531-5712-3815-14e7-3b3b87cbcbeb-411d914e, #w-node-_10364531-5712-3815-14e7-3b3b87cbcbef-411d914e, #w-node-_10364531-5712-3815-14e7-3b3b87cbcbf4-411d914e {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-_10364531-5712-3815-14e7-3b3b87cbcbe0-bfd01d4f {
  align-self: center;
}

#w-node-_29fd83e6-1931-3599-8f41-877598b137e3-bfd01d4f, #w-node-d989e3cb-8349-fcca-87e2-ecdc8bb9021a-bfd01d4f {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-d3e36769-5e18-1913-0599-ded7716342f3-bfd01d4f, #w-node-_734302c6-a096-8073-b512-0f39bf29be23-bfd01d4f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2ba6839c-b4ec-1c86-bafe-65fd89c7338d-bfd01d4f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_10364531-5712-3815-14e7-3b3b87cbcbeb-bfd01d4f, #w-node-_10364531-5712-3815-14e7-3b3b87cbcbe9-bfd01d4f, #w-node-_10364531-5712-3815-14e7-3b3b87cbcbef-bfd01d4f {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-_10364531-5712-3815-14e7-3b3b87cbcbe0-3058b329 {
  align-self: center;
}

#w-node-_10364531-5712-3815-14e7-3b3b87cbcbe9-3058b329, #w-node-_8d84a20a-d362-6e82-41c3-ce89d87c4905-3058b329, #w-node-ae7e8f49-10bc-9097-6efe-91c0e635c437-3058b329 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_5c253078-dfe7-87db-e442-8d3d2c97eae1-3058b329 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2c5791e0-1030-d8ca-2213-f06c001f338a-3058b329, #w-node-a51e01ae-b1b1-a480-b116-794a37d79605-3058b329, #w-node-_963fd4af-ce9f-5b48-9bc7-0e6392184fe4-3058b329, #w-node-_3b7d9dee-fb1a-7fa8-b932-7322f42f205d-3058b329, #w-node-_5f99cf6f-9919-199c-53a6-90099d147aa2-3058b329, #w-node-f3c73904-bbb8-e5a6-936c-b9a37d822f68-3058b329, #w-node-_086facac-041f-973b-e9d7-e936a76f10d7-3058b329 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-c420d383-9c5b-d1ee-d2de-472fdc4c76da-3058b329, #w-node-fae151ea-99c4-2de7-94c4-97127fa1fff3-3058b329 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dd04572d-a4bc-1792-4efa-67a8d182cc9f-3058b329, #w-node-cdd4acaf-f97b-d41d-a80c-0180a29acba7-3058b329, #w-node-a4a0ec1d-f75e-e3da-ffec-983cd57c799c-3058b329, #w-node-_3e9fe1bb-dd3b-2cc9-fc9d-33a8fe8aa02a-3058b329 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-c8b6fcdc-5e68-6c99-32a6-81eb19d41b34-3058b329 {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

@media screen and (max-width: 991px) {
  #w-node-_36a372a3-a1d4-ac7e-3c66-dbd4731e851f-59e5d324 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_36a372a3-a1d4-ac7e-3c66-dbd4731e8522-59e5d324 {
    align-self: center;
  }

  #w-node-_10364531-5712-3815-14e7-3b3b87cbcbdd-411d914e {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_10364531-5712-3815-14e7-3b3b87cbcbe0-411d914e {
    align-self: center;
  }

  #w-node-_10364531-5712-3815-14e7-3b3b87cbcbdd-bfd01d4f {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_10364531-5712-3815-14e7-3b3b87cbcbe0-bfd01d4f {
    align-self: center;
  }

  #w-node-_10364531-5712-3815-14e7-3b3b87cbcbdd-3058b329 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_10364531-5712-3815-14e7-3b3b87cbcbe0-3058b329 {
    align-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_36a372a3-a1d4-ac7e-3c66-dbd4731e852b-59e5d324 {
    grid-area: span 3 / span 3 / span 3 / span 3;
  }

  #w-node-_36a372a3-a1d4-ac7e-3c66-dbd4731e852c-59e5d324, #w-node-_36a372a3-a1d4-ac7e-3c66-dbd4731e852d-59e5d324 {
    grid-area: span 2 / span 2 / span 2 / span 2;
  }

  #w-node-_36a372a3-a1d4-ac7e-3c66-dbd4731e852e-59e5d324 {
    grid-area: span 3 / span 3 / span 3 / span 3;
  }

  #w-node-_36a372a3-a1d4-ac7e-3c66-dbd4731e852f-59e5d324, #w-node-_36a372a3-a1d4-ac7e-3c66-dbd4731e8530-59e5d324 {
    grid-area: span 2 / span 2 / span 2 / span 2;
  }

  #w-node-_36a372a3-a1d4-ac7e-3c66-dbd4731e8531-59e5d324 {
    grid-area: span 3 / span 3 / span 3 / span 3;
  }

  #w-node-_36a372a3-a1d4-ac7e-3c66-dbd4731e8532-59e5d324, #w-node-_36a372a3-a1d4-ac7e-3c66-dbd4731e8533-59e5d324 {
    grid-area: span 2 / span 2 / span 2 / span 2;
  }

  #w-node-_36a372a3-a1d4-ac7e-3c66-dbd4731e8534-59e5d324, #w-node-_36a372a3-a1d4-ac7e-3c66-dbd4731e8535-59e5d324 {
    grid-area: span 3 / span 3 / span 3 / span 3;
  }

  #w-node-_36a372a3-a1d4-ac7e-3c66-dbd4731e8537-59e5d324 {
    grid-area: span 2 / span 2 / span 2 / span 2;
  }

  #w-node-_36a372a3-a1d4-ac7e-3c66-dbd4731e8538-59e5d324 {
    grid-area: span 3 / span 3 / span 3 / span 3;
  }

  #w-node-_36a372a3-a1d4-ac7e-3c66-dbd4731e8539-59e5d324 {
    grid-area: span 2 / span 2 / span 2 / span 2;
  }

  #w-node-_36a372a3-a1d4-ac7e-3c66-dbd4731e853a-59e5d324 {
    grid-area: span 3 / span 3 / span 3 / span 3;
  }

  #w-node-_36a372a3-a1d4-ac7e-3c66-dbd4731e853b-59e5d324, #w-node-_36a372a3-a1d4-ac7e-3c66-dbd4731e853c-59e5d324 {
    grid-area: span 2 / span 2 / span 2 / span 2;
  }

  #w-node-_10364531-5712-3815-14e7-3b3b87cbcbe9-411d914e {
    grid-area: span 3 / span 3 / span 3 / span 3;
  }

  #w-node-_10364531-5712-3815-14e7-3b3b87cbcbea-411d914e, #w-node-_10364531-5712-3815-14e7-3b3b87cbcbeb-411d914e {
    grid-area: span 2 / span 2 / span 2 / span 2;
  }

  #w-node-_10364531-5712-3815-14e7-3b3b87cbcbec-411d914e {
    grid-area: span 3 / span 3 / span 3 / span 3;
  }

  #w-node-_10364531-5712-3815-14e7-3b3b87cbcbed-411d914e, #w-node-_10364531-5712-3815-14e7-3b3b87cbcbee-411d914e {
    grid-area: span 2 / span 2 / span 2 / span 2;
  }

  #w-node-_10364531-5712-3815-14e7-3b3b87cbcbef-411d914e {
    grid-area: span 3 / span 3 / span 3 / span 3;
  }

  #w-node-_10364531-5712-3815-14e7-3b3b87cbcbf0-411d914e, #w-node-_10364531-5712-3815-14e7-3b3b87cbcbf1-411d914e {
    grid-area: span 2 / span 2 / span 2 / span 2;
  }

  #w-node-_10364531-5712-3815-14e7-3b3b87cbcbf2-411d914e, #w-node-_10364531-5712-3815-14e7-3b3b87cbcbf3-411d914e {
    grid-area: span 3 / span 3 / span 3 / span 3;
  }

  #w-node-_10364531-5712-3815-14e7-3b3b87cbcbf5-411d914e {
    grid-area: span 2 / span 2 / span 2 / span 2;
  }

  #w-node-_10364531-5712-3815-14e7-3b3b87cbcbf6-411d914e {
    grid-area: span 3 / span 3 / span 3 / span 3;
  }

  #w-node-_10364531-5712-3815-14e7-3b3b87cbcbf7-411d914e {
    grid-area: span 2 / span 2 / span 2 / span 2;
  }

  #w-node-_10364531-5712-3815-14e7-3b3b87cbcbf8-411d914e {
    grid-area: span 3 / span 3 / span 3 / span 3;
  }

  #w-node-_10364531-5712-3815-14e7-3b3b87cbcbf9-411d914e, #w-node-_10364531-5712-3815-14e7-3b3b87cbcbfa-411d914e, #w-node-_10364531-5712-3815-14e7-3b3b87cbcbeb-bfd01d4f {
    grid-area: span 2 / span 2 / span 2 / span 2;
  }

  #w-node-_10364531-5712-3815-14e7-3b3b87cbcbe9-bfd01d4f {
    grid-area: span 3 / span 3 / span 3 / span 3;
  }

  #w-node-_10364531-5712-3815-14e7-3b3b87cbcbea-bfd01d4f {
    grid-area: span 2 / span 2 / span 2 / span 2;
  }

  #w-node-_10364531-5712-3815-14e7-3b3b87cbcbec-bfd01d4f, #w-node-_10364531-5712-3815-14e7-3b3b87cbcbef-bfd01d4f {
    grid-area: span 3 / span 3 / span 3 / span 3;
  }

  #w-node-_10364531-5712-3815-14e7-3b3b87cbcbee-bfd01d4f, #w-node-_10364531-5712-3815-14e7-3b3b87cbcbf0-bfd01d4f, #w-node-_10364531-5712-3815-14e7-3b3b87cbcbed-bfd01d4f, #w-node-_10364531-5712-3815-14e7-3b3b87cbcbf1-bfd01d4f {
    grid-area: span 2 / span 2 / span 2 / span 2;
  }

  #w-node-_10364531-5712-3815-14e7-3b3b87cbcbf2-bfd01d4f, #w-node-_10364531-5712-3815-14e7-3b3b87cbcbf3-bfd01d4f {
    grid-area: span 3 / span 3 / span 3 / span 3;
  }

  #w-node-_10364531-5712-3815-14e7-3b3b87cbcbe9-3058b329 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-dbb1f09f-3836-9dda-e377-651798c7dc73-8d0da66a {
    align-self: center;
  }

  #w-node-_705333a4-c260-a296-a991-d5b161915d31-8d0da66a, #w-node-_3eff3a18-4940-6942-d5d9-4ce880107847-8d0da66a, #w-node-f6be7042-47e8-1001-4e80-bebbfc0b9501-8d0da66a {
    place-self: center;
  }

  #w-node-a4b95ca3-d0e8-8ff4-93bd-0cafa0e1d5c1-a0e1d5bb {
    justify-self: start;
  }

  #w-node-_36a372a3-a1d4-ac7e-3c66-dbd4731e852b-59e5d324, #w-node-_36a372a3-a1d4-ac7e-3c66-dbd4731e852e-59e5d324, #w-node-_36a372a3-a1d4-ac7e-3c66-dbd4731e8531-59e5d324 {
    grid-area: span 4 / span 4 / span 4 / span 4;
  }

  #w-node-_36a372a3-a1d4-ac7e-3c66-dbd4731e8533-59e5d324 {
    grid-area: span 2 / span 2 / span 2 / span 2;
  }

  #w-node-_36a372a3-a1d4-ac7e-3c66-dbd4731e8534-59e5d324, #w-node-_36a372a3-a1d4-ac7e-3c66-dbd4731e8535-59e5d324, #w-node-_36a372a3-a1d4-ac7e-3c66-dbd4731e8538-59e5d324 {
    grid-area: span 4 / span 4 / span 4 / span 4;
  }

  #w-node-_36a372a3-a1d4-ac7e-3c66-dbd4731e853a-59e5d324, #w-node-_36a372a3-a1d4-ac7e-3c66-dbd4731e853b-59e5d324 {
    grid-area: span 2 / span 2 / span 2 / span 2;
  }

  #w-node-_10364531-5712-3815-14e7-3b3b87cbcbe9-411d914e, #w-node-_10364531-5712-3815-14e7-3b3b87cbcbec-411d914e, #w-node-_10364531-5712-3815-14e7-3b3b87cbcbef-411d914e {
    grid-area: span 4 / span 4 / span 4 / span 4;
  }

  #w-node-_10364531-5712-3815-14e7-3b3b87cbcbf1-411d914e {
    grid-area: span 2 / span 2 / span 2 / span 2;
  }

  #w-node-_10364531-5712-3815-14e7-3b3b87cbcbf2-411d914e, #w-node-_10364531-5712-3815-14e7-3b3b87cbcbf3-411d914e, #w-node-_10364531-5712-3815-14e7-3b3b87cbcbf6-411d914e {
    grid-area: span 4 / span 4 / span 4 / span 4;
  }

  #w-node-_10364531-5712-3815-14e7-3b3b87cbcbf8-411d914e, #w-node-_10364531-5712-3815-14e7-3b3b87cbcbf9-411d914e {
    grid-area: span 2 / span 2 / span 2 / span 2;
  }

  #w-node-_29fd83e6-1931-3599-8f41-877598b137e3-bfd01d4f {
    grid-area: span 2 / span 4 / span 2 / span 4;
  }

  #w-node-d989e3cb-8349-fcca-87e2-ecdc8bb9021a-bfd01d4f {
    grid-area: span 3 / span 4 / span 3 / span 4;
  }

  #w-node-_596cf685-3b21-8625-af94-f352cd9c64c3-bfd01d4f, #w-node-d3e36769-5e18-1913-0599-ded7716342f3-bfd01d4f, #w-node-_734302c6-a096-8073-b512-0f39bf29be23-bfd01d4f, #w-node-bbeab836-437c-6055-5276-522b8b6a4796-bfd01d4f {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_2ba6839c-b4ec-1c86-bafe-65fd89c7338d-bfd01d4f {
    grid-area: span 2 / span 4 / span 2 / span 4;
  }

  #w-node-_10364531-5712-3815-14e7-3b3b87cbcbeb-bfd01d4f, #w-node-_10364531-5712-3815-14e7-3b3b87cbcbe9-bfd01d4f {
    grid-area: span 4 / span 4 / span 4 / span 4;
  }

  #w-node-_10364531-5712-3815-14e7-3b3b87cbcbec-bfd01d4f {
    grid-area: span 2 / span 2 / span 2 / span 2;
  }

  #w-node-_10364531-5712-3815-14e7-3b3b87cbcbef-bfd01d4f {
    grid-area: span 4 / span 4 / span 4 / span 4;
  }

  #w-node-_10364531-5712-3815-14e7-3b3b87cbcbee-bfd01d4f, #w-node-_10364531-5712-3815-14e7-3b3b87cbcbed-bfd01d4f, #w-node-_10364531-5712-3815-14e7-3b3b87cbcbf1-bfd01d4f {
    grid-area: span 2 / span 2 / span 2 / span 2;
  }

  #w-node-_10364531-5712-3815-14e7-3b3b87cbcbf2-bfd01d4f, #w-node-_10364531-5712-3815-14e7-3b3b87cbcbf3-bfd01d4f {
    grid-area: span 4 / span 4 / span 4 / span 4;
  }

  #w-node-_10364531-5712-3815-14e7-3b3b87cbcbe9-3058b329, #w-node-_8d84a20a-d362-6e82-41c3-ce89d87c4905-3058b329 {
    grid-area: span 2 / span 4 / span 2 / span 4;
  }

  #w-node-_78ae18ad-7798-a2fb-19a3-f2b5fe9d604e-3058b329, #w-node-_406e2e9a-de8b-f58a-c2f7-a13fce850db9-3058b329, #w-node-_512aff61-92c6-cef4-e92f-cc0d8fcf4bf5-3058b329, #w-node-_5665198f-3a0c-9d53-5773-57508c1fee23-3058b329 {
    grid-area: span 2 / span 2 / span 2 / span 2;
  }

  #w-node-ae7e8f49-10bc-9097-6efe-91c0e635c437-3058b329 {
    grid-area: span 2 / span 4 / span 2 / span 4;
  }

  #w-node-_5c253078-dfe7-87db-e442-8d3d2c97eae1-3058b329, #w-node-_246d7591-b1e0-d699-0a20-71996f6cf4c5-3058b329 {
    grid-area: span 2 / span 2 / span 2 / span 2;
  }

  #w-node-_2c5791e0-1030-d8ca-2213-f06c001f338a-3058b329, #w-node-a51e01ae-b1b1-a480-b116-794a37d79605-3058b329, #w-node-_5f99cf6f-9919-199c-53a6-90099d147aa2-3058b329 {
    grid-area: span 2 / span 4 / span 2 / span 4;
  }

  #w-node-c420d383-9c5b-d1ee-d2de-472fdc4c76da-3058b329, #w-node-fae151ea-99c4-2de7-94c4-97127fa1fff3-3058b329 {
    grid-area: span 2 / span 2 / span 2 / span 2;
  }

  #w-node-cdd4acaf-f97b-d41d-a80c-0180a29acba7-3058b329 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-a4a0ec1d-f75e-e3da-ffec-983cd57c799c-3058b329 {
    grid-area: span 2 / span 4 / span 2 / span 4;
  }

  #w-node-_824558dd-41ff-c3ac-dbf6-ded2db834e62-3058b329 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-b5117fb4-51d1-4ab2-5721-6830db0dee93-3058b329, #w-node-_908efea7-aa58-0f97-ddd7-52f7778636c3-3058b329 {
    grid-area: span 3 / span 4 / span 3 / span 4;
  }

  #w-node-f6e8e3a8-e00e-d9fd-3828-85a119d8170a-3058b329, #w-node-c8b6fcdc-5e68-6c99-32a6-81eb19d41b34-3058b329, #w-node-b0e14c4c-5cb7-1560-579c-8b5b057072f7-3058b329, #w-node-_845b2999-fc20-ac7e-2d5b-e159adb33615-3058b329 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_8953beab-d234-7e2a-e689-f5a405fc0c5c-3058b329 {
    grid-area: span 2 / span 4 / span 2 / span 4;
  }

  #w-node-_93ca3fe3-c2f4-be44-db61-0e5516b4de54-3058b329, #w-node-_0a1931ae-c9b6-3736-7e98-232e8c8287af-3058b329, #w-node-b551d130-64ea-8c40-67d2-e53ea0a3d962-3058b329, #w-node-_05afedf4-b96b-e167-ce82-547e7f28b9bd-3058b329 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


